Facebook
From CerberuS, 5 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 301
  1. /*!
  2.  * Bootstrap v3.3.7 (http://getbootstrap.com)
  3.  * Copyright 2011-2016 Twitter, Inc.
  4.  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  5.  */
  6. /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  7. html {
  8.   font-family: sans-serif;
  9.   -webkit-text-size-adjust: 100%;
  10.       -ms-text-size-adjust: 100%;
  11. }
  12. article,
  13. aside,
  14. details,
  15. figcaption,
  16. figure,
  17. footer,
  18. header,
  19. hgroup,
  20. main,
  21. menu,
  22. nav,
  23. section,
  24. summary {
  25.   display: block;
  26. }
  27. audio,
  28. canvas,
  29. progress,
  30. video {
  31.   display: inline-block;
  32.   vertical-align: baseline;
  33. }
  34. audio:not([controls]) {
  35.   display: none;
  36.   height: 0;
  37. }
  38. [hidden],
  39. template {
  40.   display: none;
  41. }
  42. abbr[title] {
  43.   border-bottom: 1px dotted;
  44. }
  45. b,
  46. strong {
  47.   font-weight: bold;
  48. }
  49. dfn {
  50.   font-style: italic;
  51. }
  52. h1 {
  53.   margin: .67em 0;
  54.   font-size: 2em;
  55. }
  56. mark {
  57.   color: #000;
  58.   background: #ff0;
  59. }
  60. small {
  61.   font-size: 80%;
  62. }
  63. sub,
  64. sup {
  65.   position: relative;
  66.   font-size: 75%;
  67.   line-height: 0;
  68.   vertical-align: baseline;
  69. }
  70. sup {
  71.   top: -.5em;
  72. }
  73. sub {
  74.   bottom: -.25em;
  75. }
  76. img {
  77.   border: 0;
  78. }
  79. svg:not(:root) {
  80.   overflow: hidden;
  81. }
  82. figure {
  83.   margin: 1em 40px;
  84. }
  85. hr {
  86.   height: 0;
  87.   -webkit-box-sizing: content-box;
  88.      -moz-box-sizing: content-box;
  89.           box-sizing: content-box;
  90. }
  91. pre {
  92.   overflow: auto;
  93. }
  94. code,
  95. kbd,
  96. pre,
  97. samp {
  98.   font-family: monospace, monospace;
  99.   font-size: 1em;
  100. }
  101. button,
  102. input,
  103. optgroup,
  104. select,
  105. textarea {
  106.   margin: 0;
  107.   font: inherit;
  108.   color: inherit;
  109. }
  110. button {
  111.   overflow: visible;
  112. }
  113. button,
  114. select {
  115.   text-transform: none;
  116. }
  117. button,
  118. html input[type="button"],
  119. input[type="reset"],
  120. input[type="submit"] {
  121.   -webkit-appearance: button;
  122.   cursor: pointer;
  123. }
  124. button[disabled],
  125. html input[disabled] {
  126.   cursor: default;
  127. }
  128. button::-moz-focus-inner,
  129. input::-moz-focus-inner {
  130.   padding: 0;
  131.   border: 0;
  132. }
  133. input {
  134.   line-height: normal;
  135. }
  136. input[type="checkbox"],
  137. input[type="radio"] {
  138.   -webkit-box-sizing: border-box;
  139.      -moz-box-sizing: border-box;
  140.           box-sizing: border-box;
  141.   padding: 0;
  142. }
  143. input[type="number"]::-webkit-inner-spin-button,
  144. input[type="number"]::-webkit-outer-spin-button {
  145.   height: auto;
  146. }
  147. input[type="search"] {
  148.   -webkit-box-sizing: content-box;
  149.      -moz-box-sizing: content-box;
  150.           box-sizing: content-box;
  151.   -webkit-appearance: textfield;
  152. }
  153. input[type="search"]::-webkit-search-cancel-button,
  154. input[type="search"]::-webkit-search-decoration {
  155.   -webkit-appearance: none;
  156. }
  157. textarea {
  158.   overflow: auto;
  159. }
  160. optgroup {
  161.   font-weight: bold;
  162. }
  163. table {
  164.   border-spacing: 0;
  165.   border-collapse: collapse;
  166. }
  167. td,
  168. th {
  169.   padding: 0;
  170. }
  171. /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  172. @media print {
  173.   *,
  174.   *:before,
  175.   *:after {
  176.     color: #000 !important;
  177.     text-shadow: none !important;
  178.     background: transparent !important;
  179.     -webkit-box-shadow: none !important;
  180.             box-shadow: none !important;
  181.   }
  182.   a,
  183.   a:visited {
  184.     text-decoration: underline;
  185.   }
  186.   a[href]:after {
  187.     content: " (" attr(href) ")";
  188.   }
  189.   abbr[title]:after {
  190.     content: " (" attr(title) ")";
  191.   }
  192.   a[href^="#"]:after,
  193.   a[href^="javascript:"]:after {
  194.     content: "";
  195.   }
  196.   pre,
  197.   blockquote {
  198.     border: 1px solid #999;
  199.  
  200.     page-break-inside: avoid;
  201.   }
  202.   thead {
  203.     display: table-header-group;
  204.   }
  205.   tr,
  206.   img {
  207.     page-break-inside: avoid;
  208.   }
  209.   img {
  210.     max-width: 100% !important;
  211.   }
  212.   p,
  213.   h2,
  214.   h3 {
  215.     orphans: 3;
  216.     widows: 3;
  217.   }
  218.   h2,
  219.   h3 {
  220.     page-break-after: avoid;
  221.   }
  222.   .navbar {
  223.     display: none;
  224.   }
  225.   .btn > .caret,
  226.   .dropup > .btn > .caret {
  227.     border-top-color: #000 !important;
  228.   }
  229.   .label {
  230.     border: 1px solid #000;
  231.   }
  232.   .table {
  233.     border-collapse: collapse !important;
  234.   }
  235.   .table td,
  236.   .table th {
  237.     background-color: #fff !important;
  238.   }
  239.   .table-bordered th,
  240.   .table-bordered td {
  241.     border: 1px solid #ddd !important;
  242.   }
  243. }
  244. @font-face {
  245.   font-family: 'Glyphicons Halflings';
  246.  
  247.   src: url('../fonts/glyphicons-halflings-regular.eot');
  248.   src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
  249. }
  250. .glyphicon {
  251.   position: relative;
  252.   top: 1px;
  253.   display: inline-block;
  254.   font-family: 'Glyphicons Halflings';
  255.   font-style: normal;
  256.   font-weight: normal;
  257.   line-height: 1;
  258.  
  259.   -webkit-font-smoothing: antialiased;
  260.   -moz-osx-font-smoothing: grayscale;
  261. }
  262. .glyphicon-asterisk:before {
  263.   content: "\002a";
  264. }
  265. .glyphicon-plus:before {
  266.   content: "\002b";
  267. }
  268. .glyphicon-euro:before,
  269. .glyphicon-eur:before {
  270.   content: "\20ac";
  271. }
  272. .glyphicon-minus:before {
  273.   content: "\2212";
  274. }
  275. .glyphicon-cloud:before {
  276.   content: "\2601";
  277. }
  278. .glyphicon-envelope:before {
  279.   content: "\2709";
  280. }
  281. .glyphicon-pencil:before {
  282.   content: "\270f";
  283. }
  284. .glyphicon-glass:before {
  285.   content: "\e001";
  286. }
  287. .glyphicon-music:before {
  288.   content: "\e002";
  289. }
  290. .glyphicon-search:before {
  291.   content: "\e003";
  292. }
  293. .glyphicon-heart:before {
  294.   content: "\e005";
  295. }
  296. .glyphicon-star:before {
  297.   content: "\e006";
  298. }
  299. .glyphicon-star-empty:before {
  300.   content: "\e007";
  301. }
  302. .glyphicon-user:before {
  303.   content: "\e008";
  304. }
  305. .glyphicon-film:before {
  306.   content: "\e009";
  307. }
  308. .glyphicon-th-large:before {
  309.   content: "\e010";
  310. }
  311. .glyphicon-th:before {
  312.   content: "\e011";
  313. }
  314. .glyphicon-th-list:before {
  315.   content: "\e012";
  316. }
  317. .glyphicon-ok:before {
  318.   content: "\e013";
  319. }
  320. .glyphicon-remove:before {
  321.   content: "\e014";
  322. }
  323. .glyphicon-zoom-in:before {
  324.   content: "\e015";
  325. }
  326. .glyphicon-zoom-out:before {
  327.   content: "\e016";
  328. }
  329. .glyphicon-off:before {
  330.   content: "\e017";
  331. }
  332. .glyphicon-signal:before {
  333.   content: "\e018";
  334. }
  335. .glyphicon-cog:before {
  336.   content: "\e019";
  337. }
  338. .glyphicon-trash:before {
  339.   content: "\e020";
  340. }
  341. .glyphicon-home:before {
  342.   content: "\e021";
  343. }
  344. .glyphicon-file:before {
  345.   content: "\e022";
  346. }
  347. .glyphicon-time:before {
  348.   content: "\e023";
  349. }
  350. .glyphicon-road:before {
  351.   content: "\e024";
  352. }
  353. .glyphicon-download-alt:before {
  354.   content: "\e025";
  355. }
  356. .glyphicon-download:before {
  357.   content: "\e026";
  358. }
  359. .glyphicon-upload:before {
  360.   content: "\e027";
  361. }
  362. .glyphicon-inbox:before {
  363.   content: "\e028";
  364. }
  365. .glyphicon-play-circle:before {
  366.   content: "\e029";
  367. }
  368. .glyphicon-repeat:before {
  369.   content: "\e030";
  370. }
  371. .glyphicon-refresh:before {
  372.   content: "\e031";
  373. }
  374. .glyphicon-list-alt:before {
  375.   content: "\e032";
  376. }
  377. .glyphicon-lock:before {
  378.   content: "\e033";
  379. }
  380. .glyphicon-flag:before {
  381.   content: "\e034";
  382. }
  383. .glyphicon-headphones:before {
  384.   content: "\e035";
  385. }
  386. .glyphicon-volume-off:before {
  387.   content: "\e036";
  388. }
  389. .glyphicon-volume-down:before {
  390.   content: "\e037";
  391. }
  392. .glyphicon-volume-up:before {
  393.   content: "\e038";
  394. }
  395. .glyphicon-qrcode:before {
  396.   content: "\e039";
  397. }
  398. .glyphicon-barcode:before {
  399.   content: "\e040";
  400. }
  401. .glyphicon-tag:before {
  402.   content: "\e041";
  403. }
  404. .glyphicon-tags:before {
  405.   content: "\e042";
  406. }
  407. .glyphicon-book:before {
  408.   content: "\e043";
  409. }
  410. .glyphicon-bookmark:before {
  411.   content: "\e044";
  412. }
  413. .glyphicon-print:before {
  414.   content: "\e045";
  415. }
  416. .glyphicon-camera:before {
  417.   content: "\e046";
  418. }
  419. .glyphicon-font:before {
  420.   content: "\e047";
  421. }
  422. .glyphicon-bold:before {
  423.   content: "\e048";
  424. }
  425. .glyphicon-italic:before {
  426.   content: "\e049";
  427. }
  428. .glyphicon-text-height:before {
  429.   content: "\e050";
  430. }
  431. .glyphicon-text-width:before {
  432.   content: "\e051";
  433. }
  434. .glyphicon-align-left:before {
  435.   content: "\e052";
  436. }
  437. .glyphicon-align-center:before {
  438.   content: "\e053";
  439. }
  440. .glyphicon-align-right:before {
  441.   content: "\e054";
  442. }
  443. .glyphicon-align-justify:before {
  444.   content: "\e055";
  445. }
  446. .glyphicon-list:before {
  447.   content: "\e056";
  448. }
  449. .glyphicon-indent-left:before {
  450.   content: "\e057";
  451. }
  452. .glyphicon-indent-right:before {
  453.   content: "\e058";
  454. }
  455. .glyphicon-facetime-video:before {
  456.   content: "\e059";
  457. }
  458. .glyphicon-picture:before {
  459.   content: "\e060";
  460. }
  461. .glyphicon-map-marker:before {
  462.   content: "\e062";
  463. }
  464. .glyphicon-adjust:before {
  465.   content: "\e063";
  466. }
  467. .glyphicon-tint:before {
  468.   content: "\e064";
  469. }
  470. .glyphicon-edit:before {
  471.   content: "\e065";
  472. }
  473. .glyphicon-share:before {
  474.   content: "\e066";
  475. }
  476. .glyphicon-check:before {
  477.   content: "\e067";
  478. }
  479. .glyphicon-move:before {
  480.   content: "\e068";
  481. }
  482. .glyphicon-step-backward:before {
  483.   content: "\e069";
  484. }
  485. .glyphicon-fast-backward:before {
  486.   content: "\e070";
  487. }
  488. .glyphicon-backward:before {
  489.   content: "\e071";
  490. }
  491. .glyphicon-play:before {
  492.   content: "\e072";
  493. }
  494. .glyphicon-pause:before {
  495.   content: "\e073";
  496. }
  497. .glyphicon-stop:before {
  498.   content: "\e074";
  499. }
  500. .glyphicon-forward:before {
  501.   content: "\e075";
  502. }
  503. .glyphicon-fast-forward:before {
  504.   content: "\e076";
  505. }
  506. .glyphicon-step-forward:before {
  507.   content: "\e077";
  508. }
  509. .glyphicon-eject:before {
  510.   content: "\e078";
  511. }
  512. .glyphicon-chevron-left:before {
  513.   content: "\e079";
  514. }
  515. .glyphicon-chevron-right:before {
  516.   content: "\e080";
  517. }
  518. .glyphicon-plus-sign:before {
  519.   content: "\e081";
  520. }
  521. .glyphicon-minus-sign:before {
  522.   content: "\e082";
  523. }
  524. .glyphicon-remove-sign:before {
  525.   content: "\e083";
  526. }
  527. .glyphicon-ok-sign:before {
  528.   content: "\e084";
  529. }
  530. .glyphicon-question-sign:before {
  531.   content: "\e085";
  532. }
  533. .glyphicon-info-sign:before {
  534.   content: "\e086";
  535. }
  536. .glyphicon-screenshot:before {
  537.   content: "\e087";
  538. }
  539. .glyphicon-remove-circle:before {
  540.   content: "\e088";
  541. }
  542. .glyphicon-ok-circle:before {
  543.   content: "\e089";
  544. }
  545. .glyphicon-ban-circle:before {
  546.   content: "\e090";
  547. }
  548. .glyphicon-arrow-left:before {
  549.   content: "\e091";
  550. }
  551. .glyphicon-arrow-right:before {
  552.   content: "\e092";
  553. }
  554. .glyphicon-arrow-up:before {
  555.   content: "\e093";
  556. }
  557. .glyphicon-arrow-down:before {
  558.   content: "\e094";
  559. }
  560. .glyphicon-share-alt:before {
  561.   content: "\e095";
  562. }
  563. .glyphicon-resize-full:before {
  564.   content: "\e096";
  565. }
  566. .glyphicon-resize-small:before {
  567.   content: "\e097";
  568. }
  569. .glyphicon-exclamation-sign:before {
  570.   content: "\e101";
  571. }
  572. .glyphicon-gift:before {
  573.   content: "\e102";
  574. }
  575. .glyphicon-leaf:before {
  576.   content: "\e103";
  577. }
  578. .glyphicon-fire:before {
  579.   content: "\e104";
  580. }
  581. .glyphicon-eye-open:before {
  582.   content: "\e105";
  583. }
  584. .glyphicon-eye-close:before {
  585.   content: "\e106";
  586. }
  587. .glyphicon-warning-sign:before {
  588.   content: "\e107";
  589. }
  590. .glyphicon-plane:before {
  591.   content: "\e108";
  592. }
  593. .glyphicon-calendar:before {
  594.   content: "\e109";
  595. }
  596. .glyphicon-random:before {
  597.   content: "\e110";
  598. }
  599. .glyphicon-comment:before {
  600.   content: "\e111";
  601. }
  602. .glyphicon-magnet:before {
  603.   content: "\e112";
  604. }
  605. .glyphicon-chevron-up:before {
  606.   content: "\e113";
  607. }
  608. .glyphicon-chevron-down:before {
  609.   content: "\e114";
  610. }
  611. .glyphicon-retweet:before {
  612.   content: "\e115";
  613. }
  614. .glyphicon-shopping-cart:before {
  615.   content: "\e116";
  616. }
  617. .glyphicon-folder-close:before {
  618.   content: "\e117";
  619. }
  620. .glyphicon-folder-open:before {
  621.   content: "\e118";
  622. }
  623. .glyphicon-resize-vertical:before {
  624.   content: "\e119";
  625. }
  626. .glyphicon-resize-horizontal:before {
  627.   content: "\e120";
  628. }
  629. .glyphicon-hdd:before {
  630.   content: "\e121";
  631. }
  632. .glyphicon-bullhorn:before {
  633.   content: "\e122";
  634. }
  635. .glyphicon-bell:before {
  636.   content: "\e123";
  637. }
  638. .glyphicon-certificate:before {
  639.   content: "\e124";
  640. }
  641. .glyphicon-thumbs-up:before {
  642.   content: "\e125";
  643. }
  644. .glyphicon-thumbs-down:before {
  645.   content: "\e126";
  646. }
  647. .glyphicon-hand-right:before {
  648.   content: "\e127";
  649. }
  650. .glyphicon-hand-left:before {
  651.   content: "\e128";
  652. }
  653. .glyphicon-hand-up:before {
  654.   content: "\e129";
  655. }
  656. .glyphicon-hand-down:before {
  657.   content: "\e130";
  658. }
  659. .glyphicon-circle-arrow-right:before {
  660.   content: "\e131";
  661. }
  662. .glyphicon-circle-arrow-left:before {
  663.   content: "\e132";
  664. }
  665. .glyphicon-circle-arrow-up:before {
  666.   content: "\e133";
  667. }
  668. .glyphicon-circle-arrow-down:before {
  669.   content: "\e134";
  670. }
  671. .glyphicon-globe:before {
  672.   content: "\e135";
  673. }
  674. .glyphicon-wrench:before {
  675.   content: "\e136";
  676. }
  677. .glyphicon-tasks:before {
  678.   content: "\e137";
  679. }
  680. .glyphicon-filter:before {
  681.   content: "\e138";
  682. }
  683. .glyphicon-briefcase:before {
  684.   content: "\e139";
  685. }
  686. .glyphicon-fullscreen:before {
  687.   content: "\e140";
  688. }
  689. .glyphicon-dashboard:before {
  690.   content: "\e141";
  691. }
  692. .glyphicon-paperclip:before {
  693.   content: "\e142";
  694. }
  695. .glyphicon-heart-empty:before {
  696.   content: "\e143";
  697. }
  698. .glyphicon-link:before {
  699.   content: "\e144";
  700. }
  701. .glyphicon-phone:before {
  702.   content: "\e145";
  703. }
  704. .glyphicon-pushpin:before {
  705.   content: "\e146";
  706. }
  707. .glyphicon-usd:before {
  708.   content: "\e148";
  709. }
  710. .glyphicon-gbp:before {
  711.   content: "\e149";
  712. }
  713. .glyphicon-sort:before {
  714.   content: "\e150";
  715. }
  716. .glyphicon-sort-by-alphabet:before {
  717.   content: "\e151";
  718. }
  719. .glyphicon-sort-by-alphabet-alt:before {
  720.   content: "\e152";
  721. }
  722. .glyphicon-sort-by-order:before {
  723.   content: "\e153";
  724. }
  725. .glyphicon-sort-by-order-alt:before {
  726.   content: "\e154";
  727. }
  728. .glyphicon-sort-by-attributes:before {
  729.   content: "\e155";
  730. }
  731. .glyphicon-sort-by-attributes-alt:before {
  732.   content: "\e156";
  733. }
  734. .glyphicon-unchecked:before {
  735.   content: "\e157";
  736. }
  737. .glyphicon-expand:before {
  738.   content: "\e158";
  739. }
  740. .glyphicon-collapse-down:before {
  741.   content: "\e159";
  742. }
  743. .glyphicon-collapse-up:before {
  744.   content: "\e160";
  745. }
  746. .glyphicon-log-in:before {
  747.   content: "\e161";
  748. }
  749. .glyphicon-flash:before {
  750.   content: "\e162";
  751. }
  752. .glyphicon-log-out:before {
  753.   content: "\e163";
  754. }
  755. .glyphicon-new-window:before {
  756.   content: "\e164";
  757. }
  758. .glyphicon-record:before {
  759.   content: "\e165";
  760. }
  761. .glyphicon-save:before {
  762.   content: "\e166";
  763. }
  764. .glyphicon-open:before {
  765.   content: "\e167";
  766. }
  767. .glyphicon-saved:before {
  768.   content: "\e168";
  769. }
  770. .glyphicon-import:before {
  771.   content: "\e169";
  772. }
  773. .glyphicon-export:before {
  774.   content: "\e170";
  775. }
  776. .glyphicon-send:before {
  777.   content: "\e171";
  778. }
  779. .glyphicon-floppy-disk:before {
  780.   content: "\e172";
  781. }
  782. .glyphicon-floppy-saved:before {
  783.   content: "\e173";
  784. }
  785. .glyphicon-floppy-remove:before {
  786.   content: "\e174";
  787. }
  788. .glyphicon-floppy-save:before {
  789.   content: "\e175";
  790. }
  791. .glyphicon-floppy-open:before {
  792.   content: "\e176";
  793. }
  794. .glyphicon-credit-card:before {
  795.   content: "\e177";
  796. }
  797. .glyphicon-transfer:before {
  798.   content: "\e178";
  799. }
  800. .glyphicon-cutlery:before {
  801.   content: "\e179";
  802. }
  803. .glyphicon-header:before {
  804.   content: "\e180";
  805. }
  806. .glyphicon-compressed:before {
  807.   content: "\e181";
  808. }
  809. .glyphicon-earphone:before {
  810.   content: "\e182";
  811. }
  812. .glyphicon-phone-alt:before {
  813.   content: "\e183";
  814. }
  815. .glyphicon-tower:before {
  816.   content: "\e184";
  817. }
  818. .glyphicon-stats:before {
  819.   content: "\e185";
  820. }
  821. .glyphicon-sd-video:before {
  822.   content: "\e186";
  823. }
  824. .glyphicon-hd-video:before {
  825.   content: "\e187";
  826. }
  827. .glyphicon-subtitles:before {
  828.   content: "\e188";
  829. }
  830. .glyphicon-sound-stereo:before {
  831.   content: "\e189";
  832. }
  833. .glyphicon-sound-dolby:before {
  834.   content: "\e190";
  835. }
  836. .glyphicon-sound-5-1:before {
  837.   content: "\e191";
  838. }
  839. .glyphicon-sound-6-1:before {
  840.   content: "\e192";
  841. }
  842. .glyphicon-sound-7-1:before {
  843.   content: "\e193";
  844. }
  845. .glyphicon-copyright-mark:before {
  846.   content: "\e194";
  847. }
  848. .glyphicon-registration-mark:before {
  849.   content: "\e195";
  850. }
  851. .glyphicon-cloud-download:before {
  852.   content: "\e197";
  853. }
  854. .glyphicon-cloud-upload:before {
  855.   content: "\e198";
  856. }
  857. .glyphicon-tree-conifer:before {
  858.   content: "\e199";
  859. }
  860. .glyphicon-tree-deciduous:before {
  861.   content: "\e200";
  862. }
  863. .glyphicon-cd:before {
  864.   content: "\e201";
  865. }
  866. .glyphicon-save-file:before {
  867.   content: "\e202";
  868. }
  869. .glyphicon-open-file:before {
  870.   content: "\e203";
  871. }
  872. .glyphicon-level-up:before {
  873.   content: "\e204";
  874. }
  875. .glyphicon-copy:before {
  876.   content: "\e205";
  877. }
  878. .glyphicon-paste:before {
  879.   content: "\e206";
  880. }
  881. .glyphicon-alert:before {
  882.   content: "\e209";
  883. }
  884. .glyphicon-equalizer:before {
  885.   content: "\e210";
  886. }
  887. .glyphicon-king:before {
  888.   content: "\e211";
  889. }
  890. .glyphicon-queen:before {
  891.   content: "\e212";
  892. }
  893. .glyphicon-pawn:before {
  894.   content: "\e213";
  895. }
  896. .glyphicon-bishop:before {
  897.   content: "\e214";
  898. }
  899. .glyphicon-knight:before {
  900.   content: "\e215";
  901. }
  902. .glyphicon-baby-formula:before {
  903.   content: "\e216";
  904. }
  905. .glyphicon-tent:before {
  906.   content: "\26fa";
  907. }
  908. .glyphicon-blackboard:before {
  909.   content: "\e218";
  910. }
  911. .glyphicon-bed:before {
  912.   content: "\e219";
  913. }
  914. .glyphicon-apple:before {
  915.   content: "\f8ff";
  916. }
  917. .glyphicon-erase:before {
  918.   content: "\e221";
  919. }
  920. .glyphicon-hourglass:before {
  921.   content: "\231b";
  922. }
  923. .glyphicon-lamp:before {
  924.   content: "\e223";
  925. }
  926. .glyphicon-duplicate:before {
  927.   content: "\e224";
  928. }
  929. .glyphicon-piggy-bank:before {
  930.   content: "\e225";
  931. }
  932. .glyphicon-scissors:before {
  933.   content: "\e226";
  934. }
  935. .glyphicon-bitcoin:before {
  936.   content: "\e227";
  937. }
  938. .glyphicon-btc:before {
  939.   content: "\e227";
  940. }
  941. .glyphicon-xbt:before {
  942.   content: "\e227";
  943. }
  944. .glyphicon-yen:before {
  945.   content: "\00a5";
  946. }
  947. .glyphicon-jpy:before {
  948.   content: "\00a5";
  949. }
  950. .glyphicon-ruble:before {
  951.   content: "\20bd";
  952. }
  953. .glyphicon-rub:before {
  954.   content: "\20bd";
  955. }
  956. .glyphicon-scale:before {
  957.   content: "\e230";
  958. }
  959. .glyphicon-ice-lolly:before {
  960.   content: "\e231";
  961. }
  962. .glyphicon-ice-lolly-tasted:before {
  963.   content: "\e232";
  964. }
  965. .glyphicon-education:before {
  966.   content: "\e233";
  967. }
  968. .glyphicon-option-horizontal:before {
  969.   content: "\e234";
  970. }
  971. .glyphicon-option-vertical:before {
  972.   content: "\e235";
  973. }
  974. .glyphicon-menu-hamburger:before {
  975.   content: "\e236";
  976. }
  977. .glyphicon-modal-window:before {
  978.   content: "\e237";
  979. }
  980. .glyphicon-oil:before {
  981.   content: "\e238";
  982. }
  983. .glyphicon-grain:before {
  984.   content: "\e239";
  985. }
  986. .glyphicon-sunglasses:before {
  987.   content: "\e240";
  988. }
  989. .glyphicon-text-size:before {
  990.   content: "\e241";
  991. }
  992. .glyphicon-text-color:before {
  993.   content: "\e242";
  994. }
  995. .glyphicon-text-background:before {
  996.   content: "\e243";
  997. }
  998. .glyphicon-object-align-top:before {
  999.   content: "\e244";
  1000. }
  1001. .glyphicon-object-align-bottom:before {
  1002.   content: "\e245";
  1003. }
  1004. .glyphicon-object-align-horizontal:before {
  1005.   content: "\e246";
  1006. }
  1007. .glyphicon-object-align-left:before {
  1008.   content: "\e247";
  1009. }
  1010. .glyphicon-object-align-vertical:before {
  1011.   content: "\e248";
  1012. }
  1013. .glyphicon-object-align-right:before {
  1014.   content: "\e249";
  1015. }
  1016. .glyphicon-triangle-right:before {
  1017.   content: "\e250";
  1018. }
  1019. .glyphicon-triangle-left:before {
  1020.   content: "\e251";
  1021. }
  1022. .glyphicon-triangle-bottom:before {
  1023.   content: "\e252";
  1024. }
  1025. .glyphicon-triangle-top:before {
  1026.   content: "\e253";
  1027. }
  1028. .glyphicon-console:before {
  1029.   content: "\e254";
  1030. }
  1031. .glyphicon-superscript:before {
  1032.   content: "\e255";
  1033. }
  1034. .glyphicon-subscript:before {
  1035.   content: "\e256";
  1036. }
  1037. .glyphicon-menu-left:before {
  1038.   content: "\e257";
  1039. }
  1040. .glyphicon-menu-right:before {
  1041.   content: "\e258";
  1042. }
  1043. .glyphicon-menu-down:before {
  1044.   content: "\e259";
  1045. }
  1046. .glyphicon-menu-up:before {
  1047.   content: "\e260";
  1048. }
  1049. * {
  1050.   -webkit-box-sizing: border-box;
  1051.      -moz-box-sizing: border-box;
  1052.           box-sizing: border-box;
  1053. }
  1054. *:before,
  1055. *:after {
  1056.   -webkit-box-sizing: border-box;
  1057.      -moz-box-sizing: border-box;
  1058.           box-sizing: border-box;
  1059. }
  1060. html {
  1061.   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  1062. }
  1063. input,
  1064. button,
  1065. select,
  1066. textarea {
  1067.   font-family: inherit;
  1068.   font-size: inherit;
  1069.   line-height: inherit;
  1070. }
  1071. figure {
  1072.   margin: 0;
  1073. }
  1074. img {
  1075.   vertical-align: middle;
  1076. }
  1077. .img-responsive,
  1078. .thumbnail > img,
  1079. .thumbnail a > img,
  1080. .carousel-inner > .item > img,
  1081. .carousel-inner > .item > a > img {
  1082.   display: block;
  1083.   max-width: 100%;
  1084.   height: auto;
  1085. }
  1086. .img-rounded {
  1087.   border-radius: 6px;
  1088. }
  1089. .img-thumbnail {
  1090.   display: inline-block;
  1091.   max-width: 100%;
  1092.   height: auto;
  1093.   padding: 4px;
  1094.   line-height: 1.42857143;
  1095.   background-color: #fff;
  1096.   border: 1px solid #ddd;
  1097.   border-radius: 4px;
  1098.   -webkit-transition: all .2s ease-in-out;
  1099.        -o-transition: all .2s ease-in-out;
  1100.           transition: all .2s ease-in-out;
  1101. }
  1102. .img-circle {
  1103.   border-radius: 50%;
  1104. }
  1105. .sr-only {
  1106.   position: absolute;
  1107.   width: 1px;
  1108.   height: 1px;
  1109.   padding: 0;
  1110.   margin: -1px;
  1111.   overflow: hidden;
  1112.   clip: rect(0, 0, 0, 0);
  1113.   border: 0;
  1114. }
  1115. .sr-only-focusable:active,
  1116. .sr-only-focusable:focus {
  1117.   position: static;
  1118.   width: auto;
  1119.   height: auto;
  1120.   margin: 0;
  1121.   overflow: visible;
  1122.   clip: auto;
  1123. }
  1124. [role="button"] {
  1125.   cursor: pointer;
  1126. }
  1127. .lead {
  1128.   margin-bottom: 20px;
  1129.   font-size: 16px;
  1130.   font-weight: 300;
  1131.   line-height: 1.4;
  1132. }
  1133. @media (min-width: 768px) {
  1134.   .lead {
  1135.     font-size: 21px;
  1136.   }
  1137. }
  1138. small,
  1139. .small {
  1140.   font-size: 85%;
  1141. }
  1142. mark,
  1143. .mark {
  1144.   padding: .2em;
  1145.   background-color: #fcf8e3;
  1146. }
  1147. .text-left {
  1148.   text-align: left;
  1149. }
  1150. .text-right {
  1151.   text-align: right;
  1152. }
  1153. .text-center {
  1154.   text-align: center;
  1155. }
  1156. .text-justify {
  1157.   text-align: justify;
  1158. }
  1159. .text-nowrap {
  1160.   white-space: nowrap;
  1161. }
  1162. .text-lowercase {
  1163.   text-transform: lowercase;
  1164. }
  1165. .text-uppercase {
  1166.   text-transform: uppercase;
  1167. }
  1168. .text-capitalize {
  1169.   text-transform: capitalize;
  1170. }
  1171. .text-muted {
  1172.   color: #777;
  1173. }
  1174. .text-primary {
  1175.   color: #337ab7;
  1176. }
  1177. a.text-primary:hover,
  1178. a.text-primary:focus {
  1179.   color: #286090;
  1180. }
  1181. .text-success {
  1182.   color: #3c763d;
  1183. }
  1184. a.text-success:hover,
  1185. a.text-success:focus {
  1186.   color: #2b542c;
  1187. }
  1188. .text-info {
  1189.   color: #31708f;
  1190. }
  1191. a.text-info:hover,
  1192. a.text-info:focus {
  1193.   color: #245269;
  1194. }
  1195. .text-warning {
  1196.   color: #8a6d3b;
  1197. }
  1198. a.text-warning:hover,
  1199. a.text-warning:focus {
  1200.   color: #66512c;
  1201. }
  1202. .text-danger {
  1203.   color: #a94442;
  1204. }
  1205. a.text-danger:hover,
  1206. a.text-danger:focus {
  1207.   color: #843534;
  1208. }
  1209. .bg-primary {
  1210.   color: #fff;
  1211.   background-color: #337ab7;
  1212. }
  1213. a.bg-primary:hover,
  1214. a.bg-primary:focus {
  1215.   background-color: #286090;
  1216. }
  1217. .bg-success {
  1218.   background-color: #dff0d8;
  1219. }
  1220. a.bg-success:hover,
  1221. a.bg-success:focus {
  1222.   background-color: #c1e2b3;
  1223. }
  1224. .bg-info {
  1225.   background-color: #d9edf7;
  1226. }
  1227. a.bg-info:hover,
  1228. a.bg-info:focus {
  1229.   background-color: #afd9ee;
  1230. }
  1231. .bg-warning {
  1232.   background-color: #fcf8e3;
  1233. }
  1234. a.bg-warning:hover,
  1235. a.bg-warning:focus {
  1236.   background-color: #f7ecb5;
  1237. }
  1238. .bg-danger {
  1239.   background-color: #f2dede;
  1240. }
  1241. a.bg-danger:hover,
  1242. a.bg-danger:focus {
  1243.   background-color: #e4b9b9;
  1244. }
  1245. .page-header {
  1246.   padding-bottom: 9px;
  1247.   margin: 40px 0 20px;
  1248.   border-bottom: 1px solid #eee;
  1249. }
  1250. ul,
  1251. ol {
  1252.   margin-top: 0;
  1253.   margin-bottom: 10px;
  1254. }
  1255. ul ul,
  1256. ol ul,
  1257. ul ol,
  1258. ol ol {
  1259.   margin-bottom: 0;
  1260. }
  1261. .list-unstyled {
  1262.   padding-left: 0;
  1263.   list-style: none;
  1264. }
  1265. .list-inline {
  1266.   padding-left: 0;
  1267.   margin-left: -5px;
  1268.   list-style: none;
  1269. }
  1270. .list-inline > li {
  1271.   display: inline-block;
  1272.   padding-right: 5px;
  1273.   padding-left: 5px;
  1274. }
  1275. @media (min-width: 768px) {
  1276.   .dl-horizontal dt {
  1277.     float: left;
  1278.     width: 160px;
  1279.     overflow: hidden;
  1280.     clear: left;
  1281.     text-align: right;
  1282.     text-overflow: ellipsis;
  1283.     white-space: nowrap;
  1284.   }
  1285.   .dl-horizontal dd {
  1286.     margin-left: 180px;
  1287.   }
  1288. }
  1289. abbr[title],
  1290. abbr[data-original-title] {
  1291.   cursor: help;
  1292.   border-bottom: 1px dotted #777;
  1293. }
  1294. .initialism {
  1295.   font-size: 90%;
  1296.   text-transform: uppercase;
  1297. }
  1298. blockquote {
  1299.   padding: 10px 20px;
  1300.   margin: 0 0 20px;
  1301.   font-size: 17.5px;
  1302.   border-left: 5px solid #eee;
  1303. }
  1304. blockquote p:last-child,
  1305. blockquote ul:last-child,
  1306. blockquote ol:last-child {
  1307.   margin-bottom: 0;
  1308. }
  1309. blockquote footer,
  1310. blockquote small,
  1311. blockquote .small {
  1312.   display: block;
  1313.   font-size: 80%;
  1314.   line-height: 1.42857143;
  1315.   color: #777;
  1316. }
  1317. blockquote footer:before,
  1318. blockquote small:before,
  1319. blockquote .small:before {
  1320.   content: '\2014 \00A0';
  1321. }
  1322. .blockquote-reverse,
  1323. blockquote.pull-right {
  1324.   padding-right: 15px;
  1325.   padding-left: 0;
  1326.   text-align: right;
  1327.   border-right: 5px solid #eee;
  1328.   border-left: 0;
  1329. }
  1330. .blockquote-reverse footer:before,
  1331. blockquote.pull-right footer:before,
  1332. .blockquote-reverse small:before,
  1333. blockquote.pull-right small:before,
  1334. .blockquote-reverse .small:before,
  1335. blockquote.pull-right .small:before {
  1336.   content: '';
  1337. }
  1338. .blockquote-reverse footer:after,
  1339. blockquote.pull-right footer:after,
  1340. .blockquote-reverse small:after,
  1341. blockquote.pull-right small:after,
  1342. .blockquote-reverse .small:after,
  1343. blockquote.pull-right .small:after {
  1344.   content: '\00A0 \2014';
  1345. }
  1346. address {
  1347.   margin-bottom: 20px;
  1348.   font-style: normal;
  1349.   line-height: 1.42857143;
  1350. }
  1351. code,
  1352. kbd,
  1353. pre,
  1354. samp {
  1355.   font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  1356. }
  1357. code {
  1358.   padding: 2px 4px;
  1359.   font-size: 90%;
  1360.   color: #c7254e;
  1361.   background-color: #f9f2f4;
  1362.   border-radius: 4px;
  1363. }
  1364. kbd {
  1365.   padding: 2px 4px;
  1366.   font-size: 90%;
  1367.   color: #fff;
  1368.   background-color: #333;
  1369.   border-radius: 3px;
  1370.   -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
  1371.           box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
  1372. }
  1373. kbd kbd {
  1374.   padding: 0;
  1375.   font-size: 100%;
  1376.   font-weight: bold;
  1377.   -webkit-box-shadow: none;
  1378.           box-shadow: none;
  1379. }
  1380. pre {
  1381.   display: block;
  1382.   padding: 9.5px;
  1383.   margin: 0 0 10px;
  1384.   font-size: 13px;
  1385.   line-height: 1.42857143;
  1386.   color: #333;
  1387.   word-break: break-all;
  1388.   word-wrap: break-word;
  1389.   background-color: #f5f5f5;
  1390.   border: 1px solid #ccc;
  1391.   border-radius: 4px;
  1392. }
  1393. pre code {
  1394.   padding: 0;
  1395.   font-size: inherit;
  1396.   color: inherit;
  1397.   white-space: pre-wrap;
  1398.   background-color: transparent;
  1399.   border-radius: 0;
  1400. }
  1401. .pre-scrollable {
  1402.   max-height: 340px;
  1403.   overflow-y: scroll;
  1404. }
  1405. .container {
  1406.   padding-right: 15px;
  1407.   padding-left: 15px;
  1408.   margin-right: auto;
  1409.   margin-left: auto;
  1410. }
  1411. @media (min-width: 768px) {
  1412.   .container {
  1413.     width: 750px;
  1414.   }
  1415. }
  1416. @media (min-width: 992px) {
  1417.   .container {
  1418.     width: 970px;
  1419.   }
  1420. }
  1421. @media (min-width: 1200px) {
  1422.   .container {
  1423.     width: 1170px;
  1424.   }
  1425. }
  1426. .container-fluid {
  1427.   padding-right: 15px;
  1428.   padding-left: 15px;
  1429.   margin-right: auto;
  1430.   margin-left: auto;
  1431. }
  1432. .row {
  1433.   margin-right: -15px;
  1434.   margin-left: -15px;
  1435. }
  1436. .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 {
  1437.   position: relative;
  1438.   min-height: 1px;
  1439.   padding-right: 15px;
  1440.   padding-left: 15px;
  1441. }
  1442. .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 {
  1443.   float: left;
  1444. }
  1445. .col-xs-12 {
  1446.   width: 100%;
  1447. }
  1448. .col-xs-11 {
  1449.   width: 91.66666667%;
  1450. }
  1451. .col-xs-10 {
  1452.   width: 83.33333333%;
  1453. }
  1454. .col-xs-9 {
  1455.   width: 75%;
  1456. }
  1457. .col-xs-8 {
  1458.   width: 66.66666667%;
  1459. }
  1460. .col-xs-7 {
  1461.   width: 58.33333333%;
  1462. }
  1463. .col-xs-6 {
  1464.   width: 50%;
  1465. }
  1466. .col-xs-5 {
  1467.   width: 41.66666667%;
  1468. }
  1469. .col-xs-4 {
  1470.   width: 33.33333333%;
  1471. }
  1472. .col-xs-3 {
  1473.   width: 25%;
  1474. }
  1475. .col-xs-2 {
  1476.   width: 16.66666667%;
  1477. }
  1478. .col-xs-1 {
  1479.   width: 8.33333333%;
  1480. }
  1481. .col-xs-pull-12 {
  1482.   right: 100%;
  1483. }
  1484. .col-xs-pull-11 {
  1485.   right: 91.66666667%;
  1486. }
  1487. .col-xs-pull-10 {
  1488.   right: 83.33333333%;
  1489. }
  1490. .col-xs-pull-9 {
  1491.   right: 75%;
  1492. }
  1493. .col-xs-pull-8 {
  1494.   right: 66.66666667%;
  1495. }
  1496. .col-xs-pull-7 {
  1497.   right: 58.33333333%;
  1498. }
  1499. .col-xs-pull-6 {
  1500.   right: 50%;
  1501. }
  1502. .col-xs-pull-5 {
  1503.   right: 41.66666667%;
  1504. }
  1505. .col-xs-pull-4 {
  1506.   right: 33.33333333%;
  1507. }
  1508. .col-xs-pull-3 {
  1509.   right: 25%;
  1510. }
  1511. .col-xs-pull-2 {
  1512.   right: 16.66666667%;
  1513. }
  1514. .col-xs-pull-1 {
  1515.   right: 8.33333333%;
  1516. }
  1517. .col-xs-pull-0 {
  1518.   right: auto;
  1519. }
  1520. .col-xs-push-12 {
  1521.   left: 100%;
  1522. }
  1523. .col-xs-push-11 {
  1524.   left: 91.66666667%;
  1525. }
  1526. .col-xs-push-10 {
  1527.   left: 83.33333333%;
  1528. }
  1529. .col-xs-push-9 {
  1530.   left: 75%;
  1531. }
  1532. .col-xs-push-8 {
  1533.   left: 66.66666667%;
  1534. }
  1535. .col-xs-push-7 {
  1536.   left: 58.33333333%;
  1537. }
  1538. .col-xs-push-6 {
  1539.   left: 50%;
  1540. }
  1541. .col-xs-push-5 {
  1542.   left: 41.66666667%;
  1543. }
  1544. .col-xs-push-4 {
  1545.   left: 33.33333333%;
  1546. }
  1547. .col-xs-push-3 {
  1548.   left: 25%;
  1549. }
  1550. .col-xs-push-2 {
  1551.   left: 16.66666667%;
  1552. }
  1553. .col-xs-push-1 {
  1554.   left: 8.33333333%;
  1555. }
  1556. .col-xs-push-0 {
  1557.   left: auto;
  1558. }
  1559. .col-xs-offset-12 {
  1560.   margin-left: 100%;
  1561. }
  1562. .col-xs-offset-11 {
  1563.   margin-left: 91.66666667%;
  1564. }
  1565. .col-xs-offset-10 {
  1566.   margin-left: 83.33333333%;
  1567. }
  1568. .col-xs-offset-9 {
  1569.   margin-left: 75%;
  1570. }
  1571. .col-xs-offset-8 {
  1572.   margin-left: 66.66666667%;
  1573. }
  1574. .col-xs-offset-7 {
  1575.   margin-left: 58.33333333%;
  1576. }
  1577. .col-xs-offset-6 {
  1578.   margin-left: 50%;
  1579. }
  1580. .col-xs-offset-5 {
  1581.   margin-left: 41.66666667%;
  1582. }
  1583. .col-xs-offset-4 {
  1584.   margin-left: 33.33333333%;
  1585. }
  1586. .col-xs-offset-3 {
  1587.   margin-left: 25%;
  1588. }
  1589. .col-xs-offset-2 {
  1590.   margin-left: 16.66666667%;
  1591. }
  1592. .col-xs-offset-1 {
  1593.   margin-left: 8.33333333%;
  1594. }
  1595. .col-xs-offset-0 {
  1596.   margin-left: 0;
  1597. }
  1598. @media (min-width: 768px) {
  1599.   .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 {
  1600.     float: left;
  1601.   }
  1602.   .col-sm-12 {
  1603.     width: 100%;
  1604.   }
  1605.   .col-sm-11 {
  1606.     width: 91.66666667%;
  1607.   }
  1608.   .col-sm-10 {
  1609.     width: 83.33333333%;
  1610.   }
  1611.   .col-sm-9 {
  1612.     width: 75%;
  1613.   }
  1614.   .col-sm-8 {
  1615.     width: 66.66666667%;
  1616.   }
  1617.   .col-sm-7 {
  1618.     width: 58.33333333%;
  1619.   }
  1620.   .col-sm-6 {
  1621.     width: 50%;
  1622.   }
  1623.   .col-sm-5 {
  1624.     width: 41.66666667%;
  1625.   }
  1626.   .col-sm-4 {
  1627.     width: 33.33333333%;
  1628.   }
  1629.   .col-sm-3 {
  1630.     width: 25%;
  1631.   }
  1632.   .col-sm-2 {
  1633.     width: 16.66666667%;
  1634.   }
  1635.   .col-sm-1 {
  1636.     width: 8.33333333%;
  1637.   }
  1638.   .col-sm-pull-12 {
  1639.     right: 100%;
  1640.   }
  1641.   .col-sm-pull-11 {
  1642.     right: 91.66666667%;
  1643.   }
  1644.   .col-sm-pull-10 {
  1645.     right: 83.33333333%;
  1646.   }
  1647.   .col-sm-pull-9 {
  1648.     right: 75%;
  1649.   }
  1650.   .col-sm-pull-8 {
  1651.     right: 66.66666667%;
  1652.   }
  1653.   .col-sm-pull-7 {
  1654.     right: 58.33333333%;
  1655.   }
  1656.   .col-sm-pull-6 {
  1657.     right: 50%;
  1658.   }
  1659.   .col-sm-pull-5 {
  1660.     right: 41.66666667%;
  1661.   }
  1662.   .col-sm-pull-4 {
  1663.     right: 33.33333333%;
  1664.   }
  1665.   .col-sm-pull-3 {
  1666.     right: 25%;
  1667.   }
  1668.   .col-sm-pull-2 {
  1669.     right: 16.66666667%;
  1670.   }
  1671.   .col-sm-pull-1 {
  1672.     right: 8.33333333%;
  1673.   }
  1674.   .col-sm-pull-0 {
  1675.     right: auto;
  1676.   }
  1677.   .col-sm-push-12 {
  1678.     left: 100%;
  1679.   }
  1680.   .col-sm-push-11 {
  1681.     left: 91.66666667%;
  1682.   }
  1683.   .col-sm-push-10 {
  1684.     left: 83.33333333%;
  1685.   }
  1686.   .col-sm-push-9 {
  1687.     left: 75%;
  1688.   }
  1689.   .col-sm-push-8 {
  1690.     left: 66.66666667%;
  1691.   }
  1692.   .col-sm-push-7 {
  1693.     left: 58.33333333%;
  1694.   }
  1695.   .col-sm-push-6 {
  1696.     left: 50%;
  1697.   }
  1698.   .col-sm-push-5 {
  1699.     left: 41.66666667%;
  1700.   }
  1701.   .col-sm-push-4 {
  1702.     left: 33.33333333%;
  1703.   }
  1704.   .col-sm-push-3 {
  1705.     left: 25%;
  1706.   }
  1707.   .col-sm-push-2 {
  1708.     left: 16.66666667%;
  1709.   }
  1710.   .col-sm-push-1 {
  1711.     left: 8.33333333%;
  1712.   }
  1713.   .col-sm-push-0 {
  1714.     left: auto;
  1715.   }
  1716.   .col-sm-offset-12 {
  1717.     margin-left: 100%;
  1718.   }
  1719.   .col-sm-offset-11 {
  1720.     margin-left: 91.66666667%;
  1721.   }
  1722.   .col-sm-offset-10 {
  1723.     margin-left: 83.33333333%;
  1724.   }
  1725.   .col-sm-offset-9 {
  1726.     margin-left: 75%;
  1727.   }
  1728.   .col-sm-offset-8 {
  1729.     margin-left: 66.66666667%;
  1730.   }
  1731.   .col-sm-offset-7 {
  1732.     margin-left: 58.33333333%;
  1733.   }
  1734.   .col-sm-offset-6 {
  1735.     margin-left: 50%;
  1736.   }
  1737.   .col-sm-offset-5 {
  1738.     margin-left: 41.66666667%;
  1739.   }
  1740.   .col-sm-offset-4 {
  1741.     margin-left: 33.33333333%;
  1742.   }
  1743.   .col-sm-offset-3 {
  1744.     margin-left: 25%;
  1745.   }
  1746.   .col-sm-offset-2 {
  1747.     margin-left: 16.66666667%;
  1748.   }
  1749.   .col-sm-offset-1 {
  1750.     margin-left: 8.33333333%;
  1751.   }
  1752.   .col-sm-offset-0 {
  1753.     margin-left: 0;
  1754.   }
  1755. }
  1756. @media (min-width: 992px) {
  1757.   .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 {
  1758.     float: left;
  1759.   }
  1760.   .col-md-12 {
  1761.     width: 100%;
  1762.   }
  1763.   .col-md-11 {
  1764.     width: 91.66666667%;
  1765.   }
  1766.   .col-md-10 {
  1767.     width: 83.33333333%;
  1768.   }
  1769.   .col-md-9 {
  1770.     width: 75%;
  1771.   }
  1772.   .col-md-8 {
  1773.     width: 66.66666667%;
  1774.   }
  1775.   .col-md-7 {
  1776.     width: 58.33333333%;
  1777.   }
  1778.   .col-md-6 {
  1779.     width: 50%;
  1780.   }
  1781.   .col-md-5 {
  1782.     width: 41.66666667%;
  1783.   }
  1784.   .col-md-4 {
  1785.     width: 33.33333333%;
  1786.   }
  1787.   .col-md-3 {
  1788.     width: 25%;
  1789.   }
  1790.   .col-md-2 {
  1791.     width: 16.66666667%;
  1792.   }
  1793.   .col-md-1 {
  1794.     width: 8.33333333%;
  1795.   }
  1796.   .col-md-pull-12 {
  1797.     right: 100%;
  1798.   }
  1799.   .col-md-pull-11 {
  1800.     right: 91.66666667%;
  1801.   }
  1802.   .col-md-pull-10 {
  1803.     right: 83.33333333%;
  1804.   }
  1805.   .col-md-pull-9 {
  1806.     right: 75%;
  1807.   }
  1808.   .col-md-pull-8 {
  1809.     right: 66.66666667%;
  1810.   }
  1811.   .col-md-pull-7 {
  1812.     right: 58.33333333%;
  1813.   }
  1814.   .col-md-pull-6 {
  1815.     right: 50%;
  1816.   }
  1817.   .col-md-pull-5 {
  1818.     right: 41.66666667%;
  1819.   }
  1820.   .col-md-pull-4 {
  1821.     right: 33.33333333%;
  1822.   }
  1823.   .col-md-pull-3 {
  1824.     right: 25%;
  1825.   }
  1826.   .col-md-pull-2 {
  1827.     right: 16.66666667%;
  1828.   }
  1829.   .col-md-pull-1 {
  1830.     right: 8.33333333%;
  1831.   }
  1832.   .col-md-pull-0 {
  1833.     right: auto;
  1834.   }
  1835.   .col-md-push-12 {
  1836.     left: 100%;
  1837.   }
  1838.   .col-md-push-11 {
  1839.     left: 91.66666667%;
  1840.   }
  1841.   .col-md-push-10 {
  1842.     left: 83.33333333%;
  1843.   }
  1844.   .col-md-push-9 {
  1845.     left: 75%;
  1846.   }
  1847.   .col-md-push-8 {
  1848.     left: 66.66666667%;
  1849.   }
  1850.   .col-md-push-7 {
  1851.     left: 58.33333333%;
  1852.   }
  1853.   .col-md-push-6 {
  1854.     left: 50%;
  1855.   }
  1856.   .col-md-push-5 {
  1857.     left: 41.66666667%;
  1858.   }
  1859.   .col-md-push-4 {
  1860.     left: 33.33333333%;
  1861.   }
  1862.   .col-md-push-3 {
  1863.     left: 25%;
  1864.   }
  1865.   .col-md-push-2 {
  1866.     left: 16.66666667%;
  1867.   }
  1868.   .col-md-push-1 {
  1869.     left: 8.33333333%;
  1870.   }
  1871.   .col-md-push-0 {
  1872.     left: auto;
  1873.   }
  1874.   .col-md-offset-12 {
  1875.     margin-left: 100%;
  1876.   }
  1877.   .col-md-offset-11 {
  1878.     margin-left: 91.66666667%;
  1879.   }
  1880.   .col-md-offset-10 {
  1881.     margin-left: 83.33333333%;
  1882.   }
  1883.   .col-md-offset-9 {
  1884.     margin-left: 75%;
  1885.   }
  1886.   .col-md-offset-8 {
  1887.     margin-left: 66.66666667%;
  1888.   }
  1889.   .col-md-offset-7 {
  1890.     margin-left: 58.33333333%;
  1891.   }
  1892.   .col-md-offset-6 {
  1893.     margin-left: 50%;
  1894.   }
  1895.   .col-md-offset-5 {
  1896.     margin-left: 41.66666667%;
  1897.   }
  1898.   .col-md-offset-4 {
  1899.     margin-left: 33.33333333%;
  1900.   }
  1901.   .col-md-offset-3 {
  1902.     margin-left: 25%;
  1903.   }
  1904.   .col-md-offset-2 {
  1905.     margin-left: 16.66666667%;
  1906.   }
  1907.   .col-md-offset-1 {
  1908.     margin-left: 8.33333333%;
  1909.   }
  1910.   .col-md-offset-0 {
  1911.     margin-left: 0;
  1912.   }
  1913. }
  1914. @media (min-width: 1200px) {
  1915.   .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 {
  1916.     float: left;
  1917.   }
  1918.   .col-lg-12 {
  1919.     width: 100%;
  1920.   }
  1921.   .col-lg-11 {
  1922.     width: 91.66666667%;
  1923.   }
  1924.   .col-lg-10 {
  1925.     width: 83.33333333%;
  1926.   }
  1927.   .col-lg-9 {
  1928.     width: 75%;
  1929.   }
  1930.   .col-lg-8 {
  1931.     width: 66.66666667%;
  1932.   }
  1933.   .col-lg-7 {
  1934.     width: 58.33333333%;
  1935.   }
  1936.   .col-lg-6 {
  1937.     width: 50%;
  1938.   }
  1939.   .col-lg-5 {
  1940.     width: 41.66666667%;
  1941.   }
  1942.   .col-lg-4 {
  1943.     width: 33.33333333%;
  1944.   }
  1945.   .col-lg-3 {
  1946.     width: 25%;
  1947.   }
  1948.   .col-lg-2 {
  1949.     width: 16.66666667%;
  1950.   }
  1951.   .col-lg-1 {
  1952.     width: 8.33333333%;
  1953.   }
  1954.   .col-lg-pull-12 {
  1955.     right: 100%;
  1956.   }
  1957.   .col-lg-pull-11 {
  1958.     right: 91.66666667%;
  1959.   }
  1960.   .col-lg-pull-10 {
  1961.     right: 83.33333333%;
  1962.   }
  1963.   .col-lg-pull-9 {
  1964.     right: 75%;
  1965.   }
  1966.   .col-lg-pull-8 {
  1967.     right: 66.66666667%;
  1968.   }
  1969.   .col-lg-pull-7 {
  1970.     right: 58.33333333%;
  1971.   }
  1972.   .col-lg-pull-6 {
  1973.     right: 50%;
  1974.   }
  1975.   .col-lg-pull-5 {
  1976.     right: 41.66666667%;
  1977.   }
  1978.   .col-lg-pull-4 {
  1979.     right: 33.33333333%;
  1980.   }
  1981.   .col-lg-pull-3 {
  1982.     right: 25%;
  1983.   }
  1984.   .col-lg-pull-2 {
  1985.     right: 16.66666667%;
  1986.   }
  1987.   .col-lg-pull-1 {
  1988.     right: 8.33333333%;
  1989.   }
  1990.   .col-lg-pull-0 {
  1991.     right: auto;
  1992.   }
  1993.   .col-lg-push-12 {
  1994.     left: 100%;
  1995.   }
  1996.   .col-lg-push-11 {
  1997.     left: 91.66666667%;
  1998.   }
  1999.   .col-lg-push-10 {
  2000.     left: 83.33333333%;
  2001.   }
  2002.   .col-lg-push-9 {
  2003.     left: 75%;
  2004.   }
  2005.   .col-lg-push-8 {
  2006.     left: 66.66666667%;
  2007.   }
  2008.   .col-lg-push-7 {
  2009.     left: 58.33333333%;
  2010.   }
  2011.   .col-lg-push-6 {
  2012.     left: 50%;
  2013.   }
  2014.   .col-lg-push-5 {
  2015.     left: 41.66666667%;
  2016.   }
  2017.   .col-lg-push-4 {
  2018.     left: 33.33333333%;
  2019.   }
  2020.   .col-lg-push-3 {
  2021.     left: 25%;
  2022.   }
  2023.   .col-lg-push-2 {
  2024.     left: 16.66666667%;
  2025.   }
  2026.   .col-lg-push-1 {
  2027.     left: 8.33333333%;
  2028.   }
  2029.   .col-lg-push-0 {
  2030.     left: auto;
  2031.   }
  2032.   .col-lg-offset-12 {
  2033.     margin-left: 100%;
  2034.   }
  2035.   .col-lg-offset-11 {
  2036.     margin-left: 91.66666667%;
  2037.   }
  2038.   .col-lg-offset-10 {
  2039.     margin-left: 83.33333333%;
  2040.   }
  2041.   .col-lg-offset-9 {
  2042.     margin-left: 75%;
  2043.   }
  2044.   .col-lg-offset-8 {
  2045.     margin-left: 66.66666667%;
  2046.   }
  2047.   .col-lg-offset-7 {
  2048.     margin-left: 58.33333333%;
  2049.   }
  2050.   .col-lg-offset-6 {
  2051.     margin-left: 50%;
  2052.   }
  2053.   .col-lg-offset-5 {
  2054.     margin-left: 41.66666667%;
  2055.   }
  2056.   .col-lg-offset-4 {
  2057.     margin-left: 33.33333333%;
  2058.   }
  2059.   .col-lg-offset-3 {
  2060.     margin-left: 25%;
  2061.   }
  2062.   .col-lg-offset-2 {
  2063.     margin-left: 16.66666667%;
  2064.   }
  2065.   .col-lg-offset-1 {
  2066.     margin-left: 8.33333333%;
  2067.   }
  2068.   .col-lg-offset-0 {
  2069.     margin-left: 0;
  2070.   }
  2071. }
  2072. table {
  2073.   background-color: transparent;
  2074. }
  2075. caption {
  2076.   padding-top: 8px;
  2077.   padding-bottom: 8px;
  2078.   color: #777;
  2079.   text-align: left;
  2080. }
  2081. th {
  2082.   text-align: left;
  2083. }
  2084. .table {
  2085.   width: 100%;
  2086.   max-width: 100%;
  2087.   margin-bottom: 20px;
  2088. }
  2089. .table > thead > tr > th,
  2090. .table > tbody > tr > th,
  2091. .table > tfoot > tr > th,
  2092. .table > thead > tr > td,
  2093. .table > tbody > tr > td,
  2094. .table > tfoot > tr > td {
  2095.   padding: 8px;
  2096.   line-height: 1.42857143;
  2097.   vertical-align: top;
  2098.   border-top: 1px solid #ddd;
  2099. }
  2100. .table > thead > tr > th {
  2101.   vertical-align: bottom;
  2102.   border-bottom: 2px solid #ddd;
  2103. }
  2104. .table > caption + thead > tr:first-child > th,
  2105. .table > colgroup + thead > tr:first-child > th,
  2106. .table > thead:first-child > tr:first-child > th,
  2107. .table > caption + thead > tr:first-child > td,
  2108. .table > colgroup + thead > tr:first-child > td,
  2109. .table > thead:first-child > tr:first-child > td {
  2110.   border-top: 0;
  2111. }
  2112. .table > tbody + tbody {
  2113.   border-top: 2px solid #ddd;
  2114. }
  2115. .table .table {
  2116.   background-color: #fff;
  2117. }
  2118. .table-condensed > thead > tr > th,
  2119. .table-condensed > tbody > tr > th,
  2120. .table-condensed > tfoot > tr > th,
  2121. .table-condensed > thead > tr > td,
  2122. .table-condensed > tbody > tr > td,
  2123. .table-condensed > tfoot > tr > td {
  2124.   padding: 5px;
  2125. }
  2126. .table-bordered {
  2127.   border: 1px solid #ddd;
  2128. }
  2129. .table-bordered > thead > tr > th,
  2130. .table-bordered > tbody > tr > th,
  2131. .table-bordered > tfoot > tr > th,
  2132. .table-bordered > thead > tr > td,
  2133. .table-bordered > tbody > tr > td,
  2134. .table-bordered > tfoot > tr > td {
  2135.   border: 1px solid #ddd;
  2136. }
  2137. .table-bordered > thead > tr > th,
  2138. .table-bordered > thead > tr > td {
  2139.   border-bottom-width: 2px;
  2140. }
  2141. .table-striped > tbody > tr:nth-of-type(odd) {
  2142.   background-color: #f9f9f9;
  2143. }
  2144. .table-hover > tbody > tr:hover {
  2145.   background-color: #f5f5f5;
  2146. }
  2147. table col[class*="col-"] {
  2148.   position: static;
  2149.   display: table-column;
  2150.   float: none;
  2151. }
  2152. table td[class*="col-"],
  2153. table th[class*="col-"] {
  2154.   position: static;
  2155.   display: table-cell;
  2156.   float: none;
  2157. }
  2158. .table > thead > tr > td.active,
  2159. .table > tbody > tr > td.active,
  2160. .table > tfoot > tr > td.active,
  2161. .table > thead > tr > th.active,
  2162. .table > tbody > tr > th.active,
  2163. .table > tfoot > tr > th.active,
  2164. .table > thead > tr.active > td,
  2165. .table > tbody > tr.active > td,
  2166. .table > tfoot > tr.active > td,
  2167. .table > thead > tr.active > th,
  2168. .table > tbody > tr.active > th,
  2169. .table > tfoot > tr.active > th {
  2170.   background-color: #f5f5f5;
  2171. }
  2172. .table-hover > tbody > tr > td.active:hover,
  2173. .table-hover > tbody > tr > th.active:hover,
  2174. .table-hover > tbody > tr.active:hover > td,
  2175. .table-hover > tbody > tr:hover > .active,
  2176. .table-hover > tbody > tr.active:hover > th {
  2177.   background-color: #e8e8e8;
  2178. }
  2179. .table > thead > tr > td.success,
  2180. .table > tbody > tr > td.success,
  2181. .table > tfoot > tr > td.success,
  2182. .table > thead > tr > th.success,
  2183. .table > tbody > tr > th.success,
  2184. .table > tfoot > tr > th.success,
  2185. .table > thead > tr.success > td,
  2186. .table > tbody > tr.success > td,
  2187. .table > tfoot > tr.success > td,
  2188. .table > thead > tr.success > th,
  2189. .table > tbody > tr.success > th,
  2190. .table > tfoot > tr.success > th {
  2191.   background-color: #dff0d8;
  2192. }
  2193. .table-hover > tbody > tr > td.success:hover,
  2194. .table-hover > tbody > tr > th.success:hover,
  2195. .table-hover > tbody > tr.success:hover > td,
  2196. .table-hover > tbody > tr:hover > .success,
  2197. .table-hover > tbody > tr.success:hover > th {
  2198.   background-color: #d0e9c6;
  2199. }
  2200. .table > thead > tr > td.info,
  2201. .table > tbody > tr > td.info,
  2202. .table > tfoot > tr > td.info,
  2203. .table > thead > tr > th.info,
  2204. .table > tbody > tr > th.info,
  2205. .table > tfoot > tr > th.info,
  2206. .table > thead > tr.info > td,
  2207. .table > tbody > tr.info > td,
  2208. .table > tfoot > tr.info > td,
  2209. .table > thead > tr.info > th,
  2210. .table > tbody > tr.info > th,
  2211. .table > tfoot > tr.info > th {
  2212.   background-color: #d9edf7;
  2213. }
  2214. .table-hover > tbody > tr > td.info:hover,
  2215. .table-hover > tbody > tr > th.info:hover,
  2216. .table-hover > tbody > tr.info:hover > td,
  2217. .table-hover > tbody > tr:hover > .info,
  2218. .table-hover > tbody > tr.info:hover > th {
  2219.   background-color: #c4e3f3;
  2220. }
  2221. .table > thead > tr > td.warning,
  2222. .table > tbody > tr > td.warning,
  2223. .table > tfoot > tr > td.warning,
  2224. .table > thead > tr > th.warning,
  2225. .table > tbody > tr > th.warning,
  2226. .table > tfoot > tr > th.warning,
  2227. .table > thead > tr.warning > td,
  2228. .table > tbody > tr.warning > td,
  2229. .table > tfoot > tr.warning > td,
  2230. .table > thead > tr.warning > th,
  2231. .table > tbody > tr.warning > th,
  2232. .table > tfoot > tr.warning > th {
  2233.   background-color: #fcf8e3;
  2234. }
  2235. .table-hover > tbody > tr > td.warning:hover,
  2236. .table-hover > tbody > tr > th.warning:hover,
  2237. .table-hover > tbody > tr.warning:hover > td,
  2238. .table-hover > tbody > tr:hover > .warning,
  2239. .table-hover > tbody > tr.warning:hover > th {
  2240.   background-color: #faf2cc;
  2241. }
  2242. .table > thead > tr > td.danger,
  2243. .table > tbody > tr > td.danger,
  2244. .table > tfoot > tr > td.danger,
  2245. .table > thead > tr > th.danger,
  2246. .table > tbody > tr > th.danger,
  2247. .table > tfoot > tr > th.danger,
  2248. .table > thead > tr.danger > td,
  2249. .table > tbody > tr.danger > td,
  2250. .table > tfoot > tr.danger > td,
  2251. .table > thead > tr.danger > th,
  2252. .table > tbody > tr.danger > th,
  2253. .table > tfoot > tr.danger > th {
  2254.   background-color: #f2dede;
  2255. }
  2256. .table-hover > tbody > tr > td.danger:hover,
  2257. .table-hover > tbody > tr > th.danger:hover,
  2258. .table-hover > tbody > tr.danger:hover > td,
  2259. .table-hover > tbody > tr:hover > .danger,
  2260. .table-hover > tbody > tr.danger:hover > th {
  2261.   background-color: #ebcccc;
  2262. }
  2263. .table-responsive {
  2264.   min-height: .01%;
  2265.   overflow-x: auto;
  2266. }
  2267. @media screen and (max-width: 767px) {
  2268.   .table-responsive {
  2269.     width: 100%;
  2270.     margin-bottom: 15px;
  2271.     overflow-y: hidden;
  2272.     -ms-overflow-style: -ms-autohiding-scrollbar;
  2273.   }
  2274.   .table-responsive > .table {
  2275.     margin-bottom: 0;
  2276.   }
  2277.   .table-responsive > .table > thead > tr > th,
  2278.   .table-responsive > .table > tbody > tr > th,
  2279.   .table-responsive > .table > tfoot > tr > th,
  2280.   .table-responsive > .table > thead > tr > td,
  2281.   .table-responsive > .table > tbody > tr > td,
  2282.   .table-responsive > .table > tfoot > tr > td {
  2283.     white-space: nowrap;
  2284.   }
  2285.   .table-responsive > .table-bordered {
  2286.     border: 0;
  2287.   }
  2288.   .table-responsive > .table-bordered > thead > tr > th:first-child,
  2289.   .table-responsive > .table-bordered > tbody > tr > th:first-child,
  2290.   .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  2291.   .table-responsive > .table-bordered > thead > tr > td:first-child,
  2292.   .table-responsive > .table-bordered > tbody > tr > td:first-child,
  2293.   .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  2294.     border-left: 0;
  2295.   }
  2296.   .table-responsive > .table-bordered > thead > tr > th:last-child,
  2297.   .table-responsive > .table-bordered > tbody > tr > th:last-child,
  2298.   .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  2299.   .table-responsive > .table-bordered > thead > tr > td:last-child,
  2300.   .table-responsive > .table-bordered > tbody > tr > td:last-child,
  2301.   .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  2302.     border-right: 0;
  2303.   }
  2304.   .table-responsive > .table-bordered > tbody > tr:last-child > th,
  2305.   .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  2306.   .table-responsive > .table-bordered > tbody > tr:last-child > td,
  2307.   .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  2308.     border-bottom: 0;
  2309.   }
  2310. }
  2311. input[type="search"] {
  2312.   -webkit-box-sizing: border-box;
  2313.      -moz-box-sizing: border-box;
  2314.           box-sizing: border-box;
  2315. }
  2316. input[type="radio"],
  2317. input[type="checkbox"] {
  2318.   margin: 4px 0 0;
  2319.   margin-top: 1px \9;
  2320.   line-height: normal;
  2321. }
  2322. input[type="file"] {
  2323.   display: block;
  2324. }
  2325. input[type="range"] {
  2326.   display: block;
  2327.   width: 100%;
  2328. }
  2329. select[multiple],
  2330. select[size] {
  2331.   height: auto;
  2332. }
  2333. input[type="file"]:focus,
  2334. input[type="radio"]:focus,
  2335. input[type="checkbox"]:focus {
  2336.   outline: 5px auto -webkit-focus-ring-color;
  2337.   outline-offset: -2px;
  2338. }
  2339. output {
  2340.   display: block;
  2341.   padding-top: 7px;
  2342.   font-size: 14px;
  2343.   line-height: 1.42857143;
  2344.   color: #555;
  2345. }
  2346. .form-control {
  2347.   display: block;
  2348.   width: 100%;
  2349.   height: 34px;
  2350.   padding: 6px 12px;
  2351.   font-size: 14px;
  2352.   line-height: 1.42857143;
  2353.   color: #555;
  2354.   background-color: #fff;
  2355.   background-image: none;
  2356.   border: 1px solid #ccc;
  2357.   border-radius: 4px;
  2358.   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  2359.           box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  2360.   -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  2361.        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  2362.           transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  2363. }
  2364. .form-control:focus {
  2365.   border-color: #66afe9;
  2366.   outline: 0;
  2367.   -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
  2368.           box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
  2369. }
  2370. .form-control::-moz-placeholder {
  2371.   color: #999;
  2372.   opacity: 1;
  2373. }
  2374. .form-control:-ms-input-placeholder {
  2375.   color: #999;
  2376. }
  2377. .form-control::-webkit-input-placeholder {
  2378.   color: #999;
  2379. }
  2380. .form-control::-ms-expand {
  2381.   background-color: transparent;
  2382.   border: 0;
  2383. }
  2384. .form-control[disabled],
  2385. .form-control[readonly],
  2386. fieldset[disabled] .form-control {
  2387.   background-color: #eee;
  2388.   opacity: 1;
  2389. }
  2390. .form-control[disabled],
  2391. fieldset[disabled] .form-control {
  2392.   cursor: not-allowed;
  2393. }
  2394. textarea.form-control {
  2395.   height: auto;
  2396. }
  2397. input[type="search"] {
  2398.   -webkit-appearance: none;
  2399. }
  2400. @media screen and (-webkit-min-device-pixel-ratio: 0) {
  2401.   input[type="date"].form-control,
  2402.   input[type="time"].form-control,
  2403.   input[type="datetime-local"].form-control,
  2404.   input[type="month"].form-control {
  2405.     line-height: 34px;
  2406.   }
  2407.   input[type="date"].input-sm,
  2408.   input[type="time"].input-sm,
  2409.   input[type="datetime-local"].input-sm,
  2410.   input[type="month"].input-sm,
  2411.   .input-group-sm input[type="date"],
  2412.   .input-group-sm input[type="time"],
  2413.   .input-group-sm input[type="datetime-local"],
  2414.   .input-group-sm input[type="month"] {
  2415.     line-height: 30px;
  2416.   }
  2417.   input[type="date"].input-lg,
  2418.   input[type="time"].input-lg,
  2419.   input[type="datetime-local"].input-lg,
  2420.   input[type="month"].input-lg,
  2421.   .input-group-lg input[type="date"],
  2422.   .input-group-lg input[type="time"],
  2423.   .input-group-lg input[type="datetime-local"],
  2424.   .input-group-lg input[type="month"] {
  2425.     line-height: 46px;
  2426.   }
  2427. }
  2428. .form-group {
  2429.   margin-bottom: 15px;
  2430. }
  2431. .radio,
  2432. .checkbox {
  2433.   position: relative;
  2434.   display: block;
  2435.   margin-top: 10px;
  2436.   margin-bottom: 10px;
  2437. }
  2438. .radio label,
  2439. .checkbox label {
  2440.   min-height: 20px;
  2441.   padding-left: 20px;
  2442.   margin-bottom: 0;
  2443.   font-weight: normal;
  2444.   cursor: pointer;
  2445. }
  2446. .radio input[type="radio"],
  2447. .radio-inline input[type="radio"],
  2448. .checkbox input[type="checkbox"],
  2449. .checkbox-inline input[type="checkbox"] {
  2450.   position: absolute;
  2451.   margin-top: 4px \9;
  2452.   margin-left: -20px;
  2453. }
  2454. .radio + .radio,
  2455. .checkbox + .checkbox {
  2456.   margin-top: -5px;
  2457. }
  2458. .radio-inline,
  2459. .checkbox-inline {
  2460.   position: relative;
  2461.   display: inline-block;
  2462.   padding-left: 20px;
  2463.   margin-bottom: 0;
  2464.   font-weight: normal;
  2465.   vertical-align: middle;
  2466.   cursor: pointer;
  2467. }
  2468. .radio-inline + .radio-inline,
  2469. .checkbox-inline + .checkbox-inline {
  2470.   margin-top: 0;
  2471.   margin-left: 10px;
  2472. }
  2473. input[type="radio"][disabled],
  2474. input[type="checkbox"][disabled],
  2475. input[type="radio"].disabled,
  2476. input[type="checkbox"].disabled,
  2477. fieldset[disabled] input[type="radio"],
  2478. fieldset[disabled] input[type="checkbox"] {
  2479.   cursor: not-allowed;
  2480. }
  2481. .radio-inline.disabled,
  2482. .checkbox-inline.disabled,
  2483. fieldset[disabled] .radio-inline,
  2484. fieldset[disabled] .checkbox-inline {
  2485.   cursor: not-allowed;
  2486. }
  2487. .radio.disabled label,
  2488. .checkbox.disabled label,
  2489. fieldset[disabled] .radio label,
  2490. fieldset[disabled] .checkbox label {
  2491.   cursor: not-allowed;
  2492. }
  2493. .form-control-static {
  2494.   min-height: 34px;
  2495.   padding-top: 7px;
  2496.   padding-bottom: 7px;
  2497.   margin-bottom: 0;
  2498. }
  2499. .form-control-static.input-lg,
  2500. .form-control-static.input-sm {
  2501.   padding-right: 0;
  2502.   padding-left: 0;
  2503. }
  2504. .input-sm {
  2505.   height: 30px;
  2506.   padding: 5px 10px;
  2507.   font-size: 12px;
  2508.   line-height: 1.5;
  2509.   border-radius: 3px;
  2510. }
  2511. select.input-sm {
  2512.   height: 30px;
  2513.   line-height: 30px;
  2514. }
  2515. textarea.input-sm,
  2516. select[multiple].input-sm {
  2517.   height: auto;
  2518. }
  2519. .form-group-sm .form-control {
  2520.   height: 30px;
  2521.   padding: 5px 10px;
  2522.   font-size: 12px;
  2523.   line-height: 1.5;
  2524.   border-radius: 3px;
  2525. }
  2526. .form-group-sm select.form-control {
  2527.   height: 30px;
  2528.   line-height: 30px;
  2529. }
  2530. .form-group-sm textarea.form-control,
  2531. .form-group-sm select[multiple].form-control {
  2532.   height: auto;
  2533. }
  2534. .form-group-sm .form-control-static {
  2535.   height: 30px;
  2536.   min-height: 32px;
  2537.   padding: 6px 10px;
  2538.   font-size: 12px;
  2539.   line-height: 1.5;
  2540. }
  2541. .input-lg {
  2542.   height: 46px;
  2543.   padding: 10px 16px;
  2544.   font-size: 18px;
  2545.   line-height: 1.3333333;
  2546.   border-radius: 6px;
  2547. }
  2548. select.input-lg {
  2549.   height: 46px;
  2550.   line-height: 46px;
  2551. }
  2552. textarea.input-lg,
  2553. select[multiple].input-lg {
  2554.   height: auto;
  2555. }
  2556. .form-group-lg .form-control {
  2557.   height: 46px;
  2558.   padding: 10px 16px;
  2559.   font-size: 18px;
  2560.   line-height: 1.3333333;
  2561.   border-radius: 6px;
  2562. }
  2563. .form-group-lg select.form-control {
  2564.   height: 46px;
  2565.   line-height: 46px;
  2566. }
  2567. .form-group-lg textarea.form-control,
  2568. .form-group-lg select[multiple].form-control {
  2569.   height: auto;
  2570. }
  2571. .form-group-lg .form-control-static {
  2572.   height: 46px;
  2573.   min-height: 38px;
  2574.   padding: 11px 16px;
  2575.   font-size: 18px;
  2576.   line-height: 1.3333333;
  2577. }
  2578. .has-feedback {
  2579.   position: relative;
  2580. }
  2581. .has-feedback .form-control {
  2582.   padding-right: 42.5px;
  2583. }
  2584. .form-control-feedback {
  2585.   position: absolute;
  2586.   top: 0;
  2587.   right: 0;
  2588.   z-index: 2;
  2589.   display: block;
  2590.   width: 34px;
  2591.   height: 34px;
  2592.   line-height: 34px;
  2593.   text-align: center;
  2594.   pointer-events: none;
  2595. }
  2596. .input-lg + .form-control-feedback,
  2597. .input-group-lg + .form-control-feedback,
  2598. .form-group-lg .form-control + .form-control-feedback {
  2599.   width: 46px;
  2600.   height: 46px;
  2601.   line-height: 46px;
  2602. }
  2603. .input-sm + .form-control-feedback,
  2604. .input-group-sm + .form-control-feedback,
  2605. .form-group-sm .form-control + .form-control-feedback {
  2606.   width: 30px;
  2607.   height: 30px;
  2608.   line-height: 30px;
  2609. }
  2610. .has-success .help-block,
  2611. .has-success .control-label,
  2612. .has-success .radio,
  2613. .has-success .checkbox,
  2614. .has-success .radio-inline,
  2615. .has-success .checkbox-inline,
  2616. .has-success.radio label,
  2617. .has-success.checkbox label,
  2618. .has-success.radio-inline label,
  2619. .has-success.checkbox-inline label {
  2620.   color: #3c763d;
  2621. }
  2622. .has-success .form-control {
  2623.   border-color: #3c763d;
  2624.   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  2625.           box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  2626. }
  2627. .has-success .form-control:focus {
  2628.   border-color: #2b542c;
  2629.   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
  2630.           box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
  2631. }
  2632. .has-success .input-group-addon {
  2633.   color: #3c763d;
  2634.   background-color: #dff0d8;
  2635.   border-color: #3c763d;
  2636. }
  2637. .has-success .form-control-feedback {
  2638.   color: #3c763d;
  2639. }
  2640. .has-warning .help-block,
  2641. .has-warning .control-label,
  2642. .has-warning .radio,
  2643. .has-warning .checkbox,
  2644. .has-warning .radio-inline,
  2645. .has-warning .checkbox-inline,
  2646. .has-warning.radio label,
  2647. .has-warning.checkbox label,
  2648. .has-warning.radio-inline label,
  2649. .has-warning.checkbox-inline label {
  2650.   color: #8a6d3b;
  2651. }
  2652. .has-warning .form-control {
  2653.   border-color: #8a6d3b;
  2654.   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  2655.           box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  2656. }
  2657. .has-warning .form-control:focus {
  2658.   border-color: #66512c;
  2659.   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
  2660.           box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
  2661. }
  2662. .has-warning .input-group-addon {
  2663.   color: #8a6d3b;
  2664.   background-color: #fcf8e3;
  2665.   border-color: #8a6d3b;
  2666. }
  2667. .has-warning .form-control-feedback {
  2668.   color: #8a6d3b;
  2669. }
  2670. .has-error .help-block,
  2671. .has-error .control-label,
  2672. .has-error .radio,
  2673. .has-error .checkbox,
  2674. .has-error .radio-inline,
  2675. .has-error .checkbox-inline,
  2676. .has-error.radio label,
  2677. .has-error.checkbox label,
  2678. .has-error.radio-inline label,
  2679. .has-error.checkbox-inline label {
  2680.   color: #a94442;
  2681. }
  2682. .has-error .form-control {
  2683.   border-color: #a94442;
  2684.   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  2685.           box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  2686. }
  2687. .has-error .form-control:focus {
  2688.   border-color: #843534;
  2689.   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
  2690.           box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
  2691. }
  2692. .has-error .input-group-addon {
  2693.   color: #a94442;
  2694.   background-color: #f2dede;
  2695.   border-color: #a94442;
  2696. }
  2697. .has-error .form-control-feedback {
  2698.   color: #a94442;
  2699. }
  2700. .has-feedback label ~ .form-control-feedback {
  2701.   top: 25px;
  2702. }
  2703. .has-feedback label.sr-only ~ .form-control-feedback {
  2704.   top: 0;
  2705. }
  2706. .help-block {
  2707.   display: block;
  2708.   margin-top: 5px;
  2709.   margin-bottom: 10px;
  2710.   color: #737373;
  2711. }
  2712. @media (min-width: 768px) {
  2713.   .form-inline .form-group {
  2714.     display: inline-block;
  2715.     margin-bottom: 0;
  2716.     vertical-align: middle;
  2717.   }
  2718.   .form-inline .form-control {
  2719.     display: inline-block;
  2720.     width: auto;
  2721.     vertical-align: middle;
  2722.   }
  2723.   .form-inline .form-control-static {
  2724.     display: inline-block;
  2725.   }
  2726.   .form-inline .input-group {
  2727.     display: inline-table;
  2728.     vertical-align: middle;
  2729.   }
  2730.   .form-inline .input-group .input-group-addon,
  2731.   .form-inline .input-group .input-group-btn,
  2732.   .form-inline .input-group .form-control {
  2733.     width: auto;
  2734.   }
  2735.   .form-inline .input-group > .form-control {
  2736.     width: 100%;
  2737.   }
  2738.   .form-inline .control-label {
  2739.     margin-bottom: 0;
  2740.     vertical-align: middle;
  2741.   }
  2742.   .form-inline .radio,
  2743.   .form-inline .checkbox {
  2744.     display: inline-block;
  2745.     margin-top: 0;
  2746.     margin-bottom: 0;
  2747.     vertical-align: middle;
  2748.   }
  2749.   .form-inline .radio label,
  2750.   .form-inline .checkbox label {
  2751.     padding-left: 0;
  2752.   }
  2753.   .form-inline .radio input[type="radio"],
  2754.   .form-inline .checkbox input[type="checkbox"] {
  2755.     position: relative;
  2756.     margin-left: 0;
  2757.   }
  2758.   .form-inline .has-feedback .form-control-feedback {
  2759.     top: 0;
  2760.   }
  2761. }
  2762. .form-horizontal .radio,
  2763. .form-horizontal .checkbox,
  2764. .form-horizontal .radio-inline,
  2765. .form-horizontal .checkbox-inline {
  2766.   padding-top: 7px;
  2767.   margin-top: 0;
  2768.   margin-bottom: 0;
  2769. }
  2770. .form-horizontal .radio,
  2771. .form-horizontal .checkbox {
  2772.   min-height: 27px;
  2773. }
  2774. .form-horizontal .form-group {
  2775.   margin-right: -15px;
  2776.   margin-left: -15px;
  2777. }
  2778. @media (min-width: 768px) {
  2779.   .form-horizontal .control-label {
  2780.     padding-top: 7px;
  2781.     margin-bottom: 0;
  2782.     text-align: right;
  2783.   }
  2784. }
  2785. .form-horizontal .has-feedback .form-control-feedback {
  2786.   right: 15px;
  2787. }
  2788. @media (min-width: 768px) {
  2789.   .form-horizontal .form-group-lg .control-label {
  2790.     padding-top: 11px;
  2791.     font-size: 18px;
  2792.   }
  2793. }
  2794. @media (min-width: 768px) {
  2795.   .form-horizontal .form-group-sm .control-label {
  2796.     padding-top: 6px;
  2797.     font-size: 12px;
  2798.   }
  2799. }
  2800. .btn {
  2801.   display: inline-block;
  2802.   padding: 6px 12px;
  2803.   margin-bottom: 0;
  2804.   font-size: 14px;
  2805.   font-weight: normal;
  2806.   line-height: 1.42857143;
  2807.   text-align: center;
  2808.   white-space: nowrap;
  2809.   vertical-align: middle;
  2810.   -ms-touch-action: manipulation;
  2811.       touch-action: manipulation;
  2812.   cursor: pointer;
  2813.   -webkit-user-select: none;
  2814.      -moz-user-select: none;
  2815.       -ms-user-select: none;
  2816.           user-select: none;
  2817.   background-image: none;
  2818.   border: 1px solid transparent;
  2819.   border-radius: 4px;
  2820. }
  2821. .btn:focus,
  2822. .btn:active:focus,
  2823. .btn.active:focus,
  2824. .btn.focus,
  2825. .btn:active.focus,
  2826. .btn.active.focus {
  2827.   outline: 5px auto -webkit-focus-ring-color;
  2828.   outline-offset: -2px;
  2829. }
  2830. .btn:hover,
  2831. .btn:focus,
  2832. .btn.focus {
  2833.   color: #333;
  2834.   text-decoration: none;
  2835. }
  2836. .btn:active,
  2837. .btn.active {
  2838.   background-image: none;
  2839.   outline: 0;
  2840.   -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  2841.           box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  2842. }
  2843. .btn.disabled,
  2844. .btn[disabled],
  2845. fieldset[disabled] .btn {
  2846.   cursor: not-allowed;
  2847.   filter: alpha(opacity=65);
  2848.   -webkit-box-shadow: none;
  2849.           box-shadow: none;
  2850.   opacity: .65;
  2851. }
  2852. a.btn.disabled,
  2853. fieldset[disabled] a.btn {
  2854.   pointer-events: none;
  2855. }
  2856. .btn-default {
  2857.   color: #333;
  2858.   background-color: #fff;
  2859.   border-color: #ccc;
  2860. }
  2861. .btn-default:focus,
  2862. .btn-default.focus {
  2863.   color: #333;
  2864.   background-color: #e6e6e6;
  2865.   border-color: #8c8c8c;
  2866. }
  2867. .btn-default:hover {
  2868.   color: #333;
  2869.   background-color: #e6e6e6;
  2870.   border-color: #adadad;
  2871. }
  2872. .btn-default:active,
  2873. .btn-default.active,
  2874. .open > .dropdown-toggle.btn-default {
  2875.   color: #333;
  2876.   background-color: #e6e6e6;
  2877.   border-color: #adadad;
  2878. }
  2879. .btn-default:active:hover,
  2880. .btn-default.active:hover,
  2881. .open > .dropdown-toggle.btn-default:hover,
  2882. .btn-default:active:focus,
  2883. .btn-default.active:focus,
  2884. .open > .dropdown-toggle.btn-default:focus,
  2885. .btn-default:active.focus,
  2886. .btn-default.active.focus,
  2887. .open > .dropdown-toggle.btn-default.focus {
  2888.   color: #333;
  2889.   background-color: #d4d4d4;
  2890.   border-color: #8c8c8c;
  2891. }
  2892. .btn-default:active,
  2893. .btn-default.active,
  2894. .open > .dropdown-toggle.btn-default {
  2895.   background-image: none;
  2896. }
  2897. .btn-default.disabled:hover,
  2898. .btn-default[disabled]:hover,
  2899. fieldset[disabled] .btn-default:hover,
  2900. .btn-default.disabled:focus,
  2901. .btn-default[disabled]:focus,
  2902. fieldset[disabled] .btn-default:focus,
  2903. .btn-default.disabled.focus,
  2904. .btn-default[disabled].focus,
  2905. fieldset[disabled] .btn-default.focus {
  2906.   background-color: #fff;
  2907.   border-color: #ccc;
  2908. }
  2909. .btn-default .badge {
  2910.   color: #fff;
  2911.   background-color: #333;
  2912. }
  2913. .btn-primary {
  2914.   color: #fff;
  2915.   background-color: #337ab7;
  2916.   border-color: #2e6da4;
  2917. }
  2918. .btn-primary:focus,
  2919. .btn-primary.focus {
  2920.   color: #fff;
  2921.   background-color: #286090;
  2922.   border-color: #122b40;
  2923. }
  2924. .btn-primary:hover {
  2925.   color: #fff;
  2926.   background-color: #286090;
  2927.   border-color: #204d74;
  2928. }
  2929. .btn-primary:active,
  2930. .btn-primary.active,
  2931. .open > .dropdown-toggle.btn-primary {
  2932.   color: #fff;
  2933.   background-color: #286090;
  2934.   border-color: #204d74;
  2935. }
  2936. .btn-primary:active:hover,
  2937. .btn-primary.active:hover,
  2938. .open > .dropdown-toggle.btn-primary:hover,
  2939. .btn-primary:active:focus,
  2940. .btn-primary.active:focus,
  2941. .open > .dropdown-toggle.btn-primary:focus,
  2942. .btn-primary:active.focus,
  2943. .btn-primary.active.focus,
  2944. .open > .dropdown-toggle.btn-primary.focus {
  2945.   color: #fff;
  2946.   background-color: #204d74;
  2947.   border-color: #122b40;
  2948. }
  2949. .btn-primary:active,
  2950. .btn-primary.active,
  2951. .open > .dropdown-toggle.btn-primary {
  2952.   background-image: none;
  2953. }
  2954. .btn-primary.disabled:hover,
  2955. .btn-primary[disabled]:hover,
  2956. fieldset[disabled] .btn-primary:hover,
  2957. .btn-primary.disabled:focus,
  2958. .btn-primary[disabled]:focus,
  2959. fieldset[disabled] .btn-primary:focus,
  2960. .btn-primary.disabled.focus,
  2961. .btn-primary[disabled].focus,
  2962. fieldset[disabled] .btn-primary.focus {
  2963.   background-color: #337ab7;
  2964.   border-color: #2e6da4;
  2965. }
  2966. .btn-primary .badge {
  2967.   color: #337ab7;
  2968.   background-color: #fff;
  2969. }
  2970. .btn-success {
  2971.   color: #fff;
  2972.   background-color: #5cb85c;
  2973.   border-color: #4cae4c;
  2974. }
  2975. .btn-success:focus,
  2976. .btn-success.focus {
  2977.   color: #fff;
  2978.   background-color: #449d44;
  2979.   border-color: #255625;
  2980. }
  2981. .btn-success:hover {
  2982.   color: #fff;
  2983.   background-color: #449d44;
  2984.   border-color: #398439;
  2985. }
  2986. .btn-success:active,
  2987. .btn-success.active,
  2988. .open > .dropdown-toggle.btn-success {
  2989.   color: #fff;
  2990.   background-color: #449d44;
  2991.   border-color: #398439;
  2992. }
  2993. .btn-success:active:hover,
  2994. .btn-success.active:hover,
  2995. .open > .dropdown-toggle.btn-success:hover,
  2996. .btn-success:active:focus,
  2997. .btn-success.active:focus,
  2998. .open > .dropdown-toggle.btn-success:focus,
  2999. .btn-success:active.focus,
  3000. .btn-success.active.focus,
  3001. .open > .dropdown-toggle.btn-success.focus {
  3002.   color: #fff;
  3003.   background-color: #398439;
  3004.   border-color: #255625;
  3005. }
  3006. .btn-success:active,
  3007. .btn-success.active,
  3008. .open > .dropdown-toggle.btn-success {
  3009.   background-image: none;
  3010. }
  3011. .btn-success.disabled:hover,
  3012. .btn-success[disabled]:hover,
  3013. fieldset[disabled] .btn-success:hover,
  3014. .btn-success.disabled:focus,
  3015. .btn-success[disabled]:focus,
  3016. fieldset[disabled] .btn-success:focus,
  3017. .btn-success.disabled.focus,
  3018. .btn-success[disabled].focus,
  3019. fieldset[disabled] .btn-success.focus {
  3020.   background-color: #5cb85c;
  3021.   border-color: #4cae4c;
  3022. }
  3023. .btn-success .badge {
  3024.   color: #5cb85c;
  3025.   background-color: #fff;
  3026. }
  3027. .btn-info {
  3028.   color: #fff;
  3029.   background-color: #5bc0de;
  3030.   border-color: #46b8da;
  3031. }
  3032. .btn-info:focus,
  3033. .btn-info.focus {
  3034.   color: #fff;
  3035.   background-color: #31b0d5;
  3036.   border-color: #1b6d85;
  3037. }
  3038. .btn-info:hover {
  3039.   color: #fff;
  3040.   background-color: #31b0d5;
  3041.   border-color: #269abc;
  3042. }
  3043. .btn-info:active,
  3044. .btn-info.active,
  3045. .open > .dropdown-toggle.btn-info {
  3046.   color: #fff;
  3047.   background-color: #31b0d5;
  3048.   border-color: #269abc;
  3049. }
  3050. .btn-info:active:hover,
  3051. .btn-info.active:hover,
  3052. .open > .dropdown-toggle.btn-info:hover,
  3053. .btn-info:active:focus,
  3054. .btn-info.active:focus,
  3055. .open > .dropdown-toggle.btn-info:focus,
  3056. .btn-info:active.focus,
  3057. .btn-info.active.focus,
  3058. .open > .dropdown-toggle.btn-info.focus {
  3059.   color: #fff;
  3060.   background-color: #269abc;
  3061.   border-color: #1b6d85;
  3062. }
  3063. .btn-info:active,
  3064. .btn-info.active,
  3065. .open > .dropdown-toggle.btn-info {
  3066.   background-image: none;
  3067. }
  3068. .btn-info.disabled:hover,
  3069. .btn-info[disabled]:hover,
  3070. fieldset[disabled] .btn-info:hover,
  3071. .btn-info.disabled:focus,
  3072. .btn-info[disabled]:focus,
  3073. fieldset[disabled] .btn-info:focus,
  3074. .btn-info.disabled.focus,
  3075. .btn-info[disabled].focus,
  3076. fieldset[disabled] .btn-info.focus {
  3077.   background-color: #5bc0de;
  3078.   border-color: #46b8da;
  3079. }
  3080. .btn-info .badge {
  3081.   color: #5bc0de;
  3082.   background-color: #fff;
  3083. }
  3084. .btn-warning {
  3085.   color: #fff;
  3086.   background-color: #f0ad4e;
  3087.   border-color: #eea236;
  3088. }
  3089. .btn-warning:focus,
  3090. .btn-warning.focus {
  3091.   color: #fff;
  3092.   background-color: #ec971f;
  3093.   border-color: #985f0d;
  3094. }
  3095. .btn-warning:hover {
  3096.   color: #fff;
  3097.   background-color: #ec971f;
  3098.   border-color: #d58512;
  3099. }
  3100. .btn-warning:active,
  3101. .btn-warning.active,
  3102. .open > .dropdown-toggle.btn-warning {
  3103.   color: #fff;
  3104.   background-color: #ec971f;
  3105.   border-color: #d58512;
  3106. }
  3107. .btn-warning:active:hover,
  3108. .btn-warning.active:hover,
  3109. .open > .dropdown-toggle.btn-warning:hover,
  3110. .btn-warning:active:focus,
  3111. .btn-warning.active:focus,
  3112. .open > .dropdown-toggle.btn-warning:focus,
  3113. .btn-warning:active.focus,
  3114. .btn-warning.active.focus,
  3115. .open > .dropdown-toggle.btn-warning.focus {
  3116.   color: #fff;
  3117.   background-color: #d58512;
  3118.   border-color: #985f0d;
  3119. }
  3120. .btn-warning:active,
  3121. .btn-warning.active,
  3122. .open > .dropdown-toggle.btn-warning {
  3123.   background-image: none;
  3124. }
  3125. .btn-warning.disabled:hover,
  3126. .btn-warning[disabled]:hover,
  3127. fieldset[disabled] .btn-warning:hover,
  3128. .btn-warning.disabled:focus,
  3129. .btn-warning[disabled]:focus,
  3130. fieldset[disabled] .btn-warning:focus,
  3131. .btn-warning.disabled.focus,
  3132. .btn-warning[disabled].focus,
  3133. fieldset[disabled] .btn-warning.focus {
  3134.   background-color: #f0ad4e;
  3135.   border-color: #eea236;
  3136. }
  3137. .btn-warning .badge {
  3138.   color: #f0ad4e;
  3139.   background-color: #fff;
  3140. }
  3141. .btn-danger {
  3142.   color: #fff;
  3143.   background-color: #d9534f;
  3144.   border-color: #d43f3a;
  3145. }
  3146. .btn-danger:focus,
  3147. .btn-danger.focus {
  3148.   color: #fff;
  3149.   background-color: #c9302c;
  3150.   border-color: #761c19;
  3151. }
  3152. .btn-danger:hover {
  3153.   color: #fff;
  3154.   background-color: #c9302c;
  3155.   border-color: #ac2925;
  3156. }
  3157. .btn-danger:active,
  3158. .btn-danger.active,
  3159. .open > .dropdown-toggle.btn-danger {
  3160.   color: #fff;
  3161.   background-color: #c9302c;
  3162.   border-color: #ac2925;
  3163. }
  3164. .btn-danger:active:hover,
  3165. .btn-danger.active:hover,
  3166. .open > .dropdown-toggle.btn-danger:hover,
  3167. .btn-danger:active:focus,
  3168. .btn-danger.active:focus,
  3169. .open > .dropdown-toggle.btn-danger:focus,
  3170. .btn-danger:active.focus,
  3171. .btn-danger.active.focus,
  3172. .open > .dropdown-toggle.btn-danger.focus {
  3173.   color: #fff;
  3174.   background-color: #ac2925;
  3175.   border-color: #761c19;
  3176. }
  3177. .btn-danger:active,
  3178. .btn-danger.active,
  3179. .open > .dropdown-toggle.btn-danger {
  3180.   background-image: none;
  3181. }
  3182. .btn-danger.disabled:hover,
  3183. .btn-danger[disabled]:hover,
  3184. fieldset[disabled] .btn-danger:hover,
  3185. .btn-danger.disabled:focus,
  3186. .btn-danger[disabled]:focus,
  3187. fieldset[disabled] .btn-danger:focus,
  3188. .btn-danger.disabled.focus,
  3189. .btn-danger[disabled].focus,
  3190. fieldset[disabled] .btn-danger.focus {
  3191.   background-color: #d9534f;
  3192.   border-color: #d43f3a;
  3193. }
  3194. .btn-danger .badge {
  3195.   color: #d9534f;
  3196.   background-color: #fff;
  3197. }
  3198. .btn-link {
  3199.   font-weight: normal;
  3200.   color: #337ab7;
  3201.   border-radius: 0;
  3202. }
  3203. .btn-link,
  3204. .btn-link:active,
  3205. .btn-link.active,
  3206. .btn-link[disabled],
  3207. fieldset[disabled] .btn-link {
  3208.   background-color: transparent;
  3209.   -webkit-box-shadow: none;
  3210.           box-shadow: none;
  3211. }
  3212. .btn-link,
  3213. .btn-link:hover,
  3214. .btn-link:focus,
  3215. .btn-link:active {
  3216.   border-color: transparent;
  3217. }
  3218. .btn-link:hover,
  3219. .btn-link:focus {
  3220.   color: #23527c;
  3221.   text-decoration: underline;
  3222.   background-color: transparent;
  3223. }
  3224. .btn-link[disabled]:hover,
  3225. fieldset[disabled] .btn-link:hover,
  3226. .btn-link[disabled]:focus,
  3227. fieldset[disabled] .btn-link:focus {
  3228.   color: #777;
  3229.   text-decoration: none;
  3230. }
  3231. .btn-lg,
  3232. .btn-group-lg > .btn {
  3233.   padding: 10px 16px;
  3234.   font-size: 18px;
  3235.   line-height: 1.3333333;
  3236.   border-radius: 6px;
  3237. }
  3238. .btn-sm,
  3239. .btn-group-sm > .btn {
  3240.   padding: 5px 10px;
  3241.   font-size: 12px;
  3242.   line-height: 1.5;
  3243.   border-radius: 3px;
  3244. }
  3245. .btn-xs,
  3246. .btn-group-xs > .btn {
  3247.   padding: 1px 5px;
  3248.   font-size: 12px;
  3249.   line-height: 1.5;
  3250.   border-radius: 3px;
  3251. }
  3252. .btn-block {
  3253.   display: block;
  3254.   width: 100%;
  3255. }
  3256. .btn-block + .btn-block {
  3257.   margin-top: 5px;
  3258. }
  3259. input[type="submit"].btn-block,
  3260. input[type="reset"].btn-block,
  3261. input[type="button"].btn-block {
  3262.   width: 100%;
  3263. }
  3264. .fade {
  3265.   opacity: 0;
  3266.   -webkit-transition: opacity .15s linear;
  3267.        -o-transition: opacity .15s linear;
  3268.           transition: opacity .15s linear;
  3269. }
  3270. .fade.in {
  3271.   opacity: 1;
  3272. }
  3273. .collapse {
  3274.   display: none;
  3275. }
  3276. .collapse.in {
  3277.   display: block;
  3278. }
  3279. tr.collapse.in {
  3280.   display: table-row;
  3281. }
  3282. tbody.collapse.in {
  3283.   display: table-row-group;
  3284. }
  3285. .collapsing {
  3286.   position: relative;
  3287.   height: 0;
  3288.   overflow: hidden;
  3289.   -webkit-transition-timing-function: ease;
  3290.        -o-transition-timing-function: ease;
  3291.           transition-timing-function: ease;
  3292.   -webkit-transition-duration: .35s;
  3293.        -o-transition-duration: .35s;
  3294.           transition-duration: .35s;
  3295.   -webkit-transition-property: height, visibility;
  3296.        -o-transition-property: height, visibility;
  3297.           transition-property: height, visibility;
  3298. }
  3299. .caret {
  3300.   display: inline-block;
  3301.   width: 0;
  3302.   height: 0;
  3303.   margin-left: 2px;
  3304.   vertical-align: middle;
  3305.   border-top: 4px dashed;
  3306.   border-top: 4px solid \9;
  3307.   border-right: 4px solid transparent;
  3308.   border-left: 4px solid transparent;
  3309. }
  3310. .dropup,
  3311. .dropdown {
  3312.   position: relative;
  3313. }
  3314. .dropdown-toggle:focus {
  3315.   outline: 0;
  3316. }
  3317. .dropdown-menu {
  3318.   position: absolute;
  3319.   top: 100%;
  3320.   left: 0;
  3321.   z-index: 1000;
  3322.   display: none;
  3323.   float: left;
  3324.   min-width: 180px;
  3325.   padding: 5px 0;
  3326.   margin: 2px 0 0;
  3327.   font-size: 13px;
  3328.   text-align: left;
  3329.   list-style: none;
  3330.   background-color: #151821;
  3331.   -webkit-background-clip: padding-box;
  3332.           background-clip: padding-box;
  3333. }
  3334. .dropdown-menu.pull-right {
  3335.   right: 0;
  3336.   left: auto;
  3337. }
  3338. .dropdown-menu .divider {
  3339.   height: 1px;
  3340.   margin: 9px 0;
  3341.   overflow: hidden;
  3342.   background-color: #e5e5e5;
  3343. }
  3344. .dropdown-menu > li > a {
  3345.   display: block;
  3346.   padding: 3px 10px;
  3347.   clear: both;
  3348.   font-weight: normal;
  3349.   line-height: 1.42857143;
  3350.   color: #FFFFFF;
  3351.   white-space: nowrap;
  3352. }
  3353. .dropdown-menu > li > a:hover,
  3354. .dropdown-menu > li > a:focus {
  3355.   color: black;
  3356.   text-decoration: none;
  3357.   background-color: #f1cf2b;
  3358. }
  3359. .dropdown-menu > .active > a,
  3360. .dropdown-menu > .active > a:hover,
  3361. .dropdown-menu > .active > a:focus {
  3362.   color: #DDDDDD;
  3363.   text-decoration: none;
  3364.   background-color: #f1cf2b;
  3365.   outline: 0;
  3366. }
  3367. .dropdown-menu > .disabled > a,
  3368. .dropdown-menu > .disabled > a:hover,
  3369. .dropdown-menu > .disabled > a:focus {
  3370.   color: #777;
  3371. }
  3372. .dropdown-menu > .disabled > a:hover,
  3373. .dropdown-menu > .disabled > a:focus {
  3374.   text-decoration: none;
  3375.   cursor: not-allowed;
  3376.   background-color: transparent;
  3377.   background-image: none;
  3378.   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  3379. }
  3380. .open > .dropdown-menu {
  3381.   display: block;
  3382. }
  3383. .open > a {
  3384.   outline: 0;
  3385. }
  3386. .dropdown-menu-right {
  3387.   right: 0;
  3388.   left: auto;
  3389. }
  3390. .dropdown-menu-left {
  3391.   right: auto;
  3392.   left: 0;
  3393. }
  3394. .dropdown-header {
  3395.   display: block;
  3396.   padding: 3px 20px;
  3397.   font-size: 12px;
  3398.   line-height: 1.42857143;
  3399.   color: #777;
  3400.   white-space: nowrap;
  3401. }
  3402. .dropdown-backdrop {
  3403.   position: fixed;
  3404.   top: 0;
  3405.   right: 0;
  3406.   bottom: 0;
  3407.   left: 0;
  3408.   z-index: 990;
  3409. }
  3410. .pull-right > .dropdown-menu {
  3411.   right: 0;
  3412.   left: auto;
  3413. }
  3414. .dropup .caret,
  3415. .navbar-fixed-bottom .dropdown .caret {
  3416.   content: "";
  3417.   border-top: 0;
  3418.   border-bottom: 4px dashed;
  3419.   border-bottom: 4px solid \9;
  3420. }
  3421. .dropup .dropdown-menu,
  3422. .navbar-fixed-bottom .dropdown .dropdown-menu {
  3423.   top: auto;
  3424.   bottom: 100%;
  3425.   margin-bottom: 2px;
  3426. }
  3427. @media (min-width: 768px) {
  3428.   .navbar-right .dropdown-menu {
  3429.     right: 0;
  3430.     left: auto;
  3431.   }
  3432.   .navbar-right .dropdown-menu-left {
  3433.     right: auto;
  3434.     left: 0;
  3435.   }
  3436. }
  3437. .btn-group,
  3438. .btn-group-vertical {
  3439.   position: relative;
  3440.   display: inline-block;
  3441.   vertical-align: middle;
  3442. }
  3443. .btn-group > .btn,
  3444. .btn-group-vertical > .btn {
  3445.   position: relative;
  3446.   float: left;
  3447. }
  3448. .btn-group > .btn:hover,
  3449. .btn-group-vertical > .btn:hover,
  3450. .btn-group > .btn:focus,
  3451. .btn-group-vertical > .btn:focus,
  3452. .btn-group > .btn:active,
  3453. .btn-group-vertical > .btn:active,
  3454. .btn-group > .btn.active,
  3455. .btn-group-vertical > .btn.active {
  3456.   z-index: 2;
  3457. }
  3458. .btn-group .btn + .btn,
  3459. .btn-group .btn + .btn-group,
  3460. .btn-group .btn-group + .btn,
  3461. .btn-group .btn-group + .btn-group {
  3462.   margin-left: -1px;
  3463. }
  3464. .btn-toolbar {
  3465.   margin-left: -5px;
  3466. }
  3467. .btn-toolbar .btn,
  3468. .btn-toolbar .btn-group,
  3469. .btn-toolbar .input-group {
  3470.   float: left;
  3471. }
  3472. .btn-toolbar > .btn,
  3473. .btn-toolbar > .btn-group,
  3474. .btn-toolbar > .input-group {
  3475.   margin-left: 5px;
  3476. }
  3477. .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  3478.   border-radius: 0;
  3479. }
  3480. .btn-group > .btn:first-child {
  3481.   margin-left: 0;
  3482. }
  3483. .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  3484.   border-top-right-radius: 0;
  3485.   border-bottom-right-radius: 0;
  3486. }
  3487. .btn-group > .btn:last-child:not(:first-child),
  3488. .btn-group > .dropdown-toggle:not(:first-child) {
  3489.   border-top-left-radius: 0;
  3490.   border-bottom-left-radius: 0;
  3491. }
  3492. .btn-group > .btn-group {
  3493.   float: left;
  3494. }
  3495. .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  3496.   border-radius: 0;
  3497. }
  3498. .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
  3499. .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  3500.   border-top-right-radius: 0;
  3501.   border-bottom-right-radius: 0;
  3502. }
  3503. .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  3504.   border-top-left-radius: 0;
  3505.   border-bottom-left-radius: 0;
  3506. }
  3507. .btn-group .dropdown-toggle:active,
  3508. .btn-group.open .dropdown-toggle {
  3509.   outline: 0;
  3510. }
  3511. .btn-group > .btn + .dropdown-toggle {
  3512.   padding-right: 8px;
  3513.   padding-left: 8px;
  3514. }
  3515. .btn-group > .btn-lg + .dropdown-toggle {
  3516.   padding-right: 12px;
  3517.   padding-left: 12px;
  3518. }
  3519. .btn-group.open .dropdown-toggle {
  3520.   -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  3521.           box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  3522. }
  3523. .btn-group.open .dropdown-toggle.btn-link {
  3524.   -webkit-box-shadow: none;
  3525.           box-shadow: none;
  3526. }
  3527. .btn .caret {
  3528.   margin-left: 0;
  3529. }
  3530. .btn-lg .caret {
  3531.   border-width: 5px 5px 0;
  3532.   border-bottom-width: 0;
  3533. }
  3534. .dropup .btn-lg .caret {
  3535.   border-width: 0 5px 5px;
  3536. }
  3537. .btn-group-vertical > .btn,
  3538. .btn-group-vertical > .btn-group,
  3539. .btn-group-vertical > .btn-group > .btn {
  3540.   display: block;
  3541.   float: none;
  3542.   width: 100%;
  3543.   max-width: 100%;
  3544. }
  3545. .btn-group-vertical > .btn-group > .btn {
  3546.   float: none;
  3547. }
  3548. .btn-group-vertical > .btn + .btn,
  3549. .btn-group-vertical > .btn + .btn-group,
  3550. .btn-group-vertical > .btn-group + .btn,
  3551. .btn-group-vertical > .btn-group + .btn-group {
  3552.   margin-top: -1px;
  3553.   margin-left: 0;
  3554. }
  3555. .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  3556.   border-radius: 0;
  3557. }
  3558. .btn-group-vertical > .btn:first-child:not(:last-child) {
  3559.   border-top-left-radius: 4px;
  3560.   border-top-right-radius: 4px;
  3561.   border-bottom-right-radius: 0;
  3562.   border-bottom-left-radius: 0;
  3563. }
  3564. .btn-group-vertical > .btn:last-child:not(:first-child) {
  3565.   border-top-left-radius: 0;
  3566.   border-top-right-radius: 0;
  3567.   border-bottom-right-radius: 4px;
  3568.   border-bottom-left-radius: 4px;
  3569. }
  3570. .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  3571.   border-radius: 0;
  3572. }
  3573. .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
  3574. .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  3575.   border-bottom-right-radius: 0;
  3576.   border-bottom-left-radius: 0;
  3577. }
  3578. .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  3579.   border-top-left-radius: 0;
  3580.   border-top-right-radius: 0;
  3581. }
  3582. .btn-group-justified {
  3583.   display: table;
  3584.   width: 100%;
  3585.   table-layout: fixed;
  3586.   border-collapse: separate;
  3587. }
  3588. .btn-group-justified > .btn,
  3589. .btn-group-justified > .btn-group {
  3590.   display: table-cell;
  3591.   float: none;
  3592.   width: 1%;
  3593. }
  3594. .btn-group-justified > .btn-group .btn {
  3595.   width: 100%;
  3596. }
  3597. .btn-group-justified > .btn-group .dropdown-menu {
  3598.   left: auto;
  3599. }
  3600. [data-toggle="buttons"] > .btn input[type="radio"],
  3601. [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
  3602. [data-toggle="buttons"] > .btn input[type="checkbox"],
  3603. [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  3604.   position: absolute;
  3605.   clip: rect(0, 0, 0, 0);
  3606.   pointer-events: none;
  3607. }
  3608. .input-group {
  3609.   position: relative;
  3610.   display: table;
  3611.   border-collapse: separate;
  3612. }
  3613. .input-group[class*="col-"] {
  3614.   float: none;
  3615.   padding-right: 0;
  3616.   padding-left: 0;
  3617. }
  3618. .input-group .form-control {
  3619.   position: relative;
  3620.   z-index: 2;
  3621.   float: left;
  3622.   width: 100%;
  3623.   margin-bottom: 0;
  3624. }
  3625. .input-group .form-control:focus {
  3626.   z-index: 3;
  3627. }
  3628. .input-group-lg > .form-control,
  3629. .input-group-lg > .input-group-addon,
  3630. .input-group-lg > .input-group-btn > .btn {
  3631.   height: 46px;
  3632.   padding: 10px 16px;
  3633.   font-size: 18px;
  3634.   line-height: 1.3333333;
  3635.   border-radius: 6px;
  3636. }
  3637. select.input-group-lg > .form-control,
  3638. select.input-group-lg > .input-group-addon,
  3639. select.input-group-lg > .input-group-btn > .btn {
  3640.   height: 46px;
  3641.   line-height: 46px;
  3642. }
  3643. textarea.input-group-lg > .form-control,
  3644. textarea.input-group-lg > .input-group-addon,
  3645. textarea.input-group-lg > .input-group-btn > .btn,
  3646. select[multiple].input-group-lg > .form-control,
  3647. select[multiple].input-group-lg > .input-group-addon,
  3648. select[multiple].input-group-lg > .input-group-btn > .btn {
  3649.   height: auto;
  3650. }
  3651. .input-group-sm > .form-control,
  3652. .input-group-sm > .input-group-addon,
  3653. .input-group-sm > .input-group-btn > .btn {
  3654.   height: 30px;
  3655.   padding: 5px 10px;
  3656.   font-size: 12px;
  3657.   line-height: 1.5;
  3658.   border-radius: 3px;
  3659. }
  3660. select.input-group-sm > .form-control,
  3661. select.input-group-sm > .input-group-addon,
  3662. select.input-group-sm > .input-group-btn > .btn {
  3663.   height: 30px;
  3664.   line-height: 30px;
  3665. }
  3666. textarea.input-group-sm > .form-control,
  3667. textarea.input-group-sm > .input-group-addon,
  3668. textarea.input-group-sm > .input-group-btn > .btn,
  3669. select[multiple].input-group-sm > .form-control,
  3670. select[multiple].input-group-sm > .input-group-addon,
  3671. select[multiple].input-group-sm > .input-group-btn > .btn {
  3672.   height: auto;
  3673. }
  3674. .input-group-addon,
  3675. .input-group-btn,
  3676. .input-group .form-control {
  3677.   display: table-cell;
  3678. }
  3679. .input-group-addon:not(:first-child):not(:last-child),
  3680. .input-group-btn:not(:first-child):not(:last-child),
  3681. .input-group .form-control:not(:first-child):not(:last-child) {
  3682.   border-radius: 0;
  3683. }
  3684. .input-group-addon,
  3685. .input-group-btn {
  3686.   width: 1%;
  3687.   white-space: nowrap;
  3688.   vertical-align: middle;
  3689. }
  3690. .input-group-addon {
  3691.   padding: 6px 12px;
  3692.   font-size: 14px;
  3693.   font-weight: normal;
  3694.   line-height: 1;
  3695.   color: #555;
  3696.   text-align: center;
  3697.   background-color: #eee;
  3698.   border: 1px solid #ccc;
  3699.   border-radius: 4px;
  3700. }
  3701. .input-group-addon.input-sm {
  3702.   padding: 5px 10px;
  3703.   font-size: 12px;
  3704.   border-radius: 3px;
  3705. }
  3706. .input-group-addon.input-lg {
  3707.   padding: 10px 16px;
  3708.   font-size: 18px;
  3709.   border-radius: 6px;
  3710. }
  3711. .input-group-addon input[type="radio"],
  3712. .input-group-addon input[type="checkbox"] {
  3713.   margin-top: 0;
  3714. }
  3715. .input-group .form-control:first-child,
  3716. .input-group-addon:first-child,
  3717. .input-group-btn:first-child > .btn,
  3718. .input-group-btn:first-child > .btn-group > .btn,
  3719. .input-group-btn:first-child > .dropdown-toggle,
  3720. .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
  3721. .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  3722.   border-top-right-radius: 0;
  3723.   border-bottom-right-radius: 0;
  3724. }
  3725. .input-group-addon:first-child {
  3726.   border-right: 0;
  3727. }
  3728. .input-group .form-control:last-child,
  3729. .input-group-addon:last-child,
  3730. .input-group-btn:last-child > .btn,
  3731. .input-group-btn:last-child > .btn-group > .btn,
  3732. .input-group-btn:last-child > .dropdown-toggle,
  3733. .input-group-btn:first-child > .btn:not(:first-child),
  3734. .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  3735.   border-top-left-radius: 0;
  3736.   border-bottom-left-radius: 0;
  3737. }
  3738. .input-group-addon:last-child {
  3739.   border-left: 0;
  3740. }
  3741. .input-group-btn {
  3742.   position: relative;
  3743.   font-size: 0;
  3744.   white-space: nowrap;
  3745. }
  3746. .input-group-btn > .btn {
  3747.   position: relative;
  3748. }
  3749. .input-group-btn > .btn + .btn {
  3750.   margin-left: -1px;
  3751. }
  3752. .input-group-btn > .btn:hover,
  3753. .input-group-btn > .btn:focus,
  3754. .input-group-btn > .btn:active {
  3755.   z-index: 2;
  3756. }
  3757. .input-group-btn:first-child > .btn,
  3758. .input-group-btn:first-child > .btn-group {
  3759.   margin-right: -1px;
  3760. }
  3761. .input-group-btn:last-child > .btn,
  3762. .input-group-btn:last-child > .btn-group {
  3763.   z-index: 2;
  3764.   margin-left: -1px;
  3765. }
  3766. .nav {
  3767.   padding-left: 0;
  3768.   margin-bottom: 0;
  3769.   list-style: none;
  3770. }
  3771. .nav > li {
  3772.   position: relative;
  3773.   display: block;
  3774. }
  3775. .nav > li > a {
  3776.   position: relative;
  3777.   display: block;
  3778.   padding: 10px 15px;
  3779. }
  3780. .nav > li > a:hover,
  3781. .nav > li > a:focus {
  3782.   text-decoration: none;
  3783.   background-color: #eee;
  3784. }
  3785. .nav > li.disabled > a {
  3786.   color: #777;
  3787. }
  3788. .nav > li.disabled > a:hover,
  3789. .nav > li.disabled > a:focus {
  3790.   color: #777;
  3791.   text-decoration: none;
  3792.   cursor: not-allowed;
  3793.   background-color: transparent;
  3794. }
  3795. .nav .open > a,
  3796. .nav .open > a:hover,
  3797. .nav .open > a:focus {
  3798.   background-color: #eee;
  3799.   border-color: #337ab7;
  3800. }
  3801. .nav .nav-divider {
  3802.   height: 1px;
  3803.   margin: 9px 0;
  3804.   overflow: hidden;
  3805.   background-color: #e5e5e5;
  3806. }
  3807. .nav > li > a > img {
  3808.   max-width: none;
  3809. }
  3810. .nav-tabs {
  3811.   border-bottom: 1px solid #ddd;
  3812. }
  3813. .nav-tabs > li {
  3814.   float: left;
  3815.   margin-bottom: -1px;
  3816. }
  3817. .nav-tabs > li > a {
  3818.   margin-right: 2px;
  3819.   line-height: 1.42857143;
  3820.   border: 1px solid transparent;
  3821.   border-radius: 4px 4px 0 0;
  3822. }
  3823. .nav-tabs > li > a:hover {
  3824.   border-color: #eee #eee #ddd;
  3825. }
  3826. .nav-tabs > li.active > a,
  3827. .nav-tabs > li.active > a:hover,
  3828. .nav-tabs > li.active > a:focus {
  3829.   color: #555;
  3830.   cursor: default;
  3831.   background-color: #fff;
  3832.   border: 1px solid #ddd;
  3833.   border-bottom-color: transparent;
  3834. }
  3835. .nav-tabs.nav-justified {
  3836.   width: 100%;
  3837.   border-bottom: 0;
  3838. }
  3839. .nav-tabs.nav-justified > li {
  3840.   float: none;
  3841. }
  3842. .nav-tabs.nav-justified > li > a {
  3843.   margin-bottom: 5px;
  3844.   text-align: center;
  3845. }
  3846. .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  3847.   top: auto;
  3848.   left: auto;
  3849. }
  3850. @media (min-width: 768px) {
  3851.   .nav-tabs.nav-justified > li {
  3852.     display: table-cell;
  3853.     width: 1%;
  3854.   }
  3855.   .nav-tabs.nav-justified > li > a {
  3856.     margin-bottom: 0;
  3857.   }
  3858. }
  3859. .nav-tabs.nav-justified > li > a {
  3860.   margin-right: 0;
  3861.   border-radius: 4px;
  3862. }
  3863. .nav-tabs.nav-justified > .active > a,
  3864. .nav-tabs.nav-justified > .active > a:hover,
  3865. .nav-tabs.nav-justified > .active > a:focus {
  3866.   border: 1px solid #ddd;
  3867. }
  3868. @media (min-width: 768px) {
  3869.   .nav-tabs.nav-justified > li > a {
  3870.     border-bottom: 1px solid #ddd;
  3871.     border-radius: 4px 4px 0 0;
  3872.   }
  3873.   .nav-tabs.nav-justified > .active > a,
  3874.   .nav-tabs.nav-justified > .active > a:hover,
  3875.   .nav-tabs.nav-justified > .active > a:focus {
  3876.     border-bottom-color: #fff;
  3877.   }
  3878. }
  3879. .nav-pills > li {
  3880.   float: left;
  3881. }
  3882. .nav-pills > li > a {
  3883.   border-radius: 4px;
  3884. }
  3885. .nav-pills > li + li {
  3886.   margin-left: 2px;
  3887. }
  3888. .nav-pills > li.active > a,
  3889. .nav-pills > li.active > a:hover,
  3890. .nav-pills > li.active > a:focus {
  3891.   color: #fff;
  3892.   background-color: #337ab7;
  3893. }
  3894. .nav-stacked > li {
  3895.   float: none;
  3896. }
  3897. .nav-stacked > li + li {
  3898.   margin-top: 2px;
  3899.   margin-left: 0;
  3900. }
  3901. .nav-justified {
  3902.   width: 100%;
  3903. }
  3904. .nav-justified > li {
  3905.   float: none;
  3906. }
  3907. .nav-justified > li > a {
  3908.   margin-bottom: 5px;
  3909.   text-align: center;
  3910. }
  3911. .nav-justified > .dropdown .dropdown-menu {
  3912.   top: auto;
  3913.   left: auto;
  3914. }
  3915. @media (min-width: 768px) {
  3916.   .nav-justified > li {
  3917.     display: table-cell;
  3918.     width: 1%;
  3919.   }
  3920.   .nav-justified > li > a {
  3921.     margin-bottom: 0;
  3922.   }
  3923. }
  3924. .nav-tabs-justified {
  3925.   border-bottom: 0;
  3926. }
  3927. .nav-tabs-justified > li > a {
  3928.   margin-right: 0;
  3929.   border-radius: 4px;
  3930. }
  3931. .nav-tabs-justified > .active > a,
  3932. .nav-tabs-justified > .active > a:hover,
  3933. .nav-tabs-justified > .active > a:focus {
  3934.   border: 1px solid #ddd;
  3935. }
  3936. @media (min-width: 768px) {
  3937.   .nav-tabs-justified > li > a {
  3938.     border-bottom: 1px solid #ddd;
  3939.     border-radius: 4px 4px 0 0;
  3940.   }
  3941.   .nav-tabs-justified > .active > a,
  3942.   .nav-tabs-justified > .active > a:hover,
  3943.   .nav-tabs-justified > .active > a:focus {
  3944.     border-bottom-color: #fff;
  3945.   }
  3946. }
  3947. .tab-content > .tab-pane {
  3948.   display: none;
  3949. }
  3950. .tab-content > .active {
  3951.   display: block;
  3952. }
  3953. .nav-tabs .dropdown-menu {
  3954.   margin-top: -1px;
  3955.   border-top-left-radius: 0;
  3956.   border-top-right-radius: 0;
  3957. }
  3958. .navbar {
  3959.   position: relative;
  3960.   min-height: 80px;
  3961.   border: 0px solid transparent;
  3962.   padding-right: 15px;
  3963. }
  3964. @media (min-width: 768px) {
  3965.   .navbar {
  3966.     border-radius: 0px;
  3967.   }
  3968. }
  3969. @media (min-width: 768px) {
  3970.   .navbar-header {
  3971.     float: left;
  3972.   }
  3973. }
  3974. .navbar-collapse {
  3975.   padding-right: 15px;
  3976.   padding-left: 15px;
  3977.   overflow-x: visible;
  3978.   -webkit-overflow-scrolling: touch;
  3979.   border-top: 1px solid transparent;
  3980.   -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  3981.           box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  3982. }
  3983. .navbar-collapse.in {
  3984.   overflow-y: auto;
  3985. }
  3986. @media (min-width: 768px) {
  3987.   .navbar-collapse {
  3988.     width: auto;
  3989.     border-top: 0;
  3990.     -webkit-box-shadow: none;
  3991.             box-shadow: none;
  3992.   }
  3993.   .navbar-collapse.collapse {
  3994.     display: block !important;
  3995.     height: auto !important;
  3996.     padding-bottom: 0;
  3997.     overflow: visible !important;
  3998.   }
  3999.   .navbar-collapse.in {
  4000.     overflow-y: visible;
  4001.   }
  4002.   .navbar-fixed-top .navbar-collapse,
  4003.   .navbar-static-top .navbar-collapse,
  4004.   .navbar-fixed-bottom .navbar-collapse {
  4005.     padding-right: 0;
  4006.     padding-left: 0;
  4007.   }
  4008. }
  4009.  
  4010. .container > .navbar-header,
  4011. .container-fluid > .navbar-header,
  4012. .container > .navbar-collapse,
  4013. .container-fluid > .navbar-collapse {
  4014.   margin-right: -15px;
  4015.   margin-left: -15px;
  4016. }
  4017. @media (min-width: 768px) {
  4018.   .container > .navbar-header,
  4019.   .container-fluid > .navbar-header,
  4020.   .container > .navbar-collapse,
  4021.   .container-fluid > .navbar-collapse {
  4022.     margin-right: 0;
  4023.     margin-left: 0;
  4024.   }
  4025. }
  4026. .navbar-static-top {
  4027.   z-index: 1000;
  4028.   border-width: 0 0 1px;
  4029. }
  4030. @media (min-width: 768px) {
  4031.   .navbar-static-top {
  4032.     border-radius: 0;
  4033.   }
  4034. }
  4035. .navbar-fixed-top,
  4036. .navbar-fixed-bottom {
  4037.   position: fixed;
  4038.   right: 0;
  4039.   left: 0;
  4040.   z-index: 1030;
  4041. }
  4042. @media (min-width: 768px) {
  4043.   .navbar-fixed-top,
  4044.   .navbar-fixed-bottom {
  4045.     border-radius: 0;
  4046.   }
  4047. }
  4048. .navbar-fixed-top {
  4049.   top: 0;
  4050.   border-width: 0;
  4051. }
  4052. .navbar-fixed-bottom {
  4053.   bottom: 0;
  4054.   margin-bottom: 0;
  4055.   border-width: 1px 0 0;
  4056. }
  4057. .navbar-brand {
  4058.   float: left;
  4059.   height: 75px;
  4060.   padding: 0px 15px;
  4061.   font-size: 22px;
  4062.   line-height: 75px;
  4063. }
  4064. .navbar-brand:hover,
  4065. .navbar-brand:focus {
  4066.   text-decoration: none;
  4067. }
  4068. .navbar-brand > img {
  4069.   display: block;
  4070. }
  4071. @media (min-width: 768px) {
  4072.   .navbar > .container .navbar-brand,
  4073.   .navbar > .container-fluid .navbar-brand {
  4074.     margin-left: -15px;
  4075.   }
  4076. }
  4077. .navbar-toggle {
  4078.   position: relative;
  4079.   float: right;
  4080.   padding: 9px 10px;
  4081.   margin-top: 20px;
  4082.   background-color: #f1cf2b;
  4083.   background-image: none;
  4084.   border: 1px solid ##10131a;
  4085. }
  4086. .navbar-toggle:focus {
  4087.   outline: 0;
  4088. }
  4089. .navbar-toggle .icon-bar {
  4090.   display: block;
  4091.   width: 22px;
  4092.   height: 2px;
  4093.   border-radius: 1px;
  4094. }
  4095. .navbar-toggle .icon-bar + .icon-bar {
  4096.   margin-top: 4px;
  4097. }
  4098. @media (min-width: 768px) {
  4099.   .navbar-toggle {
  4100.     display: none;
  4101.   }
  4102. }
  4103. .navbar-nav {
  4104.   margin: 7.5px -15px;
  4105. }
  4106. .navbar-nav > li > a {
  4107.   padding-top: 10px;
  4108.   padding-bottom: 10px;
  4109.   line-height: 43px;
  4110. }
  4111. @media (max-width: 767px) {
  4112.   .navbar-nav .open .dropdown-menu {
  4113.     position: static;
  4114.     float: none;
  4115.     width: auto;
  4116.     margin-top: 0;
  4117.     background-color: #10131a;
  4118.     border: 0;
  4119.     -webkit-box-shadow: none;
  4120.             box-shadow: none;
  4121.   }
  4122.   .navbar-nav .open .dropdown-menu > li > a,
  4123.   .navbar-nav .open .dropdown-menu .dropdown-header {
  4124.     padding: 5px 15px 5px 25px;
  4125.   }
  4126.   .navbar-nav .open .dropdown-menu > li > a {
  4127.     line-height: 20px;
  4128.   }
  4129.   .navbar-nav .open .dropdown-menu > li > a:hover,
  4130.   .navbar-nav .open .dropdown-menu > li > a:focus {
  4131.     background-image: none;
  4132.   }
  4133. }
  4134. @media (min-width: 768px) {
  4135.   .navbar-nav {
  4136.     float: left;
  4137.     margin: 0;
  4138.   }
  4139.   .navbar-nav > li {
  4140.     float: left;
  4141.   }
  4142.   .navbar-nav > li > a {
  4143.     padding-top: 30px;
  4144.     padding-bottom: 30px;
  4145.   }
  4146. }
  4147. .navbar-form {
  4148.   padding: 10px 15px;
  4149.   margin-top: 8px;
  4150.   margin-right: -15px;
  4151.   margin-bottom: 8px;
  4152.   margin-left: -15px;
  4153.   border-top: 1px solid transparent;
  4154.   border-bottom: 1px solid transparent;
  4155.   -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  4156.           box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  4157. }
  4158. @media (min-width: 768px) {
  4159.   .navbar-form .form-group {
  4160.     display: inline-block;
  4161.     margin-bottom: 0;
  4162.     vertical-align: middle;
  4163.   }
  4164.   .navbar-form .form-control {
  4165.     display: inline-block;
  4166.     width: auto;
  4167.     vertical-align: middle;
  4168.   }
  4169.   .navbar-form .form-control-static {
  4170.     display: inline-block;
  4171.   }
  4172.   .navbar-form .input-group {
  4173.     display: inline-table;
  4174.     vertical-align: middle;
  4175.   }
  4176.   .navbar-form .input-group .input-group-addon,
  4177.   .navbar-form .input-group .input-group-btn,
  4178.   .navbar-form .input-group .form-control {
  4179.     width: auto;
  4180.   }
  4181.   .navbar-form .input-group > .form-control {
  4182.     width: 100%;
  4183.   }
  4184.   .navbar-form .control-label {
  4185.     margin-bottom: 0;
  4186.     vertical-align: middle;
  4187.   }
  4188.   .navbar-form .radio,
  4189.   .navbar-form .checkbox {
  4190.     display: inline-block;
  4191.     margin-top: 0;
  4192.     margin-bottom: 0;
  4193.     vertical-align: middle;
  4194.   }
  4195.   .navbar-form .radio label,
  4196.   .navbar-form .checkbox label {
  4197.     padding-left: 0;
  4198.   }
  4199.   .navbar-form .radio input[type="radio"],
  4200.   .navbar-form .checkbox input[type="checkbox"] {
  4201.     position: relative;
  4202.     margin-left: 0;
  4203.   }
  4204.   .navbar-form .has-feedback .form-control-feedback {
  4205.     top: 0;
  4206.   }
  4207. }
  4208. @media (max-width: 767px) {
  4209.   .navbar-form .form-group {
  4210.     margin-bottom: 5px;
  4211.   }
  4212.   .navbar-form .form-group:last-child {
  4213.     margin-bottom: 0;
  4214.   }
  4215. }
  4216. @media (min-width: 768px) {
  4217.   .navbar-form {
  4218.     width: auto;
  4219.     padding-top: 0;
  4220.     padding-bottom: 0;
  4221.     margin-right: 0;
  4222.     margin-left: 0;
  4223.     border: 0;
  4224.     -webkit-box-shadow: none;
  4225.             box-shadow: none;
  4226.   }
  4227. }
  4228. .navbar-nav > li > .dropdown-menu {
  4229.   margin-top: 0;
  4230.   border-top-left-radius: 0;
  4231.   border-top-right-radius: 0;
  4232. }
  4233. .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  4234.   margin-bottom: 0;
  4235.   border-top-left-radius: 4px;
  4236.   border-top-right-radius: 4px;
  4237.   border-bottom-right-radius: 0;
  4238.   border-bottom-left-radius: 0;
  4239. }
  4240. .navbar-btn {
  4241.   margin-top: 8px;
  4242.   margin-bottom: 8px;
  4243. }
  4244. .navbar-btn.btn-sm {
  4245.   margin-top: 10px;
  4246.   margin-bottom: 10px;
  4247. }
  4248. .navbar-btn.btn-xs {
  4249.   margin-top: 14px;
  4250.   margin-bottom: 14px;
  4251. }
  4252. .navbar-text {
  4253.   margin-top: 15px;
  4254.   margin-bottom: 15px;
  4255. }
  4256. @media (min-width: 768px) {
  4257.   .navbar-text {
  4258.     float: left;
  4259.     margin-right: 15px;
  4260.     margin-left: 15px;
  4261.   }
  4262. }
  4263. @media (min-width: 768px) {
  4264.   .navbar-left {
  4265.     float: left !important;
  4266.   }
  4267.   .navbar-right {
  4268.     float: right !important;
  4269.     margin-right: -15px;
  4270.   }
  4271.   .navbar-right ~ .navbar-right {
  4272.     margin-right: 0;
  4273.   }
  4274. }
  4275. .navbar-default {
  4276.   background-color: #151821;
  4277.   border-color: none;
  4278. }
  4279. .navbar-default .navbar-brand {
  4280.   color: #FFFFFF;
  4281. }
  4282. .navbar-default .navbar-brand:hover,
  4283. .navbar-default .navbar-brand:focus {
  4284.   color: #f1cf2b;
  4285.   background-color: transparent;
  4286. }
  4287. .navbar-default .navbar-text {
  4288.   color: #FFFFFF;
  4289. }
  4290. .navbar-default .navbar-nav > li > a {
  4291.   color: #FFFFFF;
  4292.   text-transform: uppercase;
  4293. }
  4294. .navbar-default .navbar-nav > li > a:hover,
  4295. .navbar-default .navbar-nav > li > a:focus {
  4296.   color: #f1cf2b;
  4297.   background-color: transparent;
  4298. }
  4299. .navbar-default .navbar-nav > .active > a,
  4300. .navbar-default .navbar-nav > .active > a:hover,
  4301. .navbar-default .navbar-nav > .active > a:focus {
  4302.   color: #f1cf2b;
  4303.   background: url(../images/boban/line-nav.png) bottom repeat-x;
  4304. }
  4305. .navbar-default .navbar-nav > .disabled > a,
  4306. .navbar-default .navbar-nav > .disabled > a:hover,
  4307. .navbar-default .navbar-nav > .disabled > a:focus {
  4308.   color: #f1cf2b;
  4309.   background-color: transparent;
  4310. }
  4311. .navbar-default .navbar-toggle {
  4312.   border-color: #10131a;
  4313. }
  4314. .navbar-default .navbar-toggle:hover,
  4315. .navbar-default .navbar-toggle:focus {
  4316.   background-color: #10131a;
  4317. }
  4318. .navbar-default .navbar-toggle .icon-bar {
  4319.   background-color: #FFFFFF;
  4320. }
  4321. .navbar-default .navbar-collapse,
  4322. .navbar-default .navbar-form {
  4323.   border-color: #10131a;
  4324. }
  4325. .navbar-default .navbar-nav > .open > a,
  4326. .navbar-default .navbar-nav > .open > a:hover,
  4327. .navbar-default .navbar-nav > .open > a:focus {
  4328.   color: #f1cf2b;
  4329.   background-color: transparent;
  4330. }
  4331. @media (max-width: 767px) {
  4332.   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
  4333.     color: #FFFFFF;
  4334.   }
  4335.   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  4336.   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  4337.     color: #DDDDDD;
  4338.     background-color: #f1cf2b;
  4339.   }
  4340.   .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  4341.   .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  4342.   .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  4343.     color: #DDDDDD;
  4344.     background-color: #f1cf2b;
  4345.   }
  4346.   .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  4347.   .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  4348.   .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  4349.     color: #DDDDDD;
  4350.     background-color: #f1cf2b;
  4351.   }
  4352. }
  4353. .navbar-default .navbar-link {
  4354.   color: #777;
  4355. }
  4356. .navbar-default .navbar-link:hover {
  4357.   color: #333;
  4358. }
  4359. .navbar-default .btn-link {
  4360.   color: #777;
  4361. }
  4362. .navbar-default .btn-link:hover,
  4363. .navbar-default .btn-link:focus {
  4364.   color: #333;
  4365. }
  4366. .navbar-default .btn-link[disabled]:hover,
  4367. fieldset[disabled] .navbar-default .btn-link:hover,
  4368. .navbar-default .btn-link[disabled]:focus,
  4369. fieldset[disabled] .navbar-default .btn-link:focus {
  4370.   color: #ccc;
  4371. }
  4372. .navbar-inverse {
  4373.   background-color: #222;
  4374.   border-color: #080808;
  4375. }
  4376. .navbar-inverse .navbar-brand {
  4377.   color: #9d9d9d;
  4378. }
  4379. .navbar-inverse .navbar-brand:hover,
  4380. .navbar-inverse .navbar-brand:focus {
  4381.   color: #fff;
  4382.   background-color: transparent;
  4383. }
  4384. .navbar-inverse .navbar-text {
  4385.   color: #9d9d9d;
  4386. }
  4387. .navbar-inverse .navbar-nav > li > a {
  4388.   color: #9d9d9d;
  4389. }
  4390. .navbar-inverse .navbar-nav > li > a:hover,
  4391. .navbar-inverse .navbar-nav > li > a:focus {
  4392.   color: #fff;
  4393.   background-color: transparent;
  4394. }
  4395. .navbar-inverse .navbar-nav > .active > a,
  4396. .navbar-inverse .navbar-nav > .active > a:hover,
  4397. .navbar-inverse .navbar-nav > .active > a:focus {
  4398.   color: #fff;
  4399.   background-color: #080808;
  4400. }
  4401. .navbar-inverse .navbar-nav > .disabled > a,
  4402. .navbar-inverse .navbar-nav > .disabled > a:hover,
  4403. .navbar-inverse .navbar-nav > .disabled > a:focus {
  4404.   color: #444;
  4405.   background-color: transparent;
  4406. }
  4407. .navbar-inverse .navbar-toggle {
  4408.   border-color: #333;
  4409. }
  4410. .navbar-inverse .navbar-toggle:hover,
  4411. .navbar-inverse .navbar-toggle:focus {
  4412.   background-color: #333;
  4413. }
  4414. .navbar-inverse .navbar-toggle .icon-bar {
  4415.   background-color: #fff;
  4416. }
  4417. .navbar-inverse .navbar-collapse,
  4418. .navbar-inverse .navbar-form {
  4419.   border-color: #101010;
  4420. }
  4421. .navbar-inverse .navbar-nav > .open > a,
  4422. .navbar-inverse .navbar-nav > .open > a:hover,
  4423. .navbar-inverse .navbar-nav > .open > a:focus {
  4424.   color: #fff;
  4425.   background-color: #080808;
  4426. }
  4427. @media (max-width: 767px) {
  4428.   .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
  4429.     border-color: #080808;
  4430.   }
  4431.   .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
  4432.     background-color: #080808;
  4433.   }
  4434.   .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  4435.     color: #9d9d9d;
  4436.   }
  4437.   .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  4438.   .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
  4439.     color: #fff;
  4440.     background-color: transparent;
  4441.   }
  4442.   .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  4443.   .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  4444.   .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
  4445.     color: #fff;
  4446.     background-color: #080808;
  4447.   }
  4448.   .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  4449.   .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  4450.   .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  4451.     color: #444;
  4452.     background-color: transparent;
  4453.   }
  4454. }
  4455. .navbar-inverse .navbar-link {
  4456.   color: #9d9d9d;
  4457. }
  4458. .navbar-inverse .navbar-link:hover {
  4459.   color: #fff;
  4460. }
  4461. .navbar-inverse .btn-link {
  4462.   color: #9d9d9d;
  4463. }
  4464. .navbar-inverse .btn-link:hover,
  4465. .navbar-inverse .btn-link:focus {
  4466.   color: #fff;
  4467. }
  4468. .navbar-inverse .btn-link[disabled]:hover,
  4469. fieldset[disabled] .navbar-inverse .btn-link:hover,
  4470. .navbar-inverse .btn-link[disabled]:focus,
  4471. fieldset[disabled] .navbar-inverse .btn-link:focus {
  4472.   color: #444;
  4473. }
  4474. .breadcrumb {
  4475.   padding: 8px 15px;
  4476.   margin-bottom: 20px;
  4477.   list-style: none;
  4478.   background-color: #f5f5f5;
  4479.   border-radius: 4px;
  4480. }
  4481. .breadcrumb > li {
  4482.   display: inline-block;
  4483. }
  4484. .breadcrumb > li + li:before {
  4485.   padding: 0 5px;
  4486.   color: #ccc;
  4487.   content: "/\00a0";
  4488. }
  4489. .breadcrumb > .active {
  4490.   color: #777;
  4491. }
  4492. .pagination {
  4493.   display: inline-block;
  4494.   padding-left: 0;
  4495.   margin: 20px 0;
  4496.   border-radius: 4px;
  4497. }
  4498. .pagination > li {
  4499.   display: inline;
  4500. }
  4501. .pagination > li > a,
  4502. .pagination > li > span {
  4503.   position: relative;
  4504.   float: left;
  4505.   padding: 6px 12px;
  4506.   margin-left: -1px;
  4507.   line-height: 1.42857143;
  4508.   color: #337ab7;
  4509.   text-decoration: none;
  4510.   background-color: #fff;
  4511.   border: 1px solid #ddd;
  4512. }
  4513. .pagination > li:first-child > a,
  4514. .pagination > li:first-child > span {
  4515.   margin-left: 0;
  4516.   border-top-left-radius: 4px;
  4517.   border-bottom-left-radius: 4px;
  4518. }
  4519. .pagination > li:last-child > a,
  4520. .pagination > li:last-child > span {
  4521.   border-top-right-radius: 4px;
  4522.   border-bottom-right-radius: 4px;
  4523. }
  4524. .pagination > li > a:hover,
  4525. .pagination > li > span:hover,
  4526. .pagination > li > a:focus,
  4527. .pagination > li > span:focus {
  4528.   z-index: 2;
  4529.   color: #23527c;
  4530.   background-color: #eee;
  4531.   border-color: #ddd;
  4532. }
  4533. .pagination > .active > a,
  4534. .pagination > .active > span,
  4535. .pagination > .active > a:hover,
  4536. .pagination > .active > span:hover,
  4537. .pagination > .active > a:focus,
  4538. .pagination > .active > span:focus {
  4539.   z-index: 3;
  4540.   color: #fff;
  4541.   cursor: default;
  4542.   background-color: #337ab7;
  4543.   border-color: #337ab7;
  4544. }
  4545. .pagination > .disabled > span,
  4546. .pagination > .disabled > span:hover,
  4547. .pagination > .disabled > span:focus,
  4548. .pagination > .disabled > a,
  4549. .pagination > .disabled > a:hover,
  4550. .pagination > .disabled > a:focus {
  4551.   color: #777;
  4552.   cursor: not-allowed;
  4553.   background-color: #fff;
  4554.   border-color: #ddd;
  4555. }
  4556. .pagination-lg > li > a,
  4557. .pagination-lg > li > span {
  4558.   padding: 10px 16px;
  4559.   font-size: 18px;
  4560.   line-height: 1.3333333;
  4561. }
  4562. .pagination-lg > li:first-child > a,
  4563. .pagination-lg > li:first-child > span {
  4564.   border-top-left-radius: 6px;
  4565.   border-bottom-left-radius: 6px;
  4566. }
  4567. .pagination-lg > li:last-child > a,
  4568. .pagination-lg > li:last-child > span {
  4569.   border-top-right-radius: 6px;
  4570.   border-bottom-right-radius: 6px;
  4571. }
  4572. .pagination-sm > li > a,
  4573. .pagination-sm > li > span {
  4574.   padding: 5px 10px;
  4575.   font-size: 12px;
  4576.   line-height: 1.5;
  4577. }
  4578. .pagination-sm > li:first-child > a,
  4579. .pagination-sm > li:first-child > span {
  4580.   border-top-left-radius: 3px;
  4581.   border-bottom-left-radius: 3px;
  4582. }
  4583. .pagination-sm > li:last-child > a,
  4584. .pagination-sm > li:last-child > span {
  4585.   border-top-right-radius: 3px;
  4586.   border-bottom-right-radius: 3px;
  4587. }
  4588. .pager {
  4589.   padding-left: 0;
  4590.   margin: 20px 0;
  4591.   text-align: center;
  4592.   list-style: none;
  4593. }
  4594. .pager li {
  4595.   display: inline;
  4596. }
  4597. .pager li > a,
  4598. .pager li > span {
  4599.   display: inline-block;
  4600.   padding: 5px 14px;
  4601.   background-color: #fff;
  4602.   border: 1px solid #ddd;
  4603.   border-radius: 15px;
  4604. }
  4605. .pager li > a:hover,
  4606. .pager li > a:focus {
  4607.   text-decoration: none;
  4608.   background-color: #eee;
  4609. }
  4610. .pager .next > a,
  4611. .pager .next > span {
  4612.   float: right;
  4613. }
  4614. .pager .previous > a,
  4615. .pager .previous > span {
  4616.   float: left;
  4617. }
  4618. .pager .disabled > a,
  4619. .pager .disabled > a:hover,
  4620. .pager .disabled > a:focus,
  4621. .pager .disabled > span {
  4622.   color: #777;
  4623.   cursor: not-allowed;
  4624.   background-color: #fff;
  4625. }
  4626. .label {
  4627.   display: inline;
  4628.   padding: .2em .6em .3em;
  4629.   font-size: 75%;
  4630.   font-weight: bold;
  4631.   line-height: 1;
  4632.   color: #fff;
  4633.   text-align: center;
  4634.   white-space: nowrap;
  4635.   vertical-align: baseline;
  4636.   border-radius: .25em;
  4637. }
  4638. a.label:hover,
  4639. a.label:focus {
  4640.   color: #fff;
  4641.   text-decoration: none;
  4642.   cursor: pointer;
  4643. }
  4644. .label:empty {
  4645.   display: none;
  4646. }
  4647. .btn .label {
  4648.   position: relative;
  4649.   top: -1px;
  4650. }
  4651. .label-default {
  4652.   background-color: #777;
  4653. }
  4654. .label-default[href]:hover,
  4655. .label-default[href]:focus {
  4656.   background-color: #5e5e5e;
  4657. }
  4658. .label-primary {
  4659.   background-color: #337ab7;
  4660. }
  4661. .label-primary[href]:hover,
  4662. .label-primary[href]:focus {
  4663.   background-color: #286090;
  4664. }
  4665. .label-success {
  4666.   background-color: #5cb85c;
  4667. }
  4668. .label-success[href]:hover,
  4669. .label-success[href]:focus {
  4670.   background-color: #449d44;
  4671. }
  4672. .label-info {
  4673.   background-color: #5bc0de;
  4674. }
  4675. .label-info[href]:hover,
  4676. .label-info[href]:focus {
  4677.   background-color: #31b0d5;
  4678. }
  4679. .label-warning {
  4680.   background-color: #f0ad4e;
  4681. }
  4682. .label-warning[href]:hover,
  4683. .label-warning[href]:focus {
  4684.   background-color: #ec971f;
  4685. }
  4686. .label-danger {
  4687.   background-color: #d9534f;
  4688. }
  4689. .label-danger[href]:hover,
  4690. .label-danger[href]:focus {
  4691.   background-color: #c9302c;
  4692. }
  4693. .badge {
  4694.   display: inline-block;
  4695.   min-width: 10px;
  4696.   padding: 3px 7px;
  4697.   font-size: 12px;
  4698.   font-weight: bold;
  4699.   line-height: 1;
  4700.   color: #fff;
  4701.   text-align: center;
  4702.   white-space: nowrap;
  4703.   vertical-align: middle;
  4704.   background-color: #777;
  4705.   border-radius: 10px;
  4706. }
  4707. .badge:empty {
  4708.   display: none;
  4709. }
  4710. .btn .badge {
  4711.   position: relative;
  4712.   top: -1px;
  4713. }
  4714. .btn-xs .badge,
  4715. .btn-group-xs > .btn .badge {
  4716.   top: 0;
  4717.   padding: 1px 5px;
  4718. }
  4719. a.badge:hover,
  4720. a.badge:focus {
  4721.   color: #fff;
  4722.   text-decoration: none;
  4723.   cursor: pointer;
  4724. }
  4725. .list-group-item.active > .badge,
  4726. .nav-pills > .active > a > .badge {
  4727.   color: #337ab7;
  4728.   background-color: #fff;
  4729. }
  4730. .list-group-item > .badge {
  4731.   float: right;
  4732. }
  4733. .list-group-item > .badge + .badge {
  4734.   margin-right: 5px;
  4735. }
  4736. .nav-pills > li > a > .badge {
  4737.   margin-left: 3px;
  4738. }
  4739. .jumbotron {
  4740.   padding-top: 30px;
  4741.   padding-bottom: 30px;
  4742.   margin-bottom: 30px;
  4743.   color: inherit;
  4744.   background-color: #eee;
  4745. }
  4746. .jumbotron h1,
  4747. .jumbotron .h1 {
  4748.   color: inherit;
  4749. }
  4750. .jumbotron p {
  4751.   margin-bottom: 15px;
  4752.   font-size: 21px;
  4753.   font-weight: 200;
  4754. }
  4755. .jumbotron > hr {
  4756.   border-top-color: #d5d5d5;
  4757. }
  4758. .container .jumbotron,
  4759. .container-fluid .jumbotron {
  4760.   padding-right: 15px;
  4761.   padding-left: 15px;
  4762.   border-radius: 6px;
  4763. }
  4764. .jumbotron .container {
  4765.   max-width: 100%;
  4766. }
  4767. @media screen and (min-width: 768px) {
  4768.   .jumbotron {
  4769.     padding-top: 48px;
  4770.     padding-bottom: 48px;
  4771.   }
  4772.   .container .jumbotron,
  4773.   .container-fluid .jumbotron {
  4774.     padding-right: 60px;
  4775.     padding-left: 60px;
  4776.   }
  4777.   .jumbotron h1,
  4778.   .jumbotron .h1 {
  4779.     font-size: 63px;
  4780.   }
  4781. }
  4782. .thumbnail {
  4783.   display: block;
  4784.   padding: 4px;
  4785.   margin-bottom: 20px;
  4786.   line-height: 1.42857143;
  4787.   background-color: #fff;
  4788.   border: 1px solid #ddd;
  4789.   border-radius: 4px;
  4790.   -webkit-transition: border .2s ease-in-out;
  4791.        -o-transition: border .2s ease-in-out;
  4792.           transition: border .2s ease-in-out;
  4793. }
  4794. .thumbnail > img,
  4795. .thumbnail a > img {
  4796.   margin-right: auto;
  4797.   margin-left: auto;
  4798. }
  4799. a.thumbnail:hover,
  4800. a.thumbnail:focus,
  4801. a.thumbnail.active {
  4802.   border-color: #337ab7;
  4803. }
  4804. .thumbnail .caption {
  4805.   padding: 9px;
  4806.   color: #333;
  4807. }
  4808. .alert {
  4809.   padding: 15px;
  4810.   margin-bottom: 20px;
  4811.   border: 1px solid transparent;
  4812.   border-radius: 4px;
  4813. }
  4814. .alert h4 {
  4815.   margin-top: 0;
  4816.   color: inherit;
  4817. }
  4818. .alert .alert-link {
  4819.   font-weight: bold;
  4820. }
  4821. .alert > p,
  4822. .alert > ul {
  4823.   margin-bottom: 0;
  4824. }
  4825. .alert > p + p {
  4826.   margin-top: 5px;
  4827. }
  4828. .alert-dismissable,
  4829. .alert-dismissible {
  4830.   padding-right: 35px;
  4831. }
  4832. .alert-dismissable .close,
  4833. .alert-dismissible .close {
  4834.   position: relative;
  4835.   top: -2px;
  4836.   right: -21px;
  4837.   color: inherit;
  4838. }
  4839. .alert-success {
  4840.   color: #3c763d;
  4841.   background-color: #dff0d8;
  4842.   border-color: #d6e9c6;
  4843. }
  4844. .alert-success hr {
  4845.   border-top-color: #c9e2b3;
  4846. }
  4847. .alert-success .alert-link {
  4848.   color: #2b542c;
  4849. }
  4850. .alert-info {
  4851.   color: #31708f;
  4852.   background-color: #d9edf7;
  4853.   border-color: #bce8f1;
  4854. }
  4855. .alert-info hr {
  4856.   border-top-color: #a6e1ec;
  4857. }
  4858. .alert-info .alert-link {
  4859.   color: #245269;
  4860. }
  4861. .alert-warning {
  4862.   color: #8a6d3b;
  4863.   background-color: #fcf8e3;
  4864.   border-color: #faebcc;
  4865. }
  4866. .alert-warning hr {
  4867.   border-top-color: #f7e1b5;
  4868. }
  4869. .alert-warning .alert-link {
  4870.   color: #66512c;
  4871. }
  4872. .alert-danger {
  4873.   color: #a94442;
  4874.   background-color: #f2dede;
  4875.   border-color: #ebccd1;
  4876. }
  4877. .alert-danger hr {
  4878.   border-top-color: #e4b9c0;
  4879. }
  4880. .alert-danger .alert-link {
  4881.   color: #843534;
  4882. }
  4883. @-webkit-keyframes progress-bar-stripes {
  4884.   from {
  4885.     background-position: 40px 0;
  4886.   }
  4887.   to {
  4888.     background-position: 0 0;
  4889.   }
  4890. }
  4891. @-o-keyframes progress-bar-stripes {
  4892.   from {
  4893.     background-position: 40px 0;
  4894.   }
  4895.   to {
  4896.     background-position: 0 0;
  4897.   }
  4898. }
  4899. @keyframes progress-bar-stripes {
  4900.   from {
  4901.     background-position: 40px 0;
  4902.   }
  4903.   to {
  4904.     background-position: 0 0;
  4905.   }
  4906. }
  4907. .progress {
  4908.   height: 20px;
  4909.   margin-bottom: 20px;
  4910.   overflow: hidden;
  4911.   background-color: #f5f5f5;
  4912.   border-radius: 4px;
  4913.   -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  4914.           box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  4915. }
  4916. .progress-bar {
  4917.   float: left;
  4918.   width: 0;
  4919.   height: 100%;
  4920.   font-size: 12px;
  4921.   line-height: 20px;
  4922.   color: #fff;
  4923.   text-align: center;
  4924.   background-color: #337ab7;
  4925.   -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  4926.           box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  4927.   -webkit-transition: width .6s ease;
  4928.        -o-transition: width .6s ease;
  4929.           transition: width .6s ease;
  4930. }
  4931. .progress-striped .progress-bar,
  4932. .progress-bar-striped {
  4933.   background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  4934.   background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  4935.   background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  4936.   -webkit-background-size: 40px 40px;
  4937.           background-size: 40px 40px;
  4938. }
  4939. .progress.active .progress-bar,
  4940. .progress-bar.active {
  4941.   -webkit-animation: progress-bar-stripes 2s linear infinite;
  4942.        -o-animation: progress-bar-stripes 2s linear infinite;
  4943.           animation: progress-bar-stripes 2s linear infinite;
  4944. }
  4945. .progress-bar-success {
  4946.   background-color: #5cb85c;
  4947. }
  4948. .progress-striped .progress-bar-success {
  4949.   background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  4950.   background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  4951.   background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  4952. }
  4953. .progress-bar-info {
  4954.   background-color: #5bc0de;
  4955. }
  4956. .progress-striped .progress-bar-info {
  4957.   background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  4958.   background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  4959.   background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  4960. }
  4961. .progress-bar-warning {
  4962.   background-color: #f0ad4e;
  4963. }
  4964. .progress-striped .progress-bar-warning {
  4965.   background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  4966.   background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  4967.   background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  4968. }
  4969. .progress-bar-danger {
  4970.   background-color: #d9534f;
  4971. }
  4972. .progress-striped .progress-bar-danger {
  4973.   background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  4974.   background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  4975.   background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  4976. }
  4977. .media {
  4978.   margin-top: 15px;
  4979. }
  4980. .media:first-child {
  4981.   margin-top: 0;
  4982. }
  4983. .media,
  4984. .media-body {
  4985.   overflow: hidden;
  4986.   zoom: 1;
  4987. }
  4988. .media-body {
  4989.   width: 10000px;
  4990. }
  4991. .media-object {
  4992.   display: block;
  4993. }
  4994. .media-object.img-thumbnail {
  4995.   max-width: none;
  4996. }
  4997. .media-right,
  4998. .media > .pull-right {
  4999.   padding-left: 10px;
  5000. }
  5001. .media-left,
  5002. .media > .pull-left {
  5003.   padding-right: 10px;
  5004. }
  5005. .media-left,
  5006. .media-right,
  5007. .media-body {
  5008.   display: table-cell;
  5009.   vertical-align: top;
  5010. }
  5011. .media-middle {
  5012.   vertical-align: middle;
  5013. }
  5014. .media-bottom {
  5015.   vertical-align: bottom;
  5016. }
  5017. .media-heading {
  5018.   margin-top: 0;
  5019.   margin-bottom: 5px;
  5020. }
  5021. .media-list {
  5022.   padding-left: 0;
  5023.   list-style: none;
  5024. }
  5025. .list-group {
  5026.   padding-left: 0;
  5027.   margin-bottom: 20px;
  5028. }
  5029. .list-group-item {
  5030.   position: relative;
  5031.   display: block;
  5032.   padding: 10px 15px;
  5033.   margin-bottom: -1px;
  5034.   background-color: #fff;
  5035.   border: 1px solid #ddd;
  5036. }
  5037. .list-group-item:first-child {
  5038.   border-top-left-radius: 4px;
  5039.   border-top-right-radius: 4px;
  5040. }
  5041. .list-group-item:last-child {
  5042.   margin-bottom: 0;
  5043.   border-bottom-right-radius: 4px;
  5044.   border-bottom-left-radius: 4px;
  5045. }
  5046. a.list-group-item,
  5047. button.list-group-item {
  5048.   color: #555;
  5049. }
  5050. a.list-group-item .list-group-item-heading,
  5051. button.list-group-item .list-group-item-heading {
  5052.   color: #333;
  5053. }
  5054. a.list-group-item:hover,
  5055. button.list-group-item:hover,
  5056. a.list-group-item:focus,
  5057. button.list-group-item:focus {
  5058.   color: #555;
  5059.   text-decoration: none;
  5060.   background-color: #f5f5f5;
  5061. }
  5062. button.list-group-item {
  5063.   width: 100%;
  5064.   text-align: left;
  5065. }
  5066. .list-group-item.disabled,
  5067. .list-group-item.disabled:hover,
  5068. .list-group-item.disabled:focus {
  5069.   color: #777;
  5070.   cursor: not-allowed;
  5071.   background-color: #eee;
  5072. }
  5073. .list-group-item.disabled .list-group-item-heading,
  5074. .list-group-item.disabled:hover .list-group-item-heading,
  5075. .list-group-item.disabled:focus .list-group-item-heading {
  5076.   color: inherit;
  5077. }
  5078. .list-group-item.disabled .list-group-item-text,
  5079. .list-group-item.disabled:hover .list-group-item-text,
  5080. .list-group-item.disabled:focus .list-group-item-text {
  5081.   color: #777;
  5082. }
  5083. .list-group-item.active,
  5084. .list-group-item.active:hover,
  5085. .list-group-item.active:focus {
  5086.   z-index: 2;
  5087.   color: #fff;
  5088.   background-color: #337ab7;
  5089.   border-color: #337ab7;
  5090. }
  5091. .list-group-item.active .list-group-item-heading,
  5092. .list-group-item.active:hover .list-group-item-heading,
  5093. .list-group-item.active:focus .list-group-item-heading,
  5094. .list-group-item.active .list-group-item-heading > small,
  5095. .list-group-item.active:hover .list-group-item-heading > small,
  5096. .list-group-item.active:focus .list-group-item-heading > small,
  5097. .list-group-item.active .list-group-item-heading > .small,
  5098. .list-group-item.active:hover .list-group-item-heading > .small,
  5099. .list-group-item.active:focus .list-group-item-heading > .small {
  5100.   color: inherit;
  5101. }
  5102. .list-group-item.active .list-group-item-text,
  5103. .list-group-item.active:hover .list-group-item-text,
  5104. .list-group-item.active:focus .list-group-item-text {
  5105.   color: #c7ddef;
  5106. }
  5107. .list-group-item-success {
  5108.   color: #3c763d;
  5109.   background-color: #dff0d8;
  5110. }
  5111. a.list-group-item-success,
  5112. button.list-group-item-success {
  5113.   color: #3c763d;
  5114. }
  5115. a.list-group-item-success .list-group-item-heading,
  5116. button.list-group-item-success .list-group-item-heading {
  5117.   color: inherit;
  5118. }
  5119. a.list-group-item-success:hover,
  5120. button.list-group-item-success:hover,
  5121. a.list-group-item-success:focus,
  5122. button.list-group-item-success:focus {
  5123.   color: #3c763d;
  5124.   background-color: #d0e9c6;
  5125. }
  5126. a.list-group-item-success.active,
  5127. button.list-group-item-success.active,
  5128. a.list-group-item-success.active:hover,
  5129. button.list-group-item-success.active:hover,
  5130. a.list-group-item-success.active:focus,
  5131. button.list-group-item-success.active:focus {
  5132.   color: #fff;
  5133.   background-color: #3c763d;
  5134.   border-color: #3c763d;
  5135. }
  5136. .list-group-item-info {
  5137.   color: #31708f;
  5138.   background-color: #d9edf7;
  5139. }
  5140. a.list-group-item-info,
  5141. button.list-group-item-info {
  5142.   color: #31708f;
  5143. }
  5144. a.list-group-item-info .list-group-item-heading,
  5145. button.list-group-item-info .list-group-item-heading {
  5146.   color: inherit;
  5147. }
  5148. a.list-group-item-info:hover,
  5149. button.list-group-item-info:hover,
  5150. a.list-group-item-info:focus,
  5151. button.list-group-item-info:focus {
  5152.   color: #31708f;
  5153.   background-color: #c4e3f3;
  5154. }
  5155. a.list-group-item-info.active,
  5156. button.list-group-item-info.active,
  5157. a.list-group-item-info.active:hover,
  5158. button.list-group-item-info.active:hover,
  5159. a.list-group-item-info.active:focus,
  5160. button.list-group-item-info.active:focus {
  5161.   color: #fff;
  5162.   background-color: #31708f;
  5163.   border-color: #31708f;
  5164. }
  5165. .list-group-item-warning {
  5166.   color: #8a6d3b;
  5167.   background-color: #fcf8e3;
  5168. }
  5169. a.list-group-item-warning,
  5170. button.list-group-item-warning {
  5171.   color: #8a6d3b;
  5172. }
  5173. a.list-group-item-warning .list-group-item-heading,
  5174. button.list-group-item-warning .list-group-item-heading {
  5175.   color: inherit;
  5176. }
  5177. a.list-group-item-warning:hover,
  5178. button.list-group-item-warning:hover,
  5179. a.list-group-item-warning:focus,
  5180. button.list-group-item-warning:focus {
  5181.   color: #8a6d3b;
  5182.   background-color: #faf2cc;
  5183. }
  5184. a.list-group-item-warning.active,
  5185. button.list-group-item-warning.active,
  5186. a.list-group-item-warning.active:hover,
  5187. button.list-group-item-warning.active:hover,
  5188. a.list-group-item-warning.active:focus,
  5189. button.list-group-item-warning.active:focus {
  5190.   color: #fff;
  5191.   background-color: #8a6d3b;
  5192.   border-color: #8a6d3b;
  5193. }
  5194. .list-group-item-danger {
  5195.   color: #a94442;
  5196.   background-color: #f2dede;
  5197. }
  5198. a.list-group-item-danger,
  5199. button.list-group-item-danger {
  5200.   color: #a94442;
  5201. }
  5202. a.list-group-item-danger .list-group-item-heading,
  5203. button.list-group-item-danger .list-group-item-heading {
  5204.   color: inherit;
  5205. }
  5206. a.list-group-item-danger:hover,
  5207. button.list-group-item-danger:hover,
  5208. a.list-group-item-danger:focus,
  5209. button.list-group-item-danger:focus {
  5210.   color: #a94442;
  5211.   background-color: #ebcccc;
  5212. }
  5213. a.list-group-item-danger.active,
  5214. button.list-group-item-danger.active,
  5215. a.list-group-item-danger.active:hover,
  5216. button.list-group-item-danger.active:hover,
  5217. a.list-group-item-danger.active:focus,
  5218. button.list-group-item-danger.active:focus {
  5219.   color: #fff;
  5220.   background-color: #a94442;
  5221.   border-color: #a94442;
  5222. }
  5223. .list-group-item-heading {
  5224.   margin-top: 0;
  5225.   margin-bottom: 5px;
  5226. }
  5227. .list-group-item-text {
  5228.   margin-bottom: 0;
  5229.   line-height: 1.3;
  5230. }
  5231. .panel {
  5232.   margin-bottom: 20px;
  5233.   background-color: #fff;
  5234.   border: 1px solid transparent;
  5235.   border-radius: 4px;
  5236.   -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  5237.           box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  5238. }
  5239. .panel-body {
  5240.   padding: 15px;
  5241. }
  5242. .panel-heading {
  5243.   padding: 10px 15px;
  5244.   border-bottom: 1px solid transparent;
  5245.   border-top-left-radius: 3px;
  5246.   border-top-right-radius: 3px;
  5247. }
  5248. .panel-heading > .dropdown .dropdown-toggle {
  5249.   color: inherit;
  5250. }
  5251. .panel-title {
  5252.   margin-top: 0;
  5253.   margin-bottom: 0;
  5254.   font-size: 16px;
  5255.   color: inherit;
  5256. }
  5257. .panel-title > a,
  5258. .panel-title > small,
  5259. .panel-title > .small,
  5260. .panel-title > small > a,
  5261. .panel-title > .small > a {
  5262.   color: inherit;
  5263. }
  5264. .panel-footer {
  5265.   padding: 10px 15px;
  5266.   background-color: #f5f5f5;
  5267.   border-top: 1px solid #ddd;
  5268.   border-bottom-right-radius: 3px;
  5269.   border-bottom-left-radius: 3px;
  5270. }
  5271. .panel > .list-group,
  5272. .panel > .panel-collapse > .list-group {
  5273.   margin-bottom: 0;
  5274. }
  5275. .panel > .list-group .list-group-item,
  5276. .panel > .panel-collapse > .list-group .list-group-item {
  5277.   border-width: 1px 0;
  5278.   border-radius: 0;
  5279. }
  5280. .panel > .list-group:first-child .list-group-item:first-child,
  5281. .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  5282.   border-top: 0;
  5283.   border-top-left-radius: 3px;
  5284.   border-top-right-radius: 3px;
  5285. }
  5286. .panel > .list-group:last-child .list-group-item:last-child,
  5287. .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  5288.   border-bottom: 0;
  5289.   border-bottom-right-radius: 3px;
  5290.   border-bottom-left-radius: 3px;
  5291. }
  5292. .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  5293.   border-top-left-radius: 0;
  5294.   border-top-right-radius: 0;
  5295. }
  5296. .panel-heading + .list-group .list-group-item:first-child {
  5297.   border-top-width: 0;
  5298. }
  5299. .list-group + .panel-footer {
  5300.   border-top-width: 0;
  5301. }
  5302. .panel > .table,
  5303. .panel > .table-responsive > .table,
  5304. .panel > .panel-collapse > .table {
  5305.   margin-bottom: 0;
  5306. }
  5307. .panel > .table caption,
  5308. .panel > .table-responsive > .table caption,
  5309. .panel > .panel-collapse > .table caption {
  5310.   padding-right: 15px;
  5311.   padding-left: 15px;
  5312. }
  5313. .panel > .table:first-child,
  5314. .panel > .table-responsive:first-child > .table:first-child {
  5315.   border-top-left-radius: 3px;
  5316.   border-top-right-radius: 3px;
  5317. }
  5318. .panel > .table:first-child > thead:first-child > tr:first-child,
  5319. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  5320. .panel > .table:first-child > tbody:first-child > tr:first-child,
  5321. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  5322.   border-top-left-radius: 3px;
  5323.   border-top-right-radius: 3px;
  5324. }
  5325. .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
  5326. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
  5327. .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  5328. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  5329. .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
  5330. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
  5331. .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  5332. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  5333.   border-top-left-radius: 3px;
  5334. }
  5335. .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
  5336. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
  5337. .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  5338. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  5339. .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
  5340. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
  5341. .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  5342. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  5343.   border-top-right-radius: 3px;
  5344. }
  5345. .panel > .table:last-child,
  5346. .panel > .table-responsive:last-child > .table:last-child {
  5347.   border-bottom-right-radius: 3px;
  5348.   border-bottom-left-radius: 3px;
  5349. }
  5350. .panel > .table:last-child > tbody:last-child > tr:last-child,
  5351. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  5352. .panel > .table:last-child > tfoot:last-child > tr:last-child,
  5353. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  5354.   border-bottom-right-radius: 3px;
  5355.   border-bottom-left-radius: 3px;
  5356. }
  5357. .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  5358. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  5359. .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  5360. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  5361. .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  5362. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  5363. .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  5364. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  5365.   border-bottom-left-radius: 3px;
  5366. }
  5367. .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  5368. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  5369. .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  5370. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  5371. .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  5372. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  5373. .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  5374. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  5375.   border-bottom-right-radius: 3px;
  5376. }
  5377. .panel > .panel-body + .table,
  5378. .panel > .panel-body + .table-responsive,
  5379. .panel > .table + .panel-body,
  5380. .panel > .table-responsive + .panel-body {
  5381.   border-top: 1px solid #ddd;
  5382. }
  5383. .panel > .table > tbody:first-child > tr:first-child th,
  5384. .panel > .table > tbody:first-child > tr:first-child td {
  5385.   border-top: 0;
  5386. }
  5387. .panel > .table-bordered,
  5388. .panel > .table-responsive > .table-bordered {
  5389.   border: 0;
  5390. }
  5391. .panel > .table-bordered > thead > tr > th:first-child,
  5392. .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  5393. .panel > .table-bordered > tbody > tr > th:first-child,
  5394. .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  5395. .panel > .table-bordered > tfoot > tr > th:first-child,
  5396. .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  5397. .panel > .table-bordered > thead > tr > td:first-child,
  5398. .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  5399. .panel > .table-bordered > tbody > tr > td:first-child,
  5400. .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  5401. .panel > .table-bordered > tfoot > tr > td:first-child,
  5402. .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  5403.   border-left: 0;
  5404. }
  5405. .panel > .table-bordered > thead > tr > th:last-child,
  5406. .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  5407. .panel > .table-bordered > tbody > tr > th:last-child,
  5408. .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  5409. .panel > .table-bordered > tfoot > tr > th:last-child,
  5410. .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  5411. .panel > .table-bordered > thead > tr > td:last-child,
  5412. .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  5413. .panel > .table-bordered > tbody > tr > td:last-child,
  5414. .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  5415. .panel > .table-bordered > tfoot > tr > td:last-child,
  5416. .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  5417.   border-right: 0;
  5418. }
  5419. .panel > .table-bordered > thead > tr:first-child > td,
  5420. .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  5421. .panel > .table-bordered > tbody > tr:first-child > td,
  5422. .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  5423. .panel > .table-bordered > thead > tr:first-child > th,
  5424. .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  5425. .panel > .table-bordered > tbody > tr:first-child > th,
  5426. .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  5427.   border-bottom: 0;
  5428. }
  5429. .panel > .table-bordered > tbody > tr:last-child > td,
  5430. .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  5431. .panel > .table-bordered > tfoot > tr:last-child > td,
  5432. .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  5433. .panel > .table-bordered > tbody > tr:last-child > th,
  5434. .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  5435. .panel > .table-bordered > tfoot > tr:last-child > th,
  5436. .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  5437.   border-bottom: 0;
  5438. }
  5439. .panel > .table-responsive {
  5440.   margin-bottom: 0;
  5441.   border: 0;
  5442. }
  5443. .panel-group {
  5444.   margin-bottom: 20px;
  5445. }
  5446. .panel-group .panel {
  5447.   margin-bottom: 0;
  5448.   border-radius: 4px;
  5449. }
  5450. .panel-group .panel + .panel {
  5451.   margin-top: 5px;
  5452. }
  5453. .panel-group .panel-heading {
  5454.   border-bottom: 0;
  5455. }
  5456. .panel-group .panel-heading + .panel-collapse > .panel-body,
  5457. .panel-group .panel-heading + .panel-collapse > .list-group {
  5458.   border-top: 1px solid #ddd;
  5459. }
  5460. .panel-group .panel-footer {
  5461.   border-top: 0;
  5462. }
  5463. .panel-group .panel-footer + .panel-collapse .panel-body {
  5464.   border-bottom: 1px solid #ddd;
  5465. }
  5466. .panel-default {
  5467.   border-color: #ddd;
  5468. }
  5469. .panel-default > .panel-heading {
  5470.   color: #333;
  5471.   background-color: #f5f5f5;
  5472.   border-color: #ddd;
  5473. }
  5474. .panel-default > .panel-heading + .panel-collapse > .panel-body {
  5475.   border-top-color: #ddd;
  5476. }
  5477. .panel-default > .panel-heading .badge {
  5478.   color: #f5f5f5;
  5479.   background-color: #333;
  5480. }
  5481. .panel-default > .panel-footer + .panel-collapse > .panel-body {
  5482.   border-bottom-color: #ddd;
  5483. }
  5484. .panel-primary {
  5485.   border-color: #337ab7;
  5486. }
  5487. .panel-primary > .panel-heading {
  5488.   color: #fff;
  5489.   background-color: #337ab7;
  5490.   border-color: #337ab7;
  5491. }
  5492. .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  5493.   border-top-color: #337ab7;
  5494. }
  5495. .panel-primary > .panel-heading .badge {
  5496.   color: #337ab7;
  5497.   background-color: #fff;
  5498. }
  5499. .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  5500.   border-bottom-color: #337ab7;
  5501. }
  5502. .panel-success {
  5503.   border-color: #d6e9c6;
  5504. }
  5505. .panel-success > .panel-heading {
  5506.   color: #3c763d;
  5507.   background-color: #dff0d8;
  5508.   border-color: #d6e9c6;
  5509. }
  5510. .panel-success > .panel-heading + .panel-collapse > .panel-body {
  5511.   border-top-color: #d6e9c6;
  5512. }
  5513. .panel-success > .panel-heading .badge {
  5514.   color: #dff0d8;
  5515.   background-color: #3c763d;
  5516. }
  5517. .panel-success > .panel-footer + .panel-collapse > .panel-body {
  5518.   border-bottom-color: #d6e9c6;
  5519. }
  5520. .panel-info {
  5521.   border-color: #bce8f1;
  5522. }
  5523. .panel-info > .panel-heading {
  5524.   color: #31708f;
  5525.   background-color: #d9edf7;
  5526.   border-color: #bce8f1;
  5527. }
  5528. .panel-info > .panel-heading + .panel-collapse > .panel-body {
  5529.   border-top-color: #bce8f1;
  5530. }
  5531. .panel-info > .panel-heading .badge {
  5532.   color: #d9edf7;
  5533.   background-color: #31708f;
  5534. }
  5535. .panel-info > .panel-footer + .panel-collapse > .panel-body {
  5536.   border-bottom-color: #bce8f1;
  5537. }
  5538. .panel-warning {
  5539.   border-color: #faebcc;
  5540. }
  5541. .panel-warning > .panel-heading {
  5542.   color: #8a6d3b;
  5543.   background-color: #fcf8e3;
  5544.   border-color: #faebcc;
  5545. }
  5546. .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  5547.   border-top-color: #faebcc;
  5548. }
  5549. .panel-warning > .panel-heading .badge {
  5550.   color: #fcf8e3;
  5551.   background-color: #8a6d3b;
  5552. }
  5553. .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  5554.   border-bottom-color: #faebcc;
  5555. }
  5556. .panel-danger {
  5557.   border-color: #ebccd1;
  5558. }
  5559. .panel-danger > .panel-heading {
  5560.   color: #a94442;
  5561.   background-color: #f2dede;
  5562.   border-color: #ebccd1;
  5563. }
  5564. .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  5565.   border-top-color: #ebccd1;
  5566. }
  5567. .panel-danger > .panel-heading .badge {
  5568.   color: #f2dede;
  5569.   background-color: #a94442;
  5570. }
  5571. .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  5572.   border-bottom-color: #ebccd1;
  5573. }
  5574. .embed-responsive {
  5575.   position: relative;
  5576.   display: block;
  5577.   height: 0;
  5578.   padding: 0;
  5579.   overflow: hidden;
  5580. }
  5581. .embed-responsive .embed-responsive-item,
  5582. .embed-responsive iframe,
  5583. .embed-responsive embed,
  5584. .embed-responsive object,
  5585. .embed-responsive video {
  5586.   position: absolute;
  5587.   top: 0;
  5588.   bottom: 0;
  5589.   left: 0;
  5590.   width: 100%;
  5591.   height: 100%;
  5592.   border: 0;
  5593. }
  5594. .embed-responsive-16by9 {
  5595.   padding-bottom: 56.25%;
  5596. }
  5597. .embed-responsive-4by3 {
  5598.   padding-bottom: 75%;
  5599. }
  5600. .well {
  5601.   min-height: 20px;
  5602.   padding: 19px;
  5603.   margin-bottom: 20px;
  5604.   background-color: #f5f5f5;
  5605.   border: 1px solid #e3e3e3;
  5606.   border-radius: 4px;
  5607.   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  5608.           box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  5609. }
  5610. .well blockquote {
  5611.   border-color: #ddd;
  5612.   border-color: rgba(0, 0, 0, .15);
  5613. }
  5614. .well-lg {
  5615.   padding: 24px;
  5616.   border-radius: 6px;
  5617. }
  5618. .well-sm {
  5619.   padding: 9px;
  5620.   border-radius: 3px;
  5621. }
  5622. .close {
  5623.   float: right;
  5624.   font-size: 21px;
  5625.   font-weight: bold;
  5626.   line-height: 1;
  5627.   color: #000;
  5628.   text-shadow: 0 1px 0 #fff;
  5629.   filter: alpha(opacity=20);
  5630.   opacity: .2;
  5631. }
  5632. .close:hover,
  5633. .close:focus {
  5634.   color: #000;
  5635.   text-decoration: none;
  5636.   cursor: pointer;
  5637.   filter: alpha(opacity=50);
  5638.   opacity: .5;
  5639. }
  5640. button.close {
  5641.   -webkit-appearance: none;
  5642.   padding: 0;
  5643.   cursor: pointer;
  5644.   background: transparent;
  5645.   border: 0;
  5646. }
  5647. .modal-open {
  5648.   overflow: hidden;
  5649. }
  5650. .modal {
  5651.   position: fixed;
  5652.   top: 0;
  5653.   right: 0;
  5654.   bottom: 0;
  5655.   left: 0;
  5656.   z-index: 1050;
  5657.   display: none;
  5658.   overflow: hidden;
  5659.   -webkit-overflow-scrolling: touch;
  5660.   outline: 0;
  5661. }
  5662. .modal.fade .modal-dialog {
  5663.   -webkit-transition: -webkit-transform .3s ease-out;
  5664.        -o-transition:      -o-transform .3s ease-out;
  5665.           transition:         transform .3s ease-out;
  5666.   -webkit-transform: translate(0, -25%);
  5667.       -ms-transform: translate(0, -25%);
  5668.        -o-transform: translate(0, -25%);
  5669.           transform: translate(0, -25%);
  5670. }
  5671. .modal.in .modal-dialog {
  5672.   -webkit-transform: translate(0, 0);
  5673.       -ms-transform: translate(0, 0);
  5674.        -o-transform: translate(0, 0);
  5675.           transform: translate(0, 0);
  5676. }
  5677. .modal-open .modal {
  5678.   overflow-x: hidden;
  5679.   overflow-y: auto;
  5680. }
  5681. .modal-dialog {
  5682.   position: relative;
  5683.   width: auto;
  5684.   margin: 10px;
  5685. }
  5686. .modal-content {
  5687.   position: relative;
  5688.   background-color: #fff;
  5689.   -webkit-background-clip: padding-box;
  5690.           background-clip: padding-box;
  5691.   border: 1px solid #999;
  5692.   border: 1px solid rgba(0, 0, 0, .2);
  5693.   outline: 0;
  5694.   -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  5695.           box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  5696. }
  5697. .modal-backdrop {
  5698.   position: fixed;
  5699.   top: 0;
  5700.   right: 0;
  5701.   bottom: 0;
  5702.   left: 0;
  5703.   z-index: 1040;
  5704.   background-color: #000;
  5705. }
  5706. .modal-backdrop.fade {
  5707.   filter: alpha(opacity=0);
  5708.   opacity: 0;
  5709. }
  5710. .modal-backdrop.in {
  5711.   filter: alpha(opacity=50);
  5712.   opacity: .5;
  5713. }
  5714. .modal-header {
  5715.   background-color: #151821;
  5716.   padding: 15px;
  5717.   border-bottom: 1px solid #e5e5e5;
  5718. }
  5719. .modal-header .close {
  5720.   margin-top: -2px;
  5721. }
  5722. .modal-title {
  5723.   margin: 0;
  5724.   line-height: 1.42857143;
  5725. }
  5726. .modal-body {
  5727.   position: relative;
  5728.   padding: 15px;
  5729. }
  5730. .modal-footer {
  5731.   padding: 15px;
  5732.   text-align: right;
  5733.   border-top: 1px solid #e5e5e5;
  5734. }
  5735. .modal-footer .btn + .btn {
  5736.   margin-bottom: 0;
  5737.   margin-left: 5px;
  5738. }
  5739. .modal-footer .btn-group .btn + .btn {
  5740.   margin-left: -1px;
  5741. }
  5742. .modal-footer .btn-block + .btn-block {
  5743.   margin-left: 0;
  5744. }
  5745. .modal-scrollbar-measure {
  5746.   position: absolute;
  5747.   top: -9999px;
  5748.   width: 50px;
  5749.   height: 50px;
  5750.   overflow: scroll;
  5751. }
  5752. @media (min-width: 768px) {
  5753.   .modal-dialog {
  5754.     width: 600px;
  5755.     margin: 30px auto;
  5756.   }
  5757.   .modal-content {
  5758.     -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  5759.             box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  5760.   }
  5761.   .modal-sm {
  5762.     width: 300px;
  5763.   }
  5764. }
  5765. @media (min-width: 992px) {
  5766.   .modal-lg {
  5767.     width: 900px;
  5768.   }
  5769. }
  5770. .tooltip {
  5771.   position: absolute;
  5772.   z-index: 1070;
  5773.   display: block;
  5774.   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  5775.   font-size: 12px;
  5776.   font-style: normal;
  5777.   font-weight: normal;
  5778.   line-height: 1.42857143;
  5779.   text-align: left;
  5780.   text-align: start;
  5781.   text-decoration: none;
  5782.   text-shadow: none;
  5783.   text-transform: none;
  5784.   letter-spacing: normal;
  5785.   word-break: normal;
  5786.   word-spacing: normal;
  5787.   word-wrap: normal;
  5788.   white-space: normal;
  5789.   filter: alpha(opacity=0);
  5790.   opacity: 0;
  5791.  
  5792.   line-break: auto;
  5793. }
  5794. .tooltip.in {
  5795.   filter: alpha(opacity=90);
  5796.   opacity: .9;
  5797. }
  5798. .tooltip.top {
  5799.   padding: 5px 0;
  5800.   margin-top: -3px;
  5801. }
  5802. .tooltip.right {
  5803.   padding: 0 5px;
  5804.   margin-left: 3px;
  5805. }
  5806. .tooltip.bottom {
  5807.   padding: 5px 0;
  5808.   margin-top: 3px;
  5809. }
  5810. .tooltip.left {
  5811.   padding: 0 5px;
  5812.   margin-left: -3px;
  5813. }
  5814. .tooltip-inner {
  5815.   max-width: 220px;
  5816.   padding: 6px 14px;
  5817.   color: #FFFFFF;
  5818.   text-align: center;
  5819.   background-color: #10131a;
  5820.   border: 1px solid #f1cf2b;
  5821.   border-radius: 4px;
  5822. }
  5823. .tooltip-arrow {
  5824.   position: absolute;
  5825.   width: 0;
  5826.   height: 0;
  5827.   border-color: transparent;
  5828.   border-style: solid;
  5829. }
  5830. .tooltip.top .tooltip-arrow {
  5831.   bottom: 0;
  5832.   left: 50%;
  5833.   margin-left: -5px;
  5834.   border-width: 5px 5px 0;
  5835.   border-top-color: #f1cf2b;
  5836. }
  5837. .tooltip.top-left .tooltip-arrow {
  5838.   right: 5px;
  5839.   bottom: 0;
  5840.   margin-bottom: -5px;
  5841.   border-width: 5px 5px 0;
  5842.   border-top-color: #f1cf2b;
  5843. }
  5844. .tooltip.top-right .tooltip-arrow {
  5845.   bottom: 0;
  5846.   left: 5px;
  5847.   margin-bottom: -5px;
  5848.   border-width: 5px 5px 0;
  5849.   border-top-color: #f1cf2b;
  5850. }
  5851. .tooltip.right .tooltip-arrow {
  5852.   top: 50%;
  5853.   left: 0;
  5854.   margin-top: -5px;
  5855.   border-width: 5px 5px 5px 0;
  5856.   border-right-color: #f1cf2b;
  5857. }
  5858. .tooltip.left .tooltip-arrow {
  5859.   top: 50%;
  5860.   right: 0;
  5861.   margin-top: -5px;
  5862.   border-width: 5px 0 5px 5px;
  5863.   border-left-color: #f1cf2b;
  5864. }
  5865. .tooltip.bottom .tooltip-arrow {
  5866.   top: 0;
  5867.   left: 50%;
  5868.   margin-left: -5px;
  5869.   border-width: 0 5px 5px;
  5870.   border-bottom-color: #f1cf2b;
  5871. }
  5872. .tooltip.bottom-left .tooltip-arrow {
  5873.   top: 0;
  5874.   right: 5px;
  5875.   margin-top: -5px;
  5876.   border-width: 0 5px 5px;
  5877.   border-bottom-color: #f1cf2b;
  5878. }
  5879. .tooltip.bottom-right .tooltip-arrow {
  5880.   top: 0;
  5881.   left: 5px;
  5882.   margin-top: -5px;
  5883.   border-width: 0 5px 5px;
  5884.   border-bottom-color: #f1cf2b;
  5885. }
  5886. .popover {
  5887.   position: absolute;
  5888.   top: 0;
  5889.   left: 0;
  5890.   z-index: 1060;
  5891.   display: none;
  5892.   max-width: 276px;
  5893.   padding: 1px;
  5894.   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  5895.   font-size: 12px;
  5896.   font-style: normal;
  5897.   font-weight: normal;
  5898.   line-height: 1.42857143;
  5899.   text-align: left;
  5900.   text-align: start;
  5901.   text-decoration: none;
  5902.   text-shadow: none;
  5903.   text-transform: none;
  5904.   letter-spacing: normal;
  5905.   word-break: normal;
  5906.   word-spacing: normal;
  5907.   word-wrap: normal;
  5908.   white-space: normal;
  5909.   background-color: #10131a;
  5910.   -webkit-background-clip: padding-box;
  5911.           background-clip: padding-box;
  5912.   border: 1px solid #f1cf2b;
  5913.   border-radius: 6px;
  5914.  
  5915.   line-break: auto;
  5916. }
  5917. .popover.top {
  5918.   margin-top: -10px;
  5919. }
  5920. .popover.right {
  5921.   margin-left: 10px;
  5922. }
  5923. .popover.bottom {
  5924.   margin-top: 10px;
  5925. }
  5926. .popover.left {
  5927.   margin-left: -10px;
  5928. }
  5929. .popover-title {
  5930.   padding: 6px 12px;
  5931.   margin: 0;
  5932.   font-size: 13px;
  5933.   background-color: #f1cf2b;
  5934.   border-bottom: 1px solid #f1cf2b;
  5935.   border-radius: 5px 5px 0 0;
  5936. }
  5937. .popover-content {
  5938.   padding: 3px 8px;
  5939. }
  5940. .popover > .arrow,
  5941. .popover > .arrow:after {
  5942.   position: absolute;
  5943.   display: block;
  5944.   width: 0;
  5945.   height: 0;
  5946.   border-color: transparent;
  5947.   border-style: solid;
  5948. }
  5949. .popover > .arrow {
  5950.   border-width: 11px;
  5951. }
  5952. .popover > .arrow:after {
  5953.   content: "";
  5954.   border-width: 10px;
  5955. }
  5956. .popover.top > .arrow {
  5957.   bottom: -11px;
  5958.   left: 50%;
  5959.   margin-left: -11px;
  5960.   border-top-color: #f1cf2b;
  5961.   border-top-color: #f1cf2b;
  5962.   border-bottom-width: 0;
  5963. }
  5964. .popover.top > .arrow:after {
  5965.   bottom: 1px;
  5966.   margin-left: -10px;
  5967.   content: " ";
  5968.   border-top-color: #f1cf2b;
  5969.   border-bottom-width: 0;
  5970. }
  5971. .popover.right > .arrow {
  5972.   top: 50%;
  5973.   left: -11px;
  5974.   margin-top: -11px;
  5975.   border-right-color: #f1cf2b;
  5976.   border-right-color: #f1cf2b;
  5977.   border-left-width: 0;
  5978. }
  5979. .popover.right > .arrow:after {
  5980.   bottom: -10px;
  5981.   left: 1px;
  5982.   content: " ";
  5983.   border-right-color: #f1cf2b;
  5984.   border-left-width: 0;
  5985. }
  5986. .popover.bottom > .arrow {
  5987.   top: -11px;
  5988.   left: 50%;
  5989.   margin-left: -11px;
  5990.   border-top-width: 0;
  5991.   border-bottom-color: #f1cf2b;
  5992.   border-bottom-color: #f1cf2b;
  5993. }
  5994. .popover.bottom > .arrow:after {
  5995.   top: 1px;
  5996.   margin-left: -10px;
  5997.   content: " ";
  5998.   border-top-width: 0;
  5999.   border-bottom-color: #f1cf2b;
  6000. }
  6001. .popover.left > .arrow {
  6002.   top: 50%;
  6003.   right: -11px;
  6004.   margin-top: -11px;
  6005.   border-right-width: 0;
  6006.   border-left-color: #f1cf2b;
  6007.   border-left-color: #f1cf2b;
  6008. }
  6009. .popover.left > .arrow:after {
  6010.   right: 1px;
  6011.   bottom: -10px;
  6012.   content: " ";
  6013.   border-right-width: 0;
  6014.   border-left-color: #f1cf2b;
  6015. }
  6016. .carousel {
  6017.   position: relative;
  6018. }
  6019. .carousel-inner {
  6020.   position: relative;
  6021.   width: 100%;
  6022.   overflow: hidden;
  6023. }
  6024. .carousel-inner > .item {
  6025.   position: relative;
  6026.   display: none;
  6027.   -webkit-transition: .6s ease-in-out left;
  6028.        -o-transition: .6s ease-in-out left;
  6029.           transition: .6s ease-in-out left;
  6030. }
  6031. .carousel-inner > .item > img,
  6032. .carousel-inner > .item > a > img {
  6033.   line-height: 1;
  6034. }
  6035. @media all and (transform-3d), (-webkit-transform-3d) {
  6036.   .carousel-inner > .item {
  6037.     -webkit-transition: -webkit-transform .6s ease-in-out;
  6038.          -o-transition:      -o-transform .6s ease-in-out;
  6039.             transition:         transform .6s ease-in-out;
  6040.  
  6041.     -webkit-backface-visibility: hidden;
  6042.             backface-visibility: hidden;
  6043.     -webkit-perspective: 1000px;
  6044.             perspective: 1000px;
  6045.   }
  6046.   .carousel-inner > .item.next,
  6047.   .carousel-inner > .item.active.right {
  6048.     left: 0;
  6049.     -webkit-transform: translate3d(100%, 0, 0);
  6050.             transform: translate3d(100%, 0, 0);
  6051.   }
  6052.   .carousel-inner > .item.prev,
  6053.   .carousel-inner > .item.active.left {
  6054.     left: 0;
  6055.     -webkit-transform: translate3d(-100%, 0, 0);
  6056.             transform: translate3d(-100%, 0, 0);
  6057.   }
  6058.   .carousel-inner > .item.next.left,
  6059.   .carousel-inner > .item.prev.right,
  6060.   .carousel-inner > .item.active {
  6061.     left: 0;
  6062.     -webkit-transform: translate3d(0, 0, 0);
  6063.             transform: translate3d(0, 0, 0);
  6064.   }
  6065. }
  6066. .carousel-inner > .active,
  6067. .carousel-inner > .next,
  6068. .carousel-inner > .prev {
  6069.   display: block;
  6070. }
  6071. .carousel-inner > .active {
  6072.   left: 0;
  6073. }
  6074. .carousel-inner > .next,
  6075. .carousel-inner > .prev {
  6076.   position: absolute;
  6077.   top: 0;
  6078.   width: 100%;
  6079. }
  6080. .carousel-inner > .next {
  6081.   left: 100%;
  6082. }
  6083. .carousel-inner > .prev {
  6084.   left: -100%;
  6085. }
  6086. .carousel-inner > .next.left,
  6087. .carousel-inner > .prev.right {
  6088.   left: 0;
  6089. }
  6090. .carousel-inner > .active.left {
  6091.   left: -100%;
  6092. }
  6093. .carousel-inner > .active.right {
  6094.   left: 100%;
  6095. }
  6096. .carousel-control {
  6097.   position: absolute;
  6098.   top: 0;
  6099.   bottom: 0;
  6100.   left: 0;
  6101.   width: 15%;
  6102.   font-size: 20px;
  6103.   color: #fff;
  6104.   text-align: center;
  6105.   text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  6106.   background-color: rgba(0, 0, 0, 0);
  6107.   filter: alpha(opacity=50);
  6108.   opacity: .5;
  6109. }
  6110. .carousel-control.left {
  6111.   background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  6112.   background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  6113.   background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  6114.   background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  6115.   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  6116.   background-repeat: repeat-x;
  6117. }
  6118. .carousel-control.right {
  6119.   right: 0;
  6120.   left: auto;
  6121.   background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  6122.   background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  6123.   background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  6124.   background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  6125.   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  6126.   background-repeat: repeat-x;
  6127. }
  6128. .carousel-control:hover,
  6129. .carousel-control:focus {
  6130.   color: #fff;
  6131.   text-decoration: none;
  6132.   filter: alpha(opacity=90);
  6133.   outline: 0;
  6134.   opacity: .9;
  6135. }
  6136. .carousel-control .icon-prev,
  6137. .carousel-control .icon-next,
  6138. .carousel-control .glyphicon-chevron-left,
  6139. .carousel-control .glyphicon-chevron-right {
  6140.   position: absolute;
  6141.   top: 50%;
  6142.   z-index: 5;
  6143.   display: inline-block;
  6144.   margin-top: -10px;
  6145. }
  6146. .carousel-control .icon-prev,
  6147. .carousel-control .glyphicon-chevron-left {
  6148.   left: 50%;
  6149.   margin-left: -10px;
  6150. }
  6151. .carousel-control .icon-next,
  6152. .carousel-control .glyphicon-chevron-right {
  6153.   right: 50%;
  6154.   margin-right: -10px;
  6155. }
  6156. .carousel-control .icon-prev,
  6157. .carousel-control .icon-next {
  6158.   width: 20px;
  6159.   height: 20px;
  6160.   font-family: serif;
  6161.   line-height: 1;
  6162. }
  6163. .carousel-control .icon-prev:before {
  6164.   content: '\2039';
  6165. }
  6166. .carousel-control .icon-next:before {
  6167.   content: '\203a';
  6168. }
  6169. .carousel-indicators {
  6170.     position: absolute;
  6171.     right: 0;
  6172.     bottom: 10px;
  6173.     left: 0;
  6174.     z-index: 15;
  6175.     display: -webkit-box;
  6176.     display: -webkit-flex;
  6177.     display: -ms-flexbox;
  6178.     display: flex;
  6179.     -webkit-box-pack: center;
  6180.     -webkit-justify-content: center;
  6181.     -ms-flex-pack: center;
  6182.     justify-content: center;
  6183.     padding-left: 0;
  6184.     margin-right: 15%;
  6185.     margin-left: 15%;
  6186.     list-style: none;
  6187. }
  6188. .carousel-indicators li {
  6189.     position: relative;
  6190.     -webkit-box-flex: 1;
  6191.     -webkit-flex: 1 0 auto;
  6192.     -ms-flex: 1 0 auto;
  6193.     flex: 1 0 auto;
  6194.     max-width: 30px;
  6195.     height: 3px;
  6196.     margin-right: 3px;
  6197.     margin-left: 3px;
  6198.     text-indent: -999px;
  6199.     cursor: pointer;
  6200.     background-color: rgba(255, 255, 255, .5);
  6201. }
  6202. .carousel-indicators li::before {
  6203.     position: absolute;
  6204.     top: -10px;
  6205.     left: 0;
  6206.     display: inline-block;
  6207.     width: 100%;
  6208.     height: 10px;
  6209.     content: ""}
  6210. .carousel-indicators li::after {
  6211.     position: absolute;
  6212.     bottom: -10px;
  6213.     left: 0;
  6214.     display: inline-block;
  6215.     width: 100%;
  6216.     height: 10px;
  6217.     content: ""}
  6218. .carousel-indicators .active {
  6219.     background-color: #fff;
  6220. }
  6221. .carousel-caption {
  6222.   position: absolute;
  6223.   right: 15%;
  6224.   bottom: 20px;
  6225.   left: 15%;
  6226.   z-index: 10;
  6227.   padding-top: 20px;
  6228.   padding-bottom: 20px;
  6229.   color: #fff;
  6230.   text-align: center;
  6231.   text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  6232. }
  6233. .carousel-caption .btn {
  6234.   text-shadow: none;
  6235. }
  6236. @media screen and (min-width: 768px) {
  6237.   .carousel-control .glyphicon-chevron-left,
  6238.   .carousel-control .glyphicon-chevron-right,
  6239.   .carousel-control .icon-prev,
  6240.   .carousel-control .icon-next {
  6241.     width: 30px;
  6242.     height: 30px;
  6243.     margin-top: -10px;
  6244.     font-size: 30px;
  6245.   }
  6246.   .carousel-control .glyphicon-chevron-left,
  6247.   .carousel-control .icon-prev {
  6248.     margin-left: -10px;
  6249.   }
  6250.   .carousel-control .glyphicon-chevron-right,
  6251.   .carousel-control .icon-next {
  6252.     margin-right: -10px;
  6253.   }
  6254.   .carousel-caption {
  6255.     right: 20%;
  6256.     left: 20%;
  6257.     padding-bottom: 30px;
  6258.   }
  6259.   .carousel-indicators {
  6260.     bottom: 20px;
  6261.   }
  6262. }
  6263. .clearfix:before,
  6264. .clearfix:after,
  6265. .dl-horizontal dd:before,
  6266. .dl-horizontal dd:after,
  6267. .container:before,
  6268. .container:after,
  6269. .container-fluid:before,
  6270. .container-fluid:after,
  6271. .row:before,
  6272. .row:after,
  6273. .form-horizontal .form-group:before,
  6274. .form-horizontal .form-group:after,
  6275. .btn-toolbar:before,
  6276. .btn-toolbar:after,
  6277. .btn-group-vertical > .btn-group:before,
  6278. .btn-group-vertical > .btn-group:after,
  6279. .nav:before,
  6280. .nav:after,
  6281. .navbar:before,
  6282. .navbar:after,
  6283. .navbar-header:before,
  6284. .navbar-header:after,
  6285. .navbar-collapse:before,
  6286. .navbar-collapse:after,
  6287. .pager:before,
  6288. .pager:after,
  6289. .panel-body:before,
  6290. .panel-body:after,
  6291. .modal-header:before,
  6292. .modal-header:after,
  6293. .modal-footer:before,
  6294. .modal-footer:after {
  6295.   display: table;
  6296.   content: " ";
  6297. }
  6298. .clearfix:after,
  6299. .dl-horizontal dd:after,
  6300. .container:after,
  6301. .container-fluid:after,
  6302. .row:after,
  6303. .form-horizontal .form-group:after,
  6304. .btn-toolbar:after,
  6305. .btn-group-vertical > .btn-group:after,
  6306. .nav:after,
  6307. .navbar:after,
  6308. .navbar-header:after,
  6309. .navbar-collapse:after,
  6310. .pager:after,
  6311. .panel-body:after,
  6312. .modal-header:after,
  6313. .modal-footer:after {
  6314.   clear: both;
  6315. }
  6316. .center-block {
  6317.   display: block;
  6318.   margin-right: auto;
  6319.   margin-left: auto;
  6320. }
  6321. .pull-right {
  6322.   float: right !important;
  6323. }
  6324. .pull-left {
  6325.   float: left !important;
  6326. }
  6327. .hide {
  6328.   display: none !important;
  6329. }
  6330. .show {
  6331.   display: block !important;
  6332. }
  6333. .invisible {
  6334.   visibility: hidden;
  6335. }
  6336. .text-hide {
  6337.   font: 0/0 a;
  6338.   color: transparent;
  6339.   text-shadow: none;
  6340.   background-color: transparent;
  6341.   border: 0;
  6342. }
  6343. .hidden {
  6344.   display: none !important;
  6345. }
  6346. .affix {
  6347.   position: fixed;
  6348. }
  6349. @-ms-viewport {
  6350.   width: device-width;
  6351. }
  6352. .visible-xs,
  6353. .visible-sm,
  6354. .visible-md,
  6355. .visible-lg {
  6356.   display: none !important;
  6357. }
  6358. .visible-xs-block,
  6359. .visible-xs-inline,
  6360. .visible-xs-inline-block,
  6361. .visible-sm-block,
  6362. .visible-sm-inline,
  6363. .visible-sm-inline-block,
  6364. .visible-md-block,
  6365. .visible-md-inline,
  6366. .visible-md-inline-block,
  6367. .visible-lg-block,
  6368. .visible-lg-inline,
  6369. .visible-lg-inline-block {
  6370.   display: none !important;
  6371. }
  6372. @media (max-width: 767px) {
  6373.   .visible-xs {
  6374.     display: block !important;
  6375.   }
  6376.   table.visible-xs {
  6377.     display: table !important;
  6378.   }
  6379.   tr.visible-xs {
  6380.     display: table-row !important;
  6381.   }
  6382.   th.visible-xs,
  6383.   td.visible-xs {
  6384.     display: table-cell !important;
  6385.   }
  6386. }
  6387. @media (max-width: 767px) {
  6388.   .visible-xs-block {
  6389.     display: block !important;
  6390.   }
  6391. }
  6392. @media (max-width: 767px) {
  6393.   .visible-xs-inline {
  6394.     display: inline !important;
  6395.   }
  6396. }
  6397. @media (max-width: 767px) {
  6398.   .visible-xs-inline-block {
  6399.     display: inline-block !important;
  6400.   }
  6401. }
  6402. @media (min-width: 768px) and (max-width: 991px) {
  6403.   .visible-sm {
  6404.     display: block !important;
  6405.   }
  6406.   table.visible-sm {
  6407.     display: table !important;
  6408.   }
  6409.   tr.visible-sm {
  6410.     display: table-row !important;
  6411.   }
  6412.   th.visible-sm,
  6413.   td.visible-sm {
  6414.     display: table-cell !important;
  6415.   }
  6416. }
  6417. @media (min-width: 768px) and (max-width: 991px) {
  6418.   .visible-sm-block {
  6419.     display: block !important;
  6420.   }
  6421. }
  6422. @media (min-width: 768px) and (max-width: 991px) {
  6423.   .visible-sm-inline {
  6424.     display: inline !important;
  6425.   }
  6426. }
  6427. @media (min-width: 768px) and (max-width: 991px) {
  6428.   .visible-sm-inline-block {
  6429.     display: inline-block !important;
  6430.   }
  6431. }
  6432. @media (min-width: 992px) and (max-width: 1199px) {
  6433.   .visible-md {
  6434.     display: block !important;
  6435.   }
  6436.   table.visible-md {
  6437.     display: table !important;
  6438.   }
  6439.   tr.visible-md {
  6440.     display: table-row !important;
  6441.   }
  6442.   th.visible-md,
  6443.   td.visible-md {
  6444.     display: table-cell !important;
  6445.   }
  6446. }
  6447. @media (min-width: 992px) and (max-width: 1199px) {
  6448.   .visible-md-block {
  6449.     display: block !important;
  6450.   }
  6451. }
  6452. @media (min-width: 992px) and (max-width: 1199px) {
  6453.   .visible-md-inline {
  6454.     display: inline !important;
  6455.   }
  6456. }
  6457. @media (min-width: 992px) and (max-width: 1199px) {
  6458.   .visible-md-inline-block {
  6459.     display: inline-block !important;
  6460.   }
  6461. }
  6462. @media (min-width: 1200px) {
  6463.   .visible-lg {
  6464.     display: block !important;
  6465.   }
  6466.   table.visible-lg {
  6467.     display: table !important;
  6468.   }
  6469.   tr.visible-lg {
  6470.     display: table-row !important;
  6471.   }
  6472.   th.visible-lg,
  6473.   td.visible-lg {
  6474.     display: table-cell !important;
  6475.   }
  6476. }
  6477. @media (min-width: 1200px) {
  6478.   .visible-lg-block {
  6479.     display: block !important;
  6480.   }
  6481. }
  6482. @media (min-width: 1200px) {
  6483.   .visible-lg-inline {
  6484.     display: inline !important;
  6485.   }
  6486. }
  6487. @media (min-width: 1200px) {
  6488.   .visible-lg-inline-block {
  6489.     display: inline-block !important;
  6490.   }
  6491. }
  6492. @media (max-width: 767px) {
  6493.   .hidden-xs {
  6494.     display: none !important;
  6495.   }
  6496. }
  6497. @media (min-width: 768px) and (max-width: 991px) {
  6498.   .hidden-sm {
  6499.     display: none !important;
  6500.   }
  6501. }
  6502. @media (min-width: 992px) and (max-width: 1199px) {
  6503.   .hidden-md {
  6504.     display: none !important;
  6505.   }
  6506. }
  6507. @media (min-width: 1200px) {
  6508.   .hidden-lg {
  6509.     display: none !important;
  6510.   }
  6511. }
  6512. .visible-print {
  6513.   display: none !important;
  6514. }
  6515. @media print {
  6516.   .visible-print {
  6517.     display: block !important;
  6518.   }
  6519.   table.visible-print {
  6520.     display: table !important;
  6521.   }
  6522.   tr.visible-print {
  6523.     display: table-row !important;
  6524.   }
  6525.   th.visible-print,
  6526.   td.visible-print {
  6527.     display: table-cell !important;
  6528.   }
  6529. }
  6530. .visible-print-block {
  6531.   display: none !important;
  6532. }
  6533. @media print {
  6534.   .visible-print-block {
  6535.     display: block !important;
  6536.   }
  6537. }
  6538. .visible-print-inline {
  6539.   display: none !important;
  6540. }
  6541. @media print {
  6542.   .visible-print-inline {
  6543.     display: inline !important;
  6544.   }
  6545. }
  6546. .visible-print-inline-block {
  6547.   display: none !important;
  6548. }
  6549. @media print {
  6550.   .visible-print-inline-block {
  6551.     display: inline-block !important;
  6552.   }
  6553. }
  6554. @media print {
  6555.   .hidden-print {
  6556.     display: none !important;
  6557.   }
  6558. }
  6559. /*# sourceMappingURL=bootstrap.css.map */
  6560.