Guest User

Untitled

a guest
Dec 18th, 2017
1,250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 330.34 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3. <html>
  4. <head><meta charset="utf-8" />
  5. <title>Notebook</title><script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"></script>
  6. <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
  7.  
  8. <style type="text/css">
  9.     /*!
  10. *
  11. * Twitter Bootstrap
  12. *
  13. */
  14. /*!
  15.  * Bootstrap v3.3.7 (http://getbootstrap.com)
  16.  * Copyright 2011-2016 Twitter, Inc.
  17.  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  18.  */
  19. /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  20. html {
  21.   font-family: sans-serif;
  22.   -ms-text-size-adjust: 100%;
  23.   -webkit-text-size-adjust: 100%;
  24. }
  25. body {
  26.   margin: 0;
  27. }
  28. article,
  29. aside,
  30. details,
  31. figcaption,
  32. figure,
  33. footer,
  34. header,
  35. hgroup,
  36. main,
  37. menu,
  38. nav,
  39. section,
  40. summary {
  41.   display: block;
  42. }
  43. audio,
  44. canvas,
  45. progress,
  46. video {
  47.   display: inline-block;
  48.   vertical-align: baseline;
  49. }
  50. audio:not([controls]) {
  51.   display: none;
  52.   height: 0;
  53. }
  54. [hidden],
  55. template {
  56.   display: none;
  57. }
  58. a {
  59.   background-color: transparent;
  60. }
  61. a:active,
  62. a:hover {
  63.   outline: 0;
  64. }
  65. abbr[title] {
  66.   border-bottom: 1px dotted;
  67. }
  68. b,
  69. strong {
  70.   font-weight: bold;
  71. }
  72. dfn {
  73.   font-style: italic;
  74. }
  75. h1 {
  76.   font-size: 2em;
  77.   margin: 0.67em 0;
  78. }
  79. mark {
  80.   background: #ff0;
  81.   color: #000;
  82. }
  83. small {
  84.   font-size: 80%;
  85. }
  86. sub,
  87. sup {
  88.   font-size: 75%;
  89.   line-height: 0;
  90.   position: relative;
  91.   vertical-align: baseline;
  92. }
  93. sup {
  94.   top: -0.5em;
  95. }
  96. sub {
  97.   bottom: -0.25em;
  98. }
  99. img {
  100.   border: 0;
  101. }
  102. svg:not(:root) {
  103.   overflow: hidden;
  104. }
  105. figure {
  106.   margin: 1em 40px;
  107. }
  108. hr {
  109.   box-sizing: content-box;
  110.   height: 0;
  111. }
  112. pre {
  113.   overflow: auto;
  114. }
  115. code,
  116. kbd,
  117. pre,
  118. samp {
  119.   font-family: monospace, monospace;
  120.   font-size: 1em;
  121. }
  122. button,
  123. input,
  124. optgroup,
  125. select,
  126. textarea {
  127.   color: inherit;
  128.   font: inherit;
  129.   margin: 0;
  130. }
  131. button {
  132.   overflow: visible;
  133. }
  134. button,
  135. select {
  136.   text-transform: none;
  137. }
  138. button,
  139. html input[type="button"],
  140. input[type="reset"],
  141. input[type="submit"] {
  142.   -webkit-appearance: button;
  143.   cursor: pointer;
  144. }
  145. button[disabled],
  146. html input[disabled] {
  147.   cursor: default;
  148. }
  149. button::-moz-focus-inner,
  150. input::-moz-focus-inner {
  151.   border: 0;
  152.   padding: 0;
  153. }
  154. input {
  155.   line-height: normal;
  156. }
  157. input[type="checkbox"],
  158. input[type="radio"] {
  159.   box-sizing: border-box;
  160.   padding: 0;
  161. }
  162. input[type="number"]::-webkit-inner-spin-button,
  163. input[type="number"]::-webkit-outer-spin-button {
  164.   height: auto;
  165. }
  166. input[type="search"] {
  167.   -webkit-appearance: textfield;
  168.   box-sizing: content-box;
  169. }
  170. input[type="search"]::-webkit-search-cancel-button,
  171. input[type="search"]::-webkit-search-decoration {
  172.   -webkit-appearance: none;
  173. }
  174. fieldset {
  175.   border: 1px solid #c0c0c0;
  176.   margin: 0 2px;
  177.   padding: 0.35em 0.625em 0.75em;
  178. }
  179. legend {
  180.   border: 0;
  181.   padding: 0;
  182. }
  183. textarea {
  184.   overflow: auto;
  185. }
  186. optgroup {
  187.   font-weight: bold;
  188. }
  189. table {
  190.   border-collapse: collapse;
  191.   border-spacing: 0;
  192. }
  193. td,
  194. th {
  195.   padding: 0;
  196. }
  197. /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  198. @media print {
  199.   *,
  200.   *:before,
  201.   *:after {
  202.     background: transparent !important;
  203.     color: #000 !important;
  204.     box-shadow: none !important;
  205.     text-shadow: none !important;
  206.   }
  207.   a,
  208.   a:visited {
  209.     text-decoration: underline;
  210.   }
  211.   a[href]:after {
  212.     content: " (" attr(href) ")";
  213.   }
  214.   abbr[title]:after {
  215.     content: " (" attr(title) ")";
  216.   }
  217.   a[href^="#"]:after,
  218.   a[href^="javascript:"]:after {
  219.     content: "";
  220.   }
  221.   pre,
  222.   blockquote {
  223.     border: 1px solid #999;
  224.     page-break-inside: avoid;
  225.   }
  226.   thead {
  227.     display: table-header-group;
  228.   }
  229.   tr,
  230.   img {
  231.     page-break-inside: avoid;
  232.   }
  233.   img {
  234.     max-width: 100% !important;
  235.   }
  236.   p,
  237.   h2,
  238.   h3 {
  239.     orphans: 3;
  240.     widows: 3;
  241.   }
  242.   h2,
  243.   h3 {
  244.     page-break-after: avoid;
  245.   }
  246.   .navbar {
  247.     display: none;
  248.   }
  249.   .btn > .caret,
  250.   .dropup > .btn > .caret {
  251.     border-top-color: #000 !important;
  252.   }
  253.   .label {
  254.     border: 1px solid #000;
  255.   }
  256.   .table {
  257.     border-collapse: collapse !important;
  258.   }
  259.   .table td,
  260.   .table th {
  261.     background-color: #fff !important;
  262.   }
  263.   .table-bordered th,
  264.   .table-bordered td {
  265.     border: 1px solid #ddd !important;
  266.   }
  267. }
  268. @font-face {
  269.   font-family: 'Glyphicons Halflings';
  270.   src: url('../components/bootstrap/fonts/glyphicons-halflings-regular.eot');
  271.   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');
  272. }
  273. .glyphicon {
  274.   position: relative;
  275.   top: 1px;
  276.   display: inline-block;
  277.   font-family: 'Glyphicons Halflings';
  278.   font-style: normal;
  279.   font-weight: normal;
  280.   line-height: 1;
  281.   -webkit-font-smoothing: antialiased;
  282.   -moz-osx-font-smoothing: grayscale;
  283. }
  284. .glyphicon-asterisk:before {
  285.   content: "\002a";
  286. }
  287. .glyphicon-plus:before {
  288.   content: "\002b";
  289. }
  290. .glyphicon-euro:before,
  291. .glyphicon-eur:before {
  292.   content: "\20ac";
  293. }
  294. .glyphicon-minus:before {
  295.   content: "\2212";
  296. }
  297. .glyphicon-cloud:before {
  298.   content: "\2601";
  299. }
  300. .glyphicon-envelope:before {
  301.   content: "\2709";
  302. }
  303. .glyphicon-pencil:before {
  304.   content: "\270f";
  305. }
  306. .glyphicon-glass:before {
  307.   content: "\e001";
  308. }
  309. .glyphicon-music:before {
  310.   content: "\e002";
  311. }
  312. .glyphicon-search:before {
  313.   content: "\e003";
  314. }
  315. .glyphicon-heart:before {
  316.   content: "\e005";
  317. }
  318. .glyphicon-star:before {
  319.   content: "\e006";
  320. }
  321. .glyphicon-star-empty:before {
  322.   content: "\e007";
  323. }
  324. .glyphicon-user:before {
  325.   content: "\e008";
  326. }
  327. .glyphicon-film:before {
  328.   content: "\e009";
  329. }
  330. .glyphicon-th-large:before {
  331.   content: "\e010";
  332. }
  333. .glyphicon-th:before {
  334.   content: "\e011";
  335. }
  336. .glyphicon-th-list:before {
  337.   content: "\e012";
  338. }
  339. .glyphicon-ok:before {
  340.   content: "\e013";
  341. }
  342. .glyphicon-remove:before {
  343.   content: "\e014";
  344. }
  345. .glyphicon-zoom-in:before {
  346.   content: "\e015";
  347. }
  348. .glyphicon-zoom-out:before {
  349.   content: "\e016";
  350. }
  351. .glyphicon-off:before {
  352.   content: "\e017";
  353. }
  354. .glyphicon-signal:before {
  355.   content: "\e018";
  356. }
  357. .glyphicon-cog:before {
  358.   content: "\e019";
  359. }
  360. .glyphicon-trash:before {
  361.   content: "\e020";
  362. }
  363. .glyphicon-home:before {
  364.   content: "\e021";
  365. }
  366. .glyphicon-file:before {
  367.   content: "\e022";
  368. }
  369. .glyphicon-time:before {
  370.   content: "\e023";
  371. }
  372. .glyphicon-road:before {
  373.   content: "\e024";
  374. }
  375. .glyphicon-download-alt:before {
  376.   content: "\e025";
  377. }
  378. .glyphicon-download:before {
  379.   content: "\e026";
  380. }
  381. .glyphicon-upload:before {
  382.   content: "\e027";
  383. }
  384. .glyphicon-inbox:before {
  385.   content: "\e028";
  386. }
  387. .glyphicon-play-circle:before {
  388.   content: "\e029";
  389. }
  390. .glyphicon-repeat:before {
  391.   content: "\e030";
  392. }
  393. .glyphicon-refresh:before {
  394.   content: "\e031";
  395. }
  396. .glyphicon-list-alt:before {
  397.   content: "\e032";
  398. }
  399. .glyphicon-lock:before {
  400.   content: "\e033";
  401. }
  402. .glyphicon-flag:before {
  403.   content: "\e034";
  404. }
  405. .glyphicon-headphones:before {
  406.   content: "\e035";
  407. }
  408. .glyphicon-volume-off:before {
  409.   content: "\e036";
  410. }
  411. .glyphicon-volume-down:before {
  412.   content: "\e037";
  413. }
  414. .glyphicon-volume-up:before {
  415.   content: "\e038";
  416. }
  417. .glyphicon-qrcode:before {
  418.   content: "\e039";
  419. }
  420. .glyphicon-barcode:before {
  421.   content: "\e040";
  422. }
  423. .glyphicon-tag:before {
  424.   content: "\e041";
  425. }
  426. .glyphicon-tags:before {
  427.   content: "\e042";
  428. }
  429. .glyphicon-book:before {
  430.   content: "\e043";
  431. }
  432. .glyphicon-bookmark:before {
  433.   content: "\e044";
  434. }
  435. .glyphicon-print:before {
  436.   content: "\e045";
  437. }
  438. .glyphicon-camera:before {
  439.   content: "\e046";
  440. }
  441. .glyphicon-font:before {
  442.   content: "\e047";
  443. }
  444. .glyphicon-bold:before {
  445.   content: "\e048";
  446. }
  447. .glyphicon-italic:before {
  448.   content: "\e049";
  449. }
  450. .glyphicon-text-height:before {
  451.   content: "\e050";
  452. }
  453. .glyphicon-text-width:before {
  454.   content: "\e051";
  455. }
  456. .glyphicon-align-left:before {
  457.   content: "\e052";
  458. }
  459. .glyphicon-align-center:before {
  460.   content: "\e053";
  461. }
  462. .glyphicon-align-right:before {
  463.   content: "\e054";
  464. }
  465. .glyphicon-align-justify:before {
  466.   content: "\e055";
  467. }
  468. .glyphicon-list:before {
  469.   content: "\e056";
  470. }
  471. .glyphicon-indent-left:before {
  472.   content: "\e057";
  473. }
  474. .glyphicon-indent-right:before {
  475.   content: "\e058";
  476. }
  477. .glyphicon-facetime-video:before {
  478.   content: "\e059";
  479. }
  480. .glyphicon-picture:before {
  481.   content: "\e060";
  482. }
  483. .glyphicon-map-marker:before {
  484.   content: "\e062";
  485. }
  486. .glyphicon-adjust:before {
  487.   content: "\e063";
  488. }
  489. .glyphicon-tint:before {
  490.   content: "\e064";
  491. }
  492. .glyphicon-edit:before {
  493.   content: "\e065";
  494. }
  495. .glyphicon-share:before {
  496.   content: "\e066";
  497. }
  498. .glyphicon-check:before {
  499.   content: "\e067";
  500. }
  501. .glyphicon-move:before {
  502.   content: "\e068";
  503. }
  504. .glyphicon-step-backward:before {
  505.   content: "\e069";
  506. }
  507. .glyphicon-fast-backward:before {
  508.   content: "\e070";
  509. }
  510. .glyphicon-backward:before {
  511.   content: "\e071";
  512. }
  513. .glyphicon-play:before {
  514.   content: "\e072";
  515. }
  516. .glyphicon-pause:before {
  517.   content: "\e073";
  518. }
  519. .glyphicon-stop:before {
  520.   content: "\e074";
  521. }
  522. .glyphicon-forward:before {
  523.   content: "\e075";
  524. }
  525. .glyphicon-fast-forward:before {
  526.   content: "\e076";
  527. }
  528. .glyphicon-step-forward:before {
  529.   content: "\e077";
  530. }
  531. .glyphicon-eject:before {
  532.   content: "\e078";
  533. }
  534. .glyphicon-chevron-left:before {
  535.   content: "\e079";
  536. }
  537. .glyphicon-chevron-right:before {
  538.   content: "\e080";
  539. }
  540. .glyphicon-plus-sign:before {
  541.   content: "\e081";
  542. }
  543. .glyphicon-minus-sign:before {
  544.   content: "\e082";
  545. }
  546. .glyphicon-remove-sign:before {
  547.   content: "\e083";
  548. }
  549. .glyphicon-ok-sign:before {
  550.   content: "\e084";
  551. }
  552. .glyphicon-question-sign:before {
  553.   content: "\e085";
  554. }
  555. .glyphicon-info-sign:before {
  556.   content: "\e086";
  557. }
  558. .glyphicon-screenshot:before {
  559.   content: "\e087";
  560. }
  561. .glyphicon-remove-circle:before {
  562.   content: "\e088";
  563. }
  564. .glyphicon-ok-circle:before {
  565.   content: "\e089";
  566. }
  567. .glyphicon-ban-circle:before {
  568.   content: "\e090";
  569. }
  570. .glyphicon-arrow-left:before {
  571.   content: "\e091";
  572. }
  573. .glyphicon-arrow-right:before {
  574.   content: "\e092";
  575. }
  576. .glyphicon-arrow-up:before {
  577.   content: "\e093";
  578. }
  579. .glyphicon-arrow-down:before {
  580.   content: "\e094";
  581. }
  582. .glyphicon-share-alt:before {
  583.   content: "\e095";
  584. }
  585. .glyphicon-resize-full:before {
  586.   content: "\e096";
  587. }
  588. .glyphicon-resize-small:before {
  589.   content: "\e097";
  590. }
  591. .glyphicon-exclamation-sign:before {
  592.   content: "\e101";
  593. }
  594. .glyphicon-gift:before {
  595.   content: "\e102";
  596. }
  597. .glyphicon-leaf:before {
  598.   content: "\e103";
  599. }
  600. .glyphicon-fire:before {
  601.   content: "\e104";
  602. }
  603. .glyphicon-eye-open:before {
  604.   content: "\e105";
  605. }
  606. .glyphicon-eye-close:before {
  607.   content: "\e106";
  608. }
  609. .glyphicon-warning-sign:before {
  610.   content: "\e107";
  611. }
  612. .glyphicon-plane:before {
  613.   content: "\e108";
  614. }
  615. .glyphicon-calendar:before {
  616.   content: "\e109";
  617. }
  618. .glyphicon-random:before {
  619.   content: "\e110";
  620. }
  621. .glyphicon-comment:before {
  622.   content: "\e111";
  623. }
  624. .glyphicon-magnet:before {
  625.   content: "\e112";
  626. }
  627. .glyphicon-chevron-up:before {
  628.   content: "\e113";
  629. }
  630. .glyphicon-chevron-down:before {
  631.   content: "\e114";
  632. }
  633. .glyphicon-retweet:before {
  634.   content: "\e115";
  635. }
  636. .glyphicon-shopping-cart:before {
  637.   content: "\e116";
  638. }
  639. .glyphicon-folder-close:before {
  640.   content: "\e117";
  641. }
  642. .glyphicon-folder-open:before {
  643.   content: "\e118";
  644. }
  645. .glyphicon-resize-vertical:before {
  646.   content: "\e119";
  647. }
  648. .glyphicon-resize-horizontal:before {
  649.   content: "\e120";
  650. }
  651. .glyphicon-hdd:before {
  652.   content: "\e121";
  653. }
  654. .glyphicon-bullhorn:before {
  655.   content: "\e122";
  656. }
  657. .glyphicon-bell:before {
  658.   content: "\e123";
  659. }
  660. .glyphicon-certificate:before {
  661.   content: "\e124";
  662. }
  663. .glyphicon-thumbs-up:before {
  664.   content: "\e125";
  665. }
  666. .glyphicon-thumbs-down:before {
  667.   content: "\e126";
  668. }
  669. .glyphicon-hand-right:before {
  670.   content: "\e127";
  671. }
  672. .glyphicon-hand-left:before {
  673.   content: "\e128";
  674. }
  675. .glyphicon-hand-up:before {
  676.   content: "\e129";
  677. }
  678. .glyphicon-hand-down:before {
  679.   content: "\e130";
  680. }
  681. .glyphicon-circle-arrow-right:before {
  682.   content: "\e131";
  683. }
  684. .glyphicon-circle-arrow-left:before {
  685.   content: "\e132";
  686. }
  687. .glyphicon-circle-arrow-up:before {
  688.   content: "\e133";
  689. }
  690. .glyphicon-circle-arrow-down:before {
  691.   content: "\e134";
  692. }
  693. .glyphicon-globe:before {
  694.   content: "\e135";
  695. }
  696. .glyphicon-wrench:before {
  697.   content: "\e136";
  698. }
  699. .glyphicon-tasks:before {
  700.   content: "\e137";
  701. }
  702. .glyphicon-filter:before {
  703.   content: "\e138";
  704. }
  705. .glyphicon-briefcase:before {
  706.   content: "\e139";
  707. }
  708. .glyphicon-fullscreen:before {
  709.   content: "\e140";
  710. }
  711. .glyphicon-dashboard:before {
  712.   content: "\e141";
  713. }
  714. .glyphicon-paperclip:before {
  715.   content: "\e142";
  716. }
  717. .glyphicon-heart-empty:before {
  718.   content: "\e143";
  719. }
  720. .glyphicon-link:before {
  721.   content: "\e144";
  722. }
  723. .glyphicon-phone:before {
  724.   content: "\e145";
  725. }
  726. .glyphicon-pushpin:before {
  727.   content: "\e146";
  728. }
  729. .glyphicon-usd:before {
  730.   content: "\e148";
  731. }
  732. .glyphicon-gbp:before {
  733.   content: "\e149";
  734. }
  735. .glyphicon-sort:before {
  736.   content: "\e150";
  737. }
  738. .glyphicon-sort-by-alphabet:before {
  739.   content: "\e151";
  740. }
  741. .glyphicon-sort-by-alphabet-alt:before {
  742.   content: "\e152";
  743. }
  744. .glyphicon-sort-by-order:before {
  745.   content: "\e153";
  746. }
  747. .glyphicon-sort-by-order-alt:before {
  748.   content: "\e154";
  749. }
  750. .glyphicon-sort-by-attributes:before {
  751.   content: "\e155";
  752. }
  753. .glyphicon-sort-by-attributes-alt:before {
  754.   content: "\e156";
  755. }
  756. .glyphicon-unchecked:before {
  757.   content: "\e157";
  758. }
  759. .glyphicon-expand:before {
  760.   content: "\e158";
  761. }
  762. .glyphicon-collapse-down:before {
  763.   content: "\e159";
  764. }
  765. .glyphicon-collapse-up:before {
  766.   content: "\e160";
  767. }
  768. .glyphicon-log-in:before {
  769.   content: "\e161";
  770. }
  771. .glyphicon-flash:before {
  772.   content: "\e162";
  773. }
  774. .glyphicon-log-out:before {
  775.   content: "\e163";
  776. }
  777. .glyphicon-new-window:before {
  778.   content: "\e164";
  779. }
  780. .glyphicon-record:before {
  781.   content: "\e165";
  782. }
  783. .glyphicon-save:before {
  784.   content: "\e166";
  785. }
  786. .glyphicon-open:before {
  787.   content: "\e167";
  788. }
  789. .glyphicon-saved:before {
  790.   content: "\e168";
  791. }
  792. .glyphicon-import:before {
  793.   content: "\e169";
  794. }
  795. .glyphicon-export:before {
  796.   content: "\e170";
  797. }
  798. .glyphicon-send:before {
  799.   content: "\e171";
  800. }
  801. .glyphicon-floppy-disk:before {
  802.   content: "\e172";
  803. }
  804. .glyphicon-floppy-saved:before {
  805.   content: "\e173";
  806. }
  807. .glyphicon-floppy-remove:before {
  808.   content: "\e174";
  809. }
  810. .glyphicon-floppy-save:before {
  811.   content: "\e175";
  812. }
  813. .glyphicon-floppy-open:before {
  814.   content: "\e176";
  815. }
  816. .glyphicon-credit-card:before {
  817.   content: "\e177";
  818. }
  819. .glyphicon-transfer:before {
  820.   content: "\e178";
  821. }
  822. .glyphicon-cutlery:before {
  823.   content: "\e179";
  824. }
  825. .glyphicon-header:before {
  826.   content: "\e180";
  827. }
  828. .glyphicon-compressed:before {
  829.   content: "\e181";
  830. }
  831. .glyphicon-earphone:before {
  832.   content: "\e182";
  833. }
  834. .glyphicon-phone-alt:before {
  835.   content: "\e183";
  836. }
  837. .glyphicon-tower:before {
  838.   content: "\e184";
  839. }
  840. .glyphicon-stats:before {
  841.   content: "\e185";
  842. }
  843. .glyphicon-sd-video:before {
  844.   content: "\e186";
  845. }
  846. .glyphicon-hd-video:before {
  847.   content: "\e187";
  848. }
  849. .glyphicon-subtitles:before {
  850.   content: "\e188";
  851. }
  852. .glyphicon-sound-stereo:before {
  853.   content: "\e189";
  854. }
  855. .glyphicon-sound-dolby:before {
  856.   content: "\e190";
  857. }
  858. .glyphicon-sound-5-1:before {
  859.   content: "\e191";
  860. }
  861. .glyphicon-sound-6-1:before {
  862.   content: "\e192";
  863. }
  864. .glyphicon-sound-7-1:before {
  865.   content: "\e193";
  866. }
  867. .glyphicon-copyright-mark:before {
  868.   content: "\e194";
  869. }
  870. .glyphicon-registration-mark:before {
  871.   content: "\e195";
  872. }
  873. .glyphicon-cloud-download:before {
  874.   content: "\e197";
  875. }
  876. .glyphicon-cloud-upload:before {
  877.   content: "\e198";
  878. }
  879. .glyphicon-tree-conifer:before {
  880.   content: "\e199";
  881. }
  882. .glyphicon-tree-deciduous:before {
  883.   content: "\e200";
  884. }
  885. .glyphicon-cd:before {
  886.   content: "\e201";
  887. }
  888. .glyphicon-save-file:before {
  889.   content: "\e202";
  890. }
  891. .glyphicon-open-file:before {
  892.   content: "\e203";
  893. }
  894. .glyphicon-level-up:before {
  895.   content: "\e204";
  896. }
  897. .glyphicon-copy:before {
  898.   content: "\e205";
  899. }
  900. .glyphicon-paste:before {
  901.   content: "\e206";
  902. }
  903. .glyphicon-alert:before {
  904.   content: "\e209";
  905. }
  906. .glyphicon-equalizer:before {
  907.   content: "\e210";
  908. }
  909. .glyphicon-king:before {
  910.   content: "\e211";
  911. }
  912. .glyphicon-queen:before {
  913.   content: "\e212";
  914. }
  915. .glyphicon-pawn:before {
  916.   content: "\e213";
  917. }
  918. .glyphicon-bishop:before {
  919.   content: "\e214";
  920. }
  921. .glyphicon-knight:before {
  922.   content: "\e215";
  923. }
  924. .glyphicon-baby-formula:before {
  925.   content: "\e216";
  926. }
  927. .glyphicon-tent:before {
  928.   content: "\26fa";
  929. }
  930. .glyphicon-blackboard:before {
  931.   content: "\e218";
  932. }
  933. .glyphicon-bed:before {
  934.   content: "\e219";
  935. }
  936. .glyphicon-apple:before {
  937.   content: "\f8ff";
  938. }
  939. .glyphicon-erase:before {
  940.   content: "\e221";
  941. }
  942. .glyphicon-hourglass:before {
  943.   content: "\231b";
  944. }
  945. .glyphicon-lamp:before {
  946.   content: "\e223";
  947. }
  948. .glyphicon-duplicate:before {
  949.   content: "\e224";
  950. }
  951. .glyphicon-piggy-bank:before {
  952.   content: "\e225";
  953. }
  954. .glyphicon-scissors:before {
  955.   content: "\e226";
  956. }
  957. .glyphicon-bitcoin:before {
  958.   content: "\e227";
  959. }
  960. .glyphicon-btc:before {
  961.   content: "\e227";
  962. }
  963. .glyphicon-xbt:before {
  964.   content: "\e227";
  965. }
  966. .glyphicon-yen:before {
  967.   content: "\00a5";
  968. }
  969. .glyphicon-jpy:before {
  970.   content: "\00a5";
  971. }
  972. .glyphicon-ruble:before {
  973.   content: "\20bd";
  974. }
  975. .glyphicon-rub:before {
  976.   content: "\20bd";
  977. }
  978. .glyphicon-scale:before {
  979.   content: "\e230";
  980. }
  981. .glyphicon-ice-lolly:before {
  982.   content: "\e231";
  983. }
  984. .glyphicon-ice-lolly-tasted:before {
  985.   content: "\e232";
  986. }
  987. .glyphicon-education:before {
  988.   content: "\e233";
  989. }
  990. .glyphicon-option-horizontal:before {
  991.   content: "\e234";
  992. }
  993. .glyphicon-option-vertical:before {
  994.   content: "\e235";
  995. }
  996. .glyphicon-menu-hamburger:before {
  997.   content: "\e236";
  998. }
  999. .glyphicon-modal-window:before {
  1000.   content: "\e237";
  1001. }
  1002. .glyphicon-oil:before {
  1003.   content: "\e238";
  1004. }
  1005. .glyphicon-grain:before {
  1006.   content: "\e239";
  1007. }
  1008. .glyphicon-sunglasses:before {
  1009.   content: "\e240";
  1010. }
  1011. .glyphicon-text-size:before {
  1012.   content: "\e241";
  1013. }
  1014. .glyphicon-text-color:before {
  1015.   content: "\e242";
  1016. }
  1017. .glyphicon-text-background:before {
  1018.   content: "\e243";
  1019. }
  1020. .glyphicon-object-align-top:before {
  1021.   content: "\e244";
  1022. }
  1023. .glyphicon-object-align-bottom:before {
  1024.   content: "\e245";
  1025. }
  1026. .glyphicon-object-align-horizontal:before {
  1027.   content: "\e246";
  1028. }
  1029. .glyphicon-object-align-left:before {
  1030.   content: "\e247";
  1031. }
  1032. .glyphicon-object-align-vertical:before {
  1033.   content: "\e248";
  1034. }
  1035. .glyphicon-object-align-right:before {
  1036.   content: "\e249";
  1037. }
  1038. .glyphicon-triangle-right:before {
  1039.   content: "\e250";
  1040. }
  1041. .glyphicon-triangle-left:before {
  1042.   content: "\e251";
  1043. }
  1044. .glyphicon-triangle-bottom:before {
  1045.   content: "\e252";
  1046. }
  1047. .glyphicon-triangle-top:before {
  1048.   content: "\e253";
  1049. }
  1050. .glyphicon-console:before {
  1051.   content: "\e254";
  1052. }
  1053. .glyphicon-superscript:before {
  1054.   content: "\e255";
  1055. }
  1056. .glyphicon-subscript:before {
  1057.   content: "\e256";
  1058. }
  1059. .glyphicon-menu-left:before {
  1060.   content: "\e257";
  1061. }
  1062. .glyphicon-menu-right:before {
  1063.   content: "\e258";
  1064. }
  1065. .glyphicon-menu-down:before {
  1066.   content: "\e259";
  1067. }
  1068. .glyphicon-menu-up:before {
  1069.   content: "\e260";
  1070. }
  1071. * {
  1072.   -webkit-box-sizing: border-box;
  1073.   -moz-box-sizing: border-box;
  1074.   box-sizing: border-box;
  1075. }
  1076. *:before,
  1077. *:after {
  1078.   -webkit-box-sizing: border-box;
  1079.   -moz-box-sizing: border-box;
  1080.   box-sizing: border-box;
  1081. }
  1082. html {
  1083.   font-size: 10px;
  1084.   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  1085. }
  1086. body {
  1087.   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  1088.   font-size: 13px;
  1089.   line-height: 1.42857143;
  1090.   color: #000;
  1091.   background-color: #fff;
  1092. }
  1093. input,
  1094. button,
  1095. select,
  1096. textarea {
  1097.   font-family: inherit;
  1098.   font-size: inherit;
  1099.   line-height: inherit;
  1100. }
  1101. a {
  1102.   color: #337ab7;
  1103.   text-decoration: none;
  1104. }
  1105. a:hover,
  1106. a:focus {
  1107.   color: #23527c;
  1108.   text-decoration: underline;
  1109. }
  1110. a:focus {
  1111.   outline: 5px auto -webkit-focus-ring-color;
  1112.   outline-offset: -2px;
  1113. }
  1114. figure {
  1115.   margin: 0;
  1116. }
  1117. img {
  1118.   vertical-align: middle;
  1119. }
  1120. .img-responsive,
  1121. .thumbnail > img,
  1122. .thumbnail a > img,
  1123. .carousel-inner > .item > img,
  1124. .carousel-inner > .item > a > img {
  1125.   display: block;
  1126.   max-width: 100%;
  1127.   height: auto;
  1128. }
  1129. .img-rounded {
  1130.   border-radius: 3px;
  1131. }
  1132. .img-thumbnail {
  1133.   padding: 4px;
  1134.   line-height: 1.42857143;
  1135.   background-color: #fff;
  1136.   border: 1px solid #ddd;
  1137.   border-radius: 2px;
  1138.   -webkit-transition: all 0.2s ease-in-out;
  1139.   -o-transition: all 0.2s ease-in-out;
  1140.   transition: all 0.2s ease-in-out;
  1141.   display: inline-block;
  1142.   max-width: 100%;
  1143.   height: auto;
  1144. }
  1145. .img-circle {
  1146.   border-radius: 50%;
  1147. }
  1148. hr {
  1149.   margin-top: 18px;
  1150.   margin-bottom: 18px;
  1151.   border: 0;
  1152.   border-top: 1px solid #eeeeee;
  1153. }
  1154. .sr-only {
  1155.   position: absolute;
  1156.   width: 1px;
  1157.   height: 1px;
  1158.   margin: -1px;
  1159.   padding: 0;
  1160.   overflow: hidden;
  1161.   clip: rect(0, 0, 0, 0);
  1162.   border: 0;
  1163. }
  1164. .sr-only-focusable:active,
  1165. .sr-only-focusable:focus {
  1166.   position: static;
  1167.   width: auto;
  1168.   height: auto;
  1169.   margin: 0;
  1170.   overflow: visible;
  1171.   clip: auto;
  1172. }
  1173. [role="button"] {
  1174.   cursor: pointer;
  1175. }
  1176. h1,
  1177. h2,
  1178. h3,
  1179. h4,
  1180. h5,
  1181. h6,
  1182. .h1,
  1183. .h2,
  1184. .h3,
  1185. .h4,
  1186. .h5,
  1187. .h6 {
  1188.   font-family: inherit;
  1189.   font-weight: 500;
  1190.   line-height: 1.1;
  1191.   color: inherit;
  1192. }
  1193. h1 small,
  1194. h2 small,
  1195. h3 small,
  1196. h4 small,
  1197. h5 small,
  1198. h6 small,
  1199. .h1 small,
  1200. .h2 small,
  1201. .h3 small,
  1202. .h4 small,
  1203. .h5 small,
  1204. .h6 small,
  1205. h1 .small,
  1206. h2 .small,
  1207. h3 .small,
  1208. h4 .small,
  1209. h5 .small,
  1210. h6 .small,
  1211. .h1 .small,
  1212. .h2 .small,
  1213. .h3 .small,
  1214. .h4 .small,
  1215. .h5 .small,
  1216. .h6 .small {
  1217.   font-weight: normal;
  1218.   line-height: 1;
  1219.   color: #777777;
  1220. }
  1221. h1,
  1222. .h1,
  1223. h2,
  1224. .h2,
  1225. h3,
  1226. .h3 {
  1227.   margin-top: 18px;
  1228.   margin-bottom: 9px;
  1229. }
  1230. h1 small,
  1231. .h1 small,
  1232. h2 small,
  1233. .h2 small,
  1234. h3 small,
  1235. .h3 small,
  1236. h1 .small,
  1237. .h1 .small,
  1238. h2 .small,
  1239. .h2 .small,
  1240. h3 .small,
  1241. .h3 .small {
  1242.   font-size: 65%;
  1243. }
  1244. h4,
  1245. .h4,
  1246. h5,
  1247. .h5,
  1248. h6,
  1249. .h6 {
  1250.   margin-top: 9px;
  1251.   margin-bottom: 9px;
  1252. }
  1253. h4 small,
  1254. .h4 small,
  1255. h5 small,
  1256. .h5 small,
  1257. h6 small,
  1258. .h6 small,
  1259. h4 .small,
  1260. .h4 .small,
  1261. h5 .small,
  1262. .h5 .small,
  1263. h6 .small,
  1264. .h6 .small {
  1265.   font-size: 75%;
  1266. }
  1267. h1,
  1268. .h1 {
  1269.   font-size: 33px;
  1270. }
  1271. h2,
  1272. .h2 {
  1273.   font-size: 27px;
  1274. }
  1275. h3,
  1276. .h3 {
  1277.   font-size: 23px;
  1278. }
  1279. h4,
  1280. .h4 {
  1281.   font-size: 17px;
  1282. }
  1283. h5,
  1284. .h5 {
  1285.   font-size: 13px;
  1286. }
  1287. h6,
  1288. .h6 {
  1289.   font-size: 12px;
  1290. }
  1291. p {
  1292.   margin: 0 0 9px;
  1293. }
  1294. .lead {
  1295.   margin-bottom: 18px;
  1296.   font-size: 14px;
  1297.   font-weight: 300;
  1298.   line-height: 1.4;
  1299. }
  1300. @media (min-width: 768px) {
  1301.   .lead {
  1302.     font-size: 19.5px;
  1303.   }
  1304. }
  1305. small,
  1306. .small {
  1307.   font-size: 92%;
  1308. }
  1309. mark,
  1310. .mark {
  1311.   background-color: #fcf8e3;
  1312.   padding: .2em;
  1313. }
  1314. .text-left {
  1315.   text-align: left;
  1316. }
  1317. .text-right {
  1318.   text-align: right;
  1319. }
  1320. .text-center {
  1321.   text-align: center;
  1322. }
  1323. .text-justify {
  1324.   text-align: justify;
  1325. }
  1326. .text-nowrap {
  1327.   white-space: nowrap;
  1328. }
  1329. .text-lowercase {
  1330.   text-transform: lowercase;
  1331. }
  1332. .text-uppercase {
  1333.   text-transform: uppercase;
  1334. }
  1335. .text-capitalize {
  1336.   text-transform: capitalize;
  1337. }
  1338. .text-muted {
  1339.   color: #777777;
  1340. }
  1341. .text-primary {
  1342.   color: #337ab7;
  1343. }
  1344. a.text-primary:hover,
  1345. a.text-primary:focus {
  1346.   color: #286090;
  1347. }
  1348. .text-success {
  1349.   color: #3c763d;
  1350. }
  1351. a.text-success:hover,
  1352. a.text-success:focus {
  1353.   color: #2b542c;
  1354. }
  1355. .text-info {
  1356.   color: #31708f;
  1357. }
  1358. a.text-info:hover,
  1359. a.text-info:focus {
  1360.   color: #245269;
  1361. }
  1362. .text-warning {
  1363.   color: #8a6d3b;
  1364. }
  1365. a.text-warning:hover,
  1366. a.text-warning:focus {
  1367.   color: #66512c;
  1368. }
  1369. .text-danger {
  1370.   color: #a94442;
  1371. }
  1372. a.text-danger:hover,
  1373. a.text-danger:focus {
  1374.   color: #843534;
  1375. }
  1376. .bg-primary {
  1377.   color: #fff;
  1378.   background-color: #337ab7;
  1379. }
  1380. a.bg-primary:hover,
  1381. a.bg-primary:focus {
  1382.   background-color: #286090;
  1383. }
  1384. .bg-success {
  1385.   background-color: #dff0d8;
  1386. }
  1387. a.bg-success:hover,
  1388. a.bg-success:focus {
  1389.   background-color: #c1e2b3;
  1390. }
  1391. .bg-info {
  1392.   background-color: #d9edf7;
  1393. }
  1394. a.bg-info:hover,
  1395. a.bg-info:focus {
  1396.   background-color: #afd9ee;
  1397. }
  1398. .bg-warning {
  1399.   background-color: #fcf8e3;
  1400. }
  1401. a.bg-warning:hover,
  1402. a.bg-warning:focus {
  1403.   background-color: #f7ecb5;
  1404. }
  1405. .bg-danger {
  1406.   background-color: #f2dede;
  1407. }
  1408. a.bg-danger:hover,
  1409. a.bg-danger:focus {
  1410.   background-color: #e4b9b9;
  1411. }
  1412. .page-header {
  1413.   padding-bottom: 8px;
  1414.   margin: 36px 0 18px;
  1415.   border-bottom: 1px solid #eeeeee;
  1416. }
  1417. ul,
  1418. ol {
  1419.   margin-top: 0;
  1420.   margin-bottom: 9px;
  1421. }
  1422. ul ul,
  1423. ol ul,
  1424. ul ol,
  1425. ol ol {
  1426.   margin-bottom: 0;
  1427. }
  1428. .list-unstyled {
  1429.   padding-left: 0;
  1430.   list-style: none;
  1431. }
  1432. .list-inline {
  1433.   padding-left: 0;
  1434.   list-style: none;
  1435.   margin-left: -5px;
  1436. }
  1437. .list-inline > li {
  1438.   display: inline-block;
  1439.   padding-left: 5px;
  1440.   padding-right: 5px;
  1441. }
  1442. dl {
  1443.   margin-top: 0;
  1444.   margin-bottom: 18px;
  1445. }
  1446. dt,
  1447. dd {
  1448.   line-height: 1.42857143;
  1449. }
  1450. dt {
  1451.   font-weight: bold;
  1452. }
  1453. dd {
  1454.   margin-left: 0;
  1455. }
  1456. @media (min-width: 541px) {
  1457.   .dl-horizontal dt {
  1458.     float: left;
  1459.     width: 160px;
  1460.     clear: left;
  1461.     text-align: right;
  1462.     overflow: hidden;
  1463.     text-overflow: ellipsis;
  1464.     white-space: nowrap;
  1465.   }
  1466.   .dl-horizontal dd {
  1467.     margin-left: 180px;
  1468.   }
  1469. }
  1470. abbr[title],
  1471. abbr[data-original-title] {
  1472.   cursor: help;
  1473.   border-bottom: 1px dotted #777777;
  1474. }
  1475. .initialism {
  1476.   font-size: 90%;
  1477.   text-transform: uppercase;
  1478. }
  1479. blockquote {
  1480.   padding: 9px 18px;
  1481.   margin: 0 0 18px;
  1482.   font-size: inherit;
  1483.   border-left: 5px solid #eeeeee;
  1484. }
  1485. blockquote p:last-child,
  1486. blockquote ul:last-child,
  1487. blockquote ol:last-child {
  1488.   margin-bottom: 0;
  1489. }
  1490. blockquote footer,
  1491. blockquote small,
  1492. blockquote .small {
  1493.   display: block;
  1494.   font-size: 80%;
  1495.   line-height: 1.42857143;
  1496.   color: #777777;
  1497. }
  1498. blockquote footer:before,
  1499. blockquote small:before,
  1500. blockquote .small:before {
  1501.   content: '\2014 \00A0';
  1502. }
  1503. .blockquote-reverse,
  1504. blockquote.pull-right {
  1505.   padding-right: 15px;
  1506.   padding-left: 0;
  1507.   border-right: 5px solid #eeeeee;
  1508.   border-left: 0;
  1509.   text-align: right;
  1510. }
  1511. .blockquote-reverse footer:before,
  1512. blockquote.pull-right footer:before,
  1513. .blockquote-reverse small:before,
  1514. blockquote.pull-right small:before,
  1515. .blockquote-reverse .small:before,
  1516. blockquote.pull-right .small:before {
  1517.   content: '';
  1518. }
  1519. .blockquote-reverse footer:after,
  1520. blockquote.pull-right footer:after,
  1521. .blockquote-reverse small:after,
  1522. blockquote.pull-right small:after,
  1523. .blockquote-reverse .small:after,
  1524. blockquote.pull-right .small:after {
  1525.   content: '\00A0 \2014';
  1526. }
  1527. address {
  1528.   margin-bottom: 18px;
  1529.   font-style: normal;
  1530.   line-height: 1.42857143;
  1531. }
  1532. code,
  1533. kbd,
  1534. pre,
  1535. samp {
  1536.   font-family: monospace;
  1537. }
  1538. code {
  1539.   padding: 2px 4px;
  1540.   font-size: 90%;
  1541.   color: #c7254e;
  1542.   background-color: #f9f2f4;
  1543.   border-radius: 2px;
  1544. }
  1545. kbd {
  1546.   padding: 2px 4px;
  1547.   font-size: 90%;
  1548.   color: #888;
  1549.   background-color: transparent;
  1550.   border-radius: 1px;
  1551.   box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  1552. }
  1553. kbd kbd {
  1554.   padding: 0;
  1555.   font-size: 100%;
  1556.   font-weight: bold;
  1557.   box-shadow: none;
  1558. }
  1559. pre {
  1560.   display: block;
  1561.   padding: 8.5px;
  1562.   margin: 0 0 9px;
  1563.   font-size: 12px;
  1564.   line-height: 1.42857143;
  1565.   word-break: break-all;
  1566.   word-wrap: break-word;
  1567.   color: #333333;
  1568.   background-color: #f5f5f5;
  1569.   border: 1px solid #ccc;
  1570.   border-radius: 2px;
  1571. }
  1572. pre code {
  1573.   padding: 0;
  1574.   font-size: inherit;
  1575.   color: inherit;
  1576.   white-space: pre-wrap;
  1577.   background-color: transparent;
  1578.   border-radius: 0;
  1579. }
  1580. .pre-scrollable {
  1581.   max-height: 340px;
  1582.   overflow-y: scroll;
  1583. }
  1584. .container {
  1585.   margin-right: auto;
  1586.   margin-left: auto;
  1587.   padding-left: 0px;
  1588.   padding-right: 0px;
  1589. }
  1590. @media (min-width: 768px) {
  1591.   .container {
  1592.     width: 768px;
  1593.   }
  1594. }
  1595. @media (min-width: 992px) {
  1596.   .container {
  1597.     width: 940px;
  1598.   }
  1599. }
  1600. @media (min-width: 1200px) {
  1601.   .container {
  1602.     width: 1140px;
  1603.   }
  1604. }
  1605. .container-fluid {
  1606.   margin-right: auto;
  1607.   margin-left: auto;
  1608.   padding-left: 0px;
  1609.   padding-right: 0px;
  1610. }
  1611. .row {
  1612.   margin-left: 0px;
  1613.   margin-right: 0px;
  1614. }
  1615. .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 {
  1616.   position: relative;
  1617.   min-height: 1px;
  1618.   padding-left: 0px;
  1619.   padding-right: 0px;
  1620. }
  1621. .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 {
  1622.   float: left;
  1623. }
  1624. .col-xs-12 {
  1625.   width: 100%;
  1626. }
  1627. .col-xs-11 {
  1628.   width: 91.66666667%;
  1629. }
  1630. .col-xs-10 {
  1631.   width: 83.33333333%;
  1632. }
  1633. .col-xs-9 {
  1634.   width: 75%;
  1635. }
  1636. .col-xs-8 {
  1637.   width: 66.66666667%;
  1638. }
  1639. .col-xs-7 {
  1640.   width: 58.33333333%;
  1641. }
  1642. .col-xs-6 {
  1643.   width: 50%;
  1644. }
  1645. .col-xs-5 {
  1646.   width: 41.66666667%;
  1647. }
  1648. .col-xs-4 {
  1649.   width: 33.33333333%;
  1650. }
  1651. .col-xs-3 {
  1652.   width: 25%;
  1653. }
  1654. .col-xs-2 {
  1655.   width: 16.66666667%;
  1656. }
  1657. .col-xs-1 {
  1658.   width: 8.33333333%;
  1659. }
  1660. .col-xs-pull-12 {
  1661.   right: 100%;
  1662. }
  1663. .col-xs-pull-11 {
  1664.   right: 91.66666667%;
  1665. }
  1666. .col-xs-pull-10 {
  1667.   right: 83.33333333%;
  1668. }
  1669. .col-xs-pull-9 {
  1670.   right: 75%;
  1671. }
  1672. .col-xs-pull-8 {
  1673.   right: 66.66666667%;
  1674. }
  1675. .col-xs-pull-7 {
  1676.   right: 58.33333333%;
  1677. }
  1678. .col-xs-pull-6 {
  1679.   right: 50%;
  1680. }
  1681. .col-xs-pull-5 {
  1682.   right: 41.66666667%;
  1683. }
  1684. .col-xs-pull-4 {
  1685.   right: 33.33333333%;
  1686. }
  1687. .col-xs-pull-3 {
  1688.   right: 25%;
  1689. }
  1690. .col-xs-pull-2 {
  1691.   right: 16.66666667%;
  1692. }
  1693. .col-xs-pull-1 {
  1694.   right: 8.33333333%;
  1695. }
  1696. .col-xs-pull-0 {
  1697.   right: auto;
  1698. }
  1699. .col-xs-push-12 {
  1700.   left: 100%;
  1701. }
  1702. .col-xs-push-11 {
  1703.   left: 91.66666667%;
  1704. }
  1705. .col-xs-push-10 {
  1706.   left: 83.33333333%;
  1707. }
  1708. .col-xs-push-9 {
  1709.   left: 75%;
  1710. }
  1711. .col-xs-push-8 {
  1712.   left: 66.66666667%;
  1713. }
  1714. .col-xs-push-7 {
  1715.   left: 58.33333333%;
  1716. }
  1717. .col-xs-push-6 {
  1718.   left: 50%;
  1719. }
  1720. .col-xs-push-5 {
  1721.   left: 41.66666667%;
  1722. }
  1723. .col-xs-push-4 {
  1724.   left: 33.33333333%;
  1725. }
  1726. .col-xs-push-3 {
  1727.   left: 25%;
  1728. }
  1729. .col-xs-push-2 {
  1730.   left: 16.66666667%;
  1731. }
  1732. .col-xs-push-1 {
  1733.   left: 8.33333333%;
  1734. }
  1735. .col-xs-push-0 {
  1736.   left: auto;
  1737. }
  1738. .col-xs-offset-12 {
  1739.   margin-left: 100%;
  1740. }
  1741. .col-xs-offset-11 {
  1742.   margin-left: 91.66666667%;
  1743. }
  1744. .col-xs-offset-10 {
  1745.   margin-left: 83.33333333%;
  1746. }
  1747. .col-xs-offset-9 {
  1748.   margin-left: 75%;
  1749. }
  1750. .col-xs-offset-8 {
  1751.   margin-left: 66.66666667%;
  1752. }
  1753. .col-xs-offset-7 {
  1754.   margin-left: 58.33333333%;
  1755. }
  1756. .col-xs-offset-6 {
  1757.   margin-left: 50%;
  1758. }
  1759. .col-xs-offset-5 {
  1760.   margin-left: 41.66666667%;
  1761. }
  1762. .col-xs-offset-4 {
  1763.   margin-left: 33.33333333%;
  1764. }
  1765. .col-xs-offset-3 {
  1766.   margin-left: 25%;
  1767. }
  1768. .col-xs-offset-2 {
  1769.   margin-left: 16.66666667%;
  1770. }
  1771. .col-xs-offset-1 {
  1772.   margin-left: 8.33333333%;
  1773. }
  1774. .col-xs-offset-0 {
  1775.   margin-left: 0%;
  1776. }
  1777. @media (min-width: 768px) {
  1778.   .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 {
  1779.     float: left;
  1780.   }
  1781.   .col-sm-12 {
  1782.     width: 100%;
  1783.   }
  1784.   .col-sm-11 {
  1785.     width: 91.66666667%;
  1786.   }
  1787.   .col-sm-10 {
  1788.     width: 83.33333333%;
  1789.   }
  1790.   .col-sm-9 {
  1791.     width: 75%;
  1792.   }
  1793.   .col-sm-8 {
  1794.     width: 66.66666667%;
  1795.   }
  1796.   .col-sm-7 {
  1797.     width: 58.33333333%;
  1798.   }
  1799.   .col-sm-6 {
  1800.     width: 50%;
  1801.   }
  1802.   .col-sm-5 {
  1803.     width: 41.66666667%;
  1804.   }
  1805.   .col-sm-4 {
  1806.     width: 33.33333333%;
  1807.   }
  1808.   .col-sm-3 {
  1809.     width: 25%;
  1810.   }
  1811.   .col-sm-2 {
  1812.     width: 16.66666667%;
  1813.   }
  1814.   .col-sm-1 {
  1815.     width: 8.33333333%;
  1816.   }
  1817.   .col-sm-pull-12 {
  1818.     right: 100%;
  1819.   }
  1820.   .col-sm-pull-11 {
  1821.     right: 91.66666667%;
  1822.   }
  1823.   .col-sm-pull-10 {
  1824.     right: 83.33333333%;
  1825.   }
  1826.   .col-sm-pull-9 {
  1827.     right: 75%;
  1828.   }
  1829.   .col-sm-pull-8 {
  1830.     right: 66.66666667%;
  1831.   }
  1832.   .col-sm-pull-7 {
  1833.     right: 58.33333333%;
  1834.   }
  1835.   .col-sm-pull-6 {
  1836.     right: 50%;
  1837.   }
  1838.   .col-sm-pull-5 {
  1839.     right: 41.66666667%;
  1840.   }
  1841.   .col-sm-pull-4 {
  1842.     right: 33.33333333%;
  1843.   }
  1844.   .col-sm-pull-3 {
  1845.     right: 25%;
  1846.   }
  1847.   .col-sm-pull-2 {
  1848.     right: 16.66666667%;
  1849.   }
  1850.   .col-sm-pull-1 {
  1851.     right: 8.33333333%;
  1852.   }
  1853.   .col-sm-pull-0 {
  1854.     right: auto;
  1855.   }
  1856.   .col-sm-push-12 {
  1857.     left: 100%;
  1858.   }
  1859.   .col-sm-push-11 {
  1860.     left: 91.66666667%;
  1861.   }
  1862.   .col-sm-push-10 {
  1863.     left: 83.33333333%;
  1864.   }
  1865.   .col-sm-push-9 {
  1866.     left: 75%;
  1867.   }
  1868.   .col-sm-push-8 {
  1869.     left: 66.66666667%;
  1870.   }
  1871.   .col-sm-push-7 {
  1872.     left: 58.33333333%;
  1873.   }
  1874.   .col-sm-push-6 {
  1875.     left: 50%;
  1876.   }
  1877.   .col-sm-push-5 {
  1878.     left: 41.66666667%;
  1879.   }
  1880.   .col-sm-push-4 {
  1881.     left: 33.33333333%;
  1882.   }
  1883.   .col-sm-push-3 {
  1884.     left: 25%;
  1885.   }
  1886.   .col-sm-push-2 {
  1887.     left: 16.66666667%;
  1888.   }
  1889.   .col-sm-push-1 {
  1890.     left: 8.33333333%;
  1891.   }
  1892.   .col-sm-push-0 {
  1893.     left: auto;
  1894.   }
  1895.   .col-sm-offset-12 {
  1896.     margin-left: 100%;
  1897.   }
  1898.   .col-sm-offset-11 {
  1899.     margin-left: 91.66666667%;
  1900.   }
  1901.   .col-sm-offset-10 {
  1902.     margin-left: 83.33333333%;
  1903.   }
  1904.   .col-sm-offset-9 {
  1905.     margin-left: 75%;
  1906.   }
  1907.   .col-sm-offset-8 {
  1908.     margin-left: 66.66666667%;
  1909.   }
  1910.   .col-sm-offset-7 {
  1911.     margin-left: 58.33333333%;
  1912.   }
  1913.   .col-sm-offset-6 {
  1914.     margin-left: 50%;
  1915.   }
  1916.   .col-sm-offset-5 {
  1917.     margin-left: 41.66666667%;
  1918.   }
  1919.   .col-sm-offset-4 {
  1920.     margin-left: 33.33333333%;
  1921.   }
  1922.   .col-sm-offset-3 {
  1923.     margin-left: 25%;
  1924.   }
  1925.   .col-sm-offset-2 {
  1926.     margin-left: 16.66666667%;
  1927.   }
  1928.   .col-sm-offset-1 {
  1929.     margin-left: 8.33333333%;
  1930.   }
  1931.   .col-sm-offset-0 {
  1932.     margin-left: 0%;
  1933.   }
  1934. }
  1935. @media (min-width: 992px) {
  1936.   .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 {
  1937.     float: left;
  1938.   }
  1939.   .col-md-12 {
  1940.     width: 100%;
  1941.   }
  1942.   .col-md-11 {
  1943.     width: 91.66666667%;
  1944.   }
  1945.   .col-md-10 {
  1946.     width: 83.33333333%;
  1947.   }
  1948.   .col-md-9 {
  1949.     width: 75%;
  1950.   }
  1951.   .col-md-8 {
  1952.     width: 66.66666667%;
  1953.   }
  1954.   .col-md-7 {
  1955.     width: 58.33333333%;
  1956.   }
  1957.   .col-md-6 {
  1958.     width: 50%;
  1959.   }
  1960.   .col-md-5 {
  1961.     width: 41.66666667%;
  1962.   }
  1963.   .col-md-4 {
  1964.     width: 33.33333333%;
  1965.   }
  1966.   .col-md-3 {
  1967.     width: 25%;
  1968.   }
  1969.   .col-md-2 {
  1970.     width: 16.66666667%;
  1971.   }
  1972.   .col-md-1 {
  1973.     width: 8.33333333%;
  1974.   }
  1975.   .col-md-pull-12 {
  1976.     right: 100%;
  1977.   }
  1978.   .col-md-pull-11 {
  1979.     right: 91.66666667%;
  1980.   }
  1981.   .col-md-pull-10 {
  1982.     right: 83.33333333%;
  1983.   }
  1984.   .col-md-pull-9 {
  1985.     right: 75%;
  1986.   }
  1987.   .col-md-pull-8 {
  1988.     right: 66.66666667%;
  1989.   }
  1990.   .col-md-pull-7 {
  1991.     right: 58.33333333%;
  1992.   }
  1993.   .col-md-pull-6 {
  1994.     right: 50%;
  1995.   }
  1996.   .col-md-pull-5 {
  1997.     right: 41.66666667%;
  1998.   }
  1999.   .col-md-pull-4 {
  2000.     right: 33.33333333%;
  2001.   }
  2002.   .col-md-pull-3 {
  2003.     right: 25%;
  2004.   }
  2005.   .col-md-pull-2 {
  2006.     right: 16.66666667%;
  2007.   }
  2008.   .col-md-pull-1 {
  2009.     right: 8.33333333%;
  2010.   }
  2011.   .col-md-pull-0 {
  2012.     right: auto;
  2013.   }
  2014.   .col-md-push-12 {
  2015.     left: 100%;
  2016.   }
  2017.   .col-md-push-11 {
  2018.     left: 91.66666667%;
  2019.   }
  2020.   .col-md-push-10 {
  2021.     left: 83.33333333%;
  2022.   }
  2023.   .col-md-push-9 {
  2024.     left: 75%;
  2025.   }
  2026.   .col-md-push-8 {
  2027.     left: 66.66666667%;
  2028.   }
  2029.   .col-md-push-7 {
  2030.     left: 58.33333333%;
  2031.   }
  2032.   .col-md-push-6 {
  2033.     left: 50%;
  2034.   }
  2035.   .col-md-push-5 {
  2036.     left: 41.66666667%;
  2037.   }
  2038.   .col-md-push-4 {
  2039.     left: 33.33333333%;
  2040.   }
  2041.   .col-md-push-3 {
  2042.     left: 25%;
  2043.   }
  2044.   .col-md-push-2 {
  2045.     left: 16.66666667%;
  2046.   }
  2047.   .col-md-push-1 {
  2048.     left: 8.33333333%;
  2049.   }
  2050.   .col-md-push-0 {
  2051.     left: auto;
  2052.   }
  2053.   .col-md-offset-12 {
  2054.     margin-left: 100%;
  2055.   }
  2056.   .col-md-offset-11 {
  2057.     margin-left: 91.66666667%;
  2058.   }
  2059.   .col-md-offset-10 {
  2060.     margin-left: 83.33333333%;
  2061.   }
  2062.   .col-md-offset-9 {
  2063.     margin-left: 75%;
  2064.   }
  2065.   .col-md-offset-8 {
  2066.     margin-left: 66.66666667%;
  2067.   }
  2068.   .col-md-offset-7 {
  2069.     margin-left: 58.33333333%;
  2070.   }
  2071.   .col-md-offset-6 {
  2072.     margin-left: 50%;
  2073.   }
  2074.   .col-md-offset-5 {
  2075.     margin-left: 41.66666667%;
  2076.   }
  2077.   .col-md-offset-4 {
  2078.     margin-left: 33.33333333%;
  2079.   }
  2080.   .col-md-offset-3 {
  2081.     margin-left: 25%;
  2082.   }
  2083.   .col-md-offset-2 {
  2084.     margin-left: 16.66666667%;
  2085.   }
  2086.   .col-md-offset-1 {
  2087.     margin-left: 8.33333333%;
  2088.   }
  2089.   .col-md-offset-0 {
  2090.     margin-left: 0%;
  2091.   }
  2092. }
  2093. @media (min-width: 1200px) {
  2094.   .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 {
  2095.     float: left;
  2096.   }
  2097.   .col-lg-12 {
  2098.     width: 100%;
  2099.   }
  2100.   .col-lg-11 {
  2101.     width: 91.66666667%;
  2102.   }
  2103.   .col-lg-10 {
  2104.     width: 83.33333333%;
  2105.   }
  2106.   .col-lg-9 {
  2107.     width: 75%;
  2108.   }
  2109.   .col-lg-8 {
  2110.     width: 66.66666667%;
  2111.   }
  2112.   .col-lg-7 {
  2113.     width: 58.33333333%;
  2114.   }
  2115.   .col-lg-6 {
  2116.     width: 50%;
  2117.   }
  2118.   .col-lg-5 {
  2119.     width: 41.66666667%;
  2120.   }
  2121.   .col-lg-4 {
  2122.     width: 33.33333333%;
  2123.   }
  2124.   .col-lg-3 {
  2125.     width: 25%;
  2126.   }
  2127.   .col-lg-2 {
  2128.     width: 16.66666667%;
  2129.   }
  2130.   .col-lg-1 {
  2131.     width: 8.33333333%;
  2132.   }
  2133.   .col-lg-pull-12 {
  2134.     right: 100%;
  2135.   }
  2136.   .col-lg-pull-11 {
  2137.     right: 91.66666667%;
  2138.   }
  2139.   .col-lg-pull-10 {
  2140.     right: 83.33333333%;
  2141.   }
  2142.   .col-lg-pull-9 {
  2143.     right: 75%;
  2144.   }
  2145.   .col-lg-pull-8 {
  2146.     right: 66.66666667%;
  2147.   }
  2148.   .col-lg-pull-7 {
  2149.     right: 58.33333333%;
  2150.   }
  2151.   .col-lg-pull-6 {
  2152.     right: 50%;
  2153.   }
  2154.   .col-lg-pull-5 {
  2155.     right: 41.66666667%;
  2156.   }
  2157.   .col-lg-pull-4 {
  2158.     right: 33.33333333%;
  2159.   }
  2160.   .col-lg-pull-3 {
  2161.     right: 25%;
  2162.   }
  2163.   .col-lg-pull-2 {
  2164.     right: 16.66666667%;
  2165.   }
  2166.   .col-lg-pull-1 {
  2167.     right: 8.33333333%;
  2168.   }
  2169.   .col-lg-pull-0 {
  2170.     right: auto;
  2171.   }
  2172.   .col-lg-push-12 {
  2173.     left: 100%;
  2174.   }
  2175.   .col-lg-push-11 {
  2176.     left: 91.66666667%;
  2177.   }
  2178.   .col-lg-push-10 {
  2179.     left: 83.33333333%;
  2180.   }
  2181.   .col-lg-push-9 {
  2182.     left: 75%;
  2183.   }
  2184.   .col-lg-push-8 {
  2185.     left: 66.66666667%;
  2186.   }
  2187.   .col-lg-push-7 {
  2188.     left: 58.33333333%;
  2189.   }
  2190.   .col-lg-push-6 {
  2191.     left: 50%;
  2192.   }
  2193.   .col-lg-push-5 {
  2194.     left: 41.66666667%;
  2195.   }
  2196.   .col-lg-push-4 {
  2197.     left: 33.33333333%;
  2198.   }
  2199.   .col-lg-push-3 {
  2200.     left: 25%;
  2201.   }
  2202.   .col-lg-push-2 {
  2203.     left: 16.66666667%;
  2204.   }
  2205.   .col-lg-push-1 {
  2206.     left: 8.33333333%;
  2207.   }
  2208.   .col-lg-push-0 {
  2209.     left: auto;
  2210.   }
  2211.   .col-lg-offset-12 {
  2212.     margin-left: 100%;
  2213.   }
  2214.   .col-lg-offset-11 {
  2215.     margin-left: 91.66666667%;
  2216.   }
  2217.   .col-lg-offset-10 {
  2218.     margin-left: 83.33333333%;
  2219.   }
  2220.   .col-lg-offset-9 {
  2221.     margin-left: 75%;
  2222.   }
  2223.   .col-lg-offset-8 {
  2224.     margin-left: 66.66666667%;
  2225.   }
  2226.   .col-lg-offset-7 {
  2227.     margin-left: 58.33333333%;
  2228.   }
  2229.   .col-lg-offset-6 {
  2230.     margin-left: 50%;
  2231.   }
  2232.   .col-lg-offset-5 {
  2233.     margin-left: 41.66666667%;
  2234.   }
  2235.   .col-lg-offset-4 {
  2236.     margin-left: 33.33333333%;
  2237.   }
  2238.   .col-lg-offset-3 {
  2239.     margin-left: 25%;
  2240.   }
  2241.   .col-lg-offset-2 {
  2242.     margin-left: 16.66666667%;
  2243.   }
  2244.   .col-lg-offset-1 {
  2245.     margin-left: 8.33333333%;
  2246.   }
  2247.   .col-lg-offset-0 {
  2248.     margin-left: 0%;
  2249.   }
  2250. }
  2251. table {
  2252.   background-color: transparent;
  2253. }
  2254. caption {
  2255.   padding-top: 8px;
  2256.   padding-bottom: 8px;
  2257.   color: #777777;
  2258.   text-align: left;
  2259. }
  2260. th {
  2261.   text-align: left;
  2262. }
  2263. .table {
  2264.   width: 100%;
  2265.   max-width: 100%;
  2266.   margin-bottom: 18px;
  2267. }
  2268. .table > thead > tr > th,
  2269. .table > tbody > tr > th,
  2270. .table > tfoot > tr > th,
  2271. .table > thead > tr > td,
  2272. .table > tbody > tr > td,
  2273. .table > tfoot > tr > td {
  2274.   padding: 8px;
  2275.   line-height: 1.42857143;
  2276.   vertical-align: top;
  2277.   border-top: 1px solid #ddd;
  2278. }
  2279. .table > thead > tr > th {
  2280.   vertical-align: bottom;
  2281.   border-bottom: 2px solid #ddd;
  2282. }
  2283. .table > caption + thead > tr:first-child > th,
  2284. .table > colgroup + thead > tr:first-child > th,
  2285. .table > thead:first-child > tr:first-child > th,
  2286. .table > caption + thead > tr:first-child > td,
  2287. .table > colgroup + thead > tr:first-child > td,
  2288. .table > thead:first-child > tr:first-child > td {
  2289.   border-top: 0;
  2290. }
  2291. .table > tbody + tbody {
  2292.   border-top: 2px solid #ddd;
  2293. }
  2294. .table .table {
  2295.   background-color: #fff;
  2296. }
  2297. .table-condensed > thead > tr > th,
  2298. .table-condensed > tbody > tr > th,
  2299. .table-condensed > tfoot > tr > th,
  2300. .table-condensed > thead > tr > td,
  2301. .table-condensed > tbody > tr > td,
  2302. .table-condensed > tfoot > tr > td {
  2303.   padding: 5px;
  2304. }
  2305. .table-bordered {
  2306.   border: 1px solid #ddd;
  2307. }
  2308. .table-bordered > thead > tr > th,
  2309. .table-bordered > tbody > tr > th,
  2310. .table-bordered > tfoot > tr > th,
  2311. .table-bordered > thead > tr > td,
  2312. .table-bordered > tbody > tr > td,
  2313. .table-bordered > tfoot > tr > td {
  2314.   border: 1px solid #ddd;
  2315. }
  2316. .table-bordered > thead > tr > th,
  2317. .table-bordered > thead > tr > td {
  2318.   border-bottom-width: 2px;
  2319. }
  2320. .table-striped > tbody > tr:nth-of-type(odd) {
  2321.   background-color: #f9f9f9;
  2322. }
  2323. .table-hover > tbody > tr:hover {
  2324.   background-color: #f5f5f5;
  2325. }
  2326. table col[class*="col-"] {
  2327.   position: static;
  2328.   float: none;
  2329.   display: table-column;
  2330. }
  2331. table td[class*="col-"],
  2332. table th[class*="col-"] {
  2333.   position: static;
  2334.   float: none;
  2335.   display: table-cell;
  2336. }
  2337. .table > thead > tr > td.active,
  2338. .table > tbody > tr > td.active,
  2339. .table > tfoot > tr > td.active,
  2340. .table > thead > tr > th.active,
  2341. .table > tbody > tr > th.active,
  2342. .table > tfoot > tr > th.active,
  2343. .table > thead > tr.active > td,
  2344. .table > tbody > tr.active > td,
  2345. .table > tfoot > tr.active > td,
  2346. .table > thead > tr.active > th,
  2347. .table > tbody > tr.active > th,
  2348. .table > tfoot > tr.active > th {
  2349.   background-color: #f5f5f5;
  2350. }
  2351. .table-hover > tbody > tr > td.active:hover,
  2352. .table-hover > tbody > tr > th.active:hover,
  2353. .table-hover > tbody > tr.active:hover > td,
  2354. .table-hover > tbody > tr:hover > .active,
  2355. .table-hover > tbody > tr.active:hover > th {
  2356.   background-color: #e8e8e8;
  2357. }
  2358. .table > thead > tr > td.success,
  2359. .table > tbody > tr > td.success,
  2360. .table > tfoot > tr > td.success,
  2361. .table > thead > tr > th.success,
  2362. .table > tbody > tr > th.success,
  2363. .table > tfoot > tr > th.success,
  2364. .table > thead > tr.success > td,
  2365. .table > tbody > tr.success > td,
  2366. .table > tfoot > tr.success > td,
  2367. .table > thead > tr.success > th,
  2368. .table > tbody > tr.success > th,
  2369. .table > tfoot > tr.success > th {
  2370.   background-color: #dff0d8;
  2371. }
  2372. .table-hover > tbody > tr > td.success:hover,
  2373. .table-hover > tbody > tr > th.success:hover,
  2374. .table-hover > tbody > tr.success:hover > td,
  2375. .table-hover > tbody > tr:hover > .success,
  2376. .table-hover > tbody > tr.success:hover > th {
  2377.   background-color: #d0e9c6;
  2378. }
  2379. .table > thead > tr > td.info,
  2380. .table > tbody > tr > td.info,
  2381. .table > tfoot > tr > td.info,
  2382. .table > thead > tr > th.info,
  2383. .table > tbody > tr > th.info,
  2384. .table > tfoot > tr > th.info,
  2385. .table > thead > tr.info > td,
  2386. .table > tbody > tr.info > td,
  2387. .table > tfoot > tr.info > td,
  2388. .table > thead > tr.info > th,
  2389. .table > tbody > tr.info > th,
  2390. .table > tfoot > tr.info > th {
  2391.   background-color: #d9edf7;
  2392. }
  2393. .table-hover > tbody > tr > td.info:hover,
  2394. .table-hover > tbody > tr > th.info:hover,
  2395. .table-hover > tbody > tr.info:hover > td,
  2396. .table-hover > tbody > tr:hover > .info,
  2397. .table-hover > tbody > tr.info:hover > th {
  2398.   background-color: #c4e3f3;
  2399. }
  2400. .table > thead > tr > td.warning,
  2401. .table > tbody > tr > td.warning,
  2402. .table > tfoot > tr > td.warning,
  2403. .table > thead > tr > th.warning,
  2404. .table > tbody > tr > th.warning,
  2405. .table > tfoot > tr > th.warning,
  2406. .table > thead > tr.warning > td,
  2407. .table > tbody > tr.warning > td,
  2408. .table > tfoot > tr.warning > td,
  2409. .table > thead > tr.warning > th,
  2410. .table > tbody > tr.warning > th,
  2411. .table > tfoot > tr.warning > th {
  2412.   background-color: #fcf8e3;
  2413. }
  2414. .table-hover > tbody > tr > td.warning:hover,
  2415. .table-hover > tbody > tr > th.warning:hover,
  2416. .table-hover > tbody > tr.warning:hover > td,
  2417. .table-hover > tbody > tr:hover > .warning,
  2418. .table-hover > tbody > tr.warning:hover > th {
  2419.   background-color: #faf2cc;
  2420. }
  2421. .table > thead > tr > td.danger,
  2422. .table > tbody > tr > td.danger,
  2423. .table > tfoot > tr > td.danger,
  2424. .table > thead > tr > th.danger,
  2425. .table > tbody > tr > th.danger,
  2426. .table > tfoot > tr > th.danger,
  2427. .table > thead > tr.danger > td,
  2428. .table > tbody > tr.danger > td,
  2429. .table > tfoot > tr.danger > td,
  2430. .table > thead > tr.danger > th,
  2431. .table > tbody > tr.danger > th,
  2432. .table > tfoot > tr.danger > th {
  2433.   background-color: #f2dede;
  2434. }
  2435. .table-hover > tbody > tr > td.danger:hover,
  2436. .table-hover > tbody > tr > th.danger:hover,
  2437. .table-hover > tbody > tr.danger:hover > td,
  2438. .table-hover > tbody > tr:hover > .danger,
  2439. .table-hover > tbody > tr.danger:hover > th {
  2440.   background-color: #ebcccc;
  2441. }
  2442. .table-responsive {
  2443.   overflow-x: auto;
  2444.   min-height: 0.01%;
  2445. }
  2446. @media screen and (max-width: 767px) {
  2447.   .table-responsive {
  2448.     width: 100%;
  2449.     margin-bottom: 13.5px;
  2450.     overflow-y: hidden;
  2451.     -ms-overflow-style: -ms-autohiding-scrollbar;
  2452.     border: 1px solid #ddd;
  2453.   }
  2454.   .table-responsive > .table {
  2455.     margin-bottom: 0;
  2456.   }
  2457.   .table-responsive > .table > thead > tr > th,
  2458.   .table-responsive > .table > tbody > tr > th,
  2459.   .table-responsive > .table > tfoot > tr > th,
  2460.   .table-responsive > .table > thead > tr > td,
  2461.   .table-responsive > .table > tbody > tr > td,
  2462.   .table-responsive > .table > tfoot > tr > td {
  2463.     white-space: nowrap;
  2464.   }
  2465.   .table-responsive > .table-bordered {
  2466.     border: 0;
  2467.   }
  2468.   .table-responsive > .table-bordered > thead > tr > th:first-child,
  2469.   .table-responsive > .table-bordered > tbody > tr > th:first-child,
  2470.   .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  2471.   .table-responsive > .table-bordered > thead > tr > td:first-child,
  2472.   .table-responsive > .table-bordered > tbody > tr > td:first-child,
  2473.   .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  2474.     border-left: 0;
  2475.   }
  2476.   .table-responsive > .table-bordered > thead > tr > th:last-child,
  2477.   .table-responsive > .table-bordered > tbody > tr > th:last-child,
  2478.   .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  2479.   .table-responsive > .table-bordered > thead > tr > td:last-child,
  2480.   .table-responsive > .table-bordered > tbody > tr > td:last-child,
  2481.   .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  2482.     border-right: 0;
  2483.   }
  2484.   .table-responsive > .table-bordered > tbody > tr:last-child > th,
  2485.   .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  2486.   .table-responsive > .table-bordered > tbody > tr:last-child > td,
  2487.   .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  2488.     border-bottom: 0;
  2489.   }
  2490. }
  2491. fieldset {
  2492.   padding: 0;
  2493.   margin: 0;
  2494.   border: 0;
  2495.   min-width: 0;
  2496. }
  2497. legend {
  2498.   display: block;
  2499.   width: 100%;
  2500.   padding: 0;
  2501.   margin-bottom: 18px;
  2502.   font-size: 19.5px;
  2503.   line-height: inherit;
  2504.   color: #333333;
  2505.   border: 0;
  2506.   border-bottom: 1px solid #e5e5e5;
  2507. }
  2508. label {
  2509.   display: inline-block;
  2510.   max-width: 100%;
  2511.   margin-bottom: 5px;
  2512.   font-weight: bold;
  2513. }
  2514. input[type="search"] {
  2515.   -webkit-box-sizing: border-box;
  2516.   -moz-box-sizing: border-box;
  2517.   box-sizing: border-box;
  2518. }
  2519. input[type="radio"],
  2520. input[type="checkbox"] {
  2521.   margin: 4px 0 0;
  2522.   margin-top: 1px \9;
  2523.   line-height: normal;
  2524. }
  2525. input[type="file"] {
  2526.   display: block;
  2527. }
  2528. input[type="range"] {
  2529.   display: block;
  2530.   width: 100%;
  2531. }
  2532. select[multiple],
  2533. select[size] {
  2534.   height: auto;
  2535. }
  2536. input[type="file"]:focus,
  2537. input[type="radio"]:focus,
  2538. input[type="checkbox"]:focus {
  2539.   outline: 5px auto -webkit-focus-ring-color;
  2540.   outline-offset: -2px;
  2541. }
  2542. output {
  2543.   display: block;
  2544.   padding-top: 7px;
  2545.   font-size: 13px;
  2546.   line-height: 1.42857143;
  2547.   color: #555555;
  2548. }
  2549. .form-control {
  2550.   display: block;
  2551.   width: 100%;
  2552.   height: 32px;
  2553.   padding: 6px 12px;
  2554.   font-size: 13px;
  2555.   line-height: 1.42857143;
  2556.   color: #555555;
  2557.   background-color: #fff;
  2558.   background-image: none;
  2559.   border: 1px solid #ccc;
  2560.   border-radius: 2px;
  2561.   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2562.   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2563.   -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  2564.   -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  2565.   transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  2566. }
  2567. .form-control:focus {
  2568.   border-color: #66afe9;
  2569.   outline: 0;
  2570.   -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  2571.   box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  2572. }
  2573. .form-control::-moz-placeholder {
  2574.   color: #999;
  2575.   opacity: 1;
  2576. }
  2577. .form-control:-ms-input-placeholder {
  2578.   color: #999;
  2579. }
  2580. .form-control::-webkit-input-placeholder {
  2581.   color: #999;
  2582. }
  2583. .form-control::-ms-expand {
  2584.   border: 0;
  2585.   background-color: transparent;
  2586. }
  2587. .form-control[disabled],
  2588. .form-control[readonly],
  2589. fieldset[disabled] .form-control {
  2590.   background-color: #eeeeee;
  2591.   opacity: 1;
  2592. }
  2593. .form-control[disabled],
  2594. fieldset[disabled] .form-control {
  2595.   cursor: not-allowed;
  2596. }
  2597. textarea.form-control {
  2598.   height: auto;
  2599. }
  2600. input[type="search"] {
  2601.   -webkit-appearance: none;
  2602. }
  2603. @media screen and (-webkit-min-device-pixel-ratio: 0) {
  2604.   input[type="date"].form-control,
  2605.   input[type="time"].form-control,
  2606.   input[type="datetime-local"].form-control,
  2607.   input[type="month"].form-control {
  2608.     line-height: 32px;
  2609.   }
  2610.   input[type="date"].input-sm,
  2611.   input[type="time"].input-sm,
  2612.   input[type="datetime-local"].input-sm,
  2613.   input[type="month"].input-sm,
  2614.   .input-group-sm input[type="date"],
  2615.   .input-group-sm input[type="time"],
  2616.   .input-group-sm input[type="datetime-local"],
  2617.   .input-group-sm input[type="month"] {
  2618.     line-height: 30px;
  2619.   }
  2620.   input[type="date"].input-lg,
  2621.   input[type="time"].input-lg,
  2622.   input[type="datetime-local"].input-lg,
  2623.   input[type="month"].input-lg,
  2624.   .input-group-lg input[type="date"],
  2625.   .input-group-lg input[type="time"],
  2626.   .input-group-lg input[type="datetime-local"],
  2627.   .input-group-lg input[type="month"] {
  2628.     line-height: 45px;
  2629.   }
  2630. }
  2631. .form-group {
  2632.   margin-bottom: 15px;
  2633. }
  2634. .radio,
  2635. .checkbox {
  2636.   position: relative;
  2637.   display: block;
  2638.   margin-top: 10px;
  2639.   margin-bottom: 10px;
  2640. }
  2641. .radio label,
  2642. .checkbox label {
  2643.   min-height: 18px;
  2644.   padding-left: 20px;
  2645.   margin-bottom: 0;
  2646.   font-weight: normal;
  2647.   cursor: pointer;
  2648. }
  2649. .radio input[type="radio"],
  2650. .radio-inline input[type="radio"],
  2651. .checkbox input[type="checkbox"],
  2652. .checkbox-inline input[type="checkbox"] {
  2653.   position: absolute;
  2654.   margin-left: -20px;
  2655.   margin-top: 4px \9;
  2656. }
  2657. .radio + .radio,
  2658. .checkbox + .checkbox {
  2659.   margin-top: -5px;
  2660. }
  2661. .radio-inline,
  2662. .checkbox-inline {
  2663.   position: relative;
  2664.   display: inline-block;
  2665.   padding-left: 20px;
  2666.   margin-bottom: 0;
  2667.   vertical-align: middle;
  2668.   font-weight: normal;
  2669.   cursor: pointer;
  2670. }
  2671. .radio-inline + .radio-inline,
  2672. .checkbox-inline + .checkbox-inline {
  2673.   margin-top: 0;
  2674.   margin-left: 10px;
  2675. }
  2676. input[type="radio"][disabled],
  2677. input[type="checkbox"][disabled],
  2678. input[type="radio"].disabled,
  2679. input[type="checkbox"].disabled,
  2680. fieldset[disabled] input[type="radio"],
  2681. fieldset[disabled] input[type="checkbox"] {
  2682.   cursor: not-allowed;
  2683. }
  2684. .radio-inline.disabled,
  2685. .checkbox-inline.disabled,
  2686. fieldset[disabled] .radio-inline,
  2687. fieldset[disabled] .checkbox-inline {
  2688.   cursor: not-allowed;
  2689. }
  2690. .radio.disabled label,
  2691. .checkbox.disabled label,
  2692. fieldset[disabled] .radio label,
  2693. fieldset[disabled] .checkbox label {
  2694.   cursor: not-allowed;
  2695. }
  2696. .form-control-static {
  2697.   padding-top: 7px;
  2698.   padding-bottom: 7px;
  2699.   margin-bottom: 0;
  2700.   min-height: 31px;
  2701. }
  2702. .form-control-static.input-lg,
  2703. .form-control-static.input-sm {
  2704.   padding-left: 0;
  2705.   padding-right: 0;
  2706. }
  2707. .input-sm {
  2708.   height: 30px;
  2709.   padding: 5px 10px;
  2710.   font-size: 12px;
  2711.   line-height: 1.5;
  2712.   border-radius: 1px;
  2713. }
  2714. select.input-sm {
  2715.   height: 30px;
  2716.   line-height: 30px;
  2717. }
  2718. textarea.input-sm,
  2719. select[multiple].input-sm {
  2720.   height: auto;
  2721. }
  2722. .form-group-sm .form-control {
  2723.   height: 30px;
  2724.   padding: 5px 10px;
  2725.   font-size: 12px;
  2726.   line-height: 1.5;
  2727.   border-radius: 1px;
  2728. }
  2729. .form-group-sm select.form-control {
  2730.   height: 30px;
  2731.   line-height: 30px;
  2732. }
  2733. .form-group-sm textarea.form-control,
  2734. .form-group-sm select[multiple].form-control {
  2735.   height: auto;
  2736. }
  2737. .form-group-sm .form-control-static {
  2738.   height: 30px;
  2739.   min-height: 30px;
  2740.   padding: 6px 10px;
  2741.   font-size: 12px;
  2742.   line-height: 1.5;
  2743. }
  2744. .input-lg {
  2745.   height: 45px;
  2746.   padding: 10px 16px;
  2747.   font-size: 17px;
  2748.   line-height: 1.3333333;
  2749.   border-radius: 3px;
  2750. }
  2751. select.input-lg {
  2752.   height: 45px;
  2753.   line-height: 45px;
  2754. }
  2755. textarea.input-lg,
  2756. select[multiple].input-lg {
  2757.   height: auto;
  2758. }
  2759. .form-group-lg .form-control {
  2760.   height: 45px;
  2761.   padding: 10px 16px;
  2762.   font-size: 17px;
  2763.   line-height: 1.3333333;
  2764.   border-radius: 3px;
  2765. }
  2766. .form-group-lg select.form-control {
  2767.   height: 45px;
  2768.   line-height: 45px;
  2769. }
  2770. .form-group-lg textarea.form-control,
  2771. .form-group-lg select[multiple].form-control {
  2772.   height: auto;
  2773. }
  2774. .form-group-lg .form-control-static {
  2775.   height: 45px;
  2776.   min-height: 35px;
  2777.   padding: 11px 16px;
  2778.   font-size: 17px;
  2779.   line-height: 1.3333333;
  2780. }
  2781. .has-feedback {
  2782.   position: relative;
  2783. }
  2784. .has-feedback .form-control {
  2785.   padding-right: 40px;
  2786. }
  2787. .form-control-feedback {
  2788.   position: absolute;
  2789.   top: 0;
  2790.   right: 0;
  2791.   z-index: 2;
  2792.   display: block;
  2793.   width: 32px;
  2794.   height: 32px;
  2795.   line-height: 32px;
  2796.   text-align: center;
  2797.   pointer-events: none;
  2798. }
  2799. .input-lg + .form-control-feedback,
  2800. .input-group-lg + .form-control-feedback,
  2801. .form-group-lg .form-control + .form-control-feedback {
  2802.   width: 45px;
  2803.   height: 45px;
  2804.   line-height: 45px;
  2805. }
  2806. .input-sm + .form-control-feedback,
  2807. .input-group-sm + .form-control-feedback,
  2808. .form-group-sm .form-control + .form-control-feedback {
  2809.   width: 30px;
  2810.   height: 30px;
  2811.   line-height: 30px;
  2812. }
  2813. .has-success .help-block,
  2814. .has-success .control-label,
  2815. .has-success .radio,
  2816. .has-success .checkbox,
  2817. .has-success .radio-inline,
  2818. .has-success .checkbox-inline,
  2819. .has-success.radio label,
  2820. .has-success.checkbox label,
  2821. .has-success.radio-inline label,
  2822. .has-success.checkbox-inline label {
  2823.   color: #3c763d;
  2824. }
  2825. .has-success .form-control {
  2826.   border-color: #3c763d;
  2827.   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2828.   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2829. }
  2830. .has-success .form-control:focus {
  2831.   border-color: #2b542c;
  2832.   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  2833.   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  2834. }
  2835. .has-success .input-group-addon {
  2836.   color: #3c763d;
  2837.   border-color: #3c763d;
  2838.   background-color: #dff0d8;
  2839. }
  2840. .has-success .form-control-feedback {
  2841.   color: #3c763d;
  2842. }
  2843. .has-warning .help-block,
  2844. .has-warning .control-label,
  2845. .has-warning .radio,
  2846. .has-warning .checkbox,
  2847. .has-warning .radio-inline,
  2848. .has-warning .checkbox-inline,
  2849. .has-warning.radio label,
  2850. .has-warning.checkbox label,
  2851. .has-warning.radio-inline label,
  2852. .has-warning.checkbox-inline label {
  2853.   color: #8a6d3b;
  2854. }
  2855. .has-warning .form-control {
  2856.   border-color: #8a6d3b;
  2857.   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2858.   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2859. }
  2860. .has-warning .form-control:focus {
  2861.   border-color: #66512c;
  2862.   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  2863.   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  2864. }
  2865. .has-warning .input-group-addon {
  2866.   color: #8a6d3b;
  2867.   border-color: #8a6d3b;
  2868.   background-color: #fcf8e3;
  2869. }
  2870. .has-warning .form-control-feedback {
  2871.   color: #8a6d3b;
  2872. }
  2873. .has-error .help-block,
  2874. .has-error .control-label,
  2875. .has-error .radio,
  2876. .has-error .checkbox,
  2877. .has-error .radio-inline,
  2878. .has-error .checkbox-inline,
  2879. .has-error.radio label,
  2880. .has-error.checkbox label,
  2881. .has-error.radio-inline label,
  2882. .has-error.checkbox-inline label {
  2883.   color: #a94442;
  2884. }
  2885. .has-error .form-control {
  2886.   border-color: #a94442;
  2887.   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2888.   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2889. }
  2890. .has-error .form-control:focus {
  2891.   border-color: #843534;
  2892.   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  2893.   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  2894. }
  2895. .has-error .input-group-addon {
  2896.   color: #a94442;
  2897.   border-color: #a94442;
  2898.   background-color: #f2dede;
  2899. }
  2900. .has-error .form-control-feedback {
  2901.   color: #a94442;
  2902. }
  2903. .has-feedback label ~ .form-control-feedback {
  2904.   top: 23px;
  2905. }
  2906. .has-feedback label.sr-only ~ .form-control-feedback {
  2907.   top: 0;
  2908. }
  2909. .help-block {
  2910.   display: block;
  2911.   margin-top: 5px;
  2912.   margin-bottom: 10px;
  2913.   color: #404040;
  2914. }
  2915. @media (min-width: 768px) {
  2916.   .form-inline .form-group {
  2917.     display: inline-block;
  2918.     margin-bottom: 0;
  2919.     vertical-align: middle;
  2920.   }
  2921.   .form-inline .form-control {
  2922.     display: inline-block;
  2923.     width: auto;
  2924.     vertical-align: middle;
  2925.   }
  2926.   .form-inline .form-control-static {
  2927.     display: inline-block;
  2928.   }
  2929.   .form-inline .input-group {
  2930.     display: inline-table;
  2931.     vertical-align: middle;
  2932.   }
  2933.   .form-inline .input-group .input-group-addon,
  2934.   .form-inline .input-group .input-group-btn,
  2935.   .form-inline .input-group .form-control {
  2936.     width: auto;
  2937.   }
  2938.   .form-inline .input-group > .form-control {
  2939.     width: 100%;
  2940.   }
  2941.   .form-inline .control-label {
  2942.     margin-bottom: 0;
  2943.     vertical-align: middle;
  2944.   }
  2945.   .form-inline .radio,
  2946.   .form-inline .checkbox {
  2947.     display: inline-block;
  2948.     margin-top: 0;
  2949.     margin-bottom: 0;
  2950.     vertical-align: middle;
  2951.   }
  2952.   .form-inline .radio label,
  2953.   .form-inline .checkbox label {
  2954.     padding-left: 0;
  2955.   }
  2956.   .form-inline .radio input[type="radio"],
  2957.   .form-inline .checkbox input[type="checkbox"] {
  2958.     position: relative;
  2959.     margin-left: 0;
  2960.   }
  2961.   .form-inline .has-feedback .form-control-feedback {
  2962.     top: 0;
  2963.   }
  2964. }
  2965. .form-horizontal .radio,
  2966. .form-horizontal .checkbox,
  2967. .form-horizontal .radio-inline,
  2968. .form-horizontal .checkbox-inline {
  2969.   margin-top: 0;
  2970.   margin-bottom: 0;
  2971.   padding-top: 7px;
  2972. }
  2973. .form-horizontal .radio,
  2974. .form-horizontal .checkbox {
  2975.   min-height: 25px;
  2976. }
  2977. .form-horizontal .form-group {
  2978.   margin-left: 0px;
  2979.   margin-right: 0px;
  2980. }
  2981. @media (min-width: 768px) {
  2982.   .form-horizontal .control-label {
  2983.     text-align: right;
  2984.     margin-bottom: 0;
  2985.     padding-top: 7px;
  2986.   }
  2987. }
  2988. .form-horizontal .has-feedback .form-control-feedback {
  2989.   right: 0px;
  2990. }
  2991. @media (min-width: 768px) {
  2992.   .form-horizontal .form-group-lg .control-label {
  2993.     padding-top: 11px;
  2994.     font-size: 17px;
  2995.   }
  2996. }
  2997. @media (min-width: 768px) {
  2998.   .form-horizontal .form-group-sm .control-label {
  2999.     padding-top: 6px;
  3000.     font-size: 12px;
  3001.   }
  3002. }
  3003. .btn {
  3004.   display: inline-block;
  3005.   margin-bottom: 0;
  3006.   font-weight: normal;
  3007.   text-align: center;
  3008.   vertical-align: middle;
  3009.   touch-action: manipulation;
  3010.   cursor: pointer;
  3011.   background-image: none;
  3012.   border: 1px solid transparent;
  3013.   white-space: nowrap;
  3014.   padding: 6px 12px;
  3015.   font-size: 13px;
  3016.   line-height: 1.42857143;
  3017.   border-radius: 2px;
  3018.   -webkit-user-select: none;
  3019.   -moz-user-select: none;
  3020.   -ms-user-select: none;
  3021.   user-select: none;
  3022. }
  3023. .btn:focus,
  3024. .btn:active:focus,
  3025. .btn.active:focus,
  3026. .btn.focus,
  3027. .btn:active.focus,
  3028. .btn.active.focus {
  3029.   outline: 5px auto -webkit-focus-ring-color;
  3030.   outline-offset: -2px;
  3031. }
  3032. .btn:hover,
  3033. .btn:focus,
  3034. .btn.focus {
  3035.   color: #333;
  3036.   text-decoration: none;
  3037. }
  3038. .btn:active,
  3039. .btn.active {
  3040.   outline: 0;
  3041.   background-image: none;
  3042.   -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  3043.   box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  3044. }
  3045. .btn.disabled,
  3046. .btn[disabled],
  3047. fieldset[disabled] .btn {
  3048.   cursor: not-allowed;
  3049.   opacity: 0.65;
  3050.   filter: alpha(opacity=65);
  3051.   -webkit-box-shadow: none;
  3052.   box-shadow: none;
  3053. }
  3054. a.btn.disabled,
  3055. fieldset[disabled] a.btn {
  3056.   pointer-events: none;
  3057. }
  3058. .btn-default {
  3059.   color: #333;
  3060.   background-color: #fff;
  3061.   border-color: #ccc;
  3062. }
  3063. .btn-default:focus,
  3064. .btn-default.focus {
  3065.   color: #333;
  3066.   background-color: #e6e6e6;
  3067.   border-color: #8c8c8c;
  3068. }
  3069. .btn-default:hover {
  3070.   color: #333;
  3071.   background-color: #e6e6e6;
  3072.   border-color: #adadad;
  3073. }
  3074. .btn-default:active,
  3075. .btn-default.active,
  3076. .open > .dropdown-toggle.btn-default {
  3077.   color: #333;
  3078.   background-color: #e6e6e6;
  3079.   border-color: #adadad;
  3080. }
  3081. .btn-default:active:hover,
  3082. .btn-default.active:hover,
  3083. .open > .dropdown-toggle.btn-default:hover,
  3084. .btn-default:active:focus,
  3085. .btn-default.active:focus,
  3086. .open > .dropdown-toggle.btn-default:focus,
  3087. .btn-default:active.focus,
  3088. .btn-default.active.focus,
  3089. .open > .dropdown-toggle.btn-default.focus {
  3090.   color: #333;
  3091.   background-color: #d4d4d4;
  3092.   border-color: #8c8c8c;
  3093. }
  3094. .btn-default:active,
  3095. .btn-default.active,
  3096. .open > .dropdown-toggle.btn-default {
  3097.   background-image: none;
  3098. }
  3099. .btn-default.disabled:hover,
  3100. .btn-default[disabled]:hover,
  3101. fieldset[disabled] .btn-default:hover,
  3102. .btn-default.disabled:focus,
  3103. .btn-default[disabled]:focus,
  3104. fieldset[disabled] .btn-default:focus,
  3105. .btn-default.disabled.focus,
  3106. .btn-default[disabled].focus,
  3107. fieldset[disabled] .btn-default.focus {
  3108.   background-color: #fff;
  3109.   border-color: #ccc;
  3110. }
  3111. .btn-default .badge {
  3112.   color: #fff;
  3113.   background-color: #333;
  3114. }
  3115. .btn-primary {
  3116.   color: #fff;
  3117.   background-color: #337ab7;
  3118.   border-color: #2e6da4;
  3119. }
  3120. .btn-primary:focus,
  3121. .btn-primary.focus {
  3122.   color: #fff;
  3123.   background-color: #286090;
  3124.   border-color: #122b40;
  3125. }
  3126. .btn-primary:hover {
  3127.   color: #fff;
  3128.   background-color: #286090;
  3129.   border-color: #204d74;
  3130. }
  3131. .btn-primary:active,
  3132. .btn-primary.active,
  3133. .open > .dropdown-toggle.btn-primary {
  3134.   color: #fff;
  3135.   background-color: #286090;
  3136.   border-color: #204d74;
  3137. }
  3138. .btn-primary:active:hover,
  3139. .btn-primary.active:hover,
  3140. .open > .dropdown-toggle.btn-primary:hover,
  3141. .btn-primary:active:focus,
  3142. .btn-primary.active:focus,
  3143. .open > .dropdown-toggle.btn-primary:focus,
  3144. .btn-primary:active.focus,
  3145. .btn-primary.active.focus,
  3146. .open > .dropdown-toggle.btn-primary.focus {
  3147.   color: #fff;
  3148.   background-color: #204d74;
  3149.   border-color: #122b40;
  3150. }
  3151. .btn-primary:active,
  3152. .btn-primary.active,
  3153. .open > .dropdown-toggle.btn-primary {
  3154.   background-image: none;
  3155. }
  3156. .btn-primary.disabled:hover,
  3157. .btn-primary[disabled]:hover,
  3158. fieldset[disabled] .btn-primary:hover,
  3159. .btn-primary.disabled:focus,
  3160. .btn-primary[disabled]:focus,
  3161. fieldset[disabled] .btn-primary:focus,
  3162. .btn-primary.disabled.focus,
  3163. .btn-primary[disabled].focus,
  3164. fieldset[disabled] .btn-primary.focus {
  3165.   background-color: #337ab7;
  3166.   border-color: #2e6da4;
  3167. }
  3168. .btn-primary .badge {
  3169.   color: #337ab7;
  3170.   background-color: #fff;
  3171. }
  3172. .btn-success {
  3173.   color: #fff;
  3174.   background-color: #5cb85c;
  3175.   border-color: #4cae4c;
  3176. }
  3177. .btn-success:focus,
  3178. .btn-success.focus {
  3179.   color: #fff;
  3180.   background-color: #449d44;
  3181.   border-color: #255625;
  3182. }
  3183. .btn-success:hover {
  3184.   color: #fff;
  3185.   background-color: #449d44;
  3186.   border-color: #398439;
  3187. }
  3188. .btn-success:active,
  3189. .btn-success.active,
  3190. .open > .dropdown-toggle.btn-success {
  3191.   color: #fff;
  3192.   background-color: #449d44;
  3193.   border-color: #398439;
  3194. }
  3195. .btn-success:active:hover,
  3196. .btn-success.active:hover,
  3197. .open > .dropdown-toggle.btn-success:hover,
  3198. .btn-success:active:focus,
  3199. .btn-success.active:focus,
  3200. .open > .dropdown-toggle.btn-success:focus,
  3201. .btn-success:active.focus,
  3202. .btn-success.active.focus,
  3203. .open > .dropdown-toggle.btn-success.focus {
  3204.   color: #fff;
  3205.   background-color: #398439;
  3206.   border-color: #255625;
  3207. }
  3208. .btn-success:active,
  3209. .btn-success.active,
  3210. .open > .dropdown-toggle.btn-success {
  3211.   background-image: none;
  3212. }
  3213. .btn-success.disabled:hover,
  3214. .btn-success[disabled]:hover,
  3215. fieldset[disabled] .btn-success:hover,
  3216. .btn-success.disabled:focus,
  3217. .btn-success[disabled]:focus,
  3218. fieldset[disabled] .btn-success:focus,
  3219. .btn-success.disabled.focus,
  3220. .btn-success[disabled].focus,
  3221. fieldset[disabled] .btn-success.focus {
  3222.   background-color: #5cb85c;
  3223.   border-color: #4cae4c;
  3224. }
  3225. .btn-success .badge {
  3226.   color: #5cb85c;
  3227.   background-color: #fff;
  3228. }
  3229. .btn-info {
  3230.   color: #fff;
  3231.   background-color: #5bc0de;
  3232.   border-color: #46b8da;
  3233. }
  3234. .btn-info:focus,
  3235. .btn-info.focus {
  3236.   color: #fff;
  3237.   background-color: #31b0d5;
  3238.   border-color: #1b6d85;
  3239. }
  3240. .btn-info:hover {
  3241.   color: #fff;
  3242.   background-color: #31b0d5;
  3243.   border-color: #269abc;
  3244. }
  3245. .btn-info:active,
  3246. .btn-info.active,
  3247. .open > .dropdown-toggle.btn-info {
  3248.   color: #fff;
  3249.   background-color: #31b0d5;
  3250.   border-color: #269abc;
  3251. }
  3252. .btn-info:active:hover,
  3253. .btn-info.active:hover,
  3254. .open > .dropdown-toggle.btn-info:hover,
  3255. .btn-info:active:focus,
  3256. .btn-info.active:focus,
  3257. .open > .dropdown-toggle.btn-info:focus,
  3258. .btn-info:active.focus,
  3259. .btn-info.active.focus,
  3260. .open > .dropdown-toggle.btn-info.focus {
  3261.   color: #fff;
  3262.   background-color: #269abc;
  3263.   border-color: #1b6d85;
  3264. }
  3265. .btn-info:active,
  3266. .btn-info.active,
  3267. .open > .dropdown-toggle.btn-info {
  3268.   background-image: none;
  3269. }
  3270. .btn-info.disabled:hover,
  3271. .btn-info[disabled]:hover,
  3272. fieldset[disabled] .btn-info:hover,
  3273. .btn-info.disabled:focus,
  3274. .btn-info[disabled]:focus,
  3275. fieldset[disabled] .btn-info:focus,
  3276. .btn-info.disabled.focus,
  3277. .btn-info[disabled].focus,
  3278. fieldset[disabled] .btn-info.focus {
  3279.   background-color: #5bc0de;
  3280.   border-color: #46b8da;
  3281. }
  3282. .btn-info .badge {
  3283.   color: #5bc0de;
  3284.   background-color: #fff;
  3285. }
  3286. .btn-warning {
  3287.   color: #fff;
  3288.   background-color: #f0ad4e;
  3289.   border-color: #eea236;
  3290. }
  3291. .btn-warning:focus,
  3292. .btn-warning.focus {
  3293.   color: #fff;
  3294.   background-color: #ec971f;
  3295.   border-color: #985f0d;
  3296. }
  3297. .btn-warning:hover {
  3298.   color: #fff;
  3299.   background-color: #ec971f;
  3300.   border-color: #d58512;
  3301. }
  3302. .btn-warning:active,
  3303. .btn-warning.active,
  3304. .open > .dropdown-toggle.btn-warning {
  3305.   color: #fff;
  3306.   background-color: #ec971f;
  3307.   border-color: #d58512;
  3308. }
  3309. .btn-warning:active:hover,
  3310. .btn-warning.active:hover,
  3311. .open > .dropdown-toggle.btn-warning:hover,
  3312. .btn-warning:active:focus,
  3313. .btn-warning.active:focus,
  3314. .open > .dropdown-toggle.btn-warning:focus,
  3315. .btn-warning:active.focus,
  3316. .btn-warning.active.focus,
  3317. .open > .dropdown-toggle.btn-warning.focus {
  3318.   color: #fff;
  3319.   background-color: #d58512;
  3320.   border-color: #985f0d;
  3321. }
  3322. .btn-warning:active,
  3323. .btn-warning.active,
  3324. .open > .dropdown-toggle.btn-warning {
  3325.   background-image: none;
  3326. }
  3327. .btn-warning.disabled:hover,
  3328. .btn-warning[disabled]:hover,
  3329. fieldset[disabled] .btn-warning:hover,
  3330. .btn-warning.disabled:focus,
  3331. .btn-warning[disabled]:focus,
  3332. fieldset[disabled] .btn-warning:focus,
  3333. .btn-warning.disabled.focus,
  3334. .btn-warning[disabled].focus,
  3335. fieldset[disabled] .btn-warning.focus {
  3336.   background-color: #f0ad4e;
  3337.   border-color: #eea236;
  3338. }
  3339. .btn-warning .badge {
  3340.   color: #f0ad4e;
  3341.   background-color: #fff;
  3342. }
  3343. .btn-danger {
  3344.   color: #fff;
  3345.   background-color: #d9534f;
  3346.   border-color: #d43f3a;
  3347. }
  3348. .btn-danger:focus,
  3349. .btn-danger.focus {
  3350.   color: #fff;
  3351.   background-color: #c9302c;
  3352.   border-color: #761c19;
  3353. }
  3354. .btn-danger:hover {
  3355.   color: #fff;
  3356.   background-color: #c9302c;
  3357.   border-color: #ac2925;
  3358. }
  3359. .btn-danger:active,
  3360. .btn-danger.active,
  3361. .open > .dropdown-toggle.btn-danger {
  3362.   color: #fff;
  3363.   background-color: #c9302c;
  3364.   border-color: #ac2925;
  3365. }
  3366. .btn-danger:active:hover,
  3367. .btn-danger.active:hover,
  3368. .open > .dropdown-toggle.btn-danger:hover,
  3369. .btn-danger:active:focus,
  3370. .btn-danger.active:focus,
  3371. .open > .dropdown-toggle.btn-danger:focus,
  3372. .btn-danger:active.focus,
  3373. .btn-danger.active.focus,
  3374. .open > .dropdown-toggle.btn-danger.focus {
  3375.   color: #fff;
  3376.   background-color: #ac2925;
  3377.   border-color: #761c19;
  3378. }
  3379. .btn-danger:active,
  3380. .btn-danger.active,
  3381. .open > .dropdown-toggle.btn-danger {
  3382.   background-image: none;
  3383. }
  3384. .btn-danger.disabled:hover,
  3385. .btn-danger[disabled]:hover,
  3386. fieldset[disabled] .btn-danger:hover,
  3387. .btn-danger.disabled:focus,
  3388. .btn-danger[disabled]:focus,
  3389. fieldset[disabled] .btn-danger:focus,
  3390. .btn-danger.disabled.focus,
  3391. .btn-danger[disabled].focus,
  3392. fieldset[disabled] .btn-danger.focus {
  3393.   background-color: #d9534f;
  3394.   border-color: #d43f3a;
  3395. }
  3396. .btn-danger .badge {
  3397.   color: #d9534f;
  3398.   background-color: #fff;
  3399. }
  3400. .btn-link {
  3401.   color: #337ab7;
  3402.   font-weight: normal;
  3403.   border-radius: 0;
  3404. }
  3405. .btn-link,
  3406. .btn-link:active,
  3407. .btn-link.active,
  3408. .btn-link[disabled],
  3409. fieldset[disabled] .btn-link {
  3410.   background-color: transparent;
  3411.   -webkit-box-shadow: none;
  3412.   box-shadow: none;
  3413. }
  3414. .btn-link,
  3415. .btn-link:hover,
  3416. .btn-link:focus,
  3417. .btn-link:active {
  3418.   border-color: transparent;
  3419. }
  3420. .btn-link:hover,
  3421. .btn-link:focus {
  3422.   color: #23527c;
  3423.   text-decoration: underline;
  3424.   background-color: transparent;
  3425. }
  3426. .btn-link[disabled]:hover,
  3427. fieldset[disabled] .btn-link:hover,
  3428. .btn-link[disabled]:focus,
  3429. fieldset[disabled] .btn-link:focus {
  3430.   color: #777777;
  3431.   text-decoration: none;
  3432. }
  3433. .btn-lg,
  3434. .btn-group-lg > .btn {
  3435.   padding: 10px 16px;
  3436.   font-size: 17px;
  3437.   line-height: 1.3333333;
  3438.   border-radius: 3px;
  3439. }
  3440. .btn-sm,
  3441. .btn-group-sm > .btn {
  3442.   padding: 5px 10px;
  3443.   font-size: 12px;
  3444.   line-height: 1.5;
  3445.   border-radius: 1px;
  3446. }
  3447. .btn-xs,
  3448. .btn-group-xs > .btn {
  3449.   padding: 1px 5px;
  3450.   font-size: 12px;
  3451.   line-height: 1.5;
  3452.   border-radius: 1px;
  3453. }
  3454. .btn-block {
  3455.   display: block;
  3456.   width: 100%;
  3457. }
  3458. .btn-block + .btn-block {
  3459.   margin-top: 5px;
  3460. }
  3461. input[type="submit"].btn-block,
  3462. input[type="reset"].btn-block,
  3463. input[type="button"].btn-block {
  3464.   width: 100%;
  3465. }
  3466. .fade {
  3467.   opacity: 0;
  3468.   -webkit-transition: opacity 0.15s linear;
  3469.   -o-transition: opacity 0.15s linear;
  3470.   transition: opacity 0.15s linear;
  3471. }
  3472. .fade.in {
  3473.   opacity: 1;
  3474. }
  3475. .collapse {
  3476.   display: none;
  3477. }
  3478. .collapse.in {
  3479.   display: block;
  3480. }
  3481. tr.collapse.in {
  3482.   display: table-row;
  3483. }
  3484. tbody.collapse.in {
  3485.   display: table-row-group;
  3486. }
  3487. .collapsing {
  3488.   position: relative;
  3489.   height: 0;
  3490.   overflow: hidden;
  3491.   -webkit-transition-property: height, visibility;
  3492.   transition-property: height, visibility;
  3493.   -webkit-transition-duration: 0.35s;
  3494.   transition-duration: 0.35s;
  3495.   -webkit-transition-timing-function: ease;
  3496.   transition-timing-function: ease;
  3497. }
  3498. .caret {
  3499.   display: inline-block;
  3500.   width: 0;
  3501.   height: 0;
  3502.   margin-left: 2px;
  3503.   vertical-align: middle;
  3504.   border-top: 4px dashed;
  3505.   border-top: 4px solid \9;
  3506.   border-right: 4px solid transparent;
  3507.   border-left: 4px solid transparent;
  3508. }
  3509. .dropup,
  3510. .dropdown {
  3511.   position: relative;
  3512. }
  3513. .dropdown-toggle:focus {
  3514.   outline: 0;
  3515. }
  3516. .dropdown-menu {
  3517.   position: absolute;
  3518.   top: 100%;
  3519.   left: 0;
  3520.   z-index: 1000;
  3521.   display: none;
  3522.   float: left;
  3523.   min-width: 160px;
  3524.   padding: 5px 0;
  3525.   margin: 2px 0 0;
  3526.   list-style: none;
  3527.   font-size: 13px;
  3528.   text-align: left;
  3529.   background-color: #fff;
  3530.   border: 1px solid #ccc;
  3531.   border: 1px solid rgba(0, 0, 0, 0.15);
  3532.   border-radius: 2px;
  3533.   -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  3534.   box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  3535.   background-clip: padding-box;
  3536. }
  3537. .dropdown-menu.pull-right {
  3538.   right: 0;
  3539.   left: auto;
  3540. }
  3541. .dropdown-menu .divider {
  3542.   height: 1px;
  3543.   margin: 8px 0;
  3544.   overflow: hidden;
  3545.   background-color: #e5e5e5;
  3546. }
  3547. .dropdown-menu > li > a {
  3548.   display: block;
  3549.   padding: 3px 20px;
  3550.   clear: both;
  3551.   font-weight: normal;
  3552.   line-height: 1.42857143;
  3553.   color: #333333;
  3554.   white-space: nowrap;
  3555. }
  3556. .dropdown-menu > li > a:hover,
  3557. .dropdown-menu > li > a:focus {
  3558.   text-decoration: none;
  3559.   color: #262626;
  3560.   background-color: #f5f5f5;
  3561. }
  3562. .dropdown-menu > .active > a,
  3563. .dropdown-menu > .active > a:hover,
  3564. .dropdown-menu > .active > a:focus {
  3565.   color: #fff;
  3566.   text-decoration: none;
  3567.   outline: 0;
  3568.   background-color: #337ab7;
  3569. }
  3570. .dropdown-menu > .disabled > a,
  3571. .dropdown-menu > .disabled > a:hover,
  3572. .dropdown-menu > .disabled > a:focus {
  3573.   color: #777777;
  3574. }
  3575. .dropdown-menu > .disabled > a:hover,
  3576. .dropdown-menu > .disabled > a:focus {
  3577.   text-decoration: none;
  3578.   background-color: transparent;
  3579.   background-image: none;
  3580.   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  3581.   cursor: not-allowed;
  3582. }
  3583. .open > .dropdown-menu {
  3584.   display: block;
  3585. }
  3586. .open > a {
  3587.   outline: 0;
  3588. }
  3589. .dropdown-menu-right {
  3590.   left: auto;
  3591.   right: 0;
  3592. }
  3593. .dropdown-menu-left {
  3594.   left: 0;
  3595.   right: auto;
  3596. }
  3597. .dropdown-header {
  3598.   display: block;
  3599.   padding: 3px 20px;
  3600.   font-size: 12px;
  3601.   line-height: 1.42857143;
  3602.   color: #777777;
  3603.   white-space: nowrap;
  3604. }
  3605. .dropdown-backdrop {
  3606.   position: fixed;
  3607.   left: 0;
  3608.   right: 0;
  3609.   bottom: 0;
  3610.   top: 0;
  3611.   z-index: 990;
  3612. }
  3613. .pull-right > .dropdown-menu {
  3614.   right: 0;
  3615.   left: auto;
  3616. }
  3617. .dropup .caret,
  3618. .navbar-fixed-bottom .dropdown .caret {
  3619.   border-top: 0;
  3620.   border-bottom: 4px dashed;
  3621.   border-bottom: 4px solid \9;
  3622.   content: "";
  3623. }
  3624. .dropup .dropdown-menu,
  3625. .navbar-fixed-bottom .dropdown .dropdown-menu {
  3626.   top: auto;
  3627.   bottom: 100%;
  3628.   margin-bottom: 2px;
  3629. }
  3630. @media (min-width: 541px) {
  3631.   .navbar-right .dropdown-menu {
  3632.     left: auto;
  3633.     right: 0;
  3634.   }
  3635.   .navbar-right .dropdown-menu-left {
  3636.     left: 0;
  3637.     right: auto;
  3638.   }
  3639. }
  3640. .btn-group,
  3641. .btn-group-vertical {
  3642.   position: relative;
  3643.   display: inline-block;
  3644.   vertical-align: middle;
  3645. }
  3646. .btn-group > .btn,
  3647. .btn-group-vertical > .btn {
  3648.   position: relative;
  3649.   float: left;
  3650. }
  3651. .btn-group > .btn:hover,
  3652. .btn-group-vertical > .btn:hover,
  3653. .btn-group > .btn:focus,
  3654. .btn-group-vertical > .btn:focus,
  3655. .btn-group > .btn:active,
  3656. .btn-group-vertical > .btn:active,
  3657. .btn-group > .btn.active,
  3658. .btn-group-vertical > .btn.active {
  3659.   z-index: 2;
  3660. }
  3661. .btn-group .btn + .btn,
  3662. .btn-group .btn + .btn-group,
  3663. .btn-group .btn-group + .btn,
  3664. .btn-group .btn-group + .btn-group {
  3665.   margin-left: -1px;
  3666. }
  3667. .btn-toolbar {
  3668.   margin-left: -5px;
  3669. }
  3670. .btn-toolbar .btn,
  3671. .btn-toolbar .btn-group,
  3672. .btn-toolbar .input-group {
  3673.   float: left;
  3674. }
  3675. .btn-toolbar > .btn,
  3676. .btn-toolbar > .btn-group,
  3677. .btn-toolbar > .input-group {
  3678.   margin-left: 5px;
  3679. }
  3680. .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  3681.   border-radius: 0;
  3682. }
  3683. .btn-group > .btn:first-child {
  3684.   margin-left: 0;
  3685. }
  3686. .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  3687.   border-bottom-right-radius: 0;
  3688.   border-top-right-radius: 0;
  3689. }
  3690. .btn-group > .btn:last-child:not(:first-child),
  3691. .btn-group > .dropdown-toggle:not(:first-child) {
  3692.   border-bottom-left-radius: 0;
  3693.   border-top-left-radius: 0;
  3694. }
  3695. .btn-group > .btn-group {
  3696.   float: left;
  3697. }
  3698. .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  3699.   border-radius: 0;
  3700. }
  3701. .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
  3702. .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  3703.   border-bottom-right-radius: 0;
  3704.   border-top-right-radius: 0;
  3705. }
  3706. .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  3707.   border-bottom-left-radius: 0;
  3708.   border-top-left-radius: 0;
  3709. }
  3710. .btn-group .dropdown-toggle:active,
  3711. .btn-group.open .dropdown-toggle {
  3712.   outline: 0;
  3713. }
  3714. .btn-group > .btn + .dropdown-toggle {
  3715.   padding-left: 8px;
  3716.   padding-right: 8px;
  3717. }
  3718. .btn-group > .btn-lg + .dropdown-toggle {
  3719.   padding-left: 12px;
  3720.   padding-right: 12px;
  3721. }
  3722. .btn-group.open .dropdown-toggle {
  3723.   -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  3724.   box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  3725. }
  3726. .btn-group.open .dropdown-toggle.btn-link {
  3727.   -webkit-box-shadow: none;
  3728.   box-shadow: none;
  3729. }
  3730. .btn .caret {
  3731.   margin-left: 0;
  3732. }
  3733. .btn-lg .caret {
  3734.   border-width: 5px 5px 0;
  3735.   border-bottom-width: 0;
  3736. }
  3737. .dropup .btn-lg .caret {
  3738.   border-width: 0 5px 5px;
  3739. }
  3740. .btn-group-vertical > .btn,
  3741. .btn-group-vertical > .btn-group,
  3742. .btn-group-vertical > .btn-group > .btn {
  3743.   display: block;
  3744.   float: none;
  3745.   width: 100%;
  3746.   max-width: 100%;
  3747. }
  3748. .btn-group-vertical > .btn-group > .btn {
  3749.   float: none;
  3750. }
  3751. .btn-group-vertical > .btn + .btn,
  3752. .btn-group-vertical > .btn + .btn-group,
  3753. .btn-group-vertical > .btn-group + .btn,
  3754. .btn-group-vertical > .btn-group + .btn-group {
  3755.   margin-top: -1px;
  3756.   margin-left: 0;
  3757. }
  3758. .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  3759.   border-radius: 0;
  3760. }
  3761. .btn-group-vertical > .btn:first-child:not(:last-child) {
  3762.   border-top-right-radius: 2px;
  3763.   border-top-left-radius: 2px;
  3764.   border-bottom-right-radius: 0;
  3765.   border-bottom-left-radius: 0;
  3766. }
  3767. .btn-group-vertical > .btn:last-child:not(:first-child) {
  3768.   border-top-right-radius: 0;
  3769.   border-top-left-radius: 0;
  3770.   border-bottom-right-radius: 2px;
  3771.   border-bottom-left-radius: 2px;
  3772. }
  3773. .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  3774.   border-radius: 0;
  3775. }
  3776. .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
  3777. .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  3778.   border-bottom-right-radius: 0;
  3779.   border-bottom-left-radius: 0;
  3780. }
  3781. .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  3782.   border-top-right-radius: 0;
  3783.   border-top-left-radius: 0;
  3784. }
  3785. .btn-group-justified {
  3786.   display: table;
  3787.   width: 100%;
  3788.   table-layout: fixed;
  3789.   border-collapse: separate;
  3790. }
  3791. .btn-group-justified > .btn,
  3792. .btn-group-justified > .btn-group {
  3793.   float: none;
  3794.   display: table-cell;
  3795.   width: 1%;
  3796. }
  3797. .btn-group-justified > .btn-group .btn {
  3798.   width: 100%;
  3799. }
  3800. .btn-group-justified > .btn-group .dropdown-menu {
  3801.   left: auto;
  3802. }
  3803. [data-toggle="buttons"] > .btn input[type="radio"],
  3804. [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
  3805. [data-toggle="buttons"] > .btn input[type="checkbox"],
  3806. [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  3807.   position: absolute;
  3808.   clip: rect(0, 0, 0, 0);
  3809.   pointer-events: none;
  3810. }
  3811. .input-group {
  3812.   position: relative;
  3813.   display: table;
  3814.   border-collapse: separate;
  3815. }
  3816. .input-group[class*="col-"] {
  3817.   float: none;
  3818.   padding-left: 0;
  3819.   padding-right: 0;
  3820. }
  3821. .input-group .form-control {
  3822.   position: relative;
  3823.   z-index: 2;
  3824.   float: left;
  3825.   width: 100%;
  3826.   margin-bottom: 0;
  3827. }
  3828. .input-group .form-control:focus {
  3829.   z-index: 3;
  3830. }
  3831. .input-group-lg > .form-control,
  3832. .input-group-lg > .input-group-addon,
  3833. .input-group-lg > .input-group-btn > .btn {
  3834.   height: 45px;
  3835.   padding: 10px 16px;
  3836.   font-size: 17px;
  3837.   line-height: 1.3333333;
  3838.   border-radius: 3px;
  3839. }
  3840. select.input-group-lg > .form-control,
  3841. select.input-group-lg > .input-group-addon,
  3842. select.input-group-lg > .input-group-btn > .btn {
  3843.   height: 45px;
  3844.   line-height: 45px;
  3845. }
  3846. textarea.input-group-lg > .form-control,
  3847. textarea.input-group-lg > .input-group-addon,
  3848. textarea.input-group-lg > .input-group-btn > .btn,
  3849. select[multiple].input-group-lg > .form-control,
  3850. select[multiple].input-group-lg > .input-group-addon,
  3851. select[multiple].input-group-lg > .input-group-btn > .btn {
  3852.   height: auto;
  3853. }
  3854. .input-group-sm > .form-control,
  3855. .input-group-sm > .input-group-addon,
  3856. .input-group-sm > .input-group-btn > .btn {
  3857.   height: 30px;
  3858.   padding: 5px 10px;
  3859.   font-size: 12px;
  3860.   line-height: 1.5;
  3861.   border-radius: 1px;
  3862. }
  3863. select.input-group-sm > .form-control,
  3864. select.input-group-sm > .input-group-addon,
  3865. select.input-group-sm > .input-group-btn > .btn {
  3866.   height: 30px;
  3867.   line-height: 30px;
  3868. }
  3869. textarea.input-group-sm > .form-control,
  3870. textarea.input-group-sm > .input-group-addon,
  3871. textarea.input-group-sm > .input-group-btn > .btn,
  3872. select[multiple].input-group-sm > .form-control,
  3873. select[multiple].input-group-sm > .input-group-addon,
  3874. select[multiple].input-group-sm > .input-group-btn > .btn {
  3875.   height: auto;
  3876. }
  3877. .input-group-addon,
  3878. .input-group-btn,
  3879. .input-group .form-control {
  3880.   display: table-cell;
  3881. }
  3882. .input-group-addon:not(:first-child):not(:last-child),
  3883. .input-group-btn:not(:first-child):not(:last-child),
  3884. .input-group .form-control:not(:first-child):not(:last-child) {
  3885.   border-radius: 0;
  3886. }
  3887. .input-group-addon,
  3888. .input-group-btn {
  3889.   width: 1%;
  3890.   white-space: nowrap;
  3891.   vertical-align: middle;
  3892. }
  3893. .input-group-addon {
  3894.   padding: 6px 12px;
  3895.   font-size: 13px;
  3896.   font-weight: normal;
  3897.   line-height: 1;
  3898.   color: #555555;
  3899.   text-align: center;
  3900.   background-color: #eeeeee;
  3901.   border: 1px solid #ccc;
  3902.   border-radius: 2px;
  3903. }
  3904. .input-group-addon.input-sm {
  3905.   padding: 5px 10px;
  3906.   font-size: 12px;
  3907.   border-radius: 1px;
  3908. }
  3909. .input-group-addon.input-lg {
  3910.   padding: 10px 16px;
  3911.   font-size: 17px;
  3912.   border-radius: 3px;
  3913. }
  3914. .input-group-addon input[type="radio"],
  3915. .input-group-addon input[type="checkbox"] {
  3916.   margin-top: 0;
  3917. }
  3918. .input-group .form-control:first-child,
  3919. .input-group-addon:first-child,
  3920. .input-group-btn:first-child > .btn,
  3921. .input-group-btn:first-child > .btn-group > .btn,
  3922. .input-group-btn:first-child > .dropdown-toggle,
  3923. .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
  3924. .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  3925.   border-bottom-right-radius: 0;
  3926.   border-top-right-radius: 0;
  3927. }
  3928. .input-group-addon:first-child {
  3929.   border-right: 0;
  3930. }
  3931. .input-group .form-control:last-child,
  3932. .input-group-addon:last-child,
  3933. .input-group-btn:last-child > .btn,
  3934. .input-group-btn:last-child > .btn-group > .btn,
  3935. .input-group-btn:last-child > .dropdown-toggle,
  3936. .input-group-btn:first-child > .btn:not(:first-child),
  3937. .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  3938.   border-bottom-left-radius: 0;
  3939.   border-top-left-radius: 0;
  3940. }
  3941. .input-group-addon:last-child {
  3942.   border-left: 0;
  3943. }
  3944. .input-group-btn {
  3945.   position: relative;
  3946.   font-size: 0;
  3947.   white-space: nowrap;
  3948. }
  3949. .input-group-btn > .btn {
  3950.   position: relative;
  3951. }
  3952. .input-group-btn > .btn + .btn {
  3953.   margin-left: -1px;
  3954. }
  3955. .input-group-btn > .btn:hover,
  3956. .input-group-btn > .btn:focus,
  3957. .input-group-btn > .btn:active {
  3958.   z-index: 2;
  3959. }
  3960. .input-group-btn:first-child > .btn,
  3961. .input-group-btn:first-child > .btn-group {
  3962.   margin-right: -1px;
  3963. }
  3964. .input-group-btn:last-child > .btn,
  3965. .input-group-btn:last-child > .btn-group {
  3966.   z-index: 2;
  3967.   margin-left: -1px;
  3968. }
  3969. .nav {
  3970.   margin-bottom: 0;
  3971.   padding-left: 0;
  3972.   list-style: none;
  3973. }
  3974. .nav > li {
  3975.   position: relative;
  3976.   display: block;
  3977. }
  3978. .nav > li > a {
  3979.   position: relative;
  3980.   display: block;
  3981.   padding: 10px 15px;
  3982. }
  3983. .nav > li > a:hover,
  3984. .nav > li > a:focus {
  3985.   text-decoration: none;
  3986.   background-color: #eeeeee;
  3987. }
  3988. .nav > li.disabled > a {
  3989.   color: #777777;
  3990. }
  3991. .nav > li.disabled > a:hover,
  3992. .nav > li.disabled > a:focus {
  3993.   color: #777777;
  3994.   text-decoration: none;
  3995.   background-color: transparent;
  3996.   cursor: not-allowed;
  3997. }
  3998. .nav .open > a,
  3999. .nav .open > a:hover,
  4000. .nav .open > a:focus {
  4001.   background-color: #eeeeee;
  4002.   border-color: #337ab7;
  4003. }
  4004. .nav .nav-divider {
  4005.   height: 1px;
  4006.   margin: 8px 0;
  4007.   overflow: hidden;
  4008.   background-color: #e5e5e5;
  4009. }
  4010. .nav > li > a > img {
  4011.   max-width: none;
  4012. }
  4013. .nav-tabs {
  4014.   border-bottom: 1px solid #ddd;
  4015. }
  4016. .nav-tabs > li {
  4017.   float: left;
  4018.   margin-bottom: -1px;
  4019. }
  4020. .nav-tabs > li > a {
  4021.   margin-right: 2px;
  4022.   line-height: 1.42857143;
  4023.   border: 1px solid transparent;
  4024.   border-radius: 2px 2px 0 0;
  4025. }
  4026. .nav-tabs > li > a:hover {
  4027.   border-color: #eeeeee #eeeeee #ddd;
  4028. }
  4029. .nav-tabs > li.active > a,
  4030. .nav-tabs > li.active > a:hover,
  4031. .nav-tabs > li.active > a:focus {
  4032.   color: #555555;
  4033.   background-color: #fff;
  4034.   border: 1px solid #ddd;
  4035.   border-bottom-color: transparent;
  4036.   cursor: default;
  4037. }
  4038. .nav-tabs.nav-justified {
  4039.   width: 100%;
  4040.   border-bottom: 0;
  4041. }
  4042. .nav-tabs.nav-justified > li {
  4043.   float: none;
  4044. }
  4045. .nav-tabs.nav-justified > li > a {
  4046.   text-align: center;
  4047.   margin-bottom: 5px;
  4048. }
  4049. .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  4050.   top: auto;
  4051.   left: auto;
  4052. }
  4053. @media (min-width: 768px) {
  4054.   .nav-tabs.nav-justified > li {
  4055.     display: table-cell;
  4056.     width: 1%;
  4057.   }
  4058.   .nav-tabs.nav-justified > li > a {
  4059.     margin-bottom: 0;
  4060.   }
  4061. }
  4062. .nav-tabs.nav-justified > li > a {
  4063.   margin-right: 0;
  4064.   border-radius: 2px;
  4065. }
  4066. .nav-tabs.nav-justified > .active > a,
  4067. .nav-tabs.nav-justified > .active > a:hover,
  4068. .nav-tabs.nav-justified > .active > a:focus {
  4069.   border: 1px solid #ddd;
  4070. }
  4071. @media (min-width: 768px) {
  4072.   .nav-tabs.nav-justified > li > a {
  4073.     border-bottom: 1px solid #ddd;
  4074.     border-radius: 2px 2px 0 0;
  4075.   }
  4076.   .nav-tabs.nav-justified > .active > a,
  4077.   .nav-tabs.nav-justified > .active > a:hover,
  4078.   .nav-tabs.nav-justified > .active > a:focus {
  4079.     border-bottom-color: #fff;
  4080.   }
  4081. }
  4082. .nav-pills > li {
  4083.   float: left;
  4084. }
  4085. .nav-pills > li > a {
  4086.   border-radius: 2px;
  4087. }
  4088. .nav-pills > li + li {
  4089.   margin-left: 2px;
  4090. }
  4091. .nav-pills > li.active > a,
  4092. .nav-pills > li.active > a:hover,
  4093. .nav-pills > li.active > a:focus {
  4094.   color: #fff;
  4095.   background-color: #337ab7;
  4096. }
  4097. .nav-stacked > li {
  4098.   float: none;
  4099. }
  4100. .nav-stacked > li + li {
  4101.   margin-top: 2px;
  4102.   margin-left: 0;
  4103. }
  4104. .nav-justified {
  4105.   width: 100%;
  4106. }
  4107. .nav-justified > li {
  4108.   float: none;
  4109. }
  4110. .nav-justified > li > a {
  4111.   text-align: center;
  4112.   margin-bottom: 5px;
  4113. }
  4114. .nav-justified > .dropdown .dropdown-menu {
  4115.   top: auto;
  4116.   left: auto;
  4117. }
  4118. @media (min-width: 768px) {
  4119.   .nav-justified > li {
  4120.     display: table-cell;
  4121.     width: 1%;
  4122.   }
  4123.   .nav-justified > li > a {
  4124.     margin-bottom: 0;
  4125.   }
  4126. }
  4127. .nav-tabs-justified {
  4128.   border-bottom: 0;
  4129. }
  4130. .nav-tabs-justified > li > a {
  4131.   margin-right: 0;
  4132.   border-radius: 2px;
  4133. }
  4134. .nav-tabs-justified > .active > a,
  4135. .nav-tabs-justified > .active > a:hover,
  4136. .nav-tabs-justified > .active > a:focus {
  4137.   border: 1px solid #ddd;
  4138. }
  4139. @media (min-width: 768px) {
  4140.   .nav-tabs-justified > li > a {
  4141.     border-bottom: 1px solid #ddd;
  4142.     border-radius: 2px 2px 0 0;
  4143.   }
  4144.   .nav-tabs-justified > .active > a,
  4145.   .nav-tabs-justified > .active > a:hover,
  4146.   .nav-tabs-justified > .active > a:focus {
  4147.     border-bottom-color: #fff;
  4148.   }
  4149. }
  4150. .tab-content > .tab-pane {
  4151.   display: none;
  4152. }
  4153. .tab-content > .active {
  4154.   display: block;
  4155. }
  4156. .nav-tabs .dropdown-menu {
  4157.   margin-top: -1px;
  4158.   border-top-right-radius: 0;
  4159.   border-top-left-radius: 0;
  4160. }
  4161. .navbar {
  4162.   position: relative;
  4163.   min-height: 30px;
  4164.   margin-bottom: 18px;
  4165.   border: 1px solid transparent;
  4166. }
  4167. @media (min-width: 541px) {
  4168.   .navbar {
  4169.     border-radius: 2px;
  4170.   }
  4171. }
  4172. @media (min-width: 541px) {
  4173.   .navbar-header {
  4174.     float: left;
  4175.   }
  4176. }
  4177. .navbar-collapse {
  4178.   overflow-x: visible;
  4179.   padding-right: 0px;
  4180.   padding-left: 0px;
  4181.   border-top: 1px solid transparent;
  4182.   box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  4183.   -webkit-overflow-scrolling: touch;
  4184. }
  4185. .navbar-collapse.in {
  4186.   overflow-y: auto;
  4187. }
  4188. @media (min-width: 541px) {
  4189.   .navbar-collapse {
  4190.     width: auto;
  4191.     border-top: 0;
  4192.     box-shadow: none;
  4193.   }
  4194.   .navbar-collapse.collapse {
  4195.     display: block !important;
  4196.     height: auto !important;
  4197.     padding-bottom: 0;
  4198.     overflow: visible !important;
  4199.   }
  4200.   .navbar-collapse.in {
  4201.     overflow-y: visible;
  4202.   }
  4203.   .navbar-fixed-top .navbar-collapse,
  4204.   .navbar-static-top .navbar-collapse,
  4205.   .navbar-fixed-bottom .navbar-collapse {
  4206.     padding-left: 0;
  4207.     padding-right: 0;
  4208.   }
  4209. }
  4210. .navbar-fixed-top .navbar-collapse,
  4211. .navbar-fixed-bottom .navbar-collapse {
  4212.   max-height: 340px;
  4213. }
  4214. @media (max-device-width: 540px) and (orientation: landscape) {
  4215.   .navbar-fixed-top .navbar-collapse,
  4216.   .navbar-fixed-bottom .navbar-collapse {
  4217.     max-height: 200px;
  4218.   }
  4219. }
  4220. .container > .navbar-header,
  4221. .container-fluid > .navbar-header,
  4222. .container > .navbar-collapse,
  4223. .container-fluid > .navbar-collapse {
  4224.   margin-right: 0px;
  4225.   margin-left: 0px;
  4226. }
  4227. @media (min-width: 541px) {
  4228.   .container > .navbar-header,
  4229.   .container-fluid > .navbar-header,
  4230.   .container > .navbar-collapse,
  4231.   .container-fluid > .navbar-collapse {
  4232.     margin-right: 0;
  4233.     margin-left: 0;
  4234.   }
  4235. }
  4236. .navbar-static-top {
  4237.   z-index: 1000;
  4238.   border-width: 0 0 1px;
  4239. }
  4240. @media (min-width: 541px) {
  4241.   .navbar-static-top {
  4242.     border-radius: 0;
  4243.   }
  4244. }
  4245. .navbar-fixed-top,
  4246. .navbar-fixed-bottom {
  4247.   position: fixed;
  4248.   right: 0;
  4249.   left: 0;
  4250.   z-index: 1030;
  4251. }
  4252. @media (min-width: 541px) {
  4253.   .navbar-fixed-top,
  4254.   .navbar-fixed-bottom {
  4255.     border-radius: 0;
  4256.   }
  4257. }
  4258. .navbar-fixed-top {
  4259.   top: 0;
  4260.   border-width: 0 0 1px;
  4261. }
  4262. .navbar-fixed-bottom {
  4263.   bottom: 0;
  4264.   margin-bottom: 0;
  4265.   border-width: 1px 0 0;
  4266. }
  4267. .navbar-brand {
  4268.   float: left;
  4269.   padding: 6px 0px;
  4270.   font-size: 17px;
  4271.   line-height: 18px;
  4272.   height: 30px;
  4273. }
  4274. .navbar-brand:hover,
  4275. .navbar-brand:focus {
  4276.   text-decoration: none;
  4277. }
  4278. .navbar-brand > img {
  4279.   display: block;
  4280. }
  4281. @media (min-width: 541px) {
  4282.   .navbar > .container .navbar-brand,
  4283.   .navbar > .container-fluid .navbar-brand {
  4284.     margin-left: 0px;
  4285.   }
  4286. }
  4287. .navbar-toggle {
  4288.   position: relative;
  4289.   float: right;
  4290.   margin-right: 0px;
  4291.   padding: 9px 10px;
  4292.   margin-top: -2px;
  4293.   margin-bottom: -2px;
  4294.   background-color: transparent;
  4295.   background-image: none;
  4296.   border: 1px solid transparent;
  4297.   border-radius: 2px;
  4298. }
  4299. .navbar-toggle:focus {
  4300.   outline: 0;
  4301. }
  4302. .navbar-toggle .icon-bar {
  4303.   display: block;
  4304.   width: 22px;
  4305.   height: 2px;
  4306.   border-radius: 1px;
  4307. }
  4308. .navbar-toggle .icon-bar + .icon-bar {
  4309.   margin-top: 4px;
  4310. }
  4311. @media (min-width: 541px) {
  4312.   .navbar-toggle {
  4313.     display: none;
  4314.   }
  4315. }
  4316. .navbar-nav {
  4317.   margin: 3px 0px;
  4318. }
  4319. .navbar-nav > li > a {
  4320.   padding-top: 10px;
  4321.   padding-bottom: 10px;
  4322.   line-height: 18px;
  4323. }
  4324. @media (max-width: 540px) {
  4325.   .navbar-nav .open .dropdown-menu {
  4326.     position: static;
  4327.     float: none;
  4328.     width: auto;
  4329.     margin-top: 0;
  4330.     background-color: transparent;
  4331.     border: 0;
  4332.     box-shadow: none;
  4333.   }
  4334.   .navbar-nav .open .dropdown-menu > li > a,
  4335.   .navbar-nav .open .dropdown-menu .dropdown-header {
  4336.     padding: 5px 15px 5px 25px;
  4337.   }
  4338.   .navbar-nav .open .dropdown-menu > li > a {
  4339.     line-height: 18px;
  4340.   }
  4341.   .navbar-nav .open .dropdown-menu > li > a:hover,
  4342.   .navbar-nav .open .dropdown-menu > li > a:focus {
  4343.     background-image: none;
  4344.   }
  4345. }
  4346. @media (min-width: 541px) {
  4347.   .navbar-nav {
  4348.     float: left;
  4349.     margin: 0;
  4350.   }
  4351.   .navbar-nav > li {
  4352.     float: left;
  4353.   }
  4354.   .navbar-nav > li > a {
  4355.     padding-top: 6px;
  4356.     padding-bottom: 6px;
  4357.   }
  4358. }
  4359. .navbar-form {
  4360.   margin-left: 0px;
  4361.   margin-right: 0px;
  4362.   padding: 10px 0px;
  4363.   border-top: 1px solid transparent;
  4364.   border-bottom: 1px solid transparent;
  4365.   -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  4366.   box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  4367.   margin-top: -1px;
  4368.   margin-bottom: -1px;
  4369. }
  4370. @media (min-width: 768px) {
  4371.   .navbar-form .form-group {
  4372.     display: inline-block;
  4373.     margin-bottom: 0;
  4374.     vertical-align: middle;
  4375.   }
  4376.   .navbar-form .form-control {
  4377.     display: inline-block;
  4378.     width: auto;
  4379.     vertical-align: middle;
  4380.   }
  4381.   .navbar-form .form-control-static {
  4382.     display: inline-block;
  4383.   }
  4384.   .navbar-form .input-group {
  4385.     display: inline-table;
  4386.     vertical-align: middle;
  4387.   }
  4388.   .navbar-form .input-group .input-group-addon,
  4389.   .navbar-form .input-group .input-group-btn,
  4390.   .navbar-form .input-group .form-control {
  4391.     width: auto;
  4392.   }
  4393.   .navbar-form .input-group > .form-control {
  4394.     width: 100%;
  4395.   }
  4396.   .navbar-form .control-label {
  4397.     margin-bottom: 0;
  4398.     vertical-align: middle;
  4399.   }
  4400.   .navbar-form .radio,
  4401.   .navbar-form .checkbox {
  4402.     display: inline-block;
  4403.     margin-top: 0;
  4404.     margin-bottom: 0;
  4405.     vertical-align: middle;
  4406.   }
  4407.   .navbar-form .radio label,
  4408.   .navbar-form .checkbox label {
  4409.     padding-left: 0;
  4410.   }
  4411.   .navbar-form .radio input[type="radio"],
  4412.   .navbar-form .checkbox input[type="checkbox"] {
  4413.     position: relative;
  4414.     margin-left: 0;
  4415.   }
  4416.   .navbar-form .has-feedback .form-control-feedback {
  4417.     top: 0;
  4418.   }
  4419. }
  4420. @media (max-width: 540px) {
  4421.   .navbar-form .form-group {
  4422.     margin-bottom: 5px;
  4423.   }
  4424.   .navbar-form .form-group:last-child {
  4425.     margin-bottom: 0;
  4426.   }
  4427. }
  4428. @media (min-width: 541px) {
  4429.   .navbar-form {
  4430.     width: auto;
  4431.     border: 0;
  4432.     margin-left: 0;
  4433.     margin-right: 0;
  4434.     padding-top: 0;
  4435.     padding-bottom: 0;
  4436.     -webkit-box-shadow: none;
  4437.     box-shadow: none;
  4438.   }
  4439. }
  4440. .navbar-nav > li > .dropdown-menu {
  4441.   margin-top: 0;
  4442.   border-top-right-radius: 0;
  4443.   border-top-left-radius: 0;
  4444. }
  4445. .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  4446.   margin-bottom: 0;
  4447.   border-top-right-radius: 2px;
  4448.   border-top-left-radius: 2px;
  4449.   border-bottom-right-radius: 0;
  4450.   border-bottom-left-radius: 0;
  4451. }
  4452. .navbar-btn {
  4453.   margin-top: -1px;
  4454.   margin-bottom: -1px;
  4455. }
  4456. .navbar-btn.btn-sm {
  4457.   margin-top: 0px;
  4458.   margin-bottom: 0px;
  4459. }
  4460. .navbar-btn.btn-xs {
  4461.   margin-top: 4px;
  4462.   margin-bottom: 4px;
  4463. }
  4464. .navbar-text {
  4465.   margin-top: 6px;
  4466.   margin-bottom: 6px;
  4467. }
  4468. @media (min-width: 541px) {
  4469.   .navbar-text {
  4470.     float: left;
  4471.     margin-left: 0px;
  4472.     margin-right: 0px;
  4473.   }
  4474. }
  4475. @media (min-width: 541px) {
  4476.   .navbar-left {
  4477.     float: left !important;
  4478.     float: left;
  4479.   }
  4480.   .navbar-right {
  4481.     float: right !important;
  4482.     float: right;
  4483.     margin-right: 0px;
  4484.   }
  4485.   .navbar-right ~ .navbar-right {
  4486.     margin-right: 0;
  4487.   }
  4488. }
  4489. .navbar-default {
  4490.   background-color: #f8f8f8;
  4491.   border-color: #e7e7e7;
  4492. }
  4493. .navbar-default .navbar-brand {
  4494.   color: #777;
  4495. }
  4496. .navbar-default .navbar-brand:hover,
  4497. .navbar-default .navbar-brand:focus {
  4498.   color: #5e5e5e;
  4499.   background-color: transparent;
  4500. }
  4501. .navbar-default .navbar-text {
  4502.   color: #777;
  4503. }
  4504. .navbar-default .navbar-nav > li > a {
  4505.   color: #777;
  4506. }
  4507. .navbar-default .navbar-nav > li > a:hover,
  4508. .navbar-default .navbar-nav > li > a:focus {
  4509.   color: #333;
  4510.   background-color: transparent;
  4511. }
  4512. .navbar-default .navbar-nav > .active > a,
  4513. .navbar-default .navbar-nav > .active > a:hover,
  4514. .navbar-default .navbar-nav > .active > a:focus {
  4515.   color: #555;
  4516.   background-color: #e7e7e7;
  4517. }
  4518. .navbar-default .navbar-nav > .disabled > a,
  4519. .navbar-default .navbar-nav > .disabled > a:hover,
  4520. .navbar-default .navbar-nav > .disabled > a:focus {
  4521.   color: #ccc;
  4522.   background-color: transparent;
  4523. }
  4524. .navbar-default .navbar-toggle {
  4525.   border-color: #ddd;
  4526. }
  4527. .navbar-default .navbar-toggle:hover,
  4528. .navbar-default .navbar-toggle:focus {
  4529.   background-color: #ddd;
  4530. }
  4531. .navbar-default .navbar-toggle .icon-bar {
  4532.   background-color: #888;
  4533. }
  4534. .navbar-default .navbar-collapse,
  4535. .navbar-default .navbar-form {
  4536.   border-color: #e7e7e7;
  4537. }
  4538. .navbar-default .navbar-nav > .open > a,
  4539. .navbar-default .navbar-nav > .open > a:hover,
  4540. .navbar-default .navbar-nav > .open > a:focus {
  4541.   background-color: #e7e7e7;
  4542.   color: #555;
  4543. }
  4544. @media (max-width: 540px) {
  4545.   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
  4546.     color: #777;
  4547.   }
  4548.   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  4549.   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  4550.     color: #333;
  4551.     background-color: transparent;
  4552.   }
  4553.   .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  4554.   .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  4555.   .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  4556.     color: #555;
  4557.     background-color: #e7e7e7;
  4558.   }
  4559.   .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  4560.   .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  4561.   .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  4562.     color: #ccc;
  4563.     background-color: transparent;
  4564.   }
  4565. }
  4566. .navbar-default .navbar-link {
  4567.   color: #777;
  4568. }
  4569. .navbar-default .navbar-link:hover {
  4570.   color: #333;
  4571. }
  4572. .navbar-default .btn-link {
  4573.   color: #777;
  4574. }
  4575. .navbar-default .btn-link:hover,
  4576. .navbar-default .btn-link:focus {
  4577.   color: #333;
  4578. }
  4579. .navbar-default .btn-link[disabled]:hover,
  4580. fieldset[disabled] .navbar-default .btn-link:hover,
  4581. .navbar-default .btn-link[disabled]:focus,
  4582. fieldset[disabled] .navbar-default .btn-link:focus {
  4583.   color: #ccc;
  4584. }
  4585. .navbar-inverse {
  4586.   background-color: #222;
  4587.   border-color: #080808;
  4588. }
  4589. .navbar-inverse .navbar-brand {
  4590.   color: #9d9d9d;
  4591. }
  4592. .navbar-inverse .navbar-brand:hover,
  4593. .navbar-inverse .navbar-brand:focus {
  4594.   color: #fff;
  4595.   background-color: transparent;
  4596. }
  4597. .navbar-inverse .navbar-text {
  4598.   color: #9d9d9d;
  4599. }
  4600. .navbar-inverse .navbar-nav > li > a {
  4601.   color: #9d9d9d;
  4602. }
  4603. .navbar-inverse .navbar-nav > li > a:hover,
  4604. .navbar-inverse .navbar-nav > li > a:focus {
  4605.   color: #fff;
  4606.   background-color: transparent;
  4607. }
  4608. .navbar-inverse .navbar-nav > .active > a,
  4609. .navbar-inverse .navbar-nav > .active > a:hover,
  4610. .navbar-inverse .navbar-nav > .active > a:focus {
  4611.   color: #fff;
  4612.   background-color: #080808;
  4613. }
  4614. .navbar-inverse .navbar-nav > .disabled > a,
  4615. .navbar-inverse .navbar-nav > .disabled > a:hover,
  4616. .navbar-inverse .navbar-nav > .disabled > a:focus {
  4617.   color: #444;
  4618.   background-color: transparent;
  4619. }
  4620. .navbar-inverse .navbar-toggle {
  4621.   border-color: #333;
  4622. }
  4623. .navbar-inverse .navbar-toggle:hover,
  4624. .navbar-inverse .navbar-toggle:focus {
  4625.   background-color: #333;
  4626. }
  4627. .navbar-inverse .navbar-toggle .icon-bar {
  4628.   background-color: #fff;
  4629. }
  4630. .navbar-inverse .navbar-collapse,
  4631. .navbar-inverse .navbar-form {
  4632.   border-color: #101010;
  4633. }
  4634. .navbar-inverse .navbar-nav > .open > a,
  4635. .navbar-inverse .navbar-nav > .open > a:hover,
  4636. .navbar-inverse .navbar-nav > .open > a:focus {
  4637.   background-color: #080808;
  4638.   color: #fff;
  4639. }
  4640. @media (max-width: 540px) {
  4641.   .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
  4642.     border-color: #080808;
  4643.   }
  4644.   .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
  4645.     background-color: #080808;
  4646.   }
  4647.   .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  4648.     color: #9d9d9d;
  4649.   }
  4650.   .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  4651.   .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
  4652.     color: #fff;
  4653.     background-color: transparent;
  4654.   }
  4655.   .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  4656.   .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  4657.   .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
  4658.     color: #fff;
  4659.     background-color: #080808;
  4660.   }
  4661.   .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  4662.   .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  4663.   .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  4664.     color: #444;
  4665.     background-color: transparent;
  4666.   }
  4667. }
  4668. .navbar-inverse .navbar-link {
  4669.   color: #9d9d9d;
  4670. }
  4671. .navbar-inverse .navbar-link:hover {
  4672.   color: #fff;
  4673. }
  4674. .navbar-inverse .btn-link {
  4675.   color: #9d9d9d;
  4676. }
  4677. .navbar-inverse .btn-link:hover,
  4678. .navbar-inverse .btn-link:focus {
  4679.   color: #fff;
  4680. }
  4681. .navbar-inverse .btn-link[disabled]:hover,
  4682. fieldset[disabled] .navbar-inverse .btn-link:hover,
  4683. .navbar-inverse .btn-link[disabled]:focus,
  4684. fieldset[disabled] .navbar-inverse .btn-link:focus {
  4685.   color: #444;
  4686. }
  4687. .breadcrumb {
  4688.   padding: 8px 15px;
  4689.   margin-bottom: 18px;
  4690.   list-style: none;
  4691.   background-color: #f5f5f5;
  4692.   border-radius: 2px;
  4693. }
  4694. .breadcrumb > li {
  4695.   display: inline-block;
  4696. }
  4697. .breadcrumb > li + li:before {
  4698.   content: "/\00a0";
  4699.   padding: 0 5px;
  4700.   color: #5e5e5e;
  4701. }
  4702. .breadcrumb > .active {
  4703.   color: #777777;
  4704. }
  4705. .pagination {
  4706.   display: inline-block;
  4707.   padding-left: 0;
  4708.   margin: 18px 0;
  4709.   border-radius: 2px;
  4710. }
  4711. .pagination > li {
  4712.   display: inline;
  4713. }
  4714. .pagination > li > a,
  4715. .pagination > li > span {
  4716.   position: relative;
  4717.   float: left;
  4718.   padding: 6px 12px;
  4719.   line-height: 1.42857143;
  4720.   text-decoration: none;
  4721.   color: #337ab7;
  4722.   background-color: #fff;
  4723.   border: 1px solid #ddd;
  4724.   margin-left: -1px;
  4725. }
  4726. .pagination > li:first-child > a,
  4727. .pagination > li:first-child > span {
  4728.   margin-left: 0;
  4729.   border-bottom-left-radius: 2px;
  4730.   border-top-left-radius: 2px;
  4731. }
  4732. .pagination > li:last-child > a,
  4733. .pagination > li:last-child > span {
  4734.   border-bottom-right-radius: 2px;
  4735.   border-top-right-radius: 2px;
  4736. }
  4737. .pagination > li > a:hover,
  4738. .pagination > li > span:hover,
  4739. .pagination > li > a:focus,
  4740. .pagination > li > span:focus {
  4741.   z-index: 2;
  4742.   color: #23527c;
  4743.   background-color: #eeeeee;
  4744.   border-color: #ddd;
  4745. }
  4746. .pagination > .active > a,
  4747. .pagination > .active > span,
  4748. .pagination > .active > a:hover,
  4749. .pagination > .active > span:hover,
  4750. .pagination > .active > a:focus,
  4751. .pagination > .active > span:focus {
  4752.   z-index: 3;
  4753.   color: #fff;
  4754.   background-color: #337ab7;
  4755.   border-color: #337ab7;
  4756.   cursor: default;
  4757. }
  4758. .pagination > .disabled > span,
  4759. .pagination > .disabled > span:hover,
  4760. .pagination > .disabled > span:focus,
  4761. .pagination > .disabled > a,
  4762. .pagination > .disabled > a:hover,
  4763. .pagination > .disabled > a:focus {
  4764.   color: #777777;
  4765.   background-color: #fff;
  4766.   border-color: #ddd;
  4767.   cursor: not-allowed;
  4768. }
  4769. .pagination-lg > li > a,
  4770. .pagination-lg > li > span {
  4771.   padding: 10px 16px;
  4772.   font-size: 17px;
  4773.   line-height: 1.3333333;
  4774. }
  4775. .pagination-lg > li:first-child > a,
  4776. .pagination-lg > li:first-child > span {
  4777.   border-bottom-left-radius: 3px;
  4778.   border-top-left-radius: 3px;
  4779. }
  4780. .pagination-lg > li:last-child > a,
  4781. .pagination-lg > li:last-child > span {
  4782.   border-bottom-right-radius: 3px;
  4783.   border-top-right-radius: 3px;
  4784. }
  4785. .pagination-sm > li > a,
  4786. .pagination-sm > li > span {
  4787.   padding: 5px 10px;
  4788.   font-size: 12px;
  4789.   line-height: 1.5;
  4790. }
  4791. .pagination-sm > li:first-child > a,
  4792. .pagination-sm > li:first-child > span {
  4793.   border-bottom-left-radius: 1px;
  4794.   border-top-left-radius: 1px;
  4795. }
  4796. .pagination-sm > li:last-child > a,
  4797. .pagination-sm > li:last-child > span {
  4798.   border-bottom-right-radius: 1px;
  4799.   border-top-right-radius: 1px;
  4800. }
  4801. .pager {
  4802.   padding-left: 0;
  4803.   margin: 18px 0;
  4804.   list-style: none;
  4805.   text-align: center;
  4806. }
  4807. .pager li {
  4808.   display: inline;
  4809. }
  4810. .pager li > a,
  4811. .pager li > span {
  4812.   display: inline-block;
  4813.   padding: 5px 14px;
  4814.   background-color: #fff;
  4815.   border: 1px solid #ddd;
  4816.   border-radius: 15px;
  4817. }
  4818. .pager li > a:hover,
  4819. .pager li > a:focus {
  4820.   text-decoration: none;
  4821.   background-color: #eeeeee;
  4822. }
  4823. .pager .next > a,
  4824. .pager .next > span {
  4825.   float: right;
  4826. }
  4827. .pager .previous > a,
  4828. .pager .previous > span {
  4829.   float: left;
  4830. }
  4831. .pager .disabled > a,
  4832. .pager .disabled > a:hover,
  4833. .pager .disabled > a:focus,
  4834. .pager .disabled > span {
  4835.   color: #777777;
  4836.   background-color: #fff;
  4837.   cursor: not-allowed;
  4838. }
  4839. .label {
  4840.   display: inline;
  4841.   padding: .2em .6em .3em;
  4842.   font-size: 75%;
  4843.   font-weight: bold;
  4844.   line-height: 1;
  4845.   color: #fff;
  4846.   text-align: center;
  4847.   white-space: nowrap;
  4848.   vertical-align: baseline;
  4849.   border-radius: .25em;
  4850. }
  4851. a.label:hover,
  4852. a.label:focus {
  4853.   color: #fff;
  4854.   text-decoration: none;
  4855.   cursor: pointer;
  4856. }
  4857. .label:empty {
  4858.   display: none;
  4859. }
  4860. .btn .label {
  4861.   position: relative;
  4862.   top: -1px;
  4863. }
  4864. .label-default {
  4865.   background-color: #777777;
  4866. }
  4867. .label-default[href]:hover,
  4868. .label-default[href]:focus {
  4869.   background-color: #5e5e5e;
  4870. }
  4871. .label-primary {
  4872.   background-color: #337ab7;
  4873. }
  4874. .label-primary[href]:hover,
  4875. .label-primary[href]:focus {
  4876.   background-color: #286090;
  4877. }
  4878. .label-success {
  4879.   background-color: #5cb85c;
  4880. }
  4881. .label-success[href]:hover,
  4882. .label-success[href]:focus {
  4883.   background-color: #449d44;
  4884. }
  4885. .label-info {
  4886.   background-color: #5bc0de;
  4887. }
  4888. .label-info[href]:hover,
  4889. .label-info[href]:focus {
  4890.   background-color: #31b0d5;
  4891. }
  4892. .label-warning {
  4893.   background-color: #f0ad4e;
  4894. }
  4895. .label-warning[href]:hover,
  4896. .label-warning[href]:focus {
  4897.   background-color: #ec971f;
  4898. }
  4899. .label-danger {
  4900.   background-color: #d9534f;
  4901. }
  4902. .label-danger[href]:hover,
  4903. .label-danger[href]:focus {
  4904.   background-color: #c9302c;
  4905. }
  4906. .badge {
  4907.   display: inline-block;
  4908.   min-width: 10px;
  4909.   padding: 3px 7px;
  4910.   font-size: 12px;
  4911.   font-weight: bold;
  4912.   color: #fff;
  4913.   line-height: 1;
  4914.   vertical-align: middle;
  4915.   white-space: nowrap;
  4916.   text-align: center;
  4917.   background-color: #777777;
  4918.   border-radius: 10px;
  4919. }
  4920. .badge:empty {
  4921.   display: none;
  4922. }
  4923. .btn .badge {
  4924.   position: relative;
  4925.   top: -1px;
  4926. }
  4927. .btn-xs .badge,
  4928. .btn-group-xs > .btn .badge {
  4929.   top: 0;
  4930.   padding: 1px 5px;
  4931. }
  4932. a.badge:hover,
  4933. a.badge:focus {
  4934.   color: #fff;
  4935.   text-decoration: none;
  4936.   cursor: pointer;
  4937. }
  4938. .list-group-item.active > .badge,
  4939. .nav-pills > .active > a > .badge {
  4940.   color: #337ab7;
  4941.   background-color: #fff;
  4942. }
  4943. .list-group-item > .badge {
  4944.   float: right;
  4945. }
  4946. .list-group-item > .badge + .badge {
  4947.   margin-right: 5px;
  4948. }
  4949. .nav-pills > li > a > .badge {
  4950.   margin-left: 3px;
  4951. }
  4952. .jumbotron {
  4953.   padding-top: 30px;
  4954.   padding-bottom: 30px;
  4955.   margin-bottom: 30px;
  4956.   color: inherit;
  4957.   background-color: #eeeeee;
  4958. }
  4959. .jumbotron h1,
  4960. .jumbotron .h1 {
  4961.   color: inherit;
  4962. }
  4963. .jumbotron p {
  4964.   margin-bottom: 15px;
  4965.   font-size: 20px;
  4966.   font-weight: 200;
  4967. }
  4968. .jumbotron > hr {
  4969.   border-top-color: #d5d5d5;
  4970. }
  4971. .container .jumbotron,
  4972. .container-fluid .jumbotron {
  4973.   border-radius: 3px;
  4974.   padding-left: 0px;
  4975.   padding-right: 0px;
  4976. }
  4977. .jumbotron .container {
  4978.   max-width: 100%;
  4979. }
  4980. @media screen and (min-width: 768px) {
  4981.   .jumbotron {
  4982.     padding-top: 48px;
  4983.     padding-bottom: 48px;
  4984.   }
  4985.   .container .jumbotron,
  4986.   .container-fluid .jumbotron {
  4987.     padding-left: 60px;
  4988.     padding-right: 60px;
  4989.   }
  4990.   .jumbotron h1,
  4991.   .jumbotron .h1 {
  4992.     font-size: 59px;
  4993.   }
  4994. }
  4995. .thumbnail {
  4996.   display: block;
  4997.   padding: 4px;
  4998.   margin-bottom: 18px;
  4999.   line-height: 1.42857143;
  5000.   background-color: #fff;
  5001.   border: 1px solid #ddd;
  5002.   border-radius: 2px;
  5003.   -webkit-transition: border 0.2s ease-in-out;
  5004.   -o-transition: border 0.2s ease-in-out;
  5005.   transition: border 0.2s ease-in-out;
  5006. }
  5007. .thumbnail > img,
  5008. .thumbnail a > img {
  5009.   margin-left: auto;
  5010.   margin-right: auto;
  5011. }
  5012. a.thumbnail:hover,
  5013. a.thumbnail:focus,
  5014. a.thumbnail.active {
  5015.   border-color: #337ab7;
  5016. }
  5017. .thumbnail .caption {
  5018.   padding: 9px;
  5019.   color: #000;
  5020. }
  5021. .alert {
  5022.   padding: 15px;
  5023.   margin-bottom: 18px;
  5024.   border: 1px solid transparent;
  5025.   border-radius: 2px;
  5026. }
  5027. .alert h4 {
  5028.   margin-top: 0;
  5029.   color: inherit;
  5030. }
  5031. .alert .alert-link {
  5032.   font-weight: bold;
  5033. }
  5034. .alert > p,
  5035. .alert > ul {
  5036.   margin-bottom: 0;
  5037. }
  5038. .alert > p + p {
  5039.   margin-top: 5px;
  5040. }
  5041. .alert-dismissable,
  5042. .alert-dismissible {
  5043.   padding-right: 35px;
  5044. }
  5045. .alert-dismissable .close,
  5046. .alert-dismissible .close {
  5047.   position: relative;
  5048.   top: -2px;
  5049.   right: -21px;
  5050.   color: inherit;
  5051. }
  5052. .alert-success {
  5053.   background-color: #dff0d8;
  5054.   border-color: #d6e9c6;
  5055.   color: #3c763d;
  5056. }
  5057. .alert-success hr {
  5058.   border-top-color: #c9e2b3;
  5059. }
  5060. .alert-success .alert-link {
  5061.   color: #2b542c;
  5062. }
  5063. .alert-info {
  5064.   background-color: #d9edf7;
  5065.   border-color: #bce8f1;
  5066.   color: #31708f;
  5067. }
  5068. .alert-info hr {
  5069.   border-top-color: #a6e1ec;
  5070. }
  5071. .alert-info .alert-link {
  5072.   color: #245269;
  5073. }
  5074. .alert-warning {
  5075.   background-color: #fcf8e3;
  5076.   border-color: #faebcc;
  5077.   color: #8a6d3b;
  5078. }
  5079. .alert-warning hr {
  5080.   border-top-color: #f7e1b5;
  5081. }
  5082. .alert-warning .alert-link {
  5083.   color: #66512c;
  5084. }
  5085. .alert-danger {
  5086.   background-color: #f2dede;
  5087.   border-color: #ebccd1;
  5088.   color: #a94442;
  5089. }
  5090. .alert-danger hr {
  5091.   border-top-color: #e4b9c0;
  5092. }
  5093. .alert-danger .alert-link {
  5094.   color: #843534;
  5095. }
  5096. @-webkit-keyframes progress-bar-stripes {
  5097.   from {
  5098.     background-position: 40px 0;
  5099.   }
  5100.   to {
  5101.     background-position: 0 0;
  5102.   }
  5103. }
  5104. @keyframes progress-bar-stripes {
  5105.   from {
  5106.     background-position: 40px 0;
  5107.   }
  5108.   to {
  5109.     background-position: 0 0;
  5110.   }
  5111. }
  5112. .progress {
  5113.   overflow: hidden;
  5114.   height: 18px;
  5115.   margin-bottom: 18px;
  5116.   background-color: #f5f5f5;
  5117.   border-radius: 2px;
  5118.   -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  5119.   box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  5120. }
  5121. .progress-bar {
  5122.   float: left;
  5123.   width: 0%;
  5124.   height: 100%;
  5125.   font-size: 12px;
  5126.   line-height: 18px;
  5127.   color: #fff;
  5128.   text-align: center;
  5129.   background-color: #337ab7;
  5130.   -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  5131.   box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  5132.   -webkit-transition: width 0.6s ease;
  5133.   -o-transition: width 0.6s ease;
  5134.   transition: width 0.6s ease;
  5135. }
  5136. .progress-striped .progress-bar,
  5137. .progress-bar-striped {
  5138.   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);
  5139.   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);
  5140.   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);
  5141.   background-size: 40px 40px;
  5142. }
  5143. .progress.active .progress-bar,
  5144. .progress-bar.active {
  5145.   -webkit-animation: progress-bar-stripes 2s linear infinite;
  5146.   -o-animation: progress-bar-stripes 2s linear infinite;
  5147.   animation: progress-bar-stripes 2s linear infinite;
  5148. }
  5149. .progress-bar-success {
  5150.   background-color: #5cb85c;
  5151. }
  5152. .progress-striped .progress-bar-success {
  5153.   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);
  5154.   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);
  5155.   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);
  5156. }
  5157. .progress-bar-info {
  5158.   background-color: #5bc0de;
  5159. }
  5160. .progress-striped .progress-bar-info {
  5161.   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);
  5162.   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);
  5163.   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);
  5164. }
  5165. .progress-bar-warning {
  5166.   background-color: #f0ad4e;
  5167. }
  5168. .progress-striped .progress-bar-warning {
  5169.   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);
  5170.   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);
  5171.   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);
  5172. }
  5173. .progress-bar-danger {
  5174.   background-color: #d9534f;
  5175. }
  5176. .progress-striped .progress-bar-danger {
  5177.   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);
  5178.   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);
  5179.   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);
  5180. }
  5181. .media {
  5182.   margin-top: 15px;
  5183. }
  5184. .media:first-child {
  5185.   margin-top: 0;
  5186. }
  5187. .media,
  5188. .media-body {
  5189.   zoom: 1;
  5190.   overflow: hidden;
  5191. }
  5192. .media-body {
  5193.   width: 10000px;
  5194. }
  5195. .media-object {
  5196.   display: block;
  5197. }
  5198. .media-object.img-thumbnail {
  5199.   max-width: none;
  5200. }
  5201. .media-right,
  5202. .media > .pull-right {
  5203.   padding-left: 10px;
  5204. }
  5205. .media-left,
  5206. .media > .pull-left {
  5207.   padding-right: 10px;
  5208. }
  5209. .media-left,
  5210. .media-right,
  5211. .media-body {
  5212.   display: table-cell;
  5213.   vertical-align: top;
  5214. }
  5215. .media-middle {
  5216.   vertical-align: middle;
  5217. }
  5218. .media-bottom {
  5219.   vertical-align: bottom;
  5220. }
  5221. .media-heading {
  5222.   margin-top: 0;
  5223.   margin-bottom: 5px;
  5224. }
  5225. .media-list {
  5226.   padding-left: 0;
  5227.   list-style: none;
  5228. }
  5229. .list-group {
  5230.   margin-bottom: 20px;
  5231.   padding-left: 0;
  5232. }
  5233. .list-group-item {
  5234.   position: relative;
  5235.   display: block;
  5236.   padding: 10px 15px;
  5237.   margin-bottom: -1px;
  5238.   background-color: #fff;
  5239.   border: 1px solid #ddd;
  5240. }
  5241. .list-group-item:first-child {
  5242.   border-top-right-radius: 2px;
  5243.   border-top-left-radius: 2px;
  5244. }
  5245. .list-group-item:last-child {
  5246.   margin-bottom: 0;
  5247.   border-bottom-right-radius: 2px;
  5248.   border-bottom-left-radius: 2px;
  5249. }
  5250. a.list-group-item,
  5251. button.list-group-item {
  5252.   color: #555;
  5253. }
  5254. a.list-group-item .list-group-item-heading,
  5255. button.list-group-item .list-group-item-heading {
  5256.   color: #333;
  5257. }
  5258. a.list-group-item:hover,
  5259. button.list-group-item:hover,
  5260. a.list-group-item:focus,
  5261. button.list-group-item:focus {
  5262.   text-decoration: none;
  5263.   color: #555;
  5264.   background-color: #f5f5f5;
  5265. }
  5266. button.list-group-item {
  5267.   width: 100%;
  5268.   text-align: left;
  5269. }
  5270. .list-group-item.disabled,
  5271. .list-group-item.disabled:hover,
  5272. .list-group-item.disabled:focus {
  5273.   background-color: #eeeeee;
  5274.   color: #777777;
  5275.   cursor: not-allowed;
  5276. }
  5277. .list-group-item.disabled .list-group-item-heading,
  5278. .list-group-item.disabled:hover .list-group-item-heading,
  5279. .list-group-item.disabled:focus .list-group-item-heading {
  5280.   color: inherit;
  5281. }
  5282. .list-group-item.disabled .list-group-item-text,
  5283. .list-group-item.disabled:hover .list-group-item-text,
  5284. .list-group-item.disabled:focus .list-group-item-text {
  5285.   color: #777777;
  5286. }
  5287. .list-group-item.active,
  5288. .list-group-item.active:hover,
  5289. .list-group-item.active:focus {
  5290.   z-index: 2;
  5291.   color: #fff;
  5292.   background-color: #337ab7;
  5293.   border-color: #337ab7;
  5294. }
  5295. .list-group-item.active .list-group-item-heading,
  5296. .list-group-item.active:hover .list-group-item-heading,
  5297. .list-group-item.active:focus .list-group-item-heading,
  5298. .list-group-item.active .list-group-item-heading > small,
  5299. .list-group-item.active:hover .list-group-item-heading > small,
  5300. .list-group-item.active:focus .list-group-item-heading > small,
  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.   color: inherit;
  5305. }
  5306. .list-group-item.active .list-group-item-text,
  5307. .list-group-item.active:hover .list-group-item-text,
  5308. .list-group-item.active:focus .list-group-item-text {
  5309.   color: #c7ddef;
  5310. }
  5311. .list-group-item-success {
  5312.   color: #3c763d;
  5313.   background-color: #dff0d8;
  5314. }
  5315. a.list-group-item-success,
  5316. button.list-group-item-success {
  5317.   color: #3c763d;
  5318. }
  5319. a.list-group-item-success .list-group-item-heading,
  5320. button.list-group-item-success .list-group-item-heading {
  5321.   color: inherit;
  5322. }
  5323. a.list-group-item-success:hover,
  5324. button.list-group-item-success:hover,
  5325. a.list-group-item-success:focus,
  5326. button.list-group-item-success:focus {
  5327.   color: #3c763d;
  5328.   background-color: #d0e9c6;
  5329. }
  5330. a.list-group-item-success.active,
  5331. button.list-group-item-success.active,
  5332. a.list-group-item-success.active:hover,
  5333. button.list-group-item-success.active:hover,
  5334. a.list-group-item-success.active:focus,
  5335. button.list-group-item-success.active:focus {
  5336.   color: #fff;
  5337.   background-color: #3c763d;
  5338.   border-color: #3c763d;
  5339. }
  5340. .list-group-item-info {
  5341.   color: #31708f;
  5342.   background-color: #d9edf7;
  5343. }
  5344. a.list-group-item-info,
  5345. button.list-group-item-info {
  5346.   color: #31708f;
  5347. }
  5348. a.list-group-item-info .list-group-item-heading,
  5349. button.list-group-item-info .list-group-item-heading {
  5350.   color: inherit;
  5351. }
  5352. a.list-group-item-info:hover,
  5353. button.list-group-item-info:hover,
  5354. a.list-group-item-info:focus,
  5355. button.list-group-item-info:focus {
  5356.   color: #31708f;
  5357.   background-color: #c4e3f3;
  5358. }
  5359. a.list-group-item-info.active,
  5360. button.list-group-item-info.active,
  5361. a.list-group-item-info.active:hover,
  5362. button.list-group-item-info.active:hover,
  5363. a.list-group-item-info.active:focus,
  5364. button.list-group-item-info.active:focus {
  5365.   color: #fff;
  5366.   background-color: #31708f;
  5367.   border-color: #31708f;
  5368. }
  5369. .list-group-item-warning {
  5370.   color: #8a6d3b;
  5371.   background-color: #fcf8e3;
  5372. }
  5373. a.list-group-item-warning,
  5374. button.list-group-item-warning {
  5375.   color: #8a6d3b;
  5376. }
  5377. a.list-group-item-warning .list-group-item-heading,
  5378. button.list-group-item-warning .list-group-item-heading {
  5379.   color: inherit;
  5380. }
  5381. a.list-group-item-warning:hover,
  5382. button.list-group-item-warning:hover,
  5383. a.list-group-item-warning:focus,
  5384. button.list-group-item-warning:focus {
  5385.   color: #8a6d3b;
  5386.   background-color: #faf2cc;
  5387. }
  5388. a.list-group-item-warning.active,
  5389. button.list-group-item-warning.active,
  5390. a.list-group-item-warning.active:hover,
  5391. button.list-group-item-warning.active:hover,
  5392. a.list-group-item-warning.active:focus,
  5393. button.list-group-item-warning.active:focus {
  5394.   color: #fff;
  5395.   background-color: #8a6d3b;
  5396.   border-color: #8a6d3b;
  5397. }
  5398. .list-group-item-danger {
  5399.   color: #a94442;
  5400.   background-color: #f2dede;
  5401. }
  5402. a.list-group-item-danger,
  5403. button.list-group-item-danger {
  5404.   color: #a94442;
  5405. }
  5406. a.list-group-item-danger .list-group-item-heading,
  5407. button.list-group-item-danger .list-group-item-heading {
  5408.   color: inherit;
  5409. }
  5410. a.list-group-item-danger:hover,
  5411. button.list-group-item-danger:hover,
  5412. a.list-group-item-danger:focus,
  5413. button.list-group-item-danger:focus {
  5414.   color: #a94442;
  5415.   background-color: #ebcccc;
  5416. }
  5417. a.list-group-item-danger.active,
  5418. button.list-group-item-danger.active,
  5419. a.list-group-item-danger.active:hover,
  5420. button.list-group-item-danger.active:hover,
  5421. a.list-group-item-danger.active:focus,
  5422. button.list-group-item-danger.active:focus {
  5423.   color: #fff;
  5424.   background-color: #a94442;
  5425.   border-color: #a94442;
  5426. }
  5427. .list-group-item-heading {
  5428.   margin-top: 0;
  5429.   margin-bottom: 5px;
  5430. }
  5431. .list-group-item-text {
  5432.   margin-bottom: 0;
  5433.   line-height: 1.3;
  5434. }
  5435. .panel {
  5436.   margin-bottom: 18px;
  5437.   background-color: #fff;
  5438.   border: 1px solid transparent;
  5439.   border-radius: 2px;
  5440.   -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  5441.   box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  5442. }
  5443. .panel-body {
  5444.   padding: 15px;
  5445. }
  5446. .panel-heading {
  5447.   padding: 10px 15px;
  5448.   border-bottom: 1px solid transparent;
  5449.   border-top-right-radius: 1px;
  5450.   border-top-left-radius: 1px;
  5451. }
  5452. .panel-heading > .dropdown .dropdown-toggle {
  5453.   color: inherit;
  5454. }
  5455. .panel-title {
  5456.   margin-top: 0;
  5457.   margin-bottom: 0;
  5458.   font-size: 15px;
  5459.   color: inherit;
  5460. }
  5461. .panel-title > a,
  5462. .panel-title > small,
  5463. .panel-title > .small,
  5464. .panel-title > small > a,
  5465. .panel-title > .small > a {
  5466.   color: inherit;
  5467. }
  5468. .panel-footer {
  5469.   padding: 10px 15px;
  5470.   background-color: #f5f5f5;
  5471.   border-top: 1px solid #ddd;
  5472.   border-bottom-right-radius: 1px;
  5473.   border-bottom-left-radius: 1px;
  5474. }
  5475. .panel > .list-group,
  5476. .panel > .panel-collapse > .list-group {
  5477.   margin-bottom: 0;
  5478. }
  5479. .panel > .list-group .list-group-item,
  5480. .panel > .panel-collapse > .list-group .list-group-item {
  5481.   border-width: 1px 0;
  5482.   border-radius: 0;
  5483. }
  5484. .panel > .list-group:first-child .list-group-item:first-child,
  5485. .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  5486.   border-top: 0;
  5487.   border-top-right-radius: 1px;
  5488.   border-top-left-radius: 1px;
  5489. }
  5490. .panel > .list-group:last-child .list-group-item:last-child,
  5491. .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  5492.   border-bottom: 0;
  5493.   border-bottom-right-radius: 1px;
  5494.   border-bottom-left-radius: 1px;
  5495. }
  5496. .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  5497.   border-top-right-radius: 0;
  5498.   border-top-left-radius: 0;
  5499. }
  5500. .panel-heading + .list-group .list-group-item:first-child {
  5501.   border-top-width: 0;
  5502. }
  5503. .list-group + .panel-footer {
  5504.   border-top-width: 0;
  5505. }
  5506. .panel > .table,
  5507. .panel > .table-responsive > .table,
  5508. .panel > .panel-collapse > .table {
  5509.   margin-bottom: 0;
  5510. }
  5511. .panel > .table caption,
  5512. .panel > .table-responsive > .table caption,
  5513. .panel > .panel-collapse > .table caption {
  5514.   padding-left: 15px;
  5515.   padding-right: 15px;
  5516. }
  5517. .panel > .table:first-child,
  5518. .panel > .table-responsive:first-child > .table:first-child {
  5519.   border-top-right-radius: 1px;
  5520.   border-top-left-radius: 1px;
  5521. }
  5522. .panel > .table:first-child > thead:first-child > tr:first-child,
  5523. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  5524. .panel > .table:first-child > tbody:first-child > tr:first-child,
  5525. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  5526.   border-top-left-radius: 1px;
  5527.   border-top-right-radius: 1px;
  5528. }
  5529. .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
  5530. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
  5531. .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  5532. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  5533. .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
  5534. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
  5535. .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  5536. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  5537.   border-top-left-radius: 1px;
  5538. }
  5539. .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
  5540. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
  5541. .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  5542. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  5543. .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
  5544. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
  5545. .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  5546. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  5547.   border-top-right-radius: 1px;
  5548. }
  5549. .panel > .table:last-child,
  5550. .panel > .table-responsive:last-child > .table:last-child {
  5551.   border-bottom-right-radius: 1px;
  5552.   border-bottom-left-radius: 1px;
  5553. }
  5554. .panel > .table:last-child > tbody:last-child > tr:last-child,
  5555. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  5556. .panel > .table:last-child > tfoot:last-child > tr:last-child,
  5557. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  5558.   border-bottom-left-radius: 1px;
  5559.   border-bottom-right-radius: 1px;
  5560. }
  5561. .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  5562. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  5563. .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  5564. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  5565. .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  5566. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  5567. .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  5568. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  5569.   border-bottom-left-radius: 1px;
  5570. }
  5571. .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  5572. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  5573. .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  5574. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  5575. .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  5576. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  5577. .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  5578. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  5579.   border-bottom-right-radius: 1px;
  5580. }
  5581. .panel > .panel-body + .table,
  5582. .panel > .panel-body + .table-responsive,
  5583. .panel > .table + .panel-body,
  5584. .panel > .table-responsive + .panel-body {
  5585.   border-top: 1px solid #ddd;
  5586. }
  5587. .panel > .table > tbody:first-child > tr:first-child th,
  5588. .panel > .table > tbody:first-child > tr:first-child td {
  5589.   border-top: 0;
  5590. }
  5591. .panel > .table-bordered,
  5592. .panel > .table-responsive > .table-bordered {
  5593.   border: 0;
  5594. }
  5595. .panel > .table-bordered > thead > tr > th:first-child,
  5596. .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  5597. .panel > .table-bordered > tbody > tr > th:first-child,
  5598. .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  5599. .panel > .table-bordered > tfoot > tr > th:first-child,
  5600. .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  5601. .panel > .table-bordered > thead > tr > td:first-child,
  5602. .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  5603. .panel > .table-bordered > tbody > tr > td:first-child,
  5604. .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  5605. .panel > .table-bordered > tfoot > tr > td:first-child,
  5606. .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  5607.   border-left: 0;
  5608. }
  5609. .panel > .table-bordered > thead > tr > th:last-child,
  5610. .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  5611. .panel > .table-bordered > tbody > tr > th:last-child,
  5612. .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  5613. .panel > .table-bordered > tfoot > tr > th:last-child,
  5614. .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  5615. .panel > .table-bordered > thead > tr > td:last-child,
  5616. .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  5617. .panel > .table-bordered > tbody > tr > td:last-child,
  5618. .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  5619. .panel > .table-bordered > tfoot > tr > td:last-child,
  5620. .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  5621.   border-right: 0;
  5622. }
  5623. .panel > .table-bordered > thead > tr:first-child > td,
  5624. .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  5625. .panel > .table-bordered > tbody > tr:first-child > td,
  5626. .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  5627. .panel > .table-bordered > thead > tr:first-child > th,
  5628. .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  5629. .panel > .table-bordered > tbody > tr:first-child > th,
  5630. .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  5631.   border-bottom: 0;
  5632. }
  5633. .panel > .table-bordered > tbody > tr:last-child > td,
  5634. .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  5635. .panel > .table-bordered > tfoot > tr:last-child > td,
  5636. .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  5637. .panel > .table-bordered > tbody > tr:last-child > th,
  5638. .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  5639. .panel > .table-bordered > tfoot > tr:last-child > th,
  5640. .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  5641.   border-bottom: 0;
  5642. }
  5643. .panel > .table-responsive {
  5644.   border: 0;
  5645.   margin-bottom: 0;
  5646. }
  5647. .panel-group {
  5648.   margin-bottom: 18px;
  5649. }
  5650. .panel-group .panel {
  5651.   margin-bottom: 0;
  5652.   border-radius: 2px;
  5653. }
  5654. .panel-group .panel + .panel {
  5655.   margin-top: 5px;
  5656. }
  5657. .panel-group .panel-heading {
  5658.   border-bottom: 0;
  5659. }
  5660. .panel-group .panel-heading + .panel-collapse > .panel-body,
  5661. .panel-group .panel-heading + .panel-collapse > .list-group {
  5662.   border-top: 1px solid #ddd;
  5663. }
  5664. .panel-group .panel-footer {
  5665.   border-top: 0;
  5666. }
  5667. .panel-group .panel-footer + .panel-collapse .panel-body {
  5668.   border-bottom: 1px solid #ddd;
  5669. }
  5670. .panel-default {
  5671.   border-color: #ddd;
  5672. }
  5673. .panel-default > .panel-heading {
  5674.   color: #333333;
  5675.   background-color: #f5f5f5;
  5676.   border-color: #ddd;
  5677. }
  5678. .panel-default > .panel-heading + .panel-collapse > .panel-body {
  5679.   border-top-color: #ddd;
  5680. }
  5681. .panel-default > .panel-heading .badge {
  5682.   color: #f5f5f5;
  5683.   background-color: #333333;
  5684. }
  5685. .panel-default > .panel-footer + .panel-collapse > .panel-body {
  5686.   border-bottom-color: #ddd;
  5687. }
  5688. .panel-primary {
  5689.   border-color: #337ab7;
  5690. }
  5691. .panel-primary > .panel-heading {
  5692.   color: #fff;
  5693.   background-color: #337ab7;
  5694.   border-color: #337ab7;
  5695. }
  5696. .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  5697.   border-top-color: #337ab7;
  5698. }
  5699. .panel-primary > .panel-heading .badge {
  5700.   color: #337ab7;
  5701.   background-color: #fff;
  5702. }
  5703. .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  5704.   border-bottom-color: #337ab7;
  5705. }
  5706. .panel-success {
  5707.   border-color: #d6e9c6;
  5708. }
  5709. .panel-success > .panel-heading {
  5710.   color: #3c763d;
  5711.   background-color: #dff0d8;
  5712.   border-color: #d6e9c6;
  5713. }
  5714. .panel-success > .panel-heading + .panel-collapse > .panel-body {
  5715.   border-top-color: #d6e9c6;
  5716. }
  5717. .panel-success > .panel-heading .badge {
  5718.   color: #dff0d8;
  5719.   background-color: #3c763d;
  5720. }
  5721. .panel-success > .panel-footer + .panel-collapse > .panel-body {
  5722.   border-bottom-color: #d6e9c6;
  5723. }
  5724. .panel-info {
  5725.   border-color: #bce8f1;
  5726. }
  5727. .panel-info > .panel-heading {
  5728.   color: #31708f;
  5729.   background-color: #d9edf7;
  5730.   border-color: #bce8f1;
  5731. }
  5732. .panel-info > .panel-heading + .panel-collapse > .panel-body {
  5733.   border-top-color: #bce8f1;
  5734. }
  5735. .panel-info > .panel-heading .badge {
  5736.   color: #d9edf7;
  5737.   background-color: #31708f;
  5738. }
  5739. .panel-info > .panel-footer + .panel-collapse > .panel-body {
  5740.   border-bottom-color: #bce8f1;
  5741. }
  5742. .panel-warning {
  5743.   border-color: #faebcc;
  5744. }
  5745. .panel-warning > .panel-heading {
  5746.   color: #8a6d3b;
  5747.   background-color: #fcf8e3;
  5748.   border-color: #faebcc;
  5749. }
  5750. .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  5751.   border-top-color: #faebcc;
  5752. }
  5753. .panel-warning > .panel-heading .badge {
  5754.   color: #fcf8e3;
  5755.   background-color: #8a6d3b;
  5756. }
  5757. .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  5758.   border-bottom-color: #faebcc;
  5759. }
  5760. .panel-danger {
  5761.   border-color: #ebccd1;
  5762. }
  5763. .panel-danger > .panel-heading {
  5764.   color: #a94442;
  5765.   background-color: #f2dede;
  5766.   border-color: #ebccd1;
  5767. }
  5768. .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  5769.   border-top-color: #ebccd1;
  5770. }
  5771. .panel-danger > .panel-heading .badge {
  5772.   color: #f2dede;
  5773.   background-color: #a94442;
  5774. }
  5775. .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  5776.   border-bottom-color: #ebccd1;
  5777. }
  5778. .embed-responsive {
  5779.   position: relative;
  5780.   display: block;
  5781.   height: 0;
  5782.   padding: 0;
  5783.   overflow: hidden;
  5784. }
  5785. .embed-responsive .embed-responsive-item,
  5786. .embed-responsive iframe,
  5787. .embed-responsive embed,
  5788. .embed-responsive object,
  5789. .embed-responsive video {
  5790.   position: absolute;
  5791.   top: 0;
  5792.   left: 0;
  5793.   bottom: 0;
  5794.   height: 100%;
  5795.   width: 100%;
  5796.   border: 0;
  5797. }
  5798. .embed-responsive-16by9 {
  5799.   padding-bottom: 56.25%;
  5800. }
  5801. .embed-responsive-4by3 {
  5802.   padding-bottom: 75%;
  5803. }
  5804. .well {
  5805.   min-height: 20px;
  5806.   padding: 19px;
  5807.   margin-bottom: 20px;
  5808.   background-color: #f5f5f5;
  5809.   border: 1px solid #e3e3e3;
  5810.   border-radius: 2px;
  5811.   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  5812.   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  5813. }
  5814. .well blockquote {
  5815.   border-color: #ddd;
  5816.   border-color: rgba(0, 0, 0, 0.15);
  5817. }
  5818. .well-lg {
  5819.   padding: 24px;
  5820.   border-radius: 3px;
  5821. }
  5822. .well-sm {
  5823.   padding: 9px;
  5824.   border-radius: 1px;
  5825. }
  5826. .close {
  5827.   float: right;
  5828.   font-size: 19.5px;
  5829.   font-weight: bold;
  5830.   line-height: 1;
  5831.   color: #000;
  5832.   text-shadow: 0 1px 0 #fff;
  5833.   opacity: 0.2;
  5834.   filter: alpha(opacity=20);
  5835. }
  5836. .close:hover,
  5837. .close:focus {
  5838.   color: #000;
  5839.   text-decoration: none;
  5840.   cursor: pointer;
  5841.   opacity: 0.5;
  5842.   filter: alpha(opacity=50);
  5843. }
  5844. button.close {
  5845.   padding: 0;
  5846.   cursor: pointer;
  5847.   background: transparent;
  5848.   border: 0;
  5849.   -webkit-appearance: none;
  5850. }
  5851. .modal-open {
  5852.   overflow: hidden;
  5853. }
  5854. .modal {
  5855.   display: none;
  5856.   overflow: hidden;
  5857.   position: fixed;
  5858.   top: 0;
  5859.   right: 0;
  5860.   bottom: 0;
  5861.   left: 0;
  5862.   z-index: 1050;
  5863.   -webkit-overflow-scrolling: touch;
  5864.   outline: 0;
  5865. }
  5866. .modal.fade .modal-dialog {
  5867.   -webkit-transform: translate(0, -25%);
  5868.   -ms-transform: translate(0, -25%);
  5869.   -o-transform: translate(0, -25%);
  5870.   transform: translate(0, -25%);
  5871.   -webkit-transition: -webkit-transform 0.3s ease-out;
  5872.   -moz-transition: -moz-transform 0.3s ease-out;
  5873.   -o-transition: -o-transform 0.3s ease-out;
  5874.   transition: transform 0.3s ease-out;
  5875. }
  5876. .modal.in .modal-dialog {
  5877.   -webkit-transform: translate(0, 0);
  5878.   -ms-transform: translate(0, 0);
  5879.   -o-transform: translate(0, 0);
  5880.   transform: translate(0, 0);
  5881. }
  5882. .modal-open .modal {
  5883.   overflow-x: hidden;
  5884.   overflow-y: auto;
  5885. }
  5886. .modal-dialog {
  5887.   position: relative;
  5888.   width: auto;
  5889.   margin: 10px;
  5890. }
  5891. .modal-content {
  5892.   position: relative;
  5893.   background-color: #fff;
  5894.   border: 1px solid #999;
  5895.   border: 1px solid rgba(0, 0, 0, 0.2);
  5896.   border-radius: 3px;
  5897.   -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  5898.   box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  5899.   background-clip: padding-box;
  5900.   outline: 0;
  5901. }
  5902. .modal-backdrop {
  5903.   position: fixed;
  5904.   top: 0;
  5905.   right: 0;
  5906.   bottom: 0;
  5907.   left: 0;
  5908.   z-index: 1040;
  5909.   background-color: #000;
  5910. }
  5911. .modal-backdrop.fade {
  5912.   opacity: 0;
  5913.   filter: alpha(opacity=0);
  5914. }
  5915. .modal-backdrop.in {
  5916.   opacity: 0.5;
  5917.   filter: alpha(opacity=50);
  5918. }
  5919. .modal-header {
  5920.   padding: 15px;
  5921.   border-bottom: 1px solid #e5e5e5;
  5922. }
  5923. .modal-header .close {
  5924.   margin-top: -2px;
  5925. }
  5926. .modal-title {
  5927.   margin: 0;
  5928.   line-height: 1.42857143;
  5929. }
  5930. .modal-body {
  5931.   position: relative;
  5932.   padding: 15px;
  5933. }
  5934. .modal-footer {
  5935.   padding: 15px;
  5936.   text-align: right;
  5937.   border-top: 1px solid #e5e5e5;
  5938. }
  5939. .modal-footer .btn + .btn {
  5940.   margin-left: 5px;
  5941.   margin-bottom: 0;
  5942. }
  5943. .modal-footer .btn-group .btn + .btn {
  5944.   margin-left: -1px;
  5945. }
  5946. .modal-footer .btn-block + .btn-block {
  5947.   margin-left: 0;
  5948. }
  5949. .modal-scrollbar-measure {
  5950.   position: absolute;
  5951.   top: -9999px;
  5952.   width: 50px;
  5953.   height: 50px;
  5954.   overflow: scroll;
  5955. }
  5956. @media (min-width: 768px) {
  5957.   .modal-dialog {
  5958.     width: 600px;
  5959.     margin: 30px auto;
  5960.   }
  5961.   .modal-content {
  5962.     -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  5963.     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  5964.   }
  5965.   .modal-sm {
  5966.     width: 300px;
  5967.   }
  5968. }
  5969. @media (min-width: 992px) {
  5970.   .modal-lg {
  5971.     width: 900px;
  5972.   }
  5973. }
  5974. .tooltip {
  5975.   position: absolute;
  5976.   z-index: 1070;
  5977.   display: block;
  5978.   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  5979.   font-style: normal;
  5980.   font-weight: normal;
  5981.   letter-spacing: normal;
  5982.   line-break: auto;
  5983.   line-height: 1.42857143;
  5984.   text-align: left;
  5985.   text-align: start;
  5986.   text-decoration: none;
  5987.   text-shadow: none;
  5988.   text-transform: none;
  5989.   white-space: normal;
  5990.   word-break: normal;
  5991.   word-spacing: normal;
  5992.   word-wrap: normal;
  5993.   font-size: 12px;
  5994.   opacity: 0;
  5995.   filter: alpha(opacity=0);
  5996. }
  5997. .tooltip.in {
  5998.   opacity: 0.9;
  5999.   filter: alpha(opacity=90);
  6000. }
  6001. .tooltip.top {
  6002.   margin-top: -3px;
  6003.   padding: 5px 0;
  6004. }
  6005. .tooltip.right {
  6006.   margin-left: 3px;
  6007.   padding: 0 5px;
  6008. }
  6009. .tooltip.bottom {
  6010.   margin-top: 3px;
  6011.   padding: 5px 0;
  6012. }
  6013. .tooltip.left {
  6014.   margin-left: -3px;
  6015.   padding: 0 5px;
  6016. }
  6017. .tooltip-inner {
  6018.   max-width: 200px;
  6019.   padding: 3px 8px;
  6020.   color: #fff;
  6021.   text-align: center;
  6022.   background-color: #000;
  6023.   border-radius: 2px;
  6024. }
  6025. .tooltip-arrow {
  6026.   position: absolute;
  6027.   width: 0;
  6028.   height: 0;
  6029.   border-color: transparent;
  6030.   border-style: solid;
  6031. }
  6032. .tooltip.top .tooltip-arrow {
  6033.   bottom: 0;
  6034.   left: 50%;
  6035.   margin-left: -5px;
  6036.   border-width: 5px 5px 0;
  6037.   border-top-color: #000;
  6038. }
  6039. .tooltip.top-left .tooltip-arrow {
  6040.   bottom: 0;
  6041.   right: 5px;
  6042.   margin-bottom: -5px;
  6043.   border-width: 5px 5px 0;
  6044.   border-top-color: #000;
  6045. }
  6046. .tooltip.top-right .tooltip-arrow {
  6047.   bottom: 0;
  6048.   left: 5px;
  6049.   margin-bottom: -5px;
  6050.   border-width: 5px 5px 0;
  6051.   border-top-color: #000;
  6052. }
  6053. .tooltip.right .tooltip-arrow {
  6054.   top: 50%;
  6055.   left: 0;
  6056.   margin-top: -5px;
  6057.   border-width: 5px 5px 5px 0;
  6058.   border-right-color: #000;
  6059. }
  6060. .tooltip.left .tooltip-arrow {
  6061.   top: 50%;
  6062.   right: 0;
  6063.   margin-top: -5px;
  6064.   border-width: 5px 0 5px 5px;
  6065.   border-left-color: #000;
  6066. }
  6067. .tooltip.bottom .tooltip-arrow {
  6068.   top: 0;
  6069.   left: 50%;
  6070.   margin-left: -5px;
  6071.   border-width: 0 5px 5px;
  6072.   border-bottom-color: #000;
  6073. }
  6074. .tooltip.bottom-left .tooltip-arrow {
  6075.   top: 0;
  6076.   right: 5px;
  6077.   margin-top: -5px;
  6078.   border-width: 0 5px 5px;
  6079.   border-bottom-color: #000;
  6080. }
  6081. .tooltip.bottom-right .tooltip-arrow {
  6082.   top: 0;
  6083.   left: 5px;
  6084.   margin-top: -5px;
  6085.   border-width: 0 5px 5px;
  6086.   border-bottom-color: #000;
  6087. }
  6088. .popover {
  6089.   position: absolute;
  6090.   top: 0;
  6091.   left: 0;
  6092.   z-index: 1060;
  6093.   display: none;
  6094.   max-width: 276px;
  6095.   padding: 1px;
  6096.   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  6097.   font-style: normal;
  6098.   font-weight: normal;
  6099.   letter-spacing: normal;
  6100.   line-break: auto;
  6101.   line-height: 1.42857143;
  6102.   text-align: left;
  6103.   text-align: start;
  6104.   text-decoration: none;
  6105.   text-shadow: none;
  6106.   text-transform: none;
  6107.   white-space: normal;
  6108.   word-break: normal;
  6109.   word-spacing: normal;
  6110.   word-wrap: normal;
  6111.   font-size: 13px;
  6112.   background-color: #fff;
  6113.   background-clip: padding-box;
  6114.   border: 1px solid #ccc;
  6115.   border: 1px solid rgba(0, 0, 0, 0.2);
  6116.   border-radius: 3px;
  6117.   -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  6118.   box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  6119. }
  6120. .popover.top {
  6121.   margin-top: -10px;
  6122. }
  6123. .popover.right {
  6124.   margin-left: 10px;
  6125. }
  6126. .popover.bottom {
  6127.   margin-top: 10px;
  6128. }
  6129. .popover.left {
  6130.   margin-left: -10px;
  6131. }
  6132. .popover-title {
  6133.   margin: 0;
  6134.   padding: 8px 14px;
  6135.   font-size: 13px;
  6136.   background-color: #f7f7f7;
  6137.   border-bottom: 1px solid #ebebeb;
  6138.   border-radius: 2px 2px 0 0;
  6139. }
  6140. .popover-content {
  6141.   padding: 9px 14px;
  6142. }
  6143. .popover > .arrow,
  6144. .popover > .arrow:after {
  6145.   position: absolute;
  6146.   display: block;
  6147.   width: 0;
  6148.   height: 0;
  6149.   border-color: transparent;
  6150.   border-style: solid;
  6151. }
  6152. .popover > .arrow {
  6153.   border-width: 11px;
  6154. }
  6155. .popover > .arrow:after {
  6156.   border-width: 10px;
  6157.   content: "";
  6158. }
  6159. .popover.top > .arrow {
  6160.   left: 50%;
  6161.   margin-left: -11px;
  6162.   border-bottom-width: 0;
  6163.   border-top-color: #999999;
  6164.   border-top-color: rgba(0, 0, 0, 0.25);
  6165.   bottom: -11px;
  6166. }
  6167. .popover.top > .arrow:after {
  6168.   content: " ";
  6169.   bottom: 1px;
  6170.   margin-left: -10px;
  6171.   border-bottom-width: 0;
  6172.   border-top-color: #fff;
  6173. }
  6174. .popover.right > .arrow {
  6175.   top: 50%;
  6176.   left: -11px;
  6177.   margin-top: -11px;
  6178.   border-left-width: 0;
  6179.   border-right-color: #999999;
  6180.   border-right-color: rgba(0, 0, 0, 0.25);
  6181. }
  6182. .popover.right > .arrow:after {
  6183.   content: " ";
  6184.   left: 1px;
  6185.   bottom: -10px;
  6186.   border-left-width: 0;
  6187.   border-right-color: #fff;
  6188. }
  6189. .popover.bottom > .arrow {
  6190.   left: 50%;
  6191.   margin-left: -11px;
  6192.   border-top-width: 0;
  6193.   border-bottom-color: #999999;
  6194.   border-bottom-color: rgba(0, 0, 0, 0.25);
  6195.   top: -11px;
  6196. }
  6197. .popover.bottom > .arrow:after {
  6198.   content: " ";
  6199.   top: 1px;
  6200.   margin-left: -10px;
  6201.   border-top-width: 0;
  6202.   border-bottom-color: #fff;
  6203. }
  6204. .popover.left > .arrow {
  6205.   top: 50%;
  6206.   right: -11px;
  6207.   margin-top: -11px;
  6208.   border-right-width: 0;
  6209.   border-left-color: #999999;
  6210.   border-left-color: rgba(0, 0, 0, 0.25);
  6211. }
  6212. .popover.left > .arrow:after {
  6213.   content: " ";
  6214.   right: 1px;
  6215.   border-right-width: 0;
  6216.   border-left-color: #fff;
  6217.   bottom: -10px;
  6218. }
  6219. .carousel {
  6220.   position: relative;
  6221. }
  6222. .carousel-inner {
  6223.   position: relative;
  6224.   overflow: hidden;
  6225.   width: 100%;
  6226. }
  6227. .carousel-inner > .item {
  6228.   display: none;
  6229.   position: relative;
  6230.   -webkit-transition: 0.6s ease-in-out left;
  6231.   -o-transition: 0.6s ease-in-out left;
  6232.   transition: 0.6s ease-in-out left;
  6233. }
  6234. .carousel-inner > .item > img,
  6235. .carousel-inner > .item > a > img {
  6236.   line-height: 1;
  6237. }
  6238. @media all and (transform-3d), (-webkit-transform-3d) {
  6239.   .carousel-inner > .item {
  6240.     -webkit-transition: -webkit-transform 0.6s ease-in-out;
  6241.     -moz-transition: -moz-transform 0.6s ease-in-out;
  6242.     -o-transition: -o-transform 0.6s ease-in-out;
  6243.     transition: transform 0.6s ease-in-out;
  6244.     -webkit-backface-visibility: hidden;
  6245.     -moz-backface-visibility: hidden;
  6246.     backface-visibility: hidden;
  6247.     -webkit-perspective: 1000px;
  6248.     -moz-perspective: 1000px;
  6249.     perspective: 1000px;
  6250.   }
  6251.   .carousel-inner > .item.next,
  6252.   .carousel-inner > .item.active.right {
  6253.     -webkit-transform: translate3d(100%, 0, 0);
  6254.     transform: translate3d(100%, 0, 0);
  6255.     left: 0;
  6256.   }
  6257.   .carousel-inner > .item.prev,
  6258.   .carousel-inner > .item.active.left {
  6259.     -webkit-transform: translate3d(-100%, 0, 0);
  6260.     transform: translate3d(-100%, 0, 0);
  6261.     left: 0;
  6262.   }
  6263.   .carousel-inner > .item.next.left,
  6264.   .carousel-inner > .item.prev.right,
  6265.   .carousel-inner > .item.active {
  6266.     -webkit-transform: translate3d(0, 0, 0);
  6267.     transform: translate3d(0, 0, 0);
  6268.     left: 0;
  6269.   }
  6270. }
  6271. .carousel-inner > .active,
  6272. .carousel-inner > .next,
  6273. .carousel-inner > .prev {
  6274.   display: block;
  6275. }
  6276. .carousel-inner > .active {
  6277.   left: 0;
  6278. }
  6279. .carousel-inner > .next,
  6280. .carousel-inner > .prev {
  6281.   position: absolute;
  6282.   top: 0;
  6283.   width: 100%;
  6284. }
  6285. .carousel-inner > .next {
  6286.   left: 100%;
  6287. }
  6288. .carousel-inner > .prev {
  6289.   left: -100%;
  6290. }
  6291. .carousel-inner > .next.left,
  6292. .carousel-inner > .prev.right {
  6293.   left: 0;
  6294. }
  6295. .carousel-inner > .active.left {
  6296.   left: -100%;
  6297. }
  6298. .carousel-inner > .active.right {
  6299.   left: 100%;
  6300. }
  6301. .carousel-control {
  6302.   position: absolute;
  6303.   top: 0;
  6304.   left: 0;
  6305.   bottom: 0;
  6306.   width: 15%;
  6307.   opacity: 0.5;
  6308.   filter: alpha(opacity=50);
  6309.   font-size: 20px;
  6310.   color: #fff;
  6311.   text-align: center;
  6312.   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  6313.   background-color: rgba(0, 0, 0, 0);
  6314. }
  6315. .carousel-control.left {
  6316.   background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  6317.   background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  6318.   background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  6319.   background-repeat: repeat-x;
  6320.   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  6321. }
  6322. .carousel-control.right {
  6323.   left: auto;
  6324.   right: 0;
  6325.   background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  6326.   background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  6327.   background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  6328.   background-repeat: repeat-x;
  6329.   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  6330. }
  6331. .carousel-control:hover,
  6332. .carousel-control:focus {
  6333.   outline: 0;
  6334.   color: #fff;
  6335.   text-decoration: none;
  6336.   opacity: 0.9;
  6337.   filter: alpha(opacity=90);
  6338. }
  6339. .carousel-control .icon-prev,
  6340. .carousel-control .icon-next,
  6341. .carousel-control .glyphicon-chevron-left,
  6342. .carousel-control .glyphicon-chevron-right {
  6343.   position: absolute;
  6344.   top: 50%;
  6345.   margin-top: -10px;
  6346.   z-index: 5;
  6347.   display: inline-block;
  6348. }
  6349. .carousel-control .icon-prev,
  6350. .carousel-control .glyphicon-chevron-left {
  6351.   left: 50%;
  6352.   margin-left: -10px;
  6353. }
  6354. .carousel-control .icon-next,
  6355. .carousel-control .glyphicon-chevron-right {
  6356.   right: 50%;
  6357.   margin-right: -10px;
  6358. }
  6359. .carousel-control .icon-prev,
  6360. .carousel-control .icon-next {
  6361.   width: 20px;
  6362.   height: 20px;
  6363.   line-height: 1;
  6364.   font-family: serif;
  6365. }
  6366. .carousel-control .icon-prev:before {
  6367.   content: '\2039';
  6368. }
  6369. .carousel-control .icon-next:before {
  6370.   content: '\203a';
  6371. }
  6372. .carousel-indicators {
  6373.   position: absolute;
  6374.   bottom: 10px;
  6375.   left: 50%;
  6376.   z-index: 15;
  6377.   width: 60%;
  6378.   margin-left: -30%;
  6379.   padding-left: 0;
  6380.   list-style: none;
  6381.   text-align: center;
  6382. }
  6383. .carousel-indicators li {
  6384.   display: inline-block;
  6385.   width: 10px;
  6386.   height: 10px;
  6387.   margin: 1px;
  6388.   text-indent: -999px;
  6389.   border: 1px solid #fff;
  6390.   border-radius: 10px;
  6391.   cursor: pointer;
  6392.   background-color: #000 \9;
  6393.   background-color: rgba(0, 0, 0, 0);
  6394. }
  6395. .carousel-indicators .active {
  6396.   margin: 0;
  6397.   width: 12px;
  6398.   height: 12px;
  6399.   background-color: #fff;
  6400. }
  6401. .carousel-caption {
  6402.   position: absolute;
  6403.   left: 15%;
  6404.   right: 15%;
  6405.   bottom: 20px;
  6406.   z-index: 10;
  6407.   padding-top: 20px;
  6408.   padding-bottom: 20px;
  6409.   color: #fff;
  6410.   text-align: center;
  6411.   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  6412. }
  6413. .carousel-caption .btn {
  6414.   text-shadow: none;
  6415. }
  6416. @media screen and (min-width: 768px) {
  6417.   .carousel-control .glyphicon-chevron-left,
  6418.   .carousel-control .glyphicon-chevron-right,
  6419.   .carousel-control .icon-prev,
  6420.   .carousel-control .icon-next {
  6421.     width: 30px;
  6422.     height: 30px;
  6423.     margin-top: -10px;
  6424.     font-size: 30px;
  6425.   }
  6426.   .carousel-control .glyphicon-chevron-left,
  6427.   .carousel-control .icon-prev {
  6428.     margin-left: -10px;
  6429.   }
  6430.   .carousel-control .glyphicon-chevron-right,
  6431.   .carousel-control .icon-next {
  6432.     margin-right: -10px;
  6433.   }
  6434.   .carousel-caption {
  6435.     left: 20%;
  6436.     right: 20%;
  6437.     padding-bottom: 30px;
  6438.   }
  6439.   .carousel-indicators {
  6440.     bottom: 20px;
  6441.   }
  6442. }
  6443. .clearfix:before,
  6444. .clearfix:after,
  6445. .dl-horizontal dd:before,
  6446. .dl-horizontal dd:after,
  6447. .container:before,
  6448. .container:after,
  6449. .container-fluid:before,
  6450. .container-fluid:after,
  6451. .row:before,
  6452. .row:after,
  6453. .form-horizontal .form-group:before,
  6454. .form-horizontal .form-group:after,
  6455. .btn-toolbar:before,
  6456. .btn-toolbar:after,
  6457. .btn-group-vertical > .btn-group:before,
  6458. .btn-group-vertical > .btn-group:after,
  6459. .nav:before,
  6460. .nav:after,
  6461. .navbar:before,
  6462. .navbar:after,
  6463. .navbar-header:before,
  6464. .navbar-header:after,
  6465. .navbar-collapse:before,
  6466. .navbar-collapse:after,
  6467. .pager:before,
  6468. .pager:after,
  6469. .panel-body:before,
  6470. .panel-body:after,
  6471. .modal-header:before,
  6472. .modal-header:after,
  6473. .modal-footer:before,
  6474. .modal-footer:after,
  6475. .item_buttons:before,
  6476. .item_buttons:after {
  6477.   content: " ";
  6478.   display: table;
  6479. }
  6480. .clearfix:after,
  6481. .dl-horizontal dd:after,
  6482. .container:after,
  6483. .container-fluid:after,
  6484. .row:after,
  6485. .form-horizontal .form-group:after,
  6486. .btn-toolbar:after,
  6487. .btn-group-vertical > .btn-group:after,
  6488. .nav:after,
  6489. .navbar:after,
  6490. .navbar-header:after,
  6491. .navbar-collapse:after,
  6492. .pager:after,
  6493. .panel-body:after,
  6494. .modal-header:after,
  6495. .modal-footer:after,
  6496. .item_buttons:after {
  6497.   clear: both;
  6498. }
  6499. .center-block {
  6500.   display: block;
  6501.   margin-left: auto;
  6502.   margin-right: auto;
  6503. }
  6504. .pull-right {
  6505.   float: right !important;
  6506. }
  6507. .pull-left {
  6508.   float: left !important;
  6509. }
  6510. .hide {
  6511.   display: none !important;
  6512. }
  6513. .show {
  6514.   display: block !important;
  6515. }
  6516. .invisible {
  6517.   visibility: hidden;
  6518. }
  6519. .text-hide {
  6520.   font: 0/0 a;
  6521.   color: transparent;
  6522.   text-shadow: none;
  6523.   background-color: transparent;
  6524.   border: 0;
  6525. }
  6526. .hidden {
  6527.   display: none !important;
  6528. }
  6529. .affix {
  6530.   position: fixed;
  6531. }
  6532. @-ms-viewport {
  6533.   width: device-width;
  6534. }
  6535. .visible-xs,
  6536. .visible-sm,
  6537. .visible-md,
  6538. .visible-lg {
  6539.   display: none !important;
  6540. }
  6541. .visible-xs-block,
  6542. .visible-xs-inline,
  6543. .visible-xs-inline-block,
  6544. .visible-sm-block,
  6545. .visible-sm-inline,
  6546. .visible-sm-inline-block,
  6547. .visible-md-block,
  6548. .visible-md-inline,
  6549. .visible-md-inline-block,
  6550. .visible-lg-block,
  6551. .visible-lg-inline,
  6552. .visible-lg-inline-block {
  6553.   display: none !important;
  6554. }
  6555. @media (max-width: 767px) {
  6556.   .visible-xs {
  6557.     display: block !important;
  6558.   }
  6559.   table.visible-xs {
  6560.     display: table !important;
  6561.   }
  6562.   tr.visible-xs {
  6563.     display: table-row !important;
  6564.   }
  6565.   th.visible-xs,
  6566.   td.visible-xs {
  6567.     display: table-cell !important;
  6568.   }
  6569. }
  6570. @media (max-width: 767px) {
  6571.   .visible-xs-block {
  6572.     display: block !important;
  6573.   }
  6574. }
  6575. @media (max-width: 767px) {
  6576.   .visible-xs-inline {
  6577.     display: inline !important;
  6578.   }
  6579. }
  6580. @media (max-width: 767px) {
  6581.   .visible-xs-inline-block {
  6582.     display: inline-block !important;
  6583.   }
  6584. }
  6585. @media (min-width: 768px) and (max-width: 991px) {
  6586.   .visible-sm {
  6587.     display: block !important;
  6588.   }
  6589.   table.visible-sm {
  6590.     display: table !important;
  6591.   }
  6592.   tr.visible-sm {
  6593.     display: table-row !important;
  6594.   }
  6595.   th.visible-sm,
  6596.   td.visible-sm {
  6597.     display: table-cell !important;
  6598.   }
  6599. }
  6600. @media (min-width: 768px) and (max-width: 991px) {
  6601.   .visible-sm-block {
  6602.     display: block !important;
  6603.   }
  6604. }
  6605. @media (min-width: 768px) and (max-width: 991px) {
  6606.   .visible-sm-inline {
  6607.     display: inline !important;
  6608.   }
  6609. }
  6610. @media (min-width: 768px) and (max-width: 991px) {
  6611.   .visible-sm-inline-block {
  6612.     display: inline-block !important;
  6613.   }
  6614. }
  6615. @media (min-width: 992px) and (max-width: 1199px) {
  6616.   .visible-md {
  6617.     display: block !important;
  6618.   }
  6619.   table.visible-md {
  6620.     display: table !important;
  6621.   }
  6622.   tr.visible-md {
  6623.     display: table-row !important;
  6624.   }
  6625.   th.visible-md,
  6626.   td.visible-md {
  6627.     display: table-cell !important;
  6628.   }
  6629. }
  6630. @media (min-width: 992px) and (max-width: 1199px) {
  6631.   .visible-md-block {
  6632.     display: block !important;
  6633.   }
  6634. }
  6635. @media (min-width: 992px) and (max-width: 1199px) {
  6636.   .visible-md-inline {
  6637.     display: inline !important;
  6638.   }
  6639. }
  6640. @media (min-width: 992px) and (max-width: 1199px) {
  6641.   .visible-md-inline-block {
  6642.     display: inline-block !important;
  6643.   }
  6644. }
  6645. @media (min-width: 1200px) {
  6646.   .visible-lg {
  6647.     display: block !important;
  6648.   }
  6649.   table.visible-lg {
  6650.     display: table !important;
  6651.   }
  6652.   tr.visible-lg {
  6653.     display: table-row !important;
  6654.   }
  6655.   th.visible-lg,
  6656.   td.visible-lg {
  6657.     display: table-cell !important;
  6658.   }
  6659. }
  6660. @media (min-width: 1200px) {
  6661.   .visible-lg-block {
  6662.     display: block !important;
  6663.   }
  6664. }
  6665. @media (min-width: 1200px) {
  6666.   .visible-lg-inline {
  6667.     display: inline !important;
  6668.   }
  6669. }
  6670. @media (min-width: 1200px) {
  6671.   .visible-lg-inline-block {
  6672.     display: inline-block !important;
  6673.   }
  6674. }
  6675. @media (max-width: 767px) {
  6676.   .hidden-xs {
  6677.     display: none !important;
  6678.   }
  6679. }
  6680. @media (min-width: 768px) and (max-width: 991px) {
  6681.   .hidden-sm {
  6682.     display: none !important;
  6683.   }
  6684. }
  6685. @media (min-width: 992px) and (max-width: 1199px) {
  6686.   .hidden-md {
  6687.     display: none !important;
  6688.   }
  6689. }
  6690. @media (min-width: 1200px) {
  6691.   .hidden-lg {
  6692.     display: none !important;
  6693.   }
  6694. }
  6695. .visible-print {
  6696.   display: none !important;
  6697. }
  6698. @media print {
  6699.   .visible-print {
  6700.     display: block !important;
  6701.   }
  6702.   table.visible-print {
  6703.     display: table !important;
  6704.   }
  6705.   tr.visible-print {
  6706.     display: table-row !important;
  6707.   }
  6708.   th.visible-print,
  6709.   td.visible-print {
  6710.     display: table-cell !important;
  6711.   }
  6712. }
  6713. .visible-print-block {
  6714.   display: none !important;
  6715. }
  6716. @media print {
  6717.   .visible-print-block {
  6718.     display: block !important;
  6719.   }
  6720. }
  6721. .visible-print-inline {
  6722.   display: none !important;
  6723. }
  6724. @media print {
  6725.   .visible-print-inline {
  6726.     display: inline !important;
  6727.   }
  6728. }
  6729. .visible-print-inline-block {
  6730.   display: none !important;
  6731. }
  6732. @media print {
  6733.   .visible-print-inline-block {
  6734.     display: inline-block !important;
  6735.   }
  6736. }
  6737. @media print {
  6738.   .hidden-print {
  6739.     display: none !important;
  6740.   }
  6741. }
  6742. /*!
  6743. *
  6744. * Font Awesome
  6745. *
  6746. */
  6747. /*!
  6748.  *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
  6749.  *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
  6750.  */
  6751. /* FONT PATH
  6752.  * -------------------------- */
  6753. @font-face {
  6754.   font-family: 'FontAwesome';
  6755.   src: url('../components/font-awesome/fonts/fontawesome-webfont.eot?v=4.2.0');
  6756.   src: url('../components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../components/font-awesome/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../components/font-awesome/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  6757.   font-weight: normal;
  6758.   font-style: normal;
  6759. }
  6760. .fa {
  6761.   display: inline-block;
  6762.   font: normal normal normal 14px/1 FontAwesome;
  6763.   font-size: inherit;
  6764.   text-rendering: auto;
  6765.   -webkit-font-smoothing: antialiased;
  6766.   -moz-osx-font-smoothing: grayscale;
  6767. }
  6768. /* makes the font 33% larger relative to the icon container */
  6769. .fa-lg {
  6770.   font-size: 1.33333333em;
  6771.   line-height: 0.75em;
  6772.   vertical-align: -15%;
  6773. }
  6774. .fa-2x {
  6775.   font-size: 2em;
  6776. }
  6777. .fa-3x {
  6778.   font-size: 3em;
  6779. }
  6780. .fa-4x {
  6781.   font-size: 4em;
  6782. }
  6783. .fa-5x {
  6784.   font-size: 5em;
  6785. }
  6786. .fa-fw {
  6787.   width: 1.28571429em;
  6788.   text-align: center;
  6789. }
  6790. .fa-ul {
  6791.   padding-left: 0;
  6792.   margin-left: 2.14285714em;
  6793.   list-style-type: none;
  6794. }
  6795. .fa-ul > li {
  6796.   position: relative;
  6797. }
  6798. .fa-li {
  6799.   position: absolute;
  6800.   left: -2.14285714em;
  6801.   width: 2.14285714em;
  6802.   top: 0.14285714em;
  6803.   text-align: center;
  6804. }
  6805. .fa-li.fa-lg {
  6806.   left: -1.85714286em;
  6807. }
  6808. .fa-border {
  6809.   padding: .2em .25em .15em;
  6810.   border: solid 0.08em #eee;
  6811.   border-radius: .1em;
  6812. }
  6813. .pull-right {
  6814.   float: right;
  6815. }
  6816. .pull-left {
  6817.   float: left;
  6818. }
  6819. .fa.pull-left {
  6820.   margin-right: .3em;
  6821. }
  6822. .fa.pull-right {
  6823.   margin-left: .3em;
  6824. }
  6825. .fa-spin {
  6826.   -webkit-animation: fa-spin 2s infinite linear;
  6827.   animation: fa-spin 2s infinite linear;
  6828. }
  6829. @-webkit-keyframes fa-spin {
  6830.   0% {
  6831.     -webkit-transform: rotate(0deg);
  6832.     transform: rotate(0deg);
  6833.   }
  6834.   100% {
  6835.     -webkit-transform: rotate(359deg);
  6836.     transform: rotate(359deg);
  6837.   }
  6838. }
  6839. @keyframes fa-spin {
  6840.   0% {
  6841.     -webkit-transform: rotate(0deg);
  6842.     transform: rotate(0deg);
  6843.   }
  6844.   100% {
  6845.     -webkit-transform: rotate(359deg);
  6846.     transform: rotate(359deg);
  6847.   }
  6848. }
  6849. .fa-rotate-90 {
  6850.   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  6851.   -webkit-transform: rotate(90deg);
  6852.   -ms-transform: rotate(90deg);
  6853.   transform: rotate(90deg);
  6854. }
  6855. .fa-rotate-180 {
  6856.   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  6857.   -webkit-transform: rotate(180deg);
  6858.   -ms-transform: rotate(180deg);
  6859.   transform: rotate(180deg);
  6860. }
  6861. .fa-rotate-270 {
  6862.   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  6863.   -webkit-transform: rotate(270deg);
  6864.   -ms-transform: rotate(270deg);
  6865.   transform: rotate(270deg);
  6866. }
  6867. .fa-flip-horizontal {
  6868.   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  6869.   -webkit-transform: scale(-1, 1);
  6870.   -ms-transform: scale(-1, 1);
  6871.   transform: scale(-1, 1);
  6872. }
  6873. .fa-flip-vertical {
  6874.   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  6875.   -webkit-transform: scale(1, -1);
  6876.   -ms-transform: scale(1, -1);
  6877.   transform: scale(1, -1);
  6878. }
  6879. :root .fa-rotate-90,
  6880. :root .fa-rotate-180,
  6881. :root .fa-rotate-270,
  6882. :root .fa-flip-horizontal,
  6883. :root .fa-flip-vertical {
  6884.   filter: none;
  6885. }
  6886. .fa-stack {
  6887.   position: relative;
  6888.   display: inline-block;
  6889.   width: 2em;
  6890.   height: 2em;
  6891.   line-height: 2em;
  6892.   vertical-align: middle;
  6893. }
  6894. .fa-stack-1x,
  6895. .fa-stack-2x {
  6896.   position: absolute;
  6897.   left: 0;
  6898.   width: 100%;
  6899.   text-align: center;
  6900. }
  6901. .fa-stack-1x {
  6902.   line-height: inherit;
  6903. }
  6904. .fa-stack-2x {
  6905.   font-size: 2em;
  6906. }
  6907. .fa-inverse {
  6908.   color: #fff;
  6909. }
  6910. /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
  6911.    readers do not read off random characters that represent icons */
  6912. .fa-glass:before {
  6913.   content: "\f000";
  6914. }
  6915. .fa-music:before {
  6916.   content: "\f001";
  6917. }
  6918. .fa-search:before {
  6919.   content: "\f002";
  6920. }
  6921. .fa-envelope-o:before {
  6922.   content: "\f003";
  6923. }
  6924. .fa-heart:before {
  6925.   content: "\f004";
  6926. }
  6927. .fa-star:before {
  6928.   content: "\f005";
  6929. }
  6930. .fa-star-o:before {
  6931.   content: "\f006";
  6932. }
  6933. .fa-user:before {
  6934.   content: "\f007";
  6935. }
  6936. .fa-film:before {
  6937.   content: "\f008";
  6938. }
  6939. .fa-th-large:before {
  6940.   content: "\f009";
  6941. }
  6942. .fa-th:before {
  6943.   content: "\f00a";
  6944. }
  6945. .fa-th-list:before {
  6946.   content: "\f00b";
  6947. }
  6948. .fa-check:before {
  6949.   content: "\f00c";
  6950. }
  6951. .fa-remove:before,
  6952. .fa-close:before,
  6953. .fa-times:before {
  6954.   content: "\f00d";
  6955. }
  6956. .fa-search-plus:before {
  6957.   content: "\f00e";
  6958. }
  6959. .fa-search-minus:before {
  6960.   content: "\f010";
  6961. }
  6962. .fa-power-off:before {
  6963.   content: "\f011";
  6964. }
  6965. .fa-signal:before {
  6966.   content: "\f012";
  6967. }
  6968. .fa-gear:before,
  6969. .fa-cog:before {
  6970.   content: "\f013";
  6971. }
  6972. .fa-trash-o:before {
  6973.   content: "\f014";
  6974. }
  6975. .fa-home:before {
  6976.   content: "\f015";
  6977. }
  6978. .fa-file-o:before {
  6979.   content: "\f016";
  6980. }
  6981. .fa-clock-o:before {
  6982.   content: "\f017";
  6983. }
  6984. .fa-road:before {
  6985.   content: "\f018";
  6986. }
  6987. .fa-download:before {
  6988.   content: "\f019";
  6989. }
  6990. .fa-arrow-circle-o-down:before {
  6991.   content: "\f01a";
  6992. }
  6993. .fa-arrow-circle-o-up:before {
  6994.   content: "\f01b";
  6995. }
  6996. .fa-inbox:before {
  6997.   content: "\f01c";
  6998. }
  6999. .fa-play-circle-o:before {
  7000.   content: "\f01d";
  7001. }
  7002. .fa-rotate-right:before,
  7003. .fa-repeat:before {
  7004.   content: "\f01e";
  7005. }
  7006. .fa-refresh:before {
  7007.   content: "\f021";
  7008. }
  7009. .fa-list-alt:before {
  7010.   content: "\f022";
  7011. }
  7012. .fa-lock:before {
  7013.   content: "\f023";
  7014. }
  7015. .fa-flag:before {
  7016.   content: "\f024";
  7017. }
  7018. .fa-headphones:before {
  7019.   content: "\f025";
  7020. }
  7021. .fa-volume-off:before {
  7022.   content: "\f026";
  7023. }
  7024. .fa-volume-down:before {
  7025.   content: "\f027";
  7026. }
  7027. .fa-volume-up:before {
  7028.   content: "\f028";
  7029. }
  7030. .fa-qrcode:before {
  7031.   content: "\f029";
  7032. }
  7033. .fa-barcode:before {
  7034.   content: "\f02a";
  7035. }
  7036. .fa-tag:before {
  7037.   content: "\f02b";
  7038. }
  7039. .fa-tags:before {
  7040.   content: "\f02c";
  7041. }
  7042. .fa-book:before {
  7043.   content: "\f02d";
  7044. }
  7045. .fa-bookmark:before {
  7046.   content: "\f02e";
  7047. }
  7048. .fa-print:before {
  7049.   content: "\f02f";
  7050. }
  7051. .fa-camera:before {
  7052.   content: "\f030";
  7053. }
  7054. .fa-font:before {
  7055.   content: "\f031";
  7056. }
  7057. .fa-bold:before {
  7058.   content: "\f032";
  7059. }
  7060. .fa-italic:before {
  7061.   content: "\f033";
  7062. }
  7063. .fa-text-height:before {
  7064.   content: "\f034";
  7065. }
  7066. .fa-text-width:before {
  7067.   content: "\f035";
  7068. }
  7069. .fa-align-left:before {
  7070.   content: "\f036";
  7071. }
  7072. .fa-align-center:before {
  7073.   content: "\f037";
  7074. }
  7075. .fa-align-right:before {
  7076.   content: "\f038";
  7077. }
  7078. .fa-align-justify:before {
  7079.   content: "\f039";
  7080. }
  7081. .fa-list:before {
  7082.   content: "\f03a";
  7083. }
  7084. .fa-dedent:before,
  7085. .fa-outdent:before {
  7086.   content: "\f03b";
  7087. }
  7088. .fa-indent:before {
  7089.   content: "\f03c";
  7090. }
  7091. .fa-video-camera:before {
  7092.   content: "\f03d";
  7093. }
  7094. .fa-photo:before,
  7095. .fa-image:before,
  7096. .fa-picture-o:before {
  7097.   content: "\f03e";
  7098. }
  7099. .fa-pencil:before {
  7100.   content: "\f040";
  7101. }
  7102. .fa-map-marker:before {
  7103.   content: "\f041";
  7104. }
  7105. .fa-adjust:before {
  7106.   content: "\f042";
  7107. }
  7108. .fa-tint:before {
  7109.   content: "\f043";
  7110. }
  7111. .fa-edit:before,
  7112. .fa-pencil-square-o:before {
  7113.   content: "\f044";
  7114. }
  7115. .fa-share-square-o:before {
  7116.   content: "\f045";
  7117. }
  7118. .fa-check-square-o:before {
  7119.   content: "\f046";
  7120. }
  7121. .fa-arrows:before {
  7122.   content: "\f047";
  7123. }
  7124. .fa-step-backward:before {
  7125.   content: "\f048";
  7126. }
  7127. .fa-fast-backward:before {
  7128.   content: "\f049";
  7129. }
  7130. .fa-backward:before {
  7131.   content: "\f04a";
  7132. }
  7133. .fa-play:before {
  7134.   content: "\f04b";
  7135. }
  7136. .fa-pause:before {
  7137.   content: "\f04c";
  7138. }
  7139. .fa-stop:before {
  7140.   content: "\f04d";
  7141. }
  7142. .fa-forward:before {
  7143.   content: "\f04e";
  7144. }
  7145. .fa-fast-forward:before {
  7146.   content: "\f050";
  7147. }
  7148. .fa-step-forward:before {
  7149.   content: "\f051";
  7150. }
  7151. .fa-eject:before {
  7152.   content: "\f052";
  7153. }
  7154. .fa-chevron-left:before {
  7155.   content: "\f053";
  7156. }
  7157. .fa-chevron-right:before {
  7158.   content: "\f054";
  7159. }
  7160. .fa-plus-circle:before {
  7161.   content: "\f055";
  7162. }
  7163. .fa-minus-circle:before {
  7164.   content: "\f056";
  7165. }
  7166. .fa-times-circle:before {
  7167.   content: "\f057";
  7168. }
  7169. .fa-check-circle:before {
  7170.   content: "\f058";
  7171. }
  7172. .fa-question-circle:before {
  7173.   content: "\f059";
  7174. }
  7175. .fa-info-circle:before {
  7176.   content: "\f05a";
  7177. }
  7178. .fa-crosshairs:before {
  7179.   content: "\f05b";
  7180. }
  7181. .fa-times-circle-o:before {
  7182.   content: "\f05c";
  7183. }
  7184. .fa-check-circle-o:before {
  7185.   content: "\f05d";
  7186. }
  7187. .fa-ban:before {
  7188.   content: "\f05e";
  7189. }
  7190. .fa-arrow-left:before {
  7191.   content: "\f060";
  7192. }
  7193. .fa-arrow-right:before {
  7194.   content: "\f061";
  7195. }
  7196. .fa-arrow-up:before {
  7197.   content: "\f062";
  7198. }
  7199. .fa-arrow-down:before {
  7200.   content: "\f063";
  7201. }
  7202. .fa-mail-forward:before,
  7203. .fa-share:before {
  7204.   content: "\f064";
  7205. }
  7206. .fa-expand:before {
  7207.   content: "\f065";
  7208. }
  7209. .fa-compress:before {
  7210.   content: "\f066";
  7211. }
  7212. .fa-plus:before {
  7213.   content: "\f067";
  7214. }
  7215. .fa-minus:before {
  7216.   content: "\f068";
  7217. }
  7218. .fa-asterisk:before {
  7219.   content: "\f069";
  7220. }
  7221. .fa-exclamation-circle:before {
  7222.   content: "\f06a";
  7223. }
  7224. .fa-gift:before {
  7225.   content: "\f06b";
  7226. }
  7227. .fa-leaf:before {
  7228.   content: "\f06c";
  7229. }
  7230. .fa-fire:before {
  7231.   content: "\f06d";
  7232. }
  7233. .fa-eye:before {
  7234.   content: "\f06e";
  7235. }
  7236. .fa-eye-slash:before {
  7237.   content: "\f070";
  7238. }
  7239. .fa-warning:before,
  7240. .fa-exclamation-triangle:before {
  7241.   content: "\f071";
  7242. }
  7243. .fa-plane:before {
  7244.   content: "\f072";
  7245. }
  7246. .fa-calendar:before {
  7247.   content: "\f073";
  7248. }
  7249. .fa-random:before {
  7250.   content: "\f074";
  7251. }
  7252. .fa-comment:before {
  7253.   content: "\f075";
  7254. }
  7255. .fa-magnet:before {
  7256.   content: "\f076";
  7257. }
  7258. .fa-chevron-up:before {
  7259.   content: "\f077";
  7260. }
  7261. .fa-chevron-down:before {
  7262.   content: "\f078";
  7263. }
  7264. .fa-retweet:before {
  7265.   content: "\f079";
  7266. }
  7267. .fa-shopping-cart:before {
  7268.   content: "\f07a";
  7269. }
  7270. .fa-folder:before {
  7271.   content: "\f07b";
  7272. }
  7273. .fa-folder-open:before {
  7274.   content: "\f07c";
  7275. }
  7276. .fa-arrows-v:before {
  7277.   content: "\f07d";
  7278. }
  7279. .fa-arrows-h:before {
  7280.   content: "\f07e";
  7281. }
  7282. .fa-bar-chart-o:before,
  7283. .fa-bar-chart:before {
  7284.   content: "\f080";
  7285. }
  7286. .fa-twitter-square:before {
  7287.   content: "\f081";
  7288. }
  7289. .fa-facebook-square:before {
  7290.   content: "\f082";
  7291. }
  7292. .fa-camera-retro:before {
  7293.   content: "\f083";
  7294. }
  7295. .fa-key:before {
  7296.   content: "\f084";
  7297. }
  7298. .fa-gears:before,
  7299. .fa-cogs:before {
  7300.   content: "\f085";
  7301. }
  7302. .fa-comments:before {
  7303.   content: "\f086";
  7304. }
  7305. .fa-thumbs-o-up:before {
  7306.   content: "\f087";
  7307. }
  7308. .fa-thumbs-o-down:before {
  7309.   content: "\f088";
  7310. }
  7311. .fa-star-half:before {
  7312.   content: "\f089";
  7313. }
  7314. .fa-heart-o:before {
  7315.   content: "\f08a";
  7316. }
  7317. .fa-sign-out:before {
  7318.   content: "\f08b";
  7319. }
  7320. .fa-linkedin-square:before {
  7321.   content: "\f08c";
  7322. }
  7323. .fa-thumb-tack:before {
  7324.   content: "\f08d";
  7325. }
  7326. .fa-external-link:before {
  7327.   content: "\f08e";
  7328. }
  7329. .fa-sign-in:before {
  7330.   content: "\f090";
  7331. }
  7332. .fa-trophy:before {
  7333.   content: "\f091";
  7334. }
  7335. .fa-github-square:before {
  7336.   content: "\f092";
  7337. }
  7338. .fa-upload:before {
  7339.   content: "\f093";
  7340. }
  7341. .fa-lemon-o:before {
  7342.   content: "\f094";
  7343. }
  7344. .fa-phone:before {
  7345.   content: "\f095";
  7346. }
  7347. .fa-square-o:before {
  7348.   content: "\f096";
  7349. }
  7350. .fa-bookmark-o:before {
  7351.   content: "\f097";
  7352. }
  7353. .fa-phone-square:before {
  7354.   content: "\f098";
  7355. }
  7356. .fa-twitter:before {
  7357.   content: "\f099";
  7358. }
  7359. .fa-facebook:before {
  7360.   content: "\f09a";
  7361. }
  7362. .fa-github:before {
  7363.   content: "\f09b";
  7364. }
  7365. .fa-unlock:before {
  7366.   content: "\f09c";
  7367. }
  7368. .fa-credit-card:before {
  7369.   content: "\f09d";
  7370. }
  7371. .fa-rss:before {
  7372.   content: "\f09e";
  7373. }
  7374. .fa-hdd-o:before {
  7375.   content: "\f0a0";
  7376. }
  7377. .fa-bullhorn:before {
  7378.   content: "\f0a1";
  7379. }
  7380. .fa-bell:before {
  7381.   content: "\f0f3";
  7382. }
  7383. .fa-certificate:before {
  7384.   content: "\f0a3";
  7385. }
  7386. .fa-hand-o-right:before {
  7387.   content: "\f0a4";
  7388. }
  7389. .fa-hand-o-left:before {
  7390.   content: "\f0a5";
  7391. }
  7392. .fa-hand-o-up:before {
  7393.   content: "\f0a6";
  7394. }
  7395. .fa-hand-o-down:before {
  7396.   content: "\f0a7";
  7397. }
  7398. .fa-arrow-circle-left:before {
  7399.   content: "\f0a8";
  7400. }
  7401. .fa-arrow-circle-right:before {
  7402.   content: "\f0a9";
  7403. }
  7404. .fa-arrow-circle-up:before {
  7405.   content: "\f0aa";
  7406. }
  7407. .fa-arrow-circle-down:before {
  7408.   content: "\f0ab";
  7409. }
  7410. .fa-globe:before {
  7411.   content: "\f0ac";
  7412. }
  7413. .fa-wrench:before {
  7414.   content: "\f0ad";
  7415. }
  7416. .fa-tasks:before {
  7417.   content: "\f0ae";
  7418. }
  7419. .fa-filter:before {
  7420.   content: "\f0b0";
  7421. }
  7422. .fa-briefcase:before {
  7423.   content: "\f0b1";
  7424. }
  7425. .fa-arrows-alt:before {
  7426.   content: "\f0b2";
  7427. }
  7428. .fa-group:before,
  7429. .fa-users:before {
  7430.   content: "\f0c0";
  7431. }
  7432. .fa-chain:before,
  7433. .fa-link:before {
  7434.   content: "\f0c1";
  7435. }
  7436. .fa-cloud:before {
  7437.   content: "\f0c2";
  7438. }
  7439. .fa-flask:before {
  7440.   content: "\f0c3";
  7441. }
  7442. .fa-cut:before,
  7443. .fa-scissors:before {
  7444.   content: "\f0c4";
  7445. }
  7446. .fa-copy:before,
  7447. .fa-files-o:before {
  7448.   content: "\f0c5";
  7449. }
  7450. .fa-paperclip:before {
  7451.   content: "\f0c6";
  7452. }
  7453. .fa-save:before,
  7454. .fa-floppy-o:before {
  7455.   content: "\f0c7";
  7456. }
  7457. .fa-square:before {
  7458.   content: "\f0c8";
  7459. }
  7460. .fa-navicon:before,
  7461. .fa-reorder:before,
  7462. .fa-bars:before {
  7463.   content: "\f0c9";
  7464. }
  7465. .fa-list-ul:before {
  7466.   content: "\f0ca";
  7467. }
  7468. .fa-list-ol:before {
  7469.   content: "\f0cb";
  7470. }
  7471. .fa-strikethrough:before {
  7472.   content: "\f0cc";
  7473. }
  7474. .fa-underline:before {
  7475.   content: "\f0cd";
  7476. }
  7477. .fa-table:before {
  7478.   content: "\f0ce";
  7479. }
  7480. .fa-magic:before {
  7481.   content: "\f0d0";
  7482. }
  7483. .fa-truck:before {
  7484.   content: "\f0d1";
  7485. }
  7486. .fa-pinterest:before {
  7487.   content: "\f0d2";
  7488. }
  7489. .fa-pinterest-square:before {
  7490.   content: "\f0d3";
  7491. }
  7492. .fa-google-plus-square:before {
  7493.   content: "\f0d4";
  7494. }
  7495. .fa-google-plus:before {
  7496.   content: "\f0d5";
  7497. }
  7498. .fa-money:before {
  7499.   content: "\f0d6";
  7500. }
  7501. .fa-caret-down:before {
  7502.   content: "\f0d7";
  7503. }
  7504. .fa-caret-up:before {
  7505.   content: "\f0d8";
  7506. }
  7507. .fa-caret-left:before {
  7508.   content: "\f0d9";
  7509. }
  7510. .fa-caret-right:before {
  7511.   content: "\f0da";
  7512. }
  7513. .fa-columns:before {
  7514.   content: "\f0db";
  7515. }
  7516. .fa-unsorted:before,
  7517. .fa-sort:before {
  7518.   content: "\f0dc";
  7519. }
  7520. .fa-sort-down:before,
  7521. .fa-sort-desc:before {
  7522.   content: "\f0dd";
  7523. }
  7524. .fa-sort-up:before,
  7525. .fa-sort-asc:before {
  7526.   content: "\f0de";
  7527. }
  7528. .fa-envelope:before {
  7529.   content: "\f0e0";
  7530. }
  7531. .fa-linkedin:before {
  7532.   content: "\f0e1";
  7533. }
  7534. .fa-rotate-left:before,
  7535. .fa-undo:before {
  7536.   content: "\f0e2";
  7537. }
  7538. .fa-legal:before,
  7539. .fa-gavel:before {
  7540.   content: "\f0e3";
  7541. }
  7542. .fa-dashboard:before,
  7543. .fa-tachometer:before {
  7544.   content: "\f0e4";
  7545. }
  7546. .fa-comment-o:before {
  7547.   content: "\f0e5";
  7548. }
  7549. .fa-comments-o:before {
  7550.   content: "\f0e6";
  7551. }
  7552. .fa-flash:before,
  7553. .fa-bolt:before {
  7554.   content: "\f0e7";
  7555. }
  7556. .fa-sitemap:before {
  7557.   content: "\f0e8";
  7558. }
  7559. .fa-umbrella:before {
  7560.   content: "\f0e9";
  7561. }
  7562. .fa-paste:before,
  7563. .fa-clipboard:before {
  7564.   content: "\f0ea";
  7565. }
  7566. .fa-lightbulb-o:before {
  7567.   content: "\f0eb";
  7568. }
  7569. .fa-exchange:before {
  7570.   content: "\f0ec";
  7571. }
  7572. .fa-cloud-download:before {
  7573.   content: "\f0ed";
  7574. }
  7575. .fa-cloud-upload:before {
  7576.   content: "\f0ee";
  7577. }
  7578. .fa-user-md:before {
  7579.   content: "\f0f0";
  7580. }
  7581. .fa-stethoscope:before {
  7582.   content: "\f0f1";
  7583. }
  7584. .fa-suitcase:before {
  7585.   content: "\f0f2";
  7586. }
  7587. .fa-bell-o:before {
  7588.   content: "\f0a2";
  7589. }
  7590. .fa-coffee:before {
  7591.   content: "\f0f4";
  7592. }
  7593. .fa-cutlery:before {
  7594.   content: "\f0f5";
  7595. }
  7596. .fa-file-text-o:before {
  7597.   content: "\f0f6";
  7598. }
  7599. .fa-building-o:before {
  7600.   content: "\f0f7";
  7601. }
  7602. .fa-hospital-o:before {
  7603.   content: "\f0f8";
  7604. }
  7605. .fa-ambulance:before {
  7606.   content: "\f0f9";
  7607. }
  7608. .fa-medkit:before {
  7609.   content: "\f0fa";
  7610. }
  7611. .fa-fighter-jet:before {
  7612.   content: "\f0fb";
  7613. }
  7614. .fa-beer:before {
  7615.   content: "\f0fc";
  7616. }
  7617. .fa-h-square:before {
  7618.   content: "\f0fd";
  7619. }
  7620. .fa-plus-square:before {
  7621.   content: "\f0fe";
  7622. }
  7623. .fa-angle-double-left:before {
  7624.   content: "\f100";
  7625. }
  7626. .fa-angle-double-right:before {
  7627.   content: "\f101";
  7628. }
  7629. .fa-angle-double-up:before {
  7630.   content: "\f102";
  7631. }
  7632. .fa-angle-double-down:before {
  7633.   content: "\f103";
  7634. }
  7635. .fa-angle-left:before {
  7636.   content: "\f104";
  7637. }
  7638. .fa-angle-right:before {
  7639.   content: "\f105";
  7640. }
  7641. .fa-angle-up:before {
  7642.   content: "\f106";
  7643. }
  7644. .fa-angle-down:before {
  7645.   content: "\f107";
  7646. }
  7647. .fa-desktop:before {
  7648.   content: "\f108";
  7649. }
  7650. .fa-laptop:before {
  7651.   content: "\f109";
  7652. }
  7653. .fa-tablet:before {
  7654.   content: "\f10a";
  7655. }
  7656. .fa-mobile-phone:before,
  7657. .fa-mobile:before {
  7658.   content: "\f10b";
  7659. }
  7660. .fa-circle-o:before {
  7661.   content: "\f10c";
  7662. }
  7663. .fa-quote-left:before {
  7664.   content: "\f10d";
  7665. }
  7666. .fa-quote-right:before {
  7667.   content: "\f10e";
  7668. }
  7669. .fa-spinner:before {
  7670.   content: "\f110";
  7671. }
  7672. .fa-circle:before {
  7673.   content: "\f111";
  7674. }
  7675. .fa-mail-reply:before,
  7676. .fa-reply:before {
  7677.   content: "\f112";
  7678. }
  7679. .fa-github-alt:before {
  7680.   content: "\f113";
  7681. }
  7682. .fa-folder-o:before {
  7683.   content: "\f114";
  7684. }
  7685. .fa-folder-open-o:before {
  7686.   content: "\f115";
  7687. }
  7688. .fa-smile-o:before {
  7689.   content: "\f118";
  7690. }
  7691. .fa-frown-o:before {
  7692.   content: "\f119";
  7693. }
  7694. .fa-meh-o:before {
  7695.   content: "\f11a";
  7696. }
  7697. .fa-gamepad:before {
  7698.   content: "\f11b";
  7699. }
  7700. .fa-keyboard-o:before {
  7701.   content: "\f11c";
  7702. }
  7703. .fa-flag-o:before {
  7704.   content: "\f11d";
  7705. }
  7706. .fa-flag-checkered:before {
  7707.   content: "\f11e";
  7708. }
  7709. .fa-terminal:before {
  7710.   content: "\f120";
  7711. }
  7712. .fa-code:before {
  7713.   content: "\f121";
  7714. }
  7715. .fa-mail-reply-all:before,
  7716. .fa-reply-all:before {
  7717.   content: "\f122";
  7718. }
  7719. .fa-star-half-empty:before,
  7720. .fa-star-half-full:before,
  7721. .fa-star-half-o:before {
  7722.   content: "\f123";
  7723. }
  7724. .fa-location-arrow:before {
  7725.   content: "\f124";
  7726. }
  7727. .fa-crop:before {
  7728.   content: "\f125";
  7729. }
  7730. .fa-code-fork:before {
  7731.   content: "\f126";
  7732. }
  7733. .fa-unlink:before,
  7734. .fa-chain-broken:before {
  7735.   content: "\f127";
  7736. }
  7737. .fa-question:before {
  7738.   content: "\f128";
  7739. }
  7740. .fa-info:before {
  7741.   content: "\f129";
  7742. }
  7743. .fa-exclamation:before {
  7744.   content: "\f12a";
  7745. }
  7746. .fa-superscript:before {
  7747.   content: "\f12b";
  7748. }
  7749. .fa-subscript:before {
  7750.   content: "\f12c";
  7751. }
  7752. .fa-eraser:before {
  7753.   content: "\f12d";
  7754. }
  7755. .fa-puzzle-piece:before {
  7756.   content: "\f12e";
  7757. }
  7758. .fa-microphone:before {
  7759.   content: "\f130";
  7760. }
  7761. .fa-microphone-slash:before {
  7762.   content: "\f131";
  7763. }
  7764. .fa-shield:before {
  7765.   content: "\f132";
  7766. }
  7767. .fa-calendar-o:before {
  7768.   content: "\f133";
  7769. }
  7770. .fa-fire-extinguisher:before {
  7771.   content: "\f134";
  7772. }
  7773. .fa-rocket:before {
  7774.   content: "\f135";
  7775. }
  7776. .fa-maxcdn:before {
  7777.   content: "\f136";
  7778. }
  7779. .fa-chevron-circle-left:before {
  7780.   content: "\f137";
  7781. }
  7782. .fa-chevron-circle-right:before {
  7783.   content: "\f138";
  7784. }
  7785. .fa-chevron-circle-up:before {
  7786.   content: "\f139";
  7787. }
  7788. .fa-chevron-circle-down:before {
  7789.   content: "\f13a";
  7790. }
  7791. .fa-html5:before {
  7792.   content: "\f13b";
  7793. }
  7794. .fa-css3:before {
  7795.   content: "\f13c";
  7796. }
  7797. .fa-anchor:before {
  7798.   content: "\f13d";
  7799. }
  7800. .fa-unlock-alt:before {
  7801.   content: "\f13e";
  7802. }
  7803. .fa-bullseye:before {
  7804.   content: "\f140";
  7805. }
  7806. .fa-ellipsis-h:before {
  7807.   content: "\f141";
  7808. }
  7809. .fa-ellipsis-v:before {
  7810.   content: "\f142";
  7811. }
  7812. .fa-rss-square:before {
  7813.   content: "\f143";
  7814. }
  7815. .fa-play-circle:before {
  7816.   content: "\f144";
  7817. }
  7818. .fa-ticket:before {
  7819.   content: "\f145";
  7820. }
  7821. .fa-minus-square:before {
  7822.   content: "\f146";
  7823. }
  7824. .fa-minus-square-o:before {
  7825.   content: "\f147";
  7826. }
  7827. .fa-level-up:before {
  7828.   content: "\f148";
  7829. }
  7830. .fa-level-down:before {
  7831.   content: "\f149";
  7832. }
  7833. .fa-check-square:before {
  7834.   content: "\f14a";
  7835. }
  7836. .fa-pencil-square:before {
  7837.   content: "\f14b";
  7838. }
  7839. .fa-external-link-square:before {
  7840.   content: "\f14c";
  7841. }
  7842. .fa-share-square:before {
  7843.   content: "\f14d";
  7844. }
  7845. .fa-compass:before {
  7846.   content: "\f14e";
  7847. }
  7848. .fa-toggle-down:before,
  7849. .fa-caret-square-o-down:before {
  7850.   content: "\f150";
  7851. }
  7852. .fa-toggle-up:before,
  7853. .fa-caret-square-o-up:before {
  7854.   content: "\f151";
  7855. }
  7856. .fa-toggle-right:before,
  7857. .fa-caret-square-o-right:before {
  7858.   content: "\f152";
  7859. }
  7860. .fa-euro:before,
  7861. .fa-eur:before {
  7862.   content: "\f153";
  7863. }
  7864. .fa-gbp:before {
  7865.   content: "\f154";
  7866. }
  7867. .fa-dollar:before,
  7868. .fa-usd:before {
  7869.   content: "\f155";
  7870. }
  7871. .fa-rupee:before,
  7872. .fa-inr:before {
  7873.   content: "\f156";
  7874. }
  7875. .fa-cny:before,
  7876. .fa-rmb:before,
  7877. .fa-yen:before,
  7878. .fa-jpy:before {
  7879.   content: "\f157";
  7880. }
  7881. .fa-ruble:before,
  7882. .fa-rouble:before,
  7883. .fa-rub:before {
  7884.   content: "\f158";
  7885. }
  7886. .fa-won:before,
  7887. .fa-krw:before {
  7888.   content: "\f159";
  7889. }
  7890. .fa-bitcoin:before,
  7891. .fa-btc:before {
  7892.   content: "\f15a";
  7893. }
  7894. .fa-file:before {
  7895.   content: "\f15b";
  7896. }
  7897. .fa-file-text:before {
  7898.   content: "\f15c";
  7899. }
  7900. .fa-sort-alpha-asc:before {
  7901.   content: "\f15d";
  7902. }
  7903. .fa-sort-alpha-desc:before {
  7904.   content: "\f15e";
  7905. }
  7906. .fa-sort-amount-asc:before {
  7907.   content: "\f160";
  7908. }
  7909. .fa-sort-amount-desc:before {
  7910.   content: "\f161";
  7911. }
  7912. .fa-sort-numeric-asc:before {
  7913.   content: "\f162";
  7914. }
  7915. .fa-sort-numeric-desc:before {
  7916.   content: "\f163";
  7917. }
  7918. .fa-thumbs-up:before {
  7919.   content: "\f164";
  7920. }
  7921. .fa-thumbs-down:before {
  7922.   content: "\f165";
  7923. }
  7924. .fa-youtube-square:before {
  7925.   content: "\f166";
  7926. }
  7927. .fa-youtube:before {
  7928.   content: "\f167";
  7929. }
  7930. .fa-xing:before {
  7931.   content: "\f168";
  7932. }
  7933. .fa-xing-square:before {
  7934.   content: "\f169";
  7935. }
  7936. .fa-youtube-play:before {
  7937.   content: "\f16a";
  7938. }
  7939. .fa-dropbox:before {
  7940.   content: "\f16b";
  7941. }
  7942. .fa-stack-overflow:before {
  7943.   content: "\f16c";
  7944. }
  7945. .fa-instagram:before {
  7946.   content: "\f16d";
  7947. }
  7948. .fa-flickr:before {
  7949.   content: "\f16e";
  7950. }
  7951. .fa-adn:before {
  7952.   content: "\f170";
  7953. }
  7954. .fa-bitbucket:before {
  7955.   content: "\f171";
  7956. }
  7957. .fa-bitbucket-square:before {
  7958.   content: "\f172";
  7959. }
  7960. .fa-tumblr:before {
  7961.   content: "\f173";
  7962. }
  7963. .fa-tumblr-square:before {
  7964.   content: "\f174";
  7965. }
  7966. .fa-long-arrow-down:before {
  7967.   content: "\f175";
  7968. }
  7969. .fa-long-arrow-up:before {
  7970.   content: "\f176";
  7971. }
  7972. .fa-long-arrow-left:before {
  7973.   content: "\f177";
  7974. }
  7975. .fa-long-arrow-right:before {
  7976.   content: "\f178";
  7977. }
  7978. .fa-apple:before {
  7979.   content: "\f179";
  7980. }
  7981. .fa-windows:before {
  7982.   content: "\f17a";
  7983. }
  7984. .fa-android:before {
  7985.   content: "\f17b";
  7986. }
  7987. .fa-linux:before {
  7988.   content: "\f17c";
  7989. }
  7990. .fa-dribbble:before {
  7991.   content: "\f17d";
  7992. }
  7993. .fa-skype:before {
  7994.   content: "\f17e";
  7995. }
  7996. .fa-foursquare:before {
  7997.   content: "\f180";
  7998. }
  7999. .fa-trello:before {
  8000.   content: "\f181";
  8001. }
  8002. .fa-female:before {
  8003.   content: "\f182";
  8004. }
  8005. .fa-male:before {
  8006.   content: "\f183";
  8007. }
  8008. .fa-gittip:before {
  8009.   content: "\f184";
  8010. }
  8011. .fa-sun-o:before {
  8012.   content: "\f185";
  8013. }
  8014. .fa-moon-o:before {
  8015.   content: "\f186";
  8016. }
  8017. .fa-archive:before {
  8018.   content: "\f187";
  8019. }
  8020. .fa-bug:before {
  8021.   content: "\f188";
  8022. }
  8023. .fa-vk:before {
  8024.   content: "\f189";
  8025. }
  8026. .fa-weibo:before {
  8027.   content: "\f18a";
  8028. }
  8029. .fa-renren:before {
  8030.   content: "\f18b";
  8031. }
  8032. .fa-pagelines:before {
  8033.   content: "\f18c";
  8034. }
  8035. .fa-stack-exchange:before {
  8036.   content: "\f18d";
  8037. }
  8038. .fa-arrow-circle-o-right:before {
  8039.   content: "\f18e";
  8040. }
  8041. .fa-arrow-circle-o-left:before {
  8042.   content: "\f190";
  8043. }
  8044. .fa-toggle-left:before,
  8045. .fa-caret-square-o-left:before {
  8046.   content: "\f191";
  8047. }
  8048. .fa-dot-circle-o:before {
  8049.   content: "\f192";
  8050. }
  8051. .fa-wheelchair:before {
  8052.   content: "\f193";
  8053. }
  8054. .fa-vimeo-square:before {
  8055.   content: "\f194";
  8056. }
  8057. .fa-turkish-lira:before,
  8058. .fa-try:before {
  8059.   content: "\f195";
  8060. }
  8061. .fa-plus-square-o:before {
  8062.   content: "\f196";
  8063. }
  8064. .fa-space-shuttle:before {
  8065.   content: "\f197";
  8066. }
  8067. .fa-slack:before {
  8068.   content: "\f198";
  8069. }
  8070. .fa-envelope-square:before {
  8071.   content: "\f199";
  8072. }
  8073. .fa-wordpress:before {
  8074.   content: "\f19a";
  8075. }
  8076. .fa-openid:before {
  8077.   content: "\f19b";
  8078. }
  8079. .fa-institution:before,
  8080. .fa-bank:before,
  8081. .fa-university:before {
  8082.   content: "\f19c";
  8083. }
  8084. .fa-mortar-board:before,
  8085. .fa-graduation-cap:before {
  8086.   content: "\f19d";
  8087. }
  8088. .fa-yahoo:before {
  8089.   content: "\f19e";
  8090. }
  8091. .fa-google:before {
  8092.   content: "\f1a0";
  8093. }
  8094. .fa-reddit:before {
  8095.   content: "\f1a1";
  8096. }
  8097. .fa-reddit-square:before {
  8098.   content: "\f1a2";
  8099. }
  8100. .fa-stumbleupon-circle:before {
  8101.   content: "\f1a3";
  8102. }
  8103. .fa-stumbleupon:before {
  8104.   content: "\f1a4";
  8105. }
  8106. .fa-delicious:before {
  8107.   content: "\f1a5";
  8108. }
  8109. .fa-digg:before {
  8110.   content: "\f1a6";
  8111. }
  8112. .fa-pied-piper:before {
  8113.   content: "\f1a7";
  8114. }
  8115. .fa-pied-piper-alt:before {
  8116.   content: "\f1a8";
  8117. }
  8118. .fa-drupal:before {
  8119.   content: "\f1a9";
  8120. }
  8121. .fa-joomla:before {
  8122.   content: "\f1aa";
  8123. }
  8124. .fa-language:before {
  8125.   content: "\f1ab";
  8126. }
  8127. .fa-fax:before {
  8128.   content: "\f1ac";
  8129. }
  8130. .fa-building:before {
  8131.   content: "\f1ad";
  8132. }
  8133. .fa-child:before {
  8134.   content: "\f1ae";
  8135. }
  8136. .fa-paw:before {
  8137.   content: "\f1b0";
  8138. }
  8139. .fa-spoon:before {
  8140.   content: "\f1b1";
  8141. }
  8142. .fa-cube:before {
  8143.   content: "\f1b2";
  8144. }
  8145. .fa-cubes:before {
  8146.   content: "\f1b3";
  8147. }
  8148. .fa-behance:before {
  8149.   content: "\f1b4";
  8150. }
  8151. .fa-behance-square:before {
  8152.   content: "\f1b5";
  8153. }
  8154. .fa-steam:before {
  8155.   content: "\f1b6";
  8156. }
  8157. .fa-steam-square:before {
  8158.   content: "\f1b7";
  8159. }
  8160. .fa-recycle:before {
  8161.   content: "\f1b8";
  8162. }
  8163. .fa-automobile:before,
  8164. .fa-car:before {
  8165.   content: "\f1b9";
  8166. }
  8167. .fa-cab:before,
  8168. .fa-taxi:before {
  8169.   content: "\f1ba";
  8170. }
  8171. .fa-tree:before {
  8172.   content: "\f1bb";
  8173. }
  8174. .fa-spotify:before {
  8175.   content: "\f1bc";
  8176. }
  8177. .fa-deviantart:before {
  8178.   content: "\f1bd";
  8179. }
  8180. .fa-soundcloud:before {
  8181.   content: "\f1be";
  8182. }
  8183. .fa-database:before {
  8184.   content: "\f1c0";
  8185. }
  8186. .fa-file-pdf-o:before {
  8187.   content: "\f1c1";
  8188. }
  8189. .fa-file-word-o:before {
  8190.   content: "\f1c2";
  8191. }
  8192. .fa-file-excel-o:before {
  8193.   content: "\f1c3";
  8194. }
  8195. .fa-file-powerpoint-o:before {
  8196.   content: "\f1c4";
  8197. }
  8198. .fa-file-photo-o:before,
  8199. .fa-file-picture-o:before,
  8200. .fa-file-image-o:before {
  8201.   content: "\f1c5";
  8202. }
  8203. .fa-file-zip-o:before,
  8204. .fa-file-archive-o:before {
  8205.   content: "\f1c6";
  8206. }
  8207. .fa-file-sound-o:before,
  8208. .fa-file-audio-o:before {
  8209.   content: "\f1c7";
  8210. }
  8211. .fa-file-movie-o:before,
  8212. .fa-file-video-o:before {
  8213.   content: "\f1c8";
  8214. }
  8215. .fa-file-code-o:before {
  8216.   content: "\f1c9";
  8217. }
  8218. .fa-vine:before {
  8219.   content: "\f1ca";
  8220. }
  8221. .fa-codepen:before {
  8222.   content: "\f1cb";
  8223. }
  8224. .fa-jsfiddle:before {
  8225.   content: "\f1cc";
  8226. }
  8227. .fa-life-bouy:before,
  8228. .fa-life-buoy:before,
  8229. .fa-life-saver:before,
  8230. .fa-support:before,
  8231. .fa-life-ring:before {
  8232.   content: "\f1cd";
  8233. }
  8234. .fa-circle-o-notch:before {
  8235.   content: "\f1ce";
  8236. }
  8237. .fa-ra:before,
  8238. .fa-rebel:before {
  8239.   content: "\f1d0";
  8240. }
  8241. .fa-ge:before,
  8242. .fa-empire:before {
  8243.   content: "\f1d1";
  8244. }
  8245. .fa-git-square:before {
  8246.   content: "\f1d2";
  8247. }
  8248. .fa-git:before {
  8249.   content: "\f1d3";
  8250. }
  8251. .fa-hacker-news:before {
  8252.   content: "\f1d4";
  8253. }
  8254. .fa-tencent-weibo:before {
  8255.   content: "\f1d5";
  8256. }
  8257. .fa-qq:before {
  8258.   content: "\f1d6";
  8259. }
  8260. .fa-wechat:before,
  8261. .fa-weixin:before {
  8262.   content: "\f1d7";
  8263. }
  8264. .fa-send:before,
  8265. .fa-paper-plane:before {
  8266.   content: "\f1d8";
  8267. }
  8268. .fa-send-o:before,
  8269. .fa-paper-plane-o:before {
  8270.   content: "\f1d9";
  8271. }
  8272. .fa-history:before {
  8273.   content: "\f1da";
  8274. }
  8275. .fa-circle-thin:before {
  8276.   content: "\f1db";
  8277. }
  8278. .fa-header:before {
  8279.   content: "\f1dc";
  8280. }
  8281. .fa-paragraph:before {
  8282.   content: "\f1dd";
  8283. }
  8284. .fa-sliders:before {
  8285.   content: "\f1de";
  8286. }
  8287. .fa-share-alt:before {
  8288.   content: "\f1e0";
  8289. }
  8290. .fa-share-alt-square:before {
  8291.   content: "\f1e1";
  8292. }
  8293. .fa-bomb:before {
  8294.   content: "\f1e2";
  8295. }
  8296. .fa-soccer-ball-o:before,
  8297. .fa-futbol-o:before {
  8298.   content: "\f1e3";
  8299. }
  8300. .fa-tty:before {
  8301.   content: "\f1e4";
  8302. }
  8303. .fa-binoculars:before {
  8304.   content: "\f1e5";
  8305. }
  8306. .fa-plug:before {
  8307.   content: "\f1e6";
  8308. }
  8309. .fa-slideshare:before {
  8310.   content: "\f1e7";
  8311. }
  8312. .fa-twitch:before {
  8313.   content: "\f1e8";
  8314. }
  8315. .fa-yelp:before {
  8316.   content: "\f1e9";
  8317. }
  8318. .fa-newspaper-o:before {
  8319.   content: "\f1ea";
  8320. }
  8321. .fa-wifi:before {
  8322.   content: "\f1eb";
  8323. }
  8324. .fa-calculator:before {
  8325.   content: "\f1ec";
  8326. }
  8327. .fa-paypal:before {
  8328.   content: "\f1ed";
  8329. }
  8330. .fa-google-wallet:before {
  8331.   content: "\f1ee";
  8332. }
  8333. .fa-cc-visa:before {
  8334.   content: "\f1f0";
  8335. }
  8336. .fa-cc-mastercard:before {
  8337.   content: "\f1f1";
  8338. }
  8339. .fa-cc-discover:before {
  8340.   content: "\f1f2";
  8341. }
  8342. .fa-cc-amex:before {
  8343.   content: "\f1f3";
  8344. }
  8345. .fa-cc-paypal:before {
  8346.   content: "\f1f4";
  8347. }
  8348. .fa-cc-stripe:before {
  8349.   content: "\f1f5";
  8350. }
  8351. .fa-bell-slash:before {
  8352.   content: "\f1f6";
  8353. }
  8354. .fa-bell-slash-o:before {
  8355.   content: "\f1f7";
  8356. }
  8357. .fa-trash:before {
  8358.   content: "\f1f8";
  8359. }
  8360. .fa-copyright:before {
  8361.   content: "\f1f9";
  8362. }
  8363. .fa-at:before {
  8364.   content: "\f1fa";
  8365. }
  8366. .fa-eyedropper:before {
  8367.   content: "\f1fb";
  8368. }
  8369. .fa-paint-brush:before {
  8370.   content: "\f1fc";
  8371. }
  8372. .fa-birthday-cake:before {
  8373.   content: "\f1fd";
  8374. }
  8375. .fa-area-chart:before {
  8376.   content: "\f1fe";
  8377. }
  8378. .fa-pie-chart:before {
  8379.   content: "\f200";
  8380. }
  8381. .fa-line-chart:before {
  8382.   content: "\f201";
  8383. }
  8384. .fa-lastfm:before {
  8385.   content: "\f202";
  8386. }
  8387. .fa-lastfm-square:before {
  8388.   content: "\f203";
  8389. }
  8390. .fa-toggle-off:before {
  8391.   content: "\f204";
  8392. }
  8393. .fa-toggle-on:before {
  8394.   content: "\f205";
  8395. }
  8396. .fa-bicycle:before {
  8397.   content: "\f206";
  8398. }
  8399. .fa-bus:before {
  8400.   content: "\f207";
  8401. }
  8402. .fa-ioxhost:before {
  8403.   content: "\f208";
  8404. }
  8405. .fa-angellist:before {
  8406.   content: "\f209";
  8407. }
  8408. .fa-cc:before {
  8409.   content: "\f20a";
  8410. }
  8411. .fa-shekel:before,
  8412. .fa-sheqel:before,
  8413. .fa-ils:before {
  8414.   content: "\f20b";
  8415. }
  8416. .fa-meanpath:before {
  8417.   content: "\f20c";
  8418. }
  8419. /*!
  8420. *
  8421. * IPython base
  8422. *
  8423. */
  8424. .modal.fade .modal-dialog {
  8425.   -webkit-transform: translate(0, 0);
  8426.   -ms-transform: translate(0, 0);
  8427.   -o-transform: translate(0, 0);
  8428.   transform: translate(0, 0);
  8429. }
  8430. code {
  8431.   color: #000;
  8432. }
  8433. pre {
  8434.   font-size: inherit;
  8435.   line-height: inherit;
  8436. }
  8437. label {
  8438.   font-weight: normal;
  8439. }
  8440. /* Make the page background atleast 100% the height of the view port */
  8441. /* Make the page itself atleast 70% the height of the view port */
  8442. .border-box-sizing {
  8443.   box-sizing: border-box;
  8444.   -moz-box-sizing: border-box;
  8445.   -webkit-box-sizing: border-box;
  8446. }
  8447. .corner-all {
  8448.   border-radius: 2px;
  8449. }
  8450. .no-padding {
  8451.   padding: 0px;
  8452. }
  8453. /* Flexible box model classes */
  8454. /* Taken from Alex Russell http://infrequently.org/2009/08/css-3-progress/ */
  8455. /* This file is a compatability layer.  It allows the usage of flexible box
  8456. model layouts accross multiple browsers, including older browsers.  The newest,
  8457. universal implementation of the flexible box model is used when available (see
  8458. `Modern browsers` comments below).  Browsers that are known to implement this
  8459. new spec completely include:
  8460.  
  8461.     Firefox 28.0+
  8462.     Chrome 29.0+
  8463.     Internet Explorer 11+
  8464.     Opera 17.0+
  8465.  
  8466. Browsers not listed, including Safari, are supported via the styling under the
  8467. `Old browsers` comments below.
  8468. */
  8469. .hbox {
  8470.   /* Old browsers */
  8471.   display: -webkit-box;
  8472.   -webkit-box-orient: horizontal;
  8473.   -webkit-box-align: stretch;
  8474.   display: -moz-box;
  8475.   -moz-box-orient: horizontal;
  8476.   -moz-box-align: stretch;
  8477.   display: box;
  8478.   box-orient: horizontal;
  8479.   box-align: stretch;
  8480.   /* Modern browsers */
  8481.   display: flex;
  8482.   flex-direction: row;
  8483.   align-items: stretch;
  8484. }
  8485. .hbox > * {
  8486.   /* Old browsers */
  8487.   -webkit-box-flex: 0;
  8488.   -moz-box-flex: 0;
  8489.   box-flex: 0;
  8490.   /* Modern browsers */
  8491.   flex: none;
  8492. }
  8493. .vbox {
  8494.   /* Old browsers */
  8495.   display: -webkit-box;
  8496.   -webkit-box-orient: vertical;
  8497.   -webkit-box-align: stretch;
  8498.   display: -moz-box;
  8499.   -moz-box-orient: vertical;
  8500.   -moz-box-align: stretch;
  8501.   display: box;
  8502.   box-orient: vertical;
  8503.   box-align: stretch;
  8504.   /* Modern browsers */
  8505.   display: flex;
  8506.   flex-direction: column;
  8507.   align-items: stretch;
  8508. }
  8509. .vbox > * {
  8510.   /* Old browsers */
  8511.   -webkit-box-flex: 0;
  8512.   -moz-box-flex: 0;
  8513.   box-flex: 0;
  8514.   /* Modern browsers */
  8515.   flex: none;
  8516. }
  8517. .hbox.reverse,
  8518. .vbox.reverse,
  8519. .reverse {
  8520.   /* Old browsers */
  8521.   -webkit-box-direction: reverse;
  8522.   -moz-box-direction: reverse;
  8523.   box-direction: reverse;
  8524.   /* Modern browsers */
  8525.   flex-direction: row-reverse;
  8526. }
  8527. .hbox.box-flex0,
  8528. .vbox.box-flex0,
  8529. .box-flex0 {
  8530.   /* Old browsers */
  8531.   -webkit-box-flex: 0;
  8532.   -moz-box-flex: 0;
  8533.   box-flex: 0;
  8534.   /* Modern browsers */
  8535.   flex: none;
  8536.   width: auto;
  8537. }
  8538. .hbox.box-flex1,
  8539. .vbox.box-flex1,
  8540. .box-flex1 {
  8541.   /* Old browsers */
  8542.   -webkit-box-flex: 1;
  8543.   -moz-box-flex: 1;
  8544.   box-flex: 1;
  8545.   /* Modern browsers */
  8546.   flex: 1;
  8547. }
  8548. .hbox.box-flex,
  8549. .vbox.box-flex,
  8550. .box-flex {
  8551.   /* Old browsers */
  8552.   /* Old browsers */
  8553.   -webkit-box-flex: 1;
  8554.   -moz-box-flex: 1;
  8555.   box-flex: 1;
  8556.   /* Modern browsers */
  8557.   flex: 1;
  8558. }
  8559. .hbox.box-flex2,
  8560. .vbox.box-flex2,
  8561. .box-flex2 {
  8562.   /* Old browsers */
  8563.   -webkit-box-flex: 2;
  8564.   -moz-box-flex: 2;
  8565.   box-flex: 2;
  8566.   /* Modern browsers */
  8567.   flex: 2;
  8568. }
  8569. .box-group1 {
  8570.   /*  Deprecated */
  8571.   -webkit-box-flex-group: 1;
  8572.   -moz-box-flex-group: 1;
  8573.   box-flex-group: 1;
  8574. }
  8575. .box-group2 {
  8576.   /* Deprecated */
  8577.   -webkit-box-flex-group: 2;
  8578.   -moz-box-flex-group: 2;
  8579.   box-flex-group: 2;
  8580. }
  8581. .hbox.start,
  8582. .vbox.start,
  8583. .start {
  8584.   /* Old browsers */
  8585.   -webkit-box-pack: start;
  8586.   -moz-box-pack: start;
  8587.   box-pack: start;
  8588.   /* Modern browsers */
  8589.   justify-content: flex-start;
  8590. }
  8591. .hbox.end,
  8592. .vbox.end,
  8593. .end {
  8594.   /* Old browsers */
  8595.   -webkit-box-pack: end;
  8596.   -moz-box-pack: end;
  8597.   box-pack: end;
  8598.   /* Modern browsers */
  8599.   justify-content: flex-end;
  8600. }
  8601. .hbox.center,
  8602. .vbox.center,
  8603. .center {
  8604.   /* Old browsers */
  8605.   -webkit-box-pack: center;
  8606.   -moz-box-pack: center;
  8607.   box-pack: center;
  8608.   /* Modern browsers */
  8609.   justify-content: center;
  8610. }
  8611. .hbox.baseline,
  8612. .vbox.baseline,
  8613. .baseline {
  8614.   /* Old browsers */
  8615.   -webkit-box-pack: baseline;
  8616.   -moz-box-pack: baseline;
  8617.   box-pack: baseline;
  8618.   /* Modern browsers */
  8619.   justify-content: baseline;
  8620. }
  8621. .hbox.stretch,
  8622. .vbox.stretch,
  8623. .stretch {
  8624.   /* Old browsers */
  8625.   -webkit-box-pack: stretch;
  8626.   -moz-box-pack: stretch;
  8627.   box-pack: stretch;
  8628.   /* Modern browsers */
  8629.   justify-content: stretch;
  8630. }
  8631. .hbox.align-start,
  8632. .vbox.align-start,
  8633. .align-start {
  8634.   /* Old browsers */
  8635.   -webkit-box-align: start;
  8636.   -moz-box-align: start;
  8637.   box-align: start;
  8638.   /* Modern browsers */
  8639.   align-items: flex-start;
  8640. }
  8641. .hbox.align-end,
  8642. .vbox.align-end,
  8643. .align-end {
  8644.   /* Old browsers */
  8645.   -webkit-box-align: end;
  8646.   -moz-box-align: end;
  8647.   box-align: end;
  8648.   /* Modern browsers */
  8649.   align-items: flex-end;
  8650. }
  8651. .hbox.align-center,
  8652. .vbox.align-center,
  8653. .align-center {
  8654.   /* Old browsers */
  8655.   -webkit-box-align: center;
  8656.   -moz-box-align: center;
  8657.   box-align: center;
  8658.   /* Modern browsers */
  8659.   align-items: center;
  8660. }
  8661. .hbox.align-baseline,
  8662. .vbox.align-baseline,
  8663. .align-baseline {
  8664.   /* Old browsers */
  8665.   -webkit-box-align: baseline;
  8666.   -moz-box-align: baseline;
  8667.   box-align: baseline;
  8668.   /* Modern browsers */
  8669.   align-items: baseline;
  8670. }
  8671. .hbox.align-stretch,
  8672. .vbox.align-stretch,
  8673. .align-stretch {
  8674.   /* Old browsers */
  8675.   -webkit-box-align: stretch;
  8676.   -moz-box-align: stretch;
  8677.   box-align: stretch;
  8678.   /* Modern browsers */
  8679.   align-items: stretch;
  8680. }
  8681. div.error {
  8682.   margin: 2em;
  8683.   text-align: center;
  8684. }
  8685. div.error > h1 {
  8686.   font-size: 500%;
  8687.   line-height: normal;
  8688. }
  8689. div.error > p {
  8690.   font-size: 200%;
  8691.   line-height: normal;
  8692. }
  8693. div.traceback-wrapper {
  8694.   text-align: left;
  8695.   max-width: 800px;
  8696.   margin: auto;
  8697. }
  8698. /**
  8699.  * Primary styles
  8700.  *
  8701.  * Author: Jupyter Development Team
  8702.  */
  8703. body {
  8704.   background-color: #fff;
  8705.   /* This makes sure that the body covers the entire window and needs to
  8706.        be in a different element than the display: box in wrapper below */
  8707.   position: absolute;
  8708.   left: 0px;
  8709.   right: 0px;
  8710.   top: 0px;
  8711.   bottom: 0px;
  8712.   overflow: visible;
  8713. }
  8714. body > #header {
  8715.   /* Initially hidden to prevent FLOUC */
  8716.   display: none;
  8717.   background-color: #fff;
  8718.   /* Display over codemirror */
  8719.   position: relative;
  8720.   z-index: 100;
  8721. }
  8722. body > #header #header-container {
  8723.   padding-bottom: 5px;
  8724.   padding-top: 5px;
  8725.   box-sizing: border-box;
  8726.   -moz-box-sizing: border-box;
  8727.   -webkit-box-sizing: border-box;
  8728. }
  8729. body > #header .header-bar {
  8730.   width: 100%;
  8731.   height: 1px;
  8732.   background: #e7e7e7;
  8733.   margin-bottom: -1px;
  8734. }
  8735. @media print {
  8736.   body > #header {
  8737.     display: none !important;
  8738.   }
  8739. }
  8740. #header-spacer {
  8741.   width: 100%;
  8742.   visibility: hidden;
  8743. }
  8744. @media print {
  8745.   #header-spacer {
  8746.     display: none;
  8747.   }
  8748. }
  8749. #ipython_notebook {
  8750.   padding-left: 0px;
  8751.   padding-top: 1px;
  8752.   padding-bottom: 1px;
  8753. }
  8754. @media (max-width: 991px) {
  8755.   #ipython_notebook {
  8756.     margin-left: 10px;
  8757.   }
  8758. }
  8759. [dir="rtl"] #ipython_notebook {
  8760.   float: right !important;
  8761. }
  8762. #noscript {
  8763.   width: auto;
  8764.   padding-top: 16px;
  8765.   padding-bottom: 16px;
  8766.   text-align: center;
  8767.   font-size: 22px;
  8768.   color: red;
  8769.   font-weight: bold;
  8770. }
  8771. #ipython_notebook img {
  8772.   height: 28px;
  8773. }
  8774. #site {
  8775.   width: 100%;
  8776.   display: none;
  8777.   box-sizing: border-box;
  8778.   -moz-box-sizing: border-box;
  8779.   -webkit-box-sizing: border-box;
  8780.   overflow: auto;
  8781. }
  8782. @media print {
  8783.   #site {
  8784.     height: auto !important;
  8785.   }
  8786. }
  8787. /* Smaller buttons */
  8788. .ui-button .ui-button-text {
  8789.   padding: 0.2em 0.8em;
  8790.   font-size: 77%;
  8791. }
  8792. input.ui-button {
  8793.   padding: 0.3em 0.9em;
  8794. }
  8795. span#login_widget {
  8796.   float: right;
  8797. }
  8798. span#login_widget > .button,
  8799. #logout {
  8800.   color: #333;
  8801.   background-color: #fff;
  8802.   border-color: #ccc;
  8803. }
  8804. span#login_widget > .button:focus,
  8805. #logout:focus,
  8806. span#login_widget > .button.focus,
  8807. #logout.focus {
  8808.   color: #333;
  8809.   background-color: #e6e6e6;
  8810.   border-color: #8c8c8c;
  8811. }
  8812. span#login_widget > .button:hover,
  8813. #logout:hover {
  8814.   color: #333;
  8815.   background-color: #e6e6e6;
  8816.   border-color: #adadad;
  8817. }
  8818. span#login_widget > .button:active,
  8819. #logout:active,
  8820. span#login_widget > .button.active,
  8821. #logout.active,
  8822. .open > .dropdown-togglespan#login_widget > .button,
  8823. .open > .dropdown-toggle#logout {
  8824.   color: #333;
  8825.   background-color: #e6e6e6;
  8826.   border-color: #adadad;
  8827. }
  8828. span#login_widget > .button:active:hover,
  8829. #logout:active:hover,
  8830. span#login_widget > .button.active:hover,
  8831. #logout.active:hover,
  8832. .open > .dropdown-togglespan#login_widget > .button:hover,
  8833. .open > .dropdown-toggle#logout:hover,
  8834. span#login_widget > .button:active:focus,
  8835. #logout:active:focus,
  8836. span#login_widget > .button.active:focus,
  8837. #logout.active:focus,
  8838. .open > .dropdown-togglespan#login_widget > .button:focus,
  8839. .open > .dropdown-toggle#logout:focus,
  8840. span#login_widget > .button:active.focus,
  8841. #logout:active.focus,
  8842. span#login_widget > .button.active.focus,
  8843. #logout.active.focus,
  8844. .open > .dropdown-togglespan#login_widget > .button.focus,
  8845. .open > .dropdown-toggle#logout.focus {
  8846.   color: #333;
  8847.   background-color: #d4d4d4;
  8848.   border-color: #8c8c8c;
  8849. }
  8850. span#login_widget > .button:active,
  8851. #logout:active,
  8852. span#login_widget > .button.active,
  8853. #logout.active,
  8854. .open > .dropdown-togglespan#login_widget > .button,
  8855. .open > .dropdown-toggle#logout {
  8856.   background-image: none;
  8857. }
  8858. span#login_widget > .button.disabled:hover,
  8859. #logout.disabled:hover,
  8860. span#login_widget > .button[disabled]:hover,
  8861. #logout[disabled]:hover,
  8862. fieldset[disabled] span#login_widget > .button:hover,
  8863. fieldset[disabled] #logout:hover,
  8864. span#login_widget > .button.disabled:focus,
  8865. #logout.disabled:focus,
  8866. span#login_widget > .button[disabled]:focus,
  8867. #logout[disabled]:focus,
  8868. fieldset[disabled] span#login_widget > .button:focus,
  8869. fieldset[disabled] #logout:focus,
  8870. span#login_widget > .button.disabled.focus,
  8871. #logout.disabled.focus,
  8872. span#login_widget > .button[disabled].focus,
  8873. #logout[disabled].focus,
  8874. fieldset[disabled] span#login_widget > .button.focus,
  8875. fieldset[disabled] #logout.focus {
  8876.   background-color: #fff;
  8877.   border-color: #ccc;
  8878. }
  8879. span#login_widget > .button .badge,
  8880. #logout .badge {
  8881.   color: #fff;
  8882.   background-color: #333;
  8883. }
  8884. .nav-header {
  8885.   text-transform: none;
  8886. }
  8887. #header > span {
  8888.   margin-top: 10px;
  8889. }
  8890. .modal_stretch .modal-dialog {
  8891.   /* Old browsers */
  8892.   display: -webkit-box;
  8893.   -webkit-box-orient: vertical;
  8894.   -webkit-box-align: stretch;
  8895.   display: -moz-box;
  8896.   -moz-box-orient: vertical;
  8897.   -moz-box-align: stretch;
  8898.   display: box;
  8899.   box-orient: vertical;
  8900.   box-align: stretch;
  8901.   /* Modern browsers */
  8902.   display: flex;
  8903.   flex-direction: column;
  8904.   align-items: stretch;
  8905.   min-height: 80vh;
  8906. }
  8907. .modal_stretch .modal-dialog .modal-body {
  8908.   max-height: calc(100vh - 200px);
  8909.   overflow: auto;
  8910.   flex: 1;
  8911. }
  8912. @media (min-width: 768px) {
  8913.   .modal .modal-dialog {
  8914.     width: 700px;
  8915.   }
  8916. }
  8917. @media (min-width: 768px) {
  8918.   select.form-control {
  8919.     margin-left: 12px;
  8920.     margin-right: 12px;
  8921.   }
  8922. }
  8923. /*!
  8924. *
  8925. * IPython auth
  8926. *
  8927. */
  8928. .center-nav {
  8929.   display: inline-block;
  8930.   margin-bottom: -4px;
  8931. }
  8932. /*!
  8933. *
  8934. * IPython tree view
  8935. *
  8936. */
  8937. /* We need an invisible input field on top of the sentense*/
  8938. /* "Drag file onto the list ..." */
  8939. .alternate_upload {
  8940.   background-color: none;
  8941.   display: inline;
  8942. }
  8943. .alternate_upload.form {
  8944.   padding: 0;
  8945.   margin: 0;
  8946. }
  8947. .alternate_upload input.fileinput {
  8948.   text-align: center;
  8949.   vertical-align: middle;
  8950.   display: inline;
  8951.   opacity: 0;
  8952.   z-index: 2;
  8953.   width: 12ex;
  8954.   margin-right: -12ex;
  8955. }
  8956. .alternate_upload .btn-upload {
  8957.   height: 22px;
  8958. }
  8959. /**
  8960.  * Primary styles
  8961.  *
  8962.  * Author: Jupyter Development Team
  8963.  */
  8964. [dir="rtl"] #tabs li {
  8965.   float: right;
  8966. }
  8967. ul#tabs {
  8968.   margin-bottom: 4px;
  8969. }
  8970. [dir="rtl"] ul#tabs {
  8971.   margin-right: 0px;
  8972. }
  8973. ul#tabs a {
  8974.   padding-top: 6px;
  8975.   padding-bottom: 4px;
  8976. }
  8977. ul.breadcrumb a:focus,
  8978. ul.breadcrumb a:hover {
  8979.   text-decoration: none;
  8980. }
  8981. ul.breadcrumb i.icon-home {
  8982.   font-size: 16px;
  8983.   margin-right: 4px;
  8984. }
  8985. ul.breadcrumb span {
  8986.   color: #5e5e5e;
  8987. }
  8988. .list_toolbar {
  8989.   padding: 4px 0 4px 0;
  8990.   vertical-align: middle;
  8991. }
  8992. .list_toolbar .tree-buttons {
  8993.   padding-top: 1px;
  8994. }
  8995. [dir="rtl"] .list_toolbar .tree-buttons {
  8996.   float: left !important;
  8997. }
  8998. [dir="rtl"] .list_toolbar .pull-right {
  8999.   padding-top: 1px;
  9000.   float: left !important;
  9001. }
  9002. [dir="rtl"] .list_toolbar .pull-left {
  9003.   float: right !important;
  9004. }
  9005. .dynamic-buttons {
  9006.   padding-top: 3px;
  9007.   display: inline-block;
  9008. }
  9009. .list_toolbar [class*="span"] {
  9010.   min-height: 24px;
  9011. }
  9012. .list_header {
  9013.   font-weight: bold;
  9014.   background-color: #EEE;
  9015. }
  9016. .list_placeholder {
  9017.   font-weight: bold;
  9018.   padding-top: 4px;
  9019.   padding-bottom: 4px;
  9020.   padding-left: 7px;
  9021.   padding-right: 7px;
  9022. }
  9023. .list_container {
  9024.   margin-top: 4px;
  9025.   margin-bottom: 20px;
  9026.   border: 1px solid #ddd;
  9027.   border-radius: 2px;
  9028. }
  9029. .list_container > div {
  9030.   border-bottom: 1px solid #ddd;
  9031. }
  9032. .list_container > div:hover .list-item {
  9033.   background-color: red;
  9034. }
  9035. .list_container > div:last-child {
  9036.   border: none;
  9037. }
  9038. .list_item:hover .list_item {
  9039.   background-color: #ddd;
  9040. }
  9041. .list_item a {
  9042.   text-decoration: none;
  9043. }
  9044. .list_item:hover {
  9045.   background-color: #fafafa;
  9046. }
  9047. .list_header > div,
  9048. .list_item > div {
  9049.   padding-top: 4px;
  9050.   padding-bottom: 4px;
  9051.   padding-left: 7px;
  9052.   padding-right: 7px;
  9053.   line-height: 22px;
  9054. }
  9055. .list_header > div input,
  9056. .list_item > div input {
  9057.   margin-right: 7px;
  9058.   margin-left: 14px;
  9059.   vertical-align: baseline;
  9060.   line-height: 22px;
  9061.   position: relative;
  9062.   top: -1px;
  9063. }
  9064. .list_header > div .item_link,
  9065. .list_item > div .item_link {
  9066.   margin-left: -1px;
  9067.   vertical-align: baseline;
  9068.   line-height: 22px;
  9069. }
  9070. .new-file input[type=checkbox] {
  9071.   visibility: hidden;
  9072. }
  9073. .item_name {
  9074.   line-height: 22px;
  9075.   height: 24px;
  9076. }
  9077. .item_icon {
  9078.   font-size: 14px;
  9079.   color: #5e5e5e;
  9080.   margin-right: 7px;
  9081.   margin-left: 7px;
  9082.   line-height: 22px;
  9083.   vertical-align: baseline;
  9084. }
  9085. .item_buttons {
  9086.   line-height: 1em;
  9087.   margin-left: -5px;
  9088. }
  9089. .item_buttons .btn,
  9090. .item_buttons .btn-group,
  9091. .item_buttons .input-group {
  9092.   float: left;
  9093. }
  9094. .item_buttons > .btn,
  9095. .item_buttons > .btn-group,
  9096. .item_buttons > .input-group {
  9097.   margin-left: 5px;
  9098. }
  9099. .item_buttons .btn {
  9100.   min-width: 13ex;
  9101. }
  9102. .item_buttons .running-indicator {
  9103.   padding-top: 4px;
  9104.   color: #5cb85c;
  9105. }
  9106. .item_buttons .kernel-name {
  9107.   padding-top: 4px;
  9108.   color: #5bc0de;
  9109.   margin-right: 7px;
  9110.   float: left;
  9111. }
  9112. .toolbar_info {
  9113.   height: 24px;
  9114.   line-height: 24px;
  9115. }
  9116. .list_item input:not([type=checkbox]) {
  9117.   padding-top: 3px;
  9118.   padding-bottom: 3px;
  9119.   height: 22px;
  9120.   line-height: 14px;
  9121.   margin: 0px;
  9122. }
  9123. .highlight_text {
  9124.   color: blue;
  9125. }
  9126. #project_name {
  9127.   display: inline-block;
  9128.   padding-left: 7px;
  9129.   margin-left: -2px;
  9130. }
  9131. #project_name > .breadcrumb {
  9132.   padding: 0px;
  9133.   margin-bottom: 0px;
  9134.   background-color: transparent;
  9135.   font-weight: bold;
  9136. }
  9137. #tree-selector {
  9138.   padding-right: 0px;
  9139. }
  9140. [dir="rtl"] #tree-selector a {
  9141.   float: right;
  9142. }
  9143. #button-select-all {
  9144.   min-width: 50px;
  9145. }
  9146. #select-all {
  9147.   margin-left: 7px;
  9148.   margin-right: 2px;
  9149. }
  9150. .menu_icon {
  9151.   margin-right: 2px;
  9152. }
  9153. .tab-content .row {
  9154.   margin-left: 0px;
  9155.   margin-right: 0px;
  9156. }
  9157. .folder_icon:before {
  9158.   display: inline-block;
  9159.   font: normal normal normal 14px/1 FontAwesome;
  9160.   font-size: inherit;
  9161.   text-rendering: auto;
  9162.   -webkit-font-smoothing: antialiased;
  9163.   -moz-osx-font-smoothing: grayscale;
  9164.   content: "\f114";
  9165. }
  9166. .folder_icon:before.pull-left {
  9167.   margin-right: .3em;
  9168. }
  9169. .folder_icon:before.pull-right {
  9170.   margin-left: .3em;
  9171. }
  9172. .notebook_icon:before {
  9173.   display: inline-block;
  9174.   font: normal normal normal 14px/1 FontAwesome;
  9175.   font-size: inherit;
  9176.   text-rendering: auto;
  9177.   -webkit-font-smoothing: antialiased;
  9178.   -moz-osx-font-smoothing: grayscale;
  9179.   content: "\f02d";
  9180.   position: relative;
  9181.   top: -1px;
  9182. }
  9183. .notebook_icon:before.pull-left {
  9184.   margin-right: .3em;
  9185. }
  9186. .notebook_icon:before.pull-right {
  9187.   margin-left: .3em;
  9188. }
  9189. .running_notebook_icon:before {
  9190.   display: inline-block;
  9191.   font: normal normal normal 14px/1 FontAwesome;
  9192.   font-size: inherit;
  9193.   text-rendering: auto;
  9194.   -webkit-font-smoothing: antialiased;
  9195.   -moz-osx-font-smoothing: grayscale;
  9196.   content: "\f02d";
  9197.   position: relative;
  9198.   top: -1px;
  9199.   color: #5cb85c;
  9200. }
  9201. .running_notebook_icon:before.pull-left {
  9202.   margin-right: .3em;
  9203. }
  9204. .running_notebook_icon:before.pull-right {
  9205.   margin-left: .3em;
  9206. }
  9207. .file_icon:before {
  9208.   display: inline-block;
  9209.   font: normal normal normal 14px/1 FontAwesome;
  9210.   font-size: inherit;
  9211.   text-rendering: auto;
  9212.   -webkit-font-smoothing: antialiased;
  9213.   -moz-osx-font-smoothing: grayscale;
  9214.   content: "\f016";
  9215.   position: relative;
  9216.   top: -2px;
  9217. }
  9218. .file_icon:before.pull-left {
  9219.   margin-right: .3em;
  9220. }
  9221. .file_icon:before.pull-right {
  9222.   margin-left: .3em;
  9223. }
  9224. #notebook_toolbar .pull-right {
  9225.   padding-top: 0px;
  9226.   margin-right: -1px;
  9227. }
  9228. ul#new-menu {
  9229.   left: auto;
  9230.   right: 0;
  9231. }
  9232. [dir="rtl"] #new-menu {
  9233.   text-align: right;
  9234. }
  9235. .kernel-menu-icon {
  9236.   padding-right: 12px;
  9237.   width: 24px;
  9238.   content: "\f096";
  9239. }
  9240. .kernel-menu-icon:before {
  9241.   content: "\f096";
  9242. }
  9243. .kernel-menu-icon-current:before {
  9244.   content: "\f00c";
  9245. }
  9246. #tab_content {
  9247.   padding-top: 20px;
  9248. }
  9249. #running .panel-group .panel {
  9250.   margin-top: 3px;
  9251.   margin-bottom: 1em;
  9252. }
  9253. #running .panel-group .panel .panel-heading {
  9254.   background-color: #EEE;
  9255.   padding-top: 4px;
  9256.   padding-bottom: 4px;
  9257.   padding-left: 7px;
  9258.   padding-right: 7px;
  9259.   line-height: 22px;
  9260. }
  9261. #running .panel-group .panel .panel-heading a:focus,
  9262. #running .panel-group .panel .panel-heading a:hover {
  9263.   text-decoration: none;
  9264. }
  9265. #running .panel-group .panel .panel-body {
  9266.   padding: 0px;
  9267. }
  9268. #running .panel-group .panel .panel-body .list_container {
  9269.   margin-top: 0px;
  9270.   margin-bottom: 0px;
  9271.   border: 0px;
  9272.   border-radius: 0px;
  9273. }
  9274. #running .panel-group .panel .panel-body .list_container .list_item {
  9275.   border-bottom: 1px solid #ddd;
  9276. }
  9277. #running .panel-group .panel .panel-body .list_container .list_item:last-child {
  9278.   border-bottom: 0px;
  9279. }
  9280. [dir="rtl"] #running .col-sm-8 {
  9281.   float: right !important;
  9282. }
  9283. .delete-button {
  9284.   display: none;
  9285. }
  9286. .duplicate-button {
  9287.   display: none;
  9288. }
  9289. .rename-button {
  9290.   display: none;
  9291. }
  9292. .shutdown-button {
  9293.   display: none;
  9294. }
  9295. .dynamic-instructions {
  9296.   display: inline-block;
  9297.   padding-top: 4px;
  9298. }
  9299. /*!
  9300. *
  9301. * IPython text editor webapp
  9302. *
  9303. */
  9304. .selected-keymap i.fa {
  9305.   padding: 0px 5px;
  9306. }
  9307. .selected-keymap i.fa:before {
  9308.   content: "\f00c";
  9309. }
  9310. #mode-menu {
  9311.   overflow: auto;
  9312.   max-height: 20em;
  9313. }
  9314. .edit_app #header {
  9315.   -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
  9316.   box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
  9317. }
  9318. .edit_app #menubar .navbar {
  9319.   /* Use a negative 1 bottom margin, so the border overlaps the border of the
  9320.     header */
  9321.   margin-bottom: -1px;
  9322. }
  9323. .dirty-indicator {
  9324.   display: inline-block;
  9325.   font: normal normal normal 14px/1 FontAwesome;
  9326.   font-size: inherit;
  9327.   text-rendering: auto;
  9328.   -webkit-font-smoothing: antialiased;
  9329.   -moz-osx-font-smoothing: grayscale;
  9330.   width: 20px;
  9331. }
  9332. .dirty-indicator.pull-left {
  9333.   margin-right: .3em;
  9334. }
  9335. .dirty-indicator.pull-right {
  9336.   margin-left: .3em;
  9337. }
  9338. .dirty-indicator-dirty {
  9339.   display: inline-block;
  9340.   font: normal normal normal 14px/1 FontAwesome;
  9341.   font-size: inherit;
  9342.   text-rendering: auto;
  9343.   -webkit-font-smoothing: antialiased;
  9344.   -moz-osx-font-smoothing: grayscale;
  9345.   width: 20px;
  9346. }
  9347. .dirty-indicator-dirty.pull-left {
  9348.   margin-right: .3em;
  9349. }
  9350. .dirty-indicator-dirty.pull-right {
  9351.   margin-left: .3em;
  9352. }
  9353. .dirty-indicator-clean {
  9354.   display: inline-block;
  9355.   font: normal normal normal 14px/1 FontAwesome;
  9356.   font-size: inherit;
  9357.   text-rendering: auto;
  9358.   -webkit-font-smoothing: antialiased;
  9359.   -moz-osx-font-smoothing: grayscale;
  9360.   width: 20px;
  9361. }
  9362. .dirty-indicator-clean.pull-left {
  9363.   margin-right: .3em;
  9364. }
  9365. .dirty-indicator-clean.pull-right {
  9366.   margin-left: .3em;
  9367. }
  9368. .dirty-indicator-clean:before {
  9369.   display: inline-block;
  9370.   font: normal normal normal 14px/1 FontAwesome;
  9371.   font-size: inherit;
  9372.   text-rendering: auto;
  9373.   -webkit-font-smoothing: antialiased;
  9374.   -moz-osx-font-smoothing: grayscale;
  9375.   content: "\f00c";
  9376. }
  9377. .dirty-indicator-clean:before.pull-left {
  9378.   margin-right: .3em;
  9379. }
  9380. .dirty-indicator-clean:before.pull-right {
  9381.   margin-left: .3em;
  9382. }
  9383. #filename {
  9384.   font-size: 16pt;
  9385.   display: table;
  9386.   padding: 0px 5px;
  9387. }
  9388. #current-mode {
  9389.   padding-left: 5px;
  9390.   padding-right: 5px;
  9391. }
  9392. #texteditor-backdrop {
  9393.   padding-top: 20px;
  9394.   padding-bottom: 20px;
  9395. }
  9396. @media not print {
  9397.   #texteditor-backdrop {
  9398.     background-color: #EEE;
  9399.   }
  9400. }
  9401. @media print {
  9402.   #texteditor-backdrop #texteditor-container .CodeMirror-gutter,
  9403.   #texteditor-backdrop #texteditor-container .CodeMirror-gutters {
  9404.     background-color: #fff;
  9405.   }
  9406. }
  9407. @media not print {
  9408.   #texteditor-backdrop #texteditor-container .CodeMirror-gutter,
  9409.   #texteditor-backdrop #texteditor-container .CodeMirror-gutters {
  9410.     background-color: #fff;
  9411.   }
  9412. }
  9413. @media not print {
  9414.   #texteditor-backdrop #texteditor-container {
  9415.     padding: 0px;
  9416.     background-color: #fff;
  9417.     -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
  9418.     box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
  9419.   }
  9420. }
  9421. /*!
  9422. *
  9423. * IPython notebook
  9424. *
  9425. */
  9426. /* CSS font colors for translated ANSI colors. */
  9427. .ansibold {
  9428.   font-weight: bold;
  9429. }
  9430. /* use dark versions for foreground, to improve visibility */
  9431. .ansiblack {
  9432.   color: black;
  9433. }
  9434. .ansired {
  9435.   color: darkred;
  9436. }
  9437. .ansigreen {
  9438.   color: darkgreen;
  9439. }
  9440. .ansiyellow {
  9441.   color: #c4a000;
  9442. }
  9443. .ansiblue {
  9444.   color: darkblue;
  9445. }
  9446. .ansipurple {
  9447.   color: darkviolet;
  9448. }
  9449. .ansicyan {
  9450.   color: steelblue;
  9451. }
  9452. .ansigray {
  9453.   color: gray;
  9454. }
  9455. /* and light for background, for the same reason */
  9456. .ansibgblack {
  9457.   background-color: black;
  9458. }
  9459. .ansibgred {
  9460.   background-color: red;
  9461. }
  9462. .ansibggreen {
  9463.   background-color: green;
  9464. }
  9465. .ansibgyellow {
  9466.   background-color: yellow;
  9467. }
  9468. .ansibgblue {
  9469.   background-color: blue;
  9470. }
  9471. .ansibgpurple {
  9472.   background-color: magenta;
  9473. }
  9474. .ansibgcyan {
  9475.   background-color: cyan;
  9476. }
  9477. .ansibggray {
  9478.   background-color: gray;
  9479. }
  9480. div.cell {
  9481.   /* Old browsers */
  9482.   display: -webkit-box;
  9483.   -webkit-box-orient: vertical;
  9484.   -webkit-box-align: stretch;
  9485.   display: -moz-box;
  9486.   -moz-box-orient: vertical;
  9487.   -moz-box-align: stretch;
  9488.   display: box;
  9489.   box-orient: vertical;
  9490.   box-align: stretch;
  9491.   /* Modern browsers */
  9492.   display: flex;
  9493.   flex-direction: column;
  9494.   align-items: stretch;
  9495.   border-radius: 2px;
  9496.   box-sizing: border-box;
  9497.   -moz-box-sizing: border-box;
  9498.   -webkit-box-sizing: border-box;
  9499.   border-width: 1px;
  9500.   border-style: solid;
  9501.   border-color: transparent;
  9502.   width: 100%;
  9503.   padding: 5px;
  9504.   /* This acts as a spacer between cells, that is outside the border */
  9505.   margin: 0px;
  9506.   outline: none;
  9507.   border-left-width: 1px;
  9508.   padding-left: 5px;
  9509.   background: linear-gradient(to right, transparent -40px, transparent 1px, transparent 1px, transparent 100%);
  9510. }
  9511. div.cell.jupyter-soft-selected {
  9512.   border-left-color: #90CAF9;
  9513.   border-left-color: #E3F2FD;
  9514.   border-left-width: 1px;
  9515.   padding-left: 5px;
  9516.   border-right-color: #E3F2FD;
  9517.   border-right-width: 1px;
  9518.   background: #E3F2FD;
  9519. }
  9520. @media print {
  9521.   div.cell.jupyter-soft-selected {
  9522.     border-color: transparent;
  9523.   }
  9524. }
  9525. div.cell.selected {
  9526.   border-color: #ababab;
  9527.   border-left-width: 0px;
  9528.   padding-left: 6px;
  9529.   background: linear-gradient(to right, #42A5F5 -40px, #42A5F5 5px, transparent 5px, transparent 100%);
  9530. }
  9531. @media print {
  9532.   div.cell.selected {
  9533.     border-color: transparent;
  9534.   }
  9535. }
  9536. div.cell.selected.jupyter-soft-selected {
  9537.   border-left-width: 0;
  9538.   padding-left: 6px;
  9539.   background: linear-gradient(to right, #42A5F5 -40px, #42A5F5 7px, #E3F2FD 7px, #E3F2FD 100%);
  9540. }
  9541. .edit_mode div.cell.selected {
  9542.   border-color: #66BB6A;
  9543.   border-left-width: 0px;
  9544.   padding-left: 6px;
  9545.   background: linear-gradient(to right, #66BB6A -40px, #66BB6A 5px, transparent 5px, transparent 100%);
  9546. }
  9547. @media print {
  9548.   .edit_mode div.cell.selected {
  9549.     border-color: transparent;
  9550.   }
  9551. }
  9552. .prompt {
  9553.   /* This needs to be wide enough for 3 digit prompt numbers: In[100]: */
  9554.   min-width: 14ex;
  9555.   /* This padding is tuned to match the padding on the CodeMirror editor. */
  9556.   padding: 0.4em;
  9557.   margin: 0px;
  9558.   font-family: monospace;
  9559.   text-align: right;
  9560.   /* This has to match that of the the CodeMirror class line-height below */
  9561.   line-height: 1.21429em;
  9562.   /* Don't highlight prompt number selection */
  9563.   -webkit-touch-callout: none;
  9564.   -webkit-user-select: none;
  9565.   -khtml-user-select: none;
  9566.   -moz-user-select: none;
  9567.   -ms-user-select: none;
  9568.   user-select: none;
  9569.   /* Use default cursor */
  9570.   cursor: default;
  9571. }
  9572. @media (max-width: 540px) {
  9573.   .prompt {
  9574.     text-align: left;
  9575.   }
  9576. }
  9577. div.inner_cell {
  9578.   min-width: 0;
  9579.   /* Old browsers */
  9580.   display: -webkit-box;
  9581.   -webkit-box-orient: vertical;
  9582.   -webkit-box-align: stretch;
  9583.   display: -moz-box;
  9584.   -moz-box-orient: vertical;
  9585.   -moz-box-align: stretch;
  9586.   display: box;
  9587.   box-orient: vertical;
  9588.   box-align: stretch;
  9589.   /* Modern browsers */
  9590.   display: flex;
  9591.   flex-direction: column;
  9592.   align-items: stretch;
  9593.   /* Old browsers */
  9594.   -webkit-box-flex: 1;
  9595.   -moz-box-flex: 1;
  9596.   box-flex: 1;
  9597.   /* Modern browsers */
  9598.   flex: 1;
  9599. }
  9600. /* input_area and input_prompt must match in top border and margin for alignment */
  9601. div.input_area {
  9602.   border: 1px solid #cfcfcf;
  9603.   border-radius: 2px;
  9604.   background: #f7f7f7;
  9605.   line-height: 1.21429em;
  9606. }
  9607. /* This is needed so that empty prompt areas can collapse to zero height when there
  9608.    is no content in the output_subarea and the prompt. The main purpose of this is
  9609.    to make sure that empty JavaScript output_subareas have no height. */
  9610. div.prompt:empty {
  9611.   padding-top: 0;
  9612.   padding-bottom: 0;
  9613. }
  9614. div.unrecognized_cell {
  9615.   padding: 5px 5px 5px 0px;
  9616.   /* Old browsers */
  9617.   display: -webkit-box;
  9618.   -webkit-box-orient: horizontal;
  9619.   -webkit-box-align: stretch;
  9620.   display: -moz-box;
  9621.   -moz-box-orient: horizontal;
  9622.   -moz-box-align: stretch;
  9623.   display: box;
  9624.   box-orient: horizontal;
  9625.   box-align: stretch;
  9626.   /* Modern browsers */
  9627.   display: flex;
  9628.   flex-direction: row;
  9629.   align-items: stretch;
  9630. }
  9631. div.unrecognized_cell .inner_cell {
  9632.   border-radius: 2px;
  9633.   padding: 5px;
  9634.   font-weight: bold;
  9635.   color: red;
  9636.   border: 1px solid #cfcfcf;
  9637.   background: #eaeaea;
  9638. }
  9639. div.unrecognized_cell .inner_cell a {
  9640.   color: inherit;
  9641.   text-decoration: none;
  9642. }
  9643. div.unrecognized_cell .inner_cell a:hover {
  9644.   color: inherit;
  9645.   text-decoration: none;
  9646. }
  9647. @media (max-width: 540px) {
  9648.   div.unrecognized_cell > div.prompt {
  9649.     display: none;
  9650.   }
  9651. }
  9652. div.code_cell {
  9653.   /* avoid page breaking on code cells when printing */
  9654. }
  9655. @media print {
  9656.   div.code_cell {
  9657.     page-break-inside: avoid;
  9658.   }
  9659. }
  9660. /* any special styling for code cells that are currently running goes here */
  9661. div.input {
  9662.   page-break-inside: avoid;
  9663.   /* Old browsers */
  9664.   display: -webkit-box;
  9665.   -webkit-box-orient: horizontal;
  9666.   -webkit-box-align: stretch;
  9667.   display: -moz-box;
  9668.   -moz-box-orient: horizontal;
  9669.   -moz-box-align: stretch;
  9670.   display: box;
  9671.   box-orient: horizontal;
  9672.   box-align: stretch;
  9673.   /* Modern browsers */
  9674.   display: flex;
  9675.   flex-direction: row;
  9676.   align-items: stretch;
  9677. }
  9678. @media (max-width: 540px) {
  9679.   div.input {
  9680.     /* Old browsers */
  9681.     display: -webkit-box;
  9682.     -webkit-box-orient: vertical;
  9683.     -webkit-box-align: stretch;
  9684.     display: -moz-box;
  9685.     -moz-box-orient: vertical;
  9686.     -moz-box-align: stretch;
  9687.     display: box;
  9688.     box-orient: vertical;
  9689.     box-align: stretch;
  9690.     /* Modern browsers */
  9691.     display: flex;
  9692.     flex-direction: column;
  9693.     align-items: stretch;
  9694.   }
  9695. }
  9696. /* input_area and input_prompt must match in top border and margin for alignment */
  9697. div.input_prompt {
  9698.   color: #303F9F;
  9699.   border-top: 1px solid transparent;
  9700. }
  9701. div.input_area > div.highlight {
  9702.   margin: 0.4em;
  9703.   border: none;
  9704.   padding: 0px;
  9705.   background-color: transparent;
  9706. }
  9707. div.input_area > div.highlight > pre {
  9708.   margin: 0px;
  9709.   border: none;
  9710.   padding: 0px;
  9711.   background-color: transparent;
  9712. }
  9713. /* The following gets added to the <head> if it is detected that the user has a
  9714.  * monospace font with inconsistent normal/bold/italic height.  See
  9715.  * notebookmain.js.  Such fonts will have keywords vertically offset with
  9716.  * respect to the rest of the text.  The user should select a better font.
  9717.  * See: https://github.com/ipython/ipython/issues/1503
  9718.  *
  9719.  * .CodeMirror span {
  9720.  *      vertical-align: bottom;
  9721.  * }
  9722.  */
  9723. .CodeMirror {
  9724.   line-height: 1.21429em;
  9725.   /* Changed from 1em to our global default */
  9726.   font-size: 14px;
  9727.   height: auto;
  9728.   /* Changed to auto to autogrow */
  9729.   background: none;
  9730.   /* Changed from white to allow our bg to show through */
  9731. }
  9732. .CodeMirror-scroll {
  9733.   /*  The CodeMirror docs are a bit fuzzy on if overflow-y should be hidden or visible.*/
  9734.   /*  We have found that if it is visible, vertical scrollbars appear with font size changes.*/
  9735.   overflow-y: hidden;
  9736.   overflow-x: auto;
  9737. }
  9738. .CodeMirror-lines {
  9739.   /* In CM2, this used to be 0.4em, but in CM3 it went to 4px. We need the em value because */
  9740.   /* we have set a different line-height and want this to scale with that. */
  9741.   padding: 0.4em;
  9742. }
  9743. .CodeMirror-linenumber {
  9744.   padding: 0 8px 0 4px;
  9745. }
  9746. .CodeMirror-gutters {
  9747.   border-bottom-left-radius: 2px;
  9748.   border-top-left-radius: 2px;
  9749. }
  9750. .CodeMirror pre {
  9751.   /* In CM3 this went to 4px from 0 in CM2. We need the 0 value because of how we size */
  9752.   /* .CodeMirror-lines */
  9753.   padding: 0;
  9754.   border: 0;
  9755.   border-radius: 0;
  9756. }
  9757. /*
  9758.  
  9759. Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>
  9760. Adapted from GitHub theme
  9761.  
  9762. */
  9763. .highlight-base {
  9764.   color: #000;
  9765. }
  9766. .highlight-variable {
  9767.   color: #000;
  9768. }
  9769. .highlight-variable-2 {
  9770.   color: #1a1a1a;
  9771. }
  9772. .highlight-variable-3 {
  9773.   color: #333333;
  9774. }
  9775. .highlight-string {
  9776.   color: #BA2121;
  9777. }
  9778. .highlight-comment {
  9779.   color: #408080;
  9780.   font-style: italic;
  9781. }
  9782. .highlight-number {
  9783.   color: #080;
  9784. }
  9785. .highlight-atom {
  9786.   color: #88F;
  9787. }
  9788. .highlight-keyword {
  9789.   color: #008000;
  9790.   font-weight: bold;
  9791. }
  9792. .highlight-builtin {
  9793.   color: #008000;
  9794. }
  9795. .highlight-error {
  9796.   color: #f00;
  9797. }
  9798. .highlight-operator {
  9799.   color: #AA22FF;
  9800.   font-weight: bold;
  9801. }
  9802. .highlight-meta {
  9803.   color: #AA22FF;
  9804. }
  9805. /* previously not defined, copying from default codemirror */
  9806. .highlight-def {
  9807.   color: #00f;
  9808. }
  9809. .highlight-string-2 {
  9810.   color: #f50;
  9811. }
  9812. .highlight-qualifier {
  9813.   color: #555;
  9814. }
  9815. .highlight-bracket {
  9816.   color: #997;
  9817. }
  9818. .highlight-tag {
  9819.   color: #170;
  9820. }
  9821. .highlight-attribute {
  9822.   color: #00c;
  9823. }
  9824. .highlight-header {
  9825.   color: blue;
  9826. }
  9827. .highlight-quote {
  9828.   color: #090;
  9829. }
  9830. .highlight-link {
  9831.   color: #00c;
  9832. }
  9833. /* apply the same style to codemirror */
  9834. .cm-s-ipython span.cm-keyword {
  9835.   color: #008000;
  9836.   font-weight: bold;
  9837. }
  9838. .cm-s-ipython span.cm-atom {
  9839.   color: #88F;
  9840. }
  9841. .cm-s-ipython span.cm-number {
  9842.   color: #080;
  9843. }
  9844. .cm-s-ipython span.cm-def {
  9845.   color: #00f;
  9846. }
  9847. .cm-s-ipython span.cm-variable {
  9848.   color: #000;
  9849. }
  9850. .cm-s-ipython span.cm-operator {
  9851.   color: #AA22FF;
  9852.   font-weight: bold;
  9853. }
  9854. .cm-s-ipython span.cm-variable-2 {
  9855.   color: #1a1a1a;
  9856. }
  9857. .cm-s-ipython span.cm-variable-3 {
  9858.   color: #333333;
  9859. }
  9860. .cm-s-ipython span.cm-comment {
  9861.   color: #408080;
  9862.   font-style: italic;
  9863. }
  9864. .cm-s-ipython span.cm-string {
  9865.   color: #BA2121;
  9866. }
  9867. .cm-s-ipython span.cm-string-2 {
  9868.   color: #f50;
  9869. }
  9870. .cm-s-ipython span.cm-meta {
  9871.   color: #AA22FF;
  9872. }
  9873. .cm-s-ipython span.cm-qualifier {
  9874.   color: #555;
  9875. }
  9876. .cm-s-ipython span.cm-builtin {
  9877.   color: #008000;
  9878. }
  9879. .cm-s-ipython span.cm-bracket {
  9880.   color: #997;
  9881. }
  9882. .cm-s-ipython span.cm-tag {
  9883.   color: #170;
  9884. }
  9885. .cm-s-ipython span.cm-attribute {
  9886.   color: #00c;
  9887. }
  9888. .cm-s-ipython span.cm-header {
  9889.   color: blue;
  9890. }
  9891. .cm-s-ipython span.cm-quote {
  9892.   color: #090;
  9893. }
  9894. .cm-s-ipython span.cm-link {
  9895.   color: #00c;
  9896. }
  9897. .cm-s-ipython span.cm-error {
  9898.   color: #f00;
  9899. }
  9900. .cm-s-ipython span.cm-tab {
  9901.   background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAMCAYAAAAkuj5RAAAAAXNSR0IArs4c6QAAAGFJREFUSMft1LsRQFAQheHPowAKoACx3IgEKtaEHujDjORSgWTH/ZOdnZOcM/sgk/kFFWY0qV8foQwS4MKBCS3qR6ixBJvElOobYAtivseIE120FaowJPN75GMu8j/LfMwNjh4HUpwg4LUAAAAASUVORK5CYII=);
  9902.   background-position: right;
  9903.   background-repeat: no-repeat;
  9904. }
  9905. div.output_wrapper {
  9906.   /* this position must be relative to enable descendents to be absolute within it */
  9907.   position: relative;
  9908.   /* Old browsers */
  9909.   display: -webkit-box;
  9910.   -webkit-box-orient: vertical;
  9911.   -webkit-box-align: stretch;
  9912.   display: -moz-box;
  9913.   -moz-box-orient: vertical;
  9914.   -moz-box-align: stretch;
  9915.   display: box;
  9916.   box-orient: vertical;
  9917.   box-align: stretch;
  9918.   /* Modern browsers */
  9919.   display: flex;
  9920.   flex-direction: column;
  9921.   align-items: stretch;
  9922.   z-index: 1;
  9923. }
  9924. /* class for the output area when it should be height-limited */
  9925. div.output_scroll {
  9926.   /* ideally, this would be max-height, but FF barfs all over that */
  9927.   height: 24em;
  9928.   /* FF needs this *and the wrapper* to specify full width, or it will shrinkwrap */
  9929.   width: 100%;
  9930.   overflow: auto;
  9931.   border-radius: 2px;
  9932.   -webkit-box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.8);
  9933.   box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.8);
  9934.   display: block;
  9935. }
  9936. /* output div while it is collapsed */
  9937. div.output_collapsed {
  9938.   margin: 0px;
  9939.   padding: 0px;
  9940.   /* Old browsers */
  9941.   display: -webkit-box;
  9942.   -webkit-box-orient: vertical;
  9943.   -webkit-box-align: stretch;
  9944.   display: -moz-box;
  9945.   -moz-box-orient: vertical;
  9946.   -moz-box-align: stretch;
  9947.   display: box;
  9948.   box-orient: vertical;
  9949.   box-align: stretch;
  9950.   /* Modern browsers */
  9951.   display: flex;
  9952.   flex-direction: column;
  9953.   align-items: stretch;
  9954. }
  9955. div.out_prompt_overlay {
  9956.   height: 100%;
  9957.   padding: 0px 0.4em;
  9958.   position: absolute;
  9959.   border-radius: 2px;
  9960. }
  9961. div.out_prompt_overlay:hover {
  9962.   /* use inner shadow to get border that is computed the same on WebKit/FF */
  9963.   -webkit-box-shadow: inset 0 0 1px #000;
  9964.   box-shadow: inset 0 0 1px #000;
  9965.   background: rgba(240, 240, 240, 0.5);
  9966. }
  9967. div.output_prompt {
  9968.   color: #D84315;
  9969. }
  9970. /* This class is the outer container of all output sections. */
  9971. div.output_area {
  9972.   padding: 0px;
  9973.   page-break-inside: avoid;
  9974.   /* Old browsers */
  9975.   display: -webkit-box;
  9976.   -webkit-box-orient: horizontal;
  9977.   -webkit-box-align: stretch;
  9978.   display: -moz-box;
  9979.   -moz-box-orient: horizontal;
  9980.   -moz-box-align: stretch;
  9981.   display: box;
  9982.   box-orient: horizontal;
  9983.   box-align: stretch;
  9984.   /* Modern browsers */
  9985.   display: flex;
  9986.   flex-direction: row;
  9987.   align-items: stretch;
  9988. }
  9989. div.output_area .MathJax_Display {
  9990.   text-align: left !important;
  9991. }
  9992. div.output_area .rendered_html table {
  9993.   margin-left: 0;
  9994.   margin-right: 0;
  9995. }
  9996. div.output_area .rendered_html img {
  9997.   margin-left: 0;
  9998.   margin-right: 0;
  9999. }
  10000. div.output_area img,
  10001. div.output_area svg {
  10002.   max-width: 100%;
  10003.   height: auto;
  10004. }
  10005. div.output_area img.unconfined,
  10006. div.output_area svg.unconfined {
  10007.   max-width: none;
  10008. }
  10009. /* This is needed to protect the pre formating from global settings such
  10010.    as that of bootstrap */
  10011. .output {
  10012.   /* Old browsers */
  10013.   display: -webkit-box;
  10014.   -webkit-box-orient: vertical;
  10015.   -webkit-box-align: stretch;
  10016.   display: -moz-box;
  10017.   -moz-box-orient: vertical;
  10018.   -moz-box-align: stretch;
  10019.   display: box;
  10020.   box-orient: vertical;
  10021.   box-align: stretch;
  10022.   /* Modern browsers */
  10023.   display: flex;
  10024.   flex-direction: column;
  10025.   align-items: stretch;
  10026. }
  10027. @media (max-width: 540px) {
  10028.   div.output_area {
  10029.     /* Old browsers */
  10030.     display: -webkit-box;
  10031.     -webkit-box-orient: vertical;
  10032.     -webkit-box-align: stretch;
  10033.     display: -moz-box;
  10034.     -moz-box-orient: vertical;
  10035.     -moz-box-align: stretch;
  10036.     display: box;
  10037.     box-orient: vertical;
  10038.     box-align: stretch;
  10039.     /* Modern browsers */
  10040.     display: flex;
  10041.     flex-direction: column;
  10042.     align-items: stretch;
  10043.   }
  10044. }
  10045. div.output_area pre {
  10046.   margin: 0;
  10047.   padding: 0;
  10048.   border: 0;
  10049.   vertical-align: baseline;
  10050.   color: black;
  10051.   background-color: transparent;
  10052.   border-radius: 0;
  10053. }
  10054. /* This class is for the output subarea inside the output_area and after
  10055.    the prompt div. */
  10056. div.output_subarea {
  10057.   overflow-x: auto;
  10058.   padding: 0.4em;
  10059.   /* Old browsers */
  10060.   -webkit-box-flex: 1;
  10061.   -moz-box-flex: 1;
  10062.   box-flex: 1;
  10063.   /* Modern browsers */
  10064.   flex: 1;
  10065.   max-width: calc(100% - 14ex);
  10066. }
  10067. div.output_scroll div.output_subarea {
  10068.   overflow-x: visible;
  10069. }
  10070. /* The rest of the output_* classes are for special styling of the different
  10071.    output types */
  10072. /* all text output has this class: */
  10073. div.output_text {
  10074.   text-align: left;
  10075.   color: #000;
  10076.   /* This has to match that of the the CodeMirror class line-height below */
  10077.   line-height: 1.21429em;
  10078. }
  10079. /* stdout/stderr are 'text' as well as 'stream', but execute_result/error are *not* streams */
  10080. div.output_stderr {
  10081.   background: #fdd;
  10082.   /* very light red background for stderr */
  10083. }
  10084. div.output_latex {
  10085.   text-align: left;
  10086. }
  10087. /* Empty output_javascript divs should have no height */
  10088. div.output_javascript:empty {
  10089.   padding: 0;
  10090. }
  10091. .js-error {
  10092.   color: darkred;
  10093. }
  10094. /* raw_input styles */
  10095. div.raw_input_container {
  10096.   line-height: 1.21429em;
  10097.   padding-top: 5px;
  10098. }
  10099. pre.raw_input_prompt {
  10100.   /* nothing needed here. */
  10101. }
  10102. input.raw_input {
  10103.   font-family: monospace;
  10104.   font-size: inherit;
  10105.   color: inherit;
  10106.   width: auto;
  10107.   /* make sure input baseline aligns with prompt */
  10108.   vertical-align: baseline;
  10109.   /* padding + margin = 0.5em between prompt and cursor */
  10110.   padding: 0em 0.25em;
  10111.   margin: 0em 0.25em;
  10112. }
  10113. input.raw_input:focus {
  10114.   box-shadow: none;
  10115. }
  10116. p.p-space {
  10117.   margin-bottom: 10px;
  10118. }
  10119. div.output_unrecognized {
  10120.   padding: 5px;
  10121.   font-weight: bold;
  10122.   color: red;
  10123. }
  10124. div.output_unrecognized a {
  10125.   color: inherit;
  10126.   text-decoration: none;
  10127. }
  10128. div.output_unrecognized a:hover {
  10129.   color: inherit;
  10130.   text-decoration: none;
  10131. }
  10132. .rendered_html {
  10133.   color: #000;
  10134.   /* any extras will just be numbers: */
  10135. }
  10136. .rendered_html em {
  10137.   font-style: italic;
  10138. }
  10139. .rendered_html strong {
  10140.   font-weight: bold;
  10141. }
  10142. .rendered_html u {
  10143.   text-decoration: underline;
  10144. }
  10145. .rendered_html :link {
  10146.   text-decoration: underline;
  10147. }
  10148. .rendered_html :visited {
  10149.   text-decoration: underline;
  10150. }
  10151. .rendered_html h1 {
  10152.   font-size: 185.7%;
  10153.   margin: 1.08em 0 0 0;
  10154.   font-weight: bold;
  10155.   line-height: 1.0;
  10156. }
  10157. .rendered_html h2 {
  10158.   font-size: 157.1%;
  10159.   margin: 1.27em 0 0 0;
  10160.   font-weight: bold;
  10161.   line-height: 1.0;
  10162. }
  10163. .rendered_html h3 {
  10164.   font-size: 128.6%;
  10165.   margin: 1.55em 0 0 0;
  10166.   font-weight: bold;
  10167.   line-height: 1.0;
  10168. }
  10169. .rendered_html h4 {
  10170.   font-size: 100%;
  10171.   margin: 2em 0 0 0;
  10172.   font-weight: bold;
  10173.   line-height: 1.0;
  10174. }
  10175. .rendered_html h5 {
  10176.   font-size: 100%;
  10177.   margin: 2em 0 0 0;
  10178.   font-weight: bold;
  10179.   line-height: 1.0;
  10180.   font-style: italic;
  10181. }
  10182. .rendered_html h6 {
  10183.   font-size: 100%;
  10184.   margin: 2em 0 0 0;
  10185.   font-weight: bold;
  10186.   line-height: 1.0;
  10187.   font-style: italic;
  10188. }
  10189. .rendered_html h1:first-child {
  10190.   margin-top: 0.538em;
  10191. }
  10192. .rendered_html h2:first-child {
  10193.   margin-top: 0.636em;
  10194. }
  10195. .rendered_html h3:first-child {
  10196.   margin-top: 0.777em;
  10197. }
  10198. .rendered_html h4:first-child {
  10199.   margin-top: 1em;
  10200. }
  10201. .rendered_html h5:first-child {
  10202.   margin-top: 1em;
  10203. }
  10204. .rendered_html h6:first-child {
  10205.   margin-top: 1em;
  10206. }
  10207. .rendered_html ul {
  10208.   list-style: disc;
  10209.   margin: 0em 2em;
  10210.   padding-left: 0px;
  10211. }
  10212. .rendered_html ul ul {
  10213.   list-style: square;
  10214.   margin: 0em 2em;
  10215. }
  10216. .rendered_html ul ul ul {
  10217.   list-style: circle;
  10218.   margin: 0em 2em;
  10219. }
  10220. .rendered_html ol {
  10221.   list-style: decimal;
  10222.   margin: 0em 2em;
  10223.   padding-left: 0px;
  10224. }
  10225. .rendered_html ol ol {
  10226.   list-style: upper-alpha;
  10227.   margin: 0em 2em;
  10228. }
  10229. .rendered_html ol ol ol {
  10230.   list-style: lower-alpha;
  10231.   margin: 0em 2em;
  10232. }
  10233. .rendered_html ol ol ol ol {
  10234.   list-style: lower-roman;
  10235.   margin: 0em 2em;
  10236. }
  10237. .rendered_html ol ol ol ol ol {
  10238.   list-style: decimal;
  10239.   margin: 0em 2em;
  10240. }
  10241. .rendered_html * + ul {
  10242.   margin-top: 1em;
  10243. }
  10244. .rendered_html * + ol {
  10245.   margin-top: 1em;
  10246. }
  10247. .rendered_html hr {
  10248.   color: black;
  10249.   background-color: black;
  10250. }
  10251. .rendered_html pre {
  10252.   margin: 1em 2em;
  10253. }
  10254. .rendered_html pre,
  10255. .rendered_html code {
  10256.   border: 0;
  10257.   background-color: #fff;
  10258.   color: #000;
  10259.   font-size: 100%;
  10260.   padding: 0px;
  10261. }
  10262. .rendered_html blockquote {
  10263.   margin: 1em 2em;
  10264. }
  10265. .rendered_html table {
  10266.   margin-left: auto;
  10267.   margin-right: auto;
  10268.   border: 1px solid black;
  10269.   border-collapse: collapse;
  10270. }
  10271. .rendered_html tr,
  10272. .rendered_html th,
  10273. .rendered_html td {
  10274.   border: 1px solid black;
  10275.   border-collapse: collapse;
  10276.   margin: 1em 2em;
  10277. }
  10278. .rendered_html td,
  10279. .rendered_html th {
  10280.   text-align: left;
  10281.   vertical-align: middle;
  10282.   padding: 4px;
  10283. }
  10284. .rendered_html th {
  10285.   font-weight: bold;
  10286. }
  10287. .rendered_html * + table {
  10288.   margin-top: 1em;
  10289. }
  10290. .rendered_html p {
  10291.   text-align: left;
  10292. }
  10293. .rendered_html * + p {
  10294.   margin-top: 1em;
  10295. }
  10296. .rendered_html img {
  10297.   display: block;
  10298.   margin-left: auto;
  10299.   margin-right: auto;
  10300. }
  10301. .rendered_html * + img {
  10302.   margin-top: 1em;
  10303. }
  10304. .rendered_html img,
  10305. .rendered_html svg {
  10306.   max-width: 100%;
  10307.   height: auto;
  10308. }
  10309. .rendered_html img.unconfined,
  10310. .rendered_html svg.unconfined {
  10311.   max-width: none;
  10312. }
  10313. div.text_cell {
  10314.   /* Old browsers */
  10315.   display: -webkit-box;
  10316.   -webkit-box-orient: horizontal;
  10317.   -webkit-box-align: stretch;
  10318.   display: -moz-box;
  10319.   -moz-box-orient: horizontal;
  10320.   -moz-box-align: stretch;
  10321.   display: box;
  10322.   box-orient: horizontal;
  10323.   box-align: stretch;
  10324.   /* Modern browsers */
  10325.   display: flex;
  10326.   flex-direction: row;
  10327.   align-items: stretch;
  10328. }
  10329. @media (max-width: 540px) {
  10330.   div.text_cell > div.prompt {
  10331.     display: none;
  10332.   }
  10333. }
  10334. div.text_cell_render {
  10335.   /*font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;*/
  10336.   outline: none;
  10337.   resize: none;
  10338.   width: inherit;
  10339.   border-style: none;
  10340.   padding: 0.5em 0.5em 0.5em 0.4em;
  10341.   color: #000;
  10342.   box-sizing: border-box;
  10343.   -moz-box-sizing: border-box;
  10344.   -webkit-box-sizing: border-box;
  10345. }
  10346. a.anchor-link:link {
  10347.   text-decoration: none;
  10348.   padding: 0px 20px;
  10349.   visibility: hidden;
  10350. }
  10351. h1:hover .anchor-link,
  10352. h2:hover .anchor-link,
  10353. h3:hover .anchor-link,
  10354. h4:hover .anchor-link,
  10355. h5:hover .anchor-link,
  10356. h6:hover .anchor-link {
  10357.   visibility: visible;
  10358. }
  10359. .text_cell.rendered .input_area {
  10360.   display: none;
  10361. }
  10362. .text_cell.rendered .rendered_html {
  10363.   overflow-x: auto;
  10364.   overflow-y: hidden;
  10365. }
  10366. .text_cell.unrendered .text_cell_render {
  10367.   display: none;
  10368. }
  10369. .cm-header-1,
  10370. .cm-header-2,
  10371. .cm-header-3,
  10372. .cm-header-4,
  10373. .cm-header-5,
  10374. .cm-header-6 {
  10375.   font-weight: bold;
  10376.   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  10377. }
  10378. .cm-header-1 {
  10379.   font-size: 185.7%;
  10380. }
  10381. .cm-header-2 {
  10382.   font-size: 157.1%;
  10383. }
  10384. .cm-header-3 {
  10385.   font-size: 128.6%;
  10386. }
  10387. .cm-header-4 {
  10388.   font-size: 110%;
  10389. }
  10390. .cm-header-5 {
  10391.   font-size: 100%;
  10392.   font-style: italic;
  10393. }
  10394. .cm-header-6 {
  10395.   font-size: 100%;
  10396.   font-style: italic;
  10397. }
  10398. /*!
  10399. *
  10400. * IPython notebook webapp
  10401. *
  10402. */
  10403. @media (max-width: 767px) {
  10404.   .notebook_app {
  10405.     padding-left: 0px;
  10406.     padding-right: 0px;
  10407.   }
  10408. }
  10409. #ipython-main-app {
  10410.   box-sizing: border-box;
  10411.   -moz-box-sizing: border-box;
  10412.   -webkit-box-sizing: border-box;
  10413.   height: 100%;
  10414. }
  10415. div#notebook_panel {
  10416.   margin: 0px;
  10417.   padding: 0px;
  10418.   box-sizing: border-box;
  10419.   -moz-box-sizing: border-box;
  10420.   -webkit-box-sizing: border-box;
  10421.   height: 100%;
  10422. }
  10423. div#notebook {
  10424.   font-size: 14px;
  10425.   line-height: 20px;
  10426.   overflow-y: hidden;
  10427.   overflow-x: auto;
  10428.   width: 100%;
  10429.   /* This spaces the page away from the edge of the notebook area */
  10430.   padding-top: 20px;
  10431.   margin: 0px;
  10432.   outline: none;
  10433.   box-sizing: border-box;
  10434.   -moz-box-sizing: border-box;
  10435.   -webkit-box-sizing: border-box;
  10436.   min-height: 100%;
  10437. }
  10438. @media not print {
  10439.   #notebook-container {
  10440.     padding: 15px;
  10441.     background-color: #fff;
  10442.     min-height: 0;
  10443.     -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
  10444.     box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
  10445.   }
  10446. }
  10447. @media print {
  10448.   #notebook-container {
  10449.     width: 100%;
  10450.   }
  10451. }
  10452. div.ui-widget-content {
  10453.   border: 1px solid #ababab;
  10454.   outline: none;
  10455. }
  10456. pre.dialog {
  10457.   background-color: #f7f7f7;
  10458.   border: 1px solid #ddd;
  10459.   border-radius: 2px;
  10460.   padding: 0.4em;
  10461.   padding-left: 2em;
  10462. }
  10463. p.dialog {
  10464.   padding: 0.2em;
  10465. }
  10466. /* Word-wrap output correctly.  This is the CSS3 spelling, though Firefox seems
  10467.    to not honor it correctly.  Webkit browsers (Chrome, rekonq, Safari) do.
  10468.  */
  10469. pre,
  10470. code,
  10471. kbd,
  10472. samp {
  10473.   white-space: pre-wrap;
  10474. }
  10475. #fonttest {
  10476.   font-family: monospace;
  10477. }
  10478. p {
  10479.   margin-bottom: 0;
  10480. }
  10481. .end_space {
  10482.   min-height: 100px;
  10483.   transition: height .2s ease;
  10484. }
  10485. .notebook_app > #header {
  10486.   -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
  10487.   box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
  10488. }
  10489. @media not print {
  10490.   .notebook_app {
  10491.     background-color: #EEE;
  10492.   }
  10493. }
  10494. kbd {
  10495.   border-style: solid;
  10496.   border-width: 1px;
  10497.   box-shadow: none;
  10498.   margin: 2px;
  10499.   padding-left: 2px;
  10500.   padding-right: 2px;
  10501.   padding-top: 1px;
  10502.   padding-bottom: 1px;
  10503. }
  10504. /* CSS for the cell toolbar */
  10505. .celltoolbar {
  10506.   border: thin solid #CFCFCF;
  10507.   border-bottom: none;
  10508.   background: #EEE;
  10509.   border-radius: 2px 2px 0px 0px;
  10510.   width: 100%;
  10511.   height: 29px;
  10512.   padding-right: 4px;
  10513.   /* Old browsers */
  10514.   display: -webkit-box;
  10515.   -webkit-box-orient: horizontal;
  10516.   -webkit-box-align: stretch;
  10517.   display: -moz-box;
  10518.   -moz-box-orient: horizontal;
  10519.   -moz-box-align: stretch;
  10520.   display: box;
  10521.   box-orient: horizontal;
  10522.   box-align: stretch;
  10523.   /* Modern browsers */
  10524.   display: flex;
  10525.   flex-direction: row;
  10526.   align-items: stretch;
  10527.   /* Old browsers */
  10528.   -webkit-box-pack: end;
  10529.   -moz-box-pack: end;
  10530.   box-pack: end;
  10531.   /* Modern browsers */
  10532.   justify-content: flex-end;
  10533.   display: -webkit-flex;
  10534. }
  10535. @media print {
  10536.   .celltoolbar {
  10537.     display: none;
  10538.   }
  10539. }
  10540. .ctb_hideshow {
  10541.   display: none;
  10542.   vertical-align: bottom;
  10543. }
  10544. /* ctb_show is added to the ctb_hideshow div to show the cell toolbar.
  10545.    Cell toolbars are only shown when the ctb_global_show class is also set.
  10546. */
  10547. .ctb_global_show .ctb_show.ctb_hideshow {
  10548.   display: block;
  10549. }
  10550. .ctb_global_show .ctb_show + .input_area,
  10551. .ctb_global_show .ctb_show + div.text_cell_input,
  10552. .ctb_global_show .ctb_show ~ div.text_cell_render {
  10553.   border-top-right-radius: 0px;
  10554.   border-top-left-radius: 0px;
  10555. }
  10556. .ctb_global_show .ctb_show ~ div.text_cell_render {
  10557.   border: 1px solid #cfcfcf;
  10558. }
  10559. .celltoolbar {
  10560.   font-size: 87%;
  10561.   padding-top: 3px;
  10562. }
  10563. .celltoolbar select {
  10564.   display: block;
  10565.   width: 100%;
  10566.   height: 32px;
  10567.   padding: 6px 12px;
  10568.   font-size: 13px;
  10569.   line-height: 1.42857143;
  10570.   color: #555555;
  10571.   background-color: #fff;
  10572.   background-image: none;
  10573.   border: 1px solid #ccc;
  10574.   border-radius: 2px;
  10575.   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  10576.   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  10577.   -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  10578.   -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  10579.   transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  10580.   height: 30px;
  10581.   padding: 5px 10px;
  10582.   font-size: 12px;
  10583.   line-height: 1.5;
  10584.   border-radius: 1px;
  10585.   width: inherit;
  10586.   font-size: inherit;
  10587.   height: 22px;
  10588.   padding: 0px;
  10589.   display: inline-block;
  10590. }
  10591. .celltoolbar select:focus {
  10592.   border-color: #66afe9;
  10593.   outline: 0;
  10594.   -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  10595.   box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  10596. }
  10597. .celltoolbar select::-moz-placeholder {
  10598.   color: #999;
  10599.   opacity: 1;
  10600. }
  10601. .celltoolbar select:-ms-input-placeholder {
  10602.   color: #999;
  10603. }
  10604. .celltoolbar select::-webkit-input-placeholder {
  10605.   color: #999;
  10606. }
  10607. .celltoolbar select::-ms-expand {
  10608.   border: 0;
  10609.   background-color: transparent;
  10610. }
  10611. .celltoolbar select[disabled],
  10612. .celltoolbar select[readonly],
  10613. fieldset[disabled] .celltoolbar select {
  10614.   background-color: #eeeeee;
  10615.   opacity: 1;
  10616. }
  10617. .celltoolbar select[disabled],
  10618. fieldset[disabled] .celltoolbar select {
  10619.   cursor: not-allowed;
  10620. }
  10621. textarea.celltoolbar select {
  10622.   height: auto;
  10623. }
  10624. select.celltoolbar select {
  10625.   height: 30px;
  10626.   line-height: 30px;
  10627. }
  10628. textarea.celltoolbar select,
  10629. select[multiple].celltoolbar select {
  10630.   height: auto;
  10631. }
  10632. .celltoolbar label {
  10633.   margin-left: 5px;
  10634.   margin-right: 5px;
  10635. }
  10636. .completions {
  10637.   position: absolute;
  10638.   z-index: 110;
  10639.   overflow: hidden;
  10640.   border: 1px solid #ababab;
  10641.   border-radius: 2px;
  10642.   -webkit-box-shadow: 0px 6px 10px -1px #adadad;
  10643.   box-shadow: 0px 6px 10px -1px #adadad;
  10644.   line-height: 1;
  10645. }
  10646. .completions select {
  10647.   background: white;
  10648.   outline: none;
  10649.   border: none;
  10650.   padding: 0px;
  10651.   margin: 0px;
  10652.   overflow: auto;
  10653.   font-family: monospace;
  10654.   font-size: 110%;
  10655.   color: #000;
  10656.   width: auto;
  10657. }
  10658. .completions select option.context {
  10659.   color: #286090;
  10660. }
  10661. #kernel_logo_widget {
  10662.   float: right !important;
  10663.   float: right;
  10664. }
  10665. #kernel_logo_widget .current_kernel_logo {
  10666.   display: none;
  10667.   margin-top: -1px;
  10668.   margin-bottom: -1px;
  10669.   width: 32px;
  10670.   height: 32px;
  10671. }
  10672. #menubar {
  10673.   box-sizing: border-box;
  10674.   -moz-box-sizing: border-box;
  10675.   -webkit-box-sizing: border-box;
  10676.   margin-top: 1px;
  10677. }
  10678. #menubar .navbar {
  10679.   border-top: 1px;
  10680.   border-radius: 0px 0px 2px 2px;
  10681.   margin-bottom: 0px;
  10682. }
  10683. #menubar .navbar-toggle {
  10684.   float: left;
  10685.   padding-top: 7px;
  10686.   padding-bottom: 7px;
  10687.   border: none;
  10688. }
  10689. #menubar .navbar-collapse {
  10690.   clear: left;
  10691. }
  10692. .nav-wrapper {
  10693.   border-bottom: 1px solid #e7e7e7;
  10694. }
  10695. i.menu-icon {
  10696.   padding-top: 4px;
  10697. }
  10698. ul#help_menu li a {
  10699.   overflow: hidden;
  10700.   padding-right: 2.2em;
  10701. }
  10702. ul#help_menu li a i {
  10703.   margin-right: -1.2em;
  10704. }
  10705. .dropdown-submenu {
  10706.   position: relative;
  10707. }
  10708. .dropdown-submenu > .dropdown-menu {
  10709.   top: 0;
  10710.   left: 100%;
  10711.   margin-top: -6px;
  10712.   margin-left: -1px;
  10713. }
  10714. .dropdown-submenu:hover > .dropdown-menu {
  10715.   display: block;
  10716. }
  10717. .dropdown-submenu > a:after {
  10718.   display: inline-block;
  10719.   font: normal normal normal 14px/1 FontAwesome;
  10720.   font-size: inherit;
  10721.   text-rendering: auto;
  10722.   -webkit-font-smoothing: antialiased;
  10723.   -moz-osx-font-smoothing: grayscale;
  10724.   display: block;
  10725.   content: "\f0da";
  10726.   float: right;
  10727.   color: #333333;
  10728.   margin-top: 2px;
  10729.   margin-right: -10px;
  10730. }
  10731. .dropdown-submenu > a:after.pull-left {
  10732.   margin-right: .3em;
  10733. }
  10734. .dropdown-submenu > a:after.pull-right {
  10735.   margin-left: .3em;
  10736. }
  10737. .dropdown-submenu:hover > a:after {
  10738.   color: #262626;
  10739. }
  10740. .dropdown-submenu.pull-left {
  10741.   float: none;
  10742. }
  10743. .dropdown-submenu.pull-left > .dropdown-menu {
  10744.   left: -100%;
  10745.   margin-left: 10px;
  10746. }
  10747. #notification_area {
  10748.   float: right !important;
  10749.   float: right;
  10750.   z-index: 10;
  10751. }
  10752. .indicator_area {
  10753.   float: right !important;
  10754.   float: right;
  10755.   color: #777;
  10756.   margin-left: 5px;
  10757.   margin-right: 5px;
  10758.   width: 11px;
  10759.   z-index: 10;
  10760.   text-align: center;
  10761.   width: auto;
  10762. }
  10763. #kernel_indicator {
  10764.   float: right !important;
  10765.   float: right;
  10766.   color: #777;
  10767.   margin-left: 5px;
  10768.   margin-right: 5px;
  10769.   width: 11px;
  10770.   z-index: 10;
  10771.   text-align: center;
  10772.   width: auto;
  10773.   border-left: 1px solid;
  10774. }
  10775. #kernel_indicator .kernel_indicator_name {
  10776.   padding-left: 5px;
  10777.   padding-right: 5px;
  10778. }
  10779. #modal_indicator {
  10780.   float: right !important;
  10781.   float: right;
  10782.   color: #777;
  10783.   margin-left: 5px;
  10784.   margin-right: 5px;
  10785.   width: 11px;
  10786.   z-index: 10;
  10787.   text-align: center;
  10788.   width: auto;
  10789. }
  10790. #readonly-indicator {
  10791.   float: right !important;
  10792.   float: right;
  10793.   color: #777;
  10794.   margin-left: 5px;
  10795.   margin-right: 5px;
  10796.   width: 11px;
  10797.   z-index: 10;
  10798.   text-align: center;
  10799.   width: auto;
  10800.   margin-top: 2px;
  10801.   margin-bottom: 0px;
  10802.   margin-left: 0px;
  10803.   margin-right: 0px;
  10804.   display: none;
  10805. }
  10806. .modal_indicator:before {
  10807.   width: 1.28571429em;
  10808.   text-align: center;
  10809. }
  10810. .edit_mode .modal_indicator:before {
  10811.   display: inline-block;
  10812.   font: normal normal normal 14px/1 FontAwesome;
  10813.   font-size: inherit;
  10814.   text-rendering: auto;
  10815.   -webkit-font-smoothing: antialiased;
  10816.   -moz-osx-font-smoothing: grayscale;
  10817.   content: "\f040";
  10818. }
  10819. .edit_mode .modal_indicator:before.pull-left {
  10820.   margin-right: .3em;
  10821. }
  10822. .edit_mode .modal_indicator:before.pull-right {
  10823.   margin-left: .3em;
  10824. }
  10825. .command_mode .modal_indicator:before {
  10826.   display: inline-block;
  10827.   font: normal normal normal 14px/1 FontAwesome;
  10828.   font-size: inherit;
  10829.   text-rendering: auto;
  10830.   -webkit-font-smoothing: antialiased;
  10831.   -moz-osx-font-smoothing: grayscale;
  10832.   content: ' ';
  10833. }
  10834. .command_mode .modal_indicator:before.pull-left {
  10835.   margin-right: .3em;
  10836. }
  10837. .command_mode .modal_indicator:before.pull-right {
  10838.   margin-left: .3em;
  10839. }
  10840. .kernel_idle_icon:before {
  10841.   display: inline-block;
  10842.   font: normal normal normal 14px/1 FontAwesome;
  10843.   font-size: inherit;
  10844.   text-rendering: auto;
  10845.   -webkit-font-smoothing: antialiased;
  10846.   -moz-osx-font-smoothing: grayscale;
  10847.   content: "\f10c";
  10848. }
  10849. .kernel_idle_icon:before.pull-left {
  10850.   margin-right: .3em;
  10851. }
  10852. .kernel_idle_icon:before.pull-right {
  10853.   margin-left: .3em;
  10854. }
  10855. .kernel_busy_icon:before {
  10856.   display: inline-block;
  10857.   font: normal normal normal 14px/1 FontAwesome;
  10858.   font-size: inherit;
  10859.   text-rendering: auto;
  10860.   -webkit-font-smoothing: antialiased;
  10861.   -moz-osx-font-smoothing: grayscale;
  10862.   content: "\f111";
  10863. }
  10864. .kernel_busy_icon:before.pull-left {
  10865.   margin-right: .3em;
  10866. }
  10867. .kernel_busy_icon:before.pull-right {
  10868.   margin-left: .3em;
  10869. }
  10870. .kernel_dead_icon:before {
  10871.   display: inline-block;
  10872.   font: normal normal normal 14px/1 FontAwesome;
  10873.   font-size: inherit;
  10874.   text-rendering: auto;
  10875.   -webkit-font-smoothing: antialiased;
  10876.   -moz-osx-font-smoothing: grayscale;
  10877.   content: "\f1e2";
  10878. }
  10879. .kernel_dead_icon:before.pull-left {
  10880.   margin-right: .3em;
  10881. }
  10882. .kernel_dead_icon:before.pull-right {
  10883.   margin-left: .3em;
  10884. }
  10885. .kernel_disconnected_icon:before {
  10886.   display: inline-block;
  10887.   font: normal normal normal 14px/1 FontAwesome;
  10888.   font-size: inherit;
  10889.   text-rendering: auto;
  10890.   -webkit-font-smoothing: antialiased;
  10891.   -moz-osx-font-smoothing: grayscale;
  10892.   content: "\f127";
  10893. }
  10894. .kernel_disconnected_icon:before.pull-left {
  10895.   margin-right: .3em;
  10896. }
  10897. .kernel_disconnected_icon:before.pull-right {
  10898.   margin-left: .3em;
  10899. }
  10900. .notification_widget {
  10901.   color: #777;
  10902.   z-index: 10;
  10903.   background: rgba(240, 240, 240, 0.5);
  10904.   margin-right: 4px;
  10905.   color: #333;
  10906.   background-color: #fff;
  10907.   border-color: #ccc;
  10908. }
  10909. .notification_widget:focus,
  10910. .notification_widget.focus {
  10911.   color: #333;
  10912.   background-color: #e6e6e6;
  10913.   border-color: #8c8c8c;
  10914. }
  10915. .notification_widget:hover {
  10916.   color: #333;
  10917.   background-color: #e6e6e6;
  10918.   border-color: #adadad;
  10919. }
  10920. .notification_widget:active,
  10921. .notification_widget.active,
  10922. .open > .dropdown-toggle.notification_widget {
  10923.   color: #333;
  10924.   background-color: #e6e6e6;
  10925.   border-color: #adadad;
  10926. }
  10927. .notification_widget:active:hover,
  10928. .notification_widget.active:hover,
  10929. .open > .dropdown-toggle.notification_widget:hover,
  10930. .notification_widget:active:focus,
  10931. .notification_widget.active:focus,
  10932. .open > .dropdown-toggle.notification_widget:focus,
  10933. .notification_widget:active.focus,
  10934. .notification_widget.active.focus,
  10935. .open > .dropdown-toggle.notification_widget.focus {
  10936.   color: #333;
  10937.   background-color: #d4d4d4;
  10938.   border-color: #8c8c8c;
  10939. }
  10940. .notification_widget:active,
  10941. .notification_widget.active,
  10942. .open > .dropdown-toggle.notification_widget {
  10943.   background-image: none;
  10944. }
  10945. .notification_widget.disabled:hover,
  10946. .notification_widget[disabled]:hover,
  10947. fieldset[disabled] .notification_widget:hover,
  10948. .notification_widget.disabled:focus,
  10949. .notification_widget[disabled]:focus,
  10950. fieldset[disabled] .notification_widget:focus,
  10951. .notification_widget.disabled.focus,
  10952. .notification_widget[disabled].focus,
  10953. fieldset[disabled] .notification_widget.focus {
  10954.   background-color: #fff;
  10955.   border-color: #ccc;
  10956. }
  10957. .notification_widget .badge {
  10958.   color: #fff;
  10959.   background-color: #333;
  10960. }
  10961. .notification_widget.warning {
  10962.   color: #fff;
  10963.   background-color: #f0ad4e;
  10964.   border-color: #eea236;
  10965. }
  10966. .notification_widget.warning:focus,
  10967. .notification_widget.warning.focus {
  10968.   color: #fff;
  10969.   background-color: #ec971f;
  10970.   border-color: #985f0d;
  10971. }
  10972. .notification_widget.warning:hover {
  10973.   color: #fff;
  10974.   background-color: #ec971f;
  10975.   border-color: #d58512;
  10976. }
  10977. .notification_widget.warning:active,
  10978. .notification_widget.warning.active,
  10979. .open > .dropdown-toggle.notification_widget.warning {
  10980.   color: #fff;
  10981.   background-color: #ec971f;
  10982.   border-color: #d58512;
  10983. }
  10984. .notification_widget.warning:active:hover,
  10985. .notification_widget.warning.active:hover,
  10986. .open > .dropdown-toggle.notification_widget.warning:hover,
  10987. .notification_widget.warning:active:focus,
  10988. .notification_widget.warning.active:focus,
  10989. .open > .dropdown-toggle.notification_widget.warning:focus,
  10990. .notification_widget.warning:active.focus,
  10991. .notification_widget.warning.active.focus,
  10992. .open > .dropdown-toggle.notification_widget.warning.focus {
  10993.   color: #fff;
  10994.   background-color: #d58512;
  10995.   border-color: #985f0d;
  10996. }
  10997. .notification_widget.warning:active,
  10998. .notification_widget.warning.active,
  10999. .open > .dropdown-toggle.notification_widget.warning {
  11000.   background-image: none;
  11001. }
  11002. .notification_widget.warning.disabled:hover,
  11003. .notification_widget.warning[disabled]:hover,
  11004. fieldset[disabled] .notification_widget.warning:hover,
  11005. .notification_widget.warning.disabled:focus,
  11006. .notification_widget.warning[disabled]:focus,
  11007. fieldset[disabled] .notification_widget.warning:focus,
  11008. .notification_widget.warning.disabled.focus,
  11009. .notification_widget.warning[disabled].focus,
  11010. fieldset[disabled] .notification_widget.warning.focus {
  11011.   background-color: #f0ad4e;
  11012.   border-color: #eea236;
  11013. }
  11014. .notification_widget.warning .badge {
  11015.   color: #f0ad4e;
  11016.   background-color: #fff;
  11017. }
  11018. .notification_widget.success {
  11019.   color: #fff;
  11020.   background-color: #5cb85c;
  11021.   border-color: #4cae4c;
  11022. }
  11023. .notification_widget.success:focus,
  11024. .notification_widget.success.focus {
  11025.   color: #fff;
  11026.   background-color: #449d44;
  11027.   border-color: #255625;
  11028. }
  11029. .notification_widget.success:hover {
  11030.   color: #fff;
  11031.   background-color: #449d44;
  11032.   border-color: #398439;
  11033. }
  11034. .notification_widget.success:active,
  11035. .notification_widget.success.active,
  11036. .open > .dropdown-toggle.notification_widget.success {
  11037.   color: #fff;
  11038.   background-color: #449d44;
  11039.   border-color: #398439;
  11040. }
  11041. .notification_widget.success:active:hover,
  11042. .notification_widget.success.active:hover,
  11043. .open > .dropdown-toggle.notification_widget.success:hover,
  11044. .notification_widget.success:active:focus,
  11045. .notification_widget.success.active:focus,
  11046. .open > .dropdown-toggle.notification_widget.success:focus,
  11047. .notification_widget.success:active.focus,
  11048. .notification_widget.success.active.focus,
  11049. .open > .dropdown-toggle.notification_widget.success.focus {
  11050.   color: #fff;
  11051.   background-color: #398439;
  11052.   border-color: #255625;
  11053. }
  11054. .notification_widget.success:active,
  11055. .notification_widget.success.active,
  11056. .open > .dropdown-toggle.notification_widget.success {
  11057.   background-image: none;
  11058. }
  11059. .notification_widget.success.disabled:hover,
  11060. .notification_widget.success[disabled]:hover,
  11061. fieldset[disabled] .notification_widget.success:hover,
  11062. .notification_widget.success.disabled:focus,
  11063. .notification_widget.success[disabled]:focus,
  11064. fieldset[disabled] .notification_widget.success:focus,
  11065. .notification_widget.success.disabled.focus,
  11066. .notification_widget.success[disabled].focus,
  11067. fieldset[disabled] .notification_widget.success.focus {
  11068.   background-color: #5cb85c;
  11069.   border-color: #4cae4c;
  11070. }
  11071. .notification_widget.success .badge {
  11072.   color: #5cb85c;
  11073.   background-color: #fff;
  11074. }
  11075. .notification_widget.info {
  11076.   color: #fff;
  11077.   background-color: #5bc0de;
  11078.   border-color: #46b8da;
  11079. }
  11080. .notification_widget.info:focus,
  11081. .notification_widget.info.focus {
  11082.   color: #fff;
  11083.   background-color: #31b0d5;
  11084.   border-color: #1b6d85;
  11085. }
  11086. .notification_widget.info:hover {
  11087.   color: #fff;
  11088.   background-color: #31b0d5;
  11089.   border-color: #269abc;
  11090. }
  11091. .notification_widget.info:active,
  11092. .notification_widget.info.active,
  11093. .open > .dropdown-toggle.notification_widget.info {
  11094.   color: #fff;
  11095.   background-color: #31b0d5;
  11096.   border-color: #269abc;
  11097. }
  11098. .notification_widget.info:active:hover,
  11099. .notification_widget.info.active:hover,
  11100. .open > .dropdown-toggle.notification_widget.info:hover,
  11101. .notification_widget.info:active:focus,
  11102. .notification_widget.info.active:focus,
  11103. .open > .dropdown-toggle.notification_widget.info:focus,
  11104. .notification_widget.info:active.focus,
  11105. .notification_widget.info.active.focus,
  11106. .open > .dropdown-toggle.notification_widget.info.focus {
  11107.   color: #fff;
  11108.   background-color: #269abc;
  11109.   border-color: #1b6d85;
  11110. }
  11111. .notification_widget.info:active,
  11112. .notification_widget.info.active,
  11113. .open > .dropdown-toggle.notification_widget.info {
  11114.   background-image: none;
  11115. }
  11116. .notification_widget.info.disabled:hover,
  11117. .notification_widget.info[disabled]:hover,
  11118. fieldset[disabled] .notification_widget.info:hover,
  11119. .notification_widget.info.disabled:focus,
  11120. .notification_widget.info[disabled]:focus,
  11121. fieldset[disabled] .notification_widget.info:focus,
  11122. .notification_widget.info.disabled.focus,
  11123. .notification_widget.info[disabled].focus,
  11124. fieldset[disabled] .notification_widget.info.focus {
  11125.   background-color: #5bc0de;
  11126.   border-color: #46b8da;
  11127. }
  11128. .notification_widget.info .badge {
  11129.   color: #5bc0de;
  11130.   background-color: #fff;
  11131. }
  11132. .notification_widget.danger {
  11133.   color: #fff;
  11134.   background-color: #d9534f;
  11135.   border-color: #d43f3a;
  11136. }
  11137. .notification_widget.danger:focus,
  11138. .notification_widget.danger.focus {
  11139.   color: #fff;
  11140.   background-color: #c9302c;
  11141.   border-color: #761c19;
  11142. }
  11143. .notification_widget.danger:hover {
  11144.   color: #fff;
  11145.   background-color: #c9302c;
  11146.   border-color: #ac2925;
  11147. }
  11148. .notification_widget.danger:active,
  11149. .notification_widget.danger.active,
  11150. .open > .dropdown-toggle.notification_widget.danger {
  11151.   color: #fff;
  11152.   background-color: #c9302c;
  11153.   border-color: #ac2925;
  11154. }
  11155. .notification_widget.danger:active:hover,
  11156. .notification_widget.danger.active:hover,
  11157. .open > .dropdown-toggle.notification_widget.danger:hover,
  11158. .notification_widget.danger:active:focus,
  11159. .notification_widget.danger.active:focus,
  11160. .open > .dropdown-toggle.notification_widget.danger:focus,
  11161. .notification_widget.danger:active.focus,
  11162. .notification_widget.danger.active.focus,
  11163. .open > .dropdown-toggle.notification_widget.danger.focus {
  11164.   color: #fff;
  11165.   background-color: #ac2925;
  11166.   border-color: #761c19;
  11167. }
  11168. .notification_widget.danger:active,
  11169. .notification_widget.danger.active,
  11170. .open > .dropdown-toggle.notification_widget.danger {
  11171.   background-image: none;
  11172. }
  11173. .notification_widget.danger.disabled:hover,
  11174. .notification_widget.danger[disabled]:hover,
  11175. fieldset[disabled] .notification_widget.danger:hover,
  11176. .notification_widget.danger.disabled:focus,
  11177. .notification_widget.danger[disabled]:focus,
  11178. fieldset[disabled] .notification_widget.danger:focus,
  11179. .notification_widget.danger.disabled.focus,
  11180. .notification_widget.danger[disabled].focus,
  11181. fieldset[disabled] .notification_widget.danger.focus {
  11182.   background-color: #d9534f;
  11183.   border-color: #d43f3a;
  11184. }
  11185. .notification_widget.danger .badge {
  11186.   color: #d9534f;
  11187.   background-color: #fff;
  11188. }
  11189. div#pager {
  11190.   background-color: #fff;
  11191.   font-size: 14px;
  11192.   line-height: 20px;
  11193.   overflow: hidden;
  11194.   display: none;
  11195.   position: fixed;
  11196.   bottom: 0px;
  11197.   width: 100%;
  11198.   max-height: 50%;
  11199.   padding-top: 8px;
  11200.   -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
  11201.   box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
  11202.   /* Display over codemirror */
  11203.   z-index: 100;
  11204.   /* Hack which prevents jquery ui resizable from changing top. */
  11205.   top: auto !important;
  11206. }
  11207. div#pager pre {
  11208.   line-height: 1.21429em;
  11209.   color: #000;
  11210.   background-color: #f7f7f7;
  11211.   padding: 0.4em;
  11212. }
  11213. div#pager #pager-button-area {
  11214.   position: absolute;
  11215.   top: 8px;
  11216.   right: 20px;
  11217. }
  11218. div#pager #pager-contents {
  11219.   position: relative;
  11220.   overflow: auto;
  11221.   width: 100%;
  11222.   height: 100%;
  11223. }
  11224. div#pager #pager-contents #pager-container {
  11225.   position: relative;
  11226.   padding: 15px 0px;
  11227.   box-sizing: border-box;
  11228.   -moz-box-sizing: border-box;
  11229.   -webkit-box-sizing: border-box;
  11230. }
  11231. div#pager .ui-resizable-handle {
  11232.   top: 0px;
  11233.   height: 8px;
  11234.   background: #f7f7f7;
  11235.   border-top: 1px solid #cfcfcf;
  11236.   border-bottom: 1px solid #cfcfcf;
  11237.   /* This injects handle bars (a short, wide = symbol) for
  11238.         the resize handle. */
  11239. }
  11240. div#pager .ui-resizable-handle::after {
  11241.   content: '';
  11242.   top: 2px;
  11243.   left: 50%;
  11244.   height: 3px;
  11245.   width: 30px;
  11246.   margin-left: -15px;
  11247.   position: absolute;
  11248.   border-top: 1px solid #cfcfcf;
  11249. }
  11250. .quickhelp {
  11251.   /* Old browsers */
  11252.   display: -webkit-box;
  11253.   -webkit-box-orient: horizontal;
  11254.   -webkit-box-align: stretch;
  11255.   display: -moz-box;
  11256.   -moz-box-orient: horizontal;
  11257.   -moz-box-align: stretch;
  11258.   display: box;
  11259.   box-orient: horizontal;
  11260.   box-align: stretch;
  11261.   /* Modern browsers */
  11262.   display: flex;
  11263.   flex-direction: row;
  11264.   align-items: stretch;
  11265.   line-height: 1.8em;
  11266. }
  11267. .shortcut_key {
  11268.   display: inline-block;
  11269.   width: 21ex;
  11270.   text-align: right;
  11271.   font-family: monospace;
  11272. }
  11273. .shortcut_descr {
  11274.   display: inline-block;
  11275.   /* Old browsers */
  11276.   -webkit-box-flex: 1;
  11277.   -moz-box-flex: 1;
  11278.   box-flex: 1;
  11279.   /* Modern browsers */
  11280.   flex: 1;
  11281. }
  11282. span.save_widget {
  11283.   margin-top: 6px;
  11284. }
  11285. span.save_widget span.filename {
  11286.   height: 1em;
  11287.   line-height: 1em;
  11288.   padding: 3px;
  11289.   margin-left: 16px;
  11290.   border: none;
  11291.   font-size: 146.5%;
  11292.   border-radius: 2px;
  11293. }
  11294. span.save_widget span.filename:hover {
  11295.   background-color: #e6e6e6;
  11296. }
  11297. span.checkpoint_status,
  11298. span.autosave_status {
  11299.   font-size: small;
  11300. }
  11301. @media (max-width: 767px) {
  11302.   span.save_widget {
  11303.     font-size: small;
  11304.   }
  11305.   span.checkpoint_status,
  11306.   span.autosave_status {
  11307.     display: none;
  11308.   }
  11309. }
  11310. @media (min-width: 768px) and (max-width: 991px) {
  11311.   span.checkpoint_status {
  11312.     display: none;
  11313.   }
  11314.   span.autosave_status {
  11315.     font-size: x-small;
  11316.   }
  11317. }
  11318. .toolbar {
  11319.   padding: 0px;
  11320.   margin-left: -5px;
  11321.   margin-top: 2px;
  11322.   margin-bottom: 5px;
  11323.   box-sizing: border-box;
  11324.   -moz-box-sizing: border-box;
  11325.   -webkit-box-sizing: border-box;
  11326. }
  11327. .toolbar select,
  11328. .toolbar label {
  11329.   width: auto;
  11330.   vertical-align: middle;
  11331.   margin-right: 2px;
  11332.   margin-bottom: 0px;
  11333.   display: inline;
  11334.   font-size: 92%;
  11335.   margin-left: 0.3em;
  11336.   margin-right: 0.3em;
  11337.   padding: 0px;
  11338.   padding-top: 3px;
  11339. }
  11340. .toolbar .btn {
  11341.   padding: 2px 8px;
  11342. }
  11343. .toolbar .btn-group {
  11344.   margin-top: 0px;
  11345.   margin-left: 5px;
  11346. }
  11347. #maintoolbar {
  11348.   margin-bottom: -3px;
  11349.   margin-top: -8px;
  11350.   border: 0px;
  11351.   min-height: 27px;
  11352.   margin-left: 0px;
  11353.   padding-top: 11px;
  11354.   padding-bottom: 3px;
  11355. }
  11356. #maintoolbar .navbar-text {
  11357.   float: none;
  11358.   vertical-align: middle;
  11359.   text-align: right;
  11360.   margin-left: 5px;
  11361.   margin-right: 0px;
  11362.   margin-top: 0px;
  11363. }
  11364. .select-xs {
  11365.   height: 24px;
  11366. }
  11367. .pulse,
  11368. .dropdown-menu > li > a.pulse,
  11369. li.pulse > a.dropdown-toggle,
  11370. li.pulse.open > a.dropdown-toggle {
  11371.   background-color: #F37626;
  11372.   color: white;
  11373. }
  11374. /**
  11375.  * Primary styles
  11376.  *
  11377.  * Author: Jupyter Development Team
  11378.  */
  11379. /** WARNING IF YOU ARE EDITTING THIS FILE, if this is a .css file, It has a lot
  11380.  * of chance of beeing generated from the ../less/[samename].less file, you can
  11381.  * try to get back the less file by reverting somme commit in history
  11382.  **/
  11383. /*
  11384.  * We'll try to get something pretty, so we
  11385.  * have some strange css to have the scroll bar on
  11386.  * the left with fix button on the top right of the tooltip
  11387.  */
  11388. @-moz-keyframes fadeOut {
  11389.   from {
  11390.     opacity: 1;
  11391.   }
  11392.   to {
  11393.     opacity: 0;
  11394.   }
  11395. }
  11396. @-webkit-keyframes fadeOut {
  11397.   from {
  11398.     opacity: 1;
  11399.   }
  11400.   to {
  11401.     opacity: 0;
  11402.   }
  11403. }
  11404. @-moz-keyframes fadeIn {
  11405.   from {
  11406.     opacity: 0;
  11407.   }
  11408.   to {
  11409.     opacity: 1;
  11410.   }
  11411. }
  11412. @-webkit-keyframes fadeIn {
  11413.   from {
  11414.     opacity: 0;
  11415.   }
  11416.   to {
  11417.     opacity: 1;
  11418.   }
  11419. }
  11420. /*properties of tooltip after "expand"*/
  11421. .bigtooltip {
  11422.   overflow: auto;
  11423.   height: 200px;
  11424.   -webkit-transition-property: height;
  11425.   -webkit-transition-duration: 500ms;
  11426.   -moz-transition-property: height;
  11427.   -moz-transition-duration: 500ms;
  11428.   transition-property: height;
  11429.   transition-duration: 500ms;
  11430. }
  11431. /*properties of tooltip before "expand"*/
  11432. .smalltooltip {
  11433.   -webkit-transition-property: height;
  11434.   -webkit-transition-duration: 500ms;
  11435.   -moz-transition-property: height;
  11436.   -moz-transition-duration: 500ms;
  11437.   transition-property: height;
  11438.   transition-duration: 500ms;
  11439.   text-overflow: ellipsis;
  11440.   overflow: hidden;
  11441.   height: 80px;
  11442. }
  11443. .tooltipbuttons {
  11444.   position: absolute;
  11445.   padding-right: 15px;
  11446.   top: 0px;
  11447.   right: 0px;
  11448. }
  11449. .tooltiptext {
  11450.   /*avoid the button to overlap on some docstring*/
  11451.   padding-right: 30px;
  11452. }
  11453. .ipython_tooltip {
  11454.   max-width: 700px;
  11455.   /*fade-in animation when inserted*/
  11456.   -webkit-animation: fadeOut 400ms;
  11457.   -moz-animation: fadeOut 400ms;
  11458.   animation: fadeOut 400ms;
  11459.   -webkit-animation: fadeIn 400ms;
  11460.   -moz-animation: fadeIn 400ms;
  11461.   animation: fadeIn 400ms;
  11462.   vertical-align: middle;
  11463.   background-color: #f7f7f7;
  11464.   overflow: visible;
  11465.   border: #ababab 1px solid;
  11466.   outline: none;
  11467.   padding: 3px;
  11468.   margin: 0px;
  11469.   padding-left: 7px;
  11470.   font-family: monospace;
  11471.   min-height: 50px;
  11472.   -moz-box-shadow: 0px 6px 10px -1px #adadad;
  11473.   -webkit-box-shadow: 0px 6px 10px -1px #adadad;
  11474.   box-shadow: 0px 6px 10px -1px #adadad;
  11475.   border-radius: 2px;
  11476.   position: absolute;
  11477.   z-index: 1000;
  11478. }
  11479. .ipython_tooltip a {
  11480.   float: right;
  11481. }
  11482. .ipython_tooltip .tooltiptext pre {
  11483.   border: 0;
  11484.   border-radius: 0;
  11485.   font-size: 100%;
  11486.   background-color: #f7f7f7;
  11487. }
  11488. .pretooltiparrow {
  11489.   left: 0px;
  11490.   margin: 0px;
  11491.   top: -16px;
  11492.   width: 40px;
  11493.   height: 16px;
  11494.   overflow: hidden;
  11495.   position: absolute;
  11496. }
  11497. .pretooltiparrow:before {
  11498.   background-color: #f7f7f7;
  11499.   border: 1px #ababab solid;
  11500.   z-index: 11;
  11501.   content: "";
  11502.   position: absolute;
  11503.   left: 15px;
  11504.   top: 10px;
  11505.   width: 25px;
  11506.   height: 25px;
  11507.   -webkit-transform: rotate(45deg);
  11508.   -moz-transform: rotate(45deg);
  11509.   -ms-transform: rotate(45deg);
  11510.   -o-transform: rotate(45deg);
  11511. }
  11512. ul.typeahead-list i {
  11513.   margin-left: -10px;
  11514.   width: 18px;
  11515. }
  11516. ul.typeahead-list {
  11517.   max-height: 80vh;
  11518.   overflow: auto;
  11519. }
  11520. ul.typeahead-list > li > a {
  11521.   /** Firefox bug **/
  11522.   /* see https://github.com/jupyter/notebook/issues/559 */
  11523.   white-space: normal;
  11524. }
  11525. .cmd-palette .modal-body {
  11526.   padding: 7px;
  11527. }
  11528. .cmd-palette form {
  11529.   background: white;
  11530. }
  11531. .cmd-palette input {
  11532.   outline: none;
  11533. }
  11534. .no-shortcut {
  11535.   display: none;
  11536. }
  11537. .command-shortcut:before {
  11538.   content: "(command)";
  11539.   padding-right: 3px;
  11540.   color: #777777;
  11541. }
  11542. .edit-shortcut:before {
  11543.   content: "(edit)";
  11544.   padding-right: 3px;
  11545.   color: #777777;
  11546. }
  11547. #find-and-replace #replace-preview .match,
  11548. #find-and-replace #replace-preview .insert {
  11549.   background-color: #BBDEFB;
  11550.   border-color: #90CAF9;
  11551.   border-style: solid;
  11552.   border-width: 1px;
  11553.   border-radius: 0px;
  11554. }
  11555. #find-and-replace #replace-preview .replace .match {
  11556.   background-color: #FFCDD2;
  11557.   border-color: #EF9A9A;
  11558.   border-radius: 0px;
  11559. }
  11560. #find-and-replace #replace-preview .replace .insert {
  11561.   background-color: #C8E6C9;
  11562.   border-color: #A5D6A7;
  11563.   border-radius: 0px;
  11564. }
  11565. #find-and-replace #replace-preview {
  11566.   max-height: 60vh;
  11567.   overflow: auto;
  11568. }
  11569. #find-and-replace #replace-preview pre {
  11570.   padding: 5px 10px;
  11571. }
  11572. .terminal-app {
  11573.   background: #EEE;
  11574. }
  11575. .terminal-app #header {
  11576.   background: #fff;
  11577.   -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
  11578.   box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
  11579. }
  11580. .terminal-app .terminal {
  11581.   width: 100%;
  11582.   float: left;
  11583.   font-family: monospace;
  11584.   color: white;
  11585.   background: black;
  11586.   padding: 0.4em;
  11587.   border-radius: 2px;
  11588.   -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.4);
  11589.   box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.4);
  11590. }
  11591. .terminal-app .terminal,
  11592. .terminal-app .terminal dummy-screen {
  11593.   line-height: 1em;
  11594.   font-size: 14px;
  11595. }
  11596. .terminal-app .terminal .xterm-rows {
  11597.   padding: 10px;
  11598. }
  11599. .terminal-app .terminal-cursor {
  11600.   color: black;
  11601.   background: white;
  11602. }
  11603. .terminal-app #terminado-container {
  11604.   margin-top: 20px;
  11605. }
  11606. /*# sourceMappingURL=style.min.css.map */
  11607.     </style>
  11608. <style type="text/css">
  11609.     .highlight .hll { background-color: #ffffcc }
  11610. .highlight  { background: #f8f8f8; }
  11611. .highlight .c { color: #408080; font-style: italic } /* Comment */
  11612. .highlight .err { border: 1px solid #FF0000 } /* Error */
  11613. .highlight .k { color: #008000; font-weight: bold } /* Keyword */
  11614. .highlight .o { color: #666666 } /* Operator */
  11615. .highlight .cm { color: #408080; font-style: italic } /* Comment.Multiline */
  11616. .highlight .cp { color: #BC7A00 } /* Comment.Preproc */
  11617. .highlight .c1 { color: #408080; font-style: italic } /* Comment.Single */
  11618. .highlight .cs { color: #408080; font-style: italic } /* Comment.Special */
  11619. .highlight .gd { color: #A00000 } /* Generic.Deleted */
  11620. .highlight .ge { font-style: italic } /* Generic.Emph */
  11621. .highlight .gr { color: #FF0000 } /* Generic.Error */
  11622. .highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
  11623. .highlight .gi { color: #00A000 } /* Generic.Inserted */
  11624. .highlight .go { color: #888888 } /* Generic.Output */
  11625. .highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
  11626. .highlight .gs { font-weight: bold } /* Generic.Strong */
  11627. .highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
  11628. .highlight .gt { color: #0044DD } /* Generic.Traceback */
  11629. .highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
  11630. .highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
  11631. .highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
  11632. .highlight .kp { color: #008000 } /* Keyword.Pseudo */
  11633. .highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
  11634. .highlight .kt { color: #B00040 } /* Keyword.Type */
  11635. .highlight .m { color: #666666 } /* Literal.Number */
  11636. .highlight .s { color: #BA2121 } /* Literal.String */
  11637. .highlight .na { color: #7D9029 } /* Name.Attribute */
  11638. .highlight .nb { color: #008000 } /* Name.Builtin */
  11639. .highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */
  11640. .highlight .no { color: #880000 } /* Name.Constant */
  11641. .highlight .nd { color: #AA22FF } /* Name.Decorator */
  11642. .highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */
  11643. .highlight .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
  11644. .highlight .nf { color: #0000FF } /* Name.Function */
  11645. .highlight .nl { color: #A0A000 } /* Name.Label */
  11646. .highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
  11647. .highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */
  11648. .highlight .nv { color: #19177C } /* Name.Variable */
  11649. .highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
  11650. .highlight .w { color: #bbbbbb } /* Text.Whitespace */
  11651. .highlight .mb { color: #666666 } /* Literal.Number.Bin */
  11652. .highlight .mf { color: #666666 } /* Literal.Number.Float */
  11653. .highlight .mh { color: #666666 } /* Literal.Number.Hex */
  11654. .highlight .mi { color: #666666 } /* Literal.Number.Integer */
  11655. .highlight .mo { color: #666666 } /* Literal.Number.Oct */
  11656. .highlight .sb { color: #BA2121 } /* Literal.String.Backtick */
  11657. .highlight .sc { color: #BA2121 } /* Literal.String.Char */
  11658. .highlight .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
  11659. .highlight .s2 { color: #BA2121 } /* Literal.String.Double */
  11660. .highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
  11661. .highlight .sh { color: #BA2121 } /* Literal.String.Heredoc */
  11662. .highlight .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
  11663. .highlight .sx { color: #008000 } /* Literal.String.Other */
  11664. .highlight .sr { color: #BB6688 } /* Literal.String.Regex */
  11665. .highlight .s1 { color: #BA2121 } /* Literal.String.Single */
  11666. .highlight .ss { color: #19177C } /* Literal.String.Symbol */
  11667. .highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */
  11668. .highlight .vc { color: #19177C } /* Name.Variable.Class */
  11669. .highlight .vg { color: #19177C } /* Name.Variable.Global */
  11670. .highlight .vi { color: #19177C } /* Name.Variable.Instance */
  11671. .highlight .il { color: #666666 } /* Literal.Number.Integer.Long */
  11672.     </style>
  11673. <style type="text/css">
  11674.    
  11675. /* Temporary definitions which will become obsolete with Notebook release 5.0 */
  11676. .ansi-black-fg { color: #3E424D; }
  11677. .ansi-black-bg { background-color: #3E424D; }
  11678. .ansi-black-intense-fg { color: #282C36; }
  11679. .ansi-black-intense-bg { background-color: #282C36; }
  11680. .ansi-red-fg { color: #E75C58; }
  11681. .ansi-red-bg { background-color: #E75C58; }
  11682. .ansi-red-intense-fg { color: #B22B31; }
  11683. .ansi-red-intense-bg { background-color: #B22B31; }
  11684. .ansi-green-fg { color: #00A250; }
  11685. .ansi-green-bg { background-color: #00A250; }
  11686. .ansi-green-intense-fg { color: #007427; }
  11687. .ansi-green-intense-bg { background-color: #007427; }
  11688. .ansi-yellow-fg { color: #DDB62B; }
  11689. .ansi-yellow-bg { background-color: #DDB62B; }
  11690. .ansi-yellow-intense-fg { color: #B27D12; }
  11691. .ansi-yellow-intense-bg { background-color: #B27D12; }
  11692. .ansi-blue-fg { color: #208FFB; }
  11693. .ansi-blue-bg { background-color: #208FFB; }
  11694. .ansi-blue-intense-fg { color: #0065CA; }
  11695. .ansi-blue-intense-bg { background-color: #0065CA; }
  11696. .ansi-magenta-fg { color: #D160C4; }
  11697. .ansi-magenta-bg { background-color: #D160C4; }
  11698. .ansi-magenta-intense-fg { color: #A03196; }
  11699. .ansi-magenta-intense-bg { background-color: #A03196; }
  11700. .ansi-cyan-fg { color: #60C6C8; }
  11701. .ansi-cyan-bg { background-color: #60C6C8; }
  11702. .ansi-cyan-intense-fg { color: #258F8F; }
  11703. .ansi-cyan-intense-bg { background-color: #258F8F; }
  11704. .ansi-white-fg { color: #C5C1B4; }
  11705. .ansi-white-bg { background-color: #C5C1B4; }
  11706. .ansi-white-intense-fg { color: #A1A6B2; }
  11707. .ansi-white-intense-bg { background-color: #A1A6B2; }
  11708.  
  11709. .ansi-bold { font-weight: bold; }
  11710.  
  11711.     </style>
  11712. <style type="text/css">
  11713.     /*
  11714. # Licensed Materials - Property of IBM
  11715. # 5725-Y50
  11716. # (C) Copyright IBM Corp. 2015    All Rights Reserved.
  11717. # US Government Users Restricted Rights - Use, duplication or disclosure
  11718. # restricted by GSA ADP Schedule Contract with IBM Corp.
  11719. */
  11720.  
  11721. /*for the error , connecting & renaming window*/
  11722.  
  11723. [dir="rtl"] .modal-footer {
  11724.     text-align : left !important;
  11725. }
  11726.  
  11727. [dir="rtl"] .close {
  11728.     float : left;
  11729. }
  11730.  
  11731. [dir="rtl"] .fa-step-forward::before {
  11732.     content: "\f048";
  11733. }
  11734.  
  11735. /*.notebook_app only adresses stuff on the notebook ui not the tree*/
  11736.  
  11737. /*GENERAL NOTEBOOK SITE*/
  11738.  
  11739. html {
  11740.   /*Return the root to 16px for safe usage of rem unit*/
  11741.   font-size: 100%;
  11742. }
  11743.  
  11744. .notebook_app {
  11745.   color: #626d72;
  11746.   background-color: #F3F6FB;
  11747.   font-size: 0.875rem;
  11748. }
  11749.  
  11750. .notebook_app .container {
  11751.   width: 100% !important;
  11752. }
  11753.  
  11754. .notebook_app #notebook {
  11755.   padding-top: 0;
  11756. }
  11757.  
  11758. /*HEADER AND NAVBAR*/
  11759.  
  11760. .notebook_app div#header-container {
  11761.   display: none !important;
  11762. }
  11763.  
  11764. .notebook_app div#header {
  11765.   background-color: #F3F6FB;
  11766.   box-shadow: none;
  11767. }
  11768.  
  11769. .notebook_app #menubar {
  11770.   margin: 0;
  11771. }
  11772.  
  11773. .notebook_app .header-bar {
  11774.   display: none;
  11775. }
  11776.  
  11777. .notebook_app .navbar-default {
  11778.   background-color: #F3F6FB;
  11779.   border: none;
  11780. }
  11781.  
  11782. .notebook_app .navbar-default .navbar-nav>li>a {
  11783.   color: #626d72;
  11784.   padding-left: 0;
  11785.   padding-right: 1.5rem;
  11786.   padding-top: 0;
  11787. }
  11788.  
  11789. .notebook_app .navbar-default .navbar-nav>li>a:hover {
  11790.   color: #2e404b;
  11791. }
  11792.  
  11793. .notebook_app .navbar-default .navbar-nav>.open>a {
  11794.   background-color: #F3F6FB;
  11795.   color: #2e404b;
  11796. }
  11797.  
  11798. .notebook_app .navbar-default .btn-default {
  11799.   color: #ECF0F2;
  11800. }
  11801.  
  11802. .notebook_app .navbar-default .btn-default:hover {
  11803.   color: #2e404b;
  11804.   background-color: transparent;
  11805. }
  11806.  
  11807. .notebook_app #kernel_indicator {
  11808.   color: #626d72;
  11809.   text-align: right;
  11810.   margin-right: 3em;
  11811.   line-height: normal;
  11812. }
  11813.  
  11814. .notebook_app .navbar-btn.btn-xs {
  11815.   margin-top: 0;
  11816. }
  11817.  
  11818. /*BUTTONS AND TOOLBAR*/
  11819.  
  11820. .notebook_app #maintoolbar {
  11821.   padding: 0;
  11822.   margin: 0;
  11823. }
  11824.  
  11825. .notebook_app .toolbar {
  11826.   margin:0;
  11827.   width: 100% !important;
  11828.   /* line-height: 4.5em; */
  11829. }
  11830.  
  11831. .notebook_app .btn-group {
  11832.   margin: 0;
  11833.   border-right: solid thin #DFE6EB;
  11834.   /* height: 3em; */
  11835.   display: inline-flex;
  11836.   display: -webkit-inline-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  11837.   display: -ms-inline-flexbox;  /* TWEENER - IE 10 */
  11838.   display: -webkit-inline-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  11839.   align-items: center;
  11840.   line-height: 1.4rem;
  11841.   padding-left: 0.675rem;
  11842.   padding-top: .25rem;
  11843.   padding-bottom: .25rem;
  11844. }
  11845.  
  11846. .notebook_app .btn-group:first-child {
  11847.   padding-left: 0;
  11848. }
  11849.  
  11850. .notebook_app .btn-group button {
  11851.   margin-right: 0.675rem;
  11852.   border: none;
  11853.   border-radius: 0;
  11854.   background-color: transparent;
  11855.   padding: 0;
  11856.   border-width: 0;
  11857.   fill: #626d72;
  11858. }
  11859.  
  11860. .notebook_app .btn-group button:hover {
  11861.   fill: #2e404b;
  11862. }
  11863.  
  11864. /*ICONS*/
  11865.  
  11866. .notebook_app .icon {
  11867.   height: 1.25rem;
  11868.   width: 1.25rem;
  11869.   vertical-align: middle;
  11870. }
  11871.  
  11872. .icon_symbol {
  11873.   fill: inherit;
  11874. }
  11875.  
  11876. /*SELECT MENUS*/
  11877.  
  11878. .notebook_app .toolbar_select {
  11879.   border: none;
  11880.   display: inline-block;
  11881.   margin-left: .375rem;
  11882.   margin-bottom: .375rem;
  11883. }
  11884.  
  11885. .notebook_app .toolbar_select select {
  11886.   border: solid thin #DFE6EB;
  11887.   border-radius: 0;
  11888.   box-shadow: none;
  11889.   background: white;
  11890.   color: #626d72;
  11891.   padding: 0rem 0.375rem;
  11892.   margin: 0;
  11893.   height: 2.25rem
  11894. }
  11895.  
  11896. /*SELECT LABELS*/
  11897. .notebook_app .toolbar_select span {
  11898.   display: block;
  11899.   font-size: .75rem;
  11900.   font-weight: bold;
  11901.   height: 1.675rem;
  11902.   text-align: left;
  11903.   margin: 0;
  11904. }
  11905.  
  11906. @media all and (min-width: 1024px) {
  11907.   .notebook_app .toolbar_select span {
  11908.     display:inline;
  11909.     margin-right: .5rem;
  11910.   }
  11911. }
  11912.  
  11913. /*MENUS*/
  11914. .notebook_app .dropdown-menu {
  11915.   background-color: #F3F6FB;
  11916.   border-color: #DFE6EB;
  11917.   box-sizing: border-box;
  11918. }
  11919.  
  11920. .notebook_app .dropdown-menu li a {
  11921.   color: #626d72;
  11922.   padding-left: 1rem;
  11923. }
  11924.  
  11925. .notebook_app .dropdown-menu li a:hover {
  11926.   background-color: #DFE6EB;
  11927.   color: #2e404b;
  11928. }
  11929.  
  11930. .notebook_app .dropdown-menu li.disabled a {
  11931.   background-color: transparent;
  11932.   color: #94A3AB;
  11933. }
  11934.  
  11935. .notebook_app .dropdown-submenu > a::after {
  11936.   color: #626d72;
  11937. }
  11938.  
  11939. .notebook_app .dropdown-menu .divider {
  11940.   background-color: #DFE6EB;
  11941. }
  11942.  
  11943. .notebook_app .dropdown-submenu > .dropdown-menu {
  11944.   margin-left: 0;
  11945. }
  11946.  
  11947. /*NOTEBOOK CONTAINER*/
  11948. .notebook_app #notebook-container {
  11949.   color: #6D7777;
  11950.   box-shadow: none;
  11951.   border: solid thin #DFE6EB;
  11952. }
  11953.  
  11954. .notebook_app .btn:active {
  11955.   box-shadow: none;
  11956. }
  11957.  
  11958. .notebook_app #notebook-container .btn-xs {
  11959.   padding-left: 1em;
  11960.   padding-right: 1em;
  11961.   line-height: 1;
  11962.   color: #a6266e;
  11963.   text-decoration: none;
  11964.   transition: all .2s ease-in-out;
  11965.   cursor: pointer;
  11966.   height: 1.375rem;
  11967. }
  11968.  
  11969. .notebook_app #notebook-container .btn-xs.tags-dialog-btn {
  11970.   padding: 0;
  11971.   font-weight: 500;
  11972.   display: none;
  11973. }
  11974.  
  11975. .notebook_app #notebook-container .cell-tag {
  11976.   color: #1d3649;
  11977.   padding-right: 0.5rem;
  11978.   padding-left: 0.5rem;
  11979.   line-height: 1.5;
  11980. }
  11981.  
  11982. .notebook_app #notebook-container .cell-tag .remove-tag-btn {
  11983.   color: #a6266e;
  11984. }
  11985.  
  11986. .notebook_app #notebook-container .cell-tag .remove-tag-btn {
  11987.   cursor: pointer;
  11988. }
  11989.  
  11990. /*DIALOGS*/
  11991. .notebook_app .modal-dialog {
  11992.   color: #777677;
  11993.   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  11994.   width: 50%;
  11995. }
  11996.  
  11997. .notebook_app .modal-backdrop {
  11998.   opacity: 0;
  11999.   visibility: hidden;
  12000. }
  12001.  
  12002. .notebook_app .modal-content {
  12003.   border-width: 0;
  12004.   border-top: 0.375rem solid #a6266e;
  12005.   border-radius: 0;
  12006. }
  12007.  
  12008. .notebook_app .modal-header {
  12009.   padding-left: 4.99469%;
  12010.   padding-right: 4.99469%;
  12011.   padding-top: 1.5rem;
  12012.   padding-bottom: 0;
  12013.   border: none;
  12014. }
  12015.  
  12016. .notebook_app .modal-title {
  12017.   font-size: 2.618em;
  12018.   font-weight: 300;
  12019.   color: #1d3649;
  12020. }
  12021.  
  12022. .notebook_app .modal-body {
  12023.   padding: 1rem 4.99469%;
  12024. }
  12025.  
  12026. .notebook_app .modal-footer {
  12027.   border: none;
  12028.   background-color: #f9f9fb;
  12029.   padding-right: 4.99469%;
  12030.   padding-left: 4.99469%;
  12031. }
  12032.  
  12033. .notebook_app .modal-body a {
  12034.   color: #a6266e;
  12035.   text-decoration: none;
  12036.   background-color: transparent;
  12037. }
  12038.  
  12039. .notebook_app .modal-body a:hover,
  12040. .notebook_app .modal-body a:focus {
  12041.   text-decoration: underline;
  12042. }
  12043.  
  12044. .notebook_app .modal-body a:active {
  12045.   color: #7c1c58;
  12046. }
  12047.  
  12048. .notebook_app .modal-dialog .btn {
  12049.   box-sizing: border-box;
  12050.   padding: .625em 1.375em;
  12051.   border-radius: 0;
  12052.   cursor: pointer;
  12053.   font-weight: 500;
  12054.   overflow: visible;
  12055.   text-align: center;
  12056.   vertical-align: middle;
  12057.   font-family: Helvetica Neue for IBM,Helvetica Neue,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,sans-serif;
  12058. }
  12059.  
  12060. .notebook_app .modal-dialog .btn-default {
  12061.   transition: all .2s ease-in-out;
  12062.   background-color: transparent;
  12063.   color: #a6266e;
  12064.   border: none;
  12065. }
  12066.  
  12067. .notebook_app .modal-dialog .btn-default:hover,
  12068. .notebook_app .modal-dialog .btn-default:focus {
  12069.   color: #a6266e;
  12070. }
  12071.  
  12072. .notebook_app .modal-dialog .btn-default:active {
  12073.   color: #7c1c58;
  12074. }
  12075.  
  12076. .notebook_app .modal-dialog .btn-primary,
  12077. .notebook_app .modal-dialog .btn-danger,
  12078. .notebook_app .modal-dialog .btn-danger:focus {
  12079.   border: 2px solid #a6266e;
  12080. }
  12081.  
  12082. .notebook_app .modal-dialog .btn-primary:hover,
  12083. .notebook_app .modal-dialog .btn-primary:focus,
  12084. .notebook_app .modal-dialog .btn-danger:hover{
  12085.   background-color: #a6266e;
  12086.   border-color: #a6266e;
  12087.   color: #f9f9fb;
  12088. }
  12089.  
  12090. .notebook_app .modal-dialog .btn-primary:active,
  12091. .notebook_app .modal-dialog .btn-danger:active {
  12092.   background-color: #7c1c58;
  12093.   border-color: #7c1c58;
  12094.   color: #f9f9fb;
  12095. }
  12096.  
  12097. .notebook_app .modal-dialog .item-buttons .btn-default.btn-xs {
  12098.   border: none;
  12099.   padding: 0.0625rem 0.3125rem;
  12100.   font-size: 0.875rem;
  12101. }
  12102.  
  12103. .notebook_app .modal-dialog .item-buttons .btn-default.btn-xs:active,
  12104. .notebook_app .modal-dialog .item-buttons .btn-default.btn-xs:hover,
  12105. .notebook_app .modal-dialog .item-buttons .btn-default.btn-xs:focus,
  12106. .notebook_app .modal-dialog .item-buttons .btn-default.btn-danger:active,
  12107. .notebook_app .modal-dialog .item-buttons .btn-default.btn-danger:hover,
  12108. .notebook_app .modal-dialog .item-buttons .btn-default.btn-danger:focus {
  12109.   background-color: transparent;
  12110.   color: #7c1c58;
  12111. }
  12112.  
  12113. .notification_widget.ax_notebook_saved {
  12114.   background-color: transparent;
  12115.   padding: 0;
  12116.   padding-left: 5px;
  12117.   margin-left: 0.3125rem;
  12118.   margin-right: 0;
  12119.   margin-bottom: 0.375rem;
  12120.   line-height: normal;
  12121.   font-size: 0.875rem;
  12122.   color: #6ab200;
  12123.   border: none;
  12124. }
  12125.  
  12126. .notification_widget.ax_notebook_saved:active:hover, .notification_widget.ax_notebook_saved.active:hover,
  12127. .open > .dropdown-toggle.notification_widget.ax_notebook_saved:hover, .notification_widget.ax_notebook_saved:active:focus,
  12128. .notification_widget.ax_notebook_saved.active:focus, .open > .dropdown-toggle.notification_widget.ax_notebook_saved:focus,
  12129. .notification_widget.ax_notebook_saved.focus:active, .notification_widget.ax_notebook_saved.active.focus, .open >
  12130. .dropdown-toggle.notification_widget.ax_notebook_saved.focus {
  12131.   background-color: transparent;
  12132.   padding: 0;
  12133.   padding-left: 5px;
  12134.   margin-left: 0.3125rem;
  12135.   margin-right: 0;
  12136.   margin-bottom: 0.375rem;
  12137.   line-height: normal;
  12138.   font-size: 0.875rem;
  12139.   color: #6ab200;
  12140.   border: none;
  12141. }
  12142.  
  12143. #notification_trusted {
  12144.   background-color: transparent;
  12145.   padding: 0;
  12146.   padding-left: 5px;
  12147.   margin-left: 0.3125rem;
  12148.   margin-right: 0;
  12149.   margin-bottom: 0.375rem;
  12150.   line-height: normal;
  12151.   font-size: 0.875rem;
  12152.   color: #a6266e;
  12153.   border: none;
  12154.   padding-bottom: 0.2rem;
  12155. }
  12156.  
  12157. /*
  12158. *
  12159. *     Spark Monitoring Style
  12160. *
  12161. */
  12162. .flex_container {
  12163.   display: flex;
  12164.   display: -webkit-box;
  12165.   display: -ms-flexbox;
  12166.   display: -webkit-flex;
  12167. }
  12168.  
  12169. .vstack_container {
  12170.   flex-direction: column;
  12171.   -webkit-box-flex-direction: column;
  12172.   -webkit-flex-direction: column;
  12173.   -ms-flex-direction: column;
  12174. }
  12175.  
  12176. .hstack_container {
  12177.   flex-direction: row;
  12178.   -webkit-box-flex-direction: row;
  12179.   -webkit-flex-direction: row;
  12180.   -ms-flex-direction: row;
  12181. }
  12182.  
  12183. .right_justify_content {
  12184.   justify-content: flex-start;
  12185.   -webkit-justify-content: flex-start;
  12186.   -ms-flex-pack: start;
  12187. }
  12188.  
  12189. .left_justify_content {
  12190.   justify-content: flex-end;
  12191.   -webkit-justify-content: flex-end;
  12192.   -ms-flex-pack: end;
  12193. }
  12194.  
  12195. .centric-aligned-items {
  12196.   align-items: center;
  12197.   -webkit-align-items: center;
  12198.   -ms-flex-align: center;
  12199. }
  12200.  
  12201. .cell_state {
  12202.   display: flex;
  12203.   display: -webkit-box;
  12204.   display: -ms-flexbox;
  12205.   display: -webkit-flex;
  12206.  
  12207.   flex-direction: row;
  12208.   -webkit-box-flex-direction: row;
  12209.   -webkit-flex-direction: row;
  12210.   -ms-flex-direction: row;
  12211.  
  12212.   width: 70%;
  12213.   color: black;
  12214. }
  12215.  
  12216. .spark_table {
  12217.   display: table;
  12218.   table-layout: fixed;
  12219.   width: 100%;
  12220.   background-color: #ffffff;
  12221.   border: 2px solid #d8d8d8;
  12222. }
  12223.  
  12224. .spark_table_thead {
  12225.   display: table-header-group;
  12226.   vertical-align: middle;
  12227. }
  12228.  
  12229. .spark_table_tr {
  12230.   display: table-row;
  12231.   vertical-align: inherit;
  12232.   border-color: inherit;
  12233. }
  12234.  
  12235. .spark_table_tr.spark_table_header {
  12236.   border-bottom: 2px solid #d8d8d8;
  12237.   background-color: #eaeaea;
  12238. }
  12239.  
  12240. .spark_table_tr.spark_table_job_tr.black_side {
  12241.   border-bottom: 1px solid #d8d8d8;
  12242. }
  12243.  
  12244. .spark_table_tr.spark_table_job_tr {
  12245.   border-bottom: 2px solid #d8d8d8;
  12246.   border-top: 2px solid #d8d8d8;
  12247. }
  12248.  
  12249. .spark_table_tr.stage_row {
  12250.   border-bottom: 1px solid #d8d8d8;
  12251. }
  12252.  
  12253. .st_header_cell {
  12254.   border: none;
  12255.   text-transform: uppercase;
  12256. }
  12257.  
  12258. .st_job_cell {
  12259.   width: 15%;
  12260.   text-overflow: ellipsis;
  12261.   overflow: hidden;
  12262. }
  12263.  
  12264. .st_progress_cell {
  12265.   width: 45%;
  12266. }
  12267.  
  12268. .st_status_cell {
  12269.   width: 15%;
  12270. }
  12271.  
  12272. .st_duration_cell {
  12273.   width: 15%;
  12274.   text-overflow: ellipsis;
  12275.   overflow: hidden;
  12276. }
  12277.  
  12278. .st_icon_cell {
  12279.   width: 10%;
  12280. }
  12281.  
  12282. .st_icon_cell.st_content_icon_cell {
  12283.   text-align: right;
  12284.   padding-right: 1rem;
  12285. }
  12286.  
  12287. .spark_table_tbody {
  12288.   display: table-row-group;
  12289.   vertical-align: middle;
  12290. }
  12291.  
  12292. .st_cell {
  12293.   display: table-cell;
  12294.   padding-left: 3%;
  12295.   height: 1.8rem;
  12296.   text-align: left;
  12297.   overflow: hidden;
  12298.   text-overflow: ellipsis;
  12299. }
  12300.  
  12301. .job_row {
  12302.   cursor:pointer;
  12303.   font-weight: bold;
  12304. }
  12305.  
  12306. .st_cell.stage_id_cell {
  12307.   overflow: hidden;
  12308.   text-overflow: ellipsis;
  12309.   padding-left: 5%;
  12310. }
  12311.  
  12312. .progress_bar_wrapper {
  12313.   text-align: center;
  12314.   vertical-align: middle;
  12315.   height: 1.2em;
  12316.   width: 97%;
  12317. }
  12318.  
  12319. .progress_bar_container {
  12320.   height: 1.2em;
  12321.   position: relative;
  12322.   width: 100%;
  12323. }
  12324.  
  12325. .progress_bar_border {
  12326.   border: 1px solid #1d3649;
  12327. }
  12328.  
  12329. .progress_bar_border_shape {
  12330.   border-radius: 8px;
  12331. }
  12332.  
  12333. .progress_bar {
  12334.   background-color: #aeaeae;
  12335.   height: 100%;
  12336.   line-height: inherit;
  12337. }
  12338.  
  12339. .progress_bar_mark_wrapper {
  12340.   height: 100%;
  12341.   position: absolute;
  12342.   font-weight: normal;
  12343. }
  12344.  
  12345. .stage_progress_bar_container.progress_bar_mark_wrapper {
  12346.   left: 50%;
  12347. }
  12348.  
  12349. .job_progress_bar_container.progress_bar_mark_wrapper {
  12350.   left: 17%;
  12351. }
  12352.  
  12353. .progress_bar_mark {
  12354.   height: 100%;
  12355.   position: relative;;
  12356.   left: -50%;
  12357.   margin-top: -0.2em;
  12358. }
  12359.  
  12360. .progress_bar_mark_stage {
  12361.   height: 100%;
  12362.   position: relative;;
  12363.   left: -50%;
  12364.   margin-top: -0.27em;
  12365. }
  12366.  
  12367. .progress_bar_icon_wrapper {
  12368.   height: 0.6rem;
  12369.   vertical-align: middle;
  12370.   width: 1.25rem;
  12371.   fill: #a6a5a6;
  12372. }
  12373.  
  12374. .state_label_wrapper {
  12375.   flex: 1 1 auto;
  12376.   padding-left: 5%;
  12377.   text-overflow: ellipsis;
  12378.   overflow: hidden;
  12379. }
  12380.  
  12381. .state_label_wrapper.error_label {
  12382.   color: #e62325;
  12383. }
  12384.  
  12385. .icon_style {
  12386.   height: 1.7rem;
  12387.   vertical-align: middle;
  12388.   width: 1.25rem;
  12389. }
  12390.  
  12391. .black_side {
  12392.   border-left: 2px solid black;
  12393. }
  12394.  
  12395. .state_right {
  12396.   flex: 1 1 0;
  12397.   -webkit-box-flex: 1 1 0;
  12398.   -webkit-flex: 1 1 0;
  12399.   -ms-flex: 1 1 0;
  12400.  
  12401.   font-family: Helvetica, sans-serif;
  12402.   font-size: 13px;
  12403.   padding: 1rem 2rem 2rem 2rem;
  12404.   min-width: 35rem;
  12405. }
  12406.  
  12407. .error_icon {
  12408.   fill: #e62325;
  12409. }
  12410.  
  12411. .upper_header {
  12412.   width: 100%;
  12413.   padding-bottom: 0.5rem;
  12414.   cursor: pointer;
  12415. }
  12416.  
  12417. .upper_header:hover .upper_header_hide_text_wrapper {
  12418.   text-decoration: underline;
  12419. }
  12420.  
  12421. .upper_header_title {
  12422.   width: 70%;
  12423.   font-size: 12px;
  12424.   font-weight: bold;
  12425.   padding-left: 1rem;
  12426. }
  12427.  
  12428. .upper_title_control {
  12429.   width: 30%;
  12430.   margin-right: 1rem;
  12431. }
  12432.  
  12433. .icon_style.upper_header_icon {
  12434.   height: 0.25rem;
  12435.   vertical-align: middle;
  12436.   width: 0.6rem;
  12437. }
  12438.  
  12439. .upper_header_hide_text_wrapper {
  12440.   padding-right: 0.3rem;
  12441.   font-size: 10px;
  12442.   font-weight: bold;
  12443.   padding-right: 0.3rem;
  12444. }
  12445.  
  12446. .header_underline {
  12447.   border-top: 2px solid #d8d8d8;
  12448. }
  12449.  
  12450. .upper_header_icon_up {
  12451.   -webkit-transform: rotate(180deg);
  12452.   -moz-transform: rotate(180deg);
  12453.   -o-transform: rotate(180deg);
  12454.   -ms-transform: rotate(180deg);
  12455.   transform: rotate(180deg);
  12456. }
  12457.  
  12458. .spark_monitor_button {
  12459.   stroke: #626d72;
  12460. }
  12461.  
  12462. .spark_monitor_button:hover {
  12463.   stroke: #2e404b;
  12464. }
  12465. /*
  12466. *
  12467. *     End Spark Monitoring Style
  12468. *
  12469. */
  12470.  
  12471.     </style>
  12472.  
  12473.  
  12474. <style type="text/css">
  12475. /* Overrides of notebook CSS for static HTML export */
  12476. body {
  12477.   overflow: visible;
  12478.   padding: 8px;
  12479. }
  12480.  
  12481. div#notebook {
  12482.   overflow: visible;
  12483.   border-top: none;
  12484. }@media print {
  12485.   div.cell {
  12486.     display: block;
  12487.     page-break-inside: avoid;
  12488.   }
  12489.   div.output_wrapper {
  12490.     display: block;
  12491.     page-break-inside: avoid;
  12492.   }
  12493.   div.output {
  12494.     display: block;
  12495.     page-break-inside: avoid;
  12496.   }
  12497. }
  12498. </style>
  12499.  
  12500. <!-- Custom stylesheet, it must be in the same directory as the html file -->
  12501. <link rel="stylesheet" href="custom.css">
  12502.  
  12503. <!-- Loading mathjax macro -->
  12504. <!-- Load mathjax -->
  12505.     <script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS_HTML"></script>
  12506.     <!-- MathJax configuration -->
  12507.     <script type="text/x-mathjax-config">
  12508.     MathJax.Hub.Config({
  12509.         tex2jax: {
  12510.             inlineMath: [ ['$','$'], ["\\(","\\)"] ],
  12511.             displayMath: [ ['$$','$$'], ["\\[","\\]"] ],
  12512.             processEscapes: true,
  12513.             processEnvironments: true
  12514.         },
  12515.         // Center justify equations in code and markdown cells. Elsewhere
  12516.         // we use CSS to left justify single line equations in code cells.
  12517.         displayAlign: 'center',
  12518.         "HTML-CSS": {
  12519.             styles: {'.MathJax_Display': {"margin": 0}},
  12520.             linebreaks: { automatic: true }
  12521.         }
  12522.     });
  12523.     </script>
  12524.     <!-- End of mathjax configuration --></head>
  12525. <body>
  12526.   <div tabindex="-1" id="notebook" class="border-box-sizing">
  12527.     <div class="container" id="notebook-container">
  12528.  
  12529. <div class="cell border-box-sizing code_cell rendered">
  12530. <div class="input">
  12531. <div class="prompt input_prompt">In&nbsp;[147]:</div>
  12532. <div class="inner_cell">
  12533.     <div class="input_area">
  12534. <div class=" highlight hl-ipython2"><pre><span class="kn">from</span> <span class="nn">io</span> <span class="kn">import</span> <span class="n">StringIO</span>
  12535. <span class="kn">import</span> <span class="nn">requests</span>
  12536. <span class="kn">import</span> <span class="nn">json</span>
  12537. <span class="kn">import</span> <span class="nn">pandas</span> <span class="kn">as</span> <span class="nn">pd</span>
  12538.  
  12539. <span class="c"># @hidden_cell</span>
  12540. <span class="c"># This function accesses a file in your Object Storage. The definition contains your credentials.</span>
  12541. <span class="c"># You might want to remove those credentials before you share your notebook.</span>
  12542. <span class="k">def</span> <span class="nf">get_object_storage_file_with_credentials_643d2a15d2d849609e2a301dfc5ef381</span><span class="p">(</span><span class="n">container</span><span class="p">,</span> <span class="n">filename</span><span class="p">):</span>
  12543.     <span class="sd">&quot;&quot;&quot;This functions returns a StringIO object containing</span>
  12544. <span class="sd">    the file content from Bluemix Object Storage.&quot;&quot;&quot;</span>
  12545.  
  12546.     <span class="n">url1</span> <span class="o">=</span> <span class="s">&#39;&#39;</span><span class="o">.</span><span class="n">join</span><span class="p">([</span><span class="s">&#39;https://identity.open.softlayer.com&#39;</span><span class="p">,</span> <span class="s">&#39;/v3/auth/tokens&#39;</span><span class="p">])</span>
  12547.     <span class="n">data</span> <span class="o">=</span> <span class="p">{</span><span class="s">&#39;auth&#39;</span><span class="p">:</span> <span class="p">{</span><span class="s">&#39;identity&#39;</span><span class="p">:</span> <span class="p">{</span><span class="s">&#39;methods&#39;</span><span class="p">:</span> <span class="p">[</span><span class="s">&#39;password&#39;</span><span class="p">],</span>
  12548.             <span class="s">&#39;password&#39;</span><span class="p">:</span> <span class="p">{</span><span class="s">&#39;user&#39;</span><span class="p">:</span> <span class="p">{</span><span class="s">&#39;name&#39;</span><span class="p">:</span> <span class="s">&#39;member_2e6a6d8acb8c76b77b4830abc2f8f130ef64c66b&#39;</span><span class="p">,</span><span class="s">&#39;domain&#39;</span><span class="p">:</span> <span class="p">{</span><span class="s">&#39;id&#39;</span><span class="p">:</span> <span class="s">&#39;d42c7cbadfb14cef8a0a8df3fc6808f6&#39;</span><span class="p">},</span>
  12549.             <span class="s">&#39;password&#39;</span><span class="p">:</span> <span class="s">&#39;gu)~!E4,C_Koi90R&#39;</span><span class="p">}}}}}</span>
  12550.     <span class="n">headers1</span> <span class="o">=</span> <span class="p">{</span><span class="s">&#39;Content-Type&#39;</span><span class="p">:</span> <span class="s">&#39;application/json&#39;</span><span class="p">}</span>
  12551.     <span class="n">resp1</span> <span class="o">=</span> <span class="n">requests</span><span class="o">.</span><span class="n">post</span><span class="p">(</span><span class="n">url</span><span class="o">=</span><span class="n">url1</span><span class="p">,</span> <span class="n">data</span><span class="o">=</span><span class="n">json</span><span class="o">.</span><span class="n">dumps</span><span class="p">(</span><span class="n">data</span><span class="p">),</span> <span class="n">headers</span><span class="o">=</span><span class="n">headers1</span><span class="p">)</span>
  12552.     <span class="n">resp1_body</span> <span class="o">=</span> <span class="n">resp1</span><span class="o">.</span><span class="n">json</span><span class="p">()</span>
  12553.     <span class="k">for</span> <span class="n">e1</span> <span class="ow">in</span> <span class="n">resp1_body</span><span class="p">[</span><span class="s">&#39;token&#39;</span><span class="p">][</span><span class="s">&#39;catalog&#39;</span><span class="p">]:</span>
  12554.         <span class="k">if</span><span class="p">(</span><span class="n">e1</span><span class="p">[</span><span class="s">&#39;type&#39;</span><span class="p">]</span><span class="o">==</span><span class="s">&#39;object-store&#39;</span><span class="p">):</span>
  12555.             <span class="k">for</span> <span class="n">e2</span> <span class="ow">in</span> <span class="n">e1</span><span class="p">[</span><span class="s">&#39;endpoints&#39;</span><span class="p">]:</span>
  12556.                         <span class="k">if</span><span class="p">(</span><span class="n">e2</span><span class="p">[</span><span class="s">&#39;interface&#39;</span><span class="p">]</span><span class="o">==</span><span class="s">&#39;public&#39;</span><span class="ow">and</span> <span class="n">e2</span><span class="p">[</span><span class="s">&#39;region&#39;</span><span class="p">]</span><span class="o">==</span><span class="s">&#39;dallas&#39;</span><span class="p">):</span>
  12557.                             <span class="n">url2</span> <span class="o">=</span> <span class="s">&#39;&#39;</span><span class="o">.</span><span class="n">join</span><span class="p">([</span><span class="n">e2</span><span class="p">[</span><span class="s">&#39;url&#39;</span><span class="p">],</span><span class="s">&#39;/&#39;</span><span class="p">,</span> <span class="n">container</span><span class="p">,</span> <span class="s">&#39;/&#39;</span><span class="p">,</span> <span class="n">filename</span><span class="p">])</span>
  12558.     <span class="n">s_subject_token</span> <span class="o">=</span> <span class="n">resp1</span><span class="o">.</span><span class="n">headers</span><span class="p">[</span><span class="s">&#39;x-subject-token&#39;</span><span class="p">]</span>
  12559.     <span class="n">headers2</span> <span class="o">=</span> <span class="p">{</span><span class="s">&#39;X-Auth-Token&#39;</span><span class="p">:</span> <span class="n">s_subject_token</span><span class="p">,</span> <span class="s">&#39;accept&#39;</span><span class="p">:</span> <span class="s">&#39;application/json&#39;</span><span class="p">}</span>
  12560.     <span class="n">resp2</span> <span class="o">=</span> <span class="n">requests</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="n">url</span><span class="o">=</span><span class="n">url2</span><span class="p">,</span> <span class="n">headers</span><span class="o">=</span><span class="n">headers2</span><span class="p">)</span>
  12561.     <span class="k">return</span> <span class="n">StringIO</span><span class="p">(</span><span class="n">resp2</span><span class="o">.</span><span class="n">text</span><span class="p">)</span>
  12562.  
  12563. <span class="c"># Your data file was loaded into a StringIO object and you can process the data.</span>
  12564. <span class="c"># Please read the documentation of pandas to learn more about your possibilities to load your data.</span>
  12565. <span class="c"># pandas documentation: http://pandas.pydata.org/pandas-docs/stable/io.html</span>
  12566. <span class="n">data</span> <span class="o">=</span> <span class="n">get_object_storage_file_with_credentials_643d2a15d2d849609e2a301dfc5ef381</span><span class="p">(</span><span class="s">&#39;FpamFilter&#39;</span><span class="p">,</span> <span class="s">&#39;SMSSpamCollection&#39;</span><span class="p">)</span>
  12567. </pre></div>
  12568.  
  12569. </div>
  12570. </div>
  12571. </div>
  12572.  
  12573. </div>
  12574. <div class="cell border-box-sizing code_cell rendered">
  12575. <div class="input">
  12576. <div class="prompt input_prompt">In&nbsp;[148]:</div>
  12577. <div class="inner_cell">
  12578.     <div class="input_area">
  12579. <div class=" highlight hl-ipython2"><pre><span class="kn">import</span> <span class="nn">ibmos2spark</span>
  12580.  
  12581. <span class="c"># @hidden_cell</span>
  12582. <span class="n">credentials</span> <span class="o">=</span> <span class="p">{</span>
  12583.     <span class="s">&#39;auth_url&#39;</span><span class="p">:</span> <span class="s">&#39;https://identity.open.softlayer.com&#39;</span><span class="p">,</span>
  12584.     <span class="s">&#39;project_id&#39;</span><span class="p">:</span> <span class="s">&#39;c433361ea36842528c8fbbaca84eecae&#39;</span><span class="p">,</span>
  12585.     <span class="s">&#39;region&#39;</span><span class="p">:</span> <span class="s">&#39;dallas&#39;</span><span class="p">,</span>
  12586.     <span class="s">&#39;user_id&#39;</span><span class="p">:</span> <span class="s">&#39;0658beb4da9a4d7c9bd04a2e70bd07b4&#39;</span><span class="p">,</span>
  12587.     <span class="s">&#39;username&#39;</span><span class="p">:</span> <span class="s">&#39;member_2e6a6d8acb8c76b77b4830abc2f8f130ef64c66b&#39;</span><span class="p">,</span>
  12588.     <span class="s">&#39;password&#39;</span><span class="p">:</span> <span class="s">&#39;gu)~!E4,C_Koi90R&#39;</span>
  12589. <span class="p">}</span>
  12590.  
  12591. <span class="n">configuration_name</span> <span class="o">=</span> <span class="s">&#39;os_643d2a15d2d849609e2a301dfc5ef381_configs&#39;</span>
  12592. <span class="n">bmos</span> <span class="o">=</span> <span class="n">ibmos2spark</span><span class="o">.</span><span class="n">bluemix</span><span class="p">(</span><span class="n">sc</span><span class="p">,</span> <span class="n">credentials</span><span class="p">,</span> <span class="n">configuration_name</span><span class="p">)</span>
  12593.  
  12594. <span class="kn">from</span> <span class="nn">pyspark.sql</span> <span class="kn">import</span> <span class="n">SparkSession</span>
  12595. <span class="n">spark</span> <span class="o">=</span> <span class="n">SparkSession</span><span class="o">.</span><span class="n">builder</span><span class="o">.</span><span class="n">getOrCreate</span><span class="p">()</span>
  12596. <span class="c"># Please read the documentation of PySpark to learn more about the possibilities to load data files.</span>
  12597. <span class="c"># PySpark documentation: https://spark.apache.org/docs/2.0.1/api/python/pyspark.sql.html#pyspark.sql.SparkSession</span>
  12598. <span class="c"># The SparkSession object is already initalized for you.</span>
  12599. <span class="c"># The following variable contains the path to your file on your Object Storage.</span>
  12600. <span class="n">path_1</span> <span class="o">=</span> <span class="n">bmos</span><span class="o">.</span><span class="n">url</span><span class="p">(</span><span class="s">&#39;FpamFilter&#39;</span><span class="p">,</span> <span class="s">&#39;SMSSpamCollection&#39;</span><span class="p">)</span>
  12601. </pre></div>
  12602.  
  12603. </div>
  12604. </div>
  12605. </div>
  12606.  
  12607. </div>
  12608. <div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
  12609. </div>
  12610. <div class="inner_cell">
  12611. <div class="text_cell_render border-box-sizing rendered_html">
  12612. <h1 id="Spam-Filtering---Hermand-&amp;-Leonard">Spam Filtering - Hermand &amp; Leonard<a class="anchor-link" href="#Spam-Filtering---Hermand-&amp;-Leonard">&#182;</a></h1>
  12613. </div>
  12614. </div>
  12615. </div>
  12616. <div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
  12617. </div>
  12618. <div class="inner_cell">
  12619. <div class="text_cell_render border-box-sizing rendered_html">
  12620. <p>First we create an RDD of format eg. ('ham', 'the message') and remove every messages with no label.</p>
  12621.  
  12622. </div>
  12623. </div>
  12624. </div>
  12625. <div class="cell border-box-sizing code_cell rendered">
  12626. <div class="input">
  12627. <div class="prompt input_prompt">In&nbsp;[149]:</div>
  12628. <div class="inner_cell">
  12629.     <div class="input_area">
  12630. <div class=" highlight hl-ipython2"><pre><span class="n">rdd</span> <span class="o">=</span> <span class="n">sc</span><span class="o">.</span><span class="n">wholeTextFiles</span><span class="p">(</span><span class="n">path_1</span><span class="p">)</span>
  12631.  
  12632. <span class="n">rdd</span> <span class="o">=</span> <span class="n">rdd</span><span class="o">.</span><span class="n">flatMapValues</span><span class="p">(</span><span class="k">lambda</span> <span class="n">v</span><span class="p">:</span> <span class="n">v</span><span class="o">.</span><span class="n">split</span><span class="p">(</span><span class="s">&quot;</span><span class="se">\n</span><span class="s">&quot;</span><span class="p">))</span> \
  12633.          <span class="o">.</span><span class="n">map</span><span class="p">(</span><span class="k">lambda</span> <span class="n">kv</span><span class="p">:</span> <span class="p">(</span><span class="n">kv</span><span class="p">[</span><span class="mi">1</span><span class="p">]</span><span class="o">.</span><span class="n">split</span><span class="p">(</span><span class="s">&#39;</span><span class="se">\t</span><span class="s">&#39;</span><span class="p">)[</span><span class="mi">0</span><span class="p">],</span> <span class="n">kv</span><span class="p">[</span><span class="mi">1</span><span class="p">]))</span> \
  12634.          <span class="o">.</span><span class="n">filter</span><span class="p">(</span><span class="k">lambda</span> <span class="n">kv</span><span class="p">:</span> <span class="p">(</span><span class="n">kv</span><span class="p">[</span><span class="mi">0</span><span class="p">]</span> <span class="o">==</span> <span class="s">&#39;ham&#39;</span> <span class="ow">or</span> <span class="n">kv</span><span class="p">[</span><span class="mi">0</span><span class="p">]</span> <span class="o">==</span> <span class="s">&#39;spam&#39;</span><span class="p">))</span> \
  12635.          <span class="o">.</span><span class="n">map</span><span class="p">(</span><span class="k">lambda</span> <span class="n">kv</span><span class="p">:</span> <span class="p">(</span><span class="mi">1</span> <span class="k">if</span> <span class="n">kv</span><span class="p">[</span><span class="mi">0</span><span class="p">]</span> <span class="o">==</span> <span class="s">&#39;spam&#39;</span> <span class="k">else</span> <span class="mi">0</span><span class="p">,</span> <span class="n">kv</span><span class="p">[</span><span class="mi">1</span><span class="p">]</span><span class="o">.</span><span class="n">split</span><span class="p">(</span><span class="s">&#39;</span><span class="se">\t</span><span class="s">&#39;</span><span class="p">)[</span><span class="o">-</span><span class="mi">1</span><span class="p">]))</span>
  12636. <span class="n">rdd</span><span class="o">.</span><span class="n">take</span><span class="p">(</span><span class="mi">5</span><span class="p">)</span>
  12637. </pre></div>
  12638.  
  12639. </div>
  12640. </div>
  12641. </div>
  12642.  
  12643. <div class="output_wrapper">
  12644. <div class="output">
  12645.  
  12646.  
  12647. <div class="output_area">
  12648.  
  12649. <div class="prompt output_prompt">Out[149]:</div>
  12650.  
  12651.  
  12652.  
  12653.  
  12654. <div class="output_text output_subarea output_execute_result">
  12655. <pre>[(0,
  12656.   u&#39;Go until jurong point, crazy.. Available only in bugis n great world la e buffet... Cine there got amore wat...&#39;),
  12657.  (0, u&#39;Ok lar... Joking wif u oni...&#39;),
  12658.  (1,
  12659.   u&#34;Free entry in 2 a wkly comp to win FA Cup final tkts 21st May 2005. Text FA to 87121 to receive entry question(std txt rate)T&amp;C&#39;s apply 08452810075over18&#39;s&#34;),
  12660.  (0, u&#39;U dun say so early hor... U c already then say...&#39;),
  12661.  (0, u&#34;Nah I don&#39;t think he goes to usf, he lives around here though&#34;)]</pre>
  12662. </div>
  12663.  
  12664. </div>
  12665.  
  12666. </div>
  12667. </div>
  12668.  
  12669. </div>
  12670. <div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
  12671. </div>
  12672. <div class="inner_cell">
  12673. <div class="text_cell_render border-box-sizing rendered_html">
  12674. <p>We now create a spark DataFrame from this rdd.</p>
  12675.  
  12676. </div>
  12677. </div>
  12678. </div>
  12679. <div class="cell border-box-sizing code_cell rendered">
  12680. <div class="input">
  12681. <div class="prompt input_prompt">In&nbsp;[150]:</div>
  12682. <div class="inner_cell">
  12683.     <div class="input_area">
  12684. <div class=" highlight hl-ipython2"><pre><span class="n">df</span> <span class="o">=</span> <span class="n">spark</span><span class="o">.</span><span class="n">createDataFrame</span><span class="p">(</span><span class="n">rdd</span><span class="p">,</span> <span class="p">[</span><span class="s">&quot;label&quot;</span><span class="p">,</span> <span class="s">&quot;text&quot;</span><span class="p">])</span>
  12685. <span class="n">df</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
  12686. </pre></div>
  12687.  
  12688. </div>
  12689. </div>
  12690. </div>
  12691.  
  12692. <div class="output_wrapper">
  12693. <div class="output">
  12694.  
  12695.  
  12696. <div class="output_area">
  12697.  
  12698. <div class="prompt"></div>
  12699.  
  12700.  
  12701. <div class="output_subarea output_stream output_stdout output_text">
  12702. <pre>+-----+--------------------+
  12703. |label|                text|
  12704. +-----+--------------------+
  12705. |    0|Go until jurong p...|
  12706. |    0|Ok lar... Joking ...|
  12707. |    1|Free entry in 2 a...|
  12708. |    0|U dun say so earl...|
  12709. |    0|Nah I don&#39;t think...|
  12710. |    1|FreeMsg Hey there...|
  12711. |    0|Even my brother i...|
  12712. |    0|As per your reque...|
  12713. |    1|WINNER!! As a val...|
  12714. |    1|Had your mobile 1...|
  12715. |    0|I&#39;m gonna be home...|
  12716. |    1|SIX chances to wi...|
  12717. |    1|URGENT! You have ...|
  12718. |    0|I&#39;ve been searchi...|
  12719. |    0|I HAVE A DATE ON ...|
  12720. |    1|XXXMobileMovieClu...|
  12721. |    0|Oh k...i&#39;m watchi...|
  12722. |    0|Eh u remember how...|
  12723. |    0|Fine if that’s th...|
  12724. |    1|England v Macedon...|
  12725. +-----+--------------------+
  12726. only showing top 20 rows
  12727.  
  12728. </pre>
  12729. </div>
  12730. </div>
  12731.  
  12732. </div>
  12733. </div>
  12734.  
  12735. </div>
  12736. <div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
  12737. </div>
  12738. <div class="inner_cell">
  12739. <div class="text_cell_render border-box-sizing rendered_html">
  12740. <p>We now tokenize our text into words (adding a words column)</p>
  12741.  
  12742. </div>
  12743. </div>
  12744. </div>
  12745. <div class="cell border-box-sizing code_cell rendered">
  12746. <div class="input">
  12747. <div class="prompt input_prompt">In&nbsp;[151]:</div>
  12748. <div class="inner_cell">
  12749.     <div class="input_area">
  12750. <div class=" highlight hl-ipython2"><pre><span class="kn">from</span> <span class="nn">pyspark.ml.feature</span> <span class="kn">import</span> <span class="n">Tokenizer</span><span class="p">,</span> <span class="n">RegexTokenizer</span>
  12751. <span class="kn">from</span> <span class="nn">pyspark.sql.functions</span> <span class="kn">import</span> <span class="n">udf</span>
  12752. <span class="kn">from</span> <span class="nn">pyspark.sql.types</span> <span class="kn">import</span> <span class="n">IntegerType</span>
  12753.  
  12754. <span class="n">tokenizer</span> <span class="o">=</span> <span class="n">Tokenizer</span><span class="p">(</span><span class="n">inputCol</span><span class="o">=</span><span class="s">&#39;text&#39;</span><span class="p">,</span> <span class="n">outputCol</span><span class="o">=</span><span class="s">&#39;words&#39;</span><span class="p">)</span>
  12755. <span class="n">regex_tokenizer</span> <span class="o">=</span> <span class="n">RegexTokenizer</span><span class="p">(</span><span class="n">inputCol</span><span class="o">=</span><span class="s">&#39;text&#39;</span><span class="p">,</span> <span class="n">outputCol</span><span class="o">=</span><span class="s">&#39;words&#39;</span><span class="p">,</span> <span class="n">pattern</span><span class="o">=</span><span class="s">&#39;</span><span class="se">\\</span><span class="s">W&#39;</span><span class="p">)</span>
  12756. </pre></div>
  12757.  
  12758. </div>
  12759. </div>
  12760. </div>
  12761.  
  12762. </div>
  12763. <div class="cell border-box-sizing code_cell rendered">
  12764. <div class="input">
  12765. <div class="prompt input_prompt">In&nbsp;[152]:</div>
  12766. <div class="inner_cell">
  12767.     <div class="input_area">
  12768. <div class=" highlight hl-ipython2"><pre><span class="n">tokenized_df</span> <span class="o">=</span> <span class="n">tokenizer</span><span class="o">.</span><span class="n">transform</span><span class="p">(</span><span class="n">df</span><span class="p">)</span>
  12769. </pre></div>
  12770.  
  12771. </div>
  12772. </div>
  12773. </div>
  12774.  
  12775. </div>
  12776. <div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
  12777. </div>
  12778. <div class="inner_cell">
  12779. <div class="text_cell_render border-box-sizing rendered_html">
  12780. <p>Now let's apply a stopword remover.</p>
  12781.  
  12782. </div>
  12783. </div>
  12784. </div>
  12785. <div class="cell border-box-sizing code_cell rendered">
  12786. <div class="input">
  12787. <div class="prompt input_prompt">In&nbsp;[153]:</div>
  12788. <div class="inner_cell">
  12789.     <div class="input_area">
  12790. <div class=" highlight hl-ipython2"><pre><span class="kn">from</span> <span class="nn">pyspark.ml.feature</span> <span class="kn">import</span> <span class="n">StopWordsRemover</span>
  12791. </pre></div>
  12792.  
  12793. </div>
  12794. </div>
  12795. </div>
  12796.  
  12797. </div>
  12798. <div class="cell border-box-sizing code_cell rendered">
  12799. <div class="input">
  12800. <div class="prompt input_prompt">In&nbsp;[154]:</div>
  12801. <div class="inner_cell">
  12802.     <div class="input_area">
  12803. <div class=" highlight hl-ipython2"><pre><span class="n">remover</span> <span class="o">=</span> <span class="n">StopWordsRemover</span><span class="p">(</span><span class="n">inputCol</span><span class="o">=</span><span class="s">&#39;words&#39;</span><span class="p">,</span> <span class="n">outputCol</span><span class="o">=</span><span class="s">&#39;tokens&#39;</span><span class="p">)</span>
  12804. <span class="n">tokens_filtered</span> <span class="o">=</span> <span class="n">remover</span><span class="o">.</span><span class="n">transform</span><span class="p">(</span><span class="n">tokenized_df</span><span class="p">)</span>
  12805. <span class="n">tokens_filtered</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
  12806. </pre></div>
  12807.  
  12808. </div>
  12809. </div>
  12810. </div>
  12811.  
  12812. <div class="output_wrapper">
  12813. <div class="output">
  12814.  
  12815.  
  12816. <div class="output_area">
  12817.  
  12818. <div class="prompt"></div>
  12819.  
  12820.  
  12821. <div class="output_subarea output_stream output_stdout output_text">
  12822. <pre>+-----+--------------------+--------------------+--------------------+
  12823. |label|                text|               words|              tokens|
  12824. +-----+--------------------+--------------------+--------------------+
  12825. |    0|Go until jurong p...|[go, until, juron...|[go, jurong, poin...|
  12826. |    0|Ok lar... Joking ...|[ok, lar..., joki...|[ok, lar..., joki...|
  12827. |    1|Free entry in 2 a...|[free, entry, in,...|[free, entry, 2, ...|
  12828. |    0|U dun say so earl...|[u, dun, say, so,...|[u, dun, say, ear...|
  12829. |    0|Nah I don&#39;t think...|[nah, i, don&#39;t, t...|[nah, don&#39;t, thin...|
  12830. |    1|FreeMsg Hey there...|[freemsg, hey, th...|[freemsg, hey, da...|
  12831. |    0|Even my brother i...|[even, my, brothe...|[even, brother, l...|
  12832. |    0|As per your reque...|[as, per, your, r...|[per, request, &#39;m...|
  12833. |    1|WINNER!! As a val...|[winner!!, as, a,...|[winner!!, valued...|
  12834. |    1|Had your mobile 1...|[had, your, mobil...|[mobile, 11, mont...|
  12835. |    0|I&#39;m gonna be home...|[i&#39;m, gonna, be, ...|[i&#39;m, gonna, home...|
  12836. |    1|SIX chances to wi...|[six, chances, to...|[six, chances, wi...|
  12837. |    1|URGENT! You have ...|[urgent!, you, ha...|[urgent!, 1, week...|
  12838. |    0|I&#39;ve been searchi...|[i&#39;ve, been, sear...|[i&#39;ve, searching,...|
  12839. |    0|I HAVE A DATE ON ...|[i, have, a, date...|[date, sunday, wi...|
  12840. |    1|XXXMobileMovieClu...|[xxxmobilemoviecl...|[xxxmobilemoviecl...|
  12841. |    0|Oh k...i&#39;m watchi...|[oh, k...i&#39;m, wat...|[oh, k...i&#39;m, wat...|
  12842. |    0|Eh u remember how...|[eh, u, remember,...|[eh, u, remember,...|
  12843. |    0|Fine if that’s th...|[fine, if, that’s...|[fine, that’s, wa...|
  12844. |    1|England v Macedon...|[england, v, mace...|[england, v, mace...|
  12845. +-----+--------------------+--------------------+--------------------+
  12846. only showing top 20 rows
  12847.  
  12848. </pre>
  12849. </div>
  12850. </div>
  12851.  
  12852. </div>
  12853. </div>
  12854.  
  12855. </div>
  12856. <div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
  12857. </div>
  12858. <div class="inner_cell">
  12859. <div class="text_cell_render border-box-sizing rendered_html">
  12860. <p>We create a feature vector with a countVectorizer</p>
  12861.  
  12862. </div>
  12863. </div>
  12864. </div>
  12865. <div class="cell border-box-sizing code_cell rendered">
  12866. <div class="input">
  12867. <div class="prompt input_prompt">In&nbsp;[121]:</div>
  12868. <div class="inner_cell">
  12869.     <div class="input_area">
  12870. <div class=" highlight hl-ipython2"><pre><span class="kn">from</span> <span class="nn">pyspark.ml.feature</span> <span class="kn">import</span> <span class="n">CountVectorizer</span>
  12871.  
  12872. <span class="n">count_vec</span> <span class="o">=</span> <span class="n">CountVectorizer</span><span class="p">(</span><span class="n">inputCol</span><span class="o">=</span><span class="s">&#39;tokens&#39;</span><span class="p">,</span> <span class="n">outputCol</span><span class="o">=</span><span class="s">&#39;features&#39;</span><span class="p">,</span>  <span class="n">minDF</span><span class="o">=</span><span class="mi">1</span><span class="p">)</span>
  12873. <span class="n">model</span> <span class="o">=</span> <span class="n">count_vec</span><span class="o">.</span><span class="n">fit</span><span class="p">(</span><span class="n">tokens_filtered</span><span class="p">)</span>
  12874.  
  12875. <span class="n">data</span> <span class="o">=</span> <span class="n">model</span><span class="o">.</span><span class="n">transform</span><span class="p">(</span><span class="n">tokens_filtered</span><span class="p">)</span>
  12876. <span class="n">data</span><span class="o">.</span><span class="n">select</span><span class="p">([</span><span class="s">&#39;words&#39;</span><span class="p">,</span> <span class="s">&#39;features&#39;</span><span class="p">])</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
  12877. </pre></div>
  12878.  
  12879. </div>
  12880. </div>
  12881. </div>
  12882.  
  12883. <div class="output_wrapper">
  12884. <div class="output">
  12885.  
  12886.  
  12887. <div class="output_area">
  12888.  
  12889. <div class="prompt"></div>
  12890.  
  12891.  
  12892. <div class="output_subarea output_stream output_stdout output_text">
  12893. <pre>+--------------------+--------------------+
  12894. |               words|            features|
  12895. +--------------------+--------------------+
  12896. |[go, until, juron...|(13499,[8,12,33,6...|
  12897. |[ok, lar..., joki...|(13499,[0,26,307,...|
  12898. |[free, entry, in,...|(13499,[2,14,20,3...|
  12899. |[u, dun, say, so,...|(13499,[0,71,84,1...|
  12900. |[nah, i, don&#39;t, t...|(13499,[36,39,140...|
  12901. |[freemsg, hey, th...|(13499,[11,57,70,...|
  12902. |[even, my, brothe...|(13499,[11,55,108...|
  12903. |[as, per, your, r...|(13499,[133,195,4...|
  12904. |[winner!!, as, a,...|(13499,[1,49,124,...|
  12905. |[had, your, mobil...|(13499,[0,1,14,29...|
  12906. |[i&#39;m, gonna, be, ...|(13499,[5,19,36,4...|
  12907. |[six, chances, to...|(13499,[9,18,40,9...|
  12908. |[urgent!, you, ha...|(13499,[14,32,49,...|
  12909. |[i&#39;ve, been, sear...|(13499,[42,99,101...|
  12910. |[i, have, a, date...|(13499,[567,1739,...|
  12911. |[xxxmobilemoviecl...|(13499,[32,113,11...|
  12912. |[oh, k...i&#39;m, wat...|(13499,[87,224,47...|
  12913. |[eh, u, remember,...|(13499,[0,2,52,13...|
  12914. |[fine, if, that’s...|(13499,[0,77,107,...|
  12915. |[england, v, mace...|(13499,[4,32,35,6...|
  12916. +--------------------+--------------------+
  12917. only showing top 20 rows
  12918.  
  12919. </pre>
  12920. </div>
  12921. </div>
  12922.  
  12923. </div>
  12924. </div>
  12925.  
  12926. </div>
  12927. <div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
  12928. </div>
  12929. <div class="inner_cell">
  12930. <div class="text_cell_render border-box-sizing rendered_html">
  12931. <h1 id="Model-Training">Model Training<a class="anchor-link" href="#Model-Training">&#182;</a></h1>
  12932. </div>
  12933. </div>
  12934. </div>
  12935. <div class="cell border-box-sizing code_cell rendered">
  12936. <div class="input">
  12937. <div class="prompt input_prompt">In&nbsp;[123]:</div>
  12938. <div class="inner_cell">
  12939.     <div class="input_area">
  12940. <div class=" highlight hl-ipython2"><pre><span class="kn">from</span> <span class="nn">pyspark.ml.evaluation</span> <span class="kn">import</span> <span class="n">BinaryClassificationEvaluator</span>
  12941. <span class="kn">from</span> <span class="nn">pyspark.ml.tuning</span> <span class="kn">import</span> <span class="n">CrossValidator</span><span class="p">,</span> <span class="n">ParamGridBuilder</span>
  12942. </pre></div>
  12943.  
  12944. </div>
  12945. </div>
  12946. </div>
  12947.  
  12948. </div>
  12949. <div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
  12950. </div>
  12951. <div class="inner_cell">
  12952. <div class="text_cell_render border-box-sizing rendered_html">
  12953. <h2 id="Logistic-Regression">Logistic Regression<a class="anchor-link" href="#Logistic-Regression">&#182;</a></h2>
  12954. </div>
  12955. </div>
  12956. </div>
  12957. <div class="cell border-box-sizing code_cell rendered">
  12958. <div class="input">
  12959. <div class="prompt input_prompt">In&nbsp;[128]:</div>
  12960. <div class="inner_cell">
  12961.     <div class="input_area">
  12962. <div class=" highlight hl-ipython2"><pre><span class="kn">from</span> <span class="nn">pyspark.ml.classification</span> <span class="kn">import</span> <span class="n">LogisticRegression</span>
  12963.  
  12964. <span class="n">training</span> <span class="o">=</span> <span class="n">data</span><span class="o">.</span><span class="n">select</span><span class="p">([</span><span class="s">&#39;features&#39;</span><span class="p">,</span> <span class="s">&#39;label&#39;</span><span class="p">])</span>
  12965.  
  12966. <span class="n">lr</span> <span class="o">=</span> <span class="n">LogisticRegression</span><span class="p">(</span><span class="n">maxIter</span><span class="o">=</span><span class="mi">10</span><span class="p">)</span>
  12967.  
  12968. <span class="n">paramGrid</span> <span class="o">=</span> <span class="n">ParamGridBuilder</span><span class="p">()</span> \
  12969.     <span class="o">.</span><span class="n">addGrid</span><span class="p">(</span><span class="n">lr</span><span class="o">.</span><span class="n">elasticNetParam</span><span class="p">,</span> <span class="p">[</span><span class="mf">0.7</span><span class="p">,</span><span class="mf">0.8</span><span class="p">,</span><span class="mf">0.9</span><span class="p">])</span> \
  12970.     <span class="o">.</span><span class="n">addGrid</span><span class="p">(</span><span class="n">lr</span><span class="o">.</span><span class="n">regParam</span><span class="p">,</span> <span class="p">[</span><span class="mf">0.3</span><span class="p">,</span> <span class="mf">0.1</span><span class="p">,</span> <span class="mf">0.01</span><span class="p">])</span> \
  12971.     <span class="o">.</span><span class="n">build</span><span class="p">()</span>
  12972.  
  12973. <span class="n">crossval</span> <span class="o">=</span> <span class="n">CrossValidator</span><span class="p">(</span><span class="n">estimator</span><span class="o">=</span><span class="n">lr</span><span class="p">,</span>
  12974.                           <span class="n">estimatorParamMaps</span><span class="o">=</span><span class="n">paramGrid</span><span class="p">,</span>
  12975.                           <span class="n">evaluator</span><span class="o">=</span><span class="n">BinaryClassificationEvaluator</span><span class="p">(),</span>
  12976.                           <span class="n">numFolds</span><span class="o">=</span><span class="mi">5</span><span class="p">)</span>
  12977.  
  12978. <span class="n">cvModel</span> <span class="o">=</span> <span class="n">crossval</span><span class="o">.</span><span class="n">fit</span><span class="p">(</span><span class="n">training</span><span class="p">)</span>
  12979. </pre></div>
  12980.  
  12981. </div>
  12982. </div>
  12983. </div>
  12984.  
  12985. </div>
  12986. <div class="cell border-box-sizing code_cell rendered">
  12987. <div class="input">
  12988. <div class="prompt input_prompt">In&nbsp;[140]:</div>
  12989. <div class="inner_cell">
  12990.     <div class="input_area">
  12991. <div class=" highlight hl-ipython2"><pre><span class="n">evaluator</span> <span class="o">=</span> <span class="n">BinaryClassificationEvaluator</span><span class="p">()</span>
  12992. <span class="n">cvModel</span><span class="o">.</span><span class="n">transform</span><span class="p">(</span><span class="n">training</span><span class="p">)</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
  12993. <span class="n">lr_accuray</span> <span class="o">=</span> <span class="n">evaluator</span><span class="o">.</span><span class="n">evaluate</span><span class="p">(</span><span class="n">cvModel</span><span class="o">.</span><span class="n">transform</span><span class="p">(</span><span class="n">training</span><span class="p">))</span>
  12994. <span class="k">print</span> <span class="s">&#39;Logistic Regression accuracy : &#39;</span> <span class="o">+</span> <span class="nb">str</span><span class="p">(</span><span class="n">lr_accuray</span><span class="p">)</span>
  12995. </pre></div>
  12996.  
  12997. </div>
  12998. </div>
  12999. </div>
  13000.  
  13001. <div class="output_wrapper">
  13002. <div class="output">
  13003.  
  13004.  
  13005. <div class="output_area">
  13006.  
  13007. <div class="prompt"></div>
  13008.  
  13009.  
  13010. <div class="output_subarea output_stream output_stdout output_text">
  13011. <pre>+--------------------+-----+--------------------+--------------------+----------+
  13012. |            features|label|       rawPrediction|         probability|prediction|
  13013. +--------------------+-----+--------------------+--------------------+----------+
  13014. |(13499,[8,12,33,6...|    0|[3.83069142791470...|[0.97876605203988...|       0.0|
  13015. |(13499,[0,26,307,...|    0|[4.09696587889230...|[0.98364877177705...|       0.0|
  13016. |(13499,[2,14,20,3...|    1|[-4.4306725282130...|[0.01176638333378...|       1.0|
  13017. |(13499,[0,71,84,1...|    0|[4.36324032986990...|[0.98742314355929...|       0.0|
  13018. |(13499,[36,39,140...|    0|[3.83069142791470...|[0.97876605203988...|       0.0|
  13019. |(13499,[11,57,70,...|    1|[-0.4024968778588...|[0.40071258624865...|       1.0|
  13020. |(13499,[11,55,108...|    0|[3.83069142791470...|[0.97876605203988...|       0.0|
  13021. |(13499,[133,195,4...|    0|[2.93912198692783...|[0.94974683773727...|       0.0|
  13022. |(13499,[1,49,124,...|    1|[-5.0153162236669...|[0.00659179332796...|       1.0|
  13023. |(13499,[0,1,14,29...|    1|[-1.9157129432600...|[0.12834039199293...|       1.0|
  13024. |(13499,[5,19,36,4...|    0|[4.32093405000677...|[0.98688677495357...|       0.0|
  13025. |(13499,[9,18,40,9...|    1|[-2.1963227610645...|[0.10008119274732...|       1.0|
  13026. |(13499,[14,32,49,...|    1|[-4.5503176674683...|[0.01045341972226...|       1.0|
  13027. |(13499,[42,99,101...|    0|[3.83069142791470...|[0.97876605203988...|       0.0|
  13028. |(13499,[567,1739,...|    0|[3.83069142791470...|[0.97876605203988...|       0.0|
  13029. |(13499,[32,113,11...|    1|[-0.1288870779337...|[0.46782276188731...|       1.0|
  13030. |(13499,[87,224,47...|    0|[3.83069142791470...|[0.97876605203988...|       0.0|
  13031. |(13499,[0,2,52,13...|    0|[4.02972112728820...|[0.98253129372917...|       0.0|
  13032. |(13499,[0,77,107,...|    0|[4.09696587889230...|[0.98364877177705...|       0.0|
  13033. |(13499,[4,32,35,6...|    1|[0.26270888313752...|[0.56530207829827...|       0.0|
  13034. +--------------------+-----+--------------------+--------------------+----------+
  13035. only showing top 20 rows
  13036.  
  13037. Logistic Regression accuracy : 0.99978811732
  13038. </pre>
  13039. </div>
  13040. </div>
  13041.  
  13042. </div>
  13043. </div>
  13044.  
  13045. </div>
  13046. <div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
  13047. </div>
  13048. <div class="inner_cell">
  13049. <div class="text_cell_render border-box-sizing rendered_html">
  13050. <h2 id="DecisionTreeClassifier">DecisionTreeClassifier<a class="anchor-link" href="#DecisionTreeClassifier">&#182;</a></h2>
  13051. </div>
  13052. </div>
  13053. </div>
  13054. <div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
  13055. </div>
  13056. <div class="inner_cell">
  13057. <div class="text_cell_render border-box-sizing rendered_html">
  13058. <p>As the training is very long, we try to limit the depth of the tree and the input vocabulary size.</p>
  13059.  
  13060. </div>
  13061. </div>
  13062. </div>
  13063. <div class="cell border-box-sizing code_cell rendered">
  13064. <div class="input">
  13065. <div class="prompt input_prompt">In&nbsp;[155]:</div>
  13066. <div class="inner_cell">
  13067.     <div class="input_area">
  13068. <div class=" highlight hl-ipython2"><pre><span class="kn">from</span> <span class="nn">pyspark.ml.feature</span> <span class="kn">import</span> <span class="n">CountVectorizer</span>
  13069.  
  13070. <span class="n">count_vec</span> <span class="o">=</span> <span class="n">CountVectorizer</span><span class="p">(</span><span class="n">inputCol</span><span class="o">=</span><span class="s">&#39;tokens&#39;</span><span class="p">,</span> <span class="n">outputCol</span><span class="o">=</span><span class="s">&#39;features&#39;</span><span class="p">,</span>  <span class="n">minDF</span><span class="o">=</span><span class="mi">1</span><span class="p">,</span> <span class="n">vocabSize</span><span class="o">=</span><span class="mi">256</span><span class="p">)</span>
  13071. <span class="n">model</span> <span class="o">=</span> <span class="n">count_vec</span><span class="o">.</span><span class="n">fit</span><span class="p">(</span><span class="n">tokens_filtered</span><span class="p">)</span>
  13072.  
  13073. <span class="n">data</span> <span class="o">=</span> <span class="n">model</span><span class="o">.</span><span class="n">transform</span><span class="p">(</span><span class="n">tokens_filtered</span><span class="p">)</span>
  13074. <span class="n">data</span><span class="o">.</span><span class="n">select</span><span class="p">([</span><span class="s">&#39;words&#39;</span><span class="p">,</span> <span class="s">&#39;features&#39;</span><span class="p">])</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
  13075. </pre></div>
  13076.  
  13077. </div>
  13078. </div>
  13079. </div>
  13080.  
  13081. <div class="output_wrapper">
  13082. <div class="output">
  13083.  
  13084.  
  13085. <div class="output_area">
  13086.  
  13087. <div class="prompt"></div>
  13088.  
  13089.  
  13090. <div class="output_subarea output_stream output_stdout output_text">
  13091. <pre>+--------------------+--------------------+
  13092. |               words|            features|
  13093. +--------------------+--------------------+
  13094. |[go, until, juron...|(1000,[8,12,33,64...|
  13095. |[ok, lar..., joki...|(1000,[0,26,308,4...|
  13096. |[free, entry, in,...|(1000,[2,14,20,32...|
  13097. |[u, dun, say, so,...|(1000,[0,71,84,13...|
  13098. |[nah, i, don&#39;t, t...|(1000,[36,39,140,...|
  13099. |[freemsg, hey, th...|(1000,[11,57,70,1...|
  13100. |[even, my, brothe...|(1000,[11,55,109,...|
  13101. |[as, per, your, r...|(1000,[133,195,43...|
  13102. |[winner!!, as, a,...|(1000,[1,49,126,1...|
  13103. |[had, your, mobil...|(1000,[0,1,14,29,...|
  13104. |[i&#39;m, gonna, be, ...|(1000,[5,19,36,46...|
  13105. |[six, chances, to...|(1000,[9,18,40,94...|
  13106. |[urgent!, you, ha...|(1000,[14,32,49,9...|
  13107. |[i&#39;ve, been, sear...|(1000,[42,99,102,...|
  13108. |[i, have, a, date...|  (1000,[571],[1.0])|
  13109. |[xxxmobilemoviecl...|(1000,[32,113,116...|
  13110. |[oh, k...i&#39;m, wat...|(1000,[87,220],[1...|
  13111. |[eh, u, remember,...|(1000,[0,2,52,139...|
  13112. |[fine, if, that’s...|(1000,[0,77,108,6...|
  13113. |[england, v, mace...|(1000,[4,32,35,62...|
  13114. +--------------------+--------------------+
  13115. only showing top 20 rows
  13116.  
  13117. </pre>
  13118. </div>
  13119. </div>
  13120.  
  13121. </div>
  13122. </div>
  13123.  
  13124. </div>
  13125. <div class="cell border-box-sizing code_cell rendered">
  13126. <div class="input">
  13127. <div class="prompt input_prompt">In&nbsp;[161]:</div>
  13128. <div class="inner_cell">
  13129.     <div class="input_area">
  13130. <div class=" highlight hl-ipython2"><pre><span class="kn">from</span> <span class="nn">pyspark.ml.classification</span> <span class="kn">import</span> <span class="n">DecisionTreeClassifier</span>
  13131.  
  13132. <span class="n">training</span> <span class="o">=</span> <span class="n">data</span><span class="o">.</span><span class="n">select</span><span class="p">([</span><span class="s">&#39;features&#39;</span><span class="p">,</span> <span class="s">&#39;label&#39;</span><span class="p">])</span>
  13133. <span class="n">dt</span> <span class="o">=</span> <span class="n">DecisionTreeClassifier</span><span class="p">(</span><span class="n">labelCol</span><span class="o">=</span><span class="s">&quot;label&quot;</span><span class="p">,</span> <span class="n">featuresCol</span><span class="o">=</span><span class="s">&quot;features&quot;</span><span class="p">)</span>
  13134.  
  13135. <span class="n">paramGrid</span> <span class="o">=</span> <span class="n">ParamGridBuilder</span><span class="p">()</span> \
  13136.     <span class="o">.</span><span class="n">addGrid</span><span class="p">(</span><span class="n">dt</span><span class="o">.</span><span class="n">maxDepth</span><span class="p">,</span> <span class="p">[</span><span class="mi">20</span><span class="p">,</span> <span class="mi">30</span><span class="p">])</span> \
  13137.     <span class="o">.</span><span class="n">build</span><span class="p">()</span>
  13138.  
  13139. <span class="n">crossval</span> <span class="o">=</span> <span class="n">CrossValidator</span><span class="p">(</span><span class="n">estimator</span><span class="o">=</span><span class="n">dt</span><span class="p">,</span>
  13140.                           <span class="n">estimatorParamMaps</span><span class="o">=</span><span class="n">paramGrid</span><span class="p">,</span>
  13141.                           <span class="n">evaluator</span><span class="o">=</span><span class="n">BinaryClassificationEvaluator</span><span class="p">(),</span>
  13142.                           <span class="n">numFolds</span><span class="o">=</span><span class="mi">5</span><span class="p">)</span>
  13143.  
  13144. <span class="n">cvModel</span> <span class="o">=</span> <span class="n">crossval</span><span class="o">.</span><span class="n">fit</span><span class="p">(</span><span class="n">training</span><span class="p">)</span>
  13145. </pre></div>
  13146.  
  13147. </div>
  13148. </div>
  13149. </div>
  13150.  
  13151. </div>
  13152. <div class="cell border-box-sizing code_cell rendered">
  13153. <div class="input">
  13154. <div class="prompt input_prompt">In&nbsp;[163]:</div>
  13155. <div class="inner_cell">
  13156.     <div class="input_area">
  13157. <div class=" highlight hl-ipython2"><pre><span class="n">evaluator</span> <span class="o">=</span> <span class="n">BinaryClassificationEvaluator</span><span class="p">()</span>
  13158. <span class="n">cvModel</span><span class="o">.</span><span class="n">transform</span><span class="p">(</span><span class="n">training</span><span class="p">)</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
  13159. <span class="n">dt_accuray</span> <span class="o">=</span> <span class="n">evaluator</span><span class="o">.</span><span class="n">evaluate</span><span class="p">(</span><span class="n">cvModel</span><span class="o">.</span><span class="n">transform</span><span class="p">(</span><span class="n">training</span><span class="p">))</span>
  13160. <span class="k">print</span> <span class="s">&#39;Decision Tree accuracy : &#39;</span> <span class="o">+</span> <span class="nb">str</span><span class="p">(</span><span class="n">dt_accuray</span><span class="p">)</span>
  13161. </pre></div>
  13162.  
  13163. </div>
  13164. </div>
  13165. </div>
  13166.  
  13167. <div class="output_wrapper">
  13168. <div class="output">
  13169.  
  13170.  
  13171. <div class="output_area">
  13172.  
  13173. <div class="prompt"></div>
  13174.  
  13175.  
  13176. <div class="output_subarea output_stream output_stdout output_text">
  13177. <pre>+--------------------+-----+-------------+--------------------+----------+
  13178. |            features|label|rawPrediction|         probability|prediction|
  13179. +--------------------+-----+-------------+--------------------+----------+
  13180. |(1000,[8,12,33,64...|    0|[4458.0,61.0]|[0.98650143837132...|       0.0|
  13181. |(1000,[0,26,308,4...|    0|[4458.0,61.0]|[0.98650143837132...|       0.0|
  13182. |(1000,[2,14,20,32...|    1|  [0.0,119.0]|           [0.0,1.0]|       1.0|
  13183. |(1000,[0,71,84,13...|    0|[4458.0,61.0]|[0.98650143837132...|       0.0|
  13184. |(1000,[36,39,140,...|    0|[4458.0,61.0]|[0.98650143837132...|       0.0|
  13185. |(1000,[11,57,70,1...|    1|    [0.0,1.0]|           [0.0,1.0]|       1.0|
  13186. |(1000,[11,55,109,...|    0|[4458.0,61.0]|[0.98650143837132...|       0.0|
  13187. |(1000,[133,195,43...|    0|[4458.0,61.0]|[0.98650143837132...|       0.0|
  13188. |(1000,[1,49,126,1...|    1|   [0.0,70.0]|           [0.0,1.0]|       1.0|
  13189. |(1000,[0,1,14,29,...|    1|   [0.0,47.0]|           [0.0,1.0]|       1.0|
  13190. |(1000,[5,19,36,46...|    0|[4458.0,61.0]|[0.98650143837132...|       0.0|
  13191. |(1000,[9,18,40,94...|    1|   [0.0,52.0]|           [0.0,1.0]|       1.0|
  13192. |(1000,[14,32,49,9...|    1|  [0.0,119.0]|           [0.0,1.0]|       1.0|
  13193. |(1000,[42,99,102,...|    0|[4458.0,61.0]|[0.98650143837132...|       0.0|
  13194. |  (1000,[571],[1.0])|    0|[4458.0,61.0]|[0.98650143837132...|       0.0|
  13195. |(1000,[32,113,116...|    1|  [0.0,119.0]|           [0.0,1.0]|       1.0|
  13196. |(1000,[87,220],[1...|    0|[4458.0,61.0]|[0.98650143837132...|       0.0|
  13197. |(1000,[0,2,52,139...|    0|[4458.0,61.0]|[0.98650143837132...|       0.0|
  13198. |(1000,[0,77,108,6...|    0|[4458.0,61.0]|[0.98650143837132...|       0.0|
  13199. |(1000,[4,32,35,62...|    1|  [0.0,119.0]|           [0.0,1.0]|       1.0|
  13200. +--------------------+-----+-------------+--------------------+----------+
  13201. only showing top 20 rows
  13202.  
  13203. Decision Tree accuracy : 0.566519790924
  13204. </pre>
  13205. </div>
  13206. </div>
  13207.  
  13208. </div>
  13209. </div>
  13210.  
  13211. </div>
  13212. <div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
  13213. </div>
  13214. <div class="inner_cell">
  13215. <div class="text_cell_render border-box-sizing rendered_html">
  13216. <p>We need to find a compromise between the number of features and the depth of the try. Trying different values, we get a better accuracy by having a deeper tree and less features than the opposite. Altought the results are not very good.</p>
  13217.  
  13218. </div>
  13219. </div>
  13220. </div>
  13221. <div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
  13222. </div>
  13223. <div class="inner_cell">
  13224. <div class="text_cell_render border-box-sizing rendered_html">
  13225. <h2 id="RandomForestClassifier">RandomForestClassifier<a class="anchor-link" href="#RandomForestClassifier">&#182;</a></h2>
  13226. </div>
  13227. </div>
  13228. </div>
  13229. <div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
  13230. </div>
  13231. <div class="inner_cell">
  13232. <div class="text_cell_render border-box-sizing rendered_html">
  13233. <p>Same here, we use the reduced vocabulary and large depth.</p>
  13234.  
  13235. </div>
  13236. </div>
  13237. </div>
  13238. <div class="cell border-box-sizing code_cell rendered">
  13239. <div class="input">
  13240. <div class="prompt input_prompt">In&nbsp;[164]:</div>
  13241. <div class="inner_cell">
  13242.     <div class="input_area">
  13243. <div class=" highlight hl-ipython2"><pre><span class="kn">from</span> <span class="nn">pyspark.ml.classification</span> <span class="kn">import</span> <span class="n">RandomForestClassifier</span>
  13244.  
  13245. <span class="n">training</span> <span class="o">=</span> <span class="n">data</span><span class="o">.</span><span class="n">select</span><span class="p">([</span><span class="s">&#39;features&#39;</span><span class="p">,</span> <span class="s">&#39;label&#39;</span><span class="p">])</span>
  13246. <span class="n">rf</span> <span class="o">=</span> <span class="n">RandomForestClassifier</span><span class="p">(</span><span class="n">labelCol</span><span class="o">=</span><span class="s">&quot;label&quot;</span><span class="p">,</span> <span class="n">featuresCol</span><span class="o">=</span><span class="s">&quot;features&quot;</span><span class="p">)</span>
  13247.  
  13248. <span class="n">paramGrid</span> <span class="o">=</span> <span class="n">ParamGridBuilder</span><span class="p">()</span> \
  13249.     <span class="o">.</span><span class="n">addGrid</span><span class="p">(</span><span class="n">rf</span><span class="o">.</span><span class="n">maxDepth</span><span class="p">,</span> <span class="p">[</span><span class="mi">20</span><span class="p">,</span> <span class="mi">30</span><span class="p">])</span> \
  13250.     <span class="o">.</span><span class="n">addGrid</span><span class="p">(</span><span class="n">rf</span><span class="o">.</span><span class="n">numTrees</span><span class="p">,</span> <span class="p">[</span><span class="mi">4</span><span class="p">,</span> <span class="mi">8</span><span class="p">])</span> \
  13251.     <span class="o">.</span><span class="n">build</span><span class="p">()</span>
  13252.  
  13253. <span class="n">crossval</span> <span class="o">=</span> <span class="n">CrossValidator</span><span class="p">(</span><span class="n">estimator</span><span class="o">=</span><span class="n">rf</span><span class="p">,</span>
  13254.                           <span class="n">estimatorParamMaps</span><span class="o">=</span><span class="n">paramGrid</span><span class="p">,</span>
  13255.                           <span class="n">evaluator</span><span class="o">=</span><span class="n">BinaryClassificationEvaluator</span><span class="p">(),</span>
  13256.                           <span class="n">numFolds</span><span class="o">=</span><span class="mi">5</span><span class="p">)</span>
  13257.  
  13258. <span class="n">cvModel</span> <span class="o">=</span> <span class="n">crossval</span><span class="o">.</span><span class="n">fit</span><span class="p">(</span><span class="n">training</span><span class="p">)</span>
  13259. </pre></div>
  13260.  
  13261. </div>
  13262. </div>
  13263. </div>
  13264.  
  13265. </div>
  13266. <div class="cell border-box-sizing code_cell rendered">
  13267. <div class="input">
  13268. <div class="prompt input_prompt">In&nbsp;[168]:</div>
  13269. <div class="inner_cell">
  13270.     <div class="input_area">
  13271. <div class=" highlight hl-ipython2"><pre><span class="n">evaluator</span> <span class="o">=</span> <span class="n">BinaryClassificationEvaluator</span><span class="p">()</span>
  13272. <span class="n">cvModel</span><span class="o">.</span><span class="n">transform</span><span class="p">(</span><span class="n">training</span><span class="p">)</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
  13273. <span class="n">rf_accuray</span> <span class="o">=</span> <span class="n">evaluator</span><span class="o">.</span><span class="n">evaluate</span><span class="p">(</span><span class="n">cvModel</span><span class="o">.</span><span class="n">transform</span><span class="p">(</span><span class="n">training</span><span class="p">))</span>
  13274. <span class="k">print</span> <span class="s">&#39;Random Forest accuracy : &#39;</span> <span class="o">+</span> <span class="nb">str</span><span class="p">(</span><span class="n">rf_accuray</span><span class="p">)</span>
  13275. </pre></div>
  13276.  
  13277. </div>
  13278. </div>
  13279. </div>
  13280.  
  13281. <div class="output_wrapper">
  13282. <div class="output">
  13283.  
  13284.  
  13285. <div class="output_area">
  13286.  
  13287. <div class="prompt"></div>
  13288.  
  13289.  
  13290. <div class="output_subarea output_stream output_stdout output_text">
  13291. <pre>+--------------------+-----+--------------------+--------------------+----------+
  13292. |            features|label|       rawPrediction|         probability|prediction|
  13293. +--------------------+-----+--------------------+--------------------+----------+
  13294. |(1000,[8,12,33,64...|    0|[-48.960915371866...|[0.99999807157036...|       0.0|
  13295. |(1000,[0,26,308,4...|    0|[-22.819792778243...|[0.99996524197597...|       0.0|
  13296. |(1000,[2,14,20,32...|    1|[-117.18284431317...|[4.68601295548318...|       1.0|
  13297. |(1000,[0,71,84,13...|    0|[-38.324197415552...|[0.99999962580684...|       0.0|
  13298. |(1000,[36,39,140,...|    0|[-31.369725721208...|[0.99999648245657...|       0.0|
  13299. |(1000,[11,57,70,1...|    1|[-64.610497655534...|[0.21264472949142...|       1.0|
  13300. |(1000,[11,55,109,...|    0|[-43.859862722334...|[0.99995115275215...|       0.0|
  13301. |(1000,[133,195,43...|    0|[-53.353851359083...|[0.99959402460895...|       0.0|
  13302. |(1000,[1,49,126,1...|    1|[-111.29976829040...|[2.57423539122175...|       1.0|
  13303. |(1000,[0,1,14,29,...|    1|[-101.86936955357...|[9.39177633360870...|       1.0|
  13304. |(1000,[5,19,36,46...|    0|[-66.509631914598...|[0.99999999997339...|       0.0|
  13305. |(1000,[9,18,40,94...|    1|[-72.826194887527...|[3.08880043479428...|       1.0|
  13306. |(1000,[14,32,49,9...|    1|[-103.33626446479...|[3.78495678431123...|       1.0|
  13307. |(1000,[42,99,102,...|    0|[-53.125353242786...|[0.99999990159647...|       0.0|
  13308. |  (1000,[571],[1.0])|    0|[-8.3146772976815...|[0.60677730625825...|       0.0|
  13309. |(1000,[32,113,116...|    1|[-27.352365280394...|[0.08019429627174...|       1.0|
  13310. |(1000,[87,220],[1...|    0|[-12.704540280684...|[0.99948629019121...|       0.0|
  13311. |(1000,[0,2,52,139...|    0|[-47.984268064203...|[0.99997401493310...|       0.0|
  13312. |(1000,[0,77,108,6...|    0|[-28.869344710633...|[0.99999785807677...|       0.0|
  13313. |(1000,[4,32,35,62...|    1|[-69.632803829232...|[7.74819083763479...|       1.0|
  13314. +--------------------+-----+--------------------+--------------------+----------+
  13315. only showing top 20 rows
  13316.  
  13317. Random Forest accuracy : 0.301363869954
  13318. </pre>
  13319. </div>
  13320. </div>
  13321.  
  13322. </div>
  13323. </div>
  13324.  
  13325. </div>
  13326. <div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
  13327. </div>
  13328. <div class="inner_cell">
  13329. <div class="text_cell_render border-box-sizing rendered_html">
  13330. <h2 id="Naive-Bayes">Naive Bayes<a class="anchor-link" href="#Naive-Bayes">&#182;</a></h2>
  13331. </div>
  13332. </div>
  13333. </div>
  13334. <div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
  13335. </div>
  13336. <div class="inner_cell">
  13337. <div class="text_cell_render border-box-sizing rendered_html">
  13338. <p>For Naive Bayes we can take back the full feature vector as it is fitting fairly fast.</p>
  13339.  
  13340. </div>
  13341. </div>
  13342. </div>
  13343. <div class="cell border-box-sizing code_cell rendered">
  13344. <div class="input">
  13345. <div class="prompt input_prompt">In&nbsp;[170]:</div>
  13346. <div class="inner_cell">
  13347.     <div class="input_area">
  13348. <div class=" highlight hl-ipython2"><pre><span class="kn">from</span> <span class="nn">pyspark.ml.feature</span> <span class="kn">import</span> <span class="n">CountVectorizer</span>
  13349.  
  13350. <span class="n">count_vec</span> <span class="o">=</span> <span class="n">CountVectorizer</span><span class="p">(</span><span class="n">inputCol</span><span class="o">=</span><span class="s">&#39;tokens&#39;</span><span class="p">,</span> <span class="n">outputCol</span><span class="o">=</span><span class="s">&#39;features&#39;</span><span class="p">,</span>  <span class="n">minDF</span><span class="o">=</span><span class="mi">1</span><span class="p">)</span>
  13351. <span class="n">model</span> <span class="o">=</span> <span class="n">count_vec</span><span class="o">.</span><span class="n">fit</span><span class="p">(</span><span class="n">tokens_filtered</span><span class="p">)</span>
  13352.  
  13353. <span class="n">data</span> <span class="o">=</span> <span class="n">model</span><span class="o">.</span><span class="n">transform</span><span class="p">(</span><span class="n">tokens_filtered</span><span class="p">)</span>
  13354. <span class="n">data</span><span class="o">.</span><span class="n">select</span><span class="p">([</span><span class="s">&#39;words&#39;</span><span class="p">,</span> <span class="s">&#39;features&#39;</span><span class="p">])</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
  13355. </pre></div>
  13356.  
  13357. </div>
  13358. </div>
  13359. </div>
  13360.  
  13361. <div class="output_wrapper">
  13362. <div class="output">
  13363.  
  13364.  
  13365. <div class="output_area">
  13366.  
  13367. <div class="prompt"></div>
  13368.  
  13369.  
  13370. <div class="output_subarea output_stream output_stdout output_text">
  13371. <pre>+--------------------+--------------------+
  13372. |               words|            features|
  13373. +--------------------+--------------------+
  13374. |[go, until, juron...|(13499,[8,12,33,6...|
  13375. |[ok, lar..., joki...|(13499,[0,26,307,...|
  13376. |[free, entry, in,...|(13499,[2,14,20,3...|
  13377. |[u, dun, say, so,...|(13499,[0,71,84,1...|
  13378. |[nah, i, don&#39;t, t...|(13499,[36,39,140...|
  13379. |[freemsg, hey, th...|(13499,[11,57,70,...|
  13380. |[even, my, brothe...|(13499,[11,55,108...|
  13381. |[as, per, your, r...|(13499,[133,195,4...|
  13382. |[winner!!, as, a,...|(13499,[1,49,124,...|
  13383. |[had, your, mobil...|(13499,[0,1,14,29...|
  13384. |[i&#39;m, gonna, be, ...|(13499,[5,19,36,4...|
  13385. |[six, chances, to...|(13499,[9,18,40,9...|
  13386. |[urgent!, you, ha...|(13499,[14,32,49,...|
  13387. |[i&#39;ve, been, sear...|(13499,[42,99,101...|
  13388. |[i, have, a, date...|(13499,[567,1739,...|
  13389. |[xxxmobilemoviecl...|(13499,[32,113,11...|
  13390. |[oh, k...i&#39;m, wat...|(13499,[87,224,47...|
  13391. |[eh, u, remember,...|(13499,[0,2,52,13...|
  13392. |[fine, if, that’s...|(13499,[0,77,107,...|
  13393. |[england, v, mace...|(13499,[4,32,35,6...|
  13394. +--------------------+--------------------+
  13395. only showing top 20 rows
  13396.  
  13397. </pre>
  13398. </div>
  13399. </div>
  13400.  
  13401. </div>
  13402. </div>
  13403.  
  13404. </div>
  13405. <div class="cell border-box-sizing code_cell rendered">
  13406. <div class="input">
  13407. <div class="prompt input_prompt">In&nbsp;[176]:</div>
  13408. <div class="inner_cell">
  13409.     <div class="input_area">
  13410. <div class=" highlight hl-ipython2"><pre><span class="kn">from</span> <span class="nn">pyspark.ml.classification</span> <span class="kn">import</span> <span class="n">NaiveBayes</span>
  13411.  
  13412. <span class="n">nb</span> <span class="o">=</span> <span class="n">NaiveBayes</span><span class="p">(</span><span class="n">modelType</span><span class="o">=</span><span class="s">&quot;multinomial&quot;</span><span class="p">)</span>
  13413.  
  13414. <span class="n">paramGrid</span> <span class="o">=</span> <span class="n">ParamGridBuilder</span><span class="p">()</span> \
  13415.     <span class="o">.</span><span class="n">addGrid</span><span class="p">(</span><span class="n">nb</span><span class="o">.</span><span class="n">smoothing</span><span class="p">,</span> <span class="p">[</span><span class="mi">0</span><span class="p">,</span> <span class="mf">0.5</span><span class="p">,</span> <span class="mf">0.75</span><span class="p">,</span> <span class="mi">1</span><span class="p">])</span> \
  13416.     <span class="o">.</span><span class="n">build</span><span class="p">()</span>
  13417.  
  13418. <span class="n">crossval</span> <span class="o">=</span> <span class="n">CrossValidator</span><span class="p">(</span><span class="n">estimator</span><span class="o">=</span><span class="n">nb</span><span class="p">,</span>
  13419.                           <span class="n">estimatorParamMaps</span><span class="o">=</span><span class="n">paramGrid</span><span class="p">,</span>
  13420.                           <span class="n">evaluator</span><span class="o">=</span><span class="n">BinaryClassificationEvaluator</span><span class="p">(),</span>
  13421.                           <span class="n">numFolds</span><span class="o">=</span><span class="mi">5</span><span class="p">)</span>
  13422.  
  13423. <span class="n">cvModel</span> <span class="o">=</span> <span class="n">crossval</span><span class="o">.</span><span class="n">fit</span><span class="p">(</span><span class="n">training</span><span class="p">)</span>
  13424. </pre></div>
  13425.  
  13426. </div>
  13427. </div>
  13428. </div>
  13429.  
  13430. </div>
  13431. <div class="cell border-box-sizing code_cell rendered">
  13432. <div class="input">
  13433. <div class="prompt input_prompt">In&nbsp;[177]:</div>
  13434. <div class="inner_cell">
  13435.     <div class="input_area">
  13436. <div class=" highlight hl-ipython2"><pre><span class="n">evaluator</span> <span class="o">=</span> <span class="n">BinaryClassificationEvaluator</span><span class="p">()</span>
  13437. <span class="n">cvModel</span><span class="o">.</span><span class="n">transform</span><span class="p">(</span><span class="n">training</span><span class="p">)</span><span class="o">.</span><span class="n">show</span><span class="p">()</span>
  13438. <span class="n">nb_accuray</span> <span class="o">=</span> <span class="n">evaluator</span><span class="o">.</span><span class="n">evaluate</span><span class="p">(</span><span class="n">cvModel</span><span class="o">.</span><span class="n">transform</span><span class="p">(</span><span class="n">training</span><span class="p">))</span>
  13439. <span class="k">print</span> <span class="s">&#39;Naive Bayes accuracy : &#39;</span> <span class="o">+</span> <span class="nb">str</span><span class="p">(</span><span class="n">nb_accuray</span><span class="p">)</span>
  13440. </pre></div>
  13441.  
  13442. </div>
  13443. </div>
  13444. </div>
  13445.  
  13446. <div class="output_wrapper">
  13447. <div class="output">
  13448.  
  13449.  
  13450. <div class="output_area">
  13451.  
  13452. <div class="prompt"></div>
  13453.  
  13454.  
  13455. <div class="output_subarea output_stream output_stdout output_text">
  13456. <pre>+--------------------+-----+--------------------+--------------------+----------+
  13457. |            features|label|       rawPrediction|         probability|prediction|
  13458. +--------------------+-----+--------------------+--------------------+----------+
  13459. |(1000,[8,12,33,64...|    0|[-48.936138711689...|           [1.0,0.0]|       0.0|
  13460. |(1000,[0,26,308,4...|    0|[-22.793094792705...|           [1.0,0.0]|       0.0|
  13461. |(1000,[2,14,20,32...|    1|[-Infinity,-79.07...|           [0.0,1.0]|       1.0|
  13462. |(1000,[0,71,84,13...|    0|[-38.246414241657...|           [1.0,0.0]|       0.0|
  13463. |(1000,[36,39,140,...|    0|[-31.341976646633...|           [1.0,0.0]|       0.0|
  13464. |(1000,[11,57,70,1...|    1|[-Infinity,-63.38...|           [0.0,1.0]|       1.0|
  13465. |(1000,[11,55,109,...|    0|[-43.847331245604...|           [1.0,0.0]|       0.0|
  13466. |(1000,[133,195,43...|    0|[-53.521395553871...|           [1.0,0.0]|       0.0|
  13467. |(1000,[1,49,126,1...|    1|[-Infinity,-68.06...|           [0.0,1.0]|       1.0|
  13468. |(1000,[0,1,14,29,...|    1|[-Infinity,-68.96...|           [0.0,1.0]|       1.0|
  13469. |(1000,[5,19,36,46...|    0|[-66.416774991206...|           [1.0,0.0]|       0.0|
  13470. |(1000,[9,18,40,94...|    1|[-Infinity,-50.51...|           [0.0,1.0]|       1.0|
  13471. |(1000,[14,32,49,9...|    1|[-Infinity,-60.42...|           [0.0,1.0]|       1.0|
  13472. |(1000,[42,99,102,...|    0|[-53.114239983431...|           [1.0,0.0]|       0.0|
  13473. |  (1000,[571],[1.0])|    0|[-8.3645599426786...|[0.59245835843020...|       0.0|
  13474. |(1000,[32,113,116...|    1|[-27.353652584301...|[0.07029852932157...|       1.0|
  13475. |(1000,[87,220],[1...|    0|[-12.688012009429...|           [1.0,0.0]|       0.0|
  13476. |(1000,[0,2,52,139...|    0|[-47.941634562604...|           [1.0,0.0]|       0.0|
  13477. |(1000,[0,77,108,6...|    0|[-28.829788784846...|           [1.0,0.0]|       0.0|
  13478. |(1000,[4,32,35,62...|    1|[-Infinity,-55.44...|           [0.0,1.0]|       1.0|
  13479. +--------------------+-----+--------------------+--------------------+----------+
  13480. only showing top 20 rows
  13481.  
  13482. Naive Bayes accuracy : 0.772812678793
  13483. </pre>
  13484. </div>
  13485. </div>
  13486.  
  13487. </div>
  13488. </div>
  13489.  
  13490. </div>
  13491. <div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
  13492. </div>
  13493. <div class="inner_cell">
  13494. <div class="text_cell_render border-box-sizing rendered_html">
  13495. <h1 id="Comparaison">Comparaison<a class="anchor-link" href="#Comparaison">&#182;</a></h1>
  13496. </div>
  13497. </div>
  13498. </div>
  13499. <div class="cell border-box-sizing code_cell rendered">
  13500. <div class="input">
  13501. <div class="prompt input_prompt">In&nbsp;[184]:</div>
  13502. <div class="inner_cell">
  13503.     <div class="input_area">
  13504. <div class=" highlight hl-ipython2"><pre><span class="k">print</span> <span class="s">&#39;</span><span class="se">\t</span><span class="s">Accuracies&#39;</span>
  13505. <span class="k">print</span> <span class="s">&#39;</span><span class="se">\t</span><span class="s">----------&#39;</span>
  13506. <span class="k">print</span> <span class="s">&#39;Logistic Reg.</span><span class="se">\t</span><span class="s">&#39;</span> <span class="o">+</span> <span class="nb">str</span><span class="p">(</span><span class="n">lr_accuray</span><span class="p">)</span>
  13507. <span class="k">print</span> <span class="s">&#39;Naive Bayes </span><span class="se">\t</span><span class="s">&#39;</span> <span class="o">+</span> <span class="nb">str</span><span class="p">(</span><span class="n">nb_accuray</span><span class="p">)</span>
  13508. <span class="k">print</span> <span class="s">&#39;Decision Tree</span><span class="se">\t</span><span class="s">&#39;</span> <span class="o">+</span> <span class="nb">str</span><span class="p">(</span><span class="n">dt_accuray</span><span class="p">)</span>
  13509. <span class="k">print</span> <span class="s">&#39;Random Forest</span><span class="se">\t</span><span class="s">&#39;</span> <span class="o">+</span> <span class="nb">str</span><span class="p">(</span><span class="n">rf_accuray</span><span class="p">)</span>
  13510. </pre></div>
  13511.  
  13512. </div>
  13513. </div>
  13514. </div>
  13515.  
  13516. <div class="output_wrapper">
  13517. <div class="output">
  13518.  
  13519.  
  13520. <div class="output_area">
  13521.  
  13522. <div class="prompt"></div>
  13523.  
  13524.  
  13525. <div class="output_subarea output_stream output_stdout output_text">
  13526. <pre>   Accuracies
  13527.     ----------
  13528. Logistic Reg.   0.99978811732
  13529. Naive Bayes     0.772812678793
  13530. Decision Tree   0.566519790924
  13531. Random Forest   0.301363869954
  13532. </pre>
  13533. </div>
  13534. </div>
  13535.  
  13536. </div>
  13537. </div>
  13538.  
  13539. </div>
  13540. <div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
  13541. </div>
  13542. <div class="inner_cell">
  13543. <div class="text_cell_render border-box-sizing rendered_html">
  13544. <p>Tree based classification is not performing well as we need to reduce the input vocabulary.
  13545. Logistic regression has an almost perfect training accuracy, as well as a fast training.</p>
  13546.  
  13547. </div>
  13548. </div>
  13549. </div>
  13550.     </div>
  13551.   </div>
  13552. </body>
  13553.  
  13554.  
  13555.  
  13556.  
  13557. </html>
Add Comment
Please, Sign In to add comment