Changes for page Does nuclear energy contribute to warming?
Last modified by Gijs Zwartsenberg on 2021/06/11 13:28
Change comment:
There is no comment for this version
Summary
-
Page properties (3 modified, 0 added, 0 removed)
-
Attachments (0 modified, 0 added, 1 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Syntax
-
... ... @@ -1,1 +1,1 @@ 1 -M arkdown1.21 +XHTML 1.0 - Tags
-
... ... @@ -1,1 +1,0 @@ 1 -science|jupyter|python|energy|nuclear|gitlab - Content
-
... ... @@ -1,95 +1,13448 @@ 1 -# Redundant thermal energy released by nuclear power plants vs. the thermal energy as provided by the sun 1 +<!DOCTYPE html> 2 +<html> 3 +<head><meta charset="utf-8" /> 2 2 3 - This notebookis a firststab at an approximate calculation to get an ideaof the magnitude of the redundant thermalenergy that isreleased bynuclearpowerplants as compared to that which is supplied bythe sun throughirridiating Earth.5 +<title>solar_vs_nuclear_thermal_v02</title> 4 4 5 -## Calculate the incident infra-red solar energy at the surface of Earth. 7 +<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"></script> 8 +<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script> 6 6 7 -```python 8 -import math 9 -``` 10 10 11 -Earth radius in meters is: 12 12 13 -```python 14 -equatorial_radius = 6378e03 15 -polar_radius = 6357e03 16 -``` 12 +<style type="text/css"> 13 + /*! 14 +* 15 +* Twitter Bootstrap 16 +* 17 +*/ 18 +/*! 19 + * Bootstrap v3.3.7 (http://getbootstrap.com) 20 + * Copyright 2011-2016 Twitter, Inc. 21 + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) 22 + */ 23 +/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ 24 +html { 25 + font-family: sans-serif; 26 + -ms-text-size-adjust: 100%; 27 + -webkit-text-size-adjust: 100%; 28 +} 29 +body { 30 + margin: 0; 31 +} 32 +article, 33 +aside, 34 +details, 35 +figcaption, 36 +figure, 37 +footer, 38 +header, 39 +hgroup, 40 +main, 41 +menu, 42 +nav, 43 +section, 44 +summary { 45 + display: block; 46 +} 47 +audio, 48 +canvas, 49 +progress, 50 +video { 51 + display: inline-block; 52 + vertical-align: baseline; 53 +} 54 +audio:not([controls]) { 55 + display: none; 56 + height: 0; 57 +} 58 +[hidden], 59 +template { 60 + display: none; 61 +} 62 +a { 63 + background-color: transparent; 64 +} 65 +a:active, 66 +a:hover { 67 + outline: 0; 68 +} 69 +abbr[title] { 70 + border-bottom: 1px dotted; 71 +} 72 +b, 73 +strong { 74 + font-weight: bold; 75 +} 76 +dfn { 77 + font-style: italic; 78 +} 79 +h1 { 80 + font-size: 2em; 81 + margin: 0.67em 0; 82 +} 83 +mark { 84 + background: #ff0; 85 + color: #000; 86 +} 87 +small { 88 + font-size: 80%; 89 +} 90 +sub, 91 +sup { 92 + font-size: 75%; 93 + line-height: 0; 94 + position: relative; 95 + vertical-align: baseline; 96 +} 97 +sup { 98 + top: -0.5em; 99 +} 100 +sub { 101 + bottom: -0.25em; 102 +} 103 +img { 104 + border: 0; 105 +} 106 +svg:not(:root) { 107 + overflow: hidden; 108 +} 109 +figure { 110 + margin: 1em 40px; 111 +} 112 +hr { 113 + box-sizing: content-box; 114 + height: 0; 115 +} 116 +pre { 117 + overflow: auto; 118 +} 119 +code, 120 +kbd, 121 +pre, 122 +samp { 123 + font-family: monospace, monospace; 124 + font-size: 1em; 125 +} 126 +button, 127 +input, 128 +optgroup, 129 +select, 130 +textarea { 131 + color: inherit; 132 + font: inherit; 133 + margin: 0; 134 +} 135 +button { 136 + overflow: visible; 137 +} 138 +button, 139 +select { 140 + text-transform: none; 141 +} 142 +button, 143 +html input[type="button"], 144 +input[type="reset"], 145 +input[type="submit"] { 146 + -webkit-appearance: button; 147 + cursor: pointer; 148 +} 149 +button[disabled], 150 +html input[disabled] { 151 + cursor: default; 152 +} 153 +button::-moz-focus-inner, 154 +input::-moz-focus-inner { 155 + border: 0; 156 + padding: 0; 157 +} 158 +input { 159 + line-height: normal; 160 +} 161 +input[type="checkbox"], 162 +input[type="radio"] { 163 + box-sizing: border-box; 164 + padding: 0; 165 +} 166 +input[type="number"]::-webkit-inner-spin-button, 167 +input[type="number"]::-webkit-outer-spin-button { 168 + height: auto; 169 +} 170 +input[type="search"] { 171 + -webkit-appearance: textfield; 172 + box-sizing: content-box; 173 +} 174 +input[type="search"]::-webkit-search-cancel-button, 175 +input[type="search"]::-webkit-search-decoration { 176 + -webkit-appearance: none; 177 +} 178 +fieldset { 179 + border: 1px solid #c0c0c0; 180 + margin: 0 2px; 181 + padding: 0.35em 0.625em 0.75em; 182 +} 183 +legend { 184 + border: 0; 185 + padding: 0; 186 +} 187 +textarea { 188 + overflow: auto; 189 +} 190 +optgroup { 191 + font-weight: bold; 192 +} 193 +table { 194 + border-collapse: collapse; 195 + border-spacing: 0; 196 +} 197 +td, 198 +th { 199 + padding: 0; 200 +} 201 +/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ 202 +@media print { 203 + *, 204 + *:before, 205 + *:after { 206 + background: transparent !important; 207 + box-shadow: none !important; 208 + text-shadow: none !important; 209 + } 210 + a, 211 + a:visited { 212 + text-decoration: underline; 213 + } 214 + a[href]:after { 215 + content: " (" attr(href) ")"; 216 + } 217 + abbr[title]:after { 218 + content: " (" attr(title) ")"; 219 + } 220 + a[href^="#"]:after, 221 + a[href^="javascript:"]:after { 222 + content: ""; 223 + } 224 + pre, 225 + blockquote { 226 + border: 1px solid #999; 227 + page-break-inside: avoid; 228 + } 229 + thead { 230 + display: table-header-group; 231 + } 232 + tr, 233 + img { 234 + page-break-inside: avoid; 235 + } 236 + img { 237 + max-width: 100% !important; 238 + } 239 + p, 240 + h2, 241 + h3 { 242 + orphans: 3; 243 + widows: 3; 244 + } 245 + h2, 246 + h3 { 247 + page-break-after: avoid; 248 + } 249 + .navbar { 250 + display: none; 251 + } 252 + .btn > .caret, 253 + .dropup > .btn > .caret { 254 + border-top-color: #000 !important; 255 + } 256 + .label { 257 + border: 1px solid #000; 258 + } 259 + .table { 260 + border-collapse: collapse !important; 261 + } 262 + .table td, 263 + .table th { 264 + background-color: #fff !important; 265 + } 266 + .table-bordered th, 267 + .table-bordered td { 268 + border: 1px solid #ddd !important; 269 + } 270 +} 271 +@font-face { 272 + font-family: 'Glyphicons Halflings'; 273 + src: url('../components/bootstrap/fonts/glyphicons-halflings-regular.eot'); 274 + src: url('../components/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); 275 +} 276 +.glyphicon { 277 + position: relative; 278 + top: 1px; 279 + display: inline-block; 280 + font-family: 'Glyphicons Halflings'; 281 + font-style: normal; 282 + font-weight: normal; 283 + line-height: 1; 284 + -webkit-font-smoothing: antialiased; 285 + -moz-osx-font-smoothing: grayscale; 286 +} 287 +.glyphicon-asterisk:before { 288 + content: "\002a"; 289 +} 290 +.glyphicon-plus:before { 291 + content: "\002b"; 292 +} 293 +.glyphicon-euro:before, 294 +.glyphicon-eur:before { 295 + content: "\20ac"; 296 +} 297 +.glyphicon-minus:before { 298 + content: "\2212"; 299 +} 300 +.glyphicon-cloud:before { 301 + content: "\2601"; 302 +} 303 +.glyphicon-envelope:before { 304 + content: "\2709"; 305 +} 306 +.glyphicon-pencil:before { 307 + content: "\270f"; 308 +} 309 +.glyphicon-glass:before { 310 + content: "\e001"; 311 +} 312 +.glyphicon-music:before { 313 + content: "\e002"; 314 +} 315 +.glyphicon-search:before { 316 + content: "\e003"; 317 +} 318 +.glyphicon-heart:before { 319 + content: "\e005"; 320 +} 321 +.glyphicon-star:before { 322 + content: "\e006"; 323 +} 324 +.glyphicon-star-empty:before { 325 + content: "\e007"; 326 +} 327 +.glyphicon-user:before { 328 + content: "\e008"; 329 +} 330 +.glyphicon-film:before { 331 + content: "\e009"; 332 +} 333 +.glyphicon-th-large:before { 334 + content: "\e010"; 335 +} 336 +.glyphicon-th:before { 337 + content: "\e011"; 338 +} 339 +.glyphicon-th-list:before { 340 + content: "\e012"; 341 +} 342 +.glyphicon-ok:before { 343 + content: "\e013"; 344 +} 345 +.glyphicon-remove:before { 346 + content: "\e014"; 347 +} 348 +.glyphicon-zoom-in:before { 349 + content: "\e015"; 350 +} 351 +.glyphicon-zoom-out:before { 352 + content: "\e016"; 353 +} 354 +.glyphicon-off:before { 355 + content: "\e017"; 356 +} 357 +.glyphicon-signal:before { 358 + content: "\e018"; 359 +} 360 +.glyphicon-cog:before { 361 + content: "\e019"; 362 +} 363 +.glyphicon-trash:before { 364 + content: "\e020"; 365 +} 366 +.glyphicon-home:before { 367 + content: "\e021"; 368 +} 369 +.glyphicon-file:before { 370 + content: "\e022"; 371 +} 372 +.glyphicon-time:before { 373 + content: "\e023"; 374 +} 375 +.glyphicon-road:before { 376 + content: "\e024"; 377 +} 378 +.glyphicon-download-alt:before { 379 + content: "\e025"; 380 +} 381 +.glyphicon-download:before { 382 + content: "\e026"; 383 +} 384 +.glyphicon-upload:before { 385 + content: "\e027"; 386 +} 387 +.glyphicon-inbox:before { 388 + content: "\e028"; 389 +} 390 +.glyphicon-play-circle:before { 391 + content: "\e029"; 392 +} 393 +.glyphicon-repeat:before { 394 + content: "\e030"; 395 +} 396 +.glyphicon-refresh:before { 397 + content: "\e031"; 398 +} 399 +.glyphicon-list-alt:before { 400 + content: "\e032"; 401 +} 402 +.glyphicon-lock:before { 403 + content: "\e033"; 404 +} 405 +.glyphicon-flag:before { 406 + content: "\e034"; 407 +} 408 +.glyphicon-headphones:before { 409 + content: "\e035"; 410 +} 411 +.glyphicon-volume-off:before { 412 + content: "\e036"; 413 +} 414 +.glyphicon-volume-down:before { 415 + content: "\e037"; 416 +} 417 +.glyphicon-volume-up:before { 418 + content: "\e038"; 419 +} 420 +.glyphicon-qrcode:before { 421 + content: "\e039"; 422 +} 423 +.glyphicon-barcode:before { 424 + content: "\e040"; 425 +} 426 +.glyphicon-tag:before { 427 + content: "\e041"; 428 +} 429 +.glyphicon-tags:before { 430 + content: "\e042"; 431 +} 432 +.glyphicon-book:before { 433 + content: "\e043"; 434 +} 435 +.glyphicon-bookmark:before { 436 + content: "\e044"; 437 +} 438 +.glyphicon-print:before { 439 + content: "\e045"; 440 +} 441 +.glyphicon-camera:before { 442 + content: "\e046"; 443 +} 444 +.glyphicon-font:before { 445 + content: "\e047"; 446 +} 447 +.glyphicon-bold:before { 448 + content: "\e048"; 449 +} 450 +.glyphicon-italic:before { 451 + content: "\e049"; 452 +} 453 +.glyphicon-text-height:before { 454 + content: "\e050"; 455 +} 456 +.glyphicon-text-width:before { 457 + content: "\e051"; 458 +} 459 +.glyphicon-align-left:before { 460 + content: "\e052"; 461 +} 462 +.glyphicon-align-center:before { 463 + content: "\e053"; 464 +} 465 +.glyphicon-align-right:before { 466 + content: "\e054"; 467 +} 468 +.glyphicon-align-justify:before { 469 + content: "\e055"; 470 +} 471 +.glyphicon-list:before { 472 + content: "\e056"; 473 +} 474 +.glyphicon-indent-left:before { 475 + content: "\e057"; 476 +} 477 +.glyphicon-indent-right:before { 478 + content: "\e058"; 479 +} 480 +.glyphicon-facetime-video:before { 481 + content: "\e059"; 482 +} 483 +.glyphicon-picture:before { 484 + content: "\e060"; 485 +} 486 +.glyphicon-map-marker:before { 487 + content: "\e062"; 488 +} 489 +.glyphicon-adjust:before { 490 + content: "\e063"; 491 +} 492 +.glyphicon-tint:before { 493 + content: "\e064"; 494 +} 495 +.glyphicon-edit:before { 496 + content: "\e065"; 497 +} 498 +.glyphicon-share:before { 499 + content: "\e066"; 500 +} 501 +.glyphicon-check:before { 502 + content: "\e067"; 503 +} 504 +.glyphicon-move:before { 505 + content: "\e068"; 506 +} 507 +.glyphicon-step-backward:before { 508 + content: "\e069"; 509 +} 510 +.glyphicon-fast-backward:before { 511 + content: "\e070"; 512 +} 513 +.glyphicon-backward:before { 514 + content: "\e071"; 515 +} 516 +.glyphicon-play:before { 517 + content: "\e072"; 518 +} 519 +.glyphicon-pause:before { 520 + content: "\e073"; 521 +} 522 +.glyphicon-stop:before { 523 + content: "\e074"; 524 +} 525 +.glyphicon-forward:before { 526 + content: "\e075"; 527 +} 528 +.glyphicon-fast-forward:before { 529 + content: "\e076"; 530 +} 531 +.glyphicon-step-forward:before { 532 + content: "\e077"; 533 +} 534 +.glyphicon-eject:before { 535 + content: "\e078"; 536 +} 537 +.glyphicon-chevron-left:before { 538 + content: "\e079"; 539 +} 540 +.glyphicon-chevron-right:before { 541 + content: "\e080"; 542 +} 543 +.glyphicon-plus-sign:before { 544 + content: "\e081"; 545 +} 546 +.glyphicon-minus-sign:before { 547 + content: "\e082"; 548 +} 549 +.glyphicon-remove-sign:before { 550 + content: "\e083"; 551 +} 552 +.glyphicon-ok-sign:before { 553 + content: "\e084"; 554 +} 555 +.glyphicon-question-sign:before { 556 + content: "\e085"; 557 +} 558 +.glyphicon-info-sign:before { 559 + content: "\e086"; 560 +} 561 +.glyphicon-screenshot:before { 562 + content: "\e087"; 563 +} 564 +.glyphicon-remove-circle:before { 565 + content: "\e088"; 566 +} 567 +.glyphicon-ok-circle:before { 568 + content: "\e089"; 569 +} 570 +.glyphicon-ban-circle:before { 571 + content: "\e090"; 572 +} 573 +.glyphicon-arrow-left:before { 574 + content: "\e091"; 575 +} 576 +.glyphicon-arrow-right:before { 577 + content: "\e092"; 578 +} 579 +.glyphicon-arrow-up:before { 580 + content: "\e093"; 581 +} 582 +.glyphicon-arrow-down:before { 583 + content: "\e094"; 584 +} 585 +.glyphicon-share-alt:before { 586 + content: "\e095"; 587 +} 588 +.glyphicon-resize-full:before { 589 + content: "\e096"; 590 +} 591 +.glyphicon-resize-small:before { 592 + content: "\e097"; 593 +} 594 +.glyphicon-exclamation-sign:before { 595 + content: "\e101"; 596 +} 597 +.glyphicon-gift:before { 598 + content: "\e102"; 599 +} 600 +.glyphicon-leaf:before { 601 + content: "\e103"; 602 +} 603 +.glyphicon-fire:before { 604 + content: "\e104"; 605 +} 606 +.glyphicon-eye-open:before { 607 + content: "\e105"; 608 +} 609 +.glyphicon-eye-close:before { 610 + content: "\e106"; 611 +} 612 +.glyphicon-warning-sign:before { 613 + content: "\e107"; 614 +} 615 +.glyphicon-plane:before { 616 + content: "\e108"; 617 +} 618 +.glyphicon-calendar:before { 619 + content: "\e109"; 620 +} 621 +.glyphicon-random:before { 622 + content: "\e110"; 623 +} 624 +.glyphicon-comment:before { 625 + content: "\e111"; 626 +} 627 +.glyphicon-magnet:before { 628 + content: "\e112"; 629 +} 630 +.glyphicon-chevron-up:before { 631 + content: "\e113"; 632 +} 633 +.glyphicon-chevron-down:before { 634 + content: "\e114"; 635 +} 636 +.glyphicon-retweet:before { 637 + content: "\e115"; 638 +} 639 +.glyphicon-shopping-cart:before { 640 + content: "\e116"; 641 +} 642 +.glyphicon-folder-close:before { 643 + content: "\e117"; 644 +} 645 +.glyphicon-folder-open:before { 646 + content: "\e118"; 647 +} 648 +.glyphicon-resize-vertical:before { 649 + content: "\e119"; 650 +} 651 +.glyphicon-resize-horizontal:before { 652 + content: "\e120"; 653 +} 654 +.glyphicon-hdd:before { 655 + content: "\e121"; 656 +} 657 +.glyphicon-bullhorn:before { 658 + content: "\e122"; 659 +} 660 +.glyphicon-bell:before { 661 + content: "\e123"; 662 +} 663 +.glyphicon-certificate:before { 664 + content: "\e124"; 665 +} 666 +.glyphicon-thumbs-up:before { 667 + content: "\e125"; 668 +} 669 +.glyphicon-thumbs-down:before { 670 + content: "\e126"; 671 +} 672 +.glyphicon-hand-right:before { 673 + content: "\e127"; 674 +} 675 +.glyphicon-hand-left:before { 676 + content: "\e128"; 677 +} 678 +.glyphicon-hand-up:before { 679 + content: "\e129"; 680 +} 681 +.glyphicon-hand-down:before { 682 + content: "\e130"; 683 +} 684 +.glyphicon-circle-arrow-right:before { 685 + content: "\e131"; 686 +} 687 +.glyphicon-circle-arrow-left:before { 688 + content: "\e132"; 689 +} 690 +.glyphicon-circle-arrow-up:before { 691 + content: "\e133"; 692 +} 693 +.glyphicon-circle-arrow-down:before { 694 + content: "\e134"; 695 +} 696 +.glyphicon-globe:before { 697 + content: "\e135"; 698 +} 699 +.glyphicon-wrench:before { 700 + content: "\e136"; 701 +} 702 +.glyphicon-tasks:before { 703 + content: "\e137"; 704 +} 705 +.glyphicon-filter:before { 706 + content: "\e138"; 707 +} 708 +.glyphicon-briefcase:before { 709 + content: "\e139"; 710 +} 711 +.glyphicon-fullscreen:before { 712 + content: "\e140"; 713 +} 714 +.glyphicon-dashboard:before { 715 + content: "\e141"; 716 +} 717 +.glyphicon-paperclip:before { 718 + content: "\e142"; 719 +} 720 +.glyphicon-heart-empty:before { 721 + content: "\e143"; 722 +} 723 +.glyphicon-link:before { 724 + content: "\e144"; 725 +} 726 +.glyphicon-phone:before { 727 + content: "\e145"; 728 +} 729 +.glyphicon-pushpin:before { 730 + content: "\e146"; 731 +} 732 +.glyphicon-usd:before { 733 + content: "\e148"; 734 +} 735 +.glyphicon-gbp:before { 736 + content: "\e149"; 737 +} 738 +.glyphicon-sort:before { 739 + content: "\e150"; 740 +} 741 +.glyphicon-sort-by-alphabet:before { 742 + content: "\e151"; 743 +} 744 +.glyphicon-sort-by-alphabet-alt:before { 745 + content: "\e152"; 746 +} 747 +.glyphicon-sort-by-order:before { 748 + content: "\e153"; 749 +} 750 +.glyphicon-sort-by-order-alt:before { 751 + content: "\e154"; 752 +} 753 +.glyphicon-sort-by-attributes:before { 754 + content: "\e155"; 755 +} 756 +.glyphicon-sort-by-attributes-alt:before { 757 + content: "\e156"; 758 +} 759 +.glyphicon-unchecked:before { 760 + content: "\e157"; 761 +} 762 +.glyphicon-expand:before { 763 + content: "\e158"; 764 +} 765 +.glyphicon-collapse-down:before { 766 + content: "\e159"; 767 +} 768 +.glyphicon-collapse-up:before { 769 + content: "\e160"; 770 +} 771 +.glyphicon-log-in:before { 772 + content: "\e161"; 773 +} 774 +.glyphicon-flash:before { 775 + content: "\e162"; 776 +} 777 +.glyphicon-log-out:before { 778 + content: "\e163"; 779 +} 780 +.glyphicon-new-window:before { 781 + content: "\e164"; 782 +} 783 +.glyphicon-record:before { 784 + content: "\e165"; 785 +} 786 +.glyphicon-save:before { 787 + content: "\e166"; 788 +} 789 +.glyphicon-open:before { 790 + content: "\e167"; 791 +} 792 +.glyphicon-saved:before { 793 + content: "\e168"; 794 +} 795 +.glyphicon-import:before { 796 + content: "\e169"; 797 +} 798 +.glyphicon-export:before { 799 + content: "\e170"; 800 +} 801 +.glyphicon-send:before { 802 + content: "\e171"; 803 +} 804 +.glyphicon-floppy-disk:before { 805 + content: "\e172"; 806 +} 807 +.glyphicon-floppy-saved:before { 808 + content: "\e173"; 809 +} 810 +.glyphicon-floppy-remove:before { 811 + content: "\e174"; 812 +} 813 +.glyphicon-floppy-save:before { 814 + content: "\e175"; 815 +} 816 +.glyphicon-floppy-open:before { 817 + content: "\e176"; 818 +} 819 +.glyphicon-credit-card:before { 820 + content: "\e177"; 821 +} 822 +.glyphicon-transfer:before { 823 + content: "\e178"; 824 +} 825 +.glyphicon-cutlery:before { 826 + content: "\e179"; 827 +} 828 +.glyphicon-header:before { 829 + content: "\e180"; 830 +} 831 +.glyphicon-compressed:before { 832 + content: "\e181"; 833 +} 834 +.glyphicon-earphone:before { 835 + content: "\e182"; 836 +} 837 +.glyphicon-phone-alt:before { 838 + content: "\e183"; 839 +} 840 +.glyphicon-tower:before { 841 + content: "\e184"; 842 +} 843 +.glyphicon-stats:before { 844 + content: "\e185"; 845 +} 846 +.glyphicon-sd-video:before { 847 + content: "\e186"; 848 +} 849 +.glyphicon-hd-video:before { 850 + content: "\e187"; 851 +} 852 +.glyphicon-subtitles:before { 853 + content: "\e188"; 854 +} 855 +.glyphicon-sound-stereo:before { 856 + content: "\e189"; 857 +} 858 +.glyphicon-sound-dolby:before { 859 + content: "\e190"; 860 +} 861 +.glyphicon-sound-5-1:before { 862 + content: "\e191"; 863 +} 864 +.glyphicon-sound-6-1:before { 865 + content: "\e192"; 866 +} 867 +.glyphicon-sound-7-1:before { 868 + content: "\e193"; 869 +} 870 +.glyphicon-copyright-mark:before { 871 + content: "\e194"; 872 +} 873 +.glyphicon-registration-mark:before { 874 + content: "\e195"; 875 +} 876 +.glyphicon-cloud-download:before { 877 + content: "\e197"; 878 +} 879 +.glyphicon-cloud-upload:before { 880 + content: "\e198"; 881 +} 882 +.glyphicon-tree-conifer:before { 883 + content: "\e199"; 884 +} 885 +.glyphicon-tree-deciduous:before { 886 + content: "\e200"; 887 +} 888 +.glyphicon-cd:before { 889 + content: "\e201"; 890 +} 891 +.glyphicon-save-file:before { 892 + content: "\e202"; 893 +} 894 +.glyphicon-open-file:before { 895 + content: "\e203"; 896 +} 897 +.glyphicon-level-up:before { 898 + content: "\e204"; 899 +} 900 +.glyphicon-copy:before { 901 + content: "\e205"; 902 +} 903 +.glyphicon-paste:before { 904 + content: "\e206"; 905 +} 906 +.glyphicon-alert:before { 907 + content: "\e209"; 908 +} 909 +.glyphicon-equalizer:before { 910 + content: "\e210"; 911 +} 912 +.glyphicon-king:before { 913 + content: "\e211"; 914 +} 915 +.glyphicon-queen:before { 916 + content: "\e212"; 917 +} 918 +.glyphicon-pawn:before { 919 + content: "\e213"; 920 +} 921 +.glyphicon-bishop:before { 922 + content: "\e214"; 923 +} 924 +.glyphicon-knight:before { 925 + content: "\e215"; 926 +} 927 +.glyphicon-baby-formula:before { 928 + content: "\e216"; 929 +} 930 +.glyphicon-tent:before { 931 + content: "\26fa"; 932 +} 933 +.glyphicon-blackboard:before { 934 + content: "\e218"; 935 +} 936 +.glyphicon-bed:before { 937 + content: "\e219"; 938 +} 939 +.glyphicon-apple:before { 940 + content: "\f8ff"; 941 +} 942 +.glyphicon-erase:before { 943 + content: "\e221"; 944 +} 945 +.glyphicon-hourglass:before { 946 + content: "\231b"; 947 +} 948 +.glyphicon-lamp:before { 949 + content: "\e223"; 950 +} 951 +.glyphicon-duplicate:before { 952 + content: "\e224"; 953 +} 954 +.glyphicon-piggy-bank:before { 955 + content: "\e225"; 956 +} 957 +.glyphicon-scissors:before { 958 + content: "\e226"; 959 +} 960 +.glyphicon-bitcoin:before { 961 + content: "\e227"; 962 +} 963 +.glyphicon-btc:before { 964 + content: "\e227"; 965 +} 966 +.glyphicon-xbt:before { 967 + content: "\e227"; 968 +} 969 +.glyphicon-yen:before { 970 + content: "\00a5"; 971 +} 972 +.glyphicon-jpy:before { 973 + content: "\00a5"; 974 +} 975 +.glyphicon-ruble:before { 976 + content: "\20bd"; 977 +} 978 +.glyphicon-rub:before { 979 + content: "\20bd"; 980 +} 981 +.glyphicon-scale:before { 982 + content: "\e230"; 983 +} 984 +.glyphicon-ice-lolly:before { 985 + content: "\e231"; 986 +} 987 +.glyphicon-ice-lolly-tasted:before { 988 + content: "\e232"; 989 +} 990 +.glyphicon-education:before { 991 + content: "\e233"; 992 +} 993 +.glyphicon-option-horizontal:before { 994 + content: "\e234"; 995 +} 996 +.glyphicon-option-vertical:before { 997 + content: "\e235"; 998 +} 999 +.glyphicon-menu-hamburger:before { 1000 + content: "\e236"; 1001 +} 1002 +.glyphicon-modal-window:before { 1003 + content: "\e237"; 1004 +} 1005 +.glyphicon-oil:before { 1006 + content: "\e238"; 1007 +} 1008 +.glyphicon-grain:before { 1009 + content: "\e239"; 1010 +} 1011 +.glyphicon-sunglasses:before { 1012 + content: "\e240"; 1013 +} 1014 +.glyphicon-text-size:before { 1015 + content: "\e241"; 1016 +} 1017 +.glyphicon-text-color:before { 1018 + content: "\e242"; 1019 +} 1020 +.glyphicon-text-background:before { 1021 + content: "\e243"; 1022 +} 1023 +.glyphicon-object-align-top:before { 1024 + content: "\e244"; 1025 +} 1026 +.glyphicon-object-align-bottom:before { 1027 + content: "\e245"; 1028 +} 1029 +.glyphicon-object-align-horizontal:before { 1030 + content: "\e246"; 1031 +} 1032 +.glyphicon-object-align-left:before { 1033 + content: "\e247"; 1034 +} 1035 +.glyphicon-object-align-vertical:before { 1036 + content: "\e248"; 1037 +} 1038 +.glyphicon-object-align-right:before { 1039 + content: "\e249"; 1040 +} 1041 +.glyphicon-triangle-right:before { 1042 + content: "\e250"; 1043 +} 1044 +.glyphicon-triangle-left:before { 1045 + content: "\e251"; 1046 +} 1047 +.glyphicon-triangle-bottom:before { 1048 + content: "\e252"; 1049 +} 1050 +.glyphicon-triangle-top:before { 1051 + content: "\e253"; 1052 +} 1053 +.glyphicon-console:before { 1054 + content: "\e254"; 1055 +} 1056 +.glyphicon-superscript:before { 1057 + content: "\e255"; 1058 +} 1059 +.glyphicon-subscript:before { 1060 + content: "\e256"; 1061 +} 1062 +.glyphicon-menu-left:before { 1063 + content: "\e257"; 1064 +} 1065 +.glyphicon-menu-right:before { 1066 + content: "\e258"; 1067 +} 1068 +.glyphicon-menu-down:before { 1069 + content: "\e259"; 1070 +} 1071 +.glyphicon-menu-up:before { 1072 + content: "\e260"; 1073 +} 1074 +* { 1075 + -webkit-box-sizing: border-box; 1076 + -moz-box-sizing: border-box; 1077 + box-sizing: border-box; 1078 +} 1079 +*:before, 1080 +*:after { 1081 + -webkit-box-sizing: border-box; 1082 + -moz-box-sizing: border-box; 1083 + box-sizing: border-box; 1084 +} 1085 +html { 1086 + font-size: 10px; 1087 + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 1088 +} 1089 +body { 1090 + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 1091 + font-size: 13px; 1092 + line-height: 1.42857143; 1093 + color: #000; 1094 + background-color: #fff; 1095 +} 1096 +input, 1097 +button, 1098 +select, 1099 +textarea { 1100 + font-family: inherit; 1101 + font-size: inherit; 1102 + line-height: inherit; 1103 +} 1104 +a { 1105 + color: #337ab7; 1106 + text-decoration: none; 1107 +} 1108 +a:hover, 1109 +a:focus { 1110 + color: #23527c; 1111 + text-decoration: underline; 1112 +} 1113 +a:focus { 1114 + outline: 5px auto -webkit-focus-ring-color; 1115 + outline-offset: -2px; 1116 +} 1117 +figure { 1118 + margin: 0; 1119 +} 1120 +img { 1121 + vertical-align: middle; 1122 +} 1123 +.img-responsive, 1124 +.thumbnail > img, 1125 +.thumbnail a > img, 1126 +.carousel-inner > .item > img, 1127 +.carousel-inner > .item > a > img { 1128 + display: block; 1129 + max-width: 100%; 1130 + height: auto; 1131 +} 1132 +.img-rounded { 1133 + border-radius: 3px; 1134 +} 1135 +.img-thumbnail { 1136 + padding: 4px; 1137 + line-height: 1.42857143; 1138 + background-color: #fff; 1139 + border: 1px solid #ddd; 1140 + border-radius: 2px; 1141 + -webkit-transition: all 0.2s ease-in-out; 1142 + -o-transition: all 0.2s ease-in-out; 1143 + transition: all 0.2s ease-in-out; 1144 + display: inline-block; 1145 + max-width: 100%; 1146 + height: auto; 1147 +} 1148 +.img-circle { 1149 + border-radius: 50%; 1150 +} 1151 +hr { 1152 + margin-top: 18px; 1153 + margin-bottom: 18px; 1154 + border: 0; 1155 + border-top: 1px solid #eeeeee; 1156 +} 1157 +.sr-only { 1158 + position: absolute; 1159 + width: 1px; 1160 + height: 1px; 1161 + margin: -1px; 1162 + padding: 0; 1163 + overflow: hidden; 1164 + clip: rect(0, 0, 0, 0); 1165 + border: 0; 1166 +} 1167 +.sr-only-focusable:active, 1168 +.sr-only-focusable:focus { 1169 + position: static; 1170 + width: auto; 1171 + height: auto; 1172 + margin: 0; 1173 + overflow: visible; 1174 + clip: auto; 1175 +} 1176 +[role="button"] { 1177 + cursor: pointer; 1178 +} 1179 +h1, 1180 +h2, 1181 +h3, 1182 +h4, 1183 +h5, 1184 +h6, 1185 +.h1, 1186 +.h2, 1187 +.h3, 1188 +.h4, 1189 +.h5, 1190 +.h6 { 1191 + font-family: inherit; 1192 + font-weight: 500; 1193 + line-height: 1.1; 1194 + color: inherit; 1195 +} 1196 +h1 small, 1197 +h2 small, 1198 +h3 small, 1199 +h4 small, 1200 +h5 small, 1201 +h6 small, 1202 +.h1 small, 1203 +.h2 small, 1204 +.h3 small, 1205 +.h4 small, 1206 +.h5 small, 1207 +.h6 small, 1208 +h1 .small, 1209 +h2 .small, 1210 +h3 .small, 1211 +h4 .small, 1212 +h5 .small, 1213 +h6 .small, 1214 +.h1 .small, 1215 +.h2 .small, 1216 +.h3 .small, 1217 +.h4 .small, 1218 +.h5 .small, 1219 +.h6 .small { 1220 + font-weight: normal; 1221 + line-height: 1; 1222 + color: #777777; 1223 +} 1224 +h1, 1225 +.h1, 1226 +h2, 1227 +.h2, 1228 +h3, 1229 +.h3 { 1230 + margin-top: 18px; 1231 + margin-bottom: 9px; 1232 +} 1233 +h1 small, 1234 +.h1 small, 1235 +h2 small, 1236 +.h2 small, 1237 +h3 small, 1238 +.h3 small, 1239 +h1 .small, 1240 +.h1 .small, 1241 +h2 .small, 1242 +.h2 .small, 1243 +h3 .small, 1244 +.h3 .small { 1245 + font-size: 65%; 1246 +} 1247 +h4, 1248 +.h4, 1249 +h5, 1250 +.h5, 1251 +h6, 1252 +.h6 { 1253 + margin-top: 9px; 1254 + margin-bottom: 9px; 1255 +} 1256 +h4 small, 1257 +.h4 small, 1258 +h5 small, 1259 +.h5 small, 1260 +h6 small, 1261 +.h6 small, 1262 +h4 .small, 1263 +.h4 .small, 1264 +h5 .small, 1265 +.h5 .small, 1266 +h6 .small, 1267 +.h6 .small { 1268 + font-size: 75%; 1269 +} 1270 +h1, 1271 +.h1 { 1272 + font-size: 33px; 1273 +} 1274 +h2, 1275 +.h2 { 1276 + font-size: 27px; 1277 +} 1278 +h3, 1279 +.h3 { 1280 + font-size: 23px; 1281 +} 1282 +h4, 1283 +.h4 { 1284 + font-size: 17px; 1285 +} 1286 +h5, 1287 +.h5 { 1288 + font-size: 13px; 1289 +} 1290 +h6, 1291 +.h6 { 1292 + font-size: 12px; 1293 +} 1294 +p { 1295 + margin: 0 0 9px; 1296 +} 1297 +.lead { 1298 + margin-bottom: 18px; 1299 + font-size: 14px; 1300 + font-weight: 300; 1301 + line-height: 1.4; 1302 +} 1303 +@media (min-width: 768px) { 1304 + .lead { 1305 + font-size: 19.5px; 1306 + } 1307 +} 1308 +small, 1309 +.small { 1310 + font-size: 92%; 1311 +} 1312 +mark, 1313 +.mark { 1314 + background-color: #fcf8e3; 1315 + padding: .2em; 1316 +} 1317 +.text-left { 1318 + text-align: left; 1319 +} 1320 +.text-right { 1321 + text-align: right; 1322 +} 1323 +.text-center { 1324 + text-align: center; 1325 +} 1326 +.text-justify { 1327 + text-align: justify; 1328 +} 1329 +.text-nowrap { 1330 + white-space: nowrap; 1331 +} 1332 +.text-lowercase { 1333 + text-transform: lowercase; 1334 +} 1335 +.text-uppercase { 1336 + text-transform: uppercase; 1337 +} 1338 +.text-capitalize { 1339 + text-transform: capitalize; 1340 +} 1341 +.text-muted { 1342 + color: #777777; 1343 +} 1344 +.text-primary { 1345 + color: #337ab7; 1346 +} 1347 +a.text-primary:hover, 1348 +a.text-primary:focus { 1349 + color: #286090; 1350 +} 1351 +.text-success { 1352 + color: #3c763d; 1353 +} 1354 +a.text-success:hover, 1355 +a.text-success:focus { 1356 + color: #2b542c; 1357 +} 1358 +.text-info { 1359 + color: #31708f; 1360 +} 1361 +a.text-info:hover, 1362 +a.text-info:focus { 1363 + color: #245269; 1364 +} 1365 +.text-warning { 1366 + color: #8a6d3b; 1367 +} 1368 +a.text-warning:hover, 1369 +a.text-warning:focus { 1370 + color: #66512c; 1371 +} 1372 +.text-danger { 1373 + color: #a94442; 1374 +} 1375 +a.text-danger:hover, 1376 +a.text-danger:focus { 1377 + color: #843534; 1378 +} 1379 +.bg-primary { 1380 + color: #fff; 1381 + background-color: #337ab7; 1382 +} 1383 +a.bg-primary:hover, 1384 +a.bg-primary:focus { 1385 + background-color: #286090; 1386 +} 1387 +.bg-success { 1388 + background-color: #dff0d8; 1389 +} 1390 +a.bg-success:hover, 1391 +a.bg-success:focus { 1392 + background-color: #c1e2b3; 1393 +} 1394 +.bg-info { 1395 + background-color: #d9edf7; 1396 +} 1397 +a.bg-info:hover, 1398 +a.bg-info:focus { 1399 + background-color: #afd9ee; 1400 +} 1401 +.bg-warning { 1402 + background-color: #fcf8e3; 1403 +} 1404 +a.bg-warning:hover, 1405 +a.bg-warning:focus { 1406 + background-color: #f7ecb5; 1407 +} 1408 +.bg-danger { 1409 + background-color: #f2dede; 1410 +} 1411 +a.bg-danger:hover, 1412 +a.bg-danger:focus { 1413 + background-color: #e4b9b9; 1414 +} 1415 +.page-header { 1416 + padding-bottom: 8px; 1417 + margin: 36px 0 18px; 1418 + border-bottom: 1px solid #eeeeee; 1419 +} 1420 +ul, 1421 +ol { 1422 + margin-top: 0; 1423 + margin-bottom: 9px; 1424 +} 1425 +ul ul, 1426 +ol ul, 1427 +ul ol, 1428 +ol ol { 1429 + margin-bottom: 0; 1430 +} 1431 +.list-unstyled { 1432 + padding-left: 0; 1433 + list-style: none; 1434 +} 1435 +.list-inline { 1436 + padding-left: 0; 1437 + list-style: none; 1438 + margin-left: -5px; 1439 +} 1440 +.list-inline > li { 1441 + display: inline-block; 1442 + padding-left: 5px; 1443 + padding-right: 5px; 1444 +} 1445 +dl { 1446 + margin-top: 0; 1447 + margin-bottom: 18px; 1448 +} 1449 +dt, 1450 +dd { 1451 + line-height: 1.42857143; 1452 +} 1453 +dt { 1454 + font-weight: bold; 1455 +} 1456 +dd { 1457 + margin-left: 0; 1458 +} 1459 +@media (min-width: 541px) { 1460 + .dl-horizontal dt { 1461 + float: left; 1462 + width: 160px; 1463 + clear: left; 1464 + text-align: right; 1465 + overflow: hidden; 1466 + text-overflow: ellipsis; 1467 + white-space: nowrap; 1468 + } 1469 + .dl-horizontal dd { 1470 + margin-left: 180px; 1471 + } 1472 +} 1473 +abbr[title], 1474 +abbr[data-original-title] { 1475 + cursor: help; 1476 + border-bottom: 1px dotted #777777; 1477 +} 1478 +.initialism { 1479 + font-size: 90%; 1480 + text-transform: uppercase; 1481 +} 1482 +blockquote { 1483 + padding: 9px 18px; 1484 + margin: 0 0 18px; 1485 + font-size: inherit; 1486 + border-left: 5px solid #eeeeee; 1487 +} 1488 +blockquote p:last-child, 1489 +blockquote ul:last-child, 1490 +blockquote ol:last-child { 1491 + margin-bottom: 0; 1492 +} 1493 +blockquote footer, 1494 +blockquote small, 1495 +blockquote .small { 1496 + display: block; 1497 + font-size: 80%; 1498 + line-height: 1.42857143; 1499 + color: #777777; 1500 +} 1501 +blockquote footer:before, 1502 +blockquote small:before, 1503 +blockquote .small:before { 1504 + content: '\2014 \00A0'; 1505 +} 1506 +.blockquote-reverse, 1507 +blockquote.pull-right { 1508 + padding-right: 15px; 1509 + padding-left: 0; 1510 + border-right: 5px solid #eeeeee; 1511 + border-left: 0; 1512 + text-align: right; 1513 +} 1514 +.blockquote-reverse footer:before, 1515 +blockquote.pull-right footer:before, 1516 +.blockquote-reverse small:before, 1517 +blockquote.pull-right small:before, 1518 +.blockquote-reverse .small:before, 1519 +blockquote.pull-right .small:before { 1520 + content: ''; 1521 +} 1522 +.blockquote-reverse footer:after, 1523 +blockquote.pull-right footer:after, 1524 +.blockquote-reverse small:after, 1525 +blockquote.pull-right small:after, 1526 +.blockquote-reverse .small:after, 1527 +blockquote.pull-right .small:after { 1528 + content: '\00A0 \2014'; 1529 +} 1530 +address { 1531 + margin-bottom: 18px; 1532 + font-style: normal; 1533 + line-height: 1.42857143; 1534 +} 1535 +code, 1536 +kbd, 1537 +pre, 1538 +samp { 1539 + font-family: monospace; 1540 +} 1541 +code { 1542 + padding: 2px 4px; 1543 + font-size: 90%; 1544 + color: #c7254e; 1545 + background-color: #f9f2f4; 1546 + border-radius: 2px; 1547 +} 1548 +kbd { 1549 + padding: 2px 4px; 1550 + font-size: 90%; 1551 + color: #888; 1552 + background-color: transparent; 1553 + border-radius: 1px; 1554 + box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); 1555 +} 1556 +kbd kbd { 1557 + padding: 0; 1558 + font-size: 100%; 1559 + font-weight: bold; 1560 + box-shadow: none; 1561 +} 1562 +pre { 1563 + display: block; 1564 + padding: 8.5px; 1565 + margin: 0 0 9px; 1566 + font-size: 12px; 1567 + line-height: 1.42857143; 1568 + word-break: break-all; 1569 + word-wrap: break-word; 1570 + color: #333333; 1571 + background-color: #f5f5f5; 1572 + border: 1px solid #ccc; 1573 + border-radius: 2px; 1574 +} 1575 +pre code { 1576 + padding: 0; 1577 + font-size: inherit; 1578 + color: inherit; 1579 + white-space: pre-wrap; 1580 + background-color: transparent; 1581 + border-radius: 0; 1582 +} 1583 +.pre-scrollable { 1584 + max-height: 340px; 1585 + overflow-y: scroll; 1586 +} 1587 +.container { 1588 + margin-right: auto; 1589 + margin-left: auto; 1590 + padding-left: 0px; 1591 + padding-right: 0px; 1592 +} 1593 +@media (min-width: 768px) { 1594 + .container { 1595 + width: 768px; 1596 + } 1597 +} 1598 +@media (min-width: 992px) { 1599 + .container { 1600 + width: 940px; 1601 + } 1602 +} 1603 +@media (min-width: 1200px) { 1604 + .container { 1605 + width: 1140px; 1606 + } 1607 +} 1608 +.container-fluid { 1609 + margin-right: auto; 1610 + margin-left: auto; 1611 + padding-left: 0px; 1612 + padding-right: 0px; 1613 +} 1614 +.row { 1615 + margin-left: 0px; 1616 + margin-right: 0px; 1617 +} 1618 +.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 { 1619 + position: relative; 1620 + min-height: 1px; 1621 + padding-left: 0px; 1622 + padding-right: 0px; 1623 +} 1624 +.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 { 1625 + float: left; 1626 +} 1627 +.col-xs-12 { 1628 + width: 100%; 1629 +} 1630 +.col-xs-11 { 1631 + width: 91.66666667%; 1632 +} 1633 +.col-xs-10 { 1634 + width: 83.33333333%; 1635 +} 1636 +.col-xs-9 { 1637 + width: 75%; 1638 +} 1639 +.col-xs-8 { 1640 + width: 66.66666667%; 1641 +} 1642 +.col-xs-7 { 1643 + width: 58.33333333%; 1644 +} 1645 +.col-xs-6 { 1646 + width: 50%; 1647 +} 1648 +.col-xs-5 { 1649 + width: 41.66666667%; 1650 +} 1651 +.col-xs-4 { 1652 + width: 33.33333333%; 1653 +} 1654 +.col-xs-3 { 1655 + width: 25%; 1656 +} 1657 +.col-xs-2 { 1658 + width: 16.66666667%; 1659 +} 1660 +.col-xs-1 { 1661 + width: 8.33333333%; 1662 +} 1663 +.col-xs-pull-12 { 1664 + right: 100%; 1665 +} 1666 +.col-xs-pull-11 { 1667 + right: 91.66666667%; 1668 +} 1669 +.col-xs-pull-10 { 1670 + right: 83.33333333%; 1671 +} 1672 +.col-xs-pull-9 { 1673 + right: 75%; 1674 +} 1675 +.col-xs-pull-8 { 1676 + right: 66.66666667%; 1677 +} 1678 +.col-xs-pull-7 { 1679 + right: 58.33333333%; 1680 +} 1681 +.col-xs-pull-6 { 1682 + right: 50%; 1683 +} 1684 +.col-xs-pull-5 { 1685 + right: 41.66666667%; 1686 +} 1687 +.col-xs-pull-4 { 1688 + right: 33.33333333%; 1689 +} 1690 +.col-xs-pull-3 { 1691 + right: 25%; 1692 +} 1693 +.col-xs-pull-2 { 1694 + right: 16.66666667%; 1695 +} 1696 +.col-xs-pull-1 { 1697 + right: 8.33333333%; 1698 +} 1699 +.col-xs-pull-0 { 1700 + right: auto; 1701 +} 1702 +.col-xs-push-12 { 1703 + left: 100%; 1704 +} 1705 +.col-xs-push-11 { 1706 + left: 91.66666667%; 1707 +} 1708 +.col-xs-push-10 { 1709 + left: 83.33333333%; 1710 +} 1711 +.col-xs-push-9 { 1712 + left: 75%; 1713 +} 1714 +.col-xs-push-8 { 1715 + left: 66.66666667%; 1716 +} 1717 +.col-xs-push-7 { 1718 + left: 58.33333333%; 1719 +} 1720 +.col-xs-push-6 { 1721 + left: 50%; 1722 +} 1723 +.col-xs-push-5 { 1724 + left: 41.66666667%; 1725 +} 1726 +.col-xs-push-4 { 1727 + left: 33.33333333%; 1728 +} 1729 +.col-xs-push-3 { 1730 + left: 25%; 1731 +} 1732 +.col-xs-push-2 { 1733 + left: 16.66666667%; 1734 +} 1735 +.col-xs-push-1 { 1736 + left: 8.33333333%; 1737 +} 1738 +.col-xs-push-0 { 1739 + left: auto; 1740 +} 1741 +.col-xs-offset-12 { 1742 + margin-left: 100%; 1743 +} 1744 +.col-xs-offset-11 { 1745 + margin-left: 91.66666667%; 1746 +} 1747 +.col-xs-offset-10 { 1748 + margin-left: 83.33333333%; 1749 +} 1750 +.col-xs-offset-9 { 1751 + margin-left: 75%; 1752 +} 1753 +.col-xs-offset-8 { 1754 + margin-left: 66.66666667%; 1755 +} 1756 +.col-xs-offset-7 { 1757 + margin-left: 58.33333333%; 1758 +} 1759 +.col-xs-offset-6 { 1760 + margin-left: 50%; 1761 +} 1762 +.col-xs-offset-5 { 1763 + margin-left: 41.66666667%; 1764 +} 1765 +.col-xs-offset-4 { 1766 + margin-left: 33.33333333%; 1767 +} 1768 +.col-xs-offset-3 { 1769 + margin-left: 25%; 1770 +} 1771 +.col-xs-offset-2 { 1772 + margin-left: 16.66666667%; 1773 +} 1774 +.col-xs-offset-1 { 1775 + margin-left: 8.33333333%; 1776 +} 1777 +.col-xs-offset-0 { 1778 + margin-left: 0%; 1779 +} 1780 +@media (min-width: 768px) { 1781 + .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 { 1782 + float: left; 1783 + } 1784 + .col-sm-12 { 1785 + width: 100%; 1786 + } 1787 + .col-sm-11 { 1788 + width: 91.66666667%; 1789 + } 1790 + .col-sm-10 { 1791 + width: 83.33333333%; 1792 + } 1793 + .col-sm-9 { 1794 + width: 75%; 1795 + } 1796 + .col-sm-8 { 1797 + width: 66.66666667%; 1798 + } 1799 + .col-sm-7 { 1800 + width: 58.33333333%; 1801 + } 1802 + .col-sm-6 { 1803 + width: 50%; 1804 + } 1805 + .col-sm-5 { 1806 + width: 41.66666667%; 1807 + } 1808 + .col-sm-4 { 1809 + width: 33.33333333%; 1810 + } 1811 + .col-sm-3 { 1812 + width: 25%; 1813 + } 1814 + .col-sm-2 { 1815 + width: 16.66666667%; 1816 + } 1817 + .col-sm-1 { 1818 + width: 8.33333333%; 1819 + } 1820 + .col-sm-pull-12 { 1821 + right: 100%; 1822 + } 1823 + .col-sm-pull-11 { 1824 + right: 91.66666667%; 1825 + } 1826 + .col-sm-pull-10 { 1827 + right: 83.33333333%; 1828 + } 1829 + .col-sm-pull-9 { 1830 + right: 75%; 1831 + } 1832 + .col-sm-pull-8 { 1833 + right: 66.66666667%; 1834 + } 1835 + .col-sm-pull-7 { 1836 + right: 58.33333333%; 1837 + } 1838 + .col-sm-pull-6 { 1839 + right: 50%; 1840 + } 1841 + .col-sm-pull-5 { 1842 + right: 41.66666667%; 1843 + } 1844 + .col-sm-pull-4 { 1845 + right: 33.33333333%; 1846 + } 1847 + .col-sm-pull-3 { 1848 + right: 25%; 1849 + } 1850 + .col-sm-pull-2 { 1851 + right: 16.66666667%; 1852 + } 1853 + .col-sm-pull-1 { 1854 + right: 8.33333333%; 1855 + } 1856 + .col-sm-pull-0 { 1857 + right: auto; 1858 + } 1859 + .col-sm-push-12 { 1860 + left: 100%; 1861 + } 1862 + .col-sm-push-11 { 1863 + left: 91.66666667%; 1864 + } 1865 + .col-sm-push-10 { 1866 + left: 83.33333333%; 1867 + } 1868 + .col-sm-push-9 { 1869 + left: 75%; 1870 + } 1871 + .col-sm-push-8 { 1872 + left: 66.66666667%; 1873 + } 1874 + .col-sm-push-7 { 1875 + left: 58.33333333%; 1876 + } 1877 + .col-sm-push-6 { 1878 + left: 50%; 1879 + } 1880 + .col-sm-push-5 { 1881 + left: 41.66666667%; 1882 + } 1883 + .col-sm-push-4 { 1884 + left: 33.33333333%; 1885 + } 1886 + .col-sm-push-3 { 1887 + left: 25%; 1888 + } 1889 + .col-sm-push-2 { 1890 + left: 16.66666667%; 1891 + } 1892 + .col-sm-push-1 { 1893 + left: 8.33333333%; 1894 + } 1895 + .col-sm-push-0 { 1896 + left: auto; 1897 + } 1898 + .col-sm-offset-12 { 1899 + margin-left: 100%; 1900 + } 1901 + .col-sm-offset-11 { 1902 + margin-left: 91.66666667%; 1903 + } 1904 + .col-sm-offset-10 { 1905 + margin-left: 83.33333333%; 1906 + } 1907 + .col-sm-offset-9 { 1908 + margin-left: 75%; 1909 + } 1910 + .col-sm-offset-8 { 1911 + margin-left: 66.66666667%; 1912 + } 1913 + .col-sm-offset-7 { 1914 + margin-left: 58.33333333%; 1915 + } 1916 + .col-sm-offset-6 { 1917 + margin-left: 50%; 1918 + } 1919 + .col-sm-offset-5 { 1920 + margin-left: 41.66666667%; 1921 + } 1922 + .col-sm-offset-4 { 1923 + margin-left: 33.33333333%; 1924 + } 1925 + .col-sm-offset-3 { 1926 + margin-left: 25%; 1927 + } 1928 + .col-sm-offset-2 { 1929 + margin-left: 16.66666667%; 1930 + } 1931 + .col-sm-offset-1 { 1932 + margin-left: 8.33333333%; 1933 + } 1934 + .col-sm-offset-0 { 1935 + margin-left: 0%; 1936 + } 1937 +} 1938 +@media (min-width: 992px) { 1939 + .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 { 1940 + float: left; 1941 + } 1942 + .col-md-12 { 1943 + width: 100%; 1944 + } 1945 + .col-md-11 { 1946 + width: 91.66666667%; 1947 + } 1948 + .col-md-10 { 1949 + width: 83.33333333%; 1950 + } 1951 + .col-md-9 { 1952 + width: 75%; 1953 + } 1954 + .col-md-8 { 1955 + width: 66.66666667%; 1956 + } 1957 + .col-md-7 { 1958 + width: 58.33333333%; 1959 + } 1960 + .col-md-6 { 1961 + width: 50%; 1962 + } 1963 + .col-md-5 { 1964 + width: 41.66666667%; 1965 + } 1966 + .col-md-4 { 1967 + width: 33.33333333%; 1968 + } 1969 + .col-md-3 { 1970 + width: 25%; 1971 + } 1972 + .col-md-2 { 1973 + width: 16.66666667%; 1974 + } 1975 + .col-md-1 { 1976 + width: 8.33333333%; 1977 + } 1978 + .col-md-pull-12 { 1979 + right: 100%; 1980 + } 1981 + .col-md-pull-11 { 1982 + right: 91.66666667%; 1983 + } 1984 + .col-md-pull-10 { 1985 + right: 83.33333333%; 1986 + } 1987 + .col-md-pull-9 { 1988 + right: 75%; 1989 + } 1990 + .col-md-pull-8 { 1991 + right: 66.66666667%; 1992 + } 1993 + .col-md-pull-7 { 1994 + right: 58.33333333%; 1995 + } 1996 + .col-md-pull-6 { 1997 + right: 50%; 1998 + } 1999 + .col-md-pull-5 { 2000 + right: 41.66666667%; 2001 + } 2002 + .col-md-pull-4 { 2003 + right: 33.33333333%; 2004 + } 2005 + .col-md-pull-3 { 2006 + right: 25%; 2007 + } 2008 + .col-md-pull-2 { 2009 + right: 16.66666667%; 2010 + } 2011 + .col-md-pull-1 { 2012 + right: 8.33333333%; 2013 + } 2014 + .col-md-pull-0 { 2015 + right: auto; 2016 + } 2017 + .col-md-push-12 { 2018 + left: 100%; 2019 + } 2020 + .col-md-push-11 { 2021 + left: 91.66666667%; 2022 + } 2023 + .col-md-push-10 { 2024 + left: 83.33333333%; 2025 + } 2026 + .col-md-push-9 { 2027 + left: 75%; 2028 + } 2029 + .col-md-push-8 { 2030 + left: 66.66666667%; 2031 + } 2032 + .col-md-push-7 { 2033 + left: 58.33333333%; 2034 + } 2035 + .col-md-push-6 { 2036 + left: 50%; 2037 + } 2038 + .col-md-push-5 { 2039 + left: 41.66666667%; 2040 + } 2041 + .col-md-push-4 { 2042 + left: 33.33333333%; 2043 + } 2044 + .col-md-push-3 { 2045 + left: 25%; 2046 + } 2047 + .col-md-push-2 { 2048 + left: 16.66666667%; 2049 + } 2050 + .col-md-push-1 { 2051 + left: 8.33333333%; 2052 + } 2053 + .col-md-push-0 { 2054 + left: auto; 2055 + } 2056 + .col-md-offset-12 { 2057 + margin-left: 100%; 2058 + } 2059 + .col-md-offset-11 { 2060 + margin-left: 91.66666667%; 2061 + } 2062 + .col-md-offset-10 { 2063 + margin-left: 83.33333333%; 2064 + } 2065 + .col-md-offset-9 { 2066 + margin-left: 75%; 2067 + } 2068 + .col-md-offset-8 { 2069 + margin-left: 66.66666667%; 2070 + } 2071 + .col-md-offset-7 { 2072 + margin-left: 58.33333333%; 2073 + } 2074 + .col-md-offset-6 { 2075 + margin-left: 50%; 2076 + } 2077 + .col-md-offset-5 { 2078 + margin-left: 41.66666667%; 2079 + } 2080 + .col-md-offset-4 { 2081 + margin-left: 33.33333333%; 2082 + } 2083 + .col-md-offset-3 { 2084 + margin-left: 25%; 2085 + } 2086 + .col-md-offset-2 { 2087 + margin-left: 16.66666667%; 2088 + } 2089 + .col-md-offset-1 { 2090 + margin-left: 8.33333333%; 2091 + } 2092 + .col-md-offset-0 { 2093 + margin-left: 0%; 2094 + } 2095 +} 2096 +@media (min-width: 1200px) { 2097 + .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 { 2098 + float: left; 2099 + } 2100 + .col-lg-12 { 2101 + width: 100%; 2102 + } 2103 + .col-lg-11 { 2104 + width: 91.66666667%; 2105 + } 2106 + .col-lg-10 { 2107 + width: 83.33333333%; 2108 + } 2109 + .col-lg-9 { 2110 + width: 75%; 2111 + } 2112 + .col-lg-8 { 2113 + width: 66.66666667%; 2114 + } 2115 + .col-lg-7 { 2116 + width: 58.33333333%; 2117 + } 2118 + .col-lg-6 { 2119 + width: 50%; 2120 + } 2121 + .col-lg-5 { 2122 + width: 41.66666667%; 2123 + } 2124 + .col-lg-4 { 2125 + width: 33.33333333%; 2126 + } 2127 + .col-lg-3 { 2128 + width: 25%; 2129 + } 2130 + .col-lg-2 { 2131 + width: 16.66666667%; 2132 + } 2133 + .col-lg-1 { 2134 + width: 8.33333333%; 2135 + } 2136 + .col-lg-pull-12 { 2137 + right: 100%; 2138 + } 2139 + .col-lg-pull-11 { 2140 + right: 91.66666667%; 2141 + } 2142 + .col-lg-pull-10 { 2143 + right: 83.33333333%; 2144 + } 2145 + .col-lg-pull-9 { 2146 + right: 75%; 2147 + } 2148 + .col-lg-pull-8 { 2149 + right: 66.66666667%; 2150 + } 2151 + .col-lg-pull-7 { 2152 + right: 58.33333333%; 2153 + } 2154 + .col-lg-pull-6 { 2155 + right: 50%; 2156 + } 2157 + .col-lg-pull-5 { 2158 + right: 41.66666667%; 2159 + } 2160 + .col-lg-pull-4 { 2161 + right: 33.33333333%; 2162 + } 2163 + .col-lg-pull-3 { 2164 + right: 25%; 2165 + } 2166 + .col-lg-pull-2 { 2167 + right: 16.66666667%; 2168 + } 2169 + .col-lg-pull-1 { 2170 + right: 8.33333333%; 2171 + } 2172 + .col-lg-pull-0 { 2173 + right: auto; 2174 + } 2175 + .col-lg-push-12 { 2176 + left: 100%; 2177 + } 2178 + .col-lg-push-11 { 2179 + left: 91.66666667%; 2180 + } 2181 + .col-lg-push-10 { 2182 + left: 83.33333333%; 2183 + } 2184 + .col-lg-push-9 { 2185 + left: 75%; 2186 + } 2187 + .col-lg-push-8 { 2188 + left: 66.66666667%; 2189 + } 2190 + .col-lg-push-7 { 2191 + left: 58.33333333%; 2192 + } 2193 + .col-lg-push-6 { 2194 + left: 50%; 2195 + } 2196 + .col-lg-push-5 { 2197 + left: 41.66666667%; 2198 + } 2199 + .col-lg-push-4 { 2200 + left: 33.33333333%; 2201 + } 2202 + .col-lg-push-3 { 2203 + left: 25%; 2204 + } 2205 + .col-lg-push-2 { 2206 + left: 16.66666667%; 2207 + } 2208 + .col-lg-push-1 { 2209 + left: 8.33333333%; 2210 + } 2211 + .col-lg-push-0 { 2212 + left: auto; 2213 + } 2214 + .col-lg-offset-12 { 2215 + margin-left: 100%; 2216 + } 2217 + .col-lg-offset-11 { 2218 + margin-left: 91.66666667%; 2219 + } 2220 + .col-lg-offset-10 { 2221 + margin-left: 83.33333333%; 2222 + } 2223 + .col-lg-offset-9 { 2224 + margin-left: 75%; 2225 + } 2226 + .col-lg-offset-8 { 2227 + margin-left: 66.66666667%; 2228 + } 2229 + .col-lg-offset-7 { 2230 + margin-left: 58.33333333%; 2231 + } 2232 + .col-lg-offset-6 { 2233 + margin-left: 50%; 2234 + } 2235 + .col-lg-offset-5 { 2236 + margin-left: 41.66666667%; 2237 + } 2238 + .col-lg-offset-4 { 2239 + margin-left: 33.33333333%; 2240 + } 2241 + .col-lg-offset-3 { 2242 + margin-left: 25%; 2243 + } 2244 + .col-lg-offset-2 { 2245 + margin-left: 16.66666667%; 2246 + } 2247 + .col-lg-offset-1 { 2248 + margin-left: 8.33333333%; 2249 + } 2250 + .col-lg-offset-0 { 2251 + margin-left: 0%; 2252 + } 2253 +} 2254 +table { 2255 + background-color: transparent; 2256 +} 2257 +caption { 2258 + padding-top: 8px; 2259 + padding-bottom: 8px; 2260 + color: #777777; 2261 + text-align: left; 2262 +} 2263 +th { 2264 + text-align: left; 2265 +} 2266 +.table { 2267 + width: 100%; 2268 + max-width: 100%; 2269 + margin-bottom: 18px; 2270 +} 2271 +.table > thead > tr > th, 2272 +.table > tbody > tr > th, 2273 +.table > tfoot > tr > th, 2274 +.table > thead > tr > td, 2275 +.table > tbody > tr > td, 2276 +.table > tfoot > tr > td { 2277 + padding: 8px; 2278 + line-height: 1.42857143; 2279 + vertical-align: top; 2280 + border-top: 1px solid #ddd; 2281 +} 2282 +.table > thead > tr > th { 2283 + vertical-align: bottom; 2284 + border-bottom: 2px solid #ddd; 2285 +} 2286 +.table > caption + thead > tr:first-child > th, 2287 +.table > colgroup + thead > tr:first-child > th, 2288 +.table > thead:first-child > tr:first-child > th, 2289 +.table > caption + thead > tr:first-child > td, 2290 +.table > colgroup + thead > tr:first-child > td, 2291 +.table > thead:first-child > tr:first-child > td { 2292 + border-top: 0; 2293 +} 2294 +.table > tbody + tbody { 2295 + border-top: 2px solid #ddd; 2296 +} 2297 +.table .table { 2298 + background-color: #fff; 2299 +} 2300 +.table-condensed > thead > tr > th, 2301 +.table-condensed > tbody > tr > th, 2302 +.table-condensed > tfoot > tr > th, 2303 +.table-condensed > thead > tr > td, 2304 +.table-condensed > tbody > tr > td, 2305 +.table-condensed > tfoot > tr > td { 2306 + padding: 5px; 2307 +} 2308 +.table-bordered { 2309 + border: 1px solid #ddd; 2310 +} 2311 +.table-bordered > thead > tr > th, 2312 +.table-bordered > tbody > tr > th, 2313 +.table-bordered > tfoot > tr > th, 2314 +.table-bordered > thead > tr > td, 2315 +.table-bordered > tbody > tr > td, 2316 +.table-bordered > tfoot > tr > td { 2317 + border: 1px solid #ddd; 2318 +} 2319 +.table-bordered > thead > tr > th, 2320 +.table-bordered > thead > tr > td { 2321 + border-bottom-width: 2px; 2322 +} 2323 +.table-striped > tbody > tr:nth-of-type(odd) { 2324 + background-color: #f9f9f9; 2325 +} 2326 +.table-hover > tbody > tr:hover { 2327 + background-color: #f5f5f5; 2328 +} 2329 +table col[class*="col-"] { 2330 + position: static; 2331 + float: none; 2332 + display: table-column; 2333 +} 2334 +table td[class*="col-"], 2335 +table th[class*="col-"] { 2336 + position: static; 2337 + float: none; 2338 + display: table-cell; 2339 +} 2340 +.table > thead > tr > td.active, 2341 +.table > tbody > tr > td.active, 2342 +.table > tfoot > tr > td.active, 2343 +.table > thead > tr > th.active, 2344 +.table > tbody > tr > th.active, 2345 +.table > tfoot > tr > th.active, 2346 +.table > thead > tr.active > td, 2347 +.table > tbody > tr.active > td, 2348 +.table > tfoot > tr.active > td, 2349 +.table > thead > tr.active > th, 2350 +.table > tbody > tr.active > th, 2351 +.table > tfoot > tr.active > th { 2352 + background-color: #f5f5f5; 2353 +} 2354 +.table-hover > tbody > tr > td.active:hover, 2355 +.table-hover > tbody > tr > th.active:hover, 2356 +.table-hover > tbody > tr.active:hover > td, 2357 +.table-hover > tbody > tr:hover > .active, 2358 +.table-hover > tbody > tr.active:hover > th { 2359 + background-color: #e8e8e8; 2360 +} 2361 +.table > thead > tr > td.success, 2362 +.table > tbody > tr > td.success, 2363 +.table > tfoot > tr > td.success, 2364 +.table > thead > tr > th.success, 2365 +.table > tbody > tr > th.success, 2366 +.table > tfoot > tr > th.success, 2367 +.table > thead > tr.success > td, 2368 +.table > tbody > tr.success > td, 2369 +.table > tfoot > tr.success > td, 2370 +.table > thead > tr.success > th, 2371 +.table > tbody > tr.success > th, 2372 +.table > tfoot > tr.success > th { 2373 + background-color: #dff0d8; 2374 +} 2375 +.table-hover > tbody > tr > td.success:hover, 2376 +.table-hover > tbody > tr > th.success:hover, 2377 +.table-hover > tbody > tr.success:hover > td, 2378 +.table-hover > tbody > tr:hover > .success, 2379 +.table-hover > tbody > tr.success:hover > th { 2380 + background-color: #d0e9c6; 2381 +} 2382 +.table > thead > tr > td.info, 2383 +.table > tbody > tr > td.info, 2384 +.table > tfoot > tr > td.info, 2385 +.table > thead > tr > th.info, 2386 +.table > tbody > tr > th.info, 2387 +.table > tfoot > tr > th.info, 2388 +.table > thead > tr.info > td, 2389 +.table > tbody > tr.info > td, 2390 +.table > tfoot > tr.info > td, 2391 +.table > thead > tr.info > th, 2392 +.table > tbody > tr.info > th, 2393 +.table > tfoot > tr.info > th { 2394 + background-color: #d9edf7; 2395 +} 2396 +.table-hover > tbody > tr > td.info:hover, 2397 +.table-hover > tbody > tr > th.info:hover, 2398 +.table-hover > tbody > tr.info:hover > td, 2399 +.table-hover > tbody > tr:hover > .info, 2400 +.table-hover > tbody > tr.info:hover > th { 2401 + background-color: #c4e3f3; 2402 +} 2403 +.table > thead > tr > td.warning, 2404 +.table > tbody > tr > td.warning, 2405 +.table > tfoot > tr > td.warning, 2406 +.table > thead > tr > th.warning, 2407 +.table > tbody > tr > th.warning, 2408 +.table > tfoot > tr > th.warning, 2409 +.table > thead > tr.warning > td, 2410 +.table > tbody > tr.warning > td, 2411 +.table > tfoot > tr.warning > td, 2412 +.table > thead > tr.warning > th, 2413 +.table > tbody > tr.warning > th, 2414 +.table > tfoot > tr.warning > th { 2415 + background-color: #fcf8e3; 2416 +} 2417 +.table-hover > tbody > tr > td.warning:hover, 2418 +.table-hover > tbody > tr > th.warning:hover, 2419 +.table-hover > tbody > tr.warning:hover > td, 2420 +.table-hover > tbody > tr:hover > .warning, 2421 +.table-hover > tbody > tr.warning:hover > th { 2422 + background-color: #faf2cc; 2423 +} 2424 +.table > thead > tr > td.danger, 2425 +.table > tbody > tr > td.danger, 2426 +.table > tfoot > tr > td.danger, 2427 +.table > thead > tr > th.danger, 2428 +.table > tbody > tr > th.danger, 2429 +.table > tfoot > tr > th.danger, 2430 +.table > thead > tr.danger > td, 2431 +.table > tbody > tr.danger > td, 2432 +.table > tfoot > tr.danger > td, 2433 +.table > thead > tr.danger > th, 2434 +.table > tbody > tr.danger > th, 2435 +.table > tfoot > tr.danger > th { 2436 + background-color: #f2dede; 2437 +} 2438 +.table-hover > tbody > tr > td.danger:hover, 2439 +.table-hover > tbody > tr > th.danger:hover, 2440 +.table-hover > tbody > tr.danger:hover > td, 2441 +.table-hover > tbody > tr:hover > .danger, 2442 +.table-hover > tbody > tr.danger:hover > th { 2443 + background-color: #ebcccc; 2444 +} 2445 +.table-responsive { 2446 + overflow-x: auto; 2447 + min-height: 0.01%; 2448 +} 2449 +@media screen and (max-width: 767px) { 2450 + .table-responsive { 2451 + width: 100%; 2452 + margin-bottom: 13.5px; 2453 + overflow-y: hidden; 2454 + -ms-overflow-style: -ms-autohiding-scrollbar; 2455 + border: 1px solid #ddd; 2456 + } 2457 + .table-responsive > .table { 2458 + margin-bottom: 0; 2459 + } 2460 + .table-responsive > .table > thead > tr > th, 2461 + .table-responsive > .table > tbody > tr > th, 2462 + .table-responsive > .table > tfoot > tr > th, 2463 + .table-responsive > .table > thead > tr > td, 2464 + .table-responsive > .table > tbody > tr > td, 2465 + .table-responsive > .table > tfoot > tr > td { 2466 + white-space: nowrap; 2467 + } 2468 + .table-responsive > .table-bordered { 2469 + border: 0; 2470 + } 2471 + .table-responsive > .table-bordered > thead > tr > th:first-child, 2472 + .table-responsive > .table-bordered > tbody > tr > th:first-child, 2473 + .table-responsive > .table-bordered > tfoot > tr > th:first-child, 2474 + .table-responsive > .table-bordered > thead > tr > td:first-child, 2475 + .table-responsive > .table-bordered > tbody > tr > td:first-child, 2476 + .table-responsive > .table-bordered > tfoot > tr > td:first-child { 2477 + border-left: 0; 2478 + } 2479 + .table-responsive > .table-bordered > thead > tr > th:last-child, 2480 + .table-responsive > .table-bordered > tbody > tr > th:last-child, 2481 + .table-responsive > .table-bordered > tfoot > tr > th:last-child, 2482 + .table-responsive > .table-bordered > thead > tr > td:last-child, 2483 + .table-responsive > .table-bordered > tbody > tr > td:last-child, 2484 + .table-responsive > .table-bordered > tfoot > tr > td:last-child { 2485 + border-right: 0; 2486 + } 2487 + .table-responsive > .table-bordered > tbody > tr:last-child > th, 2488 + .table-responsive > .table-bordered > tfoot > tr:last-child > th, 2489 + .table-responsive > .table-bordered > tbody > tr:last-child > td, 2490 + .table-responsive > .table-bordered > tfoot > tr:last-child > td { 2491 + border-bottom: 0; 2492 + } 2493 +} 2494 +fieldset { 2495 + padding: 0; 2496 + margin: 0; 2497 + border: 0; 2498 + min-width: 0; 2499 +} 2500 +legend { 2501 + display: block; 2502 + width: 100%; 2503 + padding: 0; 2504 + margin-bottom: 18px; 2505 + font-size: 19.5px; 2506 + line-height: inherit; 2507 + color: #333333; 2508 + border: 0; 2509 + border-bottom: 1px solid #e5e5e5; 2510 +} 2511 +label { 2512 + display: inline-block; 2513 + max-width: 100%; 2514 + margin-bottom: 5px; 2515 + font-weight: bold; 2516 +} 2517 +input[type="search"] { 2518 + -webkit-box-sizing: border-box; 2519 + -moz-box-sizing: border-box; 2520 + box-sizing: border-box; 2521 +} 2522 +input[type="radio"], 2523 +input[type="checkbox"] { 2524 + margin: 4px 0 0; 2525 + margin-top: 1px \9; 2526 + line-height: normal; 2527 +} 2528 +input[type="file"] { 2529 + display: block; 2530 +} 2531 +input[type="range"] { 2532 + display: block; 2533 + width: 100%; 2534 +} 2535 +select[multiple], 2536 +select[size] { 2537 + height: auto; 2538 +} 2539 +input[type="file"]:focus, 2540 +input[type="radio"]:focus, 2541 +input[type="checkbox"]:focus { 2542 + outline: 5px auto -webkit-focus-ring-color; 2543 + outline-offset: -2px; 2544 +} 2545 +output { 2546 + display: block; 2547 + padding-top: 7px; 2548 + font-size: 13px; 2549 + line-height: 1.42857143; 2550 + color: #555555; 2551 +} 2552 +.form-control { 2553 + display: block; 2554 + width: 100%; 2555 + height: 32px; 2556 + padding: 6px 12px; 2557 + font-size: 13px; 2558 + line-height: 1.42857143; 2559 + color: #555555; 2560 + background-color: #fff; 2561 + background-image: none; 2562 + border: 1px solid #ccc; 2563 + border-radius: 2px; 2564 + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 2565 + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 2566 + -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 2567 + -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 2568 + transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 2569 +} 2570 +.form-control:focus { 2571 + border-color: #66afe9; 2572 + outline: 0; 2573 + -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); 2574 + box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); 2575 +} 2576 +.form-control::-moz-placeholder { 2577 + color: #999; 2578 + opacity: 1; 2579 +} 2580 +.form-control:-ms-input-placeholder { 2581 + color: #999; 2582 +} 2583 +.form-control::-webkit-input-placeholder { 2584 + color: #999; 2585 +} 2586 +.form-control::-ms-expand { 2587 + border: 0; 2588 + background-color: transparent; 2589 +} 2590 +.form-control[disabled], 2591 +.form-control[readonly], 2592 +fieldset[disabled] .form-control { 2593 + background-color: #eeeeee; 2594 + opacity: 1; 2595 +} 2596 +.form-control[disabled], 2597 +fieldset[disabled] .form-control { 2598 + cursor: not-allowed; 2599 +} 2600 +textarea.form-control { 2601 + height: auto; 2602 +} 2603 +input[type="search"] { 2604 + -webkit-appearance: none; 2605 +} 2606 +@media screen and (-webkit-min-device-pixel-ratio: 0) { 2607 + input[type="date"].form-control, 2608 + input[type="time"].form-control, 2609 + input[type="datetime-local"].form-control, 2610 + input[type="month"].form-control { 2611 + line-height: 32px; 2612 + } 2613 + input[type="date"].input-sm, 2614 + input[type="time"].input-sm, 2615 + input[type="datetime-local"].input-sm, 2616 + input[type="month"].input-sm, 2617 + .input-group-sm input[type="date"], 2618 + .input-group-sm input[type="time"], 2619 + .input-group-sm input[type="datetime-local"], 2620 + .input-group-sm input[type="month"] { 2621 + line-height: 30px; 2622 + } 2623 + input[type="date"].input-lg, 2624 + input[type="time"].input-lg, 2625 + input[type="datetime-local"].input-lg, 2626 + input[type="month"].input-lg, 2627 + .input-group-lg input[type="date"], 2628 + .input-group-lg input[type="time"], 2629 + .input-group-lg input[type="datetime-local"], 2630 + .input-group-lg input[type="month"] { 2631 + line-height: 45px; 2632 + } 2633 +} 2634 +.form-group { 2635 + margin-bottom: 15px; 2636 +} 2637 +.radio, 2638 +.checkbox { 2639 + position: relative; 2640 + display: block; 2641 + margin-top: 10px; 2642 + margin-bottom: 10px; 2643 +} 2644 +.radio label, 2645 +.checkbox label { 2646 + min-height: 18px; 2647 + padding-left: 20px; 2648 + margin-bottom: 0; 2649 + font-weight: normal; 2650 + cursor: pointer; 2651 +} 2652 +.radio input[type="radio"], 2653 +.radio-inline input[type="radio"], 2654 +.checkbox input[type="checkbox"], 2655 +.checkbox-inline input[type="checkbox"] { 2656 + position: absolute; 2657 + margin-left: -20px; 2658 + margin-top: 4px \9; 2659 +} 2660 +.radio + .radio, 2661 +.checkbox + .checkbox { 2662 + margin-top: -5px; 2663 +} 2664 +.radio-inline, 2665 +.checkbox-inline { 2666 + position: relative; 2667 + display: inline-block; 2668 + padding-left: 20px; 2669 + margin-bottom: 0; 2670 + vertical-align: middle; 2671 + font-weight: normal; 2672 + cursor: pointer; 2673 +} 2674 +.radio-inline + .radio-inline, 2675 +.checkbox-inline + .checkbox-inline { 2676 + margin-top: 0; 2677 + margin-left: 10px; 2678 +} 2679 +input[type="radio"][disabled], 2680 +input[type="checkbox"][disabled], 2681 +input[type="radio"].disabled, 2682 +input[type="checkbox"].disabled, 2683 +fieldset[disabled] input[type="radio"], 2684 +fieldset[disabled] input[type="checkbox"] { 2685 + cursor: not-allowed; 2686 +} 2687 +.radio-inline.disabled, 2688 +.checkbox-inline.disabled, 2689 +fieldset[disabled] .radio-inline, 2690 +fieldset[disabled] .checkbox-inline { 2691 + cursor: not-allowed; 2692 +} 2693 +.radio.disabled label, 2694 +.checkbox.disabled label, 2695 +fieldset[disabled] .radio label, 2696 +fieldset[disabled] .checkbox label { 2697 + cursor: not-allowed; 2698 +} 2699 +.form-control-static { 2700 + padding-top: 7px; 2701 + padding-bottom: 7px; 2702 + margin-bottom: 0; 2703 + min-height: 31px; 2704 +} 2705 +.form-control-static.input-lg, 2706 +.form-control-static.input-sm { 2707 + padding-left: 0; 2708 + padding-right: 0; 2709 +} 2710 +.input-sm { 2711 + height: 30px; 2712 + padding: 5px 10px; 2713 + font-size: 12px; 2714 + line-height: 1.5; 2715 + border-radius: 1px; 2716 +} 2717 +select.input-sm { 2718 + height: 30px; 2719 + line-height: 30px; 2720 +} 2721 +textarea.input-sm, 2722 +select[multiple].input-sm { 2723 + height: auto; 2724 +} 2725 +.form-group-sm .form-control { 2726 + height: 30px; 2727 + padding: 5px 10px; 2728 + font-size: 12px; 2729 + line-height: 1.5; 2730 + border-radius: 1px; 2731 +} 2732 +.form-group-sm select.form-control { 2733 + height: 30px; 2734 + line-height: 30px; 2735 +} 2736 +.form-group-sm textarea.form-control, 2737 +.form-group-sm select[multiple].form-control { 2738 + height: auto; 2739 +} 2740 +.form-group-sm .form-control-static { 2741 + height: 30px; 2742 + min-height: 30px; 2743 + padding: 6px 10px; 2744 + font-size: 12px; 2745 + line-height: 1.5; 2746 +} 2747 +.input-lg { 2748 + height: 45px; 2749 + padding: 10px 16px; 2750 + font-size: 17px; 2751 + line-height: 1.3333333; 2752 + border-radius: 3px; 2753 +} 2754 +select.input-lg { 2755 + height: 45px; 2756 + line-height: 45px; 2757 +} 2758 +textarea.input-lg, 2759 +select[multiple].input-lg { 2760 + height: auto; 2761 +} 2762 +.form-group-lg .form-control { 2763 + height: 45px; 2764 + padding: 10px 16px; 2765 + font-size: 17px; 2766 + line-height: 1.3333333; 2767 + border-radius: 3px; 2768 +} 2769 +.form-group-lg select.form-control { 2770 + height: 45px; 2771 + line-height: 45px; 2772 +} 2773 +.form-group-lg textarea.form-control, 2774 +.form-group-lg select[multiple].form-control { 2775 + height: auto; 2776 +} 2777 +.form-group-lg .form-control-static { 2778 + height: 45px; 2779 + min-height: 35px; 2780 + padding: 11px 16px; 2781 + font-size: 17px; 2782 + line-height: 1.3333333; 2783 +} 2784 +.has-feedback { 2785 + position: relative; 2786 +} 2787 +.has-feedback .form-control { 2788 + padding-right: 40px; 2789 +} 2790 +.form-control-feedback { 2791 + position: absolute; 2792 + top: 0; 2793 + right: 0; 2794 + z-index: 2; 2795 + display: block; 2796 + width: 32px; 2797 + height: 32px; 2798 + line-height: 32px; 2799 + text-align: center; 2800 + pointer-events: none; 2801 +} 2802 +.input-lg + .form-control-feedback, 2803 +.input-group-lg + .form-control-feedback, 2804 +.form-group-lg .form-control + .form-control-feedback { 2805 + width: 45px; 2806 + height: 45px; 2807 + line-height: 45px; 2808 +} 2809 +.input-sm + .form-control-feedback, 2810 +.input-group-sm + .form-control-feedback, 2811 +.form-group-sm .form-control + .form-control-feedback { 2812 + width: 30px; 2813 + height: 30px; 2814 + line-height: 30px; 2815 +} 2816 +.has-success .help-block, 2817 +.has-success .control-label, 2818 +.has-success .radio, 2819 +.has-success .checkbox, 2820 +.has-success .radio-inline, 2821 +.has-success .checkbox-inline, 2822 +.has-success.radio label, 2823 +.has-success.checkbox label, 2824 +.has-success.radio-inline label, 2825 +.has-success.checkbox-inline label { 2826 + color: #3c763d; 2827 +} 2828 +.has-success .form-control { 2829 + border-color: #3c763d; 2830 + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 2831 + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 2832 +} 2833 +.has-success .form-control:focus { 2834 + border-color: #2b542c; 2835 + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; 2836 + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; 2837 +} 2838 +.has-success .input-group-addon { 2839 + color: #3c763d; 2840 + border-color: #3c763d; 2841 + background-color: #dff0d8; 2842 +} 2843 +.has-success .form-control-feedback { 2844 + color: #3c763d; 2845 +} 2846 +.has-warning .help-block, 2847 +.has-warning .control-label, 2848 +.has-warning .radio, 2849 +.has-warning .checkbox, 2850 +.has-warning .radio-inline, 2851 +.has-warning .checkbox-inline, 2852 +.has-warning.radio label, 2853 +.has-warning.checkbox label, 2854 +.has-warning.radio-inline label, 2855 +.has-warning.checkbox-inline label { 2856 + color: #8a6d3b; 2857 +} 2858 +.has-warning .form-control { 2859 + border-color: #8a6d3b; 2860 + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 2861 + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 2862 +} 2863 +.has-warning .form-control:focus { 2864 + border-color: #66512c; 2865 + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; 2866 + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; 2867 +} 2868 +.has-warning .input-group-addon { 2869 + color: #8a6d3b; 2870 + border-color: #8a6d3b; 2871 + background-color: #fcf8e3; 2872 +} 2873 +.has-warning .form-control-feedback { 2874 + color: #8a6d3b; 2875 +} 2876 +.has-error .help-block, 2877 +.has-error .control-label, 2878 +.has-error .radio, 2879 +.has-error .checkbox, 2880 +.has-error .radio-inline, 2881 +.has-error .checkbox-inline, 2882 +.has-error.radio label, 2883 +.has-error.checkbox label, 2884 +.has-error.radio-inline label, 2885 +.has-error.checkbox-inline label { 2886 + color: #a94442; 2887 +} 2888 +.has-error .form-control { 2889 + border-color: #a94442; 2890 + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 2891 + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 2892 +} 2893 +.has-error .form-control:focus { 2894 + border-color: #843534; 2895 + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; 2896 + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; 2897 +} 2898 +.has-error .input-group-addon { 2899 + color: #a94442; 2900 + border-color: #a94442; 2901 + background-color: #f2dede; 2902 +} 2903 +.has-error .form-control-feedback { 2904 + color: #a94442; 2905 +} 2906 +.has-feedback label ~ .form-control-feedback { 2907 + top: 23px; 2908 +} 2909 +.has-feedback label.sr-only ~ .form-control-feedback { 2910 + top: 0; 2911 +} 2912 +.help-block { 2913 + display: block; 2914 + margin-top: 5px; 2915 + margin-bottom: 10px; 2916 + color: #404040; 2917 +} 2918 +@media (min-width: 768px) { 2919 + .form-inline .form-group { 2920 + display: inline-block; 2921 + margin-bottom: 0; 2922 + vertical-align: middle; 2923 + } 2924 + .form-inline .form-control { 2925 + display: inline-block; 2926 + width: auto; 2927 + vertical-align: middle; 2928 + } 2929 + .form-inline .form-control-static { 2930 + display: inline-block; 2931 + } 2932 + .form-inline .input-group { 2933 + display: inline-table; 2934 + vertical-align: middle; 2935 + } 2936 + .form-inline .input-group .input-group-addon, 2937 + .form-inline .input-group .input-group-btn, 2938 + .form-inline .input-group .form-control { 2939 + width: auto; 2940 + } 2941 + .form-inline .input-group > .form-control { 2942 + width: 100%; 2943 + } 2944 + .form-inline .control-label { 2945 + margin-bottom: 0; 2946 + vertical-align: middle; 2947 + } 2948 + .form-inline .radio, 2949 + .form-inline .checkbox { 2950 + display: inline-block; 2951 + margin-top: 0; 2952 + margin-bottom: 0; 2953 + vertical-align: middle; 2954 + } 2955 + .form-inline .radio label, 2956 + .form-inline .checkbox label { 2957 + padding-left: 0; 2958 + } 2959 + .form-inline .radio input[type="radio"], 2960 + .form-inline .checkbox input[type="checkbox"] { 2961 + position: relative; 2962 + margin-left: 0; 2963 + } 2964 + .form-inline .has-feedback .form-control-feedback { 2965 + top: 0; 2966 + } 2967 +} 2968 +.form-horizontal .radio, 2969 +.form-horizontal .checkbox, 2970 +.form-horizontal .radio-inline, 2971 +.form-horizontal .checkbox-inline { 2972 + margin-top: 0; 2973 + margin-bottom: 0; 2974 + padding-top: 7px; 2975 +} 2976 +.form-horizontal .radio, 2977 +.form-horizontal .checkbox { 2978 + min-height: 25px; 2979 +} 2980 +.form-horizontal .form-group { 2981 + margin-left: 0px; 2982 + margin-right: 0px; 2983 +} 2984 +@media (min-width: 768px) { 2985 + .form-horizontal .control-label { 2986 + text-align: right; 2987 + margin-bottom: 0; 2988 + padding-top: 7px; 2989 + } 2990 +} 2991 +.form-horizontal .has-feedback .form-control-feedback { 2992 + right: 0px; 2993 +} 2994 +@media (min-width: 768px) { 2995 + .form-horizontal .form-group-lg .control-label { 2996 + padding-top: 11px; 2997 + font-size: 17px; 2998 + } 2999 +} 3000 +@media (min-width: 768px) { 3001 + .form-horizontal .form-group-sm .control-label { 3002 + padding-top: 6px; 3003 + font-size: 12px; 3004 + } 3005 +} 3006 +.btn { 3007 + display: inline-block; 3008 + margin-bottom: 0; 3009 + font-weight: normal; 3010 + text-align: center; 3011 + vertical-align: middle; 3012 + touch-action: manipulation; 3013 + cursor: pointer; 3014 + background-image: none; 3015 + border: 1px solid transparent; 3016 + white-space: nowrap; 3017 + padding: 6px 12px; 3018 + font-size: 13px; 3019 + line-height: 1.42857143; 3020 + border-radius: 2px; 3021 + -webkit-user-select: none; 3022 + -moz-user-select: none; 3023 + -ms-user-select: none; 3024 + user-select: none; 3025 +} 3026 +.btn:focus, 3027 +.btn:active:focus, 3028 +.btn.active:focus, 3029 +.btn.focus, 3030 +.btn:active.focus, 3031 +.btn.active.focus { 3032 + outline: 5px auto -webkit-focus-ring-color; 3033 + outline-offset: -2px; 3034 +} 3035 +.btn:hover, 3036 +.btn:focus, 3037 +.btn.focus { 3038 + color: #333; 3039 + text-decoration: none; 3040 +} 3041 +.btn:active, 3042 +.btn.active { 3043 + outline: 0; 3044 + background-image: none; 3045 + -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); 3046 + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); 3047 +} 3048 +.btn.disabled, 3049 +.btn[disabled], 3050 +fieldset[disabled] .btn { 3051 + cursor: not-allowed; 3052 + opacity: 0.65; 3053 + filter: alpha(opacity=65); 3054 + -webkit-box-shadow: none; 3055 + box-shadow: none; 3056 +} 3057 +a.btn.disabled, 3058 +fieldset[disabled] a.btn { 3059 + pointer-events: none; 3060 +} 3061 +.btn-default { 3062 + color: #333; 3063 + background-color: #fff; 3064 + border-color: #ccc; 3065 +} 3066 +.btn-default:focus, 3067 +.btn-default.focus { 3068 + color: #333; 3069 + background-color: #e6e6e6; 3070 + border-color: #8c8c8c; 3071 +} 3072 +.btn-default:hover { 3073 + color: #333; 3074 + background-color: #e6e6e6; 3075 + border-color: #adadad; 3076 +} 3077 +.btn-default:active, 3078 +.btn-default.active, 3079 +.open > .dropdown-toggle.btn-default { 3080 + color: #333; 3081 + background-color: #e6e6e6; 3082 + border-color: #adadad; 3083 +} 3084 +.btn-default:active:hover, 3085 +.btn-default.active:hover, 3086 +.open > .dropdown-toggle.btn-default:hover, 3087 +.btn-default:active:focus, 3088 +.btn-default.active:focus, 3089 +.open > .dropdown-toggle.btn-default:focus, 3090 +.btn-default:active.focus, 3091 +.btn-default.active.focus, 3092 +.open > .dropdown-toggle.btn-default.focus { 3093 + color: #333; 3094 + background-color: #d4d4d4; 3095 + border-color: #8c8c8c; 3096 +} 3097 +.btn-default:active, 3098 +.btn-default.active, 3099 +.open > .dropdown-toggle.btn-default { 3100 + background-image: none; 3101 +} 3102 +.btn-default.disabled:hover, 3103 +.btn-default[disabled]:hover, 3104 +fieldset[disabled] .btn-default:hover, 3105 +.btn-default.disabled:focus, 3106 +.btn-default[disabled]:focus, 3107 +fieldset[disabled] .btn-default:focus, 3108 +.btn-default.disabled.focus, 3109 +.btn-default[disabled].focus, 3110 +fieldset[disabled] .btn-default.focus { 3111 + background-color: #fff; 3112 + border-color: #ccc; 3113 +} 3114 +.btn-default .badge { 3115 + color: #fff; 3116 + background-color: #333; 3117 +} 3118 +.btn-primary { 3119 + color: #fff; 3120 + background-color: #337ab7; 3121 + border-color: #2e6da4; 3122 +} 3123 +.btn-primary:focus, 3124 +.btn-primary.focus { 3125 + color: #fff; 3126 + background-color: #286090; 3127 + border-color: #122b40; 3128 +} 3129 +.btn-primary:hover { 3130 + color: #fff; 3131 + background-color: #286090; 3132 + border-color: #204d74; 3133 +} 3134 +.btn-primary:active, 3135 +.btn-primary.active, 3136 +.open > .dropdown-toggle.btn-primary { 3137 + color: #fff; 3138 + background-color: #286090; 3139 + border-color: #204d74; 3140 +} 3141 +.btn-primary:active:hover, 3142 +.btn-primary.active:hover, 3143 +.open > .dropdown-toggle.btn-primary:hover, 3144 +.btn-primary:active:focus, 3145 +.btn-primary.active:focus, 3146 +.open > .dropdown-toggle.btn-primary:focus, 3147 +.btn-primary:active.focus, 3148 +.btn-primary.active.focus, 3149 +.open > .dropdown-toggle.btn-primary.focus { 3150 + color: #fff; 3151 + background-color: #204d74; 3152 + border-color: #122b40; 3153 +} 3154 +.btn-primary:active, 3155 +.btn-primary.active, 3156 +.open > .dropdown-toggle.btn-primary { 3157 + background-image: none; 3158 +} 3159 +.btn-primary.disabled:hover, 3160 +.btn-primary[disabled]:hover, 3161 +fieldset[disabled] .btn-primary:hover, 3162 +.btn-primary.disabled:focus, 3163 +.btn-primary[disabled]:focus, 3164 +fieldset[disabled] .btn-primary:focus, 3165 +.btn-primary.disabled.focus, 3166 +.btn-primary[disabled].focus, 3167 +fieldset[disabled] .btn-primary.focus { 3168 + background-color: #337ab7; 3169 + border-color: #2e6da4; 3170 +} 3171 +.btn-primary .badge { 3172 + color: #337ab7; 3173 + background-color: #fff; 3174 +} 3175 +.btn-success { 3176 + color: #fff; 3177 + background-color: #5cb85c; 3178 + border-color: #4cae4c; 3179 +} 3180 +.btn-success:focus, 3181 +.btn-success.focus { 3182 + color: #fff; 3183 + background-color: #449d44; 3184 + border-color: #255625; 3185 +} 3186 +.btn-success:hover { 3187 + color: #fff; 3188 + background-color: #449d44; 3189 + border-color: #398439; 3190 +} 3191 +.btn-success:active, 3192 +.btn-success.active, 3193 +.open > .dropdown-toggle.btn-success { 3194 + color: #fff; 3195 + background-color: #449d44; 3196 + border-color: #398439; 3197 +} 3198 +.btn-success:active:hover, 3199 +.btn-success.active:hover, 3200 +.open > .dropdown-toggle.btn-success:hover, 3201 +.btn-success:active:focus, 3202 +.btn-success.active:focus, 3203 +.open > .dropdown-toggle.btn-success:focus, 3204 +.btn-success:active.focus, 3205 +.btn-success.active.focus, 3206 +.open > .dropdown-toggle.btn-success.focus { 3207 + color: #fff; 3208 + background-color: #398439; 3209 + border-color: #255625; 3210 +} 3211 +.btn-success:active, 3212 +.btn-success.active, 3213 +.open > .dropdown-toggle.btn-success { 3214 + background-image: none; 3215 +} 3216 +.btn-success.disabled:hover, 3217 +.btn-success[disabled]:hover, 3218 +fieldset[disabled] .btn-success:hover, 3219 +.btn-success.disabled:focus, 3220 +.btn-success[disabled]:focus, 3221 +fieldset[disabled] .btn-success:focus, 3222 +.btn-success.disabled.focus, 3223 +.btn-success[disabled].focus, 3224 +fieldset[disabled] .btn-success.focus { 3225 + background-color: #5cb85c; 3226 + border-color: #4cae4c; 3227 +} 3228 +.btn-success .badge { 3229 + color: #5cb85c; 3230 + background-color: #fff; 3231 +} 3232 +.btn-info { 3233 + color: #fff; 3234 + background-color: #5bc0de; 3235 + border-color: #46b8da; 3236 +} 3237 +.btn-info:focus, 3238 +.btn-info.focus { 3239 + color: #fff; 3240 + background-color: #31b0d5; 3241 + border-color: #1b6d85; 3242 +} 3243 +.btn-info:hover { 3244 + color: #fff; 3245 + background-color: #31b0d5; 3246 + border-color: #269abc; 3247 +} 3248 +.btn-info:active, 3249 +.btn-info.active, 3250 +.open > .dropdown-toggle.btn-info { 3251 + color: #fff; 3252 + background-color: #31b0d5; 3253 + border-color: #269abc; 3254 +} 3255 +.btn-info:active:hover, 3256 +.btn-info.active:hover, 3257 +.open > .dropdown-toggle.btn-info:hover, 3258 +.btn-info:active:focus, 3259 +.btn-info.active:focus, 3260 +.open > .dropdown-toggle.btn-info:focus, 3261 +.btn-info:active.focus, 3262 +.btn-info.active.focus, 3263 +.open > .dropdown-toggle.btn-info.focus { 3264 + color: #fff; 3265 + background-color: #269abc; 3266 + border-color: #1b6d85; 3267 +} 3268 +.btn-info:active, 3269 +.btn-info.active, 3270 +.open > .dropdown-toggle.btn-info { 3271 + background-image: none; 3272 +} 3273 +.btn-info.disabled:hover, 3274 +.btn-info[disabled]:hover, 3275 +fieldset[disabled] .btn-info:hover, 3276 +.btn-info.disabled:focus, 3277 +.btn-info[disabled]:focus, 3278 +fieldset[disabled] .btn-info:focus, 3279 +.btn-info.disabled.focus, 3280 +.btn-info[disabled].focus, 3281 +fieldset[disabled] .btn-info.focus { 3282 + background-color: #5bc0de; 3283 + border-color: #46b8da; 3284 +} 3285 +.btn-info .badge { 3286 + color: #5bc0de; 3287 + background-color: #fff; 3288 +} 3289 +.btn-warning { 3290 + color: #fff; 3291 + background-color: #f0ad4e; 3292 + border-color: #eea236; 3293 +} 3294 +.btn-warning:focus, 3295 +.btn-warning.focus { 3296 + color: #fff; 3297 + background-color: #ec971f; 3298 + border-color: #985f0d; 3299 +} 3300 +.btn-warning:hover { 3301 + color: #fff; 3302 + background-color: #ec971f; 3303 + border-color: #d58512; 3304 +} 3305 +.btn-warning:active, 3306 +.btn-warning.active, 3307 +.open > .dropdown-toggle.btn-warning { 3308 + color: #fff; 3309 + background-color: #ec971f; 3310 + border-color: #d58512; 3311 +} 3312 +.btn-warning:active:hover, 3313 +.btn-warning.active:hover, 3314 +.open > .dropdown-toggle.btn-warning:hover, 3315 +.btn-warning:active:focus, 3316 +.btn-warning.active:focus, 3317 +.open > .dropdown-toggle.btn-warning:focus, 3318 +.btn-warning:active.focus, 3319 +.btn-warning.active.focus, 3320 +.open > .dropdown-toggle.btn-warning.focus { 3321 + color: #fff; 3322 + background-color: #d58512; 3323 + border-color: #985f0d; 3324 +} 3325 +.btn-warning:active, 3326 +.btn-warning.active, 3327 +.open > .dropdown-toggle.btn-warning { 3328 + background-image: none; 3329 +} 3330 +.btn-warning.disabled:hover, 3331 +.btn-warning[disabled]:hover, 3332 +fieldset[disabled] .btn-warning:hover, 3333 +.btn-warning.disabled:focus, 3334 +.btn-warning[disabled]:focus, 3335 +fieldset[disabled] .btn-warning:focus, 3336 +.btn-warning.disabled.focus, 3337 +.btn-warning[disabled].focus, 3338 +fieldset[disabled] .btn-warning.focus { 3339 + background-color: #f0ad4e; 3340 + border-color: #eea236; 3341 +} 3342 +.btn-warning .badge { 3343 + color: #f0ad4e; 3344 + background-color: #fff; 3345 +} 3346 +.btn-danger { 3347 + color: #fff; 3348 + background-color: #d9534f; 3349 + border-color: #d43f3a; 3350 +} 3351 +.btn-danger:focus, 3352 +.btn-danger.focus { 3353 + color: #fff; 3354 + background-color: #c9302c; 3355 + border-color: #761c19; 3356 +} 3357 +.btn-danger:hover { 3358 + color: #fff; 3359 + background-color: #c9302c; 3360 + border-color: #ac2925; 3361 +} 3362 +.btn-danger:active, 3363 +.btn-danger.active, 3364 +.open > .dropdown-toggle.btn-danger { 3365 + color: #fff; 3366 + background-color: #c9302c; 3367 + border-color: #ac2925; 3368 +} 3369 +.btn-danger:active:hover, 3370 +.btn-danger.active:hover, 3371 +.open > .dropdown-toggle.btn-danger:hover, 3372 +.btn-danger:active:focus, 3373 +.btn-danger.active:focus, 3374 +.open > .dropdown-toggle.btn-danger:focus, 3375 +.btn-danger:active.focus, 3376 +.btn-danger.active.focus, 3377 +.open > .dropdown-toggle.btn-danger.focus { 3378 + color: #fff; 3379 + background-color: #ac2925; 3380 + border-color: #761c19; 3381 +} 3382 +.btn-danger:active, 3383 +.btn-danger.active, 3384 +.open > .dropdown-toggle.btn-danger { 3385 + background-image: none; 3386 +} 3387 +.btn-danger.disabled:hover, 3388 +.btn-danger[disabled]:hover, 3389 +fieldset[disabled] .btn-danger:hover, 3390 +.btn-danger.disabled:focus, 3391 +.btn-danger[disabled]:focus, 3392 +fieldset[disabled] .btn-danger:focus, 3393 +.btn-danger.disabled.focus, 3394 +.btn-danger[disabled].focus, 3395 +fieldset[disabled] .btn-danger.focus { 3396 + background-color: #d9534f; 3397 + border-color: #d43f3a; 3398 +} 3399 +.btn-danger .badge { 3400 + color: #d9534f; 3401 + background-color: #fff; 3402 +} 3403 +.btn-link { 3404 + color: #337ab7; 3405 + font-weight: normal; 3406 + border-radius: 0; 3407 +} 3408 +.btn-link, 3409 +.btn-link:active, 3410 +.btn-link.active, 3411 +.btn-link[disabled], 3412 +fieldset[disabled] .btn-link { 3413 + background-color: transparent; 3414 + -webkit-box-shadow: none; 3415 + box-shadow: none; 3416 +} 3417 +.btn-link, 3418 +.btn-link:hover, 3419 +.btn-link:focus, 3420 +.btn-link:active { 3421 + border-color: transparent; 3422 +} 3423 +.btn-link:hover, 3424 +.btn-link:focus { 3425 + color: #23527c; 3426 + text-decoration: underline; 3427 + background-color: transparent; 3428 +} 3429 +.btn-link[disabled]:hover, 3430 +fieldset[disabled] .btn-link:hover, 3431 +.btn-link[disabled]:focus, 3432 +fieldset[disabled] .btn-link:focus { 3433 + color: #777777; 3434 + text-decoration: none; 3435 +} 3436 +.btn-lg, 3437 +.btn-group-lg > .btn { 3438 + padding: 10px 16px; 3439 + font-size: 17px; 3440 + line-height: 1.3333333; 3441 + border-radius: 3px; 3442 +} 3443 +.btn-sm, 3444 +.btn-group-sm > .btn { 3445 + padding: 5px 10px; 3446 + font-size: 12px; 3447 + line-height: 1.5; 3448 + border-radius: 1px; 3449 +} 3450 +.btn-xs, 3451 +.btn-group-xs > .btn { 3452 + padding: 1px 5px; 3453 + font-size: 12px; 3454 + line-height: 1.5; 3455 + border-radius: 1px; 3456 +} 3457 +.btn-block { 3458 + display: block; 3459 + width: 100%; 3460 +} 3461 +.btn-block + .btn-block { 3462 + margin-top: 5px; 3463 +} 3464 +input[type="submit"].btn-block, 3465 +input[type="reset"].btn-block, 3466 +input[type="button"].btn-block { 3467 + width: 100%; 3468 +} 3469 +.fade { 3470 + opacity: 0; 3471 + -webkit-transition: opacity 0.15s linear; 3472 + -o-transition: opacity 0.15s linear; 3473 + transition: opacity 0.15s linear; 3474 +} 3475 +.fade.in { 3476 + opacity: 1; 3477 +} 3478 +.collapse { 3479 + display: none; 3480 +} 3481 +.collapse.in { 3482 + display: block; 3483 +} 3484 +tr.collapse.in { 3485 + display: table-row; 3486 +} 3487 +tbody.collapse.in { 3488 + display: table-row-group; 3489 +} 3490 +.collapsing { 3491 + position: relative; 3492 + height: 0; 3493 + overflow: hidden; 3494 + -webkit-transition-property: height, visibility; 3495 + transition-property: height, visibility; 3496 + -webkit-transition-duration: 0.35s; 3497 + transition-duration: 0.35s; 3498 + -webkit-transition-timing-function: ease; 3499 + transition-timing-function: ease; 3500 +} 3501 +.caret { 3502 + display: inline-block; 3503 + width: 0; 3504 + height: 0; 3505 + margin-left: 2px; 3506 + vertical-align: middle; 3507 + border-top: 4px dashed; 3508 + border-top: 4px solid \9; 3509 + border-right: 4px solid transparent; 3510 + border-left: 4px solid transparent; 3511 +} 3512 +.dropup, 3513 +.dropdown { 3514 + position: relative; 3515 +} 3516 +.dropdown-toggle:focus { 3517 + outline: 0; 3518 +} 3519 +.dropdown-menu { 3520 + position: absolute; 3521 + top: 100%; 3522 + left: 0; 3523 + z-index: 1000; 3524 + display: none; 3525 + float: left; 3526 + min-width: 160px; 3527 + padding: 5px 0; 3528 + margin: 2px 0 0; 3529 + list-style: none; 3530 + font-size: 13px; 3531 + text-align: left; 3532 + background-color: #fff; 3533 + border: 1px solid #ccc; 3534 + border: 1px solid rgba(0, 0, 0, 0.15); 3535 + border-radius: 2px; 3536 + -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); 3537 + box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); 3538 + background-clip: padding-box; 3539 +} 3540 +.dropdown-menu.pull-right { 3541 + right: 0; 3542 + left: auto; 3543 +} 3544 +.dropdown-menu .divider { 3545 + height: 1px; 3546 + margin: 8px 0; 3547 + overflow: hidden; 3548 + background-color: #e5e5e5; 3549 +} 3550 +.dropdown-menu > li > a { 3551 + display: block; 3552 + padding: 3px 20px; 3553 + clear: both; 3554 + font-weight: normal; 3555 + line-height: 1.42857143; 3556 + color: #333333; 3557 + white-space: nowrap; 3558 +} 3559 +.dropdown-menu > li > a:hover, 3560 +.dropdown-menu > li > a:focus { 3561 + text-decoration: none; 3562 + color: #262626; 3563 + background-color: #f5f5f5; 3564 +} 3565 +.dropdown-menu > .active > a, 3566 +.dropdown-menu > .active > a:hover, 3567 +.dropdown-menu > .active > a:focus { 3568 + color: #fff; 3569 + text-decoration: none; 3570 + outline: 0; 3571 + background-color: #337ab7; 3572 +} 3573 +.dropdown-menu > .disabled > a, 3574 +.dropdown-menu > .disabled > a:hover, 3575 +.dropdown-menu > .disabled > a:focus { 3576 + color: #777777; 3577 +} 3578 +.dropdown-menu > .disabled > a:hover, 3579 +.dropdown-menu > .disabled > a:focus { 3580 + text-decoration: none; 3581 + background-color: transparent; 3582 + background-image: none; 3583 + filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); 3584 + cursor: not-allowed; 3585 +} 3586 +.open > .dropdown-menu { 3587 + display: block; 3588 +} 3589 +.open > a { 3590 + outline: 0; 3591 +} 3592 +.dropdown-menu-right { 3593 + left: auto; 3594 + right: 0; 3595 +} 3596 +.dropdown-menu-left { 3597 + left: 0; 3598 + right: auto; 3599 +} 3600 +.dropdown-header { 3601 + display: block; 3602 + padding: 3px 20px; 3603 + font-size: 12px; 3604 + line-height: 1.42857143; 3605 + color: #777777; 3606 + white-space: nowrap; 3607 +} 3608 +.dropdown-backdrop { 3609 + position: fixed; 3610 + left: 0; 3611 + right: 0; 3612 + bottom: 0; 3613 + top: 0; 3614 + z-index: 990; 3615 +} 3616 +.pull-right > .dropdown-menu { 3617 + right: 0; 3618 + left: auto; 3619 +} 3620 +.dropup .caret, 3621 +.navbar-fixed-bottom .dropdown .caret { 3622 + border-top: 0; 3623 + border-bottom: 4px dashed; 3624 + border-bottom: 4px solid \9; 3625 + content: ""; 3626 +} 3627 +.dropup .dropdown-menu, 3628 +.navbar-fixed-bottom .dropdown .dropdown-menu { 3629 + top: auto; 3630 + bottom: 100%; 3631 + margin-bottom: 2px; 3632 +} 3633 +@media (min-width: 541px) { 3634 + .navbar-right .dropdown-menu { 3635 + left: auto; 3636 + right: 0; 3637 + } 3638 + .navbar-right .dropdown-menu-left { 3639 + left: 0; 3640 + right: auto; 3641 + } 3642 +} 3643 +.btn-group, 3644 +.btn-group-vertical { 3645 + position: relative; 3646 + display: inline-block; 3647 + vertical-align: middle; 3648 +} 3649 +.btn-group > .btn, 3650 +.btn-group-vertical > .btn { 3651 + position: relative; 3652 + float: left; 3653 +} 3654 +.btn-group > .btn:hover, 3655 +.btn-group-vertical > .btn:hover, 3656 +.btn-group > .btn:focus, 3657 +.btn-group-vertical > .btn:focus, 3658 +.btn-group > .btn:active, 3659 +.btn-group-vertical > .btn:active, 3660 +.btn-group > .btn.active, 3661 +.btn-group-vertical > .btn.active { 3662 + z-index: 2; 3663 +} 3664 +.btn-group .btn + .btn, 3665 +.btn-group .btn + .btn-group, 3666 +.btn-group .btn-group + .btn, 3667 +.btn-group .btn-group + .btn-group { 3668 + margin-left: -1px; 3669 +} 3670 +.btn-toolbar { 3671 + margin-left: -5px; 3672 +} 3673 +.btn-toolbar .btn, 3674 +.btn-toolbar .btn-group, 3675 +.btn-toolbar .input-group { 3676 + float: left; 3677 +} 3678 +.btn-toolbar > .btn, 3679 +.btn-toolbar > .btn-group, 3680 +.btn-toolbar > .input-group { 3681 + margin-left: 5px; 3682 +} 3683 +.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { 3684 + border-radius: 0; 3685 +} 3686 +.btn-group > .btn:first-child { 3687 + margin-left: 0; 3688 +} 3689 +.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { 3690 + border-bottom-right-radius: 0; 3691 + border-top-right-radius: 0; 3692 +} 3693 +.btn-group > .btn:last-child:not(:first-child), 3694 +.btn-group > .dropdown-toggle:not(:first-child) { 3695 + border-bottom-left-radius: 0; 3696 + border-top-left-radius: 0; 3697 +} 3698 +.btn-group > .btn-group { 3699 + float: left; 3700 +} 3701 +.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { 3702 + border-radius: 0; 3703 +} 3704 +.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, 3705 +.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { 3706 + border-bottom-right-radius: 0; 3707 + border-top-right-radius: 0; 3708 +} 3709 +.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { 3710 + border-bottom-left-radius: 0; 3711 + border-top-left-radius: 0; 3712 +} 3713 +.btn-group .dropdown-toggle:active, 3714 +.btn-group.open .dropdown-toggle { 3715 + outline: 0; 3716 +} 3717 +.btn-group > .btn + .dropdown-toggle { 3718 + padding-left: 8px; 3719 + padding-right: 8px; 3720 +} 3721 +.btn-group > .btn-lg + .dropdown-toggle { 3722 + padding-left: 12px; 3723 + padding-right: 12px; 3724 +} 3725 +.btn-group.open .dropdown-toggle { 3726 + -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); 3727 + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); 3728 +} 3729 +.btn-group.open .dropdown-toggle.btn-link { 3730 + -webkit-box-shadow: none; 3731 + box-shadow: none; 3732 +} 3733 +.btn .caret { 3734 + margin-left: 0; 3735 +} 3736 +.btn-lg .caret { 3737 + border-width: 5px 5px 0; 3738 + border-bottom-width: 0; 3739 +} 3740 +.dropup .btn-lg .caret { 3741 + border-width: 0 5px 5px; 3742 +} 3743 +.btn-group-vertical > .btn, 3744 +.btn-group-vertical > .btn-group, 3745 +.btn-group-vertical > .btn-group > .btn { 3746 + display: block; 3747 + float: none; 3748 + width: 100%; 3749 + max-width: 100%; 3750 +} 3751 +.btn-group-vertical > .btn-group > .btn { 3752 + float: none; 3753 +} 3754 +.btn-group-vertical > .btn + .btn, 3755 +.btn-group-vertical > .btn + .btn-group, 3756 +.btn-group-vertical > .btn-group + .btn, 3757 +.btn-group-vertical > .btn-group + .btn-group { 3758 + margin-top: -1px; 3759 + margin-left: 0; 3760 +} 3761 +.btn-group-vertical > .btn:not(:first-child):not(:last-child) { 3762 + border-radius: 0; 3763 +} 3764 +.btn-group-vertical > .btn:first-child:not(:last-child) { 3765 + border-top-right-radius: 2px; 3766 + border-top-left-radius: 2px; 3767 + border-bottom-right-radius: 0; 3768 + border-bottom-left-radius: 0; 3769 +} 3770 +.btn-group-vertical > .btn:last-child:not(:first-child) { 3771 + border-top-right-radius: 0; 3772 + border-top-left-radius: 0; 3773 + border-bottom-right-radius: 2px; 3774 + border-bottom-left-radius: 2px; 3775 +} 3776 +.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { 3777 + border-radius: 0; 3778 +} 3779 +.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, 3780 +.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { 3781 + border-bottom-right-radius: 0; 3782 + border-bottom-left-radius: 0; 3783 +} 3784 +.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { 3785 + border-top-right-radius: 0; 3786 + border-top-left-radius: 0; 3787 +} 3788 +.btn-group-justified { 3789 + display: table; 3790 + width: 100%; 3791 + table-layout: fixed; 3792 + border-collapse: separate; 3793 +} 3794 +.btn-group-justified > .btn, 3795 +.btn-group-justified > .btn-group { 3796 + float: none; 3797 + display: table-cell; 3798 + width: 1%; 3799 +} 3800 +.btn-group-justified > .btn-group .btn { 3801 + width: 100%; 3802 +} 3803 +.btn-group-justified > .btn-group .dropdown-menu { 3804 + left: auto; 3805 +} 3806 +[data-toggle="buttons"] > .btn input[type="radio"], 3807 +[data-toggle="buttons"] > .btn-group > .btn input[type="radio"], 3808 +[data-toggle="buttons"] > .btn input[type="checkbox"], 3809 +[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] { 3810 + position: absolute; 3811 + clip: rect(0, 0, 0, 0); 3812 + pointer-events: none; 3813 +} 3814 +.input-group { 3815 + position: relative; 3816 + display: table; 3817 + border-collapse: separate; 3818 +} 3819 +.input-group[class*="col-"] { 3820 + float: none; 3821 + padding-left: 0; 3822 + padding-right: 0; 3823 +} 3824 +.input-group .form-control { 3825 + position: relative; 3826 + z-index: 2; 3827 + float: left; 3828 + width: 100%; 3829 + margin-bottom: 0; 3830 +} 3831 +.input-group .form-control:focus { 3832 + z-index: 3; 3833 +} 3834 +.input-group-lg > .form-control, 3835 +.input-group-lg > .input-group-addon, 3836 +.input-group-lg > .input-group-btn > .btn { 3837 + height: 45px; 3838 + padding: 10px 16px; 3839 + font-size: 17px; 3840 + line-height: 1.3333333; 3841 + border-radius: 3px; 3842 +} 3843 +select.input-group-lg > .form-control, 3844 +select.input-group-lg > .input-group-addon, 3845 +select.input-group-lg > .input-group-btn > .btn { 3846 + height: 45px; 3847 + line-height: 45px; 3848 +} 3849 +textarea.input-group-lg > .form-control, 3850 +textarea.input-group-lg > .input-group-addon, 3851 +textarea.input-group-lg > .input-group-btn > .btn, 3852 +select[multiple].input-group-lg > .form-control, 3853 +select[multiple].input-group-lg > .input-group-addon, 3854 +select[multiple].input-group-lg > .input-group-btn > .btn { 3855 + height: auto; 3856 +} 3857 +.input-group-sm > .form-control, 3858 +.input-group-sm > .input-group-addon, 3859 +.input-group-sm > .input-group-btn > .btn { 3860 + height: 30px; 3861 + padding: 5px 10px; 3862 + font-size: 12px; 3863 + line-height: 1.5; 3864 + border-radius: 1px; 3865 +} 3866 +select.input-group-sm > .form-control, 3867 +select.input-group-sm > .input-group-addon, 3868 +select.input-group-sm > .input-group-btn > .btn { 3869 + height: 30px; 3870 + line-height: 30px; 3871 +} 3872 +textarea.input-group-sm > .form-control, 3873 +textarea.input-group-sm > .input-group-addon, 3874 +textarea.input-group-sm > .input-group-btn > .btn, 3875 +select[multiple].input-group-sm > .form-control, 3876 +select[multiple].input-group-sm > .input-group-addon, 3877 +select[multiple].input-group-sm > .input-group-btn > .btn { 3878 + height: auto; 3879 +} 3880 +.input-group-addon, 3881 +.input-group-btn, 3882 +.input-group .form-control { 3883 + display: table-cell; 3884 +} 3885 +.input-group-addon:not(:first-child):not(:last-child), 3886 +.input-group-btn:not(:first-child):not(:last-child), 3887 +.input-group .form-control:not(:first-child):not(:last-child) { 3888 + border-radius: 0; 3889 +} 3890 +.input-group-addon, 3891 +.input-group-btn { 3892 + width: 1%; 3893 + white-space: nowrap; 3894 + vertical-align: middle; 3895 +} 3896 +.input-group-addon { 3897 + padding: 6px 12px; 3898 + font-size: 13px; 3899 + font-weight: normal; 3900 + line-height: 1; 3901 + color: #555555; 3902 + text-align: center; 3903 + background-color: #eeeeee; 3904 + border: 1px solid #ccc; 3905 + border-radius: 2px; 3906 +} 3907 +.input-group-addon.input-sm { 3908 + padding: 5px 10px; 3909 + font-size: 12px; 3910 + border-radius: 1px; 3911 +} 3912 +.input-group-addon.input-lg { 3913 + padding: 10px 16px; 3914 + font-size: 17px; 3915 + border-radius: 3px; 3916 +} 3917 +.input-group-addon input[type="radio"], 3918 +.input-group-addon input[type="checkbox"] { 3919 + margin-top: 0; 3920 +} 3921 +.input-group .form-control:first-child, 3922 +.input-group-addon:first-child, 3923 +.input-group-btn:first-child > .btn, 3924 +.input-group-btn:first-child > .btn-group > .btn, 3925 +.input-group-btn:first-child > .dropdown-toggle, 3926 +.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), 3927 +.input-group-btn:last-child > .btn-group:not(:last-child) > .btn { 3928 + border-bottom-right-radius: 0; 3929 + border-top-right-radius: 0; 3930 +} 3931 +.input-group-addon:first-child { 3932 + border-right: 0; 3933 +} 3934 +.input-group .form-control:last-child, 3935 +.input-group-addon:last-child, 3936 +.input-group-btn:last-child > .btn, 3937 +.input-group-btn:last-child > .btn-group > .btn, 3938 +.input-group-btn:last-child > .dropdown-toggle, 3939 +.input-group-btn:first-child > .btn:not(:first-child), 3940 +.input-group-btn:first-child > .btn-group:not(:first-child) > .btn { 3941 + border-bottom-left-radius: 0; 3942 + border-top-left-radius: 0; 3943 +} 3944 +.input-group-addon:last-child { 3945 + border-left: 0; 3946 +} 3947 +.input-group-btn { 3948 + position: relative; 3949 + font-size: 0; 3950 + white-space: nowrap; 3951 +} 3952 +.input-group-btn > .btn { 3953 + position: relative; 3954 +} 3955 +.input-group-btn > .btn + .btn { 3956 + margin-left: -1px; 3957 +} 3958 +.input-group-btn > .btn:hover, 3959 +.input-group-btn > .btn:focus, 3960 +.input-group-btn > .btn:active { 3961 + z-index: 2; 3962 +} 3963 +.input-group-btn:first-child > .btn, 3964 +.input-group-btn:first-child > .btn-group { 3965 + margin-right: -1px; 3966 +} 3967 +.input-group-btn:last-child > .btn, 3968 +.input-group-btn:last-child > .btn-group { 3969 + z-index: 2; 3970 + margin-left: -1px; 3971 +} 3972 +.nav { 3973 + margin-bottom: 0; 3974 + padding-left: 0; 3975 + list-style: none; 3976 +} 3977 +.nav > li { 3978 + position: relative; 3979 + display: block; 3980 +} 3981 +.nav > li > a { 3982 + position: relative; 3983 + display: block; 3984 + padding: 10px 15px; 3985 +} 3986 +.nav > li > a:hover, 3987 +.nav > li > a:focus { 3988 + text-decoration: none; 3989 + background-color: #eeeeee; 3990 +} 3991 +.nav > li.disabled > a { 3992 + color: #777777; 3993 +} 3994 +.nav > li.disabled > a:hover, 3995 +.nav > li.disabled > a:focus { 3996 + color: #777777; 3997 + text-decoration: none; 3998 + background-color: transparent; 3999 + cursor: not-allowed; 4000 +} 4001 +.nav .open > a, 4002 +.nav .open > a:hover, 4003 +.nav .open > a:focus { 4004 + background-color: #eeeeee; 4005 + border-color: #337ab7; 4006 +} 4007 +.nav .nav-divider { 4008 + height: 1px; 4009 + margin: 8px 0; 4010 + overflow: hidden; 4011 + background-color: #e5e5e5; 4012 +} 4013 +.nav > li > a > img { 4014 + max-width: none; 4015 +} 4016 +.nav-tabs { 4017 + border-bottom: 1px solid #ddd; 4018 +} 4019 +.nav-tabs > li { 4020 + float: left; 4021 + margin-bottom: -1px; 4022 +} 4023 +.nav-tabs > li > a { 4024 + margin-right: 2px; 4025 + line-height: 1.42857143; 4026 + border: 1px solid transparent; 4027 + border-radius: 2px 2px 0 0; 4028 +} 4029 +.nav-tabs > li > a:hover { 4030 + border-color: #eeeeee #eeeeee #ddd; 4031 +} 4032 +.nav-tabs > li.active > a, 4033 +.nav-tabs > li.active > a:hover, 4034 +.nav-tabs > li.active > a:focus { 4035 + color: #555555; 4036 + background-color: #fff; 4037 + border: 1px solid #ddd; 4038 + border-bottom-color: transparent; 4039 + cursor: default; 4040 +} 4041 +.nav-tabs.nav-justified { 4042 + width: 100%; 4043 + border-bottom: 0; 4044 +} 4045 +.nav-tabs.nav-justified > li { 4046 + float: none; 4047 +} 4048 +.nav-tabs.nav-justified > li > a { 4049 + text-align: center; 4050 + margin-bottom: 5px; 4051 +} 4052 +.nav-tabs.nav-justified > .dropdown .dropdown-menu { 4053 + top: auto; 4054 + left: auto; 4055 +} 4056 +@media (min-width: 768px) { 4057 + .nav-tabs.nav-justified > li { 4058 + display: table-cell; 4059 + width: 1%; 4060 + } 4061 + .nav-tabs.nav-justified > li > a { 4062 + margin-bottom: 0; 4063 + } 4064 +} 4065 +.nav-tabs.nav-justified > li > a { 4066 + margin-right: 0; 4067 + border-radius: 2px; 4068 +} 4069 +.nav-tabs.nav-justified > .active > a, 4070 +.nav-tabs.nav-justified > .active > a:hover, 4071 +.nav-tabs.nav-justified > .active > a:focus { 4072 + border: 1px solid #ddd; 4073 +} 4074 +@media (min-width: 768px) { 4075 + .nav-tabs.nav-justified > li > a { 4076 + border-bottom: 1px solid #ddd; 4077 + border-radius: 2px 2px 0 0; 4078 + } 4079 + .nav-tabs.nav-justified > .active > a, 4080 + .nav-tabs.nav-justified > .active > a:hover, 4081 + .nav-tabs.nav-justified > .active > a:focus { 4082 + border-bottom-color: #fff; 4083 + } 4084 +} 4085 +.nav-pills > li { 4086 + float: left; 4087 +} 4088 +.nav-pills > li > a { 4089 + border-radius: 2px; 4090 +} 4091 +.nav-pills > li + li { 4092 + margin-left: 2px; 4093 +} 4094 +.nav-pills > li.active > a, 4095 +.nav-pills > li.active > a:hover, 4096 +.nav-pills > li.active > a:focus { 4097 + color: #fff; 4098 + background-color: #337ab7; 4099 +} 4100 +.nav-stacked > li { 4101 + float: none; 4102 +} 4103 +.nav-stacked > li + li { 4104 + margin-top: 2px; 4105 + margin-left: 0; 4106 +} 4107 +.nav-justified { 4108 + width: 100%; 4109 +} 4110 +.nav-justified > li { 4111 + float: none; 4112 +} 4113 +.nav-justified > li > a { 4114 + text-align: center; 4115 + margin-bottom: 5px; 4116 +} 4117 +.nav-justified > .dropdown .dropdown-menu { 4118 + top: auto; 4119 + left: auto; 4120 +} 4121 +@media (min-width: 768px) { 4122 + .nav-justified > li { 4123 + display: table-cell; 4124 + width: 1%; 4125 + } 4126 + .nav-justified > li > a { 4127 + margin-bottom: 0; 4128 + } 4129 +} 4130 +.nav-tabs-justified { 4131 + border-bottom: 0; 4132 +} 4133 +.nav-tabs-justified > li > a { 4134 + margin-right: 0; 4135 + border-radius: 2px; 4136 +} 4137 +.nav-tabs-justified > .active > a, 4138 +.nav-tabs-justified > .active > a:hover, 4139 +.nav-tabs-justified > .active > a:focus { 4140 + border: 1px solid #ddd; 4141 +} 4142 +@media (min-width: 768px) { 4143 + .nav-tabs-justified > li > a { 4144 + border-bottom: 1px solid #ddd; 4145 + border-radius: 2px 2px 0 0; 4146 + } 4147 + .nav-tabs-justified > .active > a, 4148 + .nav-tabs-justified > .active > a:hover, 4149 + .nav-tabs-justified > .active > a:focus { 4150 + border-bottom-color: #fff; 4151 + } 4152 +} 4153 +.tab-content > .tab-pane { 4154 + display: none; 4155 +} 4156 +.tab-content > .active { 4157 + display: block; 4158 +} 4159 +.nav-tabs .dropdown-menu { 4160 + margin-top: -1px; 4161 + border-top-right-radius: 0; 4162 + border-top-left-radius: 0; 4163 +} 4164 +.navbar { 4165 + position: relative; 4166 + min-height: 30px; 4167 + margin-bottom: 18px; 4168 + border: 1px solid transparent; 4169 +} 4170 +@media (min-width: 541px) { 4171 + .navbar { 4172 + border-radius: 2px; 4173 + } 4174 +} 4175 +@media (min-width: 541px) { 4176 + .navbar-header { 4177 + float: left; 4178 + } 4179 +} 4180 +.navbar-collapse { 4181 + overflow-x: visible; 4182 + padding-right: 0px; 4183 + padding-left: 0px; 4184 + border-top: 1px solid transparent; 4185 + box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); 4186 + -webkit-overflow-scrolling: touch; 4187 +} 4188 +.navbar-collapse.in { 4189 + overflow-y: auto; 4190 +} 4191 +@media (min-width: 541px) { 4192 + .navbar-collapse { 4193 + width: auto; 4194 + border-top: 0; 4195 + box-shadow: none; 4196 + } 4197 + .navbar-collapse.collapse { 4198 + display: block !important; 4199 + height: auto !important; 4200 + padding-bottom: 0; 4201 + overflow: visible !important; 4202 + } 4203 + .navbar-collapse.in { 4204 + overflow-y: visible; 4205 + } 4206 + .navbar-fixed-top .navbar-collapse, 4207 + .navbar-static-top .navbar-collapse, 4208 + .navbar-fixed-bottom .navbar-collapse { 4209 + padding-left: 0; 4210 + padding-right: 0; 4211 + } 4212 +} 4213 +.navbar-fixed-top .navbar-collapse, 4214 +.navbar-fixed-bottom .navbar-collapse { 4215 + max-height: 340px; 4216 +} 4217 +@media (max-device-width: 540px) and (orientation: landscape) { 4218 + .navbar-fixed-top .navbar-collapse, 4219 + .navbar-fixed-bottom .navbar-collapse { 4220 + max-height: 200px; 4221 + } 4222 +} 4223 +.container > .navbar-header, 4224 +.container-fluid > .navbar-header, 4225 +.container > .navbar-collapse, 4226 +.container-fluid > .navbar-collapse { 4227 + margin-right: 0px; 4228 + margin-left: 0px; 4229 +} 4230 +@media (min-width: 541px) { 4231 + .container > .navbar-header, 4232 + .container-fluid > .navbar-header, 4233 + .container > .navbar-collapse, 4234 + .container-fluid > .navbar-collapse { 4235 + margin-right: 0; 4236 + margin-left: 0; 4237 + } 4238 +} 4239 +.navbar-static-top { 4240 + z-index: 1000; 4241 + border-width: 0 0 1px; 4242 +} 4243 +@media (min-width: 541px) { 4244 + .navbar-static-top { 4245 + border-radius: 0; 4246 + } 4247 +} 4248 +.navbar-fixed-top, 4249 +.navbar-fixed-bottom { 4250 + position: fixed; 4251 + right: 0; 4252 + left: 0; 4253 + z-index: 1030; 4254 +} 4255 +@media (min-width: 541px) { 4256 + .navbar-fixed-top, 4257 + .navbar-fixed-bottom { 4258 + border-radius: 0; 4259 + } 4260 +} 4261 +.navbar-fixed-top { 4262 + top: 0; 4263 + border-width: 0 0 1px; 4264 +} 4265 +.navbar-fixed-bottom { 4266 + bottom: 0; 4267 + margin-bottom: 0; 4268 + border-width: 1px 0 0; 4269 +} 4270 +.navbar-brand { 4271 + float: left; 4272 + padding: 6px 0px; 4273 + font-size: 17px; 4274 + line-height: 18px; 4275 + height: 30px; 4276 +} 4277 +.navbar-brand:hover, 4278 +.navbar-brand:focus { 4279 + text-decoration: none; 4280 +} 4281 +.navbar-brand > img { 4282 + display: block; 4283 +} 4284 +@media (min-width: 541px) { 4285 + .navbar > .container .navbar-brand, 4286 + .navbar > .container-fluid .navbar-brand { 4287 + margin-left: 0px; 4288 + } 4289 +} 4290 +.navbar-toggle { 4291 + position: relative; 4292 + float: right; 4293 + margin-right: 0px; 4294 + padding: 9px 10px; 4295 + margin-top: -2px; 4296 + margin-bottom: -2px; 4297 + background-color: transparent; 4298 + background-image: none; 4299 + border: 1px solid transparent; 4300 + border-radius: 2px; 4301 +} 4302 +.navbar-toggle:focus { 4303 + outline: 0; 4304 +} 4305 +.navbar-toggle .icon-bar { 4306 + display: block; 4307 + width: 22px; 4308 + height: 2px; 4309 + border-radius: 1px; 4310 +} 4311 +.navbar-toggle .icon-bar + .icon-bar { 4312 + margin-top: 4px; 4313 +} 4314 +@media (min-width: 541px) { 4315 + .navbar-toggle { 4316 + display: none; 4317 + } 4318 +} 4319 +.navbar-nav { 4320 + margin: 3px 0px; 4321 +} 4322 +.navbar-nav > li > a { 4323 + padding-top: 10px; 4324 + padding-bottom: 10px; 4325 + line-height: 18px; 4326 +} 4327 +@media (max-width: 540px) { 4328 + .navbar-nav .open .dropdown-menu { 4329 + position: static; 4330 + float: none; 4331 + width: auto; 4332 + margin-top: 0; 4333 + background-color: transparent; 4334 + border: 0; 4335 + box-shadow: none; 4336 + } 4337 + .navbar-nav .open .dropdown-menu > li > a, 4338 + .navbar-nav .open .dropdown-menu .dropdown-header { 4339 + padding: 5px 15px 5px 25px; 4340 + } 4341 + .navbar-nav .open .dropdown-menu > li > a { 4342 + line-height: 18px; 4343 + } 4344 + .navbar-nav .open .dropdown-menu > li > a:hover, 4345 + .navbar-nav .open .dropdown-menu > li > a:focus { 4346 + background-image: none; 4347 + } 4348 +} 4349 +@media (min-width: 541px) { 4350 + .navbar-nav { 4351 + float: left; 4352 + margin: 0; 4353 + } 4354 + .navbar-nav > li { 4355 + float: left; 4356 + } 4357 + .navbar-nav > li > a { 4358 + padding-top: 6px; 4359 + padding-bottom: 6px; 4360 + } 4361 +} 4362 +.navbar-form { 4363 + margin-left: 0px; 4364 + margin-right: 0px; 4365 + padding: 10px 0px; 4366 + border-top: 1px solid transparent; 4367 + border-bottom: 1px solid transparent; 4368 + -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); 4369 + box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); 4370 + margin-top: -1px; 4371 + margin-bottom: -1px; 4372 +} 4373 +@media (min-width: 768px) { 4374 + .navbar-form .form-group { 4375 + display: inline-block; 4376 + margin-bottom: 0; 4377 + vertical-align: middle; 4378 + } 4379 + .navbar-form .form-control { 4380 + display: inline-block; 4381 + width: auto; 4382 + vertical-align: middle; 4383 + } 4384 + .navbar-form .form-control-static { 4385 + display: inline-block; 4386 + } 4387 + .navbar-form .input-group { 4388 + display: inline-table; 4389 + vertical-align: middle; 4390 + } 4391 + .navbar-form .input-group .input-group-addon, 4392 + .navbar-form .input-group .input-group-btn, 4393 + .navbar-form .input-group .form-control { 4394 + width: auto; 4395 + } 4396 + .navbar-form .input-group > .form-control { 4397 + width: 100%; 4398 + } 4399 + .navbar-form .control-label { 4400 + margin-bottom: 0; 4401 + vertical-align: middle; 4402 + } 4403 + .navbar-form .radio, 4404 + .navbar-form .checkbox { 4405 + display: inline-block; 4406 + margin-top: 0; 4407 + margin-bottom: 0; 4408 + vertical-align: middle; 4409 + } 4410 + .navbar-form .radio label, 4411 + .navbar-form .checkbox label { 4412 + padding-left: 0; 4413 + } 4414 + .navbar-form .radio input[type="radio"], 4415 + .navbar-form .checkbox input[type="checkbox"] { 4416 + position: relative; 4417 + margin-left: 0; 4418 + } 4419 + .navbar-form .has-feedback .form-control-feedback { 4420 + top: 0; 4421 + } 4422 +} 4423 +@media (max-width: 540px) { 4424 + .navbar-form .form-group { 4425 + margin-bottom: 5px; 4426 + } 4427 + .navbar-form .form-group:last-child { 4428 + margin-bottom: 0; 4429 + } 4430 +} 4431 +@media (min-width: 541px) { 4432 + .navbar-form { 4433 + width: auto; 4434 + border: 0; 4435 + margin-left: 0; 4436 + margin-right: 0; 4437 + padding-top: 0; 4438 + padding-bottom: 0; 4439 + -webkit-box-shadow: none; 4440 + box-shadow: none; 4441 + } 4442 +} 4443 +.navbar-nav > li > .dropdown-menu { 4444 + margin-top: 0; 4445 + border-top-right-radius: 0; 4446 + border-top-left-radius: 0; 4447 +} 4448 +.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { 4449 + margin-bottom: 0; 4450 + border-top-right-radius: 2px; 4451 + border-top-left-radius: 2px; 4452 + border-bottom-right-radius: 0; 4453 + border-bottom-left-radius: 0; 4454 +} 4455 +.navbar-btn { 4456 + margin-top: -1px; 4457 + margin-bottom: -1px; 4458 +} 4459 +.navbar-btn.btn-sm { 4460 + margin-top: 0px; 4461 + margin-bottom: 0px; 4462 +} 4463 +.navbar-btn.btn-xs { 4464 + margin-top: 4px; 4465 + margin-bottom: 4px; 4466 +} 4467 +.navbar-text { 4468 + margin-top: 6px; 4469 + margin-bottom: 6px; 4470 +} 4471 +@media (min-width: 541px) { 4472 + .navbar-text { 4473 + float: left; 4474 + margin-left: 0px; 4475 + margin-right: 0px; 4476 + } 4477 +} 4478 +@media (min-width: 541px) { 4479 + .navbar-left { 4480 + float: left !important; 4481 + float: left; 4482 + } 4483 + .navbar-right { 4484 + float: right !important; 4485 + float: right; 4486 + margin-right: 0px; 4487 + } 4488 + .navbar-right ~ .navbar-right { 4489 + margin-right: 0; 4490 + } 4491 +} 4492 +.navbar-default { 4493 + background-color: #f8f8f8; 4494 + border-color: #e7e7e7; 4495 +} 4496 +.navbar-default .navbar-brand { 4497 + color: #777; 4498 +} 4499 +.navbar-default .navbar-brand:hover, 4500 +.navbar-default .navbar-brand:focus { 4501 + color: #5e5e5e; 4502 + background-color: transparent; 4503 +} 4504 +.navbar-default .navbar-text { 4505 + color: #777; 4506 +} 4507 +.navbar-default .navbar-nav > li > a { 4508 + color: #777; 4509 +} 4510 +.navbar-default .navbar-nav > li > a:hover, 4511 +.navbar-default .navbar-nav > li > a:focus { 4512 + color: #333; 4513 + background-color: transparent; 4514 +} 4515 +.navbar-default .navbar-nav > .active > a, 4516 +.navbar-default .navbar-nav > .active > a:hover, 4517 +.navbar-default .navbar-nav > .active > a:focus { 4518 + color: #555; 4519 + background-color: #e7e7e7; 4520 +} 4521 +.navbar-default .navbar-nav > .disabled > a, 4522 +.navbar-default .navbar-nav > .disabled > a:hover, 4523 +.navbar-default .navbar-nav > .disabled > a:focus { 4524 + color: #ccc; 4525 + background-color: transparent; 4526 +} 4527 +.navbar-default .navbar-toggle { 4528 + border-color: #ddd; 4529 +} 4530 +.navbar-default .navbar-toggle:hover, 4531 +.navbar-default .navbar-toggle:focus { 4532 + background-color: #ddd; 4533 +} 4534 +.navbar-default .navbar-toggle .icon-bar { 4535 + background-color: #888; 4536 +} 4537 +.navbar-default .navbar-collapse, 4538 +.navbar-default .navbar-form { 4539 + border-color: #e7e7e7; 4540 +} 4541 +.navbar-default .navbar-nav > .open > a, 4542 +.navbar-default .navbar-nav > .open > a:hover, 4543 +.navbar-default .navbar-nav > .open > a:focus { 4544 + background-color: #e7e7e7; 4545 + color: #555; 4546 +} 4547 +@media (max-width: 540px) { 4548 + .navbar-default .navbar-nav .open .dropdown-menu > li > a { 4549 + color: #777; 4550 + } 4551 + .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, 4552 + .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { 4553 + color: #333; 4554 + background-color: transparent; 4555 + } 4556 + .navbar-default .navbar-nav .open .dropdown-menu > .active > a, 4557 + .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, 4558 + .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { 4559 + color: #555; 4560 + background-color: #e7e7e7; 4561 + } 4562 + .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, 4563 + .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, 4564 + .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { 4565 + color: #ccc; 4566 + background-color: transparent; 4567 + } 4568 +} 4569 +.navbar-default .navbar-link { 4570 + color: #777; 4571 +} 4572 +.navbar-default .navbar-link:hover { 4573 + color: #333; 4574 +} 4575 +.navbar-default .btn-link { 4576 + color: #777; 4577 +} 4578 +.navbar-default .btn-link:hover, 4579 +.navbar-default .btn-link:focus { 4580 + color: #333; 4581 +} 4582 +.navbar-default .btn-link[disabled]:hover, 4583 +fieldset[disabled] .navbar-default .btn-link:hover, 4584 +.navbar-default .btn-link[disabled]:focus, 4585 +fieldset[disabled] .navbar-default .btn-link:focus { 4586 + color: #ccc; 4587 +} 4588 +.navbar-inverse { 4589 + background-color: #222; 4590 + border-color: #080808; 4591 +} 4592 +.navbar-inverse .navbar-brand { 4593 + color: #9d9d9d; 4594 +} 4595 +.navbar-inverse .navbar-brand:hover, 4596 +.navbar-inverse .navbar-brand:focus { 4597 + color: #fff; 4598 + background-color: transparent; 4599 +} 4600 +.navbar-inverse .navbar-text { 4601 + color: #9d9d9d; 4602 +} 4603 +.navbar-inverse .navbar-nav > li > a { 4604 + color: #9d9d9d; 4605 +} 4606 +.navbar-inverse .navbar-nav > li > a:hover, 4607 +.navbar-inverse .navbar-nav > li > a:focus { 4608 + color: #fff; 4609 + background-color: transparent; 4610 +} 4611 +.navbar-inverse .navbar-nav > .active > a, 4612 +.navbar-inverse .navbar-nav > .active > a:hover, 4613 +.navbar-inverse .navbar-nav > .active > a:focus { 4614 + color: #fff; 4615 + background-color: #080808; 4616 +} 4617 +.navbar-inverse .navbar-nav > .disabled > a, 4618 +.navbar-inverse .navbar-nav > .disabled > a:hover, 4619 +.navbar-inverse .navbar-nav > .disabled > a:focus { 4620 + color: #444; 4621 + background-color: transparent; 4622 +} 4623 +.navbar-inverse .navbar-toggle { 4624 + border-color: #333; 4625 +} 4626 +.navbar-inverse .navbar-toggle:hover, 4627 +.navbar-inverse .navbar-toggle:focus { 4628 + background-color: #333; 4629 +} 4630 +.navbar-inverse .navbar-toggle .icon-bar { 4631 + background-color: #fff; 4632 +} 4633 +.navbar-inverse .navbar-collapse, 4634 +.navbar-inverse .navbar-form { 4635 + border-color: #101010; 4636 +} 4637 +.navbar-inverse .navbar-nav > .open > a, 4638 +.navbar-inverse .navbar-nav > .open > a:hover, 4639 +.navbar-inverse .navbar-nav > .open > a:focus { 4640 + background-color: #080808; 4641 + color: #fff; 4642 +} 4643 +@media (max-width: 540px) { 4644 + .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { 4645 + border-color: #080808; 4646 + } 4647 + .navbar-inverse .navbar-nav .open .dropdown-menu .divider { 4648 + background-color: #080808; 4649 + } 4650 + .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { 4651 + color: #9d9d9d; 4652 + } 4653 + .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, 4654 + .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { 4655 + color: #fff; 4656 + background-color: transparent; 4657 + } 4658 + .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, 4659 + .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, 4660 + .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { 4661 + color: #fff; 4662 + background-color: #080808; 4663 + } 4664 + .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, 4665 + .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, 4666 + .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { 4667 + color: #444; 4668 + background-color: transparent; 4669 + } 4670 +} 4671 +.navbar-inverse .navbar-link { 4672 + color: #9d9d9d; 4673 +} 4674 +.navbar-inverse .navbar-link:hover { 4675 + color: #fff; 4676 +} 4677 +.navbar-inverse .btn-link { 4678 + color: #9d9d9d; 4679 +} 4680 +.navbar-inverse .btn-link:hover, 4681 +.navbar-inverse .btn-link:focus { 4682 + color: #fff; 4683 +} 4684 +.navbar-inverse .btn-link[disabled]:hover, 4685 +fieldset[disabled] .navbar-inverse .btn-link:hover, 4686 +.navbar-inverse .btn-link[disabled]:focus, 4687 +fieldset[disabled] .navbar-inverse .btn-link:focus { 4688 + color: #444; 4689 +} 4690 +.breadcrumb { 4691 + padding: 8px 15px; 4692 + margin-bottom: 18px; 4693 + list-style: none; 4694 + background-color: #f5f5f5; 4695 + border-radius: 2px; 4696 +} 4697 +.breadcrumb > li { 4698 + display: inline-block; 4699 +} 4700 +.breadcrumb > li + li:before { 4701 + content: "/\00a0"; 4702 + padding: 0 5px; 4703 + color: #5e5e5e; 4704 +} 4705 +.breadcrumb > .active { 4706 + color: #777777; 4707 +} 4708 +.pagination { 4709 + display: inline-block; 4710 + padding-left: 0; 4711 + margin: 18px 0; 4712 + border-radius: 2px; 4713 +} 4714 +.pagination > li { 4715 + display: inline; 4716 +} 4717 +.pagination > li > a, 4718 +.pagination > li > span { 4719 + position: relative; 4720 + float: left; 4721 + padding: 6px 12px; 4722 + line-height: 1.42857143; 4723 + text-decoration: none; 4724 + color: #337ab7; 4725 + background-color: #fff; 4726 + border: 1px solid #ddd; 4727 + margin-left: -1px; 4728 +} 4729 +.pagination > li:first-child > a, 4730 +.pagination > li:first-child > span { 4731 + margin-left: 0; 4732 + border-bottom-left-radius: 2px; 4733 + border-top-left-radius: 2px; 4734 +} 4735 +.pagination > li:last-child > a, 4736 +.pagination > li:last-child > span { 4737 + border-bottom-right-radius: 2px; 4738 + border-top-right-radius: 2px; 4739 +} 4740 +.pagination > li > a:hover, 4741 +.pagination > li > span:hover, 4742 +.pagination > li > a:focus, 4743 +.pagination > li > span:focus { 4744 + z-index: 2; 4745 + color: #23527c; 4746 + background-color: #eeeeee; 4747 + border-color: #ddd; 4748 +} 4749 +.pagination > .active > a, 4750 +.pagination > .active > span, 4751 +.pagination > .active > a:hover, 4752 +.pagination > .active > span:hover, 4753 +.pagination > .active > a:focus, 4754 +.pagination > .active > span:focus { 4755 + z-index: 3; 4756 + color: #fff; 4757 + background-color: #337ab7; 4758 + border-color: #337ab7; 4759 + cursor: default; 4760 +} 4761 +.pagination > .disabled > span, 4762 +.pagination > .disabled > span:hover, 4763 +.pagination > .disabled > span:focus, 4764 +.pagination > .disabled > a, 4765 +.pagination > .disabled > a:hover, 4766 +.pagination > .disabled > a:focus { 4767 + color: #777777; 4768 + background-color: #fff; 4769 + border-color: #ddd; 4770 + cursor: not-allowed; 4771 +} 4772 +.pagination-lg > li > a, 4773 +.pagination-lg > li > span { 4774 + padding: 10px 16px; 4775 + font-size: 17px; 4776 + line-height: 1.3333333; 4777 +} 4778 +.pagination-lg > li:first-child > a, 4779 +.pagination-lg > li:first-child > span { 4780 + border-bottom-left-radius: 3px; 4781 + border-top-left-radius: 3px; 4782 +} 4783 +.pagination-lg > li:last-child > a, 4784 +.pagination-lg > li:last-child > span { 4785 + border-bottom-right-radius: 3px; 4786 + border-top-right-radius: 3px; 4787 +} 4788 +.pagination-sm > li > a, 4789 +.pagination-sm > li > span { 4790 + padding: 5px 10px; 4791 + font-size: 12px; 4792 + line-height: 1.5; 4793 +} 4794 +.pagination-sm > li:first-child > a, 4795 +.pagination-sm > li:first-child > span { 4796 + border-bottom-left-radius: 1px; 4797 + border-top-left-radius: 1px; 4798 +} 4799 +.pagination-sm > li:last-child > a, 4800 +.pagination-sm > li:last-child > span { 4801 + border-bottom-right-radius: 1px; 4802 + border-top-right-radius: 1px; 4803 +} 4804 +.pager { 4805 + padding-left: 0; 4806 + margin: 18px 0; 4807 + list-style: none; 4808 + text-align: center; 4809 +} 4810 +.pager li { 4811 + display: inline; 4812 +} 4813 +.pager li > a, 4814 +.pager li > span { 4815 + display: inline-block; 4816 + padding: 5px 14px; 4817 + background-color: #fff; 4818 + border: 1px solid #ddd; 4819 + border-radius: 15px; 4820 +} 4821 +.pager li > a:hover, 4822 +.pager li > a:focus { 4823 + text-decoration: none; 4824 + background-color: #eeeeee; 4825 +} 4826 +.pager .next > a, 4827 +.pager .next > span { 4828 + float: right; 4829 +} 4830 +.pager .previous > a, 4831 +.pager .previous > span { 4832 + float: left; 4833 +} 4834 +.pager .disabled > a, 4835 +.pager .disabled > a:hover, 4836 +.pager .disabled > a:focus, 4837 +.pager .disabled > span { 4838 + color: #777777; 4839 + background-color: #fff; 4840 + cursor: not-allowed; 4841 +} 4842 +.label { 4843 + display: inline; 4844 + padding: .2em .6em .3em; 4845 + font-size: 75%; 4846 + font-weight: bold; 4847 + line-height: 1; 4848 + color: #fff; 4849 + text-align: center; 4850 + white-space: nowrap; 4851 + vertical-align: baseline; 4852 + border-radius: .25em; 4853 +} 4854 +a.label:hover, 4855 +a.label:focus { 4856 + color: #fff; 4857 + text-decoration: none; 4858 + cursor: pointer; 4859 +} 4860 +.label:empty { 4861 + display: none; 4862 +} 4863 +.btn .label { 4864 + position: relative; 4865 + top: -1px; 4866 +} 4867 +.label-default { 4868 + background-color: #777777; 4869 +} 4870 +.label-default[href]:hover, 4871 +.label-default[href]:focus { 4872 + background-color: #5e5e5e; 4873 +} 4874 +.label-primary { 4875 + background-color: #337ab7; 4876 +} 4877 +.label-primary[href]:hover, 4878 +.label-primary[href]:focus { 4879 + background-color: #286090; 4880 +} 4881 +.label-success { 4882 + background-color: #5cb85c; 4883 +} 4884 +.label-success[href]:hover, 4885 +.label-success[href]:focus { 4886 + background-color: #449d44; 4887 +} 4888 +.label-info { 4889 + background-color: #5bc0de; 4890 +} 4891 +.label-info[href]:hover, 4892 +.label-info[href]:focus { 4893 + background-color: #31b0d5; 4894 +} 4895 +.label-warning { 4896 + background-color: #f0ad4e; 4897 +} 4898 +.label-warning[href]:hover, 4899 +.label-warning[href]:focus { 4900 + background-color: #ec971f; 4901 +} 4902 +.label-danger { 4903 + background-color: #d9534f; 4904 +} 4905 +.label-danger[href]:hover, 4906 +.label-danger[href]:focus { 4907 + background-color: #c9302c; 4908 +} 4909 +.badge { 4910 + display: inline-block; 4911 + min-width: 10px; 4912 + padding: 3px 7px; 4913 + font-size: 12px; 4914 + font-weight: bold; 4915 + color: #fff; 4916 + line-height: 1; 4917 + vertical-align: middle; 4918 + white-space: nowrap; 4919 + text-align: center; 4920 + background-color: #777777; 4921 + border-radius: 10px; 4922 +} 4923 +.badge:empty { 4924 + display: none; 4925 +} 4926 +.btn .badge { 4927 + position: relative; 4928 + top: -1px; 4929 +} 4930 +.btn-xs .badge, 4931 +.btn-group-xs > .btn .badge { 4932 + top: 0; 4933 + padding: 1px 5px; 4934 +} 4935 +a.badge:hover, 4936 +a.badge:focus { 4937 + color: #fff; 4938 + text-decoration: none; 4939 + cursor: pointer; 4940 +} 4941 +.list-group-item.active > .badge, 4942 +.nav-pills > .active > a > .badge { 4943 + color: #337ab7; 4944 + background-color: #fff; 4945 +} 4946 +.list-group-item > .badge { 4947 + float: right; 4948 +} 4949 +.list-group-item > .badge + .badge { 4950 + margin-right: 5px; 4951 +} 4952 +.nav-pills > li > a > .badge { 4953 + margin-left: 3px; 4954 +} 4955 +.jumbotron { 4956 + padding-top: 30px; 4957 + padding-bottom: 30px; 4958 + margin-bottom: 30px; 4959 + color: inherit; 4960 + background-color: #eeeeee; 4961 +} 4962 +.jumbotron h1, 4963 +.jumbotron .h1 { 4964 + color: inherit; 4965 +} 4966 +.jumbotron p { 4967 + margin-bottom: 15px; 4968 + font-size: 20px; 4969 + font-weight: 200; 4970 +} 4971 +.jumbotron > hr { 4972 + border-top-color: #d5d5d5; 4973 +} 4974 +.container .jumbotron, 4975 +.container-fluid .jumbotron { 4976 + border-radius: 3px; 4977 + padding-left: 0px; 4978 + padding-right: 0px; 4979 +} 4980 +.jumbotron .container { 4981 + max-width: 100%; 4982 +} 4983 +@media screen and (min-width: 768px) { 4984 + .jumbotron { 4985 + padding-top: 48px; 4986 + padding-bottom: 48px; 4987 + } 4988 + .container .jumbotron, 4989 + .container-fluid .jumbotron { 4990 + padding-left: 60px; 4991 + padding-right: 60px; 4992 + } 4993 + .jumbotron h1, 4994 + .jumbotron .h1 { 4995 + font-size: 59px; 4996 + } 4997 +} 4998 +.thumbnail { 4999 + display: block; 5000 + padding: 4px; 5001 + margin-bottom: 18px; 5002 + line-height: 1.42857143; 5003 + background-color: #fff; 5004 + border: 1px solid #ddd; 5005 + border-radius: 2px; 5006 + -webkit-transition: border 0.2s ease-in-out; 5007 + -o-transition: border 0.2s ease-in-out; 5008 + transition: border 0.2s ease-in-out; 5009 +} 5010 +.thumbnail > img, 5011 +.thumbnail a > img { 5012 + margin-left: auto; 5013 + margin-right: auto; 5014 +} 5015 +a.thumbnail:hover, 5016 +a.thumbnail:focus, 5017 +a.thumbnail.active { 5018 + border-color: #337ab7; 5019 +} 5020 +.thumbnail .caption { 5021 + padding: 9px; 5022 + color: #000; 5023 +} 5024 +.alert { 5025 + padding: 15px; 5026 + margin-bottom: 18px; 5027 + border: 1px solid transparent; 5028 + border-radius: 2px; 5029 +} 5030 +.alert h4 { 5031 + margin-top: 0; 5032 + color: inherit; 5033 +} 5034 +.alert .alert-link { 5035 + font-weight: bold; 5036 +} 5037 +.alert > p, 5038 +.alert > ul { 5039 + margin-bottom: 0; 5040 +} 5041 +.alert > p + p { 5042 + margin-top: 5px; 5043 +} 5044 +.alert-dismissable, 5045 +.alert-dismissible { 5046 + padding-right: 35px; 5047 +} 5048 +.alert-dismissable .close, 5049 +.alert-dismissible .close { 5050 + position: relative; 5051 + top: -2px; 5052 + right: -21px; 5053 + color: inherit; 5054 +} 5055 +.alert-success { 5056 + background-color: #dff0d8; 5057 + border-color: #d6e9c6; 5058 + color: #3c763d; 5059 +} 5060 +.alert-success hr { 5061 + border-top-color: #c9e2b3; 5062 +} 5063 +.alert-success .alert-link { 5064 + color: #2b542c; 5065 +} 5066 +.alert-info { 5067 + background-color: #d9edf7; 5068 + border-color: #bce8f1; 5069 + color: #31708f; 5070 +} 5071 +.alert-info hr { 5072 + border-top-color: #a6e1ec; 5073 +} 5074 +.alert-info .alert-link { 5075 + color: #245269; 5076 +} 5077 +.alert-warning { 5078 + background-color: #fcf8e3; 5079 + border-color: #faebcc; 5080 + color: #8a6d3b; 5081 +} 5082 +.alert-warning hr { 5083 + border-top-color: #f7e1b5; 5084 +} 5085 +.alert-warning .alert-link { 5086 + color: #66512c; 5087 +} 5088 +.alert-danger { 5089 + background-color: #f2dede; 5090 + border-color: #ebccd1; 5091 + color: #a94442; 5092 +} 5093 +.alert-danger hr { 5094 + border-top-color: #e4b9c0; 5095 +} 5096 +.alert-danger .alert-link { 5097 + color: #843534; 5098 +} 5099 +@-webkit-keyframes progress-bar-stripes { 5100 + from { 5101 + background-position: 40px 0; 5102 + } 5103 + to { 5104 + background-position: 0 0; 5105 + } 5106 +} 5107 +@keyframes progress-bar-stripes { 5108 + from { 5109 + background-position: 40px 0; 5110 + } 5111 + to { 5112 + background-position: 0 0; 5113 + } 5114 +} 5115 +.progress { 5116 + overflow: hidden; 5117 + height: 18px; 5118 + margin-bottom: 18px; 5119 + background-color: #f5f5f5; 5120 + border-radius: 2px; 5121 + -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); 5122 + box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); 5123 +} 5124 +.progress-bar { 5125 + float: left; 5126 + width: 0%; 5127 + height: 100%; 5128 + font-size: 12px; 5129 + line-height: 18px; 5130 + color: #fff; 5131 + text-align: center; 5132 + background-color: #337ab7; 5133 + -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); 5134 + box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); 5135 + -webkit-transition: width 0.6s ease; 5136 + -o-transition: width 0.6s ease; 5137 + transition: width 0.6s ease; 5138 +} 5139 +.progress-striped .progress-bar, 5140 +.progress-bar-striped { 5141 + 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); 5142 + 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); 5143 + 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); 5144 + background-size: 40px 40px; 5145 +} 5146 +.progress.active .progress-bar, 5147 +.progress-bar.active { 5148 + -webkit-animation: progress-bar-stripes 2s linear infinite; 5149 + -o-animation: progress-bar-stripes 2s linear infinite; 5150 + animation: progress-bar-stripes 2s linear infinite; 5151 +} 5152 +.progress-bar-success { 5153 + background-color: #5cb85c; 5154 +} 5155 +.progress-striped .progress-bar-success { 5156 + 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); 5157 + 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); 5158 + 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); 5159 +} 5160 +.progress-bar-info { 5161 + background-color: #5bc0de; 5162 +} 5163 +.progress-striped .progress-bar-info { 5164 + 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); 5165 + 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); 5166 + 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); 5167 +} 5168 +.progress-bar-warning { 5169 + background-color: #f0ad4e; 5170 +} 5171 +.progress-striped .progress-bar-warning { 5172 + 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); 5173 + 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); 5174 + 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); 5175 +} 5176 +.progress-bar-danger { 5177 + background-color: #d9534f; 5178 +} 5179 +.progress-striped .progress-bar-danger { 5180 + 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); 5181 + 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); 5182 + 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); 5183 +} 5184 +.media { 5185 + margin-top: 15px; 5186 +} 5187 +.media:first-child { 5188 + margin-top: 0; 5189 +} 5190 +.media, 5191 +.media-body { 5192 + zoom: 1; 5193 + overflow: hidden; 5194 +} 5195 +.media-body { 5196 + width: 10000px; 5197 +} 5198 +.media-object { 5199 + display: block; 5200 +} 5201 +.media-object.img-thumbnail { 5202 + max-width: none; 5203 +} 5204 +.media-right, 5205 +.media > .pull-right { 5206 + padding-left: 10px; 5207 +} 5208 +.media-left, 5209 +.media > .pull-left { 5210 + padding-right: 10px; 5211 +} 5212 +.media-left, 5213 +.media-right, 5214 +.media-body { 5215 + display: table-cell; 5216 + vertical-align: top; 5217 +} 5218 +.media-middle { 5219 + vertical-align: middle; 5220 +} 5221 +.media-bottom { 5222 + vertical-align: bottom; 5223 +} 5224 +.media-heading { 5225 + margin-top: 0; 5226 + margin-bottom: 5px; 5227 +} 5228 +.media-list { 5229 + padding-left: 0; 5230 + list-style: none; 5231 +} 5232 +.list-group { 5233 + margin-bottom: 20px; 5234 + padding-left: 0; 5235 +} 5236 +.list-group-item { 5237 + position: relative; 5238 + display: block; 5239 + padding: 10px 15px; 5240 + margin-bottom: -1px; 5241 + background-color: #fff; 5242 + border: 1px solid #ddd; 5243 +} 5244 +.list-group-item:first-child { 5245 + border-top-right-radius: 2px; 5246 + border-top-left-radius: 2px; 5247 +} 5248 +.list-group-item:last-child { 5249 + margin-bottom: 0; 5250 + border-bottom-right-radius: 2px; 5251 + border-bottom-left-radius: 2px; 5252 +} 5253 +a.list-group-item, 5254 +button.list-group-item { 5255 + color: #555; 5256 +} 5257 +a.list-group-item .list-group-item-heading, 5258 +button.list-group-item .list-group-item-heading { 5259 + color: #333; 5260 +} 5261 +a.list-group-item:hover, 5262 +button.list-group-item:hover, 5263 +a.list-group-item:focus, 5264 +button.list-group-item:focus { 5265 + text-decoration: none; 5266 + color: #555; 5267 + background-color: #f5f5f5; 5268 +} 5269 +button.list-group-item { 5270 + width: 100%; 5271 + text-align: left; 5272 +} 5273 +.list-group-item.disabled, 5274 +.list-group-item.disabled:hover, 5275 +.list-group-item.disabled:focus { 5276 + background-color: #eeeeee; 5277 + color: #777777; 5278 + cursor: not-allowed; 5279 +} 5280 +.list-group-item.disabled .list-group-item-heading, 5281 +.list-group-item.disabled:hover .list-group-item-heading, 5282 +.list-group-item.disabled:focus .list-group-item-heading { 5283 + color: inherit; 5284 +} 5285 +.list-group-item.disabled .list-group-item-text, 5286 +.list-group-item.disabled:hover .list-group-item-text, 5287 +.list-group-item.disabled:focus .list-group-item-text { 5288 + color: #777777; 5289 +} 5290 +.list-group-item.active, 5291 +.list-group-item.active:hover, 5292 +.list-group-item.active:focus { 5293 + z-index: 2; 5294 + color: #fff; 5295 + background-color: #337ab7; 5296 + border-color: #337ab7; 5297 +} 5298 +.list-group-item.active .list-group-item-heading, 5299 +.list-group-item.active:hover .list-group-item-heading, 5300 +.list-group-item.active:focus .list-group-item-heading, 5301 +.list-group-item.active .list-group-item-heading > small, 5302 +.list-group-item.active:hover .list-group-item-heading > small, 5303 +.list-group-item.active:focus .list-group-item-heading > small, 5304 +.list-group-item.active .list-group-item-heading > .small, 5305 +.list-group-item.active:hover .list-group-item-heading > .small, 5306 +.list-group-item.active:focus .list-group-item-heading > .small { 5307 + color: inherit; 5308 +} 5309 +.list-group-item.active .list-group-item-text, 5310 +.list-group-item.active:hover .list-group-item-text, 5311 +.list-group-item.active:focus .list-group-item-text { 5312 + color: #c7ddef; 5313 +} 5314 +.list-group-item-success { 5315 + color: #3c763d; 5316 + background-color: #dff0d8; 5317 +} 5318 +a.list-group-item-success, 5319 +button.list-group-item-success { 5320 + color: #3c763d; 5321 +} 5322 +a.list-group-item-success .list-group-item-heading, 5323 +button.list-group-item-success .list-group-item-heading { 5324 + color: inherit; 5325 +} 5326 +a.list-group-item-success:hover, 5327 +button.list-group-item-success:hover, 5328 +a.list-group-item-success:focus, 5329 +button.list-group-item-success:focus { 5330 + color: #3c763d; 5331 + background-color: #d0e9c6; 5332 +} 5333 +a.list-group-item-success.active, 5334 +button.list-group-item-success.active, 5335 +a.list-group-item-success.active:hover, 5336 +button.list-group-item-success.active:hover, 5337 +a.list-group-item-success.active:focus, 5338 +button.list-group-item-success.active:focus { 5339 + color: #fff; 5340 + background-color: #3c763d; 5341 + border-color: #3c763d; 5342 +} 5343 +.list-group-item-info { 5344 + color: #31708f; 5345 + background-color: #d9edf7; 5346 +} 5347 +a.list-group-item-info, 5348 +button.list-group-item-info { 5349 + color: #31708f; 5350 +} 5351 +a.list-group-item-info .list-group-item-heading, 5352 +button.list-group-item-info .list-group-item-heading { 5353 + color: inherit; 5354 +} 5355 +a.list-group-item-info:hover, 5356 +button.list-group-item-info:hover, 5357 +a.list-group-item-info:focus, 5358 +button.list-group-item-info:focus { 5359 + color: #31708f; 5360 + background-color: #c4e3f3; 5361 +} 5362 +a.list-group-item-info.active, 5363 +button.list-group-item-info.active, 5364 +a.list-group-item-info.active:hover, 5365 +button.list-group-item-info.active:hover, 5366 +a.list-group-item-info.active:focus, 5367 +button.list-group-item-info.active:focus { 5368 + color: #fff; 5369 + background-color: #31708f; 5370 + border-color: #31708f; 5371 +} 5372 +.list-group-item-warning { 5373 + color: #8a6d3b; 5374 + background-color: #fcf8e3; 5375 +} 5376 +a.list-group-item-warning, 5377 +button.list-group-item-warning { 5378 + color: #8a6d3b; 5379 +} 5380 +a.list-group-item-warning .list-group-item-heading, 5381 +button.list-group-item-warning .list-group-item-heading { 5382 + color: inherit; 5383 +} 5384 +a.list-group-item-warning:hover, 5385 +button.list-group-item-warning:hover, 5386 +a.list-group-item-warning:focus, 5387 +button.list-group-item-warning:focus { 5388 + color: #8a6d3b; 5389 + background-color: #faf2cc; 5390 +} 5391 +a.list-group-item-warning.active, 5392 +button.list-group-item-warning.active, 5393 +a.list-group-item-warning.active:hover, 5394 +button.list-group-item-warning.active:hover, 5395 +a.list-group-item-warning.active:focus, 5396 +button.list-group-item-warning.active:focus { 5397 + color: #fff; 5398 + background-color: #8a6d3b; 5399 + border-color: #8a6d3b; 5400 +} 5401 +.list-group-item-danger { 5402 + color: #a94442; 5403 + background-color: #f2dede; 5404 +} 5405 +a.list-group-item-danger, 5406 +button.list-group-item-danger { 5407 + color: #a94442; 5408 +} 5409 +a.list-group-item-danger .list-group-item-heading, 5410 +button.list-group-item-danger .list-group-item-heading { 5411 + color: inherit; 5412 +} 5413 +a.list-group-item-danger:hover, 5414 +button.list-group-item-danger:hover, 5415 +a.list-group-item-danger:focus, 5416 +button.list-group-item-danger:focus { 5417 + color: #a94442; 5418 + background-color: #ebcccc; 5419 +} 5420 +a.list-group-item-danger.active, 5421 +button.list-group-item-danger.active, 5422 +a.list-group-item-danger.active:hover, 5423 +button.list-group-item-danger.active:hover, 5424 +a.list-group-item-danger.active:focus, 5425 +button.list-group-item-danger.active:focus { 5426 + color: #fff; 5427 + background-color: #a94442; 5428 + border-color: #a94442; 5429 +} 5430 +.list-group-item-heading { 5431 + margin-top: 0; 5432 + margin-bottom: 5px; 5433 +} 5434 +.list-group-item-text { 5435 + margin-bottom: 0; 5436 + line-height: 1.3; 5437 +} 5438 +.panel { 5439 + margin-bottom: 18px; 5440 + background-color: #fff; 5441 + border: 1px solid transparent; 5442 + border-radius: 2px; 5443 + -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); 5444 + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); 5445 +} 5446 +.panel-body { 5447 + padding: 15px; 5448 +} 5449 +.panel-heading { 5450 + padding: 10px 15px; 5451 + border-bottom: 1px solid transparent; 5452 + border-top-right-radius: 1px; 5453 + border-top-left-radius: 1px; 5454 +} 5455 +.panel-heading > .dropdown .dropdown-toggle { 5456 + color: inherit; 5457 +} 5458 +.panel-title { 5459 + margin-top: 0; 5460 + margin-bottom: 0; 5461 + font-size: 15px; 5462 + color: inherit; 5463 +} 5464 +.panel-title > a, 5465 +.panel-title > small, 5466 +.panel-title > .small, 5467 +.panel-title > small > a, 5468 +.panel-title > .small > a { 5469 + color: inherit; 5470 +} 5471 +.panel-footer { 5472 + padding: 10px 15px; 5473 + background-color: #f5f5f5; 5474 + border-top: 1px solid #ddd; 5475 + border-bottom-right-radius: 1px; 5476 + border-bottom-left-radius: 1px; 5477 +} 5478 +.panel > .list-group, 5479 +.panel > .panel-collapse > .list-group { 5480 + margin-bottom: 0; 5481 +} 5482 +.panel > .list-group .list-group-item, 5483 +.panel > .panel-collapse > .list-group .list-group-item { 5484 + border-width: 1px 0; 5485 + border-radius: 0; 5486 +} 5487 +.panel > .list-group:first-child .list-group-item:first-child, 5488 +.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child { 5489 + border-top: 0; 5490 + border-top-right-radius: 1px; 5491 + border-top-left-radius: 1px; 5492 +} 5493 +.panel > .list-group:last-child .list-group-item:last-child, 5494 +.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child { 5495 + border-bottom: 0; 5496 + border-bottom-right-radius: 1px; 5497 + border-bottom-left-radius: 1px; 5498 +} 5499 +.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child { 5500 + border-top-right-radius: 0; 5501 + border-top-left-radius: 0; 5502 +} 5503 +.panel-heading + .list-group .list-group-item:first-child { 5504 + border-top-width: 0; 5505 +} 5506 +.list-group + .panel-footer { 5507 + border-top-width: 0; 5508 +} 5509 +.panel > .table, 5510 +.panel > .table-responsive > .table, 5511 +.panel > .panel-collapse > .table { 5512 + margin-bottom: 0; 5513 +} 5514 +.panel > .table caption, 5515 +.panel > .table-responsive > .table caption, 5516 +.panel > .panel-collapse > .table caption { 5517 + padding-left: 15px; 5518 + padding-right: 15px; 5519 +} 5520 +.panel > .table:first-child, 5521 +.panel > .table-responsive:first-child > .table:first-child { 5522 + border-top-right-radius: 1px; 5523 + border-top-left-radius: 1px; 5524 +} 5525 +.panel > .table:first-child > thead:first-child > tr:first-child, 5526 +.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, 5527 +.panel > .table:first-child > tbody:first-child > tr:first-child, 5528 +.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child { 5529 + border-top-left-radius: 1px; 5530 + border-top-right-radius: 1px; 5531 +} 5532 +.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, 5533 +.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, 5534 +.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, 5535 +.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, 5536 +.panel > .table:first-child > thead:first-child > tr:first-child th:first-child, 5537 +.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, 5538 +.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, 5539 +.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { 5540 + border-top-left-radius: 1px; 5541 +} 5542 +.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, 5543 +.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, 5544 +.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, 5545 +.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, 5546 +.panel > .table:first-child > thead:first-child > tr:first-child th:last-child, 5547 +.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, 5548 +.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, 5549 +.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { 5550 + border-top-right-radius: 1px; 5551 +} 5552 +.panel > .table:last-child, 5553 +.panel > .table-responsive:last-child > .table:last-child { 5554 + border-bottom-right-radius: 1px; 5555 + border-bottom-left-radius: 1px; 5556 +} 5557 +.panel > .table:last-child > tbody:last-child > tr:last-child, 5558 +.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, 5559 +.panel > .table:last-child > tfoot:last-child > tr:last-child, 5560 +.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child { 5561 + border-bottom-left-radius: 1px; 5562 + border-bottom-right-radius: 1px; 5563 +} 5564 +.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, 5565 +.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, 5566 +.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, 5567 +.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, 5568 +.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, 5569 +.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, 5570 +.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, 5571 +.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { 5572 + border-bottom-left-radius: 1px; 5573 +} 5574 +.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, 5575 +.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, 5576 +.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, 5577 +.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, 5578 +.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, 5579 +.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, 5580 +.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, 5581 +.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { 5582 + border-bottom-right-radius: 1px; 5583 +} 5584 +.panel > .panel-body + .table, 5585 +.panel > .panel-body + .table-responsive, 5586 +.panel > .table + .panel-body, 5587 +.panel > .table-responsive + .panel-body { 5588 + border-top: 1px solid #ddd; 5589 +} 5590 +.panel > .table > tbody:first-child > tr:first-child th, 5591 +.panel > .table > tbody:first-child > tr:first-child td { 5592 + border-top: 0; 5593 +} 5594 +.panel > .table-bordered, 5595 +.panel > .table-responsive > .table-bordered { 5596 + border: 0; 5597 +} 5598 +.panel > .table-bordered > thead > tr > th:first-child, 5599 +.panel > .table-responsive > .table-bordered > thead > tr > th:first-child, 5600 +.panel > .table-bordered > tbody > tr > th:first-child, 5601 +.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, 5602 +.panel > .table-bordered > tfoot > tr > th:first-child, 5603 +.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, 5604 +.panel > .table-bordered > thead > tr > td:first-child, 5605 +.panel > .table-responsive > .table-bordered > thead > tr > td:first-child, 5606 +.panel > .table-bordered > tbody > tr > td:first-child, 5607 +.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, 5608 +.panel > .table-bordered > tfoot > tr > td:first-child, 5609 +.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { 5610 + border-left: 0; 5611 +} 5612 +.panel > .table-bordered > thead > tr > th:last-child, 5613 +.panel > .table-responsive > .table-bordered > thead > tr > th:last-child, 5614 +.panel > .table-bordered > tbody > tr > th:last-child, 5615 +.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, 5616 +.panel > .table-bordered > tfoot > tr > th:last-child, 5617 +.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, 5618 +.panel > .table-bordered > thead > tr > td:last-child, 5619 +.panel > .table-responsive > .table-bordered > thead > tr > td:last-child, 5620 +.panel > .table-bordered > tbody > tr > td:last-child, 5621 +.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, 5622 +.panel > .table-bordered > tfoot > tr > td:last-child, 5623 +.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { 5624 + border-right: 0; 5625 +} 5626 +.panel > .table-bordered > thead > tr:first-child > td, 5627 +.panel > .table-responsive > .table-bordered > thead > tr:first-child > td, 5628 +.panel > .table-bordered > tbody > tr:first-child > td, 5629 +.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, 5630 +.panel > .table-bordered > thead > tr:first-child > th, 5631 +.panel > .table-responsive > .table-bordered > thead > tr:first-child > th, 5632 +.panel > .table-bordered > tbody > tr:first-child > th, 5633 +.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { 5634 + border-bottom: 0; 5635 +} 5636 +.panel > .table-bordered > tbody > tr:last-child > td, 5637 +.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, 5638 +.panel > .table-bordered > tfoot > tr:last-child > td, 5639 +.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, 5640 +.panel > .table-bordered > tbody > tr:last-child > th, 5641 +.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, 5642 +.panel > .table-bordered > tfoot > tr:last-child > th, 5643 +.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { 5644 + border-bottom: 0; 5645 +} 5646 +.panel > .table-responsive { 5647 + border: 0; 5648 + margin-bottom: 0; 5649 +} 5650 +.panel-group { 5651 + margin-bottom: 18px; 5652 +} 5653 +.panel-group .panel { 5654 + margin-bottom: 0; 5655 + border-radius: 2px; 5656 +} 5657 +.panel-group .panel + .panel { 5658 + margin-top: 5px; 5659 +} 5660 +.panel-group .panel-heading { 5661 + border-bottom: 0; 5662 +} 5663 +.panel-group .panel-heading + .panel-collapse > .panel-body, 5664 +.panel-group .panel-heading + .panel-collapse > .list-group { 5665 + border-top: 1px solid #ddd; 5666 +} 5667 +.panel-group .panel-footer { 5668 + border-top: 0; 5669 +} 5670 +.panel-group .panel-footer + .panel-collapse .panel-body { 5671 + border-bottom: 1px solid #ddd; 5672 +} 5673 +.panel-default { 5674 + border-color: #ddd; 5675 +} 5676 +.panel-default > .panel-heading { 5677 + color: #333333; 5678 + background-color: #f5f5f5; 5679 + border-color: #ddd; 5680 +} 5681 +.panel-default > .panel-heading + .panel-collapse > .panel-body { 5682 + border-top-color: #ddd; 5683 +} 5684 +.panel-default > .panel-heading .badge { 5685 + color: #f5f5f5; 5686 + background-color: #333333; 5687 +} 5688 +.panel-default > .panel-footer + .panel-collapse > .panel-body { 5689 + border-bottom-color: #ddd; 5690 +} 5691 +.panel-primary { 5692 + border-color: #337ab7; 5693 +} 5694 +.panel-primary > .panel-heading { 5695 + color: #fff; 5696 + background-color: #337ab7; 5697 + border-color: #337ab7; 5698 +} 5699 +.panel-primary > .panel-heading + .panel-collapse > .panel-body { 5700 + border-top-color: #337ab7; 5701 +} 5702 +.panel-primary > .panel-heading .badge { 5703 + color: #337ab7; 5704 + background-color: #fff; 5705 +} 5706 +.panel-primary > .panel-footer + .panel-collapse > .panel-body { 5707 + border-bottom-color: #337ab7; 5708 +} 5709 +.panel-success { 5710 + border-color: #d6e9c6; 5711 +} 5712 +.panel-success > .panel-heading { 5713 + color: #3c763d; 5714 + background-color: #dff0d8; 5715 + border-color: #d6e9c6; 5716 +} 5717 +.panel-success > .panel-heading + .panel-collapse > .panel-body { 5718 + border-top-color: #d6e9c6; 5719 +} 5720 +.panel-success > .panel-heading .badge { 5721 + color: #dff0d8; 5722 + background-color: #3c763d; 5723 +} 5724 +.panel-success > .panel-footer + .panel-collapse > .panel-body { 5725 + border-bottom-color: #d6e9c6; 5726 +} 5727 +.panel-info { 5728 + border-color: #bce8f1; 5729 +} 5730 +.panel-info > .panel-heading { 5731 + color: #31708f; 5732 + background-color: #d9edf7; 5733 + border-color: #bce8f1; 5734 +} 5735 +.panel-info > .panel-heading + .panel-collapse > .panel-body { 5736 + border-top-color: #bce8f1; 5737 +} 5738 +.panel-info > .panel-heading .badge { 5739 + color: #d9edf7; 5740 + background-color: #31708f; 5741 +} 5742 +.panel-info > .panel-footer + .panel-collapse > .panel-body { 5743 + border-bottom-color: #bce8f1; 5744 +} 5745 +.panel-warning { 5746 + border-color: #faebcc; 5747 +} 5748 +.panel-warning > .panel-heading { 5749 + color: #8a6d3b; 5750 + background-color: #fcf8e3; 5751 + border-color: #faebcc; 5752 +} 5753 +.panel-warning > .panel-heading + .panel-collapse > .panel-body { 5754 + border-top-color: #faebcc; 5755 +} 5756 +.panel-warning > .panel-heading .badge { 5757 + color: #fcf8e3; 5758 + background-color: #8a6d3b; 5759 +} 5760 +.panel-warning > .panel-footer + .panel-collapse > .panel-body { 5761 + border-bottom-color: #faebcc; 5762 +} 5763 +.panel-danger { 5764 + border-color: #ebccd1; 5765 +} 5766 +.panel-danger > .panel-heading { 5767 + color: #a94442; 5768 + background-color: #f2dede; 5769 + border-color: #ebccd1; 5770 +} 5771 +.panel-danger > .panel-heading + .panel-collapse > .panel-body { 5772 + border-top-color: #ebccd1; 5773 +} 5774 +.panel-danger > .panel-heading .badge { 5775 + color: #f2dede; 5776 + background-color: #a94442; 5777 +} 5778 +.panel-danger > .panel-footer + .panel-collapse > .panel-body { 5779 + border-bottom-color: #ebccd1; 5780 +} 5781 +.embed-responsive { 5782 + position: relative; 5783 + display: block; 5784 + height: 0; 5785 + padding: 0; 5786 + overflow: hidden; 5787 +} 5788 +.embed-responsive .embed-responsive-item, 5789 +.embed-responsive iframe, 5790 +.embed-responsive embed, 5791 +.embed-responsive object, 5792 +.embed-responsive video { 5793 + position: absolute; 5794 + top: 0; 5795 + left: 0; 5796 + bottom: 0; 5797 + height: 100%; 5798 + width: 100%; 5799 + border: 0; 5800 +} 5801 +.embed-responsive-16by9 { 5802 + padding-bottom: 56.25%; 5803 +} 5804 +.embed-responsive-4by3 { 5805 + padding-bottom: 75%; 5806 +} 5807 +.well { 5808 + min-height: 20px; 5809 + padding: 19px; 5810 + margin-bottom: 20px; 5811 + background-color: #f5f5f5; 5812 + border: 1px solid #e3e3e3; 5813 + border-radius: 2px; 5814 + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); 5815 + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); 5816 +} 5817 +.well blockquote { 5818 + border-color: #ddd; 5819 + border-color: rgba(0, 0, 0, 0.15); 5820 +} 5821 +.well-lg { 5822 + padding: 24px; 5823 + border-radius: 3px; 5824 +} 5825 +.well-sm { 5826 + padding: 9px; 5827 + border-radius: 1px; 5828 +} 5829 +.close { 5830 + float: right; 5831 + font-size: 19.5px; 5832 + font-weight: bold; 5833 + line-height: 1; 5834 + color: #000; 5835 + text-shadow: 0 1px 0 #fff; 5836 + opacity: 0.2; 5837 + filter: alpha(opacity=20); 5838 +} 5839 +.close:hover, 5840 +.close:focus { 5841 + color: #000; 5842 + text-decoration: none; 5843 + cursor: pointer; 5844 + opacity: 0.5; 5845 + filter: alpha(opacity=50); 5846 +} 5847 +button.close { 5848 + padding: 0; 5849 + cursor: pointer; 5850 + background: transparent; 5851 + border: 0; 5852 + -webkit-appearance: none; 5853 +} 5854 +.modal-open { 5855 + overflow: hidden; 5856 +} 5857 +.modal { 5858 + display: none; 5859 + overflow: hidden; 5860 + position: fixed; 5861 + top: 0; 5862 + right: 0; 5863 + bottom: 0; 5864 + left: 0; 5865 + z-index: 1050; 5866 + -webkit-overflow-scrolling: touch; 5867 + outline: 0; 5868 +} 5869 +.modal.fade .modal-dialog { 5870 + -webkit-transform: translate(0, -25%); 5871 + -ms-transform: translate(0, -25%); 5872 + -o-transform: translate(0, -25%); 5873 + transform: translate(0, -25%); 5874 + -webkit-transition: -webkit-transform 0.3s ease-out; 5875 + -moz-transition: -moz-transform 0.3s ease-out; 5876 + -o-transition: -o-transform 0.3s ease-out; 5877 + transition: transform 0.3s ease-out; 5878 +} 5879 +.modal.in .modal-dialog { 5880 + -webkit-transform: translate(0, 0); 5881 + -ms-transform: translate(0, 0); 5882 + -o-transform: translate(0, 0); 5883 + transform: translate(0, 0); 5884 +} 5885 +.modal-open .modal { 5886 + overflow-x: hidden; 5887 + overflow-y: auto; 5888 +} 5889 +.modal-dialog { 5890 + position: relative; 5891 + width: auto; 5892 + margin: 10px; 5893 +} 5894 +.modal-content { 5895 + position: relative; 5896 + background-color: #fff; 5897 + border: 1px solid #999; 5898 + border: 1px solid rgba(0, 0, 0, 0.2); 5899 + border-radius: 3px; 5900 + -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); 5901 + box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); 5902 + background-clip: padding-box; 5903 + outline: 0; 5904 +} 5905 +.modal-backdrop { 5906 + position: fixed; 5907 + top: 0; 5908 + right: 0; 5909 + bottom: 0; 5910 + left: 0; 5911 + z-index: 1040; 5912 + background-color: #000; 5913 +} 5914 +.modal-backdrop.fade { 5915 + opacity: 0; 5916 + filter: alpha(opacity=0); 5917 +} 5918 +.modal-backdrop.in { 5919 + opacity: 0.5; 5920 + filter: alpha(opacity=50); 5921 +} 5922 +.modal-header { 5923 + padding: 15px; 5924 + border-bottom: 1px solid #e5e5e5; 5925 +} 5926 +.modal-header .close { 5927 + margin-top: -2px; 5928 +} 5929 +.modal-title { 5930 + margin: 0; 5931 + line-height: 1.42857143; 5932 +} 5933 +.modal-body { 5934 + position: relative; 5935 + padding: 15px; 5936 +} 5937 +.modal-footer { 5938 + padding: 15px; 5939 + text-align: right; 5940 + border-top: 1px solid #e5e5e5; 5941 +} 5942 +.modal-footer .btn + .btn { 5943 + margin-left: 5px; 5944 + margin-bottom: 0; 5945 +} 5946 +.modal-footer .btn-group .btn + .btn { 5947 + margin-left: -1px; 5948 +} 5949 +.modal-footer .btn-block + .btn-block { 5950 + margin-left: 0; 5951 +} 5952 +.modal-scrollbar-measure { 5953 + position: absolute; 5954 + top: -9999px; 5955 + width: 50px; 5956 + height: 50px; 5957 + overflow: scroll; 5958 +} 5959 +@media (min-width: 768px) { 5960 + .modal-dialog { 5961 + width: 600px; 5962 + margin: 30px auto; 5963 + } 5964 + .modal-content { 5965 + -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); 5966 + box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); 5967 + } 5968 + .modal-sm { 5969 + width: 300px; 5970 + } 5971 +} 5972 +@media (min-width: 992px) { 5973 + .modal-lg { 5974 + width: 900px; 5975 + } 5976 +} 5977 +.tooltip { 5978 + position: absolute; 5979 + z-index: 1070; 5980 + display: block; 5981 + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 5982 + font-style: normal; 5983 + font-weight: normal; 5984 + letter-spacing: normal; 5985 + line-break: auto; 5986 + line-height: 1.42857143; 5987 + text-align: left; 5988 + text-align: start; 5989 + text-decoration: none; 5990 + text-shadow: none; 5991 + text-transform: none; 5992 + white-space: normal; 5993 + word-break: normal; 5994 + word-spacing: normal; 5995 + word-wrap: normal; 5996 + font-size: 12px; 5997 + opacity: 0; 5998 + filter: alpha(opacity=0); 5999 +} 6000 +.tooltip.in { 6001 + opacity: 0.9; 6002 + filter: alpha(opacity=90); 6003 +} 6004 +.tooltip.top { 6005 + margin-top: -3px; 6006 + padding: 5px 0; 6007 +} 6008 +.tooltip.right { 6009 + margin-left: 3px; 6010 + padding: 0 5px; 6011 +} 6012 +.tooltip.bottom { 6013 + margin-top: 3px; 6014 + padding: 5px 0; 6015 +} 6016 +.tooltip.left { 6017 + margin-left: -3px; 6018 + padding: 0 5px; 6019 +} 6020 +.tooltip-inner { 6021 + max-width: 200px; 6022 + padding: 3px 8px; 6023 + color: #fff; 6024 + text-align: center; 6025 + background-color: #000; 6026 + border-radius: 2px; 6027 +} 6028 +.tooltip-arrow { 6029 + position: absolute; 6030 + width: 0; 6031 + height: 0; 6032 + border-color: transparent; 6033 + border-style: solid; 6034 +} 6035 +.tooltip.top .tooltip-arrow { 6036 + bottom: 0; 6037 + left: 50%; 6038 + margin-left: -5px; 6039 + border-width: 5px 5px 0; 6040 + border-top-color: #000; 6041 +} 6042 +.tooltip.top-left .tooltip-arrow { 6043 + bottom: 0; 6044 + right: 5px; 6045 + margin-bottom: -5px; 6046 + border-width: 5px 5px 0; 6047 + border-top-color: #000; 6048 +} 6049 +.tooltip.top-right .tooltip-arrow { 6050 + bottom: 0; 6051 + left: 5px; 6052 + margin-bottom: -5px; 6053 + border-width: 5px 5px 0; 6054 + border-top-color: #000; 6055 +} 6056 +.tooltip.right .tooltip-arrow { 6057 + top: 50%; 6058 + left: 0; 6059 + margin-top: -5px; 6060 + border-width: 5px 5px 5px 0; 6061 + border-right-color: #000; 6062 +} 6063 +.tooltip.left .tooltip-arrow { 6064 + top: 50%; 6065 + right: 0; 6066 + margin-top: -5px; 6067 + border-width: 5px 0 5px 5px; 6068 + border-left-color: #000; 6069 +} 6070 +.tooltip.bottom .tooltip-arrow { 6071 + top: 0; 6072 + left: 50%; 6073 + margin-left: -5px; 6074 + border-width: 0 5px 5px; 6075 + border-bottom-color: #000; 6076 +} 6077 +.tooltip.bottom-left .tooltip-arrow { 6078 + top: 0; 6079 + right: 5px; 6080 + margin-top: -5px; 6081 + border-width: 0 5px 5px; 6082 + border-bottom-color: #000; 6083 +} 6084 +.tooltip.bottom-right .tooltip-arrow { 6085 + top: 0; 6086 + left: 5px; 6087 + margin-top: -5px; 6088 + border-width: 0 5px 5px; 6089 + border-bottom-color: #000; 6090 +} 6091 +.popover { 6092 + position: absolute; 6093 + top: 0; 6094 + left: 0; 6095 + z-index: 1060; 6096 + display: none; 6097 + max-width: 276px; 6098 + padding: 1px; 6099 + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 6100 + font-style: normal; 6101 + font-weight: normal; 6102 + letter-spacing: normal; 6103 + line-break: auto; 6104 + line-height: 1.42857143; 6105 + text-align: left; 6106 + text-align: start; 6107 + text-decoration: none; 6108 + text-shadow: none; 6109 + text-transform: none; 6110 + white-space: normal; 6111 + word-break: normal; 6112 + word-spacing: normal; 6113 + word-wrap: normal; 6114 + font-size: 13px; 6115 + background-color: #fff; 6116 + background-clip: padding-box; 6117 + border: 1px solid #ccc; 6118 + border: 1px solid rgba(0, 0, 0, 0.2); 6119 + border-radius: 3px; 6120 + -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); 6121 + box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); 6122 +} 6123 +.popover.top { 6124 + margin-top: -10px; 6125 +} 6126 +.popover.right { 6127 + margin-left: 10px; 6128 +} 6129 +.popover.bottom { 6130 + margin-top: 10px; 6131 +} 6132 +.popover.left { 6133 + margin-left: -10px; 6134 +} 6135 +.popover-title { 6136 + margin: 0; 6137 + padding: 8px 14px; 6138 + font-size: 13px; 6139 + background-color: #f7f7f7; 6140 + border-bottom: 1px solid #ebebeb; 6141 + border-radius: 2px 2px 0 0; 6142 +} 6143 +.popover-content { 6144 + padding: 9px 14px; 6145 +} 6146 +.popover > .arrow, 6147 +.popover > .arrow:after { 6148 + position: absolute; 6149 + display: block; 6150 + width: 0; 6151 + height: 0; 6152 + border-color: transparent; 6153 + border-style: solid; 6154 +} 6155 +.popover > .arrow { 6156 + border-width: 11px; 6157 +} 6158 +.popover > .arrow:after { 6159 + border-width: 10px; 6160 + content: ""; 6161 +} 6162 +.popover.top > .arrow { 6163 + left: 50%; 6164 + margin-left: -11px; 6165 + border-bottom-width: 0; 6166 + border-top-color: #999999; 6167 + border-top-color: rgba(0, 0, 0, 0.25); 6168 + bottom: -11px; 6169 +} 6170 +.popover.top > .arrow:after { 6171 + content: " "; 6172 + bottom: 1px; 6173 + margin-left: -10px; 6174 + border-bottom-width: 0; 6175 + border-top-color: #fff; 6176 +} 6177 +.popover.right > .arrow { 6178 + top: 50%; 6179 + left: -11px; 6180 + margin-top: -11px; 6181 + border-left-width: 0; 6182 + border-right-color: #999999; 6183 + border-right-color: rgba(0, 0, 0, 0.25); 6184 +} 6185 +.popover.right > .arrow:after { 6186 + content: " "; 6187 + left: 1px; 6188 + bottom: -10px; 6189 + border-left-width: 0; 6190 + border-right-color: #fff; 6191 +} 6192 +.popover.bottom > .arrow { 6193 + left: 50%; 6194 + margin-left: -11px; 6195 + border-top-width: 0; 6196 + border-bottom-color: #999999; 6197 + border-bottom-color: rgba(0, 0, 0, 0.25); 6198 + top: -11px; 6199 +} 6200 +.popover.bottom > .arrow:after { 6201 + content: " "; 6202 + top: 1px; 6203 + margin-left: -10px; 6204 + border-top-width: 0; 6205 + border-bottom-color: #fff; 6206 +} 6207 +.popover.left > .arrow { 6208 + top: 50%; 6209 + right: -11px; 6210 + margin-top: -11px; 6211 + border-right-width: 0; 6212 + border-left-color: #999999; 6213 + border-left-color: rgba(0, 0, 0, 0.25); 6214 +} 6215 +.popover.left > .arrow:after { 6216 + content: " "; 6217 + right: 1px; 6218 + border-right-width: 0; 6219 + border-left-color: #fff; 6220 + bottom: -10px; 6221 +} 6222 +.carousel { 6223 + position: relative; 6224 +} 6225 +.carousel-inner { 6226 + position: relative; 6227 + overflow: hidden; 6228 + width: 100%; 6229 +} 6230 +.carousel-inner > .item { 6231 + display: none; 6232 + position: relative; 6233 + -webkit-transition: 0.6s ease-in-out left; 6234 + -o-transition: 0.6s ease-in-out left; 6235 + transition: 0.6s ease-in-out left; 6236 +} 6237 +.carousel-inner > .item > img, 6238 +.carousel-inner > .item > a > img { 6239 + line-height: 1; 6240 +} 6241 +@media all and (transform-3d), (-webkit-transform-3d) { 6242 + .carousel-inner > .item { 6243 + -webkit-transition: -webkit-transform 0.6s ease-in-out; 6244 + -moz-transition: -moz-transform 0.6s ease-in-out; 6245 + -o-transition: -o-transform 0.6s ease-in-out; 6246 + transition: transform 0.6s ease-in-out; 6247 + -webkit-backface-visibility: hidden; 6248 + -moz-backface-visibility: hidden; 6249 + backface-visibility: hidden; 6250 + -webkit-perspective: 1000px; 6251 + -moz-perspective: 1000px; 6252 + perspective: 1000px; 6253 + } 6254 + .carousel-inner > .item.next, 6255 + .carousel-inner > .item.active.right { 6256 + -webkit-transform: translate3d(100%, 0, 0); 6257 + transform: translate3d(100%, 0, 0); 6258 + left: 0; 6259 + } 6260 + .carousel-inner > .item.prev, 6261 + .carousel-inner > .item.active.left { 6262 + -webkit-transform: translate3d(-100%, 0, 0); 6263 + transform: translate3d(-100%, 0, 0); 6264 + left: 0; 6265 + } 6266 + .carousel-inner > .item.next.left, 6267 + .carousel-inner > .item.prev.right, 6268 + .carousel-inner > .item.active { 6269 + -webkit-transform: translate3d(0, 0, 0); 6270 + transform: translate3d(0, 0, 0); 6271 + left: 0; 6272 + } 6273 +} 6274 +.carousel-inner > .active, 6275 +.carousel-inner > .next, 6276 +.carousel-inner > .prev { 6277 + display: block; 6278 +} 6279 +.carousel-inner > .active { 6280 + left: 0; 6281 +} 6282 +.carousel-inner > .next, 6283 +.carousel-inner > .prev { 6284 + position: absolute; 6285 + top: 0; 6286 + width: 100%; 6287 +} 6288 +.carousel-inner > .next { 6289 + left: 100%; 6290 +} 6291 +.carousel-inner > .prev { 6292 + left: -100%; 6293 +} 6294 +.carousel-inner > .next.left, 6295 +.carousel-inner > .prev.right { 6296 + left: 0; 6297 +} 6298 +.carousel-inner > .active.left { 6299 + left: -100%; 6300 +} 6301 +.carousel-inner > .active.right { 6302 + left: 100%; 6303 +} 6304 +.carousel-control { 6305 + position: absolute; 6306 + top: 0; 6307 + left: 0; 6308 + bottom: 0; 6309 + width: 15%; 6310 + opacity: 0.5; 6311 + filter: alpha(opacity=50); 6312 + font-size: 20px; 6313 + color: #fff; 6314 + text-align: center; 6315 + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); 6316 + background-color: rgba(0, 0, 0, 0); 6317 +} 6318 +.carousel-control.left { 6319 + background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); 6320 + background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); 6321 + background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); 6322 + background-repeat: repeat-x; 6323 + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); 6324 +} 6325 +.carousel-control.right { 6326 + left: auto; 6327 + right: 0; 6328 + background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); 6329 + background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); 6330 + background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); 6331 + background-repeat: repeat-x; 6332 + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); 6333 +} 6334 +.carousel-control:hover, 6335 +.carousel-control:focus { 6336 + outline: 0; 6337 + color: #fff; 6338 + text-decoration: none; 6339 + opacity: 0.9; 6340 + filter: alpha(opacity=90); 6341 +} 6342 +.carousel-control .icon-prev, 6343 +.carousel-control .icon-next, 6344 +.carousel-control .glyphicon-chevron-left, 6345 +.carousel-control .glyphicon-chevron-right { 6346 + position: absolute; 6347 + top: 50%; 6348 + margin-top: -10px; 6349 + z-index: 5; 6350 + display: inline-block; 6351 +} 6352 +.carousel-control .icon-prev, 6353 +.carousel-control .glyphicon-chevron-left { 6354 + left: 50%; 6355 + margin-left: -10px; 6356 +} 6357 +.carousel-control .icon-next, 6358 +.carousel-control .glyphicon-chevron-right { 6359 + right: 50%; 6360 + margin-right: -10px; 6361 +} 6362 +.carousel-control .icon-prev, 6363 +.carousel-control .icon-next { 6364 + width: 20px; 6365 + height: 20px; 6366 + line-height: 1; 6367 + font-family: serif; 6368 +} 6369 +.carousel-control .icon-prev:before { 6370 + content: '\2039'; 6371 +} 6372 +.carousel-control .icon-next:before { 6373 + content: '\203a'; 6374 +} 6375 +.carousel-indicators { 6376 + position: absolute; 6377 + bottom: 10px; 6378 + left: 50%; 6379 + z-index: 15; 6380 + width: 60%; 6381 + margin-left: -30%; 6382 + padding-left: 0; 6383 + list-style: none; 6384 + text-align: center; 6385 +} 6386 +.carousel-indicators li { 6387 + display: inline-block; 6388 + width: 10px; 6389 + height: 10px; 6390 + margin: 1px; 6391 + text-indent: -999px; 6392 + border: 1px solid #fff; 6393 + border-radius: 10px; 6394 + cursor: pointer; 6395 + background-color: #000 \9; 6396 + background-color: rgba(0, 0, 0, 0); 6397 +} 6398 +.carousel-indicators .active { 6399 + margin: 0; 6400 + width: 12px; 6401 + height: 12px; 6402 + background-color: #fff; 6403 +} 6404 +.carousel-caption { 6405 + position: absolute; 6406 + left: 15%; 6407 + right: 15%; 6408 + bottom: 20px; 6409 + z-index: 10; 6410 + padding-top: 20px; 6411 + padding-bottom: 20px; 6412 + color: #fff; 6413 + text-align: center; 6414 + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); 6415 +} 6416 +.carousel-caption .btn { 6417 + text-shadow: none; 6418 +} 6419 +@media screen and (min-width: 768px) { 6420 + .carousel-control .glyphicon-chevron-left, 6421 + .carousel-control .glyphicon-chevron-right, 6422 + .carousel-control .icon-prev, 6423 + .carousel-control .icon-next { 6424 + width: 30px; 6425 + height: 30px; 6426 + margin-top: -10px; 6427 + font-size: 30px; 6428 + } 6429 + .carousel-control .glyphicon-chevron-left, 6430 + .carousel-control .icon-prev { 6431 + margin-left: -10px; 6432 + } 6433 + .carousel-control .glyphicon-chevron-right, 6434 + .carousel-control .icon-next { 6435 + margin-right: -10px; 6436 + } 6437 + .carousel-caption { 6438 + left: 20%; 6439 + right: 20%; 6440 + padding-bottom: 30px; 6441 + } 6442 + .carousel-indicators { 6443 + bottom: 20px; 6444 + } 6445 +} 6446 +.clearfix:before, 6447 +.clearfix:after, 6448 +.dl-horizontal dd:before, 6449 +.dl-horizontal dd:after, 6450 +.container:before, 6451 +.container:after, 6452 +.container-fluid:before, 6453 +.container-fluid:after, 6454 +.row:before, 6455 +.row:after, 6456 +.form-horizontal .form-group:before, 6457 +.form-horizontal .form-group:after, 6458 +.btn-toolbar:before, 6459 +.btn-toolbar:after, 6460 +.btn-group-vertical > .btn-group:before, 6461 +.btn-group-vertical > .btn-group:after, 6462 +.nav:before, 6463 +.nav:after, 6464 +.navbar:before, 6465 +.navbar:after, 6466 +.navbar-header:before, 6467 +.navbar-header:after, 6468 +.navbar-collapse:before, 6469 +.navbar-collapse:after, 6470 +.pager:before, 6471 +.pager:after, 6472 +.panel-body:before, 6473 +.panel-body:after, 6474 +.modal-header:before, 6475 +.modal-header:after, 6476 +.modal-footer:before, 6477 +.modal-footer:after, 6478 +.item_buttons:before, 6479 +.item_buttons:after { 6480 + content: " "; 6481 + display: table; 6482 +} 6483 +.clearfix:after, 6484 +.dl-horizontal dd:after, 6485 +.container:after, 6486 +.container-fluid:after, 6487 +.row:after, 6488 +.form-horizontal .form-group:after, 6489 +.btn-toolbar:after, 6490 +.btn-group-vertical > .btn-group:after, 6491 +.nav:after, 6492 +.navbar:after, 6493 +.navbar-header:after, 6494 +.navbar-collapse:after, 6495 +.pager:after, 6496 +.panel-body:after, 6497 +.modal-header:after, 6498 +.modal-footer:after, 6499 +.item_buttons:after { 6500 + clear: both; 6501 +} 6502 +.center-block { 6503 + display: block; 6504 + margin-left: auto; 6505 + margin-right: auto; 6506 +} 6507 +.pull-right { 6508 + float: right !important; 6509 +} 6510 +.pull-left { 6511 + float: left !important; 6512 +} 6513 +.hide { 6514 + display: none !important; 6515 +} 6516 +.show { 6517 + display: block !important; 6518 +} 6519 +.invisible { 6520 + visibility: hidden; 6521 +} 6522 +.text-hide { 6523 + font: 0/0 a; 6524 + color: transparent; 6525 + text-shadow: none; 6526 + background-color: transparent; 6527 + border: 0; 6528 +} 6529 +.hidden { 6530 + display: none !important; 6531 +} 6532 +.affix { 6533 + position: fixed; 6534 +} 6535 +@-ms-viewport { 6536 + width: device-width; 6537 +} 6538 +.visible-xs, 6539 +.visible-sm, 6540 +.visible-md, 6541 +.visible-lg { 6542 + display: none !important; 6543 +} 6544 +.visible-xs-block, 6545 +.visible-xs-inline, 6546 +.visible-xs-inline-block, 6547 +.visible-sm-block, 6548 +.visible-sm-inline, 6549 +.visible-sm-inline-block, 6550 +.visible-md-block, 6551 +.visible-md-inline, 6552 +.visible-md-inline-block, 6553 +.visible-lg-block, 6554 +.visible-lg-inline, 6555 +.visible-lg-inline-block { 6556 + display: none !important; 6557 +} 6558 +@media (max-width: 767px) { 6559 + .visible-xs { 6560 + display: block !important; 6561 + } 6562 + table.visible-xs { 6563 + display: table !important; 6564 + } 6565 + tr.visible-xs { 6566 + display: table-row !important; 6567 + } 6568 + th.visible-xs, 6569 + td.visible-xs { 6570 + display: table-cell !important; 6571 + } 6572 +} 6573 +@media (max-width: 767px) { 6574 + .visible-xs-block { 6575 + display: block !important; 6576 + } 6577 +} 6578 +@media (max-width: 767px) { 6579 + .visible-xs-inline { 6580 + display: inline !important; 6581 + } 6582 +} 6583 +@media (max-width: 767px) { 6584 + .visible-xs-inline-block { 6585 + display: inline-block !important; 6586 + } 6587 +} 6588 +@media (min-width: 768px) and (max-width: 991px) { 6589 + .visible-sm { 6590 + display: block !important; 6591 + } 6592 + table.visible-sm { 6593 + display: table !important; 6594 + } 6595 + tr.visible-sm { 6596 + display: table-row !important; 6597 + } 6598 + th.visible-sm, 6599 + td.visible-sm { 6600 + display: table-cell !important; 6601 + } 6602 +} 6603 +@media (min-width: 768px) and (max-width: 991px) { 6604 + .visible-sm-block { 6605 + display: block !important; 6606 + } 6607 +} 6608 +@media (min-width: 768px) and (max-width: 991px) { 6609 + .visible-sm-inline { 6610 + display: inline !important; 6611 + } 6612 +} 6613 +@media (min-width: 768px) and (max-width: 991px) { 6614 + .visible-sm-inline-block { 6615 + display: inline-block !important; 6616 + } 6617 +} 6618 +@media (min-width: 992px) and (max-width: 1199px) { 6619 + .visible-md { 6620 + display: block !important; 6621 + } 6622 + table.visible-md { 6623 + display: table !important; 6624 + } 6625 + tr.visible-md { 6626 + display: table-row !important; 6627 + } 6628 + th.visible-md, 6629 + td.visible-md { 6630 + display: table-cell !important; 6631 + } 6632 +} 6633 +@media (min-width: 992px) and (max-width: 1199px) { 6634 + .visible-md-block { 6635 + display: block !important; 6636 + } 6637 +} 6638 +@media (min-width: 992px) and (max-width: 1199px) { 6639 + .visible-md-inline { 6640 + display: inline !important; 6641 + } 6642 +} 6643 +@media (min-width: 992px) and (max-width: 1199px) { 6644 + .visible-md-inline-block { 6645 + display: inline-block !important; 6646 + } 6647 +} 6648 +@media (min-width: 1200px) { 6649 + .visible-lg { 6650 + display: block !important; 6651 + } 6652 + table.visible-lg { 6653 + display: table !important; 6654 + } 6655 + tr.visible-lg { 6656 + display: table-row !important; 6657 + } 6658 + th.visible-lg, 6659 + td.visible-lg { 6660 + display: table-cell !important; 6661 + } 6662 +} 6663 +@media (min-width: 1200px) { 6664 + .visible-lg-block { 6665 + display: block !important; 6666 + } 6667 +} 6668 +@media (min-width: 1200px) { 6669 + .visible-lg-inline { 6670 + display: inline !important; 6671 + } 6672 +} 6673 +@media (min-width: 1200px) { 6674 + .visible-lg-inline-block { 6675 + display: inline-block !important; 6676 + } 6677 +} 6678 +@media (max-width: 767px) { 6679 + .hidden-xs { 6680 + display: none !important; 6681 + } 6682 +} 6683 +@media (min-width: 768px) and (max-width: 991px) { 6684 + .hidden-sm { 6685 + display: none !important; 6686 + } 6687 +} 6688 +@media (min-width: 992px) and (max-width: 1199px) { 6689 + .hidden-md { 6690 + display: none !important; 6691 + } 6692 +} 6693 +@media (min-width: 1200px) { 6694 + .hidden-lg { 6695 + display: none !important; 6696 + } 6697 +} 6698 +.visible-print { 6699 + display: none !important; 6700 +} 6701 +@media print { 6702 + .visible-print { 6703 + display: block !important; 6704 + } 6705 + table.visible-print { 6706 + display: table !important; 6707 + } 6708 + tr.visible-print { 6709 + display: table-row !important; 6710 + } 6711 + th.visible-print, 6712 + td.visible-print { 6713 + display: table-cell !important; 6714 + } 6715 +} 6716 +.visible-print-block { 6717 + display: none !important; 6718 +} 6719 +@media print { 6720 + .visible-print-block { 6721 + display: block !important; 6722 + } 6723 +} 6724 +.visible-print-inline { 6725 + display: none !important; 6726 +} 6727 +@media print { 6728 + .visible-print-inline { 6729 + display: inline !important; 6730 + } 6731 +} 6732 +.visible-print-inline-block { 6733 + display: none !important; 6734 +} 6735 +@media print { 6736 + .visible-print-inline-block { 6737 + display: inline-block !important; 6738 + } 6739 +} 6740 +@media print { 6741 + .hidden-print { 6742 + display: none !important; 6743 + } 6744 +} 6745 +/*! 6746 +* 6747 +* Font Awesome 6748 +* 6749 +*/ 6750 +/*! 6751 + * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome 6752 + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) 6753 + */ 6754 +/* FONT PATH 6755 + * -------------------------- */ 6756 +@font-face { 6757 + font-family: 'FontAwesome'; 6758 + src: url('../components/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0'); 6759 + src: url('../components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../components/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../components/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../components/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg'); 6760 + font-weight: normal; 6761 + font-style: normal; 6762 +} 6763 +.fa { 6764 + display: inline-block; 6765 + font: normal normal normal 14px/1 FontAwesome; 6766 + font-size: inherit; 6767 + text-rendering: auto; 6768 + -webkit-font-smoothing: antialiased; 6769 + -moz-osx-font-smoothing: grayscale; 6770 +} 6771 +/* makes the font 33% larger relative to the icon container */ 6772 +.fa-lg { 6773 + font-size: 1.33333333em; 6774 + line-height: 0.75em; 6775 + vertical-align: -15%; 6776 +} 6777 +.fa-2x { 6778 + font-size: 2em; 6779 +} 6780 +.fa-3x { 6781 + font-size: 3em; 6782 +} 6783 +.fa-4x { 6784 + font-size: 4em; 6785 +} 6786 +.fa-5x { 6787 + font-size: 5em; 6788 +} 6789 +.fa-fw { 6790 + width: 1.28571429em; 6791 + text-align: center; 6792 +} 6793 +.fa-ul { 6794 + padding-left: 0; 6795 + margin-left: 2.14285714em; 6796 + list-style-type: none; 6797 +} 6798 +.fa-ul > li { 6799 + position: relative; 6800 +} 6801 +.fa-li { 6802 + position: absolute; 6803 + left: -2.14285714em; 6804 + width: 2.14285714em; 6805 + top: 0.14285714em; 6806 + text-align: center; 6807 +} 6808 +.fa-li.fa-lg { 6809 + left: -1.85714286em; 6810 +} 6811 +.fa-border { 6812 + padding: .2em .25em .15em; 6813 + border: solid 0.08em #eee; 6814 + border-radius: .1em; 6815 +} 6816 +.fa-pull-left { 6817 + float: left; 6818 +} 6819 +.fa-pull-right { 6820 + float: right; 6821 +} 6822 +.fa.fa-pull-left { 6823 + margin-right: .3em; 6824 +} 6825 +.fa.fa-pull-right { 6826 + margin-left: .3em; 6827 +} 6828 +/* Deprecated as of 4.4.0 */ 6829 +.pull-right { 6830 + float: right; 6831 +} 6832 +.pull-left { 6833 + float: left; 6834 +} 6835 +.fa.pull-left { 6836 + margin-right: .3em; 6837 +} 6838 +.fa.pull-right { 6839 + margin-left: .3em; 6840 +} 6841 +.fa-spin { 6842 + -webkit-animation: fa-spin 2s infinite linear; 6843 + animation: fa-spin 2s infinite linear; 6844 +} 6845 +.fa-pulse { 6846 + -webkit-animation: fa-spin 1s infinite steps(8); 6847 + animation: fa-spin 1s infinite steps(8); 6848 +} 6849 +@-webkit-keyframes fa-spin { 6850 + 0% { 6851 + -webkit-transform: rotate(0deg); 6852 + transform: rotate(0deg); 6853 + } 6854 + 100% { 6855 + -webkit-transform: rotate(359deg); 6856 + transform: rotate(359deg); 6857 + } 6858 +} 6859 +@keyframes fa-spin { 6860 + 0% { 6861 + -webkit-transform: rotate(0deg); 6862 + transform: rotate(0deg); 6863 + } 6864 + 100% { 6865 + -webkit-transform: rotate(359deg); 6866 + transform: rotate(359deg); 6867 + } 6868 +} 6869 +.fa-rotate-90 { 6870 + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; 6871 + -webkit-transform: rotate(90deg); 6872 + -ms-transform: rotate(90deg); 6873 + transform: rotate(90deg); 6874 +} 6875 +.fa-rotate-180 { 6876 + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; 6877 + -webkit-transform: rotate(180deg); 6878 + -ms-transform: rotate(180deg); 6879 + transform: rotate(180deg); 6880 +} 6881 +.fa-rotate-270 { 6882 + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; 6883 + -webkit-transform: rotate(270deg); 6884 + -ms-transform: rotate(270deg); 6885 + transform: rotate(270deg); 6886 +} 6887 +.fa-flip-horizontal { 6888 + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; 6889 + -webkit-transform: scale(-1, 1); 6890 + -ms-transform: scale(-1, 1); 6891 + transform: scale(-1, 1); 6892 +} 6893 +.fa-flip-vertical { 6894 + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; 6895 + -webkit-transform: scale(1, -1); 6896 + -ms-transform: scale(1, -1); 6897 + transform: scale(1, -1); 6898 +} 6899 +:root .fa-rotate-90, 6900 +:root .fa-rotate-180, 6901 +:root .fa-rotate-270, 6902 +:root .fa-flip-horizontal, 6903 +:root .fa-flip-vertical { 6904 + filter: none; 6905 +} 6906 +.fa-stack { 6907 + position: relative; 6908 + display: inline-block; 6909 + width: 2em; 6910 + height: 2em; 6911 + line-height: 2em; 6912 + vertical-align: middle; 6913 +} 6914 +.fa-stack-1x, 6915 +.fa-stack-2x { 6916 + position: absolute; 6917 + left: 0; 6918 + width: 100%; 6919 + text-align: center; 6920 +} 6921 +.fa-stack-1x { 6922 + line-height: inherit; 6923 +} 6924 +.fa-stack-2x { 6925 + font-size: 2em; 6926 +} 6927 +.fa-inverse { 6928 + color: #fff; 6929 +} 6930 +/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen 6931 + readers do not read off random characters that represent icons */ 6932 +.fa-glass:before { 6933 + content: "\f000"; 6934 +} 6935 +.fa-music:before { 6936 + content: "\f001"; 6937 +} 6938 +.fa-search:before { 6939 + content: "\f002"; 6940 +} 6941 +.fa-envelope-o:before { 6942 + content: "\f003"; 6943 +} 6944 +.fa-heart:before { 6945 + content: "\f004"; 6946 +} 6947 +.fa-star:before { 6948 + content: "\f005"; 6949 +} 6950 +.fa-star-o:before { 6951 + content: "\f006"; 6952 +} 6953 +.fa-user:before { 6954 + content: "\f007"; 6955 +} 6956 +.fa-film:before { 6957 + content: "\f008"; 6958 +} 6959 +.fa-th-large:before { 6960 + content: "\f009"; 6961 +} 6962 +.fa-th:before { 6963 + content: "\f00a"; 6964 +} 6965 +.fa-th-list:before { 6966 + content: "\f00b"; 6967 +} 6968 +.fa-check:before { 6969 + content: "\f00c"; 6970 +} 6971 +.fa-remove:before, 6972 +.fa-close:before, 6973 +.fa-times:before { 6974 + content: "\f00d"; 6975 +} 6976 +.fa-search-plus:before { 6977 + content: "\f00e"; 6978 +} 6979 +.fa-search-minus:before { 6980 + content: "\f010"; 6981 +} 6982 +.fa-power-off:before { 6983 + content: "\f011"; 6984 +} 6985 +.fa-signal:before { 6986 + content: "\f012"; 6987 +} 6988 +.fa-gear:before, 6989 +.fa-cog:before { 6990 + content: "\f013"; 6991 +} 6992 +.fa-trash-o:before { 6993 + content: "\f014"; 6994 +} 6995 +.fa-home:before { 6996 + content: "\f015"; 6997 +} 6998 +.fa-file-o:before { 6999 + content: "\f016"; 7000 +} 7001 +.fa-clock-o:before { 7002 + content: "\f017"; 7003 +} 7004 +.fa-road:before { 7005 + content: "\f018"; 7006 +} 7007 +.fa-download:before { 7008 + content: "\f019"; 7009 +} 7010 +.fa-arrow-circle-o-down:before { 7011 + content: "\f01a"; 7012 +} 7013 +.fa-arrow-circle-o-up:before { 7014 + content: "\f01b"; 7015 +} 7016 +.fa-inbox:before { 7017 + content: "\f01c"; 7018 +} 7019 +.fa-play-circle-o:before { 7020 + content: "\f01d"; 7021 +} 7022 +.fa-rotate-right:before, 7023 +.fa-repeat:before { 7024 + content: "\f01e"; 7025 +} 7026 +.fa-refresh:before { 7027 + content: "\f021"; 7028 +} 7029 +.fa-list-alt:before { 7030 + content: "\f022"; 7031 +} 7032 +.fa-lock:before { 7033 + content: "\f023"; 7034 +} 7035 +.fa-flag:before { 7036 + content: "\f024"; 7037 +} 7038 +.fa-headphones:before { 7039 + content: "\f025"; 7040 +} 7041 +.fa-volume-off:before { 7042 + content: "\f026"; 7043 +} 7044 +.fa-volume-down:before { 7045 + content: "\f027"; 7046 +} 7047 +.fa-volume-up:before { 7048 + content: "\f028"; 7049 +} 7050 +.fa-qrcode:before { 7051 + content: "\f029"; 7052 +} 7053 +.fa-barcode:before { 7054 + content: "\f02a"; 7055 +} 7056 +.fa-tag:before { 7057 + content: "\f02b"; 7058 +} 7059 +.fa-tags:before { 7060 + content: "\f02c"; 7061 +} 7062 +.fa-book:before { 7063 + content: "\f02d"; 7064 +} 7065 +.fa-bookmark:before { 7066 + content: "\f02e"; 7067 +} 7068 +.fa-print:before { 7069 + content: "\f02f"; 7070 +} 7071 +.fa-camera:before { 7072 + content: "\f030"; 7073 +} 7074 +.fa-font:before { 7075 + content: "\f031"; 7076 +} 7077 +.fa-bold:before { 7078 + content: "\f032"; 7079 +} 7080 +.fa-italic:before { 7081 + content: "\f033"; 7082 +} 7083 +.fa-text-height:before { 7084 + content: "\f034"; 7085 +} 7086 +.fa-text-width:before { 7087 + content: "\f035"; 7088 +} 7089 +.fa-align-left:before { 7090 + content: "\f036"; 7091 +} 7092 +.fa-align-center:before { 7093 + content: "\f037"; 7094 +} 7095 +.fa-align-right:before { 7096 + content: "\f038"; 7097 +} 7098 +.fa-align-justify:before { 7099 + content: "\f039"; 7100 +} 7101 +.fa-list:before { 7102 + content: "\f03a"; 7103 +} 7104 +.fa-dedent:before, 7105 +.fa-outdent:before { 7106 + content: "\f03b"; 7107 +} 7108 +.fa-indent:before { 7109 + content: "\f03c"; 7110 +} 7111 +.fa-video-camera:before { 7112 + content: "\f03d"; 7113 +} 7114 +.fa-photo:before, 7115 +.fa-image:before, 7116 +.fa-picture-o:before { 7117 + content: "\f03e"; 7118 +} 7119 +.fa-pencil:before { 7120 + content: "\f040"; 7121 +} 7122 +.fa-map-marker:before { 7123 + content: "\f041"; 7124 +} 7125 +.fa-adjust:before { 7126 + content: "\f042"; 7127 +} 7128 +.fa-tint:before { 7129 + content: "\f043"; 7130 +} 7131 +.fa-edit:before, 7132 +.fa-pencil-square-o:before { 7133 + content: "\f044"; 7134 +} 7135 +.fa-share-square-o:before { 7136 + content: "\f045"; 7137 +} 7138 +.fa-check-square-o:before { 7139 + content: "\f046"; 7140 +} 7141 +.fa-arrows:before { 7142 + content: "\f047"; 7143 +} 7144 +.fa-step-backward:before { 7145 + content: "\f048"; 7146 +} 7147 +.fa-fast-backward:before { 7148 + content: "\f049"; 7149 +} 7150 +.fa-backward:before { 7151 + content: "\f04a"; 7152 +} 7153 +.fa-play:before { 7154 + content: "\f04b"; 7155 +} 7156 +.fa-pause:before { 7157 + content: "\f04c"; 7158 +} 7159 +.fa-stop:before { 7160 + content: "\f04d"; 7161 +} 7162 +.fa-forward:before { 7163 + content: "\f04e"; 7164 +} 7165 +.fa-fast-forward:before { 7166 + content: "\f050"; 7167 +} 7168 +.fa-step-forward:before { 7169 + content: "\f051"; 7170 +} 7171 +.fa-eject:before { 7172 + content: "\f052"; 7173 +} 7174 +.fa-chevron-left:before { 7175 + content: "\f053"; 7176 +} 7177 +.fa-chevron-right:before { 7178 + content: "\f054"; 7179 +} 7180 +.fa-plus-circle:before { 7181 + content: "\f055"; 7182 +} 7183 +.fa-minus-circle:before { 7184 + content: "\f056"; 7185 +} 7186 +.fa-times-circle:before { 7187 + content: "\f057"; 7188 +} 7189 +.fa-check-circle:before { 7190 + content: "\f058"; 7191 +} 7192 +.fa-question-circle:before { 7193 + content: "\f059"; 7194 +} 7195 +.fa-info-circle:before { 7196 + content: "\f05a"; 7197 +} 7198 +.fa-crosshairs:before { 7199 + content: "\f05b"; 7200 +} 7201 +.fa-times-circle-o:before { 7202 + content: "\f05c"; 7203 +} 7204 +.fa-check-circle-o:before { 7205 + content: "\f05d"; 7206 +} 7207 +.fa-ban:before { 7208 + content: "\f05e"; 7209 +} 7210 +.fa-arrow-left:before { 7211 + content: "\f060"; 7212 +} 7213 +.fa-arrow-right:before { 7214 + content: "\f061"; 7215 +} 7216 +.fa-arrow-up:before { 7217 + content: "\f062"; 7218 +} 7219 +.fa-arrow-down:before { 7220 + content: "\f063"; 7221 +} 7222 +.fa-mail-forward:before, 7223 +.fa-share:before { 7224 + content: "\f064"; 7225 +} 7226 +.fa-expand:before { 7227 + content: "\f065"; 7228 +} 7229 +.fa-compress:before { 7230 + content: "\f066"; 7231 +} 7232 +.fa-plus:before { 7233 + content: "\f067"; 7234 +} 7235 +.fa-minus:before { 7236 + content: "\f068"; 7237 +} 7238 +.fa-asterisk:before { 7239 + content: "\f069"; 7240 +} 7241 +.fa-exclamation-circle:before { 7242 + content: "\f06a"; 7243 +} 7244 +.fa-gift:before { 7245 + content: "\f06b"; 7246 +} 7247 +.fa-leaf:before { 7248 + content: "\f06c"; 7249 +} 7250 +.fa-fire:before { 7251 + content: "\f06d"; 7252 +} 7253 +.fa-eye:before { 7254 + content: "\f06e"; 7255 +} 7256 +.fa-eye-slash:before { 7257 + content: "\f070"; 7258 +} 7259 +.fa-warning:before, 7260 +.fa-exclamation-triangle:before { 7261 + content: "\f071"; 7262 +} 7263 +.fa-plane:before { 7264 + content: "\f072"; 7265 +} 7266 +.fa-calendar:before { 7267 + content: "\f073"; 7268 +} 7269 +.fa-random:before { 7270 + content: "\f074"; 7271 +} 7272 +.fa-comment:before { 7273 + content: "\f075"; 7274 +} 7275 +.fa-magnet:before { 7276 + content: "\f076"; 7277 +} 7278 +.fa-chevron-up:before { 7279 + content: "\f077"; 7280 +} 7281 +.fa-chevron-down:before { 7282 + content: "\f078"; 7283 +} 7284 +.fa-retweet:before { 7285 + content: "\f079"; 7286 +} 7287 +.fa-shopping-cart:before { 7288 + content: "\f07a"; 7289 +} 7290 +.fa-folder:before { 7291 + content: "\f07b"; 7292 +} 7293 +.fa-folder-open:before { 7294 + content: "\f07c"; 7295 +} 7296 +.fa-arrows-v:before { 7297 + content: "\f07d"; 7298 +} 7299 +.fa-arrows-h:before { 7300 + content: "\f07e"; 7301 +} 7302 +.fa-bar-chart-o:before, 7303 +.fa-bar-chart:before { 7304 + content: "\f080"; 7305 +} 7306 +.fa-twitter-square:before { 7307 + content: "\f081"; 7308 +} 7309 +.fa-facebook-square:before { 7310 + content: "\f082"; 7311 +} 7312 +.fa-camera-retro:before { 7313 + content: "\f083"; 7314 +} 7315 +.fa-key:before { 7316 + content: "\f084"; 7317 +} 7318 +.fa-gears:before, 7319 +.fa-cogs:before { 7320 + content: "\f085"; 7321 +} 7322 +.fa-comments:before { 7323 + content: "\f086"; 7324 +} 7325 +.fa-thumbs-o-up:before { 7326 + content: "\f087"; 7327 +} 7328 +.fa-thumbs-o-down:before { 7329 + content: "\f088"; 7330 +} 7331 +.fa-star-half:before { 7332 + content: "\f089"; 7333 +} 7334 +.fa-heart-o:before { 7335 + content: "\f08a"; 7336 +} 7337 +.fa-sign-out:before { 7338 + content: "\f08b"; 7339 +} 7340 +.fa-linkedin-square:before { 7341 + content: "\f08c"; 7342 +} 7343 +.fa-thumb-tack:before { 7344 + content: "\f08d"; 7345 +} 7346 +.fa-external-link:before { 7347 + content: "\f08e"; 7348 +} 7349 +.fa-sign-in:before { 7350 + content: "\f090"; 7351 +} 7352 +.fa-trophy:before { 7353 + content: "\f091"; 7354 +} 7355 +.fa-github-square:before { 7356 + content: "\f092"; 7357 +} 7358 +.fa-upload:before { 7359 + content: "\f093"; 7360 +} 7361 +.fa-lemon-o:before { 7362 + content: "\f094"; 7363 +} 7364 +.fa-phone:before { 7365 + content: "\f095"; 7366 +} 7367 +.fa-square-o:before { 7368 + content: "\f096"; 7369 +} 7370 +.fa-bookmark-o:before { 7371 + content: "\f097"; 7372 +} 7373 +.fa-phone-square:before { 7374 + content: "\f098"; 7375 +} 7376 +.fa-twitter:before { 7377 + content: "\f099"; 7378 +} 7379 +.fa-facebook-f:before, 7380 +.fa-facebook:before { 7381 + content: "\f09a"; 7382 +} 7383 +.fa-github:before { 7384 + content: "\f09b"; 7385 +} 7386 +.fa-unlock:before { 7387 + content: "\f09c"; 7388 +} 7389 +.fa-credit-card:before { 7390 + content: "\f09d"; 7391 +} 7392 +.fa-feed:before, 7393 +.fa-rss:before { 7394 + content: "\f09e"; 7395 +} 7396 +.fa-hdd-o:before { 7397 + content: "\f0a0"; 7398 +} 7399 +.fa-bullhorn:before { 7400 + content: "\f0a1"; 7401 +} 7402 +.fa-bell:before { 7403 + content: "\f0f3"; 7404 +} 7405 +.fa-certificate:before { 7406 + content: "\f0a3"; 7407 +} 7408 +.fa-hand-o-right:before { 7409 + content: "\f0a4"; 7410 +} 7411 +.fa-hand-o-left:before { 7412 + content: "\f0a5"; 7413 +} 7414 +.fa-hand-o-up:before { 7415 + content: "\f0a6"; 7416 +} 7417 +.fa-hand-o-down:before { 7418 + content: "\f0a7"; 7419 +} 7420 +.fa-arrow-circle-left:before { 7421 + content: "\f0a8"; 7422 +} 7423 +.fa-arrow-circle-right:before { 7424 + content: "\f0a9"; 7425 +} 7426 +.fa-arrow-circle-up:before { 7427 + content: "\f0aa"; 7428 +} 7429 +.fa-arrow-circle-down:before { 7430 + content: "\f0ab"; 7431 +} 7432 +.fa-globe:before { 7433 + content: "\f0ac"; 7434 +} 7435 +.fa-wrench:before { 7436 + content: "\f0ad"; 7437 +} 7438 +.fa-tasks:before { 7439 + content: "\f0ae"; 7440 +} 7441 +.fa-filter:before { 7442 + content: "\f0b0"; 7443 +} 7444 +.fa-briefcase:before { 7445 + content: "\f0b1"; 7446 +} 7447 +.fa-arrows-alt:before { 7448 + content: "\f0b2"; 7449 +} 7450 +.fa-group:before, 7451 +.fa-users:before { 7452 + content: "\f0c0"; 7453 +} 7454 +.fa-chain:before, 7455 +.fa-link:before { 7456 + content: "\f0c1"; 7457 +} 7458 +.fa-cloud:before { 7459 + content: "\f0c2"; 7460 +} 7461 +.fa-flask:before { 7462 + content: "\f0c3"; 7463 +} 7464 +.fa-cut:before, 7465 +.fa-scissors:before { 7466 + content: "\f0c4"; 7467 +} 7468 +.fa-copy:before, 7469 +.fa-files-o:before { 7470 + content: "\f0c5"; 7471 +} 7472 +.fa-paperclip:before { 7473 + content: "\f0c6"; 7474 +} 7475 +.fa-save:before, 7476 +.fa-floppy-o:before { 7477 + content: "\f0c7"; 7478 +} 7479 +.fa-square:before { 7480 + content: "\f0c8"; 7481 +} 7482 +.fa-navicon:before, 7483 +.fa-reorder:before, 7484 +.fa-bars:before { 7485 + content: "\f0c9"; 7486 +} 7487 +.fa-list-ul:before { 7488 + content: "\f0ca"; 7489 +} 7490 +.fa-list-ol:before { 7491 + content: "\f0cb"; 7492 +} 7493 +.fa-strikethrough:before { 7494 + content: "\f0cc"; 7495 +} 7496 +.fa-underline:before { 7497 + content: "\f0cd"; 7498 +} 7499 +.fa-table:before { 7500 + content: "\f0ce"; 7501 +} 7502 +.fa-magic:before { 7503 + content: "\f0d0"; 7504 +} 7505 +.fa-truck:before { 7506 + content: "\f0d1"; 7507 +} 7508 +.fa-pinterest:before { 7509 + content: "\f0d2"; 7510 +} 7511 +.fa-pinterest-square:before { 7512 + content: "\f0d3"; 7513 +} 7514 +.fa-google-plus-square:before { 7515 + content: "\f0d4"; 7516 +} 7517 +.fa-google-plus:before { 7518 + content: "\f0d5"; 7519 +} 7520 +.fa-money:before { 7521 + content: "\f0d6"; 7522 +} 7523 +.fa-caret-down:before { 7524 + content: "\f0d7"; 7525 +} 7526 +.fa-caret-up:before { 7527 + content: "\f0d8"; 7528 +} 7529 +.fa-caret-left:before { 7530 + content: "\f0d9"; 7531 +} 7532 +.fa-caret-right:before { 7533 + content: "\f0da"; 7534 +} 7535 +.fa-columns:before { 7536 + content: "\f0db"; 7537 +} 7538 +.fa-unsorted:before, 7539 +.fa-sort:before { 7540 + content: "\f0dc"; 7541 +} 7542 +.fa-sort-down:before, 7543 +.fa-sort-desc:before { 7544 + content: "\f0dd"; 7545 +} 7546 +.fa-sort-up:before, 7547 +.fa-sort-asc:before { 7548 + content: "\f0de"; 7549 +} 7550 +.fa-envelope:before { 7551 + content: "\f0e0"; 7552 +} 7553 +.fa-linkedin:before { 7554 + content: "\f0e1"; 7555 +} 7556 +.fa-rotate-left:before, 7557 +.fa-undo:before { 7558 + content: "\f0e2"; 7559 +} 7560 +.fa-legal:before, 7561 +.fa-gavel:before { 7562 + content: "\f0e3"; 7563 +} 7564 +.fa-dashboard:before, 7565 +.fa-tachometer:before { 7566 + content: "\f0e4"; 7567 +} 7568 +.fa-comment-o:before { 7569 + content: "\f0e5"; 7570 +} 7571 +.fa-comments-o:before { 7572 + content: "\f0e6"; 7573 +} 7574 +.fa-flash:before, 7575 +.fa-bolt:before { 7576 + content: "\f0e7"; 7577 +} 7578 +.fa-sitemap:before { 7579 + content: "\f0e8"; 7580 +} 7581 +.fa-umbrella:before { 7582 + content: "\f0e9"; 7583 +} 7584 +.fa-paste:before, 7585 +.fa-clipboard:before { 7586 + content: "\f0ea"; 7587 +} 7588 +.fa-lightbulb-o:before { 7589 + content: "\f0eb"; 7590 +} 7591 +.fa-exchange:before { 7592 + content: "\f0ec"; 7593 +} 7594 +.fa-cloud-download:before { 7595 + content: "\f0ed"; 7596 +} 7597 +.fa-cloud-upload:before { 7598 + content: "\f0ee"; 7599 +} 7600 +.fa-user-md:before { 7601 + content: "\f0f0"; 7602 +} 7603 +.fa-stethoscope:before { 7604 + content: "\f0f1"; 7605 +} 7606 +.fa-suitcase:before { 7607 + content: "\f0f2"; 7608 +} 7609 +.fa-bell-o:before { 7610 + content: "\f0a2"; 7611 +} 7612 +.fa-coffee:before { 7613 + content: "\f0f4"; 7614 +} 7615 +.fa-cutlery:before { 7616 + content: "\f0f5"; 7617 +} 7618 +.fa-file-text-o:before { 7619 + content: "\f0f6"; 7620 +} 7621 +.fa-building-o:before { 7622 + content: "\f0f7"; 7623 +} 7624 +.fa-hospital-o:before { 7625 + content: "\f0f8"; 7626 +} 7627 +.fa-ambulance:before { 7628 + content: "\f0f9"; 7629 +} 7630 +.fa-medkit:before { 7631 + content: "\f0fa"; 7632 +} 7633 +.fa-fighter-jet:before { 7634 + content: "\f0fb"; 7635 +} 7636 +.fa-beer:before { 7637 + content: "\f0fc"; 7638 +} 7639 +.fa-h-square:before { 7640 + content: "\f0fd"; 7641 +} 7642 +.fa-plus-square:before { 7643 + content: "\f0fe"; 7644 +} 7645 +.fa-angle-double-left:before { 7646 + content: "\f100"; 7647 +} 7648 +.fa-angle-double-right:before { 7649 + content: "\f101"; 7650 +} 7651 +.fa-angle-double-up:before { 7652 + content: "\f102"; 7653 +} 7654 +.fa-angle-double-down:before { 7655 + content: "\f103"; 7656 +} 7657 +.fa-angle-left:before { 7658 + content: "\f104"; 7659 +} 7660 +.fa-angle-right:before { 7661 + content: "\f105"; 7662 +} 7663 +.fa-angle-up:before { 7664 + content: "\f106"; 7665 +} 7666 +.fa-angle-down:before { 7667 + content: "\f107"; 7668 +} 7669 +.fa-desktop:before { 7670 + content: "\f108"; 7671 +} 7672 +.fa-laptop:before { 7673 + content: "\f109"; 7674 +} 7675 +.fa-tablet:before { 7676 + content: "\f10a"; 7677 +} 7678 +.fa-mobile-phone:before, 7679 +.fa-mobile:before { 7680 + content: "\f10b"; 7681 +} 7682 +.fa-circle-o:before { 7683 + content: "\f10c"; 7684 +} 7685 +.fa-quote-left:before { 7686 + content: "\f10d"; 7687 +} 7688 +.fa-quote-right:before { 7689 + content: "\f10e"; 7690 +} 7691 +.fa-spinner:before { 7692 + content: "\f110"; 7693 +} 7694 +.fa-circle:before { 7695 + content: "\f111"; 7696 +} 7697 +.fa-mail-reply:before, 7698 +.fa-reply:before { 7699 + content: "\f112"; 7700 +} 7701 +.fa-github-alt:before { 7702 + content: "\f113"; 7703 +} 7704 +.fa-folder-o:before { 7705 + content: "\f114"; 7706 +} 7707 +.fa-folder-open-o:before { 7708 + content: "\f115"; 7709 +} 7710 +.fa-smile-o:before { 7711 + content: "\f118"; 7712 +} 7713 +.fa-frown-o:before { 7714 + content: "\f119"; 7715 +} 7716 +.fa-meh-o:before { 7717 + content: "\f11a"; 7718 +} 7719 +.fa-gamepad:before { 7720 + content: "\f11b"; 7721 +} 7722 +.fa-keyboard-o:before { 7723 + content: "\f11c"; 7724 +} 7725 +.fa-flag-o:before { 7726 + content: "\f11d"; 7727 +} 7728 +.fa-flag-checkered:before { 7729 + content: "\f11e"; 7730 +} 7731 +.fa-terminal:before { 7732 + content: "\f120"; 7733 +} 7734 +.fa-code:before { 7735 + content: "\f121"; 7736 +} 7737 +.fa-mail-reply-all:before, 7738 +.fa-reply-all:before { 7739 + content: "\f122"; 7740 +} 7741 +.fa-star-half-empty:before, 7742 +.fa-star-half-full:before, 7743 +.fa-star-half-o:before { 7744 + content: "\f123"; 7745 +} 7746 +.fa-location-arrow:before { 7747 + content: "\f124"; 7748 +} 7749 +.fa-crop:before { 7750 + content: "\f125"; 7751 +} 7752 +.fa-code-fork:before { 7753 + content: "\f126"; 7754 +} 7755 +.fa-unlink:before, 7756 +.fa-chain-broken:before { 7757 + content: "\f127"; 7758 +} 7759 +.fa-question:before { 7760 + content: "\f128"; 7761 +} 7762 +.fa-info:before { 7763 + content: "\f129"; 7764 +} 7765 +.fa-exclamation:before { 7766 + content: "\f12a"; 7767 +} 7768 +.fa-superscript:before { 7769 + content: "\f12b"; 7770 +} 7771 +.fa-subscript:before { 7772 + content: "\f12c"; 7773 +} 7774 +.fa-eraser:before { 7775 + content: "\f12d"; 7776 +} 7777 +.fa-puzzle-piece:before { 7778 + content: "\f12e"; 7779 +} 7780 +.fa-microphone:before { 7781 + content: "\f130"; 7782 +} 7783 +.fa-microphone-slash:before { 7784 + content: "\f131"; 7785 +} 7786 +.fa-shield:before { 7787 + content: "\f132"; 7788 +} 7789 +.fa-calendar-o:before { 7790 + content: "\f133"; 7791 +} 7792 +.fa-fire-extinguisher:before { 7793 + content: "\f134"; 7794 +} 7795 +.fa-rocket:before { 7796 + content: "\f135"; 7797 +} 7798 +.fa-maxcdn:before { 7799 + content: "\f136"; 7800 +} 7801 +.fa-chevron-circle-left:before { 7802 + content: "\f137"; 7803 +} 7804 +.fa-chevron-circle-right:before { 7805 + content: "\f138"; 7806 +} 7807 +.fa-chevron-circle-up:before { 7808 + content: "\f139"; 7809 +} 7810 +.fa-chevron-circle-down:before { 7811 + content: "\f13a"; 7812 +} 7813 +.fa-html5:before { 7814 + content: "\f13b"; 7815 +} 7816 +.fa-css3:before { 7817 + content: "\f13c"; 7818 +} 7819 +.fa-anchor:before { 7820 + content: "\f13d"; 7821 +} 7822 +.fa-unlock-alt:before { 7823 + content: "\f13e"; 7824 +} 7825 +.fa-bullseye:before { 7826 + content: "\f140"; 7827 +} 7828 +.fa-ellipsis-h:before { 7829 + content: "\f141"; 7830 +} 7831 +.fa-ellipsis-v:before { 7832 + content: "\f142"; 7833 +} 7834 +.fa-rss-square:before { 7835 + content: "\f143"; 7836 +} 7837 +.fa-play-circle:before { 7838 + content: "\f144"; 7839 +} 7840 +.fa-ticket:before { 7841 + content: "\f145"; 7842 +} 7843 +.fa-minus-square:before { 7844 + content: "\f146"; 7845 +} 7846 +.fa-minus-square-o:before { 7847 + content: "\f147"; 7848 +} 7849 +.fa-level-up:before { 7850 + content: "\f148"; 7851 +} 7852 +.fa-level-down:before { 7853 + content: "\f149"; 7854 +} 7855 +.fa-check-square:before { 7856 + content: "\f14a"; 7857 +} 7858 +.fa-pencil-square:before { 7859 + content: "\f14b"; 7860 +} 7861 +.fa-external-link-square:before { 7862 + content: "\f14c"; 7863 +} 7864 +.fa-share-square:before { 7865 + content: "\f14d"; 7866 +} 7867 +.fa-compass:before { 7868 + content: "\f14e"; 7869 +} 7870 +.fa-toggle-down:before, 7871 +.fa-caret-square-o-down:before { 7872 + content: "\f150"; 7873 +} 7874 +.fa-toggle-up:before, 7875 +.fa-caret-square-o-up:before { 7876 + content: "\f151"; 7877 +} 7878 +.fa-toggle-right:before, 7879 +.fa-caret-square-o-right:before { 7880 + content: "\f152"; 7881 +} 7882 +.fa-euro:before, 7883 +.fa-eur:before { 7884 + content: "\f153"; 7885 +} 7886 +.fa-gbp:before { 7887 + content: "\f154"; 7888 +} 7889 +.fa-dollar:before, 7890 +.fa-usd:before { 7891 + content: "\f155"; 7892 +} 7893 +.fa-rupee:before, 7894 +.fa-inr:before { 7895 + content: "\f156"; 7896 +} 7897 +.fa-cny:before, 7898 +.fa-rmb:before, 7899 +.fa-yen:before, 7900 +.fa-jpy:before { 7901 + content: "\f157"; 7902 +} 7903 +.fa-ruble:before, 7904 +.fa-rouble:before, 7905 +.fa-rub:before { 7906 + content: "\f158"; 7907 +} 7908 +.fa-won:before, 7909 +.fa-krw:before { 7910 + content: "\f159"; 7911 +} 7912 +.fa-bitcoin:before, 7913 +.fa-btc:before { 7914 + content: "\f15a"; 7915 +} 7916 +.fa-file:before { 7917 + content: "\f15b"; 7918 +} 7919 +.fa-file-text:before { 7920 + content: "\f15c"; 7921 +} 7922 +.fa-sort-alpha-asc:before { 7923 + content: "\f15d"; 7924 +} 7925 +.fa-sort-alpha-desc:before { 7926 + content: "\f15e"; 7927 +} 7928 +.fa-sort-amount-asc:before { 7929 + content: "\f160"; 7930 +} 7931 +.fa-sort-amount-desc:before { 7932 + content: "\f161"; 7933 +} 7934 +.fa-sort-numeric-asc:before { 7935 + content: "\f162"; 7936 +} 7937 +.fa-sort-numeric-desc:before { 7938 + content: "\f163"; 7939 +} 7940 +.fa-thumbs-up:before { 7941 + content: "\f164"; 7942 +} 7943 +.fa-thumbs-down:before { 7944 + content: "\f165"; 7945 +} 7946 +.fa-youtube-square:before { 7947 + content: "\f166"; 7948 +} 7949 +.fa-youtube:before { 7950 + content: "\f167"; 7951 +} 7952 +.fa-xing:before { 7953 + content: "\f168"; 7954 +} 7955 +.fa-xing-square:before { 7956 + content: "\f169"; 7957 +} 7958 +.fa-youtube-play:before { 7959 + content: "\f16a"; 7960 +} 7961 +.fa-dropbox:before { 7962 + content: "\f16b"; 7963 +} 7964 +.fa-stack-overflow:before { 7965 + content: "\f16c"; 7966 +} 7967 +.fa-instagram:before { 7968 + content: "\f16d"; 7969 +} 7970 +.fa-flickr:before { 7971 + content: "\f16e"; 7972 +} 7973 +.fa-adn:before { 7974 + content: "\f170"; 7975 +} 7976 +.fa-bitbucket:before { 7977 + content: "\f171"; 7978 +} 7979 +.fa-bitbucket-square:before { 7980 + content: "\f172"; 7981 +} 7982 +.fa-tumblr:before { 7983 + content: "\f173"; 7984 +} 7985 +.fa-tumblr-square:before { 7986 + content: "\f174"; 7987 +} 7988 +.fa-long-arrow-down:before { 7989 + content: "\f175"; 7990 +} 7991 +.fa-long-arrow-up:before { 7992 + content: "\f176"; 7993 +} 7994 +.fa-long-arrow-left:before { 7995 + content: "\f177"; 7996 +} 7997 +.fa-long-arrow-right:before { 7998 + content: "\f178"; 7999 +} 8000 +.fa-apple:before { 8001 + content: "\f179"; 8002 +} 8003 +.fa-windows:before { 8004 + content: "\f17a"; 8005 +} 8006 +.fa-android:before { 8007 + content: "\f17b"; 8008 +} 8009 +.fa-linux:before { 8010 + content: "\f17c"; 8011 +} 8012 +.fa-dribbble:before { 8013 + content: "\f17d"; 8014 +} 8015 +.fa-skype:before { 8016 + content: "\f17e"; 8017 +} 8018 +.fa-foursquare:before { 8019 + content: "\f180"; 8020 +} 8021 +.fa-trello:before { 8022 + content: "\f181"; 8023 +} 8024 +.fa-female:before { 8025 + content: "\f182"; 8026 +} 8027 +.fa-male:before { 8028 + content: "\f183"; 8029 +} 8030 +.fa-gittip:before, 8031 +.fa-gratipay:before { 8032 + content: "\f184"; 8033 +} 8034 +.fa-sun-o:before { 8035 + content: "\f185"; 8036 +} 8037 +.fa-moon-o:before { 8038 + content: "\f186"; 8039 +} 8040 +.fa-archive:before { 8041 + content: "\f187"; 8042 +} 8043 +.fa-bug:before { 8044 + content: "\f188"; 8045 +} 8046 +.fa-vk:before { 8047 + content: "\f189"; 8048 +} 8049 +.fa-weibo:before { 8050 + content: "\f18a"; 8051 +} 8052 +.fa-renren:before { 8053 + content: "\f18b"; 8054 +} 8055 +.fa-pagelines:before { 8056 + content: "\f18c"; 8057 +} 8058 +.fa-stack-exchange:before { 8059 + content: "\f18d"; 8060 +} 8061 +.fa-arrow-circle-o-right:before { 8062 + content: "\f18e"; 8063 +} 8064 +.fa-arrow-circle-o-left:before { 8065 + content: "\f190"; 8066 +} 8067 +.fa-toggle-left:before, 8068 +.fa-caret-square-o-left:before { 8069 + content: "\f191"; 8070 +} 8071 +.fa-dot-circle-o:before { 8072 + content: "\f192"; 8073 +} 8074 +.fa-wheelchair:before { 8075 + content: "\f193"; 8076 +} 8077 +.fa-vimeo-square:before { 8078 + content: "\f194"; 8079 +} 8080 +.fa-turkish-lira:before, 8081 +.fa-try:before { 8082 + content: "\f195"; 8083 +} 8084 +.fa-plus-square-o:before { 8085 + content: "\f196"; 8086 +} 8087 +.fa-space-shuttle:before { 8088 + content: "\f197"; 8089 +} 8090 +.fa-slack:before { 8091 + content: "\f198"; 8092 +} 8093 +.fa-envelope-square:before { 8094 + content: "\f199"; 8095 +} 8096 +.fa-wordpress:before { 8097 + content: "\f19a"; 8098 +} 8099 +.fa-openid:before { 8100 + content: "\f19b"; 8101 +} 8102 +.fa-institution:before, 8103 +.fa-bank:before, 8104 +.fa-university:before { 8105 + content: "\f19c"; 8106 +} 8107 +.fa-mortar-board:before, 8108 +.fa-graduation-cap:before { 8109 + content: "\f19d"; 8110 +} 8111 +.fa-yahoo:before { 8112 + content: "\f19e"; 8113 +} 8114 +.fa-google:before { 8115 + content: "\f1a0"; 8116 +} 8117 +.fa-reddit:before { 8118 + content: "\f1a1"; 8119 +} 8120 +.fa-reddit-square:before { 8121 + content: "\f1a2"; 8122 +} 8123 +.fa-stumbleupon-circle:before { 8124 + content: "\f1a3"; 8125 +} 8126 +.fa-stumbleupon:before { 8127 + content: "\f1a4"; 8128 +} 8129 +.fa-delicious:before { 8130 + content: "\f1a5"; 8131 +} 8132 +.fa-digg:before { 8133 + content: "\f1a6"; 8134 +} 8135 +.fa-pied-piper-pp:before { 8136 + content: "\f1a7"; 8137 +} 8138 +.fa-pied-piper-alt:before { 8139 + content: "\f1a8"; 8140 +} 8141 +.fa-drupal:before { 8142 + content: "\f1a9"; 8143 +} 8144 +.fa-joomla:before { 8145 + content: "\f1aa"; 8146 +} 8147 +.fa-language:before { 8148 + content: "\f1ab"; 8149 +} 8150 +.fa-fax:before { 8151 + content: "\f1ac"; 8152 +} 8153 +.fa-building:before { 8154 + content: "\f1ad"; 8155 +} 8156 +.fa-child:before { 8157 + content: "\f1ae"; 8158 +} 8159 +.fa-paw:before { 8160 + content: "\f1b0"; 8161 +} 8162 +.fa-spoon:before { 8163 + content: "\f1b1"; 8164 +} 8165 +.fa-cube:before { 8166 + content: "\f1b2"; 8167 +} 8168 +.fa-cubes:before { 8169 + content: "\f1b3"; 8170 +} 8171 +.fa-behance:before { 8172 + content: "\f1b4"; 8173 +} 8174 +.fa-behance-square:before { 8175 + content: "\f1b5"; 8176 +} 8177 +.fa-steam:before { 8178 + content: "\f1b6"; 8179 +} 8180 +.fa-steam-square:before { 8181 + content: "\f1b7"; 8182 +} 8183 +.fa-recycle:before { 8184 + content: "\f1b8"; 8185 +} 8186 +.fa-automobile:before, 8187 +.fa-car:before { 8188 + content: "\f1b9"; 8189 +} 8190 +.fa-cab:before, 8191 +.fa-taxi:before { 8192 + content: "\f1ba"; 8193 +} 8194 +.fa-tree:before { 8195 + content: "\f1bb"; 8196 +} 8197 +.fa-spotify:before { 8198 + content: "\f1bc"; 8199 +} 8200 +.fa-deviantart:before { 8201 + content: "\f1bd"; 8202 +} 8203 +.fa-soundcloud:before { 8204 + content: "\f1be"; 8205 +} 8206 +.fa-database:before { 8207 + content: "\f1c0"; 8208 +} 8209 +.fa-file-pdf-o:before { 8210 + content: "\f1c1"; 8211 +} 8212 +.fa-file-word-o:before { 8213 + content: "\f1c2"; 8214 +} 8215 +.fa-file-excel-o:before { 8216 + content: "\f1c3"; 8217 +} 8218 +.fa-file-powerpoint-o:before { 8219 + content: "\f1c4"; 8220 +} 8221 +.fa-file-photo-o:before, 8222 +.fa-file-picture-o:before, 8223 +.fa-file-image-o:before { 8224 + content: "\f1c5"; 8225 +} 8226 +.fa-file-zip-o:before, 8227 +.fa-file-archive-o:before { 8228 + content: "\f1c6"; 8229 +} 8230 +.fa-file-sound-o:before, 8231 +.fa-file-audio-o:before { 8232 + content: "\f1c7"; 8233 +} 8234 +.fa-file-movie-o:before, 8235 +.fa-file-video-o:before { 8236 + content: "\f1c8"; 8237 +} 8238 +.fa-file-code-o:before { 8239 + content: "\f1c9"; 8240 +} 8241 +.fa-vine:before { 8242 + content: "\f1ca"; 8243 +} 8244 +.fa-codepen:before { 8245 + content: "\f1cb"; 8246 +} 8247 +.fa-jsfiddle:before { 8248 + content: "\f1cc"; 8249 +} 8250 +.fa-life-bouy:before, 8251 +.fa-life-buoy:before, 8252 +.fa-life-saver:before, 8253 +.fa-support:before, 8254 +.fa-life-ring:before { 8255 + content: "\f1cd"; 8256 +} 8257 +.fa-circle-o-notch:before { 8258 + content: "\f1ce"; 8259 +} 8260 +.fa-ra:before, 8261 +.fa-resistance:before, 8262 +.fa-rebel:before { 8263 + content: "\f1d0"; 8264 +} 8265 +.fa-ge:before, 8266 +.fa-empire:before { 8267 + content: "\f1d1"; 8268 +} 8269 +.fa-git-square:before { 8270 + content: "\f1d2"; 8271 +} 8272 +.fa-git:before { 8273 + content: "\f1d3"; 8274 +} 8275 +.fa-y-combinator-square:before, 8276 +.fa-yc-square:before, 8277 +.fa-hacker-news:before { 8278 + content: "\f1d4"; 8279 +} 8280 +.fa-tencent-weibo:before { 8281 + content: "\f1d5"; 8282 +} 8283 +.fa-qq:before { 8284 + content: "\f1d6"; 8285 +} 8286 +.fa-wechat:before, 8287 +.fa-weixin:before { 8288 + content: "\f1d7"; 8289 +} 8290 +.fa-send:before, 8291 +.fa-paper-plane:before { 8292 + content: "\f1d8"; 8293 +} 8294 +.fa-send-o:before, 8295 +.fa-paper-plane-o:before { 8296 + content: "\f1d9"; 8297 +} 8298 +.fa-history:before { 8299 + content: "\f1da"; 8300 +} 8301 +.fa-circle-thin:before { 8302 + content: "\f1db"; 8303 +} 8304 +.fa-header:before { 8305 + content: "\f1dc"; 8306 +} 8307 +.fa-paragraph:before { 8308 + content: "\f1dd"; 8309 +} 8310 +.fa-sliders:before { 8311 + content: "\f1de"; 8312 +} 8313 +.fa-share-alt:before { 8314 + content: "\f1e0"; 8315 +} 8316 +.fa-share-alt-square:before { 8317 + content: "\f1e1"; 8318 +} 8319 +.fa-bomb:before { 8320 + content: "\f1e2"; 8321 +} 8322 +.fa-soccer-ball-o:before, 8323 +.fa-futbol-o:before { 8324 + content: "\f1e3"; 8325 +} 8326 +.fa-tty:before { 8327 + content: "\f1e4"; 8328 +} 8329 +.fa-binoculars:before { 8330 + content: "\f1e5"; 8331 +} 8332 +.fa-plug:before { 8333 + content: "\f1e6"; 8334 +} 8335 +.fa-slideshare:before { 8336 + content: "\f1e7"; 8337 +} 8338 +.fa-twitch:before { 8339 + content: "\f1e8"; 8340 +} 8341 +.fa-yelp:before { 8342 + content: "\f1e9"; 8343 +} 8344 +.fa-newspaper-o:before { 8345 + content: "\f1ea"; 8346 +} 8347 +.fa-wifi:before { 8348 + content: "\f1eb"; 8349 +} 8350 +.fa-calculator:before { 8351 + content: "\f1ec"; 8352 +} 8353 +.fa-paypal:before { 8354 + content: "\f1ed"; 8355 +} 8356 +.fa-google-wallet:before { 8357 + content: "\f1ee"; 8358 +} 8359 +.fa-cc-visa:before { 8360 + content: "\f1f0"; 8361 +} 8362 +.fa-cc-mastercard:before { 8363 + content: "\f1f1"; 8364 +} 8365 +.fa-cc-discover:before { 8366 + content: "\f1f2"; 8367 +} 8368 +.fa-cc-amex:before { 8369 + content: "\f1f3"; 8370 +} 8371 +.fa-cc-paypal:before { 8372 + content: "\f1f4"; 8373 +} 8374 +.fa-cc-stripe:before { 8375 + content: "\f1f5"; 8376 +} 8377 +.fa-bell-slash:before { 8378 + content: "\f1f6"; 8379 +} 8380 +.fa-bell-slash-o:before { 8381 + content: "\f1f7"; 8382 +} 8383 +.fa-trash:before { 8384 + content: "\f1f8"; 8385 +} 8386 +.fa-copyright:before { 8387 + content: "\f1f9"; 8388 +} 8389 +.fa-at:before { 8390 + content: "\f1fa"; 8391 +} 8392 +.fa-eyedropper:before { 8393 + content: "\f1fb"; 8394 +} 8395 +.fa-paint-brush:before { 8396 + content: "\f1fc"; 8397 +} 8398 +.fa-birthday-cake:before { 8399 + content: "\f1fd"; 8400 +} 8401 +.fa-area-chart:before { 8402 + content: "\f1fe"; 8403 +} 8404 +.fa-pie-chart:before { 8405 + content: "\f200"; 8406 +} 8407 +.fa-line-chart:before { 8408 + content: "\f201"; 8409 +} 8410 +.fa-lastfm:before { 8411 + content: "\f202"; 8412 +} 8413 +.fa-lastfm-square:before { 8414 + content: "\f203"; 8415 +} 8416 +.fa-toggle-off:before { 8417 + content: "\f204"; 8418 +} 8419 +.fa-toggle-on:before { 8420 + content: "\f205"; 8421 +} 8422 +.fa-bicycle:before { 8423 + content: "\f206"; 8424 +} 8425 +.fa-bus:before { 8426 + content: "\f207"; 8427 +} 8428 +.fa-ioxhost:before { 8429 + content: "\f208"; 8430 +} 8431 +.fa-angellist:before { 8432 + content: "\f209"; 8433 +} 8434 +.fa-cc:before { 8435 + content: "\f20a"; 8436 +} 8437 +.fa-shekel:before, 8438 +.fa-sheqel:before, 8439 +.fa-ils:before { 8440 + content: "\f20b"; 8441 +} 8442 +.fa-meanpath:before { 8443 + content: "\f20c"; 8444 +} 8445 +.fa-buysellads:before { 8446 + content: "\f20d"; 8447 +} 8448 +.fa-connectdevelop:before { 8449 + content: "\f20e"; 8450 +} 8451 +.fa-dashcube:before { 8452 + content: "\f210"; 8453 +} 8454 +.fa-forumbee:before { 8455 + content: "\f211"; 8456 +} 8457 +.fa-leanpub:before { 8458 + content: "\f212"; 8459 +} 8460 +.fa-sellsy:before { 8461 + content: "\f213"; 8462 +} 8463 +.fa-shirtsinbulk:before { 8464 + content: "\f214"; 8465 +} 8466 +.fa-simplybuilt:before { 8467 + content: "\f215"; 8468 +} 8469 +.fa-skyatlas:before { 8470 + content: "\f216"; 8471 +} 8472 +.fa-cart-plus:before { 8473 + content: "\f217"; 8474 +} 8475 +.fa-cart-arrow-down:before { 8476 + content: "\f218"; 8477 +} 8478 +.fa-diamond:before { 8479 + content: "\f219"; 8480 +} 8481 +.fa-ship:before { 8482 + content: "\f21a"; 8483 +} 8484 +.fa-user-secret:before { 8485 + content: "\f21b"; 8486 +} 8487 +.fa-motorcycle:before { 8488 + content: "\f21c"; 8489 +} 8490 +.fa-street-view:before { 8491 + content: "\f21d"; 8492 +} 8493 +.fa-heartbeat:before { 8494 + content: "\f21e"; 8495 +} 8496 +.fa-venus:before { 8497 + content: "\f221"; 8498 +} 8499 +.fa-mars:before { 8500 + content: "\f222"; 8501 +} 8502 +.fa-mercury:before { 8503 + content: "\f223"; 8504 +} 8505 +.fa-intersex:before, 8506 +.fa-transgender:before { 8507 + content: "\f224"; 8508 +} 8509 +.fa-transgender-alt:before { 8510 + content: "\f225"; 8511 +} 8512 +.fa-venus-double:before { 8513 + content: "\f226"; 8514 +} 8515 +.fa-mars-double:before { 8516 + content: "\f227"; 8517 +} 8518 +.fa-venus-mars:before { 8519 + content: "\f228"; 8520 +} 8521 +.fa-mars-stroke:before { 8522 + content: "\f229"; 8523 +} 8524 +.fa-mars-stroke-v:before { 8525 + content: "\f22a"; 8526 +} 8527 +.fa-mars-stroke-h:before { 8528 + content: "\f22b"; 8529 +} 8530 +.fa-neuter:before { 8531 + content: "\f22c"; 8532 +} 8533 +.fa-genderless:before { 8534 + content: "\f22d"; 8535 +} 8536 +.fa-facebook-official:before { 8537 + content: "\f230"; 8538 +} 8539 +.fa-pinterest-p:before { 8540 + content: "\f231"; 8541 +} 8542 +.fa-whatsapp:before { 8543 + content: "\f232"; 8544 +} 8545 +.fa-server:before { 8546 + content: "\f233"; 8547 +} 8548 +.fa-user-plus:before { 8549 + content: "\f234"; 8550 +} 8551 +.fa-user-times:before { 8552 + content: "\f235"; 8553 +} 8554 +.fa-hotel:before, 8555 +.fa-bed:before { 8556 + content: "\f236"; 8557 +} 8558 +.fa-viacoin:before { 8559 + content: "\f237"; 8560 +} 8561 +.fa-train:before { 8562 + content: "\f238"; 8563 +} 8564 +.fa-subway:before { 8565 + content: "\f239"; 8566 +} 8567 +.fa-medium:before { 8568 + content: "\f23a"; 8569 +} 8570 +.fa-yc:before, 8571 +.fa-y-combinator:before { 8572 + content: "\f23b"; 8573 +} 8574 +.fa-optin-monster:before { 8575 + content: "\f23c"; 8576 +} 8577 +.fa-opencart:before { 8578 + content: "\f23d"; 8579 +} 8580 +.fa-expeditedssl:before { 8581 + content: "\f23e"; 8582 +} 8583 +.fa-battery-4:before, 8584 +.fa-battery:before, 8585 +.fa-battery-full:before { 8586 + content: "\f240"; 8587 +} 8588 +.fa-battery-3:before, 8589 +.fa-battery-three-quarters:before { 8590 + content: "\f241"; 8591 +} 8592 +.fa-battery-2:before, 8593 +.fa-battery-half:before { 8594 + content: "\f242"; 8595 +} 8596 +.fa-battery-1:before, 8597 +.fa-battery-quarter:before { 8598 + content: "\f243"; 8599 +} 8600 +.fa-battery-0:before, 8601 +.fa-battery-empty:before { 8602 + content: "\f244"; 8603 +} 8604 +.fa-mouse-pointer:before { 8605 + content: "\f245"; 8606 +} 8607 +.fa-i-cursor:before { 8608 + content: "\f246"; 8609 +} 8610 +.fa-object-group:before { 8611 + content: "\f247"; 8612 +} 8613 +.fa-object-ungroup:before { 8614 + content: "\f248"; 8615 +} 8616 +.fa-sticky-note:before { 8617 + content: "\f249"; 8618 +} 8619 +.fa-sticky-note-o:before { 8620 + content: "\f24a"; 8621 +} 8622 +.fa-cc-jcb:before { 8623 + content: "\f24b"; 8624 +} 8625 +.fa-cc-diners-club:before { 8626 + content: "\f24c"; 8627 +} 8628 +.fa-clone:before { 8629 + content: "\f24d"; 8630 +} 8631 +.fa-balance-scale:before { 8632 + content: "\f24e"; 8633 +} 8634 +.fa-hourglass-o:before { 8635 + content: "\f250"; 8636 +} 8637 +.fa-hourglass-1:before, 8638 +.fa-hourglass-start:before { 8639 + content: "\f251"; 8640 +} 8641 +.fa-hourglass-2:before, 8642 +.fa-hourglass-half:before { 8643 + content: "\f252"; 8644 +} 8645 +.fa-hourglass-3:before, 8646 +.fa-hourglass-end:before { 8647 + content: "\f253"; 8648 +} 8649 +.fa-hourglass:before { 8650 + content: "\f254"; 8651 +} 8652 +.fa-hand-grab-o:before, 8653 +.fa-hand-rock-o:before { 8654 + content: "\f255"; 8655 +} 8656 +.fa-hand-stop-o:before, 8657 +.fa-hand-paper-o:before { 8658 + content: "\f256"; 8659 +} 8660 +.fa-hand-scissors-o:before { 8661 + content: "\f257"; 8662 +} 8663 +.fa-hand-lizard-o:before { 8664 + content: "\f258"; 8665 +} 8666 +.fa-hand-spock-o:before { 8667 + content: "\f259"; 8668 +} 8669 +.fa-hand-pointer-o:before { 8670 + content: "\f25a"; 8671 +} 8672 +.fa-hand-peace-o:before { 8673 + content: "\f25b"; 8674 +} 8675 +.fa-trademark:before { 8676 + content: "\f25c"; 8677 +} 8678 +.fa-registered:before { 8679 + content: "\f25d"; 8680 +} 8681 +.fa-creative-commons:before { 8682 + content: "\f25e"; 8683 +} 8684 +.fa-gg:before { 8685 + content: "\f260"; 8686 +} 8687 +.fa-gg-circle:before { 8688 + content: "\f261"; 8689 +} 8690 +.fa-tripadvisor:before { 8691 + content: "\f262"; 8692 +} 8693 +.fa-odnoklassniki:before { 8694 + content: "\f263"; 8695 +} 8696 +.fa-odnoklassniki-square:before { 8697 + content: "\f264"; 8698 +} 8699 +.fa-get-pocket:before { 8700 + content: "\f265"; 8701 +} 8702 +.fa-wikipedia-w:before { 8703 + content: "\f266"; 8704 +} 8705 +.fa-safari:before { 8706 + content: "\f267"; 8707 +} 8708 +.fa-chrome:before { 8709 + content: "\f268"; 8710 +} 8711 +.fa-firefox:before { 8712 + content: "\f269"; 8713 +} 8714 +.fa-opera:before { 8715 + content: "\f26a"; 8716 +} 8717 +.fa-internet-explorer:before { 8718 + content: "\f26b"; 8719 +} 8720 +.fa-tv:before, 8721 +.fa-television:before { 8722 + content: "\f26c"; 8723 +} 8724 +.fa-contao:before { 8725 + content: "\f26d"; 8726 +} 8727 +.fa-500px:before { 8728 + content: "\f26e"; 8729 +} 8730 +.fa-amazon:before { 8731 + content: "\f270"; 8732 +} 8733 +.fa-calendar-plus-o:before { 8734 + content: "\f271"; 8735 +} 8736 +.fa-calendar-minus-o:before { 8737 + content: "\f272"; 8738 +} 8739 +.fa-calendar-times-o:before { 8740 + content: "\f273"; 8741 +} 8742 +.fa-calendar-check-o:before { 8743 + content: "\f274"; 8744 +} 8745 +.fa-industry:before { 8746 + content: "\f275"; 8747 +} 8748 +.fa-map-pin:before { 8749 + content: "\f276"; 8750 +} 8751 +.fa-map-signs:before { 8752 + content: "\f277"; 8753 +} 8754 +.fa-map-o:before { 8755 + content: "\f278"; 8756 +} 8757 +.fa-map:before { 8758 + content: "\f279"; 8759 +} 8760 +.fa-commenting:before { 8761 + content: "\f27a"; 8762 +} 8763 +.fa-commenting-o:before { 8764 + content: "\f27b"; 8765 +} 8766 +.fa-houzz:before { 8767 + content: "\f27c"; 8768 +} 8769 +.fa-vimeo:before { 8770 + content: "\f27d"; 8771 +} 8772 +.fa-black-tie:before { 8773 + content: "\f27e"; 8774 +} 8775 +.fa-fonticons:before { 8776 + content: "\f280"; 8777 +} 8778 +.fa-reddit-alien:before { 8779 + content: "\f281"; 8780 +} 8781 +.fa-edge:before { 8782 + content: "\f282"; 8783 +} 8784 +.fa-credit-card-alt:before { 8785 + content: "\f283"; 8786 +} 8787 +.fa-codiepie:before { 8788 + content: "\f284"; 8789 +} 8790 +.fa-modx:before { 8791 + content: "\f285"; 8792 +} 8793 +.fa-fort-awesome:before { 8794 + content: "\f286"; 8795 +} 8796 +.fa-usb:before { 8797 + content: "\f287"; 8798 +} 8799 +.fa-product-hunt:before { 8800 + content: "\f288"; 8801 +} 8802 +.fa-mixcloud:before { 8803 + content: "\f289"; 8804 +} 8805 +.fa-scribd:before { 8806 + content: "\f28a"; 8807 +} 8808 +.fa-pause-circle:before { 8809 + content: "\f28b"; 8810 +} 8811 +.fa-pause-circle-o:before { 8812 + content: "\f28c"; 8813 +} 8814 +.fa-stop-circle:before { 8815 + content: "\f28d"; 8816 +} 8817 +.fa-stop-circle-o:before { 8818 + content: "\f28e"; 8819 +} 8820 +.fa-shopping-bag:before { 8821 + content: "\f290"; 8822 +} 8823 +.fa-shopping-basket:before { 8824 + content: "\f291"; 8825 +} 8826 +.fa-hashtag:before { 8827 + content: "\f292"; 8828 +} 8829 +.fa-bluetooth:before { 8830 + content: "\f293"; 8831 +} 8832 +.fa-bluetooth-b:before { 8833 + content: "\f294"; 8834 +} 8835 +.fa-percent:before { 8836 + content: "\f295"; 8837 +} 8838 +.fa-gitlab:before { 8839 + content: "\f296"; 8840 +} 8841 +.fa-wpbeginner:before { 8842 + content: "\f297"; 8843 +} 8844 +.fa-wpforms:before { 8845 + content: "\f298"; 8846 +} 8847 +.fa-envira:before { 8848 + content: "\f299"; 8849 +} 8850 +.fa-universal-access:before { 8851 + content: "\f29a"; 8852 +} 8853 +.fa-wheelchair-alt:before { 8854 + content: "\f29b"; 8855 +} 8856 +.fa-question-circle-o:before { 8857 + content: "\f29c"; 8858 +} 8859 +.fa-blind:before { 8860 + content: "\f29d"; 8861 +} 8862 +.fa-audio-description:before { 8863 + content: "\f29e"; 8864 +} 8865 +.fa-volume-control-phone:before { 8866 + content: "\f2a0"; 8867 +} 8868 +.fa-braille:before { 8869 + content: "\f2a1"; 8870 +} 8871 +.fa-assistive-listening-systems:before { 8872 + content: "\f2a2"; 8873 +} 8874 +.fa-asl-interpreting:before, 8875 +.fa-american-sign-language-interpreting:before { 8876 + content: "\f2a3"; 8877 +} 8878 +.fa-deafness:before, 8879 +.fa-hard-of-hearing:before, 8880 +.fa-deaf:before { 8881 + content: "\f2a4"; 8882 +} 8883 +.fa-glide:before { 8884 + content: "\f2a5"; 8885 +} 8886 +.fa-glide-g:before { 8887 + content: "\f2a6"; 8888 +} 8889 +.fa-signing:before, 8890 +.fa-sign-language:before { 8891 + content: "\f2a7"; 8892 +} 8893 +.fa-low-vision:before { 8894 + content: "\f2a8"; 8895 +} 8896 +.fa-viadeo:before { 8897 + content: "\f2a9"; 8898 +} 8899 +.fa-viadeo-square:before { 8900 + content: "\f2aa"; 8901 +} 8902 +.fa-snapchat:before { 8903 + content: "\f2ab"; 8904 +} 8905 +.fa-snapchat-ghost:before { 8906 + content: "\f2ac"; 8907 +} 8908 +.fa-snapchat-square:before { 8909 + content: "\f2ad"; 8910 +} 8911 +.fa-pied-piper:before { 8912 + content: "\f2ae"; 8913 +} 8914 +.fa-first-order:before { 8915 + content: "\f2b0"; 8916 +} 8917 +.fa-yoast:before { 8918 + content: "\f2b1"; 8919 +} 8920 +.fa-themeisle:before { 8921 + content: "\f2b2"; 8922 +} 8923 +.fa-google-plus-circle:before, 8924 +.fa-google-plus-official:before { 8925 + content: "\f2b3"; 8926 +} 8927 +.fa-fa:before, 8928 +.fa-font-awesome:before { 8929 + content: "\f2b4"; 8930 +} 8931 +.fa-handshake-o:before { 8932 + content: "\f2b5"; 8933 +} 8934 +.fa-envelope-open:before { 8935 + content: "\f2b6"; 8936 +} 8937 +.fa-envelope-open-o:before { 8938 + content: "\f2b7"; 8939 +} 8940 +.fa-linode:before { 8941 + content: "\f2b8"; 8942 +} 8943 +.fa-address-book:before { 8944 + content: "\f2b9"; 8945 +} 8946 +.fa-address-book-o:before { 8947 + content: "\f2ba"; 8948 +} 8949 +.fa-vcard:before, 8950 +.fa-address-card:before { 8951 + content: "\f2bb"; 8952 +} 8953 +.fa-vcard-o:before, 8954 +.fa-address-card-o:before { 8955 + content: "\f2bc"; 8956 +} 8957 +.fa-user-circle:before { 8958 + content: "\f2bd"; 8959 +} 8960 +.fa-user-circle-o:before { 8961 + content: "\f2be"; 8962 +} 8963 +.fa-user-o:before { 8964 + content: "\f2c0"; 8965 +} 8966 +.fa-id-badge:before { 8967 + content: "\f2c1"; 8968 +} 8969 +.fa-drivers-license:before, 8970 +.fa-id-card:before { 8971 + content: "\f2c2"; 8972 +} 8973 +.fa-drivers-license-o:before, 8974 +.fa-id-card-o:before { 8975 + content: "\f2c3"; 8976 +} 8977 +.fa-quora:before { 8978 + content: "\f2c4"; 8979 +} 8980 +.fa-free-code-camp:before { 8981 + content: "\f2c5"; 8982 +} 8983 +.fa-telegram:before { 8984 + content: "\f2c6"; 8985 +} 8986 +.fa-thermometer-4:before, 8987 +.fa-thermometer:before, 8988 +.fa-thermometer-full:before { 8989 + content: "\f2c7"; 8990 +} 8991 +.fa-thermometer-3:before, 8992 +.fa-thermometer-three-quarters:before { 8993 + content: "\f2c8"; 8994 +} 8995 +.fa-thermometer-2:before, 8996 +.fa-thermometer-half:before { 8997 + content: "\f2c9"; 8998 +} 8999 +.fa-thermometer-1:before, 9000 +.fa-thermometer-quarter:before { 9001 + content: "\f2ca"; 9002 +} 9003 +.fa-thermometer-0:before, 9004 +.fa-thermometer-empty:before { 9005 + content: "\f2cb"; 9006 +} 9007 +.fa-shower:before { 9008 + content: "\f2cc"; 9009 +} 9010 +.fa-bathtub:before, 9011 +.fa-s15:before, 9012 +.fa-bath:before { 9013 + content: "\f2cd"; 9014 +} 9015 +.fa-podcast:before { 9016 + content: "\f2ce"; 9017 +} 9018 +.fa-window-maximize:before { 9019 + content: "\f2d0"; 9020 +} 9021 +.fa-window-minimize:before { 9022 + content: "\f2d1"; 9023 +} 9024 +.fa-window-restore:before { 9025 + content: "\f2d2"; 9026 +} 9027 +.fa-times-rectangle:before, 9028 +.fa-window-close:before { 9029 + content: "\f2d3"; 9030 +} 9031 +.fa-times-rectangle-o:before, 9032 +.fa-window-close-o:before { 9033 + content: "\f2d4"; 9034 +} 9035 +.fa-bandcamp:before { 9036 + content: "\f2d5"; 9037 +} 9038 +.fa-grav:before { 9039 + content: "\f2d6"; 9040 +} 9041 +.fa-etsy:before { 9042 + content: "\f2d7"; 9043 +} 9044 +.fa-imdb:before { 9045 + content: "\f2d8"; 9046 +} 9047 +.fa-ravelry:before { 9048 + content: "\f2d9"; 9049 +} 9050 +.fa-eercast:before { 9051 + content: "\f2da"; 9052 +} 9053 +.fa-microchip:before { 9054 + content: "\f2db"; 9055 +} 9056 +.fa-snowflake-o:before { 9057 + content: "\f2dc"; 9058 +} 9059 +.fa-superpowers:before { 9060 + content: "\f2dd"; 9061 +} 9062 +.fa-wpexplorer:before { 9063 + content: "\f2de"; 9064 +} 9065 +.fa-meetup:before { 9066 + content: "\f2e0"; 9067 +} 9068 +.sr-only { 9069 + position: absolute; 9070 + width: 1px; 9071 + height: 1px; 9072 + padding: 0; 9073 + margin: -1px; 9074 + overflow: hidden; 9075 + clip: rect(0, 0, 0, 0); 9076 + border: 0; 9077 +} 9078 +.sr-only-focusable:active, 9079 +.sr-only-focusable:focus { 9080 + position: static; 9081 + width: auto; 9082 + height: auto; 9083 + margin: 0; 9084 + overflow: visible; 9085 + clip: auto; 9086 +} 9087 +.sr-only-focusable:active, 9088 +.sr-only-focusable:focus { 9089 + position: static; 9090 + width: auto; 9091 + height: auto; 9092 + margin: 0; 9093 + overflow: visible; 9094 + clip: auto; 9095 +} 9096 +/*! 9097 +* 9098 +* IPython base 9099 +* 9100 +*/ 9101 +.modal.fade .modal-dialog { 9102 + -webkit-transform: translate(0, 0); 9103 + -ms-transform: translate(0, 0); 9104 + -o-transform: translate(0, 0); 9105 + transform: translate(0, 0); 9106 +} 9107 +code { 9108 + color: #000; 9109 +} 9110 +pre { 9111 + font-size: inherit; 9112 + line-height: inherit; 9113 +} 9114 +label { 9115 + font-weight: normal; 9116 +} 9117 +/* Make the page background atleast 100% the height of the view port */ 9118 +/* Make the page itself atleast 70% the height of the view port */ 9119 +.border-box-sizing { 9120 + box-sizing: border-box; 9121 + -moz-box-sizing: border-box; 9122 + -webkit-box-sizing: border-box; 9123 +} 9124 +.corner-all { 9125 + border-radius: 2px; 9126 +} 9127 +.no-padding { 9128 + padding: 0px; 9129 +} 9130 +/* Flexible box model classes */ 9131 +/* Taken from Alex Russell http://infrequently.org/2009/08/css-3-progress/ */ 9132 +/* This file is a compatability layer. It allows the usage of flexible box 9133 +model layouts accross multiple browsers, including older browsers. The newest, 9134 +universal implementation of the flexible box model is used when available (see 9135 +`Modern browsers` comments below). Browsers that are known to implement this 9136 +new spec completely include: 17 17 18 -Approximate Earth surface exposed to solar irradiance can be calculated from $\pi\cdot r^2$. This can be though of as a disc (plane) facing the sun (i.e. perpendicular to the rays) that is illuminated by sunlight. 9138 + Firefox 28.0+ 9139 + Chrome 29.0+ 9140 + Internet Explorer 11+ 9141 + Opera 17.0+ 19 19 20 -```python 21 -earth_disc_surface = math.pi * equatorial_radius**2 22 -print('irradated surface area: ', earth_disc_surface,'m^2') 23 -``` 9143 +Browsers not listed, including Safari, are supported via the styling under the 9144 +`Old browsers` comments below. 9145 +*/ 9146 +.hbox { 9147 + /* Old browsers */ 9148 + display: -webkit-box; 9149 + -webkit-box-orient: horizontal; 9150 + -webkit-box-align: stretch; 9151 + display: -moz-box; 9152 + -moz-box-orient: horizontal; 9153 + -moz-box-align: stretch; 9154 + display: box; 9155 + box-orient: horizontal; 9156 + box-align: stretch; 9157 + /* Modern browsers */ 9158 + display: flex; 9159 + flex-direction: row; 9160 + align-items: stretch; 9161 +} 9162 +.hbox > * { 9163 + /* Old browsers */ 9164 + -webkit-box-flex: 0; 9165 + -moz-box-flex: 0; 9166 + box-flex: 0; 9167 + /* Modern browsers */ 9168 + flex: none; 9169 +} 9170 +.vbox { 9171 + /* Old browsers */ 9172 + display: -webkit-box; 9173 + -webkit-box-orient: vertical; 9174 + -webkit-box-align: stretch; 9175 + display: -moz-box; 9176 + -moz-box-orient: vertical; 9177 + -moz-box-align: stretch; 9178 + display: box; 9179 + box-orient: vertical; 9180 + box-align: stretch; 9181 + /* Modern browsers */ 9182 + display: flex; 9183 + flex-direction: column; 9184 + align-items: stretch; 9185 +} 9186 +.vbox > * { 9187 + /* Old browsers */ 9188 + -webkit-box-flex: 0; 9189 + -moz-box-flex: 0; 9190 + box-flex: 0; 9191 + /* Modern browsers */ 9192 + flex: none; 9193 +} 9194 +.hbox.reverse, 9195 +.vbox.reverse, 9196 +.reverse { 9197 + /* Old browsers */ 9198 + -webkit-box-direction: reverse; 9199 + -moz-box-direction: reverse; 9200 + box-direction: reverse; 9201 + /* Modern browsers */ 9202 + flex-direction: row-reverse; 9203 +} 9204 +.hbox.box-flex0, 9205 +.vbox.box-flex0, 9206 +.box-flex0 { 9207 + /* Old browsers */ 9208 + -webkit-box-flex: 0; 9209 + -moz-box-flex: 0; 9210 + box-flex: 0; 9211 + /* Modern browsers */ 9212 + flex: none; 9213 + width: auto; 9214 +} 9215 +.hbox.box-flex1, 9216 +.vbox.box-flex1, 9217 +.box-flex1 { 9218 + /* Old browsers */ 9219 + -webkit-box-flex: 1; 9220 + -moz-box-flex: 1; 9221 + box-flex: 1; 9222 + /* Modern browsers */ 9223 + flex: 1; 9224 +} 9225 +.hbox.box-flex, 9226 +.vbox.box-flex, 9227 +.box-flex { 9228 + /* Old browsers */ 9229 + /* Old browsers */ 9230 + -webkit-box-flex: 1; 9231 + -moz-box-flex: 1; 9232 + box-flex: 1; 9233 + /* Modern browsers */ 9234 + flex: 1; 9235 +} 9236 +.hbox.box-flex2, 9237 +.vbox.box-flex2, 9238 +.box-flex2 { 9239 + /* Old browsers */ 9240 + -webkit-box-flex: 2; 9241 + -moz-box-flex: 2; 9242 + box-flex: 2; 9243 + /* Modern browsers */ 9244 + flex: 2; 9245 +} 9246 +.box-group1 { 9247 + /* Deprecated */ 9248 + -webkit-box-flex-group: 1; 9249 + -moz-box-flex-group: 1; 9250 + box-flex-group: 1; 9251 +} 9252 +.box-group2 { 9253 + /* Deprecated */ 9254 + -webkit-box-flex-group: 2; 9255 + -moz-box-flex-group: 2; 9256 + box-flex-group: 2; 9257 +} 9258 +.hbox.start, 9259 +.vbox.start, 9260 +.start { 9261 + /* Old browsers */ 9262 + -webkit-box-pack: start; 9263 + -moz-box-pack: start; 9264 + box-pack: start; 9265 + /* Modern browsers */ 9266 + justify-content: flex-start; 9267 +} 9268 +.hbox.end, 9269 +.vbox.end, 9270 +.end { 9271 + /* Old browsers */ 9272 + -webkit-box-pack: end; 9273 + -moz-box-pack: end; 9274 + box-pack: end; 9275 + /* Modern browsers */ 9276 + justify-content: flex-end; 9277 +} 9278 +.hbox.center, 9279 +.vbox.center, 9280 +.center { 9281 + /* Old browsers */ 9282 + -webkit-box-pack: center; 9283 + -moz-box-pack: center; 9284 + box-pack: center; 9285 + /* Modern browsers */ 9286 + justify-content: center; 9287 +} 9288 +.hbox.baseline, 9289 +.vbox.baseline, 9290 +.baseline { 9291 + /* Old browsers */ 9292 + -webkit-box-pack: baseline; 9293 + -moz-box-pack: baseline; 9294 + box-pack: baseline; 9295 + /* Modern browsers */ 9296 + justify-content: baseline; 9297 +} 9298 +.hbox.stretch, 9299 +.vbox.stretch, 9300 +.stretch { 9301 + /* Old browsers */ 9302 + -webkit-box-pack: stretch; 9303 + -moz-box-pack: stretch; 9304 + box-pack: stretch; 9305 + /* Modern browsers */ 9306 + justify-content: stretch; 9307 +} 9308 +.hbox.align-start, 9309 +.vbox.align-start, 9310 +.align-start { 9311 + /* Old browsers */ 9312 + -webkit-box-align: start; 9313 + -moz-box-align: start; 9314 + box-align: start; 9315 + /* Modern browsers */ 9316 + align-items: flex-start; 9317 +} 9318 +.hbox.align-end, 9319 +.vbox.align-end, 9320 +.align-end { 9321 + /* Old browsers */ 9322 + -webkit-box-align: end; 9323 + -moz-box-align: end; 9324 + box-align: end; 9325 + /* Modern browsers */ 9326 + align-items: flex-end; 9327 +} 9328 +.hbox.align-center, 9329 +.vbox.align-center, 9330 +.align-center { 9331 + /* Old browsers */ 9332 + -webkit-box-align: center; 9333 + -moz-box-align: center; 9334 + box-align: center; 9335 + /* Modern browsers */ 9336 + align-items: center; 9337 +} 9338 +.hbox.align-baseline, 9339 +.vbox.align-baseline, 9340 +.align-baseline { 9341 + /* Old browsers */ 9342 + -webkit-box-align: baseline; 9343 + -moz-box-align: baseline; 9344 + box-align: baseline; 9345 + /* Modern browsers */ 9346 + align-items: baseline; 9347 +} 9348 +.hbox.align-stretch, 9349 +.vbox.align-stretch, 9350 +.align-stretch { 9351 + /* Old browsers */ 9352 + -webkit-box-align: stretch; 9353 + -moz-box-align: stretch; 9354 + box-align: stretch; 9355 + /* Modern browsers */ 9356 + align-items: stretch; 9357 +} 9358 +div.error { 9359 + margin: 2em; 9360 + text-align: center; 9361 +} 9362 +div.error > h1 { 9363 + font-size: 500%; 9364 + line-height: normal; 9365 +} 9366 +div.error > p { 9367 + font-size: 200%; 9368 + line-height: normal; 9369 +} 9370 +div.traceback-wrapper { 9371 + text-align: left; 9372 + max-width: 800px; 9373 + margin: auto; 9374 +} 9375 +div.traceback-wrapper pre.traceback { 9376 + max-height: 600px; 9377 + overflow: auto; 9378 +} 9379 +/** 9380 + * Primary styles 9381 + * 9382 + * Author: Jupyter Development Team 9383 + */ 9384 +body { 9385 + background-color: #fff; 9386 + /* This makes sure that the body covers the entire window and needs to 9387 + be in a different element than the display: box in wrapper below */ 9388 + position: absolute; 9389 + left: 0px; 9390 + right: 0px; 9391 + top: 0px; 9392 + bottom: 0px; 9393 + overflow: visible; 9394 +} 9395 +body > #header { 9396 + /* Initially hidden to prevent FLOUC */ 9397 + display: none; 9398 + background-color: #fff; 9399 + /* Display over codemirror */ 9400 + position: relative; 9401 + z-index: 100; 9402 +} 9403 +body > #header #header-container { 9404 + display: flex; 9405 + flex-direction: row; 9406 + justify-content: space-between; 9407 + padding: 5px; 9408 + padding-bottom: 5px; 9409 + padding-top: 5px; 9410 + box-sizing: border-box; 9411 + -moz-box-sizing: border-box; 9412 + -webkit-box-sizing: border-box; 9413 +} 9414 +body > #header .header-bar { 9415 + width: 100%; 9416 + height: 1px; 9417 + background: #e7e7e7; 9418 + margin-bottom: -1px; 9419 +} 9420 +@media print { 9421 + body > #header { 9422 + display: none !important; 9423 + } 9424 +} 9425 +#header-spacer { 9426 + width: 100%; 9427 + visibility: hidden; 9428 +} 9429 +@media print { 9430 + #header-spacer { 9431 + display: none; 9432 + } 9433 +} 9434 +#ipython_notebook { 9435 + padding-left: 0px; 9436 + padding-top: 1px; 9437 + padding-bottom: 1px; 9438 +} 9439 +[dir="rtl"] #ipython_notebook { 9440 + margin-right: 10px; 9441 + margin-left: 0; 9442 +} 9443 +[dir="rtl"] #ipython_notebook.pull-left { 9444 + float: right !important; 9445 + float: right; 9446 +} 9447 +.flex-spacer { 9448 + flex: 1; 9449 +} 9450 +#noscript { 9451 + width: auto; 9452 + padding-top: 16px; 9453 + padding-bottom: 16px; 9454 + text-align: center; 9455 + font-size: 22px; 9456 + color: red; 9457 + font-weight: bold; 9458 +} 9459 +#ipython_notebook img { 9460 + height: 28px; 9461 +} 9462 +#site { 9463 + width: 100%; 9464 + display: none; 9465 + box-sizing: border-box; 9466 + -moz-box-sizing: border-box; 9467 + -webkit-box-sizing: border-box; 9468 + overflow: auto; 9469 +} 9470 +@media print { 9471 + #site { 9472 + height: auto !important; 9473 + } 9474 +} 9475 +/* Smaller buttons */ 9476 +.ui-button .ui-button-text { 9477 + padding: 0.2em 0.8em; 9478 + font-size: 77%; 9479 +} 9480 +input.ui-button { 9481 + padding: 0.3em 0.9em; 9482 +} 9483 +span#kernel_logo_widget { 9484 + margin: 0 10px; 9485 +} 9486 +span#login_widget { 9487 + float: right; 9488 +} 9489 +[dir="rtl"] span#login_widget { 9490 + float: left; 9491 +} 9492 +span#login_widget > .button, 9493 +#logout { 9494 + color: #333; 9495 + background-color: #fff; 9496 + border-color: #ccc; 9497 +} 9498 +span#login_widget > .button:focus, 9499 +#logout:focus, 9500 +span#login_widget > .button.focus, 9501 +#logout.focus { 9502 + color: #333; 9503 + background-color: #e6e6e6; 9504 + border-color: #8c8c8c; 9505 +} 9506 +span#login_widget > .button:hover, 9507 +#logout:hover { 9508 + color: #333; 9509 + background-color: #e6e6e6; 9510 + border-color: #adadad; 9511 +} 9512 +span#login_widget > .button:active, 9513 +#logout:active, 9514 +span#login_widget > .button.active, 9515 +#logout.active, 9516 +.open > .dropdown-togglespan#login_widget > .button, 9517 +.open > .dropdown-toggle#logout { 9518 + color: #333; 9519 + background-color: #e6e6e6; 9520 + border-color: #adadad; 9521 +} 9522 +span#login_widget > .button:active:hover, 9523 +#logout:active:hover, 9524 +span#login_widget > .button.active:hover, 9525 +#logout.active:hover, 9526 +.open > .dropdown-togglespan#login_widget > .button:hover, 9527 +.open > .dropdown-toggle#logout:hover, 9528 +span#login_widget > .button:active:focus, 9529 +#logout:active:focus, 9530 +span#login_widget > .button.active:focus, 9531 +#logout.active:focus, 9532 +.open > .dropdown-togglespan#login_widget > .button:focus, 9533 +.open > .dropdown-toggle#logout:focus, 9534 +span#login_widget > .button:active.focus, 9535 +#logout:active.focus, 9536 +span#login_widget > .button.active.focus, 9537 +#logout.active.focus, 9538 +.open > .dropdown-togglespan#login_widget > .button.focus, 9539 +.open > .dropdown-toggle#logout.focus { 9540 + color: #333; 9541 + background-color: #d4d4d4; 9542 + border-color: #8c8c8c; 9543 +} 9544 +span#login_widget > .button:active, 9545 +#logout:active, 9546 +span#login_widget > .button.active, 9547 +#logout.active, 9548 +.open > .dropdown-togglespan#login_widget > .button, 9549 +.open > .dropdown-toggle#logout { 9550 + background-image: none; 9551 +} 9552 +span#login_widget > .button.disabled:hover, 9553 +#logout.disabled:hover, 9554 +span#login_widget > .button[disabled]:hover, 9555 +#logout[disabled]:hover, 9556 +fieldset[disabled] span#login_widget > .button:hover, 9557 +fieldset[disabled] #logout:hover, 9558 +span#login_widget > .button.disabled:focus, 9559 +#logout.disabled:focus, 9560 +span#login_widget > .button[disabled]:focus, 9561 +#logout[disabled]:focus, 9562 +fieldset[disabled] span#login_widget > .button:focus, 9563 +fieldset[disabled] #logout:focus, 9564 +span#login_widget > .button.disabled.focus, 9565 +#logout.disabled.focus, 9566 +span#login_widget > .button[disabled].focus, 9567 +#logout[disabled].focus, 9568 +fieldset[disabled] span#login_widget > .button.focus, 9569 +fieldset[disabled] #logout.focus { 9570 + background-color: #fff; 9571 + border-color: #ccc; 9572 +} 9573 +span#login_widget > .button .badge, 9574 +#logout .badge { 9575 + color: #fff; 9576 + background-color: #333; 9577 +} 9578 +.nav-header { 9579 + text-transform: none; 9580 +} 9581 +#header > span { 9582 + margin-top: 10px; 9583 +} 9584 +.modal_stretch .modal-dialog { 9585 + /* Old browsers */ 9586 + display: -webkit-box; 9587 + -webkit-box-orient: vertical; 9588 + -webkit-box-align: stretch; 9589 + display: -moz-box; 9590 + -moz-box-orient: vertical; 9591 + -moz-box-align: stretch; 9592 + display: box; 9593 + box-orient: vertical; 9594 + box-align: stretch; 9595 + /* Modern browsers */ 9596 + display: flex; 9597 + flex-direction: column; 9598 + align-items: stretch; 9599 + min-height: 80vh; 9600 +} 9601 +.modal_stretch .modal-dialog .modal-body { 9602 + max-height: calc(100vh - 200px); 9603 + overflow: auto; 9604 + flex: 1; 9605 +} 9606 +.modal-header { 9607 + cursor: move; 9608 +} 9609 +@media (min-width: 768px) { 9610 + .modal .modal-dialog { 9611 + width: 700px; 9612 + } 9613 +} 9614 +@media (min-width: 768px) { 9615 + select.form-control { 9616 + margin-left: 12px; 9617 + margin-right: 12px; 9618 + } 9619 +} 9620 +/*! 9621 +* 9622 +* IPython auth 9623 +* 9624 +*/ 9625 +.center-nav { 9626 + display: inline-block; 9627 + margin-bottom: -4px; 9628 +} 9629 +[dir="rtl"] .center-nav form.pull-left { 9630 + float: right !important; 9631 + float: right; 9632 +} 9633 +[dir="rtl"] .center-nav .navbar-text { 9634 + float: right; 9635 +} 9636 +[dir="rtl"] .navbar-inner { 9637 + text-align: right; 9638 +} 9639 +[dir="rtl"] div.text-left { 9640 + text-align: right; 9641 +} 9642 +/*! 9643 +* 9644 +* IPython tree view 9645 +* 9646 +*/ 9647 +/* We need an invisible input field on top of the sentense*/ 9648 +/* "Drag file onto the list ..." */ 9649 +.alternate_upload { 9650 + background-color: none; 9651 + display: inline; 9652 +} 9653 +.alternate_upload.form { 9654 + padding: 0; 9655 + margin: 0; 9656 +} 9657 +.alternate_upload input.fileinput { 9658 + position: absolute; 9659 + display: block; 9660 + width: 100%; 9661 + height: 100%; 9662 + overflow: hidden; 9663 + cursor: pointer; 9664 + opacity: 0; 9665 + z-index: 2; 9666 +} 9667 +.alternate_upload .btn-xs > input.fileinput { 9668 + margin: -1px -5px; 9669 +} 9670 +.alternate_upload .btn-upload { 9671 + position: relative; 9672 + height: 22px; 9673 +} 9674 +::-webkit-file-upload-button { 9675 + cursor: pointer; 9676 +} 9677 +/** 9678 + * Primary styles 9679 + * 9680 + * Author: Jupyter Development Team 9681 + */ 9682 +ul#tabs { 9683 + margin-bottom: 4px; 9684 +} 9685 +ul#tabs a { 9686 + padding-top: 6px; 9687 + padding-bottom: 4px; 9688 +} 9689 +[dir="rtl"] ul#tabs.nav-tabs > li { 9690 + float: right; 9691 +} 9692 +[dir="rtl"] ul#tabs.nav.nav-tabs { 9693 + padding-right: 0; 9694 +} 9695 +ul.breadcrumb a:focus, 9696 +ul.breadcrumb a:hover { 9697 + text-decoration: none; 9698 +} 9699 +ul.breadcrumb i.icon-home { 9700 + font-size: 16px; 9701 + margin-right: 4px; 9702 +} 9703 +ul.breadcrumb span { 9704 + color: #5e5e5e; 9705 +} 9706 +.list_toolbar { 9707 + padding: 4px 0 4px 0; 9708 + vertical-align: middle; 9709 +} 9710 +.list_toolbar .tree-buttons { 9711 + padding-top: 1px; 9712 +} 9713 +[dir="rtl"] .list_toolbar .tree-buttons .pull-right { 9714 + float: left !important; 9715 + float: left; 9716 +} 9717 +[dir="rtl"] .list_toolbar .col-sm-4, 9718 +[dir="rtl"] .list_toolbar .col-sm-8 { 9719 + float: right; 9720 +} 9721 +.dynamic-buttons { 9722 + padding-top: 3px; 9723 + display: inline-block; 9724 +} 9725 +.list_toolbar [class*="span"] { 9726 + min-height: 24px; 9727 +} 9728 +.list_header { 9729 + font-weight: bold; 9730 + background-color: #EEE; 9731 +} 9732 +.list_placeholder { 9733 + font-weight: bold; 9734 + padding-top: 4px; 9735 + padding-bottom: 4px; 9736 + padding-left: 7px; 9737 + padding-right: 7px; 9738 +} 9739 +.list_container { 9740 + margin-top: 4px; 9741 + margin-bottom: 20px; 9742 + border: 1px solid #ddd; 9743 + border-radius: 2px; 9744 +} 9745 +.list_container > div { 9746 + border-bottom: 1px solid #ddd; 9747 +} 9748 +.list_container > div:hover .list-item { 9749 + background-color: red; 9750 +} 9751 +.list_container > div:last-child { 9752 + border: none; 9753 +} 9754 +.list_item:hover .list_item { 9755 + background-color: #ddd; 9756 +} 9757 +.list_item a { 9758 + text-decoration: none; 9759 +} 9760 +.list_item:hover { 9761 + background-color: #fafafa; 9762 +} 9763 +.list_header > div, 9764 +.list_item > div { 9765 + padding-top: 4px; 9766 + padding-bottom: 4px; 9767 + padding-left: 7px; 9768 + padding-right: 7px; 9769 + line-height: 22px; 9770 +} 9771 +.list_header > div input, 9772 +.list_item > div input { 9773 + margin-right: 7px; 9774 + margin-left: 14px; 9775 + vertical-align: text-bottom; 9776 + line-height: 22px; 9777 + position: relative; 9778 + top: -1px; 9779 +} 9780 +.list_header > div .item_link, 9781 +.list_item > div .item_link { 9782 + margin-left: -1px; 9783 + vertical-align: baseline; 9784 + line-height: 22px; 9785 +} 9786 +[dir="rtl"] .list_item > div input { 9787 + margin-right: 0; 9788 +} 9789 +.new-file input[type=checkbox] { 9790 + visibility: hidden; 9791 +} 9792 +.item_name { 9793 + line-height: 22px; 9794 + height: 24px; 9795 +} 9796 +.item_icon { 9797 + font-size: 14px; 9798 + color: #5e5e5e; 9799 + margin-right: 7px; 9800 + margin-left: 7px; 9801 + line-height: 22px; 9802 + vertical-align: baseline; 9803 +} 9804 +.item_modified { 9805 + margin-right: 7px; 9806 + margin-left: 7px; 9807 +} 9808 +[dir="rtl"] .item_modified.pull-right { 9809 + float: left !important; 9810 + float: left; 9811 +} 9812 +.item_buttons { 9813 + line-height: 1em; 9814 + margin-left: -5px; 9815 +} 9816 +.item_buttons .btn, 9817 +.item_buttons .btn-group, 9818 +.item_buttons .input-group { 9819 + float: left; 9820 +} 9821 +.item_buttons > .btn, 9822 +.item_buttons > .btn-group, 9823 +.item_buttons > .input-group { 9824 + margin-left: 5px; 9825 +} 9826 +.item_buttons .btn { 9827 + min-width: 13ex; 9828 +} 9829 +.item_buttons .running-indicator { 9830 + padding-top: 4px; 9831 + color: #5cb85c; 9832 +} 9833 +.item_buttons .kernel-name { 9834 + padding-top: 4px; 9835 + color: #5bc0de; 9836 + margin-right: 7px; 9837 + float: left; 9838 +} 9839 +[dir="rtl"] .item_buttons.pull-right { 9840 + float: left !important; 9841 + float: left; 9842 +} 9843 +[dir="rtl"] .item_buttons .kernel-name { 9844 + margin-left: 7px; 9845 + float: right; 9846 +} 9847 +.toolbar_info { 9848 + height: 24px; 9849 + line-height: 24px; 9850 +} 9851 +.list_item input:not([type=checkbox]) { 9852 + padding-top: 3px; 9853 + padding-bottom: 3px; 9854 + height: 22px; 9855 + line-height: 14px; 9856 + margin: 0px; 9857 +} 9858 +.highlight_text { 9859 + color: blue; 9860 +} 9861 +#project_name { 9862 + display: inline-block; 9863 + padding-left: 7px; 9864 + margin-left: -2px; 9865 +} 9866 +#project_name > .breadcrumb { 9867 + padding: 0px; 9868 + margin-bottom: 0px; 9869 + background-color: transparent; 9870 + font-weight: bold; 9871 +} 9872 +.sort_button { 9873 + display: inline-block; 9874 + padding-left: 7px; 9875 +} 9876 +[dir="rtl"] .sort_button.pull-right { 9877 + float: left !important; 9878 + float: left; 9879 +} 9880 +#tree-selector { 9881 + padding-right: 0px; 9882 +} 9883 +#button-select-all { 9884 + min-width: 50px; 9885 +} 9886 +[dir="rtl"] #button-select-all.btn { 9887 + float: right ; 9888 +} 9889 +#select-all { 9890 + margin-left: 7px; 9891 + margin-right: 2px; 9892 + margin-top: 2px; 9893 + height: 16px; 9894 +} 9895 +[dir="rtl"] #select-all.pull-left { 9896 + float: right !important; 9897 + float: right; 9898 +} 9899 +.menu_icon { 9900 + margin-right: 2px; 9901 +} 9902 +.tab-content .row { 9903 + margin-left: 0px; 9904 + margin-right: 0px; 9905 +} 9906 +.folder_icon:before { 9907 + display: inline-block; 9908 + font: normal normal normal 14px/1 FontAwesome; 9909 + font-size: inherit; 9910 + text-rendering: auto; 9911 + -webkit-font-smoothing: antialiased; 9912 + -moz-osx-font-smoothing: grayscale; 9913 + content: "\f114"; 9914 +} 9915 +.folder_icon:before.fa-pull-left { 9916 + margin-right: .3em; 9917 +} 9918 +.folder_icon:before.fa-pull-right { 9919 + margin-left: .3em; 9920 +} 9921 +.folder_icon:before.pull-left { 9922 + margin-right: .3em; 9923 +} 9924 +.folder_icon:before.pull-right { 9925 + margin-left: .3em; 9926 +} 9927 +.notebook_icon:before { 9928 + display: inline-block; 9929 + font: normal normal normal 14px/1 FontAwesome; 9930 + font-size: inherit; 9931 + text-rendering: auto; 9932 + -webkit-font-smoothing: antialiased; 9933 + -moz-osx-font-smoothing: grayscale; 9934 + content: "\f02d"; 9935 + position: relative; 9936 + top: -1px; 9937 +} 9938 +.notebook_icon:before.fa-pull-left { 9939 + margin-right: .3em; 9940 +} 9941 +.notebook_icon:before.fa-pull-right { 9942 + margin-left: .3em; 9943 +} 9944 +.notebook_icon:before.pull-left { 9945 + margin-right: .3em; 9946 +} 9947 +.notebook_icon:before.pull-right { 9948 + margin-left: .3em; 9949 +} 9950 +.running_notebook_icon:before { 9951 + display: inline-block; 9952 + font: normal normal normal 14px/1 FontAwesome; 9953 + font-size: inherit; 9954 + text-rendering: auto; 9955 + -webkit-font-smoothing: antialiased; 9956 + -moz-osx-font-smoothing: grayscale; 9957 + content: "\f02d"; 9958 + position: relative; 9959 + top: -1px; 9960 + color: #5cb85c; 9961 +} 9962 +.running_notebook_icon:before.fa-pull-left { 9963 + margin-right: .3em; 9964 +} 9965 +.running_notebook_icon:before.fa-pull-right { 9966 + margin-left: .3em; 9967 +} 9968 +.running_notebook_icon:before.pull-left { 9969 + margin-right: .3em; 9970 +} 9971 +.running_notebook_icon:before.pull-right { 9972 + margin-left: .3em; 9973 +} 9974 +.file_icon:before { 9975 + display: inline-block; 9976 + font: normal normal normal 14px/1 FontAwesome; 9977 + font-size: inherit; 9978 + text-rendering: auto; 9979 + -webkit-font-smoothing: antialiased; 9980 + -moz-osx-font-smoothing: grayscale; 9981 + content: "\f016"; 9982 + position: relative; 9983 + top: -2px; 9984 +} 9985 +.file_icon:before.fa-pull-left { 9986 + margin-right: .3em; 9987 +} 9988 +.file_icon:before.fa-pull-right { 9989 + margin-left: .3em; 9990 +} 9991 +.file_icon:before.pull-left { 9992 + margin-right: .3em; 9993 +} 9994 +.file_icon:before.pull-right { 9995 + margin-left: .3em; 9996 +} 9997 +#notebook_toolbar .pull-right { 9998 + padding-top: 0px; 9999 + margin-right: -1px; 10000 +} 10001 +ul#new-menu { 10002 + left: auto; 10003 + right: 0; 10004 +} 10005 +#new-menu .dropdown-header { 10006 + font-size: 10px; 10007 + border-bottom: 1px solid #e5e5e5; 10008 + padding: 0 0 3px; 10009 + margin: -3px 20px 0; 10010 +} 10011 +.kernel-menu-icon { 10012 + padding-right: 12px; 10013 + width: 24px; 10014 + content: "\f096"; 10015 +} 10016 +.kernel-menu-icon:before { 10017 + content: "\f096"; 10018 +} 10019 +.kernel-menu-icon-current:before { 10020 + content: "\f00c"; 10021 +} 10022 +#tab_content { 10023 + padding-top: 20px; 10024 +} 10025 +#running .panel-group .panel { 10026 + margin-top: 3px; 10027 + margin-bottom: 1em; 10028 +} 10029 +#running .panel-group .panel .panel-heading { 10030 + background-color: #EEE; 10031 + padding-top: 4px; 10032 + padding-bottom: 4px; 10033 + padding-left: 7px; 10034 + padding-right: 7px; 10035 + line-height: 22px; 10036 +} 10037 +#running .panel-group .panel .panel-heading a:focus, 10038 +#running .panel-group .panel .panel-heading a:hover { 10039 + text-decoration: none; 10040 +} 10041 +#running .panel-group .panel .panel-body { 10042 + padding: 0px; 10043 +} 10044 +#running .panel-group .panel .panel-body .list_container { 10045 + margin-top: 0px; 10046 + margin-bottom: 0px; 10047 + border: 0px; 10048 + border-radius: 0px; 10049 +} 10050 +#running .panel-group .panel .panel-body .list_container .list_item { 10051 + border-bottom: 1px solid #ddd; 10052 +} 10053 +#running .panel-group .panel .panel-body .list_container .list_item:last-child { 10054 + border-bottom: 0px; 10055 +} 10056 +.delete-button { 10057 + display: none; 10058 +} 10059 +.duplicate-button { 10060 + display: none; 10061 +} 10062 +.rename-button { 10063 + display: none; 10064 +} 10065 +.move-button { 10066 + display: none; 10067 +} 10068 +.download-button { 10069 + display: none; 10070 +} 10071 +.shutdown-button { 10072 + display: none; 10073 +} 10074 +.dynamic-instructions { 10075 + display: inline-block; 10076 + padding-top: 4px; 10077 +} 10078 +/*! 10079 +* 10080 +* IPython text editor webapp 10081 +* 10082 +*/ 10083 +.selected-keymap i.fa { 10084 + padding: 0px 5px; 10085 +} 10086 +.selected-keymap i.fa:before { 10087 + content: "\f00c"; 10088 +} 10089 +#mode-menu { 10090 + overflow: auto; 10091 + max-height: 20em; 10092 +} 10093 +.edit_app #header { 10094 + -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); 10095 + box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); 10096 +} 10097 +.edit_app #menubar .navbar { 10098 + /* Use a negative 1 bottom margin, so the border overlaps the border of the 10099 + header */ 10100 + margin-bottom: -1px; 10101 +} 10102 +.dirty-indicator { 10103 + display: inline-block; 10104 + font: normal normal normal 14px/1 FontAwesome; 10105 + font-size: inherit; 10106 + text-rendering: auto; 10107 + -webkit-font-smoothing: antialiased; 10108 + -moz-osx-font-smoothing: grayscale; 10109 + width: 20px; 10110 +} 10111 +.dirty-indicator.fa-pull-left { 10112 + margin-right: .3em; 10113 +} 10114 +.dirty-indicator.fa-pull-right { 10115 + margin-left: .3em; 10116 +} 10117 +.dirty-indicator.pull-left { 10118 + margin-right: .3em; 10119 +} 10120 +.dirty-indicator.pull-right { 10121 + margin-left: .3em; 10122 +} 10123 +.dirty-indicator-dirty { 10124 + display: inline-block; 10125 + font: normal normal normal 14px/1 FontAwesome; 10126 + font-size: inherit; 10127 + text-rendering: auto; 10128 + -webkit-font-smoothing: antialiased; 10129 + -moz-osx-font-smoothing: grayscale; 10130 + width: 20px; 10131 +} 10132 +.dirty-indicator-dirty.fa-pull-left { 10133 + margin-right: .3em; 10134 +} 10135 +.dirty-indicator-dirty.fa-pull-right { 10136 + margin-left: .3em; 10137 +} 10138 +.dirty-indicator-dirty.pull-left { 10139 + margin-right: .3em; 10140 +} 10141 +.dirty-indicator-dirty.pull-right { 10142 + margin-left: .3em; 10143 +} 10144 +.dirty-indicator-clean { 10145 + display: inline-block; 10146 + font: normal normal normal 14px/1 FontAwesome; 10147 + font-size: inherit; 10148 + text-rendering: auto; 10149 + -webkit-font-smoothing: antialiased; 10150 + -moz-osx-font-smoothing: grayscale; 10151 + width: 20px; 10152 +} 10153 +.dirty-indicator-clean.fa-pull-left { 10154 + margin-right: .3em; 10155 +} 10156 +.dirty-indicator-clean.fa-pull-right { 10157 + margin-left: .3em; 10158 +} 10159 +.dirty-indicator-clean.pull-left { 10160 + margin-right: .3em; 10161 +} 10162 +.dirty-indicator-clean.pull-right { 10163 + margin-left: .3em; 10164 +} 10165 +.dirty-indicator-clean:before { 10166 + display: inline-block; 10167 + font: normal normal normal 14px/1 FontAwesome; 10168 + font-size: inherit; 10169 + text-rendering: auto; 10170 + -webkit-font-smoothing: antialiased; 10171 + -moz-osx-font-smoothing: grayscale; 10172 + content: "\f00c"; 10173 +} 10174 +.dirty-indicator-clean:before.fa-pull-left { 10175 + margin-right: .3em; 10176 +} 10177 +.dirty-indicator-clean:before.fa-pull-right { 10178 + margin-left: .3em; 10179 +} 10180 +.dirty-indicator-clean:before.pull-left { 10181 + margin-right: .3em; 10182 +} 10183 +.dirty-indicator-clean:before.pull-right { 10184 + margin-left: .3em; 10185 +} 10186 +#filename { 10187 + font-size: 16pt; 10188 + display: table; 10189 + padding: 0px 5px; 10190 +} 10191 +#current-mode { 10192 + padding-left: 5px; 10193 + padding-right: 5px; 10194 +} 10195 +#texteditor-backdrop { 10196 + padding-top: 20px; 10197 + padding-bottom: 20px; 10198 +} 10199 +@media not print { 10200 + #texteditor-backdrop { 10201 + background-color: #EEE; 10202 + } 10203 +} 10204 +@media print { 10205 + #texteditor-backdrop #texteditor-container .CodeMirror-gutter, 10206 + #texteditor-backdrop #texteditor-container .CodeMirror-gutters { 10207 + background-color: #fff; 10208 + } 10209 +} 10210 +@media not print { 10211 + #texteditor-backdrop #texteditor-container .CodeMirror-gutter, 10212 + #texteditor-backdrop #texteditor-container .CodeMirror-gutters { 10213 + background-color: #fff; 10214 + } 10215 +} 10216 +@media not print { 10217 + #texteditor-backdrop #texteditor-container { 10218 + padding: 0px; 10219 + background-color: #fff; 10220 + -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); 10221 + box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); 10222 + } 10223 +} 10224 +.CodeMirror-dialog { 10225 + background-color: #fff; 10226 +} 10227 +/*! 10228 +* 10229 +* IPython notebook 10230 +* 10231 +*/ 10232 +/* CSS font colors for translated ANSI escape sequences */ 10233 +/* The color values are a mix of 10234 + http://www.xcolors.net/dl/baskerville-ivorylight and 10235 + http://www.xcolors.net/dl/euphrasia */ 10236 +.ansi-black-fg { 10237 + color: #3E424D; 10238 +} 10239 +.ansi-black-bg { 10240 + background-color: #3E424D; 10241 +} 10242 +.ansi-black-intense-fg { 10243 + color: #282C36; 10244 +} 10245 +.ansi-black-intense-bg { 10246 + background-color: #282C36; 10247 +} 10248 +.ansi-red-fg { 10249 + color: #E75C58; 10250 +} 10251 +.ansi-red-bg { 10252 + background-color: #E75C58; 10253 +} 10254 +.ansi-red-intense-fg { 10255 + color: #B22B31; 10256 +} 10257 +.ansi-red-intense-bg { 10258 + background-color: #B22B31; 10259 +} 10260 +.ansi-green-fg { 10261 + color: #00A250; 10262 +} 10263 +.ansi-green-bg { 10264 + background-color: #00A250; 10265 +} 10266 +.ansi-green-intense-fg { 10267 + color: #007427; 10268 +} 10269 +.ansi-green-intense-bg { 10270 + background-color: #007427; 10271 +} 10272 +.ansi-yellow-fg { 10273 + color: #DDB62B; 10274 +} 10275 +.ansi-yellow-bg { 10276 + background-color: #DDB62B; 10277 +} 10278 +.ansi-yellow-intense-fg { 10279 + color: #B27D12; 10280 +} 10281 +.ansi-yellow-intense-bg { 10282 + background-color: #B27D12; 10283 +} 10284 +.ansi-blue-fg { 10285 + color: #208FFB; 10286 +} 10287 +.ansi-blue-bg { 10288 + background-color: #208FFB; 10289 +} 10290 +.ansi-blue-intense-fg { 10291 + color: #0065CA; 10292 +} 10293 +.ansi-blue-intense-bg { 10294 + background-color: #0065CA; 10295 +} 10296 +.ansi-magenta-fg { 10297 + color: #D160C4; 10298 +} 10299 +.ansi-magenta-bg { 10300 + background-color: #D160C4; 10301 +} 10302 +.ansi-magenta-intense-fg { 10303 + color: #A03196; 10304 +} 10305 +.ansi-magenta-intense-bg { 10306 + background-color: #A03196; 10307 +} 10308 +.ansi-cyan-fg { 10309 + color: #60C6C8; 10310 +} 10311 +.ansi-cyan-bg { 10312 + background-color: #60C6C8; 10313 +} 10314 +.ansi-cyan-intense-fg { 10315 + color: #258F8F; 10316 +} 10317 +.ansi-cyan-intense-bg { 10318 + background-color: #258F8F; 10319 +} 10320 +.ansi-white-fg { 10321 + color: #C5C1B4; 10322 +} 10323 +.ansi-white-bg { 10324 + background-color: #C5C1B4; 10325 +} 10326 +.ansi-white-intense-fg { 10327 + color: #A1A6B2; 10328 +} 10329 +.ansi-white-intense-bg { 10330 + background-color: #A1A6B2; 10331 +} 10332 +.ansi-default-inverse-fg { 10333 + color: #FFFFFF; 10334 +} 10335 +.ansi-default-inverse-bg { 10336 + background-color: #000000; 10337 +} 10338 +.ansi-bold { 10339 + font-weight: bold; 10340 +} 10341 +.ansi-underline { 10342 + text-decoration: underline; 10343 +} 10344 +/* The following styles are deprecated an will be removed in a future version */ 10345 +.ansibold { 10346 + font-weight: bold; 10347 +} 10348 +.ansi-inverse { 10349 + outline: 0.5px dotted; 10350 +} 10351 +/* use dark versions for foreground, to improve visibility */ 10352 +.ansiblack { 10353 + color: black; 10354 +} 10355 +.ansired { 10356 + color: darkred; 10357 +} 10358 +.ansigreen { 10359 + color: darkgreen; 10360 +} 10361 +.ansiyellow { 10362 + color: #c4a000; 10363 +} 10364 +.ansiblue { 10365 + color: darkblue; 10366 +} 10367 +.ansipurple { 10368 + color: darkviolet; 10369 +} 10370 +.ansicyan { 10371 + color: steelblue; 10372 +} 10373 +.ansigray { 10374 + color: gray; 10375 +} 10376 +/* and light for background, for the same reason */ 10377 +.ansibgblack { 10378 + background-color: black; 10379 +} 10380 +.ansibgred { 10381 + background-color: red; 10382 +} 10383 +.ansibggreen { 10384 + background-color: green; 10385 +} 10386 +.ansibgyellow { 10387 + background-color: yellow; 10388 +} 10389 +.ansibgblue { 10390 + background-color: blue; 10391 +} 10392 +.ansibgpurple { 10393 + background-color: magenta; 10394 +} 10395 +.ansibgcyan { 10396 + background-color: cyan; 10397 +} 10398 +.ansibggray { 10399 + background-color: gray; 10400 +} 10401 +div.cell { 10402 + /* Old browsers */ 10403 + display: -webkit-box; 10404 + -webkit-box-orient: vertical; 10405 + -webkit-box-align: stretch; 10406 + display: -moz-box; 10407 + -moz-box-orient: vertical; 10408 + -moz-box-align: stretch; 10409 + display: box; 10410 + box-orient: vertical; 10411 + box-align: stretch; 10412 + /* Modern browsers */ 10413 + display: flex; 10414 + flex-direction: column; 10415 + align-items: stretch; 10416 + border-radius: 2px; 10417 + box-sizing: border-box; 10418 + -moz-box-sizing: border-box; 10419 + -webkit-box-sizing: border-box; 10420 + border-width: 1px; 10421 + border-style: solid; 10422 + border-color: transparent; 10423 + width: 100%; 10424 + padding: 5px; 10425 + /* This acts as a spacer between cells, that is outside the border */ 10426 + margin: 0px; 10427 + outline: none; 10428 + position: relative; 10429 + overflow: visible; 10430 +} 10431 +div.cell:before { 10432 + position: absolute; 10433 + display: block; 10434 + top: -1px; 10435 + left: -1px; 10436 + width: 5px; 10437 + height: calc(100% + 2px); 10438 + content: ''; 10439 + background: transparent; 10440 +} 10441 +div.cell.jupyter-soft-selected { 10442 + border-left-color: #E3F2FD; 10443 + border-left-width: 1px; 10444 + padding-left: 5px; 10445 + border-right-color: #E3F2FD; 10446 + border-right-width: 1px; 10447 + background: #E3F2FD; 10448 +} 10449 +@media print { 10450 + div.cell.jupyter-soft-selected { 10451 + border-color: transparent; 10452 + } 10453 +} 10454 +div.cell.selected, 10455 +div.cell.selected.jupyter-soft-selected { 10456 + border-color: #ababab; 10457 +} 10458 +div.cell.selected:before, 10459 +div.cell.selected.jupyter-soft-selected:before { 10460 + position: absolute; 10461 + display: block; 10462 + top: -1px; 10463 + left: -1px; 10464 + width: 5px; 10465 + height: calc(100% + 2px); 10466 + content: ''; 10467 + background: #42A5F5; 10468 +} 10469 +@media print { 10470 + div.cell.selected, 10471 + div.cell.selected.jupyter-soft-selected { 10472 + border-color: transparent; 10473 + } 10474 +} 10475 +.edit_mode div.cell.selected { 10476 + border-color: #66BB6A; 10477 +} 10478 +.edit_mode div.cell.selected:before { 10479 + position: absolute; 10480 + display: block; 10481 + top: -1px; 10482 + left: -1px; 10483 + width: 5px; 10484 + height: calc(100% + 2px); 10485 + content: ''; 10486 + background: #66BB6A; 10487 +} 10488 +@media print { 10489 + .edit_mode div.cell.selected { 10490 + border-color: transparent; 10491 + } 10492 +} 10493 +.prompt { 10494 + /* This needs to be wide enough for 3 digit prompt numbers: In[100]: */ 10495 + min-width: 14ex; 10496 + /* This padding is tuned to match the padding on the CodeMirror editor. */ 10497 + padding: 0.4em; 10498 + margin: 0px; 10499 + font-family: monospace; 10500 + text-align: right; 10501 + /* This has to match that of the the CodeMirror class line-height below */ 10502 + line-height: 1.21429em; 10503 + /* Don't highlight prompt number selection */ 10504 + -webkit-touch-callout: none; 10505 + -webkit-user-select: none; 10506 + -khtml-user-select: none; 10507 + -moz-user-select: none; 10508 + -ms-user-select: none; 10509 + user-select: none; 10510 + /* Use default cursor */ 10511 + cursor: default; 10512 +} 10513 +@media (max-width: 540px) { 10514 + .prompt { 10515 + text-align: left; 10516 + } 10517 +} 10518 +div.inner_cell { 10519 + min-width: 0; 10520 + /* Old browsers */ 10521 + display: -webkit-box; 10522 + -webkit-box-orient: vertical; 10523 + -webkit-box-align: stretch; 10524 + display: -moz-box; 10525 + -moz-box-orient: vertical; 10526 + -moz-box-align: stretch; 10527 + display: box; 10528 + box-orient: vertical; 10529 + box-align: stretch; 10530 + /* Modern browsers */ 10531 + display: flex; 10532 + flex-direction: column; 10533 + align-items: stretch; 10534 + /* Old browsers */ 10535 + -webkit-box-flex: 1; 10536 + -moz-box-flex: 1; 10537 + box-flex: 1; 10538 + /* Modern browsers */ 10539 + flex: 1; 10540 +} 10541 +/* input_area and input_prompt must match in top border and margin for alignment */ 10542 +div.input_area { 10543 + border: 1px solid #cfcfcf; 10544 + border-radius: 2px; 10545 + background: #f7f7f7; 10546 + line-height: 1.21429em; 10547 +} 10548 +/* This is needed so that empty prompt areas can collapse to zero height when there 10549 + is no content in the output_subarea and the prompt. The main purpose of this is 10550 + to make sure that empty JavaScript output_subareas have no height. */ 10551 +div.prompt:empty { 10552 + padding-top: 0; 10553 + padding-bottom: 0; 10554 +} 10555 +div.unrecognized_cell { 10556 + padding: 5px 5px 5px 0px; 10557 + /* Old browsers */ 10558 + display: -webkit-box; 10559 + -webkit-box-orient: horizontal; 10560 + -webkit-box-align: stretch; 10561 + display: -moz-box; 10562 + -moz-box-orient: horizontal; 10563 + -moz-box-align: stretch; 10564 + display: box; 10565 + box-orient: horizontal; 10566 + box-align: stretch; 10567 + /* Modern browsers */ 10568 + display: flex; 10569 + flex-direction: row; 10570 + align-items: stretch; 10571 +} 10572 +div.unrecognized_cell .inner_cell { 10573 + border-radius: 2px; 10574 + padding: 5px; 10575 + font-weight: bold; 10576 + color: red; 10577 + border: 1px solid #cfcfcf; 10578 + background: #eaeaea; 10579 +} 10580 +div.unrecognized_cell .inner_cell a { 10581 + color: inherit; 10582 + text-decoration: none; 10583 +} 10584 +div.unrecognized_cell .inner_cell a:hover { 10585 + color: inherit; 10586 + text-decoration: none; 10587 +} 10588 +@media (max-width: 540px) { 10589 + div.unrecognized_cell > div.prompt { 10590 + display: none; 10591 + } 10592 +} 10593 +div.code_cell { 10594 + /* avoid page breaking on code cells when printing */ 10595 +} 10596 +@media print { 10597 + div.code_cell { 10598 + page-break-inside: avoid; 10599 + } 10600 +} 10601 +/* any special styling for code cells that are currently running goes here */ 10602 +div.input { 10603 + page-break-inside: avoid; 10604 + /* Old browsers */ 10605 + display: -webkit-box; 10606 + -webkit-box-orient: horizontal; 10607 + -webkit-box-align: stretch; 10608 + display: -moz-box; 10609 + -moz-box-orient: horizontal; 10610 + -moz-box-align: stretch; 10611 + display: box; 10612 + box-orient: horizontal; 10613 + box-align: stretch; 10614 + /* Modern browsers */ 10615 + display: flex; 10616 + flex-direction: row; 10617 + align-items: stretch; 10618 +} 10619 +@media (max-width: 540px) { 10620 + div.input { 10621 + /* Old browsers */ 10622 + display: -webkit-box; 10623 + -webkit-box-orient: vertical; 10624 + -webkit-box-align: stretch; 10625 + display: -moz-box; 10626 + -moz-box-orient: vertical; 10627 + -moz-box-align: stretch; 10628 + display: box; 10629 + box-orient: vertical; 10630 + box-align: stretch; 10631 + /* Modern browsers */ 10632 + display: flex; 10633 + flex-direction: column; 10634 + align-items: stretch; 10635 + } 10636 +} 10637 +/* input_area and input_prompt must match in top border and margin for alignment */ 10638 +div.input_prompt { 10639 + color: #303F9F; 10640 + border-top: 1px solid transparent; 10641 +} 10642 +div.input_area > div.highlight { 10643 + margin: 0.4em; 10644 + border: none; 10645 + padding: 0px; 10646 + background-color: transparent; 10647 +} 10648 +div.input_area > div.highlight > pre { 10649 + margin: 0px; 10650 + border: none; 10651 + padding: 0px; 10652 + background-color: transparent; 10653 +} 10654 +/* The following gets added to the <head> if it is detected that the user has a 10655 + * monospace font with inconsistent normal/bold/italic height. See 10656 + * notebookmain.js. Such fonts will have keywords vertically offset with 10657 + * respect to the rest of the text. The user should select a better font. 10658 + * See: https://github.com/ipython/ipython/issues/1503 10659 + * 10660 + * .CodeMirror span { 10661 + * vertical-align: bottom; 10662 + * } 10663 + */ 10664 +.CodeMirror { 10665 + line-height: 1.21429em; 10666 + /* Changed from 1em to our global default */ 10667 + font-size: 14px; 10668 + height: auto; 10669 + /* Changed to auto to autogrow */ 10670 + background: none; 10671 + /* Changed from white to allow our bg to show through */ 10672 +} 10673 +.CodeMirror-scroll { 10674 + /* The CodeMirror docs are a bit fuzzy on if overflow-y should be hidden or visible.*/ 10675 + /* We have found that if it is visible, vertical scrollbars appear with font size changes.*/ 10676 + overflow-y: hidden; 10677 + overflow-x: auto; 10678 +} 10679 +.CodeMirror-lines { 10680 + /* In CM2, this used to be 0.4em, but in CM3 it went to 4px. We need the em value because */ 10681 + /* we have set a different line-height and want this to scale with that. */ 10682 + /* Note that this should set vertical padding only, since CodeMirror assumes 10683 + that horizontal padding will be set on CodeMirror pre */ 10684 + padding: 0.4em 0; 10685 +} 10686 +.CodeMirror-linenumber { 10687 + padding: 0 8px 0 4px; 10688 +} 10689 +.CodeMirror-gutters { 10690 + border-bottom-left-radius: 2px; 10691 + border-top-left-radius: 2px; 10692 +} 10693 +.CodeMirror pre { 10694 + /* In CM3 this went to 4px from 0 in CM2. This sets horizontal padding only, 10695 + use .CodeMirror-lines for vertical */ 10696 + padding: 0 0.4em; 10697 + border: 0; 10698 + border-radius: 0; 10699 +} 10700 +.CodeMirror-cursor { 10701 + border-left: 1.4px solid black; 10702 +} 10703 +@media screen and (min-width: 2138px) and (max-width: 4319px) { 10704 + .CodeMirror-cursor { 10705 + border-left: 2px solid black; 10706 + } 10707 +} 10708 +@media screen and (min-width: 4320px) { 10709 + .CodeMirror-cursor { 10710 + border-left: 4px solid black; 10711 + } 10712 +} 10713 +/* 24 24 25 - irradated surface area: 127796483130631.38 m^2 10715 +Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org> 10716 +Adapted from GitHub theme 26 26 27 -Sunlight's composition at ground level, per square meter, with the sun at the zenith, is about 527 watts of infrared radiation, 445 watts of visible light, and 32 watts of ultraviolet radiation. 10718 +*/ 10719 +.highlight-base { 10720 + color: #000; 10721 +} 10722 +.highlight-variable { 10723 + color: #000; 10724 +} 10725 +.highlight-variable-2 { 10726 + color: #1a1a1a; 10727 +} 10728 +.highlight-variable-3 { 10729 + color: #333333; 10730 +} 10731 +.highlight-string { 10732 + color: #BA2121; 10733 +} 10734 +.highlight-comment { 10735 + color: #408080; 10736 + font-style: italic; 10737 +} 10738 +.highlight-number { 10739 + color: #080; 10740 +} 10741 +.highlight-atom { 10742 + color: #88F; 10743 +} 10744 +.highlight-keyword { 10745 + color: #008000; 10746 + font-weight: bold; 10747 +} 10748 +.highlight-builtin { 10749 + color: #008000; 10750 +} 10751 +.highlight-error { 10752 + color: #f00; 10753 +} 10754 +.highlight-operator { 10755 + color: #AA22FF; 10756 + font-weight: bold; 10757 +} 10758 +.highlight-meta { 10759 + color: #AA22FF; 10760 +} 10761 +/* previously not defined, copying from default codemirror */ 10762 +.highlight-def { 10763 + color: #00f; 10764 +} 10765 +.highlight-string-2 { 10766 + color: #f50; 10767 +} 10768 +.highlight-qualifier { 10769 + color: #555; 10770 +} 10771 +.highlight-bracket { 10772 + color: #997; 10773 +} 10774 +.highlight-tag { 10775 + color: #170; 10776 +} 10777 +.highlight-attribute { 10778 + color: #00c; 10779 +} 10780 +.highlight-header { 10781 + color: blue; 10782 +} 10783 +.highlight-quote { 10784 + color: #090; 10785 +} 10786 +.highlight-link { 10787 + color: #00c; 10788 +} 10789 +/* apply the same style to codemirror */ 10790 +.cm-s-ipython span.cm-keyword { 10791 + color: #008000; 10792 + font-weight: bold; 10793 +} 10794 +.cm-s-ipython span.cm-atom { 10795 + color: #88F; 10796 +} 10797 +.cm-s-ipython span.cm-number { 10798 + color: #080; 10799 +} 10800 +.cm-s-ipython span.cm-def { 10801 + color: #00f; 10802 +} 10803 +.cm-s-ipython span.cm-variable { 10804 + color: #000; 10805 +} 10806 +.cm-s-ipython span.cm-operator { 10807 + color: #AA22FF; 10808 + font-weight: bold; 10809 +} 10810 +.cm-s-ipython span.cm-variable-2 { 10811 + color: #1a1a1a; 10812 +} 10813 +.cm-s-ipython span.cm-variable-3 { 10814 + color: #333333; 10815 +} 10816 +.cm-s-ipython span.cm-comment { 10817 + color: #408080; 10818 + font-style: italic; 10819 +} 10820 +.cm-s-ipython span.cm-string { 10821 + color: #BA2121; 10822 +} 10823 +.cm-s-ipython span.cm-string-2 { 10824 + color: #f50; 10825 +} 10826 +.cm-s-ipython span.cm-meta { 10827 + color: #AA22FF; 10828 +} 10829 +.cm-s-ipython span.cm-qualifier { 10830 + color: #555; 10831 +} 10832 +.cm-s-ipython span.cm-builtin { 10833 + color: #008000; 10834 +} 10835 +.cm-s-ipython span.cm-bracket { 10836 + color: #997; 10837 +} 10838 +.cm-s-ipython span.cm-tag { 10839 + color: #170; 10840 +} 10841 +.cm-s-ipython span.cm-attribute { 10842 + color: #00c; 10843 +} 10844 +.cm-s-ipython span.cm-header { 10845 + color: blue; 10846 +} 10847 +.cm-s-ipython span.cm-quote { 10848 + color: #090; 10849 +} 10850 +.cm-s-ipython span.cm-link { 10851 + color: #00c; 10852 +} 10853 +.cm-s-ipython span.cm-error { 10854 + color: #f00; 10855 +} 10856 +.cm-s-ipython span.cm-tab { 10857 + background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAMCAYAAAAkuj5RAAAAAXNSR0IArs4c6QAAAGFJREFUSMft1LsRQFAQheHPowAKoACx3IgEKtaEHujDjORSgWTH/ZOdnZOcM/sgk/kFFWY0qV8foQwS4MKBCS3qR6ixBJvElOobYAtivseIE120FaowJPN75GMu8j/LfMwNjh4HUpwg4LUAAAAASUVORK5CYII=); 10858 + background-position: right; 10859 + background-repeat: no-repeat; 10860 +} 10861 +div.output_wrapper { 10862 + /* this position must be relative to enable descendents to be absolute within it */ 10863 + position: relative; 10864 + /* Old browsers */ 10865 + display: -webkit-box; 10866 + -webkit-box-orient: vertical; 10867 + -webkit-box-align: stretch; 10868 + display: -moz-box; 10869 + -moz-box-orient: vertical; 10870 + -moz-box-align: stretch; 10871 + display: box; 10872 + box-orient: vertical; 10873 + box-align: stretch; 10874 + /* Modern browsers */ 10875 + display: flex; 10876 + flex-direction: column; 10877 + align-items: stretch; 10878 + z-index: 1; 10879 +} 10880 +/* class for the output area when it should be height-limited */ 10881 +div.output_scroll { 10882 + /* ideally, this would be max-height, but FF barfs all over that */ 10883 + height: 24em; 10884 + /* FF needs this *and the wrapper* to specify full width, or it will shrinkwrap */ 10885 + width: 100%; 10886 + overflow: auto; 10887 + border-radius: 2px; 10888 + -webkit-box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.8); 10889 + box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.8); 10890 + display: block; 10891 +} 10892 +/* output div while it is collapsed */ 10893 +div.output_collapsed { 10894 + margin: 0px; 10895 + padding: 0px; 10896 + /* Old browsers */ 10897 + display: -webkit-box; 10898 + -webkit-box-orient: vertical; 10899 + -webkit-box-align: stretch; 10900 + display: -moz-box; 10901 + -moz-box-orient: vertical; 10902 + -moz-box-align: stretch; 10903 + display: box; 10904 + box-orient: vertical; 10905 + box-align: stretch; 10906 + /* Modern browsers */ 10907 + display: flex; 10908 + flex-direction: column; 10909 + align-items: stretch; 10910 +} 10911 +div.out_prompt_overlay { 10912 + height: 100%; 10913 + padding: 0px 0.4em; 10914 + position: absolute; 10915 + border-radius: 2px; 10916 +} 10917 +div.out_prompt_overlay:hover { 10918 + /* use inner shadow to get border that is computed the same on WebKit/FF */ 10919 + -webkit-box-shadow: inset 0 0 1px #000; 10920 + box-shadow: inset 0 0 1px #000; 10921 + background: rgba(240, 240, 240, 0.5); 10922 +} 10923 +div.output_prompt { 10924 + color: #D84315; 10925 +} 10926 +/* This class is the outer container of all output sections. */ 10927 +div.output_area { 10928 + padding: 0px; 10929 + page-break-inside: avoid; 10930 + /* Old browsers */ 10931 + display: -webkit-box; 10932 + -webkit-box-orient: horizontal; 10933 + -webkit-box-align: stretch; 10934 + display: -moz-box; 10935 + -moz-box-orient: horizontal; 10936 + -moz-box-align: stretch; 10937 + display: box; 10938 + box-orient: horizontal; 10939 + box-align: stretch; 10940 + /* Modern browsers */ 10941 + display: flex; 10942 + flex-direction: row; 10943 + align-items: stretch; 10944 +} 10945 +div.output_area .MathJax_Display { 10946 + text-align: left !important; 10947 +} 10948 +div.output_area .rendered_html table { 10949 + margin-left: 0; 10950 + margin-right: 0; 10951 +} 10952 +div.output_area .rendered_html img { 10953 + margin-left: 0; 10954 + margin-right: 0; 10955 +} 10956 +div.output_area img, 10957 +div.output_area svg { 10958 + max-width: 100%; 10959 + height: auto; 10960 +} 10961 +div.output_area img.unconfined, 10962 +div.output_area svg.unconfined { 10963 + max-width: none; 10964 +} 10965 +div.output_area .mglyph > img { 10966 + max-width: none; 10967 +} 10968 +/* This is needed to protect the pre formating from global settings such 10969 + as that of bootstrap */ 10970 +.output { 10971 + /* Old browsers */ 10972 + display: -webkit-box; 10973 + -webkit-box-orient: vertical; 10974 + -webkit-box-align: stretch; 10975 + display: -moz-box; 10976 + -moz-box-orient: vertical; 10977 + -moz-box-align: stretch; 10978 + display: box; 10979 + box-orient: vertical; 10980 + box-align: stretch; 10981 + /* Modern browsers */ 10982 + display: flex; 10983 + flex-direction: column; 10984 + align-items: stretch; 10985 +} 10986 +@media (max-width: 540px) { 10987 + div.output_area { 10988 + /* Old browsers */ 10989 + display: -webkit-box; 10990 + -webkit-box-orient: vertical; 10991 + -webkit-box-align: stretch; 10992 + display: -moz-box; 10993 + -moz-box-orient: vertical; 10994 + -moz-box-align: stretch; 10995 + display: box; 10996 + box-orient: vertical; 10997 + box-align: stretch; 10998 + /* Modern browsers */ 10999 + display: flex; 11000 + flex-direction: column; 11001 + align-items: stretch; 11002 + } 11003 +} 11004 +div.output_area pre { 11005 + margin: 0; 11006 + padding: 1px 0 1px 0; 11007 + border: 0; 11008 + vertical-align: baseline; 11009 + color: black; 11010 + background-color: transparent; 11011 + border-radius: 0; 11012 +} 11013 +/* This class is for the output subarea inside the output_area and after 11014 + the prompt div. */ 11015 +div.output_subarea { 11016 + overflow-x: auto; 11017 + padding: 0.4em; 11018 + /* Old browsers */ 11019 + -webkit-box-flex: 1; 11020 + -moz-box-flex: 1; 11021 + box-flex: 1; 11022 + /* Modern browsers */ 11023 + flex: 1; 11024 + max-width: calc(100% - 14ex); 11025 +} 11026 +div.output_scroll div.output_subarea { 11027 + overflow-x: visible; 11028 +} 11029 +/* The rest of the output_* classes are for special styling of the different 11030 + output types */ 11031 +/* all text output has this class: */ 11032 +div.output_text { 11033 + text-align: left; 11034 + color: #000; 11035 + /* This has to match that of the the CodeMirror class line-height below */ 11036 + line-height: 1.21429em; 11037 +} 11038 +/* stdout/stderr are 'text' as well as 'stream', but execute_result/error are *not* streams */ 11039 +div.output_stderr { 11040 + background: #fdd; 11041 + /* very light red background for stderr */ 11042 +} 11043 +div.output_latex { 11044 + text-align: left; 11045 +} 11046 +/* Empty output_javascript divs should have no height */ 11047 +div.output_javascript:empty { 11048 + padding: 0; 11049 +} 11050 +.js-error { 11051 + color: darkred; 11052 +} 11053 +/* raw_input styles */ 11054 +div.raw_input_container { 11055 + line-height: 1.21429em; 11056 + padding-top: 5px; 11057 +} 11058 +pre.raw_input_prompt { 11059 + /* nothing needed here. */ 11060 +} 11061 +input.raw_input { 11062 + font-family: monospace; 11063 + font-size: inherit; 11064 + color: inherit; 11065 + width: auto; 11066 + /* make sure input baseline aligns with prompt */ 11067 + vertical-align: baseline; 11068 + /* padding + margin = 0.5em between prompt and cursor */ 11069 + padding: 0em 0.25em; 11070 + margin: 0em 0.25em; 11071 +} 11072 +input.raw_input:focus { 11073 + box-shadow: none; 11074 +} 11075 +p.p-space { 11076 + margin-bottom: 10px; 11077 +} 11078 +div.output_unrecognized { 11079 + padding: 5px; 11080 + font-weight: bold; 11081 + color: red; 11082 +} 11083 +div.output_unrecognized a { 11084 + color: inherit; 11085 + text-decoration: none; 11086 +} 11087 +div.output_unrecognized a:hover { 11088 + color: inherit; 11089 + text-decoration: none; 11090 +} 11091 +.rendered_html { 11092 + color: #000; 11093 + /* any extras will just be numbers: */ 11094 +} 11095 +.rendered_html em { 11096 + font-style: italic; 11097 +} 11098 +.rendered_html strong { 11099 + font-weight: bold; 11100 +} 11101 +.rendered_html u { 11102 + text-decoration: underline; 11103 +} 11104 +.rendered_html :link { 11105 + text-decoration: underline; 11106 +} 11107 +.rendered_html :visited { 11108 + text-decoration: underline; 11109 +} 11110 +.rendered_html h1 { 11111 + font-size: 185.7%; 11112 + margin: 1.08em 0 0 0; 11113 + font-weight: bold; 11114 + line-height: 1.0; 11115 +} 11116 +.rendered_html h2 { 11117 + font-size: 157.1%; 11118 + margin: 1.27em 0 0 0; 11119 + font-weight: bold; 11120 + line-height: 1.0; 11121 +} 11122 +.rendered_html h3 { 11123 + font-size: 128.6%; 11124 + margin: 1.55em 0 0 0; 11125 + font-weight: bold; 11126 + line-height: 1.0; 11127 +} 11128 +.rendered_html h4 { 11129 + font-size: 100%; 11130 + margin: 2em 0 0 0; 11131 + font-weight: bold; 11132 + line-height: 1.0; 11133 +} 11134 +.rendered_html h5 { 11135 + font-size: 100%; 11136 + margin: 2em 0 0 0; 11137 + font-weight: bold; 11138 + line-height: 1.0; 11139 + font-style: italic; 11140 +} 11141 +.rendered_html h6 { 11142 + font-size: 100%; 11143 + margin: 2em 0 0 0; 11144 + font-weight: bold; 11145 + line-height: 1.0; 11146 + font-style: italic; 11147 +} 11148 +.rendered_html h1:first-child { 11149 + margin-top: 0.538em; 11150 +} 11151 +.rendered_html h2:first-child { 11152 + margin-top: 0.636em; 11153 +} 11154 +.rendered_html h3:first-child { 11155 + margin-top: 0.777em; 11156 +} 11157 +.rendered_html h4:first-child { 11158 + margin-top: 1em; 11159 +} 11160 +.rendered_html h5:first-child { 11161 + margin-top: 1em; 11162 +} 11163 +.rendered_html h6:first-child { 11164 + margin-top: 1em; 11165 +} 11166 +.rendered_html ul:not(.list-inline), 11167 +.rendered_html ol:not(.list-inline) { 11168 + padding-left: 2em; 11169 +} 11170 +.rendered_html ul { 11171 + list-style: disc; 11172 +} 11173 +.rendered_html ul ul { 11174 + list-style: square; 11175 + margin-top: 0; 11176 +} 11177 +.rendered_html ul ul ul { 11178 + list-style: circle; 11179 +} 11180 +.rendered_html ol { 11181 + list-style: decimal; 11182 +} 11183 +.rendered_html ol ol { 11184 + list-style: upper-alpha; 11185 + margin-top: 0; 11186 +} 11187 +.rendered_html ol ol ol { 11188 + list-style: lower-alpha; 11189 +} 11190 +.rendered_html ol ol ol ol { 11191 + list-style: lower-roman; 11192 +} 11193 +.rendered_html ol ol ol ol ol { 11194 + list-style: decimal; 11195 +} 11196 +.rendered_html * + ul { 11197 + margin-top: 1em; 11198 +} 11199 +.rendered_html * + ol { 11200 + margin-top: 1em; 11201 +} 11202 +.rendered_html hr { 11203 + color: black; 11204 + background-color: black; 11205 +} 11206 +.rendered_html pre { 11207 + margin: 1em 2em; 11208 + padding: 0px; 11209 + background-color: #fff; 11210 +} 11211 +.rendered_html code { 11212 + background-color: #eff0f1; 11213 +} 11214 +.rendered_html p code { 11215 + padding: 1px 5px; 11216 +} 11217 +.rendered_html pre code { 11218 + background-color: #fff; 11219 +} 11220 +.rendered_html pre, 11221 +.rendered_html code { 11222 + border: 0; 11223 + color: #000; 11224 + font-size: 100%; 11225 +} 11226 +.rendered_html blockquote { 11227 + margin: 1em 2em; 11228 +} 11229 +.rendered_html table { 11230 + margin-left: auto; 11231 + margin-right: auto; 11232 + border: none; 11233 + border-collapse: collapse; 11234 + border-spacing: 0; 11235 + color: black; 11236 + font-size: 12px; 11237 + table-layout: fixed; 11238 +} 11239 +.rendered_html thead { 11240 + border-bottom: 1px solid black; 11241 + vertical-align: bottom; 11242 +} 11243 +.rendered_html tr, 11244 +.rendered_html th, 11245 +.rendered_html td { 11246 + text-align: right; 11247 + vertical-align: middle; 11248 + padding: 0.5em 0.5em; 11249 + line-height: normal; 11250 + white-space: normal; 11251 + max-width: none; 11252 + border: none; 11253 +} 11254 +.rendered_html th { 11255 + font-weight: bold; 11256 +} 11257 +.rendered_html tbody tr:nth-child(odd) { 11258 + background: #f5f5f5; 11259 +} 11260 +.rendered_html tbody tr:hover { 11261 + background: rgba(66, 165, 245, 0.2); 11262 +} 11263 +.rendered_html * + table { 11264 + margin-top: 1em; 11265 +} 11266 +.rendered_html p { 11267 + text-align: left; 11268 +} 11269 +.rendered_html * + p { 11270 + margin-top: 1em; 11271 +} 11272 +.rendered_html img { 11273 + display: block; 11274 + margin-left: auto; 11275 + margin-right: auto; 11276 +} 11277 +.rendered_html * + img { 11278 + margin-top: 1em; 11279 +} 11280 +.rendered_html img, 11281 +.rendered_html svg { 11282 + max-width: 100%; 11283 + height: auto; 11284 +} 11285 +.rendered_html img.unconfined, 11286 +.rendered_html svg.unconfined { 11287 + max-width: none; 11288 +} 11289 +.rendered_html .alert { 11290 + margin-bottom: initial; 11291 +} 11292 +.rendered_html * + .alert { 11293 + margin-top: 1em; 11294 +} 11295 +[dir="rtl"] .rendered_html p { 11296 + text-align: right; 11297 +} 11298 +div.text_cell { 11299 + /* Old browsers */ 11300 + display: -webkit-box; 11301 + -webkit-box-orient: horizontal; 11302 + -webkit-box-align: stretch; 11303 + display: -moz-box; 11304 + -moz-box-orient: horizontal; 11305 + -moz-box-align: stretch; 11306 + display: box; 11307 + box-orient: horizontal; 11308 + box-align: stretch; 11309 + /* Modern browsers */ 11310 + display: flex; 11311 + flex-direction: row; 11312 + align-items: stretch; 11313 +} 11314 +@media (max-width: 540px) { 11315 + div.text_cell > div.prompt { 11316 + display: none; 11317 + } 11318 +} 11319 +div.text_cell_render { 11320 + /*font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;*/ 11321 + outline: none; 11322 + resize: none; 11323 + width: inherit; 11324 + border-style: none; 11325 + padding: 0.5em 0.5em 0.5em 0.4em; 11326 + color: #000; 11327 + box-sizing: border-box; 11328 + -moz-box-sizing: border-box; 11329 + -webkit-box-sizing: border-box; 11330 +} 11331 +a.anchor-link:link { 11332 + text-decoration: none; 11333 + padding: 0px 20px; 11334 + visibility: hidden; 11335 +} 11336 +h1:hover .anchor-link, 11337 +h2:hover .anchor-link, 11338 +h3:hover .anchor-link, 11339 +h4:hover .anchor-link, 11340 +h5:hover .anchor-link, 11341 +h6:hover .anchor-link { 11342 + visibility: visible; 11343 +} 11344 +.text_cell.rendered .input_area { 11345 + display: none; 11346 +} 11347 +.text_cell.rendered .rendered_html { 11348 + overflow-x: auto; 11349 + overflow-y: hidden; 11350 +} 11351 +.text_cell.rendered .rendered_html tr, 11352 +.text_cell.rendered .rendered_html th, 11353 +.text_cell.rendered .rendered_html td { 11354 + max-width: none; 11355 +} 11356 +.text_cell.unrendered .text_cell_render { 11357 + display: none; 11358 +} 11359 +.text_cell .dropzone .input_area { 11360 + border: 2px dashed #bababa; 11361 + margin: -1px; 11362 +} 11363 +.cm-header-1, 11364 +.cm-header-2, 11365 +.cm-header-3, 11366 +.cm-header-4, 11367 +.cm-header-5, 11368 +.cm-header-6 { 11369 + font-weight: bold; 11370 + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 11371 +} 11372 +.cm-header-1 { 11373 + font-size: 185.7%; 11374 +} 11375 +.cm-header-2 { 11376 + font-size: 157.1%; 11377 +} 11378 +.cm-header-3 { 11379 + font-size: 128.6%; 11380 +} 11381 +.cm-header-4 { 11382 + font-size: 110%; 11383 +} 11384 +.cm-header-5 { 11385 + font-size: 100%; 11386 + font-style: italic; 11387 +} 11388 +.cm-header-6 { 11389 + font-size: 100%; 11390 + font-style: italic; 11391 +} 11392 +/*! 11393 +* 11394 +* IPython notebook webapp 11395 +* 11396 +*/ 11397 +@media (max-width: 767px) { 11398 + .notebook_app { 11399 + padding-left: 0px; 11400 + padding-right: 0px; 11401 + } 11402 +} 11403 +#ipython-main-app { 11404 + box-sizing: border-box; 11405 + -moz-box-sizing: border-box; 11406 + -webkit-box-sizing: border-box; 11407 + height: 100%; 11408 +} 11409 +div#notebook_panel { 11410 + margin: 0px; 11411 + padding: 0px; 11412 + box-sizing: border-box; 11413 + -moz-box-sizing: border-box; 11414 + -webkit-box-sizing: border-box; 11415 + height: 100%; 11416 +} 11417 +div#notebook { 11418 + font-size: 14px; 11419 + line-height: 20px; 11420 + overflow-y: hidden; 11421 + overflow-x: auto; 11422 + width: 100%; 11423 + /* This spaces the page away from the edge of the notebook area */ 11424 + padding-top: 20px; 11425 + margin: 0px; 11426 + outline: none; 11427 + box-sizing: border-box; 11428 + -moz-box-sizing: border-box; 11429 + -webkit-box-sizing: border-box; 11430 + min-height: 100%; 11431 +} 11432 +@media not print { 11433 + #notebook-container { 11434 + padding: 15px; 11435 + background-color: #fff; 11436 + min-height: 0; 11437 + -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); 11438 + box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); 11439 + } 11440 +} 11441 +@media print { 11442 + #notebook-container { 11443 + width: 100%; 11444 + } 11445 +} 11446 +div.ui-widget-content { 11447 + border: 1px solid #ababab; 11448 + outline: none; 11449 +} 11450 +pre.dialog { 11451 + background-color: #f7f7f7; 11452 + border: 1px solid #ddd; 11453 + border-radius: 2px; 11454 + padding: 0.4em; 11455 + padding-left: 2em; 11456 +} 11457 +p.dialog { 11458 + padding: 0.2em; 11459 +} 11460 +/* Word-wrap output correctly. This is the CSS3 spelling, though Firefox seems 11461 + to not honor it correctly. Webkit browsers (Chrome, rekonq, Safari) do. 11462 + */ 11463 +pre, 11464 +code, 11465 +kbd, 11466 +samp { 11467 + white-space: pre-wrap; 11468 +} 11469 +#fonttest { 11470 + font-family: monospace; 11471 +} 11472 +p { 11473 + margin-bottom: 0; 11474 +} 11475 +.end_space { 11476 + min-height: 100px; 11477 + transition: height .2s ease; 11478 +} 11479 +.notebook_app > #header { 11480 + -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); 11481 + box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); 11482 +} 11483 +@media not print { 11484 + .notebook_app { 11485 + background-color: #EEE; 11486 + } 11487 +} 11488 +kbd { 11489 + border-style: solid; 11490 + border-width: 1px; 11491 + box-shadow: none; 11492 + margin: 2px; 11493 + padding-left: 2px; 11494 + padding-right: 2px; 11495 + padding-top: 1px; 11496 + padding-bottom: 1px; 11497 +} 11498 +.jupyter-keybindings { 11499 + padding: 1px; 11500 + line-height: 24px; 11501 + border-bottom: 1px solid gray; 11502 +} 11503 +.jupyter-keybindings input { 11504 + margin: 0; 11505 + padding: 0; 11506 + border: none; 11507 +} 11508 +.jupyter-keybindings i { 11509 + padding: 6px; 11510 +} 11511 +.well code { 11512 + background-color: #ffffff; 11513 + border-color: #ababab; 11514 + border-width: 1px; 11515 + border-style: solid; 11516 + padding: 2px; 11517 + padding-top: 1px; 11518 + padding-bottom: 1px; 11519 +} 11520 +/* CSS for the cell toolbar */ 11521 +.celltoolbar { 11522 + border: thin solid #CFCFCF; 11523 + border-bottom: none; 11524 + background: #EEE; 11525 + border-radius: 2px 2px 0px 0px; 11526 + width: 100%; 11527 + height: 29px; 11528 + padding-right: 4px; 11529 + /* Old browsers */ 11530 + display: -webkit-box; 11531 + -webkit-box-orient: horizontal; 11532 + -webkit-box-align: stretch; 11533 + display: -moz-box; 11534 + -moz-box-orient: horizontal; 11535 + -moz-box-align: stretch; 11536 + display: box; 11537 + box-orient: horizontal; 11538 + box-align: stretch; 11539 + /* Modern browsers */ 11540 + display: flex; 11541 + flex-direction: row; 11542 + align-items: stretch; 11543 + /* Old browsers */ 11544 + -webkit-box-pack: end; 11545 + -moz-box-pack: end; 11546 + box-pack: end; 11547 + /* Modern browsers */ 11548 + justify-content: flex-end; 11549 + display: -webkit-flex; 11550 +} 11551 +@media print { 11552 + .celltoolbar { 11553 + display: none; 11554 + } 11555 +} 11556 +.ctb_hideshow { 11557 + display: none; 11558 + vertical-align: bottom; 11559 +} 11560 +/* ctb_show is added to the ctb_hideshow div to show the cell toolbar. 11561 + Cell toolbars are only shown when the ctb_global_show class is also set. 11562 +*/ 11563 +.ctb_global_show .ctb_show.ctb_hideshow { 11564 + display: block; 11565 +} 11566 +.ctb_global_show .ctb_show + .input_area, 11567 +.ctb_global_show .ctb_show + div.text_cell_input, 11568 +.ctb_global_show .ctb_show ~ div.text_cell_render { 11569 + border-top-right-radius: 0px; 11570 + border-top-left-radius: 0px; 11571 +} 11572 +.ctb_global_show .ctb_show ~ div.text_cell_render { 11573 + border: 1px solid #cfcfcf; 11574 +} 11575 +.celltoolbar { 11576 + font-size: 87%; 11577 + padding-top: 3px; 11578 +} 11579 +.celltoolbar select { 11580 + display: block; 11581 + width: 100%; 11582 + height: 32px; 11583 + padding: 6px 12px; 11584 + font-size: 13px; 11585 + line-height: 1.42857143; 11586 + color: #555555; 11587 + background-color: #fff; 11588 + background-image: none; 11589 + border: 1px solid #ccc; 11590 + border-radius: 2px; 11591 + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 11592 + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 11593 + -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 11594 + -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 11595 + transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 11596 + height: 30px; 11597 + padding: 5px 10px; 11598 + font-size: 12px; 11599 + line-height: 1.5; 11600 + border-radius: 1px; 11601 + width: inherit; 11602 + font-size: inherit; 11603 + height: 22px; 11604 + padding: 0px; 11605 + display: inline-block; 11606 +} 11607 +.celltoolbar select:focus { 11608 + border-color: #66afe9; 11609 + outline: 0; 11610 + -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); 11611 + box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); 11612 +} 11613 +.celltoolbar select::-moz-placeholder { 11614 + color: #999; 11615 + opacity: 1; 11616 +} 11617 +.celltoolbar select:-ms-input-placeholder { 11618 + color: #999; 11619 +} 11620 +.celltoolbar select::-webkit-input-placeholder { 11621 + color: #999; 11622 +} 11623 +.celltoolbar select::-ms-expand { 11624 + border: 0; 11625 + background-color: transparent; 11626 +} 11627 +.celltoolbar select[disabled], 11628 +.celltoolbar select[readonly], 11629 +fieldset[disabled] .celltoolbar select { 11630 + background-color: #eeeeee; 11631 + opacity: 1; 11632 +} 11633 +.celltoolbar select[disabled], 11634 +fieldset[disabled] .celltoolbar select { 11635 + cursor: not-allowed; 11636 +} 11637 +textarea.celltoolbar select { 11638 + height: auto; 11639 +} 11640 +select.celltoolbar select { 11641 + height: 30px; 11642 + line-height: 30px; 11643 +} 11644 +textarea.celltoolbar select, 11645 +select[multiple].celltoolbar select { 11646 + height: auto; 11647 +} 11648 +.celltoolbar label { 11649 + margin-left: 5px; 11650 + margin-right: 5px; 11651 +} 11652 +.tags_button_container { 11653 + width: 100%; 11654 + display: flex; 11655 +} 11656 +.tag-container { 11657 + display: flex; 11658 + flex-direction: row; 11659 + flex-grow: 1; 11660 + overflow: hidden; 11661 + position: relative; 11662 +} 11663 +.tag-container > * { 11664 + margin: 0 4px; 11665 +} 11666 +.remove-tag-btn { 11667 + margin-left: 4px; 11668 +} 11669 +.tags-input { 11670 + display: flex; 11671 +} 11672 +.cell-tag:last-child:after { 11673 + content: ""; 11674 + position: absolute; 11675 + right: 0; 11676 + width: 40px; 11677 + height: 100%; 11678 + /* Fade to background color of cell toolbar */ 11679 + background: linear-gradient(to right, rgba(0, 0, 0, 0), #EEE); 11680 +} 11681 +.tags-input > * { 11682 + margin-left: 4px; 11683 +} 11684 +.cell-tag, 11685 +.tags-input input, 11686 +.tags-input button { 11687 + display: block; 11688 + width: 100%; 11689 + height: 32px; 11690 + padding: 6px 12px; 11691 + font-size: 13px; 11692 + line-height: 1.42857143; 11693 + color: #555555; 11694 + background-color: #fff; 11695 + background-image: none; 11696 + border: 1px solid #ccc; 11697 + border-radius: 2px; 11698 + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 11699 + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 11700 + -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 11701 + -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 11702 + transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 11703 + height: 30px; 11704 + padding: 5px 10px; 11705 + font-size: 12px; 11706 + line-height: 1.5; 11707 + border-radius: 1px; 11708 + box-shadow: none; 11709 + width: inherit; 11710 + font-size: inherit; 11711 + height: 22px; 11712 + line-height: 22px; 11713 + padding: 0px 4px; 11714 + display: inline-block; 11715 +} 11716 +.cell-tag:focus, 11717 +.tags-input input:focus, 11718 +.tags-input button:focus { 11719 + border-color: #66afe9; 11720 + outline: 0; 11721 + -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); 11722 + box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); 11723 +} 11724 +.cell-tag::-moz-placeholder, 11725 +.tags-input input::-moz-placeholder, 11726 +.tags-input button::-moz-placeholder { 11727 + color: #999; 11728 + opacity: 1; 11729 +} 11730 +.cell-tag:-ms-input-placeholder, 11731 +.tags-input input:-ms-input-placeholder, 11732 +.tags-input button:-ms-input-placeholder { 11733 + color: #999; 11734 +} 11735 +.cell-tag::-webkit-input-placeholder, 11736 +.tags-input input::-webkit-input-placeholder, 11737 +.tags-input button::-webkit-input-placeholder { 11738 + color: #999; 11739 +} 11740 +.cell-tag::-ms-expand, 11741 +.tags-input input::-ms-expand, 11742 +.tags-input button::-ms-expand { 11743 + border: 0; 11744 + background-color: transparent; 11745 +} 11746 +.cell-tag[disabled], 11747 +.tags-input input[disabled], 11748 +.tags-input button[disabled], 11749 +.cell-tag[readonly], 11750 +.tags-input input[readonly], 11751 +.tags-input button[readonly], 11752 +fieldset[disabled] .cell-tag, 11753 +fieldset[disabled] .tags-input input, 11754 +fieldset[disabled] .tags-input button { 11755 + background-color: #eeeeee; 11756 + opacity: 1; 11757 +} 11758 +.cell-tag[disabled], 11759 +.tags-input input[disabled], 11760 +.tags-input button[disabled], 11761 +fieldset[disabled] .cell-tag, 11762 +fieldset[disabled] .tags-input input, 11763 +fieldset[disabled] .tags-input button { 11764 + cursor: not-allowed; 11765 +} 11766 +textarea.cell-tag, 11767 +textarea.tags-input input, 11768 +textarea.tags-input button { 11769 + height: auto; 11770 +} 11771 +select.cell-tag, 11772 +select.tags-input input, 11773 +select.tags-input button { 11774 + height: 30px; 11775 + line-height: 30px; 11776 +} 11777 +textarea.cell-tag, 11778 +textarea.tags-input input, 11779 +textarea.tags-input button, 11780 +select[multiple].cell-tag, 11781 +select[multiple].tags-input input, 11782 +select[multiple].tags-input button { 11783 + height: auto; 11784 +} 11785 +.cell-tag, 11786 +.tags-input button { 11787 + padding: 0px 4px; 11788 +} 11789 +.cell-tag { 11790 + background-color: #fff; 11791 + white-space: nowrap; 11792 +} 11793 +.tags-input input[type=text]:focus { 11794 + outline: none; 11795 + box-shadow: none; 11796 + border-color: #ccc; 11797 +} 11798 +.completions { 11799 + position: absolute; 11800 + z-index: 110; 11801 + overflow: hidden; 11802 + border: 1px solid #ababab; 11803 + border-radius: 2px; 11804 + -webkit-box-shadow: 0px 6px 10px -1px #adadad; 11805 + box-shadow: 0px 6px 10px -1px #adadad; 11806 + line-height: 1; 11807 +} 11808 +.completions select { 11809 + background: white; 11810 + outline: none; 11811 + border: none; 11812 + padding: 0px; 11813 + margin: 0px; 11814 + overflow: auto; 11815 + font-family: monospace; 11816 + font-size: 110%; 11817 + color: #000; 11818 + width: auto; 11819 +} 11820 +.completions select option.context { 11821 + color: #286090; 11822 +} 11823 +#kernel_logo_widget .current_kernel_logo { 11824 + display: none; 11825 + margin-top: -1px; 11826 + margin-bottom: -1px; 11827 + width: 32px; 11828 + height: 32px; 11829 +} 11830 +[dir="rtl"] #kernel_logo_widget { 11831 + float: left !important; 11832 + float: left; 11833 +} 11834 +.modal .modal-body .move-path { 11835 + display: flex; 11836 + flex-direction: row; 11837 + justify-content: space; 11838 + align-items: center; 11839 +} 11840 +.modal .modal-body .move-path .server-root { 11841 + padding-right: 20px; 11842 +} 11843 +.modal .modal-body .move-path .path-input { 11844 + flex: 1; 11845 +} 11846 +#menubar { 11847 + box-sizing: border-box; 11848 + -moz-box-sizing: border-box; 11849 + -webkit-box-sizing: border-box; 11850 + margin-top: 1px; 11851 +} 11852 +#menubar .navbar { 11853 + border-top: 1px; 11854 + border-radius: 0px 0px 2px 2px; 11855 + margin-bottom: 0px; 11856 +} 11857 +#menubar .navbar-toggle { 11858 + float: left; 11859 + padding-top: 7px; 11860 + padding-bottom: 7px; 11861 + border: none; 11862 +} 11863 +#menubar .navbar-collapse { 11864 + clear: left; 11865 +} 11866 +[dir="rtl"] #menubar .navbar-toggle { 11867 + float: right; 11868 +} 11869 +[dir="rtl"] #menubar .navbar-collapse { 11870 + clear: right; 11871 +} 11872 +[dir="rtl"] #menubar .navbar-nav { 11873 + float: right; 11874 +} 11875 +[dir="rtl"] #menubar .nav { 11876 + padding-right: 0px; 11877 +} 11878 +[dir="rtl"] #menubar .navbar-nav > li { 11879 + float: right; 11880 +} 11881 +[dir="rtl"] #menubar .navbar-right { 11882 + float: left !important; 11883 +} 11884 +[dir="rtl"] ul.dropdown-menu { 11885 + text-align: right; 11886 + left: auto; 11887 +} 11888 +[dir="rtl"] ul#new-menu.dropdown-menu { 11889 + right: auto; 11890 + left: 0; 11891 +} 11892 +.nav-wrapper { 11893 + border-bottom: 1px solid #e7e7e7; 11894 +} 11895 +i.menu-icon { 11896 + padding-top: 4px; 11897 +} 11898 +[dir="rtl"] i.menu-icon.pull-right { 11899 + float: left !important; 11900 + float: left; 11901 +} 11902 +ul#help_menu li a { 11903 + overflow: hidden; 11904 + padding-right: 2.2em; 11905 +} 11906 +ul#help_menu li a i { 11907 + margin-right: -1.2em; 11908 +} 11909 +[dir="rtl"] ul#help_menu li a { 11910 + padding-left: 2.2em; 11911 +} 11912 +[dir="rtl"] ul#help_menu li a i { 11913 + margin-right: 0; 11914 + margin-left: -1.2em; 11915 +} 11916 +[dir="rtl"] ul#help_menu li a i.pull-right { 11917 + float: left !important; 11918 + float: left; 11919 +} 11920 +.dropdown-submenu { 11921 + position: relative; 11922 +} 11923 +.dropdown-submenu > .dropdown-menu { 11924 + top: 0; 11925 + left: 100%; 11926 + margin-top: -6px; 11927 + margin-left: -1px; 11928 +} 11929 +[dir="rtl"] .dropdown-submenu > .dropdown-menu { 11930 + right: 100%; 11931 + margin-right: -1px; 11932 +} 11933 +.dropdown-submenu:hover > .dropdown-menu { 11934 + display: block; 11935 +} 11936 +.dropdown-submenu > a:after { 11937 + display: inline-block; 11938 + font: normal normal normal 14px/1 FontAwesome; 11939 + font-size: inherit; 11940 + text-rendering: auto; 11941 + -webkit-font-smoothing: antialiased; 11942 + -moz-osx-font-smoothing: grayscale; 11943 + display: block; 11944 + content: "\f0da"; 11945 + float: right; 11946 + color: #333333; 11947 + margin-top: 2px; 11948 + margin-right: -10px; 11949 +} 11950 +.dropdown-submenu > a:after.fa-pull-left { 11951 + margin-right: .3em; 11952 +} 11953 +.dropdown-submenu > a:after.fa-pull-right { 11954 + margin-left: .3em; 11955 +} 11956 +.dropdown-submenu > a:after.pull-left { 11957 + margin-right: .3em; 11958 +} 11959 +.dropdown-submenu > a:after.pull-right { 11960 + margin-left: .3em; 11961 +} 11962 +[dir="rtl"] .dropdown-submenu > a:after { 11963 + float: left; 11964 + content: "\f0d9"; 11965 + margin-right: 0; 11966 + margin-left: -10px; 11967 +} 11968 +.dropdown-submenu:hover > a:after { 11969 + color: #262626; 11970 +} 11971 +.dropdown-submenu.pull-left { 11972 + float: none; 11973 +} 11974 +.dropdown-submenu.pull-left > .dropdown-menu { 11975 + left: -100%; 11976 + margin-left: 10px; 11977 +} 11978 +#notification_area { 11979 + float: right !important; 11980 + float: right; 11981 + z-index: 10; 11982 +} 11983 +[dir="rtl"] #notification_area { 11984 + float: left !important; 11985 + float: left; 11986 +} 11987 +.indicator_area { 11988 + float: right !important; 11989 + float: right; 11990 + color: #777; 11991 + margin-left: 5px; 11992 + margin-right: 5px; 11993 + width: 11px; 11994 + z-index: 10; 11995 + text-align: center; 11996 + width: auto; 11997 +} 11998 +[dir="rtl"] .indicator_area { 11999 + float: left !important; 12000 + float: left; 12001 +} 12002 +#kernel_indicator { 12003 + float: right !important; 12004 + float: right; 12005 + color: #777; 12006 + margin-left: 5px; 12007 + margin-right: 5px; 12008 + width: 11px; 12009 + z-index: 10; 12010 + text-align: center; 12011 + width: auto; 12012 + border-left: 1px solid; 12013 +} 12014 +#kernel_indicator .kernel_indicator_name { 12015 + padding-left: 5px; 12016 + padding-right: 5px; 12017 +} 12018 +[dir="rtl"] #kernel_indicator { 12019 + float: left !important; 12020 + float: left; 12021 + border-left: 0; 12022 + border-right: 1px solid; 12023 +} 12024 +#modal_indicator { 12025 + float: right !important; 12026 + float: right; 12027 + color: #777; 12028 + margin-left: 5px; 12029 + margin-right: 5px; 12030 + width: 11px; 12031 + z-index: 10; 12032 + text-align: center; 12033 + width: auto; 12034 +} 12035 +[dir="rtl"] #modal_indicator { 12036 + float: left !important; 12037 + float: left; 12038 +} 12039 +#readonly-indicator { 12040 + float: right !important; 12041 + float: right; 12042 + color: #777; 12043 + margin-left: 5px; 12044 + margin-right: 5px; 12045 + width: 11px; 12046 + z-index: 10; 12047 + text-align: center; 12048 + width: auto; 12049 + margin-top: 2px; 12050 + margin-bottom: 0px; 12051 + margin-left: 0px; 12052 + margin-right: 0px; 12053 + display: none; 12054 +} 12055 +.modal_indicator:before { 12056 + width: 1.28571429em; 12057 + text-align: center; 12058 +} 12059 +.edit_mode .modal_indicator:before { 12060 + display: inline-block; 12061 + font: normal normal normal 14px/1 FontAwesome; 12062 + font-size: inherit; 12063 + text-rendering: auto; 12064 + -webkit-font-smoothing: antialiased; 12065 + -moz-osx-font-smoothing: grayscale; 12066 + content: "\f040"; 12067 +} 12068 +.edit_mode .modal_indicator:before.fa-pull-left { 12069 + margin-right: .3em; 12070 +} 12071 +.edit_mode .modal_indicator:before.fa-pull-right { 12072 + margin-left: .3em; 12073 +} 12074 +.edit_mode .modal_indicator:before.pull-left { 12075 + margin-right: .3em; 12076 +} 12077 +.edit_mode .modal_indicator:before.pull-right { 12078 + margin-left: .3em; 12079 +} 12080 +.command_mode .modal_indicator:before { 12081 + display: inline-block; 12082 + font: normal normal normal 14px/1 FontAwesome; 12083 + font-size: inherit; 12084 + text-rendering: auto; 12085 + -webkit-font-smoothing: antialiased; 12086 + -moz-osx-font-smoothing: grayscale; 12087 + content: ' '; 12088 +} 12089 +.command_mode .modal_indicator:before.fa-pull-left { 12090 + margin-right: .3em; 12091 +} 12092 +.command_mode .modal_indicator:before.fa-pull-right { 12093 + margin-left: .3em; 12094 +} 12095 +.command_mode .modal_indicator:before.pull-left { 12096 + margin-right: .3em; 12097 +} 12098 +.command_mode .modal_indicator:before.pull-right { 12099 + margin-left: .3em; 12100 +} 12101 +.kernel_idle_icon:before { 12102 + display: inline-block; 12103 + font: normal normal normal 14px/1 FontAwesome; 12104 + font-size: inherit; 12105 + text-rendering: auto; 12106 + -webkit-font-smoothing: antialiased; 12107 + -moz-osx-font-smoothing: grayscale; 12108 + content: "\f10c"; 12109 +} 12110 +.kernel_idle_icon:before.fa-pull-left { 12111 + margin-right: .3em; 12112 +} 12113 +.kernel_idle_icon:before.fa-pull-right { 12114 + margin-left: .3em; 12115 +} 12116 +.kernel_idle_icon:before.pull-left { 12117 + margin-right: .3em; 12118 +} 12119 +.kernel_idle_icon:before.pull-right { 12120 + margin-left: .3em; 12121 +} 12122 +.kernel_busy_icon:before { 12123 + display: inline-block; 12124 + font: normal normal normal 14px/1 FontAwesome; 12125 + font-size: inherit; 12126 + text-rendering: auto; 12127 + -webkit-font-smoothing: antialiased; 12128 + -moz-osx-font-smoothing: grayscale; 12129 + content: "\f111"; 12130 +} 12131 +.kernel_busy_icon:before.fa-pull-left { 12132 + margin-right: .3em; 12133 +} 12134 +.kernel_busy_icon:before.fa-pull-right { 12135 + margin-left: .3em; 12136 +} 12137 +.kernel_busy_icon:before.pull-left { 12138 + margin-right: .3em; 12139 +} 12140 +.kernel_busy_icon:before.pull-right { 12141 + margin-left: .3em; 12142 +} 12143 +.kernel_dead_icon:before { 12144 + display: inline-block; 12145 + font: normal normal normal 14px/1 FontAwesome; 12146 + font-size: inherit; 12147 + text-rendering: auto; 12148 + -webkit-font-smoothing: antialiased; 12149 + -moz-osx-font-smoothing: grayscale; 12150 + content: "\f1e2"; 12151 +} 12152 +.kernel_dead_icon:before.fa-pull-left { 12153 + margin-right: .3em; 12154 +} 12155 +.kernel_dead_icon:before.fa-pull-right { 12156 + margin-left: .3em; 12157 +} 12158 +.kernel_dead_icon:before.pull-left { 12159 + margin-right: .3em; 12160 +} 12161 +.kernel_dead_icon:before.pull-right { 12162 + margin-left: .3em; 12163 +} 12164 +.kernel_disconnected_icon:before { 12165 + display: inline-block; 12166 + font: normal normal normal 14px/1 FontAwesome; 12167 + font-size: inherit; 12168 + text-rendering: auto; 12169 + -webkit-font-smoothing: antialiased; 12170 + -moz-osx-font-smoothing: grayscale; 12171 + content: "\f127"; 12172 +} 12173 +.kernel_disconnected_icon:before.fa-pull-left { 12174 + margin-right: .3em; 12175 +} 12176 +.kernel_disconnected_icon:before.fa-pull-right { 12177 + margin-left: .3em; 12178 +} 12179 +.kernel_disconnected_icon:before.pull-left { 12180 + margin-right: .3em; 12181 +} 12182 +.kernel_disconnected_icon:before.pull-right { 12183 + margin-left: .3em; 12184 +} 12185 +.notification_widget { 12186 + color: #777; 12187 + z-index: 10; 12188 + background: rgba(240, 240, 240, 0.5); 12189 + margin-right: 4px; 12190 + color: #333; 12191 + background-color: #fff; 12192 + border-color: #ccc; 12193 +} 12194 +.notification_widget:focus, 12195 +.notification_widget.focus { 12196 + color: #333; 12197 + background-color: #e6e6e6; 12198 + border-color: #8c8c8c; 12199 +} 12200 +.notification_widget:hover { 12201 + color: #333; 12202 + background-color: #e6e6e6; 12203 + border-color: #adadad; 12204 +} 12205 +.notification_widget:active, 12206 +.notification_widget.active, 12207 +.open > .dropdown-toggle.notification_widget { 12208 + color: #333; 12209 + background-color: #e6e6e6; 12210 + border-color: #adadad; 12211 +} 12212 +.notification_widget:active:hover, 12213 +.notification_widget.active:hover, 12214 +.open > .dropdown-toggle.notification_widget:hover, 12215 +.notification_widget:active:focus, 12216 +.notification_widget.active:focus, 12217 +.open > .dropdown-toggle.notification_widget:focus, 12218 +.notification_widget:active.focus, 12219 +.notification_widget.active.focus, 12220 +.open > .dropdown-toggle.notification_widget.focus { 12221 + color: #333; 12222 + background-color: #d4d4d4; 12223 + border-color: #8c8c8c; 12224 +} 12225 +.notification_widget:active, 12226 +.notification_widget.active, 12227 +.open > .dropdown-toggle.notification_widget { 12228 + background-image: none; 12229 +} 12230 +.notification_widget.disabled:hover, 12231 +.notification_widget[disabled]:hover, 12232 +fieldset[disabled] .notification_widget:hover, 12233 +.notification_widget.disabled:focus, 12234 +.notification_widget[disabled]:focus, 12235 +fieldset[disabled] .notification_widget:focus, 12236 +.notification_widget.disabled.focus, 12237 +.notification_widget[disabled].focus, 12238 +fieldset[disabled] .notification_widget.focus { 12239 + background-color: #fff; 12240 + border-color: #ccc; 12241 +} 12242 +.notification_widget .badge { 12243 + color: #fff; 12244 + background-color: #333; 12245 +} 12246 +.notification_widget.warning { 12247 + color: #fff; 12248 + background-color: #f0ad4e; 12249 + border-color: #eea236; 12250 +} 12251 +.notification_widget.warning:focus, 12252 +.notification_widget.warning.focus { 12253 + color: #fff; 12254 + background-color: #ec971f; 12255 + border-color: #985f0d; 12256 +} 12257 +.notification_widget.warning:hover { 12258 + color: #fff; 12259 + background-color: #ec971f; 12260 + border-color: #d58512; 12261 +} 12262 +.notification_widget.warning:active, 12263 +.notification_widget.warning.active, 12264 +.open > .dropdown-toggle.notification_widget.warning { 12265 + color: #fff; 12266 + background-color: #ec971f; 12267 + border-color: #d58512; 12268 +} 12269 +.notification_widget.warning:active:hover, 12270 +.notification_widget.warning.active:hover, 12271 +.open > .dropdown-toggle.notification_widget.warning:hover, 12272 +.notification_widget.warning:active:focus, 12273 +.notification_widget.warning.active:focus, 12274 +.open > .dropdown-toggle.notification_widget.warning:focus, 12275 +.notification_widget.warning:active.focus, 12276 +.notification_widget.warning.active.focus, 12277 +.open > .dropdown-toggle.notification_widget.warning.focus { 12278 + color: #fff; 12279 + background-color: #d58512; 12280 + border-color: #985f0d; 12281 +} 12282 +.notification_widget.warning:active, 12283 +.notification_widget.warning.active, 12284 +.open > .dropdown-toggle.notification_widget.warning { 12285 + background-image: none; 12286 +} 12287 +.notification_widget.warning.disabled:hover, 12288 +.notification_widget.warning[disabled]:hover, 12289 +fieldset[disabled] .notification_widget.warning:hover, 12290 +.notification_widget.warning.disabled:focus, 12291 +.notification_widget.warning[disabled]:focus, 12292 +fieldset[disabled] .notification_widget.warning:focus, 12293 +.notification_widget.warning.disabled.focus, 12294 +.notification_widget.warning[disabled].focus, 12295 +fieldset[disabled] .notification_widget.warning.focus { 12296 + background-color: #f0ad4e; 12297 + border-color: #eea236; 12298 +} 12299 +.notification_widget.warning .badge { 12300 + color: #f0ad4e; 12301 + background-color: #fff; 12302 +} 12303 +.notification_widget.success { 12304 + color: #fff; 12305 + background-color: #5cb85c; 12306 + border-color: #4cae4c; 12307 +} 12308 +.notification_widget.success:focus, 12309 +.notification_widget.success.focus { 12310 + color: #fff; 12311 + background-color: #449d44; 12312 + border-color: #255625; 12313 +} 12314 +.notification_widget.success:hover { 12315 + color: #fff; 12316 + background-color: #449d44; 12317 + border-color: #398439; 12318 +} 12319 +.notification_widget.success:active, 12320 +.notification_widget.success.active, 12321 +.open > .dropdown-toggle.notification_widget.success { 12322 + color: #fff; 12323 + background-color: #449d44; 12324 + border-color: #398439; 12325 +} 12326 +.notification_widget.success:active:hover, 12327 +.notification_widget.success.active:hover, 12328 +.open > .dropdown-toggle.notification_widget.success:hover, 12329 +.notification_widget.success:active:focus, 12330 +.notification_widget.success.active:focus, 12331 +.open > .dropdown-toggle.notification_widget.success:focus, 12332 +.notification_widget.success:active.focus, 12333 +.notification_widget.success.active.focus, 12334 +.open > .dropdown-toggle.notification_widget.success.focus { 12335 + color: #fff; 12336 + background-color: #398439; 12337 + border-color: #255625; 12338 +} 12339 +.notification_widget.success:active, 12340 +.notification_widget.success.active, 12341 +.open > .dropdown-toggle.notification_widget.success { 12342 + background-image: none; 12343 +} 12344 +.notification_widget.success.disabled:hover, 12345 +.notification_widget.success[disabled]:hover, 12346 +fieldset[disabled] .notification_widget.success:hover, 12347 +.notification_widget.success.disabled:focus, 12348 +.notification_widget.success[disabled]:focus, 12349 +fieldset[disabled] .notification_widget.success:focus, 12350 +.notification_widget.success.disabled.focus, 12351 +.notification_widget.success[disabled].focus, 12352 +fieldset[disabled] .notification_widget.success.focus { 12353 + background-color: #5cb85c; 12354 + border-color: #4cae4c; 12355 +} 12356 +.notification_widget.success .badge { 12357 + color: #5cb85c; 12358 + background-color: #fff; 12359 +} 12360 +.notification_widget.info { 12361 + color: #fff; 12362 + background-color: #5bc0de; 12363 + border-color: #46b8da; 12364 +} 12365 +.notification_widget.info:focus, 12366 +.notification_widget.info.focus { 12367 + color: #fff; 12368 + background-color: #31b0d5; 12369 + border-color: #1b6d85; 12370 +} 12371 +.notification_widget.info:hover { 12372 + color: #fff; 12373 + background-color: #31b0d5; 12374 + border-color: #269abc; 12375 +} 12376 +.notification_widget.info:active, 12377 +.notification_widget.info.active, 12378 +.open > .dropdown-toggle.notification_widget.info { 12379 + color: #fff; 12380 + background-color: #31b0d5; 12381 + border-color: #269abc; 12382 +} 12383 +.notification_widget.info:active:hover, 12384 +.notification_widget.info.active:hover, 12385 +.open > .dropdown-toggle.notification_widget.info:hover, 12386 +.notification_widget.info:active:focus, 12387 +.notification_widget.info.active:focus, 12388 +.open > .dropdown-toggle.notification_widget.info:focus, 12389 +.notification_widget.info:active.focus, 12390 +.notification_widget.info.active.focus, 12391 +.open > .dropdown-toggle.notification_widget.info.focus { 12392 + color: #fff; 12393 + background-color: #269abc; 12394 + border-color: #1b6d85; 12395 +} 12396 +.notification_widget.info:active, 12397 +.notification_widget.info.active, 12398 +.open > .dropdown-toggle.notification_widget.info { 12399 + background-image: none; 12400 +} 12401 +.notification_widget.info.disabled:hover, 12402 +.notification_widget.info[disabled]:hover, 12403 +fieldset[disabled] .notification_widget.info:hover, 12404 +.notification_widget.info.disabled:focus, 12405 +.notification_widget.info[disabled]:focus, 12406 +fieldset[disabled] .notification_widget.info:focus, 12407 +.notification_widget.info.disabled.focus, 12408 +.notification_widget.info[disabled].focus, 12409 +fieldset[disabled] .notification_widget.info.focus { 12410 + background-color: #5bc0de; 12411 + border-color: #46b8da; 12412 +} 12413 +.notification_widget.info .badge { 12414 + color: #5bc0de; 12415 + background-color: #fff; 12416 +} 12417 +.notification_widget.danger { 12418 + color: #fff; 12419 + background-color: #d9534f; 12420 + border-color: #d43f3a; 12421 +} 12422 +.notification_widget.danger:focus, 12423 +.notification_widget.danger.focus { 12424 + color: #fff; 12425 + background-color: #c9302c; 12426 + border-color: #761c19; 12427 +} 12428 +.notification_widget.danger:hover { 12429 + color: #fff; 12430 + background-color: #c9302c; 12431 + border-color: #ac2925; 12432 +} 12433 +.notification_widget.danger:active, 12434 +.notification_widget.danger.active, 12435 +.open > .dropdown-toggle.notification_widget.danger { 12436 + color: #fff; 12437 + background-color: #c9302c; 12438 + border-color: #ac2925; 12439 +} 12440 +.notification_widget.danger:active:hover, 12441 +.notification_widget.danger.active:hover, 12442 +.open > .dropdown-toggle.notification_widget.danger:hover, 12443 +.notification_widget.danger:active:focus, 12444 +.notification_widget.danger.active:focus, 12445 +.open > .dropdown-toggle.notification_widget.danger:focus, 12446 +.notification_widget.danger:active.focus, 12447 +.notification_widget.danger.active.focus, 12448 +.open > .dropdown-toggle.notification_widget.danger.focus { 12449 + color: #fff; 12450 + background-color: #ac2925; 12451 + border-color: #761c19; 12452 +} 12453 +.notification_widget.danger:active, 12454 +.notification_widget.danger.active, 12455 +.open > .dropdown-toggle.notification_widget.danger { 12456 + background-image: none; 12457 +} 12458 +.notification_widget.danger.disabled:hover, 12459 +.notification_widget.danger[disabled]:hover, 12460 +fieldset[disabled] .notification_widget.danger:hover, 12461 +.notification_widget.danger.disabled:focus, 12462 +.notification_widget.danger[disabled]:focus, 12463 +fieldset[disabled] .notification_widget.danger:focus, 12464 +.notification_widget.danger.disabled.focus, 12465 +.notification_widget.danger[disabled].focus, 12466 +fieldset[disabled] .notification_widget.danger.focus { 12467 + background-color: #d9534f; 12468 + border-color: #d43f3a; 12469 +} 12470 +.notification_widget.danger .badge { 12471 + color: #d9534f; 12472 + background-color: #fff; 12473 +} 12474 +div#pager { 12475 + background-color: #fff; 12476 + font-size: 14px; 12477 + line-height: 20px; 12478 + overflow: hidden; 12479 + display: none; 12480 + position: fixed; 12481 + bottom: 0px; 12482 + width: 100%; 12483 + max-height: 50%; 12484 + padding-top: 8px; 12485 + -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); 12486 + box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); 12487 + /* Display over codemirror */ 12488 + z-index: 100; 12489 + /* Hack which prevents jquery ui resizable from changing top. */ 12490 + top: auto !important; 12491 +} 12492 +div#pager pre { 12493 + line-height: 1.21429em; 12494 + color: #000; 12495 + background-color: #f7f7f7; 12496 + padding: 0.4em; 12497 +} 12498 +div#pager #pager-button-area { 12499 + position: absolute; 12500 + top: 8px; 12501 + right: 20px; 12502 +} 12503 +div#pager #pager-contents { 12504 + position: relative; 12505 + overflow: auto; 12506 + width: 100%; 12507 + height: 100%; 12508 +} 12509 +div#pager #pager-contents #pager-container { 12510 + position: relative; 12511 + padding: 15px 0px; 12512 + box-sizing: border-box; 12513 + -moz-box-sizing: border-box; 12514 + -webkit-box-sizing: border-box; 12515 +} 12516 +div#pager .ui-resizable-handle { 12517 + top: 0px; 12518 + height: 8px; 12519 + background: #f7f7f7; 12520 + border-top: 1px solid #cfcfcf; 12521 + border-bottom: 1px solid #cfcfcf; 12522 + /* This injects handle bars (a short, wide = symbol) for 12523 + the resize handle. */ 12524 +} 12525 +div#pager .ui-resizable-handle::after { 12526 + content: ''; 12527 + top: 2px; 12528 + left: 50%; 12529 + height: 3px; 12530 + width: 30px; 12531 + margin-left: -15px; 12532 + position: absolute; 12533 + border-top: 1px solid #cfcfcf; 12534 +} 12535 +.quickhelp { 12536 + /* Old browsers */ 12537 + display: -webkit-box; 12538 + -webkit-box-orient: horizontal; 12539 + -webkit-box-align: stretch; 12540 + display: -moz-box; 12541 + -moz-box-orient: horizontal; 12542 + -moz-box-align: stretch; 12543 + display: box; 12544 + box-orient: horizontal; 12545 + box-align: stretch; 12546 + /* Modern browsers */ 12547 + display: flex; 12548 + flex-direction: row; 12549 + align-items: stretch; 12550 + line-height: 1.8em; 12551 +} 12552 +.shortcut_key { 12553 + display: inline-block; 12554 + width: 21ex; 12555 + text-align: right; 12556 + font-family: monospace; 12557 +} 12558 +.shortcut_descr { 12559 + display: inline-block; 12560 + /* Old browsers */ 12561 + -webkit-box-flex: 1; 12562 + -moz-box-flex: 1; 12563 + box-flex: 1; 12564 + /* Modern browsers */ 12565 + flex: 1; 12566 +} 12567 +span.save_widget { 12568 + height: 30px; 12569 + margin-top: 4px; 12570 + display: flex; 12571 + justify-content: flex-start; 12572 + align-items: baseline; 12573 + width: 50%; 12574 + flex: 1; 12575 +} 12576 +span.save_widget span.filename { 12577 + height: 100%; 12578 + line-height: 1em; 12579 + margin-left: 16px; 12580 + border: none; 12581 + font-size: 146.5%; 12582 + text-overflow: ellipsis; 12583 + overflow: hidden; 12584 + white-space: nowrap; 12585 + border-radius: 2px; 12586 +} 12587 +span.save_widget span.filename:hover { 12588 + background-color: #e6e6e6; 12589 +} 12590 +[dir="rtl"] span.save_widget.pull-left { 12591 + float: right !important; 12592 + float: right; 12593 +} 12594 +[dir="rtl"] span.save_widget span.filename { 12595 + margin-left: 0; 12596 + margin-right: 16px; 12597 +} 12598 +span.checkpoint_status, 12599 +span.autosave_status { 12600 + font-size: small; 12601 + white-space: nowrap; 12602 + padding: 0 5px; 12603 +} 12604 +@media (max-width: 767px) { 12605 + span.save_widget { 12606 + font-size: small; 12607 + padding: 0 0 0 5px; 12608 + } 12609 + span.checkpoint_status, 12610 + span.autosave_status { 12611 + display: none; 12612 + } 12613 +} 12614 +@media (min-width: 768px) and (max-width: 991px) { 12615 + span.checkpoint_status { 12616 + display: none; 12617 + } 12618 + span.autosave_status { 12619 + font-size: x-small; 12620 + } 12621 +} 12622 +.toolbar { 12623 + padding: 0px; 12624 + margin-left: -5px; 12625 + margin-top: 2px; 12626 + margin-bottom: 5px; 12627 + box-sizing: border-box; 12628 + -moz-box-sizing: border-box; 12629 + -webkit-box-sizing: border-box; 12630 +} 12631 +.toolbar select, 12632 +.toolbar label { 12633 + width: auto; 12634 + vertical-align: middle; 12635 + margin-right: 2px; 12636 + margin-bottom: 0px; 12637 + display: inline; 12638 + font-size: 92%; 12639 + margin-left: 0.3em; 12640 + margin-right: 0.3em; 12641 + padding: 0px; 12642 + padding-top: 3px; 12643 +} 12644 +.toolbar .btn { 12645 + padding: 2px 8px; 12646 +} 12647 +.toolbar .btn-group { 12648 + margin-top: 0px; 12649 + margin-left: 5px; 12650 +} 12651 +.toolbar-btn-label { 12652 + margin-left: 6px; 12653 +} 12654 +#maintoolbar { 12655 + margin-bottom: -3px; 12656 + margin-top: -8px; 12657 + border: 0px; 12658 + min-height: 27px; 12659 + margin-left: 0px; 12660 + padding-top: 11px; 12661 + padding-bottom: 3px; 12662 +} 12663 +#maintoolbar .navbar-text { 12664 + float: none; 12665 + vertical-align: middle; 12666 + text-align: right; 12667 + margin-left: 5px; 12668 + margin-right: 0px; 12669 + margin-top: 0px; 12670 +} 12671 +.select-xs { 12672 + height: 24px; 12673 +} 12674 +[dir="rtl"] .btn-group > .btn, 12675 +.btn-group-vertical > .btn { 12676 + float: right; 12677 +} 12678 +.pulse, 12679 +.dropdown-menu > li > a.pulse, 12680 +li.pulse > a.dropdown-toggle, 12681 +li.pulse.open > a.dropdown-toggle { 12682 + background-color: #F37626; 12683 + color: white; 12684 +} 12685 +/** 12686 + * Primary styles 12687 + * 12688 + * Author: Jupyter Development Team 12689 + */ 12690 +/** WARNING IF YOU ARE EDITTING THIS FILE, if this is a .css file, It has a lot 12691 + * of chance of beeing generated from the ../less/[samename].less file, you can 12692 + * try to get back the less file by reverting somme commit in history 12693 + **/ 12694 +/* 12695 + * We'll try to get something pretty, so we 12696 + * have some strange css to have the scroll bar on 12697 + * the left with fix button on the top right of the tooltip 12698 + */ 12699 +@-moz-keyframes fadeOut { 12700 + from { 12701 + opacity: 1; 12702 + } 12703 + to { 12704 + opacity: 0; 12705 + } 12706 +} 12707 +@-webkit-keyframes fadeOut { 12708 + from { 12709 + opacity: 1; 12710 + } 12711 + to { 12712 + opacity: 0; 12713 + } 12714 +} 12715 +@-moz-keyframes fadeIn { 12716 + from { 12717 + opacity: 0; 12718 + } 12719 + to { 12720 + opacity: 1; 12721 + } 12722 +} 12723 +@-webkit-keyframes fadeIn { 12724 + from { 12725 + opacity: 0; 12726 + } 12727 + to { 12728 + opacity: 1; 12729 + } 12730 +} 12731 +/*properties of tooltip after "expand"*/ 12732 +.bigtooltip { 12733 + overflow: auto; 12734 + height: 200px; 12735 + -webkit-transition-property: height; 12736 + -webkit-transition-duration: 500ms; 12737 + -moz-transition-property: height; 12738 + -moz-transition-duration: 500ms; 12739 + transition-property: height; 12740 + transition-duration: 500ms; 12741 +} 12742 +/*properties of tooltip before "expand"*/ 12743 +.smalltooltip { 12744 + -webkit-transition-property: height; 12745 + -webkit-transition-duration: 500ms; 12746 + -moz-transition-property: height; 12747 + -moz-transition-duration: 500ms; 12748 + transition-property: height; 12749 + transition-duration: 500ms; 12750 + text-overflow: ellipsis; 12751 + overflow: hidden; 12752 + height: 80px; 12753 +} 12754 +.tooltipbuttons { 12755 + position: absolute; 12756 + padding-right: 15px; 12757 + top: 0px; 12758 + right: 0px; 12759 +} 12760 +.tooltiptext { 12761 + /*avoid the button to overlap on some docstring*/ 12762 + padding-right: 30px; 12763 +} 12764 +.ipython_tooltip { 12765 + max-width: 700px; 12766 + /*fade-in animation when inserted*/ 12767 + -webkit-animation: fadeOut 400ms; 12768 + -moz-animation: fadeOut 400ms; 12769 + animation: fadeOut 400ms; 12770 + -webkit-animation: fadeIn 400ms; 12771 + -moz-animation: fadeIn 400ms; 12772 + animation: fadeIn 400ms; 12773 + vertical-align: middle; 12774 + background-color: #f7f7f7; 12775 + overflow: visible; 12776 + border: #ababab 1px solid; 12777 + outline: none; 12778 + padding: 3px; 12779 + margin: 0px; 12780 + padding-left: 7px; 12781 + font-family: monospace; 12782 + min-height: 50px; 12783 + -moz-box-shadow: 0px 6px 10px -1px #adadad; 12784 + -webkit-box-shadow: 0px 6px 10px -1px #adadad; 12785 + box-shadow: 0px 6px 10px -1px #adadad; 12786 + border-radius: 2px; 12787 + position: absolute; 12788 + z-index: 1000; 12789 +} 12790 +.ipython_tooltip a { 12791 + float: right; 12792 +} 12793 +.ipython_tooltip .tooltiptext pre { 12794 + border: 0; 12795 + border-radius: 0; 12796 + font-size: 100%; 12797 + background-color: #f7f7f7; 12798 +} 12799 +.pretooltiparrow { 12800 + left: 0px; 12801 + margin: 0px; 12802 + top: -16px; 12803 + width: 40px; 12804 + height: 16px; 12805 + overflow: hidden; 12806 + position: absolute; 12807 +} 12808 +.pretooltiparrow:before { 12809 + background-color: #f7f7f7; 12810 + border: 1px #ababab solid; 12811 + z-index: 11; 12812 + content: ""; 12813 + position: absolute; 12814 + left: 15px; 12815 + top: 10px; 12816 + width: 25px; 12817 + height: 25px; 12818 + -webkit-transform: rotate(45deg); 12819 + -moz-transform: rotate(45deg); 12820 + -ms-transform: rotate(45deg); 12821 + -o-transform: rotate(45deg); 12822 +} 12823 +ul.typeahead-list i { 12824 + margin-left: -10px; 12825 + width: 18px; 12826 +} 12827 +[dir="rtl"] ul.typeahead-list i { 12828 + margin-left: 0; 12829 + margin-right: -10px; 12830 +} 12831 +ul.typeahead-list { 12832 + max-height: 80vh; 12833 + overflow: auto; 12834 +} 12835 +ul.typeahead-list > li > a { 12836 + /** Firefox bug **/ 12837 + /* see https://github.com/jupyter/notebook/issues/559 */ 12838 + white-space: normal; 12839 +} 12840 +ul.typeahead-list > li > a.pull-right { 12841 + float: left !important; 12842 + float: left; 12843 +} 12844 +[dir="rtl"] .typeahead-list { 12845 + text-align: right; 12846 +} 12847 +.cmd-palette .modal-body { 12848 + padding: 7px; 12849 +} 12850 +.cmd-palette form { 12851 + background: white; 12852 +} 12853 +.cmd-palette input { 12854 + outline: none; 12855 +} 12856 +.no-shortcut { 12857 + min-width: 20px; 12858 + color: transparent; 12859 +} 12860 +[dir="rtl"] .no-shortcut.pull-right { 12861 + float: left !important; 12862 + float: left; 12863 +} 12864 +[dir="rtl"] .command-shortcut.pull-right { 12865 + float: left !important; 12866 + float: left; 12867 +} 12868 +.command-shortcut:before { 12869 + content: "(command mode)"; 12870 + padding-right: 3px; 12871 + color: #777777; 12872 +} 12873 +.edit-shortcut:before { 12874 + content: "(edit)"; 12875 + padding-right: 3px; 12876 + color: #777777; 12877 +} 12878 +[dir="rtl"] .edit-shortcut.pull-right { 12879 + float: left !important; 12880 + float: left; 12881 +} 12882 +#find-and-replace #replace-preview .match, 12883 +#find-and-replace #replace-preview .insert { 12884 + background-color: #BBDEFB; 12885 + border-color: #90CAF9; 12886 + border-style: solid; 12887 + border-width: 1px; 12888 + border-radius: 0px; 12889 +} 12890 +[dir="ltr"] #find-and-replace .input-group-btn + .form-control { 12891 + border-left: none; 12892 +} 12893 +[dir="rtl"] #find-and-replace .input-group-btn + .form-control { 12894 + border-right: none; 12895 +} 12896 +#find-and-replace #replace-preview .replace .match { 12897 + background-color: #FFCDD2; 12898 + border-color: #EF9A9A; 12899 + border-radius: 0px; 12900 +} 12901 +#find-and-replace #replace-preview .replace .insert { 12902 + background-color: #C8E6C9; 12903 + border-color: #A5D6A7; 12904 + border-radius: 0px; 12905 +} 12906 +#find-and-replace #replace-preview { 12907 + max-height: 60vh; 12908 + overflow: auto; 12909 +} 12910 +#find-and-replace #replace-preview pre { 12911 + padding: 5px 10px; 12912 +} 12913 +.terminal-app { 12914 + background: #EEE; 12915 +} 12916 +.terminal-app #header { 12917 + background: #fff; 12918 + -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); 12919 + box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); 12920 +} 12921 +.terminal-app .terminal { 12922 + width: 100%; 12923 + float: left; 12924 + font-family: monospace; 12925 + color: white; 12926 + background: black; 12927 + padding: 0.4em; 12928 + border-radius: 2px; 12929 + -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.4); 12930 + box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.4); 12931 +} 12932 +.terminal-app .terminal, 12933 +.terminal-app .terminal dummy-screen { 12934 + line-height: 1em; 12935 + font-size: 14px; 12936 +} 12937 +.terminal-app .terminal .xterm-rows { 12938 + padding: 10px; 12939 +} 12940 +.terminal-app .terminal-cursor { 12941 + color: black; 12942 + background: white; 12943 +} 12944 +.terminal-app #terminado-container { 12945 + margin-top: 20px; 12946 +} 12947 +/*# sourceMappingURL=style.min.css.map */ 12948 + </style> 12949 +<style type="text/css"> 12950 + .highlight .hll { background-color: #ffffcc } 12951 +.highlight { background: #f8f8f8; } 12952 +.highlight .c { color: #408080; font-style: italic } /* Comment */ 12953 +.highlight .err { border: 1px solid #FF0000 } /* Error */ 12954 +.highlight .k { color: #008000; font-weight: bold } /* Keyword */ 12955 +.highlight .o { color: #666666 } /* Operator */ 12956 +.highlight .ch { color: #408080; font-style: italic } /* Comment.Hashbang */ 12957 +.highlight .cm { color: #408080; font-style: italic } /* Comment.Multiline */ 12958 +.highlight .cp { color: #BC7A00 } /* Comment.Preproc */ 12959 +.highlight .cpf { color: #408080; font-style: italic } /* Comment.PreprocFile */ 12960 +.highlight .c1 { color: #408080; font-style: italic } /* Comment.Single */ 12961 +.highlight .cs { color: #408080; font-style: italic } /* Comment.Special */ 12962 +.highlight .gd { color: #A00000 } /* Generic.Deleted */ 12963 +.highlight .ge { font-style: italic } /* Generic.Emph */ 12964 +.highlight .gr { color: #FF0000 } /* Generic.Error */ 12965 +.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */ 12966 +.highlight .gi { color: #00A000 } /* Generic.Inserted */ 12967 +.highlight .go { color: #888888 } /* Generic.Output */ 12968 +.highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */ 12969 +.highlight .gs { font-weight: bold } /* Generic.Strong */ 12970 +.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ 12971 +.highlight .gt { color: #0044DD } /* Generic.Traceback */ 12972 +.highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */ 12973 +.highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */ 12974 +.highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */ 12975 +.highlight .kp { color: #008000 } /* Keyword.Pseudo */ 12976 +.highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */ 12977 +.highlight .kt { color: #B00040 } /* Keyword.Type */ 12978 +.highlight .m { color: #666666 } /* Literal.Number */ 12979 +.highlight .s { color: #BA2121 } /* Literal.String */ 12980 +.highlight .na { color: #7D9029 } /* Name.Attribute */ 12981 +.highlight .nb { color: #008000 } /* Name.Builtin */ 12982 +.highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */ 12983 +.highlight .no { color: #880000 } /* Name.Constant */ 12984 +.highlight .nd { color: #AA22FF } /* Name.Decorator */ 12985 +.highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */ 12986 +.highlight .ne { color: #D2413A; font-weight: bold } /* Name.Exception */ 12987 +.highlight .nf { color: #0000FF } /* Name.Function */ 12988 +.highlight .nl { color: #A0A000 } /* Name.Label */ 12989 +.highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */ 12990 +.highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */ 12991 +.highlight .nv { color: #19177C } /* Name.Variable */ 12992 +.highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */ 12993 +.highlight .w { color: #bbbbbb } /* Text.Whitespace */ 12994 +.highlight .mb { color: #666666 } /* Literal.Number.Bin */ 12995 +.highlight .mf { color: #666666 } /* Literal.Number.Float */ 12996 +.highlight .mh { color: #666666 } /* Literal.Number.Hex */ 12997 +.highlight .mi { color: #666666 } /* Literal.Number.Integer */ 12998 +.highlight .mo { color: #666666 } /* Literal.Number.Oct */ 12999 +.highlight .sa { color: #BA2121 } /* Literal.String.Affix */ 13000 +.highlight .sb { color: #BA2121 } /* Literal.String.Backtick */ 13001 +.highlight .sc { color: #BA2121 } /* Literal.String.Char */ 13002 +.highlight .dl { color: #BA2121 } /* Literal.String.Delimiter */ 13003 +.highlight .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */ 13004 +.highlight .s2 { color: #BA2121 } /* Literal.String.Double */ 13005 +.highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */ 13006 +.highlight .sh { color: #BA2121 } /* Literal.String.Heredoc */ 13007 +.highlight .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */ 13008 +.highlight .sx { color: #008000 } /* Literal.String.Other */ 13009 +.highlight .sr { color: #BB6688 } /* Literal.String.Regex */ 13010 +.highlight .s1 { color: #BA2121 } /* Literal.String.Single */ 13011 +.highlight .ss { color: #19177C } /* Literal.String.Symbol */ 13012 +.highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */ 13013 +.highlight .fm { color: #0000FF } /* Name.Function.Magic */ 13014 +.highlight .vc { color: #19177C } /* Name.Variable.Class */ 13015 +.highlight .vg { color: #19177C } /* Name.Variable.Global */ 13016 +.highlight .vi { color: #19177C } /* Name.Variable.Instance */ 13017 +.highlight .vm { color: #19177C } /* Name.Variable.Magic */ 13018 +.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */ 13019 + </style> 28 28 29 -<https://ag.tennessee.edu/solar/Pages/What%20Is%20Solar%20Energy/Sunlight.aspx> 30 30 31 -```python 32 -infrared_sol_power = 527 33 -``` 13022 +<style type="text/css"> 13023 +/* Overrides of notebook CSS for static HTML export */ 13024 +body { 13025 + overflow: visible; 13026 + padding: 8px; 13027 +} 34 34 35 -Total solar infrared power available at the surface is thus: 13029 +div#notebook { 13030 + overflow: visible; 13031 + border-top: none; 13032 +}@media print { 13033 + div.cell { 13034 + display: block; 13035 + page-break-inside: avoid; 13036 + } 13037 + div.output_wrapper { 13038 + display: block; 13039 + page-break-inside: avoid; 13040 + } 13041 + div.output { 13042 + display: block; 13043 + page-break-inside: avoid; 13044 + } 13045 +} 13046 +</style> 36 36 37 -```python 38 -earth_sol_power = earth_disc_surface * infrared_sol_power 39 -print('Total power: ',earth_sol_power / 1e12, 'Tera Watt' ) 40 -print('Total power: ',earth_sol_power / 1e15, 'Peta Watt') 41 -``` 13048 +<!-- Custom stylesheet, it must be in the same directory as the html file --> 13049 +<link rel="stylesheet" href="custom.css"> 42 42 43 - Total power: 67348.74660984274 Tera Watt 44 - Total power: 67.34874660984273 Peta Watt 13051 +<!-- Loading mathjax macro --> 13052 +<!-- Load mathjax --> 13053 + <script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-AMS_HTML"></script> 13054 + <!-- MathJax configuration --> 13055 + <script type="text/x-mathjax-config"> 13056 + MathJax.Hub.Config({ 13057 + tex2jax: { 13058 + inlineMath: [ ['$','$'], ["\\(","\\)"] ], 13059 + displayMath: [ ['$$','$$'], ["\\[","\\]"] ], 13060 + processEscapes: true, 13061 + processEnvironments: true 13062 + }, 13063 + // Center justify equations in code and markdown cells. Elsewhere 13064 + // we use CSS to left justify single line equations in code cells. 13065 + displayAlign: 'center', 13066 + "HTML-CSS": { 13067 + styles: {'.MathJax_Display': {"margin": 0}}, 13068 + linebreaks: { automatic: true } 13069 + } 13070 + }); 13071 + </script> 13072 + <!-- End of mathjax configuration --></head> 13073 +<body> 13074 + <div tabindex="-1" id="notebook" class="border-box-sizing"> 13075 + <div class="container" id="notebook-container"> 45 45 46 -Total energy delivered over a year is thus: 13077 +<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt"> 13078 +</div><div class="inner_cell"> 13079 +<div class="text_cell_render border-box-sizing rendered_html"> 13080 +<h1 id="Redundant-thermal-energy-released-by-nuclear-power-plants-vs.-the-thermal-energy-as-provided-by-the-sun">Redundant thermal energy released by nuclear power plants vs. the thermal energy as provided by the sun<a class="anchor-link" href="#Redundant-thermal-energy-released-by-nuclear-power-plants-vs.-the-thermal-energy-as-provided-by-the-sun">¶</a></h1> 13081 +</div> 13082 +</div> 13083 +</div> 13084 +<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt"> 13085 +</div><div class="inner_cell"> 13086 +<div class="text_cell_render border-box-sizing rendered_html"> 13087 +<p>This notebook is a first stab at an approximate calculation to get an idea of the magnitude of the redundant thermal energy that is released by nuclear power plants as compared to that which is supplied by the sun through irridiating Earth.</p> 47 47 48 -```python 49 -earth_sol_energy = earth_sol_power * 24 * 365 50 -print('Total energy: ', earth_sol_power * 24 * 365 / 1e18, 'Exa Watt hour' ) 51 -``` 13089 +</div> 13090 +</div> 13091 +</div> 13092 +<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt"> 13093 +</div><div class="inner_cell"> 13094 +<div class="text_cell_render border-box-sizing rendered_html"> 13095 +<h2 id="Calculate-the-incident-infra-red-solar-energy-at-the-surface-of-Earth.">Calculate the incident infra-red solar energy at the surface of Earth.<a class="anchor-link" href="#Calculate-the-incident-infra-red-solar-energy-at-the-surface-of-Earth.">¶</a></h2> 13096 +</div> 13097 +</div> 13098 +</div> 13099 +<div class="cell border-box-sizing code_cell rendered"> 13100 +<div class="input"> 13101 +<div class="prompt input_prompt">In [1]:</div> 13102 +<div class="inner_cell"> 13103 + <div class="input_area"> 13104 +<div class=" highlight hl-ipython3"><pre><span></span><span class="kn">import</span> <span class="nn">math</span> 13105 +</pre></div> 52 52 53 - Total energy: 589.9750203022223 Exa Watt hour 13107 + </div> 13108 +</div> 13109 +</div> 54 54 55 -## Calculate the total thermal energy released by all nuclear power plants on Earth 13111 +</div> 13112 +<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt"> 13113 +</div><div class="inner_cell"> 13114 +<div class="text_cell_render border-box-sizing rendered_html"> 13115 +<p>Earth radius in meters is:</p> 56 56 57 -Nuclear energy now provides about 10% of the world's electricity from about 440 power reactors. In 2018 nuclear plants supplied 2563 TWh of electricity. 13117 +</div> 13118 +</div> 13119 +</div> 13120 +<div class="cell border-box-sizing code_cell rendered"> 13121 +<div class="input"> 13122 +<div class="prompt input_prompt">In [2]:</div> 13123 +<div class="inner_cell"> 13124 + <div class="input_area"> 13125 +<div class=" highlight hl-ipython3"><pre><span></span><span class="n">equatorial_radius</span> <span class="o">=</span> <span class="mf">6378e03</span> 13126 +<span class="n">polar_radius</span> <span class="o">=</span> <span class="mf">6357e03</span> 13127 +</pre></div> 58 58 59 -<https://www.world-nuclear.org/information-library/current-and-future-generation/nuclear-power-in-the-world-today.aspx> 13129 + </div> 13130 +</div> 13131 +</div> 60 60 61 -Nuclear power plants usually have efficiency about 33%. In modern nuclear power plants the overall thermodynamic efficiency is about one-third (33%), so 3000 MWth of thermal power from the fission reaction is needed to generate 1000 MWe of electrical power. 13133 +</div> 13134 +<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt"> 13135 +</div><div class="inner_cell"> 13136 +<div class="text_cell_render border-box-sizing rendered_html"> 13137 +<p>Approximate Earth surface exposed to solar irradiance can be calculated from $\pi\cdot r^2$. This can be though of as a disc (plane) facing the sun (i.e. perpendicular to the rays) that is illuminated by sunlight.</p> 62 62 63 -```python 64 -electric_energy = 2563e12 65 -efficiency = 0.33 66 -thermal_energy = electric_energy / efficiency 67 -print('Initial thermal: ', thermal_energy / 1e12, 'Tera Watt hour') 68 -``` 13139 +</div> 13140 +</div> 13141 +</div> 13142 +<div class="cell border-box-sizing code_cell rendered"> 13143 +<div class="input"> 13144 +<div class="prompt input_prompt">In [3]:</div> 13145 +<div class="inner_cell"> 13146 + <div class="input_area"> 13147 +<div class=" highlight hl-ipython3"><pre><span></span><span class="n">earth_disc_surface</span> <span class="o">=</span> <span class="n">math</span><span class="o">.</span><span class="n">pi</span> <span class="o">*</span> <span class="n">equatorial_radius</span><span class="o">**</span><span class="mi">2</span> 13148 +<span class="nb">print</span><span class="p">(</span><span class="s1">'irradated surface area: '</span><span class="p">,</span> <span class="n">earth_disc_surface</span><span class="p">,</span><span class="s1">'m^2'</span><span class="p">)</span> 13149 +</pre></div> 69 69 70 - Initial thermal: 7766.666666666666 Tera Watt hour 13151 + </div> 13152 +</div> 13153 +</div> 71 71 72 -```python 73 -released_energy = thermal_energy - electric_energy 74 -print('Released thermal: ', released_energy / 1e12, 'Tera Watt hour') 75 -``` 13155 +<div class="output_wrapper"> 13156 +<div class="output"> 76 76 77 - Released thermal: 5203.666666666666 Tera Watt hour 78 78 79 - ## Ratioof solar infrared energy and heat released by nuclearpower plants13159 +<div class="output_area"> 80 80 81 -```python 82 -ratio = released_energy/earth_sol_energy 83 -``` 13161 + <div class="prompt"></div> 84 84 85 -The ratio of thermal energy released by all nuclear power plants in the world over the period of a year, to the total delivered thermal energy by the sun over the period of a year is given below. 86 86 87 -```python 88 -print(ratio) 89 -``` 13164 +<div class="output_subarea output_stream output_stdout output_text"> 13165 +<pre>irradated surface area: 127796483130631.38 m^2 13166 +</pre> 13167 +</div> 13168 +</div> 90 90 91 - 8.82014744285448e-06 13170 +</div> 13171 +</div> 92 92 93 -```python 13173 +</div> 13174 +<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt"> 13175 +</div><div class="inner_cell"> 13176 +<div class="text_cell_render border-box-sizing rendered_html"> 13177 +<p>Sunlight's composition at ground level, per square meter, with the sun at the zenith, is about 527 watts of infrared radiation, 445 watts of visible light, and 32 watts of ultraviolet radiation.</p> 13178 +<p><a href="https://ag.tennessee.edu/solar/Pages/What%20Is%20Solar%20Energy/Sunlight.aspx">https://ag.tennessee.edu/solar/Pages/What%20Is%20Solar%20Energy/Sunlight.aspx</a></p> 94 94 95 -``` 13180 +</div> 13181 +</div> 13182 +</div> 13183 +<div class="cell border-box-sizing code_cell rendered"> 13184 +<div class="input"> 13185 +<div class="prompt input_prompt">In [4]:</div> 13186 +<div class="inner_cell"> 13187 + <div class="input_area"> 13188 +<div class=" highlight hl-ipython3"><pre><span></span><span class="n">infrared_sol_power</span> <span class="o">=</span> <span class="mi">527</span> 13189 +</pre></div> 13190 + 13191 + </div> 13192 +</div> 13193 +</div> 13194 + 13195 +</div> 13196 +<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt"> 13197 +</div><div class="inner_cell"> 13198 +<div class="text_cell_render border-box-sizing rendered_html"> 13199 +<p>Total solar infrared power available at the surface is thus:</p> 13200 + 13201 +</div> 13202 +</div> 13203 +</div> 13204 +<div class="cell border-box-sizing code_cell rendered"> 13205 +<div class="input"> 13206 +<div class="prompt input_prompt">In [5]:</div> 13207 +<div class="inner_cell"> 13208 + <div class="input_area"> 13209 +<div class=" highlight hl-ipython3"><pre><span></span><span class="n">earth_sol_power</span> <span class="o">=</span> <span class="n">earth_disc_surface</span> <span class="o">*</span> <span class="n">infrared_sol_power</span> 13210 +<span class="nb">print</span><span class="p">(</span><span class="s1">'Total power: '</span><span class="p">,</span><span class="n">earth_sol_power</span> <span class="o">/</span> <span class="mf">1e12</span><span class="p">,</span> <span class="s1">'Tera Watt'</span> <span class="p">)</span> 13211 +<span class="nb">print</span><span class="p">(</span><span class="s1">'Total power: '</span><span class="p">,</span><span class="n">earth_sol_power</span> <span class="o">/</span> <span class="mf">1e15</span><span class="p">,</span> <span class="s1">'Peta Watt'</span><span class="p">)</span> 13212 +</pre></div> 13213 + 13214 + </div> 13215 +</div> 13216 +</div> 13217 + 13218 +<div class="output_wrapper"> 13219 +<div class="output"> 13220 + 13221 + 13222 +<div class="output_area"> 13223 + 13224 + <div class="prompt"></div> 13225 + 13226 + 13227 +<div class="output_subarea output_stream output_stdout output_text"> 13228 +<pre>Total power: 67348.74660984274 Tera Watt 13229 +Total power: 67.34874660984273 Peta Watt 13230 +</pre> 13231 +</div> 13232 +</div> 13233 + 13234 +</div> 13235 +</div> 13236 + 13237 +</div> 13238 +<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt"> 13239 +</div><div class="inner_cell"> 13240 +<div class="text_cell_render border-box-sizing rendered_html"> 13241 +<p>Total energy delivered over a year is thus:</p> 13242 + 13243 +</div> 13244 +</div> 13245 +</div> 13246 +<div class="cell border-box-sizing code_cell rendered"> 13247 +<div class="input"> 13248 +<div class="prompt input_prompt">In [6]:</div> 13249 +<div class="inner_cell"> 13250 + <div class="input_area"> 13251 +<div class=" highlight hl-ipython3"><pre><span></span><span class="n">earth_sol_energy</span> <span class="o">=</span> <span class="n">earth_sol_power</span> <span class="o">*</span> <span class="mi">24</span> <span class="o">*</span> <span class="mi">365</span> 13252 +<span class="nb">print</span><span class="p">(</span><span class="s1">'Total energy: '</span><span class="p">,</span> <span class="n">earth_sol_power</span> <span class="o">*</span> <span class="mi">24</span> <span class="o">*</span> <span class="mi">365</span> <span class="o">/</span> <span class="mf">1e18</span><span class="p">,</span> <span class="s1">'Exa Watt hour'</span> <span class="p">)</span> 13253 +</pre></div> 13254 + 13255 + </div> 13256 +</div> 13257 +</div> 13258 + 13259 +<div class="output_wrapper"> 13260 +<div class="output"> 13261 + 13262 + 13263 +<div class="output_area"> 13264 + 13265 + <div class="prompt"></div> 13266 + 13267 + 13268 +<div class="output_subarea output_stream output_stdout output_text"> 13269 +<pre>Total energy: 589.9750203022223 Exa Watt hour 13270 +</pre> 13271 +</div> 13272 +</div> 13273 + 13274 +</div> 13275 +</div> 13276 + 13277 +</div> 13278 +<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt"> 13279 +</div><div class="inner_cell"> 13280 +<div class="text_cell_render border-box-sizing rendered_html"> 13281 +<h2 id="Calculate-the-total-thermal-energy-released-by-all-nuclear-power-plants-on-Earth">Calculate the total thermal energy released by all nuclear power plants on Earth<a class="anchor-link" href="#Calculate-the-total-thermal-energy-released-by-all-nuclear-power-plants-on-Earth">¶</a></h2> 13282 +</div> 13283 +</div> 13284 +</div> 13285 +<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt"> 13286 +</div><div class="inner_cell"> 13287 +<div class="text_cell_render border-box-sizing rendered_html"> 13288 +<p>Nuclear energy now provides about 10% of the world's electricity from about 440 power reactors. In 2018 nuclear plants supplied 2563 TWh of electricity.</p> 13289 +<p><a href="https://www.world-nuclear.org/information-library/current-and-future-generation/nuclear-power-in-the-world-today.aspx">https://www.world-nuclear.org/information-library/current-and-future-generation/nuclear-power-in-the-world-today.aspx</a></p> 13290 + 13291 +</div> 13292 +</div> 13293 +</div> 13294 +<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt"> 13295 +</div><div class="inner_cell"> 13296 +<div class="text_cell_render border-box-sizing rendered_html"> 13297 +<p>Nuclear power plants usually have efficiency about 33%. In modern nuclear power plants the overall thermodynamic efficiency is about one-third (33%), so 3000 MWth of thermal power from the fission reaction is needed to generate 1000 MWe of electrical power.</p> 13298 + 13299 +</div> 13300 +</div> 13301 +</div> 13302 +<div class="cell border-box-sizing code_cell rendered"> 13303 +<div class="input"> 13304 +<div class="prompt input_prompt">In [7]:</div> 13305 +<div class="inner_cell"> 13306 + <div class="input_area"> 13307 +<div class=" highlight hl-ipython3"><pre><span></span><span class="n">electric_energy</span> <span class="o">=</span> <span class="mf">2563e12</span> 13308 +<span class="n">efficiency</span> <span class="o">=</span> <span class="mf">0.33</span> 13309 +<span class="n">thermal_energy</span> <span class="o">=</span> <span class="n">electric_energy</span> <span class="o">/</span> <span class="n">efficiency</span> 13310 +<span class="nb">print</span><span class="p">(</span><span class="s1">'Initial thermal: '</span><span class="p">,</span> <span class="n">thermal_energy</span> <span class="o">/</span> <span class="mf">1e12</span><span class="p">,</span> <span class="s1">'Tera Watt hour'</span><span class="p">)</span> 13311 +</pre></div> 13312 + 13313 + </div> 13314 +</div> 13315 +</div> 13316 + 13317 +<div class="output_wrapper"> 13318 +<div class="output"> 13319 + 13320 + 13321 +<div class="output_area"> 13322 + 13323 + <div class="prompt"></div> 13324 + 13325 + 13326 +<div class="output_subarea output_stream output_stdout output_text"> 13327 +<pre>Initial thermal: 7766.666666666666 Tera Watt hour 13328 +</pre> 13329 +</div> 13330 +</div> 13331 + 13332 +</div> 13333 +</div> 13334 + 13335 +</div> 13336 +<div class="cell border-box-sizing code_cell rendered"> 13337 +<div class="input"> 13338 +<div class="prompt input_prompt">In [8]:</div> 13339 +<div class="inner_cell"> 13340 + <div class="input_area"> 13341 +<div class=" highlight hl-ipython3"><pre><span></span><span class="n">released_energy</span> <span class="o">=</span> <span class="n">thermal_energy</span> <span class="o">-</span> <span class="n">electric_energy</span> 13342 +<span class="nb">print</span><span class="p">(</span><span class="s1">'Released thermal: '</span><span class="p">,</span> <span class="n">released_energy</span> <span class="o">/</span> <span class="mf">1e12</span><span class="p">,</span> <span class="s1">'Tera Watt hour'</span><span class="p">)</span> 13343 +</pre></div> 13344 + 13345 + </div> 13346 +</div> 13347 +</div> 13348 + 13349 +<div class="output_wrapper"> 13350 +<div class="output"> 13351 + 13352 + 13353 +<div class="output_area"> 13354 + 13355 + <div class="prompt"></div> 13356 + 13357 + 13358 +<div class="output_subarea output_stream output_stdout output_text"> 13359 +<pre>Released thermal: 5203.666666666666 Tera Watt hour 13360 +</pre> 13361 +</div> 13362 +</div> 13363 + 13364 +</div> 13365 +</div> 13366 + 13367 +</div> 13368 +<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt"> 13369 +</div><div class="inner_cell"> 13370 +<div class="text_cell_render border-box-sizing rendered_html"> 13371 +<h2 id="Ratio-of-solar-infrared-energy-and-heat-released-by-nuclear-power-plants">Ratio of solar infrared energy and heat released by nuclear power plants<a class="anchor-link" href="#Ratio-of-solar-infrared-energy-and-heat-released-by-nuclear-power-plants">¶</a></h2> 13372 +</div> 13373 +</div> 13374 +</div> 13375 +<div class="cell border-box-sizing code_cell rendered"> 13376 +<div class="input"> 13377 +<div class="prompt input_prompt">In [9]:</div> 13378 +<div class="inner_cell"> 13379 + <div class="input_area"> 13380 +<div class=" highlight hl-ipython3"><pre><span></span><span class="n">ratio</span> <span class="o">=</span> <span class="n">released_energy</span><span class="o">/</span><span class="n">earth_sol_energy</span> 13381 +</pre></div> 13382 + 13383 + </div> 13384 +</div> 13385 +</div> 13386 + 13387 +</div> 13388 +<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt"> 13389 +</div><div class="inner_cell"> 13390 +<div class="text_cell_render border-box-sizing rendered_html"> 13391 +<p>The ratio of thermal energy released by all nuclear power plants in the world over the period of a year, to the total delivered thermal energy by the sun over the period of a year is given below.</p> 13392 + 13393 +</div> 13394 +</div> 13395 +</div> 13396 +<div class="cell border-box-sizing code_cell rendered"> 13397 +<div class="input"> 13398 +<div class="prompt input_prompt">In [10]:</div> 13399 +<div class="inner_cell"> 13400 + <div class="input_area"> 13401 +<div class=" highlight hl-ipython3"><pre><span></span><span class="nb">print</span><span class="p">(</span><span class="n">ratio</span><span class="p">)</span> 13402 +</pre></div> 13403 + 13404 + </div> 13405 +</div> 13406 +</div> 13407 + 13408 +<div class="output_wrapper"> 13409 +<div class="output"> 13410 + 13411 + 13412 +<div class="output_area"> 13413 + 13414 + <div class="prompt"></div> 13415 + 13416 + 13417 +<div class="output_subarea output_stream output_stdout output_text"> 13418 +<pre>8.82014744285448e-06 13419 +</pre> 13420 +</div> 13421 +</div> 13422 + 13423 +</div> 13424 +</div> 13425 + 13426 +</div> 13427 +<div class="cell border-box-sizing code_cell rendered"> 13428 +<div class="input"> 13429 +<div class="prompt input_prompt">In [ ]:</div> 13430 +<div class="inner_cell"> 13431 + <div class="input_area"> 13432 +<div class=" highlight hl-ipython3"><pre><span></span> 13433 +</pre></div> 13434 + 13435 + </div> 13436 +</div> 13437 +</div> 13438 + 13439 +</div> 13440 + </div> 13441 + </div> 13442 +</body> 13443 + 13444 + 13445 + 13446 + 13447 +</html> 13448 +
- clear-power-for-all_LOGO.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -xwiki:XWiki.jan_rhebergen - Size
-
... ... @@ -1,1 +1,0 @@ 1 -27.7 KB - Content
- Blog.BlogPostClass[0]
-
- Content
-
... ... @@ -1,95 +1,13450 @@ 1 - **SPOILER:**Yes it does,...(likealmost any other activity, remember thermodynamics?) but infinitesimally especially compared to other sources. It is rediculously little!1 +<p>Yes it does,... but infinitesimally especially compared to other sources. It is rediculously little/small!</p> 2 2 3 -# Redundant thermal energy released by nuclear power plants vs. the thermal energy as provided by the sun 3 +<!DOCTYPE html> 4 +<html> 5 +<head><meta charset="utf-8" /> 4 4 5 - This notebookis a firststab at an approximate calculation to get an ideaof the magnitude of the redundant thermalenergy that isreleased bynuclearpowerplants as compared to that which is supplied bythe sun throughirridiating Earth.7 +<title>solar_vs_nuclear_thermal_v02</title> 6 6 7 -## Calculate the incident infra-red solar energy at the surface of Earth. 9 +<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"></script> 10 +<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script> 8 8 9 -```python 10 -import math 11 -``` 12 12 13 -Earth radius in meters is: 14 14 15 -```python 16 -equatorial_radius = 6378e03 17 -polar_radius = 6357e03 18 -``` 14 +<style type="text/css"> 15 + /*! 16 +* 17 +* Twitter Bootstrap 18 +* 19 +*/ 20 +/*! 21 + * Bootstrap v3.3.7 (http://getbootstrap.com) 22 + * Copyright 2011-2016 Twitter, Inc. 23 + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) 24 + */ 25 +/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ 26 +html { 27 + font-family: sans-serif; 28 + -ms-text-size-adjust: 100%; 29 + -webkit-text-size-adjust: 100%; 30 +} 31 +body { 32 + margin: 0; 33 +} 34 +article, 35 +aside, 36 +details, 37 +figcaption, 38 +figure, 39 +footer, 40 +header, 41 +hgroup, 42 +main, 43 +menu, 44 +nav, 45 +section, 46 +summary { 47 + display: block; 48 +} 49 +audio, 50 +canvas, 51 +progress, 52 +video { 53 + display: inline-block; 54 + vertical-align: baseline; 55 +} 56 +audio:not([controls]) { 57 + display: none; 58 + height: 0; 59 +} 60 +[hidden], 61 +template { 62 + display: none; 63 +} 64 +a { 65 + background-color: transparent; 66 +} 67 +a:active, 68 +a:hover { 69 + outline: 0; 70 +} 71 +abbr[title] { 72 + border-bottom: 1px dotted; 73 +} 74 +b, 75 +strong { 76 + font-weight: bold; 77 +} 78 +dfn { 79 + font-style: italic; 80 +} 81 +h1 { 82 + font-size: 2em; 83 + margin: 0.67em 0; 84 +} 85 +mark { 86 + background: #ff0; 87 + color: #000; 88 +} 89 +small { 90 + font-size: 80%; 91 +} 92 +sub, 93 +sup { 94 + font-size: 75%; 95 + line-height: 0; 96 + position: relative; 97 + vertical-align: baseline; 98 +} 99 +sup { 100 + top: -0.5em; 101 +} 102 +sub { 103 + bottom: -0.25em; 104 +} 105 +img { 106 + border: 0; 107 +} 108 +svg:not(:root) { 109 + overflow: hidden; 110 +} 111 +figure { 112 + margin: 1em 40px; 113 +} 114 +hr { 115 + box-sizing: content-box; 116 + height: 0; 117 +} 118 +pre { 119 + overflow: auto; 120 +} 121 +code, 122 +kbd, 123 +pre, 124 +samp { 125 + font-family: monospace, monospace; 126 + font-size: 1em; 127 +} 128 +button, 129 +input, 130 +optgroup, 131 +select, 132 +textarea { 133 + color: inherit; 134 + font: inherit; 135 + margin: 0; 136 +} 137 +button { 138 + overflow: visible; 139 +} 140 +button, 141 +select { 142 + text-transform: none; 143 +} 144 +button, 145 +html input[type="button"], 146 +input[type="reset"], 147 +input[type="submit"] { 148 + -webkit-appearance: button; 149 + cursor: pointer; 150 +} 151 +button[disabled], 152 +html input[disabled] { 153 + cursor: default; 154 +} 155 +button::-moz-focus-inner, 156 +input::-moz-focus-inner { 157 + border: 0; 158 + padding: 0; 159 +} 160 +input { 161 + line-height: normal; 162 +} 163 +input[type="checkbox"], 164 +input[type="radio"] { 165 + box-sizing: border-box; 166 + padding: 0; 167 +} 168 +input[type="number"]::-webkit-inner-spin-button, 169 +input[type="number"]::-webkit-outer-spin-button { 170 + height: auto; 171 +} 172 +input[type="search"] { 173 + -webkit-appearance: textfield; 174 + box-sizing: content-box; 175 +} 176 +input[type="search"]::-webkit-search-cancel-button, 177 +input[type="search"]::-webkit-search-decoration { 178 + -webkit-appearance: none; 179 +} 180 +fieldset { 181 + border: 1px solid #c0c0c0; 182 + margin: 0 2px; 183 + padding: 0.35em 0.625em 0.75em; 184 +} 185 +legend { 186 + border: 0; 187 + padding: 0; 188 +} 189 +textarea { 190 + overflow: auto; 191 +} 192 +optgroup { 193 + font-weight: bold; 194 +} 195 +table { 196 + border-collapse: collapse; 197 + border-spacing: 0; 198 +} 199 +td, 200 +th { 201 + padding: 0; 202 +} 203 +/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ 204 +@media print { 205 + *, 206 + *:before, 207 + *:after { 208 + background: transparent !important; 209 + box-shadow: none !important; 210 + text-shadow: none !important; 211 + } 212 + a, 213 + a:visited { 214 + text-decoration: underline; 215 + } 216 + a[href]:after { 217 + content: " (" attr(href) ")"; 218 + } 219 + abbr[title]:after { 220 + content: " (" attr(title) ")"; 221 + } 222 + a[href^="#"]:after, 223 + a[href^="javascript:"]:after { 224 + content: ""; 225 + } 226 + pre, 227 + blockquote { 228 + border: 1px solid #999; 229 + page-break-inside: avoid; 230 + } 231 + thead { 232 + display: table-header-group; 233 + } 234 + tr, 235 + img { 236 + page-break-inside: avoid; 237 + } 238 + img { 239 + max-width: 100% !important; 240 + } 241 + p, 242 + h2, 243 + h3 { 244 + orphans: 3; 245 + widows: 3; 246 + } 247 + h2, 248 + h3 { 249 + page-break-after: avoid; 250 + } 251 + .navbar { 252 + display: none; 253 + } 254 + .btn > .caret, 255 + .dropup > .btn > .caret { 256 + border-top-color: #000 !important; 257 + } 258 + .label { 259 + border: 1px solid #000; 260 + } 261 + .table { 262 + border-collapse: collapse !important; 263 + } 264 + .table td, 265 + .table th { 266 + background-color: #fff !important; 267 + } 268 + .table-bordered th, 269 + .table-bordered td { 270 + border: 1px solid #ddd !important; 271 + } 272 +} 273 +@font-face { 274 + font-family: 'Glyphicons Halflings'; 275 + src: url('../components/bootstrap/fonts/glyphicons-halflings-regular.eot'); 276 + src: url('../components/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); 277 +} 278 +.glyphicon { 279 + position: relative; 280 + top: 1px; 281 + display: inline-block; 282 + font-family: 'Glyphicons Halflings'; 283 + font-style: normal; 284 + font-weight: normal; 285 + line-height: 1; 286 + -webkit-font-smoothing: antialiased; 287 + -moz-osx-font-smoothing: grayscale; 288 +} 289 +.glyphicon-asterisk:before { 290 + content: "\002a"; 291 +} 292 +.glyphicon-plus:before { 293 + content: "\002b"; 294 +} 295 +.glyphicon-euro:before, 296 +.glyphicon-eur:before { 297 + content: "\20ac"; 298 +} 299 +.glyphicon-minus:before { 300 + content: "\2212"; 301 +} 302 +.glyphicon-cloud:before { 303 + content: "\2601"; 304 +} 305 +.glyphicon-envelope:before { 306 + content: "\2709"; 307 +} 308 +.glyphicon-pencil:before { 309 + content: "\270f"; 310 +} 311 +.glyphicon-glass:before { 312 + content: "\e001"; 313 +} 314 +.glyphicon-music:before { 315 + content: "\e002"; 316 +} 317 +.glyphicon-search:before { 318 + content: "\e003"; 319 +} 320 +.glyphicon-heart:before { 321 + content: "\e005"; 322 +} 323 +.glyphicon-star:before { 324 + content: "\e006"; 325 +} 326 +.glyphicon-star-empty:before { 327 + content: "\e007"; 328 +} 329 +.glyphicon-user:before { 330 + content: "\e008"; 331 +} 332 +.glyphicon-film:before { 333 + content: "\e009"; 334 +} 335 +.glyphicon-th-large:before { 336 + content: "\e010"; 337 +} 338 +.glyphicon-th:before { 339 + content: "\e011"; 340 +} 341 +.glyphicon-th-list:before { 342 + content: "\e012"; 343 +} 344 +.glyphicon-ok:before { 345 + content: "\e013"; 346 +} 347 +.glyphicon-remove:before { 348 + content: "\e014"; 349 +} 350 +.glyphicon-zoom-in:before { 351 + content: "\e015"; 352 +} 353 +.glyphicon-zoom-out:before { 354 + content: "\e016"; 355 +} 356 +.glyphicon-off:before { 357 + content: "\e017"; 358 +} 359 +.glyphicon-signal:before { 360 + content: "\e018"; 361 +} 362 +.glyphicon-cog:before { 363 + content: "\e019"; 364 +} 365 +.glyphicon-trash:before { 366 + content: "\e020"; 367 +} 368 +.glyphicon-home:before { 369 + content: "\e021"; 370 +} 371 +.glyphicon-file:before { 372 + content: "\e022"; 373 +} 374 +.glyphicon-time:before { 375 + content: "\e023"; 376 +} 377 +.glyphicon-road:before { 378 + content: "\e024"; 379 +} 380 +.glyphicon-download-alt:before { 381 + content: "\e025"; 382 +} 383 +.glyphicon-download:before { 384 + content: "\e026"; 385 +} 386 +.glyphicon-upload:before { 387 + content: "\e027"; 388 +} 389 +.glyphicon-inbox:before { 390 + content: "\e028"; 391 +} 392 +.glyphicon-play-circle:before { 393 + content: "\e029"; 394 +} 395 +.glyphicon-repeat:before { 396 + content: "\e030"; 397 +} 398 +.glyphicon-refresh:before { 399 + content: "\e031"; 400 +} 401 +.glyphicon-list-alt:before { 402 + content: "\e032"; 403 +} 404 +.glyphicon-lock:before { 405 + content: "\e033"; 406 +} 407 +.glyphicon-flag:before { 408 + content: "\e034"; 409 +} 410 +.glyphicon-headphones:before { 411 + content: "\e035"; 412 +} 413 +.glyphicon-volume-off:before { 414 + content: "\e036"; 415 +} 416 +.glyphicon-volume-down:before { 417 + content: "\e037"; 418 +} 419 +.glyphicon-volume-up:before { 420 + content: "\e038"; 421 +} 422 +.glyphicon-qrcode:before { 423 + content: "\e039"; 424 +} 425 +.glyphicon-barcode:before { 426 + content: "\e040"; 427 +} 428 +.glyphicon-tag:before { 429 + content: "\e041"; 430 +} 431 +.glyphicon-tags:before { 432 + content: "\e042"; 433 +} 434 +.glyphicon-book:before { 435 + content: "\e043"; 436 +} 437 +.glyphicon-bookmark:before { 438 + content: "\e044"; 439 +} 440 +.glyphicon-print:before { 441 + content: "\e045"; 442 +} 443 +.glyphicon-camera:before { 444 + content: "\e046"; 445 +} 446 +.glyphicon-font:before { 447 + content: "\e047"; 448 +} 449 +.glyphicon-bold:before { 450 + content: "\e048"; 451 +} 452 +.glyphicon-italic:before { 453 + content: "\e049"; 454 +} 455 +.glyphicon-text-height:before { 456 + content: "\e050"; 457 +} 458 +.glyphicon-text-width:before { 459 + content: "\e051"; 460 +} 461 +.glyphicon-align-left:before { 462 + content: "\e052"; 463 +} 464 +.glyphicon-align-center:before { 465 + content: "\e053"; 466 +} 467 +.glyphicon-align-right:before { 468 + content: "\e054"; 469 +} 470 +.glyphicon-align-justify:before { 471 + content: "\e055"; 472 +} 473 +.glyphicon-list:before { 474 + content: "\e056"; 475 +} 476 +.glyphicon-indent-left:before { 477 + content: "\e057"; 478 +} 479 +.glyphicon-indent-right:before { 480 + content: "\e058"; 481 +} 482 +.glyphicon-facetime-video:before { 483 + content: "\e059"; 484 +} 485 +.glyphicon-picture:before { 486 + content: "\e060"; 487 +} 488 +.glyphicon-map-marker:before { 489 + content: "\e062"; 490 +} 491 +.glyphicon-adjust:before { 492 + content: "\e063"; 493 +} 494 +.glyphicon-tint:before { 495 + content: "\e064"; 496 +} 497 +.glyphicon-edit:before { 498 + content: "\e065"; 499 +} 500 +.glyphicon-share:before { 501 + content: "\e066"; 502 +} 503 +.glyphicon-check:before { 504 + content: "\e067"; 505 +} 506 +.glyphicon-move:before { 507 + content: "\e068"; 508 +} 509 +.glyphicon-step-backward:before { 510 + content: "\e069"; 511 +} 512 +.glyphicon-fast-backward:before { 513 + content: "\e070"; 514 +} 515 +.glyphicon-backward:before { 516 + content: "\e071"; 517 +} 518 +.glyphicon-play:before { 519 + content: "\e072"; 520 +} 521 +.glyphicon-pause:before { 522 + content: "\e073"; 523 +} 524 +.glyphicon-stop:before { 525 + content: "\e074"; 526 +} 527 +.glyphicon-forward:before { 528 + content: "\e075"; 529 +} 530 +.glyphicon-fast-forward:before { 531 + content: "\e076"; 532 +} 533 +.glyphicon-step-forward:before { 534 + content: "\e077"; 535 +} 536 +.glyphicon-eject:before { 537 + content: "\e078"; 538 +} 539 +.glyphicon-chevron-left:before { 540 + content: "\e079"; 541 +} 542 +.glyphicon-chevron-right:before { 543 + content: "\e080"; 544 +} 545 +.glyphicon-plus-sign:before { 546 + content: "\e081"; 547 +} 548 +.glyphicon-minus-sign:before { 549 + content: "\e082"; 550 +} 551 +.glyphicon-remove-sign:before { 552 + content: "\e083"; 553 +} 554 +.glyphicon-ok-sign:before { 555 + content: "\e084"; 556 +} 557 +.glyphicon-question-sign:before { 558 + content: "\e085"; 559 +} 560 +.glyphicon-info-sign:before { 561 + content: "\e086"; 562 +} 563 +.glyphicon-screenshot:before { 564 + content: "\e087"; 565 +} 566 +.glyphicon-remove-circle:before { 567 + content: "\e088"; 568 +} 569 +.glyphicon-ok-circle:before { 570 + content: "\e089"; 571 +} 572 +.glyphicon-ban-circle:before { 573 + content: "\e090"; 574 +} 575 +.glyphicon-arrow-left:before { 576 + content: "\e091"; 577 +} 578 +.glyphicon-arrow-right:before { 579 + content: "\e092"; 580 +} 581 +.glyphicon-arrow-up:before { 582 + content: "\e093"; 583 +} 584 +.glyphicon-arrow-down:before { 585 + content: "\e094"; 586 +} 587 +.glyphicon-share-alt:before { 588 + content: "\e095"; 589 +} 590 +.glyphicon-resize-full:before { 591 + content: "\e096"; 592 +} 593 +.glyphicon-resize-small:before { 594 + content: "\e097"; 595 +} 596 +.glyphicon-exclamation-sign:before { 597 + content: "\e101"; 598 +} 599 +.glyphicon-gift:before { 600 + content: "\e102"; 601 +} 602 +.glyphicon-leaf:before { 603 + content: "\e103"; 604 +} 605 +.glyphicon-fire:before { 606 + content: "\e104"; 607 +} 608 +.glyphicon-eye-open:before { 609 + content: "\e105"; 610 +} 611 +.glyphicon-eye-close:before { 612 + content: "\e106"; 613 +} 614 +.glyphicon-warning-sign:before { 615 + content: "\e107"; 616 +} 617 +.glyphicon-plane:before { 618 + content: "\e108"; 619 +} 620 +.glyphicon-calendar:before { 621 + content: "\e109"; 622 +} 623 +.glyphicon-random:before { 624 + content: "\e110"; 625 +} 626 +.glyphicon-comment:before { 627 + content: "\e111"; 628 +} 629 +.glyphicon-magnet:before { 630 + content: "\e112"; 631 +} 632 +.glyphicon-chevron-up:before { 633 + content: "\e113"; 634 +} 635 +.glyphicon-chevron-down:before { 636 + content: "\e114"; 637 +} 638 +.glyphicon-retweet:before { 639 + content: "\e115"; 640 +} 641 +.glyphicon-shopping-cart:before { 642 + content: "\e116"; 643 +} 644 +.glyphicon-folder-close:before { 645 + content: "\e117"; 646 +} 647 +.glyphicon-folder-open:before { 648 + content: "\e118"; 649 +} 650 +.glyphicon-resize-vertical:before { 651 + content: "\e119"; 652 +} 653 +.glyphicon-resize-horizontal:before { 654 + content: "\e120"; 655 +} 656 +.glyphicon-hdd:before { 657 + content: "\e121"; 658 +} 659 +.glyphicon-bullhorn:before { 660 + content: "\e122"; 661 +} 662 +.glyphicon-bell:before { 663 + content: "\e123"; 664 +} 665 +.glyphicon-certificate:before { 666 + content: "\e124"; 667 +} 668 +.glyphicon-thumbs-up:before { 669 + content: "\e125"; 670 +} 671 +.glyphicon-thumbs-down:before { 672 + content: "\e126"; 673 +} 674 +.glyphicon-hand-right:before { 675 + content: "\e127"; 676 +} 677 +.glyphicon-hand-left:before { 678 + content: "\e128"; 679 +} 680 +.glyphicon-hand-up:before { 681 + content: "\e129"; 682 +} 683 +.glyphicon-hand-down:before { 684 + content: "\e130"; 685 +} 686 +.glyphicon-circle-arrow-right:before { 687 + content: "\e131"; 688 +} 689 +.glyphicon-circle-arrow-left:before { 690 + content: "\e132"; 691 +} 692 +.glyphicon-circle-arrow-up:before { 693 + content: "\e133"; 694 +} 695 +.glyphicon-circle-arrow-down:before { 696 + content: "\e134"; 697 +} 698 +.glyphicon-globe:before { 699 + content: "\e135"; 700 +} 701 +.glyphicon-wrench:before { 702 + content: "\e136"; 703 +} 704 +.glyphicon-tasks:before { 705 + content: "\e137"; 706 +} 707 +.glyphicon-filter:before { 708 + content: "\e138"; 709 +} 710 +.glyphicon-briefcase:before { 711 + content: "\e139"; 712 +} 713 +.glyphicon-fullscreen:before { 714 + content: "\e140"; 715 +} 716 +.glyphicon-dashboard:before { 717 + content: "\e141"; 718 +} 719 +.glyphicon-paperclip:before { 720 + content: "\e142"; 721 +} 722 +.glyphicon-heart-empty:before { 723 + content: "\e143"; 724 +} 725 +.glyphicon-link:before { 726 + content: "\e144"; 727 +} 728 +.glyphicon-phone:before { 729 + content: "\e145"; 730 +} 731 +.glyphicon-pushpin:before { 732 + content: "\e146"; 733 +} 734 +.glyphicon-usd:before { 735 + content: "\e148"; 736 +} 737 +.glyphicon-gbp:before { 738 + content: "\e149"; 739 +} 740 +.glyphicon-sort:before { 741 + content: "\e150"; 742 +} 743 +.glyphicon-sort-by-alphabet:before { 744 + content: "\e151"; 745 +} 746 +.glyphicon-sort-by-alphabet-alt:before { 747 + content: "\e152"; 748 +} 749 +.glyphicon-sort-by-order:before { 750 + content: "\e153"; 751 +} 752 +.glyphicon-sort-by-order-alt:before { 753 + content: "\e154"; 754 +} 755 +.glyphicon-sort-by-attributes:before { 756 + content: "\e155"; 757 +} 758 +.glyphicon-sort-by-attributes-alt:before { 759 + content: "\e156"; 760 +} 761 +.glyphicon-unchecked:before { 762 + content: "\e157"; 763 +} 764 +.glyphicon-expand:before { 765 + content: "\e158"; 766 +} 767 +.glyphicon-collapse-down:before { 768 + content: "\e159"; 769 +} 770 +.glyphicon-collapse-up:before { 771 + content: "\e160"; 772 +} 773 +.glyphicon-log-in:before { 774 + content: "\e161"; 775 +} 776 +.glyphicon-flash:before { 777 + content: "\e162"; 778 +} 779 +.glyphicon-log-out:before { 780 + content: "\e163"; 781 +} 782 +.glyphicon-new-window:before { 783 + content: "\e164"; 784 +} 785 +.glyphicon-record:before { 786 + content: "\e165"; 787 +} 788 +.glyphicon-save:before { 789 + content: "\e166"; 790 +} 791 +.glyphicon-open:before { 792 + content: "\e167"; 793 +} 794 +.glyphicon-saved:before { 795 + content: "\e168"; 796 +} 797 +.glyphicon-import:before { 798 + content: "\e169"; 799 +} 800 +.glyphicon-export:before { 801 + content: "\e170"; 802 +} 803 +.glyphicon-send:before { 804 + content: "\e171"; 805 +} 806 +.glyphicon-floppy-disk:before { 807 + content: "\e172"; 808 +} 809 +.glyphicon-floppy-saved:before { 810 + content: "\e173"; 811 +} 812 +.glyphicon-floppy-remove:before { 813 + content: "\e174"; 814 +} 815 +.glyphicon-floppy-save:before { 816 + content: "\e175"; 817 +} 818 +.glyphicon-floppy-open:before { 819 + content: "\e176"; 820 +} 821 +.glyphicon-credit-card:before { 822 + content: "\e177"; 823 +} 824 +.glyphicon-transfer:before { 825 + content: "\e178"; 826 +} 827 +.glyphicon-cutlery:before { 828 + content: "\e179"; 829 +} 830 +.glyphicon-header:before { 831 + content: "\e180"; 832 +} 833 +.glyphicon-compressed:before { 834 + content: "\e181"; 835 +} 836 +.glyphicon-earphone:before { 837 + content: "\e182"; 838 +} 839 +.glyphicon-phone-alt:before { 840 + content: "\e183"; 841 +} 842 +.glyphicon-tower:before { 843 + content: "\e184"; 844 +} 845 +.glyphicon-stats:before { 846 + content: "\e185"; 847 +} 848 +.glyphicon-sd-video:before { 849 + content: "\e186"; 850 +} 851 +.glyphicon-hd-video:before { 852 + content: "\e187"; 853 +} 854 +.glyphicon-subtitles:before { 855 + content: "\e188"; 856 +} 857 +.glyphicon-sound-stereo:before { 858 + content: "\e189"; 859 +} 860 +.glyphicon-sound-dolby:before { 861 + content: "\e190"; 862 +} 863 +.glyphicon-sound-5-1:before { 864 + content: "\e191"; 865 +} 866 +.glyphicon-sound-6-1:before { 867 + content: "\e192"; 868 +} 869 +.glyphicon-sound-7-1:before { 870 + content: "\e193"; 871 +} 872 +.glyphicon-copyright-mark:before { 873 + content: "\e194"; 874 +} 875 +.glyphicon-registration-mark:before { 876 + content: "\e195"; 877 +} 878 +.glyphicon-cloud-download:before { 879 + content: "\e197"; 880 +} 881 +.glyphicon-cloud-upload:before { 882 + content: "\e198"; 883 +} 884 +.glyphicon-tree-conifer:before { 885 + content: "\e199"; 886 +} 887 +.glyphicon-tree-deciduous:before { 888 + content: "\e200"; 889 +} 890 +.glyphicon-cd:before { 891 + content: "\e201"; 892 +} 893 +.glyphicon-save-file:before { 894 + content: "\e202"; 895 +} 896 +.glyphicon-open-file:before { 897 + content: "\e203"; 898 +} 899 +.glyphicon-level-up:before { 900 + content: "\e204"; 901 +} 902 +.glyphicon-copy:before { 903 + content: "\e205"; 904 +} 905 +.glyphicon-paste:before { 906 + content: "\e206"; 907 +} 908 +.glyphicon-alert:before { 909 + content: "\e209"; 910 +} 911 +.glyphicon-equalizer:before { 912 + content: "\e210"; 913 +} 914 +.glyphicon-king:before { 915 + content: "\e211"; 916 +} 917 +.glyphicon-queen:before { 918 + content: "\e212"; 919 +} 920 +.glyphicon-pawn:before { 921 + content: "\e213"; 922 +} 923 +.glyphicon-bishop:before { 924 + content: "\e214"; 925 +} 926 +.glyphicon-knight:before { 927 + content: "\e215"; 928 +} 929 +.glyphicon-baby-formula:before { 930 + content: "\e216"; 931 +} 932 +.glyphicon-tent:before { 933 + content: "\26fa"; 934 +} 935 +.glyphicon-blackboard:before { 936 + content: "\e218"; 937 +} 938 +.glyphicon-bed:before { 939 + content: "\e219"; 940 +} 941 +.glyphicon-apple:before { 942 + content: "\f8ff"; 943 +} 944 +.glyphicon-erase:before { 945 + content: "\e221"; 946 +} 947 +.glyphicon-hourglass:before { 948 + content: "\231b"; 949 +} 950 +.glyphicon-lamp:before { 951 + content: "\e223"; 952 +} 953 +.glyphicon-duplicate:before { 954 + content: "\e224"; 955 +} 956 +.glyphicon-piggy-bank:before { 957 + content: "\e225"; 958 +} 959 +.glyphicon-scissors:before { 960 + content: "\e226"; 961 +} 962 +.glyphicon-bitcoin:before { 963 + content: "\e227"; 964 +} 965 +.glyphicon-btc:before { 966 + content: "\e227"; 967 +} 968 +.glyphicon-xbt:before { 969 + content: "\e227"; 970 +} 971 +.glyphicon-yen:before { 972 + content: "\00a5"; 973 +} 974 +.glyphicon-jpy:before { 975 + content: "\00a5"; 976 +} 977 +.glyphicon-ruble:before { 978 + content: "\20bd"; 979 +} 980 +.glyphicon-rub:before { 981 + content: "\20bd"; 982 +} 983 +.glyphicon-scale:before { 984 + content: "\e230"; 985 +} 986 +.glyphicon-ice-lolly:before { 987 + content: "\e231"; 988 +} 989 +.glyphicon-ice-lolly-tasted:before { 990 + content: "\e232"; 991 +} 992 +.glyphicon-education:before { 993 + content: "\e233"; 994 +} 995 +.glyphicon-option-horizontal:before { 996 + content: "\e234"; 997 +} 998 +.glyphicon-option-vertical:before { 999 + content: "\e235"; 1000 +} 1001 +.glyphicon-menu-hamburger:before { 1002 + content: "\e236"; 1003 +} 1004 +.glyphicon-modal-window:before { 1005 + content: "\e237"; 1006 +} 1007 +.glyphicon-oil:before { 1008 + content: "\e238"; 1009 +} 1010 +.glyphicon-grain:before { 1011 + content: "\e239"; 1012 +} 1013 +.glyphicon-sunglasses:before { 1014 + content: "\e240"; 1015 +} 1016 +.glyphicon-text-size:before { 1017 + content: "\e241"; 1018 +} 1019 +.glyphicon-text-color:before { 1020 + content: "\e242"; 1021 +} 1022 +.glyphicon-text-background:before { 1023 + content: "\e243"; 1024 +} 1025 +.glyphicon-object-align-top:before { 1026 + content: "\e244"; 1027 +} 1028 +.glyphicon-object-align-bottom:before { 1029 + content: "\e245"; 1030 +} 1031 +.glyphicon-object-align-horizontal:before { 1032 + content: "\e246"; 1033 +} 1034 +.glyphicon-object-align-left:before { 1035 + content: "\e247"; 1036 +} 1037 +.glyphicon-object-align-vertical:before { 1038 + content: "\e248"; 1039 +} 1040 +.glyphicon-object-align-right:before { 1041 + content: "\e249"; 1042 +} 1043 +.glyphicon-triangle-right:before { 1044 + content: "\e250"; 1045 +} 1046 +.glyphicon-triangle-left:before { 1047 + content: "\e251"; 1048 +} 1049 +.glyphicon-triangle-bottom:before { 1050 + content: "\e252"; 1051 +} 1052 +.glyphicon-triangle-top:before { 1053 + content: "\e253"; 1054 +} 1055 +.glyphicon-console:before { 1056 + content: "\e254"; 1057 +} 1058 +.glyphicon-superscript:before { 1059 + content: "\e255"; 1060 +} 1061 +.glyphicon-subscript:before { 1062 + content: "\e256"; 1063 +} 1064 +.glyphicon-menu-left:before { 1065 + content: "\e257"; 1066 +} 1067 +.glyphicon-menu-right:before { 1068 + content: "\e258"; 1069 +} 1070 +.glyphicon-menu-down:before { 1071 + content: "\e259"; 1072 +} 1073 +.glyphicon-menu-up:before { 1074 + content: "\e260"; 1075 +} 1076 +* { 1077 + -webkit-box-sizing: border-box; 1078 + -moz-box-sizing: border-box; 1079 + box-sizing: border-box; 1080 +} 1081 +*:before, 1082 +*:after { 1083 + -webkit-box-sizing: border-box; 1084 + -moz-box-sizing: border-box; 1085 + box-sizing: border-box; 1086 +} 1087 +html { 1088 + font-size: 10px; 1089 + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 1090 +} 1091 +body { 1092 + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 1093 + font-size: 13px; 1094 + line-height: 1.42857143; 1095 + color: #000; 1096 + background-color: #fff; 1097 +} 1098 +input, 1099 +button, 1100 +select, 1101 +textarea { 1102 + font-family: inherit; 1103 + font-size: inherit; 1104 + line-height: inherit; 1105 +} 1106 +a { 1107 + color: #337ab7; 1108 + text-decoration: none; 1109 +} 1110 +a:hover, 1111 +a:focus { 1112 + color: #23527c; 1113 + text-decoration: underline; 1114 +} 1115 +a:focus { 1116 + outline: 5px auto -webkit-focus-ring-color; 1117 + outline-offset: -2px; 1118 +} 1119 +figure { 1120 + margin: 0; 1121 +} 1122 +img { 1123 + vertical-align: middle; 1124 +} 1125 +.img-responsive, 1126 +.thumbnail > img, 1127 +.thumbnail a > img, 1128 +.carousel-inner > .item > img, 1129 +.carousel-inner > .item > a > img { 1130 + display: block; 1131 + max-width: 100%; 1132 + height: auto; 1133 +} 1134 +.img-rounded { 1135 + border-radius: 3px; 1136 +} 1137 +.img-thumbnail { 1138 + padding: 4px; 1139 + line-height: 1.42857143; 1140 + background-color: #fff; 1141 + border: 1px solid #ddd; 1142 + border-radius: 2px; 1143 + -webkit-transition: all 0.2s ease-in-out; 1144 + -o-transition: all 0.2s ease-in-out; 1145 + transition: all 0.2s ease-in-out; 1146 + display: inline-block; 1147 + max-width: 100%; 1148 + height: auto; 1149 +} 1150 +.img-circle { 1151 + border-radius: 50%; 1152 +} 1153 +hr { 1154 + margin-top: 18px; 1155 + margin-bottom: 18px; 1156 + border: 0; 1157 + border-top: 1px solid #eeeeee; 1158 +} 1159 +.sr-only { 1160 + position: absolute; 1161 + width: 1px; 1162 + height: 1px; 1163 + margin: -1px; 1164 + padding: 0; 1165 + overflow: hidden; 1166 + clip: rect(0, 0, 0, 0); 1167 + border: 0; 1168 +} 1169 +.sr-only-focusable:active, 1170 +.sr-only-focusable:focus { 1171 + position: static; 1172 + width: auto; 1173 + height: auto; 1174 + margin: 0; 1175 + overflow: visible; 1176 + clip: auto; 1177 +} 1178 +[role="button"] { 1179 + cursor: pointer; 1180 +} 1181 +h1, 1182 +h2, 1183 +h3, 1184 +h4, 1185 +h5, 1186 +h6, 1187 +.h1, 1188 +.h2, 1189 +.h3, 1190 +.h4, 1191 +.h5, 1192 +.h6 { 1193 + font-family: inherit; 1194 + font-weight: 500; 1195 + line-height: 1.1; 1196 + color: inherit; 1197 +} 1198 +h1 small, 1199 +h2 small, 1200 +h3 small, 1201 +h4 small, 1202 +h5 small, 1203 +h6 small, 1204 +.h1 small, 1205 +.h2 small, 1206 +.h3 small, 1207 +.h4 small, 1208 +.h5 small, 1209 +.h6 small, 1210 +h1 .small, 1211 +h2 .small, 1212 +h3 .small, 1213 +h4 .small, 1214 +h5 .small, 1215 +h6 .small, 1216 +.h1 .small, 1217 +.h2 .small, 1218 +.h3 .small, 1219 +.h4 .small, 1220 +.h5 .small, 1221 +.h6 .small { 1222 + font-weight: normal; 1223 + line-height: 1; 1224 + color: #777777; 1225 +} 1226 +h1, 1227 +.h1, 1228 +h2, 1229 +.h2, 1230 +h3, 1231 +.h3 { 1232 + margin-top: 18px; 1233 + margin-bottom: 9px; 1234 +} 1235 +h1 small, 1236 +.h1 small, 1237 +h2 small, 1238 +.h2 small, 1239 +h3 small, 1240 +.h3 small, 1241 +h1 .small, 1242 +.h1 .small, 1243 +h2 .small, 1244 +.h2 .small, 1245 +h3 .small, 1246 +.h3 .small { 1247 + font-size: 65%; 1248 +} 1249 +h4, 1250 +.h4, 1251 +h5, 1252 +.h5, 1253 +h6, 1254 +.h6 { 1255 + margin-top: 9px; 1256 + margin-bottom: 9px; 1257 +} 1258 +h4 small, 1259 +.h4 small, 1260 +h5 small, 1261 +.h5 small, 1262 +h6 small, 1263 +.h6 small, 1264 +h4 .small, 1265 +.h4 .small, 1266 +h5 .small, 1267 +.h5 .small, 1268 +h6 .small, 1269 +.h6 .small { 1270 + font-size: 75%; 1271 +} 1272 +h1, 1273 +.h1 { 1274 + font-size: 33px; 1275 +} 1276 +h2, 1277 +.h2 { 1278 + font-size: 27px; 1279 +} 1280 +h3, 1281 +.h3 { 1282 + font-size: 23px; 1283 +} 1284 +h4, 1285 +.h4 { 1286 + font-size: 17px; 1287 +} 1288 +h5, 1289 +.h5 { 1290 + font-size: 13px; 1291 +} 1292 +h6, 1293 +.h6 { 1294 + font-size: 12px; 1295 +} 1296 +p { 1297 + margin: 0 0 9px; 1298 +} 1299 +.lead { 1300 + margin-bottom: 18px; 1301 + font-size: 14px; 1302 + font-weight: 300; 1303 + line-height: 1.4; 1304 +} 1305 +@media (min-width: 768px) { 1306 + .lead { 1307 + font-size: 19.5px; 1308 + } 1309 +} 1310 +small, 1311 +.small { 1312 + font-size: 92%; 1313 +} 1314 +mark, 1315 +.mark { 1316 + background-color: #fcf8e3; 1317 + padding: .2em; 1318 +} 1319 +.text-left { 1320 + text-align: left; 1321 +} 1322 +.text-right { 1323 + text-align: right; 1324 +} 1325 +.text-center { 1326 + text-align: center; 1327 +} 1328 +.text-justify { 1329 + text-align: justify; 1330 +} 1331 +.text-nowrap { 1332 + white-space: nowrap; 1333 +} 1334 +.text-lowercase { 1335 + text-transform: lowercase; 1336 +} 1337 +.text-uppercase { 1338 + text-transform: uppercase; 1339 +} 1340 +.text-capitalize { 1341 + text-transform: capitalize; 1342 +} 1343 +.text-muted { 1344 + color: #777777; 1345 +} 1346 +.text-primary { 1347 + color: #337ab7; 1348 +} 1349 +a.text-primary:hover, 1350 +a.text-primary:focus { 1351 + color: #286090; 1352 +} 1353 +.text-success { 1354 + color: #3c763d; 1355 +} 1356 +a.text-success:hover, 1357 +a.text-success:focus { 1358 + color: #2b542c; 1359 +} 1360 +.text-info { 1361 + color: #31708f; 1362 +} 1363 +a.text-info:hover, 1364 +a.text-info:focus { 1365 + color: #245269; 1366 +} 1367 +.text-warning { 1368 + color: #8a6d3b; 1369 +} 1370 +a.text-warning:hover, 1371 +a.text-warning:focus { 1372 + color: #66512c; 1373 +} 1374 +.text-danger { 1375 + color: #a94442; 1376 +} 1377 +a.text-danger:hover, 1378 +a.text-danger:focus { 1379 + color: #843534; 1380 +} 1381 +.bg-primary { 1382 + color: #fff; 1383 + background-color: #337ab7; 1384 +} 1385 +a.bg-primary:hover, 1386 +a.bg-primary:focus { 1387 + background-color: #286090; 1388 +} 1389 +.bg-success { 1390 + background-color: #dff0d8; 1391 +} 1392 +a.bg-success:hover, 1393 +a.bg-success:focus { 1394 + background-color: #c1e2b3; 1395 +} 1396 +.bg-info { 1397 + background-color: #d9edf7; 1398 +} 1399 +a.bg-info:hover, 1400 +a.bg-info:focus { 1401 + background-color: #afd9ee; 1402 +} 1403 +.bg-warning { 1404 + background-color: #fcf8e3; 1405 +} 1406 +a.bg-warning:hover, 1407 +a.bg-warning:focus { 1408 + background-color: #f7ecb5; 1409 +} 1410 +.bg-danger { 1411 + background-color: #f2dede; 1412 +} 1413 +a.bg-danger:hover, 1414 +a.bg-danger:focus { 1415 + background-color: #e4b9b9; 1416 +} 1417 +.page-header { 1418 + padding-bottom: 8px; 1419 + margin: 36px 0 18px; 1420 + border-bottom: 1px solid #eeeeee; 1421 +} 1422 +ul, 1423 +ol { 1424 + margin-top: 0; 1425 + margin-bottom: 9px; 1426 +} 1427 +ul ul, 1428 +ol ul, 1429 +ul ol, 1430 +ol ol { 1431 + margin-bottom: 0; 1432 +} 1433 +.list-unstyled { 1434 + padding-left: 0; 1435 + list-style: none; 1436 +} 1437 +.list-inline { 1438 + padding-left: 0; 1439 + list-style: none; 1440 + margin-left: -5px; 1441 +} 1442 +.list-inline > li { 1443 + display: inline-block; 1444 + padding-left: 5px; 1445 + padding-right: 5px; 1446 +} 1447 +dl { 1448 + margin-top: 0; 1449 + margin-bottom: 18px; 1450 +} 1451 +dt, 1452 +dd { 1453 + line-height: 1.42857143; 1454 +} 1455 +dt { 1456 + font-weight: bold; 1457 +} 1458 +dd { 1459 + margin-left: 0; 1460 +} 1461 +@media (min-width: 541px) { 1462 + .dl-horizontal dt { 1463 + float: left; 1464 + width: 160px; 1465 + clear: left; 1466 + text-align: right; 1467 + overflow: hidden; 1468 + text-overflow: ellipsis; 1469 + white-space: nowrap; 1470 + } 1471 + .dl-horizontal dd { 1472 + margin-left: 180px; 1473 + } 1474 +} 1475 +abbr[title], 1476 +abbr[data-original-title] { 1477 + cursor: help; 1478 + border-bottom: 1px dotted #777777; 1479 +} 1480 +.initialism { 1481 + font-size: 90%; 1482 + text-transform: uppercase; 1483 +} 1484 +blockquote { 1485 + padding: 9px 18px; 1486 + margin: 0 0 18px; 1487 + font-size: inherit; 1488 + border-left: 5px solid #eeeeee; 1489 +} 1490 +blockquote p:last-child, 1491 +blockquote ul:last-child, 1492 +blockquote ol:last-child { 1493 + margin-bottom: 0; 1494 +} 1495 +blockquote footer, 1496 +blockquote small, 1497 +blockquote .small { 1498 + display: block; 1499 + font-size: 80%; 1500 + line-height: 1.42857143; 1501 + color: #777777; 1502 +} 1503 +blockquote footer:before, 1504 +blockquote small:before, 1505 +blockquote .small:before { 1506 + content: '\2014 \00A0'; 1507 +} 1508 +.blockquote-reverse, 1509 +blockquote.pull-right { 1510 + padding-right: 15px; 1511 + padding-left: 0; 1512 + border-right: 5px solid #eeeeee; 1513 + border-left: 0; 1514 + text-align: right; 1515 +} 1516 +.blockquote-reverse footer:before, 1517 +blockquote.pull-right footer:before, 1518 +.blockquote-reverse small:before, 1519 +blockquote.pull-right small:before, 1520 +.blockquote-reverse .small:before, 1521 +blockquote.pull-right .small:before { 1522 + content: ''; 1523 +} 1524 +.blockquote-reverse footer:after, 1525 +blockquote.pull-right footer:after, 1526 +.blockquote-reverse small:after, 1527 +blockquote.pull-right small:after, 1528 +.blockquote-reverse .small:after, 1529 +blockquote.pull-right .small:after { 1530 + content: '\00A0 \2014'; 1531 +} 1532 +address { 1533 + margin-bottom: 18px; 1534 + font-style: normal; 1535 + line-height: 1.42857143; 1536 +} 1537 +code, 1538 +kbd, 1539 +pre, 1540 +samp { 1541 + font-family: monospace; 1542 +} 1543 +code { 1544 + padding: 2px 4px; 1545 + font-size: 90%; 1546 + color: #c7254e; 1547 + background-color: #f9f2f4; 1548 + border-radius: 2px; 1549 +} 1550 +kbd { 1551 + padding: 2px 4px; 1552 + font-size: 90%; 1553 + color: #888; 1554 + background-color: transparent; 1555 + border-radius: 1px; 1556 + box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); 1557 +} 1558 +kbd kbd { 1559 + padding: 0; 1560 + font-size: 100%; 1561 + font-weight: bold; 1562 + box-shadow: none; 1563 +} 1564 +pre { 1565 + display: block; 1566 + padding: 8.5px; 1567 + margin: 0 0 9px; 1568 + font-size: 12px; 1569 + line-height: 1.42857143; 1570 + word-break: break-all; 1571 + word-wrap: break-word; 1572 + color: #333333; 1573 + background-color: #f5f5f5; 1574 + border: 1px solid #ccc; 1575 + border-radius: 2px; 1576 +} 1577 +pre code { 1578 + padding: 0; 1579 + font-size: inherit; 1580 + color: inherit; 1581 + white-space: pre-wrap; 1582 + background-color: transparent; 1583 + border-radius: 0; 1584 +} 1585 +.pre-scrollable { 1586 + max-height: 340px; 1587 + overflow-y: scroll; 1588 +} 1589 +.container { 1590 + margin-right: auto; 1591 + margin-left: auto; 1592 + padding-left: 0px; 1593 + padding-right: 0px; 1594 +} 1595 +@media (min-width: 768px) { 1596 + .container { 1597 + width: 768px; 1598 + } 1599 +} 1600 +@media (min-width: 992px) { 1601 + .container { 1602 + width: 940px; 1603 + } 1604 +} 1605 +@media (min-width: 1200px) { 1606 + .container { 1607 + width: 1140px; 1608 + } 1609 +} 1610 +.container-fluid { 1611 + margin-right: auto; 1612 + margin-left: auto; 1613 + padding-left: 0px; 1614 + padding-right: 0px; 1615 +} 1616 +.row { 1617 + margin-left: 0px; 1618 + margin-right: 0px; 1619 +} 1620 +.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 { 1621 + position: relative; 1622 + min-height: 1px; 1623 + padding-left: 0px; 1624 + padding-right: 0px; 1625 +} 1626 +.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 { 1627 + float: left; 1628 +} 1629 +.col-xs-12 { 1630 + width: 100%; 1631 +} 1632 +.col-xs-11 { 1633 + width: 91.66666667%; 1634 +} 1635 +.col-xs-10 { 1636 + width: 83.33333333%; 1637 +} 1638 +.col-xs-9 { 1639 + width: 75%; 1640 +} 1641 +.col-xs-8 { 1642 + width: 66.66666667%; 1643 +} 1644 +.col-xs-7 { 1645 + width: 58.33333333%; 1646 +} 1647 +.col-xs-6 { 1648 + width: 50%; 1649 +} 1650 +.col-xs-5 { 1651 + width: 41.66666667%; 1652 +} 1653 +.col-xs-4 { 1654 + width: 33.33333333%; 1655 +} 1656 +.col-xs-3 { 1657 + width: 25%; 1658 +} 1659 +.col-xs-2 { 1660 + width: 16.66666667%; 1661 +} 1662 +.col-xs-1 { 1663 + width: 8.33333333%; 1664 +} 1665 +.col-xs-pull-12 { 1666 + right: 100%; 1667 +} 1668 +.col-xs-pull-11 { 1669 + right: 91.66666667%; 1670 +} 1671 +.col-xs-pull-10 { 1672 + right: 83.33333333%; 1673 +} 1674 +.col-xs-pull-9 { 1675 + right: 75%; 1676 +} 1677 +.col-xs-pull-8 { 1678 + right: 66.66666667%; 1679 +} 1680 +.col-xs-pull-7 { 1681 + right: 58.33333333%; 1682 +} 1683 +.col-xs-pull-6 { 1684 + right: 50%; 1685 +} 1686 +.col-xs-pull-5 { 1687 + right: 41.66666667%; 1688 +} 1689 +.col-xs-pull-4 { 1690 + right: 33.33333333%; 1691 +} 1692 +.col-xs-pull-3 { 1693 + right: 25%; 1694 +} 1695 +.col-xs-pull-2 { 1696 + right: 16.66666667%; 1697 +} 1698 +.col-xs-pull-1 { 1699 + right: 8.33333333%; 1700 +} 1701 +.col-xs-pull-0 { 1702 + right: auto; 1703 +} 1704 +.col-xs-push-12 { 1705 + left: 100%; 1706 +} 1707 +.col-xs-push-11 { 1708 + left: 91.66666667%; 1709 +} 1710 +.col-xs-push-10 { 1711 + left: 83.33333333%; 1712 +} 1713 +.col-xs-push-9 { 1714 + left: 75%; 1715 +} 1716 +.col-xs-push-8 { 1717 + left: 66.66666667%; 1718 +} 1719 +.col-xs-push-7 { 1720 + left: 58.33333333%; 1721 +} 1722 +.col-xs-push-6 { 1723 + left: 50%; 1724 +} 1725 +.col-xs-push-5 { 1726 + left: 41.66666667%; 1727 +} 1728 +.col-xs-push-4 { 1729 + left: 33.33333333%; 1730 +} 1731 +.col-xs-push-3 { 1732 + left: 25%; 1733 +} 1734 +.col-xs-push-2 { 1735 + left: 16.66666667%; 1736 +} 1737 +.col-xs-push-1 { 1738 + left: 8.33333333%; 1739 +} 1740 +.col-xs-push-0 { 1741 + left: auto; 1742 +} 1743 +.col-xs-offset-12 { 1744 + margin-left: 100%; 1745 +} 1746 +.col-xs-offset-11 { 1747 + margin-left: 91.66666667%; 1748 +} 1749 +.col-xs-offset-10 { 1750 + margin-left: 83.33333333%; 1751 +} 1752 +.col-xs-offset-9 { 1753 + margin-left: 75%; 1754 +} 1755 +.col-xs-offset-8 { 1756 + margin-left: 66.66666667%; 1757 +} 1758 +.col-xs-offset-7 { 1759 + margin-left: 58.33333333%; 1760 +} 1761 +.col-xs-offset-6 { 1762 + margin-left: 50%; 1763 +} 1764 +.col-xs-offset-5 { 1765 + margin-left: 41.66666667%; 1766 +} 1767 +.col-xs-offset-4 { 1768 + margin-left: 33.33333333%; 1769 +} 1770 +.col-xs-offset-3 { 1771 + margin-left: 25%; 1772 +} 1773 +.col-xs-offset-2 { 1774 + margin-left: 16.66666667%; 1775 +} 1776 +.col-xs-offset-1 { 1777 + margin-left: 8.33333333%; 1778 +} 1779 +.col-xs-offset-0 { 1780 + margin-left: 0%; 1781 +} 1782 +@media (min-width: 768px) { 1783 + .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 { 1784 + float: left; 1785 + } 1786 + .col-sm-12 { 1787 + width: 100%; 1788 + } 1789 + .col-sm-11 { 1790 + width: 91.66666667%; 1791 + } 1792 + .col-sm-10 { 1793 + width: 83.33333333%; 1794 + } 1795 + .col-sm-9 { 1796 + width: 75%; 1797 + } 1798 + .col-sm-8 { 1799 + width: 66.66666667%; 1800 + } 1801 + .col-sm-7 { 1802 + width: 58.33333333%; 1803 + } 1804 + .col-sm-6 { 1805 + width: 50%; 1806 + } 1807 + .col-sm-5 { 1808 + width: 41.66666667%; 1809 + } 1810 + .col-sm-4 { 1811 + width: 33.33333333%; 1812 + } 1813 + .col-sm-3 { 1814 + width: 25%; 1815 + } 1816 + .col-sm-2 { 1817 + width: 16.66666667%; 1818 + } 1819 + .col-sm-1 { 1820 + width: 8.33333333%; 1821 + } 1822 + .col-sm-pull-12 { 1823 + right: 100%; 1824 + } 1825 + .col-sm-pull-11 { 1826 + right: 91.66666667%; 1827 + } 1828 + .col-sm-pull-10 { 1829 + right: 83.33333333%; 1830 + } 1831 + .col-sm-pull-9 { 1832 + right: 75%; 1833 + } 1834 + .col-sm-pull-8 { 1835 + right: 66.66666667%; 1836 + } 1837 + .col-sm-pull-7 { 1838 + right: 58.33333333%; 1839 + } 1840 + .col-sm-pull-6 { 1841 + right: 50%; 1842 + } 1843 + .col-sm-pull-5 { 1844 + right: 41.66666667%; 1845 + } 1846 + .col-sm-pull-4 { 1847 + right: 33.33333333%; 1848 + } 1849 + .col-sm-pull-3 { 1850 + right: 25%; 1851 + } 1852 + .col-sm-pull-2 { 1853 + right: 16.66666667%; 1854 + } 1855 + .col-sm-pull-1 { 1856 + right: 8.33333333%; 1857 + } 1858 + .col-sm-pull-0 { 1859 + right: auto; 1860 + } 1861 + .col-sm-push-12 { 1862 + left: 100%; 1863 + } 1864 + .col-sm-push-11 { 1865 + left: 91.66666667%; 1866 + } 1867 + .col-sm-push-10 { 1868 + left: 83.33333333%; 1869 + } 1870 + .col-sm-push-9 { 1871 + left: 75%; 1872 + } 1873 + .col-sm-push-8 { 1874 + left: 66.66666667%; 1875 + } 1876 + .col-sm-push-7 { 1877 + left: 58.33333333%; 1878 + } 1879 + .col-sm-push-6 { 1880 + left: 50%; 1881 + } 1882 + .col-sm-push-5 { 1883 + left: 41.66666667%; 1884 + } 1885 + .col-sm-push-4 { 1886 + left: 33.33333333%; 1887 + } 1888 + .col-sm-push-3 { 1889 + left: 25%; 1890 + } 1891 + .col-sm-push-2 { 1892 + left: 16.66666667%; 1893 + } 1894 + .col-sm-push-1 { 1895 + left: 8.33333333%; 1896 + } 1897 + .col-sm-push-0 { 1898 + left: auto; 1899 + } 1900 + .col-sm-offset-12 { 1901 + margin-left: 100%; 1902 + } 1903 + .col-sm-offset-11 { 1904 + margin-left: 91.66666667%; 1905 + } 1906 + .col-sm-offset-10 { 1907 + margin-left: 83.33333333%; 1908 + } 1909 + .col-sm-offset-9 { 1910 + margin-left: 75%; 1911 + } 1912 + .col-sm-offset-8 { 1913 + margin-left: 66.66666667%; 1914 + } 1915 + .col-sm-offset-7 { 1916 + margin-left: 58.33333333%; 1917 + } 1918 + .col-sm-offset-6 { 1919 + margin-left: 50%; 1920 + } 1921 + .col-sm-offset-5 { 1922 + margin-left: 41.66666667%; 1923 + } 1924 + .col-sm-offset-4 { 1925 + margin-left: 33.33333333%; 1926 + } 1927 + .col-sm-offset-3 { 1928 + margin-left: 25%; 1929 + } 1930 + .col-sm-offset-2 { 1931 + margin-left: 16.66666667%; 1932 + } 1933 + .col-sm-offset-1 { 1934 + margin-left: 8.33333333%; 1935 + } 1936 + .col-sm-offset-0 { 1937 + margin-left: 0%; 1938 + } 1939 +} 1940 +@media (min-width: 992px) { 1941 + .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 { 1942 + float: left; 1943 + } 1944 + .col-md-12 { 1945 + width: 100%; 1946 + } 1947 + .col-md-11 { 1948 + width: 91.66666667%; 1949 + } 1950 + .col-md-10 { 1951 + width: 83.33333333%; 1952 + } 1953 + .col-md-9 { 1954 + width: 75%; 1955 + } 1956 + .col-md-8 { 1957 + width: 66.66666667%; 1958 + } 1959 + .col-md-7 { 1960 + width: 58.33333333%; 1961 + } 1962 + .col-md-6 { 1963 + width: 50%; 1964 + } 1965 + .col-md-5 { 1966 + width: 41.66666667%; 1967 + } 1968 + .col-md-4 { 1969 + width: 33.33333333%; 1970 + } 1971 + .col-md-3 { 1972 + width: 25%; 1973 + } 1974 + .col-md-2 { 1975 + width: 16.66666667%; 1976 + } 1977 + .col-md-1 { 1978 + width: 8.33333333%; 1979 + } 1980 + .col-md-pull-12 { 1981 + right: 100%; 1982 + } 1983 + .col-md-pull-11 { 1984 + right: 91.66666667%; 1985 + } 1986 + .col-md-pull-10 { 1987 + right: 83.33333333%; 1988 + } 1989 + .col-md-pull-9 { 1990 + right: 75%; 1991 + } 1992 + .col-md-pull-8 { 1993 + right: 66.66666667%; 1994 + } 1995 + .col-md-pull-7 { 1996 + right: 58.33333333%; 1997 + } 1998 + .col-md-pull-6 { 1999 + right: 50%; 2000 + } 2001 + .col-md-pull-5 { 2002 + right: 41.66666667%; 2003 + } 2004 + .col-md-pull-4 { 2005 + right: 33.33333333%; 2006 + } 2007 + .col-md-pull-3 { 2008 + right: 25%; 2009 + } 2010 + .col-md-pull-2 { 2011 + right: 16.66666667%; 2012 + } 2013 + .col-md-pull-1 { 2014 + right: 8.33333333%; 2015 + } 2016 + .col-md-pull-0 { 2017 + right: auto; 2018 + } 2019 + .col-md-push-12 { 2020 + left: 100%; 2021 + } 2022 + .col-md-push-11 { 2023 + left: 91.66666667%; 2024 + } 2025 + .col-md-push-10 { 2026 + left: 83.33333333%; 2027 + } 2028 + .col-md-push-9 { 2029 + left: 75%; 2030 + } 2031 + .col-md-push-8 { 2032 + left: 66.66666667%; 2033 + } 2034 + .col-md-push-7 { 2035 + left: 58.33333333%; 2036 + } 2037 + .col-md-push-6 { 2038 + left: 50%; 2039 + } 2040 + .col-md-push-5 { 2041 + left: 41.66666667%; 2042 + } 2043 + .col-md-push-4 { 2044 + left: 33.33333333%; 2045 + } 2046 + .col-md-push-3 { 2047 + left: 25%; 2048 + } 2049 + .col-md-push-2 { 2050 + left: 16.66666667%; 2051 + } 2052 + .col-md-push-1 { 2053 + left: 8.33333333%; 2054 + } 2055 + .col-md-push-0 { 2056 + left: auto; 2057 + } 2058 + .col-md-offset-12 { 2059 + margin-left: 100%; 2060 + } 2061 + .col-md-offset-11 { 2062 + margin-left: 91.66666667%; 2063 + } 2064 + .col-md-offset-10 { 2065 + margin-left: 83.33333333%; 2066 + } 2067 + .col-md-offset-9 { 2068 + margin-left: 75%; 2069 + } 2070 + .col-md-offset-8 { 2071 + margin-left: 66.66666667%; 2072 + } 2073 + .col-md-offset-7 { 2074 + margin-left: 58.33333333%; 2075 + } 2076 + .col-md-offset-6 { 2077 + margin-left: 50%; 2078 + } 2079 + .col-md-offset-5 { 2080 + margin-left: 41.66666667%; 2081 + } 2082 + .col-md-offset-4 { 2083 + margin-left: 33.33333333%; 2084 + } 2085 + .col-md-offset-3 { 2086 + margin-left: 25%; 2087 + } 2088 + .col-md-offset-2 { 2089 + margin-left: 16.66666667%; 2090 + } 2091 + .col-md-offset-1 { 2092 + margin-left: 8.33333333%; 2093 + } 2094 + .col-md-offset-0 { 2095 + margin-left: 0%; 2096 + } 2097 +} 2098 +@media (min-width: 1200px) { 2099 + .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 { 2100 + float: left; 2101 + } 2102 + .col-lg-12 { 2103 + width: 100%; 2104 + } 2105 + .col-lg-11 { 2106 + width: 91.66666667%; 2107 + } 2108 + .col-lg-10 { 2109 + width: 83.33333333%; 2110 + } 2111 + .col-lg-9 { 2112 + width: 75%; 2113 + } 2114 + .col-lg-8 { 2115 + width: 66.66666667%; 2116 + } 2117 + .col-lg-7 { 2118 + width: 58.33333333%; 2119 + } 2120 + .col-lg-6 { 2121 + width: 50%; 2122 + } 2123 + .col-lg-5 { 2124 + width: 41.66666667%; 2125 + } 2126 + .col-lg-4 { 2127 + width: 33.33333333%; 2128 + } 2129 + .col-lg-3 { 2130 + width: 25%; 2131 + } 2132 + .col-lg-2 { 2133 + width: 16.66666667%; 2134 + } 2135 + .col-lg-1 { 2136 + width: 8.33333333%; 2137 + } 2138 + .col-lg-pull-12 { 2139 + right: 100%; 2140 + } 2141 + .col-lg-pull-11 { 2142 + right: 91.66666667%; 2143 + } 2144 + .col-lg-pull-10 { 2145 + right: 83.33333333%; 2146 + } 2147 + .col-lg-pull-9 { 2148 + right: 75%; 2149 + } 2150 + .col-lg-pull-8 { 2151 + right: 66.66666667%; 2152 + } 2153 + .col-lg-pull-7 { 2154 + right: 58.33333333%; 2155 + } 2156 + .col-lg-pull-6 { 2157 + right: 50%; 2158 + } 2159 + .col-lg-pull-5 { 2160 + right: 41.66666667%; 2161 + } 2162 + .col-lg-pull-4 { 2163 + right: 33.33333333%; 2164 + } 2165 + .col-lg-pull-3 { 2166 + right: 25%; 2167 + } 2168 + .col-lg-pull-2 { 2169 + right: 16.66666667%; 2170 + } 2171 + .col-lg-pull-1 { 2172 + right: 8.33333333%; 2173 + } 2174 + .col-lg-pull-0 { 2175 + right: auto; 2176 + } 2177 + .col-lg-push-12 { 2178 + left: 100%; 2179 + } 2180 + .col-lg-push-11 { 2181 + left: 91.66666667%; 2182 + } 2183 + .col-lg-push-10 { 2184 + left: 83.33333333%; 2185 + } 2186 + .col-lg-push-9 { 2187 + left: 75%; 2188 + } 2189 + .col-lg-push-8 { 2190 + left: 66.66666667%; 2191 + } 2192 + .col-lg-push-7 { 2193 + left: 58.33333333%; 2194 + } 2195 + .col-lg-push-6 { 2196 + left: 50%; 2197 + } 2198 + .col-lg-push-5 { 2199 + left: 41.66666667%; 2200 + } 2201 + .col-lg-push-4 { 2202 + left: 33.33333333%; 2203 + } 2204 + .col-lg-push-3 { 2205 + left: 25%; 2206 + } 2207 + .col-lg-push-2 { 2208 + left: 16.66666667%; 2209 + } 2210 + .col-lg-push-1 { 2211 + left: 8.33333333%; 2212 + } 2213 + .col-lg-push-0 { 2214 + left: auto; 2215 + } 2216 + .col-lg-offset-12 { 2217 + margin-left: 100%; 2218 + } 2219 + .col-lg-offset-11 { 2220 + margin-left: 91.66666667%; 2221 + } 2222 + .col-lg-offset-10 { 2223 + margin-left: 83.33333333%; 2224 + } 2225 + .col-lg-offset-9 { 2226 + margin-left: 75%; 2227 + } 2228 + .col-lg-offset-8 { 2229 + margin-left: 66.66666667%; 2230 + } 2231 + .col-lg-offset-7 { 2232 + margin-left: 58.33333333%; 2233 + } 2234 + .col-lg-offset-6 { 2235 + margin-left: 50%; 2236 + } 2237 + .col-lg-offset-5 { 2238 + margin-left: 41.66666667%; 2239 + } 2240 + .col-lg-offset-4 { 2241 + margin-left: 33.33333333%; 2242 + } 2243 + .col-lg-offset-3 { 2244 + margin-left: 25%; 2245 + } 2246 + .col-lg-offset-2 { 2247 + margin-left: 16.66666667%; 2248 + } 2249 + .col-lg-offset-1 { 2250 + margin-left: 8.33333333%; 2251 + } 2252 + .col-lg-offset-0 { 2253 + margin-left: 0%; 2254 + } 2255 +} 2256 +table { 2257 + background-color: transparent; 2258 +} 2259 +caption { 2260 + padding-top: 8px; 2261 + padding-bottom: 8px; 2262 + color: #777777; 2263 + text-align: left; 2264 +} 2265 +th { 2266 + text-align: left; 2267 +} 2268 +.table { 2269 + width: 100%; 2270 + max-width: 100%; 2271 + margin-bottom: 18px; 2272 +} 2273 +.table > thead > tr > th, 2274 +.table > tbody > tr > th, 2275 +.table > tfoot > tr > th, 2276 +.table > thead > tr > td, 2277 +.table > tbody > tr > td, 2278 +.table > tfoot > tr > td { 2279 + padding: 8px; 2280 + line-height: 1.42857143; 2281 + vertical-align: top; 2282 + border-top: 1px solid #ddd; 2283 +} 2284 +.table > thead > tr > th { 2285 + vertical-align: bottom; 2286 + border-bottom: 2px solid #ddd; 2287 +} 2288 +.table > caption + thead > tr:first-child > th, 2289 +.table > colgroup + thead > tr:first-child > th, 2290 +.table > thead:first-child > tr:first-child > th, 2291 +.table > caption + thead > tr:first-child > td, 2292 +.table > colgroup + thead > tr:first-child > td, 2293 +.table > thead:first-child > tr:first-child > td { 2294 + border-top: 0; 2295 +} 2296 +.table > tbody + tbody { 2297 + border-top: 2px solid #ddd; 2298 +} 2299 +.table .table { 2300 + background-color: #fff; 2301 +} 2302 +.table-condensed > thead > tr > th, 2303 +.table-condensed > tbody > tr > th, 2304 +.table-condensed > tfoot > tr > th, 2305 +.table-condensed > thead > tr > td, 2306 +.table-condensed > tbody > tr > td, 2307 +.table-condensed > tfoot > tr > td { 2308 + padding: 5px; 2309 +} 2310 +.table-bordered { 2311 + border: 1px solid #ddd; 2312 +} 2313 +.table-bordered > thead > tr > th, 2314 +.table-bordered > tbody > tr > th, 2315 +.table-bordered > tfoot > tr > th, 2316 +.table-bordered > thead > tr > td, 2317 +.table-bordered > tbody > tr > td, 2318 +.table-bordered > tfoot > tr > td { 2319 + border: 1px solid #ddd; 2320 +} 2321 +.table-bordered > thead > tr > th, 2322 +.table-bordered > thead > tr > td { 2323 + border-bottom-width: 2px; 2324 +} 2325 +.table-striped > tbody > tr:nth-of-type(odd) { 2326 + background-color: #f9f9f9; 2327 +} 2328 +.table-hover > tbody > tr:hover { 2329 + background-color: #f5f5f5; 2330 +} 2331 +table col[class*="col-"] { 2332 + position: static; 2333 + float: none; 2334 + display: table-column; 2335 +} 2336 +table td[class*="col-"], 2337 +table th[class*="col-"] { 2338 + position: static; 2339 + float: none; 2340 + display: table-cell; 2341 +} 2342 +.table > thead > tr > td.active, 2343 +.table > tbody > tr > td.active, 2344 +.table > tfoot > tr > td.active, 2345 +.table > thead > tr > th.active, 2346 +.table > tbody > tr > th.active, 2347 +.table > tfoot > tr > th.active, 2348 +.table > thead > tr.active > td, 2349 +.table > tbody > tr.active > td, 2350 +.table > tfoot > tr.active > td, 2351 +.table > thead > tr.active > th, 2352 +.table > tbody > tr.active > th, 2353 +.table > tfoot > tr.active > th { 2354 + background-color: #f5f5f5; 2355 +} 2356 +.table-hover > tbody > tr > td.active:hover, 2357 +.table-hover > tbody > tr > th.active:hover, 2358 +.table-hover > tbody > tr.active:hover > td, 2359 +.table-hover > tbody > tr:hover > .active, 2360 +.table-hover > tbody > tr.active:hover > th { 2361 + background-color: #e8e8e8; 2362 +} 2363 +.table > thead > tr > td.success, 2364 +.table > tbody > tr > td.success, 2365 +.table > tfoot > tr > td.success, 2366 +.table > thead > tr > th.success, 2367 +.table > tbody > tr > th.success, 2368 +.table > tfoot > tr > th.success, 2369 +.table > thead > tr.success > td, 2370 +.table > tbody > tr.success > td, 2371 +.table > tfoot > tr.success > td, 2372 +.table > thead > tr.success > th, 2373 +.table > tbody > tr.success > th, 2374 +.table > tfoot > tr.success > th { 2375 + background-color: #dff0d8; 2376 +} 2377 +.table-hover > tbody > tr > td.success:hover, 2378 +.table-hover > tbody > tr > th.success:hover, 2379 +.table-hover > tbody > tr.success:hover > td, 2380 +.table-hover > tbody > tr:hover > .success, 2381 +.table-hover > tbody > tr.success:hover > th { 2382 + background-color: #d0e9c6; 2383 +} 2384 +.table > thead > tr > td.info, 2385 +.table > tbody > tr > td.info, 2386 +.table > tfoot > tr > td.info, 2387 +.table > thead > tr > th.info, 2388 +.table > tbody > tr > th.info, 2389 +.table > tfoot > tr > th.info, 2390 +.table > thead > tr.info > td, 2391 +.table > tbody > tr.info > td, 2392 +.table > tfoot > tr.info > td, 2393 +.table > thead > tr.info > th, 2394 +.table > tbody > tr.info > th, 2395 +.table > tfoot > tr.info > th { 2396 + background-color: #d9edf7; 2397 +} 2398 +.table-hover > tbody > tr > td.info:hover, 2399 +.table-hover > tbody > tr > th.info:hover, 2400 +.table-hover > tbody > tr.info:hover > td, 2401 +.table-hover > tbody > tr:hover > .info, 2402 +.table-hover > tbody > tr.info:hover > th { 2403 + background-color: #c4e3f3; 2404 +} 2405 +.table > thead > tr > td.warning, 2406 +.table > tbody > tr > td.warning, 2407 +.table > tfoot > tr > td.warning, 2408 +.table > thead > tr > th.warning, 2409 +.table > tbody > tr > th.warning, 2410 +.table > tfoot > tr > th.warning, 2411 +.table > thead > tr.warning > td, 2412 +.table > tbody > tr.warning > td, 2413 +.table > tfoot > tr.warning > td, 2414 +.table > thead > tr.warning > th, 2415 +.table > tbody > tr.warning > th, 2416 +.table > tfoot > tr.warning > th { 2417 + background-color: #fcf8e3; 2418 +} 2419 +.table-hover > tbody > tr > td.warning:hover, 2420 +.table-hover > tbody > tr > th.warning:hover, 2421 +.table-hover > tbody > tr.warning:hover > td, 2422 +.table-hover > tbody > tr:hover > .warning, 2423 +.table-hover > tbody > tr.warning:hover > th { 2424 + background-color: #faf2cc; 2425 +} 2426 +.table > thead > tr > td.danger, 2427 +.table > tbody > tr > td.danger, 2428 +.table > tfoot > tr > td.danger, 2429 +.table > thead > tr > th.danger, 2430 +.table > tbody > tr > th.danger, 2431 +.table > tfoot > tr > th.danger, 2432 +.table > thead > tr.danger > td, 2433 +.table > tbody > tr.danger > td, 2434 +.table > tfoot > tr.danger > td, 2435 +.table > thead > tr.danger > th, 2436 +.table > tbody > tr.danger > th, 2437 +.table > tfoot > tr.danger > th { 2438 + background-color: #f2dede; 2439 +} 2440 +.table-hover > tbody > tr > td.danger:hover, 2441 +.table-hover > tbody > tr > th.danger:hover, 2442 +.table-hover > tbody > tr.danger:hover > td, 2443 +.table-hover > tbody > tr:hover > .danger, 2444 +.table-hover > tbody > tr.danger:hover > th { 2445 + background-color: #ebcccc; 2446 +} 2447 +.table-responsive { 2448 + overflow-x: auto; 2449 + min-height: 0.01%; 2450 +} 2451 +@media screen and (max-width: 767px) { 2452 + .table-responsive { 2453 + width: 100%; 2454 + margin-bottom: 13.5px; 2455 + overflow-y: hidden; 2456 + -ms-overflow-style: -ms-autohiding-scrollbar; 2457 + border: 1px solid #ddd; 2458 + } 2459 + .table-responsive > .table { 2460 + margin-bottom: 0; 2461 + } 2462 + .table-responsive > .table > thead > tr > th, 2463 + .table-responsive > .table > tbody > tr > th, 2464 + .table-responsive > .table > tfoot > tr > th, 2465 + .table-responsive > .table > thead > tr > td, 2466 + .table-responsive > .table > tbody > tr > td, 2467 + .table-responsive > .table > tfoot > tr > td { 2468 + white-space: nowrap; 2469 + } 2470 + .table-responsive > .table-bordered { 2471 + border: 0; 2472 + } 2473 + .table-responsive > .table-bordered > thead > tr > th:first-child, 2474 + .table-responsive > .table-bordered > tbody > tr > th:first-child, 2475 + .table-responsive > .table-bordered > tfoot > tr > th:first-child, 2476 + .table-responsive > .table-bordered > thead > tr > td:first-child, 2477 + .table-responsive > .table-bordered > tbody > tr > td:first-child, 2478 + .table-responsive > .table-bordered > tfoot > tr > td:first-child { 2479 + border-left: 0; 2480 + } 2481 + .table-responsive > .table-bordered > thead > tr > th:last-child, 2482 + .table-responsive > .table-bordered > tbody > tr > th:last-child, 2483 + .table-responsive > .table-bordered > tfoot > tr > th:last-child, 2484 + .table-responsive > .table-bordered > thead > tr > td:last-child, 2485 + .table-responsive > .table-bordered > tbody > tr > td:last-child, 2486 + .table-responsive > .table-bordered > tfoot > tr > td:last-child { 2487 + border-right: 0; 2488 + } 2489 + .table-responsive > .table-bordered > tbody > tr:last-child > th, 2490 + .table-responsive > .table-bordered > tfoot > tr:last-child > th, 2491 + .table-responsive > .table-bordered > tbody > tr:last-child > td, 2492 + .table-responsive > .table-bordered > tfoot > tr:last-child > td { 2493 + border-bottom: 0; 2494 + } 2495 +} 2496 +fieldset { 2497 + padding: 0; 2498 + margin: 0; 2499 + border: 0; 2500 + min-width: 0; 2501 +} 2502 +legend { 2503 + display: block; 2504 + width: 100%; 2505 + padding: 0; 2506 + margin-bottom: 18px; 2507 + font-size: 19.5px; 2508 + line-height: inherit; 2509 + color: #333333; 2510 + border: 0; 2511 + border-bottom: 1px solid #e5e5e5; 2512 +} 2513 +label { 2514 + display: inline-block; 2515 + max-width: 100%; 2516 + margin-bottom: 5px; 2517 + font-weight: bold; 2518 +} 2519 +input[type="search"] { 2520 + -webkit-box-sizing: border-box; 2521 + -moz-box-sizing: border-box; 2522 + box-sizing: border-box; 2523 +} 2524 +input[type="radio"], 2525 +input[type="checkbox"] { 2526 + margin: 4px 0 0; 2527 + margin-top: 1px \9; 2528 + line-height: normal; 2529 +} 2530 +input[type="file"] { 2531 + display: block; 2532 +} 2533 +input[type="range"] { 2534 + display: block; 2535 + width: 100%; 2536 +} 2537 +select[multiple], 2538 +select[size] { 2539 + height: auto; 2540 +} 2541 +input[type="file"]:focus, 2542 +input[type="radio"]:focus, 2543 +input[type="checkbox"]:focus { 2544 + outline: 5px auto -webkit-focus-ring-color; 2545 + outline-offset: -2px; 2546 +} 2547 +output { 2548 + display: block; 2549 + padding-top: 7px; 2550 + font-size: 13px; 2551 + line-height: 1.42857143; 2552 + color: #555555; 2553 +} 2554 +.form-control { 2555 + display: block; 2556 + width: 100%; 2557 + height: 32px; 2558 + padding: 6px 12px; 2559 + font-size: 13px; 2560 + line-height: 1.42857143; 2561 + color: #555555; 2562 + background-color: #fff; 2563 + background-image: none; 2564 + border: 1px solid #ccc; 2565 + border-radius: 2px; 2566 + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 2567 + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 2568 + -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 2569 + -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 2570 + transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 2571 +} 2572 +.form-control:focus { 2573 + border-color: #66afe9; 2574 + outline: 0; 2575 + -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); 2576 + box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); 2577 +} 2578 +.form-control::-moz-placeholder { 2579 + color: #999; 2580 + opacity: 1; 2581 +} 2582 +.form-control:-ms-input-placeholder { 2583 + color: #999; 2584 +} 2585 +.form-control::-webkit-input-placeholder { 2586 + color: #999; 2587 +} 2588 +.form-control::-ms-expand { 2589 + border: 0; 2590 + background-color: transparent; 2591 +} 2592 +.form-control[disabled], 2593 +.form-control[readonly], 2594 +fieldset[disabled] .form-control { 2595 + background-color: #eeeeee; 2596 + opacity: 1; 2597 +} 2598 +.form-control[disabled], 2599 +fieldset[disabled] .form-control { 2600 + cursor: not-allowed; 2601 +} 2602 +textarea.form-control { 2603 + height: auto; 2604 +} 2605 +input[type="search"] { 2606 + -webkit-appearance: none; 2607 +} 2608 +@media screen and (-webkit-min-device-pixel-ratio: 0) { 2609 + input[type="date"].form-control, 2610 + input[type="time"].form-control, 2611 + input[type="datetime-local"].form-control, 2612 + input[type="month"].form-control { 2613 + line-height: 32px; 2614 + } 2615 + input[type="date"].input-sm, 2616 + input[type="time"].input-sm, 2617 + input[type="datetime-local"].input-sm, 2618 + input[type="month"].input-sm, 2619 + .input-group-sm input[type="date"], 2620 + .input-group-sm input[type="time"], 2621 + .input-group-sm input[type="datetime-local"], 2622 + .input-group-sm input[type="month"] { 2623 + line-height: 30px; 2624 + } 2625 + input[type="date"].input-lg, 2626 + input[type="time"].input-lg, 2627 + input[type="datetime-local"].input-lg, 2628 + input[type="month"].input-lg, 2629 + .input-group-lg input[type="date"], 2630 + .input-group-lg input[type="time"], 2631 + .input-group-lg input[type="datetime-local"], 2632 + .input-group-lg input[type="month"] { 2633 + line-height: 45px; 2634 + } 2635 +} 2636 +.form-group { 2637 + margin-bottom: 15px; 2638 +} 2639 +.radio, 2640 +.checkbox { 2641 + position: relative; 2642 + display: block; 2643 + margin-top: 10px; 2644 + margin-bottom: 10px; 2645 +} 2646 +.radio label, 2647 +.checkbox label { 2648 + min-height: 18px; 2649 + padding-left: 20px; 2650 + margin-bottom: 0; 2651 + font-weight: normal; 2652 + cursor: pointer; 2653 +} 2654 +.radio input[type="radio"], 2655 +.radio-inline input[type="radio"], 2656 +.checkbox input[type="checkbox"], 2657 +.checkbox-inline input[type="checkbox"] { 2658 + position: absolute; 2659 + margin-left: -20px; 2660 + margin-top: 4px \9; 2661 +} 2662 +.radio + .radio, 2663 +.checkbox + .checkbox { 2664 + margin-top: -5px; 2665 +} 2666 +.radio-inline, 2667 +.checkbox-inline { 2668 + position: relative; 2669 + display: inline-block; 2670 + padding-left: 20px; 2671 + margin-bottom: 0; 2672 + vertical-align: middle; 2673 + font-weight: normal; 2674 + cursor: pointer; 2675 +} 2676 +.radio-inline + .radio-inline, 2677 +.checkbox-inline + .checkbox-inline { 2678 + margin-top: 0; 2679 + margin-left: 10px; 2680 +} 2681 +input[type="radio"][disabled], 2682 +input[type="checkbox"][disabled], 2683 +input[type="radio"].disabled, 2684 +input[type="checkbox"].disabled, 2685 +fieldset[disabled] input[type="radio"], 2686 +fieldset[disabled] input[type="checkbox"] { 2687 + cursor: not-allowed; 2688 +} 2689 +.radio-inline.disabled, 2690 +.checkbox-inline.disabled, 2691 +fieldset[disabled] .radio-inline, 2692 +fieldset[disabled] .checkbox-inline { 2693 + cursor: not-allowed; 2694 +} 2695 +.radio.disabled label, 2696 +.checkbox.disabled label, 2697 +fieldset[disabled] .radio label, 2698 +fieldset[disabled] .checkbox label { 2699 + cursor: not-allowed; 2700 +} 2701 +.form-control-static { 2702 + padding-top: 7px; 2703 + padding-bottom: 7px; 2704 + margin-bottom: 0; 2705 + min-height: 31px; 2706 +} 2707 +.form-control-static.input-lg, 2708 +.form-control-static.input-sm { 2709 + padding-left: 0; 2710 + padding-right: 0; 2711 +} 2712 +.input-sm { 2713 + height: 30px; 2714 + padding: 5px 10px; 2715 + font-size: 12px; 2716 + line-height: 1.5; 2717 + border-radius: 1px; 2718 +} 2719 +select.input-sm { 2720 + height: 30px; 2721 + line-height: 30px; 2722 +} 2723 +textarea.input-sm, 2724 +select[multiple].input-sm { 2725 + height: auto; 2726 +} 2727 +.form-group-sm .form-control { 2728 + height: 30px; 2729 + padding: 5px 10px; 2730 + font-size: 12px; 2731 + line-height: 1.5; 2732 + border-radius: 1px; 2733 +} 2734 +.form-group-sm select.form-control { 2735 + height: 30px; 2736 + line-height: 30px; 2737 +} 2738 +.form-group-sm textarea.form-control, 2739 +.form-group-sm select[multiple].form-control { 2740 + height: auto; 2741 +} 2742 +.form-group-sm .form-control-static { 2743 + height: 30px; 2744 + min-height: 30px; 2745 + padding: 6px 10px; 2746 + font-size: 12px; 2747 + line-height: 1.5; 2748 +} 2749 +.input-lg { 2750 + height: 45px; 2751 + padding: 10px 16px; 2752 + font-size: 17px; 2753 + line-height: 1.3333333; 2754 + border-radius: 3px; 2755 +} 2756 +select.input-lg { 2757 + height: 45px; 2758 + line-height: 45px; 2759 +} 2760 +textarea.input-lg, 2761 +select[multiple].input-lg { 2762 + height: auto; 2763 +} 2764 +.form-group-lg .form-control { 2765 + height: 45px; 2766 + padding: 10px 16px; 2767 + font-size: 17px; 2768 + line-height: 1.3333333; 2769 + border-radius: 3px; 2770 +} 2771 +.form-group-lg select.form-control { 2772 + height: 45px; 2773 + line-height: 45px; 2774 +} 2775 +.form-group-lg textarea.form-control, 2776 +.form-group-lg select[multiple].form-control { 2777 + height: auto; 2778 +} 2779 +.form-group-lg .form-control-static { 2780 + height: 45px; 2781 + min-height: 35px; 2782 + padding: 11px 16px; 2783 + font-size: 17px; 2784 + line-height: 1.3333333; 2785 +} 2786 +.has-feedback { 2787 + position: relative; 2788 +} 2789 +.has-feedback .form-control { 2790 + padding-right: 40px; 2791 +} 2792 +.form-control-feedback { 2793 + position: absolute; 2794 + top: 0; 2795 + right: 0; 2796 + z-index: 2; 2797 + display: block; 2798 + width: 32px; 2799 + height: 32px; 2800 + line-height: 32px; 2801 + text-align: center; 2802 + pointer-events: none; 2803 +} 2804 +.input-lg + .form-control-feedback, 2805 +.input-group-lg + .form-control-feedback, 2806 +.form-group-lg .form-control + .form-control-feedback { 2807 + width: 45px; 2808 + height: 45px; 2809 + line-height: 45px; 2810 +} 2811 +.input-sm + .form-control-feedback, 2812 +.input-group-sm + .form-control-feedback, 2813 +.form-group-sm .form-control + .form-control-feedback { 2814 + width: 30px; 2815 + height: 30px; 2816 + line-height: 30px; 2817 +} 2818 +.has-success .help-block, 2819 +.has-success .control-label, 2820 +.has-success .radio, 2821 +.has-success .checkbox, 2822 +.has-success .radio-inline, 2823 +.has-success .checkbox-inline, 2824 +.has-success.radio label, 2825 +.has-success.checkbox label, 2826 +.has-success.radio-inline label, 2827 +.has-success.checkbox-inline label { 2828 + color: #3c763d; 2829 +} 2830 +.has-success .form-control { 2831 + border-color: #3c763d; 2832 + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 2833 + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 2834 +} 2835 +.has-success .form-control:focus { 2836 + border-color: #2b542c; 2837 + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; 2838 + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; 2839 +} 2840 +.has-success .input-group-addon { 2841 + color: #3c763d; 2842 + border-color: #3c763d; 2843 + background-color: #dff0d8; 2844 +} 2845 +.has-success .form-control-feedback { 2846 + color: #3c763d; 2847 +} 2848 +.has-warning .help-block, 2849 +.has-warning .control-label, 2850 +.has-warning .radio, 2851 +.has-warning .checkbox, 2852 +.has-warning .radio-inline, 2853 +.has-warning .checkbox-inline, 2854 +.has-warning.radio label, 2855 +.has-warning.checkbox label, 2856 +.has-warning.radio-inline label, 2857 +.has-warning.checkbox-inline label { 2858 + color: #8a6d3b; 2859 +} 2860 +.has-warning .form-control { 2861 + border-color: #8a6d3b; 2862 + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 2863 + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 2864 +} 2865 +.has-warning .form-control:focus { 2866 + border-color: #66512c; 2867 + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; 2868 + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; 2869 +} 2870 +.has-warning .input-group-addon { 2871 + color: #8a6d3b; 2872 + border-color: #8a6d3b; 2873 + background-color: #fcf8e3; 2874 +} 2875 +.has-warning .form-control-feedback { 2876 + color: #8a6d3b; 2877 +} 2878 +.has-error .help-block, 2879 +.has-error .control-label, 2880 +.has-error .radio, 2881 +.has-error .checkbox, 2882 +.has-error .radio-inline, 2883 +.has-error .checkbox-inline, 2884 +.has-error.radio label, 2885 +.has-error.checkbox label, 2886 +.has-error.radio-inline label, 2887 +.has-error.checkbox-inline label { 2888 + color: #a94442; 2889 +} 2890 +.has-error .form-control { 2891 + border-color: #a94442; 2892 + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 2893 + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 2894 +} 2895 +.has-error .form-control:focus { 2896 + border-color: #843534; 2897 + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; 2898 + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; 2899 +} 2900 +.has-error .input-group-addon { 2901 + color: #a94442; 2902 + border-color: #a94442; 2903 + background-color: #f2dede; 2904 +} 2905 +.has-error .form-control-feedback { 2906 + color: #a94442; 2907 +} 2908 +.has-feedback label ~ .form-control-feedback { 2909 + top: 23px; 2910 +} 2911 +.has-feedback label.sr-only ~ .form-control-feedback { 2912 + top: 0; 2913 +} 2914 +.help-block { 2915 + display: block; 2916 + margin-top: 5px; 2917 + margin-bottom: 10px; 2918 + color: #404040; 2919 +} 2920 +@media (min-width: 768px) { 2921 + .form-inline .form-group { 2922 + display: inline-block; 2923 + margin-bottom: 0; 2924 + vertical-align: middle; 2925 + } 2926 + .form-inline .form-control { 2927 + display: inline-block; 2928 + width: auto; 2929 + vertical-align: middle; 2930 + } 2931 + .form-inline .form-control-static { 2932 + display: inline-block; 2933 + } 2934 + .form-inline .input-group { 2935 + display: inline-table; 2936 + vertical-align: middle; 2937 + } 2938 + .form-inline .input-group .input-group-addon, 2939 + .form-inline .input-group .input-group-btn, 2940 + .form-inline .input-group .form-control { 2941 + width: auto; 2942 + } 2943 + .form-inline .input-group > .form-control { 2944 + width: 100%; 2945 + } 2946 + .form-inline .control-label { 2947 + margin-bottom: 0; 2948 + vertical-align: middle; 2949 + } 2950 + .form-inline .radio, 2951 + .form-inline .checkbox { 2952 + display: inline-block; 2953 + margin-top: 0; 2954 + margin-bottom: 0; 2955 + vertical-align: middle; 2956 + } 2957 + .form-inline .radio label, 2958 + .form-inline .checkbox label { 2959 + padding-left: 0; 2960 + } 2961 + .form-inline .radio input[type="radio"], 2962 + .form-inline .checkbox input[type="checkbox"] { 2963 + position: relative; 2964 + margin-left: 0; 2965 + } 2966 + .form-inline .has-feedback .form-control-feedback { 2967 + top: 0; 2968 + } 2969 +} 2970 +.form-horizontal .radio, 2971 +.form-horizontal .checkbox, 2972 +.form-horizontal .radio-inline, 2973 +.form-horizontal .checkbox-inline { 2974 + margin-top: 0; 2975 + margin-bottom: 0; 2976 + padding-top: 7px; 2977 +} 2978 +.form-horizontal .radio, 2979 +.form-horizontal .checkbox { 2980 + min-height: 25px; 2981 +} 2982 +.form-horizontal .form-group { 2983 + margin-left: 0px; 2984 + margin-right: 0px; 2985 +} 2986 +@media (min-width: 768px) { 2987 + .form-horizontal .control-label { 2988 + text-align: right; 2989 + margin-bottom: 0; 2990 + padding-top: 7px; 2991 + } 2992 +} 2993 +.form-horizontal .has-feedback .form-control-feedback { 2994 + right: 0px; 2995 +} 2996 +@media (min-width: 768px) { 2997 + .form-horizontal .form-group-lg .control-label { 2998 + padding-top: 11px; 2999 + font-size: 17px; 3000 + } 3001 +} 3002 +@media (min-width: 768px) { 3003 + .form-horizontal .form-group-sm .control-label { 3004 + padding-top: 6px; 3005 + font-size: 12px; 3006 + } 3007 +} 3008 +.btn { 3009 + display: inline-block; 3010 + margin-bottom: 0; 3011 + font-weight: normal; 3012 + text-align: center; 3013 + vertical-align: middle; 3014 + touch-action: manipulation; 3015 + cursor: pointer; 3016 + background-image: none; 3017 + border: 1px solid transparent; 3018 + white-space: nowrap; 3019 + padding: 6px 12px; 3020 + font-size: 13px; 3021 + line-height: 1.42857143; 3022 + border-radius: 2px; 3023 + -webkit-user-select: none; 3024 + -moz-user-select: none; 3025 + -ms-user-select: none; 3026 + user-select: none; 3027 +} 3028 +.btn:focus, 3029 +.btn:active:focus, 3030 +.btn.active:focus, 3031 +.btn.focus, 3032 +.btn:active.focus, 3033 +.btn.active.focus { 3034 + outline: 5px auto -webkit-focus-ring-color; 3035 + outline-offset: -2px; 3036 +} 3037 +.btn:hover, 3038 +.btn:focus, 3039 +.btn.focus { 3040 + color: #333; 3041 + text-decoration: none; 3042 +} 3043 +.btn:active, 3044 +.btn.active { 3045 + outline: 0; 3046 + background-image: none; 3047 + -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); 3048 + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); 3049 +} 3050 +.btn.disabled, 3051 +.btn[disabled], 3052 +fieldset[disabled] .btn { 3053 + cursor: not-allowed; 3054 + opacity: 0.65; 3055 + filter: alpha(opacity=65); 3056 + -webkit-box-shadow: none; 3057 + box-shadow: none; 3058 +} 3059 +a.btn.disabled, 3060 +fieldset[disabled] a.btn { 3061 + pointer-events: none; 3062 +} 3063 +.btn-default { 3064 + color: #333; 3065 + background-color: #fff; 3066 + border-color: #ccc; 3067 +} 3068 +.btn-default:focus, 3069 +.btn-default.focus { 3070 + color: #333; 3071 + background-color: #e6e6e6; 3072 + border-color: #8c8c8c; 3073 +} 3074 +.btn-default:hover { 3075 + color: #333; 3076 + background-color: #e6e6e6; 3077 + border-color: #adadad; 3078 +} 3079 +.btn-default:active, 3080 +.btn-default.active, 3081 +.open > .dropdown-toggle.btn-default { 3082 + color: #333; 3083 + background-color: #e6e6e6; 3084 + border-color: #adadad; 3085 +} 3086 +.btn-default:active:hover, 3087 +.btn-default.active:hover, 3088 +.open > .dropdown-toggle.btn-default:hover, 3089 +.btn-default:active:focus, 3090 +.btn-default.active:focus, 3091 +.open > .dropdown-toggle.btn-default:focus, 3092 +.btn-default:active.focus, 3093 +.btn-default.active.focus, 3094 +.open > .dropdown-toggle.btn-default.focus { 3095 + color: #333; 3096 + background-color: #d4d4d4; 3097 + border-color: #8c8c8c; 3098 +} 3099 +.btn-default:active, 3100 +.btn-default.active, 3101 +.open > .dropdown-toggle.btn-default { 3102 + background-image: none; 3103 +} 3104 +.btn-default.disabled:hover, 3105 +.btn-default[disabled]:hover, 3106 +fieldset[disabled] .btn-default:hover, 3107 +.btn-default.disabled:focus, 3108 +.btn-default[disabled]:focus, 3109 +fieldset[disabled] .btn-default:focus, 3110 +.btn-default.disabled.focus, 3111 +.btn-default[disabled].focus, 3112 +fieldset[disabled] .btn-default.focus { 3113 + background-color: #fff; 3114 + border-color: #ccc; 3115 +} 3116 +.btn-default .badge { 3117 + color: #fff; 3118 + background-color: #333; 3119 +} 3120 +.btn-primary { 3121 + color: #fff; 3122 + background-color: #337ab7; 3123 + border-color: #2e6da4; 3124 +} 3125 +.btn-primary:focus, 3126 +.btn-primary.focus { 3127 + color: #fff; 3128 + background-color: #286090; 3129 + border-color: #122b40; 3130 +} 3131 +.btn-primary:hover { 3132 + color: #fff; 3133 + background-color: #286090; 3134 + border-color: #204d74; 3135 +} 3136 +.btn-primary:active, 3137 +.btn-primary.active, 3138 +.open > .dropdown-toggle.btn-primary { 3139 + color: #fff; 3140 + background-color: #286090; 3141 + border-color: #204d74; 3142 +} 3143 +.btn-primary:active:hover, 3144 +.btn-primary.active:hover, 3145 +.open > .dropdown-toggle.btn-primary:hover, 3146 +.btn-primary:active:focus, 3147 +.btn-primary.active:focus, 3148 +.open > .dropdown-toggle.btn-primary:focus, 3149 +.btn-primary:active.focus, 3150 +.btn-primary.active.focus, 3151 +.open > .dropdown-toggle.btn-primary.focus { 3152 + color: #fff; 3153 + background-color: #204d74; 3154 + border-color: #122b40; 3155 +} 3156 +.btn-primary:active, 3157 +.btn-primary.active, 3158 +.open > .dropdown-toggle.btn-primary { 3159 + background-image: none; 3160 +} 3161 +.btn-primary.disabled:hover, 3162 +.btn-primary[disabled]:hover, 3163 +fieldset[disabled] .btn-primary:hover, 3164 +.btn-primary.disabled:focus, 3165 +.btn-primary[disabled]:focus, 3166 +fieldset[disabled] .btn-primary:focus, 3167 +.btn-primary.disabled.focus, 3168 +.btn-primary[disabled].focus, 3169 +fieldset[disabled] .btn-primary.focus { 3170 + background-color: #337ab7; 3171 + border-color: #2e6da4; 3172 +} 3173 +.btn-primary .badge { 3174 + color: #337ab7; 3175 + background-color: #fff; 3176 +} 3177 +.btn-success { 3178 + color: #fff; 3179 + background-color: #5cb85c; 3180 + border-color: #4cae4c; 3181 +} 3182 +.btn-success:focus, 3183 +.btn-success.focus { 3184 + color: #fff; 3185 + background-color: #449d44; 3186 + border-color: #255625; 3187 +} 3188 +.btn-success:hover { 3189 + color: #fff; 3190 + background-color: #449d44; 3191 + border-color: #398439; 3192 +} 3193 +.btn-success:active, 3194 +.btn-success.active, 3195 +.open > .dropdown-toggle.btn-success { 3196 + color: #fff; 3197 + background-color: #449d44; 3198 + border-color: #398439; 3199 +} 3200 +.btn-success:active:hover, 3201 +.btn-success.active:hover, 3202 +.open > .dropdown-toggle.btn-success:hover, 3203 +.btn-success:active:focus, 3204 +.btn-success.active:focus, 3205 +.open > .dropdown-toggle.btn-success:focus, 3206 +.btn-success:active.focus, 3207 +.btn-success.active.focus, 3208 +.open > .dropdown-toggle.btn-success.focus { 3209 + color: #fff; 3210 + background-color: #398439; 3211 + border-color: #255625; 3212 +} 3213 +.btn-success:active, 3214 +.btn-success.active, 3215 +.open > .dropdown-toggle.btn-success { 3216 + background-image: none; 3217 +} 3218 +.btn-success.disabled:hover, 3219 +.btn-success[disabled]:hover, 3220 +fieldset[disabled] .btn-success:hover, 3221 +.btn-success.disabled:focus, 3222 +.btn-success[disabled]:focus, 3223 +fieldset[disabled] .btn-success:focus, 3224 +.btn-success.disabled.focus, 3225 +.btn-success[disabled].focus, 3226 +fieldset[disabled] .btn-success.focus { 3227 + background-color: #5cb85c; 3228 + border-color: #4cae4c; 3229 +} 3230 +.btn-success .badge { 3231 + color: #5cb85c; 3232 + background-color: #fff; 3233 +} 3234 +.btn-info { 3235 + color: #fff; 3236 + background-color: #5bc0de; 3237 + border-color: #46b8da; 3238 +} 3239 +.btn-info:focus, 3240 +.btn-info.focus { 3241 + color: #fff; 3242 + background-color: #31b0d5; 3243 + border-color: #1b6d85; 3244 +} 3245 +.btn-info:hover { 3246 + color: #fff; 3247 + background-color: #31b0d5; 3248 + border-color: #269abc; 3249 +} 3250 +.btn-info:active, 3251 +.btn-info.active, 3252 +.open > .dropdown-toggle.btn-info { 3253 + color: #fff; 3254 + background-color: #31b0d5; 3255 + border-color: #269abc; 3256 +} 3257 +.btn-info:active:hover, 3258 +.btn-info.active:hover, 3259 +.open > .dropdown-toggle.btn-info:hover, 3260 +.btn-info:active:focus, 3261 +.btn-info.active:focus, 3262 +.open > .dropdown-toggle.btn-info:focus, 3263 +.btn-info:active.focus, 3264 +.btn-info.active.focus, 3265 +.open > .dropdown-toggle.btn-info.focus { 3266 + color: #fff; 3267 + background-color: #269abc; 3268 + border-color: #1b6d85; 3269 +} 3270 +.btn-info:active, 3271 +.btn-info.active, 3272 +.open > .dropdown-toggle.btn-info { 3273 + background-image: none; 3274 +} 3275 +.btn-info.disabled:hover, 3276 +.btn-info[disabled]:hover, 3277 +fieldset[disabled] .btn-info:hover, 3278 +.btn-info.disabled:focus, 3279 +.btn-info[disabled]:focus, 3280 +fieldset[disabled] .btn-info:focus, 3281 +.btn-info.disabled.focus, 3282 +.btn-info[disabled].focus, 3283 +fieldset[disabled] .btn-info.focus { 3284 + background-color: #5bc0de; 3285 + border-color: #46b8da; 3286 +} 3287 +.btn-info .badge { 3288 + color: #5bc0de; 3289 + background-color: #fff; 3290 +} 3291 +.btn-warning { 3292 + color: #fff; 3293 + background-color: #f0ad4e; 3294 + border-color: #eea236; 3295 +} 3296 +.btn-warning:focus, 3297 +.btn-warning.focus { 3298 + color: #fff; 3299 + background-color: #ec971f; 3300 + border-color: #985f0d; 3301 +} 3302 +.btn-warning:hover { 3303 + color: #fff; 3304 + background-color: #ec971f; 3305 + border-color: #d58512; 3306 +} 3307 +.btn-warning:active, 3308 +.btn-warning.active, 3309 +.open > .dropdown-toggle.btn-warning { 3310 + color: #fff; 3311 + background-color: #ec971f; 3312 + border-color: #d58512; 3313 +} 3314 +.btn-warning:active:hover, 3315 +.btn-warning.active:hover, 3316 +.open > .dropdown-toggle.btn-warning:hover, 3317 +.btn-warning:active:focus, 3318 +.btn-warning.active:focus, 3319 +.open > .dropdown-toggle.btn-warning:focus, 3320 +.btn-warning:active.focus, 3321 +.btn-warning.active.focus, 3322 +.open > .dropdown-toggle.btn-warning.focus { 3323 + color: #fff; 3324 + background-color: #d58512; 3325 + border-color: #985f0d; 3326 +} 3327 +.btn-warning:active, 3328 +.btn-warning.active, 3329 +.open > .dropdown-toggle.btn-warning { 3330 + background-image: none; 3331 +} 3332 +.btn-warning.disabled:hover, 3333 +.btn-warning[disabled]:hover, 3334 +fieldset[disabled] .btn-warning:hover, 3335 +.btn-warning.disabled:focus, 3336 +.btn-warning[disabled]:focus, 3337 +fieldset[disabled] .btn-warning:focus, 3338 +.btn-warning.disabled.focus, 3339 +.btn-warning[disabled].focus, 3340 +fieldset[disabled] .btn-warning.focus { 3341 + background-color: #f0ad4e; 3342 + border-color: #eea236; 3343 +} 3344 +.btn-warning .badge { 3345 + color: #f0ad4e; 3346 + background-color: #fff; 3347 +} 3348 +.btn-danger { 3349 + color: #fff; 3350 + background-color: #d9534f; 3351 + border-color: #d43f3a; 3352 +} 3353 +.btn-danger:focus, 3354 +.btn-danger.focus { 3355 + color: #fff; 3356 + background-color: #c9302c; 3357 + border-color: #761c19; 3358 +} 3359 +.btn-danger:hover { 3360 + color: #fff; 3361 + background-color: #c9302c; 3362 + border-color: #ac2925; 3363 +} 3364 +.btn-danger:active, 3365 +.btn-danger.active, 3366 +.open > .dropdown-toggle.btn-danger { 3367 + color: #fff; 3368 + background-color: #c9302c; 3369 + border-color: #ac2925; 3370 +} 3371 +.btn-danger:active:hover, 3372 +.btn-danger.active:hover, 3373 +.open > .dropdown-toggle.btn-danger:hover, 3374 +.btn-danger:active:focus, 3375 +.btn-danger.active:focus, 3376 +.open > .dropdown-toggle.btn-danger:focus, 3377 +.btn-danger:active.focus, 3378 +.btn-danger.active.focus, 3379 +.open > .dropdown-toggle.btn-danger.focus { 3380 + color: #fff; 3381 + background-color: #ac2925; 3382 + border-color: #761c19; 3383 +} 3384 +.btn-danger:active, 3385 +.btn-danger.active, 3386 +.open > .dropdown-toggle.btn-danger { 3387 + background-image: none; 3388 +} 3389 +.btn-danger.disabled:hover, 3390 +.btn-danger[disabled]:hover, 3391 +fieldset[disabled] .btn-danger:hover, 3392 +.btn-danger.disabled:focus, 3393 +.btn-danger[disabled]:focus, 3394 +fieldset[disabled] .btn-danger:focus, 3395 +.btn-danger.disabled.focus, 3396 +.btn-danger[disabled].focus, 3397 +fieldset[disabled] .btn-danger.focus { 3398 + background-color: #d9534f; 3399 + border-color: #d43f3a; 3400 +} 3401 +.btn-danger .badge { 3402 + color: #d9534f; 3403 + background-color: #fff; 3404 +} 3405 +.btn-link { 3406 + color: #337ab7; 3407 + font-weight: normal; 3408 + border-radius: 0; 3409 +} 3410 +.btn-link, 3411 +.btn-link:active, 3412 +.btn-link.active, 3413 +.btn-link[disabled], 3414 +fieldset[disabled] .btn-link { 3415 + background-color: transparent; 3416 + -webkit-box-shadow: none; 3417 + box-shadow: none; 3418 +} 3419 +.btn-link, 3420 +.btn-link:hover, 3421 +.btn-link:focus, 3422 +.btn-link:active { 3423 + border-color: transparent; 3424 +} 3425 +.btn-link:hover, 3426 +.btn-link:focus { 3427 + color: #23527c; 3428 + text-decoration: underline; 3429 + background-color: transparent; 3430 +} 3431 +.btn-link[disabled]:hover, 3432 +fieldset[disabled] .btn-link:hover, 3433 +.btn-link[disabled]:focus, 3434 +fieldset[disabled] .btn-link:focus { 3435 + color: #777777; 3436 + text-decoration: none; 3437 +} 3438 +.btn-lg, 3439 +.btn-group-lg > .btn { 3440 + padding: 10px 16px; 3441 + font-size: 17px; 3442 + line-height: 1.3333333; 3443 + border-radius: 3px; 3444 +} 3445 +.btn-sm, 3446 +.btn-group-sm > .btn { 3447 + padding: 5px 10px; 3448 + font-size: 12px; 3449 + line-height: 1.5; 3450 + border-radius: 1px; 3451 +} 3452 +.btn-xs, 3453 +.btn-group-xs > .btn { 3454 + padding: 1px 5px; 3455 + font-size: 12px; 3456 + line-height: 1.5; 3457 + border-radius: 1px; 3458 +} 3459 +.btn-block { 3460 + display: block; 3461 + width: 100%; 3462 +} 3463 +.btn-block + .btn-block { 3464 + margin-top: 5px; 3465 +} 3466 +input[type="submit"].btn-block, 3467 +input[type="reset"].btn-block, 3468 +input[type="button"].btn-block { 3469 + width: 100%; 3470 +} 3471 +.fade { 3472 + opacity: 0; 3473 + -webkit-transition: opacity 0.15s linear; 3474 + -o-transition: opacity 0.15s linear; 3475 + transition: opacity 0.15s linear; 3476 +} 3477 +.fade.in { 3478 + opacity: 1; 3479 +} 3480 +.collapse { 3481 + display: none; 3482 +} 3483 +.collapse.in { 3484 + display: block; 3485 +} 3486 +tr.collapse.in { 3487 + display: table-row; 3488 +} 3489 +tbody.collapse.in { 3490 + display: table-row-group; 3491 +} 3492 +.collapsing { 3493 + position: relative; 3494 + height: 0; 3495 + overflow: hidden; 3496 + -webkit-transition-property: height, visibility; 3497 + transition-property: height, visibility; 3498 + -webkit-transition-duration: 0.35s; 3499 + transition-duration: 0.35s; 3500 + -webkit-transition-timing-function: ease; 3501 + transition-timing-function: ease; 3502 +} 3503 +.caret { 3504 + display: inline-block; 3505 + width: 0; 3506 + height: 0; 3507 + margin-left: 2px; 3508 + vertical-align: middle; 3509 + border-top: 4px dashed; 3510 + border-top: 4px solid \9; 3511 + border-right: 4px solid transparent; 3512 + border-left: 4px solid transparent; 3513 +} 3514 +.dropup, 3515 +.dropdown { 3516 + position: relative; 3517 +} 3518 +.dropdown-toggle:focus { 3519 + outline: 0; 3520 +} 3521 +.dropdown-menu { 3522 + position: absolute; 3523 + top: 100%; 3524 + left: 0; 3525 + z-index: 1000; 3526 + display: none; 3527 + float: left; 3528 + min-width: 160px; 3529 + padding: 5px 0; 3530 + margin: 2px 0 0; 3531 + list-style: none; 3532 + font-size: 13px; 3533 + text-align: left; 3534 + background-color: #fff; 3535 + border: 1px solid #ccc; 3536 + border: 1px solid rgba(0, 0, 0, 0.15); 3537 + border-radius: 2px; 3538 + -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); 3539 + box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); 3540 + background-clip: padding-box; 3541 +} 3542 +.dropdown-menu.pull-right { 3543 + right: 0; 3544 + left: auto; 3545 +} 3546 +.dropdown-menu .divider { 3547 + height: 1px; 3548 + margin: 8px 0; 3549 + overflow: hidden; 3550 + background-color: #e5e5e5; 3551 +} 3552 +.dropdown-menu > li > a { 3553 + display: block; 3554 + padding: 3px 20px; 3555 + clear: both; 3556 + font-weight: normal; 3557 + line-height: 1.42857143; 3558 + color: #333333; 3559 + white-space: nowrap; 3560 +} 3561 +.dropdown-menu > li > a:hover, 3562 +.dropdown-menu > li > a:focus { 3563 + text-decoration: none; 3564 + color: #262626; 3565 + background-color: #f5f5f5; 3566 +} 3567 +.dropdown-menu > .active > a, 3568 +.dropdown-menu > .active > a:hover, 3569 +.dropdown-menu > .active > a:focus { 3570 + color: #fff; 3571 + text-decoration: none; 3572 + outline: 0; 3573 + background-color: #337ab7; 3574 +} 3575 +.dropdown-menu > .disabled > a, 3576 +.dropdown-menu > .disabled > a:hover, 3577 +.dropdown-menu > .disabled > a:focus { 3578 + color: #777777; 3579 +} 3580 +.dropdown-menu > .disabled > a:hover, 3581 +.dropdown-menu > .disabled > a:focus { 3582 + text-decoration: none; 3583 + background-color: transparent; 3584 + background-image: none; 3585 + filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); 3586 + cursor: not-allowed; 3587 +} 3588 +.open > .dropdown-menu { 3589 + display: block; 3590 +} 3591 +.open > a { 3592 + outline: 0; 3593 +} 3594 +.dropdown-menu-right { 3595 + left: auto; 3596 + right: 0; 3597 +} 3598 +.dropdown-menu-left { 3599 + left: 0; 3600 + right: auto; 3601 +} 3602 +.dropdown-header { 3603 + display: block; 3604 + padding: 3px 20px; 3605 + font-size: 12px; 3606 + line-height: 1.42857143; 3607 + color: #777777; 3608 + white-space: nowrap; 3609 +} 3610 +.dropdown-backdrop { 3611 + position: fixed; 3612 + left: 0; 3613 + right: 0; 3614 + bottom: 0; 3615 + top: 0; 3616 + z-index: 990; 3617 +} 3618 +.pull-right > .dropdown-menu { 3619 + right: 0; 3620 + left: auto; 3621 +} 3622 +.dropup .caret, 3623 +.navbar-fixed-bottom .dropdown .caret { 3624 + border-top: 0; 3625 + border-bottom: 4px dashed; 3626 + border-bottom: 4px solid \9; 3627 + content: ""; 3628 +} 3629 +.dropup .dropdown-menu, 3630 +.navbar-fixed-bottom .dropdown .dropdown-menu { 3631 + top: auto; 3632 + bottom: 100%; 3633 + margin-bottom: 2px; 3634 +} 3635 +@media (min-width: 541px) { 3636 + .navbar-right .dropdown-menu { 3637 + left: auto; 3638 + right: 0; 3639 + } 3640 + .navbar-right .dropdown-menu-left { 3641 + left: 0; 3642 + right: auto; 3643 + } 3644 +} 3645 +.btn-group, 3646 +.btn-group-vertical { 3647 + position: relative; 3648 + display: inline-block; 3649 + vertical-align: middle; 3650 +} 3651 +.btn-group > .btn, 3652 +.btn-group-vertical > .btn { 3653 + position: relative; 3654 + float: left; 3655 +} 3656 +.btn-group > .btn:hover, 3657 +.btn-group-vertical > .btn:hover, 3658 +.btn-group > .btn:focus, 3659 +.btn-group-vertical > .btn:focus, 3660 +.btn-group > .btn:active, 3661 +.btn-group-vertical > .btn:active, 3662 +.btn-group > .btn.active, 3663 +.btn-group-vertical > .btn.active { 3664 + z-index: 2; 3665 +} 3666 +.btn-group .btn + .btn, 3667 +.btn-group .btn + .btn-group, 3668 +.btn-group .btn-group + .btn, 3669 +.btn-group .btn-group + .btn-group { 3670 + margin-left: -1px; 3671 +} 3672 +.btn-toolbar { 3673 + margin-left: -5px; 3674 +} 3675 +.btn-toolbar .btn, 3676 +.btn-toolbar .btn-group, 3677 +.btn-toolbar .input-group { 3678 + float: left; 3679 +} 3680 +.btn-toolbar > .btn, 3681 +.btn-toolbar > .btn-group, 3682 +.btn-toolbar > .input-group { 3683 + margin-left: 5px; 3684 +} 3685 +.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { 3686 + border-radius: 0; 3687 +} 3688 +.btn-group > .btn:first-child { 3689 + margin-left: 0; 3690 +} 3691 +.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { 3692 + border-bottom-right-radius: 0; 3693 + border-top-right-radius: 0; 3694 +} 3695 +.btn-group > .btn:last-child:not(:first-child), 3696 +.btn-group > .dropdown-toggle:not(:first-child) { 3697 + border-bottom-left-radius: 0; 3698 + border-top-left-radius: 0; 3699 +} 3700 +.btn-group > .btn-group { 3701 + float: left; 3702 +} 3703 +.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { 3704 + border-radius: 0; 3705 +} 3706 +.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, 3707 +.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { 3708 + border-bottom-right-radius: 0; 3709 + border-top-right-radius: 0; 3710 +} 3711 +.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { 3712 + border-bottom-left-radius: 0; 3713 + border-top-left-radius: 0; 3714 +} 3715 +.btn-group .dropdown-toggle:active, 3716 +.btn-group.open .dropdown-toggle { 3717 + outline: 0; 3718 +} 3719 +.btn-group > .btn + .dropdown-toggle { 3720 + padding-left: 8px; 3721 + padding-right: 8px; 3722 +} 3723 +.btn-group > .btn-lg + .dropdown-toggle { 3724 + padding-left: 12px; 3725 + padding-right: 12px; 3726 +} 3727 +.btn-group.open .dropdown-toggle { 3728 + -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); 3729 + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); 3730 +} 3731 +.btn-group.open .dropdown-toggle.btn-link { 3732 + -webkit-box-shadow: none; 3733 + box-shadow: none; 3734 +} 3735 +.btn .caret { 3736 + margin-left: 0; 3737 +} 3738 +.btn-lg .caret { 3739 + border-width: 5px 5px 0; 3740 + border-bottom-width: 0; 3741 +} 3742 +.dropup .btn-lg .caret { 3743 + border-width: 0 5px 5px; 3744 +} 3745 +.btn-group-vertical > .btn, 3746 +.btn-group-vertical > .btn-group, 3747 +.btn-group-vertical > .btn-group > .btn { 3748 + display: block; 3749 + float: none; 3750 + width: 100%; 3751 + max-width: 100%; 3752 +} 3753 +.btn-group-vertical > .btn-group > .btn { 3754 + float: none; 3755 +} 3756 +.btn-group-vertical > .btn + .btn, 3757 +.btn-group-vertical > .btn + .btn-group, 3758 +.btn-group-vertical > .btn-group + .btn, 3759 +.btn-group-vertical > .btn-group + .btn-group { 3760 + margin-top: -1px; 3761 + margin-left: 0; 3762 +} 3763 +.btn-group-vertical > .btn:not(:first-child):not(:last-child) { 3764 + border-radius: 0; 3765 +} 3766 +.btn-group-vertical > .btn:first-child:not(:last-child) { 3767 + border-top-right-radius: 2px; 3768 + border-top-left-radius: 2px; 3769 + border-bottom-right-radius: 0; 3770 + border-bottom-left-radius: 0; 3771 +} 3772 +.btn-group-vertical > .btn:last-child:not(:first-child) { 3773 + border-top-right-radius: 0; 3774 + border-top-left-radius: 0; 3775 + border-bottom-right-radius: 2px; 3776 + border-bottom-left-radius: 2px; 3777 +} 3778 +.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { 3779 + border-radius: 0; 3780 +} 3781 +.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, 3782 +.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { 3783 + border-bottom-right-radius: 0; 3784 + border-bottom-left-radius: 0; 3785 +} 3786 +.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { 3787 + border-top-right-radius: 0; 3788 + border-top-left-radius: 0; 3789 +} 3790 +.btn-group-justified { 3791 + display: table; 3792 + width: 100%; 3793 + table-layout: fixed; 3794 + border-collapse: separate; 3795 +} 3796 +.btn-group-justified > .btn, 3797 +.btn-group-justified > .btn-group { 3798 + float: none; 3799 + display: table-cell; 3800 + width: 1%; 3801 +} 3802 +.btn-group-justified > .btn-group .btn { 3803 + width: 100%; 3804 +} 3805 +.btn-group-justified > .btn-group .dropdown-menu { 3806 + left: auto; 3807 +} 3808 +[data-toggle="buttons"] > .btn input[type="radio"], 3809 +[data-toggle="buttons"] > .btn-group > .btn input[type="radio"], 3810 +[data-toggle="buttons"] > .btn input[type="checkbox"], 3811 +[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] { 3812 + position: absolute; 3813 + clip: rect(0, 0, 0, 0); 3814 + pointer-events: none; 3815 +} 3816 +.input-group { 3817 + position: relative; 3818 + display: table; 3819 + border-collapse: separate; 3820 +} 3821 +.input-group[class*="col-"] { 3822 + float: none; 3823 + padding-left: 0; 3824 + padding-right: 0; 3825 +} 3826 +.input-group .form-control { 3827 + position: relative; 3828 + z-index: 2; 3829 + float: left; 3830 + width: 100%; 3831 + margin-bottom: 0; 3832 +} 3833 +.input-group .form-control:focus { 3834 + z-index: 3; 3835 +} 3836 +.input-group-lg > .form-control, 3837 +.input-group-lg > .input-group-addon, 3838 +.input-group-lg > .input-group-btn > .btn { 3839 + height: 45px; 3840 + padding: 10px 16px; 3841 + font-size: 17px; 3842 + line-height: 1.3333333; 3843 + border-radius: 3px; 3844 +} 3845 +select.input-group-lg > .form-control, 3846 +select.input-group-lg > .input-group-addon, 3847 +select.input-group-lg > .input-group-btn > .btn { 3848 + height: 45px; 3849 + line-height: 45px; 3850 +} 3851 +textarea.input-group-lg > .form-control, 3852 +textarea.input-group-lg > .input-group-addon, 3853 +textarea.input-group-lg > .input-group-btn > .btn, 3854 +select[multiple].input-group-lg > .form-control, 3855 +select[multiple].input-group-lg > .input-group-addon, 3856 +select[multiple].input-group-lg > .input-group-btn > .btn { 3857 + height: auto; 3858 +} 3859 +.input-group-sm > .form-control, 3860 +.input-group-sm > .input-group-addon, 3861 +.input-group-sm > .input-group-btn > .btn { 3862 + height: 30px; 3863 + padding: 5px 10px; 3864 + font-size: 12px; 3865 + line-height: 1.5; 3866 + border-radius: 1px; 3867 +} 3868 +select.input-group-sm > .form-control, 3869 +select.input-group-sm > .input-group-addon, 3870 +select.input-group-sm > .input-group-btn > .btn { 3871 + height: 30px; 3872 + line-height: 30px; 3873 +} 3874 +textarea.input-group-sm > .form-control, 3875 +textarea.input-group-sm > .input-group-addon, 3876 +textarea.input-group-sm > .input-group-btn > .btn, 3877 +select[multiple].input-group-sm > .form-control, 3878 +select[multiple].input-group-sm > .input-group-addon, 3879 +select[multiple].input-group-sm > .input-group-btn > .btn { 3880 + height: auto; 3881 +} 3882 +.input-group-addon, 3883 +.input-group-btn, 3884 +.input-group .form-control { 3885 + display: table-cell; 3886 +} 3887 +.input-group-addon:not(:first-child):not(:last-child), 3888 +.input-group-btn:not(:first-child):not(:last-child), 3889 +.input-group .form-control:not(:first-child):not(:last-child) { 3890 + border-radius: 0; 3891 +} 3892 +.input-group-addon, 3893 +.input-group-btn { 3894 + width: 1%; 3895 + white-space: nowrap; 3896 + vertical-align: middle; 3897 +} 3898 +.input-group-addon { 3899 + padding: 6px 12px; 3900 + font-size: 13px; 3901 + font-weight: normal; 3902 + line-height: 1; 3903 + color: #555555; 3904 + text-align: center; 3905 + background-color: #eeeeee; 3906 + border: 1px solid #ccc; 3907 + border-radius: 2px; 3908 +} 3909 +.input-group-addon.input-sm { 3910 + padding: 5px 10px; 3911 + font-size: 12px; 3912 + border-radius: 1px; 3913 +} 3914 +.input-group-addon.input-lg { 3915 + padding: 10px 16px; 3916 + font-size: 17px; 3917 + border-radius: 3px; 3918 +} 3919 +.input-group-addon input[type="radio"], 3920 +.input-group-addon input[type="checkbox"] { 3921 + margin-top: 0; 3922 +} 3923 +.input-group .form-control:first-child, 3924 +.input-group-addon:first-child, 3925 +.input-group-btn:first-child > .btn, 3926 +.input-group-btn:first-child > .btn-group > .btn, 3927 +.input-group-btn:first-child > .dropdown-toggle, 3928 +.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), 3929 +.input-group-btn:last-child > .btn-group:not(:last-child) > .btn { 3930 + border-bottom-right-radius: 0; 3931 + border-top-right-radius: 0; 3932 +} 3933 +.input-group-addon:first-child { 3934 + border-right: 0; 3935 +} 3936 +.input-group .form-control:last-child, 3937 +.input-group-addon:last-child, 3938 +.input-group-btn:last-child > .btn, 3939 +.input-group-btn:last-child > .btn-group > .btn, 3940 +.input-group-btn:last-child > .dropdown-toggle, 3941 +.input-group-btn:first-child > .btn:not(:first-child), 3942 +.input-group-btn:first-child > .btn-group:not(:first-child) > .btn { 3943 + border-bottom-left-radius: 0; 3944 + border-top-left-radius: 0; 3945 +} 3946 +.input-group-addon:last-child { 3947 + border-left: 0; 3948 +} 3949 +.input-group-btn { 3950 + position: relative; 3951 + font-size: 0; 3952 + white-space: nowrap; 3953 +} 3954 +.input-group-btn > .btn { 3955 + position: relative; 3956 +} 3957 +.input-group-btn > .btn + .btn { 3958 + margin-left: -1px; 3959 +} 3960 +.input-group-btn > .btn:hover, 3961 +.input-group-btn > .btn:focus, 3962 +.input-group-btn > .btn:active { 3963 + z-index: 2; 3964 +} 3965 +.input-group-btn:first-child > .btn, 3966 +.input-group-btn:first-child > .btn-group { 3967 + margin-right: -1px; 3968 +} 3969 +.input-group-btn:last-child > .btn, 3970 +.input-group-btn:last-child > .btn-group { 3971 + z-index: 2; 3972 + margin-left: -1px; 3973 +} 3974 +.nav { 3975 + margin-bottom: 0; 3976 + padding-left: 0; 3977 + list-style: none; 3978 +} 3979 +.nav > li { 3980 + position: relative; 3981 + display: block; 3982 +} 3983 +.nav > li > a { 3984 + position: relative; 3985 + display: block; 3986 + padding: 10px 15px; 3987 +} 3988 +.nav > li > a:hover, 3989 +.nav > li > a:focus { 3990 + text-decoration: none; 3991 + background-color: #eeeeee; 3992 +} 3993 +.nav > li.disabled > a { 3994 + color: #777777; 3995 +} 3996 +.nav > li.disabled > a:hover, 3997 +.nav > li.disabled > a:focus { 3998 + color: #777777; 3999 + text-decoration: none; 4000 + background-color: transparent; 4001 + cursor: not-allowed; 4002 +} 4003 +.nav .open > a, 4004 +.nav .open > a:hover, 4005 +.nav .open > a:focus { 4006 + background-color: #eeeeee; 4007 + border-color: #337ab7; 4008 +} 4009 +.nav .nav-divider { 4010 + height: 1px; 4011 + margin: 8px 0; 4012 + overflow: hidden; 4013 + background-color: #e5e5e5; 4014 +} 4015 +.nav > li > a > img { 4016 + max-width: none; 4017 +} 4018 +.nav-tabs { 4019 + border-bottom: 1px solid #ddd; 4020 +} 4021 +.nav-tabs > li { 4022 + float: left; 4023 + margin-bottom: -1px; 4024 +} 4025 +.nav-tabs > li > a { 4026 + margin-right: 2px; 4027 + line-height: 1.42857143; 4028 + border: 1px solid transparent; 4029 + border-radius: 2px 2px 0 0; 4030 +} 4031 +.nav-tabs > li > a:hover { 4032 + border-color: #eeeeee #eeeeee #ddd; 4033 +} 4034 +.nav-tabs > li.active > a, 4035 +.nav-tabs > li.active > a:hover, 4036 +.nav-tabs > li.active > a:focus { 4037 + color: #555555; 4038 + background-color: #fff; 4039 + border: 1px solid #ddd; 4040 + border-bottom-color: transparent; 4041 + cursor: default; 4042 +} 4043 +.nav-tabs.nav-justified { 4044 + width: 100%; 4045 + border-bottom: 0; 4046 +} 4047 +.nav-tabs.nav-justified > li { 4048 + float: none; 4049 +} 4050 +.nav-tabs.nav-justified > li > a { 4051 + text-align: center; 4052 + margin-bottom: 5px; 4053 +} 4054 +.nav-tabs.nav-justified > .dropdown .dropdown-menu { 4055 + top: auto; 4056 + left: auto; 4057 +} 4058 +@media (min-width: 768px) { 4059 + .nav-tabs.nav-justified > li { 4060 + display: table-cell; 4061 + width: 1%; 4062 + } 4063 + .nav-tabs.nav-justified > li > a { 4064 + margin-bottom: 0; 4065 + } 4066 +} 4067 +.nav-tabs.nav-justified > li > a { 4068 + margin-right: 0; 4069 + border-radius: 2px; 4070 +} 4071 +.nav-tabs.nav-justified > .active > a, 4072 +.nav-tabs.nav-justified > .active > a:hover, 4073 +.nav-tabs.nav-justified > .active > a:focus { 4074 + border: 1px solid #ddd; 4075 +} 4076 +@media (min-width: 768px) { 4077 + .nav-tabs.nav-justified > li > a { 4078 + border-bottom: 1px solid #ddd; 4079 + border-radius: 2px 2px 0 0; 4080 + } 4081 + .nav-tabs.nav-justified > .active > a, 4082 + .nav-tabs.nav-justified > .active > a:hover, 4083 + .nav-tabs.nav-justified > .active > a:focus { 4084 + border-bottom-color: #fff; 4085 + } 4086 +} 4087 +.nav-pills > li { 4088 + float: left; 4089 +} 4090 +.nav-pills > li > a { 4091 + border-radius: 2px; 4092 +} 4093 +.nav-pills > li + li { 4094 + margin-left: 2px; 4095 +} 4096 +.nav-pills > li.active > a, 4097 +.nav-pills > li.active > a:hover, 4098 +.nav-pills > li.active > a:focus { 4099 + color: #fff; 4100 + background-color: #337ab7; 4101 +} 4102 +.nav-stacked > li { 4103 + float: none; 4104 +} 4105 +.nav-stacked > li + li { 4106 + margin-top: 2px; 4107 + margin-left: 0; 4108 +} 4109 +.nav-justified { 4110 + width: 100%; 4111 +} 4112 +.nav-justified > li { 4113 + float: none; 4114 +} 4115 +.nav-justified > li > a { 4116 + text-align: center; 4117 + margin-bottom: 5px; 4118 +} 4119 +.nav-justified > .dropdown .dropdown-menu { 4120 + top: auto; 4121 + left: auto; 4122 +} 4123 +@media (min-width: 768px) { 4124 + .nav-justified > li { 4125 + display: table-cell; 4126 + width: 1%; 4127 + } 4128 + .nav-justified > li > a { 4129 + margin-bottom: 0; 4130 + } 4131 +} 4132 +.nav-tabs-justified { 4133 + border-bottom: 0; 4134 +} 4135 +.nav-tabs-justified > li > a { 4136 + margin-right: 0; 4137 + border-radius: 2px; 4138 +} 4139 +.nav-tabs-justified > .active > a, 4140 +.nav-tabs-justified > .active > a:hover, 4141 +.nav-tabs-justified > .active > a:focus { 4142 + border: 1px solid #ddd; 4143 +} 4144 +@media (min-width: 768px) { 4145 + .nav-tabs-justified > li > a { 4146 + border-bottom: 1px solid #ddd; 4147 + border-radius: 2px 2px 0 0; 4148 + } 4149 + .nav-tabs-justified > .active > a, 4150 + .nav-tabs-justified > .active > a:hover, 4151 + .nav-tabs-justified > .active > a:focus { 4152 + border-bottom-color: #fff; 4153 + } 4154 +} 4155 +.tab-content > .tab-pane { 4156 + display: none; 4157 +} 4158 +.tab-content > .active { 4159 + display: block; 4160 +} 4161 +.nav-tabs .dropdown-menu { 4162 + margin-top: -1px; 4163 + border-top-right-radius: 0; 4164 + border-top-left-radius: 0; 4165 +} 4166 +.navbar { 4167 + position: relative; 4168 + min-height: 30px; 4169 + margin-bottom: 18px; 4170 + border: 1px solid transparent; 4171 +} 4172 +@media (min-width: 541px) { 4173 + .navbar { 4174 + border-radius: 2px; 4175 + } 4176 +} 4177 +@media (min-width: 541px) { 4178 + .navbar-header { 4179 + float: left; 4180 + } 4181 +} 4182 +.navbar-collapse { 4183 + overflow-x: visible; 4184 + padding-right: 0px; 4185 + padding-left: 0px; 4186 + border-top: 1px solid transparent; 4187 + box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); 4188 + -webkit-overflow-scrolling: touch; 4189 +} 4190 +.navbar-collapse.in { 4191 + overflow-y: auto; 4192 +} 4193 +@media (min-width: 541px) { 4194 + .navbar-collapse { 4195 + width: auto; 4196 + border-top: 0; 4197 + box-shadow: none; 4198 + } 4199 + .navbar-collapse.collapse { 4200 + display: block !important; 4201 + height: auto !important; 4202 + padding-bottom: 0; 4203 + overflow: visible !important; 4204 + } 4205 + .navbar-collapse.in { 4206 + overflow-y: visible; 4207 + } 4208 + .navbar-fixed-top .navbar-collapse, 4209 + .navbar-static-top .navbar-collapse, 4210 + .navbar-fixed-bottom .navbar-collapse { 4211 + padding-left: 0; 4212 + padding-right: 0; 4213 + } 4214 +} 4215 +.navbar-fixed-top .navbar-collapse, 4216 +.navbar-fixed-bottom .navbar-collapse { 4217 + max-height: 340px; 4218 +} 4219 +@media (max-device-width: 540px) and (orientation: landscape) { 4220 + .navbar-fixed-top .navbar-collapse, 4221 + .navbar-fixed-bottom .navbar-collapse { 4222 + max-height: 200px; 4223 + } 4224 +} 4225 +.container > .navbar-header, 4226 +.container-fluid > .navbar-header, 4227 +.container > .navbar-collapse, 4228 +.container-fluid > .navbar-collapse { 4229 + margin-right: 0px; 4230 + margin-left: 0px; 4231 +} 4232 +@media (min-width: 541px) { 4233 + .container > .navbar-header, 4234 + .container-fluid > .navbar-header, 4235 + .container > .navbar-collapse, 4236 + .container-fluid > .navbar-collapse { 4237 + margin-right: 0; 4238 + margin-left: 0; 4239 + } 4240 +} 4241 +.navbar-static-top { 4242 + z-index: 1000; 4243 + border-width: 0 0 1px; 4244 +} 4245 +@media (min-width: 541px) { 4246 + .navbar-static-top { 4247 + border-radius: 0; 4248 + } 4249 +} 4250 +.navbar-fixed-top, 4251 +.navbar-fixed-bottom { 4252 + position: fixed; 4253 + right: 0; 4254 + left: 0; 4255 + z-index: 1030; 4256 +} 4257 +@media (min-width: 541px) { 4258 + .navbar-fixed-top, 4259 + .navbar-fixed-bottom { 4260 + border-radius: 0; 4261 + } 4262 +} 4263 +.navbar-fixed-top { 4264 + top: 0; 4265 + border-width: 0 0 1px; 4266 +} 4267 +.navbar-fixed-bottom { 4268 + bottom: 0; 4269 + margin-bottom: 0; 4270 + border-width: 1px 0 0; 4271 +} 4272 +.navbar-brand { 4273 + float: left; 4274 + padding: 6px 0px; 4275 + font-size: 17px; 4276 + line-height: 18px; 4277 + height: 30px; 4278 +} 4279 +.navbar-brand:hover, 4280 +.navbar-brand:focus { 4281 + text-decoration: none; 4282 +} 4283 +.navbar-brand > img { 4284 + display: block; 4285 +} 4286 +@media (min-width: 541px) { 4287 + .navbar > .container .navbar-brand, 4288 + .navbar > .container-fluid .navbar-brand { 4289 + margin-left: 0px; 4290 + } 4291 +} 4292 +.navbar-toggle { 4293 + position: relative; 4294 + float: right; 4295 + margin-right: 0px; 4296 + padding: 9px 10px; 4297 + margin-top: -2px; 4298 + margin-bottom: -2px; 4299 + background-color: transparent; 4300 + background-image: none; 4301 + border: 1px solid transparent; 4302 + border-radius: 2px; 4303 +} 4304 +.navbar-toggle:focus { 4305 + outline: 0; 4306 +} 4307 +.navbar-toggle .icon-bar { 4308 + display: block; 4309 + width: 22px; 4310 + height: 2px; 4311 + border-radius: 1px; 4312 +} 4313 +.navbar-toggle .icon-bar + .icon-bar { 4314 + margin-top: 4px; 4315 +} 4316 +@media (min-width: 541px) { 4317 + .navbar-toggle { 4318 + display: none; 4319 + } 4320 +} 4321 +.navbar-nav { 4322 + margin: 3px 0px; 4323 +} 4324 +.navbar-nav > li > a { 4325 + padding-top: 10px; 4326 + padding-bottom: 10px; 4327 + line-height: 18px; 4328 +} 4329 +@media (max-width: 540px) { 4330 + .navbar-nav .open .dropdown-menu { 4331 + position: static; 4332 + float: none; 4333 + width: auto; 4334 + margin-top: 0; 4335 + background-color: transparent; 4336 + border: 0; 4337 + box-shadow: none; 4338 + } 4339 + .navbar-nav .open .dropdown-menu > li > a, 4340 + .navbar-nav .open .dropdown-menu .dropdown-header { 4341 + padding: 5px 15px 5px 25px; 4342 + } 4343 + .navbar-nav .open .dropdown-menu > li > a { 4344 + line-height: 18px; 4345 + } 4346 + .navbar-nav .open .dropdown-menu > li > a:hover, 4347 + .navbar-nav .open .dropdown-menu > li > a:focus { 4348 + background-image: none; 4349 + } 4350 +} 4351 +@media (min-width: 541px) { 4352 + .navbar-nav { 4353 + float: left; 4354 + margin: 0; 4355 + } 4356 + .navbar-nav > li { 4357 + float: left; 4358 + } 4359 + .navbar-nav > li > a { 4360 + padding-top: 6px; 4361 + padding-bottom: 6px; 4362 + } 4363 +} 4364 +.navbar-form { 4365 + margin-left: 0px; 4366 + margin-right: 0px; 4367 + padding: 10px 0px; 4368 + border-top: 1px solid transparent; 4369 + border-bottom: 1px solid transparent; 4370 + -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); 4371 + box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); 4372 + margin-top: -1px; 4373 + margin-bottom: -1px; 4374 +} 4375 +@media (min-width: 768px) { 4376 + .navbar-form .form-group { 4377 + display: inline-block; 4378 + margin-bottom: 0; 4379 + vertical-align: middle; 4380 + } 4381 + .navbar-form .form-control { 4382 + display: inline-block; 4383 + width: auto; 4384 + vertical-align: middle; 4385 + } 4386 + .navbar-form .form-control-static { 4387 + display: inline-block; 4388 + } 4389 + .navbar-form .input-group { 4390 + display: inline-table; 4391 + vertical-align: middle; 4392 + } 4393 + .navbar-form .input-group .input-group-addon, 4394 + .navbar-form .input-group .input-group-btn, 4395 + .navbar-form .input-group .form-control { 4396 + width: auto; 4397 + } 4398 + .navbar-form .input-group > .form-control { 4399 + width: 100%; 4400 + } 4401 + .navbar-form .control-label { 4402 + margin-bottom: 0; 4403 + vertical-align: middle; 4404 + } 4405 + .navbar-form .radio, 4406 + .navbar-form .checkbox { 4407 + display: inline-block; 4408 + margin-top: 0; 4409 + margin-bottom: 0; 4410 + vertical-align: middle; 4411 + } 4412 + .navbar-form .radio label, 4413 + .navbar-form .checkbox label { 4414 + padding-left: 0; 4415 + } 4416 + .navbar-form .radio input[type="radio"], 4417 + .navbar-form .checkbox input[type="checkbox"] { 4418 + position: relative; 4419 + margin-left: 0; 4420 + } 4421 + .navbar-form .has-feedback .form-control-feedback { 4422 + top: 0; 4423 + } 4424 +} 4425 +@media (max-width: 540px) { 4426 + .navbar-form .form-group { 4427 + margin-bottom: 5px; 4428 + } 4429 + .navbar-form .form-group:last-child { 4430 + margin-bottom: 0; 4431 + } 4432 +} 4433 +@media (min-width: 541px) { 4434 + .navbar-form { 4435 + width: auto; 4436 + border: 0; 4437 + margin-left: 0; 4438 + margin-right: 0; 4439 + padding-top: 0; 4440 + padding-bottom: 0; 4441 + -webkit-box-shadow: none; 4442 + box-shadow: none; 4443 + } 4444 +} 4445 +.navbar-nav > li > .dropdown-menu { 4446 + margin-top: 0; 4447 + border-top-right-radius: 0; 4448 + border-top-left-radius: 0; 4449 +} 4450 +.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { 4451 + margin-bottom: 0; 4452 + border-top-right-radius: 2px; 4453 + border-top-left-radius: 2px; 4454 + border-bottom-right-radius: 0; 4455 + border-bottom-left-radius: 0; 4456 +} 4457 +.navbar-btn { 4458 + margin-top: -1px; 4459 + margin-bottom: -1px; 4460 +} 4461 +.navbar-btn.btn-sm { 4462 + margin-top: 0px; 4463 + margin-bottom: 0px; 4464 +} 4465 +.navbar-btn.btn-xs { 4466 + margin-top: 4px; 4467 + margin-bottom: 4px; 4468 +} 4469 +.navbar-text { 4470 + margin-top: 6px; 4471 + margin-bottom: 6px; 4472 +} 4473 +@media (min-width: 541px) { 4474 + .navbar-text { 4475 + float: left; 4476 + margin-left: 0px; 4477 + margin-right: 0px; 4478 + } 4479 +} 4480 +@media (min-width: 541px) { 4481 + .navbar-left { 4482 + float: left !important; 4483 + float: left; 4484 + } 4485 + .navbar-right { 4486 + float: right !important; 4487 + float: right; 4488 + margin-right: 0px; 4489 + } 4490 + .navbar-right ~ .navbar-right { 4491 + margin-right: 0; 4492 + } 4493 +} 4494 +.navbar-default { 4495 + background-color: #f8f8f8; 4496 + border-color: #e7e7e7; 4497 +} 4498 +.navbar-default .navbar-brand { 4499 + color: #777; 4500 +} 4501 +.navbar-default .navbar-brand:hover, 4502 +.navbar-default .navbar-brand:focus { 4503 + color: #5e5e5e; 4504 + background-color: transparent; 4505 +} 4506 +.navbar-default .navbar-text { 4507 + color: #777; 4508 +} 4509 +.navbar-default .navbar-nav > li > a { 4510 + color: #777; 4511 +} 4512 +.navbar-default .navbar-nav > li > a:hover, 4513 +.navbar-default .navbar-nav > li > a:focus { 4514 + color: #333; 4515 + background-color: transparent; 4516 +} 4517 +.navbar-default .navbar-nav > .active > a, 4518 +.navbar-default .navbar-nav > .active > a:hover, 4519 +.navbar-default .navbar-nav > .active > a:focus { 4520 + color: #555; 4521 + background-color: #e7e7e7; 4522 +} 4523 +.navbar-default .navbar-nav > .disabled > a, 4524 +.navbar-default .navbar-nav > .disabled > a:hover, 4525 +.navbar-default .navbar-nav > .disabled > a:focus { 4526 + color: #ccc; 4527 + background-color: transparent; 4528 +} 4529 +.navbar-default .navbar-toggle { 4530 + border-color: #ddd; 4531 +} 4532 +.navbar-default .navbar-toggle:hover, 4533 +.navbar-default .navbar-toggle:focus { 4534 + background-color: #ddd; 4535 +} 4536 +.navbar-default .navbar-toggle .icon-bar { 4537 + background-color: #888; 4538 +} 4539 +.navbar-default .navbar-collapse, 4540 +.navbar-default .navbar-form { 4541 + border-color: #e7e7e7; 4542 +} 4543 +.navbar-default .navbar-nav > .open > a, 4544 +.navbar-default .navbar-nav > .open > a:hover, 4545 +.navbar-default .navbar-nav > .open > a:focus { 4546 + background-color: #e7e7e7; 4547 + color: #555; 4548 +} 4549 +@media (max-width: 540px) { 4550 + .navbar-default .navbar-nav .open .dropdown-menu > li > a { 4551 + color: #777; 4552 + } 4553 + .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, 4554 + .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { 4555 + color: #333; 4556 + background-color: transparent; 4557 + } 4558 + .navbar-default .navbar-nav .open .dropdown-menu > .active > a, 4559 + .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, 4560 + .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { 4561 + color: #555; 4562 + background-color: #e7e7e7; 4563 + } 4564 + .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, 4565 + .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, 4566 + .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { 4567 + color: #ccc; 4568 + background-color: transparent; 4569 + } 4570 +} 4571 +.navbar-default .navbar-link { 4572 + color: #777; 4573 +} 4574 +.navbar-default .navbar-link:hover { 4575 + color: #333; 4576 +} 4577 +.navbar-default .btn-link { 4578 + color: #777; 4579 +} 4580 +.navbar-default .btn-link:hover, 4581 +.navbar-default .btn-link:focus { 4582 + color: #333; 4583 +} 4584 +.navbar-default .btn-link[disabled]:hover, 4585 +fieldset[disabled] .navbar-default .btn-link:hover, 4586 +.navbar-default .btn-link[disabled]:focus, 4587 +fieldset[disabled] .navbar-default .btn-link:focus { 4588 + color: #ccc; 4589 +} 4590 +.navbar-inverse { 4591 + background-color: #222; 4592 + border-color: #080808; 4593 +} 4594 +.navbar-inverse .navbar-brand { 4595 + color: #9d9d9d; 4596 +} 4597 +.navbar-inverse .navbar-brand:hover, 4598 +.navbar-inverse .navbar-brand:focus { 4599 + color: #fff; 4600 + background-color: transparent; 4601 +} 4602 +.navbar-inverse .navbar-text { 4603 + color: #9d9d9d; 4604 +} 4605 +.navbar-inverse .navbar-nav > li > a { 4606 + color: #9d9d9d; 4607 +} 4608 +.navbar-inverse .navbar-nav > li > a:hover, 4609 +.navbar-inverse .navbar-nav > li > a:focus { 4610 + color: #fff; 4611 + background-color: transparent; 4612 +} 4613 +.navbar-inverse .navbar-nav > .active > a, 4614 +.navbar-inverse .navbar-nav > .active > a:hover, 4615 +.navbar-inverse .navbar-nav > .active > a:focus { 4616 + color: #fff; 4617 + background-color: #080808; 4618 +} 4619 +.navbar-inverse .navbar-nav > .disabled > a, 4620 +.navbar-inverse .navbar-nav > .disabled > a:hover, 4621 +.navbar-inverse .navbar-nav > .disabled > a:focus { 4622 + color: #444; 4623 + background-color: transparent; 4624 +} 4625 +.navbar-inverse .navbar-toggle { 4626 + border-color: #333; 4627 +} 4628 +.navbar-inverse .navbar-toggle:hover, 4629 +.navbar-inverse .navbar-toggle:focus { 4630 + background-color: #333; 4631 +} 4632 +.navbar-inverse .navbar-toggle .icon-bar { 4633 + background-color: #fff; 4634 +} 4635 +.navbar-inverse .navbar-collapse, 4636 +.navbar-inverse .navbar-form { 4637 + border-color: #101010; 4638 +} 4639 +.navbar-inverse .navbar-nav > .open > a, 4640 +.navbar-inverse .navbar-nav > .open > a:hover, 4641 +.navbar-inverse .navbar-nav > .open > a:focus { 4642 + background-color: #080808; 4643 + color: #fff; 4644 +} 4645 +@media (max-width: 540px) { 4646 + .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { 4647 + border-color: #080808; 4648 + } 4649 + .navbar-inverse .navbar-nav .open .dropdown-menu .divider { 4650 + background-color: #080808; 4651 + } 4652 + .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { 4653 + color: #9d9d9d; 4654 + } 4655 + .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, 4656 + .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { 4657 + color: #fff; 4658 + background-color: transparent; 4659 + } 4660 + .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, 4661 + .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, 4662 + .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { 4663 + color: #fff; 4664 + background-color: #080808; 4665 + } 4666 + .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, 4667 + .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, 4668 + .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { 4669 + color: #444; 4670 + background-color: transparent; 4671 + } 4672 +} 4673 +.navbar-inverse .navbar-link { 4674 + color: #9d9d9d; 4675 +} 4676 +.navbar-inverse .navbar-link:hover { 4677 + color: #fff; 4678 +} 4679 +.navbar-inverse .btn-link { 4680 + color: #9d9d9d; 4681 +} 4682 +.navbar-inverse .btn-link:hover, 4683 +.navbar-inverse .btn-link:focus { 4684 + color: #fff; 4685 +} 4686 +.navbar-inverse .btn-link[disabled]:hover, 4687 +fieldset[disabled] .navbar-inverse .btn-link:hover, 4688 +.navbar-inverse .btn-link[disabled]:focus, 4689 +fieldset[disabled] .navbar-inverse .btn-link:focus { 4690 + color: #444; 4691 +} 4692 +.breadcrumb { 4693 + padding: 8px 15px; 4694 + margin-bottom: 18px; 4695 + list-style: none; 4696 + background-color: #f5f5f5; 4697 + border-radius: 2px; 4698 +} 4699 +.breadcrumb > li { 4700 + display: inline-block; 4701 +} 4702 +.breadcrumb > li + li:before { 4703 + content: "/\00a0"; 4704 + padding: 0 5px; 4705 + color: #5e5e5e; 4706 +} 4707 +.breadcrumb > .active { 4708 + color: #777777; 4709 +} 4710 +.pagination { 4711 + display: inline-block; 4712 + padding-left: 0; 4713 + margin: 18px 0; 4714 + border-radius: 2px; 4715 +} 4716 +.pagination > li { 4717 + display: inline; 4718 +} 4719 +.pagination > li > a, 4720 +.pagination > li > span { 4721 + position: relative; 4722 + float: left; 4723 + padding: 6px 12px; 4724 + line-height: 1.42857143; 4725 + text-decoration: none; 4726 + color: #337ab7; 4727 + background-color: #fff; 4728 + border: 1px solid #ddd; 4729 + margin-left: -1px; 4730 +} 4731 +.pagination > li:first-child > a, 4732 +.pagination > li:first-child > span { 4733 + margin-left: 0; 4734 + border-bottom-left-radius: 2px; 4735 + border-top-left-radius: 2px; 4736 +} 4737 +.pagination > li:last-child > a, 4738 +.pagination > li:last-child > span { 4739 + border-bottom-right-radius: 2px; 4740 + border-top-right-radius: 2px; 4741 +} 4742 +.pagination > li > a:hover, 4743 +.pagination > li > span:hover, 4744 +.pagination > li > a:focus, 4745 +.pagination > li > span:focus { 4746 + z-index: 2; 4747 + color: #23527c; 4748 + background-color: #eeeeee; 4749 + border-color: #ddd; 4750 +} 4751 +.pagination > .active > a, 4752 +.pagination > .active > span, 4753 +.pagination > .active > a:hover, 4754 +.pagination > .active > span:hover, 4755 +.pagination > .active > a:focus, 4756 +.pagination > .active > span:focus { 4757 + z-index: 3; 4758 + color: #fff; 4759 + background-color: #337ab7; 4760 + border-color: #337ab7; 4761 + cursor: default; 4762 +} 4763 +.pagination > .disabled > span, 4764 +.pagination > .disabled > span:hover, 4765 +.pagination > .disabled > span:focus, 4766 +.pagination > .disabled > a, 4767 +.pagination > .disabled > a:hover, 4768 +.pagination > .disabled > a:focus { 4769 + color: #777777; 4770 + background-color: #fff; 4771 + border-color: #ddd; 4772 + cursor: not-allowed; 4773 +} 4774 +.pagination-lg > li > a, 4775 +.pagination-lg > li > span { 4776 + padding: 10px 16px; 4777 + font-size: 17px; 4778 + line-height: 1.3333333; 4779 +} 4780 +.pagination-lg > li:first-child > a, 4781 +.pagination-lg > li:first-child > span { 4782 + border-bottom-left-radius: 3px; 4783 + border-top-left-radius: 3px; 4784 +} 4785 +.pagination-lg > li:last-child > a, 4786 +.pagination-lg > li:last-child > span { 4787 + border-bottom-right-radius: 3px; 4788 + border-top-right-radius: 3px; 4789 +} 4790 +.pagination-sm > li > a, 4791 +.pagination-sm > li > span { 4792 + padding: 5px 10px; 4793 + font-size: 12px; 4794 + line-height: 1.5; 4795 +} 4796 +.pagination-sm > li:first-child > a, 4797 +.pagination-sm > li:first-child > span { 4798 + border-bottom-left-radius: 1px; 4799 + border-top-left-radius: 1px; 4800 +} 4801 +.pagination-sm > li:last-child > a, 4802 +.pagination-sm > li:last-child > span { 4803 + border-bottom-right-radius: 1px; 4804 + border-top-right-radius: 1px; 4805 +} 4806 +.pager { 4807 + padding-left: 0; 4808 + margin: 18px 0; 4809 + list-style: none; 4810 + text-align: center; 4811 +} 4812 +.pager li { 4813 + display: inline; 4814 +} 4815 +.pager li > a, 4816 +.pager li > span { 4817 + display: inline-block; 4818 + padding: 5px 14px; 4819 + background-color: #fff; 4820 + border: 1px solid #ddd; 4821 + border-radius: 15px; 4822 +} 4823 +.pager li > a:hover, 4824 +.pager li > a:focus { 4825 + text-decoration: none; 4826 + background-color: #eeeeee; 4827 +} 4828 +.pager .next > a, 4829 +.pager .next > span { 4830 + float: right; 4831 +} 4832 +.pager .previous > a, 4833 +.pager .previous > span { 4834 + float: left; 4835 +} 4836 +.pager .disabled > a, 4837 +.pager .disabled > a:hover, 4838 +.pager .disabled > a:focus, 4839 +.pager .disabled > span { 4840 + color: #777777; 4841 + background-color: #fff; 4842 + cursor: not-allowed; 4843 +} 4844 +.label { 4845 + display: inline; 4846 + padding: .2em .6em .3em; 4847 + font-size: 75%; 4848 + font-weight: bold; 4849 + line-height: 1; 4850 + color: #fff; 4851 + text-align: center; 4852 + white-space: nowrap; 4853 + vertical-align: baseline; 4854 + border-radius: .25em; 4855 +} 4856 +a.label:hover, 4857 +a.label:focus { 4858 + color: #fff; 4859 + text-decoration: none; 4860 + cursor: pointer; 4861 +} 4862 +.label:empty { 4863 + display: none; 4864 +} 4865 +.btn .label { 4866 + position: relative; 4867 + top: -1px; 4868 +} 4869 +.label-default { 4870 + background-color: #777777; 4871 +} 4872 +.label-default[href]:hover, 4873 +.label-default[href]:focus { 4874 + background-color: #5e5e5e; 4875 +} 4876 +.label-primary { 4877 + background-color: #337ab7; 4878 +} 4879 +.label-primary[href]:hover, 4880 +.label-primary[href]:focus { 4881 + background-color: #286090; 4882 +} 4883 +.label-success { 4884 + background-color: #5cb85c; 4885 +} 4886 +.label-success[href]:hover, 4887 +.label-success[href]:focus { 4888 + background-color: #449d44; 4889 +} 4890 +.label-info { 4891 + background-color: #5bc0de; 4892 +} 4893 +.label-info[href]:hover, 4894 +.label-info[href]:focus { 4895 + background-color: #31b0d5; 4896 +} 4897 +.label-warning { 4898 + background-color: #f0ad4e; 4899 +} 4900 +.label-warning[href]:hover, 4901 +.label-warning[href]:focus { 4902 + background-color: #ec971f; 4903 +} 4904 +.label-danger { 4905 + background-color: #d9534f; 4906 +} 4907 +.label-danger[href]:hover, 4908 +.label-danger[href]:focus { 4909 + background-color: #c9302c; 4910 +} 4911 +.badge { 4912 + display: inline-block; 4913 + min-width: 10px; 4914 + padding: 3px 7px; 4915 + font-size: 12px; 4916 + font-weight: bold; 4917 + color: #fff; 4918 + line-height: 1; 4919 + vertical-align: middle; 4920 + white-space: nowrap; 4921 + text-align: center; 4922 + background-color: #777777; 4923 + border-radius: 10px; 4924 +} 4925 +.badge:empty { 4926 + display: none; 4927 +} 4928 +.btn .badge { 4929 + position: relative; 4930 + top: -1px; 4931 +} 4932 +.btn-xs .badge, 4933 +.btn-group-xs > .btn .badge { 4934 + top: 0; 4935 + padding: 1px 5px; 4936 +} 4937 +a.badge:hover, 4938 +a.badge:focus { 4939 + color: #fff; 4940 + text-decoration: none; 4941 + cursor: pointer; 4942 +} 4943 +.list-group-item.active > .badge, 4944 +.nav-pills > .active > a > .badge { 4945 + color: #337ab7; 4946 + background-color: #fff; 4947 +} 4948 +.list-group-item > .badge { 4949 + float: right; 4950 +} 4951 +.list-group-item > .badge + .badge { 4952 + margin-right: 5px; 4953 +} 4954 +.nav-pills > li > a > .badge { 4955 + margin-left: 3px; 4956 +} 4957 +.jumbotron { 4958 + padding-top: 30px; 4959 + padding-bottom: 30px; 4960 + margin-bottom: 30px; 4961 + color: inherit; 4962 + background-color: #eeeeee; 4963 +} 4964 +.jumbotron h1, 4965 +.jumbotron .h1 { 4966 + color: inherit; 4967 +} 4968 +.jumbotron p { 4969 + margin-bottom: 15px; 4970 + font-size: 20px; 4971 + font-weight: 200; 4972 +} 4973 +.jumbotron > hr { 4974 + border-top-color: #d5d5d5; 4975 +} 4976 +.container .jumbotron, 4977 +.container-fluid .jumbotron { 4978 + border-radius: 3px; 4979 + padding-left: 0px; 4980 + padding-right: 0px; 4981 +} 4982 +.jumbotron .container { 4983 + max-width: 100%; 4984 +} 4985 +@media screen and (min-width: 768px) { 4986 + .jumbotron { 4987 + padding-top: 48px; 4988 + padding-bottom: 48px; 4989 + } 4990 + .container .jumbotron, 4991 + .container-fluid .jumbotron { 4992 + padding-left: 60px; 4993 + padding-right: 60px; 4994 + } 4995 + .jumbotron h1, 4996 + .jumbotron .h1 { 4997 + font-size: 59px; 4998 + } 4999 +} 5000 +.thumbnail { 5001 + display: block; 5002 + padding: 4px; 5003 + margin-bottom: 18px; 5004 + line-height: 1.42857143; 5005 + background-color: #fff; 5006 + border: 1px solid #ddd; 5007 + border-radius: 2px; 5008 + -webkit-transition: border 0.2s ease-in-out; 5009 + -o-transition: border 0.2s ease-in-out; 5010 + transition: border 0.2s ease-in-out; 5011 +} 5012 +.thumbnail > img, 5013 +.thumbnail a > img { 5014 + margin-left: auto; 5015 + margin-right: auto; 5016 +} 5017 +a.thumbnail:hover, 5018 +a.thumbnail:focus, 5019 +a.thumbnail.active { 5020 + border-color: #337ab7; 5021 +} 5022 +.thumbnail .caption { 5023 + padding: 9px; 5024 + color: #000; 5025 +} 5026 +.alert { 5027 + padding: 15px; 5028 + margin-bottom: 18px; 5029 + border: 1px solid transparent; 5030 + border-radius: 2px; 5031 +} 5032 +.alert h4 { 5033 + margin-top: 0; 5034 + color: inherit; 5035 +} 5036 +.alert .alert-link { 5037 + font-weight: bold; 5038 +} 5039 +.alert > p, 5040 +.alert > ul { 5041 + margin-bottom: 0; 5042 +} 5043 +.alert > p + p { 5044 + margin-top: 5px; 5045 +} 5046 +.alert-dismissable, 5047 +.alert-dismissible { 5048 + padding-right: 35px; 5049 +} 5050 +.alert-dismissable .close, 5051 +.alert-dismissible .close { 5052 + position: relative; 5053 + top: -2px; 5054 + right: -21px; 5055 + color: inherit; 5056 +} 5057 +.alert-success { 5058 + background-color: #dff0d8; 5059 + border-color: #d6e9c6; 5060 + color: #3c763d; 5061 +} 5062 +.alert-success hr { 5063 + border-top-color: #c9e2b3; 5064 +} 5065 +.alert-success .alert-link { 5066 + color: #2b542c; 5067 +} 5068 +.alert-info { 5069 + background-color: #d9edf7; 5070 + border-color: #bce8f1; 5071 + color: #31708f; 5072 +} 5073 +.alert-info hr { 5074 + border-top-color: #a6e1ec; 5075 +} 5076 +.alert-info .alert-link { 5077 + color: #245269; 5078 +} 5079 +.alert-warning { 5080 + background-color: #fcf8e3; 5081 + border-color: #faebcc; 5082 + color: #8a6d3b; 5083 +} 5084 +.alert-warning hr { 5085 + border-top-color: #f7e1b5; 5086 +} 5087 +.alert-warning .alert-link { 5088 + color: #66512c; 5089 +} 5090 +.alert-danger { 5091 + background-color: #f2dede; 5092 + border-color: #ebccd1; 5093 + color: #a94442; 5094 +} 5095 +.alert-danger hr { 5096 + border-top-color: #e4b9c0; 5097 +} 5098 +.alert-danger .alert-link { 5099 + color: #843534; 5100 +} 5101 +@-webkit-keyframes progress-bar-stripes { 5102 + from { 5103 + background-position: 40px 0; 5104 + } 5105 + to { 5106 + background-position: 0 0; 5107 + } 5108 +} 5109 +@keyframes progress-bar-stripes { 5110 + from { 5111 + background-position: 40px 0; 5112 + } 5113 + to { 5114 + background-position: 0 0; 5115 + } 5116 +} 5117 +.progress { 5118 + overflow: hidden; 5119 + height: 18px; 5120 + margin-bottom: 18px; 5121 + background-color: #f5f5f5; 5122 + border-radius: 2px; 5123 + -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); 5124 + box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); 5125 +} 5126 +.progress-bar { 5127 + float: left; 5128 + width: 0%; 5129 + height: 100%; 5130 + font-size: 12px; 5131 + line-height: 18px; 5132 + color: #fff; 5133 + text-align: center; 5134 + background-color: #337ab7; 5135 + -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); 5136 + box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); 5137 + -webkit-transition: width 0.6s ease; 5138 + -o-transition: width 0.6s ease; 5139 + transition: width 0.6s ease; 5140 +} 5141 +.progress-striped .progress-bar, 5142 +.progress-bar-striped { 5143 + 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); 5144 + 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); 5145 + 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); 5146 + background-size: 40px 40px; 5147 +} 5148 +.progress.active .progress-bar, 5149 +.progress-bar.active { 5150 + -webkit-animation: progress-bar-stripes 2s linear infinite; 5151 + -o-animation: progress-bar-stripes 2s linear infinite; 5152 + animation: progress-bar-stripes 2s linear infinite; 5153 +} 5154 +.progress-bar-success { 5155 + background-color: #5cb85c; 5156 +} 5157 +.progress-striped .progress-bar-success { 5158 + 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); 5159 + 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); 5160 + 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); 5161 +} 5162 +.progress-bar-info { 5163 + background-color: #5bc0de; 5164 +} 5165 +.progress-striped .progress-bar-info { 5166 + 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); 5167 + 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); 5168 + 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); 5169 +} 5170 +.progress-bar-warning { 5171 + background-color: #f0ad4e; 5172 +} 5173 +.progress-striped .progress-bar-warning { 5174 + 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); 5175 + 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); 5176 + 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); 5177 +} 5178 +.progress-bar-danger { 5179 + background-color: #d9534f; 5180 +} 5181 +.progress-striped .progress-bar-danger { 5182 + 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); 5183 + 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); 5184 + 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); 5185 +} 5186 +.media { 5187 + margin-top: 15px; 5188 +} 5189 +.media:first-child { 5190 + margin-top: 0; 5191 +} 5192 +.media, 5193 +.media-body { 5194 + zoom: 1; 5195 + overflow: hidden; 5196 +} 5197 +.media-body { 5198 + width: 10000px; 5199 +} 5200 +.media-object { 5201 + display: block; 5202 +} 5203 +.media-object.img-thumbnail { 5204 + max-width: none; 5205 +} 5206 +.media-right, 5207 +.media > .pull-right { 5208 + padding-left: 10px; 5209 +} 5210 +.media-left, 5211 +.media > .pull-left { 5212 + padding-right: 10px; 5213 +} 5214 +.media-left, 5215 +.media-right, 5216 +.media-body { 5217 + display: table-cell; 5218 + vertical-align: top; 5219 +} 5220 +.media-middle { 5221 + vertical-align: middle; 5222 +} 5223 +.media-bottom { 5224 + vertical-align: bottom; 5225 +} 5226 +.media-heading { 5227 + margin-top: 0; 5228 + margin-bottom: 5px; 5229 +} 5230 +.media-list { 5231 + padding-left: 0; 5232 + list-style: none; 5233 +} 5234 +.list-group { 5235 + margin-bottom: 20px; 5236 + padding-left: 0; 5237 +} 5238 +.list-group-item { 5239 + position: relative; 5240 + display: block; 5241 + padding: 10px 15px; 5242 + margin-bottom: -1px; 5243 + background-color: #fff; 5244 + border: 1px solid #ddd; 5245 +} 5246 +.list-group-item:first-child { 5247 + border-top-right-radius: 2px; 5248 + border-top-left-radius: 2px; 5249 +} 5250 +.list-group-item:last-child { 5251 + margin-bottom: 0; 5252 + border-bottom-right-radius: 2px; 5253 + border-bottom-left-radius: 2px; 5254 +} 5255 +a.list-group-item, 5256 +button.list-group-item { 5257 + color: #555; 5258 +} 5259 +a.list-group-item .list-group-item-heading, 5260 +button.list-group-item .list-group-item-heading { 5261 + color: #333; 5262 +} 5263 +a.list-group-item:hover, 5264 +button.list-group-item:hover, 5265 +a.list-group-item:focus, 5266 +button.list-group-item:focus { 5267 + text-decoration: none; 5268 + color: #555; 5269 + background-color: #f5f5f5; 5270 +} 5271 +button.list-group-item { 5272 + width: 100%; 5273 + text-align: left; 5274 +} 5275 +.list-group-item.disabled, 5276 +.list-group-item.disabled:hover, 5277 +.list-group-item.disabled:focus { 5278 + background-color: #eeeeee; 5279 + color: #777777; 5280 + cursor: not-allowed; 5281 +} 5282 +.list-group-item.disabled .list-group-item-heading, 5283 +.list-group-item.disabled:hover .list-group-item-heading, 5284 +.list-group-item.disabled:focus .list-group-item-heading { 5285 + color: inherit; 5286 +} 5287 +.list-group-item.disabled .list-group-item-text, 5288 +.list-group-item.disabled:hover .list-group-item-text, 5289 +.list-group-item.disabled:focus .list-group-item-text { 5290 + color: #777777; 5291 +} 5292 +.list-group-item.active, 5293 +.list-group-item.active:hover, 5294 +.list-group-item.active:focus { 5295 + z-index: 2; 5296 + color: #fff; 5297 + background-color: #337ab7; 5298 + border-color: #337ab7; 5299 +} 5300 +.list-group-item.active .list-group-item-heading, 5301 +.list-group-item.active:hover .list-group-item-heading, 5302 +.list-group-item.active:focus .list-group-item-heading, 5303 +.list-group-item.active .list-group-item-heading > small, 5304 +.list-group-item.active:hover .list-group-item-heading > small, 5305 +.list-group-item.active:focus .list-group-item-heading > small, 5306 +.list-group-item.active .list-group-item-heading > .small, 5307 +.list-group-item.active:hover .list-group-item-heading > .small, 5308 +.list-group-item.active:focus .list-group-item-heading > .small { 5309 + color: inherit; 5310 +} 5311 +.list-group-item.active .list-group-item-text, 5312 +.list-group-item.active:hover .list-group-item-text, 5313 +.list-group-item.active:focus .list-group-item-text { 5314 + color: #c7ddef; 5315 +} 5316 +.list-group-item-success { 5317 + color: #3c763d; 5318 + background-color: #dff0d8; 5319 +} 5320 +a.list-group-item-success, 5321 +button.list-group-item-success { 5322 + color: #3c763d; 5323 +} 5324 +a.list-group-item-success .list-group-item-heading, 5325 +button.list-group-item-success .list-group-item-heading { 5326 + color: inherit; 5327 +} 5328 +a.list-group-item-success:hover, 5329 +button.list-group-item-success:hover, 5330 +a.list-group-item-success:focus, 5331 +button.list-group-item-success:focus { 5332 + color: #3c763d; 5333 + background-color: #d0e9c6; 5334 +} 5335 +a.list-group-item-success.active, 5336 +button.list-group-item-success.active, 5337 +a.list-group-item-success.active:hover, 5338 +button.list-group-item-success.active:hover, 5339 +a.list-group-item-success.active:focus, 5340 +button.list-group-item-success.active:focus { 5341 + color: #fff; 5342 + background-color: #3c763d; 5343 + border-color: #3c763d; 5344 +} 5345 +.list-group-item-info { 5346 + color: #31708f; 5347 + background-color: #d9edf7; 5348 +} 5349 +a.list-group-item-info, 5350 +button.list-group-item-info { 5351 + color: #31708f; 5352 +} 5353 +a.list-group-item-info .list-group-item-heading, 5354 +button.list-group-item-info .list-group-item-heading { 5355 + color: inherit; 5356 +} 5357 +a.list-group-item-info:hover, 5358 +button.list-group-item-info:hover, 5359 +a.list-group-item-info:focus, 5360 +button.list-group-item-info:focus { 5361 + color: #31708f; 5362 + background-color: #c4e3f3; 5363 +} 5364 +a.list-group-item-info.active, 5365 +button.list-group-item-info.active, 5366 +a.list-group-item-info.active:hover, 5367 +button.list-group-item-info.active:hover, 5368 +a.list-group-item-info.active:focus, 5369 +button.list-group-item-info.active:focus { 5370 + color: #fff; 5371 + background-color: #31708f; 5372 + border-color: #31708f; 5373 +} 5374 +.list-group-item-warning { 5375 + color: #8a6d3b; 5376 + background-color: #fcf8e3; 5377 +} 5378 +a.list-group-item-warning, 5379 +button.list-group-item-warning { 5380 + color: #8a6d3b; 5381 +} 5382 +a.list-group-item-warning .list-group-item-heading, 5383 +button.list-group-item-warning .list-group-item-heading { 5384 + color: inherit; 5385 +} 5386 +a.list-group-item-warning:hover, 5387 +button.list-group-item-warning:hover, 5388 +a.list-group-item-warning:focus, 5389 +button.list-group-item-warning:focus { 5390 + color: #8a6d3b; 5391 + background-color: #faf2cc; 5392 +} 5393 +a.list-group-item-warning.active, 5394 +button.list-group-item-warning.active, 5395 +a.list-group-item-warning.active:hover, 5396 +button.list-group-item-warning.active:hover, 5397 +a.list-group-item-warning.active:focus, 5398 +button.list-group-item-warning.active:focus { 5399 + color: #fff; 5400 + background-color: #8a6d3b; 5401 + border-color: #8a6d3b; 5402 +} 5403 +.list-group-item-danger { 5404 + color: #a94442; 5405 + background-color: #f2dede; 5406 +} 5407 +a.list-group-item-danger, 5408 +button.list-group-item-danger { 5409 + color: #a94442; 5410 +} 5411 +a.list-group-item-danger .list-group-item-heading, 5412 +button.list-group-item-danger .list-group-item-heading { 5413 + color: inherit; 5414 +} 5415 +a.list-group-item-danger:hover, 5416 +button.list-group-item-danger:hover, 5417 +a.list-group-item-danger:focus, 5418 +button.list-group-item-danger:focus { 5419 + color: #a94442; 5420 + background-color: #ebcccc; 5421 +} 5422 +a.list-group-item-danger.active, 5423 +button.list-group-item-danger.active, 5424 +a.list-group-item-danger.active:hover, 5425 +button.list-group-item-danger.active:hover, 5426 +a.list-group-item-danger.active:focus, 5427 +button.list-group-item-danger.active:focus { 5428 + color: #fff; 5429 + background-color: #a94442; 5430 + border-color: #a94442; 5431 +} 5432 +.list-group-item-heading { 5433 + margin-top: 0; 5434 + margin-bottom: 5px; 5435 +} 5436 +.list-group-item-text { 5437 + margin-bottom: 0; 5438 + line-height: 1.3; 5439 +} 5440 +.panel { 5441 + margin-bottom: 18px; 5442 + background-color: #fff; 5443 + border: 1px solid transparent; 5444 + border-radius: 2px; 5445 + -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); 5446 + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); 5447 +} 5448 +.panel-body { 5449 + padding: 15px; 5450 +} 5451 +.panel-heading { 5452 + padding: 10px 15px; 5453 + border-bottom: 1px solid transparent; 5454 + border-top-right-radius: 1px; 5455 + border-top-left-radius: 1px; 5456 +} 5457 +.panel-heading > .dropdown .dropdown-toggle { 5458 + color: inherit; 5459 +} 5460 +.panel-title { 5461 + margin-top: 0; 5462 + margin-bottom: 0; 5463 + font-size: 15px; 5464 + color: inherit; 5465 +} 5466 +.panel-title > a, 5467 +.panel-title > small, 5468 +.panel-title > .small, 5469 +.panel-title > small > a, 5470 +.panel-title > .small > a { 5471 + color: inherit; 5472 +} 5473 +.panel-footer { 5474 + padding: 10px 15px; 5475 + background-color: #f5f5f5; 5476 + border-top: 1px solid #ddd; 5477 + border-bottom-right-radius: 1px; 5478 + border-bottom-left-radius: 1px; 5479 +} 5480 +.panel > .list-group, 5481 +.panel > .panel-collapse > .list-group { 5482 + margin-bottom: 0; 5483 +} 5484 +.panel > .list-group .list-group-item, 5485 +.panel > .panel-collapse > .list-group .list-group-item { 5486 + border-width: 1px 0; 5487 + border-radius: 0; 5488 +} 5489 +.panel > .list-group:first-child .list-group-item:first-child, 5490 +.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child { 5491 + border-top: 0; 5492 + border-top-right-radius: 1px; 5493 + border-top-left-radius: 1px; 5494 +} 5495 +.panel > .list-group:last-child .list-group-item:last-child, 5496 +.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child { 5497 + border-bottom: 0; 5498 + border-bottom-right-radius: 1px; 5499 + border-bottom-left-radius: 1px; 5500 +} 5501 +.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child { 5502 + border-top-right-radius: 0; 5503 + border-top-left-radius: 0; 5504 +} 5505 +.panel-heading + .list-group .list-group-item:first-child { 5506 + border-top-width: 0; 5507 +} 5508 +.list-group + .panel-footer { 5509 + border-top-width: 0; 5510 +} 5511 +.panel > .table, 5512 +.panel > .table-responsive > .table, 5513 +.panel > .panel-collapse > .table { 5514 + margin-bottom: 0; 5515 +} 5516 +.panel > .table caption, 5517 +.panel > .table-responsive > .table caption, 5518 +.panel > .panel-collapse > .table caption { 5519 + padding-left: 15px; 5520 + padding-right: 15px; 5521 +} 5522 +.panel > .table:first-child, 5523 +.panel > .table-responsive:first-child > .table:first-child { 5524 + border-top-right-radius: 1px; 5525 + border-top-left-radius: 1px; 5526 +} 5527 +.panel > .table:first-child > thead:first-child > tr:first-child, 5528 +.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, 5529 +.panel > .table:first-child > tbody:first-child > tr:first-child, 5530 +.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child { 5531 + border-top-left-radius: 1px; 5532 + border-top-right-radius: 1px; 5533 +} 5534 +.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, 5535 +.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, 5536 +.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, 5537 +.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, 5538 +.panel > .table:first-child > thead:first-child > tr:first-child th:first-child, 5539 +.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, 5540 +.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, 5541 +.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { 5542 + border-top-left-radius: 1px; 5543 +} 5544 +.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, 5545 +.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, 5546 +.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, 5547 +.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, 5548 +.panel > .table:first-child > thead:first-child > tr:first-child th:last-child, 5549 +.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, 5550 +.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, 5551 +.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { 5552 + border-top-right-radius: 1px; 5553 +} 5554 +.panel > .table:last-child, 5555 +.panel > .table-responsive:last-child > .table:last-child { 5556 + border-bottom-right-radius: 1px; 5557 + border-bottom-left-radius: 1px; 5558 +} 5559 +.panel > .table:last-child > tbody:last-child > tr:last-child, 5560 +.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, 5561 +.panel > .table:last-child > tfoot:last-child > tr:last-child, 5562 +.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child { 5563 + border-bottom-left-radius: 1px; 5564 + border-bottom-right-radius: 1px; 5565 +} 5566 +.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, 5567 +.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, 5568 +.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, 5569 +.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, 5570 +.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, 5571 +.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, 5572 +.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, 5573 +.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { 5574 + border-bottom-left-radius: 1px; 5575 +} 5576 +.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, 5577 +.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, 5578 +.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, 5579 +.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, 5580 +.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, 5581 +.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, 5582 +.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, 5583 +.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { 5584 + border-bottom-right-radius: 1px; 5585 +} 5586 +.panel > .panel-body + .table, 5587 +.panel > .panel-body + .table-responsive, 5588 +.panel > .table + .panel-body, 5589 +.panel > .table-responsive + .panel-body { 5590 + border-top: 1px solid #ddd; 5591 +} 5592 +.panel > .table > tbody:first-child > tr:first-child th, 5593 +.panel > .table > tbody:first-child > tr:first-child td { 5594 + border-top: 0; 5595 +} 5596 +.panel > .table-bordered, 5597 +.panel > .table-responsive > .table-bordered { 5598 + border: 0; 5599 +} 5600 +.panel > .table-bordered > thead > tr > th:first-child, 5601 +.panel > .table-responsive > .table-bordered > thead > tr > th:first-child, 5602 +.panel > .table-bordered > tbody > tr > th:first-child, 5603 +.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, 5604 +.panel > .table-bordered > tfoot > tr > th:first-child, 5605 +.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, 5606 +.panel > .table-bordered > thead > tr > td:first-child, 5607 +.panel > .table-responsive > .table-bordered > thead > tr > td:first-child, 5608 +.panel > .table-bordered > tbody > tr > td:first-child, 5609 +.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, 5610 +.panel > .table-bordered > tfoot > tr > td:first-child, 5611 +.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { 5612 + border-left: 0; 5613 +} 5614 +.panel > .table-bordered > thead > tr > th:last-child, 5615 +.panel > .table-responsive > .table-bordered > thead > tr > th:last-child, 5616 +.panel > .table-bordered > tbody > tr > th:last-child, 5617 +.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, 5618 +.panel > .table-bordered > tfoot > tr > th:last-child, 5619 +.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, 5620 +.panel > .table-bordered > thead > tr > td:last-child, 5621 +.panel > .table-responsive > .table-bordered > thead > tr > td:last-child, 5622 +.panel > .table-bordered > tbody > tr > td:last-child, 5623 +.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, 5624 +.panel > .table-bordered > tfoot > tr > td:last-child, 5625 +.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { 5626 + border-right: 0; 5627 +} 5628 +.panel > .table-bordered > thead > tr:first-child > td, 5629 +.panel > .table-responsive > .table-bordered > thead > tr:first-child > td, 5630 +.panel > .table-bordered > tbody > tr:first-child > td, 5631 +.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, 5632 +.panel > .table-bordered > thead > tr:first-child > th, 5633 +.panel > .table-responsive > .table-bordered > thead > tr:first-child > th, 5634 +.panel > .table-bordered > tbody > tr:first-child > th, 5635 +.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { 5636 + border-bottom: 0; 5637 +} 5638 +.panel > .table-bordered > tbody > tr:last-child > td, 5639 +.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, 5640 +.panel > .table-bordered > tfoot > tr:last-child > td, 5641 +.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, 5642 +.panel > .table-bordered > tbody > tr:last-child > th, 5643 +.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, 5644 +.panel > .table-bordered > tfoot > tr:last-child > th, 5645 +.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { 5646 + border-bottom: 0; 5647 +} 5648 +.panel > .table-responsive { 5649 + border: 0; 5650 + margin-bottom: 0; 5651 +} 5652 +.panel-group { 5653 + margin-bottom: 18px; 5654 +} 5655 +.panel-group .panel { 5656 + margin-bottom: 0; 5657 + border-radius: 2px; 5658 +} 5659 +.panel-group .panel + .panel { 5660 + margin-top: 5px; 5661 +} 5662 +.panel-group .panel-heading { 5663 + border-bottom: 0; 5664 +} 5665 +.panel-group .panel-heading + .panel-collapse > .panel-body, 5666 +.panel-group .panel-heading + .panel-collapse > .list-group { 5667 + border-top: 1px solid #ddd; 5668 +} 5669 +.panel-group .panel-footer { 5670 + border-top: 0; 5671 +} 5672 +.panel-group .panel-footer + .panel-collapse .panel-body { 5673 + border-bottom: 1px solid #ddd; 5674 +} 5675 +.panel-default { 5676 + border-color: #ddd; 5677 +} 5678 +.panel-default > .panel-heading { 5679 + color: #333333; 5680 + background-color: #f5f5f5; 5681 + border-color: #ddd; 5682 +} 5683 +.panel-default > .panel-heading + .panel-collapse > .panel-body { 5684 + border-top-color: #ddd; 5685 +} 5686 +.panel-default > .panel-heading .badge { 5687 + color: #f5f5f5; 5688 + background-color: #333333; 5689 +} 5690 +.panel-default > .panel-footer + .panel-collapse > .panel-body { 5691 + border-bottom-color: #ddd; 5692 +} 5693 +.panel-primary { 5694 + border-color: #337ab7; 5695 +} 5696 +.panel-primary > .panel-heading { 5697 + color: #fff; 5698 + background-color: #337ab7; 5699 + border-color: #337ab7; 5700 +} 5701 +.panel-primary > .panel-heading + .panel-collapse > .panel-body { 5702 + border-top-color: #337ab7; 5703 +} 5704 +.panel-primary > .panel-heading .badge { 5705 + color: #337ab7; 5706 + background-color: #fff; 5707 +} 5708 +.panel-primary > .panel-footer + .panel-collapse > .panel-body { 5709 + border-bottom-color: #337ab7; 5710 +} 5711 +.panel-success { 5712 + border-color: #d6e9c6; 5713 +} 5714 +.panel-success > .panel-heading { 5715 + color: #3c763d; 5716 + background-color: #dff0d8; 5717 + border-color: #d6e9c6; 5718 +} 5719 +.panel-success > .panel-heading + .panel-collapse > .panel-body { 5720 + border-top-color: #d6e9c6; 5721 +} 5722 +.panel-success > .panel-heading .badge { 5723 + color: #dff0d8; 5724 + background-color: #3c763d; 5725 +} 5726 +.panel-success > .panel-footer + .panel-collapse > .panel-body { 5727 + border-bottom-color: #d6e9c6; 5728 +} 5729 +.panel-info { 5730 + border-color: #bce8f1; 5731 +} 5732 +.panel-info > .panel-heading { 5733 + color: #31708f; 5734 + background-color: #d9edf7; 5735 + border-color: #bce8f1; 5736 +} 5737 +.panel-info > .panel-heading + .panel-collapse > .panel-body { 5738 + border-top-color: #bce8f1; 5739 +} 5740 +.panel-info > .panel-heading .badge { 5741 + color: #d9edf7; 5742 + background-color: #31708f; 5743 +} 5744 +.panel-info > .panel-footer + .panel-collapse > .panel-body { 5745 + border-bottom-color: #bce8f1; 5746 +} 5747 +.panel-warning { 5748 + border-color: #faebcc; 5749 +} 5750 +.panel-warning > .panel-heading { 5751 + color: #8a6d3b; 5752 + background-color: #fcf8e3; 5753 + border-color: #faebcc; 5754 +} 5755 +.panel-warning > .panel-heading + .panel-collapse > .panel-body { 5756 + border-top-color: #faebcc; 5757 +} 5758 +.panel-warning > .panel-heading .badge { 5759 + color: #fcf8e3; 5760 + background-color: #8a6d3b; 5761 +} 5762 +.panel-warning > .panel-footer + .panel-collapse > .panel-body { 5763 + border-bottom-color: #faebcc; 5764 +} 5765 +.panel-danger { 5766 + border-color: #ebccd1; 5767 +} 5768 +.panel-danger > .panel-heading { 5769 + color: #a94442; 5770 + background-color: #f2dede; 5771 + border-color: #ebccd1; 5772 +} 5773 +.panel-danger > .panel-heading + .panel-collapse > .panel-body { 5774 + border-top-color: #ebccd1; 5775 +} 5776 +.panel-danger > .panel-heading .badge { 5777 + color: #f2dede; 5778 + background-color: #a94442; 5779 +} 5780 +.panel-danger > .panel-footer + .panel-collapse > .panel-body { 5781 + border-bottom-color: #ebccd1; 5782 +} 5783 +.embed-responsive { 5784 + position: relative; 5785 + display: block; 5786 + height: 0; 5787 + padding: 0; 5788 + overflow: hidden; 5789 +} 5790 +.embed-responsive .embed-responsive-item, 5791 +.embed-responsive iframe, 5792 +.embed-responsive embed, 5793 +.embed-responsive object, 5794 +.embed-responsive video { 5795 + position: absolute; 5796 + top: 0; 5797 + left: 0; 5798 + bottom: 0; 5799 + height: 100%; 5800 + width: 100%; 5801 + border: 0; 5802 +} 5803 +.embed-responsive-16by9 { 5804 + padding-bottom: 56.25%; 5805 +} 5806 +.embed-responsive-4by3 { 5807 + padding-bottom: 75%; 5808 +} 5809 +.well { 5810 + min-height: 20px; 5811 + padding: 19px; 5812 + margin-bottom: 20px; 5813 + background-color: #f5f5f5; 5814 + border: 1px solid #e3e3e3; 5815 + border-radius: 2px; 5816 + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); 5817 + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); 5818 +} 5819 +.well blockquote { 5820 + border-color: #ddd; 5821 + border-color: rgba(0, 0, 0, 0.15); 5822 +} 5823 +.well-lg { 5824 + padding: 24px; 5825 + border-radius: 3px; 5826 +} 5827 +.well-sm { 5828 + padding: 9px; 5829 + border-radius: 1px; 5830 +} 5831 +.close { 5832 + float: right; 5833 + font-size: 19.5px; 5834 + font-weight: bold; 5835 + line-height: 1; 5836 + color: #000; 5837 + text-shadow: 0 1px 0 #fff; 5838 + opacity: 0.2; 5839 + filter: alpha(opacity=20); 5840 +} 5841 +.close:hover, 5842 +.close:focus { 5843 + color: #000; 5844 + text-decoration: none; 5845 + cursor: pointer; 5846 + opacity: 0.5; 5847 + filter: alpha(opacity=50); 5848 +} 5849 +button.close { 5850 + padding: 0; 5851 + cursor: pointer; 5852 + background: transparent; 5853 + border: 0; 5854 + -webkit-appearance: none; 5855 +} 5856 +.modal-open { 5857 + overflow: hidden; 5858 +} 5859 +.modal { 5860 + display: none; 5861 + overflow: hidden; 5862 + position: fixed; 5863 + top: 0; 5864 + right: 0; 5865 + bottom: 0; 5866 + left: 0; 5867 + z-index: 1050; 5868 + -webkit-overflow-scrolling: touch; 5869 + outline: 0; 5870 +} 5871 +.modal.fade .modal-dialog { 5872 + -webkit-transform: translate(0, -25%); 5873 + -ms-transform: translate(0, -25%); 5874 + -o-transform: translate(0, -25%); 5875 + transform: translate(0, -25%); 5876 + -webkit-transition: -webkit-transform 0.3s ease-out; 5877 + -moz-transition: -moz-transform 0.3s ease-out; 5878 + -o-transition: -o-transform 0.3s ease-out; 5879 + transition: transform 0.3s ease-out; 5880 +} 5881 +.modal.in .modal-dialog { 5882 + -webkit-transform: translate(0, 0); 5883 + -ms-transform: translate(0, 0); 5884 + -o-transform: translate(0, 0); 5885 + transform: translate(0, 0); 5886 +} 5887 +.modal-open .modal { 5888 + overflow-x: hidden; 5889 + overflow-y: auto; 5890 +} 5891 +.modal-dialog { 5892 + position: relative; 5893 + width: auto; 5894 + margin: 10px; 5895 +} 5896 +.modal-content { 5897 + position: relative; 5898 + background-color: #fff; 5899 + border: 1px solid #999; 5900 + border: 1px solid rgba(0, 0, 0, 0.2); 5901 + border-radius: 3px; 5902 + -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); 5903 + box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); 5904 + background-clip: padding-box; 5905 + outline: 0; 5906 +} 5907 +.modal-backdrop { 5908 + position: fixed; 5909 + top: 0; 5910 + right: 0; 5911 + bottom: 0; 5912 + left: 0; 5913 + z-index: 1040; 5914 + background-color: #000; 5915 +} 5916 +.modal-backdrop.fade { 5917 + opacity: 0; 5918 + filter: alpha(opacity=0); 5919 +} 5920 +.modal-backdrop.in { 5921 + opacity: 0.5; 5922 + filter: alpha(opacity=50); 5923 +} 5924 +.modal-header { 5925 + padding: 15px; 5926 + border-bottom: 1px solid #e5e5e5; 5927 +} 5928 +.modal-header .close { 5929 + margin-top: -2px; 5930 +} 5931 +.modal-title { 5932 + margin: 0; 5933 + line-height: 1.42857143; 5934 +} 5935 +.modal-body { 5936 + position: relative; 5937 + padding: 15px; 5938 +} 5939 +.modal-footer { 5940 + padding: 15px; 5941 + text-align: right; 5942 + border-top: 1px solid #e5e5e5; 5943 +} 5944 +.modal-footer .btn + .btn { 5945 + margin-left: 5px; 5946 + margin-bottom: 0; 5947 +} 5948 +.modal-footer .btn-group .btn + .btn { 5949 + margin-left: -1px; 5950 +} 5951 +.modal-footer .btn-block + .btn-block { 5952 + margin-left: 0; 5953 +} 5954 +.modal-scrollbar-measure { 5955 + position: absolute; 5956 + top: -9999px; 5957 + width: 50px; 5958 + height: 50px; 5959 + overflow: scroll; 5960 +} 5961 +@media (min-width: 768px) { 5962 + .modal-dialog { 5963 + width: 600px; 5964 + margin: 30px auto; 5965 + } 5966 + .modal-content { 5967 + -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); 5968 + box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); 5969 + } 5970 + .modal-sm { 5971 + width: 300px; 5972 + } 5973 +} 5974 +@media (min-width: 992px) { 5975 + .modal-lg { 5976 + width: 900px; 5977 + } 5978 +} 5979 +.tooltip { 5980 + position: absolute; 5981 + z-index: 1070; 5982 + display: block; 5983 + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 5984 + font-style: normal; 5985 + font-weight: normal; 5986 + letter-spacing: normal; 5987 + line-break: auto; 5988 + line-height: 1.42857143; 5989 + text-align: left; 5990 + text-align: start; 5991 + text-decoration: none; 5992 + text-shadow: none; 5993 + text-transform: none; 5994 + white-space: normal; 5995 + word-break: normal; 5996 + word-spacing: normal; 5997 + word-wrap: normal; 5998 + font-size: 12px; 5999 + opacity: 0; 6000 + filter: alpha(opacity=0); 6001 +} 6002 +.tooltip.in { 6003 + opacity: 0.9; 6004 + filter: alpha(opacity=90); 6005 +} 6006 +.tooltip.top { 6007 + margin-top: -3px; 6008 + padding: 5px 0; 6009 +} 6010 +.tooltip.right { 6011 + margin-left: 3px; 6012 + padding: 0 5px; 6013 +} 6014 +.tooltip.bottom { 6015 + margin-top: 3px; 6016 + padding: 5px 0; 6017 +} 6018 +.tooltip.left { 6019 + margin-left: -3px; 6020 + padding: 0 5px; 6021 +} 6022 +.tooltip-inner { 6023 + max-width: 200px; 6024 + padding: 3px 8px; 6025 + color: #fff; 6026 + text-align: center; 6027 + background-color: #000; 6028 + border-radius: 2px; 6029 +} 6030 +.tooltip-arrow { 6031 + position: absolute; 6032 + width: 0; 6033 + height: 0; 6034 + border-color: transparent; 6035 + border-style: solid; 6036 +} 6037 +.tooltip.top .tooltip-arrow { 6038 + bottom: 0; 6039 + left: 50%; 6040 + margin-left: -5px; 6041 + border-width: 5px 5px 0; 6042 + border-top-color: #000; 6043 +} 6044 +.tooltip.top-left .tooltip-arrow { 6045 + bottom: 0; 6046 + right: 5px; 6047 + margin-bottom: -5px; 6048 + border-width: 5px 5px 0; 6049 + border-top-color: #000; 6050 +} 6051 +.tooltip.top-right .tooltip-arrow { 6052 + bottom: 0; 6053 + left: 5px; 6054 + margin-bottom: -5px; 6055 + border-width: 5px 5px 0; 6056 + border-top-color: #000; 6057 +} 6058 +.tooltip.right .tooltip-arrow { 6059 + top: 50%; 6060 + left: 0; 6061 + margin-top: -5px; 6062 + border-width: 5px 5px 5px 0; 6063 + border-right-color: #000; 6064 +} 6065 +.tooltip.left .tooltip-arrow { 6066 + top: 50%; 6067 + right: 0; 6068 + margin-top: -5px; 6069 + border-width: 5px 0 5px 5px; 6070 + border-left-color: #000; 6071 +} 6072 +.tooltip.bottom .tooltip-arrow { 6073 + top: 0; 6074 + left: 50%; 6075 + margin-left: -5px; 6076 + border-width: 0 5px 5px; 6077 + border-bottom-color: #000; 6078 +} 6079 +.tooltip.bottom-left .tooltip-arrow { 6080 + top: 0; 6081 + right: 5px; 6082 + margin-top: -5px; 6083 + border-width: 0 5px 5px; 6084 + border-bottom-color: #000; 6085 +} 6086 +.tooltip.bottom-right .tooltip-arrow { 6087 + top: 0; 6088 + left: 5px; 6089 + margin-top: -5px; 6090 + border-width: 0 5px 5px; 6091 + border-bottom-color: #000; 6092 +} 6093 +.popover { 6094 + position: absolute; 6095 + top: 0; 6096 + left: 0; 6097 + z-index: 1060; 6098 + display: none; 6099 + max-width: 276px; 6100 + padding: 1px; 6101 + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 6102 + font-style: normal; 6103 + font-weight: normal; 6104 + letter-spacing: normal; 6105 + line-break: auto; 6106 + line-height: 1.42857143; 6107 + text-align: left; 6108 + text-align: start; 6109 + text-decoration: none; 6110 + text-shadow: none; 6111 + text-transform: none; 6112 + white-space: normal; 6113 + word-break: normal; 6114 + word-spacing: normal; 6115 + word-wrap: normal; 6116 + font-size: 13px; 6117 + background-color: #fff; 6118 + background-clip: padding-box; 6119 + border: 1px solid #ccc; 6120 + border: 1px solid rgba(0, 0, 0, 0.2); 6121 + border-radius: 3px; 6122 + -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); 6123 + box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); 6124 +} 6125 +.popover.top { 6126 + margin-top: -10px; 6127 +} 6128 +.popover.right { 6129 + margin-left: 10px; 6130 +} 6131 +.popover.bottom { 6132 + margin-top: 10px; 6133 +} 6134 +.popover.left { 6135 + margin-left: -10px; 6136 +} 6137 +.popover-title { 6138 + margin: 0; 6139 + padding: 8px 14px; 6140 + font-size: 13px; 6141 + background-color: #f7f7f7; 6142 + border-bottom: 1px solid #ebebeb; 6143 + border-radius: 2px 2px 0 0; 6144 +} 6145 +.popover-content { 6146 + padding: 9px 14px; 6147 +} 6148 +.popover > .arrow, 6149 +.popover > .arrow:after { 6150 + position: absolute; 6151 + display: block; 6152 + width: 0; 6153 + height: 0; 6154 + border-color: transparent; 6155 + border-style: solid; 6156 +} 6157 +.popover > .arrow { 6158 + border-width: 11px; 6159 +} 6160 +.popover > .arrow:after { 6161 + border-width: 10px; 6162 + content: ""; 6163 +} 6164 +.popover.top > .arrow { 6165 + left: 50%; 6166 + margin-left: -11px; 6167 + border-bottom-width: 0; 6168 + border-top-color: #999999; 6169 + border-top-color: rgba(0, 0, 0, 0.25); 6170 + bottom: -11px; 6171 +} 6172 +.popover.top > .arrow:after { 6173 + content: " "; 6174 + bottom: 1px; 6175 + margin-left: -10px; 6176 + border-bottom-width: 0; 6177 + border-top-color: #fff; 6178 +} 6179 +.popover.right > .arrow { 6180 + top: 50%; 6181 + left: -11px; 6182 + margin-top: -11px; 6183 + border-left-width: 0; 6184 + border-right-color: #999999; 6185 + border-right-color: rgba(0, 0, 0, 0.25); 6186 +} 6187 +.popover.right > .arrow:after { 6188 + content: " "; 6189 + left: 1px; 6190 + bottom: -10px; 6191 + border-left-width: 0; 6192 + border-right-color: #fff; 6193 +} 6194 +.popover.bottom > .arrow { 6195 + left: 50%; 6196 + margin-left: -11px; 6197 + border-top-width: 0; 6198 + border-bottom-color: #999999; 6199 + border-bottom-color: rgba(0, 0, 0, 0.25); 6200 + top: -11px; 6201 +} 6202 +.popover.bottom > .arrow:after { 6203 + content: " "; 6204 + top: 1px; 6205 + margin-left: -10px; 6206 + border-top-width: 0; 6207 + border-bottom-color: #fff; 6208 +} 6209 +.popover.left > .arrow { 6210 + top: 50%; 6211 + right: -11px; 6212 + margin-top: -11px; 6213 + border-right-width: 0; 6214 + border-left-color: #999999; 6215 + border-left-color: rgba(0, 0, 0, 0.25); 6216 +} 6217 +.popover.left > .arrow:after { 6218 + content: " "; 6219 + right: 1px; 6220 + border-right-width: 0; 6221 + border-left-color: #fff; 6222 + bottom: -10px; 6223 +} 6224 +.carousel { 6225 + position: relative; 6226 +} 6227 +.carousel-inner { 6228 + position: relative; 6229 + overflow: hidden; 6230 + width: 100%; 6231 +} 6232 +.carousel-inner > .item { 6233 + display: none; 6234 + position: relative; 6235 + -webkit-transition: 0.6s ease-in-out left; 6236 + -o-transition: 0.6s ease-in-out left; 6237 + transition: 0.6s ease-in-out left; 6238 +} 6239 +.carousel-inner > .item > img, 6240 +.carousel-inner > .item > a > img { 6241 + line-height: 1; 6242 +} 6243 +@media all and (transform-3d), (-webkit-transform-3d) { 6244 + .carousel-inner > .item { 6245 + -webkit-transition: -webkit-transform 0.6s ease-in-out; 6246 + -moz-transition: -moz-transform 0.6s ease-in-out; 6247 + -o-transition: -o-transform 0.6s ease-in-out; 6248 + transition: transform 0.6s ease-in-out; 6249 + -webkit-backface-visibility: hidden; 6250 + -moz-backface-visibility: hidden; 6251 + backface-visibility: hidden; 6252 + -webkit-perspective: 1000px; 6253 + -moz-perspective: 1000px; 6254 + perspective: 1000px; 6255 + } 6256 + .carousel-inner > .item.next, 6257 + .carousel-inner > .item.active.right { 6258 + -webkit-transform: translate3d(100%, 0, 0); 6259 + transform: translate3d(100%, 0, 0); 6260 + left: 0; 6261 + } 6262 + .carousel-inner > .item.prev, 6263 + .carousel-inner > .item.active.left { 6264 + -webkit-transform: translate3d(-100%, 0, 0); 6265 + transform: translate3d(-100%, 0, 0); 6266 + left: 0; 6267 + } 6268 + .carousel-inner > .item.next.left, 6269 + .carousel-inner > .item.prev.right, 6270 + .carousel-inner > .item.active { 6271 + -webkit-transform: translate3d(0, 0, 0); 6272 + transform: translate3d(0, 0, 0); 6273 + left: 0; 6274 + } 6275 +} 6276 +.carousel-inner > .active, 6277 +.carousel-inner > .next, 6278 +.carousel-inner > .prev { 6279 + display: block; 6280 +} 6281 +.carousel-inner > .active { 6282 + left: 0; 6283 +} 6284 +.carousel-inner > .next, 6285 +.carousel-inner > .prev { 6286 + position: absolute; 6287 + top: 0; 6288 + width: 100%; 6289 +} 6290 +.carousel-inner > .next { 6291 + left: 100%; 6292 +} 6293 +.carousel-inner > .prev { 6294 + left: -100%; 6295 +} 6296 +.carousel-inner > .next.left, 6297 +.carousel-inner > .prev.right { 6298 + left: 0; 6299 +} 6300 +.carousel-inner > .active.left { 6301 + left: -100%; 6302 +} 6303 +.carousel-inner > .active.right { 6304 + left: 100%; 6305 +} 6306 +.carousel-control { 6307 + position: absolute; 6308 + top: 0; 6309 + left: 0; 6310 + bottom: 0; 6311 + width: 15%; 6312 + opacity: 0.5; 6313 + filter: alpha(opacity=50); 6314 + font-size: 20px; 6315 + color: #fff; 6316 + text-align: center; 6317 + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); 6318 + background-color: rgba(0, 0, 0, 0); 6319 +} 6320 +.carousel-control.left { 6321 + background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); 6322 + background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); 6323 + background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); 6324 + background-repeat: repeat-x; 6325 + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); 6326 +} 6327 +.carousel-control.right { 6328 + left: auto; 6329 + right: 0; 6330 + background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); 6331 + background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); 6332 + background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); 6333 + background-repeat: repeat-x; 6334 + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); 6335 +} 6336 +.carousel-control:hover, 6337 +.carousel-control:focus { 6338 + outline: 0; 6339 + color: #fff; 6340 + text-decoration: none; 6341 + opacity: 0.9; 6342 + filter: alpha(opacity=90); 6343 +} 6344 +.carousel-control .icon-prev, 6345 +.carousel-control .icon-next, 6346 +.carousel-control .glyphicon-chevron-left, 6347 +.carousel-control .glyphicon-chevron-right { 6348 + position: absolute; 6349 + top: 50%; 6350 + margin-top: -10px; 6351 + z-index: 5; 6352 + display: inline-block; 6353 +} 6354 +.carousel-control .icon-prev, 6355 +.carousel-control .glyphicon-chevron-left { 6356 + left: 50%; 6357 + margin-left: -10px; 6358 +} 6359 +.carousel-control .icon-next, 6360 +.carousel-control .glyphicon-chevron-right { 6361 + right: 50%; 6362 + margin-right: -10px; 6363 +} 6364 +.carousel-control .icon-prev, 6365 +.carousel-control .icon-next { 6366 + width: 20px; 6367 + height: 20px; 6368 + line-height: 1; 6369 + font-family: serif; 6370 +} 6371 +.carousel-control .icon-prev:before { 6372 + content: '\2039'; 6373 +} 6374 +.carousel-control .icon-next:before { 6375 + content: '\203a'; 6376 +} 6377 +.carousel-indicators { 6378 + position: absolute; 6379 + bottom: 10px; 6380 + left: 50%; 6381 + z-index: 15; 6382 + width: 60%; 6383 + margin-left: -30%; 6384 + padding-left: 0; 6385 + list-style: none; 6386 + text-align: center; 6387 +} 6388 +.carousel-indicators li { 6389 + display: inline-block; 6390 + width: 10px; 6391 + height: 10px; 6392 + margin: 1px; 6393 + text-indent: -999px; 6394 + border: 1px solid #fff; 6395 + border-radius: 10px; 6396 + cursor: pointer; 6397 + background-color: #000 \9; 6398 + background-color: rgba(0, 0, 0, 0); 6399 +} 6400 +.carousel-indicators .active { 6401 + margin: 0; 6402 + width: 12px; 6403 + height: 12px; 6404 + background-color: #fff; 6405 +} 6406 +.carousel-caption { 6407 + position: absolute; 6408 + left: 15%; 6409 + right: 15%; 6410 + bottom: 20px; 6411 + z-index: 10; 6412 + padding-top: 20px; 6413 + padding-bottom: 20px; 6414 + color: #fff; 6415 + text-align: center; 6416 + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); 6417 +} 6418 +.carousel-caption .btn { 6419 + text-shadow: none; 6420 +} 6421 +@media screen and (min-width: 768px) { 6422 + .carousel-control .glyphicon-chevron-left, 6423 + .carousel-control .glyphicon-chevron-right, 6424 + .carousel-control .icon-prev, 6425 + .carousel-control .icon-next { 6426 + width: 30px; 6427 + height: 30px; 6428 + margin-top: -10px; 6429 + font-size: 30px; 6430 + } 6431 + .carousel-control .glyphicon-chevron-left, 6432 + .carousel-control .icon-prev { 6433 + margin-left: -10px; 6434 + } 6435 + .carousel-control .glyphicon-chevron-right, 6436 + .carousel-control .icon-next { 6437 + margin-right: -10px; 6438 + } 6439 + .carousel-caption { 6440 + left: 20%; 6441 + right: 20%; 6442 + padding-bottom: 30px; 6443 + } 6444 + .carousel-indicators { 6445 + bottom: 20px; 6446 + } 6447 +} 6448 +.clearfix:before, 6449 +.clearfix:after, 6450 +.dl-horizontal dd:before, 6451 +.dl-horizontal dd:after, 6452 +.container:before, 6453 +.container:after, 6454 +.container-fluid:before, 6455 +.container-fluid:after, 6456 +.row:before, 6457 +.row:after, 6458 +.form-horizontal .form-group:before, 6459 +.form-horizontal .form-group:after, 6460 +.btn-toolbar:before, 6461 +.btn-toolbar:after, 6462 +.btn-group-vertical > .btn-group:before, 6463 +.btn-group-vertical > .btn-group:after, 6464 +.nav:before, 6465 +.nav:after, 6466 +.navbar:before, 6467 +.navbar:after, 6468 +.navbar-header:before, 6469 +.navbar-header:after, 6470 +.navbar-collapse:before, 6471 +.navbar-collapse:after, 6472 +.pager:before, 6473 +.pager:after, 6474 +.panel-body:before, 6475 +.panel-body:after, 6476 +.modal-header:before, 6477 +.modal-header:after, 6478 +.modal-footer:before, 6479 +.modal-footer:after, 6480 +.item_buttons:before, 6481 +.item_buttons:after { 6482 + content: " "; 6483 + display: table; 6484 +} 6485 +.clearfix:after, 6486 +.dl-horizontal dd:after, 6487 +.container:after, 6488 +.container-fluid:after, 6489 +.row:after, 6490 +.form-horizontal .form-group:after, 6491 +.btn-toolbar:after, 6492 +.btn-group-vertical > .btn-group:after, 6493 +.nav:after, 6494 +.navbar:after, 6495 +.navbar-header:after, 6496 +.navbar-collapse:after, 6497 +.pager:after, 6498 +.panel-body:after, 6499 +.modal-header:after, 6500 +.modal-footer:after, 6501 +.item_buttons:after { 6502 + clear: both; 6503 +} 6504 +.center-block { 6505 + display: block; 6506 + margin-left: auto; 6507 + margin-right: auto; 6508 +} 6509 +.pull-right { 6510 + float: right !important; 6511 +} 6512 +.pull-left { 6513 + float: left !important; 6514 +} 6515 +.hide { 6516 + display: none !important; 6517 +} 6518 +.show { 6519 + display: block !important; 6520 +} 6521 +.invisible { 6522 + visibility: hidden; 6523 +} 6524 +.text-hide { 6525 + font: 0/0 a; 6526 + color: transparent; 6527 + text-shadow: none; 6528 + background-color: transparent; 6529 + border: 0; 6530 +} 6531 +.hidden { 6532 + display: none !important; 6533 +} 6534 +.affix { 6535 + position: fixed; 6536 +} 6537 +@-ms-viewport { 6538 + width: device-width; 6539 +} 6540 +.visible-xs, 6541 +.visible-sm, 6542 +.visible-md, 6543 +.visible-lg { 6544 + display: none !important; 6545 +} 6546 +.visible-xs-block, 6547 +.visible-xs-inline, 6548 +.visible-xs-inline-block, 6549 +.visible-sm-block, 6550 +.visible-sm-inline, 6551 +.visible-sm-inline-block, 6552 +.visible-md-block, 6553 +.visible-md-inline, 6554 +.visible-md-inline-block, 6555 +.visible-lg-block, 6556 +.visible-lg-inline, 6557 +.visible-lg-inline-block { 6558 + display: none !important; 6559 +} 6560 +@media (max-width: 767px) { 6561 + .visible-xs { 6562 + display: block !important; 6563 + } 6564 + table.visible-xs { 6565 + display: table !important; 6566 + } 6567 + tr.visible-xs { 6568 + display: table-row !important; 6569 + } 6570 + th.visible-xs, 6571 + td.visible-xs { 6572 + display: table-cell !important; 6573 + } 6574 +} 6575 +@media (max-width: 767px) { 6576 + .visible-xs-block { 6577 + display: block !important; 6578 + } 6579 +} 6580 +@media (max-width: 767px) { 6581 + .visible-xs-inline { 6582 + display: inline !important; 6583 + } 6584 +} 6585 +@media (max-width: 767px) { 6586 + .visible-xs-inline-block { 6587 + display: inline-block !important; 6588 + } 6589 +} 6590 +@media (min-width: 768px) and (max-width: 991px) { 6591 + .visible-sm { 6592 + display: block !important; 6593 + } 6594 + table.visible-sm { 6595 + display: table !important; 6596 + } 6597 + tr.visible-sm { 6598 + display: table-row !important; 6599 + } 6600 + th.visible-sm, 6601 + td.visible-sm { 6602 + display: table-cell !important; 6603 + } 6604 +} 6605 +@media (min-width: 768px) and (max-width: 991px) { 6606 + .visible-sm-block { 6607 + display: block !important; 6608 + } 6609 +} 6610 +@media (min-width: 768px) and (max-width: 991px) { 6611 + .visible-sm-inline { 6612 + display: inline !important; 6613 + } 6614 +} 6615 +@media (min-width: 768px) and (max-width: 991px) { 6616 + .visible-sm-inline-block { 6617 + display: inline-block !important; 6618 + } 6619 +} 6620 +@media (min-width: 992px) and (max-width: 1199px) { 6621 + .visible-md { 6622 + display: block !important; 6623 + } 6624 + table.visible-md { 6625 + display: table !important; 6626 + } 6627 + tr.visible-md { 6628 + display: table-row !important; 6629 + } 6630 + th.visible-md, 6631 + td.visible-md { 6632 + display: table-cell !important; 6633 + } 6634 +} 6635 +@media (min-width: 992px) and (max-width: 1199px) { 6636 + .visible-md-block { 6637 + display: block !important; 6638 + } 6639 +} 6640 +@media (min-width: 992px) and (max-width: 1199px) { 6641 + .visible-md-inline { 6642 + display: inline !important; 6643 + } 6644 +} 6645 +@media (min-width: 992px) and (max-width: 1199px) { 6646 + .visible-md-inline-block { 6647 + display: inline-block !important; 6648 + } 6649 +} 6650 +@media (min-width: 1200px) { 6651 + .visible-lg { 6652 + display: block !important; 6653 + } 6654 + table.visible-lg { 6655 + display: table !important; 6656 + } 6657 + tr.visible-lg { 6658 + display: table-row !important; 6659 + } 6660 + th.visible-lg, 6661 + td.visible-lg { 6662 + display: table-cell !important; 6663 + } 6664 +} 6665 +@media (min-width: 1200px) { 6666 + .visible-lg-block { 6667 + display: block !important; 6668 + } 6669 +} 6670 +@media (min-width: 1200px) { 6671 + .visible-lg-inline { 6672 + display: inline !important; 6673 + } 6674 +} 6675 +@media (min-width: 1200px) { 6676 + .visible-lg-inline-block { 6677 + display: inline-block !important; 6678 + } 6679 +} 6680 +@media (max-width: 767px) { 6681 + .hidden-xs { 6682 + display: none !important; 6683 + } 6684 +} 6685 +@media (min-width: 768px) and (max-width: 991px) { 6686 + .hidden-sm { 6687 + display: none !important; 6688 + } 6689 +} 6690 +@media (min-width: 992px) and (max-width: 1199px) { 6691 + .hidden-md { 6692 + display: none !important; 6693 + } 6694 +} 6695 +@media (min-width: 1200px) { 6696 + .hidden-lg { 6697 + display: none !important; 6698 + } 6699 +} 6700 +.visible-print { 6701 + display: none !important; 6702 +} 6703 +@media print { 6704 + .visible-print { 6705 + display: block !important; 6706 + } 6707 + table.visible-print { 6708 + display: table !important; 6709 + } 6710 + tr.visible-print { 6711 + display: table-row !important; 6712 + } 6713 + th.visible-print, 6714 + td.visible-print { 6715 + display: table-cell !important; 6716 + } 6717 +} 6718 +.visible-print-block { 6719 + display: none !important; 6720 +} 6721 +@media print { 6722 + .visible-print-block { 6723 + display: block !important; 6724 + } 6725 +} 6726 +.visible-print-inline { 6727 + display: none !important; 6728 +} 6729 +@media print { 6730 + .visible-print-inline { 6731 + display: inline !important; 6732 + } 6733 +} 6734 +.visible-print-inline-block { 6735 + display: none !important; 6736 +} 6737 +@media print { 6738 + .visible-print-inline-block { 6739 + display: inline-block !important; 6740 + } 6741 +} 6742 +@media print { 6743 + .hidden-print { 6744 + display: none !important; 6745 + } 6746 +} 6747 +/*! 6748 +* 6749 +* Font Awesome 6750 +* 6751 +*/ 6752 +/*! 6753 + * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome 6754 + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) 6755 + */ 6756 +/* FONT PATH 6757 + * -------------------------- */ 6758 +@font-face { 6759 + font-family: 'FontAwesome'; 6760 + src: url('../components/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0'); 6761 + src: url('../components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../components/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../components/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../components/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg'); 6762 + font-weight: normal; 6763 + font-style: normal; 6764 +} 6765 +.fa { 6766 + display: inline-block; 6767 + font: normal normal normal 14px/1 FontAwesome; 6768 + font-size: inherit; 6769 + text-rendering: auto; 6770 + -webkit-font-smoothing: antialiased; 6771 + -moz-osx-font-smoothing: grayscale; 6772 +} 6773 +/* makes the font 33% larger relative to the icon container */ 6774 +.fa-lg { 6775 + font-size: 1.33333333em; 6776 + line-height: 0.75em; 6777 + vertical-align: -15%; 6778 +} 6779 +.fa-2x { 6780 + font-size: 2em; 6781 +} 6782 +.fa-3x { 6783 + font-size: 3em; 6784 +} 6785 +.fa-4x { 6786 + font-size: 4em; 6787 +} 6788 +.fa-5x { 6789 + font-size: 5em; 6790 +} 6791 +.fa-fw { 6792 + width: 1.28571429em; 6793 + text-align: center; 6794 +} 6795 +.fa-ul { 6796 + padding-left: 0; 6797 + margin-left: 2.14285714em; 6798 + list-style-type: none; 6799 +} 6800 +.fa-ul > li { 6801 + position: relative; 6802 +} 6803 +.fa-li { 6804 + position: absolute; 6805 + left: -2.14285714em; 6806 + width: 2.14285714em; 6807 + top: 0.14285714em; 6808 + text-align: center; 6809 +} 6810 +.fa-li.fa-lg { 6811 + left: -1.85714286em; 6812 +} 6813 +.fa-border { 6814 + padding: .2em .25em .15em; 6815 + border: solid 0.08em #eee; 6816 + border-radius: .1em; 6817 +} 6818 +.fa-pull-left { 6819 + float: left; 6820 +} 6821 +.fa-pull-right { 6822 + float: right; 6823 +} 6824 +.fa.fa-pull-left { 6825 + margin-right: .3em; 6826 +} 6827 +.fa.fa-pull-right { 6828 + margin-left: .3em; 6829 +} 6830 +/* Deprecated as of 4.4.0 */ 6831 +.pull-right { 6832 + float: right; 6833 +} 6834 +.pull-left { 6835 + float: left; 6836 +} 6837 +.fa.pull-left { 6838 + margin-right: .3em; 6839 +} 6840 +.fa.pull-right { 6841 + margin-left: .3em; 6842 +} 6843 +.fa-spin { 6844 + -webkit-animation: fa-spin 2s infinite linear; 6845 + animation: fa-spin 2s infinite linear; 6846 +} 6847 +.fa-pulse { 6848 + -webkit-animation: fa-spin 1s infinite steps(8); 6849 + animation: fa-spin 1s infinite steps(8); 6850 +} 6851 +@-webkit-keyframes fa-spin { 6852 + 0% { 6853 + -webkit-transform: rotate(0deg); 6854 + transform: rotate(0deg); 6855 + } 6856 + 100% { 6857 + -webkit-transform: rotate(359deg); 6858 + transform: rotate(359deg); 6859 + } 6860 +} 6861 +@keyframes fa-spin { 6862 + 0% { 6863 + -webkit-transform: rotate(0deg); 6864 + transform: rotate(0deg); 6865 + } 6866 + 100% { 6867 + -webkit-transform: rotate(359deg); 6868 + transform: rotate(359deg); 6869 + } 6870 +} 6871 +.fa-rotate-90 { 6872 + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; 6873 + -webkit-transform: rotate(90deg); 6874 + -ms-transform: rotate(90deg); 6875 + transform: rotate(90deg); 6876 +} 6877 +.fa-rotate-180 { 6878 + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; 6879 + -webkit-transform: rotate(180deg); 6880 + -ms-transform: rotate(180deg); 6881 + transform: rotate(180deg); 6882 +} 6883 +.fa-rotate-270 { 6884 + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; 6885 + -webkit-transform: rotate(270deg); 6886 + -ms-transform: rotate(270deg); 6887 + transform: rotate(270deg); 6888 +} 6889 +.fa-flip-horizontal { 6890 + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; 6891 + -webkit-transform: scale(-1, 1); 6892 + -ms-transform: scale(-1, 1); 6893 + transform: scale(-1, 1); 6894 +} 6895 +.fa-flip-vertical { 6896 + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; 6897 + -webkit-transform: scale(1, -1); 6898 + -ms-transform: scale(1, -1); 6899 + transform: scale(1, -1); 6900 +} 6901 +:root .fa-rotate-90, 6902 +:root .fa-rotate-180, 6903 +:root .fa-rotate-270, 6904 +:root .fa-flip-horizontal, 6905 +:root .fa-flip-vertical { 6906 + filter: none; 6907 +} 6908 +.fa-stack { 6909 + position: relative; 6910 + display: inline-block; 6911 + width: 2em; 6912 + height: 2em; 6913 + line-height: 2em; 6914 + vertical-align: middle; 6915 +} 6916 +.fa-stack-1x, 6917 +.fa-stack-2x { 6918 + position: absolute; 6919 + left: 0; 6920 + width: 100%; 6921 + text-align: center; 6922 +} 6923 +.fa-stack-1x { 6924 + line-height: inherit; 6925 +} 6926 +.fa-stack-2x { 6927 + font-size: 2em; 6928 +} 6929 +.fa-inverse { 6930 + color: #fff; 6931 +} 6932 +/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen 6933 + readers do not read off random characters that represent icons */ 6934 +.fa-glass:before { 6935 + content: "\f000"; 6936 +} 6937 +.fa-music:before { 6938 + content: "\f001"; 6939 +} 6940 +.fa-search:before { 6941 + content: "\f002"; 6942 +} 6943 +.fa-envelope-o:before { 6944 + content: "\f003"; 6945 +} 6946 +.fa-heart:before { 6947 + content: "\f004"; 6948 +} 6949 +.fa-star:before { 6950 + content: "\f005"; 6951 +} 6952 +.fa-star-o:before { 6953 + content: "\f006"; 6954 +} 6955 +.fa-user:before { 6956 + content: "\f007"; 6957 +} 6958 +.fa-film:before { 6959 + content: "\f008"; 6960 +} 6961 +.fa-th-large:before { 6962 + content: "\f009"; 6963 +} 6964 +.fa-th:before { 6965 + content: "\f00a"; 6966 +} 6967 +.fa-th-list:before { 6968 + content: "\f00b"; 6969 +} 6970 +.fa-check:before { 6971 + content: "\f00c"; 6972 +} 6973 +.fa-remove:before, 6974 +.fa-close:before, 6975 +.fa-times:before { 6976 + content: "\f00d"; 6977 +} 6978 +.fa-search-plus:before { 6979 + content: "\f00e"; 6980 +} 6981 +.fa-search-minus:before { 6982 + content: "\f010"; 6983 +} 6984 +.fa-power-off:before { 6985 + content: "\f011"; 6986 +} 6987 +.fa-signal:before { 6988 + content: "\f012"; 6989 +} 6990 +.fa-gear:before, 6991 +.fa-cog:before { 6992 + content: "\f013"; 6993 +} 6994 +.fa-trash-o:before { 6995 + content: "\f014"; 6996 +} 6997 +.fa-home:before { 6998 + content: "\f015"; 6999 +} 7000 +.fa-file-o:before { 7001 + content: "\f016"; 7002 +} 7003 +.fa-clock-o:before { 7004 + content: "\f017"; 7005 +} 7006 +.fa-road:before { 7007 + content: "\f018"; 7008 +} 7009 +.fa-download:before { 7010 + content: "\f019"; 7011 +} 7012 +.fa-arrow-circle-o-down:before { 7013 + content: "\f01a"; 7014 +} 7015 +.fa-arrow-circle-o-up:before { 7016 + content: "\f01b"; 7017 +} 7018 +.fa-inbox:before { 7019 + content: "\f01c"; 7020 +} 7021 +.fa-play-circle-o:before { 7022 + content: "\f01d"; 7023 +} 7024 +.fa-rotate-right:before, 7025 +.fa-repeat:before { 7026 + content: "\f01e"; 7027 +} 7028 +.fa-refresh:before { 7029 + content: "\f021"; 7030 +} 7031 +.fa-list-alt:before { 7032 + content: "\f022"; 7033 +} 7034 +.fa-lock:before { 7035 + content: "\f023"; 7036 +} 7037 +.fa-flag:before { 7038 + content: "\f024"; 7039 +} 7040 +.fa-headphones:before { 7041 + content: "\f025"; 7042 +} 7043 +.fa-volume-off:before { 7044 + content: "\f026"; 7045 +} 7046 +.fa-volume-down:before { 7047 + content: "\f027"; 7048 +} 7049 +.fa-volume-up:before { 7050 + content: "\f028"; 7051 +} 7052 +.fa-qrcode:before { 7053 + content: "\f029"; 7054 +} 7055 +.fa-barcode:before { 7056 + content: "\f02a"; 7057 +} 7058 +.fa-tag:before { 7059 + content: "\f02b"; 7060 +} 7061 +.fa-tags:before { 7062 + content: "\f02c"; 7063 +} 7064 +.fa-book:before { 7065 + content: "\f02d"; 7066 +} 7067 +.fa-bookmark:before { 7068 + content: "\f02e"; 7069 +} 7070 +.fa-print:before { 7071 + content: "\f02f"; 7072 +} 7073 +.fa-camera:before { 7074 + content: "\f030"; 7075 +} 7076 +.fa-font:before { 7077 + content: "\f031"; 7078 +} 7079 +.fa-bold:before { 7080 + content: "\f032"; 7081 +} 7082 +.fa-italic:before { 7083 + content: "\f033"; 7084 +} 7085 +.fa-text-height:before { 7086 + content: "\f034"; 7087 +} 7088 +.fa-text-width:before { 7089 + content: "\f035"; 7090 +} 7091 +.fa-align-left:before { 7092 + content: "\f036"; 7093 +} 7094 +.fa-align-center:before { 7095 + content: "\f037"; 7096 +} 7097 +.fa-align-right:before { 7098 + content: "\f038"; 7099 +} 7100 +.fa-align-justify:before { 7101 + content: "\f039"; 7102 +} 7103 +.fa-list:before { 7104 + content: "\f03a"; 7105 +} 7106 +.fa-dedent:before, 7107 +.fa-outdent:before { 7108 + content: "\f03b"; 7109 +} 7110 +.fa-indent:before { 7111 + content: "\f03c"; 7112 +} 7113 +.fa-video-camera:before { 7114 + content: "\f03d"; 7115 +} 7116 +.fa-photo:before, 7117 +.fa-image:before, 7118 +.fa-picture-o:before { 7119 + content: "\f03e"; 7120 +} 7121 +.fa-pencil:before { 7122 + content: "\f040"; 7123 +} 7124 +.fa-map-marker:before { 7125 + content: "\f041"; 7126 +} 7127 +.fa-adjust:before { 7128 + content: "\f042"; 7129 +} 7130 +.fa-tint:before { 7131 + content: "\f043"; 7132 +} 7133 +.fa-edit:before, 7134 +.fa-pencil-square-o:before { 7135 + content: "\f044"; 7136 +} 7137 +.fa-share-square-o:before { 7138 + content: "\f045"; 7139 +} 7140 +.fa-check-square-o:before { 7141 + content: "\f046"; 7142 +} 7143 +.fa-arrows:before { 7144 + content: "\f047"; 7145 +} 7146 +.fa-step-backward:before { 7147 + content: "\f048"; 7148 +} 7149 +.fa-fast-backward:before { 7150 + content: "\f049"; 7151 +} 7152 +.fa-backward:before { 7153 + content: "\f04a"; 7154 +} 7155 +.fa-play:before { 7156 + content: "\f04b"; 7157 +} 7158 +.fa-pause:before { 7159 + content: "\f04c"; 7160 +} 7161 +.fa-stop:before { 7162 + content: "\f04d"; 7163 +} 7164 +.fa-forward:before { 7165 + content: "\f04e"; 7166 +} 7167 +.fa-fast-forward:before { 7168 + content: "\f050"; 7169 +} 7170 +.fa-step-forward:before { 7171 + content: "\f051"; 7172 +} 7173 +.fa-eject:before { 7174 + content: "\f052"; 7175 +} 7176 +.fa-chevron-left:before { 7177 + content: "\f053"; 7178 +} 7179 +.fa-chevron-right:before { 7180 + content: "\f054"; 7181 +} 7182 +.fa-plus-circle:before { 7183 + content: "\f055"; 7184 +} 7185 +.fa-minus-circle:before { 7186 + content: "\f056"; 7187 +} 7188 +.fa-times-circle:before { 7189 + content: "\f057"; 7190 +} 7191 +.fa-check-circle:before { 7192 + content: "\f058"; 7193 +} 7194 +.fa-question-circle:before { 7195 + content: "\f059"; 7196 +} 7197 +.fa-info-circle:before { 7198 + content: "\f05a"; 7199 +} 7200 +.fa-crosshairs:before { 7201 + content: "\f05b"; 7202 +} 7203 +.fa-times-circle-o:before { 7204 + content: "\f05c"; 7205 +} 7206 +.fa-check-circle-o:before { 7207 + content: "\f05d"; 7208 +} 7209 +.fa-ban:before { 7210 + content: "\f05e"; 7211 +} 7212 +.fa-arrow-left:before { 7213 + content: "\f060"; 7214 +} 7215 +.fa-arrow-right:before { 7216 + content: "\f061"; 7217 +} 7218 +.fa-arrow-up:before { 7219 + content: "\f062"; 7220 +} 7221 +.fa-arrow-down:before { 7222 + content: "\f063"; 7223 +} 7224 +.fa-mail-forward:before, 7225 +.fa-share:before { 7226 + content: "\f064"; 7227 +} 7228 +.fa-expand:before { 7229 + content: "\f065"; 7230 +} 7231 +.fa-compress:before { 7232 + content: "\f066"; 7233 +} 7234 +.fa-plus:before { 7235 + content: "\f067"; 7236 +} 7237 +.fa-minus:before { 7238 + content: "\f068"; 7239 +} 7240 +.fa-asterisk:before { 7241 + content: "\f069"; 7242 +} 7243 +.fa-exclamation-circle:before { 7244 + content: "\f06a"; 7245 +} 7246 +.fa-gift:before { 7247 + content: "\f06b"; 7248 +} 7249 +.fa-leaf:before { 7250 + content: "\f06c"; 7251 +} 7252 +.fa-fire:before { 7253 + content: "\f06d"; 7254 +} 7255 +.fa-eye:before { 7256 + content: "\f06e"; 7257 +} 7258 +.fa-eye-slash:before { 7259 + content: "\f070"; 7260 +} 7261 +.fa-warning:before, 7262 +.fa-exclamation-triangle:before { 7263 + content: "\f071"; 7264 +} 7265 +.fa-plane:before { 7266 + content: "\f072"; 7267 +} 7268 +.fa-calendar:before { 7269 + content: "\f073"; 7270 +} 7271 +.fa-random:before { 7272 + content: "\f074"; 7273 +} 7274 +.fa-comment:before { 7275 + content: "\f075"; 7276 +} 7277 +.fa-magnet:before { 7278 + content: "\f076"; 7279 +} 7280 +.fa-chevron-up:before { 7281 + content: "\f077"; 7282 +} 7283 +.fa-chevron-down:before { 7284 + content: "\f078"; 7285 +} 7286 +.fa-retweet:before { 7287 + content: "\f079"; 7288 +} 7289 +.fa-shopping-cart:before { 7290 + content: "\f07a"; 7291 +} 7292 +.fa-folder:before { 7293 + content: "\f07b"; 7294 +} 7295 +.fa-folder-open:before { 7296 + content: "\f07c"; 7297 +} 7298 +.fa-arrows-v:before { 7299 + content: "\f07d"; 7300 +} 7301 +.fa-arrows-h:before { 7302 + content: "\f07e"; 7303 +} 7304 +.fa-bar-chart-o:before, 7305 +.fa-bar-chart:before { 7306 + content: "\f080"; 7307 +} 7308 +.fa-twitter-square:before { 7309 + content: "\f081"; 7310 +} 7311 +.fa-facebook-square:before { 7312 + content: "\f082"; 7313 +} 7314 +.fa-camera-retro:before { 7315 + content: "\f083"; 7316 +} 7317 +.fa-key:before { 7318 + content: "\f084"; 7319 +} 7320 +.fa-gears:before, 7321 +.fa-cogs:before { 7322 + content: "\f085"; 7323 +} 7324 +.fa-comments:before { 7325 + content: "\f086"; 7326 +} 7327 +.fa-thumbs-o-up:before { 7328 + content: "\f087"; 7329 +} 7330 +.fa-thumbs-o-down:before { 7331 + content: "\f088"; 7332 +} 7333 +.fa-star-half:before { 7334 + content: "\f089"; 7335 +} 7336 +.fa-heart-o:before { 7337 + content: "\f08a"; 7338 +} 7339 +.fa-sign-out:before { 7340 + content: "\f08b"; 7341 +} 7342 +.fa-linkedin-square:before { 7343 + content: "\f08c"; 7344 +} 7345 +.fa-thumb-tack:before { 7346 + content: "\f08d"; 7347 +} 7348 +.fa-external-link:before { 7349 + content: "\f08e"; 7350 +} 7351 +.fa-sign-in:before { 7352 + content: "\f090"; 7353 +} 7354 +.fa-trophy:before { 7355 + content: "\f091"; 7356 +} 7357 +.fa-github-square:before { 7358 + content: "\f092"; 7359 +} 7360 +.fa-upload:before { 7361 + content: "\f093"; 7362 +} 7363 +.fa-lemon-o:before { 7364 + content: "\f094"; 7365 +} 7366 +.fa-phone:before { 7367 + content: "\f095"; 7368 +} 7369 +.fa-square-o:before { 7370 + content: "\f096"; 7371 +} 7372 +.fa-bookmark-o:before { 7373 + content: "\f097"; 7374 +} 7375 +.fa-phone-square:before { 7376 + content: "\f098"; 7377 +} 7378 +.fa-twitter:before { 7379 + content: "\f099"; 7380 +} 7381 +.fa-facebook-f:before, 7382 +.fa-facebook:before { 7383 + content: "\f09a"; 7384 +} 7385 +.fa-github:before { 7386 + content: "\f09b"; 7387 +} 7388 +.fa-unlock:before { 7389 + content: "\f09c"; 7390 +} 7391 +.fa-credit-card:before { 7392 + content: "\f09d"; 7393 +} 7394 +.fa-feed:before, 7395 +.fa-rss:before { 7396 + content: "\f09e"; 7397 +} 7398 +.fa-hdd-o:before { 7399 + content: "\f0a0"; 7400 +} 7401 +.fa-bullhorn:before { 7402 + content: "\f0a1"; 7403 +} 7404 +.fa-bell:before { 7405 + content: "\f0f3"; 7406 +} 7407 +.fa-certificate:before { 7408 + content: "\f0a3"; 7409 +} 7410 +.fa-hand-o-right:before { 7411 + content: "\f0a4"; 7412 +} 7413 +.fa-hand-o-left:before { 7414 + content: "\f0a5"; 7415 +} 7416 +.fa-hand-o-up:before { 7417 + content: "\f0a6"; 7418 +} 7419 +.fa-hand-o-down:before { 7420 + content: "\f0a7"; 7421 +} 7422 +.fa-arrow-circle-left:before { 7423 + content: "\f0a8"; 7424 +} 7425 +.fa-arrow-circle-right:before { 7426 + content: "\f0a9"; 7427 +} 7428 +.fa-arrow-circle-up:before { 7429 + content: "\f0aa"; 7430 +} 7431 +.fa-arrow-circle-down:before { 7432 + content: "\f0ab"; 7433 +} 7434 +.fa-globe:before { 7435 + content: "\f0ac"; 7436 +} 7437 +.fa-wrench:before { 7438 + content: "\f0ad"; 7439 +} 7440 +.fa-tasks:before { 7441 + content: "\f0ae"; 7442 +} 7443 +.fa-filter:before { 7444 + content: "\f0b0"; 7445 +} 7446 +.fa-briefcase:before { 7447 + content: "\f0b1"; 7448 +} 7449 +.fa-arrows-alt:before { 7450 + content: "\f0b2"; 7451 +} 7452 +.fa-group:before, 7453 +.fa-users:before { 7454 + content: "\f0c0"; 7455 +} 7456 +.fa-chain:before, 7457 +.fa-link:before { 7458 + content: "\f0c1"; 7459 +} 7460 +.fa-cloud:before { 7461 + content: "\f0c2"; 7462 +} 7463 +.fa-flask:before { 7464 + content: "\f0c3"; 7465 +} 7466 +.fa-cut:before, 7467 +.fa-scissors:before { 7468 + content: "\f0c4"; 7469 +} 7470 +.fa-copy:before, 7471 +.fa-files-o:before { 7472 + content: "\f0c5"; 7473 +} 7474 +.fa-paperclip:before { 7475 + content: "\f0c6"; 7476 +} 7477 +.fa-save:before, 7478 +.fa-floppy-o:before { 7479 + content: "\f0c7"; 7480 +} 7481 +.fa-square:before { 7482 + content: "\f0c8"; 7483 +} 7484 +.fa-navicon:before, 7485 +.fa-reorder:before, 7486 +.fa-bars:before { 7487 + content: "\f0c9"; 7488 +} 7489 +.fa-list-ul:before { 7490 + content: "\f0ca"; 7491 +} 7492 +.fa-list-ol:before { 7493 + content: "\f0cb"; 7494 +} 7495 +.fa-strikethrough:before { 7496 + content: "\f0cc"; 7497 +} 7498 +.fa-underline:before { 7499 + content: "\f0cd"; 7500 +} 7501 +.fa-table:before { 7502 + content: "\f0ce"; 7503 +} 7504 +.fa-magic:before { 7505 + content: "\f0d0"; 7506 +} 7507 +.fa-truck:before { 7508 + content: "\f0d1"; 7509 +} 7510 +.fa-pinterest:before { 7511 + content: "\f0d2"; 7512 +} 7513 +.fa-pinterest-square:before { 7514 + content: "\f0d3"; 7515 +} 7516 +.fa-google-plus-square:before { 7517 + content: "\f0d4"; 7518 +} 7519 +.fa-google-plus:before { 7520 + content: "\f0d5"; 7521 +} 7522 +.fa-money:before { 7523 + content: "\f0d6"; 7524 +} 7525 +.fa-caret-down:before { 7526 + content: "\f0d7"; 7527 +} 7528 +.fa-caret-up:before { 7529 + content: "\f0d8"; 7530 +} 7531 +.fa-caret-left:before { 7532 + content: "\f0d9"; 7533 +} 7534 +.fa-caret-right:before { 7535 + content: "\f0da"; 7536 +} 7537 +.fa-columns:before { 7538 + content: "\f0db"; 7539 +} 7540 +.fa-unsorted:before, 7541 +.fa-sort:before { 7542 + content: "\f0dc"; 7543 +} 7544 +.fa-sort-down:before, 7545 +.fa-sort-desc:before { 7546 + content: "\f0dd"; 7547 +} 7548 +.fa-sort-up:before, 7549 +.fa-sort-asc:before { 7550 + content: "\f0de"; 7551 +} 7552 +.fa-envelope:before { 7553 + content: "\f0e0"; 7554 +} 7555 +.fa-linkedin:before { 7556 + content: "\f0e1"; 7557 +} 7558 +.fa-rotate-left:before, 7559 +.fa-undo:before { 7560 + content: "\f0e2"; 7561 +} 7562 +.fa-legal:before, 7563 +.fa-gavel:before { 7564 + content: "\f0e3"; 7565 +} 7566 +.fa-dashboard:before, 7567 +.fa-tachometer:before { 7568 + content: "\f0e4"; 7569 +} 7570 +.fa-comment-o:before { 7571 + content: "\f0e5"; 7572 +} 7573 +.fa-comments-o:before { 7574 + content: "\f0e6"; 7575 +} 7576 +.fa-flash:before, 7577 +.fa-bolt:before { 7578 + content: "\f0e7"; 7579 +} 7580 +.fa-sitemap:before { 7581 + content: "\f0e8"; 7582 +} 7583 +.fa-umbrella:before { 7584 + content: "\f0e9"; 7585 +} 7586 +.fa-paste:before, 7587 +.fa-clipboard:before { 7588 + content: "\f0ea"; 7589 +} 7590 +.fa-lightbulb-o:before { 7591 + content: "\f0eb"; 7592 +} 7593 +.fa-exchange:before { 7594 + content: "\f0ec"; 7595 +} 7596 +.fa-cloud-download:before { 7597 + content: "\f0ed"; 7598 +} 7599 +.fa-cloud-upload:before { 7600 + content: "\f0ee"; 7601 +} 7602 +.fa-user-md:before { 7603 + content: "\f0f0"; 7604 +} 7605 +.fa-stethoscope:before { 7606 + content: "\f0f1"; 7607 +} 7608 +.fa-suitcase:before { 7609 + content: "\f0f2"; 7610 +} 7611 +.fa-bell-o:before { 7612 + content: "\f0a2"; 7613 +} 7614 +.fa-coffee:before { 7615 + content: "\f0f4"; 7616 +} 7617 +.fa-cutlery:before { 7618 + content: "\f0f5"; 7619 +} 7620 +.fa-file-text-o:before { 7621 + content: "\f0f6"; 7622 +} 7623 +.fa-building-o:before { 7624 + content: "\f0f7"; 7625 +} 7626 +.fa-hospital-o:before { 7627 + content: "\f0f8"; 7628 +} 7629 +.fa-ambulance:before { 7630 + content: "\f0f9"; 7631 +} 7632 +.fa-medkit:before { 7633 + content: "\f0fa"; 7634 +} 7635 +.fa-fighter-jet:before { 7636 + content: "\f0fb"; 7637 +} 7638 +.fa-beer:before { 7639 + content: "\f0fc"; 7640 +} 7641 +.fa-h-square:before { 7642 + content: "\f0fd"; 7643 +} 7644 +.fa-plus-square:before { 7645 + content: "\f0fe"; 7646 +} 7647 +.fa-angle-double-left:before { 7648 + content: "\f100"; 7649 +} 7650 +.fa-angle-double-right:before { 7651 + content: "\f101"; 7652 +} 7653 +.fa-angle-double-up:before { 7654 + content: "\f102"; 7655 +} 7656 +.fa-angle-double-down:before { 7657 + content: "\f103"; 7658 +} 7659 +.fa-angle-left:before { 7660 + content: "\f104"; 7661 +} 7662 +.fa-angle-right:before { 7663 + content: "\f105"; 7664 +} 7665 +.fa-angle-up:before { 7666 + content: "\f106"; 7667 +} 7668 +.fa-angle-down:before { 7669 + content: "\f107"; 7670 +} 7671 +.fa-desktop:before { 7672 + content: "\f108"; 7673 +} 7674 +.fa-laptop:before { 7675 + content: "\f109"; 7676 +} 7677 +.fa-tablet:before { 7678 + content: "\f10a"; 7679 +} 7680 +.fa-mobile-phone:before, 7681 +.fa-mobile:before { 7682 + content: "\f10b"; 7683 +} 7684 +.fa-circle-o:before { 7685 + content: "\f10c"; 7686 +} 7687 +.fa-quote-left:before { 7688 + content: "\f10d"; 7689 +} 7690 +.fa-quote-right:before { 7691 + content: "\f10e"; 7692 +} 7693 +.fa-spinner:before { 7694 + content: "\f110"; 7695 +} 7696 +.fa-circle:before { 7697 + content: "\f111"; 7698 +} 7699 +.fa-mail-reply:before, 7700 +.fa-reply:before { 7701 + content: "\f112"; 7702 +} 7703 +.fa-github-alt:before { 7704 + content: "\f113"; 7705 +} 7706 +.fa-folder-o:before { 7707 + content: "\f114"; 7708 +} 7709 +.fa-folder-open-o:before { 7710 + content: "\f115"; 7711 +} 7712 +.fa-smile-o:before { 7713 + content: "\f118"; 7714 +} 7715 +.fa-frown-o:before { 7716 + content: "\f119"; 7717 +} 7718 +.fa-meh-o:before { 7719 + content: "\f11a"; 7720 +} 7721 +.fa-gamepad:before { 7722 + content: "\f11b"; 7723 +} 7724 +.fa-keyboard-o:before { 7725 + content: "\f11c"; 7726 +} 7727 +.fa-flag-o:before { 7728 + content: "\f11d"; 7729 +} 7730 +.fa-flag-checkered:before { 7731 + content: "\f11e"; 7732 +} 7733 +.fa-terminal:before { 7734 + content: "\f120"; 7735 +} 7736 +.fa-code:before { 7737 + content: "\f121"; 7738 +} 7739 +.fa-mail-reply-all:before, 7740 +.fa-reply-all:before { 7741 + content: "\f122"; 7742 +} 7743 +.fa-star-half-empty:before, 7744 +.fa-star-half-full:before, 7745 +.fa-star-half-o:before { 7746 + content: "\f123"; 7747 +} 7748 +.fa-location-arrow:before { 7749 + content: "\f124"; 7750 +} 7751 +.fa-crop:before { 7752 + content: "\f125"; 7753 +} 7754 +.fa-code-fork:before { 7755 + content: "\f126"; 7756 +} 7757 +.fa-unlink:before, 7758 +.fa-chain-broken:before { 7759 + content: "\f127"; 7760 +} 7761 +.fa-question:before { 7762 + content: "\f128"; 7763 +} 7764 +.fa-info:before { 7765 + content: "\f129"; 7766 +} 7767 +.fa-exclamation:before { 7768 + content: "\f12a"; 7769 +} 7770 +.fa-superscript:before { 7771 + content: "\f12b"; 7772 +} 7773 +.fa-subscript:before { 7774 + content: "\f12c"; 7775 +} 7776 +.fa-eraser:before { 7777 + content: "\f12d"; 7778 +} 7779 +.fa-puzzle-piece:before { 7780 + content: "\f12e"; 7781 +} 7782 +.fa-microphone:before { 7783 + content: "\f130"; 7784 +} 7785 +.fa-microphone-slash:before { 7786 + content: "\f131"; 7787 +} 7788 +.fa-shield:before { 7789 + content: "\f132"; 7790 +} 7791 +.fa-calendar-o:before { 7792 + content: "\f133"; 7793 +} 7794 +.fa-fire-extinguisher:before { 7795 + content: "\f134"; 7796 +} 7797 +.fa-rocket:before { 7798 + content: "\f135"; 7799 +} 7800 +.fa-maxcdn:before { 7801 + content: "\f136"; 7802 +} 7803 +.fa-chevron-circle-left:before { 7804 + content: "\f137"; 7805 +} 7806 +.fa-chevron-circle-right:before { 7807 + content: "\f138"; 7808 +} 7809 +.fa-chevron-circle-up:before { 7810 + content: "\f139"; 7811 +} 7812 +.fa-chevron-circle-down:before { 7813 + content: "\f13a"; 7814 +} 7815 +.fa-html5:before { 7816 + content: "\f13b"; 7817 +} 7818 +.fa-css3:before { 7819 + content: "\f13c"; 7820 +} 7821 +.fa-anchor:before { 7822 + content: "\f13d"; 7823 +} 7824 +.fa-unlock-alt:before { 7825 + content: "\f13e"; 7826 +} 7827 +.fa-bullseye:before { 7828 + content: "\f140"; 7829 +} 7830 +.fa-ellipsis-h:before { 7831 + content: "\f141"; 7832 +} 7833 +.fa-ellipsis-v:before { 7834 + content: "\f142"; 7835 +} 7836 +.fa-rss-square:before { 7837 + content: "\f143"; 7838 +} 7839 +.fa-play-circle:before { 7840 + content: "\f144"; 7841 +} 7842 +.fa-ticket:before { 7843 + content: "\f145"; 7844 +} 7845 +.fa-minus-square:before { 7846 + content: "\f146"; 7847 +} 7848 +.fa-minus-square-o:before { 7849 + content: "\f147"; 7850 +} 7851 +.fa-level-up:before { 7852 + content: "\f148"; 7853 +} 7854 +.fa-level-down:before { 7855 + content: "\f149"; 7856 +} 7857 +.fa-check-square:before { 7858 + content: "\f14a"; 7859 +} 7860 +.fa-pencil-square:before { 7861 + content: "\f14b"; 7862 +} 7863 +.fa-external-link-square:before { 7864 + content: "\f14c"; 7865 +} 7866 +.fa-share-square:before { 7867 + content: "\f14d"; 7868 +} 7869 +.fa-compass:before { 7870 + content: "\f14e"; 7871 +} 7872 +.fa-toggle-down:before, 7873 +.fa-caret-square-o-down:before { 7874 + content: "\f150"; 7875 +} 7876 +.fa-toggle-up:before, 7877 +.fa-caret-square-o-up:before { 7878 + content: "\f151"; 7879 +} 7880 +.fa-toggle-right:before, 7881 +.fa-caret-square-o-right:before { 7882 + content: "\f152"; 7883 +} 7884 +.fa-euro:before, 7885 +.fa-eur:before { 7886 + content: "\f153"; 7887 +} 7888 +.fa-gbp:before { 7889 + content: "\f154"; 7890 +} 7891 +.fa-dollar:before, 7892 +.fa-usd:before { 7893 + content: "\f155"; 7894 +} 7895 +.fa-rupee:before, 7896 +.fa-inr:before { 7897 + content: "\f156"; 7898 +} 7899 +.fa-cny:before, 7900 +.fa-rmb:before, 7901 +.fa-yen:before, 7902 +.fa-jpy:before { 7903 + content: "\f157"; 7904 +} 7905 +.fa-ruble:before, 7906 +.fa-rouble:before, 7907 +.fa-rub:before { 7908 + content: "\f158"; 7909 +} 7910 +.fa-won:before, 7911 +.fa-krw:before { 7912 + content: "\f159"; 7913 +} 7914 +.fa-bitcoin:before, 7915 +.fa-btc:before { 7916 + content: "\f15a"; 7917 +} 7918 +.fa-file:before { 7919 + content: "\f15b"; 7920 +} 7921 +.fa-file-text:before { 7922 + content: "\f15c"; 7923 +} 7924 +.fa-sort-alpha-asc:before { 7925 + content: "\f15d"; 7926 +} 7927 +.fa-sort-alpha-desc:before { 7928 + content: "\f15e"; 7929 +} 7930 +.fa-sort-amount-asc:before { 7931 + content: "\f160"; 7932 +} 7933 +.fa-sort-amount-desc:before { 7934 + content: "\f161"; 7935 +} 7936 +.fa-sort-numeric-asc:before { 7937 + content: "\f162"; 7938 +} 7939 +.fa-sort-numeric-desc:before { 7940 + content: "\f163"; 7941 +} 7942 +.fa-thumbs-up:before { 7943 + content: "\f164"; 7944 +} 7945 +.fa-thumbs-down:before { 7946 + content: "\f165"; 7947 +} 7948 +.fa-youtube-square:before { 7949 + content: "\f166"; 7950 +} 7951 +.fa-youtube:before { 7952 + content: "\f167"; 7953 +} 7954 +.fa-xing:before { 7955 + content: "\f168"; 7956 +} 7957 +.fa-xing-square:before { 7958 + content: "\f169"; 7959 +} 7960 +.fa-youtube-play:before { 7961 + content: "\f16a"; 7962 +} 7963 +.fa-dropbox:before { 7964 + content: "\f16b"; 7965 +} 7966 +.fa-stack-overflow:before { 7967 + content: "\f16c"; 7968 +} 7969 +.fa-instagram:before { 7970 + content: "\f16d"; 7971 +} 7972 +.fa-flickr:before { 7973 + content: "\f16e"; 7974 +} 7975 +.fa-adn:before { 7976 + content: "\f170"; 7977 +} 7978 +.fa-bitbucket:before { 7979 + content: "\f171"; 7980 +} 7981 +.fa-bitbucket-square:before { 7982 + content: "\f172"; 7983 +} 7984 +.fa-tumblr:before { 7985 + content: "\f173"; 7986 +} 7987 +.fa-tumblr-square:before { 7988 + content: "\f174"; 7989 +} 7990 +.fa-long-arrow-down:before { 7991 + content: "\f175"; 7992 +} 7993 +.fa-long-arrow-up:before { 7994 + content: "\f176"; 7995 +} 7996 +.fa-long-arrow-left:before { 7997 + content: "\f177"; 7998 +} 7999 +.fa-long-arrow-right:before { 8000 + content: "\f178"; 8001 +} 8002 +.fa-apple:before { 8003 + content: "\f179"; 8004 +} 8005 +.fa-windows:before { 8006 + content: "\f17a"; 8007 +} 8008 +.fa-android:before { 8009 + content: "\f17b"; 8010 +} 8011 +.fa-linux:before { 8012 + content: "\f17c"; 8013 +} 8014 +.fa-dribbble:before { 8015 + content: "\f17d"; 8016 +} 8017 +.fa-skype:before { 8018 + content: "\f17e"; 8019 +} 8020 +.fa-foursquare:before { 8021 + content: "\f180"; 8022 +} 8023 +.fa-trello:before { 8024 + content: "\f181"; 8025 +} 8026 +.fa-female:before { 8027 + content: "\f182"; 8028 +} 8029 +.fa-male:before { 8030 + content: "\f183"; 8031 +} 8032 +.fa-gittip:before, 8033 +.fa-gratipay:before { 8034 + content: "\f184"; 8035 +} 8036 +.fa-sun-o:before { 8037 + content: "\f185"; 8038 +} 8039 +.fa-moon-o:before { 8040 + content: "\f186"; 8041 +} 8042 +.fa-archive:before { 8043 + content: "\f187"; 8044 +} 8045 +.fa-bug:before { 8046 + content: "\f188"; 8047 +} 8048 +.fa-vk:before { 8049 + content: "\f189"; 8050 +} 8051 +.fa-weibo:before { 8052 + content: "\f18a"; 8053 +} 8054 +.fa-renren:before { 8055 + content: "\f18b"; 8056 +} 8057 +.fa-pagelines:before { 8058 + content: "\f18c"; 8059 +} 8060 +.fa-stack-exchange:before { 8061 + content: "\f18d"; 8062 +} 8063 +.fa-arrow-circle-o-right:before { 8064 + content: "\f18e"; 8065 +} 8066 +.fa-arrow-circle-o-left:before { 8067 + content: "\f190"; 8068 +} 8069 +.fa-toggle-left:before, 8070 +.fa-caret-square-o-left:before { 8071 + content: "\f191"; 8072 +} 8073 +.fa-dot-circle-o:before { 8074 + content: "\f192"; 8075 +} 8076 +.fa-wheelchair:before { 8077 + content: "\f193"; 8078 +} 8079 +.fa-vimeo-square:before { 8080 + content: "\f194"; 8081 +} 8082 +.fa-turkish-lira:before, 8083 +.fa-try:before { 8084 + content: "\f195"; 8085 +} 8086 +.fa-plus-square-o:before { 8087 + content: "\f196"; 8088 +} 8089 +.fa-space-shuttle:before { 8090 + content: "\f197"; 8091 +} 8092 +.fa-slack:before { 8093 + content: "\f198"; 8094 +} 8095 +.fa-envelope-square:before { 8096 + content: "\f199"; 8097 +} 8098 +.fa-wordpress:before { 8099 + content: "\f19a"; 8100 +} 8101 +.fa-openid:before { 8102 + content: "\f19b"; 8103 +} 8104 +.fa-institution:before, 8105 +.fa-bank:before, 8106 +.fa-university:before { 8107 + content: "\f19c"; 8108 +} 8109 +.fa-mortar-board:before, 8110 +.fa-graduation-cap:before { 8111 + content: "\f19d"; 8112 +} 8113 +.fa-yahoo:before { 8114 + content: "\f19e"; 8115 +} 8116 +.fa-google:before { 8117 + content: "\f1a0"; 8118 +} 8119 +.fa-reddit:before { 8120 + content: "\f1a1"; 8121 +} 8122 +.fa-reddit-square:before { 8123 + content: "\f1a2"; 8124 +} 8125 +.fa-stumbleupon-circle:before { 8126 + content: "\f1a3"; 8127 +} 8128 +.fa-stumbleupon:before { 8129 + content: "\f1a4"; 8130 +} 8131 +.fa-delicious:before { 8132 + content: "\f1a5"; 8133 +} 8134 +.fa-digg:before { 8135 + content: "\f1a6"; 8136 +} 8137 +.fa-pied-piper-pp:before { 8138 + content: "\f1a7"; 8139 +} 8140 +.fa-pied-piper-alt:before { 8141 + content: "\f1a8"; 8142 +} 8143 +.fa-drupal:before { 8144 + content: "\f1a9"; 8145 +} 8146 +.fa-joomla:before { 8147 + content: "\f1aa"; 8148 +} 8149 +.fa-language:before { 8150 + content: "\f1ab"; 8151 +} 8152 +.fa-fax:before { 8153 + content: "\f1ac"; 8154 +} 8155 +.fa-building:before { 8156 + content: "\f1ad"; 8157 +} 8158 +.fa-child:before { 8159 + content: "\f1ae"; 8160 +} 8161 +.fa-paw:before { 8162 + content: "\f1b0"; 8163 +} 8164 +.fa-spoon:before { 8165 + content: "\f1b1"; 8166 +} 8167 +.fa-cube:before { 8168 + content: "\f1b2"; 8169 +} 8170 +.fa-cubes:before { 8171 + content: "\f1b3"; 8172 +} 8173 +.fa-behance:before { 8174 + content: "\f1b4"; 8175 +} 8176 +.fa-behance-square:before { 8177 + content: "\f1b5"; 8178 +} 8179 +.fa-steam:before { 8180 + content: "\f1b6"; 8181 +} 8182 +.fa-steam-square:before { 8183 + content: "\f1b7"; 8184 +} 8185 +.fa-recycle:before { 8186 + content: "\f1b8"; 8187 +} 8188 +.fa-automobile:before, 8189 +.fa-car:before { 8190 + content: "\f1b9"; 8191 +} 8192 +.fa-cab:before, 8193 +.fa-taxi:before { 8194 + content: "\f1ba"; 8195 +} 8196 +.fa-tree:before { 8197 + content: "\f1bb"; 8198 +} 8199 +.fa-spotify:before { 8200 + content: "\f1bc"; 8201 +} 8202 +.fa-deviantart:before { 8203 + content: "\f1bd"; 8204 +} 8205 +.fa-soundcloud:before { 8206 + content: "\f1be"; 8207 +} 8208 +.fa-database:before { 8209 + content: "\f1c0"; 8210 +} 8211 +.fa-file-pdf-o:before { 8212 + content: "\f1c1"; 8213 +} 8214 +.fa-file-word-o:before { 8215 + content: "\f1c2"; 8216 +} 8217 +.fa-file-excel-o:before { 8218 + content: "\f1c3"; 8219 +} 8220 +.fa-file-powerpoint-o:before { 8221 + content: "\f1c4"; 8222 +} 8223 +.fa-file-photo-o:before, 8224 +.fa-file-picture-o:before, 8225 +.fa-file-image-o:before { 8226 + content: "\f1c5"; 8227 +} 8228 +.fa-file-zip-o:before, 8229 +.fa-file-archive-o:before { 8230 + content: "\f1c6"; 8231 +} 8232 +.fa-file-sound-o:before, 8233 +.fa-file-audio-o:before { 8234 + content: "\f1c7"; 8235 +} 8236 +.fa-file-movie-o:before, 8237 +.fa-file-video-o:before { 8238 + content: "\f1c8"; 8239 +} 8240 +.fa-file-code-o:before { 8241 + content: "\f1c9"; 8242 +} 8243 +.fa-vine:before { 8244 + content: "\f1ca"; 8245 +} 8246 +.fa-codepen:before { 8247 + content: "\f1cb"; 8248 +} 8249 +.fa-jsfiddle:before { 8250 + content: "\f1cc"; 8251 +} 8252 +.fa-life-bouy:before, 8253 +.fa-life-buoy:before, 8254 +.fa-life-saver:before, 8255 +.fa-support:before, 8256 +.fa-life-ring:before { 8257 + content: "\f1cd"; 8258 +} 8259 +.fa-circle-o-notch:before { 8260 + content: "\f1ce"; 8261 +} 8262 +.fa-ra:before, 8263 +.fa-resistance:before, 8264 +.fa-rebel:before { 8265 + content: "\f1d0"; 8266 +} 8267 +.fa-ge:before, 8268 +.fa-empire:before { 8269 + content: "\f1d1"; 8270 +} 8271 +.fa-git-square:before { 8272 + content: "\f1d2"; 8273 +} 8274 +.fa-git:before { 8275 + content: "\f1d3"; 8276 +} 8277 +.fa-y-combinator-square:before, 8278 +.fa-yc-square:before, 8279 +.fa-hacker-news:before { 8280 + content: "\f1d4"; 8281 +} 8282 +.fa-tencent-weibo:before { 8283 + content: "\f1d5"; 8284 +} 8285 +.fa-qq:before { 8286 + content: "\f1d6"; 8287 +} 8288 +.fa-wechat:before, 8289 +.fa-weixin:before { 8290 + content: "\f1d7"; 8291 +} 8292 +.fa-send:before, 8293 +.fa-paper-plane:before { 8294 + content: "\f1d8"; 8295 +} 8296 +.fa-send-o:before, 8297 +.fa-paper-plane-o:before { 8298 + content: "\f1d9"; 8299 +} 8300 +.fa-history:before { 8301 + content: "\f1da"; 8302 +} 8303 +.fa-circle-thin:before { 8304 + content: "\f1db"; 8305 +} 8306 +.fa-header:before { 8307 + content: "\f1dc"; 8308 +} 8309 +.fa-paragraph:before { 8310 + content: "\f1dd"; 8311 +} 8312 +.fa-sliders:before { 8313 + content: "\f1de"; 8314 +} 8315 +.fa-share-alt:before { 8316 + content: "\f1e0"; 8317 +} 8318 +.fa-share-alt-square:before { 8319 + content: "\f1e1"; 8320 +} 8321 +.fa-bomb:before { 8322 + content: "\f1e2"; 8323 +} 8324 +.fa-soccer-ball-o:before, 8325 +.fa-futbol-o:before { 8326 + content: "\f1e3"; 8327 +} 8328 +.fa-tty:before { 8329 + content: "\f1e4"; 8330 +} 8331 +.fa-binoculars:before { 8332 + content: "\f1e5"; 8333 +} 8334 +.fa-plug:before { 8335 + content: "\f1e6"; 8336 +} 8337 +.fa-slideshare:before { 8338 + content: "\f1e7"; 8339 +} 8340 +.fa-twitch:before { 8341 + content: "\f1e8"; 8342 +} 8343 +.fa-yelp:before { 8344 + content: "\f1e9"; 8345 +} 8346 +.fa-newspaper-o:before { 8347 + content: "\f1ea"; 8348 +} 8349 +.fa-wifi:before { 8350 + content: "\f1eb"; 8351 +} 8352 +.fa-calculator:before { 8353 + content: "\f1ec"; 8354 +} 8355 +.fa-paypal:before { 8356 + content: "\f1ed"; 8357 +} 8358 +.fa-google-wallet:before { 8359 + content: "\f1ee"; 8360 +} 8361 +.fa-cc-visa:before { 8362 + content: "\f1f0"; 8363 +} 8364 +.fa-cc-mastercard:before { 8365 + content: "\f1f1"; 8366 +} 8367 +.fa-cc-discover:before { 8368 + content: "\f1f2"; 8369 +} 8370 +.fa-cc-amex:before { 8371 + content: "\f1f3"; 8372 +} 8373 +.fa-cc-paypal:before { 8374 + content: "\f1f4"; 8375 +} 8376 +.fa-cc-stripe:before { 8377 + content: "\f1f5"; 8378 +} 8379 +.fa-bell-slash:before { 8380 + content: "\f1f6"; 8381 +} 8382 +.fa-bell-slash-o:before { 8383 + content: "\f1f7"; 8384 +} 8385 +.fa-trash:before { 8386 + content: "\f1f8"; 8387 +} 8388 +.fa-copyright:before { 8389 + content: "\f1f9"; 8390 +} 8391 +.fa-at:before { 8392 + content: "\f1fa"; 8393 +} 8394 +.fa-eyedropper:before { 8395 + content: "\f1fb"; 8396 +} 8397 +.fa-paint-brush:before { 8398 + content: "\f1fc"; 8399 +} 8400 +.fa-birthday-cake:before { 8401 + content: "\f1fd"; 8402 +} 8403 +.fa-area-chart:before { 8404 + content: "\f1fe"; 8405 +} 8406 +.fa-pie-chart:before { 8407 + content: "\f200"; 8408 +} 8409 +.fa-line-chart:before { 8410 + content: "\f201"; 8411 +} 8412 +.fa-lastfm:before { 8413 + content: "\f202"; 8414 +} 8415 +.fa-lastfm-square:before { 8416 + content: "\f203"; 8417 +} 8418 +.fa-toggle-off:before { 8419 + content: "\f204"; 8420 +} 8421 +.fa-toggle-on:before { 8422 + content: "\f205"; 8423 +} 8424 +.fa-bicycle:before { 8425 + content: "\f206"; 8426 +} 8427 +.fa-bus:before { 8428 + content: "\f207"; 8429 +} 8430 +.fa-ioxhost:before { 8431 + content: "\f208"; 8432 +} 8433 +.fa-angellist:before { 8434 + content: "\f209"; 8435 +} 8436 +.fa-cc:before { 8437 + content: "\f20a"; 8438 +} 8439 +.fa-shekel:before, 8440 +.fa-sheqel:before, 8441 +.fa-ils:before { 8442 + content: "\f20b"; 8443 +} 8444 +.fa-meanpath:before { 8445 + content: "\f20c"; 8446 +} 8447 +.fa-buysellads:before { 8448 + content: "\f20d"; 8449 +} 8450 +.fa-connectdevelop:before { 8451 + content: "\f20e"; 8452 +} 8453 +.fa-dashcube:before { 8454 + content: "\f210"; 8455 +} 8456 +.fa-forumbee:before { 8457 + content: "\f211"; 8458 +} 8459 +.fa-leanpub:before { 8460 + content: "\f212"; 8461 +} 8462 +.fa-sellsy:before { 8463 + content: "\f213"; 8464 +} 8465 +.fa-shirtsinbulk:before { 8466 + content: "\f214"; 8467 +} 8468 +.fa-simplybuilt:before { 8469 + content: "\f215"; 8470 +} 8471 +.fa-skyatlas:before { 8472 + content: "\f216"; 8473 +} 8474 +.fa-cart-plus:before { 8475 + content: "\f217"; 8476 +} 8477 +.fa-cart-arrow-down:before { 8478 + content: "\f218"; 8479 +} 8480 +.fa-diamond:before { 8481 + content: "\f219"; 8482 +} 8483 +.fa-ship:before { 8484 + content: "\f21a"; 8485 +} 8486 +.fa-user-secret:before { 8487 + content: "\f21b"; 8488 +} 8489 +.fa-motorcycle:before { 8490 + content: "\f21c"; 8491 +} 8492 +.fa-street-view:before { 8493 + content: "\f21d"; 8494 +} 8495 +.fa-heartbeat:before { 8496 + content: "\f21e"; 8497 +} 8498 +.fa-venus:before { 8499 + content: "\f221"; 8500 +} 8501 +.fa-mars:before { 8502 + content: "\f222"; 8503 +} 8504 +.fa-mercury:before { 8505 + content: "\f223"; 8506 +} 8507 +.fa-intersex:before, 8508 +.fa-transgender:before { 8509 + content: "\f224"; 8510 +} 8511 +.fa-transgender-alt:before { 8512 + content: "\f225"; 8513 +} 8514 +.fa-venus-double:before { 8515 + content: "\f226"; 8516 +} 8517 +.fa-mars-double:before { 8518 + content: "\f227"; 8519 +} 8520 +.fa-venus-mars:before { 8521 + content: "\f228"; 8522 +} 8523 +.fa-mars-stroke:before { 8524 + content: "\f229"; 8525 +} 8526 +.fa-mars-stroke-v:before { 8527 + content: "\f22a"; 8528 +} 8529 +.fa-mars-stroke-h:before { 8530 + content: "\f22b"; 8531 +} 8532 +.fa-neuter:before { 8533 + content: "\f22c"; 8534 +} 8535 +.fa-genderless:before { 8536 + content: "\f22d"; 8537 +} 8538 +.fa-facebook-official:before { 8539 + content: "\f230"; 8540 +} 8541 +.fa-pinterest-p:before { 8542 + content: "\f231"; 8543 +} 8544 +.fa-whatsapp:before { 8545 + content: "\f232"; 8546 +} 8547 +.fa-server:before { 8548 + content: "\f233"; 8549 +} 8550 +.fa-user-plus:before { 8551 + content: "\f234"; 8552 +} 8553 +.fa-user-times:before { 8554 + content: "\f235"; 8555 +} 8556 +.fa-hotel:before, 8557 +.fa-bed:before { 8558 + content: "\f236"; 8559 +} 8560 +.fa-viacoin:before { 8561 + content: "\f237"; 8562 +} 8563 +.fa-train:before { 8564 + content: "\f238"; 8565 +} 8566 +.fa-subway:before { 8567 + content: "\f239"; 8568 +} 8569 +.fa-medium:before { 8570 + content: "\f23a"; 8571 +} 8572 +.fa-yc:before, 8573 +.fa-y-combinator:before { 8574 + content: "\f23b"; 8575 +} 8576 +.fa-optin-monster:before { 8577 + content: "\f23c"; 8578 +} 8579 +.fa-opencart:before { 8580 + content: "\f23d"; 8581 +} 8582 +.fa-expeditedssl:before { 8583 + content: "\f23e"; 8584 +} 8585 +.fa-battery-4:before, 8586 +.fa-battery:before, 8587 +.fa-battery-full:before { 8588 + content: "\f240"; 8589 +} 8590 +.fa-battery-3:before, 8591 +.fa-battery-three-quarters:before { 8592 + content: "\f241"; 8593 +} 8594 +.fa-battery-2:before, 8595 +.fa-battery-half:before { 8596 + content: "\f242"; 8597 +} 8598 +.fa-battery-1:before, 8599 +.fa-battery-quarter:before { 8600 + content: "\f243"; 8601 +} 8602 +.fa-battery-0:before, 8603 +.fa-battery-empty:before { 8604 + content: "\f244"; 8605 +} 8606 +.fa-mouse-pointer:before { 8607 + content: "\f245"; 8608 +} 8609 +.fa-i-cursor:before { 8610 + content: "\f246"; 8611 +} 8612 +.fa-object-group:before { 8613 + content: "\f247"; 8614 +} 8615 +.fa-object-ungroup:before { 8616 + content: "\f248"; 8617 +} 8618 +.fa-sticky-note:before { 8619 + content: "\f249"; 8620 +} 8621 +.fa-sticky-note-o:before { 8622 + content: "\f24a"; 8623 +} 8624 +.fa-cc-jcb:before { 8625 + content: "\f24b"; 8626 +} 8627 +.fa-cc-diners-club:before { 8628 + content: "\f24c"; 8629 +} 8630 +.fa-clone:before { 8631 + content: "\f24d"; 8632 +} 8633 +.fa-balance-scale:before { 8634 + content: "\f24e"; 8635 +} 8636 +.fa-hourglass-o:before { 8637 + content: "\f250"; 8638 +} 8639 +.fa-hourglass-1:before, 8640 +.fa-hourglass-start:before { 8641 + content: "\f251"; 8642 +} 8643 +.fa-hourglass-2:before, 8644 +.fa-hourglass-half:before { 8645 + content: "\f252"; 8646 +} 8647 +.fa-hourglass-3:before, 8648 +.fa-hourglass-end:before { 8649 + content: "\f253"; 8650 +} 8651 +.fa-hourglass:before { 8652 + content: "\f254"; 8653 +} 8654 +.fa-hand-grab-o:before, 8655 +.fa-hand-rock-o:before { 8656 + content: "\f255"; 8657 +} 8658 +.fa-hand-stop-o:before, 8659 +.fa-hand-paper-o:before { 8660 + content: "\f256"; 8661 +} 8662 +.fa-hand-scissors-o:before { 8663 + content: "\f257"; 8664 +} 8665 +.fa-hand-lizard-o:before { 8666 + content: "\f258"; 8667 +} 8668 +.fa-hand-spock-o:before { 8669 + content: "\f259"; 8670 +} 8671 +.fa-hand-pointer-o:before { 8672 + content: "\f25a"; 8673 +} 8674 +.fa-hand-peace-o:before { 8675 + content: "\f25b"; 8676 +} 8677 +.fa-trademark:before { 8678 + content: "\f25c"; 8679 +} 8680 +.fa-registered:before { 8681 + content: "\f25d"; 8682 +} 8683 +.fa-creative-commons:before { 8684 + content: "\f25e"; 8685 +} 8686 +.fa-gg:before { 8687 + content: "\f260"; 8688 +} 8689 +.fa-gg-circle:before { 8690 + content: "\f261"; 8691 +} 8692 +.fa-tripadvisor:before { 8693 + content: "\f262"; 8694 +} 8695 +.fa-odnoklassniki:before { 8696 + content: "\f263"; 8697 +} 8698 +.fa-odnoklassniki-square:before { 8699 + content: "\f264"; 8700 +} 8701 +.fa-get-pocket:before { 8702 + content: "\f265"; 8703 +} 8704 +.fa-wikipedia-w:before { 8705 + content: "\f266"; 8706 +} 8707 +.fa-safari:before { 8708 + content: "\f267"; 8709 +} 8710 +.fa-chrome:before { 8711 + content: "\f268"; 8712 +} 8713 +.fa-firefox:before { 8714 + content: "\f269"; 8715 +} 8716 +.fa-opera:before { 8717 + content: "\f26a"; 8718 +} 8719 +.fa-internet-explorer:before { 8720 + content: "\f26b"; 8721 +} 8722 +.fa-tv:before, 8723 +.fa-television:before { 8724 + content: "\f26c"; 8725 +} 8726 +.fa-contao:before { 8727 + content: "\f26d"; 8728 +} 8729 +.fa-500px:before { 8730 + content: "\f26e"; 8731 +} 8732 +.fa-amazon:before { 8733 + content: "\f270"; 8734 +} 8735 +.fa-calendar-plus-o:before { 8736 + content: "\f271"; 8737 +} 8738 +.fa-calendar-minus-o:before { 8739 + content: "\f272"; 8740 +} 8741 +.fa-calendar-times-o:before { 8742 + content: "\f273"; 8743 +} 8744 +.fa-calendar-check-o:before { 8745 + content: "\f274"; 8746 +} 8747 +.fa-industry:before { 8748 + content: "\f275"; 8749 +} 8750 +.fa-map-pin:before { 8751 + content: "\f276"; 8752 +} 8753 +.fa-map-signs:before { 8754 + content: "\f277"; 8755 +} 8756 +.fa-map-o:before { 8757 + content: "\f278"; 8758 +} 8759 +.fa-map:before { 8760 + content: "\f279"; 8761 +} 8762 +.fa-commenting:before { 8763 + content: "\f27a"; 8764 +} 8765 +.fa-commenting-o:before { 8766 + content: "\f27b"; 8767 +} 8768 +.fa-houzz:before { 8769 + content: "\f27c"; 8770 +} 8771 +.fa-vimeo:before { 8772 + content: "\f27d"; 8773 +} 8774 +.fa-black-tie:before { 8775 + content: "\f27e"; 8776 +} 8777 +.fa-fonticons:before { 8778 + content: "\f280"; 8779 +} 8780 +.fa-reddit-alien:before { 8781 + content: "\f281"; 8782 +} 8783 +.fa-edge:before { 8784 + content: "\f282"; 8785 +} 8786 +.fa-credit-card-alt:before { 8787 + content: "\f283"; 8788 +} 8789 +.fa-codiepie:before { 8790 + content: "\f284"; 8791 +} 8792 +.fa-modx:before { 8793 + content: "\f285"; 8794 +} 8795 +.fa-fort-awesome:before { 8796 + content: "\f286"; 8797 +} 8798 +.fa-usb:before { 8799 + content: "\f287"; 8800 +} 8801 +.fa-product-hunt:before { 8802 + content: "\f288"; 8803 +} 8804 +.fa-mixcloud:before { 8805 + content: "\f289"; 8806 +} 8807 +.fa-scribd:before { 8808 + content: "\f28a"; 8809 +} 8810 +.fa-pause-circle:before { 8811 + content: "\f28b"; 8812 +} 8813 +.fa-pause-circle-o:before { 8814 + content: "\f28c"; 8815 +} 8816 +.fa-stop-circle:before { 8817 + content: "\f28d"; 8818 +} 8819 +.fa-stop-circle-o:before { 8820 + content: "\f28e"; 8821 +} 8822 +.fa-shopping-bag:before { 8823 + content: "\f290"; 8824 +} 8825 +.fa-shopping-basket:before { 8826 + content: "\f291"; 8827 +} 8828 +.fa-hashtag:before { 8829 + content: "\f292"; 8830 +} 8831 +.fa-bluetooth:before { 8832 + content: "\f293"; 8833 +} 8834 +.fa-bluetooth-b:before { 8835 + content: "\f294"; 8836 +} 8837 +.fa-percent:before { 8838 + content: "\f295"; 8839 +} 8840 +.fa-gitlab:before { 8841 + content: "\f296"; 8842 +} 8843 +.fa-wpbeginner:before { 8844 + content: "\f297"; 8845 +} 8846 +.fa-wpforms:before { 8847 + content: "\f298"; 8848 +} 8849 +.fa-envira:before { 8850 + content: "\f299"; 8851 +} 8852 +.fa-universal-access:before { 8853 + content: "\f29a"; 8854 +} 8855 +.fa-wheelchair-alt:before { 8856 + content: "\f29b"; 8857 +} 8858 +.fa-question-circle-o:before { 8859 + content: "\f29c"; 8860 +} 8861 +.fa-blind:before { 8862 + content: "\f29d"; 8863 +} 8864 +.fa-audio-description:before { 8865 + content: "\f29e"; 8866 +} 8867 +.fa-volume-control-phone:before { 8868 + content: "\f2a0"; 8869 +} 8870 +.fa-braille:before { 8871 + content: "\f2a1"; 8872 +} 8873 +.fa-assistive-listening-systems:before { 8874 + content: "\f2a2"; 8875 +} 8876 +.fa-asl-interpreting:before, 8877 +.fa-american-sign-language-interpreting:before { 8878 + content: "\f2a3"; 8879 +} 8880 +.fa-deafness:before, 8881 +.fa-hard-of-hearing:before, 8882 +.fa-deaf:before { 8883 + content: "\f2a4"; 8884 +} 8885 +.fa-glide:before { 8886 + content: "\f2a5"; 8887 +} 8888 +.fa-glide-g:before { 8889 + content: "\f2a6"; 8890 +} 8891 +.fa-signing:before, 8892 +.fa-sign-language:before { 8893 + content: "\f2a7"; 8894 +} 8895 +.fa-low-vision:before { 8896 + content: "\f2a8"; 8897 +} 8898 +.fa-viadeo:before { 8899 + content: "\f2a9"; 8900 +} 8901 +.fa-viadeo-square:before { 8902 + content: "\f2aa"; 8903 +} 8904 +.fa-snapchat:before { 8905 + content: "\f2ab"; 8906 +} 8907 +.fa-snapchat-ghost:before { 8908 + content: "\f2ac"; 8909 +} 8910 +.fa-snapchat-square:before { 8911 + content: "\f2ad"; 8912 +} 8913 +.fa-pied-piper:before { 8914 + content: "\f2ae"; 8915 +} 8916 +.fa-first-order:before { 8917 + content: "\f2b0"; 8918 +} 8919 +.fa-yoast:before { 8920 + content: "\f2b1"; 8921 +} 8922 +.fa-themeisle:before { 8923 + content: "\f2b2"; 8924 +} 8925 +.fa-google-plus-circle:before, 8926 +.fa-google-plus-official:before { 8927 + content: "\f2b3"; 8928 +} 8929 +.fa-fa:before, 8930 +.fa-font-awesome:before { 8931 + content: "\f2b4"; 8932 +} 8933 +.fa-handshake-o:before { 8934 + content: "\f2b5"; 8935 +} 8936 +.fa-envelope-open:before { 8937 + content: "\f2b6"; 8938 +} 8939 +.fa-envelope-open-o:before { 8940 + content: "\f2b7"; 8941 +} 8942 +.fa-linode:before { 8943 + content: "\f2b8"; 8944 +} 8945 +.fa-address-book:before { 8946 + content: "\f2b9"; 8947 +} 8948 +.fa-address-book-o:before { 8949 + content: "\f2ba"; 8950 +} 8951 +.fa-vcard:before, 8952 +.fa-address-card:before { 8953 + content: "\f2bb"; 8954 +} 8955 +.fa-vcard-o:before, 8956 +.fa-address-card-o:before { 8957 + content: "\f2bc"; 8958 +} 8959 +.fa-user-circle:before { 8960 + content: "\f2bd"; 8961 +} 8962 +.fa-user-circle-o:before { 8963 + content: "\f2be"; 8964 +} 8965 +.fa-user-o:before { 8966 + content: "\f2c0"; 8967 +} 8968 +.fa-id-badge:before { 8969 + content: "\f2c1"; 8970 +} 8971 +.fa-drivers-license:before, 8972 +.fa-id-card:before { 8973 + content: "\f2c2"; 8974 +} 8975 +.fa-drivers-license-o:before, 8976 +.fa-id-card-o:before { 8977 + content: "\f2c3"; 8978 +} 8979 +.fa-quora:before { 8980 + content: "\f2c4"; 8981 +} 8982 +.fa-free-code-camp:before { 8983 + content: "\f2c5"; 8984 +} 8985 +.fa-telegram:before { 8986 + content: "\f2c6"; 8987 +} 8988 +.fa-thermometer-4:before, 8989 +.fa-thermometer:before, 8990 +.fa-thermometer-full:before { 8991 + content: "\f2c7"; 8992 +} 8993 +.fa-thermometer-3:before, 8994 +.fa-thermometer-three-quarters:before { 8995 + content: "\f2c8"; 8996 +} 8997 +.fa-thermometer-2:before, 8998 +.fa-thermometer-half:before { 8999 + content: "\f2c9"; 9000 +} 9001 +.fa-thermometer-1:before, 9002 +.fa-thermometer-quarter:before { 9003 + content: "\f2ca"; 9004 +} 9005 +.fa-thermometer-0:before, 9006 +.fa-thermometer-empty:before { 9007 + content: "\f2cb"; 9008 +} 9009 +.fa-shower:before { 9010 + content: "\f2cc"; 9011 +} 9012 +.fa-bathtub:before, 9013 +.fa-s15:before, 9014 +.fa-bath:before { 9015 + content: "\f2cd"; 9016 +} 9017 +.fa-podcast:before { 9018 + content: "\f2ce"; 9019 +} 9020 +.fa-window-maximize:before { 9021 + content: "\f2d0"; 9022 +} 9023 +.fa-window-minimize:before { 9024 + content: "\f2d1"; 9025 +} 9026 +.fa-window-restore:before { 9027 + content: "\f2d2"; 9028 +} 9029 +.fa-times-rectangle:before, 9030 +.fa-window-close:before { 9031 + content: "\f2d3"; 9032 +} 9033 +.fa-times-rectangle-o:before, 9034 +.fa-window-close-o:before { 9035 + content: "\f2d4"; 9036 +} 9037 +.fa-bandcamp:before { 9038 + content: "\f2d5"; 9039 +} 9040 +.fa-grav:before { 9041 + content: "\f2d6"; 9042 +} 9043 +.fa-etsy:before { 9044 + content: "\f2d7"; 9045 +} 9046 +.fa-imdb:before { 9047 + content: "\f2d8"; 9048 +} 9049 +.fa-ravelry:before { 9050 + content: "\f2d9"; 9051 +} 9052 +.fa-eercast:before { 9053 + content: "\f2da"; 9054 +} 9055 +.fa-microchip:before { 9056 + content: "\f2db"; 9057 +} 9058 +.fa-snowflake-o:before { 9059 + content: "\f2dc"; 9060 +} 9061 +.fa-superpowers:before { 9062 + content: "\f2dd"; 9063 +} 9064 +.fa-wpexplorer:before { 9065 + content: "\f2de"; 9066 +} 9067 +.fa-meetup:before { 9068 + content: "\f2e0"; 9069 +} 9070 +.sr-only { 9071 + position: absolute; 9072 + width: 1px; 9073 + height: 1px; 9074 + padding: 0; 9075 + margin: -1px; 9076 + overflow: hidden; 9077 + clip: rect(0, 0, 0, 0); 9078 + border: 0; 9079 +} 9080 +.sr-only-focusable:active, 9081 +.sr-only-focusable:focus { 9082 + position: static; 9083 + width: auto; 9084 + height: auto; 9085 + margin: 0; 9086 + overflow: visible; 9087 + clip: auto; 9088 +} 9089 +.sr-only-focusable:active, 9090 +.sr-only-focusable:focus { 9091 + position: static; 9092 + width: auto; 9093 + height: auto; 9094 + margin: 0; 9095 + overflow: visible; 9096 + clip: auto; 9097 +} 9098 +/*! 9099 +* 9100 +* IPython base 9101 +* 9102 +*/ 9103 +.modal.fade .modal-dialog { 9104 + -webkit-transform: translate(0, 0); 9105 + -ms-transform: translate(0, 0); 9106 + -o-transform: translate(0, 0); 9107 + transform: translate(0, 0); 9108 +} 9109 +code { 9110 + color: #000; 9111 +} 9112 +pre { 9113 + font-size: inherit; 9114 + line-height: inherit; 9115 +} 9116 +label { 9117 + font-weight: normal; 9118 +} 9119 +/* Make the page background atleast 100% the height of the view port */ 9120 +/* Make the page itself atleast 70% the height of the view port */ 9121 +.border-box-sizing { 9122 + box-sizing: border-box; 9123 + -moz-box-sizing: border-box; 9124 + -webkit-box-sizing: border-box; 9125 +} 9126 +.corner-all { 9127 + border-radius: 2px; 9128 +} 9129 +.no-padding { 9130 + padding: 0px; 9131 +} 9132 +/* Flexible box model classes */ 9133 +/* Taken from Alex Russell http://infrequently.org/2009/08/css-3-progress/ */ 9134 +/* This file is a compatability layer. It allows the usage of flexible box 9135 +model layouts accross multiple browsers, including older browsers. The newest, 9136 +universal implementation of the flexible box model is used when available (see 9137 +`Modern browsers` comments below). Browsers that are known to implement this 9138 +new spec completely include: 19 19 20 -Approximate Earth surface exposed to solar irradiance can be calculated from $\pi\cdot r^2$. This can be though of as a disc (plane) facing the sun (i.e. perpendicular to the rays) that is illuminated by sunlight. 9140 + Firefox 28.0+ 9141 + Chrome 29.0+ 9142 + Internet Explorer 11+ 9143 + Opera 17.0+ 21 21 22 -```python 23 -earth_disc_surface = math.pi * equatorial_radius**2 24 -print('irradated surface area: ', earth_disc_surface,'m^2') 25 -``` 9145 +Browsers not listed, including Safari, are supported via the styling under the 9146 +`Old browsers` comments below. 9147 +*/ 9148 +.hbox { 9149 + /* Old browsers */ 9150 + display: -webkit-box; 9151 + -webkit-box-orient: horizontal; 9152 + -webkit-box-align: stretch; 9153 + display: -moz-box; 9154 + -moz-box-orient: horizontal; 9155 + -moz-box-align: stretch; 9156 + display: box; 9157 + box-orient: horizontal; 9158 + box-align: stretch; 9159 + /* Modern browsers */ 9160 + display: flex; 9161 + flex-direction: row; 9162 + align-items: stretch; 9163 +} 9164 +.hbox > * { 9165 + /* Old browsers */ 9166 + -webkit-box-flex: 0; 9167 + -moz-box-flex: 0; 9168 + box-flex: 0; 9169 + /* Modern browsers */ 9170 + flex: none; 9171 +} 9172 +.vbox { 9173 + /* Old browsers */ 9174 + display: -webkit-box; 9175 + -webkit-box-orient: vertical; 9176 + -webkit-box-align: stretch; 9177 + display: -moz-box; 9178 + -moz-box-orient: vertical; 9179 + -moz-box-align: stretch; 9180 + display: box; 9181 + box-orient: vertical; 9182 + box-align: stretch; 9183 + /* Modern browsers */ 9184 + display: flex; 9185 + flex-direction: column; 9186 + align-items: stretch; 9187 +} 9188 +.vbox > * { 9189 + /* Old browsers */ 9190 + -webkit-box-flex: 0; 9191 + -moz-box-flex: 0; 9192 + box-flex: 0; 9193 + /* Modern browsers */ 9194 + flex: none; 9195 +} 9196 +.hbox.reverse, 9197 +.vbox.reverse, 9198 +.reverse { 9199 + /* Old browsers */ 9200 + -webkit-box-direction: reverse; 9201 + -moz-box-direction: reverse; 9202 + box-direction: reverse; 9203 + /* Modern browsers */ 9204 + flex-direction: row-reverse; 9205 +} 9206 +.hbox.box-flex0, 9207 +.vbox.box-flex0, 9208 +.box-flex0 { 9209 + /* Old browsers */ 9210 + -webkit-box-flex: 0; 9211 + -moz-box-flex: 0; 9212 + box-flex: 0; 9213 + /* Modern browsers */ 9214 + flex: none; 9215 + width: auto; 9216 +} 9217 +.hbox.box-flex1, 9218 +.vbox.box-flex1, 9219 +.box-flex1 { 9220 + /* Old browsers */ 9221 + -webkit-box-flex: 1; 9222 + -moz-box-flex: 1; 9223 + box-flex: 1; 9224 + /* Modern browsers */ 9225 + flex: 1; 9226 +} 9227 +.hbox.box-flex, 9228 +.vbox.box-flex, 9229 +.box-flex { 9230 + /* Old browsers */ 9231 + /* Old browsers */ 9232 + -webkit-box-flex: 1; 9233 + -moz-box-flex: 1; 9234 + box-flex: 1; 9235 + /* Modern browsers */ 9236 + flex: 1; 9237 +} 9238 +.hbox.box-flex2, 9239 +.vbox.box-flex2, 9240 +.box-flex2 { 9241 + /* Old browsers */ 9242 + -webkit-box-flex: 2; 9243 + -moz-box-flex: 2; 9244 + box-flex: 2; 9245 + /* Modern browsers */ 9246 + flex: 2; 9247 +} 9248 +.box-group1 { 9249 + /* Deprecated */ 9250 + -webkit-box-flex-group: 1; 9251 + -moz-box-flex-group: 1; 9252 + box-flex-group: 1; 9253 +} 9254 +.box-group2 { 9255 + /* Deprecated */ 9256 + -webkit-box-flex-group: 2; 9257 + -moz-box-flex-group: 2; 9258 + box-flex-group: 2; 9259 +} 9260 +.hbox.start, 9261 +.vbox.start, 9262 +.start { 9263 + /* Old browsers */ 9264 + -webkit-box-pack: start; 9265 + -moz-box-pack: start; 9266 + box-pack: start; 9267 + /* Modern browsers */ 9268 + justify-content: flex-start; 9269 +} 9270 +.hbox.end, 9271 +.vbox.end, 9272 +.end { 9273 + /* Old browsers */ 9274 + -webkit-box-pack: end; 9275 + -moz-box-pack: end; 9276 + box-pack: end; 9277 + /* Modern browsers */ 9278 + justify-content: flex-end; 9279 +} 9280 +.hbox.center, 9281 +.vbox.center, 9282 +.center { 9283 + /* Old browsers */ 9284 + -webkit-box-pack: center; 9285 + -moz-box-pack: center; 9286 + box-pack: center; 9287 + /* Modern browsers */ 9288 + justify-content: center; 9289 +} 9290 +.hbox.baseline, 9291 +.vbox.baseline, 9292 +.baseline { 9293 + /* Old browsers */ 9294 + -webkit-box-pack: baseline; 9295 + -moz-box-pack: baseline; 9296 + box-pack: baseline; 9297 + /* Modern browsers */ 9298 + justify-content: baseline; 9299 +} 9300 +.hbox.stretch, 9301 +.vbox.stretch, 9302 +.stretch { 9303 + /* Old browsers */ 9304 + -webkit-box-pack: stretch; 9305 + -moz-box-pack: stretch; 9306 + box-pack: stretch; 9307 + /* Modern browsers */ 9308 + justify-content: stretch; 9309 +} 9310 +.hbox.align-start, 9311 +.vbox.align-start, 9312 +.align-start { 9313 + /* Old browsers */ 9314 + -webkit-box-align: start; 9315 + -moz-box-align: start; 9316 + box-align: start; 9317 + /* Modern browsers */ 9318 + align-items: flex-start; 9319 +} 9320 +.hbox.align-end, 9321 +.vbox.align-end, 9322 +.align-end { 9323 + /* Old browsers */ 9324 + -webkit-box-align: end; 9325 + -moz-box-align: end; 9326 + box-align: end; 9327 + /* Modern browsers */ 9328 + align-items: flex-end; 9329 +} 9330 +.hbox.align-center, 9331 +.vbox.align-center, 9332 +.align-center { 9333 + /* Old browsers */ 9334 + -webkit-box-align: center; 9335 + -moz-box-align: center; 9336 + box-align: center; 9337 + /* Modern browsers */ 9338 + align-items: center; 9339 +} 9340 +.hbox.align-baseline, 9341 +.vbox.align-baseline, 9342 +.align-baseline { 9343 + /* Old browsers */ 9344 + -webkit-box-align: baseline; 9345 + -moz-box-align: baseline; 9346 + box-align: baseline; 9347 + /* Modern browsers */ 9348 + align-items: baseline; 9349 +} 9350 +.hbox.align-stretch, 9351 +.vbox.align-stretch, 9352 +.align-stretch { 9353 + /* Old browsers */ 9354 + -webkit-box-align: stretch; 9355 + -moz-box-align: stretch; 9356 + box-align: stretch; 9357 + /* Modern browsers */ 9358 + align-items: stretch; 9359 +} 9360 +div.error { 9361 + margin: 2em; 9362 + text-align: center; 9363 +} 9364 +div.error > h1 { 9365 + font-size: 500%; 9366 + line-height: normal; 9367 +} 9368 +div.error > p { 9369 + font-size: 200%; 9370 + line-height: normal; 9371 +} 9372 +div.traceback-wrapper { 9373 + text-align: left; 9374 + max-width: 800px; 9375 + margin: auto; 9376 +} 9377 +div.traceback-wrapper pre.traceback { 9378 + max-height: 600px; 9379 + overflow: auto; 9380 +} 9381 +/** 9382 + * Primary styles 9383 + * 9384 + * Author: Jupyter Development Team 9385 + */ 9386 +body { 9387 + background-color: #fff; 9388 + /* This makes sure that the body covers the entire window and needs to 9389 + be in a different element than the display: box in wrapper below */ 9390 + position: absolute; 9391 + left: 0px; 9392 + right: 0px; 9393 + top: 0px; 9394 + bottom: 0px; 9395 + overflow: visible; 9396 +} 9397 +body > #header { 9398 + /* Initially hidden to prevent FLOUC */ 9399 + display: none; 9400 + background-color: #fff; 9401 + /* Display over codemirror */ 9402 + position: relative; 9403 + z-index: 100; 9404 +} 9405 +body > #header #header-container { 9406 + display: flex; 9407 + flex-direction: row; 9408 + justify-content: space-between; 9409 + padding: 5px; 9410 + padding-bottom: 5px; 9411 + padding-top: 5px; 9412 + box-sizing: border-box; 9413 + -moz-box-sizing: border-box; 9414 + -webkit-box-sizing: border-box; 9415 +} 9416 +body > #header .header-bar { 9417 + width: 100%; 9418 + height: 1px; 9419 + background: #e7e7e7; 9420 + margin-bottom: -1px; 9421 +} 9422 +@media print { 9423 + body > #header { 9424 + display: none !important; 9425 + } 9426 +} 9427 +#header-spacer { 9428 + width: 100%; 9429 + visibility: hidden; 9430 +} 9431 +@media print { 9432 + #header-spacer { 9433 + display: none; 9434 + } 9435 +} 9436 +#ipython_notebook { 9437 + padding-left: 0px; 9438 + padding-top: 1px; 9439 + padding-bottom: 1px; 9440 +} 9441 +[dir="rtl"] #ipython_notebook { 9442 + margin-right: 10px; 9443 + margin-left: 0; 9444 +} 9445 +[dir="rtl"] #ipython_notebook.pull-left { 9446 + float: right !important; 9447 + float: right; 9448 +} 9449 +.flex-spacer { 9450 + flex: 1; 9451 +} 9452 +#noscript { 9453 + width: auto; 9454 + padding-top: 16px; 9455 + padding-bottom: 16px; 9456 + text-align: center; 9457 + font-size: 22px; 9458 + color: red; 9459 + font-weight: bold; 9460 +} 9461 +#ipython_notebook img { 9462 + height: 28px; 9463 +} 9464 +#site { 9465 + width: 100%; 9466 + display: none; 9467 + box-sizing: border-box; 9468 + -moz-box-sizing: border-box; 9469 + -webkit-box-sizing: border-box; 9470 + overflow: auto; 9471 +} 9472 +@media print { 9473 + #site { 9474 + height: auto !important; 9475 + } 9476 +} 9477 +/* Smaller buttons */ 9478 +.ui-button .ui-button-text { 9479 + padding: 0.2em 0.8em; 9480 + font-size: 77%; 9481 +} 9482 +input.ui-button { 9483 + padding: 0.3em 0.9em; 9484 +} 9485 +span#kernel_logo_widget { 9486 + margin: 0 10px; 9487 +} 9488 +span#login_widget { 9489 + float: right; 9490 +} 9491 +[dir="rtl"] span#login_widget { 9492 + float: left; 9493 +} 9494 +span#login_widget > .button, 9495 +#logout { 9496 + color: #333; 9497 + background-color: #fff; 9498 + border-color: #ccc; 9499 +} 9500 +span#login_widget > .button:focus, 9501 +#logout:focus, 9502 +span#login_widget > .button.focus, 9503 +#logout.focus { 9504 + color: #333; 9505 + background-color: #e6e6e6; 9506 + border-color: #8c8c8c; 9507 +} 9508 +span#login_widget > .button:hover, 9509 +#logout:hover { 9510 + color: #333; 9511 + background-color: #e6e6e6; 9512 + border-color: #adadad; 9513 +} 9514 +span#login_widget > .button:active, 9515 +#logout:active, 9516 +span#login_widget > .button.active, 9517 +#logout.active, 9518 +.open > .dropdown-togglespan#login_widget > .button, 9519 +.open > .dropdown-toggle#logout { 9520 + color: #333; 9521 + background-color: #e6e6e6; 9522 + border-color: #adadad; 9523 +} 9524 +span#login_widget > .button:active:hover, 9525 +#logout:active:hover, 9526 +span#login_widget > .button.active:hover, 9527 +#logout.active:hover, 9528 +.open > .dropdown-togglespan#login_widget > .button:hover, 9529 +.open > .dropdown-toggle#logout:hover, 9530 +span#login_widget > .button:active:focus, 9531 +#logout:active:focus, 9532 +span#login_widget > .button.active:focus, 9533 +#logout.active:focus, 9534 +.open > .dropdown-togglespan#login_widget > .button:focus, 9535 +.open > .dropdown-toggle#logout:focus, 9536 +span#login_widget > .button:active.focus, 9537 +#logout:active.focus, 9538 +span#login_widget > .button.active.focus, 9539 +#logout.active.focus, 9540 +.open > .dropdown-togglespan#login_widget > .button.focus, 9541 +.open > .dropdown-toggle#logout.focus { 9542 + color: #333; 9543 + background-color: #d4d4d4; 9544 + border-color: #8c8c8c; 9545 +} 9546 +span#login_widget > .button:active, 9547 +#logout:active, 9548 +span#login_widget > .button.active, 9549 +#logout.active, 9550 +.open > .dropdown-togglespan#login_widget > .button, 9551 +.open > .dropdown-toggle#logout { 9552 + background-image: none; 9553 +} 9554 +span#login_widget > .button.disabled:hover, 9555 +#logout.disabled:hover, 9556 +span#login_widget > .button[disabled]:hover, 9557 +#logout[disabled]:hover, 9558 +fieldset[disabled] span#login_widget > .button:hover, 9559 +fieldset[disabled] #logout:hover, 9560 +span#login_widget > .button.disabled:focus, 9561 +#logout.disabled:focus, 9562 +span#login_widget > .button[disabled]:focus, 9563 +#logout[disabled]:focus, 9564 +fieldset[disabled] span#login_widget > .button:focus, 9565 +fieldset[disabled] #logout:focus, 9566 +span#login_widget > .button.disabled.focus, 9567 +#logout.disabled.focus, 9568 +span#login_widget > .button[disabled].focus, 9569 +#logout[disabled].focus, 9570 +fieldset[disabled] span#login_widget > .button.focus, 9571 +fieldset[disabled] #logout.focus { 9572 + background-color: #fff; 9573 + border-color: #ccc; 9574 +} 9575 +span#login_widget > .button .badge, 9576 +#logout .badge { 9577 + color: #fff; 9578 + background-color: #333; 9579 +} 9580 +.nav-header { 9581 + text-transform: none; 9582 +} 9583 +#header > span { 9584 + margin-top: 10px; 9585 +} 9586 +.modal_stretch .modal-dialog { 9587 + /* Old browsers */ 9588 + display: -webkit-box; 9589 + -webkit-box-orient: vertical; 9590 + -webkit-box-align: stretch; 9591 + display: -moz-box; 9592 + -moz-box-orient: vertical; 9593 + -moz-box-align: stretch; 9594 + display: box; 9595 + box-orient: vertical; 9596 + box-align: stretch; 9597 + /* Modern browsers */ 9598 + display: flex; 9599 + flex-direction: column; 9600 + align-items: stretch; 9601 + min-height: 80vh; 9602 +} 9603 +.modal_stretch .modal-dialog .modal-body { 9604 + max-height: calc(100vh - 200px); 9605 + overflow: auto; 9606 + flex: 1; 9607 +} 9608 +.modal-header { 9609 + cursor: move; 9610 +} 9611 +@media (min-width: 768px) { 9612 + .modal .modal-dialog { 9613 + width: 700px; 9614 + } 9615 +} 9616 +@media (min-width: 768px) { 9617 + select.form-control { 9618 + margin-left: 12px; 9619 + margin-right: 12px; 9620 + } 9621 +} 9622 +/*! 9623 +* 9624 +* IPython auth 9625 +* 9626 +*/ 9627 +.center-nav { 9628 + display: inline-block; 9629 + margin-bottom: -4px; 9630 +} 9631 +[dir="rtl"] .center-nav form.pull-left { 9632 + float: right !important; 9633 + float: right; 9634 +} 9635 +[dir="rtl"] .center-nav .navbar-text { 9636 + float: right; 9637 +} 9638 +[dir="rtl"] .navbar-inner { 9639 + text-align: right; 9640 +} 9641 +[dir="rtl"] div.text-left { 9642 + text-align: right; 9643 +} 9644 +/*! 9645 +* 9646 +* IPython tree view 9647 +* 9648 +*/ 9649 +/* We need an invisible input field on top of the sentense*/ 9650 +/* "Drag file onto the list ..." */ 9651 +.alternate_upload { 9652 + background-color: none; 9653 + display: inline; 9654 +} 9655 +.alternate_upload.form { 9656 + padding: 0; 9657 + margin: 0; 9658 +} 9659 +.alternate_upload input.fileinput { 9660 + position: absolute; 9661 + display: block; 9662 + width: 100%; 9663 + height: 100%; 9664 + overflow: hidden; 9665 + cursor: pointer; 9666 + opacity: 0; 9667 + z-index: 2; 9668 +} 9669 +.alternate_upload .btn-xs > input.fileinput { 9670 + margin: -1px -5px; 9671 +} 9672 +.alternate_upload .btn-upload { 9673 + position: relative; 9674 + height: 22px; 9675 +} 9676 +::-webkit-file-upload-button { 9677 + cursor: pointer; 9678 +} 9679 +/** 9680 + * Primary styles 9681 + * 9682 + * Author: Jupyter Development Team 9683 + */ 9684 +ul#tabs { 9685 + margin-bottom: 4px; 9686 +} 9687 +ul#tabs a { 9688 + padding-top: 6px; 9689 + padding-bottom: 4px; 9690 +} 9691 +[dir="rtl"] ul#tabs.nav-tabs > li { 9692 + float: right; 9693 +} 9694 +[dir="rtl"] ul#tabs.nav.nav-tabs { 9695 + padding-right: 0; 9696 +} 9697 +ul.breadcrumb a:focus, 9698 +ul.breadcrumb a:hover { 9699 + text-decoration: none; 9700 +} 9701 +ul.breadcrumb i.icon-home { 9702 + font-size: 16px; 9703 + margin-right: 4px; 9704 +} 9705 +ul.breadcrumb span { 9706 + color: #5e5e5e; 9707 +} 9708 +.list_toolbar { 9709 + padding: 4px 0 4px 0; 9710 + vertical-align: middle; 9711 +} 9712 +.list_toolbar .tree-buttons { 9713 + padding-top: 1px; 9714 +} 9715 +[dir="rtl"] .list_toolbar .tree-buttons .pull-right { 9716 + float: left !important; 9717 + float: left; 9718 +} 9719 +[dir="rtl"] .list_toolbar .col-sm-4, 9720 +[dir="rtl"] .list_toolbar .col-sm-8 { 9721 + float: right; 9722 +} 9723 +.dynamic-buttons { 9724 + padding-top: 3px; 9725 + display: inline-block; 9726 +} 9727 +.list_toolbar [class*="span"] { 9728 + min-height: 24px; 9729 +} 9730 +.list_header { 9731 + font-weight: bold; 9732 + background-color: #EEE; 9733 +} 9734 +.list_placeholder { 9735 + font-weight: bold; 9736 + padding-top: 4px; 9737 + padding-bottom: 4px; 9738 + padding-left: 7px; 9739 + padding-right: 7px; 9740 +} 9741 +.list_container { 9742 + margin-top: 4px; 9743 + margin-bottom: 20px; 9744 + border: 1px solid #ddd; 9745 + border-radius: 2px; 9746 +} 9747 +.list_container > div { 9748 + border-bottom: 1px solid #ddd; 9749 +} 9750 +.list_container > div:hover .list-item { 9751 + background-color: red; 9752 +} 9753 +.list_container > div:last-child { 9754 + border: none; 9755 +} 9756 +.list_item:hover .list_item { 9757 + background-color: #ddd; 9758 +} 9759 +.list_item a { 9760 + text-decoration: none; 9761 +} 9762 +.list_item:hover { 9763 + background-color: #fafafa; 9764 +} 9765 +.list_header > div, 9766 +.list_item > div { 9767 + padding-top: 4px; 9768 + padding-bottom: 4px; 9769 + padding-left: 7px; 9770 + padding-right: 7px; 9771 + line-height: 22px; 9772 +} 9773 +.list_header > div input, 9774 +.list_item > div input { 9775 + margin-right: 7px; 9776 + margin-left: 14px; 9777 + vertical-align: text-bottom; 9778 + line-height: 22px; 9779 + position: relative; 9780 + top: -1px; 9781 +} 9782 +.list_header > div .item_link, 9783 +.list_item > div .item_link { 9784 + margin-left: -1px; 9785 + vertical-align: baseline; 9786 + line-height: 22px; 9787 +} 9788 +[dir="rtl"] .list_item > div input { 9789 + margin-right: 0; 9790 +} 9791 +.new-file input[type=checkbox] { 9792 + visibility: hidden; 9793 +} 9794 +.item_name { 9795 + line-height: 22px; 9796 + height: 24px; 9797 +} 9798 +.item_icon { 9799 + font-size: 14px; 9800 + color: #5e5e5e; 9801 + margin-right: 7px; 9802 + margin-left: 7px; 9803 + line-height: 22px; 9804 + vertical-align: baseline; 9805 +} 9806 +.item_modified { 9807 + margin-right: 7px; 9808 + margin-left: 7px; 9809 +} 9810 +[dir="rtl"] .item_modified.pull-right { 9811 + float: left !important; 9812 + float: left; 9813 +} 9814 +.item_buttons { 9815 + line-height: 1em; 9816 + margin-left: -5px; 9817 +} 9818 +.item_buttons .btn, 9819 +.item_buttons .btn-group, 9820 +.item_buttons .input-group { 9821 + float: left; 9822 +} 9823 +.item_buttons > .btn, 9824 +.item_buttons > .btn-group, 9825 +.item_buttons > .input-group { 9826 + margin-left: 5px; 9827 +} 9828 +.item_buttons .btn { 9829 + min-width: 13ex; 9830 +} 9831 +.item_buttons .running-indicator { 9832 + padding-top: 4px; 9833 + color: #5cb85c; 9834 +} 9835 +.item_buttons .kernel-name { 9836 + padding-top: 4px; 9837 + color: #5bc0de; 9838 + margin-right: 7px; 9839 + float: left; 9840 +} 9841 +[dir="rtl"] .item_buttons.pull-right { 9842 + float: left !important; 9843 + float: left; 9844 +} 9845 +[dir="rtl"] .item_buttons .kernel-name { 9846 + margin-left: 7px; 9847 + float: right; 9848 +} 9849 +.toolbar_info { 9850 + height: 24px; 9851 + line-height: 24px; 9852 +} 9853 +.list_item input:not([type=checkbox]) { 9854 + padding-top: 3px; 9855 + padding-bottom: 3px; 9856 + height: 22px; 9857 + line-height: 14px; 9858 + margin: 0px; 9859 +} 9860 +.highlight_text { 9861 + color: blue; 9862 +} 9863 +#project_name { 9864 + display: inline-block; 9865 + padding-left: 7px; 9866 + margin-left: -2px; 9867 +} 9868 +#project_name > .breadcrumb { 9869 + padding: 0px; 9870 + margin-bottom: 0px; 9871 + background-color: transparent; 9872 + font-weight: bold; 9873 +} 9874 +.sort_button { 9875 + display: inline-block; 9876 + padding-left: 7px; 9877 +} 9878 +[dir="rtl"] .sort_button.pull-right { 9879 + float: left !important; 9880 + float: left; 9881 +} 9882 +#tree-selector { 9883 + padding-right: 0px; 9884 +} 9885 +#button-select-all { 9886 + min-width: 50px; 9887 +} 9888 +[dir="rtl"] #button-select-all.btn { 9889 + float: right ; 9890 +} 9891 +#select-all { 9892 + margin-left: 7px; 9893 + margin-right: 2px; 9894 + margin-top: 2px; 9895 + height: 16px; 9896 +} 9897 +[dir="rtl"] #select-all.pull-left { 9898 + float: right !important; 9899 + float: right; 9900 +} 9901 +.menu_icon { 9902 + margin-right: 2px; 9903 +} 9904 +.tab-content .row { 9905 + margin-left: 0px; 9906 + margin-right: 0px; 9907 +} 9908 +.folder_icon:before { 9909 + display: inline-block; 9910 + font: normal normal normal 14px/1 FontAwesome; 9911 + font-size: inherit; 9912 + text-rendering: auto; 9913 + -webkit-font-smoothing: antialiased; 9914 + -moz-osx-font-smoothing: grayscale; 9915 + content: "\f114"; 9916 +} 9917 +.folder_icon:before.fa-pull-left { 9918 + margin-right: .3em; 9919 +} 9920 +.folder_icon:before.fa-pull-right { 9921 + margin-left: .3em; 9922 +} 9923 +.folder_icon:before.pull-left { 9924 + margin-right: .3em; 9925 +} 9926 +.folder_icon:before.pull-right { 9927 + margin-left: .3em; 9928 +} 9929 +.notebook_icon:before { 9930 + display: inline-block; 9931 + font: normal normal normal 14px/1 FontAwesome; 9932 + font-size: inherit; 9933 + text-rendering: auto; 9934 + -webkit-font-smoothing: antialiased; 9935 + -moz-osx-font-smoothing: grayscale; 9936 + content: "\f02d"; 9937 + position: relative; 9938 + top: -1px; 9939 +} 9940 +.notebook_icon:before.fa-pull-left { 9941 + margin-right: .3em; 9942 +} 9943 +.notebook_icon:before.fa-pull-right { 9944 + margin-left: .3em; 9945 +} 9946 +.notebook_icon:before.pull-left { 9947 + margin-right: .3em; 9948 +} 9949 +.notebook_icon:before.pull-right { 9950 + margin-left: .3em; 9951 +} 9952 +.running_notebook_icon:before { 9953 + display: inline-block; 9954 + font: normal normal normal 14px/1 FontAwesome; 9955 + font-size: inherit; 9956 + text-rendering: auto; 9957 + -webkit-font-smoothing: antialiased; 9958 + -moz-osx-font-smoothing: grayscale; 9959 + content: "\f02d"; 9960 + position: relative; 9961 + top: -1px; 9962 + color: #5cb85c; 9963 +} 9964 +.running_notebook_icon:before.fa-pull-left { 9965 + margin-right: .3em; 9966 +} 9967 +.running_notebook_icon:before.fa-pull-right { 9968 + margin-left: .3em; 9969 +} 9970 +.running_notebook_icon:before.pull-left { 9971 + margin-right: .3em; 9972 +} 9973 +.running_notebook_icon:before.pull-right { 9974 + margin-left: .3em; 9975 +} 9976 +.file_icon:before { 9977 + display: inline-block; 9978 + font: normal normal normal 14px/1 FontAwesome; 9979 + font-size: inherit; 9980 + text-rendering: auto; 9981 + -webkit-font-smoothing: antialiased; 9982 + -moz-osx-font-smoothing: grayscale; 9983 + content: "\f016"; 9984 + position: relative; 9985 + top: -2px; 9986 +} 9987 +.file_icon:before.fa-pull-left { 9988 + margin-right: .3em; 9989 +} 9990 +.file_icon:before.fa-pull-right { 9991 + margin-left: .3em; 9992 +} 9993 +.file_icon:before.pull-left { 9994 + margin-right: .3em; 9995 +} 9996 +.file_icon:before.pull-right { 9997 + margin-left: .3em; 9998 +} 9999 +#notebook_toolbar .pull-right { 10000 + padding-top: 0px; 10001 + margin-right: -1px; 10002 +} 10003 +ul#new-menu { 10004 + left: auto; 10005 + right: 0; 10006 +} 10007 +#new-menu .dropdown-header { 10008 + font-size: 10px; 10009 + border-bottom: 1px solid #e5e5e5; 10010 + padding: 0 0 3px; 10011 + margin: -3px 20px 0; 10012 +} 10013 +.kernel-menu-icon { 10014 + padding-right: 12px; 10015 + width: 24px; 10016 + content: "\f096"; 10017 +} 10018 +.kernel-menu-icon:before { 10019 + content: "\f096"; 10020 +} 10021 +.kernel-menu-icon-current:before { 10022 + content: "\f00c"; 10023 +} 10024 +#tab_content { 10025 + padding-top: 20px; 10026 +} 10027 +#running .panel-group .panel { 10028 + margin-top: 3px; 10029 + margin-bottom: 1em; 10030 +} 10031 +#running .panel-group .panel .panel-heading { 10032 + background-color: #EEE; 10033 + padding-top: 4px; 10034 + padding-bottom: 4px; 10035 + padding-left: 7px; 10036 + padding-right: 7px; 10037 + line-height: 22px; 10038 +} 10039 +#running .panel-group .panel .panel-heading a:focus, 10040 +#running .panel-group .panel .panel-heading a:hover { 10041 + text-decoration: none; 10042 +} 10043 +#running .panel-group .panel .panel-body { 10044 + padding: 0px; 10045 +} 10046 +#running .panel-group .panel .panel-body .list_container { 10047 + margin-top: 0px; 10048 + margin-bottom: 0px; 10049 + border: 0px; 10050 + border-radius: 0px; 10051 +} 10052 +#running .panel-group .panel .panel-body .list_container .list_item { 10053 + border-bottom: 1px solid #ddd; 10054 +} 10055 +#running .panel-group .panel .panel-body .list_container .list_item:last-child { 10056 + border-bottom: 0px; 10057 +} 10058 +.delete-button { 10059 + display: none; 10060 +} 10061 +.duplicate-button { 10062 + display: none; 10063 +} 10064 +.rename-button { 10065 + display: none; 10066 +} 10067 +.move-button { 10068 + display: none; 10069 +} 10070 +.download-button { 10071 + display: none; 10072 +} 10073 +.shutdown-button { 10074 + display: none; 10075 +} 10076 +.dynamic-instructions { 10077 + display: inline-block; 10078 + padding-top: 4px; 10079 +} 10080 +/*! 10081 +* 10082 +* IPython text editor webapp 10083 +* 10084 +*/ 10085 +.selected-keymap i.fa { 10086 + padding: 0px 5px; 10087 +} 10088 +.selected-keymap i.fa:before { 10089 + content: "\f00c"; 10090 +} 10091 +#mode-menu { 10092 + overflow: auto; 10093 + max-height: 20em; 10094 +} 10095 +.edit_app #header { 10096 + -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); 10097 + box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); 10098 +} 10099 +.edit_app #menubar .navbar { 10100 + /* Use a negative 1 bottom margin, so the border overlaps the border of the 10101 + header */ 10102 + margin-bottom: -1px; 10103 +} 10104 +.dirty-indicator { 10105 + display: inline-block; 10106 + font: normal normal normal 14px/1 FontAwesome; 10107 + font-size: inherit; 10108 + text-rendering: auto; 10109 + -webkit-font-smoothing: antialiased; 10110 + -moz-osx-font-smoothing: grayscale; 10111 + width: 20px; 10112 +} 10113 +.dirty-indicator.fa-pull-left { 10114 + margin-right: .3em; 10115 +} 10116 +.dirty-indicator.fa-pull-right { 10117 + margin-left: .3em; 10118 +} 10119 +.dirty-indicator.pull-left { 10120 + margin-right: .3em; 10121 +} 10122 +.dirty-indicator.pull-right { 10123 + margin-left: .3em; 10124 +} 10125 +.dirty-indicator-dirty { 10126 + display: inline-block; 10127 + font: normal normal normal 14px/1 FontAwesome; 10128 + font-size: inherit; 10129 + text-rendering: auto; 10130 + -webkit-font-smoothing: antialiased; 10131 + -moz-osx-font-smoothing: grayscale; 10132 + width: 20px; 10133 +} 10134 +.dirty-indicator-dirty.fa-pull-left { 10135 + margin-right: .3em; 10136 +} 10137 +.dirty-indicator-dirty.fa-pull-right { 10138 + margin-left: .3em; 10139 +} 10140 +.dirty-indicator-dirty.pull-left { 10141 + margin-right: .3em; 10142 +} 10143 +.dirty-indicator-dirty.pull-right { 10144 + margin-left: .3em; 10145 +} 10146 +.dirty-indicator-clean { 10147 + display: inline-block; 10148 + font: normal normal normal 14px/1 FontAwesome; 10149 + font-size: inherit; 10150 + text-rendering: auto; 10151 + -webkit-font-smoothing: antialiased; 10152 + -moz-osx-font-smoothing: grayscale; 10153 + width: 20px; 10154 +} 10155 +.dirty-indicator-clean.fa-pull-left { 10156 + margin-right: .3em; 10157 +} 10158 +.dirty-indicator-clean.fa-pull-right { 10159 + margin-left: .3em; 10160 +} 10161 +.dirty-indicator-clean.pull-left { 10162 + margin-right: .3em; 10163 +} 10164 +.dirty-indicator-clean.pull-right { 10165 + margin-left: .3em; 10166 +} 10167 +.dirty-indicator-clean:before { 10168 + display: inline-block; 10169 + font: normal normal normal 14px/1 FontAwesome; 10170 + font-size: inherit; 10171 + text-rendering: auto; 10172 + -webkit-font-smoothing: antialiased; 10173 + -moz-osx-font-smoothing: grayscale; 10174 + content: "\f00c"; 10175 +} 10176 +.dirty-indicator-clean:before.fa-pull-left { 10177 + margin-right: .3em; 10178 +} 10179 +.dirty-indicator-clean:before.fa-pull-right { 10180 + margin-left: .3em; 10181 +} 10182 +.dirty-indicator-clean:before.pull-left { 10183 + margin-right: .3em; 10184 +} 10185 +.dirty-indicator-clean:before.pull-right { 10186 + margin-left: .3em; 10187 +} 10188 +#filename { 10189 + font-size: 16pt; 10190 + display: table; 10191 + padding: 0px 5px; 10192 +} 10193 +#current-mode { 10194 + padding-left: 5px; 10195 + padding-right: 5px; 10196 +} 10197 +#texteditor-backdrop { 10198 + padding-top: 20px; 10199 + padding-bottom: 20px; 10200 +} 10201 +@media not print { 10202 + #texteditor-backdrop { 10203 + background-color: #EEE; 10204 + } 10205 +} 10206 +@media print { 10207 + #texteditor-backdrop #texteditor-container .CodeMirror-gutter, 10208 + #texteditor-backdrop #texteditor-container .CodeMirror-gutters { 10209 + background-color: #fff; 10210 + } 10211 +} 10212 +@media not print { 10213 + #texteditor-backdrop #texteditor-container .CodeMirror-gutter, 10214 + #texteditor-backdrop #texteditor-container .CodeMirror-gutters { 10215 + background-color: #fff; 10216 + } 10217 +} 10218 +@media not print { 10219 + #texteditor-backdrop #texteditor-container { 10220 + padding: 0px; 10221 + background-color: #fff; 10222 + -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); 10223 + box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); 10224 + } 10225 +} 10226 +.CodeMirror-dialog { 10227 + background-color: #fff; 10228 +} 10229 +/*! 10230 +* 10231 +* IPython notebook 10232 +* 10233 +*/ 10234 +/* CSS font colors for translated ANSI escape sequences */ 10235 +/* The color values are a mix of 10236 + http://www.xcolors.net/dl/baskerville-ivorylight and 10237 + http://www.xcolors.net/dl/euphrasia */ 10238 +.ansi-black-fg { 10239 + color: #3E424D; 10240 +} 10241 +.ansi-black-bg { 10242 + background-color: #3E424D; 10243 +} 10244 +.ansi-black-intense-fg { 10245 + color: #282C36; 10246 +} 10247 +.ansi-black-intense-bg { 10248 + background-color: #282C36; 10249 +} 10250 +.ansi-red-fg { 10251 + color: #E75C58; 10252 +} 10253 +.ansi-red-bg { 10254 + background-color: #E75C58; 10255 +} 10256 +.ansi-red-intense-fg { 10257 + color: #B22B31; 10258 +} 10259 +.ansi-red-intense-bg { 10260 + background-color: #B22B31; 10261 +} 10262 +.ansi-green-fg { 10263 + color: #00A250; 10264 +} 10265 +.ansi-green-bg { 10266 + background-color: #00A250; 10267 +} 10268 +.ansi-green-intense-fg { 10269 + color: #007427; 10270 +} 10271 +.ansi-green-intense-bg { 10272 + background-color: #007427; 10273 +} 10274 +.ansi-yellow-fg { 10275 + color: #DDB62B; 10276 +} 10277 +.ansi-yellow-bg { 10278 + background-color: #DDB62B; 10279 +} 10280 +.ansi-yellow-intense-fg { 10281 + color: #B27D12; 10282 +} 10283 +.ansi-yellow-intense-bg { 10284 + background-color: #B27D12; 10285 +} 10286 +.ansi-blue-fg { 10287 + color: #208FFB; 10288 +} 10289 +.ansi-blue-bg { 10290 + background-color: #208FFB; 10291 +} 10292 +.ansi-blue-intense-fg { 10293 + color: #0065CA; 10294 +} 10295 +.ansi-blue-intense-bg { 10296 + background-color: #0065CA; 10297 +} 10298 +.ansi-magenta-fg { 10299 + color: #D160C4; 10300 +} 10301 +.ansi-magenta-bg { 10302 + background-color: #D160C4; 10303 +} 10304 +.ansi-magenta-intense-fg { 10305 + color: #A03196; 10306 +} 10307 +.ansi-magenta-intense-bg { 10308 + background-color: #A03196; 10309 +} 10310 +.ansi-cyan-fg { 10311 + color: #60C6C8; 10312 +} 10313 +.ansi-cyan-bg { 10314 + background-color: #60C6C8; 10315 +} 10316 +.ansi-cyan-intense-fg { 10317 + color: #258F8F; 10318 +} 10319 +.ansi-cyan-intense-bg { 10320 + background-color: #258F8F; 10321 +} 10322 +.ansi-white-fg { 10323 + color: #C5C1B4; 10324 +} 10325 +.ansi-white-bg { 10326 + background-color: #C5C1B4; 10327 +} 10328 +.ansi-white-intense-fg { 10329 + color: #A1A6B2; 10330 +} 10331 +.ansi-white-intense-bg { 10332 + background-color: #A1A6B2; 10333 +} 10334 +.ansi-default-inverse-fg { 10335 + color: #FFFFFF; 10336 +} 10337 +.ansi-default-inverse-bg { 10338 + background-color: #000000; 10339 +} 10340 +.ansi-bold { 10341 + font-weight: bold; 10342 +} 10343 +.ansi-underline { 10344 + text-decoration: underline; 10345 +} 10346 +/* The following styles are deprecated an will be removed in a future version */ 10347 +.ansibold { 10348 + font-weight: bold; 10349 +} 10350 +.ansi-inverse { 10351 + outline: 0.5px dotted; 10352 +} 10353 +/* use dark versions for foreground, to improve visibility */ 10354 +.ansiblack { 10355 + color: black; 10356 +} 10357 +.ansired { 10358 + color: darkred; 10359 +} 10360 +.ansigreen { 10361 + color: darkgreen; 10362 +} 10363 +.ansiyellow { 10364 + color: #c4a000; 10365 +} 10366 +.ansiblue { 10367 + color: darkblue; 10368 +} 10369 +.ansipurple { 10370 + color: darkviolet; 10371 +} 10372 +.ansicyan { 10373 + color: steelblue; 10374 +} 10375 +.ansigray { 10376 + color: gray; 10377 +} 10378 +/* and light for background, for the same reason */ 10379 +.ansibgblack { 10380 + background-color: black; 10381 +} 10382 +.ansibgred { 10383 + background-color: red; 10384 +} 10385 +.ansibggreen { 10386 + background-color: green; 10387 +} 10388 +.ansibgyellow { 10389 + background-color: yellow; 10390 +} 10391 +.ansibgblue { 10392 + background-color: blue; 10393 +} 10394 +.ansibgpurple { 10395 + background-color: magenta; 10396 +} 10397 +.ansibgcyan { 10398 + background-color: cyan; 10399 +} 10400 +.ansibggray { 10401 + background-color: gray; 10402 +} 10403 +div.cell { 10404 + /* Old browsers */ 10405 + display: -webkit-box; 10406 + -webkit-box-orient: vertical; 10407 + -webkit-box-align: stretch; 10408 + display: -moz-box; 10409 + -moz-box-orient: vertical; 10410 + -moz-box-align: stretch; 10411 + display: box; 10412 + box-orient: vertical; 10413 + box-align: stretch; 10414 + /* Modern browsers */ 10415 + display: flex; 10416 + flex-direction: column; 10417 + align-items: stretch; 10418 + border-radius: 2px; 10419 + box-sizing: border-box; 10420 + -moz-box-sizing: border-box; 10421 + -webkit-box-sizing: border-box; 10422 + border-width: 1px; 10423 + border-style: solid; 10424 + border-color: transparent; 10425 + width: 100%; 10426 + padding: 5px; 10427 + /* This acts as a spacer between cells, that is outside the border */ 10428 + margin: 0px; 10429 + outline: none; 10430 + position: relative; 10431 + overflow: visible; 10432 +} 10433 +div.cell:before { 10434 + position: absolute; 10435 + display: block; 10436 + top: -1px; 10437 + left: -1px; 10438 + width: 5px; 10439 + height: calc(100% + 2px); 10440 + content: ''; 10441 + background: transparent; 10442 +} 10443 +div.cell.jupyter-soft-selected { 10444 + border-left-color: #E3F2FD; 10445 + border-left-width: 1px; 10446 + padding-left: 5px; 10447 + border-right-color: #E3F2FD; 10448 + border-right-width: 1px; 10449 + background: #E3F2FD; 10450 +} 10451 +@media print { 10452 + div.cell.jupyter-soft-selected { 10453 + border-color: transparent; 10454 + } 10455 +} 10456 +div.cell.selected, 10457 +div.cell.selected.jupyter-soft-selected { 10458 + border-color: #ababab; 10459 +} 10460 +div.cell.selected:before, 10461 +div.cell.selected.jupyter-soft-selected:before { 10462 + position: absolute; 10463 + display: block; 10464 + top: -1px; 10465 + left: -1px; 10466 + width: 5px; 10467 + height: calc(100% + 2px); 10468 + content: ''; 10469 + background: #42A5F5; 10470 +} 10471 +@media print { 10472 + div.cell.selected, 10473 + div.cell.selected.jupyter-soft-selected { 10474 + border-color: transparent; 10475 + } 10476 +} 10477 +.edit_mode div.cell.selected { 10478 + border-color: #66BB6A; 10479 +} 10480 +.edit_mode div.cell.selected:before { 10481 + position: absolute; 10482 + display: block; 10483 + top: -1px; 10484 + left: -1px; 10485 + width: 5px; 10486 + height: calc(100% + 2px); 10487 + content: ''; 10488 + background: #66BB6A; 10489 +} 10490 +@media print { 10491 + .edit_mode div.cell.selected { 10492 + border-color: transparent; 10493 + } 10494 +} 10495 +.prompt { 10496 + /* This needs to be wide enough for 3 digit prompt numbers: In[100]: */ 10497 + min-width: 14ex; 10498 + /* This padding is tuned to match the padding on the CodeMirror editor. */ 10499 + padding: 0.4em; 10500 + margin: 0px; 10501 + font-family: monospace; 10502 + text-align: right; 10503 + /* This has to match that of the the CodeMirror class line-height below */ 10504 + line-height: 1.21429em; 10505 + /* Don't highlight prompt number selection */ 10506 + -webkit-touch-callout: none; 10507 + -webkit-user-select: none; 10508 + -khtml-user-select: none; 10509 + -moz-user-select: none; 10510 + -ms-user-select: none; 10511 + user-select: none; 10512 + /* Use default cursor */ 10513 + cursor: default; 10514 +} 10515 +@media (max-width: 540px) { 10516 + .prompt { 10517 + text-align: left; 10518 + } 10519 +} 10520 +div.inner_cell { 10521 + min-width: 0; 10522 + /* Old browsers */ 10523 + display: -webkit-box; 10524 + -webkit-box-orient: vertical; 10525 + -webkit-box-align: stretch; 10526 + display: -moz-box; 10527 + -moz-box-orient: vertical; 10528 + -moz-box-align: stretch; 10529 + display: box; 10530 + box-orient: vertical; 10531 + box-align: stretch; 10532 + /* Modern browsers */ 10533 + display: flex; 10534 + flex-direction: column; 10535 + align-items: stretch; 10536 + /* Old browsers */ 10537 + -webkit-box-flex: 1; 10538 + -moz-box-flex: 1; 10539 + box-flex: 1; 10540 + /* Modern browsers */ 10541 + flex: 1; 10542 +} 10543 +/* input_area and input_prompt must match in top border and margin for alignment */ 10544 +div.input_area { 10545 + border: 1px solid #cfcfcf; 10546 + border-radius: 2px; 10547 + background: #f7f7f7; 10548 + line-height: 1.21429em; 10549 +} 10550 +/* This is needed so that empty prompt areas can collapse to zero height when there 10551 + is no content in the output_subarea and the prompt. The main purpose of this is 10552 + to make sure that empty JavaScript output_subareas have no height. */ 10553 +div.prompt:empty { 10554 + padding-top: 0; 10555 + padding-bottom: 0; 10556 +} 10557 +div.unrecognized_cell { 10558 + padding: 5px 5px 5px 0px; 10559 + /* Old browsers */ 10560 + display: -webkit-box; 10561 + -webkit-box-orient: horizontal; 10562 + -webkit-box-align: stretch; 10563 + display: -moz-box; 10564 + -moz-box-orient: horizontal; 10565 + -moz-box-align: stretch; 10566 + display: box; 10567 + box-orient: horizontal; 10568 + box-align: stretch; 10569 + /* Modern browsers */ 10570 + display: flex; 10571 + flex-direction: row; 10572 + align-items: stretch; 10573 +} 10574 +div.unrecognized_cell .inner_cell { 10575 + border-radius: 2px; 10576 + padding: 5px; 10577 + font-weight: bold; 10578 + color: red; 10579 + border: 1px solid #cfcfcf; 10580 + background: #eaeaea; 10581 +} 10582 +div.unrecognized_cell .inner_cell a { 10583 + color: inherit; 10584 + text-decoration: none; 10585 +} 10586 +div.unrecognized_cell .inner_cell a:hover { 10587 + color: inherit; 10588 + text-decoration: none; 10589 +} 10590 +@media (max-width: 540px) { 10591 + div.unrecognized_cell > div.prompt { 10592 + display: none; 10593 + } 10594 +} 10595 +div.code_cell { 10596 + /* avoid page breaking on code cells when printing */ 10597 +} 10598 +@media print { 10599 + div.code_cell { 10600 + page-break-inside: avoid; 10601 + } 10602 +} 10603 +/* any special styling for code cells that are currently running goes here */ 10604 +div.input { 10605 + page-break-inside: avoid; 10606 + /* Old browsers */ 10607 + display: -webkit-box; 10608 + -webkit-box-orient: horizontal; 10609 + -webkit-box-align: stretch; 10610 + display: -moz-box; 10611 + -moz-box-orient: horizontal; 10612 + -moz-box-align: stretch; 10613 + display: box; 10614 + box-orient: horizontal; 10615 + box-align: stretch; 10616 + /* Modern browsers */ 10617 + display: flex; 10618 + flex-direction: row; 10619 + align-items: stretch; 10620 +} 10621 +@media (max-width: 540px) { 10622 + div.input { 10623 + /* Old browsers */ 10624 + display: -webkit-box; 10625 + -webkit-box-orient: vertical; 10626 + -webkit-box-align: stretch; 10627 + display: -moz-box; 10628 + -moz-box-orient: vertical; 10629 + -moz-box-align: stretch; 10630 + display: box; 10631 + box-orient: vertical; 10632 + box-align: stretch; 10633 + /* Modern browsers */ 10634 + display: flex; 10635 + flex-direction: column; 10636 + align-items: stretch; 10637 + } 10638 +} 10639 +/* input_area and input_prompt must match in top border and margin for alignment */ 10640 +div.input_prompt { 10641 + color: #303F9F; 10642 + border-top: 1px solid transparent; 10643 +} 10644 +div.input_area > div.highlight { 10645 + margin: 0.4em; 10646 + border: none; 10647 + padding: 0px; 10648 + background-color: transparent; 10649 +} 10650 +div.input_area > div.highlight > pre { 10651 + margin: 0px; 10652 + border: none; 10653 + padding: 0px; 10654 + background-color: transparent; 10655 +} 10656 +/* The following gets added to the <head> if it is detected that the user has a 10657 + * monospace font with inconsistent normal/bold/italic height. See 10658 + * notebookmain.js. Such fonts will have keywords vertically offset with 10659 + * respect to the rest of the text. The user should select a better font. 10660 + * See: https://github.com/ipython/ipython/issues/1503 10661 + * 10662 + * .CodeMirror span { 10663 + * vertical-align: bottom; 10664 + * } 10665 + */ 10666 +.CodeMirror { 10667 + line-height: 1.21429em; 10668 + /* Changed from 1em to our global default */ 10669 + font-size: 14px; 10670 + height: auto; 10671 + /* Changed to auto to autogrow */ 10672 + background: none; 10673 + /* Changed from white to allow our bg to show through */ 10674 +} 10675 +.CodeMirror-scroll { 10676 + /* The CodeMirror docs are a bit fuzzy on if overflow-y should be hidden or visible.*/ 10677 + /* We have found that if it is visible, vertical scrollbars appear with font size changes.*/ 10678 + overflow-y: hidden; 10679 + overflow-x: auto; 10680 +} 10681 +.CodeMirror-lines { 10682 + /* In CM2, this used to be 0.4em, but in CM3 it went to 4px. We need the em value because */ 10683 + /* we have set a different line-height and want this to scale with that. */ 10684 + /* Note that this should set vertical padding only, since CodeMirror assumes 10685 + that horizontal padding will be set on CodeMirror pre */ 10686 + padding: 0.4em 0; 10687 +} 10688 +.CodeMirror-linenumber { 10689 + padding: 0 8px 0 4px; 10690 +} 10691 +.CodeMirror-gutters { 10692 + border-bottom-left-radius: 2px; 10693 + border-top-left-radius: 2px; 10694 +} 10695 +.CodeMirror pre { 10696 + /* In CM3 this went to 4px from 0 in CM2. This sets horizontal padding only, 10697 + use .CodeMirror-lines for vertical */ 10698 + padding: 0 0.4em; 10699 + border: 0; 10700 + border-radius: 0; 10701 +} 10702 +.CodeMirror-cursor { 10703 + border-left: 1.4px solid black; 10704 +} 10705 +@media screen and (min-width: 2138px) and (max-width: 4319px) { 10706 + .CodeMirror-cursor { 10707 + border-left: 2px solid black; 10708 + } 10709 +} 10710 +@media screen and (min-width: 4320px) { 10711 + .CodeMirror-cursor { 10712 + border-left: 4px solid black; 10713 + } 10714 +} 10715 +/* 26 26 27 - irradated surface area: 127796483130631.38 m^2 10717 +Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org> 10718 +Adapted from GitHub theme 28 28 29 -Sunlight's composition at ground level, per square meter, with the sun at the zenith, is about 527 watts of infrared radiation, 445 watts of visible light, and 32 watts of ultraviolet radiation. 10720 +*/ 10721 +.highlight-base { 10722 + color: #000; 10723 +} 10724 +.highlight-variable { 10725 + color: #000; 10726 +} 10727 +.highlight-variable-2 { 10728 + color: #1a1a1a; 10729 +} 10730 +.highlight-variable-3 { 10731 + color: #333333; 10732 +} 10733 +.highlight-string { 10734 + color: #BA2121; 10735 +} 10736 +.highlight-comment { 10737 + color: #408080; 10738 + font-style: italic; 10739 +} 10740 +.highlight-number { 10741 + color: #080; 10742 +} 10743 +.highlight-atom { 10744 + color: #88F; 10745 +} 10746 +.highlight-keyword { 10747 + color: #008000; 10748 + font-weight: bold; 10749 +} 10750 +.highlight-builtin { 10751 + color: #008000; 10752 +} 10753 +.highlight-error { 10754 + color: #f00; 10755 +} 10756 +.highlight-operator { 10757 + color: #AA22FF; 10758 + font-weight: bold; 10759 +} 10760 +.highlight-meta { 10761 + color: #AA22FF; 10762 +} 10763 +/* previously not defined, copying from default codemirror */ 10764 +.highlight-def { 10765 + color: #00f; 10766 +} 10767 +.highlight-string-2 { 10768 + color: #f50; 10769 +} 10770 +.highlight-qualifier { 10771 + color: #555; 10772 +} 10773 +.highlight-bracket { 10774 + color: #997; 10775 +} 10776 +.highlight-tag { 10777 + color: #170; 10778 +} 10779 +.highlight-attribute { 10780 + color: #00c; 10781 +} 10782 +.highlight-header { 10783 + color: blue; 10784 +} 10785 +.highlight-quote { 10786 + color: #090; 10787 +} 10788 +.highlight-link { 10789 + color: #00c; 10790 +} 10791 +/* apply the same style to codemirror */ 10792 +.cm-s-ipython span.cm-keyword { 10793 + color: #008000; 10794 + font-weight: bold; 10795 +} 10796 +.cm-s-ipython span.cm-atom { 10797 + color: #88F; 10798 +} 10799 +.cm-s-ipython span.cm-number { 10800 + color: #080; 10801 +} 10802 +.cm-s-ipython span.cm-def { 10803 + color: #00f; 10804 +} 10805 +.cm-s-ipython span.cm-variable { 10806 + color: #000; 10807 +} 10808 +.cm-s-ipython span.cm-operator { 10809 + color: #AA22FF; 10810 + font-weight: bold; 10811 +} 10812 +.cm-s-ipython span.cm-variable-2 { 10813 + color: #1a1a1a; 10814 +} 10815 +.cm-s-ipython span.cm-variable-3 { 10816 + color: #333333; 10817 +} 10818 +.cm-s-ipython span.cm-comment { 10819 + color: #408080; 10820 + font-style: italic; 10821 +} 10822 +.cm-s-ipython span.cm-string { 10823 + color: #BA2121; 10824 +} 10825 +.cm-s-ipython span.cm-string-2 { 10826 + color: #f50; 10827 +} 10828 +.cm-s-ipython span.cm-meta { 10829 + color: #AA22FF; 10830 +} 10831 +.cm-s-ipython span.cm-qualifier { 10832 + color: #555; 10833 +} 10834 +.cm-s-ipython span.cm-builtin { 10835 + color: #008000; 10836 +} 10837 +.cm-s-ipython span.cm-bracket { 10838 + color: #997; 10839 +} 10840 +.cm-s-ipython span.cm-tag { 10841 + color: #170; 10842 +} 10843 +.cm-s-ipython span.cm-attribute { 10844 + color: #00c; 10845 +} 10846 +.cm-s-ipython span.cm-header { 10847 + color: blue; 10848 +} 10849 +.cm-s-ipython span.cm-quote { 10850 + color: #090; 10851 +} 10852 +.cm-s-ipython span.cm-link { 10853 + color: #00c; 10854 +} 10855 +.cm-s-ipython span.cm-error { 10856 + color: #f00; 10857 +} 10858 +.cm-s-ipython span.cm-tab { 10859 + background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAMCAYAAAAkuj5RAAAAAXNSR0IArs4c6QAAAGFJREFUSMft1LsRQFAQheHPowAKoACx3IgEKtaEHujDjORSgWTH/ZOdnZOcM/sgk/kFFWY0qV8foQwS4MKBCS3qR6ixBJvElOobYAtivseIE120FaowJPN75GMu8j/LfMwNjh4HUpwg4LUAAAAASUVORK5CYII=); 10860 + background-position: right; 10861 + background-repeat: no-repeat; 10862 +} 10863 +div.output_wrapper { 10864 + /* this position must be relative to enable descendents to be absolute within it */ 10865 + position: relative; 10866 + /* Old browsers */ 10867 + display: -webkit-box; 10868 + -webkit-box-orient: vertical; 10869 + -webkit-box-align: stretch; 10870 + display: -moz-box; 10871 + -moz-box-orient: vertical; 10872 + -moz-box-align: stretch; 10873 + display: box; 10874 + box-orient: vertical; 10875 + box-align: stretch; 10876 + /* Modern browsers */ 10877 + display: flex; 10878 + flex-direction: column; 10879 + align-items: stretch; 10880 + z-index: 1; 10881 +} 10882 +/* class for the output area when it should be height-limited */ 10883 +div.output_scroll { 10884 + /* ideally, this would be max-height, but FF barfs all over that */ 10885 + height: 24em; 10886 + /* FF needs this *and the wrapper* to specify full width, or it will shrinkwrap */ 10887 + width: 100%; 10888 + overflow: auto; 10889 + border-radius: 2px; 10890 + -webkit-box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.8); 10891 + box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.8); 10892 + display: block; 10893 +} 10894 +/* output div while it is collapsed */ 10895 +div.output_collapsed { 10896 + margin: 0px; 10897 + padding: 0px; 10898 + /* Old browsers */ 10899 + display: -webkit-box; 10900 + -webkit-box-orient: vertical; 10901 + -webkit-box-align: stretch; 10902 + display: -moz-box; 10903 + -moz-box-orient: vertical; 10904 + -moz-box-align: stretch; 10905 + display: box; 10906 + box-orient: vertical; 10907 + box-align: stretch; 10908 + /* Modern browsers */ 10909 + display: flex; 10910 + flex-direction: column; 10911 + align-items: stretch; 10912 +} 10913 +div.out_prompt_overlay { 10914 + height: 100%; 10915 + padding: 0px 0.4em; 10916 + position: absolute; 10917 + border-radius: 2px; 10918 +} 10919 +div.out_prompt_overlay:hover { 10920 + /* use inner shadow to get border that is computed the same on WebKit/FF */ 10921 + -webkit-box-shadow: inset 0 0 1px #000; 10922 + box-shadow: inset 0 0 1px #000; 10923 + background: rgba(240, 240, 240, 0.5); 10924 +} 10925 +div.output_prompt { 10926 + color: #D84315; 10927 +} 10928 +/* This class is the outer container of all output sections. */ 10929 +div.output_area { 10930 + padding: 0px; 10931 + page-break-inside: avoid; 10932 + /* Old browsers */ 10933 + display: -webkit-box; 10934 + -webkit-box-orient: horizontal; 10935 + -webkit-box-align: stretch; 10936 + display: -moz-box; 10937 + -moz-box-orient: horizontal; 10938 + -moz-box-align: stretch; 10939 + display: box; 10940 + box-orient: horizontal; 10941 + box-align: stretch; 10942 + /* Modern browsers */ 10943 + display: flex; 10944 + flex-direction: row; 10945 + align-items: stretch; 10946 +} 10947 +div.output_area .MathJax_Display { 10948 + text-align: left !important; 10949 +} 10950 +div.output_area .rendered_html table { 10951 + margin-left: 0; 10952 + margin-right: 0; 10953 +} 10954 +div.output_area .rendered_html img { 10955 + margin-left: 0; 10956 + margin-right: 0; 10957 +} 10958 +div.output_area img, 10959 +div.output_area svg { 10960 + max-width: 100%; 10961 + height: auto; 10962 +} 10963 +div.output_area img.unconfined, 10964 +div.output_area svg.unconfined { 10965 + max-width: none; 10966 +} 10967 +div.output_area .mglyph > img { 10968 + max-width: none; 10969 +} 10970 +/* This is needed to protect the pre formating from global settings such 10971 + as that of bootstrap */ 10972 +.output { 10973 + /* Old browsers */ 10974 + display: -webkit-box; 10975 + -webkit-box-orient: vertical; 10976 + -webkit-box-align: stretch; 10977 + display: -moz-box; 10978 + -moz-box-orient: vertical; 10979 + -moz-box-align: stretch; 10980 + display: box; 10981 + box-orient: vertical; 10982 + box-align: stretch; 10983 + /* Modern browsers */ 10984 + display: flex; 10985 + flex-direction: column; 10986 + align-items: stretch; 10987 +} 10988 +@media (max-width: 540px) { 10989 + div.output_area { 10990 + /* Old browsers */ 10991 + display: -webkit-box; 10992 + -webkit-box-orient: vertical; 10993 + -webkit-box-align: stretch; 10994 + display: -moz-box; 10995 + -moz-box-orient: vertical; 10996 + -moz-box-align: stretch; 10997 + display: box; 10998 + box-orient: vertical; 10999 + box-align: stretch; 11000 + /* Modern browsers */ 11001 + display: flex; 11002 + flex-direction: column; 11003 + align-items: stretch; 11004 + } 11005 +} 11006 +div.output_area pre { 11007 + margin: 0; 11008 + padding: 1px 0 1px 0; 11009 + border: 0; 11010 + vertical-align: baseline; 11011 + color: black; 11012 + background-color: transparent; 11013 + border-radius: 0; 11014 +} 11015 +/* This class is for the output subarea inside the output_area and after 11016 + the prompt div. */ 11017 +div.output_subarea { 11018 + overflow-x: auto; 11019 + padding: 0.4em; 11020 + /* Old browsers */ 11021 + -webkit-box-flex: 1; 11022 + -moz-box-flex: 1; 11023 + box-flex: 1; 11024 + /* Modern browsers */ 11025 + flex: 1; 11026 + max-width: calc(100% - 14ex); 11027 +} 11028 +div.output_scroll div.output_subarea { 11029 + overflow-x: visible; 11030 +} 11031 +/* The rest of the output_* classes are for special styling of the different 11032 + output types */ 11033 +/* all text output has this class: */ 11034 +div.output_text { 11035 + text-align: left; 11036 + color: #000; 11037 + /* This has to match that of the the CodeMirror class line-height below */ 11038 + line-height: 1.21429em; 11039 +} 11040 +/* stdout/stderr are 'text' as well as 'stream', but execute_result/error are *not* streams */ 11041 +div.output_stderr { 11042 + background: #fdd; 11043 + /* very light red background for stderr */ 11044 +} 11045 +div.output_latex { 11046 + text-align: left; 11047 +} 11048 +/* Empty output_javascript divs should have no height */ 11049 +div.output_javascript:empty { 11050 + padding: 0; 11051 +} 11052 +.js-error { 11053 + color: darkred; 11054 +} 11055 +/* raw_input styles */ 11056 +div.raw_input_container { 11057 + line-height: 1.21429em; 11058 + padding-top: 5px; 11059 +} 11060 +pre.raw_input_prompt { 11061 + /* nothing needed here. */ 11062 +} 11063 +input.raw_input { 11064 + font-family: monospace; 11065 + font-size: inherit; 11066 + color: inherit; 11067 + width: auto; 11068 + /* make sure input baseline aligns with prompt */ 11069 + vertical-align: baseline; 11070 + /* padding + margin = 0.5em between prompt and cursor */ 11071 + padding: 0em 0.25em; 11072 + margin: 0em 0.25em; 11073 +} 11074 +input.raw_input:focus { 11075 + box-shadow: none; 11076 +} 11077 +p.p-space { 11078 + margin-bottom: 10px; 11079 +} 11080 +div.output_unrecognized { 11081 + padding: 5px; 11082 + font-weight: bold; 11083 + color: red; 11084 +} 11085 +div.output_unrecognized a { 11086 + color: inherit; 11087 + text-decoration: none; 11088 +} 11089 +div.output_unrecognized a:hover { 11090 + color: inherit; 11091 + text-decoration: none; 11092 +} 11093 +.rendered_html { 11094 + color: #000; 11095 + /* any extras will just be numbers: */ 11096 +} 11097 +.rendered_html em { 11098 + font-style: italic; 11099 +} 11100 +.rendered_html strong { 11101 + font-weight: bold; 11102 +} 11103 +.rendered_html u { 11104 + text-decoration: underline; 11105 +} 11106 +.rendered_html :link { 11107 + text-decoration: underline; 11108 +} 11109 +.rendered_html :visited { 11110 + text-decoration: underline; 11111 +} 11112 +.rendered_html h1 { 11113 + font-size: 185.7%; 11114 + margin: 1.08em 0 0 0; 11115 + font-weight: bold; 11116 + line-height: 1.0; 11117 +} 11118 +.rendered_html h2 { 11119 + font-size: 157.1%; 11120 + margin: 1.27em 0 0 0; 11121 + font-weight: bold; 11122 + line-height: 1.0; 11123 +} 11124 +.rendered_html h3 { 11125 + font-size: 128.6%; 11126 + margin: 1.55em 0 0 0; 11127 + font-weight: bold; 11128 + line-height: 1.0; 11129 +} 11130 +.rendered_html h4 { 11131 + font-size: 100%; 11132 + margin: 2em 0 0 0; 11133 + font-weight: bold; 11134 + line-height: 1.0; 11135 +} 11136 +.rendered_html h5 { 11137 + font-size: 100%; 11138 + margin: 2em 0 0 0; 11139 + font-weight: bold; 11140 + line-height: 1.0; 11141 + font-style: italic; 11142 +} 11143 +.rendered_html h6 { 11144 + font-size: 100%; 11145 + margin: 2em 0 0 0; 11146 + font-weight: bold; 11147 + line-height: 1.0; 11148 + font-style: italic; 11149 +} 11150 +.rendered_html h1:first-child { 11151 + margin-top: 0.538em; 11152 +} 11153 +.rendered_html h2:first-child { 11154 + margin-top: 0.636em; 11155 +} 11156 +.rendered_html h3:first-child { 11157 + margin-top: 0.777em; 11158 +} 11159 +.rendered_html h4:first-child { 11160 + margin-top: 1em; 11161 +} 11162 +.rendered_html h5:first-child { 11163 + margin-top: 1em; 11164 +} 11165 +.rendered_html h6:first-child { 11166 + margin-top: 1em; 11167 +} 11168 +.rendered_html ul:not(.list-inline), 11169 +.rendered_html ol:not(.list-inline) { 11170 + padding-left: 2em; 11171 +} 11172 +.rendered_html ul { 11173 + list-style: disc; 11174 +} 11175 +.rendered_html ul ul { 11176 + list-style: square; 11177 + margin-top: 0; 11178 +} 11179 +.rendered_html ul ul ul { 11180 + list-style: circle; 11181 +} 11182 +.rendered_html ol { 11183 + list-style: decimal; 11184 +} 11185 +.rendered_html ol ol { 11186 + list-style: upper-alpha; 11187 + margin-top: 0; 11188 +} 11189 +.rendered_html ol ol ol { 11190 + list-style: lower-alpha; 11191 +} 11192 +.rendered_html ol ol ol ol { 11193 + list-style: lower-roman; 11194 +} 11195 +.rendered_html ol ol ol ol ol { 11196 + list-style: decimal; 11197 +} 11198 +.rendered_html * + ul { 11199 + margin-top: 1em; 11200 +} 11201 +.rendered_html * + ol { 11202 + margin-top: 1em; 11203 +} 11204 +.rendered_html hr { 11205 + color: black; 11206 + background-color: black; 11207 +} 11208 +.rendered_html pre { 11209 + margin: 1em 2em; 11210 + padding: 0px; 11211 + background-color: #fff; 11212 +} 11213 +.rendered_html code { 11214 + background-color: #eff0f1; 11215 +} 11216 +.rendered_html p code { 11217 + padding: 1px 5px; 11218 +} 11219 +.rendered_html pre code { 11220 + background-color: #fff; 11221 +} 11222 +.rendered_html pre, 11223 +.rendered_html code { 11224 + border: 0; 11225 + color: #000; 11226 + font-size: 100%; 11227 +} 11228 +.rendered_html blockquote { 11229 + margin: 1em 2em; 11230 +} 11231 +.rendered_html table { 11232 + margin-left: auto; 11233 + margin-right: auto; 11234 + border: none; 11235 + border-collapse: collapse; 11236 + border-spacing: 0; 11237 + color: black; 11238 + font-size: 12px; 11239 + table-layout: fixed; 11240 +} 11241 +.rendered_html thead { 11242 + border-bottom: 1px solid black; 11243 + vertical-align: bottom; 11244 +} 11245 +.rendered_html tr, 11246 +.rendered_html th, 11247 +.rendered_html td { 11248 + text-align: right; 11249 + vertical-align: middle; 11250 + padding: 0.5em 0.5em; 11251 + line-height: normal; 11252 + white-space: normal; 11253 + max-width: none; 11254 + border: none; 11255 +} 11256 +.rendered_html th { 11257 + font-weight: bold; 11258 +} 11259 +.rendered_html tbody tr:nth-child(odd) { 11260 + background: #f5f5f5; 11261 +} 11262 +.rendered_html tbody tr:hover { 11263 + background: rgba(66, 165, 245, 0.2); 11264 +} 11265 +.rendered_html * + table { 11266 + margin-top: 1em; 11267 +} 11268 +.rendered_html p { 11269 + text-align: left; 11270 +} 11271 +.rendered_html * + p { 11272 + margin-top: 1em; 11273 +} 11274 +.rendered_html img { 11275 + display: block; 11276 + margin-left: auto; 11277 + margin-right: auto; 11278 +} 11279 +.rendered_html * + img { 11280 + margin-top: 1em; 11281 +} 11282 +.rendered_html img, 11283 +.rendered_html svg { 11284 + max-width: 100%; 11285 + height: auto; 11286 +} 11287 +.rendered_html img.unconfined, 11288 +.rendered_html svg.unconfined { 11289 + max-width: none; 11290 +} 11291 +.rendered_html .alert { 11292 + margin-bottom: initial; 11293 +} 11294 +.rendered_html * + .alert { 11295 + margin-top: 1em; 11296 +} 11297 +[dir="rtl"] .rendered_html p { 11298 + text-align: right; 11299 +} 11300 +div.text_cell { 11301 + /* Old browsers */ 11302 + display: -webkit-box; 11303 + -webkit-box-orient: horizontal; 11304 + -webkit-box-align: stretch; 11305 + display: -moz-box; 11306 + -moz-box-orient: horizontal; 11307 + -moz-box-align: stretch; 11308 + display: box; 11309 + box-orient: horizontal; 11310 + box-align: stretch; 11311 + /* Modern browsers */ 11312 + display: flex; 11313 + flex-direction: row; 11314 + align-items: stretch; 11315 +} 11316 +@media (max-width: 540px) { 11317 + div.text_cell > div.prompt { 11318 + display: none; 11319 + } 11320 +} 11321 +div.text_cell_render { 11322 + /*font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;*/ 11323 + outline: none; 11324 + resize: none; 11325 + width: inherit; 11326 + border-style: none; 11327 + padding: 0.5em 0.5em 0.5em 0.4em; 11328 + color: #000; 11329 + box-sizing: border-box; 11330 + -moz-box-sizing: border-box; 11331 + -webkit-box-sizing: border-box; 11332 +} 11333 +a.anchor-link:link { 11334 + text-decoration: none; 11335 + padding: 0px 20px; 11336 + visibility: hidden; 11337 +} 11338 +h1:hover .anchor-link, 11339 +h2:hover .anchor-link, 11340 +h3:hover .anchor-link, 11341 +h4:hover .anchor-link, 11342 +h5:hover .anchor-link, 11343 +h6:hover .anchor-link { 11344 + visibility: visible; 11345 +} 11346 +.text_cell.rendered .input_area { 11347 + display: none; 11348 +} 11349 +.text_cell.rendered .rendered_html { 11350 + overflow-x: auto; 11351 + overflow-y: hidden; 11352 +} 11353 +.text_cell.rendered .rendered_html tr, 11354 +.text_cell.rendered .rendered_html th, 11355 +.text_cell.rendered .rendered_html td { 11356 + max-width: none; 11357 +} 11358 +.text_cell.unrendered .text_cell_render { 11359 + display: none; 11360 +} 11361 +.text_cell .dropzone .input_area { 11362 + border: 2px dashed #bababa; 11363 + margin: -1px; 11364 +} 11365 +.cm-header-1, 11366 +.cm-header-2, 11367 +.cm-header-3, 11368 +.cm-header-4, 11369 +.cm-header-5, 11370 +.cm-header-6 { 11371 + font-weight: bold; 11372 + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 11373 +} 11374 +.cm-header-1 { 11375 + font-size: 185.7%; 11376 +} 11377 +.cm-header-2 { 11378 + font-size: 157.1%; 11379 +} 11380 +.cm-header-3 { 11381 + font-size: 128.6%; 11382 +} 11383 +.cm-header-4 { 11384 + font-size: 110%; 11385 +} 11386 +.cm-header-5 { 11387 + font-size: 100%; 11388 + font-style: italic; 11389 +} 11390 +.cm-header-6 { 11391 + font-size: 100%; 11392 + font-style: italic; 11393 +} 11394 +/*! 11395 +* 11396 +* IPython notebook webapp 11397 +* 11398 +*/ 11399 +@media (max-width: 767px) { 11400 + .notebook_app { 11401 + padding-left: 0px; 11402 + padding-right: 0px; 11403 + } 11404 +} 11405 +#ipython-main-app { 11406 + box-sizing: border-box; 11407 + -moz-box-sizing: border-box; 11408 + -webkit-box-sizing: border-box; 11409 + height: 100%; 11410 +} 11411 +div#notebook_panel { 11412 + margin: 0px; 11413 + padding: 0px; 11414 + box-sizing: border-box; 11415 + -moz-box-sizing: border-box; 11416 + -webkit-box-sizing: border-box; 11417 + height: 100%; 11418 +} 11419 +div#notebook { 11420 + font-size: 14px; 11421 + line-height: 20px; 11422 + overflow-y: hidden; 11423 + overflow-x: auto; 11424 + width: 100%; 11425 + /* This spaces the page away from the edge of the notebook area */ 11426 + padding-top: 20px; 11427 + margin: 0px; 11428 + outline: none; 11429 + box-sizing: border-box; 11430 + -moz-box-sizing: border-box; 11431 + -webkit-box-sizing: border-box; 11432 + min-height: 100%; 11433 +} 11434 +@media not print { 11435 + #notebook-container { 11436 + padding: 15px; 11437 + background-color: #fff; 11438 + min-height: 0; 11439 + -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); 11440 + box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); 11441 + } 11442 +} 11443 +@media print { 11444 + #notebook-container { 11445 + width: 100%; 11446 + } 11447 +} 11448 +div.ui-widget-content { 11449 + border: 1px solid #ababab; 11450 + outline: none; 11451 +} 11452 +pre.dialog { 11453 + background-color: #f7f7f7; 11454 + border: 1px solid #ddd; 11455 + border-radius: 2px; 11456 + padding: 0.4em; 11457 + padding-left: 2em; 11458 +} 11459 +p.dialog { 11460 + padding: 0.2em; 11461 +} 11462 +/* Word-wrap output correctly. This is the CSS3 spelling, though Firefox seems 11463 + to not honor it correctly. Webkit browsers (Chrome, rekonq, Safari) do. 11464 + */ 11465 +pre, 11466 +code, 11467 +kbd, 11468 +samp { 11469 + white-space: pre-wrap; 11470 +} 11471 +#fonttest { 11472 + font-family: monospace; 11473 +} 11474 +p { 11475 + margin-bottom: 0; 11476 +} 11477 +.end_space { 11478 + min-height: 100px; 11479 + transition: height .2s ease; 11480 +} 11481 +.notebook_app > #header { 11482 + -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); 11483 + box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); 11484 +} 11485 +@media not print { 11486 + .notebook_app { 11487 + background-color: #EEE; 11488 + } 11489 +} 11490 +kbd { 11491 + border-style: solid; 11492 + border-width: 1px; 11493 + box-shadow: none; 11494 + margin: 2px; 11495 + padding-left: 2px; 11496 + padding-right: 2px; 11497 + padding-top: 1px; 11498 + padding-bottom: 1px; 11499 +} 11500 +.jupyter-keybindings { 11501 + padding: 1px; 11502 + line-height: 24px; 11503 + border-bottom: 1px solid gray; 11504 +} 11505 +.jupyter-keybindings input { 11506 + margin: 0; 11507 + padding: 0; 11508 + border: none; 11509 +} 11510 +.jupyter-keybindings i { 11511 + padding: 6px; 11512 +} 11513 +.well code { 11514 + background-color: #ffffff; 11515 + border-color: #ababab; 11516 + border-width: 1px; 11517 + border-style: solid; 11518 + padding: 2px; 11519 + padding-top: 1px; 11520 + padding-bottom: 1px; 11521 +} 11522 +/* CSS for the cell toolbar */ 11523 +.celltoolbar { 11524 + border: thin solid #CFCFCF; 11525 + border-bottom: none; 11526 + background: #EEE; 11527 + border-radius: 2px 2px 0px 0px; 11528 + width: 100%; 11529 + height: 29px; 11530 + padding-right: 4px; 11531 + /* Old browsers */ 11532 + display: -webkit-box; 11533 + -webkit-box-orient: horizontal; 11534 + -webkit-box-align: stretch; 11535 + display: -moz-box; 11536 + -moz-box-orient: horizontal; 11537 + -moz-box-align: stretch; 11538 + display: box; 11539 + box-orient: horizontal; 11540 + box-align: stretch; 11541 + /* Modern browsers */ 11542 + display: flex; 11543 + flex-direction: row; 11544 + align-items: stretch; 11545 + /* Old browsers */ 11546 + -webkit-box-pack: end; 11547 + -moz-box-pack: end; 11548 + box-pack: end; 11549 + /* Modern browsers */ 11550 + justify-content: flex-end; 11551 + display: -webkit-flex; 11552 +} 11553 +@media print { 11554 + .celltoolbar { 11555 + display: none; 11556 + } 11557 +} 11558 +.ctb_hideshow { 11559 + display: none; 11560 + vertical-align: bottom; 11561 +} 11562 +/* ctb_show is added to the ctb_hideshow div to show the cell toolbar. 11563 + Cell toolbars are only shown when the ctb_global_show class is also set. 11564 +*/ 11565 +.ctb_global_show .ctb_show.ctb_hideshow { 11566 + display: block; 11567 +} 11568 +.ctb_global_show .ctb_show + .input_area, 11569 +.ctb_global_show .ctb_show + div.text_cell_input, 11570 +.ctb_global_show .ctb_show ~ div.text_cell_render { 11571 + border-top-right-radius: 0px; 11572 + border-top-left-radius: 0px; 11573 +} 11574 +.ctb_global_show .ctb_show ~ div.text_cell_render { 11575 + border: 1px solid #cfcfcf; 11576 +} 11577 +.celltoolbar { 11578 + font-size: 87%; 11579 + padding-top: 3px; 11580 +} 11581 +.celltoolbar select { 11582 + display: block; 11583 + width: 100%; 11584 + height: 32px; 11585 + padding: 6px 12px; 11586 + font-size: 13px; 11587 + line-height: 1.42857143; 11588 + color: #555555; 11589 + background-color: #fff; 11590 + background-image: none; 11591 + border: 1px solid #ccc; 11592 + border-radius: 2px; 11593 + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 11594 + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 11595 + -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 11596 + -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 11597 + transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 11598 + height: 30px; 11599 + padding: 5px 10px; 11600 + font-size: 12px; 11601 + line-height: 1.5; 11602 + border-radius: 1px; 11603 + width: inherit; 11604 + font-size: inherit; 11605 + height: 22px; 11606 + padding: 0px; 11607 + display: inline-block; 11608 +} 11609 +.celltoolbar select:focus { 11610 + border-color: #66afe9; 11611 + outline: 0; 11612 + -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); 11613 + box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); 11614 +} 11615 +.celltoolbar select::-moz-placeholder { 11616 + color: #999; 11617 + opacity: 1; 11618 +} 11619 +.celltoolbar select:-ms-input-placeholder { 11620 + color: #999; 11621 +} 11622 +.celltoolbar select::-webkit-input-placeholder { 11623 + color: #999; 11624 +} 11625 +.celltoolbar select::-ms-expand { 11626 + border: 0; 11627 + background-color: transparent; 11628 +} 11629 +.celltoolbar select[disabled], 11630 +.celltoolbar select[readonly], 11631 +fieldset[disabled] .celltoolbar select { 11632 + background-color: #eeeeee; 11633 + opacity: 1; 11634 +} 11635 +.celltoolbar select[disabled], 11636 +fieldset[disabled] .celltoolbar select { 11637 + cursor: not-allowed; 11638 +} 11639 +textarea.celltoolbar select { 11640 + height: auto; 11641 +} 11642 +select.celltoolbar select { 11643 + height: 30px; 11644 + line-height: 30px; 11645 +} 11646 +textarea.celltoolbar select, 11647 +select[multiple].celltoolbar select { 11648 + height: auto; 11649 +} 11650 +.celltoolbar label { 11651 + margin-left: 5px; 11652 + margin-right: 5px; 11653 +} 11654 +.tags_button_container { 11655 + width: 100%; 11656 + display: flex; 11657 +} 11658 +.tag-container { 11659 + display: flex; 11660 + flex-direction: row; 11661 + flex-grow: 1; 11662 + overflow: hidden; 11663 + position: relative; 11664 +} 11665 +.tag-container > * { 11666 + margin: 0 4px; 11667 +} 11668 +.remove-tag-btn { 11669 + margin-left: 4px; 11670 +} 11671 +.tags-input { 11672 + display: flex; 11673 +} 11674 +.cell-tag:last-child:after { 11675 + content: ""; 11676 + position: absolute; 11677 + right: 0; 11678 + width: 40px; 11679 + height: 100%; 11680 + /* Fade to background color of cell toolbar */ 11681 + background: linear-gradient(to right, rgba(0, 0, 0, 0), #EEE); 11682 +} 11683 +.tags-input > * { 11684 + margin-left: 4px; 11685 +} 11686 +.cell-tag, 11687 +.tags-input input, 11688 +.tags-input button { 11689 + display: block; 11690 + width: 100%; 11691 + height: 32px; 11692 + padding: 6px 12px; 11693 + font-size: 13px; 11694 + line-height: 1.42857143; 11695 + color: #555555; 11696 + background-color: #fff; 11697 + background-image: none; 11698 + border: 1px solid #ccc; 11699 + border-radius: 2px; 11700 + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 11701 + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 11702 + -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 11703 + -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 11704 + transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 11705 + height: 30px; 11706 + padding: 5px 10px; 11707 + font-size: 12px; 11708 + line-height: 1.5; 11709 + border-radius: 1px; 11710 + box-shadow: none; 11711 + width: inherit; 11712 + font-size: inherit; 11713 + height: 22px; 11714 + line-height: 22px; 11715 + padding: 0px 4px; 11716 + display: inline-block; 11717 +} 11718 +.cell-tag:focus, 11719 +.tags-input input:focus, 11720 +.tags-input button:focus { 11721 + border-color: #66afe9; 11722 + outline: 0; 11723 + -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); 11724 + box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); 11725 +} 11726 +.cell-tag::-moz-placeholder, 11727 +.tags-input input::-moz-placeholder, 11728 +.tags-input button::-moz-placeholder { 11729 + color: #999; 11730 + opacity: 1; 11731 +} 11732 +.cell-tag:-ms-input-placeholder, 11733 +.tags-input input:-ms-input-placeholder, 11734 +.tags-input button:-ms-input-placeholder { 11735 + color: #999; 11736 +} 11737 +.cell-tag::-webkit-input-placeholder, 11738 +.tags-input input::-webkit-input-placeholder, 11739 +.tags-input button::-webkit-input-placeholder { 11740 + color: #999; 11741 +} 11742 +.cell-tag::-ms-expand, 11743 +.tags-input input::-ms-expand, 11744 +.tags-input button::-ms-expand { 11745 + border: 0; 11746 + background-color: transparent; 11747 +} 11748 +.cell-tag[disabled], 11749 +.tags-input input[disabled], 11750 +.tags-input button[disabled], 11751 +.cell-tag[readonly], 11752 +.tags-input input[readonly], 11753 +.tags-input button[readonly], 11754 +fieldset[disabled] .cell-tag, 11755 +fieldset[disabled] .tags-input input, 11756 +fieldset[disabled] .tags-input button { 11757 + background-color: #eeeeee; 11758 + opacity: 1; 11759 +} 11760 +.cell-tag[disabled], 11761 +.tags-input input[disabled], 11762 +.tags-input button[disabled], 11763 +fieldset[disabled] .cell-tag, 11764 +fieldset[disabled] .tags-input input, 11765 +fieldset[disabled] .tags-input button { 11766 + cursor: not-allowed; 11767 +} 11768 +textarea.cell-tag, 11769 +textarea.tags-input input, 11770 +textarea.tags-input button { 11771 + height: auto; 11772 +} 11773 +select.cell-tag, 11774 +select.tags-input input, 11775 +select.tags-input button { 11776 + height: 30px; 11777 + line-height: 30px; 11778 +} 11779 +textarea.cell-tag, 11780 +textarea.tags-input input, 11781 +textarea.tags-input button, 11782 +select[multiple].cell-tag, 11783 +select[multiple].tags-input input, 11784 +select[multiple].tags-input button { 11785 + height: auto; 11786 +} 11787 +.cell-tag, 11788 +.tags-input button { 11789 + padding: 0px 4px; 11790 +} 11791 +.cell-tag { 11792 + background-color: #fff; 11793 + white-space: nowrap; 11794 +} 11795 +.tags-input input[type=text]:focus { 11796 + outline: none; 11797 + box-shadow: none; 11798 + border-color: #ccc; 11799 +} 11800 +.completions { 11801 + position: absolute; 11802 + z-index: 110; 11803 + overflow: hidden; 11804 + border: 1px solid #ababab; 11805 + border-radius: 2px; 11806 + -webkit-box-shadow: 0px 6px 10px -1px #adadad; 11807 + box-shadow: 0px 6px 10px -1px #adadad; 11808 + line-height: 1; 11809 +} 11810 +.completions select { 11811 + background: white; 11812 + outline: none; 11813 + border: none; 11814 + padding: 0px; 11815 + margin: 0px; 11816 + overflow: auto; 11817 + font-family: monospace; 11818 + font-size: 110%; 11819 + color: #000; 11820 + width: auto; 11821 +} 11822 +.completions select option.context { 11823 + color: #286090; 11824 +} 11825 +#kernel_logo_widget .current_kernel_logo { 11826 + display: none; 11827 + margin-top: -1px; 11828 + margin-bottom: -1px; 11829 + width: 32px; 11830 + height: 32px; 11831 +} 11832 +[dir="rtl"] #kernel_logo_widget { 11833 + float: left !important; 11834 + float: left; 11835 +} 11836 +.modal .modal-body .move-path { 11837 + display: flex; 11838 + flex-direction: row; 11839 + justify-content: space; 11840 + align-items: center; 11841 +} 11842 +.modal .modal-body .move-path .server-root { 11843 + padding-right: 20px; 11844 +} 11845 +.modal .modal-body .move-path .path-input { 11846 + flex: 1; 11847 +} 11848 +#menubar { 11849 + box-sizing: border-box; 11850 + -moz-box-sizing: border-box; 11851 + -webkit-box-sizing: border-box; 11852 + margin-top: 1px; 11853 +} 11854 +#menubar .navbar { 11855 + border-top: 1px; 11856 + border-radius: 0px 0px 2px 2px; 11857 + margin-bottom: 0px; 11858 +} 11859 +#menubar .navbar-toggle { 11860 + float: left; 11861 + padding-top: 7px; 11862 + padding-bottom: 7px; 11863 + border: none; 11864 +} 11865 +#menubar .navbar-collapse { 11866 + clear: left; 11867 +} 11868 +[dir="rtl"] #menubar .navbar-toggle { 11869 + float: right; 11870 +} 11871 +[dir="rtl"] #menubar .navbar-collapse { 11872 + clear: right; 11873 +} 11874 +[dir="rtl"] #menubar .navbar-nav { 11875 + float: right; 11876 +} 11877 +[dir="rtl"] #menubar .nav { 11878 + padding-right: 0px; 11879 +} 11880 +[dir="rtl"] #menubar .navbar-nav > li { 11881 + float: right; 11882 +} 11883 +[dir="rtl"] #menubar .navbar-right { 11884 + float: left !important; 11885 +} 11886 +[dir="rtl"] ul.dropdown-menu { 11887 + text-align: right; 11888 + left: auto; 11889 +} 11890 +[dir="rtl"] ul#new-menu.dropdown-menu { 11891 + right: auto; 11892 + left: 0; 11893 +} 11894 +.nav-wrapper { 11895 + border-bottom: 1px solid #e7e7e7; 11896 +} 11897 +i.menu-icon { 11898 + padding-top: 4px; 11899 +} 11900 +[dir="rtl"] i.menu-icon.pull-right { 11901 + float: left !important; 11902 + float: left; 11903 +} 11904 +ul#help_menu li a { 11905 + overflow: hidden; 11906 + padding-right: 2.2em; 11907 +} 11908 +ul#help_menu li a i { 11909 + margin-right: -1.2em; 11910 +} 11911 +[dir="rtl"] ul#help_menu li a { 11912 + padding-left: 2.2em; 11913 +} 11914 +[dir="rtl"] ul#help_menu li a i { 11915 + margin-right: 0; 11916 + margin-left: -1.2em; 11917 +} 11918 +[dir="rtl"] ul#help_menu li a i.pull-right { 11919 + float: left !important; 11920 + float: left; 11921 +} 11922 +.dropdown-submenu { 11923 + position: relative; 11924 +} 11925 +.dropdown-submenu > .dropdown-menu { 11926 + top: 0; 11927 + left: 100%; 11928 + margin-top: -6px; 11929 + margin-left: -1px; 11930 +} 11931 +[dir="rtl"] .dropdown-submenu > .dropdown-menu { 11932 + right: 100%; 11933 + margin-right: -1px; 11934 +} 11935 +.dropdown-submenu:hover > .dropdown-menu { 11936 + display: block; 11937 +} 11938 +.dropdown-submenu > a:after { 11939 + display: inline-block; 11940 + font: normal normal normal 14px/1 FontAwesome; 11941 + font-size: inherit; 11942 + text-rendering: auto; 11943 + -webkit-font-smoothing: antialiased; 11944 + -moz-osx-font-smoothing: grayscale; 11945 + display: block; 11946 + content: "\f0da"; 11947 + float: right; 11948 + color: #333333; 11949 + margin-top: 2px; 11950 + margin-right: -10px; 11951 +} 11952 +.dropdown-submenu > a:after.fa-pull-left { 11953 + margin-right: .3em; 11954 +} 11955 +.dropdown-submenu > a:after.fa-pull-right { 11956 + margin-left: .3em; 11957 +} 11958 +.dropdown-submenu > a:after.pull-left { 11959 + margin-right: .3em; 11960 +} 11961 +.dropdown-submenu > a:after.pull-right { 11962 + margin-left: .3em; 11963 +} 11964 +[dir="rtl"] .dropdown-submenu > a:after { 11965 + float: left; 11966 + content: "\f0d9"; 11967 + margin-right: 0; 11968 + margin-left: -10px; 11969 +} 11970 +.dropdown-submenu:hover > a:after { 11971 + color: #262626; 11972 +} 11973 +.dropdown-submenu.pull-left { 11974 + float: none; 11975 +} 11976 +.dropdown-submenu.pull-left > .dropdown-menu { 11977 + left: -100%; 11978 + margin-left: 10px; 11979 +} 11980 +#notification_area { 11981 + float: right !important; 11982 + float: right; 11983 + z-index: 10; 11984 +} 11985 +[dir="rtl"] #notification_area { 11986 + float: left !important; 11987 + float: left; 11988 +} 11989 +.indicator_area { 11990 + float: right !important; 11991 + float: right; 11992 + color: #777; 11993 + margin-left: 5px; 11994 + margin-right: 5px; 11995 + width: 11px; 11996 + z-index: 10; 11997 + text-align: center; 11998 + width: auto; 11999 +} 12000 +[dir="rtl"] .indicator_area { 12001 + float: left !important; 12002 + float: left; 12003 +} 12004 +#kernel_indicator { 12005 + float: right !important; 12006 + float: right; 12007 + color: #777; 12008 + margin-left: 5px; 12009 + margin-right: 5px; 12010 + width: 11px; 12011 + z-index: 10; 12012 + text-align: center; 12013 + width: auto; 12014 + border-left: 1px solid; 12015 +} 12016 +#kernel_indicator .kernel_indicator_name { 12017 + padding-left: 5px; 12018 + padding-right: 5px; 12019 +} 12020 +[dir="rtl"] #kernel_indicator { 12021 + float: left !important; 12022 + float: left; 12023 + border-left: 0; 12024 + border-right: 1px solid; 12025 +} 12026 +#modal_indicator { 12027 + float: right !important; 12028 + float: right; 12029 + color: #777; 12030 + margin-left: 5px; 12031 + margin-right: 5px; 12032 + width: 11px; 12033 + z-index: 10; 12034 + text-align: center; 12035 + width: auto; 12036 +} 12037 +[dir="rtl"] #modal_indicator { 12038 + float: left !important; 12039 + float: left; 12040 +} 12041 +#readonly-indicator { 12042 + float: right !important; 12043 + float: right; 12044 + color: #777; 12045 + margin-left: 5px; 12046 + margin-right: 5px; 12047 + width: 11px; 12048 + z-index: 10; 12049 + text-align: center; 12050 + width: auto; 12051 + margin-top: 2px; 12052 + margin-bottom: 0px; 12053 + margin-left: 0px; 12054 + margin-right: 0px; 12055 + display: none; 12056 +} 12057 +.modal_indicator:before { 12058 + width: 1.28571429em; 12059 + text-align: center; 12060 +} 12061 +.edit_mode .modal_indicator:before { 12062 + display: inline-block; 12063 + font: normal normal normal 14px/1 FontAwesome; 12064 + font-size: inherit; 12065 + text-rendering: auto; 12066 + -webkit-font-smoothing: antialiased; 12067 + -moz-osx-font-smoothing: grayscale; 12068 + content: "\f040"; 12069 +} 12070 +.edit_mode .modal_indicator:before.fa-pull-left { 12071 + margin-right: .3em; 12072 +} 12073 +.edit_mode .modal_indicator:before.fa-pull-right { 12074 + margin-left: .3em; 12075 +} 12076 +.edit_mode .modal_indicator:before.pull-left { 12077 + margin-right: .3em; 12078 +} 12079 +.edit_mode .modal_indicator:before.pull-right { 12080 + margin-left: .3em; 12081 +} 12082 +.command_mode .modal_indicator:before { 12083 + display: inline-block; 12084 + font: normal normal normal 14px/1 FontAwesome; 12085 + font-size: inherit; 12086 + text-rendering: auto; 12087 + -webkit-font-smoothing: antialiased; 12088 + -moz-osx-font-smoothing: grayscale; 12089 + content: ' '; 12090 +} 12091 +.command_mode .modal_indicator:before.fa-pull-left { 12092 + margin-right: .3em; 12093 +} 12094 +.command_mode .modal_indicator:before.fa-pull-right { 12095 + margin-left: .3em; 12096 +} 12097 +.command_mode .modal_indicator:before.pull-left { 12098 + margin-right: .3em; 12099 +} 12100 +.command_mode .modal_indicator:before.pull-right { 12101 + margin-left: .3em; 12102 +} 12103 +.kernel_idle_icon:before { 12104 + display: inline-block; 12105 + font: normal normal normal 14px/1 FontAwesome; 12106 + font-size: inherit; 12107 + text-rendering: auto; 12108 + -webkit-font-smoothing: antialiased; 12109 + -moz-osx-font-smoothing: grayscale; 12110 + content: "\f10c"; 12111 +} 12112 +.kernel_idle_icon:before.fa-pull-left { 12113 + margin-right: .3em; 12114 +} 12115 +.kernel_idle_icon:before.fa-pull-right { 12116 + margin-left: .3em; 12117 +} 12118 +.kernel_idle_icon:before.pull-left { 12119 + margin-right: .3em; 12120 +} 12121 +.kernel_idle_icon:before.pull-right { 12122 + margin-left: .3em; 12123 +} 12124 +.kernel_busy_icon:before { 12125 + display: inline-block; 12126 + font: normal normal normal 14px/1 FontAwesome; 12127 + font-size: inherit; 12128 + text-rendering: auto; 12129 + -webkit-font-smoothing: antialiased; 12130 + -moz-osx-font-smoothing: grayscale; 12131 + content: "\f111"; 12132 +} 12133 +.kernel_busy_icon:before.fa-pull-left { 12134 + margin-right: .3em; 12135 +} 12136 +.kernel_busy_icon:before.fa-pull-right { 12137 + margin-left: .3em; 12138 +} 12139 +.kernel_busy_icon:before.pull-left { 12140 + margin-right: .3em; 12141 +} 12142 +.kernel_busy_icon:before.pull-right { 12143 + margin-left: .3em; 12144 +} 12145 +.kernel_dead_icon:before { 12146 + display: inline-block; 12147 + font: normal normal normal 14px/1 FontAwesome; 12148 + font-size: inherit; 12149 + text-rendering: auto; 12150 + -webkit-font-smoothing: antialiased; 12151 + -moz-osx-font-smoothing: grayscale; 12152 + content: "\f1e2"; 12153 +} 12154 +.kernel_dead_icon:before.fa-pull-left { 12155 + margin-right: .3em; 12156 +} 12157 +.kernel_dead_icon:before.fa-pull-right { 12158 + margin-left: .3em; 12159 +} 12160 +.kernel_dead_icon:before.pull-left { 12161 + margin-right: .3em; 12162 +} 12163 +.kernel_dead_icon:before.pull-right { 12164 + margin-left: .3em; 12165 +} 12166 +.kernel_disconnected_icon:before { 12167 + display: inline-block; 12168 + font: normal normal normal 14px/1 FontAwesome; 12169 + font-size: inherit; 12170 + text-rendering: auto; 12171 + -webkit-font-smoothing: antialiased; 12172 + -moz-osx-font-smoothing: grayscale; 12173 + content: "\f127"; 12174 +} 12175 +.kernel_disconnected_icon:before.fa-pull-left { 12176 + margin-right: .3em; 12177 +} 12178 +.kernel_disconnected_icon:before.fa-pull-right { 12179 + margin-left: .3em; 12180 +} 12181 +.kernel_disconnected_icon:before.pull-left { 12182 + margin-right: .3em; 12183 +} 12184 +.kernel_disconnected_icon:before.pull-right { 12185 + margin-left: .3em; 12186 +} 12187 +.notification_widget { 12188 + color: #777; 12189 + z-index: 10; 12190 + background: rgba(240, 240, 240, 0.5); 12191 + margin-right: 4px; 12192 + color: #333; 12193 + background-color: #fff; 12194 + border-color: #ccc; 12195 +} 12196 +.notification_widget:focus, 12197 +.notification_widget.focus { 12198 + color: #333; 12199 + background-color: #e6e6e6; 12200 + border-color: #8c8c8c; 12201 +} 12202 +.notification_widget:hover { 12203 + color: #333; 12204 + background-color: #e6e6e6; 12205 + border-color: #adadad; 12206 +} 12207 +.notification_widget:active, 12208 +.notification_widget.active, 12209 +.open > .dropdown-toggle.notification_widget { 12210 + color: #333; 12211 + background-color: #e6e6e6; 12212 + border-color: #adadad; 12213 +} 12214 +.notification_widget:active:hover, 12215 +.notification_widget.active:hover, 12216 +.open > .dropdown-toggle.notification_widget:hover, 12217 +.notification_widget:active:focus, 12218 +.notification_widget.active:focus, 12219 +.open > .dropdown-toggle.notification_widget:focus, 12220 +.notification_widget:active.focus, 12221 +.notification_widget.active.focus, 12222 +.open > .dropdown-toggle.notification_widget.focus { 12223 + color: #333; 12224 + background-color: #d4d4d4; 12225 + border-color: #8c8c8c; 12226 +} 12227 +.notification_widget:active, 12228 +.notification_widget.active, 12229 +.open > .dropdown-toggle.notification_widget { 12230 + background-image: none; 12231 +} 12232 +.notification_widget.disabled:hover, 12233 +.notification_widget[disabled]:hover, 12234 +fieldset[disabled] .notification_widget:hover, 12235 +.notification_widget.disabled:focus, 12236 +.notification_widget[disabled]:focus, 12237 +fieldset[disabled] .notification_widget:focus, 12238 +.notification_widget.disabled.focus, 12239 +.notification_widget[disabled].focus, 12240 +fieldset[disabled] .notification_widget.focus { 12241 + background-color: #fff; 12242 + border-color: #ccc; 12243 +} 12244 +.notification_widget .badge { 12245 + color: #fff; 12246 + background-color: #333; 12247 +} 12248 +.notification_widget.warning { 12249 + color: #fff; 12250 + background-color: #f0ad4e; 12251 + border-color: #eea236; 12252 +} 12253 +.notification_widget.warning:focus, 12254 +.notification_widget.warning.focus { 12255 + color: #fff; 12256 + background-color: #ec971f; 12257 + border-color: #985f0d; 12258 +} 12259 +.notification_widget.warning:hover { 12260 + color: #fff; 12261 + background-color: #ec971f; 12262 + border-color: #d58512; 12263 +} 12264 +.notification_widget.warning:active, 12265 +.notification_widget.warning.active, 12266 +.open > .dropdown-toggle.notification_widget.warning { 12267 + color: #fff; 12268 + background-color: #ec971f; 12269 + border-color: #d58512; 12270 +} 12271 +.notification_widget.warning:active:hover, 12272 +.notification_widget.warning.active:hover, 12273 +.open > .dropdown-toggle.notification_widget.warning:hover, 12274 +.notification_widget.warning:active:focus, 12275 +.notification_widget.warning.active:focus, 12276 +.open > .dropdown-toggle.notification_widget.warning:focus, 12277 +.notification_widget.warning:active.focus, 12278 +.notification_widget.warning.active.focus, 12279 +.open > .dropdown-toggle.notification_widget.warning.focus { 12280 + color: #fff; 12281 + background-color: #d58512; 12282 + border-color: #985f0d; 12283 +} 12284 +.notification_widget.warning:active, 12285 +.notification_widget.warning.active, 12286 +.open > .dropdown-toggle.notification_widget.warning { 12287 + background-image: none; 12288 +} 12289 +.notification_widget.warning.disabled:hover, 12290 +.notification_widget.warning[disabled]:hover, 12291 +fieldset[disabled] .notification_widget.warning:hover, 12292 +.notification_widget.warning.disabled:focus, 12293 +.notification_widget.warning[disabled]:focus, 12294 +fieldset[disabled] .notification_widget.warning:focus, 12295 +.notification_widget.warning.disabled.focus, 12296 +.notification_widget.warning[disabled].focus, 12297 +fieldset[disabled] .notification_widget.warning.focus { 12298 + background-color: #f0ad4e; 12299 + border-color: #eea236; 12300 +} 12301 +.notification_widget.warning .badge { 12302 + color: #f0ad4e; 12303 + background-color: #fff; 12304 +} 12305 +.notification_widget.success { 12306 + color: #fff; 12307 + background-color: #5cb85c; 12308 + border-color: #4cae4c; 12309 +} 12310 +.notification_widget.success:focus, 12311 +.notification_widget.success.focus { 12312 + color: #fff; 12313 + background-color: #449d44; 12314 + border-color: #255625; 12315 +} 12316 +.notification_widget.success:hover { 12317 + color: #fff; 12318 + background-color: #449d44; 12319 + border-color: #398439; 12320 +} 12321 +.notification_widget.success:active, 12322 +.notification_widget.success.active, 12323 +.open > .dropdown-toggle.notification_widget.success { 12324 + color: #fff; 12325 + background-color: #449d44; 12326 + border-color: #398439; 12327 +} 12328 +.notification_widget.success:active:hover, 12329 +.notification_widget.success.active:hover, 12330 +.open > .dropdown-toggle.notification_widget.success:hover, 12331 +.notification_widget.success:active:focus, 12332 +.notification_widget.success.active:focus, 12333 +.open > .dropdown-toggle.notification_widget.success:focus, 12334 +.notification_widget.success:active.focus, 12335 +.notification_widget.success.active.focus, 12336 +.open > .dropdown-toggle.notification_widget.success.focus { 12337 + color: #fff; 12338 + background-color: #398439; 12339 + border-color: #255625; 12340 +} 12341 +.notification_widget.success:active, 12342 +.notification_widget.success.active, 12343 +.open > .dropdown-toggle.notification_widget.success { 12344 + background-image: none; 12345 +} 12346 +.notification_widget.success.disabled:hover, 12347 +.notification_widget.success[disabled]:hover, 12348 +fieldset[disabled] .notification_widget.success:hover, 12349 +.notification_widget.success.disabled:focus, 12350 +.notification_widget.success[disabled]:focus, 12351 +fieldset[disabled] .notification_widget.success:focus, 12352 +.notification_widget.success.disabled.focus, 12353 +.notification_widget.success[disabled].focus, 12354 +fieldset[disabled] .notification_widget.success.focus { 12355 + background-color: #5cb85c; 12356 + border-color: #4cae4c; 12357 +} 12358 +.notification_widget.success .badge { 12359 + color: #5cb85c; 12360 + background-color: #fff; 12361 +} 12362 +.notification_widget.info { 12363 + color: #fff; 12364 + background-color: #5bc0de; 12365 + border-color: #46b8da; 12366 +} 12367 +.notification_widget.info:focus, 12368 +.notification_widget.info.focus { 12369 + color: #fff; 12370 + background-color: #31b0d5; 12371 + border-color: #1b6d85; 12372 +} 12373 +.notification_widget.info:hover { 12374 + color: #fff; 12375 + background-color: #31b0d5; 12376 + border-color: #269abc; 12377 +} 12378 +.notification_widget.info:active, 12379 +.notification_widget.info.active, 12380 +.open > .dropdown-toggle.notification_widget.info { 12381 + color: #fff; 12382 + background-color: #31b0d5; 12383 + border-color: #269abc; 12384 +} 12385 +.notification_widget.info:active:hover, 12386 +.notification_widget.info.active:hover, 12387 +.open > .dropdown-toggle.notification_widget.info:hover, 12388 +.notification_widget.info:active:focus, 12389 +.notification_widget.info.active:focus, 12390 +.open > .dropdown-toggle.notification_widget.info:focus, 12391 +.notification_widget.info:active.focus, 12392 +.notification_widget.info.active.focus, 12393 +.open > .dropdown-toggle.notification_widget.info.focus { 12394 + color: #fff; 12395 + background-color: #269abc; 12396 + border-color: #1b6d85; 12397 +} 12398 +.notification_widget.info:active, 12399 +.notification_widget.info.active, 12400 +.open > .dropdown-toggle.notification_widget.info { 12401 + background-image: none; 12402 +} 12403 +.notification_widget.info.disabled:hover, 12404 +.notification_widget.info[disabled]:hover, 12405 +fieldset[disabled] .notification_widget.info:hover, 12406 +.notification_widget.info.disabled:focus, 12407 +.notification_widget.info[disabled]:focus, 12408 +fieldset[disabled] .notification_widget.info:focus, 12409 +.notification_widget.info.disabled.focus, 12410 +.notification_widget.info[disabled].focus, 12411 +fieldset[disabled] .notification_widget.info.focus { 12412 + background-color: #5bc0de; 12413 + border-color: #46b8da; 12414 +} 12415 +.notification_widget.info .badge { 12416 + color: #5bc0de; 12417 + background-color: #fff; 12418 +} 12419 +.notification_widget.danger { 12420 + color: #fff; 12421 + background-color: #d9534f; 12422 + border-color: #d43f3a; 12423 +} 12424 +.notification_widget.danger:focus, 12425 +.notification_widget.danger.focus { 12426 + color: #fff; 12427 + background-color: #c9302c; 12428 + border-color: #761c19; 12429 +} 12430 +.notification_widget.danger:hover { 12431 + color: #fff; 12432 + background-color: #c9302c; 12433 + border-color: #ac2925; 12434 +} 12435 +.notification_widget.danger:active, 12436 +.notification_widget.danger.active, 12437 +.open > .dropdown-toggle.notification_widget.danger { 12438 + color: #fff; 12439 + background-color: #c9302c; 12440 + border-color: #ac2925; 12441 +} 12442 +.notification_widget.danger:active:hover, 12443 +.notification_widget.danger.active:hover, 12444 +.open > .dropdown-toggle.notification_widget.danger:hover, 12445 +.notification_widget.danger:active:focus, 12446 +.notification_widget.danger.active:focus, 12447 +.open > .dropdown-toggle.notification_widget.danger:focus, 12448 +.notification_widget.danger:active.focus, 12449 +.notification_widget.danger.active.focus, 12450 +.open > .dropdown-toggle.notification_widget.danger.focus { 12451 + color: #fff; 12452 + background-color: #ac2925; 12453 + border-color: #761c19; 12454 +} 12455 +.notification_widget.danger:active, 12456 +.notification_widget.danger.active, 12457 +.open > .dropdown-toggle.notification_widget.danger { 12458 + background-image: none; 12459 +} 12460 +.notification_widget.danger.disabled:hover, 12461 +.notification_widget.danger[disabled]:hover, 12462 +fieldset[disabled] .notification_widget.danger:hover, 12463 +.notification_widget.danger.disabled:focus, 12464 +.notification_widget.danger[disabled]:focus, 12465 +fieldset[disabled] .notification_widget.danger:focus, 12466 +.notification_widget.danger.disabled.focus, 12467 +.notification_widget.danger[disabled].focus, 12468 +fieldset[disabled] .notification_widget.danger.focus { 12469 + background-color: #d9534f; 12470 + border-color: #d43f3a; 12471 +} 12472 +.notification_widget.danger .badge { 12473 + color: #d9534f; 12474 + background-color: #fff; 12475 +} 12476 +div#pager { 12477 + background-color: #fff; 12478 + font-size: 14px; 12479 + line-height: 20px; 12480 + overflow: hidden; 12481 + display: none; 12482 + position: fixed; 12483 + bottom: 0px; 12484 + width: 100%; 12485 + max-height: 50%; 12486 + padding-top: 8px; 12487 + -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); 12488 + box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); 12489 + /* Display over codemirror */ 12490 + z-index: 100; 12491 + /* Hack which prevents jquery ui resizable from changing top. */ 12492 + top: auto !important; 12493 +} 12494 +div#pager pre { 12495 + line-height: 1.21429em; 12496 + color: #000; 12497 + background-color: #f7f7f7; 12498 + padding: 0.4em; 12499 +} 12500 +div#pager #pager-button-area { 12501 + position: absolute; 12502 + top: 8px; 12503 + right: 20px; 12504 +} 12505 +div#pager #pager-contents { 12506 + position: relative; 12507 + overflow: auto; 12508 + width: 100%; 12509 + height: 100%; 12510 +} 12511 +div#pager #pager-contents #pager-container { 12512 + position: relative; 12513 + padding: 15px 0px; 12514 + box-sizing: border-box; 12515 + -moz-box-sizing: border-box; 12516 + -webkit-box-sizing: border-box; 12517 +} 12518 +div#pager .ui-resizable-handle { 12519 + top: 0px; 12520 + height: 8px; 12521 + background: #f7f7f7; 12522 + border-top: 1px solid #cfcfcf; 12523 + border-bottom: 1px solid #cfcfcf; 12524 + /* This injects handle bars (a short, wide = symbol) for 12525 + the resize handle. */ 12526 +} 12527 +div#pager .ui-resizable-handle::after { 12528 + content: ''; 12529 + top: 2px; 12530 + left: 50%; 12531 + height: 3px; 12532 + width: 30px; 12533 + margin-left: -15px; 12534 + position: absolute; 12535 + border-top: 1px solid #cfcfcf; 12536 +} 12537 +.quickhelp { 12538 + /* Old browsers */ 12539 + display: -webkit-box; 12540 + -webkit-box-orient: horizontal; 12541 + -webkit-box-align: stretch; 12542 + display: -moz-box; 12543 + -moz-box-orient: horizontal; 12544 + -moz-box-align: stretch; 12545 + display: box; 12546 + box-orient: horizontal; 12547 + box-align: stretch; 12548 + /* Modern browsers */ 12549 + display: flex; 12550 + flex-direction: row; 12551 + align-items: stretch; 12552 + line-height: 1.8em; 12553 +} 12554 +.shortcut_key { 12555 + display: inline-block; 12556 + width: 21ex; 12557 + text-align: right; 12558 + font-family: monospace; 12559 +} 12560 +.shortcut_descr { 12561 + display: inline-block; 12562 + /* Old browsers */ 12563 + -webkit-box-flex: 1; 12564 + -moz-box-flex: 1; 12565 + box-flex: 1; 12566 + /* Modern browsers */ 12567 + flex: 1; 12568 +} 12569 +span.save_widget { 12570 + height: 30px; 12571 + margin-top: 4px; 12572 + display: flex; 12573 + justify-content: flex-start; 12574 + align-items: baseline; 12575 + width: 50%; 12576 + flex: 1; 12577 +} 12578 +span.save_widget span.filename { 12579 + height: 100%; 12580 + line-height: 1em; 12581 + margin-left: 16px; 12582 + border: none; 12583 + font-size: 146.5%; 12584 + text-overflow: ellipsis; 12585 + overflow: hidden; 12586 + white-space: nowrap; 12587 + border-radius: 2px; 12588 +} 12589 +span.save_widget span.filename:hover { 12590 + background-color: #e6e6e6; 12591 +} 12592 +[dir="rtl"] span.save_widget.pull-left { 12593 + float: right !important; 12594 + float: right; 12595 +} 12596 +[dir="rtl"] span.save_widget span.filename { 12597 + margin-left: 0; 12598 + margin-right: 16px; 12599 +} 12600 +span.checkpoint_status, 12601 +span.autosave_status { 12602 + font-size: small; 12603 + white-space: nowrap; 12604 + padding: 0 5px; 12605 +} 12606 +@media (max-width: 767px) { 12607 + span.save_widget { 12608 + font-size: small; 12609 + padding: 0 0 0 5px; 12610 + } 12611 + span.checkpoint_status, 12612 + span.autosave_status { 12613 + display: none; 12614 + } 12615 +} 12616 +@media (min-width: 768px) and (max-width: 991px) { 12617 + span.checkpoint_status { 12618 + display: none; 12619 + } 12620 + span.autosave_status { 12621 + font-size: x-small; 12622 + } 12623 +} 12624 +.toolbar { 12625 + padding: 0px; 12626 + margin-left: -5px; 12627 + margin-top: 2px; 12628 + margin-bottom: 5px; 12629 + box-sizing: border-box; 12630 + -moz-box-sizing: border-box; 12631 + -webkit-box-sizing: border-box; 12632 +} 12633 +.toolbar select, 12634 +.toolbar label { 12635 + width: auto; 12636 + vertical-align: middle; 12637 + margin-right: 2px; 12638 + margin-bottom: 0px; 12639 + display: inline; 12640 + font-size: 92%; 12641 + margin-left: 0.3em; 12642 + margin-right: 0.3em; 12643 + padding: 0px; 12644 + padding-top: 3px; 12645 +} 12646 +.toolbar .btn { 12647 + padding: 2px 8px; 12648 +} 12649 +.toolbar .btn-group { 12650 + margin-top: 0px; 12651 + margin-left: 5px; 12652 +} 12653 +.toolbar-btn-label { 12654 + margin-left: 6px; 12655 +} 12656 +#maintoolbar { 12657 + margin-bottom: -3px; 12658 + margin-top: -8px; 12659 + border: 0px; 12660 + min-height: 27px; 12661 + margin-left: 0px; 12662 + padding-top: 11px; 12663 + padding-bottom: 3px; 12664 +} 12665 +#maintoolbar .navbar-text { 12666 + float: none; 12667 + vertical-align: middle; 12668 + text-align: right; 12669 + margin-left: 5px; 12670 + margin-right: 0px; 12671 + margin-top: 0px; 12672 +} 12673 +.select-xs { 12674 + height: 24px; 12675 +} 12676 +[dir="rtl"] .btn-group > .btn, 12677 +.btn-group-vertical > .btn { 12678 + float: right; 12679 +} 12680 +.pulse, 12681 +.dropdown-menu > li > a.pulse, 12682 +li.pulse > a.dropdown-toggle, 12683 +li.pulse.open > a.dropdown-toggle { 12684 + background-color: #F37626; 12685 + color: white; 12686 +} 12687 +/** 12688 + * Primary styles 12689 + * 12690 + * Author: Jupyter Development Team 12691 + */ 12692 +/** WARNING IF YOU ARE EDITTING THIS FILE, if this is a .css file, It has a lot 12693 + * of chance of beeing generated from the ../less/[samename].less file, you can 12694 + * try to get back the less file by reverting somme commit in history 12695 + **/ 12696 +/* 12697 + * We'll try to get something pretty, so we 12698 + * have some strange css to have the scroll bar on 12699 + * the left with fix button on the top right of the tooltip 12700 + */ 12701 +@-moz-keyframes fadeOut { 12702 + from { 12703 + opacity: 1; 12704 + } 12705 + to { 12706 + opacity: 0; 12707 + } 12708 +} 12709 +@-webkit-keyframes fadeOut { 12710 + from { 12711 + opacity: 1; 12712 + } 12713 + to { 12714 + opacity: 0; 12715 + } 12716 +} 12717 +@-moz-keyframes fadeIn { 12718 + from { 12719 + opacity: 0; 12720 + } 12721 + to { 12722 + opacity: 1; 12723 + } 12724 +} 12725 +@-webkit-keyframes fadeIn { 12726 + from { 12727 + opacity: 0; 12728 + } 12729 + to { 12730 + opacity: 1; 12731 + } 12732 +} 12733 +/*properties of tooltip after "expand"*/ 12734 +.bigtooltip { 12735 + overflow: auto; 12736 + height: 200px; 12737 + -webkit-transition-property: height; 12738 + -webkit-transition-duration: 500ms; 12739 + -moz-transition-property: height; 12740 + -moz-transition-duration: 500ms; 12741 + transition-property: height; 12742 + transition-duration: 500ms; 12743 +} 12744 +/*properties of tooltip before "expand"*/ 12745 +.smalltooltip { 12746 + -webkit-transition-property: height; 12747 + -webkit-transition-duration: 500ms; 12748 + -moz-transition-property: height; 12749 + -moz-transition-duration: 500ms; 12750 + transition-property: height; 12751 + transition-duration: 500ms; 12752 + text-overflow: ellipsis; 12753 + overflow: hidden; 12754 + height: 80px; 12755 +} 12756 +.tooltipbuttons { 12757 + position: absolute; 12758 + padding-right: 15px; 12759 + top: 0px; 12760 + right: 0px; 12761 +} 12762 +.tooltiptext { 12763 + /*avoid the button to overlap on some docstring*/ 12764 + padding-right: 30px; 12765 +} 12766 +.ipython_tooltip { 12767 + max-width: 700px; 12768 + /*fade-in animation when inserted*/ 12769 + -webkit-animation: fadeOut 400ms; 12770 + -moz-animation: fadeOut 400ms; 12771 + animation: fadeOut 400ms; 12772 + -webkit-animation: fadeIn 400ms; 12773 + -moz-animation: fadeIn 400ms; 12774 + animation: fadeIn 400ms; 12775 + vertical-align: middle; 12776 + background-color: #f7f7f7; 12777 + overflow: visible; 12778 + border: #ababab 1px solid; 12779 + outline: none; 12780 + padding: 3px; 12781 + margin: 0px; 12782 + padding-left: 7px; 12783 + font-family: monospace; 12784 + min-height: 50px; 12785 + -moz-box-shadow: 0px 6px 10px -1px #adadad; 12786 + -webkit-box-shadow: 0px 6px 10px -1px #adadad; 12787 + box-shadow: 0px 6px 10px -1px #adadad; 12788 + border-radius: 2px; 12789 + position: absolute; 12790 + z-index: 1000; 12791 +} 12792 +.ipython_tooltip a { 12793 + float: right; 12794 +} 12795 +.ipython_tooltip .tooltiptext pre { 12796 + border: 0; 12797 + border-radius: 0; 12798 + font-size: 100%; 12799 + background-color: #f7f7f7; 12800 +} 12801 +.pretooltiparrow { 12802 + left: 0px; 12803 + margin: 0px; 12804 + top: -16px; 12805 + width: 40px; 12806 + height: 16px; 12807 + overflow: hidden; 12808 + position: absolute; 12809 +} 12810 +.pretooltiparrow:before { 12811 + background-color: #f7f7f7; 12812 + border: 1px #ababab solid; 12813 + z-index: 11; 12814 + content: ""; 12815 + position: absolute; 12816 + left: 15px; 12817 + top: 10px; 12818 + width: 25px; 12819 + height: 25px; 12820 + -webkit-transform: rotate(45deg); 12821 + -moz-transform: rotate(45deg); 12822 + -ms-transform: rotate(45deg); 12823 + -o-transform: rotate(45deg); 12824 +} 12825 +ul.typeahead-list i { 12826 + margin-left: -10px; 12827 + width: 18px; 12828 +} 12829 +[dir="rtl"] ul.typeahead-list i { 12830 + margin-left: 0; 12831 + margin-right: -10px; 12832 +} 12833 +ul.typeahead-list { 12834 + max-height: 80vh; 12835 + overflow: auto; 12836 +} 12837 +ul.typeahead-list > li > a { 12838 + /** Firefox bug **/ 12839 + /* see https://github.com/jupyter/notebook/issues/559 */ 12840 + white-space: normal; 12841 +} 12842 +ul.typeahead-list > li > a.pull-right { 12843 + float: left !important; 12844 + float: left; 12845 +} 12846 +[dir="rtl"] .typeahead-list { 12847 + text-align: right; 12848 +} 12849 +.cmd-palette .modal-body { 12850 + padding: 7px; 12851 +} 12852 +.cmd-palette form { 12853 + background: white; 12854 +} 12855 +.cmd-palette input { 12856 + outline: none; 12857 +} 12858 +.no-shortcut { 12859 + min-width: 20px; 12860 + color: transparent; 12861 +} 12862 +[dir="rtl"] .no-shortcut.pull-right { 12863 + float: left !important; 12864 + float: left; 12865 +} 12866 +[dir="rtl"] .command-shortcut.pull-right { 12867 + float: left !important; 12868 + float: left; 12869 +} 12870 +.command-shortcut:before { 12871 + content: "(command mode)"; 12872 + padding-right: 3px; 12873 + color: #777777; 12874 +} 12875 +.edit-shortcut:before { 12876 + content: "(edit)"; 12877 + padding-right: 3px; 12878 + color: #777777; 12879 +} 12880 +[dir="rtl"] .edit-shortcut.pull-right { 12881 + float: left !important; 12882 + float: left; 12883 +} 12884 +#find-and-replace #replace-preview .match, 12885 +#find-and-replace #replace-preview .insert { 12886 + background-color: #BBDEFB; 12887 + border-color: #90CAF9; 12888 + border-style: solid; 12889 + border-width: 1px; 12890 + border-radius: 0px; 12891 +} 12892 +[dir="ltr"] #find-and-replace .input-group-btn + .form-control { 12893 + border-left: none; 12894 +} 12895 +[dir="rtl"] #find-and-replace .input-group-btn + .form-control { 12896 + border-right: none; 12897 +} 12898 +#find-and-replace #replace-preview .replace .match { 12899 + background-color: #FFCDD2; 12900 + border-color: #EF9A9A; 12901 + border-radius: 0px; 12902 +} 12903 +#find-and-replace #replace-preview .replace .insert { 12904 + background-color: #C8E6C9; 12905 + border-color: #A5D6A7; 12906 + border-radius: 0px; 12907 +} 12908 +#find-and-replace #replace-preview { 12909 + max-height: 60vh; 12910 + overflow: auto; 12911 +} 12912 +#find-and-replace #replace-preview pre { 12913 + padding: 5px 10px; 12914 +} 12915 +.terminal-app { 12916 + background: #EEE; 12917 +} 12918 +.terminal-app #header { 12919 + background: #fff; 12920 + -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); 12921 + box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); 12922 +} 12923 +.terminal-app .terminal { 12924 + width: 100%; 12925 + float: left; 12926 + font-family: monospace; 12927 + color: white; 12928 + background: black; 12929 + padding: 0.4em; 12930 + border-radius: 2px; 12931 + -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.4); 12932 + box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.4); 12933 +} 12934 +.terminal-app .terminal, 12935 +.terminal-app .terminal dummy-screen { 12936 + line-height: 1em; 12937 + font-size: 14px; 12938 +} 12939 +.terminal-app .terminal .xterm-rows { 12940 + padding: 10px; 12941 +} 12942 +.terminal-app .terminal-cursor { 12943 + color: black; 12944 + background: white; 12945 +} 12946 +.terminal-app #terminado-container { 12947 + margin-top: 20px; 12948 +} 12949 +/*# sourceMappingURL=style.min.css.map */ 12950 + </style> 12951 +<style type="text/css"> 12952 + .highlight .hll { background-color: #ffffcc } 12953 +.highlight { background: #f8f8f8; } 12954 +.highlight .c { color: #408080; font-style: italic } /* Comment */ 12955 +.highlight .err { border: 1px solid #FF0000 } /* Error */ 12956 +.highlight .k { color: #008000; font-weight: bold } /* Keyword */ 12957 +.highlight .o { color: #666666 } /* Operator */ 12958 +.highlight .ch { color: #408080; font-style: italic } /* Comment.Hashbang */ 12959 +.highlight .cm { color: #408080; font-style: italic } /* Comment.Multiline */ 12960 +.highlight .cp { color: #BC7A00 } /* Comment.Preproc */ 12961 +.highlight .cpf { color: #408080; font-style: italic } /* Comment.PreprocFile */ 12962 +.highlight .c1 { color: #408080; font-style: italic } /* Comment.Single */ 12963 +.highlight .cs { color: #408080; font-style: italic } /* Comment.Special */ 12964 +.highlight .gd { color: #A00000 } /* Generic.Deleted */ 12965 +.highlight .ge { font-style: italic } /* Generic.Emph */ 12966 +.highlight .gr { color: #FF0000 } /* Generic.Error */ 12967 +.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */ 12968 +.highlight .gi { color: #00A000 } /* Generic.Inserted */ 12969 +.highlight .go { color: #888888 } /* Generic.Output */ 12970 +.highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */ 12971 +.highlight .gs { font-weight: bold } /* Generic.Strong */ 12972 +.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ 12973 +.highlight .gt { color: #0044DD } /* Generic.Traceback */ 12974 +.highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */ 12975 +.highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */ 12976 +.highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */ 12977 +.highlight .kp { color: #008000 } /* Keyword.Pseudo */ 12978 +.highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */ 12979 +.highlight .kt { color: #B00040 } /* Keyword.Type */ 12980 +.highlight .m { color: #666666 } /* Literal.Number */ 12981 +.highlight .s { color: #BA2121 } /* Literal.String */ 12982 +.highlight .na { color: #7D9029 } /* Name.Attribute */ 12983 +.highlight .nb { color: #008000 } /* Name.Builtin */ 12984 +.highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */ 12985 +.highlight .no { color: #880000 } /* Name.Constant */ 12986 +.highlight .nd { color: #AA22FF } /* Name.Decorator */ 12987 +.highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */ 12988 +.highlight .ne { color: #D2413A; font-weight: bold } /* Name.Exception */ 12989 +.highlight .nf { color: #0000FF } /* Name.Function */ 12990 +.highlight .nl { color: #A0A000 } /* Name.Label */ 12991 +.highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */ 12992 +.highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */ 12993 +.highlight .nv { color: #19177C } /* Name.Variable */ 12994 +.highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */ 12995 +.highlight .w { color: #bbbbbb } /* Text.Whitespace */ 12996 +.highlight .mb { color: #666666 } /* Literal.Number.Bin */ 12997 +.highlight .mf { color: #666666 } /* Literal.Number.Float */ 12998 +.highlight .mh { color: #666666 } /* Literal.Number.Hex */ 12999 +.highlight .mi { color: #666666 } /* Literal.Number.Integer */ 13000 +.highlight .mo { color: #666666 } /* Literal.Number.Oct */ 13001 +.highlight .sa { color: #BA2121 } /* Literal.String.Affix */ 13002 +.highlight .sb { color: #BA2121 } /* Literal.String.Backtick */ 13003 +.highlight .sc { color: #BA2121 } /* Literal.String.Char */ 13004 +.highlight .dl { color: #BA2121 } /* Literal.String.Delimiter */ 13005 +.highlight .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */ 13006 +.highlight .s2 { color: #BA2121 } /* Literal.String.Double */ 13007 +.highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */ 13008 +.highlight .sh { color: #BA2121 } /* Literal.String.Heredoc */ 13009 +.highlight .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */ 13010 +.highlight .sx { color: #008000 } /* Literal.String.Other */ 13011 +.highlight .sr { color: #BB6688 } /* Literal.String.Regex */ 13012 +.highlight .s1 { color: #BA2121 } /* Literal.String.Single */ 13013 +.highlight .ss { color: #19177C } /* Literal.String.Symbol */ 13014 +.highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */ 13015 +.highlight .fm { color: #0000FF } /* Name.Function.Magic */ 13016 +.highlight .vc { color: #19177C } /* Name.Variable.Class */ 13017 +.highlight .vg { color: #19177C } /* Name.Variable.Global */ 13018 +.highlight .vi { color: #19177C } /* Name.Variable.Instance */ 13019 +.highlight .vm { color: #19177C } /* Name.Variable.Magic */ 13020 +.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */ 13021 + </style> 30 30 31 -<https://ag.tennessee.edu/solar/Pages/What%20Is%20Solar%20Energy/Sunlight.aspx> 32 32 33 -```python 34 -infrared_sol_power = 527 35 -``` 13024 +<style type="text/css"> 13025 +/* Overrides of notebook CSS for static HTML export */ 13026 +body { 13027 + overflow: visible; 13028 + padding: 8px; 13029 +} 36 36 37 -Total solar infrared power available at the surface is thus: 13031 +div#notebook { 13032 + overflow: visible; 13033 + border-top: none; 13034 +}@media print { 13035 + div.cell { 13036 + display: block; 13037 + page-break-inside: avoid; 13038 + } 13039 + div.output_wrapper { 13040 + display: block; 13041 + page-break-inside: avoid; 13042 + } 13043 + div.output { 13044 + display: block; 13045 + page-break-inside: avoid; 13046 + } 13047 +} 13048 +</style> 38 38 39 -```python 40 -earth_sol_power = earth_disc_surface * infrared_sol_power 41 -print('Total power: ',earth_sol_power / 1e12, 'Tera Watt' ) 42 -print('Total power: ',earth_sol_power / 1e15, 'Peta Watt') 43 -``` 13050 +<!-- Custom stylesheet, it must be in the same directory as the html file --> 13051 +<link rel="stylesheet" href="custom.css"> 44 44 45 - Total power: 67348.74660984274 Tera Watt 46 - Total power: 67.34874660984273 Peta Watt 13053 +<!-- Loading mathjax macro --> 13054 +<!-- Load mathjax --> 13055 + <script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-AMS_HTML"></script> 13056 + <!-- MathJax configuration --> 13057 + <script type="text/x-mathjax-config"> 13058 + MathJax.Hub.Config({ 13059 + tex2jax: { 13060 + inlineMath: [ ['$','$'], ["\\(","\\)"] ], 13061 + displayMath: [ ['$$','$$'], ["\\[","\\]"] ], 13062 + processEscapes: true, 13063 + processEnvironments: true 13064 + }, 13065 + // Center justify equations in code and markdown cells. Elsewhere 13066 + // we use CSS to left justify single line equations in code cells. 13067 + displayAlign: 'center', 13068 + "HTML-CSS": { 13069 + styles: {'.MathJax_Display': {"margin": 0}}, 13070 + linebreaks: { automatic: true } 13071 + } 13072 + }); 13073 + </script> 13074 + <!-- End of mathjax configuration --></head> 13075 +<body> 13076 + <div tabindex="-1" id="notebook" class="border-box-sizing"> 13077 + <div class="container" id="notebook-container"> 47 47 48 -Total energy delivered over a year is thus: 13079 +<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt"> 13080 +</div><div class="inner_cell"> 13081 +<div class="text_cell_render border-box-sizing rendered_html"> 13082 +<h1 id="Redundant-thermal-energy-released-by-nuclear-power-plants-vs.-the-thermal-energy-as-provided-by-the-sun">Redundant thermal energy released by nuclear power plants vs. the thermal energy as provided by the sun<a class="anchor-link" href="#Redundant-thermal-energy-released-by-nuclear-power-plants-vs.-the-thermal-energy-as-provided-by-the-sun">¶</a></h1> 13083 +</div> 13084 +</div> 13085 +</div> 13086 +<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt"> 13087 +</div><div class="inner_cell"> 13088 +<div class="text_cell_render border-box-sizing rendered_html"> 13089 +<p>This notebook is a first stab at an approximate calculation to get an idea of the magnitude of the redundant thermal energy that is released by nuclear power plants as compared to that which is supplied by the sun through irridiating Earth.</p> 49 49 50 -```python 51 -earth_sol_energy = earth_sol_power * 24 * 365 52 -print('Total energy: ', earth_sol_power * 24 * 365 / 1e18, 'Exa Watt hour' ) 53 -``` 13091 +</div> 13092 +</div> 13093 +</div> 13094 +<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt"> 13095 +</div><div class="inner_cell"> 13096 +<div class="text_cell_render border-box-sizing rendered_html"> 13097 +<h2 id="Calculate-the-incident-infra-red-solar-energy-at-the-surface-of-Earth.">Calculate the incident infra-red solar energy at the surface of Earth.<a class="anchor-link" href="#Calculate-the-incident-infra-red-solar-energy-at-the-surface-of-Earth.">¶</a></h2> 13098 +</div> 13099 +</div> 13100 +</div> 13101 +<div class="cell border-box-sizing code_cell rendered"> 13102 +<div class="input"> 13103 +<div class="prompt input_prompt">In [1]:</div> 13104 +<div class="inner_cell"> 13105 + <div class="input_area"> 13106 +<div class=" highlight hl-ipython3"><pre><span></span><span class="kn">import</span> <span class="nn">math</span> 13107 +</pre></div> 54 54 55 - Total energy: 589.9750203022223 Exa Watt hour 13109 + </div> 13110 +</div> 13111 +</div> 56 56 57 -## Calculate the total thermal energy released by all nuclear power plants on Earth 13113 +</div> 13114 +<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt"> 13115 +</div><div class="inner_cell"> 13116 +<div class="text_cell_render border-box-sizing rendered_html"> 13117 +<p>Earth radius in meters is:</p> 58 58 59 -Nuclear energy now provides about 10% of the world's electricity from about 440 power reactors. In 2018 nuclear plants supplied 2563 TWh of electricity. 13119 +</div> 13120 +</div> 13121 +</div> 13122 +<div class="cell border-box-sizing code_cell rendered"> 13123 +<div class="input"> 13124 +<div class="prompt input_prompt">In [2]:</div> 13125 +<div class="inner_cell"> 13126 + <div class="input_area"> 13127 +<div class=" highlight hl-ipython3"><pre><span></span><span class="n">equatorial_radius</span> <span class="o">=</span> <span class="mf">6378e03</span> 13128 +<span class="n">polar_radius</span> <span class="o">=</span> <span class="mf">6357e03</span> 13129 +</pre></div> 60 60 61 -<https://www.world-nuclear.org/information-library/current-and-future-generation/nuclear-power-in-the-world-today.aspx> 13131 + </div> 13132 +</div> 13133 +</div> 62 62 63 -Nuclear power plants usually have efficiency about 33%. In modern nuclear power plants the overall thermodynamic efficiency is about one-third (33%), so 3000 MWth of thermal power from the fission reaction is needed to generate 1000 MWe of electrical power. 13135 +</div> 13136 +<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt"> 13137 +</div><div class="inner_cell"> 13138 +<div class="text_cell_render border-box-sizing rendered_html"> 13139 +<p>Approximate Earth surface exposed to solar irradiance can be calculated from $\pi\cdot r^2$. This can be though of as a disc (plane) facing the sun (i.e. perpendicular to the rays) that is illuminated by sunlight.</p> 64 64 65 -```python 66 -electric_energy = 2563e12 67 -efficiency = 0.33 68 -thermal_energy = electric_energy / efficiency 69 -print('Initial thermal: ', thermal_energy / 1e12, 'Tera Watt hour') 70 -``` 13141 +</div> 13142 +</div> 13143 +</div> 13144 +<div class="cell border-box-sizing code_cell rendered"> 13145 +<div class="input"> 13146 +<div class="prompt input_prompt">In [3]:</div> 13147 +<div class="inner_cell"> 13148 + <div class="input_area"> 13149 +<div class=" highlight hl-ipython3"><pre><span></span><span class="n">earth_disc_surface</span> <span class="o">=</span> <span class="n">math</span><span class="o">.</span><span class="n">pi</span> <span class="o">*</span> <span class="n">equatorial_radius</span><span class="o">**</span><span class="mi">2</span> 13150 +<span class="nb">print</span><span class="p">(</span><span class="s1">'irradated surface area: '</span><span class="p">,</span> <span class="n">earth_disc_surface</span><span class="p">,</span><span class="s1">'m^2'</span><span class="p">)</span> 13151 +</pre></div> 71 71 72 - Initial thermal: 7766.666666666666 Tera Watt hour 13153 + </div> 13154 +</div> 13155 +</div> 73 73 74 -```python 75 -released_energy = thermal_energy - electric_energy 76 -print('Released thermal: ', released_energy / 1e12, 'Tera Watt hour') 77 -``` 13157 +<div class="output_wrapper"> 13158 +<div class="output"> 78 78 79 - Released thermal: 5203.666666666666 Tera Watt hour 80 80 81 - ## Ratioof solar infrared energy and heat released by nuclearpower plants13161 +<div class="output_area"> 82 82 83 -```python 84 -ratio = released_energy/earth_sol_energy 85 -``` 13163 + <div class="prompt"></div> 86 86 87 -The ratio of thermal energy released by all nuclear power plants in the world over the period of a year, to the total delivered thermal energy by the sun over the period of a year is given below. 88 88 89 -```python 90 -print(ratio) 91 -``` 13166 +<div class="output_subarea output_stream output_stdout output_text"> 13167 +<pre>irradated surface area: 127796483130631.38 m^2 13168 +</pre> 13169 +</div> 13170 +</div> 92 92 93 - 8.82014744285448e-06 13172 +</div> 13173 +</div> 94 94 95 -[Jupyter notebook can be found here: https://gitlab.com/JayBeRayBearGun/energy/-/tree/master#](https://gitlab.com/JayBeRayBearGun/energy/-/tree/master#) 13175 +</div> 13176 +<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt"> 13177 +</div><div class="inner_cell"> 13178 +<div class="text_cell_render border-box-sizing rendered_html"> 13179 +<p>Sunlight's composition at ground level, per square meter, with the sun at the zenith, is about 527 watts of infrared radiation, 445 watts of visible light, and 32 watts of ultraviolet radiation.</p> 13180 +<p><a href="https://ag.tennessee.edu/solar/Pages/What%20Is%20Solar%20Energy/Sunlight.aspx">https://ag.tennessee.edu/solar/Pages/What%20Is%20Solar%20Energy/Sunlight.aspx</a></p> 13181 + 13182 +</div> 13183 +</div> 13184 +</div> 13185 +<div class="cell border-box-sizing code_cell rendered"> 13186 +<div class="input"> 13187 +<div class="prompt input_prompt">In [4]:</div> 13188 +<div class="inner_cell"> 13189 + <div class="input_area"> 13190 +<div class=" highlight hl-ipython3"><pre><span></span><span class="n">infrared_sol_power</span> <span class="o">=</span> <span class="mi">527</span> 13191 +</pre></div> 13192 + 13193 + </div> 13194 +</div> 13195 +</div> 13196 + 13197 +</div> 13198 +<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt"> 13199 +</div><div class="inner_cell"> 13200 +<div class="text_cell_render border-box-sizing rendered_html"> 13201 +<p>Total solar infrared power available at the surface is thus:</p> 13202 + 13203 +</div> 13204 +</div> 13205 +</div> 13206 +<div class="cell border-box-sizing code_cell rendered"> 13207 +<div class="input"> 13208 +<div class="prompt input_prompt">In [5]:</div> 13209 +<div class="inner_cell"> 13210 + <div class="input_area"> 13211 +<div class=" highlight hl-ipython3"><pre><span></span><span class="n">earth_sol_power</span> <span class="o">=</span> <span class="n">earth_disc_surface</span> <span class="o">*</span> <span class="n">infrared_sol_power</span> 13212 +<span class="nb">print</span><span class="p">(</span><span class="s1">'Total power: '</span><span class="p">,</span><span class="n">earth_sol_power</span> <span class="o">/</span> <span class="mf">1e12</span><span class="p">,</span> <span class="s1">'Tera Watt'</span> <span class="p">)</span> 13213 +<span class="nb">print</span><span class="p">(</span><span class="s1">'Total power: '</span><span class="p">,</span><span class="n">earth_sol_power</span> <span class="o">/</span> <span class="mf">1e15</span><span class="p">,</span> <span class="s1">'Peta Watt'</span><span class="p">)</span> 13214 +</pre></div> 13215 + 13216 + </div> 13217 +</div> 13218 +</div> 13219 + 13220 +<div class="output_wrapper"> 13221 +<div class="output"> 13222 + 13223 + 13224 +<div class="output_area"> 13225 + 13226 + <div class="prompt"></div> 13227 + 13228 + 13229 +<div class="output_subarea output_stream output_stdout output_text"> 13230 +<pre>Total power: 67348.74660984274 Tera Watt 13231 +Total power: 67.34874660984273 Peta Watt 13232 +</pre> 13233 +</div> 13234 +</div> 13235 + 13236 +</div> 13237 +</div> 13238 + 13239 +</div> 13240 +<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt"> 13241 +</div><div class="inner_cell"> 13242 +<div class="text_cell_render border-box-sizing rendered_html"> 13243 +<p>Total energy delivered over a year is thus:</p> 13244 + 13245 +</div> 13246 +</div> 13247 +</div> 13248 +<div class="cell border-box-sizing code_cell rendered"> 13249 +<div class="input"> 13250 +<div class="prompt input_prompt">In [6]:</div> 13251 +<div class="inner_cell"> 13252 + <div class="input_area"> 13253 +<div class=" highlight hl-ipython3"><pre><span></span><span class="n">earth_sol_energy</span> <span class="o">=</span> <span class="n">earth_sol_power</span> <span class="o">*</span> <span class="mi">24</span> <span class="o">*</span> <span class="mi">365</span> 13254 +<span class="nb">print</span><span class="p">(</span><span class="s1">'Total energy: '</span><span class="p">,</span> <span class="n">earth_sol_power</span> <span class="o">*</span> <span class="mi">24</span> <span class="o">*</span> <span class="mi">365</span> <span class="o">/</span> <span class="mf">1e18</span><span class="p">,</span> <span class="s1">'Exa Watt hour'</span> <span class="p">)</span> 13255 +</pre></div> 13256 + 13257 + </div> 13258 +</div> 13259 +</div> 13260 + 13261 +<div class="output_wrapper"> 13262 +<div class="output"> 13263 + 13264 + 13265 +<div class="output_area"> 13266 + 13267 + <div class="prompt"></div> 13268 + 13269 + 13270 +<div class="output_subarea output_stream output_stdout output_text"> 13271 +<pre>Total energy: 589.9750203022223 Exa Watt hour 13272 +</pre> 13273 +</div> 13274 +</div> 13275 + 13276 +</div> 13277 +</div> 13278 + 13279 +</div> 13280 +<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt"> 13281 +</div><div class="inner_cell"> 13282 +<div class="text_cell_render border-box-sizing rendered_html"> 13283 +<h2 id="Calculate-the-total-thermal-energy-released-by-all-nuclear-power-plants-on-Earth">Calculate the total thermal energy released by all nuclear power plants on Earth<a class="anchor-link" href="#Calculate-the-total-thermal-energy-released-by-all-nuclear-power-plants-on-Earth">¶</a></h2> 13284 +</div> 13285 +</div> 13286 +</div> 13287 +<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt"> 13288 +</div><div class="inner_cell"> 13289 +<div class="text_cell_render border-box-sizing rendered_html"> 13290 +<p>Nuclear energy now provides about 10% of the world's electricity from about 440 power reactors. In 2018 nuclear plants supplied 2563 TWh of electricity.</p> 13291 +<p><a href="https://www.world-nuclear.org/information-library/current-and-future-generation/nuclear-power-in-the-world-today.aspx">https://www.world-nuclear.org/information-library/current-and-future-generation/nuclear-power-in-the-world-today.aspx</a></p> 13292 + 13293 +</div> 13294 +</div> 13295 +</div> 13296 +<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt"> 13297 +</div><div class="inner_cell"> 13298 +<div class="text_cell_render border-box-sizing rendered_html"> 13299 +<p>Nuclear power plants usually have efficiency about 33%. In modern nuclear power plants the overall thermodynamic efficiency is about one-third (33%), so 3000 MWth of thermal power from the fission reaction is needed to generate 1000 MWe of electrical power.</p> 13300 + 13301 +</div> 13302 +</div> 13303 +</div> 13304 +<div class="cell border-box-sizing code_cell rendered"> 13305 +<div class="input"> 13306 +<div class="prompt input_prompt">In [7]:</div> 13307 +<div class="inner_cell"> 13308 + <div class="input_area"> 13309 +<div class=" highlight hl-ipython3"><pre><span></span><span class="n">electric_energy</span> <span class="o">=</span> <span class="mf">2563e12</span> 13310 +<span class="n">efficiency</span> <span class="o">=</span> <span class="mf">0.33</span> 13311 +<span class="n">thermal_energy</span> <span class="o">=</span> <span class="n">electric_energy</span> <span class="o">/</span> <span class="n">efficiency</span> 13312 +<span class="nb">print</span><span class="p">(</span><span class="s1">'Initial thermal: '</span><span class="p">,</span> <span class="n">thermal_energy</span> <span class="o">/</span> <span class="mf">1e12</span><span class="p">,</span> <span class="s1">'Tera Watt hour'</span><span class="p">)</span> 13313 +</pre></div> 13314 + 13315 + </div> 13316 +</div> 13317 +</div> 13318 + 13319 +<div class="output_wrapper"> 13320 +<div class="output"> 13321 + 13322 + 13323 +<div class="output_area"> 13324 + 13325 + <div class="prompt"></div> 13326 + 13327 + 13328 +<div class="output_subarea output_stream output_stdout output_text"> 13329 +<pre>Initial thermal: 7766.666666666666 Tera Watt hour 13330 +</pre> 13331 +</div> 13332 +</div> 13333 + 13334 +</div> 13335 +</div> 13336 + 13337 +</div> 13338 +<div class="cell border-box-sizing code_cell rendered"> 13339 +<div class="input"> 13340 +<div class="prompt input_prompt">In [8]:</div> 13341 +<div class="inner_cell"> 13342 + <div class="input_area"> 13343 +<div class=" highlight hl-ipython3"><pre><span></span><span class="n">released_energy</span> <span class="o">=</span> <span class="n">thermal_energy</span> <span class="o">-</span> <span class="n">electric_energy</span> 13344 +<span class="nb">print</span><span class="p">(</span><span class="s1">'Released thermal: '</span><span class="p">,</span> <span class="n">released_energy</span> <span class="o">/</span> <span class="mf">1e12</span><span class="p">,</span> <span class="s1">'Tera Watt hour'</span><span class="p">)</span> 13345 +</pre></div> 13346 + 13347 + </div> 13348 +</div> 13349 +</div> 13350 + 13351 +<div class="output_wrapper"> 13352 +<div class="output"> 13353 + 13354 + 13355 +<div class="output_area"> 13356 + 13357 + <div class="prompt"></div> 13358 + 13359 + 13360 +<div class="output_subarea output_stream output_stdout output_text"> 13361 +<pre>Released thermal: 5203.666666666666 Tera Watt hour 13362 +</pre> 13363 +</div> 13364 +</div> 13365 + 13366 +</div> 13367 +</div> 13368 + 13369 +</div> 13370 +<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt"> 13371 +</div><div class="inner_cell"> 13372 +<div class="text_cell_render border-box-sizing rendered_html"> 13373 +<h2 id="Ratio-of-solar-infrared-energy-and-heat-released-by-nuclear-power-plants">Ratio of solar infrared energy and heat released by nuclear power plants<a class="anchor-link" href="#Ratio-of-solar-infrared-energy-and-heat-released-by-nuclear-power-plants">¶</a></h2> 13374 +</div> 13375 +</div> 13376 +</div> 13377 +<div class="cell border-box-sizing code_cell rendered"> 13378 +<div class="input"> 13379 +<div class="prompt input_prompt">In [9]:</div> 13380 +<div class="inner_cell"> 13381 + <div class="input_area"> 13382 +<div class=" highlight hl-ipython3"><pre><span></span><span class="n">ratio</span> <span class="o">=</span> <span class="n">released_energy</span><span class="o">/</span><span class="n">earth_sol_energy</span> 13383 +</pre></div> 13384 + 13385 + </div> 13386 +</div> 13387 +</div> 13388 + 13389 +</div> 13390 +<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt"> 13391 +</div><div class="inner_cell"> 13392 +<div class="text_cell_render border-box-sizing rendered_html"> 13393 +<p>The ratio of thermal energy released by all nuclear power plants in the world over the period of a year, to the total delivered thermal energy by the sun over the period of a year is given below.</p> 13394 + 13395 +</div> 13396 +</div> 13397 +</div> 13398 +<div class="cell border-box-sizing code_cell rendered"> 13399 +<div class="input"> 13400 +<div class="prompt input_prompt">In [10]:</div> 13401 +<div class="inner_cell"> 13402 + <div class="input_area"> 13403 +<div class=" highlight hl-ipython3"><pre><span></span><span class="nb">print</span><span class="p">(</span><span class="n">ratio</span><span class="p">)</span> 13404 +</pre></div> 13405 + 13406 + </div> 13407 +</div> 13408 +</div> 13409 + 13410 +<div class="output_wrapper"> 13411 +<div class="output"> 13412 + 13413 + 13414 +<div class="output_area"> 13415 + 13416 + <div class="prompt"></div> 13417 + 13418 + 13419 +<div class="output_subarea output_stream output_stdout output_text"> 13420 +<pre>8.82014744285448e-06 13421 +</pre> 13422 +</div> 13423 +</div> 13424 + 13425 +</div> 13426 +</div> 13427 + 13428 +</div> 13429 +<div class="cell border-box-sizing code_cell rendered"> 13430 +<div class="input"> 13431 +<div class="prompt input_prompt">In [ ]:</div> 13432 +<div class="inner_cell"> 13433 + <div class="input_area"> 13434 +<div class=" highlight hl-ipython3"><pre><span></span> 13435 +</pre></div> 13436 + 13437 + </div> 13438 +</div> 13439 +</div> 13440 + 13441 +</div> 13442 + </div> 13443 + </div> 13444 +</body> 13445 + 13446 + 13447 + 13448 + 13449 +</html> 13450 + - Extract
-
... ... @@ -1,1 +1,0 @@ 1 -Yes it does,...(like almost any other activity, remember thermodynamics?) but infinitesimally especially compared to other sources. It is rediculously little! The ratio of thermal energy released by all nuclear power plants in the world over the period of a year, to the total delivered thermal energy by the sun over the period of a year is 8.82014744285448e-06 - image
-
... ... @@ -1,1 +1,0 @@ 1 -clear-power-for-all_LOGO.png