Guest User

Untitled

a guest
Apr 19th, 2017
1,500
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 264.17 KB | None | 0 0
  1.  
  2.  
  3. <!DOCTYPE html>
  4. <html>
  5. <head>
  6.  
  7. <meta charset="utf-8" />
  8. <meta http-equiv="X-UA-Compatible" content="chrome=1" />
  9.  
  10. <meta name="apple-mobile-web-app-capable" content="yes" />
  11. <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
  12.  
  13. <title>pres slides</title>
  14.  
  15. <script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"></script>
  16. <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
  17.  
  18. <!-- General and theme style sheets -->
  19. <link rel="stylesheet" href="reveal.js/css/reveal.css">
  20. <link rel="stylesheet" href="reveal.js/css/theme/simple.css" id="theme">
  21.  
  22. <!-- If the query includes 'print-pdf', include the PDF print sheet -->
  23. <script>
  24. if( window.location.search.match( /print-pdf/gi ) ) {
  25. var link = document.createElement( 'link' );
  26. link.rel = 'stylesheet';
  27. link.type = 'text/css';
  28. link.href = 'reveal.js/css/print/pdf.css';
  29. document.getElementsByTagName( 'head' )[0].appendChild( link );
  30. }
  31.  
  32. </script>
  33.  
  34. <!--[if lt IE 9]>
  35. <script src="reveal.js/lib/js/html5shiv.js"></script>
  36. <![endif]-->
  37.  
  38. <!-- Loading the mathjax macro -->
  39. <!-- Load mathjax -->
  40. <script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML"></script>
  41. <!-- MathJax configuration -->
  42. <script type="text/x-mathjax-config">
  43. MathJax.Hub.Config({
  44. tex2jax: {
  45. inlineMath: [ ['$','$'], ["\\(","\\)"] ],
  46. displayMath: [ ['$$','$$'], ["\\[","\\]"] ],
  47. processEscapes: true,
  48. processEnvironments: true
  49. },
  50. // Center justify equations in code and markdown cells. Elsewhere
  51. // we use CSS to left justify single line equations in code cells.
  52. displayAlign: 'center',
  53. "HTML-CSS": {
  54. styles: {'.MathJax_Display': {"margin": 0}},
  55. linebreaks: { automatic: true }
  56. }
  57. });
  58. </script>
  59. <!-- End of mathjax configuration -->
  60.  
  61. <!-- Get Font-awesome from cdn -->
  62. <link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css">
  63.  
  64. <style type="text/css">
  65. /*!
  66. *
  67. * Twitter Bootstrap
  68. *
  69. */
  70. /*!
  71. * Bootstrap v3.3.6 (http://getbootstrap.com)
  72. * Copyright 2011-2015 Twitter, Inc.
  73. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  74. */
  75. /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  76. html {
  77. font-family: sans-serif;
  78. -ms-text-size-adjust: 100%;
  79. -webkit-text-size-adjust: 100%;
  80. }
  81. body {
  82. margin: 0;
  83. }
  84. article,
  85. aside,
  86. details,
  87. figcaption,
  88. figure,
  89. footer,
  90. header,
  91. hgroup,
  92. main,
  93. menu,
  94. nav,
  95. section,
  96. summary {
  97. display: block;
  98. }
  99. audio,
  100. canvas,
  101. progress,
  102. video {
  103. display: inline-block;
  104. vertical-align: baseline;
  105. }
  106. audio:not([controls]) {
  107. display: none;
  108. height: 0;
  109. }
  110. [hidden],
  111. template {
  112. display: none;
  113. }
  114. a {
  115. background-color: transparent;
  116. }
  117. a:active,
  118. a:hover {
  119. outline: 0;
  120. }
  121. abbr[title] {
  122. border-bottom: 1px dotted;
  123. }
  124. b,
  125. strong {
  126. font-weight: bold;
  127. }
  128. dfn {
  129. font-style: italic;
  130. }
  131. h1 {
  132. font-size: 2em;
  133. margin: 0.67em 0;
  134. }
  135. mark {
  136. background: #ff0;
  137. color: #000;
  138. }
  139. small {
  140. font-size: 80%;
  141. }
  142. sub,
  143. sup {
  144. font-size: 75%;
  145. line-height: 0;
  146. position: relative;
  147. vertical-align: baseline;
  148. }
  149. sup {
  150. top: -0.5em;
  151. }
  152. sub {
  153. bottom: -0.25em;
  154. }
  155. img {
  156. border: 0;
  157. }
  158. svg:not(:root) {
  159. overflow: hidden;
  160. }
  161. figure {
  162. margin: 1em 40px;
  163. }
  164. hr {
  165. box-sizing: content-box;
  166. height: 0;
  167. }
  168. pre {
  169. overflow: auto;
  170. }
  171. code,
  172. kbd,
  173. pre,
  174. samp {
  175. font-family: monospace, monospace;
  176. font-size: 1em;
  177. }
  178. button,
  179. input,
  180. optgroup,
  181. select,
  182. textarea {
  183. color: inherit;
  184. font: inherit;
  185. margin: 0;
  186. }
  187. button {
  188. overflow: visible;
  189. }
  190. button,
  191. select {
  192. text-transform: none;
  193. }
  194. button,
  195. html input[type="button"],
  196. input[type="reset"],
  197. input[type="submit"] {
  198. -webkit-appearance: button;
  199. cursor: pointer;
  200. }
  201. button[disabled],
  202. html input[disabled] {
  203. cursor: default;
  204. }
  205. button::-moz-focus-inner,
  206. input::-moz-focus-inner {
  207. border: 0;
  208. padding: 0;
  209. }
  210. input {
  211. line-height: normal;
  212. }
  213. input[type="checkbox"],
  214. input[type="radio"] {
  215. box-sizing: border-box;
  216. padding: 0;
  217. }
  218. input[type="number"]::-webkit-inner-spin-button,
  219. input[type="number"]::-webkit-outer-spin-button {
  220. height: auto;
  221. }
  222. input[type="search"] {
  223. -webkit-appearance: textfield;
  224. box-sizing: content-box;
  225. }
  226. input[type="search"]::-webkit-search-cancel-button,
  227. input[type="search"]::-webkit-search-decoration {
  228. -webkit-appearance: none;
  229. }
  230. fieldset {
  231. border: 1px solid #c0c0c0;
  232. margin: 0 2px;
  233. padding: 0.35em 0.625em 0.75em;
  234. }
  235. legend {
  236. border: 0;
  237. padding: 0;
  238. }
  239. textarea {
  240. overflow: auto;
  241. }
  242. optgroup {
  243. font-weight: bold;
  244. }
  245. table {
  246. border-collapse: collapse;
  247. border-spacing: 0;
  248. }
  249. td,
  250. th {
  251. padding: 0;
  252. }
  253. /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  254. @media print {
  255. *,
  256. *:before,
  257. *:after {
  258. background: transparent !important;
  259. color: #000 !important;
  260. box-shadow: none !important;
  261. text-shadow: none !important;
  262. }
  263. a,
  264. a:visited {
  265. text-decoration: underline;
  266. }
  267. a[href]:after {
  268. content: " (" attr(href) ")";
  269. }
  270. abbr[title]:after {
  271. content: " (" attr(title) ")";
  272. }
  273. a[href^="#"]:after,
  274. a[href^="javascript:"]:after {
  275. content: "";
  276. }
  277. pre,
  278. blockquote {
  279. border: 1px solid #999;
  280. page-break-inside: avoid;
  281. }
  282. thead {
  283. display: table-header-group;
  284. }
  285. tr,
  286. img {
  287. page-break-inside: avoid;
  288. }
  289. img {
  290. max-width: 100% !important;
  291. }
  292. p,
  293. h2,
  294. h3 {
  295. orphans: 3;
  296. widows: 3;
  297. }
  298. h2,
  299. h3 {
  300. page-break-after: avoid;
  301. }
  302. .navbar {
  303. display: none;
  304. }
  305. .btn > .caret,
  306. .dropup > .btn > .caret {
  307. border-top-color: #000 !important;
  308. }
  309. .label {
  310. border: 1px solid #000;
  311. }
  312. .table {
  313. border-collapse: collapse !important;
  314. }
  315. .table td,
  316. .table th {
  317. background-color: #fff !important;
  318. }
  319. .table-bordered th,
  320. .table-bordered td {
  321. border: 1px solid #ddd !important;
  322. }
  323. }
  324. @font-face {
  325. font-family: 'Glyphicons Halflings';
  326. src: url('../components/bootstrap/fonts/glyphicons-halflings-regular.eot');
  327. 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');
  328. }
  329. .glyphicon {
  330. position: relative;
  331. top: 1px;
  332. display: inline-block;
  333. font-family: 'Glyphicons Halflings';
  334. font-style: normal;
  335. font-weight: normal;
  336. line-height: 1;
  337. -webkit-font-smoothing: antialiased;
  338. -moz-osx-font-smoothing: grayscale;
  339. }
  340. .glyphicon-asterisk:before {
  341. content: "\002a";
  342. }
  343. .glyphicon-plus:before {
  344. content: "\002b";
  345. }
  346. .glyphicon-euro:before,
  347. .glyphicon-eur:before {
  348. content: "\20ac";
  349. }
  350. .glyphicon-minus:before {
  351. content: "\2212";
  352. }
  353. .glyphicon-cloud:before {
  354. content: "\2601";
  355. }
  356. .glyphicon-envelope:before {
  357. content: "\2709";
  358. }
  359. .glyphicon-pencil:before {
  360. content: "\270f";
  361. }
  362. .glyphicon-glass:before {
  363. content: "\e001";
  364. }
  365. .glyphicon-music:before {
  366. content: "\e002";
  367. }
  368. .glyphicon-search:before {
  369. content: "\e003";
  370. }
  371. .glyphicon-heart:before {
  372. content: "\e005";
  373. }
  374. .glyphicon-star:before {
  375. content: "\e006";
  376. }
  377. .glyphicon-star-empty:before {
  378. content: "\e007";
  379. }
  380. .glyphicon-user:before {
  381. content: "\e008";
  382. }
  383. .glyphicon-film:before {
  384. content: "\e009";
  385. }
  386. .glyphicon-th-large:before {
  387. content: "\e010";
  388. }
  389. .glyphicon-th:before {
  390. content: "\e011";
  391. }
  392. .glyphicon-th-list:before {
  393. content: "\e012";
  394. }
  395. .glyphicon-ok:before {
  396. content: "\e013";
  397. }
  398. .glyphicon-remove:before {
  399. content: "\e014";
  400. }
  401. .glyphicon-zoom-in:before {
  402. content: "\e015";
  403. }
  404. .glyphicon-zoom-out:before {
  405. content: "\e016";
  406. }
  407. .glyphicon-off:before {
  408. content: "\e017";
  409. }
  410. .glyphicon-signal:before {
  411. content: "\e018";
  412. }
  413. .glyphicon-cog:before {
  414. content: "\e019";
  415. }
  416. .glyphicon-trash:before {
  417. content: "\e020";
  418. }
  419. .glyphicon-home:before {
  420. content: "\e021";
  421. }
  422. .glyphicon-file:before {
  423. content: "\e022";
  424. }
  425. .glyphicon-time:before {
  426. content: "\e023";
  427. }
  428. .glyphicon-road:before {
  429. content: "\e024";
  430. }
  431. .glyphicon-download-alt:before {
  432. content: "\e025";
  433. }
  434. .glyphicon-download:before {
  435. content: "\e026";
  436. }
  437. .glyphicon-upload:before {
  438. content: "\e027";
  439. }
  440. .glyphicon-inbox:before {
  441. content: "\e028";
  442. }
  443. .glyphicon-play-circle:before {
  444. content: "\e029";
  445. }
  446. .glyphicon-repeat:before {
  447. content: "\e030";
  448. }
  449. .glyphicon-refresh:before {
  450. content: "\e031";
  451. }
  452. .glyphicon-list-alt:before {
  453. content: "\e032";
  454. }
  455. .glyphicon-lock:before {
  456. content: "\e033";
  457. }
  458. .glyphicon-flag:before {
  459. content: "\e034";
  460. }
  461. .glyphicon-headphones:before {
  462. content: "\e035";
  463. }
  464. .glyphicon-volume-off:before {
  465. content: "\e036";
  466. }
  467. .glyphicon-volume-down:before {
  468. content: "\e037";
  469. }
  470. .glyphicon-volume-up:before {
  471. content: "\e038";
  472. }
  473. .glyphicon-qrcode:before {
  474. content: "\e039";
  475. }
  476. .glyphicon-barcode:before {
  477. content: "\e040";
  478. }
  479. .glyphicon-tag:before {
  480. content: "\e041";
  481. }
  482. .glyphicon-tags:before {
  483. content: "\e042";
  484. }
  485. .glyphicon-book:before {
  486. content: "\e043";
  487. }
  488. .glyphicon-bookmark:before {
  489. content: "\e044";
  490. }
  491. .glyphicon-print:before {
  492. content: "\e045";
  493. }
  494. .glyphicon-camera:before {
  495. content: "\e046";
  496. }
  497. .glyphicon-font:before {
  498. content: "\e047";
  499. }
  500. .glyphicon-bold:before {
  501. content: "\e048";
  502. }
  503. .glyphicon-italic:before {
  504. content: "\e049";
  505. }
  506. .glyphicon-text-height:before {
  507. content: "\e050";
  508. }
  509. .glyphicon-text-width:before {
  510. content: "\e051";
  511. }
  512. .glyphicon-align-left:before {
  513. content: "\e052";
  514. }
  515. .glyphicon-align-center:before {
  516. content: "\e053";
  517. }
  518. .glyphicon-align-right:before {
  519. content: "\e054";
  520. }
  521. .glyphicon-align-justify:before {
  522. content: "\e055";
  523. }
  524. .glyphicon-list:before {
  525. content: "\e056";
  526. }
  527. .glyphicon-indent-left:before {
  528. content: "\e057";
  529. }
  530. .glyphicon-indent-right:before {
  531. content: "\e058";
  532. }
  533. .glyphicon-facetime-video:before {
  534. content: "\e059";
  535. }
  536. .glyphicon-picture:before {
  537. content: "\e060";
  538. }
  539. .glyphicon-map-marker:before {
  540. content: "\e062";
  541. }
  542. .glyphicon-adjust:before {
  543. content: "\e063";
  544. }
  545. .glyphicon-tint:before {
  546. content: "\e064";
  547. }
  548. .glyphicon-edit:before {
  549. content: "\e065";
  550. }
  551. .glyphicon-share:before {
  552. content: "\e066";
  553. }
  554. .glyphicon-check:before {
  555. content: "\e067";
  556. }
  557. .glyphicon-move:before {
  558. content: "\e068";
  559. }
  560. .glyphicon-step-backward:before {
  561. content: "\e069";
  562. }
  563. .glyphicon-fast-backward:before {
  564. content: "\e070";
  565. }
  566. .glyphicon-backward:before {
  567. content: "\e071";
  568. }
  569. .glyphicon-play:before {
  570. content: "\e072";
  571. }
  572. .glyphicon-pause:before {
  573. content: "\e073";
  574. }
  575. .glyphicon-stop:before {
  576. content: "\e074";
  577. }
  578. .glyphicon-forward:before {
  579. content: "\e075";
  580. }
  581. .glyphicon-fast-forward:before {
  582. content: "\e076";
  583. }
  584. .glyphicon-step-forward:before {
  585. content: "\e077";
  586. }
  587. .glyphicon-eject:before {
  588. content: "\e078";
  589. }
  590. .glyphicon-chevron-left:before {
  591. content: "\e079";
  592. }
  593. .glyphicon-chevron-right:before {
  594. content: "\e080";
  595. }
  596. .glyphicon-plus-sign:before {
  597. content: "\e081";
  598. }
  599. .glyphicon-minus-sign:before {
  600. content: "\e082";
  601. }
  602. .glyphicon-remove-sign:before {
  603. content: "\e083";
  604. }
  605. .glyphicon-ok-sign:before {
  606. content: "\e084";
  607. }
  608. .glyphicon-question-sign:before {
  609. content: "\e085";
  610. }
  611. .glyphicon-info-sign:before {
  612. content: "\e086";
  613. }
  614. .glyphicon-screenshot:before {
  615. content: "\e087";
  616. }
  617. .glyphicon-remove-circle:before {
  618. content: "\e088";
  619. }
  620. .glyphicon-ok-circle:before {
  621. content: "\e089";
  622. }
  623. .glyphicon-ban-circle:before {
  624. content: "\e090";
  625. }
  626. .glyphicon-arrow-left:before {
  627. content: "\e091";
  628. }
  629. .glyphicon-arrow-right:before {
  630. content: "\e092";
  631. }
  632. .glyphicon-arrow-up:before {
  633. content: "\e093";
  634. }
  635. .glyphicon-arrow-down:before {
  636. content: "\e094";
  637. }
  638. .glyphicon-share-alt:before {
  639. content: "\e095";
  640. }
  641. .glyphicon-resize-full:before {
  642. content: "\e096";
  643. }
  644. .glyphicon-resize-small:before {
  645. content: "\e097";
  646. }
  647. .glyphicon-exclamation-sign:before {
  648. content: "\e101";
  649. }
  650. .glyphicon-gift:before {
  651. content: "\e102";
  652. }
  653. .glyphicon-leaf:before {
  654. content: "\e103";
  655. }
  656. .glyphicon-fire:before {
  657. content: "\e104";
  658. }
  659. .glyphicon-eye-open:before {
  660. content: "\e105";
  661. }
  662. .glyphicon-eye-close:before {
  663. content: "\e106";
  664. }
  665. .glyphicon-warning-sign:before {
  666. content: "\e107";
  667. }
  668. .glyphicon-plane:before {
  669. content: "\e108";
  670. }
  671. .glyphicon-calendar:before {
  672. content: "\e109";
  673. }
  674. .glyphicon-random:before {
  675. content: "\e110";
  676. }
  677. .glyphicon-comment:before {
  678. content: "\e111";
  679. }
  680. .glyphicon-magnet:before {
  681. content: "\e112";
  682. }
  683. .glyphicon-chevron-up:before {
  684. content: "\e113";
  685. }
  686. .glyphicon-chevron-down:before {
  687. content: "\e114";
  688. }
  689. .glyphicon-retweet:before {
  690. content: "\e115";
  691. }
  692. .glyphicon-shopping-cart:before {
  693. content: "\e116";
  694. }
  695. .glyphicon-folder-close:before {
  696. content: "\e117";
  697. }
  698. .glyphicon-folder-open:before {
  699. content: "\e118";
  700. }
  701. .glyphicon-resize-vertical:before {
  702. content: "\e119";
  703. }
  704. .glyphicon-resize-horizontal:before {
  705. content: "\e120";
  706. }
  707. .glyphicon-hdd:before {
  708. content: "\e121";
  709. }
  710. .glyphicon-bullhorn:before {
  711. content: "\e122";
  712. }
  713. .glyphicon-bell:before {
  714. content: "\e123";
  715. }
  716. .glyphicon-certificate:before {
  717. content: "\e124";
  718. }
  719. .glyphicon-thumbs-up:before {
  720. content: "\e125";
  721. }
  722. .glyphicon-thumbs-down:before {
  723. content: "\e126";
  724. }
  725. .glyphicon-hand-right:before {
  726. content: "\e127";
  727. }
  728. .glyphicon-hand-left:before {
  729. content: "\e128";
  730. }
  731. .glyphicon-hand-up:before {
  732. content: "\e129";
  733. }
  734. .glyphicon-hand-down:before {
  735. content: "\e130";
  736. }
  737. .glyphicon-circle-arrow-right:before {
  738. content: "\e131";
  739. }
  740. .glyphicon-circle-arrow-left:before {
  741. content: "\e132";
  742. }
  743. .glyphicon-circle-arrow-up:before {
  744. content: "\e133";
  745. }
  746. .glyphicon-circle-arrow-down:before {
  747. content: "\e134";
  748. }
  749. .glyphicon-globe:before {
  750. content: "\e135";
  751. }
  752. .glyphicon-wrench:before {
  753. content: "\e136";
  754. }
  755. .glyphicon-tasks:before {
  756. content: "\e137";
  757. }
  758. .glyphicon-filter:before {
  759. content: "\e138";
  760. }
  761. .glyphicon-briefcase:before {
  762. content: "\e139";
  763. }
  764. .glyphicon-fullscreen:before {
  765. content: "\e140";
  766. }
  767. .glyphicon-dashboard:before {
  768. content: "\e141";
  769. }
  770. .glyphicon-paperclip:before {
  771. content: "\e142";
  772. }
  773. .glyphicon-heart-empty:before {
  774. content: "\e143";
  775. }
  776. .glyphicon-link:before {
  777. content: "\e144";
  778. }
  779. .glyphicon-phone:before {
  780. content: "\e145";
  781. }
  782. .glyphicon-pushpin:before {
  783. content: "\e146";
  784. }
  785. .glyphicon-usd:before {
  786. content: "\e148";
  787. }
  788. .glyphicon-gbp:before {
  789. content: "\e149";
  790. }
  791. .glyphicon-sort:before {
  792. content: "\e150";
  793. }
  794. .glyphicon-sort-by-alphabet:before {
  795. content: "\e151";
  796. }
  797. .glyphicon-sort-by-alphabet-alt:before {
  798. content: "\e152";
  799. }
  800. .glyphicon-sort-by-order:before {
  801. content: "\e153";
  802. }
  803. .glyphicon-sort-by-order-alt:before {
  804. content: "\e154";
  805. }
  806. .glyphicon-sort-by-attributes:before {
  807. content: "\e155";
  808. }
  809. .glyphicon-sort-by-attributes-alt:before {
  810. content: "\e156";
  811. }
  812. .glyphicon-unchecked:before {
  813. content: "\e157";
  814. }
  815. .glyphicon-expand:before {
  816. content: "\e158";
  817. }
  818. .glyphicon-collapse-down:before {
  819. content: "\e159";
  820. }
  821. .glyphicon-collapse-up:before {
  822. content: "\e160";
  823. }
  824. .glyphicon-log-in:before {
  825. content: "\e161";
  826. }
  827. .glyphicon-flash:before {
  828. content: "\e162";
  829. }
  830. .glyphicon-log-out:before {
  831. content: "\e163";
  832. }
  833. .glyphicon-new-window:before {
  834. content: "\e164";
  835. }
  836. .glyphicon-record:before {
  837. content: "\e165";
  838. }
  839. .glyphicon-save:before {
  840. content: "\e166";
  841. }
  842. .glyphicon-open:before {
  843. content: "\e167";
  844. }
  845. .glyphicon-saved:before {
  846. content: "\e168";
  847. }
  848. .glyphicon-import:before {
  849. content: "\e169";
  850. }
  851. .glyphicon-export:before {
  852. content: "\e170";
  853. }
  854. .glyphicon-send:before {
  855. content: "\e171";
  856. }
  857. .glyphicon-floppy-disk:before {
  858. content: "\e172";
  859. }
  860. .glyphicon-floppy-saved:before {
  861. content: "\e173";
  862. }
  863. .glyphicon-floppy-remove:before {
  864. content: "\e174";
  865. }
  866. .glyphicon-floppy-save:before {
  867. content: "\e175";
  868. }
  869. .glyphicon-floppy-open:before {
  870. content: "\e176";
  871. }
  872. .glyphicon-credit-card:before {
  873. content: "\e177";
  874. }
  875. .glyphicon-transfer:before {
  876. content: "\e178";
  877. }
  878. .glyphicon-cutlery:before {
  879. content: "\e179";
  880. }
  881. .glyphicon-header:before {
  882. content: "\e180";
  883. }
  884. .glyphicon-compressed:before {
  885. content: "\e181";
  886. }
  887. .glyphicon-earphone:before {
  888. content: "\e182";
  889. }
  890. .glyphicon-phone-alt:before {
  891. content: "\e183";
  892. }
  893. .glyphicon-tower:before {
  894. content: "\e184";
  895. }
  896. .glyphicon-stats:before {
  897. content: "\e185";
  898. }
  899. .glyphicon-sd-video:before {
  900. content: "\e186";
  901. }
  902. .glyphicon-hd-video:before {
  903. content: "\e187";
  904. }
  905. .glyphicon-subtitles:before {
  906. content: "\e188";
  907. }
  908. .glyphicon-sound-stereo:before {
  909. content: "\e189";
  910. }
  911. .glyphicon-sound-dolby:before {
  912. content: "\e190";
  913. }
  914. .glyphicon-sound-5-1:before {
  915. content: "\e191";
  916. }
  917. .glyphicon-sound-6-1:before {
  918. content: "\e192";
  919. }
  920. .glyphicon-sound-7-1:before {
  921. content: "\e193";
  922. }
  923. .glyphicon-copyright-mark:before {
  924. content: "\e194";
  925. }
  926. .glyphicon-registration-mark:before {
  927. content: "\e195";
  928. }
  929. .glyphicon-cloud-download:before {
  930. content: "\e197";
  931. }
  932. .glyphicon-cloud-upload:before {
  933. content: "\e198";
  934. }
  935. .glyphicon-tree-conifer:before {
  936. content: "\e199";
  937. }
  938. .glyphicon-tree-deciduous:before {
  939. content: "\e200";
  940. }
  941. .glyphicon-cd:before {
  942. content: "\e201";
  943. }
  944. .glyphicon-save-file:before {
  945. content: "\e202";
  946. }
  947. .glyphicon-open-file:before {
  948. content: "\e203";
  949. }
  950. .glyphicon-level-up:before {
  951. content: "\e204";
  952. }
  953. .glyphicon-copy:before {
  954. content: "\e205";
  955. }
  956. .glyphicon-paste:before {
  957. content: "\e206";
  958. }
  959. .glyphicon-alert:before {
  960. content: "\e209";
  961. }
  962. .glyphicon-equalizer:before {
  963. content: "\e210";
  964. }
  965. .glyphicon-king:before {
  966. content: "\e211";
  967. }
  968. .glyphicon-queen:before {
  969. content: "\e212";
  970. }
  971. .glyphicon-pawn:before {
  972. content: "\e213";
  973. }
  974. .glyphicon-bishop:before {
  975. content: "\e214";
  976. }
  977. .glyphicon-knight:before {
  978. content: "\e215";
  979. }
  980. .glyphicon-baby-formula:before {
  981. content: "\e216";
  982. }
  983. .glyphicon-tent:before {
  984. content: "\26fa";
  985. }
  986. .glyphicon-blackboard:before {
  987. content: "\e218";
  988. }
  989. .glyphicon-bed:before {
  990. content: "\e219";
  991. }
  992. .glyphicon-apple:before {
  993. content: "\f8ff";
  994. }
  995. .glyphicon-erase:before {
  996. content: "\e221";
  997. }
  998. .glyphicon-hourglass:before {
  999. content: "\231b";
  1000. }
  1001. .glyphicon-lamp:before {
  1002. content: "\e223";
  1003. }
  1004. .glyphicon-duplicate:before {
  1005. content: "\e224";
  1006. }
  1007. .glyphicon-piggy-bank:before {
  1008. content: "\e225";
  1009. }
  1010. .glyphicon-scissors:before {
  1011. content: "\e226";
  1012. }
  1013. .glyphicon-bitcoin:before {
  1014. content: "\e227";
  1015. }
  1016. .glyphicon-btc:before {
  1017. content: "\e227";
  1018. }
  1019. .glyphicon-xbt:before {
  1020. content: "\e227";
  1021. }
  1022. .glyphicon-yen:before {
  1023. content: "\00a5";
  1024. }
  1025. .glyphicon-jpy:before {
  1026. content: "\00a5";
  1027. }
  1028. .glyphicon-ruble:before {
  1029. content: "\20bd";
  1030. }
  1031. .glyphicon-rub:before {
  1032. content: "\20bd";
  1033. }
  1034. .glyphicon-scale:before {
  1035. content: "\e230";
  1036. }
  1037. .glyphicon-ice-lolly:before {
  1038. content: "\e231";
  1039. }
  1040. .glyphicon-ice-lolly-tasted:before {
  1041. content: "\e232";
  1042. }
  1043. .glyphicon-education:before {
  1044. content: "\e233";
  1045. }
  1046. .glyphicon-option-horizontal:before {
  1047. content: "\e234";
  1048. }
  1049. .glyphicon-option-vertical:before {
  1050. content: "\e235";
  1051. }
  1052. .glyphicon-menu-hamburger:before {
  1053. content: "\e236";
  1054. }
  1055. .glyphicon-modal-window:before {
  1056. content: "\e237";
  1057. }
  1058. .glyphicon-oil:before {
  1059. content: "\e238";
  1060. }
  1061. .glyphicon-grain:before {
  1062. content: "\e239";
  1063. }
  1064. .glyphicon-sunglasses:before {
  1065. content: "\e240";
  1066. }
  1067. .glyphicon-text-size:before {
  1068. content: "\e241";
  1069. }
  1070. .glyphicon-text-color:before {
  1071. content: "\e242";
  1072. }
  1073. .glyphicon-text-background:before {
  1074. content: "\e243";
  1075. }
  1076. .glyphicon-object-align-top:before {
  1077. content: "\e244";
  1078. }
  1079. .glyphicon-object-align-bottom:before {
  1080. content: "\e245";
  1081. }
  1082. .glyphicon-object-align-horizontal:before {
  1083. content: "\e246";
  1084. }
  1085. .glyphicon-object-align-left:before {
  1086. content: "\e247";
  1087. }
  1088. .glyphicon-object-align-vertical:before {
  1089. content: "\e248";
  1090. }
  1091. .glyphicon-object-align-right:before {
  1092. content: "\e249";
  1093. }
  1094. .glyphicon-triangle-right:before {
  1095. content: "\e250";
  1096. }
  1097. .glyphicon-triangle-left:before {
  1098. content: "\e251";
  1099. }
  1100. .glyphicon-triangle-bottom:before {
  1101. content: "\e252";
  1102. }
  1103. .glyphicon-triangle-top:before {
  1104. content: "\e253";
  1105. }
  1106. .glyphicon-console:before {
  1107. content: "\e254";
  1108. }
  1109. .glyphicon-superscript:before {
  1110. content: "\e255";
  1111. }
  1112. .glyphicon-subscript:before {
  1113. content: "\e256";
  1114. }
  1115. .glyphicon-menu-left:before {
  1116. content: "\e257";
  1117. }
  1118. .glyphicon-menu-right:before {
  1119. content: "\e258";
  1120. }
  1121. .glyphicon-menu-down:before {
  1122. content: "\e259";
  1123. }
  1124. .glyphicon-menu-up:before {
  1125. content: "\e260";
  1126. }
  1127. * {
  1128. -webkit-box-sizing: border-box;
  1129. -moz-box-sizing: border-box;
  1130. box-sizing: border-box;
  1131. }
  1132. *:before,
  1133. *:after {
  1134. -webkit-box-sizing: border-box;
  1135. -moz-box-sizing: border-box;
  1136. box-sizing: border-box;
  1137. }
  1138. html {
  1139. font-size: 10px;
  1140. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  1141. }
  1142. body {
  1143. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  1144. font-size: 13px;
  1145. line-height: 1.42857143;
  1146. color: #000;
  1147. background-color: #fff;
  1148. }
  1149. input,
  1150. button,
  1151. select,
  1152. textarea {
  1153. font-family: inherit;
  1154. font-size: inherit;
  1155. line-height: inherit;
  1156. }
  1157. a {
  1158. color: #337ab7;
  1159. text-decoration: none;
  1160. }
  1161. a:hover,
  1162. a:focus {
  1163. color: #23527c;
  1164. text-decoration: underline;
  1165. }
  1166. a:focus {
  1167. outline: thin dotted;
  1168. outline: 5px auto -webkit-focus-ring-color;
  1169. outline-offset: -2px;
  1170. }
  1171. figure {
  1172. margin: 0;
  1173. }
  1174. img {
  1175. vertical-align: middle;
  1176. }
  1177. .img-responsive,
  1178. .thumbnail > img,
  1179. .thumbnail a > img,
  1180. .carousel-inner > .item > img,
  1181. .carousel-inner > .item > a > img {
  1182. display: block;
  1183. max-width: 100%;
  1184. height: auto;
  1185. }
  1186. .img-rounded {
  1187. border-radius: 3px;
  1188. }
  1189. .img-thumbnail {
  1190. padding: 4px;
  1191. line-height: 1.42857143;
  1192. background-color: #fff;
  1193. border: 1px solid #ddd;
  1194. border-radius: 2px;
  1195. -webkit-transition: all 0.2s ease-in-out;
  1196. -o-transition: all 0.2s ease-in-out;
  1197. transition: all 0.2s ease-in-out;
  1198. display: inline-block;
  1199. max-width: 100%;
  1200. height: auto;
  1201. }
  1202. .img-circle {
  1203. border-radius: 50%;
  1204. }
  1205. hr {
  1206. margin-top: 18px;
  1207. margin-bottom: 18px;
  1208. border: 0;
  1209. border-top: 1px solid #eeeeee;
  1210. }
  1211. .sr-only {
  1212. position: absolute;
  1213. width: 1px;
  1214. height: 1px;
  1215. margin: -1px;
  1216. padding: 0;
  1217. overflow: hidden;
  1218. clip: rect(0, 0, 0, 0);
  1219. border: 0;
  1220. }
  1221. .sr-only-focusable:active,
  1222. .sr-only-focusable:focus {
  1223. position: static;
  1224. width: auto;
  1225. height: auto;
  1226. margin: 0;
  1227. overflow: visible;
  1228. clip: auto;
  1229. }
  1230. [role="button"] {
  1231. cursor: pointer;
  1232. }
  1233. h1,
  1234. h2,
  1235. h3,
  1236. h4,
  1237. h5,
  1238. h6,
  1239. .h1,
  1240. .h2,
  1241. .h3,
  1242. .h4,
  1243. .h5,
  1244. .h6 {
  1245. font-family: inherit;
  1246. font-weight: 500;
  1247. line-height: 1.1;
  1248. color: inherit;
  1249. }
  1250. h1 small,
  1251. h2 small,
  1252. h3 small,
  1253. h4 small,
  1254. h5 small,
  1255. h6 small,
  1256. .h1 small,
  1257. .h2 small,
  1258. .h3 small,
  1259. .h4 small,
  1260. .h5 small,
  1261. .h6 small,
  1262. h1 .small,
  1263. h2 .small,
  1264. h3 .small,
  1265. h4 .small,
  1266. h5 .small,
  1267. h6 .small,
  1268. .h1 .small,
  1269. .h2 .small,
  1270. .h3 .small,
  1271. .h4 .small,
  1272. .h5 .small,
  1273. .h6 .small {
  1274. font-weight: normal;
  1275. line-height: 1;
  1276. color: #777777;
  1277. }
  1278. h1,
  1279. .h1,
  1280. h2,
  1281. .h2,
  1282. h3,
  1283. .h3 {
  1284. margin-top: 18px;
  1285. margin-bottom: 9px;
  1286. }
  1287. h1 small,
  1288. .h1 small,
  1289. h2 small,
  1290. .h2 small,
  1291. h3 small,
  1292. .h3 small,
  1293. h1 .small,
  1294. .h1 .small,
  1295. h2 .small,
  1296. .h2 .small,
  1297. h3 .small,
  1298. .h3 .small {
  1299. font-size: 65%;
  1300. }
  1301. h4,
  1302. .h4,
  1303. h5,
  1304. .h5,
  1305. h6,
  1306. .h6 {
  1307. margin-top: 9px;
  1308. margin-bottom: 9px;
  1309. }
  1310. h4 small,
  1311. .h4 small,
  1312. h5 small,
  1313. .h5 small,
  1314. h6 small,
  1315. .h6 small,
  1316. h4 .small,
  1317. .h4 .small,
  1318. h5 .small,
  1319. .h5 .small,
  1320. h6 .small,
  1321. .h6 .small {
  1322. font-size: 75%;
  1323. }
  1324. h1,
  1325. .h1 {
  1326. font-size: 33px;
  1327. }
  1328. h2,
  1329. .h2 {
  1330. font-size: 27px;
  1331. }
  1332. h3,
  1333. .h3 {
  1334. font-size: 23px;
  1335. }
  1336. h4,
  1337. .h4 {
  1338. font-size: 17px;
  1339. }
  1340. h5,
  1341. .h5 {
  1342. font-size: 13px;
  1343. }
  1344. h6,
  1345. .h6 {
  1346. font-size: 12px;
  1347. }
  1348. p {
  1349. margin: 0 0 9px;
  1350. }
  1351. .lead {
  1352. margin-bottom: 18px;
  1353. font-size: 14px;
  1354. font-weight: 300;
  1355. line-height: 1.4;
  1356. }
  1357. @media (min-width: 768px) {
  1358. .lead {
  1359. font-size: 19.5px;
  1360. }
  1361. }
  1362. small,
  1363. .small {
  1364. font-size: 92%;
  1365. }
  1366. mark,
  1367. .mark {
  1368. background-color: #fcf8e3;
  1369. padding: .2em;
  1370. }
  1371. .text-left {
  1372. text-align: left;
  1373. }
  1374. .text-right {
  1375. text-align: right;
  1376. }
  1377. .text-center {
  1378. text-align: center;
  1379. }
  1380. .text-justify {
  1381. text-align: justify;
  1382. }
  1383. .text-nowrap {
  1384. white-space: nowrap;
  1385. }
  1386. .text-lowercase {
  1387. text-transform: lowercase;
  1388. }
  1389. .text-uppercase {
  1390. text-transform: uppercase;
  1391. }
  1392. .text-capitalize {
  1393. text-transform: capitalize;
  1394. }
  1395. .text-muted {
  1396. color: #777777;
  1397. }
  1398. .text-primary {
  1399. color: #337ab7;
  1400. }
  1401. a.text-primary:hover,
  1402. a.text-primary:focus {
  1403. color: #286090;
  1404. }
  1405. .text-success {
  1406. color: #3c763d;
  1407. }
  1408. a.text-success:hover,
  1409. a.text-success:focus {
  1410. color: #2b542c;
  1411. }
  1412. .text-info {
  1413. color: #31708f;
  1414. }
  1415. a.text-info:hover,
  1416. a.text-info:focus {
  1417. color: #245269;
  1418. }
  1419. .text-warning {
  1420. color: #8a6d3b;
  1421. }
  1422. a.text-warning:hover,
  1423. a.text-warning:focus {
  1424. color: #66512c;
  1425. }
  1426. .text-danger {
  1427. color: #a94442;
  1428. }
  1429. a.text-danger:hover,
  1430. a.text-danger:focus {
  1431. color: #843534;
  1432. }
  1433. .bg-primary {
  1434. color: #fff;
  1435. background-color: #337ab7;
  1436. }
  1437. a.bg-primary:hover,
  1438. a.bg-primary:focus {
  1439. background-color: #286090;
  1440. }
  1441. .bg-success {
  1442. background-color: #dff0d8;
  1443. }
  1444. a.bg-success:hover,
  1445. a.bg-success:focus {
  1446. background-color: #c1e2b3;
  1447. }
  1448. .bg-info {
  1449. background-color: #d9edf7;
  1450. }
  1451. a.bg-info:hover,
  1452. a.bg-info:focus {
  1453. background-color: #afd9ee;
  1454. }
  1455. .bg-warning {
  1456. background-color: #fcf8e3;
  1457. }
  1458. a.bg-warning:hover,
  1459. a.bg-warning:focus {
  1460. background-color: #f7ecb5;
  1461. }
  1462. .bg-danger {
  1463. background-color: #f2dede;
  1464. }
  1465. a.bg-danger:hover,
  1466. a.bg-danger:focus {
  1467. background-color: #e4b9b9;
  1468. }
  1469. .page-header {
  1470. padding-bottom: 8px;
  1471. margin: 36px 0 18px;
  1472. border-bottom: 1px solid #eeeeee;
  1473. }
  1474. ul,
  1475. ol {
  1476. margin-top: 0;
  1477. margin-bottom: 9px;
  1478. }
  1479. ul ul,
  1480. ol ul,
  1481. ul ol,
  1482. ol ol {
  1483. margin-bottom: 0;
  1484. }
  1485. .list-unstyled {
  1486. padding-left: 0;
  1487. list-style: none;
  1488. }
  1489. .list-inline {
  1490. padding-left: 0;
  1491. list-style: none;
  1492. margin-left: -5px;
  1493. }
  1494. .list-inline > li {
  1495. display: inline-block;
  1496. padding-left: 5px;
  1497. padding-right: 5px;
  1498. }
  1499. dl {
  1500. margin-top: 0;
  1501. margin-bottom: 18px;
  1502. }
  1503. dt,
  1504. dd {
  1505. line-height: 1.42857143;
  1506. }
  1507. dt {
  1508. font-weight: bold;
  1509. }
  1510. dd {
  1511. margin-left: 0;
  1512. }
  1513. @media (min-width: 541px) {
  1514. .dl-horizontal dt {
  1515. float: left;
  1516. width: 160px;
  1517. clear: left;
  1518. text-align: right;
  1519. overflow: hidden;
  1520. text-overflow: ellipsis;
  1521. white-space: nowrap;
  1522. }
  1523. .dl-horizontal dd {
  1524. margin-left: 180px;
  1525. }
  1526. }
  1527. abbr[title],
  1528. abbr[data-original-title] {
  1529. cursor: help;
  1530. border-bottom: 1px dotted #777777;
  1531. }
  1532. .initialism {
  1533. font-size: 90%;
  1534. text-transform: uppercase;
  1535. }
  1536. blockquote {
  1537. padding: 9px 18px;
  1538. margin: 0 0 18px;
  1539. font-size: inherit;
  1540. border-left: 5px solid #eeeeee;
  1541. }
  1542. blockquote p:last-child,
  1543. blockquote ul:last-child,
  1544. blockquote ol:last-child {
  1545. margin-bottom: 0;
  1546. }
  1547. blockquote footer,
  1548. blockquote small,
  1549. blockquote .small {
  1550. display: block;
  1551. font-size: 80%;
  1552. line-height: 1.42857143;
  1553. color: #777777;
  1554. }
  1555. blockquote footer:before,
  1556. blockquote small:before,
  1557. blockquote .small:before {
  1558. content: '\2014 \00A0';
  1559. }
  1560. .blockquote-reverse,
  1561. blockquote.pull-right {
  1562. padding-right: 15px;
  1563. padding-left: 0;
  1564. border-right: 5px solid #eeeeee;
  1565. border-left: 0;
  1566. text-align: right;
  1567. }
  1568. .blockquote-reverse footer:before,
  1569. blockquote.pull-right footer:before,
  1570. .blockquote-reverse small:before,
  1571. blockquote.pull-right small:before,
  1572. .blockquote-reverse .small:before,
  1573. blockquote.pull-right .small:before {
  1574. content: '';
  1575. }
  1576. .blockquote-reverse footer:after,
  1577. blockquote.pull-right footer:after,
  1578. .blockquote-reverse small:after,
  1579. blockquote.pull-right small:after,
  1580. .blockquote-reverse .small:after,
  1581. blockquote.pull-right .small:after {
  1582. content: '\00A0 \2014';
  1583. }
  1584. address {
  1585. margin-bottom: 18px;
  1586. font-style: normal;
  1587. line-height: 1.42857143;
  1588. }
  1589. code,
  1590. kbd,
  1591. pre,
  1592. samp {
  1593. font-family: monospace;
  1594. }
  1595. code {
  1596. padding: 2px 4px;
  1597. font-size: 90%;
  1598. color: #c7254e;
  1599. background-color: #f9f2f4;
  1600. border-radius: 2px;
  1601. }
  1602. kbd {
  1603. padding: 2px 4px;
  1604. font-size: 90%;
  1605. color: #888;
  1606. background-color: transparent;
  1607. border-radius: 1px;
  1608. box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  1609. }
  1610. kbd kbd {
  1611. padding: 0;
  1612. font-size: 100%;
  1613. font-weight: bold;
  1614. box-shadow: none;
  1615. }
  1616. pre {
  1617. display: block;
  1618. padding: 8.5px;
  1619. margin: 0 0 9px;
  1620. font-size: 12px;
  1621. line-height: 1.42857143;
  1622. word-break: break-all;
  1623. word-wrap: break-word;
  1624. color: #333333;
  1625. background-color: #f5f5f5;
  1626. border: 1px solid #ccc;
  1627. border-radius: 2px;
  1628. }
  1629. pre code {
  1630. padding: 0;
  1631. font-size: inherit;
  1632. color: inherit;
  1633. white-space: pre-wrap;
  1634. background-color: transparent;
  1635. border-radius: 0;
  1636. }
  1637. .pre-scrollable {
  1638. max-height: 340px;
  1639. overflow-y: scroll;
  1640. }
  1641. .container {
  1642. margin-right: auto;
  1643. margin-left: auto;
  1644. padding-left: 0px;
  1645. padding-right: 0px;
  1646. }
  1647. @media (min-width: 768px) {
  1648. .container {
  1649. width: 768px;
  1650. }
  1651. }
  1652. @media (min-width: 992px) {
  1653. .container {
  1654. width: 940px;
  1655. }
  1656. }
  1657. @media (min-width: 1200px) {
  1658. .container {
  1659. width: 1140px;
  1660. }
  1661. }
  1662. .container-fluid {
  1663. margin-right: auto;
  1664. margin-left: auto;
  1665. padding-left: 0px;
  1666. padding-right: 0px;
  1667. }
  1668. .row {
  1669. margin-left: 0px;
  1670. margin-right: 0px;
  1671. }
  1672. .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 {
  1673. position: relative;
  1674. min-height: 1px;
  1675. padding-left: 0px;
  1676. padding-right: 0px;
  1677. }
  1678. .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 {
  1679. float: left;
  1680. }
  1681. .col-xs-12 {
  1682. width: 100%;
  1683. }
  1684. .col-xs-11 {
  1685. width: 91.66666667%;
  1686. }
  1687. .col-xs-10 {
  1688. width: 83.33333333%;
  1689. }
  1690. .col-xs-9 {
  1691. width: 75%;
  1692. }
  1693. .col-xs-8 {
  1694. width: 66.66666667%;
  1695. }
  1696. .col-xs-7 {
  1697. width: 58.33333333%;
  1698. }
  1699. .col-xs-6 {
  1700. width: 50%;
  1701. }
  1702. .col-xs-5 {
  1703. width: 41.66666667%;
  1704. }
  1705. .col-xs-4 {
  1706. width: 33.33333333%;
  1707. }
  1708. .col-xs-3 {
  1709. width: 25%;
  1710. }
  1711. .col-xs-2 {
  1712. width: 16.66666667%;
  1713. }
  1714. .col-xs-1 {
  1715. width: 8.33333333%;
  1716. }
  1717. .col-xs-pull-12 {
  1718. right: 100%;
  1719. }
  1720. .col-xs-pull-11 {
  1721. right: 91.66666667%;
  1722. }
  1723. .col-xs-pull-10 {
  1724. right: 83.33333333%;
  1725. }
  1726. .col-xs-pull-9 {
  1727. right: 75%;
  1728. }
  1729. .col-xs-pull-8 {
  1730. right: 66.66666667%;
  1731. }
  1732. .col-xs-pull-7 {
  1733. right: 58.33333333%;
  1734. }
  1735. .col-xs-pull-6 {
  1736. right: 50%;
  1737. }
  1738. .col-xs-pull-5 {
  1739. right: 41.66666667%;
  1740. }
  1741. .col-xs-pull-4 {
  1742. right: 33.33333333%;
  1743. }
  1744. .col-xs-pull-3 {
  1745. right: 25%;
  1746. }
  1747. .col-xs-pull-2 {
  1748. right: 16.66666667%;
  1749. }
  1750. .col-xs-pull-1 {
  1751. right: 8.33333333%;
  1752. }
  1753. .col-xs-pull-0 {
  1754. right: auto;
  1755. }
  1756. .col-xs-push-12 {
  1757. left: 100%;
  1758. }
  1759. .col-xs-push-11 {
  1760. left: 91.66666667%;
  1761. }
  1762. .col-xs-push-10 {
  1763. left: 83.33333333%;
  1764. }
  1765. .col-xs-push-9 {
  1766. left: 75%;
  1767. }
  1768. .col-xs-push-8 {
  1769. left: 66.66666667%;
  1770. }
  1771. .col-xs-push-7 {
  1772. left: 58.33333333%;
  1773. }
  1774. .col-xs-push-6 {
  1775. left: 50%;
  1776. }
  1777. .col-xs-push-5 {
  1778. left: 41.66666667%;
  1779. }
  1780. .col-xs-push-4 {
  1781. left: 33.33333333%;
  1782. }
  1783. .col-xs-push-3 {
  1784. left: 25%;
  1785. }
  1786. .col-xs-push-2 {
  1787. left: 16.66666667%;
  1788. }
  1789. .col-xs-push-1 {
  1790. left: 8.33333333%;
  1791. }
  1792. .col-xs-push-0 {
  1793. left: auto;
  1794. }
  1795. .col-xs-offset-12 {
  1796. margin-left: 100%;
  1797. }
  1798. .col-xs-offset-11 {
  1799. margin-left: 91.66666667%;
  1800. }
  1801. .col-xs-offset-10 {
  1802. margin-left: 83.33333333%;
  1803. }
  1804. .col-xs-offset-9 {
  1805. margin-left: 75%;
  1806. }
  1807. .col-xs-offset-8 {
  1808. margin-left: 66.66666667%;
  1809. }
  1810. .col-xs-offset-7 {
  1811. margin-left: 58.33333333%;
  1812. }
  1813. .col-xs-offset-6 {
  1814. margin-left: 50%;
  1815. }
  1816. .col-xs-offset-5 {
  1817. margin-left: 41.66666667%;
  1818. }
  1819. .col-xs-offset-4 {
  1820. margin-left: 33.33333333%;
  1821. }
  1822. .col-xs-offset-3 {
  1823. margin-left: 25%;
  1824. }
  1825. .col-xs-offset-2 {
  1826. margin-left: 16.66666667%;
  1827. }
  1828. .col-xs-offset-1 {
  1829. margin-left: 8.33333333%;
  1830. }
  1831. .col-xs-offset-0 {
  1832. margin-left: 0%;
  1833. }
  1834. @media (min-width: 768px) {
  1835. .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 {
  1836. float: left;
  1837. }
  1838. .col-sm-12 {
  1839. width: 100%;
  1840. }
  1841. .col-sm-11 {
  1842. width: 91.66666667%;
  1843. }
  1844. .col-sm-10 {
  1845. width: 83.33333333%;
  1846. }
  1847. .col-sm-9 {
  1848. width: 75%;
  1849. }
  1850. .col-sm-8 {
  1851. width: 66.66666667%;
  1852. }
  1853. .col-sm-7 {
  1854. width: 58.33333333%;
  1855. }
  1856. .col-sm-6 {
  1857. width: 50%;
  1858. }
  1859. .col-sm-5 {
  1860. width: 41.66666667%;
  1861. }
  1862. .col-sm-4 {
  1863. width: 33.33333333%;
  1864. }
  1865. .col-sm-3 {
  1866. width: 25%;
  1867. }
  1868. .col-sm-2 {
  1869. width: 16.66666667%;
  1870. }
  1871. .col-sm-1 {
  1872. width: 8.33333333%;
  1873. }
  1874. .col-sm-pull-12 {
  1875. right: 100%;
  1876. }
  1877. .col-sm-pull-11 {
  1878. right: 91.66666667%;
  1879. }
  1880. .col-sm-pull-10 {
  1881. right: 83.33333333%;
  1882. }
  1883. .col-sm-pull-9 {
  1884. right: 75%;
  1885. }
  1886. .col-sm-pull-8 {
  1887. right: 66.66666667%;
  1888. }
  1889. .col-sm-pull-7 {
  1890. right: 58.33333333%;
  1891. }
  1892. .col-sm-pull-6 {
  1893. right: 50%;
  1894. }
  1895. .col-sm-pull-5 {
  1896. right: 41.66666667%;
  1897. }
  1898. .col-sm-pull-4 {
  1899. right: 33.33333333%;
  1900. }
  1901. .col-sm-pull-3 {
  1902. right: 25%;
  1903. }
  1904. .col-sm-pull-2 {
  1905. right: 16.66666667%;
  1906. }
  1907. .col-sm-pull-1 {
  1908. right: 8.33333333%;
  1909. }
  1910. .col-sm-pull-0 {
  1911. right: auto;
  1912. }
  1913. .col-sm-push-12 {
  1914. left: 100%;
  1915. }
  1916. .col-sm-push-11 {
  1917. left: 91.66666667%;
  1918. }
  1919. .col-sm-push-10 {
  1920. left: 83.33333333%;
  1921. }
  1922. .col-sm-push-9 {
  1923. left: 75%;
  1924. }
  1925. .col-sm-push-8 {
  1926. left: 66.66666667%;
  1927. }
  1928. .col-sm-push-7 {
  1929. left: 58.33333333%;
  1930. }
  1931. .col-sm-push-6 {
  1932. left: 50%;
  1933. }
  1934. .col-sm-push-5 {
  1935. left: 41.66666667%;
  1936. }
  1937. .col-sm-push-4 {
  1938. left: 33.33333333%;
  1939. }
  1940. .col-sm-push-3 {
  1941. left: 25%;
  1942. }
  1943. .col-sm-push-2 {
  1944. left: 16.66666667%;
  1945. }
  1946. .col-sm-push-1 {
  1947. left: 8.33333333%;
  1948. }
  1949. .col-sm-push-0 {
  1950. left: auto;
  1951. }
  1952. .col-sm-offset-12 {
  1953. margin-left: 100%;
  1954. }
  1955. .col-sm-offset-11 {
  1956. margin-left: 91.66666667%;
  1957. }
  1958. .col-sm-offset-10 {
  1959. margin-left: 83.33333333%;
  1960. }
  1961. .col-sm-offset-9 {
  1962. margin-left: 75%;
  1963. }
  1964. .col-sm-offset-8 {
  1965. margin-left: 66.66666667%;
  1966. }
  1967. .col-sm-offset-7 {
  1968. margin-left: 58.33333333%;
  1969. }
  1970. .col-sm-offset-6 {
  1971. margin-left: 50%;
  1972. }
  1973. .col-sm-offset-5 {
  1974. margin-left: 41.66666667%;
  1975. }
  1976. .col-sm-offset-4 {
  1977. margin-left: 33.33333333%;
  1978. }
  1979. .col-sm-offset-3 {
  1980. margin-left: 25%;
  1981. }
  1982. .col-sm-offset-2 {
  1983. margin-left: 16.66666667%;
  1984. }
  1985. .col-sm-offset-1 {
  1986. margin-left: 8.33333333%;
  1987. }
  1988. .col-sm-offset-0 {
  1989. margin-left: 0%;
  1990. }
  1991. }
  1992. @media (min-width: 992px) {
  1993. .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 {
  1994. float: left;
  1995. }
  1996. .col-md-12 {
  1997. width: 100%;
  1998. }
  1999. .col-md-11 {
  2000. width: 91.66666667%;
  2001. }
  2002. .col-md-10 {
  2003. width: 83.33333333%;
  2004. }
  2005. .col-md-9 {
  2006. width: 75%;
  2007. }
  2008. .col-md-8 {
  2009. width: 66.66666667%;
  2010. }
  2011. .col-md-7 {
  2012. width: 58.33333333%;
  2013. }
  2014. .col-md-6 {
  2015. width: 50%;
  2016. }
  2017. .col-md-5 {
  2018. width: 41.66666667%;
  2019. }
  2020. .col-md-4 {
  2021. width: 33.33333333%;
  2022. }
  2023. .col-md-3 {
  2024. width: 25%;
  2025. }
  2026. .col-md-2 {
  2027. width: 16.66666667%;
  2028. }
  2029. .col-md-1 {
  2030. width: 8.33333333%;
  2031. }
  2032. .col-md-pull-12 {
  2033. right: 100%;
  2034. }
  2035. .col-md-pull-11 {
  2036. right: 91.66666667%;
  2037. }
  2038. .col-md-pull-10 {
  2039. right: 83.33333333%;
  2040. }
  2041. .col-md-pull-9 {
  2042. right: 75%;
  2043. }
  2044. .col-md-pull-8 {
  2045. right: 66.66666667%;
  2046. }
  2047. .col-md-pull-7 {
  2048. right: 58.33333333%;
  2049. }
  2050. .col-md-pull-6 {
  2051. right: 50%;
  2052. }
  2053. .col-md-pull-5 {
  2054. right: 41.66666667%;
  2055. }
  2056. .col-md-pull-4 {
  2057. right: 33.33333333%;
  2058. }
  2059. .col-md-pull-3 {
  2060. right: 25%;
  2061. }
  2062. .col-md-pull-2 {
  2063. right: 16.66666667%;
  2064. }
  2065. .col-md-pull-1 {
  2066. right: 8.33333333%;
  2067. }
  2068. .col-md-pull-0 {
  2069. right: auto;
  2070. }
  2071. .col-md-push-12 {
  2072. left: 100%;
  2073. }
  2074. .col-md-push-11 {
  2075. left: 91.66666667%;
  2076. }
  2077. .col-md-push-10 {
  2078. left: 83.33333333%;
  2079. }
  2080. .col-md-push-9 {
  2081. left: 75%;
  2082. }
  2083. .col-md-push-8 {
  2084. left: 66.66666667%;
  2085. }
  2086. .col-md-push-7 {
  2087. left: 58.33333333%;
  2088. }
  2089. .col-md-push-6 {
  2090. left: 50%;
  2091. }
  2092. .col-md-push-5 {
  2093. left: 41.66666667%;
  2094. }
  2095. .col-md-push-4 {
  2096. left: 33.33333333%;
  2097. }
  2098. .col-md-push-3 {
  2099. left: 25%;
  2100. }
  2101. .col-md-push-2 {
  2102. left: 16.66666667%;
  2103. }
  2104. .col-md-push-1 {
  2105. left: 8.33333333%;
  2106. }
  2107. .col-md-push-0 {
  2108. left: auto;
  2109. }
  2110. .col-md-offset-12 {
  2111. margin-left: 100%;
  2112. }
  2113. .col-md-offset-11 {
  2114. margin-left: 91.66666667%;
  2115. }
  2116. .col-md-offset-10 {
  2117. margin-left: 83.33333333%;
  2118. }
  2119. .col-md-offset-9 {
  2120. margin-left: 75%;
  2121. }
  2122. .col-md-offset-8 {
  2123. margin-left: 66.66666667%;
  2124. }
  2125. .col-md-offset-7 {
  2126. margin-left: 58.33333333%;
  2127. }
  2128. .col-md-offset-6 {
  2129. margin-left: 50%;
  2130. }
  2131. .col-md-offset-5 {
  2132. margin-left: 41.66666667%;
  2133. }
  2134. .col-md-offset-4 {
  2135. margin-left: 33.33333333%;
  2136. }
  2137. .col-md-offset-3 {
  2138. margin-left: 25%;
  2139. }
  2140. .col-md-offset-2 {
  2141. margin-left: 16.66666667%;
  2142. }
  2143. .col-md-offset-1 {
  2144. margin-left: 8.33333333%;
  2145. }
  2146. .col-md-offset-0 {
  2147. margin-left: 0%;
  2148. }
  2149. }
  2150. @media (min-width: 1200px) {
  2151. .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 {
  2152. float: left;
  2153. }
  2154. .col-lg-12 {
  2155. width: 100%;
  2156. }
  2157. .col-lg-11 {
  2158. width: 91.66666667%;
  2159. }
  2160. .col-lg-10 {
  2161. width: 83.33333333%;
  2162. }
  2163. .col-lg-9 {
  2164. width: 75%;
  2165. }
  2166. .col-lg-8 {
  2167. width: 66.66666667%;
  2168. }
  2169. .col-lg-7 {
  2170. width: 58.33333333%;
  2171. }
  2172. .col-lg-6 {
  2173. width: 50%;
  2174. }
  2175. .col-lg-5 {
  2176. width: 41.66666667%;
  2177. }
  2178. .col-lg-4 {
  2179. width: 33.33333333%;
  2180. }
  2181. .col-lg-3 {
  2182. width: 25%;
  2183. }
  2184. .col-lg-2 {
  2185. width: 16.66666667%;
  2186. }
  2187. .col-lg-1 {
  2188. width: 8.33333333%;
  2189. }
  2190. .col-lg-pull-12 {
  2191. right: 100%;
  2192. }
  2193. .col-lg-pull-11 {
  2194. right: 91.66666667%;
  2195. }
  2196. .col-lg-pull-10 {
  2197. right: 83.33333333%;
  2198. }
  2199. .col-lg-pull-9 {
  2200. right: 75%;
  2201. }
  2202. .col-lg-pull-8 {
  2203. right: 66.66666667%;
  2204. }
  2205. .col-lg-pull-7 {
  2206. right: 58.33333333%;
  2207. }
  2208. .col-lg-pull-6 {
  2209. right: 50%;
  2210. }
  2211. .col-lg-pull-5 {
  2212. right: 41.66666667%;
  2213. }
  2214. .col-lg-pull-4 {
  2215. right: 33.33333333%;
  2216. }
  2217. .col-lg-pull-3 {
  2218. right: 25%;
  2219. }
  2220. .col-lg-pull-2 {
  2221. right: 16.66666667%;
  2222. }
  2223. .col-lg-pull-1 {
  2224. right: 8.33333333%;
  2225. }
  2226. .col-lg-pull-0 {
  2227. right: auto;
  2228. }
  2229. .col-lg-push-12 {
  2230. left: 100%;
  2231. }
  2232. .col-lg-push-11 {
  2233. left: 91.66666667%;
  2234. }
  2235. .col-lg-push-10 {
  2236. left: 83.33333333%;
  2237. }
  2238. .col-lg-push-9 {
  2239. left: 75%;
  2240. }
  2241. .col-lg-push-8 {
  2242. left: 66.66666667%;
  2243. }
  2244. .col-lg-push-7 {
  2245. left: 58.33333333%;
  2246. }
  2247. .col-lg-push-6 {
  2248. left: 50%;
  2249. }
  2250. .col-lg-push-5 {
  2251. left: 41.66666667%;
  2252. }
  2253. .col-lg-push-4 {
  2254. left: 33.33333333%;
  2255. }
  2256. .col-lg-push-3 {
  2257. left: 25%;
  2258. }
  2259. .col-lg-push-2 {
  2260. left: 16.66666667%;
  2261. }
  2262. .col-lg-push-1 {
  2263. left: 8.33333333%;
  2264. }
  2265. .col-lg-push-0 {
  2266. left: auto;
  2267. }
  2268. .col-lg-offset-12 {
  2269. margin-left: 100%;
  2270. }
  2271. .col-lg-offset-11 {
  2272. margin-left: 91.66666667%;
  2273. }
  2274. .col-lg-offset-10 {
  2275. margin-left: 83.33333333%;
  2276. }
  2277. .col-lg-offset-9 {
  2278. margin-left: 75%;
  2279. }
  2280. .col-lg-offset-8 {
  2281. margin-left: 66.66666667%;
  2282. }
  2283. .col-lg-offset-7 {
  2284. margin-left: 58.33333333%;
  2285. }
  2286. .col-lg-offset-6 {
  2287. margin-left: 50%;
  2288. }
  2289. .col-lg-offset-5 {
  2290. margin-left: 41.66666667%;
  2291. }
  2292. .col-lg-offset-4 {
  2293. margin-left: 33.33333333%;
  2294. }
  2295. .col-lg-offset-3 {
  2296. margin-left: 25%;
  2297. }
  2298. .col-lg-offset-2 {
  2299. margin-left: 16.66666667%;
  2300. }
  2301. .col-lg-offset-1 {
  2302. margin-left: 8.33333333%;
  2303. }
  2304. .col-lg-offset-0 {
  2305. margin-left: 0%;
  2306. }
  2307. }
  2308. table {
  2309. background-color: transparent;
  2310. }
  2311. caption {
  2312. padding-top: 8px;
  2313. padding-bottom: 8px;
  2314. color: #777777;
  2315. text-align: left;
  2316. }
  2317. th {
  2318. text-align: left;
  2319. }
  2320. .table {
  2321. width: 100%;
  2322. max-width: 100%;
  2323. margin-bottom: 18px;
  2324. }
  2325. .table > thead > tr > th,
  2326. .table > tbody > tr > th,
  2327. .table > tfoot > tr > th,
  2328. .table > thead > tr > td,
  2329. .table > tbody > tr > td,
  2330. .table > tfoot > tr > td {
  2331. padding: 8px;
  2332. line-height: 1.42857143;
  2333. vertical-align: top;
  2334. border-top: 1px solid #ddd;
  2335. }
  2336. .table > thead > tr > th {
  2337. vertical-align: bottom;
  2338. border-bottom: 2px solid #ddd;
  2339. }
  2340. .table > caption + thead > tr:first-child > th,
  2341. .table > colgroup + thead > tr:first-child > th,
  2342. .table > thead:first-child > tr:first-child > th,
  2343. .table > caption + thead > tr:first-child > td,
  2344. .table > colgroup + thead > tr:first-child > td,
  2345. .table > thead:first-child > tr:first-child > td {
  2346. border-top: 0;
  2347. }
  2348. .table > tbody + tbody {
  2349. border-top: 2px solid #ddd;
  2350. }
  2351. .table .table {
  2352. background-color: #fff;
  2353. }
  2354. .table-condensed > thead > tr > th,
  2355. .table-condensed > tbody > tr > th,
  2356. .table-condensed > tfoot > tr > th,
  2357. .table-condensed > thead > tr > td,
  2358. .table-condensed > tbody > tr > td,
  2359. .table-condensed > tfoot > tr > td {
  2360. padding: 5px;
  2361. }
  2362. .table-bordered {
  2363. border: 1px solid #ddd;
  2364. }
  2365. .table-bordered > thead > tr > th,
  2366. .table-bordered > tbody > tr > th,
  2367. .table-bordered > tfoot > tr > th,
  2368. .table-bordered > thead > tr > td,
  2369. .table-bordered > tbody > tr > td,
  2370. .table-bordered > tfoot > tr > td {
  2371. border: 1px solid #ddd;
  2372. }
  2373. .table-bordered > thead > tr > th,
  2374. .table-bordered > thead > tr > td {
  2375. border-bottom-width: 2px;
  2376. }
  2377. .table-striped > tbody > tr:nth-of-type(odd) {
  2378. background-color: #f9f9f9;
  2379. }
  2380. .table-hover > tbody > tr:hover {
  2381. background-color: #f5f5f5;
  2382. }
  2383. table col[class*="col-"] {
  2384. position: static;
  2385. float: none;
  2386. display: table-column;
  2387. }
  2388. table td[class*="col-"],
  2389. table th[class*="col-"] {
  2390. position: static;
  2391. float: none;
  2392. display: table-cell;
  2393. }
  2394. .table > thead > tr > td.active,
  2395. .table > tbody > tr > td.active,
  2396. .table > tfoot > tr > td.active,
  2397. .table > thead > tr > th.active,
  2398. .table > tbody > tr > th.active,
  2399. .table > tfoot > tr > th.active,
  2400. .table > thead > tr.active > td,
  2401. .table > tbody > tr.active > td,
  2402. .table > tfoot > tr.active > td,
  2403. .table > thead > tr.active > th,
  2404. .table > tbody > tr.active > th,
  2405. .table > tfoot > tr.active > th {
  2406. background-color: #f5f5f5;
  2407. }
  2408. .table-hover > tbody > tr > td.active:hover,
  2409. .table-hover > tbody > tr > th.active:hover,
  2410. .table-hover > tbody > tr.active:hover > td,
  2411. .table-hover > tbody > tr:hover > .active,
  2412. .table-hover > tbody > tr.active:hover > th {
  2413. background-color: #e8e8e8;
  2414. }
  2415. .table > thead > tr > td.success,
  2416. .table > tbody > tr > td.success,
  2417. .table > tfoot > tr > td.success,
  2418. .table > thead > tr > th.success,
  2419. .table > tbody > tr > th.success,
  2420. .table > tfoot > tr > th.success,
  2421. .table > thead > tr.success > td,
  2422. .table > tbody > tr.success > td,
  2423. .table > tfoot > tr.success > td,
  2424. .table > thead > tr.success > th,
  2425. .table > tbody > tr.success > th,
  2426. .table > tfoot > tr.success > th {
  2427. background-color: #dff0d8;
  2428. }
  2429. .table-hover > tbody > tr > td.success:hover,
  2430. .table-hover > tbody > tr > th.success:hover,
  2431. .table-hover > tbody > tr.success:hover > td,
  2432. .table-hover > tbody > tr:hover > .success,
  2433. .table-hover > tbody > tr.success:hover > th {
  2434. background-color: #d0e9c6;
  2435. }
  2436. .table > thead > tr > td.info,
  2437. .table > tbody > tr > td.info,
  2438. .table > tfoot > tr > td.info,
  2439. .table > thead > tr > th.info,
  2440. .table > tbody > tr > th.info,
  2441. .table > tfoot > tr > th.info,
  2442. .table > thead > tr.info > td,
  2443. .table > tbody > tr.info > td,
  2444. .table > tfoot > tr.info > td,
  2445. .table > thead > tr.info > th,
  2446. .table > tbody > tr.info > th,
  2447. .table > tfoot > tr.info > th {
  2448. background-color: #d9edf7;
  2449. }
  2450. .table-hover > tbody > tr > td.info:hover,
  2451. .table-hover > tbody > tr > th.info:hover,
  2452. .table-hover > tbody > tr.info:hover > td,
  2453. .table-hover > tbody > tr:hover > .info,
  2454. .table-hover > tbody > tr.info:hover > th {
  2455. background-color: #c4e3f3;
  2456. }
  2457. .table > thead > tr > td.warning,
  2458. .table > tbody > tr > td.warning,
  2459. .table > tfoot > tr > td.warning,
  2460. .table > thead > tr > th.warning,
  2461. .table > tbody > tr > th.warning,
  2462. .table > tfoot > tr > th.warning,
  2463. .table > thead > tr.warning > td,
  2464. .table > tbody > tr.warning > td,
  2465. .table > tfoot > tr.warning > td,
  2466. .table > thead > tr.warning > th,
  2467. .table > tbody > tr.warning > th,
  2468. .table > tfoot > tr.warning > th {
  2469. background-color: #fcf8e3;
  2470. }
  2471. .table-hover > tbody > tr > td.warning:hover,
  2472. .table-hover > tbody > tr > th.warning:hover,
  2473. .table-hover > tbody > tr.warning:hover > td,
  2474. .table-hover > tbody > tr:hover > .warning,
  2475. .table-hover > tbody > tr.warning:hover > th {
  2476. background-color: #faf2cc;
  2477. }
  2478. .table > thead > tr > td.danger,
  2479. .table > tbody > tr > td.danger,
  2480. .table > tfoot > tr > td.danger,
  2481. .table > thead > tr > th.danger,
  2482. .table > tbody > tr > th.danger,
  2483. .table > tfoot > tr > th.danger,
  2484. .table > thead > tr.danger > td,
  2485. .table > tbody > tr.danger > td,
  2486. .table > tfoot > tr.danger > td,
  2487. .table > thead > tr.danger > th,
  2488. .table > tbody > tr.danger > th,
  2489. .table > tfoot > tr.danger > th {
  2490. background-color: #f2dede;
  2491. }
  2492. .table-hover > tbody > tr > td.danger:hover,
  2493. .table-hover > tbody > tr > th.danger:hover,
  2494. .table-hover > tbody > tr.danger:hover > td,
  2495. .table-hover > tbody > tr:hover > .danger,
  2496. .table-hover > tbody > tr.danger:hover > th {
  2497. background-color: #ebcccc;
  2498. }
  2499. .table-responsive {
  2500. overflow-x: auto;
  2501. min-height: 0.01%;
  2502. }
  2503. @media screen and (max-width: 767px) {
  2504. .table-responsive {
  2505. width: 100%;
  2506. margin-bottom: 13.5px;
  2507. overflow-y: hidden;
  2508. -ms-overflow-style: -ms-autohiding-scrollbar;
  2509. border: 1px solid #ddd;
  2510. }
  2511. .table-responsive > .table {
  2512. margin-bottom: 0;
  2513. }
  2514. .table-responsive > .table > thead > tr > th,
  2515. .table-responsive > .table > tbody > tr > th,
  2516. .table-responsive > .table > tfoot > tr > th,
  2517. .table-responsive > .table > thead > tr > td,
  2518. .table-responsive > .table > tbody > tr > td,
  2519. .table-responsive > .table > tfoot > tr > td {
  2520. white-space: nowrap;
  2521. }
  2522. .table-responsive > .table-bordered {
  2523. border: 0;
  2524. }
  2525. .table-responsive > .table-bordered > thead > tr > th:first-child,
  2526. .table-responsive > .table-bordered > tbody > tr > th:first-child,
  2527. .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  2528. .table-responsive > .table-bordered > thead > tr > td:first-child,
  2529. .table-responsive > .table-bordered > tbody > tr > td:first-child,
  2530. .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  2531. border-left: 0;
  2532. }
  2533. .table-responsive > .table-bordered > thead > tr > th:last-child,
  2534. .table-responsive > .table-bordered > tbody > tr > th:last-child,
  2535. .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  2536. .table-responsive > .table-bordered > thead > tr > td:last-child,
  2537. .table-responsive > .table-bordered > tbody > tr > td:last-child,
  2538. .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  2539. border-right: 0;
  2540. }
  2541. .table-responsive > .table-bordered > tbody > tr:last-child > th,
  2542. .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  2543. .table-responsive > .table-bordered > tbody > tr:last-child > td,
  2544. .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  2545. border-bottom: 0;
  2546. }
  2547. }
  2548. fieldset {
  2549. padding: 0;
  2550. margin: 0;
  2551. border: 0;
  2552. min-width: 0;
  2553. }
  2554. legend {
  2555. display: block;
  2556. width: 100%;
  2557. padding: 0;
  2558. margin-bottom: 18px;
  2559. font-size: 19.5px;
  2560. line-height: inherit;
  2561. color: #333333;
  2562. border: 0;
  2563. border-bottom: 1px solid #e5e5e5;
  2564. }
  2565. label {
  2566. display: inline-block;
  2567. max-width: 100%;
  2568. margin-bottom: 5px;
  2569. font-weight: bold;
  2570. }
  2571. input[type="search"] {
  2572. -webkit-box-sizing: border-box;
  2573. -moz-box-sizing: border-box;
  2574. box-sizing: border-box;
  2575. }
  2576. input[type="radio"],
  2577. input[type="checkbox"] {
  2578. margin: 4px 0 0;
  2579. margin-top: 1px \9;
  2580. line-height: normal;
  2581. }
  2582. input[type="file"] {
  2583. display: block;
  2584. }
  2585. input[type="range"] {
  2586. display: block;
  2587. width: 100%;
  2588. }
  2589. select[multiple],
  2590. select[size] {
  2591. height: auto;
  2592. }
  2593. input[type="file"]:focus,
  2594. input[type="radio"]:focus,
  2595. input[type="checkbox"]:focus {
  2596. outline: thin dotted;
  2597. outline: 5px auto -webkit-focus-ring-color;
  2598. outline-offset: -2px;
  2599. }
  2600. output {
  2601. display: block;
  2602. padding-top: 7px;
  2603. font-size: 13px;
  2604. line-height: 1.42857143;
  2605. color: #555555;
  2606. }
  2607. .form-control {
  2608. display: block;
  2609. width: 100%;
  2610. height: 32px;
  2611. padding: 6px 12px;
  2612. font-size: 13px;
  2613. line-height: 1.42857143;
  2614. color: #555555;
  2615. background-color: #fff;
  2616. background-image: none;
  2617. border: 1px solid #ccc;
  2618. border-radius: 2px;
  2619. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2620. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2621. -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  2622. -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  2623. transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  2624. }
  2625. .form-control:focus {
  2626. border-color: #66afe9;
  2627. outline: 0;
  2628. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  2629. box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  2630. }
  2631. .form-control::-moz-placeholder {
  2632. color: #999;
  2633. opacity: 1;
  2634. }
  2635. .form-control:-ms-input-placeholder {
  2636. color: #999;
  2637. }
  2638. .form-control::-webkit-input-placeholder {
  2639. color: #999;
  2640. }
  2641. .form-control::-ms-expand {
  2642. border: 0;
  2643. background-color: transparent;
  2644. }
  2645. .form-control[disabled],
  2646. .form-control[readonly],
  2647. fieldset[disabled] .form-control {
  2648. background-color: #eeeeee;
  2649. opacity: 1;
  2650. }
  2651. .form-control[disabled],
  2652. fieldset[disabled] .form-control {
  2653. cursor: not-allowed;
  2654. }
  2655. textarea.form-control {
  2656. height: auto;
  2657. }
  2658. input[type="search"] {
  2659. -webkit-appearance: none;
  2660. }
  2661. @media screen and (-webkit-min-device-pixel-ratio: 0) {
  2662. input[type="date"].form-control,
  2663. input[type="time"].form-control,
  2664. input[type="datetime-local"].form-control,
  2665. input[type="month"].form-control {
  2666. line-height: 32px;
  2667. }
  2668. input[type="date"].input-sm,
  2669. input[type="time"].input-sm,
  2670. input[type="datetime-local"].input-sm,
  2671. input[type="month"].input-sm,
  2672. .input-group-sm input[type="date"],
  2673. .input-group-sm input[type="time"],
  2674. .input-group-sm input[type="datetime-local"],
  2675. .input-group-sm input[type="month"] {
  2676. line-height: 30px;
  2677. }
  2678. input[type="date"].input-lg,
  2679. input[type="time"].input-lg,
  2680. input[type="datetime-local"].input-lg,
  2681. input[type="month"].input-lg,
  2682. .input-group-lg input[type="date"],
  2683. .input-group-lg input[type="time"],
  2684. .input-group-lg input[type="datetime-local"],
  2685. .input-group-lg input[type="month"] {
  2686. line-height: 45px;
  2687. }
  2688. }
  2689. .form-group {
  2690. margin-bottom: 15px;
  2691. }
  2692. .radio,
  2693. .checkbox {
  2694. position: relative;
  2695. display: block;
  2696. margin-top: 10px;
  2697. margin-bottom: 10px;
  2698. }
  2699. .radio label,
  2700. .checkbox label {
  2701. min-height: 18px;
  2702. padding-left: 20px;
  2703. margin-bottom: 0;
  2704. font-weight: normal;
  2705. cursor: pointer;
  2706. }
  2707. .radio input[type="radio"],
  2708. .radio-inline input[type="radio"],
  2709. .checkbox input[type="checkbox"],
  2710. .checkbox-inline input[type="checkbox"] {
  2711. position: absolute;
  2712. margin-left: -20px;
  2713. margin-top: 4px \9;
  2714. }
  2715. .radio + .radio,
  2716. .checkbox + .checkbox {
  2717. margin-top: -5px;
  2718. }
  2719. .radio-inline,
  2720. .checkbox-inline {
  2721. position: relative;
  2722. display: inline-block;
  2723. padding-left: 20px;
  2724. margin-bottom: 0;
  2725. vertical-align: middle;
  2726. font-weight: normal;
  2727. cursor: pointer;
  2728. }
  2729. .radio-inline + .radio-inline,
  2730. .checkbox-inline + .checkbox-inline {
  2731. margin-top: 0;
  2732. margin-left: 10px;
  2733. }
  2734. input[type="radio"][disabled],
  2735. input[type="checkbox"][disabled],
  2736. input[type="radio"].disabled,
  2737. input[type="checkbox"].disabled,
  2738. fieldset[disabled] input[type="radio"],
  2739. fieldset[disabled] input[type="checkbox"] {
  2740. cursor: not-allowed;
  2741. }
  2742. .radio-inline.disabled,
  2743. .checkbox-inline.disabled,
  2744. fieldset[disabled] .radio-inline,
  2745. fieldset[disabled] .checkbox-inline {
  2746. cursor: not-allowed;
  2747. }
  2748. .radio.disabled label,
  2749. .checkbox.disabled label,
  2750. fieldset[disabled] .radio label,
  2751. fieldset[disabled] .checkbox label {
  2752. cursor: not-allowed;
  2753. }
  2754. .form-control-static {
  2755. padding-top: 7px;
  2756. padding-bottom: 7px;
  2757. margin-bottom: 0;
  2758. min-height: 31px;
  2759. }
  2760. .form-control-static.input-lg,
  2761. .form-control-static.input-sm {
  2762. padding-left: 0;
  2763. padding-right: 0;
  2764. }
  2765. .input-sm {
  2766. height: 30px;
  2767. padding: 5px 10px;
  2768. font-size: 12px;
  2769. line-height: 1.5;
  2770. border-radius: 1px;
  2771. }
  2772. select.input-sm {
  2773. height: 30px;
  2774. line-height: 30px;
  2775. }
  2776. textarea.input-sm,
  2777. select[multiple].input-sm {
  2778. height: auto;
  2779. }
  2780. .form-group-sm .form-control {
  2781. height: 30px;
  2782. padding: 5px 10px;
  2783. font-size: 12px;
  2784. line-height: 1.5;
  2785. border-radius: 1px;
  2786. }
  2787. .form-group-sm select.form-control {
  2788. height: 30px;
  2789. line-height: 30px;
  2790. }
  2791. .form-group-sm textarea.form-control,
  2792. .form-group-sm select[multiple].form-control {
  2793. height: auto;
  2794. }
  2795. .form-group-sm .form-control-static {
  2796. height: 30px;
  2797. min-height: 30px;
  2798. padding: 6px 10px;
  2799. font-size: 12px;
  2800. line-height: 1.5;
  2801. }
  2802. .input-lg {
  2803. height: 45px;
  2804. padding: 10px 16px;
  2805. font-size: 17px;
  2806. line-height: 1.3333333;
  2807. border-radius: 3px;
  2808. }
  2809. select.input-lg {
  2810. height: 45px;
  2811. line-height: 45px;
  2812. }
  2813. textarea.input-lg,
  2814. select[multiple].input-lg {
  2815. height: auto;
  2816. }
  2817. .form-group-lg .form-control {
  2818. height: 45px;
  2819. padding: 10px 16px;
  2820. font-size: 17px;
  2821. line-height: 1.3333333;
  2822. border-radius: 3px;
  2823. }
  2824. .form-group-lg select.form-control {
  2825. height: 45px;
  2826. line-height: 45px;
  2827. }
  2828. .form-group-lg textarea.form-control,
  2829. .form-group-lg select[multiple].form-control {
  2830. height: auto;
  2831. }
  2832. .form-group-lg .form-control-static {
  2833. height: 45px;
  2834. min-height: 35px;
  2835. padding: 11px 16px;
  2836. font-size: 17px;
  2837. line-height: 1.3333333;
  2838. }
  2839. .has-feedback {
  2840. position: relative;
  2841. }
  2842. .has-feedback .form-control {
  2843. padding-right: 40px;
  2844. }
  2845. .form-control-feedback {
  2846. position: absolute;
  2847. top: 0;
  2848. right: 0;
  2849. z-index: 2;
  2850. display: block;
  2851. width: 32px;
  2852. height: 32px;
  2853. line-height: 32px;
  2854. text-align: center;
  2855. pointer-events: none;
  2856. }
  2857. .input-lg + .form-control-feedback,
  2858. .input-group-lg + .form-control-feedback,
  2859. .form-group-lg .form-control + .form-control-feedback {
  2860. width: 45px;
  2861. height: 45px;
  2862. line-height: 45px;
  2863. }
  2864. .input-sm + .form-control-feedback,
  2865. .input-group-sm + .form-control-feedback,
  2866. .form-group-sm .form-control + .form-control-feedback {
  2867. width: 30px;
  2868. height: 30px;
  2869. line-height: 30px;
  2870. }
  2871. .has-success .help-block,
  2872. .has-success .control-label,
  2873. .has-success .radio,
  2874. .has-success .checkbox,
  2875. .has-success .radio-inline,
  2876. .has-success .checkbox-inline,
  2877. .has-success.radio label,
  2878. .has-success.checkbox label,
  2879. .has-success.radio-inline label,
  2880. .has-success.checkbox-inline label {
  2881. color: #3c763d;
  2882. }
  2883. .has-success .form-control {
  2884. border-color: #3c763d;
  2885. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2886. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2887. }
  2888. .has-success .form-control:focus {
  2889. border-color: #2b542c;
  2890. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  2891. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  2892. }
  2893. .has-success .input-group-addon {
  2894. color: #3c763d;
  2895. border-color: #3c763d;
  2896. background-color: #dff0d8;
  2897. }
  2898. .has-success .form-control-feedback {
  2899. color: #3c763d;
  2900. }
  2901. .has-warning .help-block,
  2902. .has-warning .control-label,
  2903. .has-warning .radio,
  2904. .has-warning .checkbox,
  2905. .has-warning .radio-inline,
  2906. .has-warning .checkbox-inline,
  2907. .has-warning.radio label,
  2908. .has-warning.checkbox label,
  2909. .has-warning.radio-inline label,
  2910. .has-warning.checkbox-inline label {
  2911. color: #8a6d3b;
  2912. }
  2913. .has-warning .form-control {
  2914. border-color: #8a6d3b;
  2915. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2916. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2917. }
  2918. .has-warning .form-control:focus {
  2919. border-color: #66512c;
  2920. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  2921. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  2922. }
  2923. .has-warning .input-group-addon {
  2924. color: #8a6d3b;
  2925. border-color: #8a6d3b;
  2926. background-color: #fcf8e3;
  2927. }
  2928. .has-warning .form-control-feedback {
  2929. color: #8a6d3b;
  2930. }
  2931. .has-error .help-block,
  2932. .has-error .control-label,
  2933. .has-error .radio,
  2934. .has-error .checkbox,
  2935. .has-error .radio-inline,
  2936. .has-error .checkbox-inline,
  2937. .has-error.radio label,
  2938. .has-error.checkbox label,
  2939. .has-error.radio-inline label,
  2940. .has-error.checkbox-inline label {
  2941. color: #a94442;
  2942. }
  2943. .has-error .form-control {
  2944. border-color: #a94442;
  2945. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2946. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2947. }
  2948. .has-error .form-control:focus {
  2949. border-color: #843534;
  2950. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  2951. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  2952. }
  2953. .has-error .input-group-addon {
  2954. color: #a94442;
  2955. border-color: #a94442;
  2956. background-color: #f2dede;
  2957. }
  2958. .has-error .form-control-feedback {
  2959. color: #a94442;
  2960. }
  2961. .has-feedback label ~ .form-control-feedback {
  2962. top: 23px;
  2963. }
  2964. .has-feedback label.sr-only ~ .form-control-feedback {
  2965. top: 0;
  2966. }
  2967. .help-block {
  2968. display: block;
  2969. margin-top: 5px;
  2970. margin-bottom: 10px;
  2971. color: #404040;
  2972. }
  2973. @media (min-width: 768px) {
  2974. .form-inline .form-group {
  2975. display: inline-block;
  2976. margin-bottom: 0;
  2977. vertical-align: middle;
  2978. }
  2979. .form-inline .form-control {
  2980. display: inline-block;
  2981. width: auto;
  2982. vertical-align: middle;
  2983. }
  2984. .form-inline .form-control-static {
  2985. display: inline-block;
  2986. }
  2987. .form-inline .input-group {
  2988. display: inline-table;
  2989. vertical-align: middle;
  2990. }
  2991. .form-inline .input-group .input-group-addon,
  2992. .form-inline .input-group .input-group-btn,
  2993. .form-inline .input-group .form-control {
  2994. width: auto;
  2995. }
  2996. .form-inline .input-group > .form-control {
  2997. width: 100%;
  2998. }
  2999. .form-inline .control-label {
  3000. margin-bottom: 0;
  3001. vertical-align: middle;
  3002. }
  3003. .form-inline .radio,
  3004. .form-inline .checkbox {
  3005. display: inline-block;
  3006. margin-top: 0;
  3007. margin-bottom: 0;
  3008. vertical-align: middle;
  3009. }
  3010. .form-inline .radio label,
  3011. .form-inline .checkbox label {
  3012. padding-left: 0;
  3013. }
  3014. .form-inline .radio input[type="radio"],
  3015. .form-inline .checkbox input[type="checkbox"] {
  3016. position: relative;
  3017. margin-left: 0;
  3018. }
  3019. .form-inline .has-feedback .form-control-feedback {
  3020. top: 0;
  3021. }
  3022. }
  3023. .form-horizontal .radio,
  3024. .form-horizontal .checkbox,
  3025. .form-horizontal .radio-inline,
  3026. .form-horizontal .checkbox-inline {
  3027. margin-top: 0;
  3028. margin-bottom: 0;
  3029. padding-top: 7px;
  3030. }
  3031. .form-horizontal .radio,
  3032. .form-horizontal .checkbox {
  3033. min-height: 25px;
  3034. }
  3035. .form-horizontal .form-group {
  3036. margin-left: 0px;
  3037. margin-right: 0px;
  3038. }
  3039. @media (min-width: 768px) {
  3040. .form-horizontal .control-label {
  3041. text-align: right;
  3042. margin-bottom: 0;
  3043. padding-top: 7px;
  3044. }
  3045. }
  3046. .form-horizontal .has-feedback .form-control-feedback {
  3047. right: 0px;
  3048. }
  3049. @media (min-width: 768px) {
  3050. .form-horizontal .form-group-lg .control-label {
  3051. padding-top: 11px;
  3052. font-size: 17px;
  3053. }
  3054. }
  3055. @media (min-width: 768px) {
  3056. .form-horizontal .form-group-sm .control-label {
  3057. padding-top: 6px;
  3058. font-size: 12px;
  3059. }
  3060. }
  3061. .btn {
  3062. display: inline-block;
  3063. margin-bottom: 0;
  3064. font-weight: normal;
  3065. text-align: center;
  3066. vertical-align: middle;
  3067. touch-action: manipulation;
  3068. cursor: pointer;
  3069. background-image: none;
  3070. border: 1px solid transparent;
  3071. white-space: nowrap;
  3072. padding: 6px 12px;
  3073. font-size: 13px;
  3074. line-height: 1.42857143;
  3075. border-radius: 2px;
  3076. -webkit-user-select: none;
  3077. -moz-user-select: none;
  3078. -ms-user-select: none;
  3079. user-select: none;
  3080. }
  3081. .btn:focus,
  3082. .btn:active:focus,
  3083. .btn.active:focus,
  3084. .btn.focus,
  3085. .btn:active.focus,
  3086. .btn.active.focus {
  3087. outline: thin dotted;
  3088. outline: 5px auto -webkit-focus-ring-color;
  3089. outline-offset: -2px;
  3090. }
  3091. .btn:hover,
  3092. .btn:focus,
  3093. .btn.focus {
  3094. color: #333;
  3095. text-decoration: none;
  3096. }
  3097. .btn:active,
  3098. .btn.active {
  3099. outline: 0;
  3100. background-image: none;
  3101. -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  3102. box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  3103. }
  3104. .btn.disabled,
  3105. .btn[disabled],
  3106. fieldset[disabled] .btn {
  3107. cursor: not-allowed;
  3108. opacity: 0.65;
  3109. filter: alpha(opacity=65);
  3110. -webkit-box-shadow: none;
  3111. box-shadow: none;
  3112. }
  3113. a.btn.disabled,
  3114. fieldset[disabled] a.btn {
  3115. pointer-events: none;
  3116. }
  3117. .btn-default {
  3118. color: #333;
  3119. background-color: #fff;
  3120. border-color: #ccc;
  3121. }
  3122. .btn-default:focus,
  3123. .btn-default.focus {
  3124. color: #333;
  3125. background-color: #e6e6e6;
  3126. border-color: #8c8c8c;
  3127. }
  3128. .btn-default:hover {
  3129. color: #333;
  3130. background-color: #e6e6e6;
  3131. border-color: #adadad;
  3132. }
  3133. .btn-default:active,
  3134. .btn-default.active,
  3135. .open > .dropdown-toggle.btn-default {
  3136. color: #333;
  3137. background-color: #e6e6e6;
  3138. border-color: #adadad;
  3139. }
  3140. .btn-default:active:hover,
  3141. .btn-default.active:hover,
  3142. .open > .dropdown-toggle.btn-default:hover,
  3143. .btn-default:active:focus,
  3144. .btn-default.active:focus,
  3145. .open > .dropdown-toggle.btn-default:focus,
  3146. .btn-default:active.focus,
  3147. .btn-default.active.focus,
  3148. .open > .dropdown-toggle.btn-default.focus {
  3149. color: #333;
  3150. background-color: #d4d4d4;
  3151. border-color: #8c8c8c;
  3152. }
  3153. .btn-default:active,
  3154. .btn-default.active,
  3155. .open > .dropdown-toggle.btn-default {
  3156. background-image: none;
  3157. }
  3158. .btn-default.disabled:hover,
  3159. .btn-default[disabled]:hover,
  3160. fieldset[disabled] .btn-default:hover,
  3161. .btn-default.disabled:focus,
  3162. .btn-default[disabled]:focus,
  3163. fieldset[disabled] .btn-default:focus,
  3164. .btn-default.disabled.focus,
  3165. .btn-default[disabled].focus,
  3166. fieldset[disabled] .btn-default.focus {
  3167. background-color: #fff;
  3168. border-color: #ccc;
  3169. }
  3170. .btn-default .badge {
  3171. color: #fff;
  3172. background-color: #333;
  3173. }
  3174. .btn-primary {
  3175. color: #fff;
  3176. background-color: #337ab7;
  3177. border-color: #2e6da4;
  3178. }
  3179. .btn-primary:focus,
  3180. .btn-primary.focus {
  3181. color: #fff;
  3182. background-color: #286090;
  3183. border-color: #122b40;
  3184. }
  3185. .btn-primary:hover {
  3186. color: #fff;
  3187. background-color: #286090;
  3188. border-color: #204d74;
  3189. }
  3190. .btn-primary:active,
  3191. .btn-primary.active,
  3192. .open > .dropdown-toggle.btn-primary {
  3193. color: #fff;
  3194. background-color: #286090;
  3195. border-color: #204d74;
  3196. }
  3197. .btn-primary:active:hover,
  3198. .btn-primary.active:hover,
  3199. .open > .dropdown-toggle.btn-primary:hover,
  3200. .btn-primary:active:focus,
  3201. .btn-primary.active:focus,
  3202. .open > .dropdown-toggle.btn-primary:focus,
  3203. .btn-primary:active.focus,
  3204. .btn-primary.active.focus,
  3205. .open > .dropdown-toggle.btn-primary.focus {
  3206. color: #fff;
  3207. background-color: #204d74;
  3208. border-color: #122b40;
  3209. }
  3210. .btn-primary:active,
  3211. .btn-primary.active,
  3212. .open > .dropdown-toggle.btn-primary {
  3213. background-image: none;
  3214. }
  3215. .btn-primary.disabled:hover,
  3216. .btn-primary[disabled]:hover,
  3217. fieldset[disabled] .btn-primary:hover,
  3218. .btn-primary.disabled:focus,
  3219. .btn-primary[disabled]:focus,
  3220. fieldset[disabled] .btn-primary:focus,
  3221. .btn-primary.disabled.focus,
  3222. .btn-primary[disabled].focus,
  3223. fieldset[disabled] .btn-primary.focus {
  3224. background-color: #337ab7;
  3225. border-color: #2e6da4;
  3226. }
  3227. .btn-primary .badge {
  3228. color: #337ab7;
  3229. background-color: #fff;
  3230. }
  3231. .btn-success {
  3232. color: #fff;
  3233. background-color: #5cb85c;
  3234. border-color: #4cae4c;
  3235. }
  3236. .btn-success:focus,
  3237. .btn-success.focus {
  3238. color: #fff;
  3239. background-color: #449d44;
  3240. border-color: #255625;
  3241. }
  3242. .btn-success:hover {
  3243. color: #fff;
  3244. background-color: #449d44;
  3245. border-color: #398439;
  3246. }
  3247. .btn-success:active,
  3248. .btn-success.active,
  3249. .open > .dropdown-toggle.btn-success {
  3250. color: #fff;
  3251. background-color: #449d44;
  3252. border-color: #398439;
  3253. }
  3254. .btn-success:active:hover,
  3255. .btn-success.active:hover,
  3256. .open > .dropdown-toggle.btn-success:hover,
  3257. .btn-success:active:focus,
  3258. .btn-success.active:focus,
  3259. .open > .dropdown-toggle.btn-success:focus,
  3260. .btn-success:active.focus,
  3261. .btn-success.active.focus,
  3262. .open > .dropdown-toggle.btn-success.focus {
  3263. color: #fff;
  3264. background-color: #398439;
  3265. border-color: #255625;
  3266. }
  3267. .btn-success:active,
  3268. .btn-success.active,
  3269. .open > .dropdown-toggle.btn-success {
  3270. background-image: none;
  3271. }
  3272. .btn-success.disabled:hover,
  3273. .btn-success[disabled]:hover,
  3274. fieldset[disabled] .btn-success:hover,
  3275. .btn-success.disabled:focus,
  3276. .btn-success[disabled]:focus,
  3277. fieldset[disabled] .btn-success:focus,
  3278. .btn-success.disabled.focus,
  3279. .btn-success[disabled].focus,
  3280. fieldset[disabled] .btn-success.focus {
  3281. background-color: #5cb85c;
  3282. border-color: #4cae4c;
  3283. }
  3284. .btn-success .badge {
  3285. color: #5cb85c;
  3286. background-color: #fff;
  3287. }
  3288. .btn-info {
  3289. color: #fff;
  3290. background-color: #5bc0de;
  3291. border-color: #46b8da;
  3292. }
  3293. .btn-info:focus,
  3294. .btn-info.focus {
  3295. color: #fff;
  3296. background-color: #31b0d5;
  3297. border-color: #1b6d85;
  3298. }
  3299. .btn-info:hover {
  3300. color: #fff;
  3301. background-color: #31b0d5;
  3302. border-color: #269abc;
  3303. }
  3304. .btn-info:active,
  3305. .btn-info.active,
  3306. .open > .dropdown-toggle.btn-info {
  3307. color: #fff;
  3308. background-color: #31b0d5;
  3309. border-color: #269abc;
  3310. }
  3311. .btn-info:active:hover,
  3312. .btn-info.active:hover,
  3313. .open > .dropdown-toggle.btn-info:hover,
  3314. .btn-info:active:focus,
  3315. .btn-info.active:focus,
  3316. .open > .dropdown-toggle.btn-info:focus,
  3317. .btn-info:active.focus,
  3318. .btn-info.active.focus,
  3319. .open > .dropdown-toggle.btn-info.focus {
  3320. color: #fff;
  3321. background-color: #269abc;
  3322. border-color: #1b6d85;
  3323. }
  3324. .btn-info:active,
  3325. .btn-info.active,
  3326. .open > .dropdown-toggle.btn-info {
  3327. background-image: none;
  3328. }
  3329. .btn-info.disabled:hover,
  3330. .btn-info[disabled]:hover,
  3331. fieldset[disabled] .btn-info:hover,
  3332. .btn-info.disabled:focus,
  3333. .btn-info[disabled]:focus,
  3334. fieldset[disabled] .btn-info:focus,
  3335. .btn-info.disabled.focus,
  3336. .btn-info[disabled].focus,
  3337. fieldset[disabled] .btn-info.focus {
  3338. background-color: #5bc0de;
  3339. border-color: #46b8da;
  3340. }
  3341. .btn-info .badge {
  3342. color: #5bc0de;
  3343. background-color: #fff;
  3344. }
  3345. .btn-warning {
  3346. color: #fff;
  3347. background-color: #f0ad4e;
  3348. border-color: #eea236;
  3349. }
  3350. .btn-warning:focus,
  3351. .btn-warning.focus {
  3352. color: #fff;
  3353. background-color: #ec971f;
  3354. border-color: #985f0d;
  3355. }
  3356. .btn-warning:hover {
  3357. color: #fff;
  3358. background-color: #ec971f;
  3359. border-color: #d58512;
  3360. }
  3361. .btn-warning:active,
  3362. .btn-warning.active,
  3363. .open > .dropdown-toggle.btn-warning {
  3364. color: #fff;
  3365. background-color: #ec971f;
  3366. border-color: #d58512;
  3367. }
  3368. .btn-warning:active:hover,
  3369. .btn-warning.active:hover,
  3370. .open > .dropdown-toggle.btn-warning:hover,
  3371. .btn-warning:active:focus,
  3372. .btn-warning.active:focus,
  3373. .open > .dropdown-toggle.btn-warning:focus,
  3374. .btn-warning:active.focus,
  3375. .btn-warning.active.focus,
  3376. .open > .dropdown-toggle.btn-warning.focus {
  3377. color: #fff;
  3378. background-color: #d58512;
  3379. border-color: #985f0d;
  3380. }
  3381. .btn-warning:active,
  3382. .btn-warning.active,
  3383. .open > .dropdown-toggle.btn-warning {
  3384. background-image: none;
  3385. }
  3386. .btn-warning.disabled:hover,
  3387. .btn-warning[disabled]:hover,
  3388. fieldset[disabled] .btn-warning:hover,
  3389. .btn-warning.disabled:focus,
  3390. .btn-warning[disabled]:focus,
  3391. fieldset[disabled] .btn-warning:focus,
  3392. .btn-warning.disabled.focus,
  3393. .btn-warning[disabled].focus,
  3394. fieldset[disabled] .btn-warning.focus {
  3395. background-color: #f0ad4e;
  3396. border-color: #eea236;
  3397. }
  3398. .btn-warning .badge {
  3399. color: #f0ad4e;
  3400. background-color: #fff;
  3401. }
  3402. .btn-danger {
  3403. color: #fff;
  3404. background-color: #d9534f;
  3405. border-color: #d43f3a;
  3406. }
  3407. .btn-danger:focus,
  3408. .btn-danger.focus {
  3409. color: #fff;
  3410. background-color: #c9302c;
  3411. border-color: #761c19;
  3412. }
  3413. .btn-danger:hover {
  3414. color: #fff;
  3415. background-color: #c9302c;
  3416. border-color: #ac2925;
  3417. }
  3418. .btn-danger:active,
  3419. .btn-danger.active,
  3420. .open > .dropdown-toggle.btn-danger {
  3421. color: #fff;
  3422. background-color: #c9302c;
  3423. border-color: #ac2925;
  3424. }
  3425. .btn-danger:active:hover,
  3426. .btn-danger.active:hover,
  3427. .open > .dropdown-toggle.btn-danger:hover,
  3428. .btn-danger:active:focus,
  3429. .btn-danger.active:focus,
  3430. .open > .dropdown-toggle.btn-danger:focus,
  3431. .btn-danger:active.focus,
  3432. .btn-danger.active.focus,
  3433. .open > .dropdown-toggle.btn-danger.focus {
  3434. color: #fff;
  3435. background-color: #ac2925;
  3436. border-color: #761c19;
  3437. }
  3438. .btn-danger:active,
  3439. .btn-danger.active,
  3440. .open > .dropdown-toggle.btn-danger {
  3441. background-image: none;
  3442. }
  3443. .btn-danger.disabled:hover,
  3444. .btn-danger[disabled]:hover,
  3445. fieldset[disabled] .btn-danger:hover,
  3446. .btn-danger.disabled:focus,
  3447. .btn-danger[disabled]:focus,
  3448. fieldset[disabled] .btn-danger:focus,
  3449. .btn-danger.disabled.focus,
  3450. .btn-danger[disabled].focus,
  3451. fieldset[disabled] .btn-danger.focus {
  3452. background-color: #d9534f;
  3453. border-color: #d43f3a;
  3454. }
  3455. .btn-danger .badge {
  3456. color: #d9534f;
  3457. background-color: #fff;
  3458. }
  3459. .btn-link {
  3460. color: #337ab7;
  3461. font-weight: normal;
  3462. border-radius: 0;
  3463. }
  3464. .btn-link,
  3465. .btn-link:active,
  3466. .btn-link.active,
  3467. .btn-link[disabled],
  3468. fieldset[disabled] .btn-link {
  3469. background-color: transparent;
  3470. -webkit-box-shadow: none;
  3471. box-shadow: none;
  3472. }
  3473. .btn-link,
  3474. .btn-link:hover,
  3475. .btn-link:focus,
  3476. .btn-link:active {
  3477. border-color: transparent;
  3478. }
  3479. .btn-link:hover,
  3480. .btn-link:focus {
  3481. color: #23527c;
  3482. text-decoration: underline;
  3483. background-color: transparent;
  3484. }
  3485. .btn-link[disabled]:hover,
  3486. fieldset[disabled] .btn-link:hover,
  3487. .btn-link[disabled]:focus,
  3488. fieldset[disabled] .btn-link:focus {
  3489. color: #777777;
  3490. text-decoration: none;
  3491. }
  3492. .btn-lg,
  3493. .btn-group-lg > .btn {
  3494. padding: 10px 16px;
  3495. font-size: 17px;
  3496. line-height: 1.3333333;
  3497. border-radius: 3px;
  3498. }
  3499. .btn-sm,
  3500. .btn-group-sm > .btn {
  3501. padding: 5px 10px;
  3502. font-size: 12px;
  3503. line-height: 1.5;
  3504. border-radius: 1px;
  3505. }
  3506. .btn-xs,
  3507. .btn-group-xs > .btn {
  3508. padding: 1px 5px;
  3509. font-size: 12px;
  3510. line-height: 1.5;
  3511. border-radius: 1px;
  3512. }
  3513. .btn-block {
  3514. display: block;
  3515. width: 100%;
  3516. }
  3517. .btn-block + .btn-block {
  3518. margin-top: 5px;
  3519. }
  3520. input[type="submit"].btn-block,
  3521. input[type="reset"].btn-block,
  3522. input[type="button"].btn-block {
  3523. width: 100%;
  3524. }
  3525. .fade {
  3526. opacity: 0;
  3527. -webkit-transition: opacity 0.15s linear;
  3528. -o-transition: opacity 0.15s linear;
  3529. transition: opacity 0.15s linear;
  3530. }
  3531. .fade.in {
  3532. opacity: 1;
  3533. }
  3534. .collapse {
  3535. display: none;
  3536. }
  3537. .collapse.in {
  3538. display: block;
  3539. }
  3540. tr.collapse.in {
  3541. display: table-row;
  3542. }
  3543. tbody.collapse.in {
  3544. display: table-row-group;
  3545. }
  3546. .collapsing {
  3547. position: relative;
  3548. height: 0;
  3549. overflow: hidden;
  3550. -webkit-transition-property: height, visibility;
  3551. transition-property: height, visibility;
  3552. -webkit-transition-duration: 0.35s;
  3553. transition-duration: 0.35s;
  3554. -webkit-transition-timing-function: ease;
  3555. transition-timing-function: ease;
  3556. }
  3557. .caret {
  3558. display: inline-block;
  3559. width: 0;
  3560. height: 0;
  3561. margin-left: 2px;
  3562. vertical-align: middle;
  3563. border-top: 4px dashed;
  3564. border-top: 4px solid \9;
  3565. border-right: 4px solid transparent;
  3566. border-left: 4px solid transparent;
  3567. }
  3568. .dropup,
  3569. .dropdown {
  3570. position: relative;
  3571. }
  3572. .dropdown-toggle:focus {
  3573. outline: 0;
  3574. }
  3575. .dropdown-menu {
  3576. position: absolute;
  3577. top: 100%;
  3578. left: 0;
  3579. z-index: 1000;
  3580. display: none;
  3581. float: left;
  3582. min-width: 160px;
  3583. padding: 5px 0;
  3584. margin: 2px 0 0;
  3585. list-style: none;
  3586. font-size: 13px;
  3587. text-align: left;
  3588. background-color: #fff;
  3589. border: 1px solid #ccc;
  3590. border: 1px solid rgba(0, 0, 0, 0.15);
  3591. border-radius: 2px;
  3592. -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  3593. box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  3594. background-clip: padding-box;
  3595. }
  3596. .dropdown-menu.pull-right {
  3597. right: 0;
  3598. left: auto;
  3599. }
  3600. .dropdown-menu .divider {
  3601. height: 1px;
  3602. margin: 8px 0;
  3603. overflow: hidden;
  3604. background-color: #e5e5e5;
  3605. }
  3606. .dropdown-menu > li > a {
  3607. display: block;
  3608. padding: 3px 20px;
  3609. clear: both;
  3610. font-weight: normal;
  3611. line-height: 1.42857143;
  3612. color: #333333;
  3613. white-space: nowrap;
  3614. }
  3615. .dropdown-menu > li > a:hover,
  3616. .dropdown-menu > li > a:focus {
  3617. text-decoration: none;
  3618. color: #262626;
  3619. background-color: #f5f5f5;
  3620. }
  3621. .dropdown-menu > .active > a,
  3622. .dropdown-menu > .active > a:hover,
  3623. .dropdown-menu > .active > a:focus {
  3624. color: #fff;
  3625. text-decoration: none;
  3626. outline: 0;
  3627. background-color: #337ab7;
  3628. }
  3629. .dropdown-menu > .disabled > a,
  3630. .dropdown-menu > .disabled > a:hover,
  3631. .dropdown-menu > .disabled > a:focus {
  3632. color: #777777;
  3633. }
  3634. .dropdown-menu > .disabled > a:hover,
  3635. .dropdown-menu > .disabled > a:focus {
  3636. text-decoration: none;
  3637. background-color: transparent;
  3638. background-image: none;
  3639. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  3640. cursor: not-allowed;
  3641. }
  3642. .open > .dropdown-menu {
  3643. display: block;
  3644. }
  3645. .open > a {
  3646. outline: 0;
  3647. }
  3648. .dropdown-menu-right {
  3649. left: auto;
  3650. right: 0;
  3651. }
  3652. .dropdown-menu-left {
  3653. left: 0;
  3654. right: auto;
  3655. }
  3656. .dropdown-header {
  3657. display: block;
  3658. padding: 3px 20px;
  3659. font-size: 12px;
  3660. line-height: 1.42857143;
  3661. color: #777777;
  3662. white-space: nowrap;
  3663. }
  3664. .dropdown-backdrop {
  3665. position: fixed;
  3666. left: 0;
  3667. right: 0;
  3668. bottom: 0;
  3669. top: 0;
  3670. z-index: 990;
  3671. }
  3672. .pull-right > .dropdown-menu {
  3673. right: 0;
  3674. left: auto;
  3675. }
  3676. .dropup .caret,
  3677. .navbar-fixed-bottom .dropdown .caret {
  3678. border-top: 0;
  3679. border-bottom: 4px dashed;
  3680. border-bottom: 4px solid \9;
  3681. content: "";
  3682. }
  3683. .dropup .dropdown-menu,
  3684. .navbar-fixed-bottom .dropdown .dropdown-menu {
  3685. top: auto;
  3686. bottom: 100%;
  3687. margin-bottom: 2px;
  3688. }
  3689. @media (min-width: 541px) {
  3690. .navbar-right .dropdown-menu {
  3691. left: auto;
  3692. right: 0;
  3693. }
  3694. .navbar-right .dropdown-menu-left {
  3695. left: 0;
  3696. right: auto;
  3697. }
  3698. }
  3699. .btn-group,
  3700. .btn-group-vertical {
  3701. position: relative;
  3702. display: inline-block;
  3703. vertical-align: middle;
  3704. }
  3705. .btn-group > .btn,
  3706. .btn-group-vertical > .btn {
  3707. position: relative;
  3708. float: left;
  3709. }
  3710. .btn-group > .btn:hover,
  3711. .btn-group-vertical > .btn:hover,
  3712. .btn-group > .btn:focus,
  3713. .btn-group-vertical > .btn:focus,
  3714. .btn-group > .btn:active,
  3715. .btn-group-vertical > .btn:active,
  3716. .btn-group > .btn.active,
  3717. .btn-group-vertical > .btn.active {
  3718. z-index: 2;
  3719. }
  3720. .btn-group .btn + .btn,
  3721. .btn-group .btn + .btn-group,
  3722. .btn-group .btn-group + .btn,
  3723. .btn-group .btn-group + .btn-group {
  3724. margin-left: -1px;
  3725. }
  3726. .btn-toolbar {
  3727. margin-left: -5px;
  3728. }
  3729. .btn-toolbar .btn,
  3730. .btn-toolbar .btn-group,
  3731. .btn-toolbar .input-group {
  3732. float: left;
  3733. }
  3734. .btn-toolbar > .btn,
  3735. .btn-toolbar > .btn-group,
  3736. .btn-toolbar > .input-group {
  3737. margin-left: 5px;
  3738. }
  3739. .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  3740. border-radius: 0;
  3741. }
  3742. .btn-group > .btn:first-child {
  3743. margin-left: 0;
  3744. }
  3745. .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  3746. border-bottom-right-radius: 0;
  3747. border-top-right-radius: 0;
  3748. }
  3749. .btn-group > .btn:last-child:not(:first-child),
  3750. .btn-group > .dropdown-toggle:not(:first-child) {
  3751. border-bottom-left-radius: 0;
  3752. border-top-left-radius: 0;
  3753. }
  3754. .btn-group > .btn-group {
  3755. float: left;
  3756. }
  3757. .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  3758. border-radius: 0;
  3759. }
  3760. .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
  3761. .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  3762. border-bottom-right-radius: 0;
  3763. border-top-right-radius: 0;
  3764. }
  3765. .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  3766. border-bottom-left-radius: 0;
  3767. border-top-left-radius: 0;
  3768. }
  3769. .btn-group .dropdown-toggle:active,
  3770. .btn-group.open .dropdown-toggle {
  3771. outline: 0;
  3772. }
  3773. .btn-group > .btn + .dropdown-toggle {
  3774. padding-left: 8px;
  3775. padding-right: 8px;
  3776. }
  3777. .btn-group > .btn-lg + .dropdown-toggle {
  3778. padding-left: 12px;
  3779. padding-right: 12px;
  3780. }
  3781. .btn-group.open .dropdown-toggle {
  3782. -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  3783. box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  3784. }
  3785. .btn-group.open .dropdown-toggle.btn-link {
  3786. -webkit-box-shadow: none;
  3787. box-shadow: none;
  3788. }
  3789. .btn .caret {
  3790. margin-left: 0;
  3791. }
  3792. .btn-lg .caret {
  3793. border-width: 5px 5px 0;
  3794. border-bottom-width: 0;
  3795. }
  3796. .dropup .btn-lg .caret {
  3797. border-width: 0 5px 5px;
  3798. }
  3799. .btn-group-vertical > .btn,
  3800. .btn-group-vertical > .btn-group,
  3801. .btn-group-vertical > .btn-group > .btn {
  3802. display: block;
  3803. float: none;
  3804. width: 100%;
  3805. max-width: 100%;
  3806. }
  3807. .btn-group-vertical > .btn-group > .btn {
  3808. float: none;
  3809. }
  3810. .btn-group-vertical > .btn + .btn,
  3811. .btn-group-vertical > .btn + .btn-group,
  3812. .btn-group-vertical > .btn-group + .btn,
  3813. .btn-group-vertical > .btn-group + .btn-group {
  3814. margin-top: -1px;
  3815. margin-left: 0;
  3816. }
  3817. .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  3818. border-radius: 0;
  3819. }
  3820. .btn-group-vertical > .btn:first-child:not(:last-child) {
  3821. border-top-right-radius: 2px;
  3822. border-top-left-radius: 2px;
  3823. border-bottom-right-radius: 0;
  3824. border-bottom-left-radius: 0;
  3825. }
  3826. .btn-group-vertical > .btn:last-child:not(:first-child) {
  3827. border-top-right-radius: 0;
  3828. border-top-left-radius: 0;
  3829. border-bottom-right-radius: 2px;
  3830. border-bottom-left-radius: 2px;
  3831. }
  3832. .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  3833. border-radius: 0;
  3834. }
  3835. .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
  3836. .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  3837. border-bottom-right-radius: 0;
  3838. border-bottom-left-radius: 0;
  3839. }
  3840. .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  3841. border-top-right-radius: 0;
  3842. border-top-left-radius: 0;
  3843. }
  3844. .btn-group-justified {
  3845. display: table;
  3846. width: 100%;
  3847. table-layout: fixed;
  3848. border-collapse: separate;
  3849. }
  3850. .btn-group-justified > .btn,
  3851. .btn-group-justified > .btn-group {
  3852. float: none;
  3853. display: table-cell;
  3854. width: 1%;
  3855. }
  3856. .btn-group-justified > .btn-group .btn {
  3857. width: 100%;
  3858. }
  3859. .btn-group-justified > .btn-group .dropdown-menu {
  3860. left: auto;
  3861. }
  3862. [data-toggle="buttons"] > .btn input[type="radio"],
  3863. [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
  3864. [data-toggle="buttons"] > .btn input[type="checkbox"],
  3865. [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  3866. position: absolute;
  3867. clip: rect(0, 0, 0, 0);
  3868. pointer-events: none;
  3869. }
  3870. .input-group {
  3871. position: relative;
  3872. display: table;
  3873. border-collapse: separate;
  3874. }
  3875. .input-group[class*="col-"] {
  3876. float: none;
  3877. padding-left: 0;
  3878. padding-right: 0;
  3879. }
  3880. .input-group .form-control {
  3881. position: relative;
  3882. z-index: 2;
  3883. float: left;
  3884. width: 100%;
  3885. margin-bottom: 0;
  3886. }
  3887. .input-group .form-control:focus {
  3888. z-index: 3;
  3889. }
  3890. .input-group-lg > .form-control,
  3891. .input-group-lg > .input-group-addon,
  3892. .input-group-lg > .input-group-btn > .btn {
  3893. height: 45px;
  3894. padding: 10px 16px;
  3895. font-size: 17px;
  3896. line-height: 1.3333333;
  3897. border-radius: 3px;
  3898. }
  3899. select.input-group-lg > .form-control,
  3900. select.input-group-lg > .input-group-addon,
  3901. select.input-group-lg > .input-group-btn > .btn {
  3902. height: 45px;
  3903. line-height: 45px;
  3904. }
  3905. textarea.input-group-lg > .form-control,
  3906. textarea.input-group-lg > .input-group-addon,
  3907. textarea.input-group-lg > .input-group-btn > .btn,
  3908. select[multiple].input-group-lg > .form-control,
  3909. select[multiple].input-group-lg > .input-group-addon,
  3910. select[multiple].input-group-lg > .input-group-btn > .btn {
  3911. height: auto;
  3912. }
  3913. .input-group-sm > .form-control,
  3914. .input-group-sm > .input-group-addon,
  3915. .input-group-sm > .input-group-btn > .btn {
  3916. height: 30px;
  3917. padding: 5px 10px;
  3918. font-size: 12px;
  3919. line-height: 1.5;
  3920. border-radius: 1px;
  3921. }
  3922. select.input-group-sm > .form-control,
  3923. select.input-group-sm > .input-group-addon,
  3924. select.input-group-sm > .input-group-btn > .btn {
  3925. height: 30px;
  3926. line-height: 30px;
  3927. }
  3928. textarea.input-group-sm > .form-control,
  3929. textarea.input-group-sm > .input-group-addon,
  3930. textarea.input-group-sm > .input-group-btn > .btn,
  3931. select[multiple].input-group-sm > .form-control,
  3932. select[multiple].input-group-sm > .input-group-addon,
  3933. select[multiple].input-group-sm > .input-group-btn > .btn {
  3934. height: auto;
  3935. }
  3936. .input-group-addon,
  3937. .input-group-btn,
  3938. .input-group .form-control {
  3939. display: table-cell;
  3940. }
  3941. .input-group-addon:not(:first-child):not(:last-child),
  3942. .input-group-btn:not(:first-child):not(:last-child),
  3943. .input-group .form-control:not(:first-child):not(:last-child) {
  3944. border-radius: 0;
  3945. }
  3946. .input-group-addon,
  3947. .input-group-btn {
  3948. width: 1%;
  3949. white-space: nowrap;
  3950. vertical-align: middle;
  3951. }
  3952. .input-group-addon {
  3953. padding: 6px 12px;
  3954. font-size: 13px;
  3955. font-weight: normal;
  3956. line-height: 1;
  3957. color: #555555;
  3958. text-align: center;
  3959. background-color: #eeeeee;
  3960. border: 1px solid #ccc;
  3961. border-radius: 2px;
  3962. }
  3963. .input-group-addon.input-sm {
  3964. padding: 5px 10px;
  3965. font-size: 12px;
  3966. border-radius: 1px;
  3967. }
  3968. .input-group-addon.input-lg {
  3969. padding: 10px 16px;
  3970. font-size: 17px;
  3971. border-radius: 3px;
  3972. }
  3973. .input-group-addon input[type="radio"],
  3974. .input-group-addon input[type="checkbox"] {
  3975. margin-top: 0;
  3976. }
  3977. .input-group .form-control:first-child,
  3978. .input-group-addon:first-child,
  3979. .input-group-btn:first-child > .btn,
  3980. .input-group-btn:first-child > .btn-group > .btn,
  3981. .input-group-btn:first-child > .dropdown-toggle,
  3982. .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
  3983. .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  3984. border-bottom-right-radius: 0;
  3985. border-top-right-radius: 0;
  3986. }
  3987. .input-group-addon:first-child {
  3988. border-right: 0;
  3989. }
  3990. .input-group .form-control:last-child,
  3991. .input-group-addon:last-child,
  3992. .input-group-btn:last-child > .btn,
  3993. .input-group-btn:last-child > .btn-group > .btn,
  3994. .input-group-btn:last-child > .dropdown-toggle,
  3995. .input-group-btn:first-child > .btn:not(:first-child),
  3996. .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  3997. border-bottom-left-radius: 0;
  3998. border-top-left-radius: 0;
  3999. }
  4000. .input-group-addon:last-child {
  4001. border-left: 0;
  4002. }
  4003. .input-group-btn {
  4004. position: relative;
  4005. font-size: 0;
  4006. white-space: nowrap;
  4007. }
  4008. .input-group-btn > .btn {
  4009. position: relative;
  4010. }
  4011. .input-group-btn > .btn + .btn {
  4012. margin-left: -1px;
  4013. }
  4014. .input-group-btn > .btn:hover,
  4015. .input-group-btn > .btn:focus,
  4016. .input-group-btn > .btn:active {
  4017. z-index: 2;
  4018. }
  4019. .input-group-btn:first-child > .btn,
  4020. .input-group-btn:first-child > .btn-group {
  4021. margin-right: -1px;
  4022. }
  4023. .input-group-btn:last-child > .btn,
  4024. .input-group-btn:last-child > .btn-group {
  4025. z-index: 2;
  4026. margin-left: -1px;
  4027. }
  4028. .nav {
  4029. margin-bottom: 0;
  4030. padding-left: 0;
  4031. list-style: none;
  4032. }
  4033. .nav > li {
  4034. position: relative;
  4035. display: block;
  4036. }
  4037. .nav > li > a {
  4038. position: relative;
  4039. display: block;
  4040. padding: 10px 15px;
  4041. }
  4042. .nav > li > a:hover,
  4043. .nav > li > a:focus {
  4044. text-decoration: none;
  4045. background-color: #eeeeee;
  4046. }
  4047. .nav > li.disabled > a {
  4048. color: #777777;
  4049. }
  4050. .nav > li.disabled > a:hover,
  4051. .nav > li.disabled > a:focus {
  4052. color: #777777;
  4053. text-decoration: none;
  4054. background-color: transparent;
  4055. cursor: not-allowed;
  4056. }
  4057. .nav .open > a,
  4058. .nav .open > a:hover,
  4059. .nav .open > a:focus {
  4060. background-color: #eeeeee;
  4061. border-color: #337ab7;
  4062. }
  4063. .nav .nav-divider {
  4064. height: 1px;
  4065. margin: 8px 0;
  4066. overflow: hidden;
  4067. background-color: #e5e5e5;
  4068. }
  4069. .nav > li > a > img {
  4070. max-width: none;
  4071. }
  4072. .nav-tabs {
  4073. border-bottom: 1px solid #ddd;
  4074. }
  4075. .nav-tabs > li {
  4076. float: left;
  4077. margin-bottom: -1px;
  4078. }
  4079. .nav-tabs > li > a {
  4080. margin-right: 2px;
  4081. line-height: 1.42857143;
  4082. border: 1px solid transparent;
  4083. border-radius: 2px 2px 0 0;
  4084. }
  4085. .nav-tabs > li > a:hover {
  4086. border-color: #eeeeee #eeeeee #ddd;
  4087. }
  4088. .nav-tabs > li.active > a,
  4089. .nav-tabs > li.active > a:hover,
  4090. .nav-tabs > li.active > a:focus {
  4091. color: #555555;
  4092. background-color: #fff;
  4093. border: 1px solid #ddd;
  4094. border-bottom-color: transparent;
  4095. cursor: default;
  4096. }
  4097. .nav-tabs.nav-justified {
  4098. width: 100%;
  4099. border-bottom: 0;
  4100. }
  4101. .nav-tabs.nav-justified > li {
  4102. float: none;
  4103. }
  4104. .nav-tabs.nav-justified > li > a {
  4105. text-align: center;
  4106. margin-bottom: 5px;
  4107. }
  4108. .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  4109. top: auto;
  4110. left: auto;
  4111. }
  4112. @media (min-width: 768px) {
  4113. .nav-tabs.nav-justified > li {
  4114. display: table-cell;
  4115. width: 1%;
  4116. }
  4117. .nav-tabs.nav-justified > li > a {
  4118. margin-bottom: 0;
  4119. }
  4120. }
  4121. .nav-tabs.nav-justified > li > a {
  4122. margin-right: 0;
  4123. border-radius: 2px;
  4124. }
  4125. .nav-tabs.nav-justified > .active > a,
  4126. .nav-tabs.nav-justified > .active > a:hover,
  4127. .nav-tabs.nav-justified > .active > a:focus {
  4128. border: 1px solid #ddd;
  4129. }
  4130. @media (min-width: 768px) {
  4131. .nav-tabs.nav-justified > li > a {
  4132. border-bottom: 1px solid #ddd;
  4133. border-radius: 2px 2px 0 0;
  4134. }
  4135. .nav-tabs.nav-justified > .active > a,
  4136. .nav-tabs.nav-justified > .active > a:hover,
  4137. .nav-tabs.nav-justified > .active > a:focus {
  4138. border-bottom-color: #fff;
  4139. }
  4140. }
  4141. .nav-pills > li {
  4142. float: left;
  4143. }
  4144. .nav-pills > li > a {
  4145. border-radius: 2px;
  4146. }
  4147. .nav-pills > li + li {
  4148. margin-left: 2px;
  4149. }
  4150. .nav-pills > li.active > a,
  4151. .nav-pills > li.active > a:hover,
  4152. .nav-pills > li.active > a:focus {
  4153. color: #fff;
  4154. background-color: #337ab7;
  4155. }
  4156. .nav-stacked > li {
  4157. float: none;
  4158. }
  4159. .nav-stacked > li + li {
  4160. margin-top: 2px;
  4161. margin-left: 0;
  4162. }
  4163. .nav-justified {
  4164. width: 100%;
  4165. }
  4166. .nav-justified > li {
  4167. float: none;
  4168. }
  4169. .nav-justified > li > a {
  4170. text-align: center;
  4171. margin-bottom: 5px;
  4172. }
  4173. .nav-justified > .dropdown .dropdown-menu {
  4174. top: auto;
  4175. left: auto;
  4176. }
  4177. @media (min-width: 768px) {
  4178. .nav-justified > li {
  4179. display: table-cell;
  4180. width: 1%;
  4181. }
  4182. .nav-justified > li > a {
  4183. margin-bottom: 0;
  4184. }
  4185. }
  4186. .nav-tabs-justified {
  4187. border-bottom: 0;
  4188. }
  4189. .nav-tabs-justified > li > a {
  4190. margin-right: 0;
  4191. border-radius: 2px;
  4192. }
  4193. .nav-tabs-justified > .active > a,
  4194. .nav-tabs-justified > .active > a:hover,
  4195. .nav-tabs-justified > .active > a:focus {
  4196. border: 1px solid #ddd;
  4197. }
  4198. @media (min-width: 768px) {
  4199. .nav-tabs-justified > li > a {
  4200. border-bottom: 1px solid #ddd;
  4201. border-radius: 2px 2px 0 0;
  4202. }
  4203. .nav-tabs-justified > .active > a,
  4204. .nav-tabs-justified > .active > a:hover,
  4205. .nav-tabs-justified > .active > a:focus {
  4206. border-bottom-color: #fff;
  4207. }
  4208. }
  4209. .tab-content > .tab-pane {
  4210. display: none;
  4211. }
  4212. .tab-content > .active {
  4213. display: block;
  4214. }
  4215. .nav-tabs .dropdown-menu {
  4216. margin-top: -1px;
  4217. border-top-right-radius: 0;
  4218. border-top-left-radius: 0;
  4219. }
  4220. .navbar {
  4221. position: relative;
  4222. min-height: 30px;
  4223. margin-bottom: 18px;
  4224. border: 1px solid transparent;
  4225. }
  4226. @media (min-width: 541px) {
  4227. .navbar {
  4228. border-radius: 2px;
  4229. }
  4230. }
  4231. @media (min-width: 541px) {
  4232. .navbar-header {
  4233. float: left;
  4234. }
  4235. }
  4236. .navbar-collapse {
  4237. overflow-x: visible;
  4238. padding-right: 0px;
  4239. padding-left: 0px;
  4240. border-top: 1px solid transparent;
  4241. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  4242. -webkit-overflow-scrolling: touch;
  4243. }
  4244. .navbar-collapse.in {
  4245. overflow-y: auto;
  4246. }
  4247. @media (min-width: 541px) {
  4248. .navbar-collapse {
  4249. width: auto;
  4250. border-top: 0;
  4251. box-shadow: none;
  4252. }
  4253. .navbar-collapse.collapse {
  4254. display: block !important;
  4255. height: auto !important;
  4256. padding-bottom: 0;
  4257. overflow: visible !important;
  4258. }
  4259. .navbar-collapse.in {
  4260. overflow-y: visible;
  4261. }
  4262. .navbar-fixed-top .navbar-collapse,
  4263. .navbar-static-top .navbar-collapse,
  4264. .navbar-fixed-bottom .navbar-collapse {
  4265. padding-left: 0;
  4266. padding-right: 0;
  4267. }
  4268. }
  4269. .navbar-fixed-top .navbar-collapse,
  4270. .navbar-fixed-bottom .navbar-collapse {
  4271. max-height: 340px;
  4272. }
  4273. @media (max-device-width: 540px) and (orientation: landscape) {
  4274. .navbar-fixed-top .navbar-collapse,
  4275. .navbar-fixed-bottom .navbar-collapse {
  4276. max-height: 200px;
  4277. }
  4278. }
  4279. .container > .navbar-header,
  4280. .container-fluid > .navbar-header,
  4281. .container > .navbar-collapse,
  4282. .container-fluid > .navbar-collapse {
  4283. margin-right: 0px;
  4284. margin-left: 0px;
  4285. }
  4286. @media (min-width: 541px) {
  4287. .container > .navbar-header,
  4288. .container-fluid > .navbar-header,
  4289. .container > .navbar-collapse,
  4290. .container-fluid > .navbar-collapse {
  4291. margin-right: 0;
  4292. margin-left: 0;
  4293. }
  4294. }
  4295. .navbar-static-top {
  4296. z-index: 1000;
  4297. border-width: 0 0 1px;
  4298. }
  4299. @media (min-width: 541px) {
  4300. .navbar-static-top {
  4301. border-radius: 0;
  4302. }
  4303. }
  4304. .navbar-fixed-top,
  4305. .navbar-fixed-bottom {
  4306. position: fixed;
  4307. right: 0;
  4308. left: 0;
  4309. z-index: 1030;
  4310. }
  4311. @media (min-width: 541px) {
  4312. .navbar-fixed-top,
  4313. .navbar-fixed-bottom {
  4314. border-radius: 0;
  4315. }
  4316. }
  4317. .navbar-fixed-top {
  4318. top: 0;
  4319. border-width: 0 0 1px;
  4320. }
  4321. .navbar-fixed-bottom {
  4322. bottom: 0;
  4323. margin-bottom: 0;
  4324. border-width: 1px 0 0;
  4325. }
  4326. .navbar-brand {
  4327. float: left;
  4328. padding: 6px 0px;
  4329. font-size: 17px;
  4330. line-height: 18px;
  4331. height: 30px;
  4332. }
  4333. .navbar-brand:hover,
  4334. .navbar-brand:focus {
  4335. text-decoration: none;
  4336. }
  4337. .navbar-brand > img {
  4338. display: block;
  4339. }
  4340. @media (min-width: 541px) {
  4341. .navbar > .container .navbar-brand,
  4342. .navbar > .container-fluid .navbar-brand {
  4343. margin-left: 0px;
  4344. }
  4345. }
  4346. .navbar-toggle {
  4347. position: relative;
  4348. float: right;
  4349. margin-right: 0px;
  4350. padding: 9px 10px;
  4351. margin-top: -2px;
  4352. margin-bottom: -2px;
  4353. background-color: transparent;
  4354. background-image: none;
  4355. border: 1px solid transparent;
  4356. border-radius: 2px;
  4357. }
  4358. .navbar-toggle:focus {
  4359. outline: 0;
  4360. }
  4361. .navbar-toggle .icon-bar {
  4362. display: block;
  4363. width: 22px;
  4364. height: 2px;
  4365. border-radius: 1px;
  4366. }
  4367. .navbar-toggle .icon-bar + .icon-bar {
  4368. margin-top: 4px;
  4369. }
  4370. @media (min-width: 541px) {
  4371. .navbar-toggle {
  4372. display: none;
  4373. }
  4374. }
  4375. .navbar-nav {
  4376. margin: 3px 0px;
  4377. }
  4378. .navbar-nav > li > a {
  4379. padding-top: 10px;
  4380. padding-bottom: 10px;
  4381. line-height: 18px;
  4382. }
  4383. @media (max-width: 540px) {
  4384. .navbar-nav .open .dropdown-menu {
  4385. position: static;
  4386. float: none;
  4387. width: auto;
  4388. margin-top: 0;
  4389. background-color: transparent;
  4390. border: 0;
  4391. box-shadow: none;
  4392. }
  4393. .navbar-nav .open .dropdown-menu > li > a,
  4394. .navbar-nav .open .dropdown-menu .dropdown-header {
  4395. padding: 5px 15px 5px 25px;
  4396. }
  4397. .navbar-nav .open .dropdown-menu > li > a {
  4398. line-height: 18px;
  4399. }
  4400. .navbar-nav .open .dropdown-menu > li > a:hover,
  4401. .navbar-nav .open .dropdown-menu > li > a:focus {
  4402. background-image: none;
  4403. }
  4404. }
  4405. @media (min-width: 541px) {
  4406. .navbar-nav {
  4407. float: left;
  4408. margin: 0;
  4409. }
  4410. .navbar-nav > li {
  4411. float: left;
  4412. }
  4413. .navbar-nav > li > a {
  4414. padding-top: 6px;
  4415. padding-bottom: 6px;
  4416. }
  4417. }
  4418. .navbar-form {
  4419. margin-left: 0px;
  4420. margin-right: 0px;
  4421. padding: 10px 0px;
  4422. border-top: 1px solid transparent;
  4423. border-bottom: 1px solid transparent;
  4424. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  4425. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  4426. margin-top: -1px;
  4427. margin-bottom: -1px;
  4428. }
  4429. @media (min-width: 768px) {
  4430. .navbar-form .form-group {
  4431. display: inline-block;
  4432. margin-bottom: 0;
  4433. vertical-align: middle;
  4434. }
  4435. .navbar-form .form-control {
  4436. display: inline-block;
  4437. width: auto;
  4438. vertical-align: middle;
  4439. }
  4440. .navbar-form .form-control-static {
  4441. display: inline-block;
  4442. }
  4443. .navbar-form .input-group {
  4444. display: inline-table;
  4445. vertical-align: middle;
  4446. }
  4447. .navbar-form .input-group .input-group-addon,
  4448. .navbar-form .input-group .input-group-btn,
  4449. .navbar-form .input-group .form-control {
  4450. width: auto;
  4451. }
  4452. .navbar-form .input-group > .form-control {
  4453. width: 100%;
  4454. }
  4455. .navbar-form .control-label {
  4456. margin-bottom: 0;
  4457. vertical-align: middle;
  4458. }
  4459. .navbar-form .radio,
  4460. .navbar-form .checkbox {
  4461. display: inline-block;
  4462. margin-top: 0;
  4463. margin-bottom: 0;
  4464. vertical-align: middle;
  4465. }
  4466. .navbar-form .radio label,
  4467. .navbar-form .checkbox label {
  4468. padding-left: 0;
  4469. }
  4470. .navbar-form .radio input[type="radio"],
  4471. .navbar-form .checkbox input[type="checkbox"] {
  4472. position: relative;
  4473. margin-left: 0;
  4474. }
  4475. .navbar-form .has-feedback .form-control-feedback {
  4476. top: 0;
  4477. }
  4478. }
  4479. @media (max-width: 540px) {
  4480. .navbar-form .form-group {
  4481. margin-bottom: 5px;
  4482. }
  4483. .navbar-form .form-group:last-child {
  4484. margin-bottom: 0;
  4485. }
  4486. }
  4487. @media (min-width: 541px) {
  4488. .navbar-form {
  4489. width: auto;
  4490. border: 0;
  4491. margin-left: 0;
  4492. margin-right: 0;
  4493. padding-top: 0;
  4494. padding-bottom: 0;
  4495. -webkit-box-shadow: none;
  4496. box-shadow: none;
  4497. }
  4498. }
  4499. .navbar-nav > li > .dropdown-menu {
  4500. margin-top: 0;
  4501. border-top-right-radius: 0;
  4502. border-top-left-radius: 0;
  4503. }
  4504. .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  4505. margin-bottom: 0;
  4506. border-top-right-radius: 2px;
  4507. border-top-left-radius: 2px;
  4508. border-bottom-right-radius: 0;
  4509. border-bottom-left-radius: 0;
  4510. }
  4511. .navbar-btn {
  4512. margin-top: -1px;
  4513. margin-bottom: -1px;
  4514. }
  4515. .navbar-btn.btn-sm {
  4516. margin-top: 0px;
  4517. margin-bottom: 0px;
  4518. }
  4519. .navbar-btn.btn-xs {
  4520. margin-top: 4px;
  4521. margin-bottom: 4px;
  4522. }
  4523. .navbar-text {
  4524. margin-top: 6px;
  4525. margin-bottom: 6px;
  4526. }
  4527. @media (min-width: 541px) {
  4528. .navbar-text {
  4529. float: left;
  4530. margin-left: 0px;
  4531. margin-right: 0px;
  4532. }
  4533. }
  4534. @media (min-width: 541px) {
  4535. .navbar-left {
  4536. float: left !important;
  4537. float: left;
  4538. }
  4539. .navbar-right {
  4540. float: right !important;
  4541. float: right;
  4542. margin-right: 0px;
  4543. }
  4544. .navbar-right ~ .navbar-right {
  4545. margin-right: 0;
  4546. }
  4547. }
  4548. .navbar-default {
  4549. background-color: #f8f8f8;
  4550. border-color: #e7e7e7;
  4551. }
  4552. .navbar-default .navbar-brand {
  4553. color: #777;
  4554. }
  4555. .navbar-default .navbar-brand:hover,
  4556. .navbar-default .navbar-brand:focus {
  4557. color: #5e5e5e;
  4558. background-color: transparent;
  4559. }
  4560. .navbar-default .navbar-text {
  4561. color: #777;
  4562. }
  4563. .navbar-default .navbar-nav > li > a {
  4564. color: #777;
  4565. }
  4566. .navbar-default .navbar-nav > li > a:hover,
  4567. .navbar-default .navbar-nav > li > a:focus {
  4568. color: #333;
  4569. background-color: transparent;
  4570. }
  4571. .navbar-default .navbar-nav > .active > a,
  4572. .navbar-default .navbar-nav > .active > a:hover,
  4573. .navbar-default .navbar-nav > .active > a:focus {
  4574. color: #555;
  4575. background-color: #e7e7e7;
  4576. }
  4577. .navbar-default .navbar-nav > .disabled > a,
  4578. .navbar-default .navbar-nav > .disabled > a:hover,
  4579. .navbar-default .navbar-nav > .disabled > a:focus {
  4580. color: #ccc;
  4581. background-color: transparent;
  4582. }
  4583. .navbar-default .navbar-toggle {
  4584. border-color: #ddd;
  4585. }
  4586. .navbar-default .navbar-toggle:hover,
  4587. .navbar-default .navbar-toggle:focus {
  4588. background-color: #ddd;
  4589. }
  4590. .navbar-default .navbar-toggle .icon-bar {
  4591. background-color: #888;
  4592. }
  4593. .navbar-default .navbar-collapse,
  4594. .navbar-default .navbar-form {
  4595. border-color: #e7e7e7;
  4596. }
  4597. .navbar-default .navbar-nav > .open > a,
  4598. .navbar-default .navbar-nav > .open > a:hover,
  4599. .navbar-default .navbar-nav > .open > a:focus {
  4600. background-color: #e7e7e7;
  4601. color: #555;
  4602. }
  4603. @media (max-width: 540px) {
  4604. .navbar-default .navbar-nav .open .dropdown-menu > li > a {
  4605. color: #777;
  4606. }
  4607. .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  4608. .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  4609. color: #333;
  4610. background-color: transparent;
  4611. }
  4612. .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  4613. .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  4614. .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  4615. color: #555;
  4616. background-color: #e7e7e7;
  4617. }
  4618. .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  4619. .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  4620. .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  4621. color: #ccc;
  4622. background-color: transparent;
  4623. }
  4624. }
  4625. .navbar-default .navbar-link {
  4626. color: #777;
  4627. }
  4628. .navbar-default .navbar-link:hover {
  4629. color: #333;
  4630. }
  4631. .navbar-default .btn-link {
  4632. color: #777;
  4633. }
  4634. .navbar-default .btn-link:hover,
  4635. .navbar-default .btn-link:focus {
  4636. color: #333;
  4637. }
  4638. .navbar-default .btn-link[disabled]:hover,
  4639. fieldset[disabled] .navbar-default .btn-link:hover,
  4640. .navbar-default .btn-link[disabled]:focus,
  4641. fieldset[disabled] .navbar-default .btn-link:focus {
  4642. color: #ccc;
  4643. }
  4644. .navbar-inverse {
  4645. background-color: #222;
  4646. border-color: #080808;
  4647. }
  4648. .navbar-inverse .navbar-brand {
  4649. color: #9d9d9d;
  4650. }
  4651. .navbar-inverse .navbar-brand:hover,
  4652. .navbar-inverse .navbar-brand:focus {
  4653. color: #fff;
  4654. background-color: transparent;
  4655. }
  4656. .navbar-inverse .navbar-text {
  4657. color: #9d9d9d;
  4658. }
  4659. .navbar-inverse .navbar-nav > li > a {
  4660. color: #9d9d9d;
  4661. }
  4662. .navbar-inverse .navbar-nav > li > a:hover,
  4663. .navbar-inverse .navbar-nav > li > a:focus {
  4664. color: #fff;
  4665. background-color: transparent;
  4666. }
  4667. .navbar-inverse .navbar-nav > .active > a,
  4668. .navbar-inverse .navbar-nav > .active > a:hover,
  4669. .navbar-inverse .navbar-nav > .active > a:focus {
  4670. color: #fff;
  4671. background-color: #080808;
  4672. }
  4673. .navbar-inverse .navbar-nav > .disabled > a,
  4674. .navbar-inverse .navbar-nav > .disabled > a:hover,
  4675. .navbar-inverse .navbar-nav > .disabled > a:focus {
  4676. color: #444;
  4677. background-color: transparent;
  4678. }
  4679. .navbar-inverse .navbar-toggle {
  4680. border-color: #333;
  4681. }
  4682. .navbar-inverse .navbar-toggle:hover,
  4683. .navbar-inverse .navbar-toggle:focus {
  4684. background-color: #333;
  4685. }
  4686. .navbar-inverse .navbar-toggle .icon-bar {
  4687. background-color: #fff;
  4688. }
  4689. .navbar-inverse .navbar-collapse,
  4690. .navbar-inverse .navbar-form {
  4691. border-color: #101010;
  4692. }
  4693. .navbar-inverse .navbar-nav > .open > a,
  4694. .navbar-inverse .navbar-nav > .open > a:hover,
  4695. .navbar-inverse .navbar-nav > .open > a:focus {
  4696. background-color: #080808;
  4697. color: #fff;
  4698. }
  4699. @media (max-width: 540px) {
  4700. .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
  4701. border-color: #080808;
  4702. }
  4703. .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
  4704. background-color: #080808;
  4705. }
  4706. .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  4707. color: #9d9d9d;
  4708. }
  4709. .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  4710. .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
  4711. color: #fff;
  4712. background-color: transparent;
  4713. }
  4714. .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  4715. .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  4716. .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
  4717. color: #fff;
  4718. background-color: #080808;
  4719. }
  4720. .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  4721. .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  4722. .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  4723. color: #444;
  4724. background-color: transparent;
  4725. }
  4726. }
  4727. .navbar-inverse .navbar-link {
  4728. color: #9d9d9d;
  4729. }
  4730. .navbar-inverse .navbar-link:hover {
  4731. color: #fff;
  4732. }
  4733. .navbar-inverse .btn-link {
  4734. color: #9d9d9d;
  4735. }
  4736. .navbar-inverse .btn-link:hover,
  4737. .navbar-inverse .btn-link:focus {
  4738. color: #fff;
  4739. }
  4740. .navbar-inverse .btn-link[disabled]:hover,
  4741. fieldset[disabled] .navbar-inverse .btn-link:hover,
  4742. .navbar-inverse .btn-link[disabled]:focus,
  4743. fieldset[disabled] .navbar-inverse .btn-link:focus {
  4744. color: #444;
  4745. }
  4746. .breadcrumb {
  4747. padding: 8px 15px;
  4748. margin-bottom: 18px;
  4749. list-style: none;
  4750. background-color: #f5f5f5;
  4751. border-radius: 2px;
  4752. }
  4753. .breadcrumb > li {
  4754. display: inline-block;
  4755. }
  4756. .breadcrumb > li + li:before {
  4757. content: "/\00a0";
  4758. padding: 0 5px;
  4759. color: #5e5e5e;
  4760. }
  4761. .breadcrumb > .active {
  4762. color: #777777;
  4763. }
  4764. .pagination {
  4765. display: inline-block;
  4766. padding-left: 0;
  4767. margin: 18px 0;
  4768. border-radius: 2px;
  4769. }
  4770. .pagination > li {
  4771. display: inline;
  4772. }
  4773. .pagination > li > a,
  4774. .pagination > li > span {
  4775. position: relative;
  4776. float: left;
  4777. padding: 6px 12px;
  4778. line-height: 1.42857143;
  4779. text-decoration: none;
  4780. color: #337ab7;
  4781. background-color: #fff;
  4782. border: 1px solid #ddd;
  4783. margin-left: -1px;
  4784. }
  4785. .pagination > li:first-child > a,
  4786. .pagination > li:first-child > span {
  4787. margin-left: 0;
  4788. border-bottom-left-radius: 2px;
  4789. border-top-left-radius: 2px;
  4790. }
  4791. .pagination > li:last-child > a,
  4792. .pagination > li:last-child > span {
  4793. border-bottom-right-radius: 2px;
  4794. border-top-right-radius: 2px;
  4795. }
  4796. .pagination > li > a:hover,
  4797. .pagination > li > span:hover,
  4798. .pagination > li > a:focus,
  4799. .pagination > li > span:focus {
  4800. z-index: 2;
  4801. color: #23527c;
  4802. background-color: #eeeeee;
  4803. border-color: #ddd;
  4804. }
  4805. .pagination > .active > a,
  4806. .pagination > .active > span,
  4807. .pagination > .active > a:hover,
  4808. .pagination > .active > span:hover,
  4809. .pagination > .active > a:focus,
  4810. .pagination > .active > span:focus {
  4811. z-index: 3;
  4812. color: #fff;
  4813. background-color: #337ab7;
  4814. border-color: #337ab7;
  4815. cursor: default;
  4816. }
  4817. .pagination > .disabled > span,
  4818. .pagination > .disabled > span:hover,
  4819. .pagination > .disabled > span:focus,
  4820. .pagination > .disabled > a,
  4821. .pagination > .disabled > a:hover,
  4822. .pagination > .disabled > a:focus {
  4823. color: #777777;
  4824. background-color: #fff;
  4825. border-color: #ddd;
  4826. cursor: not-allowed;
  4827. }
  4828. .pagination-lg > li > a,
  4829. .pagination-lg > li > span {
  4830. padding: 10px 16px;
  4831. font-size: 17px;
  4832. line-height: 1.3333333;
  4833. }
  4834. .pagination-lg > li:first-child > a,
  4835. .pagination-lg > li:first-child > span {
  4836. border-bottom-left-radius: 3px;
  4837. border-top-left-radius: 3px;
  4838. }
  4839. .pagination-lg > li:last-child > a,
  4840. .pagination-lg > li:last-child > span {
  4841. border-bottom-right-radius: 3px;
  4842. border-top-right-radius: 3px;
  4843. }
  4844. .pagination-sm > li > a,
  4845. .pagination-sm > li > span {
  4846. padding: 5px 10px;
  4847. font-size: 12px;
  4848. line-height: 1.5;
  4849. }
  4850. .pagination-sm > li:first-child > a,
  4851. .pagination-sm > li:first-child > span {
  4852. border-bottom-left-radius: 1px;
  4853. border-top-left-radius: 1px;
  4854. }
  4855. .pagination-sm > li:last-child > a,
  4856. .pagination-sm > li:last-child > span {
  4857. border-bottom-right-radius: 1px;
  4858. border-top-right-radius: 1px;
  4859. }
  4860. .pager {
  4861. padding-left: 0;
  4862. margin: 18px 0;
  4863. list-style: none;
  4864. text-align: center;
  4865. }
  4866. .pager li {
  4867. display: inline;
  4868. }
  4869. .pager li > a,
  4870. .pager li > span {
  4871. display: inline-block;
  4872. padding: 5px 14px;
  4873. background-color: #fff;
  4874. border: 1px solid #ddd;
  4875. border-radius: 15px;
  4876. }
  4877. .pager li > a:hover,
  4878. .pager li > a:focus {
  4879. text-decoration: none;
  4880. background-color: #eeeeee;
  4881. }
  4882. .pager .next > a,
  4883. .pager .next > span {
  4884. float: right;
  4885. }
  4886. .pager .previous > a,
  4887. .pager .previous > span {
  4888. float: left;
  4889. }
  4890. .pager .disabled > a,
  4891. .pager .disabled > a:hover,
  4892. .pager .disabled > a:focus,
  4893. .pager .disabled > span {
  4894. color: #777777;
  4895. background-color: #fff;
  4896. cursor: not-allowed;
  4897. }
  4898. .label {
  4899. display: inline;
  4900. padding: .2em .6em .3em;
  4901. font-size: 75%;
  4902. font-weight: bold;
  4903. line-height: 1;
  4904. color: #fff;
  4905. text-align: center;
  4906. white-space: nowrap;
  4907. vertical-align: baseline;
  4908. border-radius: .25em;
  4909. }
  4910. a.label:hover,
  4911. a.label:focus {
  4912. color: #fff;
  4913. text-decoration: none;
  4914. cursor: pointer;
  4915. }
  4916. .label:empty {
  4917. display: none;
  4918. }
  4919. .btn .label {
  4920. position: relative;
  4921. top: -1px;
  4922. }
  4923. .label-default {
  4924. background-color: #777777;
  4925. }
  4926. .label-default[href]:hover,
  4927. .label-default[href]:focus {
  4928. background-color: #5e5e5e;
  4929. }
  4930. .label-primary {
  4931. background-color: #337ab7;
  4932. }
  4933. .label-primary[href]:hover,
  4934. .label-primary[href]:focus {
  4935. background-color: #286090;
  4936. }
  4937. .label-success {
  4938. background-color: #5cb85c;
  4939. }
  4940. .label-success[href]:hover,
  4941. .label-success[href]:focus {
  4942. background-color: #449d44;
  4943. }
  4944. .label-info {
  4945. background-color: #5bc0de;
  4946. }
  4947. .label-info[href]:hover,
  4948. .label-info[href]:focus {
  4949. background-color: #31b0d5;
  4950. }
  4951. .label-warning {
  4952. background-color: #f0ad4e;
  4953. }
  4954. .label-warning[href]:hover,
  4955. .label-warning[href]:focus {
  4956. background-color: #ec971f;
  4957. }
  4958. .label-danger {
  4959. background-color: #d9534f;
  4960. }
  4961. .label-danger[href]:hover,
  4962. .label-danger[href]:focus {
  4963. background-color: #c9302c;
  4964. }
  4965. .badge {
  4966. display: inline-block;
  4967. min-width: 10px;
  4968. padding: 3px 7px;
  4969. font-size: 12px;
  4970. font-weight: bold;
  4971. color: #fff;
  4972. line-height: 1;
  4973. vertical-align: middle;
  4974. white-space: nowrap;
  4975. text-align: center;
  4976. background-color: #777777;
  4977. border-radius: 10px;
  4978. }
  4979. .badge:empty {
  4980. display: none;
  4981. }
  4982. .btn .badge {
  4983. position: relative;
  4984. top: -1px;
  4985. }
  4986. .btn-xs .badge,
  4987. .btn-group-xs > .btn .badge {
  4988. top: 0;
  4989. padding: 1px 5px;
  4990. }
  4991. a.badge:hover,
  4992. a.badge:focus {
  4993. color: #fff;
  4994. text-decoration: none;
  4995. cursor: pointer;
  4996. }
  4997. .list-group-item.active > .badge,
  4998. .nav-pills > .active > a > .badge {
  4999. color: #337ab7;
  5000. background-color: #fff;
  5001. }
  5002. .list-group-item > .badge {
  5003. float: right;
  5004. }
  5005. .list-group-item > .badge + .badge {
  5006. margin-right: 5px;
  5007. }
  5008. .nav-pills > li > a > .badge {
  5009. margin-left: 3px;
  5010. }
  5011. .jumbotron {
  5012. padding-top: 30px;
  5013. padding-bottom: 30px;
  5014. margin-bottom: 30px;
  5015. color: inherit;
  5016. background-color: #eeeeee;
  5017. }
  5018. .jumbotron h1,
  5019. .jumbotron .h1 {
  5020. color: inherit;
  5021. }
  5022. .jumbotron p {
  5023. margin-bottom: 15px;
  5024. font-size: 20px;
  5025. font-weight: 200;
  5026. }
  5027. .jumbotron > hr {
  5028. border-top-color: #d5d5d5;
  5029. }
  5030. .container .jumbotron,
  5031. .container-fluid .jumbotron {
  5032. border-radius: 3px;
  5033. padding-left: 0px;
  5034. padding-right: 0px;
  5035. }
  5036. .jumbotron .container {
  5037. max-width: 100%;
  5038. }
  5039. @media screen and (min-width: 768px) {
  5040. .jumbotron {
  5041. padding-top: 48px;
  5042. padding-bottom: 48px;
  5043. }
  5044. .container .jumbotron,
  5045. .container-fluid .jumbotron {
  5046. padding-left: 60px;
  5047. padding-right: 60px;
  5048. }
  5049. .jumbotron h1,
  5050. .jumbotron .h1 {
  5051. font-size: 59px;
  5052. }
  5053. }
  5054. .thumbnail {
  5055. display: block;
  5056. padding: 4px;
  5057. margin-bottom: 18px;
  5058. line-height: 1.42857143;
  5059. background-color: #fff;
  5060. border: 1px solid #ddd;
  5061. border-radius: 2px;
  5062. -webkit-transition: border 0.2s ease-in-out;
  5063. -o-transition: border 0.2s ease-in-out;
  5064. transition: border 0.2s ease-in-out;
  5065. }
  5066. .thumbnail > img,
  5067. .thumbnail a > img {
  5068. margin-left: auto;
  5069. margin-right: auto;
  5070. }
  5071. a.thumbnail:hover,
  5072. a.thumbnail:focus,
  5073. a.thumbnail.active {
  5074. border-color: #337ab7;
  5075. }
  5076. .thumbnail .caption {
  5077. padding: 9px;
  5078. color: #000;
  5079. }
  5080. .alert {
  5081. padding: 15px;
  5082. margin-bottom: 18px;
  5083. border: 1px solid transparent;
  5084. border-radius: 2px;
  5085. }
  5086. .alert h4 {
  5087. margin-top: 0;
  5088. color: inherit;
  5089. }
  5090. .alert .alert-link {
  5091. font-weight: bold;
  5092. }
  5093. .alert > p,
  5094. .alert > ul {
  5095. margin-bottom: 0;
  5096. }
  5097. .alert > p + p {
  5098. margin-top: 5px;
  5099. }
  5100. .alert-dismissable,
  5101. .alert-dismissible {
  5102. padding-right: 35px;
  5103. }
  5104. .alert-dismissable .close,
  5105. .alert-dismissible .close {
  5106. position: relative;
  5107. top: -2px;
  5108. right: -21px;
  5109. color: inherit;
  5110. }
  5111. .alert-success {
  5112. background-color: #dff0d8;
  5113. border-color: #d6e9c6;
  5114. color: #3c763d;
  5115. }
  5116. .alert-success hr {
  5117. border-top-color: #c9e2b3;
  5118. }
  5119. .alert-success .alert-link {
  5120. color: #2b542c;
  5121. }
  5122. .alert-info {
  5123. background-color: #d9edf7;
  5124. border-color: #bce8f1;
  5125. color: #31708f;
  5126. }
  5127. .alert-info hr {
  5128. border-top-color: #a6e1ec;
  5129. }
  5130. .alert-info .alert-link {
  5131. color: #245269;
  5132. }
  5133. .alert-warning {
  5134. background-color: #fcf8e3;
  5135. border-color: #faebcc;
  5136. color: #8a6d3b;
  5137. }
  5138. .alert-warning hr {
  5139. border-top-color: #f7e1b5;
  5140. }
  5141. .alert-warning .alert-link {
  5142. color: #66512c;
  5143. }
  5144. .alert-danger {
  5145. background-color: #f2dede;
  5146. border-color: #ebccd1;
  5147. color: #a94442;
  5148. }
  5149. .alert-danger hr {
  5150. border-top-color: #e4b9c0;
  5151. }
  5152. .alert-danger .alert-link {
  5153. color: #843534;
  5154. }
  5155. @-webkit-keyframes progress-bar-stripes {
  5156. from {
  5157. background-position: 40px 0;
  5158. }
  5159. to {
  5160. background-position: 0 0;
  5161. }
  5162. }
  5163. @keyframes progress-bar-stripes {
  5164. from {
  5165. background-position: 40px 0;
  5166. }
  5167. to {
  5168. background-position: 0 0;
  5169. }
  5170. }
  5171. .progress {
  5172. overflow: hidden;
  5173. height: 18px;
  5174. margin-bottom: 18px;
  5175. background-color: #f5f5f5;
  5176. border-radius: 2px;
  5177. -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  5178. box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  5179. }
  5180. .progress-bar {
  5181. float: left;
  5182. width: 0%;
  5183. height: 100%;
  5184. font-size: 12px;
  5185. line-height: 18px;
  5186. color: #fff;
  5187. text-align: center;
  5188. background-color: #337ab7;
  5189. -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  5190. box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  5191. -webkit-transition: width 0.6s ease;
  5192. -o-transition: width 0.6s ease;
  5193. transition: width 0.6s ease;
  5194. }
  5195. .progress-striped .progress-bar,
  5196. .progress-bar-striped {
  5197. 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);
  5198. 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);
  5199. 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);
  5200. background-size: 40px 40px;
  5201. }
  5202. .progress.active .progress-bar,
  5203. .progress-bar.active {
  5204. -webkit-animation: progress-bar-stripes 2s linear infinite;
  5205. -o-animation: progress-bar-stripes 2s linear infinite;
  5206. animation: progress-bar-stripes 2s linear infinite;
  5207. }
  5208. .progress-bar-success {
  5209. background-color: #5cb85c;
  5210. }
  5211. .progress-striped .progress-bar-success {
  5212. 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);
  5213. 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);
  5214. 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);
  5215. }
  5216. .progress-bar-info {
  5217. background-color: #5bc0de;
  5218. }
  5219. .progress-striped .progress-bar-info {
  5220. background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  5221. background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  5222. background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  5223. }
  5224. .progress-bar-warning {
  5225. background-color: #f0ad4e;
  5226. }
  5227. .progress-striped .progress-bar-warning {
  5228. 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);
  5229. 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);
  5230. 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);
  5231. }
  5232. .progress-bar-danger {
  5233. background-color: #d9534f;
  5234. }
  5235. .progress-striped .progress-bar-danger {
  5236. 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);
  5237. 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);
  5238. 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);
  5239. }
  5240. .media {
  5241. margin-top: 15px;
  5242. }
  5243. .media:first-child {
  5244. margin-top: 0;
  5245. }
  5246. .media,
  5247. .media-body {
  5248. zoom: 1;
  5249. overflow: hidden;
  5250. }
  5251. .media-body {
  5252. width: 10000px;
  5253. }
  5254. .media-object {
  5255. display: block;
  5256. }
  5257. .media-object.img-thumbnail {
  5258. max-width: none;
  5259. }
  5260. .media-right,
  5261. .media > .pull-right {
  5262. padding-left: 10px;
  5263. }
  5264. .media-left,
  5265. .media > .pull-left {
  5266. padding-right: 10px;
  5267. }
  5268. .media-left,
  5269. .media-right,
  5270. .media-body {
  5271. display: table-cell;
  5272. vertical-align: top;
  5273. }
  5274. .media-middle {
  5275. vertical-align: middle;
  5276. }
  5277. .media-bottom {
  5278. vertical-align: bottom;
  5279. }
  5280. .media-heading {
  5281. margin-top: 0;
  5282. margin-bottom: 5px;
  5283. }
  5284. .media-list {
  5285. padding-left: 0;
  5286. list-style: none;
  5287. }
  5288. .list-group {
  5289. margin-bottom: 20px;
  5290. padding-left: 0;
  5291. }
  5292. .list-group-item {
  5293. position: relative;
  5294. display: block;
  5295. padding: 10px 15px;
  5296. margin-bottom: -1px;
  5297. background-color: #fff;
  5298. border: 1px solid #ddd;
  5299. }
  5300. .list-group-item:first-child {
  5301. border-top-right-radius: 2px;
  5302. border-top-left-radius: 2px;
  5303. }
  5304. .list-group-item:last-child {
  5305. margin-bottom: 0;
  5306. border-bottom-right-radius: 2px;
  5307. border-bottom-left-radius: 2px;
  5308. }
  5309. a.list-group-item,
  5310. button.list-group-item {
  5311. color: #555;
  5312. }
  5313. a.list-group-item .list-group-item-heading,
  5314. button.list-group-item .list-group-item-heading {
  5315. color: #333;
  5316. }
  5317. a.list-group-item:hover,
  5318. button.list-group-item:hover,
  5319. a.list-group-item:focus,
  5320. button.list-group-item:focus {
  5321. text-decoration: none;
  5322. color: #555;
  5323. background-color: #f5f5f5;
  5324. }
  5325. button.list-group-item {
  5326. width: 100%;
  5327. text-align: left;
  5328. }
  5329. .list-group-item.disabled,
  5330. .list-group-item.disabled:hover,
  5331. .list-group-item.disabled:focus {
  5332. background-color: #eeeeee;
  5333. color: #777777;
  5334. cursor: not-allowed;
  5335. }
  5336. .list-group-item.disabled .list-group-item-heading,
  5337. .list-group-item.disabled:hover .list-group-item-heading,
  5338. .list-group-item.disabled:focus .list-group-item-heading {
  5339. color: inherit;
  5340. }
  5341. .list-group-item.disabled .list-group-item-text,
  5342. .list-group-item.disabled:hover .list-group-item-text,
  5343. .list-group-item.disabled:focus .list-group-item-text {
  5344. color: #777777;
  5345. }
  5346. .list-group-item.active,
  5347. .list-group-item.active:hover,
  5348. .list-group-item.active:focus {
  5349. z-index: 2;
  5350. color: #fff;
  5351. background-color: #337ab7;
  5352. border-color: #337ab7;
  5353. }
  5354. .list-group-item.active .list-group-item-heading,
  5355. .list-group-item.active:hover .list-group-item-heading,
  5356. .list-group-item.active:focus .list-group-item-heading,
  5357. .list-group-item.active .list-group-item-heading > small,
  5358. .list-group-item.active:hover .list-group-item-heading > small,
  5359. .list-group-item.active:focus .list-group-item-heading > small,
  5360. .list-group-item.active .list-group-item-heading > .small,
  5361. .list-group-item.active:hover .list-group-item-heading > .small,
  5362. .list-group-item.active:focus .list-group-item-heading > .small {
  5363. color: inherit;
  5364. }
  5365. .list-group-item.active .list-group-item-text,
  5366. .list-group-item.active:hover .list-group-item-text,
  5367. .list-group-item.active:focus .list-group-item-text {
  5368. color: #c7ddef;
  5369. }
  5370. .list-group-item-success {
  5371. color: #3c763d;
  5372. background-color: #dff0d8;
  5373. }
  5374. a.list-group-item-success,
  5375. button.list-group-item-success {
  5376. color: #3c763d;
  5377. }
  5378. a.list-group-item-success .list-group-item-heading,
  5379. button.list-group-item-success .list-group-item-heading {
  5380. color: inherit;
  5381. }
  5382. a.list-group-item-success:hover,
  5383. button.list-group-item-success:hover,
  5384. a.list-group-item-success:focus,
  5385. button.list-group-item-success:focus {
  5386. color: #3c763d;
  5387. background-color: #d0e9c6;
  5388. }
  5389. a.list-group-item-success.active,
  5390. button.list-group-item-success.active,
  5391. a.list-group-item-success.active:hover,
  5392. button.list-group-item-success.active:hover,
  5393. a.list-group-item-success.active:focus,
  5394. button.list-group-item-success.active:focus {
  5395. color: #fff;
  5396. background-color: #3c763d;
  5397. border-color: #3c763d;
  5398. }
  5399. .list-group-item-info {
  5400. color: #31708f;
  5401. background-color: #d9edf7;
  5402. }
  5403. a.list-group-item-info,
  5404. button.list-group-item-info {
  5405. color: #31708f;
  5406. }
  5407. a.list-group-item-info .list-group-item-heading,
  5408. button.list-group-item-info .list-group-item-heading {
  5409. color: inherit;
  5410. }
  5411. a.list-group-item-info:hover,
  5412. button.list-group-item-info:hover,
  5413. a.list-group-item-info:focus,
  5414. button.list-group-item-info:focus {
  5415. color: #31708f;
  5416. background-color: #c4e3f3;
  5417. }
  5418. a.list-group-item-info.active,
  5419. button.list-group-item-info.active,
  5420. a.list-group-item-info.active:hover,
  5421. button.list-group-item-info.active:hover,
  5422. a.list-group-item-info.active:focus,
  5423. button.list-group-item-info.active:focus {
  5424. color: #fff;
  5425. background-color: #31708f;
  5426. border-color: #31708f;
  5427. }
  5428. .list-group-item-warning {
  5429. color: #8a6d3b;
  5430. background-color: #fcf8e3;
  5431. }
  5432. a.list-group-item-warning,
  5433. button.list-group-item-warning {
  5434. color: #8a6d3b;
  5435. }
  5436. a.list-group-item-warning .list-group-item-heading,
  5437. button.list-group-item-warning .list-group-item-heading {
  5438. color: inherit;
  5439. }
  5440. a.list-group-item-warning:hover,
  5441. button.list-group-item-warning:hover,
  5442. a.list-group-item-warning:focus,
  5443. button.list-group-item-warning:focus {
  5444. color: #8a6d3b;
  5445. background-color: #faf2cc;
  5446. }
  5447. a.list-group-item-warning.active,
  5448. button.list-group-item-warning.active,
  5449. a.list-group-item-warning.active:hover,
  5450. button.list-group-item-warning.active:hover,
  5451. a.list-group-item-warning.active:focus,
  5452. button.list-group-item-warning.active:focus {
  5453. color: #fff;
  5454. background-color: #8a6d3b;
  5455. border-color: #8a6d3b;
  5456. }
  5457. .list-group-item-danger {
  5458. color: #a94442;
  5459. background-color: #f2dede;
  5460. }
  5461. a.list-group-item-danger,
  5462. button.list-group-item-danger {
  5463. color: #a94442;
  5464. }
  5465. a.list-group-item-danger .list-group-item-heading,
  5466. button.list-group-item-danger .list-group-item-heading {
  5467. color: inherit;
  5468. }
  5469. a.list-group-item-danger:hover,
  5470. button.list-group-item-danger:hover,
  5471. a.list-group-item-danger:focus,
  5472. button.list-group-item-danger:focus {
  5473. color: #a94442;
  5474. background-color: #ebcccc;
  5475. }
  5476. a.list-group-item-danger.active,
  5477. button.list-group-item-danger.active,
  5478. a.list-group-item-danger.active:hover,
  5479. button.list-group-item-danger.active:hover,
  5480. a.list-group-item-danger.active:focus,
  5481. button.list-group-item-danger.active:focus {
  5482. color: #fff;
  5483. background-color: #a94442;
  5484. border-color: #a94442;
  5485. }
  5486. .list-group-item-heading {
  5487. margin-top: 0;
  5488. margin-bottom: 5px;
  5489. }
  5490. .list-group-item-text {
  5491. margin-bottom: 0;
  5492. line-height: 1.3;
  5493. }
  5494. .panel {
  5495. margin-bottom: 18px;
  5496. background-color: #fff;
  5497. border: 1px solid transparent;
  5498. border-radius: 2px;
  5499. -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  5500. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  5501. }
  5502. .panel-body {
  5503. padding: 15px;
  5504. }
  5505. .panel-heading {
  5506. padding: 10px 15px;
  5507. border-bottom: 1px solid transparent;
  5508. border-top-right-radius: 1px;
  5509. border-top-left-radius: 1px;
  5510. }
  5511. .panel-heading > .dropdown .dropdown-toggle {
  5512. color: inherit;
  5513. }
  5514. .panel-title {
  5515. margin-top: 0;
  5516. margin-bottom: 0;
  5517. font-size: 15px;
  5518. color: inherit;
  5519. }
  5520. .panel-title > a,
  5521. .panel-title > small,
  5522. .panel-title > .small,
  5523. .panel-title > small > a,
  5524. .panel-title > .small > a {
  5525. color: inherit;
  5526. }
  5527. .panel-footer {
  5528. padding: 10px 15px;
  5529. background-color: #f5f5f5;
  5530. border-top: 1px solid #ddd;
  5531. border-bottom-right-radius: 1px;
  5532. border-bottom-left-radius: 1px;
  5533. }
  5534. .panel > .list-group,
  5535. .panel > .panel-collapse > .list-group {
  5536. margin-bottom: 0;
  5537. }
  5538. .panel > .list-group .list-group-item,
  5539. .panel > .panel-collapse > .list-group .list-group-item {
  5540. border-width: 1px 0;
  5541. border-radius: 0;
  5542. }
  5543. .panel > .list-group:first-child .list-group-item:first-child,
  5544. .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  5545. border-top: 0;
  5546. border-top-right-radius: 1px;
  5547. border-top-left-radius: 1px;
  5548. }
  5549. .panel > .list-group:last-child .list-group-item:last-child,
  5550. .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  5551. border-bottom: 0;
  5552. border-bottom-right-radius: 1px;
  5553. border-bottom-left-radius: 1px;
  5554. }
  5555. .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  5556. border-top-right-radius: 0;
  5557. border-top-left-radius: 0;
  5558. }
  5559. .panel-heading + .list-group .list-group-item:first-child {
  5560. border-top-width: 0;
  5561. }
  5562. .list-group + .panel-footer {
  5563. border-top-width: 0;
  5564. }
  5565. .panel > .table,
  5566. .panel > .table-responsive > .table,
  5567. .panel > .panel-collapse > .table {
  5568. margin-bottom: 0;
  5569. }
  5570. .panel > .table caption,
  5571. .panel > .table-responsive > .table caption,
  5572. .panel > .panel-collapse > .table caption {
  5573. padding-left: 15px;
  5574. padding-right: 15px;
  5575. }
  5576. .panel > .table:first-child,
  5577. .panel > .table-responsive:first-child > .table:first-child {
  5578. border-top-right-radius: 1px;
  5579. border-top-left-radius: 1px;
  5580. }
  5581. .panel > .table:first-child > thead:first-child > tr:first-child,
  5582. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  5583. .panel > .table:first-child > tbody:first-child > tr:first-child,
  5584. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  5585. border-top-left-radius: 1px;
  5586. border-top-right-radius: 1px;
  5587. }
  5588. .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
  5589. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
  5590. .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  5591. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  5592. .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
  5593. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
  5594. .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  5595. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  5596. border-top-left-radius: 1px;
  5597. }
  5598. .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
  5599. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
  5600. .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  5601. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  5602. .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
  5603. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
  5604. .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  5605. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  5606. border-top-right-radius: 1px;
  5607. }
  5608. .panel > .table:last-child,
  5609. .panel > .table-responsive:last-child > .table:last-child {
  5610. border-bottom-right-radius: 1px;
  5611. border-bottom-left-radius: 1px;
  5612. }
  5613. .panel > .table:last-child > tbody:last-child > tr:last-child,
  5614. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  5615. .panel > .table:last-child > tfoot:last-child > tr:last-child,
  5616. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  5617. border-bottom-left-radius: 1px;
  5618. border-bottom-right-radius: 1px;
  5619. }
  5620. .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  5621. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  5622. .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  5623. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  5624. .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  5625. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  5626. .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  5627. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  5628. border-bottom-left-radius: 1px;
  5629. }
  5630. .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  5631. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  5632. .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  5633. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  5634. .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  5635. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  5636. .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  5637. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  5638. border-bottom-right-radius: 1px;
  5639. }
  5640. .panel > .panel-body + .table,
  5641. .panel > .panel-body + .table-responsive,
  5642. .panel > .table + .panel-body,
  5643. .panel > .table-responsive + .panel-body {
  5644. border-top: 1px solid #ddd;
  5645. }
  5646. .panel > .table > tbody:first-child > tr:first-child th,
  5647. .panel > .table > tbody:first-child > tr:first-child td {
  5648. border-top: 0;
  5649. }
  5650. .panel > .table-bordered,
  5651. .panel > .table-responsive > .table-bordered {
  5652. border: 0;
  5653. }
  5654. .panel > .table-bordered > thead > tr > th:first-child,
  5655. .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  5656. .panel > .table-bordered > tbody > tr > th:first-child,
  5657. .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  5658. .panel > .table-bordered > tfoot > tr > th:first-child,
  5659. .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  5660. .panel > .table-bordered > thead > tr > td:first-child,
  5661. .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  5662. .panel > .table-bordered > tbody > tr > td:first-child,
  5663. .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  5664. .panel > .table-bordered > tfoot > tr > td:first-child,
  5665. .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  5666. border-left: 0;
  5667. }
  5668. .panel > .table-bordered > thead > tr > th:last-child,
  5669. .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  5670. .panel > .table-bordered > tbody > tr > th:last-child,
  5671. .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  5672. .panel > .table-bordered > tfoot > tr > th:last-child,
  5673. .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  5674. .panel > .table-bordered > thead > tr > td:last-child,
  5675. .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  5676. .panel > .table-bordered > tbody > tr > td:last-child,
  5677. .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  5678. .panel > .table-bordered > tfoot > tr > td:last-child,
  5679. .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  5680. border-right: 0;
  5681. }
  5682. .panel > .table-bordered > thead > tr:first-child > td,
  5683. .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  5684. .panel > .table-bordered > tbody > tr:first-child > td,
  5685. .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  5686. .panel > .table-bordered > thead > tr:first-child > th,
  5687. .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  5688. .panel > .table-bordered > tbody > tr:first-child > th,
  5689. .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  5690. border-bottom: 0;
  5691. }
  5692. .panel > .table-bordered > tbody > tr:last-child > td,
  5693. .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  5694. .panel > .table-bordered > tfoot > tr:last-child > td,
  5695. .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  5696. .panel > .table-bordered > tbody > tr:last-child > th,
  5697. .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  5698. .panel > .table-bordered > tfoot > tr:last-child > th,
  5699. .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  5700. border-bottom: 0;
  5701. }
  5702. .panel > .table-responsive {
  5703. border: 0;
  5704. margin-bottom: 0;
  5705. }
  5706. .panel-group {
  5707. margin-bottom: 18px;
  5708. }
  5709. .panel-group .panel {
  5710. margin-bottom: 0;
  5711. border-radius: 2px;
  5712. }
  5713. .panel-group .panel + .panel {
  5714. margin-top: 5px;
  5715. }
  5716. .panel-group .panel-heading {
  5717. border-bottom: 0;
  5718. }
  5719. .panel-group .panel-heading + .panel-collapse > .panel-body,
  5720. .panel-group .panel-heading + .panel-collapse > .list-group {
  5721. border-top: 1px solid #ddd;
  5722. }
  5723. .panel-group .panel-footer {
  5724. border-top: 0;
  5725. }
  5726. .panel-group .panel-footer + .panel-collapse .panel-body {
  5727. border-bottom: 1px solid #ddd;
  5728. }
  5729. .panel-default {
  5730. border-color: #ddd;
  5731. }
  5732. .panel-default > .panel-heading {
  5733. color: #333333;
  5734. background-color: #f5f5f5;
  5735. border-color: #ddd;
  5736. }
  5737. .panel-default > .panel-heading + .panel-collapse > .panel-body {
  5738. border-top-color: #ddd;
  5739. }
  5740. .panel-default > .panel-heading .badge {
  5741. color: #f5f5f5;
  5742. background-color: #333333;
  5743. }
  5744. .panel-default > .panel-footer + .panel-collapse > .panel-body {
  5745. border-bottom-color: #ddd;
  5746. }
  5747. .panel-primary {
  5748. border-color: #337ab7;
  5749. }
  5750. .panel-primary > .panel-heading {
  5751. color: #fff;
  5752. background-color: #337ab7;
  5753. border-color: #337ab7;
  5754. }
  5755. .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  5756. border-top-color: #337ab7;
  5757. }
  5758. .panel-primary > .panel-heading .badge {
  5759. color: #337ab7;
  5760. background-color: #fff;
  5761. }
  5762. .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  5763. border-bottom-color: #337ab7;
  5764. }
  5765. .panel-success {
  5766. border-color: #d6e9c6;
  5767. }
  5768. .panel-success > .panel-heading {
  5769. color: #3c763d;
  5770. background-color: #dff0d8;
  5771. border-color: #d6e9c6;
  5772. }
  5773. .panel-success > .panel-heading + .panel-collapse > .panel-body {
  5774. border-top-color: #d6e9c6;
  5775. }
  5776. .panel-success > .panel-heading .badge {
  5777. color: #dff0d8;
  5778. background-color: #3c763d;
  5779. }
  5780. .panel-success > .panel-footer + .panel-collapse > .panel-body {
  5781. border-bottom-color: #d6e9c6;
  5782. }
  5783. .panel-info {
  5784. border-color: #bce8f1;
  5785. }
  5786. .panel-info > .panel-heading {
  5787. color: #31708f;
  5788. background-color: #d9edf7;
  5789. border-color: #bce8f1;
  5790. }
  5791. .panel-info > .panel-heading + .panel-collapse > .panel-body {
  5792. border-top-color: #bce8f1;
  5793. }
  5794. .panel-info > .panel-heading .badge {
  5795. color: #d9edf7;
  5796. background-color: #31708f;
  5797. }
  5798. .panel-info > .panel-footer + .panel-collapse > .panel-body {
  5799. border-bottom-color: #bce8f1;
  5800. }
  5801. .panel-warning {
  5802. border-color: #faebcc;
  5803. }
  5804. .panel-warning > .panel-heading {
  5805. color: #8a6d3b;
  5806. background-color: #fcf8e3;
  5807. border-color: #faebcc;
  5808. }
  5809. .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  5810. border-top-color: #faebcc;
  5811. }
  5812. .panel-warning > .panel-heading .badge {
  5813. color: #fcf8e3;
  5814. background-color: #8a6d3b;
  5815. }
  5816. .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  5817. border-bottom-color: #faebcc;
  5818. }
  5819. .panel-danger {
  5820. border-color: #ebccd1;
  5821. }
  5822. .panel-danger > .panel-heading {
  5823. color: #a94442;
  5824. background-color: #f2dede;
  5825. border-color: #ebccd1;
  5826. }
  5827. .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  5828. border-top-color: #ebccd1;
  5829. }
  5830. .panel-danger > .panel-heading .badge {
  5831. color: #f2dede;
  5832. background-color: #a94442;
  5833. }
  5834. .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  5835. border-bottom-color: #ebccd1;
  5836. }
  5837. .embed-responsive {
  5838. position: relative;
  5839. display: block;
  5840. height: 0;
  5841. padding: 0;
  5842. overflow: hidden;
  5843. }
  5844. .embed-responsive .embed-responsive-item,
  5845. .embed-responsive iframe,
  5846. .embed-responsive embed,
  5847. .embed-responsive object,
  5848. .embed-responsive video {
  5849. position: absolute;
  5850. top: 0;
  5851. left: 0;
  5852. bottom: 0;
  5853. height: 100%;
  5854. width: 100%;
  5855. border: 0;
  5856. }
  5857. .embed-responsive-16by9 {
  5858. padding-bottom: 56.25%;
  5859. }
  5860. .embed-responsive-4by3 {
  5861. padding-bottom: 75%;
  5862. }
  5863. .well {
  5864. min-height: 20px;
  5865. padding: 19px;
  5866. margin-bottom: 20px;
  5867. background-color: #f5f5f5;
  5868. border: 1px solid #e3e3e3;
  5869. border-radius: 2px;
  5870. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  5871. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  5872. }
  5873. .well blockquote {
  5874. border-color: #ddd;
  5875. border-color: rgba(0, 0, 0, 0.15);
  5876. }
  5877. .well-lg {
  5878. padding: 24px;
  5879. border-radius: 3px;
  5880. }
  5881. .well-sm {
  5882. padding: 9px;
  5883. border-radius: 1px;
  5884. }
  5885. .close {
  5886. float: right;
  5887. font-size: 19.5px;
  5888. font-weight: bold;
  5889. line-height: 1;
  5890. color: #000;
  5891. text-shadow: 0 1px 0 #fff;
  5892. opacity: 0.2;
  5893. filter: alpha(opacity=20);
  5894. }
  5895. .close:hover,
  5896. .close:focus {
  5897. color: #000;
  5898. text-decoration: none;
  5899. cursor: pointer;
  5900. opacity: 0.5;
  5901. filter: alpha(opacity=50);
  5902. }
  5903. button.close {
  5904. padding: 0;
  5905. cursor: pointer;
  5906. background: transparent;
  5907. border: 0;
  5908. -webkit-appearance: none;
  5909. }
  5910. .modal-open {
  5911. overflow: hidden;
  5912. }
  5913. .modal {
  5914. display: none;
  5915. overflow: hidden;
  5916. position: fixed;
  5917. top: 0;
  5918. right: 0;
  5919. bottom: 0;
  5920. left: 0;
  5921. z-index: 1050;
  5922. -webkit-overflow-scrolling: touch;
  5923. outline: 0;
  5924. }
  5925. .modal.fade .modal-dialog {
  5926. -webkit-transform: translate(0, -25%);
  5927. -ms-transform: translate(0, -25%);
  5928. -o-transform: translate(0, -25%);
  5929. transform: translate(0, -25%);
  5930. -webkit-transition: -webkit-transform 0.3s ease-out;
  5931. -moz-transition: -moz-transform 0.3s ease-out;
  5932. -o-transition: -o-transform 0.3s ease-out;
  5933. transition: transform 0.3s ease-out;
  5934. }
  5935. .modal.in .modal-dialog {
  5936. -webkit-transform: translate(0, 0);
  5937. -ms-transform: translate(0, 0);
  5938. -o-transform: translate(0, 0);
  5939. transform: translate(0, 0);
  5940. }
  5941. .modal-open .modal {
  5942. overflow-x: hidden;
  5943. overflow-y: auto;
  5944. }
  5945. .modal-dialog {
  5946. position: relative;
  5947. width: auto;
  5948. margin: 10px;
  5949. }
  5950. .modal-content {
  5951. position: relative;
  5952. background-color: #fff;
  5953. border: 1px solid #999;
  5954. border: 1px solid rgba(0, 0, 0, 0.2);
  5955. border-radius: 3px;
  5956. -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  5957. box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  5958. background-clip: padding-box;
  5959. outline: 0;
  5960. }
  5961. .modal-backdrop {
  5962. position: fixed;
  5963. top: 0;
  5964. right: 0;
  5965. bottom: 0;
  5966. left: 0;
  5967. z-index: 1040;
  5968. background-color: #000;
  5969. }
  5970. .modal-backdrop.fade {
  5971. opacity: 0;
  5972. filter: alpha(opacity=0);
  5973. }
  5974. .modal-backdrop.in {
  5975. opacity: 0.5;
  5976. filter: alpha(opacity=50);
  5977. }
  5978. .modal-header {
  5979. padding: 15px;
  5980. border-bottom: 1px solid #e5e5e5;
  5981. }
  5982. .modal-header .close {
  5983. margin-top: -2px;
  5984. }
  5985. .modal-title {
  5986. margin: 0;
  5987. line-height: 1.42857143;
  5988. }
  5989. .modal-body {
  5990. position: relative;
  5991. padding: 15px;
  5992. }
  5993. .modal-footer {
  5994. padding: 15px;
  5995. text-align: right;
  5996. border-top: 1px solid #e5e5e5;
  5997. }
  5998. .modal-footer .btn + .btn {
  5999. margin-left: 5px;
  6000. margin-bottom: 0;
  6001. }
  6002. .modal-footer .btn-group .btn + .btn {
  6003. margin-left: -1px;
  6004. }
  6005. .modal-footer .btn-block + .btn-block {
  6006. margin-left: 0;
  6007. }
  6008. .modal-scrollbar-measure {
  6009. position: absolute;
  6010. top: -9999px;
  6011. width: 50px;
  6012. height: 50px;
  6013. overflow: scroll;
  6014. }
  6015. @media (min-width: 768px) {
  6016. .modal-dialog {
  6017. width: 600px;
  6018. margin: 30px auto;
  6019. }
  6020. .modal-content {
  6021. -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  6022. box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  6023. }
  6024. .modal-sm {
  6025. width: 300px;
  6026. }
  6027. }
  6028. @media (min-width: 992px) {
  6029. .modal-lg {
  6030. width: 900px;
  6031. }
  6032. }
  6033. .tooltip {
  6034. position: absolute;
  6035. z-index: 1070;
  6036. display: block;
  6037. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  6038. font-style: normal;
  6039. font-weight: normal;
  6040. letter-spacing: normal;
  6041. line-break: auto;
  6042. line-height: 1.42857143;
  6043. text-align: left;
  6044. text-align: start;
  6045. text-decoration: none;
  6046. text-shadow: none;
  6047. text-transform: none;
  6048. white-space: normal;
  6049. word-break: normal;
  6050. word-spacing: normal;
  6051. word-wrap: normal;
  6052. font-size: 12px;
  6053. opacity: 0;
  6054. filter: alpha(opacity=0);
  6055. }
  6056. .tooltip.in {
  6057. opacity: 0.9;
  6058. filter: alpha(opacity=90);
  6059. }
  6060. .tooltip.top {
  6061. margin-top: -3px;
  6062. padding: 5px 0;
  6063. }
  6064. .tooltip.right {
  6065. margin-left: 3px;
  6066. padding: 0 5px;
  6067. }
  6068. .tooltip.bottom {
  6069. margin-top: 3px;
  6070. padding: 5px 0;
  6071. }
  6072. .tooltip.left {
  6073. margin-left: -3px;
  6074. padding: 0 5px;
  6075. }
  6076. .tooltip-inner {
  6077. max-width: 200px;
  6078. padding: 3px 8px;
  6079. color: #fff;
  6080. text-align: center;
  6081. background-color: #000;
  6082. border-radius: 2px;
  6083. }
  6084. .tooltip-arrow {
  6085. position: absolute;
  6086. width: 0;
  6087. height: 0;
  6088. border-color: transparent;
  6089. border-style: solid;
  6090. }
  6091. .tooltip.top .tooltip-arrow {
  6092. bottom: 0;
  6093. left: 50%;
  6094. margin-left: -5px;
  6095. border-width: 5px 5px 0;
  6096. border-top-color: #000;
  6097. }
  6098. .tooltip.top-left .tooltip-arrow {
  6099. bottom: 0;
  6100. right: 5px;
  6101. margin-bottom: -5px;
  6102. border-width: 5px 5px 0;
  6103. border-top-color: #000;
  6104. }
  6105. .tooltip.top-right .tooltip-arrow {
  6106. bottom: 0;
  6107. left: 5px;
  6108. margin-bottom: -5px;
  6109. border-width: 5px 5px 0;
  6110. border-top-color: #000;
  6111. }
  6112. .tooltip.right .tooltip-arrow {
  6113. top: 50%;
  6114. left: 0;
  6115. margin-top: -5px;
  6116. border-width: 5px 5px 5px 0;
  6117. border-right-color: #000;
  6118. }
  6119. .tooltip.left .tooltip-arrow {
  6120. top: 50%;
  6121. right: 0;
  6122. margin-top: -5px;
  6123. border-width: 5px 0 5px 5px;
  6124. border-left-color: #000;
  6125. }
  6126. .tooltip.bottom .tooltip-arrow {
  6127. top: 0;
  6128. left: 50%;
  6129. margin-left: -5px;
  6130. border-width: 0 5px 5px;
  6131. border-bottom-color: #000;
  6132. }
  6133. .tooltip.bottom-left .tooltip-arrow {
  6134. top: 0;
  6135. right: 5px;
  6136. margin-top: -5px;
  6137. border-width: 0 5px 5px;
  6138. border-bottom-color: #000;
  6139. }
  6140. .tooltip.bottom-right .tooltip-arrow {
  6141. top: 0;
  6142. left: 5px;
  6143. margin-top: -5px;
  6144. border-width: 0 5px 5px;
  6145. border-bottom-color: #000;
  6146. }
  6147. .popover {
  6148. position: absolute;
  6149. top: 0;
  6150. left: 0;
  6151. z-index: 1060;
  6152. display: none;
  6153. max-width: 276px;
  6154. padding: 1px;
  6155. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  6156. font-style: normal;
  6157. font-weight: normal;
  6158. letter-spacing: normal;
  6159. line-break: auto;
  6160. line-height: 1.42857143;
  6161. text-align: left;
  6162. text-align: start;
  6163. text-decoration: none;
  6164. text-shadow: none;
  6165. text-transform: none;
  6166. white-space: normal;
  6167. word-break: normal;
  6168. word-spacing: normal;
  6169. word-wrap: normal;
  6170. font-size: 13px;
  6171. background-color: #fff;
  6172. background-clip: padding-box;
  6173. border: 1px solid #ccc;
  6174. border: 1px solid rgba(0, 0, 0, 0.2);
  6175. border-radius: 3px;
  6176. -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  6177. box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  6178. }
  6179. .popover.top {
  6180. margin-top: -10px;
  6181. }
  6182. .popover.right {
  6183. margin-left: 10px;
  6184. }
  6185. .popover.bottom {
  6186. margin-top: 10px;
  6187. }
  6188. .popover.left {
  6189. margin-left: -10px;
  6190. }
  6191. .popover-title {
  6192. margin: 0;
  6193. padding: 8px 14px;
  6194. font-size: 13px;
  6195. background-color: #f7f7f7;
  6196. border-bottom: 1px solid #ebebeb;
  6197. border-radius: 2px 2px 0 0;
  6198. }
  6199. .popover-content {
  6200. padding: 9px 14px;
  6201. }
  6202. .popover > .arrow,
  6203. .popover > .arrow:after {
  6204. position: absolute;
  6205. display: block;
  6206. width: 0;
  6207. height: 0;
  6208. border-color: transparent;
  6209. border-style: solid;
  6210. }
  6211. .popover > .arrow {
  6212. border-width: 11px;
  6213. }
  6214. .popover > .arrow:after {
  6215. border-width: 10px;
  6216. content: "";
  6217. }
  6218. .popover.top > .arrow {
  6219. left: 50%;
  6220. margin-left: -11px;
  6221. border-bottom-width: 0;
  6222. border-top-color: #999999;
  6223. border-top-color: rgba(0, 0, 0, 0.25);
  6224. bottom: -11px;
  6225. }
  6226. .popover.top > .arrow:after {
  6227. content: " ";
  6228. bottom: 1px;
  6229. margin-left: -10px;
  6230. border-bottom-width: 0;
  6231. border-top-color: #fff;
  6232. }
  6233. .popover.right > .arrow {
  6234. top: 50%;
  6235. left: -11px;
  6236. margin-top: -11px;
  6237. border-left-width: 0;
  6238. border-right-color: #999999;
  6239. border-right-color: rgba(0, 0, 0, 0.25);
  6240. }
  6241. .popover.right > .arrow:after {
  6242. content: " ";
  6243. left: 1px;
  6244. bottom: -10px;
  6245. border-left-width: 0;
  6246. border-right-color: #fff;
  6247. }
  6248. .popover.bottom > .arrow {
  6249. left: 50%;
  6250. margin-left: -11px;
  6251. border-top-width: 0;
  6252. border-bottom-color: #999999;
  6253. border-bottom-color: rgba(0, 0, 0, 0.25);
  6254. top: -11px;
  6255. }
  6256. .popover.bottom > .arrow:after {
  6257. content: " ";
  6258. top: 1px;
  6259. margin-left: -10px;
  6260. border-top-width: 0;
  6261. border-bottom-color: #fff;
  6262. }
  6263. .popover.left > .arrow {
  6264. top: 50%;
  6265. right: -11px;
  6266. margin-top: -11px;
  6267. border-right-width: 0;
  6268. border-left-color: #999999;
  6269. border-left-color: rgba(0, 0, 0, 0.25);
  6270. }
  6271. .popover.left > .arrow:after {
  6272. content: " ";
  6273. right: 1px;
  6274. border-right-width: 0;
  6275. border-left-color: #fff;
  6276. bottom: -10px;
  6277. }
  6278. .carousel {
  6279. position: relative;
  6280. }
  6281. .carousel-inner {
  6282. position: relative;
  6283. overflow: hidden;
  6284. width: 100%;
  6285. }
  6286. .carousel-inner > .item {
  6287. display: none;
  6288. position: relative;
  6289. -webkit-transition: 0.6s ease-in-out left;
  6290. -o-transition: 0.6s ease-in-out left;
  6291. transition: 0.6s ease-in-out left;
  6292. }
  6293. .carousel-inner > .item > img,
  6294. .carousel-inner > .item > a > img {
  6295. line-height: 1;
  6296. }
  6297. @media all and (transform-3d), (-webkit-transform-3d) {
  6298. .carousel-inner > .item {
  6299. -webkit-transition: -webkit-transform 0.6s ease-in-out;
  6300. -moz-transition: -moz-transform 0.6s ease-in-out;
  6301. -o-transition: -o-transform 0.6s ease-in-out;
  6302. transition: transform 0.6s ease-in-out;
  6303. -webkit-backface-visibility: hidden;
  6304. -moz-backface-visibility: hidden;
  6305. backface-visibility: hidden;
  6306. -webkit-perspective: 1000px;
  6307. -moz-perspective: 1000px;
  6308. perspective: 1000px;
  6309. }
  6310. .carousel-inner > .item.next,
  6311. .carousel-inner > .item.active.right {
  6312. -webkit-transform: translate3d(100%, 0, 0);
  6313. transform: translate3d(100%, 0, 0);
  6314. left: 0;
  6315. }
  6316. .carousel-inner > .item.prev,
  6317. .carousel-inner > .item.active.left {
  6318. -webkit-transform: translate3d(-100%, 0, 0);
  6319. transform: translate3d(-100%, 0, 0);
  6320. left: 0;
  6321. }
  6322. .carousel-inner > .item.next.left,
  6323. .carousel-inner > .item.prev.right,
  6324. .carousel-inner > .item.active {
  6325. -webkit-transform: translate3d(0, 0, 0);
  6326. transform: translate3d(0, 0, 0);
  6327. left: 0;
  6328. }
  6329. }
  6330. .carousel-inner > .active,
  6331. .carousel-inner > .next,
  6332. .carousel-inner > .prev {
  6333. display: block;
  6334. }
  6335. .carousel-inner > .active {
  6336. left: 0;
  6337. }
  6338. .carousel-inner > .next,
  6339. .carousel-inner > .prev {
  6340. position: absolute;
  6341. top: 0;
  6342. width: 100%;
  6343. }
  6344. .carousel-inner > .next {
  6345. left: 100%;
  6346. }
  6347. .carousel-inner > .prev {
  6348. left: -100%;
  6349. }
  6350. .carousel-inner > .next.left,
  6351. .carousel-inner > .prev.right {
  6352. left: 0;
  6353. }
  6354. .carousel-inner > .active.left {
  6355. left: -100%;
  6356. }
  6357. .carousel-inner > .active.right {
  6358. left: 100%;
  6359. }
  6360. .carousel-control {
  6361. position: absolute;
  6362. top: 0;
  6363. left: 0;
  6364. bottom: 0;
  6365. width: 15%;
  6366. opacity: 0.5;
  6367. filter: alpha(opacity=50);
  6368. font-size: 20px;
  6369. color: #fff;
  6370. text-align: center;
  6371. text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  6372. background-color: rgba(0, 0, 0, 0);
  6373. }
  6374. .carousel-control.left {
  6375. background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  6376. background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  6377. background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  6378. background-repeat: repeat-x;
  6379. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  6380. }
  6381. .carousel-control.right {
  6382. left: auto;
  6383. right: 0;
  6384. background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  6385. background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  6386. background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  6387. background-repeat: repeat-x;
  6388. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  6389. }
  6390. .carousel-control:hover,
  6391. .carousel-control:focus {
  6392. outline: 0;
  6393. color: #fff;
  6394. text-decoration: none;
  6395. opacity: 0.9;
  6396. filter: alpha(opacity=90);
  6397. }
  6398. .carousel-control .icon-prev,
  6399. .carousel-control .icon-next,
  6400. .carousel-control .glyphicon-chevron-left,
  6401. .carousel-control .glyphicon-chevron-right {
  6402. position: absolute;
  6403. top: 50%;
  6404. margin-top: -10px;
  6405. z-index: 5;
  6406. display: inline-block;
  6407. }
  6408. .carousel-control .icon-prev,
  6409. .carousel-control .glyphicon-chevron-left {
  6410. left: 50%;
  6411. margin-left: -10px;
  6412. }
  6413. .carousel-control .icon-next,
  6414. .carousel-control .glyphicon-chevron-right {
  6415. right: 50%;
  6416. margin-right: -10px;
  6417. }
  6418. .carousel-control .icon-prev,
  6419. .carousel-control .icon-next {
  6420. width: 20px;
  6421. height: 20px;
  6422. line-height: 1;
  6423. font-family: serif;
  6424. }
  6425. .carousel-control .icon-prev:before {
  6426. content: '\2039';
  6427. }
  6428. .carousel-control .icon-next:before {
  6429. content: '\203a';
  6430. }
  6431. .carousel-indicators {
  6432. position: absolute;
  6433. bottom: 10px;
  6434. left: 50%;
  6435. z-index: 15;
  6436. width: 60%;
  6437. margin-left: -30%;
  6438. padding-left: 0;
  6439. list-style: none;
  6440. text-align: center;
  6441. }
  6442. .carousel-indicators li {
  6443. display: inline-block;
  6444. width: 10px;
  6445. height: 10px;
  6446. margin: 1px;
  6447. text-indent: -999px;
  6448. border: 1px solid #fff;
  6449. border-radius: 10px;
  6450. cursor: pointer;
  6451. background-color: #000 \9;
  6452. background-color: rgba(0, 0, 0, 0);
  6453. }
  6454. .carousel-indicators .active {
  6455. margin: 0;
  6456. width: 12px;
  6457. height: 12px;
  6458. background-color: #fff;
  6459. }
  6460. .carousel-caption {
  6461. position: absolute;
  6462. left: 15%;
  6463. right: 15%;
  6464. bottom: 20px;
  6465. z-index: 10;
  6466. padding-top: 20px;
  6467. padding-bottom: 20px;
  6468. color: #fff;
  6469. text-align: center;
  6470. text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  6471. }
  6472. .carousel-caption .btn {
  6473. text-shadow: none;
  6474. }
  6475. @media screen and (min-width: 768px) {
  6476. .carousel-control .glyphicon-chevron-left,
  6477. .carousel-control .glyphicon-chevron-right,
  6478. .carousel-control .icon-prev,
  6479. .carousel-control .icon-next {
  6480. width: 30px;
  6481. height: 30px;
  6482. margin-top: -10px;
  6483. font-size: 30px;
  6484. }
  6485. .carousel-control .glyphicon-chevron-left,
  6486. .carousel-control .icon-prev {
  6487. margin-left: -10px;
  6488. }
  6489. .carousel-control .glyphicon-chevron-right,
  6490. .carousel-control .icon-next {
  6491. margin-right: -10px;
  6492. }
  6493. .carousel-caption {
  6494. left: 20%;
  6495. right: 20%;
  6496. padding-bottom: 30px;
  6497. }
  6498. .carousel-indicators {
  6499. bottom: 20px;
  6500. }
  6501. }
  6502. .clearfix:before,
  6503. .clearfix:after,
  6504. .dl-horizontal dd:before,
  6505. .dl-horizontal dd:after,
  6506. .container:before,
  6507. .container:after,
  6508. .container-fluid:before,
  6509. .container-fluid:after,
  6510. .row:before,
  6511. .row:after,
  6512. .form-horizontal .form-group:before,
  6513. .form-horizontal .form-group:after,
  6514. .btn-toolbar:before,
  6515. .btn-toolbar:after,
  6516. .btn-group-vertical > .btn-group:before,
  6517. .btn-group-vertical > .btn-group:after,
  6518. .nav:before,
  6519. .nav:after,
  6520. .navbar:before,
  6521. .navbar:after,
  6522. .navbar-header:before,
  6523. .navbar-header:after,
  6524. .navbar-collapse:before,
  6525. .navbar-collapse:after,
  6526. .pager:before,
  6527. .pager:after,
  6528. .panel-body:before,
  6529. .panel-body:after,
  6530. .modal-header:before,
  6531. .modal-header:after,
  6532. .modal-footer:before,
  6533. .modal-footer:after,
  6534. .item_buttons:before,
  6535. .item_buttons:after {
  6536. content: " ";
  6537. display: table;
  6538. }
  6539. .clearfix:after,
  6540. .dl-horizontal dd:after,
  6541. .container:after,
  6542. .container-fluid:after,
  6543. .row:after,
  6544. .form-horizontal .form-group:after,
  6545. .btn-toolbar:after,
  6546. .btn-group-vertical > .btn-group:after,
  6547. .nav:after,
  6548. .navbar:after,
  6549. .navbar-header:after,
  6550. .navbar-collapse:after,
  6551. .pager:after,
  6552. .panel-body:after,
  6553. .modal-header:after,
  6554. .modal-footer:after,
  6555. .item_buttons:after {
  6556. clear: both;
  6557. }
  6558. .center-block {
  6559. display: block;
  6560. margin-left: auto;
  6561. margin-right: auto;
  6562. }
  6563. .pull-right {
  6564. float: right !important;
  6565. }
  6566. .pull-left {
  6567. float: left !important;
  6568. }
  6569. .hide {
  6570. display: none !important;
  6571. }
  6572. .show {
  6573. display: block !important;
  6574. }
  6575. .invisible {
  6576. visibility: hidden;
  6577. }
  6578. .text-hide {
  6579. font: 0/0 a;
  6580. color: transparent;
  6581. text-shadow: none;
  6582. background-color: transparent;
  6583. border: 0;
  6584. }
  6585. .hidden {
  6586. display: none !important;
  6587. }
  6588. .affix {
  6589. position: fixed;
  6590. }
  6591. @-ms-viewport {
  6592. width: device-width;
  6593. }
  6594. .visible-xs,
  6595. .visible-sm,
  6596. .visible-md,
  6597. .visible-lg {
  6598. display: none !important;
  6599. }
  6600. .visible-xs-block,
  6601. .visible-xs-inline,
  6602. .visible-xs-inline-block,
  6603. .visible-sm-block,
  6604. .visible-sm-inline,
  6605. .visible-sm-inline-block,
  6606. .visible-md-block,
  6607. .visible-md-inline,
  6608. .visible-md-inline-block,
  6609. .visible-lg-block,
  6610. .visible-lg-inline,
  6611. .visible-lg-inline-block {
  6612. display: none !important;
  6613. }
  6614. @media (max-width: 767px) {
  6615. .visible-xs {
  6616. display: block !important;
  6617. }
  6618. table.visible-xs {
  6619. display: table !important;
  6620. }
  6621. tr.visible-xs {
  6622. display: table-row !important;
  6623. }
  6624. th.visible-xs,
  6625. td.visible-xs {
  6626. display: table-cell !important;
  6627. }
  6628. }
  6629. @media (max-width: 767px) {
  6630. .visible-xs-block {
  6631. display: block !important;
  6632. }
  6633. }
  6634. @media (max-width: 767px) {
  6635. .visible-xs-inline {
  6636. display: inline !important;
  6637. }
  6638. }
  6639. @media (max-width: 767px) {
  6640. .visible-xs-inline-block {
  6641. display: inline-block !important;
  6642. }
  6643. }
  6644. @media (min-width: 768px) and (max-width: 991px) {
  6645. .visible-sm {
  6646. display: block !important;
  6647. }
  6648. table.visible-sm {
  6649. display: table !important;
  6650. }
  6651. tr.visible-sm {
  6652. display: table-row !important;
  6653. }
  6654. th.visible-sm,
  6655. td.visible-sm {
  6656. display: table-cell !important;
  6657. }
  6658. }
  6659. @media (min-width: 768px) and (max-width: 991px) {
  6660. .visible-sm-block {
  6661. display: block !important;
  6662. }
  6663. }
  6664. @media (min-width: 768px) and (max-width: 991px) {
  6665. .visible-sm-inline {
  6666. display: inline !important;
  6667. }
  6668. }
  6669. @media (min-width: 768px) and (max-width: 991px) {
  6670. .visible-sm-inline-block {
  6671. display: inline-block !important;
  6672. }
  6673. }
  6674. @media (min-width: 992px) and (max-width: 1199px) {
  6675. .visible-md {
  6676. display: block !important;
  6677. }
  6678. table.visible-md {
  6679. display: table !important;
  6680. }
  6681. tr.visible-md {
  6682. display: table-row !important;
  6683. }
  6684. th.visible-md,
  6685. td.visible-md {
  6686. display: table-cell !important;
  6687. }
  6688. }
  6689. @media (min-width: 992px) and (max-width: 1199px) {
  6690. .visible-md-block {
  6691. display: block !important;
  6692. }
  6693. }
  6694. @media (min-width: 992px) and (max-width: 1199px) {
  6695. .visible-md-inline {
  6696. display: inline !important;
  6697. }
  6698. }
  6699. @media (min-width: 992px) and (max-width: 1199px) {
  6700. .visible-md-inline-block {
  6701. display: inline-block !important;
  6702. }
  6703. }
  6704. @media (min-width: 1200px) {
  6705. .visible-lg {
  6706. display: block !important;
  6707. }
  6708. table.visible-lg {
  6709. display: table !important;
  6710. }
  6711. tr.visible-lg {
  6712. display: table-row !important;
  6713. }
  6714. th.visible-lg,
  6715. td.visible-lg {
  6716. display: table-cell !important;
  6717. }
  6718. }
  6719. @media (min-width: 1200px) {
  6720. .visible-lg-block {
  6721. display: block !important;
  6722. }
  6723. }
  6724. @media (min-width: 1200px) {
  6725. .visible-lg-inline {
  6726. display: inline !important;
  6727. }
  6728. }
  6729. @media (min-width: 1200px) {
  6730. .visible-lg-inline-block {
  6731. display: inline-block !important;
  6732. }
  6733. }
  6734. @media (max-width: 767px) {
  6735. .hidden-xs {
  6736. display: none !important;
  6737. }
  6738. }
  6739. @media (min-width: 768px) and (max-width: 991px) {
  6740. .hidden-sm {
  6741. display: none !important;
  6742. }
  6743. }
  6744. @media (min-width: 992px) and (max-width: 1199px) {
  6745. .hidden-md {
  6746. display: none !important;
  6747. }
  6748. }
  6749. @media (min-width: 1200px) {
  6750. .hidden-lg {
  6751. display: none !important;
  6752. }
  6753. }
  6754. .visible-print {
  6755. display: none !important;
  6756. }
  6757. @media print {
  6758. .visible-print {
  6759. display: block !important;
  6760. }
  6761. table.visible-print {
  6762. display: table !important;
  6763. }
  6764. tr.visible-print {
  6765. display: table-row !important;
  6766. }
  6767. th.visible-print,
  6768. td.visible-print {
  6769. display: table-cell !important;
  6770. }
  6771. }
  6772. .visible-print-block {
  6773. display: none !important;
  6774. }
  6775. @media print {
  6776. .visible-print-block {
  6777. display: block !important;
  6778. }
  6779. }
  6780. .visible-print-inline {
  6781. display: none !important;
  6782. }
  6783. @media print {
  6784. .visible-print-inline {
  6785. display: inline !important;
  6786. }
  6787. }
  6788. .visible-print-inline-block {
  6789. display: none !important;
  6790. }
  6791. @media print {
  6792. .visible-print-inline-block {
  6793. display: inline-block !important;
  6794. }
  6795. }
  6796. @media print {
  6797. .hidden-print {
  6798. display: none !important;
  6799. }
  6800. }
  6801. /*!
  6802. *
  6803. * Font Awesome
  6804. *
  6805. */
  6806. /*!
  6807. * Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
  6808. * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
  6809. */
  6810. /* FONT PATH
  6811. * -------------------------- */
  6812. @font-face {
  6813. font-family: 'FontAwesome';
  6814. src: url('../components/font-awesome/fonts/fontawesome-webfont.eot?v=4.2.0');
  6815. 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');
  6816. font-weight: normal;
  6817. font-style: normal;
  6818. }
  6819. .fa {
  6820. display: inline-block;
  6821. font: normal normal normal 14px/1 FontAwesome;
  6822. font-size: inherit;
  6823. text-rendering: auto;
  6824. -webkit-font-smoothing: antialiased;
  6825. -moz-osx-font-smoothing: grayscale;
  6826. }
  6827. /* makes the font 33% larger relative to the icon container */
  6828. .fa-lg {
  6829. font-size: 1.33333333em;
  6830. line-height: 0.75em;
  6831. vertical-align: -15%;
  6832. }
  6833. .fa-2x {
  6834. font-size: 2em;
  6835. }
  6836. .fa-3x {
  6837. font-size: 3em;
  6838. }
  6839. .fa-4x {
  6840. font-size: 4em;
  6841. }
  6842. .fa-5x {
  6843. font-size: 5em;
  6844. }
  6845. .fa-fw {
  6846. width: 1.28571429em;
  6847. text-align: center;
  6848. }
  6849. .fa-ul {
  6850. padding-left: 0;
  6851. margin-left: 2.14285714em;
  6852. list-style-type: none;
  6853. }
  6854. .fa-ul > li {
  6855. position: relative;
  6856. }
  6857. .fa-li {
  6858. position: absolute;
  6859. left: -2.14285714em;
  6860. width: 2.14285714em;
  6861. top: 0.14285714em;
  6862. text-align: center;
  6863. }
  6864. .fa-li.fa-lg {
  6865. left: -1.85714286em;
  6866. }
  6867. .fa-border {
  6868. padding: .2em .25em .15em;
  6869. border: solid 0.08em #eee;
  6870. border-radius: .1em;
  6871. }
  6872. .pull-right {
  6873. float: right;
  6874. }
  6875. .pull-left {
  6876. float: left;
  6877. }
  6878. .fa.pull-left {
  6879. margin-right: .3em;
  6880. }
  6881. .fa.pull-right {
  6882. margin-left: .3em;
  6883. }
  6884. .fa-spin {
  6885. -webkit-animation: fa-spin 2s infinite linear;
  6886. animation: fa-spin 2s infinite linear;
  6887. }
  6888. @-webkit-keyframes fa-spin {
  6889. 0% {
  6890. -webkit-transform: rotate(0deg);
  6891. transform: rotate(0deg);
  6892. }
  6893. 100% {
  6894. -webkit-transform: rotate(359deg);
  6895. transform: rotate(359deg);
  6896. }
  6897. }
  6898. @keyframes fa-spin {
  6899. 0% {
  6900. -webkit-transform: rotate(0deg);
  6901. transform: rotate(0deg);
  6902. }
  6903. 100% {
  6904. -webkit-transform: rotate(359deg);
  6905. transform: rotate(359deg);
  6906. }
  6907. }
  6908. .fa-rotate-90 {
  6909. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  6910. -webkit-transform: rotate(90deg);
  6911. -ms-transform: rotate(90deg);
  6912. transform: rotate(90deg);
  6913. }
  6914. .fa-rotate-180 {
  6915. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  6916. -webkit-transform: rotate(180deg);
  6917. -ms-transform: rotate(180deg);
  6918. transform: rotate(180deg);
  6919. }
  6920. .fa-rotate-270 {
  6921. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  6922. -webkit-transform: rotate(270deg);
  6923. -ms-transform: rotate(270deg);
  6924. transform: rotate(270deg);
  6925. }
  6926. .fa-flip-horizontal {
  6927. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  6928. -webkit-transform: scale(-1, 1);
  6929. -ms-transform: scale(-1, 1);
  6930. transform: scale(-1, 1);
  6931. }
  6932. .fa-flip-vertical {
  6933. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  6934. -webkit-transform: scale(1, -1);
  6935. -ms-transform: scale(1, -1);
  6936. transform: scale(1, -1);
  6937. }
  6938. :root .fa-rotate-90,
  6939. :root .fa-rotate-180,
  6940. :root .fa-rotate-270,
  6941. :root .fa-flip-horizontal,
  6942. :root .fa-flip-vertical {
  6943. filter: none;
  6944. }
  6945. .fa-stack {
  6946. position: relative;
  6947. display: inline-block;
  6948. width: 2em;
  6949. height: 2em;
  6950. line-height: 2em;
  6951. vertical-align: middle;
  6952. }
  6953. .fa-stack-1x,
  6954. .fa-stack-2x {
  6955. position: absolute;
  6956. left: 0;
  6957. width: 100%;
  6958. text-align: center;
  6959. }
  6960. .fa-stack-1x {
  6961. line-height: inherit;
  6962. }
  6963. .fa-stack-2x {
  6964. font-size: 2em;
  6965. }
  6966. .fa-inverse {
  6967. color: #fff;
  6968. }
  6969. /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
  6970. readers do not read off random characters that represent icons */
  6971. .fa-glass:before {
  6972. content: "\f000";
  6973. }
  6974. .fa-music:before {
  6975. content: "\f001";
  6976. }
  6977. .fa-search:before {
  6978. content: "\f002";
  6979. }
  6980. .fa-envelope-o:before {
  6981. content: "\f003";
  6982. }
  6983. .fa-heart:before {
  6984. content: "\f004";
  6985. }
  6986. .fa-star:before {
  6987. content: "\f005";
  6988. }
  6989. .fa-star-o:before {
  6990. content: "\f006";
  6991. }
  6992. .fa-user:before {
  6993. content: "\f007";
  6994. }
  6995. .fa-film:before {
  6996. content: "\f008";
  6997. }
  6998. .fa-th-large:before {
  6999. content: "\f009";
  7000. }
  7001. .fa-th:before {
  7002. content: "\f00a";
  7003. }
  7004. .fa-th-list:before {
  7005. content: "\f00b";
  7006. }
  7007. .fa-check:before {
  7008. content: "\f00c";
  7009. }
  7010. .fa-remove:before,
  7011. .fa-close:before,
  7012. .fa-times:before {
  7013. content: "\f00d";
  7014. }
  7015. .fa-search-plus:before {
  7016. content: "\f00e";
  7017. }
  7018. .fa-search-minus:before {
  7019. content: "\f010";
  7020. }
  7021. .fa-power-off:before {
  7022. content: "\f011";
  7023. }
  7024. .fa-signal:before {
  7025. content: "\f012";
  7026. }
  7027. .fa-gear:before,
  7028. .fa-cog:before {
  7029. content: "\f013";
  7030. }
  7031. .fa-trash-o:before {
  7032. content: "\f014";
  7033. }
  7034. .fa-home:before {
  7035. content: "\f015";
  7036. }
  7037. .fa-file-o:before {
  7038. content: "\f016";
  7039. }
  7040. .fa-clock-o:before {
  7041. content: "\f017";
  7042. }
  7043. .fa-road:before {
  7044. content: "\f018";
  7045. }
  7046. .fa-download:before {
  7047. content: "\f019";
  7048. }
  7049. .fa-arrow-circle-o-down:before {
  7050. content: "\f01a";
  7051. }
  7052. .fa-arrow-circle-o-up:before {
  7053. content: "\f01b";
  7054. }
  7055. .fa-inbox:before {
  7056. content: "\f01c";
  7057. }
  7058. .fa-play-circle-o:before {
  7059. content: "\f01d";
  7060. }
  7061. .fa-rotate-right:before,
  7062. .fa-repeat:before {
  7063. content: "\f01e";
  7064. }
  7065. .fa-refresh:before {
  7066. content: "\f021";
  7067. }
  7068. .fa-list-alt:before {
  7069. content: "\f022";
  7070. }
  7071. .fa-lock:before {
  7072. content: "\f023";
  7073. }
  7074. .fa-flag:before {
  7075. content: "\f024";
  7076. }
  7077. .fa-headphones:before {
  7078. content: "\f025";
  7079. }
  7080. .fa-volume-off:before {
  7081. content: "\f026";
  7082. }
  7083. .fa-volume-down:before {
  7084. content: "\f027";
  7085. }
  7086. .fa-volume-up:before {
  7087. content: "\f028";
  7088. }
  7089. .fa-qrcode:before {
  7090. content: "\f029";
  7091. }
  7092. .fa-barcode:before {
  7093. content: "\f02a";
  7094. }
  7095. .fa-tag:before {
  7096. content: "\f02b";
  7097. }
  7098. .fa-tags:before {
  7099. content: "\f02c";
  7100. }
  7101. .fa-book:before {
  7102. content: "\f02d";
  7103. }
  7104. .fa-bookmark:before {
  7105. content: "\f02e";
  7106. }
  7107. .fa-print:before {
  7108. content: "\f02f";
  7109. }
  7110. .fa-camera:before {
  7111. content: "\f030";
  7112. }
  7113. .fa-font:before {
  7114. content: "\f031";
  7115. }
  7116. .fa-bold:before {
  7117. content: "\f032";
  7118. }
  7119. .fa-italic:before {
  7120. content: "\f033";
  7121. }
  7122. .fa-text-height:before {
  7123. content: "\f034";
  7124. }
  7125. .fa-text-width:before {
  7126. content: "\f035";
  7127. }
  7128. .fa-align-left:before {
  7129. content: "\f036";
  7130. }
  7131. .fa-align-center:before {
  7132. content: "\f037";
  7133. }
  7134. .fa-align-right:before {
  7135. content: "\f038";
  7136. }
  7137. .fa-align-justify:before {
  7138. content: "\f039";
  7139. }
  7140. .fa-list:before {
  7141. content: "\f03a";
  7142. }
  7143. .fa-dedent:before,
  7144. .fa-outdent:before {
  7145. content: "\f03b";
  7146. }
  7147. .fa-indent:before {
  7148. content: "\f03c";
  7149. }
  7150. .fa-video-camera:before {
  7151. content: "\f03d";
  7152. }
  7153. .fa-photo:before,
  7154. .fa-image:before,
  7155. .fa-picture-o:before {
  7156. content: "\f03e";
  7157. }
  7158. .fa-pencil:before {
  7159. content: "\f040";
  7160. }
  7161. .fa-map-marker:before {
  7162. content: "\f041";
  7163. }
  7164. .fa-adjust:before {
  7165. content: "\f042";
  7166. }
  7167. .fa-tint:before {
  7168. content: "\f043";
  7169. }
  7170. .fa-edit:before,
  7171. .fa-pencil-square-o:before {
  7172. content: "\f044";
  7173. }
  7174. .fa-share-square-o:before {
  7175. content: "\f045";
  7176. }
  7177. .fa-check-square-o:before {
  7178. content: "\f046";
  7179. }
  7180. .fa-arrows:before {
  7181. content: "\f047";
  7182. }
  7183. .fa-step-backward:before {
  7184. content: "\f048";
  7185. }
  7186. .fa-fast-backward:before {
  7187. content: "\f049";
  7188. }
  7189. .fa-backward:before {
  7190. content: "\f04a";
  7191. }
  7192. .fa-play:before {
  7193. content: "\f04b";
  7194. }
  7195. .fa-pause:before {
  7196. content: "\f04c";
  7197. }
  7198. .fa-stop:before {
  7199. content: "\f04d";
  7200. }
  7201. .fa-forward:before {
  7202. content: "\f04e";
  7203. }
  7204. .fa-fast-forward:before {
  7205. content: "\f050";
  7206. }
  7207. .fa-step-forward:before {
  7208. content: "\f051";
  7209. }
  7210. .fa-eject:before {
  7211. content: "\f052";
  7212. }
  7213. .fa-chevron-left:before {
  7214. content: "\f053";
  7215. }
  7216. .fa-chevron-right:before {
  7217. content: "\f054";
  7218. }
  7219. .fa-plus-circle:before {
  7220. content: "\f055";
  7221. }
  7222. .fa-minus-circle:before {
  7223. content: "\f056";
  7224. }
  7225. .fa-times-circle:before {
  7226. content: "\f057";
  7227. }
  7228. .fa-check-circle:before {
  7229. content: "\f058";
  7230. }
  7231. .fa-question-circle:before {
  7232. content: "\f059";
  7233. }
  7234. .fa-info-circle:before {
  7235. content: "\f05a";
  7236. }
  7237. .fa-crosshairs:before {
  7238. content: "\f05b";
  7239. }
  7240. .fa-times-circle-o:before {
  7241. content: "\f05c";
  7242. }
  7243. .fa-check-circle-o:before {
  7244. content: "\f05d";
  7245. }
  7246. .fa-ban:before {
  7247. content: "\f05e";
  7248. }
  7249. .fa-arrow-left:before {
  7250. content: "\f060";
  7251. }
  7252. .fa-arrow-right:before {
  7253. content: "\f061";
  7254. }
  7255. .fa-arrow-up:before {
  7256. content: "\f062";
  7257. }
  7258. .fa-arrow-down:before {
  7259. content: "\f063";
  7260. }
  7261. .fa-mail-forward:before,
  7262. .fa-share:before {
  7263. content: "\f064";
  7264. }
  7265. .fa-expand:before {
  7266. content: "\f065";
  7267. }
  7268. .fa-compress:before {
  7269. content: "\f066";
  7270. }
  7271. .fa-plus:before {
  7272. content: "\f067";
  7273. }
  7274. .fa-minus:before {
  7275. content: "\f068";
  7276. }
  7277. .fa-asterisk:before {
  7278. content: "\f069";
  7279. }
  7280. .fa-exclamation-circle:before {
  7281. content: "\f06a";
  7282. }
  7283. .fa-gift:before {
  7284. content: "\f06b";
  7285. }
  7286. .fa-leaf:before {
  7287. content: "\f06c";
  7288. }
  7289. .fa-fire:before {
  7290. content: "\f06d";
  7291. }
  7292. .fa-eye:before {
  7293. content: "\f06e";
  7294. }
  7295. .fa-eye-slash:before {
  7296. content: "\f070";
  7297. }
  7298. .fa-warning:before,
  7299. .fa-exclamation-triangle:before {
  7300. content: "\f071";
  7301. }
  7302. .fa-plane:before {
  7303. content: "\f072";
  7304. }
  7305. .fa-calendar:before {
  7306. content: "\f073";
  7307. }
  7308. .fa-random:before {
  7309. content: "\f074";
  7310. }
  7311. .fa-comment:before {
  7312. content: "\f075";
  7313. }
  7314. .fa-magnet:before {
  7315. content: "\f076";
  7316. }
  7317. .fa-chevron-up:before {
  7318. content: "\f077";
  7319. }
  7320. .fa-chevron-down:before {
  7321. content: "\f078";
  7322. }
  7323. .fa-retweet:before {
  7324. content: "\f079";
  7325. }
  7326. .fa-shopping-cart:before {
  7327. content: "\f07a";
  7328. }
  7329. .fa-folder:before {
  7330. content: "\f07b";
  7331. }
  7332. .fa-folder-open:before {
  7333. content: "\f07c";
  7334. }
  7335. .fa-arrows-v:before {
  7336. content: "\f07d";
  7337. }
  7338. .fa-arrows-h:before {
  7339. content: "\f07e";
  7340. }
  7341. .fa-bar-chart-o:before,
  7342. .fa-bar-chart:before {
  7343. content: "\f080";
  7344. }
  7345. .fa-twitter-square:before {
  7346. content: "\f081";
  7347. }
  7348. .fa-facebook-square:before {
  7349. content: "\f082";
  7350. }
  7351. .fa-camera-retro:before {
  7352. content: "\f083";
  7353. }
  7354. .fa-key:before {
  7355. content: "\f084";
  7356. }
  7357. .fa-gears:before,
  7358. .fa-cogs:before {
  7359. content: "\f085";
  7360. }
  7361. .fa-comments:before {
  7362. content: "\f086";
  7363. }
  7364. .fa-thumbs-o-up:before {
  7365. content: "\f087";
  7366. }
  7367. .fa-thumbs-o-down:before {
  7368. content: "\f088";
  7369. }
  7370. .fa-star-half:before {
  7371. content: "\f089";
  7372. }
  7373. .fa-heart-o:before {
  7374. content: "\f08a";
  7375. }
  7376. .fa-sign-out:before {
  7377. content: "\f08b";
  7378. }
  7379. .fa-linkedin-square:before {
  7380. content: "\f08c";
  7381. }
  7382. .fa-thumb-tack:before {
  7383. content: "\f08d";
  7384. }
  7385. .fa-external-link:before {
  7386. content: "\f08e";
  7387. }
  7388. .fa-sign-in:before {
  7389. content: "\f090";
  7390. }
  7391. .fa-trophy:before {
  7392. content: "\f091";
  7393. }
  7394. .fa-github-square:before {
  7395. content: "\f092";
  7396. }
  7397. .fa-upload:before {
  7398. content: "\f093";
  7399. }
  7400. .fa-lemon-o:before {
  7401. content: "\f094";
  7402. }
  7403. .fa-phone:before {
  7404. content: "\f095";
  7405. }
  7406. .fa-square-o:before {
  7407. content: "\f096";
  7408. }
  7409. .fa-bookmark-o:before {
  7410. content: "\f097";
  7411. }
  7412. .fa-phone-square:before {
  7413. content: "\f098";
  7414. }
  7415. .fa-twitter:before {
  7416. content: "\f099";
  7417. }
  7418. .fa-facebook:before {
  7419. content: "\f09a";
  7420. }
  7421. .fa-github:before {
  7422. content: "\f09b";
  7423. }
  7424. .fa-unlock:before {
  7425. content: "\f09c";
  7426. }
  7427. .fa-credit-card:before {
  7428. content: "\f09d";
  7429. }
  7430. .fa-rss:before {
  7431. content: "\f09e";
  7432. }
  7433. .fa-hdd-o:before {
  7434. content: "\f0a0";
  7435. }
  7436. .fa-bullhorn:before {
  7437. content: "\f0a1";
  7438. }
  7439. .fa-bell:before {
  7440. content: "\f0f3";
  7441. }
  7442. .fa-certificate:before {
  7443. content: "\f0a3";
  7444. }
  7445. .fa-hand-o-right:before {
  7446. content: "\f0a4";
  7447. }
  7448. .fa-hand-o-left:before {
  7449. content: "\f0a5";
  7450. }
  7451. .fa-hand-o-up:before {
  7452. content: "\f0a6";
  7453. }
  7454. .fa-hand-o-down:before {
  7455. content: "\f0a7";
  7456. }
  7457. .fa-arrow-circle-left:before {
  7458. content: "\f0a8";
  7459. }
  7460. .fa-arrow-circle-right:before {
  7461. content: "\f0a9";
  7462. }
  7463. .fa-arrow-circle-up:before {
  7464. content: "\f0aa";
  7465. }
  7466. .fa-arrow-circle-down:before {
  7467. content: "\f0ab";
  7468. }
  7469. .fa-globe:before {
  7470. content: "\f0ac";
  7471. }
  7472. .fa-wrench:before {
  7473. content: "\f0ad";
  7474. }
  7475. .fa-tasks:before {
  7476. content: "\f0ae";
  7477. }
  7478. .fa-filter:before {
  7479. content: "\f0b0";
  7480. }
  7481. .fa-briefcase:before {
  7482. content: "\f0b1";
  7483. }
  7484. .fa-arrows-alt:before {
  7485. content: "\f0b2";
  7486. }
  7487. .fa-group:before,
  7488. .fa-users:before {
  7489. content: "\f0c0";
  7490. }
  7491. .fa-chain:before,
  7492. .fa-link:before {
  7493. content: "\f0c1";
  7494. }
  7495. .fa-cloud:before {
  7496. content: "\f0c2";
  7497. }
  7498. .fa-flask:before {
  7499. content: "\f0c3";
  7500. }
  7501. .fa-cut:before,
  7502. .fa-scissors:before {
  7503. content: "\f0c4";
  7504. }
  7505. .fa-copy:before,
  7506. .fa-files-o:before {
  7507. content: "\f0c5";
  7508. }
  7509. .fa-paperclip:before {
  7510. content: "\f0c6";
  7511. }
  7512. .fa-save:before,
  7513. .fa-floppy-o:before {
  7514. content: "\f0c7";
  7515. }
  7516. .fa-square:before {
  7517. content: "\f0c8";
  7518. }
  7519. .fa-navicon:before,
  7520. .fa-reorder:before,
  7521. .fa-bars:before {
  7522. content: "\f0c9";
  7523. }
  7524. .fa-list-ul:before {
  7525. content: "\f0ca";
  7526. }
  7527. .fa-list-ol:before {
  7528. content: "\f0cb";
  7529. }
  7530. .fa-strikethrough:before {
  7531. content: "\f0cc";
  7532. }
  7533. .fa-underline:before {
  7534. content: "\f0cd";
  7535. }
  7536. .fa-table:before {
  7537. content: "\f0ce";
  7538. }
  7539. .fa-magic:before {
  7540. content: "\f0d0";
  7541. }
  7542. .fa-truck:before {
  7543. content: "\f0d1";
  7544. }
  7545. .fa-pinterest:before {
  7546. content: "\f0d2";
  7547. }
  7548. .fa-pinterest-square:before {
  7549. content: "\f0d3";
  7550. }
  7551. .fa-google-plus-square:before {
  7552. content: "\f0d4";
  7553. }
  7554. .fa-google-plus:before {
  7555. content: "\f0d5";
  7556. }
  7557. .fa-money:before {
  7558. content: "\f0d6";
  7559. }
  7560. .fa-caret-down:before {
  7561. content: "\f0d7";
  7562. }
  7563. .fa-caret-up:before {
  7564. content: "\f0d8";
  7565. }
  7566. .fa-caret-left:before {
  7567. content: "\f0d9";
  7568. }
  7569. .fa-caret-right:before {
  7570. content: "\f0da";
  7571. }
  7572. .fa-columns:before {
  7573. content: "\f0db";
  7574. }
  7575. .fa-unsorted:before,
  7576. .fa-sort:before {
  7577. content: "\f0dc";
  7578. }
  7579. .fa-sort-down:before,
  7580. .fa-sort-desc:before {
  7581. content: "\f0dd";
  7582. }
  7583. .fa-sort-up:before,
  7584. .fa-sort-asc:before {
  7585. content: "\f0de";
  7586. }
  7587. .fa-envelope:before {
  7588. content: "\f0e0";
  7589. }
  7590. .fa-linkedin:before {
  7591. content: "\f0e1";
  7592. }
  7593. .fa-rotate-left:before,
  7594. .fa-undo:before {
  7595. content: "\f0e2";
  7596. }
  7597. .fa-legal:before,
  7598. .fa-gavel:before {
  7599. content: "\f0e3";
  7600. }
  7601. .fa-dashboard:before,
  7602. .fa-tachometer:before {
  7603. content: "\f0e4";
  7604. }
  7605. .fa-comment-o:before {
  7606. content: "\f0e5";
  7607. }
  7608. .fa-comments-o:before {
  7609. content: "\f0e6";
  7610. }
  7611. .fa-flash:before,
  7612. .fa-bolt:before {
  7613. content: "\f0e7";
  7614. }
  7615. .fa-sitemap:before {
  7616. content: "\f0e8";
  7617. }
  7618. .fa-umbrella:before {
  7619. content: "\f0e9";
  7620. }
  7621. .fa-paste:before,
  7622. .fa-clipboard:before {
  7623. content: "\f0ea";
  7624. }
  7625. .fa-lightbulb-o:before {
  7626. content: "\f0eb";
  7627. }
  7628. .fa-exchange:before {
  7629. content: "\f0ec";
  7630. }
  7631. .fa-cloud-download:before {
  7632. content: "\f0ed";
  7633. }
  7634. .fa-cloud-upload:before {
  7635. content: "\f0ee";
  7636. }
  7637. .fa-user-md:before {
  7638. content: "\f0f0";
  7639. }
  7640. .fa-stethoscope:before {
  7641. content: "\f0f1";
  7642. }
  7643. .fa-suitcase:before {
  7644. content: "\f0f2";
  7645. }
  7646. .fa-bell-o:before {
  7647. content: "\f0a2";
  7648. }
  7649. .fa-coffee:before {
  7650. content: "\f0f4";
  7651. }
  7652. .fa-cutlery:before {
  7653. content: "\f0f5";
  7654. }
  7655. .fa-file-text-o:before {
  7656. content: "\f0f6";
  7657. }
  7658. .fa-building-o:before {
  7659. content: "\f0f7";
  7660. }
  7661. .fa-hospital-o:before {
  7662. content: "\f0f8";
  7663. }
  7664. .fa-ambulance:before {
  7665. content: "\f0f9";
  7666. }
  7667. .fa-medkit:before {
  7668. content: "\f0fa";
  7669. }
  7670. .fa-fighter-jet:before {
  7671. content: "\f0fb";
  7672. }
  7673. .fa-beer:before {
  7674. content: "\f0fc";
  7675. }
  7676. .fa-h-square:before {
  7677. content: "\f0fd";
  7678. }
  7679. .fa-plus-square:before {
  7680. content: "\f0fe";
  7681. }
  7682. .fa-angle-double-left:before {
  7683. content: "\f100";
  7684. }
  7685. .fa-angle-double-right:before {
  7686. content: "\f101";
  7687. }
  7688. .fa-angle-double-up:before {
  7689. content: "\f102";
  7690. }
  7691. .fa-angle-double-down:before {
  7692. content: "\f103";
  7693. }
  7694. .fa-angle-left:before {
  7695. content: "\f104";
  7696. }
  7697. .fa-angle-right:before {
  7698. content: "\f105";
  7699. }
  7700. .fa-angle-up:before {
  7701. content: "\f106";
  7702. }
  7703. .fa-angle-down:before {
  7704. content: "\f107";
  7705. }
  7706. .fa-desktop:before {
  7707. content: "\f108";
  7708. }
  7709. .fa-laptop:before {
  7710. content: "\f109";
  7711. }
  7712. .fa-tablet:before {
  7713. content: "\f10a";
  7714. }
  7715. .fa-mobile-phone:before,
  7716. .fa-mobile:before {
  7717. content: "\f10b";
  7718. }
  7719. .fa-circle-o:before {
  7720. content: "\f10c";
  7721. }
  7722. .fa-quote-left:before {
  7723. content: "\f10d";
  7724. }
  7725. .fa-quote-right:before {
  7726. content: "\f10e";
  7727. }
  7728. .fa-spinner:before {
  7729. content: "\f110";
  7730. }
  7731. .fa-circle:before {
  7732. content: "\f111";
  7733. }
  7734. .fa-mail-reply:before,
  7735. .fa-reply:before {
  7736. content: "\f112";
  7737. }
  7738. .fa-github-alt:before {
  7739. content: "\f113";
  7740. }
  7741. .fa-folder-o:before {
  7742. content: "\f114";
  7743. }
  7744. .fa-folder-open-o:before {
  7745. content: "\f115";
  7746. }
  7747. .fa-smile-o:before {
  7748. content: "\f118";
  7749. }
  7750. .fa-frown-o:before {
  7751. content: "\f119";
  7752. }
  7753. .fa-meh-o:before {
  7754. content: "\f11a";
  7755. }
  7756. .fa-gamepad:before {
  7757. content: "\f11b";
  7758. }
  7759. .fa-keyboard-o:before {
  7760. content: "\f11c";
  7761. }
  7762. .fa-flag-o:before {
  7763. content: "\f11d";
  7764. }
  7765. .fa-flag-checkered:before {
  7766. content: "\f11e";
  7767. }
  7768. .fa-terminal:before {
  7769. content: "\f120";
  7770. }
  7771. .fa-code:before {
  7772. content: "\f121";
  7773. }
  7774. .fa-mail-reply-all:before,
  7775. .fa-reply-all:before {
  7776. content: "\f122";
  7777. }
  7778. .fa-star-half-empty:before,
  7779. .fa-star-half-full:before,
  7780. .fa-star-half-o:before {
  7781. content: "\f123";
  7782. }
  7783. .fa-location-arrow:before {
  7784. content: "\f124";
  7785. }
  7786. .fa-crop:before {
  7787. content: "\f125";
  7788. }
  7789. .fa-code-fork:before {
  7790. content: "\f126";
  7791. }
  7792. .fa-unlink:before,
  7793. .fa-chain-broken:before {
  7794. content: "\f127";
  7795. }
  7796. .fa-question:before {
  7797. content: "\f128";
  7798. }
  7799. .fa-info:before {
  7800. content: "\f129";
  7801. }
  7802. .fa-exclamation:before {
  7803. content: "\f12a";
  7804. }
  7805. .fa-superscript:before {
  7806. content: "\f12b";
  7807. }
  7808. .fa-subscript:before {
  7809. content: "\f12c";
  7810. }
  7811. .fa-eraser:before {
  7812. content: "\f12d";
  7813. }
  7814. .fa-puzzle-piece:before {
  7815. content: "\f12e";
  7816. }
  7817. .fa-microphone:before {
  7818. content: "\f130";
  7819. }
  7820. .fa-microphone-slash:before {
  7821. content: "\f131";
  7822. }
  7823. .fa-shield:before {
  7824. content: "\f132";
  7825. }
  7826. .fa-calendar-o:before {
  7827. content: "\f133";
  7828. }
  7829. .fa-fire-extinguisher:before {
  7830. content: "\f134";
  7831. }
  7832. .fa-rocket:before {
  7833. content: "\f135";
  7834. }
  7835. .fa-maxcdn:before {
  7836. content: "\f136";
  7837. }
  7838. .fa-chevron-circle-left:before {
  7839. content: "\f137";
  7840. }
  7841. .fa-chevron-circle-right:before {
  7842. content: "\f138";
  7843. }
  7844. .fa-chevron-circle-up:before {
  7845. content: "\f139";
  7846. }
  7847. .fa-chevron-circle-down:before {
  7848. content: "\f13a";
  7849. }
  7850. .fa-html5:before {
  7851. content: "\f13b";
  7852. }
  7853. .fa-css3:before {
  7854. content: "\f13c";
  7855. }
  7856. .fa-anchor:before {
  7857. content: "\f13d";
  7858. }
  7859. .fa-unlock-alt:before {
  7860. content: "\f13e";
  7861. }
  7862. .fa-bullseye:before {
  7863. content: "\f140";
  7864. }
  7865. .fa-ellipsis-h:before {
  7866. content: "\f141";
  7867. }
  7868. .fa-ellipsis-v:before {
  7869. content: "\f142";
  7870. }
  7871. .fa-rss-square:before {
  7872. content: "\f143";
  7873. }
  7874. .fa-play-circle:before {
  7875. content: "\f144";
  7876. }
  7877. .fa-ticket:before {
  7878. content: "\f145";
  7879. }
  7880. .fa-minus-square:before {
  7881. content: "\f146";
  7882. }
  7883. .fa-minus-square-o:before {
  7884. content: "\f147";
  7885. }
  7886. .fa-level-up:before {
  7887. content: "\f148";
  7888. }
  7889. .fa-level-down:before {
  7890. content: "\f149";
  7891. }
  7892. .fa-check-square:before {
  7893. content: "\f14a";
  7894. }
  7895. .fa-pencil-square:before {
  7896. content: "\f14b";
  7897. }
  7898. .fa-external-link-square:before {
  7899. content: "\f14c";
  7900. }
  7901. .fa-share-square:before {
  7902. content: "\f14d";
  7903. }
  7904. .fa-compass:before {
  7905. content: "\f14e";
  7906. }
  7907. .fa-toggle-down:before,
  7908. .fa-caret-square-o-down:before {
  7909. content: "\f150";
  7910. }
  7911. .fa-toggle-up:before,
  7912. .fa-caret-square-o-up:before {
  7913. content: "\f151";
  7914. }
  7915. .fa-toggle-right:before,
  7916. .fa-caret-square-o-right:before {
  7917. content: "\f152";
  7918. }
  7919. .fa-euro:before,
  7920. .fa-eur:before {
  7921. content: "\f153";
  7922. }
  7923. .fa-gbp:before {
  7924. content: "\f154";
  7925. }
  7926. .fa-dollar:before,
  7927. .fa-usd:before {
  7928. content: "\f155";
  7929. }
  7930. .fa-rupee:before,
  7931. .fa-inr:before {
  7932. content: "\f156";
  7933. }
  7934. .fa-cny:before,
  7935. .fa-rmb:before,
  7936. .fa-yen:before,
  7937. .fa-jpy:before {
  7938. content: "\f157";
  7939. }
  7940. .fa-ruble:before,
  7941. .fa-rouble:before,
  7942. .fa-rub:before {
  7943. content: "\f158";
  7944. }
  7945. .fa-won:before,
  7946. .fa-krw:before {
  7947. content: "\f159";
  7948. }
  7949. .fa-bitcoin:before,
  7950. .fa-btc:before {
  7951. content: "\f15a";
  7952. }
  7953. .fa-file:before {
  7954. content: "\f15b";
  7955. }
  7956. .fa-file-text:before {
  7957. content: "\f15c";
  7958. }
  7959. .fa-sort-alpha-asc:before {
  7960. content: "\f15d";
  7961. }
  7962. .fa-sort-alpha-desc:before {
  7963. content: "\f15e";
  7964. }
  7965. .fa-sort-amount-asc:before {
  7966. content: "\f160";
  7967. }
  7968. .fa-sort-amount-desc:before {
  7969. content: "\f161";
  7970. }
  7971. .fa-sort-numeric-asc:before {
  7972. content: "\f162";
  7973. }
  7974. .fa-sort-numeric-desc:before {
  7975. content: "\f163";
  7976. }
  7977. .fa-thumbs-up:before {
  7978. content: "\f164";
  7979. }
  7980. .fa-thumbs-down:before {
  7981. content: "\f165";
  7982. }
  7983. .fa-youtube-square:before {
  7984. content: "\f166";
  7985. }
  7986. .fa-youtube:before {
  7987. content: "\f167";
  7988. }
  7989. .fa-xing:before {
  7990. content: "\f168";
  7991. }
  7992. .fa-xing-square:before {
  7993. content: "\f169";
  7994. }
  7995. .fa-youtube-play:before {
  7996. content: "\f16a";
  7997. }
  7998. .fa-dropbox:before {
  7999. content: "\f16b";
  8000. }
  8001. .fa-stack-overflow:before {
  8002. content: "\f16c";
  8003. }
  8004. .fa-instagram:before {
  8005. content: "\f16d";
  8006. }
  8007. .fa-flickr:before {
  8008. content: "\f16e";
  8009. }
  8010. .fa-adn:before {
  8011. content: "\f170";
  8012. }
  8013. .fa-bitbucket:before {
  8014. content: "\f171";
  8015. }
  8016. .fa-bitbucket-square:before {
  8017. content: "\f172";
  8018. }
  8019. .fa-tumblr:before {
  8020. content: "\f173";
  8021. }
  8022. .fa-tumblr-square:before {
  8023. content: "\f174";
  8024. }
  8025. .fa-long-arrow-down:before {
  8026. content: "\f175";
  8027. }
  8028. .fa-long-arrow-up:before {
  8029. content: "\f176";
  8030. }
  8031. .fa-long-arrow-left:before {
  8032. content: "\f177";
  8033. }
  8034. .fa-long-arrow-right:before {
  8035. content: "\f178";
  8036. }
  8037. .fa-apple:before {
  8038. content: "\f179";
  8039. }
  8040. .fa-windows:before {
  8041. content: "\f17a";
  8042. }
  8043. .fa-android:before {
  8044. content: "\f17b";
  8045. }
  8046. .fa-linux:before {
  8047. content: "\f17c";
  8048. }
  8049. .fa-dribbble:before {
  8050. content: "\f17d";
  8051. }
  8052. .fa-skype:before {
  8053. content: "\f17e";
  8054. }
  8055. .fa-foursquare:before {
  8056. content: "\f180";
  8057. }
  8058. .fa-trello:before {
  8059. content: "\f181";
  8060. }
  8061. .fa-female:before {
  8062. content: "\f182";
  8063. }
  8064. .fa-male:before {
  8065. content: "\f183";
  8066. }
  8067. .fa-gittip:before {
  8068. content: "\f184";
  8069. }
  8070. .fa-sun-o:before {
  8071. content: "\f185";
  8072. }
  8073. .fa-moon-o:before {
  8074. content: "\f186";
  8075. }
  8076. .fa-archive:before {
  8077. content: "\f187";
  8078. }
  8079. .fa-bug:before {
  8080. content: "\f188";
  8081. }
  8082. .fa-vk:before {
  8083. content: "\f189";
  8084. }
  8085. .fa-weibo:before {
  8086. content: "\f18a";
  8087. }
  8088. .fa-renren:before {
  8089. content: "\f18b";
  8090. }
  8091. .fa-pagelines:before {
  8092. content: "\f18c";
  8093. }
  8094. .fa-stack-exchange:before {
  8095. content: "\f18d";
  8096. }
  8097. .fa-arrow-circle-o-right:before {
  8098. content: "\f18e";
  8099. }
  8100. .fa-arrow-circle-o-left:before {
  8101. content: "\f190";
  8102. }
  8103. .fa-toggle-left:before,
  8104. .fa-caret-square-o-left:before {
  8105. content: "\f191";
  8106. }
  8107. .fa-dot-circle-o:before {
  8108. content: "\f192";
  8109. }
  8110. .fa-wheelchair:before {
  8111. content: "\f193";
  8112. }
  8113. .fa-vimeo-square:before {
  8114. content: "\f194";
  8115. }
  8116. .fa-turkish-lira:before,
  8117. .fa-try:before {
  8118. content: "\f195";
  8119. }
  8120. .fa-plus-square-o:before {
  8121. content: "\f196";
  8122. }
  8123. .fa-space-shuttle:before {
  8124. content: "\f197";
  8125. }
  8126. .fa-slack:before {
  8127. content: "\f198";
  8128. }
  8129. .fa-envelope-square:before {
  8130. content: "\f199";
  8131. }
  8132. .fa-wordpress:before {
  8133. content: "\f19a";
  8134. }
  8135. .fa-openid:before {
  8136. content: "\f19b";
  8137. }
  8138. .fa-institution:before,
  8139. .fa-bank:before,
  8140. .fa-university:before {
  8141. content: "\f19c";
  8142. }
  8143. .fa-mortar-board:before,
  8144. .fa-graduation-cap:before {
  8145. content: "\f19d";
  8146. }
  8147. .fa-yahoo:before {
  8148. content: "\f19e";
  8149. }
  8150. .fa-google:before {
  8151. content: "\f1a0";
  8152. }
  8153. .fa-reddit:before {
  8154. content: "\f1a1";
  8155. }
  8156. .fa-reddit-square:before {
  8157. content: "\f1a2";
  8158. }
  8159. .fa-stumbleupon-circle:before {
  8160. content: "\f1a3";
  8161. }
  8162. .fa-stumbleupon:before {
  8163. content: "\f1a4";
  8164. }
  8165. .fa-delicious:before {
  8166. content: "\f1a5";
  8167. }
  8168. .fa-digg:before {
  8169. content: "\f1a6";
  8170. }
  8171. .fa-pied-piper:before {
  8172. content: "\f1a7";
  8173. }
  8174. .fa-pied-piper-alt:before {
  8175. content: "\f1a8";
  8176. }
  8177. .fa-drupal:before {
  8178. content: "\f1a9";
  8179. }
  8180. .fa-joomla:before {
  8181. content: "\f1aa";
  8182. }
  8183. .fa-language:before {
  8184. content: "\f1ab";
  8185. }
  8186. .fa-fax:before {
  8187. content: "\f1ac";
  8188. }
  8189. .fa-building:before {
  8190. content: "\f1ad";
  8191. }
  8192. .fa-child:before {
  8193. content: "\f1ae";
  8194. }
  8195. .fa-paw:before {
  8196. content: "\f1b0";
  8197. }
  8198. .fa-spoon:before {
  8199. content: "\f1b1";
  8200. }
  8201. .fa-cube:before {
  8202. content: "\f1b2";
  8203. }
  8204. .fa-cubes:before {
  8205. content: "\f1b3";
  8206. }
  8207. .fa-behance:before {
  8208. content: "\f1b4";
  8209. }
  8210. .fa-behance-square:before {
  8211. content: "\f1b5";
  8212. }
  8213. .fa-steam:before {
  8214. content: "\f1b6";
  8215. }
  8216. .fa-steam-square:before {
  8217. content: "\f1b7";
  8218. }
  8219. .fa-recycle:before {
  8220. content: "\f1b8";
  8221. }
  8222. .fa-automobile:before,
  8223. .fa-car:before {
  8224. content: "\f1b9";
  8225. }
  8226. .fa-cab:before,
  8227. .fa-taxi:before {
  8228. content: "\f1ba";
  8229. }
  8230. .fa-tree:before {
  8231. content: "\f1bb";
  8232. }
  8233. .fa-spotify:before {
  8234. content: "\f1bc";
  8235. }
  8236. .fa-deviantart:before {
  8237. content: "\f1bd";
  8238. }
  8239. .fa-soundcloud:before {
  8240. content: "\f1be";
  8241. }
  8242. .fa-database:before {
  8243. content: "\f1c0";
  8244. }
  8245. .fa-file-pdf-o:before {
  8246. content: "\f1c1";
  8247. }
  8248. .fa-file-word-o:before {
  8249. content: "\f1c2";
  8250. }
  8251. .fa-file-excel-o:before {
  8252. content: "\f1c3";
  8253. }
  8254. .fa-file-powerpoint-o:before {
  8255. content: "\f1c4";
  8256. }
  8257. .fa-file-photo-o:before,
  8258. .fa-file-picture-o:before,
  8259. .fa-file-image-o:before {
  8260. content: "\f1c5";
  8261. }
  8262. .fa-file-zip-o:before,
  8263. .fa-file-archive-o:before {
  8264. content: "\f1c6";
  8265. }
  8266. .fa-file-sound-o:before,
  8267. .fa-file-audio-o:before {
  8268. content: "\f1c7";
  8269. }
  8270. .fa-file-movie-o:before,
  8271. .fa-file-video-o:before {
  8272. content: "\f1c8";
  8273. }
  8274. .fa-file-code-o:before {
  8275. content: "\f1c9";
  8276. }
  8277. .fa-vine:before {
  8278. content: "\f1ca";
  8279. }
  8280. .fa-codepen:before {
  8281. content: "\f1cb";
  8282. }
  8283. .fa-jsfiddle:before {
  8284. content: "\f1cc";
  8285. }
  8286. .fa-life-bouy:before,
  8287. .fa-life-buoy:before,
  8288. .fa-life-saver:before,
  8289. .fa-support:before,
  8290. .fa-life-ring:before {
  8291. content: "\f1cd";
  8292. }
  8293. .fa-circle-o-notch:before {
  8294. content: "\f1ce";
  8295. }
  8296. .fa-ra:before,
  8297. .fa-rebel:before {
  8298. content: "\f1d0";
  8299. }
  8300. .fa-ge:before,
  8301. .fa-empire:before {
  8302. content: "\f1d1";
  8303. }
  8304. .fa-git-square:before {
  8305. content: "\f1d2";
  8306. }
  8307. .fa-git:before {
  8308. content: "\f1d3";
  8309. }
  8310. .fa-hacker-news:before {
  8311. content: "\f1d4";
  8312. }
  8313. .fa-tencent-weibo:before {
  8314. content: "\f1d5";
  8315. }
  8316. .fa-qq:before {
  8317. content: "\f1d6";
  8318. }
  8319. .fa-wechat:before,
  8320. .fa-weixin:before {
  8321. content: "\f1d7";
  8322. }
  8323. .fa-send:before,
  8324. .fa-paper-plane:before {
  8325. content: "\f1d8";
  8326. }
  8327. .fa-send-o:before,
  8328. .fa-paper-plane-o:before {
  8329. content: "\f1d9";
  8330. }
  8331. .fa-history:before {
  8332. content: "\f1da";
  8333. }
  8334. .fa-circle-thin:before {
  8335. content: "\f1db";
  8336. }
  8337. .fa-header:before {
  8338. content: "\f1dc";
  8339. }
  8340. .fa-paragraph:before {
  8341. content: "\f1dd";
  8342. }
  8343. .fa-sliders:before {
  8344. content: "\f1de";
  8345. }
  8346. .fa-share-alt:before {
  8347. content: "\f1e0";
  8348. }
  8349. .fa-share-alt-square:before {
  8350. content: "\f1e1";
  8351. }
  8352. .fa-bomb:before {
  8353. content: "\f1e2";
  8354. }
  8355. .fa-soccer-ball-o:before,
  8356. .fa-futbol-o:before {
  8357. content: "\f1e3";
  8358. }
  8359. .fa-tty:before {
  8360. content: "\f1e4";
  8361. }
  8362. .fa-binoculars:before {
  8363. content: "\f1e5";
  8364. }
  8365. .fa-plug:before {
  8366. content: "\f1e6";
  8367. }
  8368. .fa-slideshare:before {
  8369. content: "\f1e7";
  8370. }
  8371. .fa-twitch:before {
  8372. content: "\f1e8";
  8373. }
  8374. .fa-yelp:before {
  8375. content: "\f1e9";
  8376. }
  8377. .fa-newspaper-o:before {
  8378. content: "\f1ea";
  8379. }
  8380. .fa-wifi:before {
  8381. content: "\f1eb";
  8382. }
  8383. .fa-calculator:before {
  8384. content: "\f1ec";
  8385. }
  8386. .fa-paypal:before {
  8387. content: "\f1ed";
  8388. }
  8389. .fa-google-wallet:before {
  8390. content: "\f1ee";
  8391. }
  8392. .fa-cc-visa:before {
  8393. content: "\f1f0";
  8394. }
  8395. .fa-cc-mastercard:before {
  8396. content: "\f1f1";
  8397. }
  8398. .fa-cc-discover:before {
  8399. content: "\f1f2";
  8400. }
  8401. .fa-cc-amex:before {
  8402. content: "\f1f3";
  8403. }
  8404. .fa-cc-paypal:before {
  8405. content: "\f1f4";
  8406. }
  8407. .fa-cc-stripe:before {
  8408. content: "\f1f5";
  8409. }
  8410. .fa-bell-slash:before {
  8411. content: "\f1f6";
  8412. }
  8413. .fa-bell-slash-o:before {
  8414. content: "\f1f7";
  8415. }
  8416. .fa-trash:before {
  8417. content: "\f1f8";
  8418. }
  8419. .fa-copyright:before {
  8420. content: "\f1f9";
  8421. }
  8422. .fa-at:before {
  8423. content: "\f1fa";
  8424. }
  8425. .fa-eyedropper:before {
  8426. content: "\f1fb";
  8427. }
  8428. .fa-paint-brush:before {
  8429. content: "\f1fc";
  8430. }
  8431. .fa-birthday-cake:before {
  8432. content: "\f1fd";
  8433. }
  8434. .fa-area-chart:before {
  8435. content: "\f1fe";
  8436. }
  8437. .fa-pie-chart:before {
  8438. content: "\f200";
  8439. }
  8440. .fa-line-chart:before {
  8441. content: "\f201";
  8442. }
  8443. .fa-lastfm:before {
  8444. content: "\f202";
  8445. }
  8446. .fa-lastfm-square:before {
  8447. content: "\f203";
  8448. }
  8449. .fa-toggle-off:before {
  8450. content: "\f204";
  8451. }
  8452. .fa-toggle-on:before {
  8453. content: "\f205";
  8454. }
  8455. .fa-bicycle:before {
  8456. content: "\f206";
  8457. }
  8458. .fa-bus:before {
  8459. content: "\f207";
  8460. }
  8461. .fa-ioxhost:before {
  8462. content: "\f208";
  8463. }
  8464. .fa-angellist:before {
  8465. content: "\f209";
  8466. }
  8467. .fa-cc:before {
  8468. content: "\f20a";
  8469. }
  8470. .fa-shekel:before,
  8471. .fa-sheqel:before,
  8472. .fa-ils:before {
  8473. content: "\f20b";
  8474. }
  8475. .fa-meanpath:before {
  8476. content: "\f20c";
  8477. }
  8478. /*!
  8479. *
  8480. * IPython base
  8481. *
  8482. */
  8483. .modal.fade .modal-dialog {
  8484. -webkit-transform: translate(0, 0);
  8485. -ms-transform: translate(0, 0);
  8486. -o-transform: translate(0, 0);
  8487. transform: translate(0, 0);
  8488. }
  8489. code {
  8490. color: #000;
  8491. }
  8492. pre {
  8493. font-size: inherit;
  8494. line-height: inherit;
  8495. }
  8496. label {
  8497. font-weight: normal;
  8498. }
  8499. /* Make the page background atleast 100% the height of the view port */
  8500. /* Make the page itself atleast 70% the height of the view port */
  8501. .border-box-sizing {
  8502. box-sizing: border-box;
  8503. -moz-box-sizing: border-box;
  8504. -webkit-box-sizing: border-box;
  8505. }
  8506. .corner-all {
  8507. border-radius: 2px;
  8508. }
  8509. .no-padding {
  8510. padding: 0px;
  8511. }
  8512. /* Flexible box model classes */
  8513. /* Taken from Alex Russell http://infrequently.org/2009/08/css-3-progress/ */
  8514. /* This file is a compatability layer. It allows the usage of flexible box
  8515. model layouts accross multiple browsers, including older browsers. The newest,
  8516. universal implementation of the flexible box model is used when available (see
  8517. `Modern browsers` comments below). Browsers that are known to implement this
  8518. new spec completely include:
  8519.  
  8520. Firefox 28.0+
  8521. Chrome 29.0+
  8522. Internet Explorer 11+
  8523. Opera 17.0+
  8524.  
  8525. Browsers not listed, including Safari, are supported via the styling under the
  8526. `Old browsers` comments below.
  8527. */
  8528. .hbox {
  8529. /* Old browsers */
  8530. display: -webkit-box;
  8531. -webkit-box-orient: horizontal;
  8532. -webkit-box-align: stretch;
  8533. display: -moz-box;
  8534. -moz-box-orient: horizontal;
  8535. -moz-box-align: stretch;
  8536. display: box;
  8537. box-orient: horizontal;
  8538. box-align: stretch;
  8539. /* Modern browsers */
  8540. display: flex;
  8541. flex-direction: row;
  8542. align-items: stretch;
  8543. }
  8544. .hbox > * {
  8545. /* Old browsers */
  8546. -webkit-box-flex: 0;
  8547. -moz-box-flex: 0;
  8548. box-flex: 0;
  8549. /* Modern browsers */
  8550. flex: none;
  8551. }
  8552. .vbox {
  8553. /* Old browsers */
  8554. display: -webkit-box;
  8555. -webkit-box-orient: vertical;
  8556. -webkit-box-align: stretch;
  8557. display: -moz-box;
  8558. -moz-box-orient: vertical;
  8559. -moz-box-align: stretch;
  8560. display: box;
  8561. box-orient: vertical;
  8562. box-align: stretch;
  8563. /* Modern browsers */
  8564. display: flex;
  8565. flex-direction: column;
  8566. align-items: stretch;
  8567. }
  8568. .vbox > * {
  8569. /* Old browsers */
  8570. -webkit-box-flex: 0;
  8571. -moz-box-flex: 0;
  8572. box-flex: 0;
  8573. /* Modern browsers */
  8574. flex: none;
  8575. }
  8576. .hbox.reverse,
  8577. .vbox.reverse,
  8578. .reverse {
  8579. /* Old browsers */
  8580. -webkit-box-direction: reverse;
  8581. -moz-box-direction: reverse;
  8582. box-direction: reverse;
  8583. /* Modern browsers */
  8584. flex-direction: row-reverse;
  8585. }
  8586. .hbox.box-flex0,
  8587. .vbox.box-flex0,
  8588. .box-flex0 {
  8589. /* Old browsers */
  8590. -webkit-box-flex: 0;
  8591. -moz-box-flex: 0;
  8592. box-flex: 0;
  8593. /* Modern browsers */
  8594. flex: none;
  8595. width: auto;
  8596. }
  8597. .hbox.box-flex1,
  8598. .vbox.box-flex1,
  8599. .box-flex1 {
  8600. /* Old browsers */
  8601. -webkit-box-flex: 1;
  8602. -moz-box-flex: 1;
  8603. box-flex: 1;
  8604. /* Modern browsers */
  8605. flex: 1;
  8606. }
  8607. .hbox.box-flex,
  8608. .vbox.box-flex,
  8609. .box-flex {
  8610. /* Old browsers */
  8611. /* Old browsers */
  8612. -webkit-box-flex: 1;
  8613. -moz-box-flex: 1;
  8614. box-flex: 1;
  8615. /* Modern browsers */
  8616. flex: 1;
  8617. }
  8618. .hbox.box-flex2,
  8619. .vbox.box-flex2,
  8620. .box-flex2 {
  8621. /* Old browsers */
  8622. -webkit-box-flex: 2;
  8623. -moz-box-flex: 2;
  8624. box-flex: 2;
  8625. /* Modern browsers */
  8626. flex: 2;
  8627. }
  8628. .box-group1 {
  8629. /* Deprecated */
  8630. -webkit-box-flex-group: 1;
  8631. -moz-box-flex-group: 1;
  8632. box-flex-group: 1;
  8633. }
  8634. .box-group2 {
  8635. /* Deprecated */
  8636. -webkit-box-flex-group: 2;
  8637. -moz-box-flex-group: 2;
  8638. box-flex-group: 2;
  8639. }
  8640. .hbox.start,
  8641. .vbox.start,
  8642. .start {
  8643. /* Old browsers */
  8644. -webkit-box-pack: start;
  8645. -moz-box-pack: start;
  8646. box-pack: start;
  8647. /* Modern browsers */
  8648. justify-content: flex-start;
  8649. }
  8650. .hbox.end,
  8651. .vbox.end,
  8652. .end {
  8653. /* Old browsers */
  8654. -webkit-box-pack: end;
  8655. -moz-box-pack: end;
  8656. box-pack: end;
  8657. /* Modern browsers */
  8658. justify-content: flex-end;
  8659. }
  8660. .hbox.center,
  8661. .vbox.center,
  8662. .center {
  8663. /* Old browsers */
  8664. -webkit-box-pack: center;
  8665. -moz-box-pack: center;
  8666. box-pack: center;
  8667. /* Modern browsers */
  8668. justify-content: center;
  8669. }
  8670. .hbox.baseline,
  8671. .vbox.baseline,
  8672. .baseline {
  8673. /* Old browsers */
  8674. -webkit-box-pack: baseline;
  8675. -moz-box-pack: baseline;
  8676. box-pack: baseline;
  8677. /* Modern browsers */
  8678. justify-content: baseline;
  8679. }
  8680. .hbox.stretch,
  8681. .vbox.stretch,
  8682. .stretch {
  8683. /* Old browsers */
  8684. -webkit-box-pack: stretch;
  8685. -moz-box-pack: stretch;
  8686. box-pack: stretch;
  8687. /* Modern browsers */
  8688. justify-content: stretch;
  8689. }
  8690. .hbox.align-start,
  8691. .vbox.align-start,
  8692. .align-start {
  8693. /* Old browsers */
  8694. -webkit-box-align: start;
  8695. -moz-box-align: start;
  8696. box-align: start;
  8697. /* Modern browsers */
  8698. align-items: flex-start;
  8699. }
  8700. .hbox.align-end,
  8701. .vbox.align-end,
  8702. .align-end {
  8703. /* Old browsers */
  8704. -webkit-box-align: end;
  8705. -moz-box-align: end;
  8706. box-align: end;
  8707. /* Modern browsers */
  8708. align-items: flex-end;
  8709. }
  8710. .hbox.align-center,
  8711. .vbox.align-center,
  8712. .align-center {
  8713. /* Old browsers */
  8714. -webkit-box-align: center;
  8715. -moz-box-align: center;
  8716. box-align: center;
  8717. /* Modern browsers */
  8718. align-items: center;
  8719. }
  8720. .hbox.align-baseline,
  8721. .vbox.align-baseline,
  8722. .align-baseline {
  8723. /* Old browsers */
  8724. -webkit-box-align: baseline;
  8725. -moz-box-align: baseline;
  8726. box-align: baseline;
  8727. /* Modern browsers */
  8728. align-items: baseline;
  8729. }
  8730. .hbox.align-stretch,
  8731. .vbox.align-stretch,
  8732. .align-stretch {
  8733. /* Old browsers */
  8734. -webkit-box-align: stretch;
  8735. -moz-box-align: stretch;
  8736. box-align: stretch;
  8737. /* Modern browsers */
  8738. align-items: stretch;
  8739. }
  8740. div.error {
  8741. margin: 2em;
  8742. text-align: center;
  8743. }
  8744. div.error > h1 {
  8745. font-size: 500%;
  8746. line-height: normal;
  8747. }
  8748. div.error > p {
  8749. font-size: 200%;
  8750. line-height: normal;
  8751. }
  8752. div.traceback-wrapper {
  8753. text-align: left;
  8754. max-width: 800px;
  8755. margin: auto;
  8756. }
  8757. /**
  8758. * Primary styles
  8759. *
  8760. * Author: Jupyter Development Team
  8761. */
  8762. body {
  8763. background-color: #fff;
  8764. /* This makes sure that the body covers the entire window and needs to
  8765. be in a different element than the display: box in wrapper below */
  8766. position: absolute;
  8767. left: 0px;
  8768. right: 0px;
  8769. top: 0px;
  8770. bottom: 0px;
  8771. overflow: visible;
  8772. }
  8773. body > #header {
  8774. /* Initially hidden to prevent FLOUC */
  8775. display: none;
  8776. background-color: #fff;
  8777. /* Display over codemirror */
  8778. position: relative;
  8779. z-index: 100;
  8780. }
  8781. body > #header #header-container {
  8782. padding-bottom: 5px;
  8783. padding-top: 5px;
  8784. box-sizing: border-box;
  8785. -moz-box-sizing: border-box;
  8786. -webkit-box-sizing: border-box;
  8787. }
  8788. body > #header .header-bar {
  8789. width: 100%;
  8790. height: 1px;
  8791. background: #e7e7e7;
  8792. margin-bottom: -1px;
  8793. }
  8794. @media print {
  8795. body > #header {
  8796. display: none !important;
  8797. }
  8798. }
  8799. #header-spacer {
  8800. width: 100%;
  8801. visibility: hidden;
  8802. }
  8803. @media print {
  8804. #header-spacer {
  8805. display: none;
  8806. }
  8807. }
  8808. #ipython_notebook {
  8809. padding-left: 0px;
  8810. padding-top: 1px;
  8811. padding-bottom: 1px;
  8812. }
  8813. @media (max-width: 991px) {
  8814. #ipython_notebook {
  8815. margin-left: 10px;
  8816. }
  8817. }
  8818. #noscript {
  8819. width: auto;
  8820. padding-top: 16px;
  8821. padding-bottom: 16px;
  8822. text-align: center;
  8823. font-size: 22px;
  8824. color: red;
  8825. font-weight: bold;
  8826. }
  8827. #ipython_notebook img {
  8828. height: 28px;
  8829. }
  8830. #site {
  8831. width: 100%;
  8832. display: none;
  8833. box-sizing: border-box;
  8834. -moz-box-sizing: border-box;
  8835. -webkit-box-sizing: border-box;
  8836. overflow: auto;
  8837. }
  8838. @media print {
  8839. #site {
  8840. height: auto !important;
  8841. }
  8842. }
  8843. /* Smaller buttons */
  8844. .ui-button .ui-button-text {
  8845. padding: 0.2em 0.8em;
  8846. font-size: 77%;
  8847. }
  8848. input.ui-button {
  8849. padding: 0.3em 0.9em;
  8850. }
  8851. span#login_widget {
  8852. float: right;
  8853. }
  8854. span#login_widget > .button,
  8855. #logout {
  8856. color: #333;
  8857. background-color: #fff;
  8858. border-color: #ccc;
  8859. }
  8860. span#login_widget > .button:focus,
  8861. #logout:focus,
  8862. span#login_widget > .button.focus,
  8863. #logout.focus {
  8864. color: #333;
  8865. background-color: #e6e6e6;
  8866. border-color: #8c8c8c;
  8867. }
  8868. span#login_widget > .button:hover,
  8869. #logout:hover {
  8870. color: #333;
  8871. background-color: #e6e6e6;
  8872. border-color: #adadad;
  8873. }
  8874. span#login_widget > .button:active,
  8875. #logout:active,
  8876. span#login_widget > .button.active,
  8877. #logout.active,
  8878. .open > .dropdown-togglespan#login_widget > .button,
  8879. .open > .dropdown-toggle#logout {
  8880. color: #333;
  8881. background-color: #e6e6e6;
  8882. border-color: #adadad;
  8883. }
  8884. span#login_widget > .button:active:hover,
  8885. #logout:active:hover,
  8886. span#login_widget > .button.active:hover,
  8887. #logout.active:hover,
  8888. .open > .dropdown-togglespan#login_widget > .button:hover,
  8889. .open > .dropdown-toggle#logout:hover,
  8890. span#login_widget > .button:active:focus,
  8891. #logout:active:focus,
  8892. span#login_widget > .button.active:focus,
  8893. #logout.active:focus,
  8894. .open > .dropdown-togglespan#login_widget > .button:focus,
  8895. .open > .dropdown-toggle#logout:focus,
  8896. span#login_widget > .button:active.focus,
  8897. #logout:active.focus,
  8898. span#login_widget > .button.active.focus,
  8899. #logout.active.focus,
  8900. .open > .dropdown-togglespan#login_widget > .button.focus,
  8901. .open > .dropdown-toggle#logout.focus {
  8902. color: #333;
  8903. background-color: #d4d4d4;
  8904. border-color: #8c8c8c;
  8905. }
  8906. span#login_widget > .button:active,
  8907. #logout:active,
  8908. span#login_widget > .button.active,
  8909. #logout.active,
  8910. .open > .dropdown-togglespan#login_widget > .button,
  8911. .open > .dropdown-toggle#logout {
  8912. background-image: none;
  8913. }
  8914. span#login_widget > .button.disabled:hover,
  8915. #logout.disabled:hover,
  8916. span#login_widget > .button[disabled]:hover,
  8917. #logout[disabled]:hover,
  8918. fieldset[disabled] span#login_widget > .button:hover,
  8919. fieldset[disabled] #logout:hover,
  8920. span#login_widget > .button.disabled:focus,
  8921. #logout.disabled:focus,
  8922. span#login_widget > .button[disabled]:focus,
  8923. #logout[disabled]:focus,
  8924. fieldset[disabled] span#login_widget > .button:focus,
  8925. fieldset[disabled] #logout:focus,
  8926. span#login_widget > .button.disabled.focus,
  8927. #logout.disabled.focus,
  8928. span#login_widget > .button[disabled].focus,
  8929. #logout[disabled].focus,
  8930. fieldset[disabled] span#login_widget > .button.focus,
  8931. fieldset[disabled] #logout.focus {
  8932. background-color: #fff;
  8933. border-color: #ccc;
  8934. }
  8935. span#login_widget > .button .badge,
  8936. #logout .badge {
  8937. color: #fff;
  8938. background-color: #333;
  8939. }
  8940. .nav-header {
  8941. text-transform: none;
  8942. }
  8943. #header > span {
  8944. margin-top: 10px;
  8945. }
  8946. .modal_stretch .modal-dialog {
  8947. /* Old browsers */
  8948. display: -webkit-box;
  8949. -webkit-box-orient: vertical;
  8950. -webkit-box-align: stretch;
  8951. display: -moz-box;
  8952. -moz-box-orient: vertical;
  8953. -moz-box-align: stretch;
  8954. display: box;
  8955. box-orient: vertical;
  8956. box-align: stretch;
  8957. /* Modern browsers */
  8958. display: flex;
  8959. flex-direction: column;
  8960. align-items: stretch;
  8961. min-height: 80vh;
  8962. }
  8963. .modal_stretch .modal-dialog .modal-body {
  8964. max-height: calc(100vh - 200px);
  8965. overflow: auto;
  8966. flex: 1;
  8967. }
  8968. @media (min-width: 768px) {
  8969. .modal .modal-dialog {
  8970. width: 700px;
  8971. }
  8972. }
  8973. @media (min-width: 768px) {
  8974. select.form-control {
  8975. margin-left: 12px;
  8976. margin-right: 12px;
  8977. }
  8978. }
  8979. /*!
  8980. *
  8981. * IPython auth
  8982. *
  8983. */
  8984. .center-nav {
  8985. display: inline-block;
  8986. margin-bottom: -4px;
  8987. }
  8988. /*!
  8989. *
  8990. * IPython tree view
  8991. *
  8992. */
  8993. /* We need an invisible input field on top of the sentense*/
  8994. /* "Drag file onto the list ..." */
  8995. .alternate_upload {
  8996. background-color: none;
  8997. display: inline;
  8998. }
  8999. .alternate_upload.form {
  9000. padding: 0;
  9001. margin: 0;
  9002. }
  9003. .alternate_upload input.fileinput {
  9004. text-align: center;
  9005. vertical-align: middle;
  9006. display: inline;
  9007. opacity: 0;
  9008. z-index: 2;
  9009. width: 12ex;
  9010. margin-right: -12ex;
  9011. }
  9012. .alternate_upload .btn-upload {
  9013. height: 22px;
  9014. }
  9015. /**
  9016. * Primary styles
  9017. *
  9018. * Author: Jupyter Development Team
  9019. */
  9020. ul#tabs {
  9021. margin-bottom: 4px;
  9022. }
  9023. ul#tabs a {
  9024. padding-top: 6px;
  9025. padding-bottom: 4px;
  9026. }
  9027. ul.breadcrumb a:focus,
  9028. ul.breadcrumb a:hover {
  9029. text-decoration: none;
  9030. }
  9031. ul.breadcrumb i.icon-home {
  9032. font-size: 16px;
  9033. margin-right: 4px;
  9034. }
  9035. ul.breadcrumb span {
  9036. color: #5e5e5e;
  9037. }
  9038. .list_toolbar {
  9039. padding: 4px 0 4px 0;
  9040. vertical-align: middle;
  9041. }
  9042. .list_toolbar .tree-buttons {
  9043. padding-top: 1px;
  9044. }
  9045. .dynamic-buttons {
  9046. padding-top: 3px;
  9047. display: inline-block;
  9048. }
  9049. .list_toolbar [class*="span"] {
  9050. min-height: 24px;
  9051. }
  9052. .list_header {
  9053. font-weight: bold;
  9054. background-color: #EEE;
  9055. }
  9056. .list_placeholder {
  9057. font-weight: bold;
  9058. padding-top: 4px;
  9059. padding-bottom: 4px;
  9060. padding-left: 7px;
  9061. padding-right: 7px;
  9062. }
  9063. .list_container {
  9064. margin-top: 4px;
  9065. margin-bottom: 20px;
  9066. border: 1px solid #ddd;
  9067. border-radius: 2px;
  9068. }
  9069. .list_container > div {
  9070. border-bottom: 1px solid #ddd;
  9071. }
  9072. .list_container > div:hover .list-item {
  9073. background-color: red;
  9074. }
  9075. .list_container > div:last-child {
  9076. border: none;
  9077. }
  9078. .list_item:hover .list_item {
  9079. background-color: #ddd;
  9080. }
  9081. .list_item a {
  9082. text-decoration: none;
  9083. }
  9084. .list_item:hover {
  9085. background-color: #fafafa;
  9086. }
  9087. .list_header > div,
  9088. .list_item > div {
  9089. padding-top: 4px;
  9090. padding-bottom: 4px;
  9091. padding-left: 7px;
  9092. padding-right: 7px;
  9093. line-height: 22px;
  9094. }
  9095. .list_header > div input,
  9096. .list_item > div input {
  9097. margin-right: 7px;
  9098. margin-left: 14px;
  9099. vertical-align: baseline;
  9100. line-height: 22px;
  9101. position: relative;
  9102. top: -1px;
  9103. }
  9104. .list_header > div .item_link,
  9105. .list_item > div .item_link {
  9106. margin-left: -1px;
  9107. vertical-align: baseline;
  9108. line-height: 22px;
  9109. }
  9110. .new-file input[type=checkbox] {
  9111. visibility: hidden;
  9112. }
  9113. .item_name {
  9114. line-height: 22px;
  9115. height: 24px;
  9116. }
  9117. .item_icon {
  9118. font-size: 14px;
  9119. color: #5e5e5e;
  9120. margin-right: 7px;
  9121. margin-left: 7px;
  9122. line-height: 22px;
  9123. vertical-align: baseline;
  9124. }
  9125. .item_buttons {
  9126. line-height: 1em;
  9127. margin-left: -5px;
  9128. }
  9129. .item_buttons .btn,
  9130. .item_buttons .btn-group,
  9131. .item_buttons .input-group {
  9132. float: left;
  9133. }
  9134. .item_buttons > .btn,
  9135. .item_buttons > .btn-group,
  9136. .item_buttons > .input-group {
  9137. margin-left: 5px;
  9138. }
  9139. .item_buttons .btn {
  9140. min-width: 13ex;
  9141. }
  9142. .item_buttons .running-indicator {
  9143. padding-top: 4px;
  9144. color: #5cb85c;
  9145. }
  9146. .item_buttons .kernel-name {
  9147. padding-top: 4px;
  9148. color: #5bc0de;
  9149. margin-right: 7px;
  9150. float: left;
  9151. }
  9152. .toolbar_info {
  9153. height: 24px;
  9154. line-height: 24px;
  9155. }
  9156. .list_item input:not([type=checkbox]) {
  9157. padding-top: 3px;
  9158. padding-bottom: 3px;
  9159. height: 22px;
  9160. line-height: 14px;
  9161. margin: 0px;
  9162. }
  9163. .highlight_text {
  9164. color: blue;
  9165. }
  9166. #project_name {
  9167. display: inline-block;
  9168. padding-left: 7px;
  9169. margin-left: -2px;
  9170. }
  9171. #project_name > .breadcrumb {
  9172. padding: 0px;
  9173. margin-bottom: 0px;
  9174. background-color: transparent;
  9175. font-weight: bold;
  9176. }
  9177. #tree-selector {
  9178. padding-right: 0px;
  9179. }
  9180. #button-select-all {
  9181. min-width: 50px;
  9182. }
  9183. #select-all {
  9184. margin-left: 7px;
  9185. margin-right: 2px;
  9186. }
  9187. .menu_icon {
  9188. margin-right: 2px;
  9189. }
  9190. .tab-content .row {
  9191. margin-left: 0px;
  9192. margin-right: 0px;
  9193. }
  9194. .folder_icon:before {
  9195. display: inline-block;
  9196. font: normal normal normal 14px/1 FontAwesome;
  9197. font-size: inherit;
  9198. text-rendering: auto;
  9199. -webkit-font-smoothing: antialiased;
  9200. -moz-osx-font-smoothing: grayscale;
  9201. content: "\f114";
  9202. }
  9203. .folder_icon:before.pull-left {
  9204. margin-right: .3em;
  9205. }
  9206. .folder_icon:before.pull-right {
  9207. margin-left: .3em;
  9208. }
  9209. .notebook_icon:before {
  9210. display: inline-block;
  9211. font: normal normal normal 14px/1 FontAwesome;
  9212. font-size: inherit;
  9213. text-rendering: auto;
  9214. -webkit-font-smoothing: antialiased;
  9215. -moz-osx-font-smoothing: grayscale;
  9216. content: "\f02d";
  9217. position: relative;
  9218. top: -1px;
  9219. }
  9220. .notebook_icon:before.pull-left {
  9221. margin-right: .3em;
  9222. }
  9223. .notebook_icon:before.pull-right {
  9224. margin-left: .3em;
  9225. }
  9226. .running_notebook_icon:before {
  9227. display: inline-block;
  9228. font: normal normal normal 14px/1 FontAwesome;
  9229. font-size: inherit;
  9230. text-rendering: auto;
  9231. -webkit-font-smoothing: antialiased;
  9232. -moz-osx-font-smoothing: grayscale;
  9233. content: "\f02d";
  9234. position: relative;
  9235. top: -1px;
  9236. color: #5cb85c;
  9237. }
  9238. .running_notebook_icon:before.pull-left {
  9239. margin-right: .3em;
  9240. }
  9241. .running_notebook_icon:before.pull-right {
  9242. margin-left: .3em;
  9243. }
  9244. .file_icon:before {
  9245. display: inline-block;
  9246. font: normal normal normal 14px/1 FontAwesome;
  9247. font-size: inherit;
  9248. text-rendering: auto;
  9249. -webkit-font-smoothing: antialiased;
  9250. -moz-osx-font-smoothing: grayscale;
  9251. content: "\f016";
  9252. position: relative;
  9253. top: -2px;
  9254. }
  9255. .file_icon:before.pull-left {
  9256. margin-right: .3em;
  9257. }
  9258. .file_icon:before.pull-right {
  9259. margin-left: .3em;
  9260. }
  9261. #notebook_toolbar .pull-right {
  9262. padding-top: 0px;
  9263. margin-right: -1px;
  9264. }
  9265. ul#new-menu {
  9266. left: auto;
  9267. right: 0;
  9268. }
  9269. .kernel-menu-icon {
  9270. padding-right: 12px;
  9271. width: 24px;
  9272. content: "\f096";
  9273. }
  9274. .kernel-menu-icon:before {
  9275. content: "\f096";
  9276. }
  9277. .kernel-menu-icon-current:before {
  9278. content: "\f00c";
  9279. }
  9280. #tab_content {
  9281. padding-top: 20px;
  9282. }
  9283. #running .panel-group .panel {
  9284. margin-top: 3px;
  9285. margin-bottom: 1em;
  9286. }
  9287. #running .panel-group .panel .panel-heading {
  9288. background-color: #EEE;
  9289. padding-top: 4px;
  9290. padding-bottom: 4px;
  9291. padding-left: 7px;
  9292. padding-right: 7px;
  9293. line-height: 22px;
  9294. }
  9295. #running .panel-group .panel .panel-heading a:focus,
  9296. #running .panel-group .panel .panel-heading a:hover {
  9297. text-decoration: none;
  9298. }
  9299. #running .panel-group .panel .panel-body {
  9300. padding: 0px;
  9301. }
  9302. #running .panel-group .panel .panel-body .list_container {
  9303. margin-top: 0px;
  9304. margin-bottom: 0px;
  9305. border: 0px;
  9306. border-radius: 0px;
  9307. }
  9308. #running .panel-group .panel .panel-body .list_container .list_item {
  9309. border-bottom: 1px solid #ddd;
  9310. }
  9311. #running .panel-group .panel .panel-body .list_container .list_item:last-child {
  9312. border-bottom: 0px;
  9313. }
  9314. .delete-button {
  9315. display: none;
  9316. }
  9317. .duplicate-button {
  9318. display: none;
  9319. }
  9320. .rename-button {
  9321. display: none;
  9322. }
  9323. .shutdown-button {
  9324. display: none;
  9325. }
  9326. .dynamic-instructions {
  9327. display: inline-block;
  9328. padding-top: 4px;
  9329. }
  9330. /*!
  9331. *
  9332. * IPython text editor webapp
  9333. *
  9334. */
  9335. .selected-keymap i.fa {
  9336. padding: 0px 5px;
  9337. }
  9338. .selected-keymap i.fa:before {
  9339. content: "\f00c";
  9340. }
  9341. #mode-menu {
  9342. overflow: auto;
  9343. max-height: 20em;
  9344. }
  9345. .edit_app #header {
  9346. -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
  9347. box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
  9348. }
  9349. .edit_app #menubar .navbar {
  9350. /* Use a negative 1 bottom margin, so the border overlaps the border of the
  9351. header */
  9352. margin-bottom: -1px;
  9353. }
  9354. .dirty-indicator {
  9355. display: inline-block;
  9356. font: normal normal normal 14px/1 FontAwesome;
  9357. font-size: inherit;
  9358. text-rendering: auto;
  9359. -webkit-font-smoothing: antialiased;
  9360. -moz-osx-font-smoothing: grayscale;
  9361. width: 20px;
  9362. }
  9363. .dirty-indicator.pull-left {
  9364. margin-right: .3em;
  9365. }
  9366. .dirty-indicator.pull-right {
  9367. margin-left: .3em;
  9368. }
  9369. .dirty-indicator-dirty {
  9370. display: inline-block;
  9371. font: normal normal normal 14px/1 FontAwesome;
  9372. font-size: inherit;
  9373. text-rendering: auto;
  9374. -webkit-font-smoothing: antialiased;
  9375. -moz-osx-font-smoothing: grayscale;
  9376. width: 20px;
  9377. }
  9378. .dirty-indicator-dirty.pull-left {
  9379. margin-right: .3em;
  9380. }
  9381. .dirty-indicator-dirty.pull-right {
  9382. margin-left: .3em;
  9383. }
  9384. .dirty-indicator-clean {
  9385. display: inline-block;
  9386. font: normal normal normal 14px/1 FontAwesome;
  9387. font-size: inherit;
  9388. text-rendering: auto;
  9389. -webkit-font-smoothing: antialiased;
  9390. -moz-osx-font-smoothing: grayscale;
  9391. width: 20px;
  9392. }
  9393. .dirty-indicator-clean.pull-left {
  9394. margin-right: .3em;
  9395. }
  9396. .dirty-indicator-clean.pull-right {
  9397. margin-left: .3em;
  9398. }
  9399. .dirty-indicator-clean:before {
  9400. display: inline-block;
  9401. font: normal normal normal 14px/1 FontAwesome;
  9402. font-size: inherit;
  9403. text-rendering: auto;
  9404. -webkit-font-smoothing: antialiased;
  9405. -moz-osx-font-smoothing: grayscale;
  9406. content: "\f00c";
  9407. }
  9408. .dirty-indicator-clean:before.pull-left {
  9409. margin-right: .3em;
  9410. }
  9411. .dirty-indicator-clean:before.pull-right {
  9412. margin-left: .3em;
  9413. }
  9414. #filename {
  9415. font-size: 16pt;
  9416. display: table;
  9417. padding: 0px 5px;
  9418. }
  9419. #current-mode {
  9420. padding-left: 5px;
  9421. padding-right: 5px;
  9422. }
  9423. #texteditor-backdrop {
  9424. padding-top: 20px;
  9425. padding-bottom: 20px;
  9426. }
  9427. @media not print {
  9428. #texteditor-backdrop {
  9429. background-color: #EEE;
  9430. }
  9431. }
  9432. @media print {
  9433. #texteditor-backdrop #texteditor-container .CodeMirror-gutter,
  9434. #texteditor-backdrop #texteditor-container .CodeMirror-gutters {
  9435. background-color: #fff;
  9436. }
  9437. }
  9438. @media not print {
  9439. #texteditor-backdrop #texteditor-container .CodeMirror-gutter,
  9440. #texteditor-backdrop #texteditor-container .CodeMirror-gutters {
  9441. background-color: #fff;
  9442. }
  9443. }
  9444. @media not print {
  9445. #texteditor-backdrop #texteditor-container {
  9446. padding: 0px;
  9447. background-color: #fff;
  9448. -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
  9449. box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
  9450. }
  9451. }
  9452. /*!
  9453. *
  9454. * IPython notebook
  9455. *
  9456. */
  9457. /* CSS font colors for translated ANSI colors. */
  9458. .ansibold {
  9459. font-weight: bold;
  9460. }
  9461. /* use dark versions for foreground, to improve visibility */
  9462. .ansiblack {
  9463. color: black;
  9464. }
  9465. .ansired {
  9466. color: darkred;
  9467. }
  9468. .ansigreen {
  9469. color: darkgreen;
  9470. }
  9471. .ansiyellow {
  9472. color: #c4a000;
  9473. }
  9474. .ansiblue {
  9475. color: darkblue;
  9476. }
  9477. .ansipurple {
  9478. color: darkviolet;
  9479. }
  9480. .ansicyan {
  9481. color: steelblue;
  9482. }
  9483. .ansigray {
  9484. color: gray;
  9485. }
  9486. /* and light for background, for the same reason */
  9487. .ansibgblack {
  9488. background-color: black;
  9489. }
  9490. .ansibgred {
  9491. background-color: red;
  9492. }
  9493. .ansibggreen {
  9494. background-color: green;
  9495. }
  9496. .ansibgyellow {
  9497. background-color: yellow;
  9498. }
  9499. .ansibgblue {
  9500. background-color: blue;
  9501. }
  9502. .ansibgpurple {
  9503. background-color: magenta;
  9504. }
  9505. .ansibgcyan {
  9506. background-color: cyan;
  9507. }
  9508. .ansibggray {
  9509. background-color: gray;
  9510. }
  9511. div.cell {
  9512. /* Old browsers */
  9513. display: -webkit-box;
  9514. -webkit-box-orient: vertical;
  9515. -webkit-box-align: stretch;
  9516. display: -moz-box;
  9517. -moz-box-orient: vertical;
  9518. -moz-box-align: stretch;
  9519. display: box;
  9520. box-orient: vertical;
  9521. box-align: stretch;
  9522. /* Modern browsers */
  9523. display: flex;
  9524. flex-direction: column;
  9525. align-items: stretch;
  9526. border-radius: 2px;
  9527. box-sizing: border-box;
  9528. -moz-box-sizing: border-box;
  9529. -webkit-box-sizing: border-box;
  9530. border-width: 1px;
  9531. border-style: solid;
  9532. border-color: transparent;
  9533. width: 100%;
  9534. padding: 5px;
  9535. /* This acts as a spacer between cells, that is outside the border */
  9536. margin: 0px;
  9537. outline: none;
  9538. border-left-width: 1px;
  9539. padding-left: 5px;
  9540. background: linear-gradient(to right, transparent -40px, transparent 1px, transparent 1px, transparent 100%);
  9541. }
  9542. div.cell.jupyter-soft-selected {
  9543. border-left-color: #90CAF9;
  9544. border-left-color: #E3F2FD;
  9545. border-left-width: 1px;
  9546. padding-left: 5px;
  9547. border-right-color: #E3F2FD;
  9548. border-right-width: 1px;
  9549. background: #E3F2FD;
  9550. }
  9551. @media print {
  9552. div.cell.jupyter-soft-selected {
  9553. border-color: transparent;
  9554. }
  9555. }
  9556. div.cell.selected {
  9557. border-color: #ababab;
  9558. border-left-width: 0px;
  9559. padding-left: 6px;
  9560. background: linear-gradient(to right, #42A5F5 -40px, #42A5F5 5px, transparent 5px, transparent 100%);
  9561. }
  9562. @media print {
  9563. div.cell.selected {
  9564. border-color: transparent;
  9565. }
  9566. }
  9567. div.cell.selected.jupyter-soft-selected {
  9568. border-left-width: 0;
  9569. padding-left: 6px;
  9570. background: linear-gradient(to right, #42A5F5 -40px, #42A5F5 7px, #E3F2FD 7px, #E3F2FD 100%);
  9571. }
  9572. .edit_mode div.cell.selected {
  9573. border-color: #66BB6A;
  9574. border-left-width: 0px;
  9575. padding-left: 6px;
  9576. background: linear-gradient(to right, #66BB6A -40px, #66BB6A 5px, transparent 5px, transparent 100%);
  9577. }
  9578. @media print {
  9579. .edit_mode div.cell.selected {
  9580. border-color: transparent;
  9581. }
  9582. }
  9583. .prompt {
  9584. /* This needs to be wide enough for 3 digit prompt numbers: In[100]: */
  9585. min-width: 14ex;
  9586. /* This padding is tuned to match the padding on the CodeMirror editor. */
  9587. padding: 0.4em;
  9588. margin: 0px;
  9589. font-family: monospace;
  9590. text-align: right;
  9591. /* This has to match that of the the CodeMirror class line-height below */
  9592. line-height: 1.21429em;
  9593. /* Don't highlight prompt number selection */
  9594. -webkit-touch-callout: none;
  9595. -webkit-user-select: none;
  9596. -khtml-user-select: none;
  9597. -moz-user-select: none;
  9598. -ms-user-select: none;
  9599. user-select: none;
  9600. /* Use default cursor */
  9601. cursor: default;
  9602. }
  9603. @media (max-width: 540px) {
  9604. .prompt {
  9605. text-align: left;
  9606. }
  9607. }
  9608. div.inner_cell {
  9609. /* Old browsers */
  9610. display: -webkit-box;
  9611. -webkit-box-orient: vertical;
  9612. -webkit-box-align: stretch;
  9613. display: -moz-box;
  9614. -moz-box-orient: vertical;
  9615. -moz-box-align: stretch;
  9616. display: box;
  9617. box-orient: vertical;
  9618. box-align: stretch;
  9619. /* Modern browsers */
  9620. display: flex;
  9621. flex-direction: column;
  9622. align-items: stretch;
  9623. /* Old browsers */
  9624. -webkit-box-flex: 1;
  9625. -moz-box-flex: 1;
  9626. box-flex: 1;
  9627. /* Modern browsers */
  9628. flex: 1;
  9629. }
  9630. @-moz-document url-prefix() {
  9631. div.inner_cell {
  9632. overflow-x: hidden;
  9633. }
  9634. }
  9635. /* input_area and input_prompt must match in top border and margin for alignment */
  9636. div.input_area {
  9637. border: 1px solid #cfcfcf;
  9638. border-radius: 2px;
  9639. background: #f7f7f7;
  9640. line-height: 1.21429em;
  9641. }
  9642. /* This is needed so that empty prompt areas can collapse to zero height when there
  9643. is no content in the output_subarea and the prompt. The main purpose of this is
  9644. to make sure that empty JavaScript output_subareas have no height. */
  9645. div.prompt:empty {
  9646. padding-top: 0;
  9647. padding-bottom: 0;
  9648. }
  9649. div.unrecognized_cell {
  9650. padding: 5px 5px 5px 0px;
  9651. /* Old browsers */
  9652. display: -webkit-box;
  9653. -webkit-box-orient: horizontal;
  9654. -webkit-box-align: stretch;
  9655. display: -moz-box;
  9656. -moz-box-orient: horizontal;
  9657. -moz-box-align: stretch;
  9658. display: box;
  9659. box-orient: horizontal;
  9660. box-align: stretch;
  9661. /* Modern browsers */
  9662. display: flex;
  9663. flex-direction: row;
  9664. align-items: stretch;
  9665. }
  9666. div.unrecognized_cell .inner_cell {
  9667. border-radius: 2px;
  9668. padding: 5px;
  9669. font-weight: bold;
  9670. color: red;
  9671. border: 1px solid #cfcfcf;
  9672. background: #eaeaea;
  9673. }
  9674. div.unrecognized_cell .inner_cell a {
  9675. color: inherit;
  9676. text-decoration: none;
  9677. }
  9678. div.unrecognized_cell .inner_cell a:hover {
  9679. color: inherit;
  9680. text-decoration: none;
  9681. }
  9682. @media (max-width: 540px) {
  9683. div.unrecognized_cell > div.prompt {
  9684. display: none;
  9685. }
  9686. }
  9687. div.code_cell {
  9688. /* avoid page breaking on code cells when printing */
  9689. }
  9690. @media print {
  9691. div.code_cell {
  9692. page-break-inside: avoid;
  9693. }
  9694. }
  9695. /* any special styling for code cells that are currently running goes here */
  9696. div.input {
  9697. page-break-inside: avoid;
  9698. /* Old browsers */
  9699. display: -webkit-box;
  9700. -webkit-box-orient: horizontal;
  9701. -webkit-box-align: stretch;
  9702. display: -moz-box;
  9703. -moz-box-orient: horizontal;
  9704. -moz-box-align: stretch;
  9705. display: box;
  9706. box-orient: horizontal;
  9707. box-align: stretch;
  9708. /* Modern browsers */
  9709. display: flex;
  9710. flex-direction: row;
  9711. align-items: stretch;
  9712. }
  9713. @media (max-width: 540px) {
  9714. div.input {
  9715. /* Old browsers */
  9716. display: -webkit-box;
  9717. -webkit-box-orient: vertical;
  9718. -webkit-box-align: stretch;
  9719. display: -moz-box;
  9720. -moz-box-orient: vertical;
  9721. -moz-box-align: stretch;
  9722. display: box;
  9723. box-orient: vertical;
  9724. box-align: stretch;
  9725. /* Modern browsers */
  9726. display: flex;
  9727. flex-direction: column;
  9728. align-items: stretch;
  9729. }
  9730. }
  9731. /* input_area and input_prompt must match in top border and margin for alignment */
  9732. div.input_prompt {
  9733. color: #303F9F;
  9734. border-top: 1px solid transparent;
  9735. }
  9736. div.input_area > div.highlight {
  9737. margin: 0.4em;
  9738. border: none;
  9739. padding: 0px;
  9740. background-color: transparent;
  9741. }
  9742. div.input_area > div.highlight > pre {
  9743. margin: 0px;
  9744. border: none;
  9745. padding: 0px;
  9746. background-color: transparent;
  9747. }
  9748. /* The following gets added to the <head> if it is detected that the user has a
  9749. * monospace font with inconsistent normal/bold/italic height. See
  9750. * notebookmain.js. Such fonts will have keywords vertically offset with
  9751. * respect to the rest of the text. The user should select a better font.
  9752. * See: https://github.com/ipython/ipython/issues/1503
  9753. *
  9754. * .CodeMirror span {
  9755. * vertical-align: bottom;
  9756. * }
  9757. */
  9758. .CodeMirror {
  9759. line-height: 1.21429em;
  9760. /* Changed from 1em to our global default */
  9761. font-size: 14px;
  9762. height: auto;
  9763. /* Changed to auto to autogrow */
  9764. background: none;
  9765. /* Changed from white to allow our bg to show through */
  9766. }
  9767. .CodeMirror-scroll {
  9768. /* The CodeMirror docs are a bit fuzzy on if overflow-y should be hidden or visible.*/
  9769. /* We have found that if it is visible, vertical scrollbars appear with font size changes.*/
  9770. overflow-y: hidden;
  9771. overflow-x: auto;
  9772. }
  9773. .CodeMirror-lines {
  9774. /* In CM2, this used to be 0.4em, but in CM3 it went to 4px. We need the em value because */
  9775. /* we have set a different line-height and want this to scale with that. */
  9776. padding: 0.4em;
  9777. }
  9778. .CodeMirror-linenumber {
  9779. padding: 0 8px 0 4px;
  9780. }
  9781. .CodeMirror-gutters {
  9782. border-bottom-left-radius: 2px;
  9783. border-top-left-radius: 2px;
  9784. }
  9785. .CodeMirror pre {
  9786. /* In CM3 this went to 4px from 0 in CM2. We need the 0 value because of how we size */
  9787. /* .CodeMirror-lines */
  9788. padding: 0;
  9789. border: 0;
  9790. border-radius: 0;
  9791. }
  9792. /*
  9793.  
  9794. Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>
  9795. Adapted from GitHub theme
  9796.  
  9797. */
  9798. .highlight-base {
  9799. color: #000;
  9800. }
  9801. .highlight-variable {
  9802. color: #000;
  9803. }
  9804. .highlight-variable-2 {
  9805. color: #1a1a1a;
  9806. }
  9807. .highlight-variable-3 {
  9808. color: #333333;
  9809. }
  9810. .highlight-string {
  9811. color: #BA2121;
  9812. }
  9813. .highlight-comment {
  9814. color: #408080;
  9815. font-style: italic;
  9816. }
  9817. .highlight-number {
  9818. color: #080;
  9819. }
  9820. .highlight-atom {
  9821. color: #88F;
  9822. }
  9823. .highlight-keyword {
  9824. color: #008000;
  9825. font-weight: bold;
  9826. }
  9827. .highlight-builtin {
  9828. color: #008000;
  9829. }
  9830. .highlight-error {
  9831. color: #f00;
  9832. }
  9833. .highlight-operator {
  9834. color: #AA22FF;
  9835. font-weight: bold;
  9836. }
  9837. .highlight-meta {
  9838. color: #AA22FF;
  9839. }
  9840. /* previously not defined, copying from default codemirror */
  9841. .highlight-def {
  9842. color: #00f;
  9843. }
  9844. .highlight-string-2 {
  9845. color: #f50;
  9846. }
  9847. .highlight-qualifier {
  9848. color: #555;
  9849. }
  9850. .highlight-bracket {
  9851. color: #997;
  9852. }
  9853. .highlight-tag {
  9854. color: #170;
  9855. }
  9856. .highlight-attribute {
  9857. color: #00c;
  9858. }
  9859. .highlight-header {
  9860. color: blue;
  9861. }
  9862. .highlight-quote {
  9863. color: #090;
  9864. }
  9865. .highlight-link {
  9866. color: #00c;
  9867. }
  9868. /* apply the same style to codemirror */
  9869. .cm-s-ipython span.cm-keyword {
  9870. color: #008000;
  9871. font-weight: bold;
  9872. }
  9873. .cm-s-ipython span.cm-atom {
  9874. color: #88F;
  9875. }
  9876. .cm-s-ipython span.cm-number {
  9877. color: #080;
  9878. }
  9879. .cm-s-ipython span.cm-def {
  9880. color: #00f;
  9881. }
  9882. .cm-s-ipython span.cm-variable {
  9883. color: #000;
  9884. }
  9885. .cm-s-ipython span.cm-operator {
  9886. color: #AA22FF;
  9887. font-weight: bold;
  9888. }
  9889. .cm-s-ipython span.cm-variable-2 {
  9890. color: #1a1a1a;
  9891. }
  9892. .cm-s-ipython span.cm-variable-3 {
  9893. color: #333333;
  9894. }
  9895. .cm-s-ipython span.cm-comment {
  9896. color: #408080;
  9897. font-style: italic;
  9898. }
  9899. .cm-s-ipython span.cm-string {
  9900. color: #BA2121;
  9901. }
  9902. .cm-s-ipython span.cm-string-2 {
  9903. color: #f50;
  9904. }
  9905. .cm-s-ipython span.cm-meta {
  9906. color: #AA22FF;
  9907. }
  9908. .cm-s-ipython span.cm-qualifier {
  9909. color: #555;
  9910. }
  9911. .cm-s-ipython span.cm-builtin {
  9912. color: #008000;
  9913. }
  9914. .cm-s-ipython span.cm-bracket {
  9915. color: #997;
  9916. }
  9917. .cm-s-ipython span.cm-tag {
  9918. color: #170;
  9919. }
  9920. .cm-s-ipython span.cm-attribute {
  9921. color: #00c;
  9922. }
  9923. .cm-s-ipython span.cm-header {
  9924. color: blue;
  9925. }
  9926. .cm-s-ipython span.cm-quote {
  9927. color: #090;
  9928. }
  9929. .cm-s-ipython span.cm-link {
  9930. color: #00c;
  9931. }
  9932. .cm-s-ipython span.cm-error {
  9933. color: #f00;
  9934. }
  9935. .cm-s-ipython span.cm-tab {
  9936. background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAMCAYAAAAkuj5RAAAAAXNSR0IArs4c6QAAAGFJREFUSMft1LsRQFAQheHPowAKoACx3IgEKtaEHujDjORSgWTH/ZOdnZOcM/sgk/kFFWY0qV8foQwS4MKBCS3qR6ixBJvElOobYAtivseIE120FaowJPN75GMu8j/LfMwNjh4HUpwg4LUAAAAASUVORK5CYII=);
  9937. background-position: right;
  9938. background-repeat: no-repeat;
  9939. }
  9940. div.output_wrapper {
  9941. /* this position must be relative to enable descendents to be absolute within it */
  9942. position: relative;
  9943. /* Old browsers */
  9944. display: -webkit-box;
  9945. -webkit-box-orient: vertical;
  9946. -webkit-box-align: stretch;
  9947. display: -moz-box;
  9948. -moz-box-orient: vertical;
  9949. -moz-box-align: stretch;
  9950. display: box;
  9951. box-orient: vertical;
  9952. box-align: stretch;
  9953. /* Modern browsers */
  9954. display: flex;
  9955. flex-direction: column;
  9956. align-items: stretch;
  9957. z-index: 1;
  9958. }
  9959. /* class for the output area when it should be height-limited */
  9960. div.output_scroll {
  9961. /* ideally, this would be max-height, but FF barfs all over that */
  9962. height: 24em;
  9963. /* FF needs this *and the wrapper* to specify full width, or it will shrinkwrap */
  9964. width: 100%;
  9965. overflow: auto;
  9966. border-radius: 2px;
  9967. -webkit-box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.8);
  9968. box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.8);
  9969. display: block;
  9970. }
  9971. /* output div while it is collapsed */
  9972. div.output_collapsed {
  9973. margin: 0px;
  9974. padding: 0px;
  9975. /* Old browsers */
  9976. display: -webkit-box;
  9977. -webkit-box-orient: vertical;
  9978. -webkit-box-align: stretch;
  9979. display: -moz-box;
  9980. -moz-box-orient: vertical;
  9981. -moz-box-align: stretch;
  9982. display: box;
  9983. box-orient: vertical;
  9984. box-align: stretch;
  9985. /* Modern browsers */
  9986. display: flex;
  9987. flex-direction: column;
  9988. align-items: stretch;
  9989. }
  9990. div.out_prompt_overlay {
  9991. height: 100%;
  9992. padding: 0px 0.4em;
  9993. position: absolute;
  9994. border-radius: 2px;
  9995. }
  9996. div.out_prompt_overlay:hover {
  9997. /* use inner shadow to get border that is computed the same on WebKit/FF */
  9998. -webkit-box-shadow: inset 0 0 1px #000;
  9999. box-shadow: inset 0 0 1px #000;
  10000. background: rgba(240, 240, 240, 0.5);
  10001. }
  10002. div.output_prompt {
  10003. color: #D84315;
  10004. }
  10005. /* This class is the outer container of all output sections. */
  10006. div.output_area {
  10007. padding: 0px;
  10008. page-break-inside: avoid;
  10009. /* Old browsers */
  10010. display: -webkit-box;
  10011. -webkit-box-orient: horizontal;
  10012. -webkit-box-align: stretch;
  10013. display: -moz-box;
  10014. -moz-box-orient: horizontal;
  10015. -moz-box-align: stretch;
  10016. display: box;
  10017. box-orient: horizontal;
  10018. box-align: stretch;
  10019. /* Modern browsers */
  10020. display: flex;
  10021. flex-direction: row;
  10022. align-items: stretch;
  10023. }
  10024. div.output_area .MathJax_Display {
  10025. text-align: left !important;
  10026. }
  10027. div.output_area .rendered_html table {
  10028. margin-left: 0;
  10029. margin-right: 0;
  10030. }
  10031. div.output_area .rendered_html img {
  10032. margin-left: 0;
  10033. margin-right: 0;
  10034. }
  10035. div.output_area img,
  10036. div.output_area svg {
  10037. max-width: 100%;
  10038. height: auto;
  10039. }
  10040. div.output_area img.unconfined,
  10041. div.output_area svg.unconfined {
  10042. max-width: none;
  10043. }
  10044. /* This is needed to protect the pre formating from global settings such
  10045. as that of bootstrap */
  10046. .output {
  10047. /* Old browsers */
  10048. display: -webkit-box;
  10049. -webkit-box-orient: vertical;
  10050. -webkit-box-align: stretch;
  10051. display: -moz-box;
  10052. -moz-box-orient: vertical;
  10053. -moz-box-align: stretch;
  10054. display: box;
  10055. box-orient: vertical;
  10056. box-align: stretch;
  10057. /* Modern browsers */
  10058. display: flex;
  10059. flex-direction: column;
  10060. align-items: stretch;
  10061. }
  10062. @media (max-width: 540px) {
  10063. div.output_area {
  10064. /* Old browsers */
  10065. display: -webkit-box;
  10066. -webkit-box-orient: vertical;
  10067. -webkit-box-align: stretch;
  10068. display: -moz-box;
  10069. -moz-box-orient: vertical;
  10070. -moz-box-align: stretch;
  10071. display: box;
  10072. box-orient: vertical;
  10073. box-align: stretch;
  10074. /* Modern browsers */
  10075. display: flex;
  10076. flex-direction: column;
  10077. align-items: stretch;
  10078. }
  10079. }
  10080. div.output_area pre {
  10081. margin: 0;
  10082. padding: 0;
  10083. border: 0;
  10084. vertical-align: baseline;
  10085. color: black;
  10086. background-color: transparent;
  10087. border-radius: 0;
  10088. }
  10089. /* This class is for the output subarea inside the output_area and after
  10090. the prompt div. */
  10091. div.output_subarea {
  10092. overflow-x: auto;
  10093. padding: 0.4em;
  10094. /* Old browsers */
  10095. -webkit-box-flex: 1;
  10096. -moz-box-flex: 1;
  10097. box-flex: 1;
  10098. /* Modern browsers */
  10099. flex: 1;
  10100. max-width: calc(100% - 14ex);
  10101. }
  10102. div.output_scroll div.output_subarea {
  10103. overflow-x: visible;
  10104. }
  10105. /* The rest of the output_* classes are for special styling of the different
  10106. output types */
  10107. /* all text output has this class: */
  10108. div.output_text {
  10109. text-align: left;
  10110. color: #000;
  10111. /* This has to match that of the the CodeMirror class line-height below */
  10112. line-height: 1.21429em;
  10113. }
  10114. /* stdout/stderr are 'text' as well as 'stream', but execute_result/error are *not* streams */
  10115. div.output_stderr {
  10116. background: #fdd;
  10117. /* very light red background for stderr */
  10118. }
  10119. div.output_latex {
  10120. text-align: left;
  10121. }
  10122. /* Empty output_javascript divs should have no height */
  10123. div.output_javascript:empty {
  10124. padding: 0;
  10125. }
  10126. .js-error {
  10127. color: darkred;
  10128. }
  10129. /* raw_input styles */
  10130. div.raw_input_container {
  10131. line-height: 1.21429em;
  10132. padding-top: 5px;
  10133. }
  10134. pre.raw_input_prompt {
  10135. /* nothing needed here. */
  10136. }
  10137. input.raw_input {
  10138. font-family: monospace;
  10139. font-size: inherit;
  10140. color: inherit;
  10141. width: auto;
  10142. /* make sure input baseline aligns with prompt */
  10143. vertical-align: baseline;
  10144. /* padding + margin = 0.5em between prompt and cursor */
  10145. padding: 0em 0.25em;
  10146. margin: 0em 0.25em;
  10147. }
  10148. input.raw_input:focus {
  10149. box-shadow: none;
  10150. }
  10151. p.p-space {
  10152. margin-bottom: 10px;
  10153. }
  10154. div.output_unrecognized {
  10155. padding: 5px;
  10156. font-weight: bold;
  10157. color: red;
  10158. }
  10159. div.output_unrecognized a {
  10160. color: inherit;
  10161. text-decoration: none;
  10162. }
  10163. div.output_unrecognized a:hover {
  10164. color: inherit;
  10165. text-decoration: none;
  10166. }
  10167. .rendered_html {
  10168. color: #000;
  10169. /* any extras will just be numbers: */
  10170. }
  10171. .rendered_html em {
  10172. font-style: italic;
  10173. }
  10174. .rendered_html strong {
  10175. font-weight: bold;
  10176. }
  10177. .rendered_html u {
  10178. text-decoration: underline;
  10179. }
  10180. .rendered_html :link {
  10181. text-decoration: underline;
  10182. }
  10183. .rendered_html :visited {
  10184. text-decoration: underline;
  10185. }
  10186. .rendered_html h1 {
  10187. font-size: 185.7%;
  10188. margin: 1.08em 0 0 0;
  10189. font-weight: bold;
  10190. line-height: 1.0;
  10191. }
  10192. .rendered_html h2 {
  10193. font-size: 157.1%;
  10194. margin: 1.27em 0 0 0;
  10195. font-weight: bold;
  10196. line-height: 1.0;
  10197. }
  10198. .rendered_html h3 {
  10199. font-size: 128.6%;
  10200. margin: 1.55em 0 0 0;
  10201. font-weight: bold;
  10202. line-height: 1.0;
  10203. }
  10204. .rendered_html h4 {
  10205. font-size: 100%;
  10206. margin: 2em 0 0 0;
  10207. font-weight: bold;
  10208. line-height: 1.0;
  10209. }
  10210. .rendered_html h5 {
  10211. font-size: 100%;
  10212. margin: 2em 0 0 0;
  10213. font-weight: bold;
  10214. line-height: 1.0;
  10215. font-style: italic;
  10216. }
  10217. .rendered_html h6 {
  10218. font-size: 100%;
  10219. margin: 2em 0 0 0;
  10220. font-weight: bold;
  10221. line-height: 1.0;
  10222. font-style: italic;
  10223. }
  10224. .rendered_html h1:first-child {
  10225. margin-top: 0.538em;
  10226. }
  10227. .rendered_html h2:first-child {
  10228. margin-top: 0.636em;
  10229. }
  10230. .rendered_html h3:first-child {
  10231. margin-top: 0.777em;
  10232. }
  10233. .rendered_html h4:first-child {
  10234. margin-top: 1em;
  10235. }
  10236. .rendered_html h5:first-child {
  10237. margin-top: 1em;
  10238. }
  10239. .rendered_html h6:first-child {
  10240. margin-top: 1em;
  10241. }
  10242. .rendered_html ul {
  10243. list-style: disc;
  10244. margin: 0em 2em;
  10245. padding-left: 0px;
  10246. }
  10247. .rendered_html ul ul {
  10248. list-style: square;
  10249. margin: 0em 2em;
  10250. }
  10251. .rendered_html ul ul ul {
  10252. list-style: circle;
  10253. margin: 0em 2em;
  10254. }
  10255. .rendered_html ol {
  10256. list-style: decimal;
  10257. margin: 0em 2em;
  10258. padding-left: 0px;
  10259. }
  10260. .rendered_html ol ol {
  10261. list-style: upper-alpha;
  10262. margin: 0em 2em;
  10263. }
  10264. .rendered_html ol ol ol {
  10265. list-style: lower-alpha;
  10266. margin: 0em 2em;
  10267. }
  10268. .rendered_html ol ol ol ol {
  10269. list-style: lower-roman;
  10270. margin: 0em 2em;
  10271. }
  10272. .rendered_html ol ol ol ol ol {
  10273. list-style: decimal;
  10274. margin: 0em 2em;
  10275. }
  10276. .rendered_html * + ul {
  10277. margin-top: 1em;
  10278. }
  10279. .rendered_html * + ol {
  10280. margin-top: 1em;
  10281. }
  10282. .rendered_html hr {
  10283. color: black;
  10284. background-color: black;
  10285. }
  10286. .rendered_html pre {
  10287. margin: 1em 2em;
  10288. }
  10289. .rendered_html pre,
  10290. .rendered_html code {
  10291. border: 0;
  10292. background-color: #fff;
  10293. color: #000;
  10294. font-size: 100%;
  10295. padding: 0px;
  10296. }
  10297. .rendered_html blockquote {
  10298. margin: 1em 2em;
  10299. }
  10300. .rendered_html table {
  10301. margin-left: auto;
  10302. margin-right: auto;
  10303. border: 1px solid black;
  10304. border-collapse: collapse;
  10305. }
  10306. .rendered_html tr,
  10307. .rendered_html th,
  10308. .rendered_html td {
  10309. border: 1px solid black;
  10310. border-collapse: collapse;
  10311. margin: 1em 2em;
  10312. }
  10313. .rendered_html td,
  10314. .rendered_html th {
  10315. text-align: left;
  10316. vertical-align: middle;
  10317. padding: 4px;
  10318. }
  10319. .rendered_html th {
  10320. font-weight: bold;
  10321. }
  10322. .rendered_html * + table {
  10323. margin-top: 1em;
  10324. }
  10325. .rendered_html p {
  10326. text-align: left;
  10327. }
  10328. .rendered_html * + p {
  10329. margin-top: 1em;
  10330. }
  10331. .rendered_html img {
  10332. display: block;
  10333. margin-left: auto;
  10334. margin-right: auto;
  10335. }
  10336. .rendered_html * + img {
  10337. margin-top: 1em;
  10338. }
  10339. .rendered_html img,
  10340. .rendered_html svg {
  10341. max-width: 100%;
  10342. height: auto;
  10343. }
  10344. .rendered_html img.unconfined,
  10345. .rendered_html svg.unconfined {
  10346. max-width: none;
  10347. }
  10348. div.text_cell {
  10349. /* Old browsers */
  10350. display: -webkit-box;
  10351. -webkit-box-orient: horizontal;
  10352. -webkit-box-align: stretch;
  10353. display: -moz-box;
  10354. -moz-box-orient: horizontal;
  10355. -moz-box-align: stretch;
  10356. display: box;
  10357. box-orient: horizontal;
  10358. box-align: stretch;
  10359. /* Modern browsers */
  10360. display: flex;
  10361. flex-direction: row;
  10362. align-items: stretch;
  10363. }
  10364. @media (max-width: 540px) {
  10365. div.text_cell > div.prompt {
  10366. display: none;
  10367. }
  10368. }
  10369. div.text_cell_render {
  10370. /*font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;*/
  10371. outline: none;
  10372. resize: none;
  10373. width: inherit;
  10374. border-style: none;
  10375. padding: 0.5em 0.5em 0.5em 0.4em;
  10376. color: #000;
  10377. box-sizing: border-box;
  10378. -moz-box-sizing: border-box;
  10379. -webkit-box-sizing: border-box;
  10380. }
  10381. a.anchor-link:link {
  10382. text-decoration: none;
  10383. padding: 0px 20px;
  10384. visibility: hidden;
  10385. }
  10386. h1:hover .anchor-link,
  10387. h2:hover .anchor-link,
  10388. h3:hover .anchor-link,
  10389. h4:hover .anchor-link,
  10390. h5:hover .anchor-link,
  10391. h6:hover .anchor-link {
  10392. visibility: visible;
  10393. }
  10394. .text_cell.rendered .input_area {
  10395. display: none;
  10396. }
  10397. .text_cell.rendered .rendered_html {
  10398. overflow-x: auto;
  10399. overflow-y: hidden;
  10400. }
  10401. .text_cell.unrendered .text_cell_render {
  10402. display: none;
  10403. }
  10404. .cm-header-1,
  10405. .cm-header-2,
  10406. .cm-header-3,
  10407. .cm-header-4,
  10408. .cm-header-5,
  10409. .cm-header-6 {
  10410. font-weight: bold;
  10411. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  10412. }
  10413. .cm-header-1 {
  10414. font-size: 185.7%;
  10415. }
  10416. .cm-header-2 {
  10417. font-size: 157.1%;
  10418. }
  10419. .cm-header-3 {
  10420. font-size: 128.6%;
  10421. }
  10422. .cm-header-4 {
  10423. font-size: 110%;
  10424. }
  10425. .cm-header-5 {
  10426. font-size: 100%;
  10427. font-style: italic;
  10428. }
  10429. .cm-header-6 {
  10430. font-size: 100%;
  10431. font-style: italic;
  10432. }
  10433. /*!
  10434. *
  10435. * IPython notebook webapp
  10436. *
  10437. */
  10438. @media (max-width: 767px) {
  10439. .notebook_app {
  10440. padding-left: 0px;
  10441. padding-right: 0px;
  10442. }
  10443. }
  10444. #ipython-main-app {
  10445. box-sizing: border-box;
  10446. -moz-box-sizing: border-box;
  10447. -webkit-box-sizing: border-box;
  10448. height: 100%;
  10449. }
  10450. div#notebook_panel {
  10451. margin: 0px;
  10452. padding: 0px;
  10453. box-sizing: border-box;
  10454. -moz-box-sizing: border-box;
  10455. -webkit-box-sizing: border-box;
  10456. height: 100%;
  10457. }
  10458. div#notebook {
  10459. font-size: 14px;
  10460. line-height: 20px;
  10461. overflow-y: hidden;
  10462. overflow-x: auto;
  10463. width: 100%;
  10464. /* This spaces the page away from the edge of the notebook area */
  10465. padding-top: 20px;
  10466. margin: 0px;
  10467. outline: none;
  10468. box-sizing: border-box;
  10469. -moz-box-sizing: border-box;
  10470. -webkit-box-sizing: border-box;
  10471. min-height: 100%;
  10472. }
  10473. @media not print {
  10474. #notebook-container {
  10475. padding: 15px;
  10476. background-color: #fff;
  10477. min-height: 0;
  10478. -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
  10479. box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
  10480. }
  10481. }
  10482. @media print {
  10483. #notebook-container {
  10484. width: 100%;
  10485. }
  10486. }
  10487. div.ui-widget-content {
  10488. border: 1px solid #ababab;
  10489. outline: none;
  10490. }
  10491. pre.dialog {
  10492. background-color: #f7f7f7;
  10493. border: 1px solid #ddd;
  10494. border-radius: 2px;
  10495. padding: 0.4em;
  10496. padding-left: 2em;
  10497. }
  10498. p.dialog {
  10499. padding: 0.2em;
  10500. }
  10501. /* Word-wrap output correctly. This is the CSS3 spelling, though Firefox seems
  10502. to not honor it correctly. Webkit browsers (Chrome, rekonq, Safari) do.
  10503. */
  10504. pre,
  10505. code,
  10506. kbd,
  10507. samp {
  10508. white-space: pre-wrap;
  10509. }
  10510. #fonttest {
  10511. font-family: monospace;
  10512. }
  10513. p {
  10514. margin-bottom: 0;
  10515. }
  10516. .end_space {
  10517. min-height: 100px;
  10518. transition: height .2s ease;
  10519. }
  10520. .notebook_app > #header {
  10521. -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
  10522. box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
  10523. }
  10524. @media not print {
  10525. .notebook_app {
  10526. background-color: #EEE;
  10527. }
  10528. }
  10529. kbd {
  10530. border-style: solid;
  10531. border-width: 1px;
  10532. box-shadow: none;
  10533. margin: 2px;
  10534. padding-left: 2px;
  10535. padding-right: 2px;
  10536. padding-top: 1px;
  10537. padding-bottom: 1px;
  10538. }
  10539. /* CSS for the cell toolbar */
  10540. .celltoolbar {
  10541. border: thin solid #CFCFCF;
  10542. border-bottom: none;
  10543. background: #EEE;
  10544. border-radius: 2px 2px 0px 0px;
  10545. width: 100%;
  10546. height: 29px;
  10547. padding-right: 4px;
  10548. /* Old browsers */
  10549. display: -webkit-box;
  10550. -webkit-box-orient: horizontal;
  10551. -webkit-box-align: stretch;
  10552. display: -moz-box;
  10553. -moz-box-orient: horizontal;
  10554. -moz-box-align: stretch;
  10555. display: box;
  10556. box-orient: horizontal;
  10557. box-align: stretch;
  10558. /* Modern browsers */
  10559. display: flex;
  10560. flex-direction: row;
  10561. align-items: stretch;
  10562. /* Old browsers */
  10563. -webkit-box-pack: end;
  10564. -moz-box-pack: end;
  10565. box-pack: end;
  10566. /* Modern browsers */
  10567. justify-content: flex-end;
  10568. display: -webkit-flex;
  10569. }
  10570. @media print {
  10571. .celltoolbar {
  10572. display: none;
  10573. }
  10574. }
  10575. .ctb_hideshow {
  10576. display: none;
  10577. vertical-align: bottom;
  10578. }
  10579. /* ctb_show is added to the ctb_hideshow div to show the cell toolbar.
  10580. Cell toolbars are only shown when the ctb_global_show class is also set.
  10581. */
  10582. .ctb_global_show .ctb_show.ctb_hideshow {
  10583. display: block;
  10584. }
  10585. .ctb_global_show .ctb_show + .input_area,
  10586. .ctb_global_show .ctb_show + div.text_cell_input,
  10587. .ctb_global_show .ctb_show ~ div.text_cell_render {
  10588. border-top-right-radius: 0px;
  10589. border-top-left-radius: 0px;
  10590. }
  10591. .ctb_global_show .ctb_show ~ div.text_cell_render {
  10592. border: 1px solid #cfcfcf;
  10593. }
  10594. .celltoolbar {
  10595. font-size: 87%;
  10596. padding-top: 3px;
  10597. }
  10598. .celltoolbar select {
  10599. display: block;
  10600. width: 100%;
  10601. height: 32px;
  10602. padding: 6px 12px;
  10603. font-size: 13px;
  10604. line-height: 1.42857143;
  10605. color: #555555;
  10606. background-color: #fff;
  10607. background-image: none;
  10608. border: 1px solid #ccc;
  10609. border-radius: 2px;
  10610. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  10611. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  10612. -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  10613. -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  10614. transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  10615. height: 30px;
  10616. padding: 5px 10px;
  10617. font-size: 12px;
  10618. line-height: 1.5;
  10619. border-radius: 1px;
  10620. width: inherit;
  10621. font-size: inherit;
  10622. height: 22px;
  10623. padding: 0px;
  10624. display: inline-block;
  10625. }
  10626. .celltoolbar select:focus {
  10627. border-color: #66afe9;
  10628. outline: 0;
  10629. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  10630. box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  10631. }
  10632. .celltoolbar select::-moz-placeholder {
  10633. color: #999;
  10634. opacity: 1;
  10635. }
  10636. .celltoolbar select:-ms-input-placeholder {
  10637. color: #999;
  10638. }
  10639. .celltoolbar select::-webkit-input-placeholder {
  10640. color: #999;
  10641. }
  10642. .celltoolbar select::-ms-expand {
  10643. border: 0;
  10644. background-color: transparent;
  10645. }
  10646. .celltoolbar select[disabled],
  10647. .celltoolbar select[readonly],
  10648. fieldset[disabled] .celltoolbar select {
  10649. background-color: #eeeeee;
  10650. opacity: 1;
  10651. }
  10652. .celltoolbar select[disabled],
  10653. fieldset[disabled] .celltoolbar select {
  10654. cursor: not-allowed;
  10655. }
  10656. textarea.celltoolbar select {
  10657. height: auto;
  10658. }
  10659. select.celltoolbar select {
  10660. height: 30px;
  10661. line-height: 30px;
  10662. }
  10663. textarea.celltoolbar select,
  10664. select[multiple].celltoolbar select {
  10665. height: auto;
  10666. }
  10667. .celltoolbar label {
  10668. margin-left: 5px;
  10669. margin-right: 5px;
  10670. }
  10671. .completions {
  10672. position: absolute;
  10673. z-index: 110;
  10674. overflow: hidden;
  10675. border: 1px solid #ababab;
  10676. border-radius: 2px;
  10677. -webkit-box-shadow: 0px 6px 10px -1px #adadad;
  10678. box-shadow: 0px 6px 10px -1px #adadad;
  10679. line-height: 1;
  10680. }
  10681. .completions select {
  10682. background: white;
  10683. outline: none;
  10684. border: none;
  10685. padding: 0px;
  10686. margin: 0px;
  10687. overflow: auto;
  10688. font-family: monospace;
  10689. font-size: 110%;
  10690. color: #000;
  10691. width: auto;
  10692. }
  10693. .completions select option.context {
  10694. color: #286090;
  10695. }
  10696. #kernel_logo_widget {
  10697. float: right !important;
  10698. float: right;
  10699. }
  10700. #kernel_logo_widget .current_kernel_logo {
  10701. display: none;
  10702. margin-top: -1px;
  10703. margin-bottom: -1px;
  10704. width: 32px;
  10705. height: 32px;
  10706. }
  10707. #menubar {
  10708. box-sizing: border-box;
  10709. -moz-box-sizing: border-box;
  10710. -webkit-box-sizing: border-box;
  10711. margin-top: 1px;
  10712. }
  10713. #menubar .navbar {
  10714. border-top: 1px;
  10715. border-radius: 0px 0px 2px 2px;
  10716. margin-bottom: 0px;
  10717. }
  10718. #menubar .navbar-toggle {
  10719. float: left;
  10720. padding-top: 7px;
  10721. padding-bottom: 7px;
  10722. border: none;
  10723. }
  10724. #menubar .navbar-collapse {
  10725. clear: left;
  10726. }
  10727. .nav-wrapper {
  10728. border-bottom: 1px solid #e7e7e7;
  10729. }
  10730. i.menu-icon {
  10731. padding-top: 4px;
  10732. }
  10733. ul#help_menu li a {
  10734. overflow: hidden;
  10735. padding-right: 2.2em;
  10736. }
  10737. ul#help_menu li a i {
  10738. margin-right: -1.2em;
  10739. }
  10740. .dropdown-submenu {
  10741. position: relative;
  10742. }
  10743. .dropdown-submenu > .dropdown-menu {
  10744. top: 0;
  10745. left: 100%;
  10746. margin-top: -6px;
  10747. margin-left: -1px;
  10748. }
  10749. .dropdown-submenu:hover > .dropdown-menu {
  10750. display: block;
  10751. }
  10752. .dropdown-submenu > a:after {
  10753. display: inline-block;
  10754. font: normal normal normal 14px/1 FontAwesome;
  10755. font-size: inherit;
  10756. text-rendering: auto;
  10757. -webkit-font-smoothing: antialiased;
  10758. -moz-osx-font-smoothing: grayscale;
  10759. display: block;
  10760. content: "\f0da";
  10761. float: right;
  10762. color: #333333;
  10763. margin-top: 2px;
  10764. margin-right: -10px;
  10765. }
  10766. .dropdown-submenu > a:after.pull-left {
  10767. margin-right: .3em;
  10768. }
  10769. .dropdown-submenu > a:after.pull-right {
  10770. margin-left: .3em;
  10771. }
  10772. .dropdown-submenu:hover > a:after {
  10773. color: #262626;
  10774. }
  10775. .dropdown-submenu.pull-left {
  10776. float: none;
  10777. }
  10778. .dropdown-submenu.pull-left > .dropdown-menu {
  10779. left: -100%;
  10780. margin-left: 10px;
  10781. }
  10782. #notification_area {
  10783. float: right !important;
  10784. float: right;
  10785. z-index: 10;
  10786. }
  10787. .indicator_area {
  10788. float: right !important;
  10789. float: right;
  10790. color: #777;
  10791. margin-left: 5px;
  10792. margin-right: 5px;
  10793. width: 11px;
  10794. z-index: 10;
  10795. text-align: center;
  10796. width: auto;
  10797. }
  10798. #kernel_indicator {
  10799. float: right !important;
  10800. float: right;
  10801. color: #777;
  10802. margin-left: 5px;
  10803. margin-right: 5px;
  10804. width: 11px;
  10805. z-index: 10;
  10806. text-align: center;
  10807. width: auto;
  10808. border-left: 1px solid;
  10809. }
  10810. #kernel_indicator .kernel_indicator_name {
  10811. padding-left: 5px;
  10812. padding-right: 5px;
  10813. }
  10814. #modal_indicator {
  10815. float: right !important;
  10816. float: right;
  10817. color: #777;
  10818. margin-left: 5px;
  10819. margin-right: 5px;
  10820. width: 11px;
  10821. z-index: 10;
  10822. text-align: center;
  10823. width: auto;
  10824. }
  10825. #readonly-indicator {
  10826. float: right !important;
  10827. float: right;
  10828. color: #777;
  10829. margin-left: 5px;
  10830. margin-right: 5px;
  10831. width: 11px;
  10832. z-index: 10;
  10833. text-align: center;
  10834. width: auto;
  10835. margin-top: 2px;
  10836. margin-bottom: 0px;
  10837. margin-left: 0px;
  10838. margin-right: 0px;
  10839. display: none;
  10840. }
  10841. .modal_indicator:before {
  10842. width: 1.28571429em;
  10843. text-align: center;
  10844. }
  10845. .edit_mode .modal_indicator:before {
  10846. display: inline-block;
  10847. font: normal normal normal 14px/1 FontAwesome;
  10848. font-size: inherit;
  10849. text-rendering: auto;
  10850. -webkit-font-smoothing: antialiased;
  10851. -moz-osx-font-smoothing: grayscale;
  10852. content: "\f040";
  10853. }
  10854. .edit_mode .modal_indicator:before.pull-left {
  10855. margin-right: .3em;
  10856. }
  10857. .edit_mode .modal_indicator:before.pull-right {
  10858. margin-left: .3em;
  10859. }
  10860. .command_mode .modal_indicator:before {
  10861. display: inline-block;
  10862. font: normal normal normal 14px/1 FontAwesome;
  10863. font-size: inherit;
  10864. text-rendering: auto;
  10865. -webkit-font-smoothing: antialiased;
  10866. -moz-osx-font-smoothing: grayscale;
  10867. content: ' ';
  10868. }
  10869. .command_mode .modal_indicator:before.pull-left {
  10870. margin-right: .3em;
  10871. }
  10872. .command_mode .modal_indicator:before.pull-right {
  10873. margin-left: .3em;
  10874. }
  10875. .kernel_idle_icon:before {
  10876. display: inline-block;
  10877. font: normal normal normal 14px/1 FontAwesome;
  10878. font-size: inherit;
  10879. text-rendering: auto;
  10880. -webkit-font-smoothing: antialiased;
  10881. -moz-osx-font-smoothing: grayscale;
  10882. content: "\f10c";
  10883. }
  10884. .kernel_idle_icon:before.pull-left {
  10885. margin-right: .3em;
  10886. }
  10887. .kernel_idle_icon:before.pull-right {
  10888. margin-left: .3em;
  10889. }
  10890. .kernel_busy_icon:before {
  10891. display: inline-block;
  10892. font: normal normal normal 14px/1 FontAwesome;
  10893. font-size: inherit;
  10894. text-rendering: auto;
  10895. -webkit-font-smoothing: antialiased;
  10896. -moz-osx-font-smoothing: grayscale;
  10897. content: "\f111";
  10898. }
  10899. .kernel_busy_icon:before.pull-left {
  10900. margin-right: .3em;
  10901. }
  10902. .kernel_busy_icon:before.pull-right {
  10903. margin-left: .3em;
  10904. }
  10905. .kernel_dead_icon:before {
  10906. display: inline-block;
  10907. font: normal normal normal 14px/1 FontAwesome;
  10908. font-size: inherit;
  10909. text-rendering: auto;
  10910. -webkit-font-smoothing: antialiased;
  10911. -moz-osx-font-smoothing: grayscale;
  10912. content: "\f1e2";
  10913. }
  10914. .kernel_dead_icon:before.pull-left {
  10915. margin-right: .3em;
  10916. }
  10917. .kernel_dead_icon:before.pull-right {
  10918. margin-left: .3em;
  10919. }
  10920. .kernel_disconnected_icon:before {
  10921. display: inline-block;
  10922. font: normal normal normal 14px/1 FontAwesome;
  10923. font-size: inherit;
  10924. text-rendering: auto;
  10925. -webkit-font-smoothing: antialiased;
  10926. -moz-osx-font-smoothing: grayscale;
  10927. content: "\f127";
  10928. }
  10929. .kernel_disconnected_icon:before.pull-left {
  10930. margin-right: .3em;
  10931. }
  10932. .kernel_disconnected_icon:before.pull-right {
  10933. margin-left: .3em;
  10934. }
  10935. .notification_widget {
  10936. color: #777;
  10937. z-index: 10;
  10938. background: rgba(240, 240, 240, 0.5);
  10939. margin-right: 4px;
  10940. color: #333;
  10941. background-color: #fff;
  10942. border-color: #ccc;
  10943. }
  10944. .notification_widget:focus,
  10945. .notification_widget.focus {
  10946. color: #333;
  10947. background-color: #e6e6e6;
  10948. border-color: #8c8c8c;
  10949. }
  10950. .notification_widget:hover {
  10951. color: #333;
  10952. background-color: #e6e6e6;
  10953. border-color: #adadad;
  10954. }
  10955. .notification_widget:active,
  10956. .notification_widget.active,
  10957. .open > .dropdown-toggle.notification_widget {
  10958. color: #333;
  10959. background-color: #e6e6e6;
  10960. border-color: #adadad;
  10961. }
  10962. .notification_widget:active:hover,
  10963. .notification_widget.active:hover,
  10964. .open > .dropdown-toggle.notification_widget:hover,
  10965. .notification_widget:active:focus,
  10966. .notification_widget.active:focus,
  10967. .open > .dropdown-toggle.notification_widget:focus,
  10968. .notification_widget:active.focus,
  10969. .notification_widget.active.focus,
  10970. .open > .dropdown-toggle.notification_widget.focus {
  10971. color: #333;
  10972. background-color: #d4d4d4;
  10973. border-color: #8c8c8c;
  10974. }
  10975. .notification_widget:active,
  10976. .notification_widget.active,
  10977. .open > .dropdown-toggle.notification_widget {
  10978. background-image: none;
  10979. }
  10980. .notification_widget.disabled:hover,
  10981. .notification_widget[disabled]:hover,
  10982. fieldset[disabled] .notification_widget:hover,
  10983. .notification_widget.disabled:focus,
  10984. .notification_widget[disabled]:focus,
  10985. fieldset[disabled] .notification_widget:focus,
  10986. .notification_widget.disabled.focus,
  10987. .notification_widget[disabled].focus,
  10988. fieldset[disabled] .notification_widget.focus {
  10989. background-color: #fff;
  10990. border-color: #ccc;
  10991. }
  10992. .notification_widget .badge {
  10993. color: #fff;
  10994. background-color: #333;
  10995. }
  10996. .notification_widget.warning {
  10997. color: #fff;
  10998. background-color: #f0ad4e;
  10999. border-color: #eea236;
  11000. }
  11001. .notification_widget.warning:focus,
  11002. .notification_widget.warning.focus {
  11003. color: #fff;
  11004. background-color: #ec971f;
  11005. border-color: #985f0d;
  11006. }
  11007. .notification_widget.warning:hover {
  11008. color: #fff;
  11009. background-color: #ec971f;
  11010. border-color: #d58512;
  11011. }
  11012. .notification_widget.warning:active,
  11013. .notification_widget.warning.active,
  11014. .open > .dropdown-toggle.notification_widget.warning {
  11015. color: #fff;
  11016. background-color: #ec971f;
  11017. border-color: #d58512;
  11018. }
  11019. .notification_widget.warning:active:hover,
  11020. .notification_widget.warning.active:hover,
  11021. .open > .dropdown-toggle.notification_widget.warning:hover,
  11022. .notification_widget.warning:active:focus,
  11023. .notification_widget.warning.active:focus,
  11024. .open > .dropdown-toggle.notification_widget.warning:focus,
  11025. .notification_widget.warning:active.focus,
  11026. .notification_widget.warning.active.focus,
  11027. .open > .dropdown-toggle.notification_widget.warning.focus {
  11028. color: #fff;
  11029. background-color: #d58512;
  11030. border-color: #985f0d;
  11031. }
  11032. .notification_widget.warning:active,
  11033. .notification_widget.warning.active,
  11034. .open > .dropdown-toggle.notification_widget.warning {
  11035. background-image: none;
  11036. }
  11037. .notification_widget.warning.disabled:hover,
  11038. .notification_widget.warning[disabled]:hover,
  11039. fieldset[disabled] .notification_widget.warning:hover,
  11040. .notification_widget.warning.disabled:focus,
  11041. .notification_widget.warning[disabled]:focus,
  11042. fieldset[disabled] .notification_widget.warning:focus,
  11043. .notification_widget.warning.disabled.focus,
  11044. .notification_widget.warning[disabled].focus,
  11045. fieldset[disabled] .notification_widget.warning.focus {
  11046. background-color: #f0ad4e;
  11047. border-color: #eea236;
  11048. }
  11049. .notification_widget.warning .badge {
  11050. color: #f0ad4e;
  11051. background-color: #fff;
  11052. }
  11053. .notification_widget.success {
  11054. color: #fff;
  11055. background-color: #5cb85c;
  11056. border-color: #4cae4c;
  11057. }
  11058. .notification_widget.success:focus,
  11059. .notification_widget.success.focus {
  11060. color: #fff;
  11061. background-color: #449d44;
  11062. border-color: #255625;
  11063. }
  11064. .notification_widget.success:hover {
  11065. color: #fff;
  11066. background-color: #449d44;
  11067. border-color: #398439;
  11068. }
  11069. .notification_widget.success:active,
  11070. .notification_widget.success.active,
  11071. .open > .dropdown-toggle.notification_widget.success {
  11072. color: #fff;
  11073. background-color: #449d44;
  11074. border-color: #398439;
  11075. }
  11076. .notification_widget.success:active:hover,
  11077. .notification_widget.success.active:hover,
  11078. .open > .dropdown-toggle.notification_widget.success:hover,
  11079. .notification_widget.success:active:focus,
  11080. .notification_widget.success.active:focus,
  11081. .open > .dropdown-toggle.notification_widget.success:focus,
  11082. .notification_widget.success:active.focus,
  11083. .notification_widget.success.active.focus,
  11084. .open > .dropdown-toggle.notification_widget.success.focus {
  11085. color: #fff;
  11086. background-color: #398439;
  11087. border-color: #255625;
  11088. }
  11089. .notification_widget.success:active,
  11090. .notification_widget.success.active,
  11091. .open > .dropdown-toggle.notification_widget.success {
  11092. background-image: none;
  11093. }
  11094. .notification_widget.success.disabled:hover,
  11095. .notification_widget.success[disabled]:hover,
  11096. fieldset[disabled] .notification_widget.success:hover,
  11097. .notification_widget.success.disabled:focus,
  11098. .notification_widget.success[disabled]:focus,
  11099. fieldset[disabled] .notification_widget.success:focus,
  11100. .notification_widget.success.disabled.focus,
  11101. .notification_widget.success[disabled].focus,
  11102. fieldset[disabled] .notification_widget.success.focus {
  11103. background-color: #5cb85c;
  11104. border-color: #4cae4c;
  11105. }
  11106. .notification_widget.success .badge {
  11107. color: #5cb85c;
  11108. background-color: #fff;
  11109. }
  11110. .notification_widget.info {
  11111. color: #fff;
  11112. background-color: #5bc0de;
  11113. border-color: #46b8da;
  11114. }
  11115. .notification_widget.info:focus,
  11116. .notification_widget.info.focus {
  11117. color: #fff;
  11118. background-color: #31b0d5;
  11119. border-color: #1b6d85;
  11120. }
  11121. .notification_widget.info:hover {
  11122. color: #fff;
  11123. background-color: #31b0d5;
  11124. border-color: #269abc;
  11125. }
  11126. .notification_widget.info:active,
  11127. .notification_widget.info.active,
  11128. .open > .dropdown-toggle.notification_widget.info {
  11129. color: #fff;
  11130. background-color: #31b0d5;
  11131. border-color: #269abc;
  11132. }
  11133. .notification_widget.info:active:hover,
  11134. .notification_widget.info.active:hover,
  11135. .open > .dropdown-toggle.notification_widget.info:hover,
  11136. .notification_widget.info:active:focus,
  11137. .notification_widget.info.active:focus,
  11138. .open > .dropdown-toggle.notification_widget.info:focus,
  11139. .notification_widget.info:active.focus,
  11140. .notification_widget.info.active.focus,
  11141. .open > .dropdown-toggle.notification_widget.info.focus {
  11142. color: #fff;
  11143. background-color: #269abc;
  11144. border-color: #1b6d85;
  11145. }
  11146. .notification_widget.info:active,
  11147. .notification_widget.info.active,
  11148. .open > .dropdown-toggle.notification_widget.info {
  11149. background-image: none;
  11150. }
  11151. .notification_widget.info.disabled:hover,
  11152. .notification_widget.info[disabled]:hover,
  11153. fieldset[disabled] .notification_widget.info:hover,
  11154. .notification_widget.info.disabled:focus,
  11155. .notification_widget.info[disabled]:focus,
  11156. fieldset[disabled] .notification_widget.info:focus,
  11157. .notification_widget.info.disabled.focus,
  11158. .notification_widget.info[disabled].focus,
  11159. fieldset[disabled] .notification_widget.info.focus {
  11160. background-color: #5bc0de;
  11161. border-color: #46b8da;
  11162. }
  11163. .notification_widget.info .badge {
  11164. color: #5bc0de;
  11165. background-color: #fff;
  11166. }
  11167. .notification_widget.danger {
  11168. color: #fff;
  11169. background-color: #d9534f;
  11170. border-color: #d43f3a;
  11171. }
  11172. .notification_widget.danger:focus,
  11173. .notification_widget.danger.focus {
  11174. color: #fff;
  11175. background-color: #c9302c;
  11176. border-color: #761c19;
  11177. }
  11178. .notification_widget.danger:hover {
  11179. color: #fff;
  11180. background-color: #c9302c;
  11181. border-color: #ac2925;
  11182. }
  11183. .notification_widget.danger:active,
  11184. .notification_widget.danger.active,
  11185. .open > .dropdown-toggle.notification_widget.danger {
  11186. color: #fff;
  11187. background-color: #c9302c;
  11188. border-color: #ac2925;
  11189. }
  11190. .notification_widget.danger:active:hover,
  11191. .notification_widget.danger.active:hover,
  11192. .open > .dropdown-toggle.notification_widget.danger:hover,
  11193. .notification_widget.danger:active:focus,
  11194. .notification_widget.danger.active:focus,
  11195. .open > .dropdown-toggle.notification_widget.danger:focus,
  11196. .notification_widget.danger:active.focus,
  11197. .notification_widget.danger.active.focus,
  11198. .open > .dropdown-toggle.notification_widget.danger.focus {
  11199. color: #fff;
  11200. background-color: #ac2925;
  11201. border-color: #761c19;
  11202. }
  11203. .notification_widget.danger:active,
  11204. .notification_widget.danger.active,
  11205. .open > .dropdown-toggle.notification_widget.danger {
  11206. background-image: none;
  11207. }
  11208. .notification_widget.danger.disabled:hover,
  11209. .notification_widget.danger[disabled]:hover,
  11210. fieldset[disabled] .notification_widget.danger:hover,
  11211. .notification_widget.danger.disabled:focus,
  11212. .notification_widget.danger[disabled]:focus,
  11213. fieldset[disabled] .notification_widget.danger:focus,
  11214. .notification_widget.danger.disabled.focus,
  11215. .notification_widget.danger[disabled].focus,
  11216. fieldset[disabled] .notification_widget.danger.focus {
  11217. background-color: #d9534f;
  11218. border-color: #d43f3a;
  11219. }
  11220. .notification_widget.danger .badge {
  11221. color: #d9534f;
  11222. background-color: #fff;
  11223. }
  11224. div#pager {
  11225. background-color: #fff;
  11226. font-size: 14px;
  11227. line-height: 20px;
  11228. overflow: hidden;
  11229. display: none;
  11230. position: fixed;
  11231. bottom: 0px;
  11232. width: 100%;
  11233. max-height: 50%;
  11234. padding-top: 8px;
  11235. -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
  11236. box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
  11237. /* Display over codemirror */
  11238. z-index: 100;
  11239. /* Hack which prevents jquery ui resizable from changing top. */
  11240. top: auto !important;
  11241. }
  11242. div#pager pre {
  11243. line-height: 1.21429em;
  11244. color: #000;
  11245. background-color: #f7f7f7;
  11246. padding: 0.4em;
  11247. }
  11248. div#pager #pager-button-area {
  11249. position: absolute;
  11250. top: 8px;
  11251. right: 20px;
  11252. }
  11253. div#pager #pager-contents {
  11254. position: relative;
  11255. overflow: auto;
  11256. width: 100%;
  11257. height: 100%;
  11258. }
  11259. div#pager #pager-contents #pager-container {
  11260. position: relative;
  11261. padding: 15px 0px;
  11262. box-sizing: border-box;
  11263. -moz-box-sizing: border-box;
  11264. -webkit-box-sizing: border-box;
  11265. }
  11266. div#pager .ui-resizable-handle {
  11267. top: 0px;
  11268. height: 8px;
  11269. background: #f7f7f7;
  11270. border-top: 1px solid #cfcfcf;
  11271. border-bottom: 1px solid #cfcfcf;
  11272. /* This injects handle bars (a short, wide = symbol) for
  11273. the resize handle. */
  11274. }
  11275. div#pager .ui-resizable-handle::after {
  11276. content: '';
  11277. top: 2px;
  11278. left: 50%;
  11279. height: 3px;
  11280. width: 30px;
  11281. margin-left: -15px;
  11282. position: absolute;
  11283. border-top: 1px solid #cfcfcf;
  11284. }
  11285. .quickhelp {
  11286. /* Old browsers */
  11287. display: -webkit-box;
  11288. -webkit-box-orient: horizontal;
  11289. -webkit-box-align: stretch;
  11290. display: -moz-box;
  11291. -moz-box-orient: horizontal;
  11292. -moz-box-align: stretch;
  11293. display: box;
  11294. box-orient: horizontal;
  11295. box-align: stretch;
  11296. /* Modern browsers */
  11297. display: flex;
  11298. flex-direction: row;
  11299. align-items: stretch;
  11300. line-height: 1.8em;
  11301. }
  11302. .shortcut_key {
  11303. display: inline-block;
  11304. width: 20ex;
  11305. text-align: right;
  11306. font-family: monospace;
  11307. }
  11308. .shortcut_descr {
  11309. display: inline-block;
  11310. /* Old browsers */
  11311. -webkit-box-flex: 1;
  11312. -moz-box-flex: 1;
  11313. box-flex: 1;
  11314. /* Modern browsers */
  11315. flex: 1;
  11316. }
  11317. span.save_widget {
  11318. margin-top: 6px;
  11319. }
  11320. span.save_widget span.filename {
  11321. height: 1em;
  11322. line-height: 1em;
  11323. padding: 3px;
  11324. margin-left: 16px;
  11325. border: none;
  11326. font-size: 146.5%;
  11327. border-radius: 2px;
  11328. }
  11329. span.save_widget span.filename:hover {
  11330. background-color: #e6e6e6;
  11331. }
  11332. span.checkpoint_status,
  11333. span.autosave_status {
  11334. font-size: small;
  11335. }
  11336. @media (max-width: 767px) {
  11337. span.save_widget {
  11338. font-size: small;
  11339. }
  11340. span.checkpoint_status,
  11341. span.autosave_status {
  11342. display: none;
  11343. }
  11344. }
  11345. @media (min-width: 768px) and (max-width: 991px) {
  11346. span.checkpoint_status {
  11347. display: none;
  11348. }
  11349. span.autosave_status {
  11350. font-size: x-small;
  11351. }
  11352. }
  11353. .toolbar {
  11354. padding: 0px;
  11355. margin-left: -5px;
  11356. margin-top: 2px;
  11357. margin-bottom: 5px;
  11358. box-sizing: border-box;
  11359. -moz-box-sizing: border-box;
  11360. -webkit-box-sizing: border-box;
  11361. }
  11362. .toolbar select,
  11363. .toolbar label {
  11364. width: auto;
  11365. vertical-align: middle;
  11366. margin-right: 2px;
  11367. margin-bottom: 0px;
  11368. display: inline;
  11369. font-size: 92%;
  11370. margin-left: 0.3em;
  11371. margin-right: 0.3em;
  11372. padding: 0px;
  11373. padding-top: 3px;
  11374. }
  11375. .toolbar .btn {
  11376. padding: 2px 8px;
  11377. }
  11378. .toolbar .btn-group {
  11379. margin-top: 0px;
  11380. margin-left: 5px;
  11381. }
  11382. #maintoolbar {
  11383. margin-bottom: -3px;
  11384. margin-top: -8px;
  11385. border: 0px;
  11386. min-height: 27px;
  11387. margin-left: 0px;
  11388. padding-top: 11px;
  11389. padding-bottom: 3px;
  11390. }
  11391. #maintoolbar .navbar-text {
  11392. float: none;
  11393. vertical-align: middle;
  11394. text-align: right;
  11395. margin-left: 5px;
  11396. margin-right: 0px;
  11397. margin-top: 0px;
  11398. }
  11399. .select-xs {
  11400. height: 24px;
  11401. }
  11402. .pulse,
  11403. .dropdown-menu > li > a.pulse,
  11404. li.pulse > a.dropdown-toggle,
  11405. li.pulse.open > a.dropdown-toggle {
  11406. background-color: #F37626;
  11407. color: white;
  11408. }
  11409. /**
  11410. * Primary styles
  11411. *
  11412. * Author: Jupyter Development Team
  11413. */
  11414. /** WARNING IF YOU ARE EDITTING THIS FILE, if this is a .css file, It has a lot
  11415. * of chance of beeing generated from the ../less/[samename].less file, you can
  11416. * try to get back the less file by reverting somme commit in history
  11417. **/
  11418. /*
  11419. * We'll try to get something pretty, so we
  11420. * have some strange css to have the scroll bar on
  11421. * the left with fix button on the top right of the tooltip
  11422. */
  11423. @-moz-keyframes fadeOut {
  11424. from {
  11425. opacity: 1;
  11426. }
  11427. to {
  11428. opacity: 0;
  11429. }
  11430. }
  11431. @-webkit-keyframes fadeOut {
  11432. from {
  11433. opacity: 1;
  11434. }
  11435. to {
  11436. opacity: 0;
  11437. }
  11438. }
  11439. @-moz-keyframes fadeIn {
  11440. from {
  11441. opacity: 0;
  11442. }
  11443. to {
  11444. opacity: 1;
  11445. }
  11446. }
  11447. @-webkit-keyframes fadeIn {
  11448. from {
  11449. opacity: 0;
  11450. }
  11451. to {
  11452. opacity: 1;
  11453. }
  11454. }
  11455. /*properties of tooltip after "expand"*/
  11456. .bigtooltip {
  11457. overflow: auto;
  11458. height: 200px;
  11459. -webkit-transition-property: height;
  11460. -webkit-transition-duration: 500ms;
  11461. -moz-transition-property: height;
  11462. -moz-transition-duration: 500ms;
  11463. transition-property: height;
  11464. transition-duration: 500ms;
  11465. }
  11466. /*properties of tooltip before "expand"*/
  11467. .smalltooltip {
  11468. -webkit-transition-property: height;
  11469. -webkit-transition-duration: 500ms;
  11470. -moz-transition-property: height;
  11471. -moz-transition-duration: 500ms;
  11472. transition-property: height;
  11473. transition-duration: 500ms;
  11474. text-overflow: ellipsis;
  11475. overflow: hidden;
  11476. height: 80px;
  11477. }
  11478. .tooltipbuttons {
  11479. position: absolute;
  11480. padding-right: 15px;
  11481. top: 0px;
  11482. right: 0px;
  11483. }
  11484. .tooltiptext {
  11485. /*avoid the button to overlap on some docstring*/
  11486. padding-right: 30px;
  11487. }
  11488. .ipython_tooltip {
  11489. max-width: 700px;
  11490. /*fade-in animation when inserted*/
  11491. -webkit-animation: fadeOut 400ms;
  11492. -moz-animation: fadeOut 400ms;
  11493. animation: fadeOut 400ms;
  11494. -webkit-animation: fadeIn 400ms;
  11495. -moz-animation: fadeIn 400ms;
  11496. animation: fadeIn 400ms;
  11497. vertical-align: middle;
  11498. background-color: #f7f7f7;
  11499. overflow: visible;
  11500. border: #ababab 1px solid;
  11501. outline: none;
  11502. padding: 3px;
  11503. margin: 0px;
  11504. padding-left: 7px;
  11505. font-family: monospace;
  11506. min-height: 50px;
  11507. -moz-box-shadow: 0px 6px 10px -1px #adadad;
  11508. -webkit-box-shadow: 0px 6px 10px -1px #adadad;
  11509. box-shadow: 0px 6px 10px -1px #adadad;
  11510. border-radius: 2px;
  11511. position: absolute;
  11512. z-index: 1000;
  11513. }
  11514. .ipython_tooltip a {
  11515. float: right;
  11516. }
  11517. .ipython_tooltip .tooltiptext pre {
  11518. border: 0;
  11519. border-radius: 0;
  11520. font-size: 100%;
  11521. background-color: #f7f7f7;
  11522. }
  11523. .pretooltiparrow {
  11524. left: 0px;
  11525. margin: 0px;
  11526. top: -16px;
  11527. width: 40px;
  11528. height: 16px;
  11529. overflow: hidden;
  11530. position: absolute;
  11531. }
  11532. .pretooltiparrow:before {
  11533. background-color: #f7f7f7;
  11534. border: 1px #ababab solid;
  11535. z-index: 11;
  11536. content: "";
  11537. position: absolute;
  11538. left: 15px;
  11539. top: 10px;
  11540. width: 25px;
  11541. height: 25px;
  11542. -webkit-transform: rotate(45deg);
  11543. -moz-transform: rotate(45deg);
  11544. -ms-transform: rotate(45deg);
  11545. -o-transform: rotate(45deg);
  11546. }
  11547. ul.typeahead-list i {
  11548. margin-left: -10px;
  11549. width: 18px;
  11550. }
  11551. ul.typeahead-list {
  11552. max-height: 80vh;
  11553. overflow: auto;
  11554. }
  11555. ul.typeahead-list > li > a {
  11556. /** Firefox bug **/
  11557. /* see https://github.com/jupyter/notebook/issues/559 */
  11558. white-space: normal;
  11559. }
  11560. .cmd-palette .modal-body {
  11561. padding: 7px;
  11562. }
  11563. .cmd-palette form {
  11564. background: white;
  11565. }
  11566. .cmd-palette input {
  11567. outline: none;
  11568. }
  11569. .no-shortcut {
  11570. display: none;
  11571. }
  11572. .command-shortcut:before {
  11573. content: "(command)";
  11574. padding-right: 3px;
  11575. color: #777777;
  11576. }
  11577. .edit-shortcut:before {
  11578. content: "(edit)";
  11579. padding-right: 3px;
  11580. color: #777777;
  11581. }
  11582. #find-and-replace #replace-preview .match,
  11583. #find-and-replace #replace-preview .insert {
  11584. background-color: #BBDEFB;
  11585. border-color: #90CAF9;
  11586. border-style: solid;
  11587. border-width: 1px;
  11588. border-radius: 0px;
  11589. }
  11590. #find-and-replace #replace-preview .replace .match {
  11591. background-color: #FFCDD2;
  11592. border-color: #EF9A9A;
  11593. border-radius: 0px;
  11594. }
  11595. #find-and-replace #replace-preview .replace .insert {
  11596. background-color: #C8E6C9;
  11597. border-color: #A5D6A7;
  11598. border-radius: 0px;
  11599. }
  11600. #find-and-replace #replace-preview {
  11601. max-height: 60vh;
  11602. overflow: auto;
  11603. }
  11604. #find-and-replace #replace-preview pre {
  11605. padding: 5px 10px;
  11606. }
  11607. .terminal-app {
  11608. background: #EEE;
  11609. }
  11610. .terminal-app #header {
  11611. background: #fff;
  11612. -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
  11613. box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
  11614. }
  11615. .terminal-app .terminal {
  11616. float: left;
  11617. font-family: monospace;
  11618. color: white;
  11619. background: black;
  11620. padding: 0.4em;
  11621. border-radius: 2px;
  11622. -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.4);
  11623. box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.4);
  11624. }
  11625. .terminal-app .terminal,
  11626. .terminal-app .terminal dummy-screen {
  11627. line-height: 1em;
  11628. font-size: 14px;
  11629. }
  11630. .terminal-app .terminal-cursor {
  11631. color: black;
  11632. background: white;
  11633. }
  11634. .terminal-app #terminado-container {
  11635. margin-top: 20px;
  11636. }
  11637. /*# sourceMappingURL=style.min.css.map */
  11638. </style>
  11639. <style type="text/css">
  11640. .highlight .hll { background-color: #ffffcc }
  11641. .highlight { background: #f8f8f8; }
  11642. .highlight .c { color: #408080; font-style: italic } /* Comment */
  11643. .highlight .err { border: 1px solid #FF0000 } /* Error */
  11644. .highlight .k { color: #008000; font-weight: bold } /* Keyword */
  11645. .highlight .o { color: #666666 } /* Operator */
  11646. .highlight .ch { color: #408080; font-style: italic } /* Comment.Hashbang */
  11647. .highlight .cm { color: #408080; font-style: italic } /* Comment.Multiline */
  11648. .highlight .cp { color: #BC7A00 } /* Comment.Preproc */
  11649. .highlight .cpf { color: #408080; font-style: italic } /* Comment.PreprocFile */
  11650. .highlight .c1 { color: #408080; font-style: italic } /* Comment.Single */
  11651. .highlight .cs { color: #408080; font-style: italic } /* Comment.Special */
  11652. .highlight .gd { color: #A00000 } /* Generic.Deleted */
  11653. .highlight .ge { font-style: italic } /* Generic.Emph */
  11654. .highlight .gr { color: #FF0000 } /* Generic.Error */
  11655. .highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
  11656. .highlight .gi { color: #00A000 } /* Generic.Inserted */
  11657. .highlight .go { color: #888888 } /* Generic.Output */
  11658. .highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
  11659. .highlight .gs { font-weight: bold } /* Generic.Strong */
  11660. .highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
  11661. .highlight .gt { color: #0044DD } /* Generic.Traceback */
  11662. .highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
  11663. .highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
  11664. .highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
  11665. .highlight .kp { color: #008000 } /* Keyword.Pseudo */
  11666. .highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
  11667. .highlight .kt { color: #B00040 } /* Keyword.Type */
  11668. .highlight .m { color: #666666 } /* Literal.Number */
  11669. .highlight .s { color: #BA2121 } /* Literal.String */
  11670. .highlight .na { color: #7D9029 } /* Name.Attribute */
  11671. .highlight .nb { color: #008000 } /* Name.Builtin */
  11672. .highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */
  11673. .highlight .no { color: #880000 } /* Name.Constant */
  11674. .highlight .nd { color: #AA22FF } /* Name.Decorator */
  11675. .highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */
  11676. .highlight .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
  11677. .highlight .nf { color: #0000FF } /* Name.Function */
  11678. .highlight .nl { color: #A0A000 } /* Name.Label */
  11679. .highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
  11680. .highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */
  11681. .highlight .nv { color: #19177C } /* Name.Variable */
  11682. .highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
  11683. .highlight .w { color: #bbbbbb } /* Text.Whitespace */
  11684. .highlight .mb { color: #666666 } /* Literal.Number.Bin */
  11685. .highlight .mf { color: #666666 } /* Literal.Number.Float */
  11686. .highlight .mh { color: #666666 } /* Literal.Number.Hex */
  11687. .highlight .mi { color: #666666 } /* Literal.Number.Integer */
  11688. .highlight .mo { color: #666666 } /* Literal.Number.Oct */
  11689. .highlight .sb { color: #BA2121 } /* Literal.String.Backtick */
  11690. .highlight .sc { color: #BA2121 } /* Literal.String.Char */
  11691. .highlight .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
  11692. .highlight .s2 { color: #BA2121 } /* Literal.String.Double */
  11693. .highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
  11694. .highlight .sh { color: #BA2121 } /* Literal.String.Heredoc */
  11695. .highlight .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
  11696. .highlight .sx { color: #008000 } /* Literal.String.Other */
  11697. .highlight .sr { color: #BB6688 } /* Literal.String.Regex */
  11698. .highlight .s1 { color: #BA2121 } /* Literal.String.Single */
  11699. .highlight .ss { color: #19177C } /* Literal.String.Symbol */
  11700. .highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */
  11701. .highlight .vc { color: #19177C } /* Name.Variable.Class */
  11702. .highlight .vg { color: #19177C } /* Name.Variable.Global */
  11703. .highlight .vi { color: #19177C } /* Name.Variable.Instance */
  11704. .highlight .il { color: #666666 } /* Literal.Number.Integer.Long */
  11705. </style>
  11706. <style type="text/css">
  11707.  
  11708. /* Temporary definitions which will become obsolete with Notebook release 5.0 */
  11709. .ansi-black-fg { color: #3E424D; }
  11710. .ansi-black-bg { background-color: #3E424D; }
  11711. .ansi-black-intense-fg { color: #282C36; }
  11712. .ansi-black-intense-bg { background-color: #282C36; }
  11713. .ansi-red-fg { color: #E75C58; }
  11714. .ansi-red-bg { background-color: #E75C58; }
  11715. .ansi-red-intense-fg { color: #B22B31; }
  11716. .ansi-red-intense-bg { background-color: #B22B31; }
  11717. .ansi-green-fg { color: #00A250; }
  11718. .ansi-green-bg { background-color: #00A250; }
  11719. .ansi-green-intense-fg { color: #007427; }
  11720. .ansi-green-intense-bg { background-color: #007427; }
  11721. .ansi-yellow-fg { color: #DDB62B; }
  11722. .ansi-yellow-bg { background-color: #DDB62B; }
  11723. .ansi-yellow-intense-fg { color: #B27D12; }
  11724. .ansi-yellow-intense-bg { background-color: #B27D12; }
  11725. .ansi-blue-fg { color: #208FFB; }
  11726. .ansi-blue-bg { background-color: #208FFB; }
  11727. .ansi-blue-intense-fg { color: #0065CA; }
  11728. .ansi-blue-intense-bg { background-color: #0065CA; }
  11729. .ansi-magenta-fg { color: #D160C4; }
  11730. .ansi-magenta-bg { background-color: #D160C4; }
  11731. .ansi-magenta-intense-fg { color: #A03196; }
  11732. .ansi-magenta-intense-bg { background-color: #A03196; }
  11733. .ansi-cyan-fg { color: #60C6C8; }
  11734. .ansi-cyan-bg { background-color: #60C6C8; }
  11735. .ansi-cyan-intense-fg { color: #258F8F; }
  11736. .ansi-cyan-intense-bg { background-color: #258F8F; }
  11737. .ansi-white-fg { color: #C5C1B4; }
  11738. .ansi-white-bg { background-color: #C5C1B4; }
  11739. .ansi-white-intense-fg { color: #A1A6B2; }
  11740. .ansi-white-intense-bg { background-color: #A1A6B2; }
  11741.  
  11742. .ansi-bold { font-weight: bold; }
  11743.  
  11744. </style>
  11745.  
  11746.  
  11747. <style type="text/css">
  11748. /* Overrides of notebook CSS for static HTML export */
  11749. .reveal {
  11750. font-size: 160%;
  11751. overflow-y: scroll;
  11752. }
  11753. .reveal pre {
  11754. width: inherit;
  11755. padding: 0.4em;
  11756. margin: 0px;
  11757. font-family: monospace, sans-serif;
  11758. font-size: 80%;
  11759. box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  11760. }
  11761. .reveal pre code {
  11762. padding: 0px;
  11763. }
  11764. .reveal section img {
  11765. border: 0px solid black;
  11766. box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  11767. }
  11768. .reveal i {
  11769. font-style: normal;
  11770. font-family: FontAwesome;
  11771. font-size: 2em;
  11772. }
  11773. .reveal .slides {
  11774. text-align: left;
  11775. }
  11776. .reveal.fade {
  11777. opacity: 1;
  11778. }
  11779. .reveal .progress {
  11780. position: static;
  11781. }
  11782. div.input_area {
  11783. padding: 0.06em;
  11784. }
  11785. div.code_cell {
  11786. background-color: transparent;
  11787. }
  11788. div.prompt {
  11789. width: 11ex;
  11790. padding: 0.4em;
  11791. margin: 0px;
  11792. font-family: monospace, sans-serif;
  11793. font-size: 80%;
  11794. text-align: right;
  11795. }
  11796. div.output_area pre {
  11797. font-family: monospace, sans-serif;
  11798. font-size: 80%;
  11799. }
  11800. div.output_prompt {
  11801. /* 5px right shift to account for margin in parent container */
  11802. margin: 5px 5px 0 0;
  11803. }
  11804. div.text_cell.rendered .rendered_html {
  11805. /* The H1 height seems miscalculated, we are just hidding the scrollbar */
  11806. overflow-y: hidden;
  11807. }
  11808. a.anchor-link {
  11809. /* There is still an anchor, we are only hidding it */
  11810. display: none;
  11811. }
  11812. .rendered_html p {
  11813. text-align: inherit;
  11814. }
  11815. </style>
  11816.  
  11817. <!-- Custom stylesheet, it must be in the same directory as the html file -->
  11818. <link rel="stylesheet" href="custom.css">
  11819.  
  11820. </head>
  11821.  
  11822.  
  11823. <body>
  11824.  
  11825.  
  11826. <div class="reveal">
  11827. <div class="slides">
  11828. <section><section>
  11829. <div class="cell border-box-sizing text_cell rendered">
  11830. <div class="prompt input_prompt">
  11831. </div>
  11832. <div class="inner_cell">
  11833. <div class="text_cell_render border-box-sizing rendered_html">
  11834. <h1 id="METODY-SZTUCZNEJ-INTELIGENCJI">METODY SZTUCZNEJ INTELIGENCJI<a class="anchor-link" href="#METODY-SZTUCZNEJ-INTELIGENCJI">&#182;</a></h1><h2 id="Por&#243;wnanie-popularnych-algorytm&#243;w-klasyfikacji">Por&#243;wnanie popularnych algorytm&#243;w klasyfikacji<a class="anchor-link" href="#Por&#243;wnanie-popularnych-algorytm&#243;w-klasyfikacji">&#182;</a></h2><h2 id="Klasyfikator-QDA">Klasyfikator QDA<a class="anchor-link" href="#Klasyfikator-QDA">&#182;</a></h2><div class="footer">
  11835.  
  11836. <h4>GRUPA 10:</h4>
  11837. </br>
  11838. <h4>Michał Roszkowski</h4>
  11839. <h5>Malwina Żegleń </h5>
  11840. </br>
  11841. </div>
  11842. </div>
  11843. </div>
  11844. </div></section></section><section><section>
  11845. <div class="cell border-box-sizing text_cell rendered">
  11846. <div class="prompt input_prompt">
  11847. </div>
  11848. <div class="inner_cell">
  11849. <div class="text_cell_render border-box-sizing rendered_html">
  11850. <h2 id="Algorytm-QDA">Algorytm QDA<a class="anchor-link" href="#Algorytm-QDA">&#182;</a></h2><div>
  11851. <div>
  11852. Kwadratowa analiza dyskryminacyjna, jest szczególnym przypadkiem klasyfikatora LDA, który z kolei opiera się na </br>
  11853. probalistycznym klasyfikatorze Bayessa. </br>
  11854. Jak nazwa wskazuje, klasyfikowana instancja jest reprezentowana przez wektor:
  11855. </div>
  11856. <div>
  11857. $$x=[x_1,x_2,...,x_n] $$
  11858.  
  11859. , gdzie n oznacza liczność atrybutów.
  11860.  
  11861. Przykładowo dla zbioru danych :
  11862. </div>
  11863. <div>
  11864. <table class="tg" style="float:left">
  11865. <tr>
  11866. <th class="tg-031e">l.p</th>
  11867. <th class="tg-031e">Wzrost</th>
  11868. <th class="tg-031e">Waga</th>
  11869. <th class="tg-031e">Cośtam</th>
  11870. <th class="tg-031e">Płeć</th>
  11871. </tr>
  11872. <tr>
  11873. <td class="tg-031e">1</td>
  11874. <td class="tg-031e">1,90</td>
  11875. <td class="tg-031e">90</td>
  11876. <td class="tg-031e">18</td>
  11877. <td class="tg-031e">M</td>
  11878. </tr>
  11879. <tr>
  11880. <td class="tg-031e">2</td>
  11881. <td class="tg-031e">1,60</td>
  11882. <td class="tg-031e">50</td>
  11883. <td class="tg-031e">13</td>
  11884. <td class="tg-031e">K</td>
  11885. </tr>
  11886. <tr>
  11887. <td class="tg-031e">3</td>
  11888. <td class="tg-031e">1,81</td>
  11889. <td class="tg-031e">70</td>
  11890. <td class="tg-031e">41</td>
  11891. <td class="tg-031e">M</td>
  11892. </tr>
  11893. <tr>
  11894. <td class="tg-031e">4</td>
  11895. <td class="tg-031e">1,76</td>
  11896. <td class="tg-031e">60</td>
  11897. <td class="tg-031e">12</td>
  11898. <td class="tg-031e">K</td>
  11899. </tr>
  11900. <tr>
  11901. <td class="tg-031e">5</td>
  11902. <td class="tg-031e">5,96</td>
  11903. <td class="tg-031e">210</td>
  11904. <td class="tg-031e">51</td>
  11905. <td class="tg-031e">K</td>
  11906. </tr>
  11907. </table>
  11908. </div>
  11909. <div style="clear:left;" >
  11910.  
  11911. .......
  11912. </div><p>$ P(C=M|X=x_i) = \frac{P(C=M)*P(X=x_i|C=M)}{P(X=x_i|C=M + P(X=x_i|C=K)}$</p>
  11913. <p>&lt;/div&gt;</p>
  11914.  
  11915. </div>
  11916. </div>
  11917. </div></section></section><section><section>
  11918. <div class="cell border-box-sizing text_cell rendered">
  11919. <div class="prompt input_prompt">
  11920. </div>
  11921. <div class="inner_cell">
  11922. <div class="text_cell_render border-box-sizing rendered_html">
  11923. <p>W przypadku kiedy mamy tylko dwie klasy warunkiem wystarczającym jest, żeby przypisać nasz obiekt do klasy, jeżeli prawdopodobieństwo jest większe od 0,5 tzn:</p>
  11924. <p>$ r(x)= \mbox{a posteriori } P(C=k | X=x) $</p>
  11925. <p>$h^{*}(x) = \begin{cases} 1, & \mbox{jezeli } r(x)\mbox{ jest > 0.5} \\ 0, & \mbox{w innym przypadku }\end{cases}$</p>
  11926. <p>jednak w przypadku, kiedy liczba klas k &gt;2</p>
  11927. <p>$ h^{*}(x) = \mbox{arg } max_i \mbox{ } P( \mbox{ Y=i | X= X } ) \mbox{ gdzie } i \in \{1,2,3,...,n\} $</p>
  11928. <p>Jednak najważniejszym parametrem klasyfikatorów Baysowskich, jest granica decyzyjna D, która określa granice pomiędzy klasami i oznacza się ją literą D i dla k={0;1}</p>
  11929. <p>$ D(h) = \{ x: P(Y=1 | X=x) =P(Y=0 | X=x) \}$</p>
  11930. <p>Algorytmy dyskryminacyjne są używanie w uczeniu maszynowym do znalezienia liniowej kombinacji cech, które najlepiej rozróżniają dwie lub więcej klas obiektów lub zdarzeń. Wynikowe kombinacje są używane jako klasyfikator liniowy lub, częściej, służą redukcji wymiarów do późniejszej klasyfikacji statystycznej.</p>
  11931. <p>Algorytmy QDA oraz LDA są ze sobą powiązane i od klasyfikatora Bayesowskiego odrózniają je przede wszystkim założenia:</p>
  11932. <ul>
  11933. <li>Mamy niewielką ilość klas, najlepiej II (QDA jest niewydajne dla b. dużych ilości wymiarów oraz wektorów x)</li>
  11934. <li>zakładamy, że $ f_k(x) $ ma rozkład Gaussowski</li>
  11935. <li>(w przypadku LDA) macierze kowariancji są dla wszystkich klas jednakowe</li>
  11936. </ul>
  11937.  
  11938. </div>
  11939. </div>
  11940. </div></section></section><section><section>
  11941. <div class="cell border-box-sizing text_cell rendered">
  11942. <div class="prompt input_prompt">
  11943. </div>
  11944. <div class="inner_cell">
  11945. <div class="text_cell_render border-box-sizing rendered_html">
  11946. <p>Zgodnie z założeniami należy oznaczyć kolejno:</p>
  11947. <p>$ P(X= x | Y=y)= f_y(x)=\frac{1}{(2\pi)^2 |\Sigma_k^{0.5}|} exp(-\frac{1}{2}(x-\mu_k)^T \Sigma_k^{-1}(x-\mu_k))$</p>
  11948. <p>a zatem:</p>
  11949. <p>$ \frac{P(X=x|Y=1)P(Y=1)}{P(X=x)}=\frac{P(X=x|Y=0)P(Y=0)}{P(X=x)} \rightarrow f_1(x)\pi_1=f_0(x)\pi_0 $</p>
  11950. <p>$ (\frac{1}{(2\pi)^2 |\Sigma_1^{0.5}|} exp(-\frac{1}{2}(x-\mu_1)^T \Sigma_1^{-1}(x-\mu_1)))\pi_1= (\frac{1}{(2\pi)^2 |\Sigma_0^{0.5}|} exp(-\frac{1}{2}(x-\mu_0)^T \Sigma_0^{-1}(x-\mu_0)))\pi_0$</p>
  11951. <p>$ log\frac{\pi_1}{\pi_0} -\frac{1}{2}(x^T\Sigma_1^{-1}x +\mu_1^T\Sigma_1^{-1}\mu_1-2x^T\Sigma_1^{-1}\mu_1-x^T\Sigma_0^{-1}x -\mu_0^T\Sigma_0^{-1}\mu_0+2x^T\Sigma_0^{-1}\mu_0)=0$</p>
  11952. <p>Zauważyć zatem można, że dla LDA, gdzie $\Sigma$ jest takie samo dla wszystkich $f_k(x)$, wyraz $x^T\Sigma_k^{-1}x $ ulegnie skróceniu i uzyskamy wzór:</p>
  11953. <p>$ log\frac{\pi_l}{\pi_m} -\frac{1}{2}(2x^T\Sigma^{-1}(\mu_l-\mu_m)+\mu_m^T\Sigma^{-1}\mu_m-\mu_l^T\Sigma^{-1}\mu_l)$</p>
  11954. <p>które ulega uproszczeniu do :</p>
  11955. <p>$x^T\alpha + \beta$</p>
  11956. <p>natomiast w przypadku algorytmu QDA, gdzie $\Sigma_m \neq \Sigma_n$ widać wyraźnie że badana funkcja granicy decyzyjnej jest nieliniowa i jest określona funkcją:</p>
  11957. <p>$ \delta_k(x) = -\frac{1}{2}x^T\Sigma_k^{-1}x+x^T\Sigma_k^{-1}\mu_k-\frac{1}{2}\mu_k^T\Sigma_k^{-1}\mu_k+log(\pi_k) \rightarrow \delta_k(x) = x^TAx+B^Tx+C$</p>
  11958.  
  11959. </div>
  11960. </div>
  11961. </div></section></section><section><section>
  11962. <div class="cell border-box-sizing text_cell rendered">
  11963. <div class="prompt input_prompt">
  11964. </div>
  11965. <div class="inner_cell">
  11966. <div class="text_cell_render border-box-sizing rendered_html">
  11967. <h1 id="Sekwencja-Testowa">Sekwencja Testowa<a class="anchor-link" href="#Sekwencja-Testowa">&#182;</a></h1><blockquote><p>Ponieważ dla danego klasyfikatora nie są znane prawdopodobieństwa, które musimy założyć a priori, spośród określonego zbioru
  11968. danych należy wybrać testową postalającą estymować parametry:</p>
  11969. <ul>
  11970. <li>$ \hat{\pi_k}=\hat{P}(Y=k)=\frac{n_k}{N}$</li>
  11971. <li>$ \hat{\mu_k}=\frac{1}{n_k}\sum\limits_{i:y_i=k}^{}x_i$</li>
  11972. <li>$ \hat{\Sigma_k}=\frac{1}{n_k}\sum\limits_{i:y_i=k}^{}(x_i-\hat{\mu_k})(x_i-\hat{\mu_k})^T$</li>
  11973. </ul>
  11974. </blockquote>
  11975.  
  11976. </div>
  11977. </div>
  11978. </div></section></section>
  11979. </div>
  11980. </div>
  11981.  
  11982. <script>
  11983.  
  11984. require(
  11985. {
  11986. // it makes sense to wait a little bit when you are loading
  11987. // reveal from a cdn in a slow connection environment
  11988. waitSeconds: 15
  11989. },
  11990. [
  11991. "reveal.js/lib/js/head.min.js",
  11992. "reveal.js/js/reveal.js"
  11993. ],
  11994.  
  11995. function(head, Reveal){
  11996.  
  11997. // Full list of configuration options available here: https://github.com/hakimel/reveal.js#configuration
  11998. Reveal.initialize({
  11999. controls: true,
  12000. progress: true,
  12001. history: true,
  12002.  
  12003. theme: Reveal.getQueryHash().theme, // available themes are in /css/theme
  12004. transition: Reveal.getQueryHash().transition || 'linear', // default/cube/page/concave/zoom/linear/none
  12005.  
  12006. // Optional libraries used to extend on reveal.js
  12007. dependencies: [
  12008. { src: "reveal.js/lib/js/classList.js",
  12009. condition: function() { return !document.body.classList; } },
  12010. { src: "reveal.js/plugin/notes/notes.js",
  12011. async: true,
  12012. condition: function() { return !!document.body.classList; } }
  12013. ]
  12014. });
  12015.  
  12016. var update = function(event){
  12017. if(MathJax.Hub.getAllJax(Reveal.getCurrentSlide())){
  12018. MathJax.Hub.Rerender(Reveal.getCurrentSlide());
  12019. }
  12020. };
  12021.  
  12022. Reveal.addEventListener('slidechanged', update);
  12023.  
  12024. var update_scroll = function(event){
  12025. $(".reveal").scrollTop(0);
  12026. };
  12027.  
  12028. Reveal.addEventListener('slidechanged', update_scroll);
  12029.  
  12030. }
  12031. );
  12032. </script>
  12033.  
  12034. </body>
  12035.  
  12036.  
  12037. </html>
Add Comment
Please, Sign In to add comment