Guest User

Untitled

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