Guest User

Untitled

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