Guest User

Untitled

a guest
Sep 27th, 2017
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 221.46 KB | None | 0 0
  1. @import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);
  2.  
  3. /*!
  4. * Bootstrap v3.3.7 (http://getbootstrap.com)
  5. * Copyright 2011-2016 Twitter, Inc.
  6. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  7. */
  8.  
  9. body,
  10. html {
  11. height: 100%;
  12. }
  13.  
  14. .bg {
  15. /* The image used */
  16. background-image: url("https://startbootstrap.com/assets/img/templates/the-big-picture.jpg");
  17. /* Full height */
  18. height: 100%;
  19. /* Center and scale the image nicely */
  20. background-position: center;
  21. background-repeat: no-repeat;
  22. background-size: cover;
  23. }
  24.  
  25.  
  26. /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  27.  
  28. html {
  29. font-family: sans-serif;
  30. -ms-text-size-adjust: 100%;
  31. -webkit-text-size-adjust: 100%
  32. }
  33.  
  34. body {
  35. margin: 0
  36. }
  37.  
  38. article,
  39. aside,
  40. details,
  41. figcaption,
  42. figure,
  43. footer,
  44. header,
  45. hgroup,
  46. main,
  47. menu,
  48. nav,
  49. section,
  50. summary {
  51. display: block
  52. }
  53.  
  54. audio,
  55. canvas,
  56. progress,
  57. video {
  58. display: inline-block;
  59. vertical-align: baseline
  60. }
  61.  
  62. audio:not([controls]) {
  63. display: none;
  64. height: 0
  65. }
  66.  
  67. [hidden],
  68. template {
  69. display: none
  70. }
  71.  
  72. a {
  73. background-color: transparent
  74. }
  75.  
  76. a:active,
  77. a:hover {
  78. outline: 0
  79. }
  80.  
  81. abbr[title] {
  82. border-bottom: 1px dotted
  83. }
  84.  
  85. b,
  86. strong {
  87. font-weight: 700
  88. }
  89.  
  90. dfn {
  91. font-style: italic
  92. }
  93.  
  94. h1 {
  95. font-size: 2em;
  96. margin: .67em 0
  97. }
  98.  
  99. mark {
  100. background: #ff0;
  101. color: #000
  102. }
  103.  
  104. small {
  105. font-size: 80%
  106. }
  107.  
  108. sub,
  109. sup {
  110. font-size: 75%;
  111. line-height: 0;
  112. position: relative;
  113. vertical-align: baseline
  114. }
  115.  
  116. sup {
  117. top: -.5em
  118. }
  119.  
  120. sub {
  121. bottom: -.25em
  122. }
  123.  
  124. img {
  125. border: 0
  126. }
  127.  
  128. svg:not(:root) {
  129. overflow: hidden
  130. }
  131.  
  132. figure {
  133. margin: 1em 40px
  134. }
  135.  
  136. hr {
  137. box-sizing: content-box;
  138. height: 0
  139. }
  140.  
  141. pre {
  142. overflow: auto
  143. }
  144.  
  145. code,
  146. kbd,
  147. pre,
  148. samp {
  149. font-family: monospace, monospace;
  150. font-size: 1em
  151. }
  152.  
  153. button,
  154. input,
  155. optgroup,
  156. select,
  157. textarea {
  158. color: inherit;
  159. font: inherit;
  160. margin: 0
  161. }
  162.  
  163. button {
  164. overflow: visible
  165. }
  166.  
  167. button,
  168. select {
  169. text-transform: none
  170. }
  171.  
  172. button,
  173. html input[type=button],
  174. input[type=reset],
  175. input[type=submit] {
  176. -webkit-appearance: button;
  177. cursor: pointer
  178. }
  179.  
  180. button[disabled],
  181. html input[disabled] {
  182. cursor: default
  183. }
  184.  
  185. button::-moz-focus-inner,
  186. input::-moz-focus-inner {
  187. border: 0;
  188. padding: 0
  189. }
  190.  
  191. input {
  192. line-height: normal
  193. }
  194.  
  195. input[type=checkbox],
  196. input[type=radio] {
  197. box-sizing: border-box;
  198. padding: 0
  199. }
  200.  
  201. input[type=number]::-webkit-inner-spin-button,
  202. input[type=number]::-webkit-outer-spin-button {
  203. height: auto
  204. }
  205.  
  206. input[type=search] {
  207. -webkit-appearance: textfield;
  208. box-sizing: content-box
  209. }
  210.  
  211. input[type=search]::-webkit-search-cancel-button,
  212. input[type=search]::-webkit-search-decoration {
  213. -webkit-appearance: none
  214. }
  215.  
  216. fieldset {
  217. border: 1px solid silver;
  218. margin: 0 2px;
  219. padding: .35em .625em .75em
  220. }
  221.  
  222. textarea {
  223. overflow: auto
  224. }
  225.  
  226. optgroup {
  227. font-weight: 700
  228. }
  229.  
  230. table {
  231. border-collapse: collapse;
  232. border-spacing: 0
  233. }
  234.  
  235. td,
  236. th {
  237. padding: 0
  238. }
  239.  
  240.  
  241. /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  242.  
  243. @media print {
  244. *,
  245. :after,
  246. :before {
  247. background: transparent!important;
  248. color: #000!important;
  249. box-shadow: none!important;
  250. text-shadow: none!important
  251. }
  252. a,
  253. a:visited {
  254. text-decoration: underline
  255. }
  256. a[href]:after {
  257. content: " (" attr(href) ")"
  258. }
  259. abbr[title]:after {
  260. content: " (" attr(title) ")"
  261. }
  262. a[href^="#"]:after,
  263. a[href^="javascript:"]:after {
  264. content: ""
  265. }
  266. blockquote,
  267. pre {
  268. border: 1px solid #999;
  269. page-break-inside: avoid
  270. }
  271. thead {
  272. display: table-header-group
  273. }
  274. img,
  275. tr {
  276. page-break-inside: avoid
  277. }
  278. img {
  279. max-width: 100%!important
  280. }
  281. h2,
  282. h3,
  283. p {
  284. orphans: 3;
  285. widows: 3
  286. }
  287. h2,
  288. h3 {
  289. page-break-after: avoid
  290. }
  291. .navbar {
  292. display: none
  293. }
  294. .btn>.caret,
  295. .dropup>.btn>.caret {
  296. border-top-color: #000!important
  297. }
  298. .label {
  299. border: 1px solid #000
  300. }
  301. .table {
  302. border-collapse: collapse!important
  303. }
  304. .table td,
  305. .table th {
  306. background-color: #fff!important
  307. }
  308. .table-bordered td,
  309. .table-bordered th {
  310. border: 1px solid #ddd!important
  311. }
  312. }
  313.  
  314. @font-face {
  315. font-family: Glyphicons Halflings;
  316. src: url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.eot?f4769f9bdb7466be65088239c12046d1);
  317. src: url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.eot?f4769f9bdb7466be65088239c12046d1?#iefix) format("embedded-opentype"), url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.woff2?448c34a56d699c29117adc64c43affeb) format("woff2"), url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.woff?fa2772327f55d8198301fdb8bcfc8158) format("woff"), url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.ttf?e18bbf611f2a2e43afc071aa2f4e1512) format("truetype"), url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.svg?89889688147bd7575d6327160d64e760#glyphicons_halflingsregular) format("svg")
  318. }
  319.  
  320. .glyphicon {
  321. position: relative;
  322. top: 1px;
  323. display: inline-block;
  324. font-family: Glyphicons Halflings;
  325. font-style: normal;
  326. font-weight: 400;
  327. line-height: 1;
  328. -webkit-font-smoothing: antialiased;
  329. -moz-osx-font-smoothing: grayscale
  330. }
  331.  
  332. .glyphicon-asterisk:before {
  333. content: "*"
  334. }
  335.  
  336. .glyphicon-plus:before {
  337. content: "+"
  338. }
  339.  
  340. .glyphicon-eur:before,
  341. .glyphicon-euro:before {
  342. content: "\20AC"
  343. }
  344.  
  345. .glyphicon-minus:before {
  346. content: "\2212"
  347. }
  348.  
  349. .glyphicon-cloud:before {
  350. content: "\2601"
  351. }
  352.  
  353. .glyphicon-envelope:before {
  354. content: "\2709"
  355. }
  356.  
  357. .glyphicon-pencil:before {
  358. content: "\270F"
  359. }
  360.  
  361. .glyphicon-glass:before {
  362. content: "\E001"
  363. }
  364.  
  365. .glyphicon-music:before {
  366. content: "\E002"
  367. }
  368.  
  369. .glyphicon-search:before {
  370. content: "\E003"
  371. }
  372.  
  373. .glyphicon-heart:before {
  374. content: "\E005"
  375. }
  376.  
  377. .glyphicon-star:before {
  378. content: "\E006"
  379. }
  380.  
  381. .glyphicon-star-empty:before {
  382. content: "\E007"
  383. }
  384.  
  385. .glyphicon-user:before {
  386. content: "\E008"
  387. }
  388.  
  389. .glyphicon-film:before {
  390. content: "\E009"
  391. }
  392.  
  393. .glyphicon-th-large:before {
  394. content: "\E010"
  395. }
  396.  
  397. .glyphicon-th:before {
  398. content: "\E011"
  399. }
  400.  
  401. .glyphicon-th-list:before {
  402. content: "\E012"
  403. }
  404.  
  405. .glyphicon-ok:before {
  406. content: "\E013"
  407. }
  408.  
  409. .glyphicon-remove:before {
  410. content: "\E014"
  411. }
  412.  
  413. .glyphicon-zoom-in:before {
  414. content: "\E015"
  415. }
  416.  
  417. .glyphicon-zoom-out:before {
  418. content: "\E016"
  419. }
  420.  
  421. .glyphicon-off:before {
  422. content: "\E017"
  423. }
  424.  
  425. .glyphicon-signal:before {
  426. content: "\E018"
  427. }
  428.  
  429. .glyphicon-cog:before {
  430. content: "\E019"
  431. }
  432.  
  433. .glyphicon-trash:before {
  434. content: "\E020"
  435. }
  436.  
  437. .glyphicon-home:before {
  438. content: "\E021"
  439. }
  440.  
  441. .glyphicon-file:before {
  442. content: "\E022"
  443. }
  444.  
  445. .glyphicon-time:before {
  446. content: "\E023"
  447. }
  448.  
  449. .glyphicon-road:before {
  450. content: "\E024"
  451. }
  452.  
  453. .glyphicon-download-alt:before {
  454. content: "\E025"
  455. }
  456.  
  457. .glyphicon-download:before {
  458. content: "\E026"
  459. }
  460.  
  461. .glyphicon-upload:before {
  462. content: "\E027"
  463. }
  464.  
  465. .glyphicon-inbox:before {
  466. content: "\E028"
  467. }
  468.  
  469. .glyphicon-play-circle:before {
  470. content: "\E029"
  471. }
  472.  
  473. .glyphicon-repeat:before {
  474. content: "\E030"
  475. }
  476.  
  477. .glyphicon-refresh:before {
  478. content: "\E031"
  479. }
  480.  
  481. .glyphicon-list-alt:before {
  482. content: "\E032"
  483. }
  484.  
  485. .glyphicon-lock:before {
  486. content: "\E033"
  487. }
  488.  
  489. .glyphicon-flag:before {
  490. content: "\E034"
  491. }
  492.  
  493. .glyphicon-headphones:before {
  494. content: "\E035"
  495. }
  496.  
  497. .glyphicon-volume-off:before {
  498. content: "\E036"
  499. }
  500.  
  501. .glyphicon-volume-down:before {
  502. content: "\E037"
  503. }
  504.  
  505. .glyphicon-volume-up:before {
  506. content: "\E038"
  507. }
  508.  
  509. .glyphicon-qrcode:before {
  510. content: "\E039"
  511. }
  512.  
  513. .glyphicon-barcode:before {
  514. content: "\E040"
  515. }
  516.  
  517. .glyphicon-tag:before {
  518. content: "\E041"
  519. }
  520.  
  521. .glyphicon-tags:before {
  522. content: "\E042"
  523. }
  524.  
  525. .glyphicon-book:before {
  526. content: "\E043"
  527. }
  528.  
  529. .glyphicon-bookmark:before {
  530. content: "\E044"
  531. }
  532.  
  533. .glyphicon-print:before {
  534. content: "\E045"
  535. }
  536.  
  537. .glyphicon-camera:before {
  538. content: "\E046"
  539. }
  540.  
  541. .glyphicon-font:before {
  542. content: "\E047"
  543. }
  544.  
  545. .glyphicon-bold:before {
  546. content: "\E048"
  547. }
  548.  
  549. .glyphicon-italic:before {
  550. content: "\E049"
  551. }
  552.  
  553. .glyphicon-text-height:before {
  554. content: "\E050"
  555. }
  556.  
  557. .glyphicon-text-width:before {
  558. content: "\E051"
  559. }
  560.  
  561. .glyphicon-align-left:before {
  562. content: "\E052"
  563. }
  564.  
  565. .glyphicon-align-center:before {
  566. content: "\E053"
  567. }
  568.  
  569. .glyphicon-align-right:before {
  570. content: "\E054"
  571. }
  572.  
  573. .glyphicon-align-justify:before {
  574. content: "\E055"
  575. }
  576.  
  577. .glyphicon-list:before {
  578. content: "\E056"
  579. }
  580.  
  581. .glyphicon-indent-left:before {
  582. content: "\E057"
  583. }
  584.  
  585. .glyphicon-indent-right:before {
  586. content: "\E058"
  587. }
  588.  
  589. .glyphicon-facetime-video:before {
  590. content: "\E059"
  591. }
  592.  
  593. .glyphicon-picture:before {
  594. content: "\E060"
  595. }
  596.  
  597. .glyphicon-map-marker:before {
  598. content: "\E062"
  599. }
  600.  
  601. .glyphicon-adjust:before {
  602. content: "\E063"
  603. }
  604.  
  605. .glyphicon-tint:before {
  606. content: "\E064"
  607. }
  608.  
  609. .glyphicon-edit:before {
  610. content: "\E065"
  611. }
  612.  
  613. .glyphicon-share:before {
  614. content: "\E066"
  615. }
  616.  
  617. .glyphicon-check:before {
  618. content: "\E067"
  619. }
  620.  
  621. .glyphicon-move:before {
  622. content: "\E068"
  623. }
  624.  
  625. .glyphicon-step-backward:before {
  626. content: "\E069"
  627. }
  628.  
  629. .glyphicon-fast-backward:before {
  630. content: "\E070"
  631. }
  632.  
  633. .glyphicon-backward:before {
  634. content: "\E071"
  635. }
  636.  
  637. .glyphicon-play:before {
  638. content: "\E072"
  639. }
  640.  
  641. .glyphicon-pause:before {
  642. content: "\E073"
  643. }
  644.  
  645. .glyphicon-stop:before {
  646. content: "\E074"
  647. }
  648.  
  649. .glyphicon-forward:before {
  650. content: "\E075"
  651. }
  652.  
  653. .glyphicon-fast-forward:before {
  654. content: "\E076"
  655. }
  656.  
  657. .glyphicon-step-forward:before {
  658. content: "\E077"
  659. }
  660.  
  661. .glyphicon-eject:before {
  662. content: "\E078"
  663. }
  664.  
  665. .glyphicon-chevron-left:before {
  666. content: "\E079"
  667. }
  668.  
  669. .glyphicon-chevron-right:before {
  670. content: "\E080"
  671. }
  672.  
  673. .glyphicon-plus-sign:before {
  674. content: "\E081"
  675. }
  676.  
  677. .glyphicon-minus-sign:before {
  678. content: "\E082"
  679. }
  680.  
  681. .glyphicon-remove-sign:before {
  682. content: "\E083"
  683. }
  684.  
  685. .glyphicon-ok-sign:before {
  686. content: "\E084"
  687. }
  688.  
  689. .glyphicon-question-sign:before {
  690. content: "\E085"
  691. }
  692.  
  693. .glyphicon-info-sign:before {
  694. content: "\E086"
  695. }
  696.  
  697. .glyphicon-screenshot:before {
  698. content: "\E087"
  699. }
  700.  
  701. .glyphicon-remove-circle:before {
  702. content: "\E088"
  703. }
  704.  
  705. .glyphicon-ok-circle:before {
  706. content: "\E089"
  707. }
  708.  
  709. .glyphicon-ban-circle:before {
  710. content: "\E090"
  711. }
  712.  
  713. .glyphicon-arrow-left:before {
  714. content: "\E091"
  715. }
  716.  
  717. .glyphicon-arrow-right:before {
  718. content: "\E092"
  719. }
  720.  
  721. .glyphicon-arrow-up:before {
  722. content: "\E093"
  723. }
  724.  
  725. .glyphicon-arrow-down:before {
  726. content: "\E094"
  727. }
  728.  
  729. .glyphicon-share-alt:before {
  730. content: "\E095"
  731. }
  732.  
  733. .glyphicon-resize-full:before {
  734. content: "\E096"
  735. }
  736.  
  737. .glyphicon-resize-small:before {
  738. content: "\E097"
  739. }
  740.  
  741. .glyphicon-exclamation-sign:before {
  742. content: "\E101"
  743. }
  744.  
  745. .glyphicon-gift:before {
  746. content: "\E102"
  747. }
  748.  
  749. .glyphicon-leaf:before {
  750. content: "\E103"
  751. }
  752.  
  753. .glyphicon-fire:before {
  754. content: "\E104"
  755. }
  756.  
  757. .glyphicon-eye-open:before {
  758. content: "\E105"
  759. }
  760.  
  761. .glyphicon-eye-close:before {
  762. content: "\E106"
  763. }
  764.  
  765. .glyphicon-warning-sign:before {
  766. content: "\E107"
  767. }
  768.  
  769. .glyphicon-plane:before {
  770. content: "\E108"
  771. }
  772.  
  773. .glyphicon-calendar:before {
  774. content: "\E109"
  775. }
  776.  
  777. .glyphicon-random:before {
  778. content: "\E110"
  779. }
  780.  
  781. .glyphicon-comment:before {
  782. content: "\E111"
  783. }
  784.  
  785. .glyphicon-magnet:before {
  786. content: "\E112"
  787. }
  788.  
  789. .glyphicon-chevron-up:before {
  790. content: "\E113"
  791. }
  792.  
  793. .glyphicon-chevron-down:before {
  794. content: "\E114"
  795. }
  796.  
  797. .glyphicon-retweet:before {
  798. content: "\E115"
  799. }
  800.  
  801. .glyphicon-shopping-cart:before {
  802. content: "\E116"
  803. }
  804.  
  805. .glyphicon-folder-close:before {
  806. content: "\E117"
  807. }
  808.  
  809. .glyphicon-folder-open:before {
  810. content: "\E118"
  811. }
  812.  
  813. .glyphicon-resize-vertical:before {
  814. content: "\E119"
  815. }
  816.  
  817. .glyphicon-resize-horizontal:before {
  818. content: "\E120"
  819. }
  820.  
  821. .glyphicon-hdd:before {
  822. content: "\E121"
  823. }
  824.  
  825. .glyphicon-bullhorn:before {
  826. content: "\E122"
  827. }
  828.  
  829. .glyphicon-bell:before {
  830. content: "\E123"
  831. }
  832.  
  833. .glyphicon-certificate:before {
  834. content: "\E124"
  835. }
  836.  
  837. .glyphicon-thumbs-up:before {
  838. content: "\E125"
  839. }
  840.  
  841. .glyphicon-thumbs-down:before {
  842. content: "\E126"
  843. }
  844.  
  845. .glyphicon-hand-right:before {
  846. content: "\E127"
  847. }
  848.  
  849. .glyphicon-hand-left:before {
  850. content: "\E128"
  851. }
  852.  
  853. .glyphicon-hand-up:before {
  854. content: "\E129"
  855. }
  856.  
  857. .glyphicon-hand-down:before {
  858. content: "\E130"
  859. }
  860.  
  861. .glyphicon-circle-arrow-right:before {
  862. content: "\E131"
  863. }
  864.  
  865. .glyphicon-circle-arrow-left:before {
  866. content: "\E132"
  867. }
  868.  
  869. .glyphicon-circle-arrow-up:before {
  870. content: "\E133"
  871. }
  872.  
  873. .glyphicon-circle-arrow-down:before {
  874. content: "\E134"
  875. }
  876.  
  877. .glyphicon-globe:before {
  878. content: "\E135"
  879. }
  880.  
  881. .glyphicon-wrench:before {
  882. content: "\E136"
  883. }
  884.  
  885. .glyphicon-tasks:before {
  886. content: "\E137"
  887. }
  888.  
  889. .glyphicon-filter:before {
  890. content: "\E138"
  891. }
  892.  
  893. .glyphicon-briefcase:before {
  894. content: "\E139"
  895. }
  896.  
  897. .glyphicon-fullscreen:before {
  898. content: "\E140"
  899. }
  900.  
  901. .glyphicon-dashboard:before {
  902. content: "\E141"
  903. }
  904.  
  905. .glyphicon-paperclip:before {
  906. content: "\E142"
  907. }
  908.  
  909. .glyphicon-heart-empty:before {
  910. content: "\E143"
  911. }
  912.  
  913. .glyphicon-link:before {
  914. content: "\E144"
  915. }
  916.  
  917. .glyphicon-phone:before {
  918. content: "\E145"
  919. }
  920.  
  921. .glyphicon-pushpin:before {
  922. content: "\E146"
  923. }
  924.  
  925. .glyphicon-usd:before {
  926. content: "\E148"
  927. }
  928.  
  929. .glyphicon-gbp:before {
  930. content: "\E149"
  931. }
  932.  
  933. .glyphicon-sort:before {
  934. content: "\E150"
  935. }
  936.  
  937. .glyphicon-sort-by-alphabet:before {
  938. content: "\E151"
  939. }
  940.  
  941. .glyphicon-sort-by-alphabet-alt:before {
  942. content: "\E152"
  943. }
  944.  
  945. .glyphicon-sort-by-order:before {
  946. content: "\E153"
  947. }
  948.  
  949. .glyphicon-sort-by-order-alt:before {
  950. content: "\E154"
  951. }
  952.  
  953. .glyphicon-sort-by-attributes:before {
  954. content: "\E155"
  955. }
  956.  
  957. .glyphicon-sort-by-attributes-alt:before {
  958. content: "\E156"
  959. }
  960.  
  961. .glyphicon-unchecked:before {
  962. content: "\E157"
  963. }
  964.  
  965. .glyphicon-expand:before {
  966. content: "\E158"
  967. }
  968.  
  969. .glyphicon-collapse-down:before {
  970. content: "\E159"
  971. }
  972.  
  973. .glyphicon-collapse-up:before {
  974. content: "\E160"
  975. }
  976.  
  977. .glyphicon-log-in:before {
  978. content: "\E161"
  979. }
  980.  
  981. .glyphicon-flash:before {
  982. content: "\E162"
  983. }
  984.  
  985. .glyphicon-log-out:before {
  986. content: "\E163"
  987. }
  988.  
  989. .glyphicon-new-window:before {
  990. content: "\E164"
  991. }
  992.  
  993. .glyphicon-record:before {
  994. content: "\E165"
  995. }
  996.  
  997. .glyphicon-save:before {
  998. content: "\E166"
  999. }
  1000.  
  1001. .glyphicon-open:before {
  1002. content: "\E167"
  1003. }
  1004.  
  1005. .glyphicon-saved:before {
  1006. content: "\E168"
  1007. }
  1008.  
  1009. .glyphicon-import:before {
  1010. content: "\E169"
  1011. }
  1012.  
  1013. .glyphicon-export:before {
  1014. content: "\E170"
  1015. }
  1016.  
  1017. .glyphicon-send:before {
  1018. content: "\E171"
  1019. }
  1020.  
  1021. .glyphicon-floppy-disk:before {
  1022. content: "\E172"
  1023. }
  1024.  
  1025. .glyphicon-floppy-saved:before {
  1026. content: "\E173"
  1027. }
  1028.  
  1029. .glyphicon-floppy-remove:before {
  1030. content: "\E174"
  1031. }
  1032.  
  1033. .glyphicon-floppy-save:before {
  1034. content: "\E175"
  1035. }
  1036.  
  1037. .glyphicon-floppy-open:before {
  1038. content: "\E176"
  1039. }
  1040.  
  1041. .glyphicon-credit-card:before {
  1042. content: "\E177"
  1043. }
  1044.  
  1045. .glyphicon-transfer:before {
  1046. content: "\E178"
  1047. }
  1048.  
  1049. .glyphicon-cutlery:before {
  1050. content: "\E179"
  1051. }
  1052.  
  1053. .glyphicon-header:before {
  1054. content: "\E180"
  1055. }
  1056.  
  1057. .glyphicon-compressed:before {
  1058. content: "\E181"
  1059. }
  1060.  
  1061. .glyphicon-earphone:before {
  1062. content: "\E182"
  1063. }
  1064.  
  1065. .glyphicon-phone-alt:before {
  1066. content: "\E183"
  1067. }
  1068.  
  1069. .glyphicon-tower:before {
  1070. content: "\E184"
  1071. }
  1072.  
  1073. .glyphicon-stats:before {
  1074. content: "\E185"
  1075. }
  1076.  
  1077. .glyphicon-sd-video:before {
  1078. content: "\E186"
  1079. }
  1080.  
  1081. .glyphicon-hd-video:before {
  1082. content: "\E187"
  1083. }
  1084.  
  1085. .glyphicon-subtitles:before {
  1086. content: "\E188"
  1087. }
  1088.  
  1089. .glyphicon-sound-stereo:before {
  1090. content: "\E189"
  1091. }
  1092.  
  1093. .glyphicon-sound-dolby:before {
  1094. content: "\E190"
  1095. }
  1096.  
  1097. .glyphicon-sound-5-1:before {
  1098. content: "\E191"
  1099. }
  1100.  
  1101. .glyphicon-sound-6-1:before {
  1102. content: "\E192"
  1103. }
  1104.  
  1105. .glyphicon-sound-7-1:before {
  1106. content: "\E193"
  1107. }
  1108.  
  1109. .glyphicon-copyright-mark:before {
  1110. content: "\E194"
  1111. }
  1112.  
  1113. .glyphicon-registration-mark:before {
  1114. content: "\E195"
  1115. }
  1116.  
  1117. .glyphicon-cloud-download:before {
  1118. content: "\E197"
  1119. }
  1120.  
  1121. .glyphicon-cloud-upload:before {
  1122. content: "\E198"
  1123. }
  1124.  
  1125. .glyphicon-tree-conifer:before {
  1126. content: "\E199"
  1127. }
  1128.  
  1129. .glyphicon-tree-deciduous:before {
  1130. content: "\E200"
  1131. }
  1132.  
  1133. .glyphicon-cd:before {
  1134. content: "\E201"
  1135. }
  1136.  
  1137. .glyphicon-save-file:before {
  1138. content: "\E202"
  1139. }
  1140.  
  1141. .glyphicon-open-file:before {
  1142. content: "\E203"
  1143. }
  1144.  
  1145. .glyphicon-level-up:before {
  1146. content: "\E204"
  1147. }
  1148.  
  1149. .glyphicon-copy:before {
  1150. content: "\E205"
  1151. }
  1152.  
  1153. .glyphicon-paste:before {
  1154. content: "\E206"
  1155. }
  1156.  
  1157. .glyphicon-alert:before {
  1158. content: "\E209"
  1159. }
  1160.  
  1161. .glyphicon-equalizer:before {
  1162. content: "\E210"
  1163. }
  1164.  
  1165. .glyphicon-king:before {
  1166. content: "\E211"
  1167. }
  1168.  
  1169. .glyphicon-queen:before {
  1170. content: "\E212"
  1171. }
  1172.  
  1173. .glyphicon-pawn:before {
  1174. content: "\E213"
  1175. }
  1176.  
  1177. .glyphicon-bishop:before {
  1178. content: "\E214"
  1179. }
  1180.  
  1181. .glyphicon-knight:before {
  1182. content: "\E215"
  1183. }
  1184.  
  1185. .glyphicon-baby-formula:before {
  1186. content: "\E216"
  1187. }
  1188.  
  1189. .glyphicon-tent:before {
  1190. content: "\26FA"
  1191. }
  1192.  
  1193. .glyphicon-blackboard:before {
  1194. content: "\E218"
  1195. }
  1196.  
  1197. .glyphicon-bed:before {
  1198. content: "\E219"
  1199. }
  1200.  
  1201. .glyphicon-apple:before {
  1202. content: "\F8FF"
  1203. }
  1204.  
  1205. .glyphicon-erase:before {
  1206. content: "\E221"
  1207. }
  1208.  
  1209. .glyphicon-hourglass:before {
  1210. content: "\231B"
  1211. }
  1212.  
  1213. .glyphicon-lamp:before {
  1214. content: "\E223"
  1215. }
  1216.  
  1217. .glyphicon-duplicate:before {
  1218. content: "\E224"
  1219. }
  1220.  
  1221. .glyphicon-piggy-bank:before {
  1222. content: "\E225"
  1223. }
  1224.  
  1225. .glyphicon-scissors:before {
  1226. content: "\E226"
  1227. }
  1228.  
  1229. .glyphicon-bitcoin:before,
  1230. .glyphicon-btc:before,
  1231. .glyphicon-xbt:before {
  1232. content: "\E227"
  1233. }
  1234.  
  1235. .glyphicon-jpy:before,
  1236. .glyphicon-yen:before {
  1237. content: "\A5"
  1238. }
  1239.  
  1240. .glyphicon-rub:before,
  1241. .glyphicon-ruble:before {
  1242. content: "\20BD"
  1243. }
  1244.  
  1245. .glyphicon-scale:before {
  1246. content: "\E230"
  1247. }
  1248.  
  1249. .glyphicon-ice-lolly:before {
  1250. content: "\E231"
  1251. }
  1252.  
  1253. .glyphicon-ice-lolly-tasted:before {
  1254. content: "\E232"
  1255. }
  1256.  
  1257. .glyphicon-education:before {
  1258. content: "\E233"
  1259. }
  1260.  
  1261. .glyphicon-option-horizontal:before {
  1262. content: "\E234"
  1263. }
  1264.  
  1265. .glyphicon-option-vertical:before {
  1266. content: "\E235"
  1267. }
  1268.  
  1269. .glyphicon-menu-hamburger:before {
  1270. content: "\E236"
  1271. }
  1272.  
  1273. .glyphicon-modal-window:before {
  1274. content: "\E237"
  1275. }
  1276.  
  1277. .glyphicon-oil:before {
  1278. content: "\E238"
  1279. }
  1280.  
  1281. .glyphicon-grain:before {
  1282. content: "\E239"
  1283. }
  1284.  
  1285. .glyphicon-sunglasses:before {
  1286. content: "\E240"
  1287. }
  1288.  
  1289. .glyphicon-text-size:before {
  1290. content: "\E241"
  1291. }
  1292.  
  1293. .glyphicon-text-color:before {
  1294. content: "\E242"
  1295. }
  1296.  
  1297. .glyphicon-text-background:before {
  1298. content: "\E243"
  1299. }
  1300.  
  1301. .glyphicon-object-align-top:before {
  1302. content: "\E244"
  1303. }
  1304.  
  1305. .glyphicon-object-align-bottom:before {
  1306. content: "\E245"
  1307. }
  1308.  
  1309. .glyphicon-object-align-horizontal:before {
  1310. content: "\E246"
  1311. }
  1312.  
  1313. .glyphicon-object-align-left:before {
  1314. content: "\E247"
  1315. }
  1316.  
  1317. .glyphicon-object-align-vertical:before {
  1318. content: "\E248"
  1319. }
  1320.  
  1321. .glyphicon-object-align-right:before {
  1322. content: "\E249"
  1323. }
  1324.  
  1325. .glyphicon-triangle-right:before {
  1326. content: "\E250"
  1327. }
  1328.  
  1329. .glyphicon-triangle-left:before {
  1330. content: "\E251"
  1331. }
  1332.  
  1333. .glyphicon-triangle-bottom:before {
  1334. content: "\E252"
  1335. }
  1336.  
  1337. .glyphicon-triangle-top:before {
  1338. content: "\E253"
  1339. }
  1340.  
  1341. .glyphicon-console:before {
  1342. content: "\E254"
  1343. }
  1344.  
  1345. .glyphicon-superscript:before {
  1346. content: "\E255"
  1347. }
  1348.  
  1349. .glyphicon-subscript:before {
  1350. content: "\E256"
  1351. }
  1352.  
  1353. .glyphicon-menu-left:before {
  1354. content: "\E257"
  1355. }
  1356.  
  1357. .glyphicon-menu-right:before {
  1358. content: "\E258"
  1359. }
  1360.  
  1361. .glyphicon-menu-down:before {
  1362. content: "\E259"
  1363. }
  1364.  
  1365. .glyphicon-menu-up:before {
  1366. content: "\E260"
  1367. }
  1368.  
  1369. *,
  1370. :after,
  1371. :before {
  1372. box-sizing: border-box
  1373. }
  1374.  
  1375. html {
  1376. font-size: 10px;
  1377. -webkit-tap-highlight-color: transparent
  1378. }
  1379.  
  1380. body {
  1381. font-family: Raleway, sans-serif;
  1382. font-size: 14px;
  1383. line-height: 1.6;
  1384. color: #636b6f;
  1385. background-color: #f5f8fa
  1386. }
  1387.  
  1388. button,
  1389. input,
  1390. select,
  1391. textarea {
  1392. font-family: inherit;
  1393. font-size: inherit;
  1394. line-height: inherit
  1395. }
  1396.  
  1397. a {
  1398. color: #3097d1;
  1399. text-decoration: none
  1400. }
  1401.  
  1402. a:focus,
  1403. a:hover {
  1404. color: #216a94;
  1405. text-decoration: underline
  1406. }
  1407.  
  1408. a:focus {
  1409. outline: 5px auto -webkit-focus-ring-color;
  1410. outline-offset: -2px
  1411. }
  1412.  
  1413. figure {
  1414. margin: 0
  1415. }
  1416.  
  1417. img {
  1418. vertical-align: middle
  1419. }
  1420.  
  1421. .img-responsive {
  1422. display: block;
  1423. max-width: 100%;
  1424. height: auto
  1425. }
  1426.  
  1427. .img-rounded {
  1428. border-radius: 6px
  1429. }
  1430.  
  1431. .img-thumbnail {
  1432. padding: 4px;
  1433. line-height: 1.6;
  1434. background-color: #f5f8fa;
  1435. border: 1px solid #ddd;
  1436. border-radius: 4px;
  1437. transition: all .2s ease-in-out;
  1438. display: inline-block;
  1439. max-width: 100%;
  1440. height: auto
  1441. }
  1442.  
  1443. .img-circle {
  1444. border-radius: 50%
  1445. }
  1446.  
  1447. hr {
  1448. margin-top: 22px;
  1449. margin-bottom: 22px;
  1450. border: 0;
  1451. border-top: 1px solid #eee
  1452. }
  1453.  
  1454. [role=button] {
  1455. cursor: pointer
  1456. }
  1457.  
  1458. .h1,
  1459. .h2,
  1460. .h3,
  1461. .h4,
  1462. .h5,
  1463. .h6,
  1464. h1,
  1465. h2,
  1466. h3,
  1467. h4,
  1468. h5,
  1469. h6 {
  1470. font-family: inherit;
  1471. font-weight: 500;
  1472. line-height: 1.1;
  1473. color: inherit
  1474. }
  1475.  
  1476. .h1 .small,
  1477. .h1 small,
  1478. .h2 .small,
  1479. .h2 small,
  1480. .h3 .small,
  1481. .h3 small,
  1482. .h4 .small,
  1483. .h4 small,
  1484. .h5 .small,
  1485. .h5 small,
  1486. .h6 .small,
  1487. .h6 small,
  1488. h1 .small,
  1489. h1 small,
  1490. h2 .small,
  1491. h2 small,
  1492. h3 .small,
  1493. h3 small,
  1494. h4 .small,
  1495. h4 small,
  1496. h5 .small,
  1497. h5 small,
  1498. h6 .small,
  1499. h6 small {
  1500. font-weight: 400;
  1501. line-height: 1;
  1502. color: #777
  1503. }
  1504.  
  1505. .h1,
  1506. .h2,
  1507. .h3,
  1508. h1,
  1509. h2,
  1510. h3 {
  1511. margin-top: 22px;
  1512. margin-bottom: 11px
  1513. }
  1514.  
  1515. .h1 .small,
  1516. .h1 small,
  1517. .h2 .small,
  1518. .h2 small,
  1519. .h3 .small,
  1520. .h3 small,
  1521. h1 .small,
  1522. h1 small,
  1523. h2 .small,
  1524. h2 small,
  1525. h3 .small,
  1526. h3 small {
  1527. font-size: 65%
  1528. }
  1529.  
  1530. .h4,
  1531. .h5,
  1532. .h6,
  1533. h4,
  1534. h5,
  1535. h6 {
  1536. margin-top: 11px;
  1537. margin-bottom: 11px
  1538. }
  1539.  
  1540. .h4 .small,
  1541. .h4 small,
  1542. .h5 .small,
  1543. .h5 small,
  1544. .h6 .small,
  1545. .h6 small,
  1546. h4 .small,
  1547. h4 small,
  1548. h5 .small,
  1549. h5 small,
  1550. h6 .small,
  1551. h6 small {
  1552. font-size: 75%
  1553. }
  1554.  
  1555. .h1,
  1556. h1 {
  1557. font-size: 36px
  1558. }
  1559.  
  1560. .h2,
  1561. h2 {
  1562. font-size: 30px
  1563. }
  1564.  
  1565. .h3,
  1566. h3 {
  1567. font-size: 24px
  1568. }
  1569.  
  1570. .h4,
  1571. h4 {
  1572. font-size: 18px
  1573. }
  1574.  
  1575. .h5,
  1576. h5 {
  1577. font-size: 14px
  1578. }
  1579.  
  1580. .h6,
  1581. h6 {
  1582. font-size: 12px
  1583. }
  1584.  
  1585. p {
  1586. margin: 0 0 11px
  1587. }
  1588.  
  1589. .lead {
  1590. margin-bottom: 22px;
  1591. font-size: 16px;
  1592. font-weight: 300;
  1593. line-height: 1.4
  1594. }
  1595.  
  1596. @media (min-width:768px) {
  1597. .lead {
  1598. font-size: 21px
  1599. }
  1600. }
  1601.  
  1602. .small,
  1603. small {
  1604. font-size: 85%
  1605. }
  1606.  
  1607. .mark,
  1608. mark {
  1609. background-color: #fcf8e3;
  1610. padding: .2em
  1611. }
  1612.  
  1613. .text-left {
  1614. text-align: left
  1615. }
  1616.  
  1617. .text-right {
  1618. text-align: right
  1619. }
  1620.  
  1621. .text-center {
  1622. text-align: center
  1623. }
  1624.  
  1625. .text-justify {
  1626. text-align: justify
  1627. }
  1628.  
  1629. .text-nowrap {
  1630. white-space: nowrap
  1631. }
  1632.  
  1633. .text-lowercase {
  1634. text-transform: lowercase
  1635. }
  1636.  
  1637. .initialism,
  1638. .text-uppercase {
  1639. text-transform: uppercase
  1640. }
  1641.  
  1642. .text-capitalize {
  1643. text-transform: capitalize
  1644. }
  1645.  
  1646. .text-muted {
  1647. color: #777
  1648. }
  1649.  
  1650. .text-primary {
  1651. color: #3097d1
  1652. }
  1653.  
  1654. a.text-primary:focus,
  1655. a.text-primary:hover {
  1656. color: #2579a9
  1657. }
  1658.  
  1659. .text-success {
  1660. color: #3c763d
  1661. }
  1662.  
  1663. a.text-success:focus,
  1664. a.text-success:hover {
  1665. color: #2b542c
  1666. }
  1667.  
  1668. .text-info {
  1669. color: #31708f
  1670. }
  1671.  
  1672. a.text-info:focus,
  1673. a.text-info:hover {
  1674. color: #245269
  1675. }
  1676.  
  1677. .text-warning {
  1678. color: #8a6d3b
  1679. }
  1680.  
  1681. a.text-warning:focus,
  1682. a.text-warning:hover {
  1683. color: #66512c
  1684. }
  1685.  
  1686. .text-danger {
  1687. color: #a94442
  1688. }
  1689.  
  1690. a.text-danger:focus,
  1691. a.text-danger:hover {
  1692. color: #843534
  1693. }
  1694.  
  1695. .bg-primary {
  1696. color: #fff;
  1697. background-color: #3097d1
  1698. }
  1699.  
  1700. a.bg-primary:focus,
  1701. a.bg-primary:hover {
  1702. background-color: #2579a9
  1703. }
  1704.  
  1705. .bg-success {
  1706. background-color: #dff0d8
  1707. }
  1708.  
  1709. a.bg-success:focus,
  1710. a.bg-success:hover {
  1711. background-color: #c1e2b3
  1712. }
  1713.  
  1714. .bg-info {
  1715. background-color: #d9edf7
  1716. }
  1717.  
  1718. a.bg-info:focus,
  1719. a.bg-info:hover {
  1720. background-color: #afd9ee
  1721. }
  1722.  
  1723. .bg-warning {
  1724. background-color: #fcf8e3
  1725. }
  1726.  
  1727. a.bg-warning:focus,
  1728. a.bg-warning:hover {
  1729. background-color: #f7ecb5
  1730. }
  1731.  
  1732. .bg-danger {
  1733. background-color: #f2dede
  1734. }
  1735.  
  1736. a.bg-danger:focus,
  1737. a.bg-danger:hover {
  1738. background-color: #e4b9b9
  1739. }
  1740.  
  1741. .page-header {
  1742. padding-bottom: 10px;
  1743. margin: 44px 0 22px;
  1744. border-bottom: 1px solid #eee
  1745. }
  1746.  
  1747. ol,
  1748. ul {
  1749. margin-top: 0;
  1750. margin-bottom: 11px
  1751. }
  1752.  
  1753. ol ol,
  1754. ol ul,
  1755. ul ol,
  1756. ul ul {
  1757. margin-bottom: 0
  1758. }
  1759.  
  1760. .list-inline,
  1761. .list-unstyled {
  1762. padding-left: 0;
  1763. list-style: none
  1764. }
  1765.  
  1766. .list-inline {
  1767. margin-left: -5px
  1768. }
  1769.  
  1770. .list-inline>li {
  1771. display: inline-block;
  1772. padding-left: 5px;
  1773. padding-right: 5px
  1774. }
  1775.  
  1776. dl {
  1777. margin-top: 0;
  1778. margin-bottom: 22px
  1779. }
  1780.  
  1781. dd,
  1782. dt {
  1783. line-height: 1.6
  1784. }
  1785.  
  1786. dt {
  1787. font-weight: 700
  1788. }
  1789.  
  1790. dd {
  1791. margin-left: 0
  1792. }
  1793.  
  1794. .dl-horizontal dd:after,
  1795. .dl-horizontal dd:before {
  1796. content: " ";
  1797. display: table
  1798. }
  1799.  
  1800. .dl-horizontal dd:after {
  1801. clear: both
  1802. }
  1803.  
  1804. @media (min-width:768px) {
  1805. .dl-horizontal dt {
  1806. float: left;
  1807. width: 160px;
  1808. clear: left;
  1809. text-align: right;
  1810. overflow: hidden;
  1811. text-overflow: ellipsis;
  1812. white-space: nowrap
  1813. }
  1814. .dl-horizontal dd {
  1815. margin-left: 180px
  1816. }
  1817. }
  1818.  
  1819. abbr[data-original-title],
  1820. abbr[title] {
  1821. cursor: help;
  1822. border-bottom: 1px dotted #777
  1823. }
  1824.  
  1825. .initialism {
  1826. font-size: 90%
  1827. }
  1828.  
  1829. blockquote {
  1830. padding: 11px 22px;
  1831. margin: 0 0 22px;
  1832. font-size: 17.5px;
  1833. border-left: 5px solid #eee
  1834. }
  1835.  
  1836. blockquote ol:last-child,
  1837. blockquote p:last-child,
  1838. blockquote ul:last-child {
  1839. margin-bottom: 0
  1840. }
  1841.  
  1842. blockquote .small,
  1843. blockquote footer,
  1844. blockquote small {
  1845. display: block;
  1846. font-size: 80%;
  1847. line-height: 1.6;
  1848. color: #777
  1849. }
  1850.  
  1851. blockquote .small:before,
  1852. blockquote footer:before,
  1853. blockquote small:before {
  1854. content: "\2014 \A0"
  1855. }
  1856.  
  1857. .blockquote-reverse,
  1858. blockquote.pull-right {
  1859. padding-right: 15px;
  1860. padding-left: 0;
  1861. border-right: 5px solid #eee;
  1862. border-left: 0;
  1863. text-align: right
  1864. }
  1865.  
  1866. .blockquote-reverse .small:before,
  1867. .blockquote-reverse footer:before,
  1868. .blockquote-reverse small:before,
  1869. blockquote.pull-right .small:before,
  1870. blockquote.pull-right footer:before,
  1871. blockquote.pull-right small:before {
  1872. content: ""
  1873. }
  1874.  
  1875. .blockquote-reverse .small:after,
  1876. .blockquote-reverse footer:after,
  1877. .blockquote-reverse small:after,
  1878. blockquote.pull-right .small:after,
  1879. blockquote.pull-right footer:after,
  1880. blockquote.pull-right small:after {
  1881. content: "\A0 \2014"
  1882. }
  1883.  
  1884. address {
  1885. margin-bottom: 22px;
  1886. font-style: normal;
  1887. line-height: 1.6
  1888. }
  1889.  
  1890. code,
  1891. kbd,
  1892. pre,
  1893. samp {
  1894. font-family: Menlo, Monaco, Consolas, Courier New, monospace
  1895. }
  1896.  
  1897. code {
  1898. color: #c7254e;
  1899. background-color: #f9f2f4;
  1900. border-radius: 4px
  1901. }
  1902.  
  1903. code,
  1904. kbd {
  1905. padding: 2px 4px;
  1906. font-size: 90%
  1907. }
  1908.  
  1909. kbd {
  1910. color: #fff;
  1911. background-color: #333;
  1912. border-radius: 3px;
  1913. box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
  1914. }
  1915.  
  1916. kbd kbd {
  1917. padding: 0;
  1918. font-size: 100%;
  1919. font-weight: 700;
  1920. box-shadow: none
  1921. }
  1922.  
  1923. pre {
  1924. display: block;
  1925. padding: 10.5px;
  1926. margin: 0 0 11px;
  1927. font-size: 13px;
  1928. line-height: 1.6;
  1929. word-break: break-all;
  1930. word-wrap: break-word;
  1931. color: #333;
  1932. background-color: #f5f5f5;
  1933. border: 1px solid #ccc;
  1934. border-radius: 4px
  1935. }
  1936.  
  1937. pre code {
  1938. padding: 0;
  1939. font-size: inherit;
  1940. color: inherit;
  1941. white-space: pre-wrap;
  1942. background-color: transparent;
  1943. border-radius: 0
  1944. }
  1945.  
  1946. .pre-scrollable {
  1947. max-height: 340px;
  1948. overflow-y: scroll
  1949. }
  1950.  
  1951. .container {
  1952. margin-right: auto;
  1953. margin-left: auto;
  1954. padding-left: 15px;
  1955. padding-right: 15px
  1956. }
  1957.  
  1958. .container:after,
  1959. .container:before {
  1960. content: " ";
  1961. display: table
  1962. }
  1963.  
  1964. .container:after {
  1965. clear: both
  1966. }
  1967.  
  1968. @media (min-width:768px) {
  1969. .container {
  1970. width: 750px
  1971. }
  1972. }
  1973.  
  1974. @media (min-width:992px) {
  1975. .container {
  1976. width: 970px
  1977. }
  1978. }
  1979.  
  1980. @media (min-width:1200px) {
  1981. .container {
  1982. width: 1170px
  1983. }
  1984. }
  1985.  
  1986. .container-fluid {
  1987. margin-right: auto;
  1988. margin-left: auto;
  1989. padding-left: 15px;
  1990. padding-right: 15px
  1991. }
  1992.  
  1993. .container-fluid:after,
  1994. .container-fluid:before {
  1995. content: " ";
  1996. display: table
  1997. }
  1998.  
  1999. .container-fluid:after {
  2000. clear: both
  2001. }
  2002.  
  2003. .row {
  2004. margin-left: -15px;
  2005. margin-right: -15px
  2006. }
  2007.  
  2008. .row:after,
  2009. .row:before {
  2010. content: " ";
  2011. display: table
  2012. }
  2013.  
  2014. .row:after {
  2015. clear: both
  2016. }
  2017.  
  2018. .col-lg-1,
  2019. .col-lg-2,
  2020. .col-lg-3,
  2021. .col-lg-4,
  2022. .col-lg-5,
  2023. .col-lg-6,
  2024. .col-lg-7,
  2025. .col-lg-8,
  2026. .col-lg-9,
  2027. .col-lg-10,
  2028. .col-lg-11,
  2029. .col-lg-12,
  2030. .col-md-1,
  2031. .col-md-2,
  2032. .col-md-3,
  2033. .col-md-4,
  2034. .col-md-5,
  2035. .col-md-6,
  2036. .col-md-7,
  2037. .col-md-8,
  2038. .col-md-9,
  2039. .col-md-10,
  2040. .col-md-11,
  2041. .col-md-12,
  2042. .col-sm-1,
  2043. .col-sm-2,
  2044. .col-sm-3,
  2045. .col-sm-4,
  2046. .col-sm-5,
  2047. .col-sm-6,
  2048. .col-sm-7,
  2049. .col-sm-8,
  2050. .col-sm-9,
  2051. .col-sm-10,
  2052. .col-sm-11,
  2053. .col-sm-12,
  2054. .col-xs-1,
  2055. .col-xs-2,
  2056. .col-xs-3,
  2057. .col-xs-4,
  2058. .col-xs-5,
  2059. .col-xs-6,
  2060. .col-xs-7,
  2061. .col-xs-8,
  2062. .col-xs-9,
  2063. .col-xs-10,
  2064. .col-xs-11,
  2065. .col-xs-12 {
  2066. position: relative;
  2067. min-height: 1px;
  2068. padding-left: 15px;
  2069. padding-right: 15px
  2070. }
  2071.  
  2072. .col-xs-1,
  2073. .col-xs-2,
  2074. .col-xs-3,
  2075. .col-xs-4,
  2076. .col-xs-5,
  2077. .col-xs-6,
  2078. .col-xs-7,
  2079. .col-xs-8,
  2080. .col-xs-9,
  2081. .col-xs-10,
  2082. .col-xs-11,
  2083. .col-xs-12 {
  2084. float: left
  2085. }
  2086.  
  2087. .col-xs-1 {
  2088. width: 8.33333333%
  2089. }
  2090.  
  2091. .col-xs-2 {
  2092. width: 16.66666667%
  2093. }
  2094.  
  2095. .col-xs-3 {
  2096. width: 25%
  2097. }
  2098.  
  2099. .col-xs-4 {
  2100. width: 33.33333333%
  2101. }
  2102.  
  2103. .col-xs-5 {
  2104. width: 41.66666667%
  2105. }
  2106.  
  2107. .col-xs-6 {
  2108. width: 50%
  2109. }
  2110.  
  2111. .col-xs-7 {
  2112. width: 58.33333333%
  2113. }
  2114.  
  2115. .col-xs-8 {
  2116. width: 66.66666667%
  2117. }
  2118.  
  2119. .col-xs-9 {
  2120. width: 75%
  2121. }
  2122.  
  2123. .col-xs-10 {
  2124. width: 83.33333333%
  2125. }
  2126.  
  2127. .col-xs-11 {
  2128. width: 91.66666667%
  2129. }
  2130.  
  2131. .col-xs-12 {
  2132. width: 100%
  2133. }
  2134.  
  2135. .col-xs-pull-0 {
  2136. right: auto
  2137. }
  2138.  
  2139. .col-xs-pull-1 {
  2140. right: 8.33333333%
  2141. }
  2142.  
  2143. .col-xs-pull-2 {
  2144. right: 16.66666667%
  2145. }
  2146.  
  2147. .col-xs-pull-3 {
  2148. right: 25%
  2149. }
  2150.  
  2151. .col-xs-pull-4 {
  2152. right: 33.33333333%
  2153. }
  2154.  
  2155. .col-xs-pull-5 {
  2156. right: 41.66666667%
  2157. }
  2158.  
  2159. .col-xs-pull-6 {
  2160. right: 50%
  2161. }
  2162.  
  2163. .col-xs-pull-7 {
  2164. right: 58.33333333%
  2165. }
  2166.  
  2167. .col-xs-pull-8 {
  2168. right: 66.66666667%
  2169. }
  2170.  
  2171. .col-xs-pull-9 {
  2172. right: 75%
  2173. }
  2174.  
  2175. .col-xs-pull-10 {
  2176. right: 83.33333333%
  2177. }
  2178.  
  2179. .col-xs-pull-11 {
  2180. right: 91.66666667%
  2181. }
  2182.  
  2183. .col-xs-pull-12 {
  2184. right: 100%
  2185. }
  2186.  
  2187. .col-xs-push-0 {
  2188. left: auto
  2189. }
  2190.  
  2191. .col-xs-push-1 {
  2192. left: 8.33333333%
  2193. }
  2194.  
  2195. .col-xs-push-2 {
  2196. left: 16.66666667%
  2197. }
  2198.  
  2199. .col-xs-push-3 {
  2200. left: 25%
  2201. }
  2202.  
  2203. .col-xs-push-4 {
  2204. left: 33.33333333%
  2205. }
  2206.  
  2207. .col-xs-push-5 {
  2208. left: 41.66666667%
  2209. }
  2210.  
  2211. .col-xs-push-6 {
  2212. left: 50%
  2213. }
  2214.  
  2215. .col-xs-push-7 {
  2216. left: 58.33333333%
  2217. }
  2218.  
  2219. .col-xs-push-8 {
  2220. left: 66.66666667%
  2221. }
  2222.  
  2223. .col-xs-push-9 {
  2224. left: 75%
  2225. }
  2226.  
  2227. .col-xs-push-10 {
  2228. left: 83.33333333%
  2229. }
  2230.  
  2231. .col-xs-push-11 {
  2232. left: 91.66666667%
  2233. }
  2234.  
  2235. .col-xs-push-12 {
  2236. left: 100%
  2237. }
  2238.  
  2239. .col-xs-offset-0 {
  2240. margin-left: 0
  2241. }
  2242.  
  2243. .col-xs-offset-1 {
  2244. margin-left: 8.33333333%
  2245. }
  2246.  
  2247. .col-xs-offset-2 {
  2248. margin-left: 16.66666667%
  2249. }
  2250.  
  2251. .col-xs-offset-3 {
  2252. margin-left: 25%
  2253. }
  2254.  
  2255. .col-xs-offset-4 {
  2256. margin-left: 33.33333333%
  2257. }
  2258.  
  2259. .col-xs-offset-5 {
  2260. margin-left: 41.66666667%
  2261. }
  2262.  
  2263. .col-xs-offset-6 {
  2264. margin-left: 50%
  2265. }
  2266.  
  2267. .col-xs-offset-7 {
  2268. margin-left: 58.33333333%
  2269. }
  2270.  
  2271. .col-xs-offset-8 {
  2272. margin-left: 66.66666667%
  2273. }
  2274.  
  2275. .col-xs-offset-9 {
  2276. margin-left: 75%
  2277. }
  2278.  
  2279. .col-xs-offset-10 {
  2280. margin-left: 83.33333333%
  2281. }
  2282.  
  2283. .col-xs-offset-11 {
  2284. margin-left: 91.66666667%
  2285. }
  2286.  
  2287. .col-xs-offset-12 {
  2288. margin-left: 100%
  2289. }
  2290.  
  2291. @media (min-width:768px) {
  2292. .col-sm-1,
  2293. .col-sm-2,
  2294. .col-sm-3,
  2295. .col-sm-4,
  2296. .col-sm-5,
  2297. .col-sm-6,
  2298. .col-sm-7,
  2299. .col-sm-8,
  2300. .col-sm-9,
  2301. .col-sm-10,
  2302. .col-sm-11,
  2303. .col-sm-12 {
  2304. float: left
  2305. }
  2306. .col-sm-1 {
  2307. width: 8.33333333%
  2308. }
  2309. .col-sm-2 {
  2310. width: 16.66666667%
  2311. }
  2312. .col-sm-3 {
  2313. width: 25%
  2314. }
  2315. .col-sm-4 {
  2316. width: 33.33333333%
  2317. }
  2318. .col-sm-5 {
  2319. width: 41.66666667%
  2320. }
  2321. .col-sm-6 {
  2322. width: 50%
  2323. }
  2324. .col-sm-7 {
  2325. width: 58.33333333%
  2326. }
  2327. .col-sm-8 {
  2328. width: 66.66666667%
  2329. }
  2330. .col-sm-9 {
  2331. width: 75%
  2332. }
  2333. .col-sm-10 {
  2334. width: 83.33333333%
  2335. }
  2336. .col-sm-11 {
  2337. width: 91.66666667%
  2338. }
  2339. .col-sm-12 {
  2340. width: 100%
  2341. }
  2342. .col-sm-pull-0 {
  2343. right: auto
  2344. }
  2345. .col-sm-pull-1 {
  2346. right: 8.33333333%
  2347. }
  2348. .col-sm-pull-2 {
  2349. right: 16.66666667%
  2350. }
  2351. .col-sm-pull-3 {
  2352. right: 25%
  2353. }
  2354. .col-sm-pull-4 {
  2355. right: 33.33333333%
  2356. }
  2357. .col-sm-pull-5 {
  2358. right: 41.66666667%
  2359. }
  2360. .col-sm-pull-6 {
  2361. right: 50%
  2362. }
  2363. .col-sm-pull-7 {
  2364. right: 58.33333333%
  2365. }
  2366. .col-sm-pull-8 {
  2367. right: 66.66666667%
  2368. }
  2369. .col-sm-pull-9 {
  2370. right: 75%
  2371. }
  2372. .col-sm-pull-10 {
  2373. right: 83.33333333%
  2374. }
  2375. .col-sm-pull-11 {
  2376. right: 91.66666667%
  2377. }
  2378. .col-sm-pull-12 {
  2379. right: 100%
  2380. }
  2381. .col-sm-push-0 {
  2382. left: auto
  2383. }
  2384. .col-sm-push-1 {
  2385. left: 8.33333333%
  2386. }
  2387. .col-sm-push-2 {
  2388. left: 16.66666667%
  2389. }
  2390. .col-sm-push-3 {
  2391. left: 25%
  2392. }
  2393. .col-sm-push-4 {
  2394. left: 33.33333333%
  2395. }
  2396. .col-sm-push-5 {
  2397. left: 41.66666667%
  2398. }
  2399. .col-sm-push-6 {
  2400. left: 50%
  2401. }
  2402. .col-sm-push-7 {
  2403. left: 58.33333333%
  2404. }
  2405. .col-sm-push-8 {
  2406. left: 66.66666667%
  2407. }
  2408. .col-sm-push-9 {
  2409. left: 75%
  2410. }
  2411. .col-sm-push-10 {
  2412. left: 83.33333333%
  2413. }
  2414. .col-sm-push-11 {
  2415. left: 91.66666667%
  2416. }
  2417. .col-sm-push-12 {
  2418. left: 100%
  2419. }
  2420. .col-sm-offset-0 {
  2421. margin-left: 0
  2422. }
  2423. .col-sm-offset-1 {
  2424. margin-left: 8.33333333%
  2425. }
  2426. .col-sm-offset-2 {
  2427. margin-left: 16.66666667%
  2428. }
  2429. .col-sm-offset-3 {
  2430. margin-left: 25%
  2431. }
  2432. .col-sm-offset-4 {
  2433. margin-left: 33.33333333%
  2434. }
  2435. .col-sm-offset-5 {
  2436. margin-left: 41.66666667%
  2437. }
  2438. .col-sm-offset-6 {
  2439. margin-left: 50%
  2440. }
  2441. .col-sm-offset-7 {
  2442. margin-left: 58.33333333%
  2443. }
  2444. .col-sm-offset-8 {
  2445. margin-left: 66.66666667%
  2446. }
  2447. .col-sm-offset-9 {
  2448. margin-left: 75%
  2449. }
  2450. .col-sm-offset-10 {
  2451. margin-left: 83.33333333%
  2452. }
  2453. .col-sm-offset-11 {
  2454. margin-left: 91.66666667%
  2455. }
  2456. .col-sm-offset-12 {
  2457. margin-left: 100%
  2458. }
  2459. }
  2460.  
  2461. @media (min-width:992px) {
  2462. .col-md-1,
  2463. .col-md-2,
  2464. .col-md-3,
  2465. .col-md-4,
  2466. .col-md-5,
  2467. .col-md-6,
  2468. .col-md-7,
  2469. .col-md-8,
  2470. .col-md-9,
  2471. .col-md-10,
  2472. .col-md-11,
  2473. .col-md-12 {
  2474. float: left
  2475. }
  2476. .col-md-1 {
  2477. width: 8.33333333%
  2478. }
  2479. .col-md-2 {
  2480. width: 16.66666667%
  2481. }
  2482. .col-md-3 {
  2483. width: 25%
  2484. }
  2485. .col-md-4 {
  2486. width: 33.33333333%
  2487. }
  2488. .col-md-5 {
  2489. width: 41.66666667%
  2490. }
  2491. .col-md-6 {
  2492. width: 50%
  2493. }
  2494. .col-md-7 {
  2495. width: 58.33333333%
  2496. }
  2497. .col-md-8 {
  2498. width: 66.66666667%
  2499. }
  2500. .col-md-9 {
  2501. width: 75%
  2502. }
  2503. .col-md-10 {
  2504. width: 83.33333333%
  2505. }
  2506. .col-md-11 {
  2507. width: 91.66666667%
  2508. }
  2509. .col-md-12 {
  2510. width: 100%
  2511. }
  2512. .col-md-pull-0 {
  2513. right: auto
  2514. }
  2515. .col-md-pull-1 {
  2516. right: 8.33333333%
  2517. }
  2518. .col-md-pull-2 {
  2519. right: 16.66666667%
  2520. }
  2521. .col-md-pull-3 {
  2522. right: 25%
  2523. }
  2524. .col-md-pull-4 {
  2525. right: 33.33333333%
  2526. }
  2527. .col-md-pull-5 {
  2528. right: 41.66666667%
  2529. }
  2530. .col-md-pull-6 {
  2531. right: 50%
  2532. }
  2533. .col-md-pull-7 {
  2534. right: 58.33333333%
  2535. }
  2536. .col-md-pull-8 {
  2537. right: 66.66666667%
  2538. }
  2539. .col-md-pull-9 {
  2540. right: 75%
  2541. }
  2542. .col-md-pull-10 {
  2543. right: 83.33333333%
  2544. }
  2545. .col-md-pull-11 {
  2546. right: 91.66666667%
  2547. }
  2548. .col-md-pull-12 {
  2549. right: 100%
  2550. }
  2551. .col-md-push-0 {
  2552. left: auto
  2553. }
  2554. .col-md-push-1 {
  2555. left: 8.33333333%
  2556. }
  2557. .col-md-push-2 {
  2558. left: 16.66666667%
  2559. }
  2560. .col-md-push-3 {
  2561. left: 25%
  2562. }
  2563. .col-md-push-4 {
  2564. left: 33.33333333%
  2565. }
  2566. .col-md-push-5 {
  2567. left: 41.66666667%
  2568. }
  2569. .col-md-push-6 {
  2570. left: 50%
  2571. }
  2572. .col-md-push-7 {
  2573. left: 58.33333333%
  2574. }
  2575. .col-md-push-8 {
  2576. left: 66.66666667%
  2577. }
  2578. .col-md-push-9 {
  2579. left: 75%
  2580. }
  2581. .col-md-push-10 {
  2582. left: 83.33333333%
  2583. }
  2584. .col-md-push-11 {
  2585. left: 91.66666667%
  2586. }
  2587. .col-md-push-12 {
  2588. left: 100%
  2589. }
  2590. .col-md-offset-0 {
  2591. margin-left: 0
  2592. }
  2593. .col-md-offset-1 {
  2594. margin-left: 8.33333333%
  2595. }
  2596. .col-md-offset-2 {
  2597. margin-left: 16.66666667%
  2598. }
  2599. .col-md-offset-3 {
  2600. margin-left: 25%
  2601. }
  2602. .col-md-offset-4 {
  2603. margin-left: 33.33333333%
  2604. }
  2605. .col-md-offset-5 {
  2606. margin-left: 41.66666667%
  2607. }
  2608. .col-md-offset-6 {
  2609. margin-left: 50%
  2610. }
  2611. .col-md-offset-7 {
  2612. margin-left: 58.33333333%
  2613. }
  2614. .col-md-offset-8 {
  2615. margin-left: 66.66666667%
  2616. }
  2617. .col-md-offset-9 {
  2618. margin-left: 75%
  2619. }
  2620. .col-md-offset-10 {
  2621. margin-left: 83.33333333%
  2622. }
  2623. .col-md-offset-11 {
  2624. margin-left: 91.66666667%
  2625. }
  2626. .col-md-offset-12 {
  2627. margin-left: 100%
  2628. }
  2629. }
  2630.  
  2631. @media (min-width:1200px) {
  2632. .col-lg-1,
  2633. .col-lg-2,
  2634. .col-lg-3,
  2635. .col-lg-4,
  2636. .col-lg-5,
  2637. .col-lg-6,
  2638. .col-lg-7,
  2639. .col-lg-8,
  2640. .col-lg-9,
  2641. .col-lg-10,
  2642. .col-lg-11,
  2643. .col-lg-12 {
  2644. float: left
  2645. }
  2646. .col-lg-1 {
  2647. width: 8.33333333%
  2648. }
  2649. .col-lg-2 {
  2650. width: 16.66666667%
  2651. }
  2652. .col-lg-3 {
  2653. width: 25%
  2654. }
  2655. .col-lg-4 {
  2656. width: 33.33333333%
  2657. }
  2658. .col-lg-5 {
  2659. width: 41.66666667%
  2660. }
  2661. .col-lg-6 {
  2662. width: 50%
  2663. }
  2664. .col-lg-7 {
  2665. width: 58.33333333%
  2666. }
  2667. .col-lg-8 {
  2668. width: 66.66666667%
  2669. }
  2670. .col-lg-9 {
  2671. width: 75%
  2672. }
  2673. .col-lg-10 {
  2674. width: 83.33333333%
  2675. }
  2676. .col-lg-11 {
  2677. width: 91.66666667%
  2678. }
  2679. .col-lg-12 {
  2680. width: 100%
  2681. }
  2682. .col-lg-pull-0 {
  2683. right: auto
  2684. }
  2685. .col-lg-pull-1 {
  2686. right: 8.33333333%
  2687. }
  2688. .col-lg-pull-2 {
  2689. right: 16.66666667%
  2690. }
  2691. .col-lg-pull-3 {
  2692. right: 25%
  2693. }
  2694. .col-lg-pull-4 {
  2695. right: 33.33333333%
  2696. }
  2697. .col-lg-pull-5 {
  2698. right: 41.66666667%
  2699. }
  2700. .col-lg-pull-6 {
  2701. right: 50%
  2702. }
  2703. .col-lg-pull-7 {
  2704. right: 58.33333333%
  2705. }
  2706. .col-lg-pull-8 {
  2707. right: 66.66666667%
  2708. }
  2709. .col-lg-pull-9 {
  2710. right: 75%
  2711. }
  2712. .col-lg-pull-10 {
  2713. right: 83.33333333%
  2714. }
  2715. .col-lg-pull-11 {
  2716. right: 91.66666667%
  2717. }
  2718. .col-lg-pull-12 {
  2719. right: 100%
  2720. }
  2721. .col-lg-push-0 {
  2722. left: auto
  2723. }
  2724. .col-lg-push-1 {
  2725. left: 8.33333333%
  2726. }
  2727. .col-lg-push-2 {
  2728. left: 16.66666667%
  2729. }
  2730. .col-lg-push-3 {
  2731. left: 25%
  2732. }
  2733. .col-lg-push-4 {
  2734. left: 33.33333333%
  2735. }
  2736. .col-lg-push-5 {
  2737. left: 41.66666667%
  2738. }
  2739. .col-lg-push-6 {
  2740. left: 50%
  2741. }
  2742. .col-lg-push-7 {
  2743. left: 58.33333333%
  2744. }
  2745. .col-lg-push-8 {
  2746. left: 66.66666667%
  2747. }
  2748. .col-lg-push-9 {
  2749. left: 75%
  2750. }
  2751. .col-lg-push-10 {
  2752. left: 83.33333333%
  2753. }
  2754. .col-lg-push-11 {
  2755. left: 91.66666667%
  2756. }
  2757. .col-lg-push-12 {
  2758. left: 100%
  2759. }
  2760. .col-lg-offset-0 {
  2761. margin-left: 0
  2762. }
  2763. .col-lg-offset-1 {
  2764. margin-left: 8.33333333%
  2765. }
  2766. .col-lg-offset-2 {
  2767. margin-left: 16.66666667%
  2768. }
  2769. .col-lg-offset-3 {
  2770. margin-left: 25%
  2771. }
  2772. .col-lg-offset-4 {
  2773. margin-left: 33.33333333%
  2774. }
  2775. .col-lg-offset-5 {
  2776. margin-left: 41.66666667%
  2777. }
  2778. .col-lg-offset-6 {
  2779. margin-left: 50%
  2780. }
  2781. .col-lg-offset-7 {
  2782. margin-left: 58.33333333%
  2783. }
  2784. .col-lg-offset-8 {
  2785. margin-left: 66.66666667%
  2786. }
  2787. .col-lg-offset-9 {
  2788. margin-left: 75%
  2789. }
  2790. .col-lg-offset-10 {
  2791. margin-left: 83.33333333%
  2792. }
  2793. .col-lg-offset-11 {
  2794. margin-left: 91.66666667%
  2795. }
  2796. .col-lg-offset-12 {
  2797. margin-left: 100%
  2798. }
  2799. }
  2800.  
  2801. table {
  2802. background-color: transparent
  2803. }
  2804.  
  2805. caption {
  2806. padding-top: 8px;
  2807. padding-bottom: 8px;
  2808. color: #777
  2809. }
  2810.  
  2811. caption,
  2812. th {
  2813. text-align: left
  2814. }
  2815.  
  2816. .table {
  2817. width: 100%;
  2818. max-width: 100%;
  2819. margin-bottom: 22px
  2820. }
  2821.  
  2822. .table>tbody>tr>td,
  2823. .table>tbody>tr>th,
  2824. .table>tfoot>tr>td,
  2825. .table>tfoot>tr>th,
  2826. .table>thead>tr>td,
  2827. .table>thead>tr>th {
  2828. padding: 8px;
  2829. line-height: 1.6;
  2830. vertical-align: top;
  2831. border-top: 1px solid #ddd
  2832. }
  2833.  
  2834. .table>thead>tr>th {
  2835. vertical-align: bottom;
  2836. border-bottom: 2px solid #ddd
  2837. }
  2838.  
  2839. .table>caption+thead>tr:first-child>td,
  2840. .table>caption+thead>tr:first-child>th,
  2841. .table>colgroup+thead>tr:first-child>td,
  2842. .table>colgroup+thead>tr:first-child>th,
  2843. .table>thead:first-child>tr:first-child>td,
  2844. .table>thead:first-child>tr:first-child>th {
  2845. border-top: 0
  2846. }
  2847.  
  2848. .table>tbody+tbody {
  2849. border-top: 2px solid #ddd
  2850. }
  2851.  
  2852. .table .table {
  2853. background-color: #f5f8fa
  2854. }
  2855.  
  2856. .table-condensed>tbody>tr>td,
  2857. .table-condensed>tbody>tr>th,
  2858. .table-condensed>tfoot>tr>td,
  2859. .table-condensed>tfoot>tr>th,
  2860. .table-condensed>thead>tr>td,
  2861. .table-condensed>thead>tr>th {
  2862. padding: 5px
  2863. }
  2864.  
  2865. .table-bordered,
  2866. .table-bordered>tbody>tr>td,
  2867. .table-bordered>tbody>tr>th,
  2868. .table-bordered>tfoot>tr>td,
  2869. .table-bordered>tfoot>tr>th,
  2870. .table-bordered>thead>tr>td,
  2871. .table-bordered>thead>tr>th {
  2872. border: 1px solid #ddd
  2873. }
  2874.  
  2875. .table-bordered>thead>tr>td,
  2876. .table-bordered>thead>tr>th {
  2877. border-bottom-width: 2px
  2878. }
  2879.  
  2880. .table-striped>tbody>tr:nth-of-type(odd) {
  2881. background-color: #f9f9f9
  2882. }
  2883.  
  2884. .table-hover>tbody>tr:hover {
  2885. background-color: #f5f5f5
  2886. }
  2887.  
  2888. table col[class*=col-] {
  2889. position: static;
  2890. float: none;
  2891. display: table-column
  2892. }
  2893.  
  2894. table td[class*=col-],
  2895. table th[class*=col-] {
  2896. position: static;
  2897. float: none;
  2898. display: table-cell
  2899. }
  2900.  
  2901. .table>tbody>tr.active>td,
  2902. .table>tbody>tr.active>th,
  2903. .table>tbody>tr>td.active,
  2904. .table>tbody>tr>th.active,
  2905. .table>tfoot>tr.active>td,
  2906. .table>tfoot>tr.active>th,
  2907. .table>tfoot>tr>td.active,
  2908. .table>tfoot>tr>th.active,
  2909. .table>thead>tr.active>td,
  2910. .table>thead>tr.active>th,
  2911. .table>thead>tr>td.active,
  2912. .table>thead>tr>th.active {
  2913. background-color: #f5f5f5
  2914. }
  2915.  
  2916. .table-hover>tbody>tr.active:hover>td,
  2917. .table-hover>tbody>tr.active:hover>th,
  2918. .table-hover>tbody>tr:hover>.active,
  2919. .table-hover>tbody>tr>td.active:hover,
  2920. .table-hover>tbody>tr>th.active:hover {
  2921. background-color: #e8e8e8
  2922. }
  2923.  
  2924. .table>tbody>tr.success>td,
  2925. .table>tbody>tr.success>th,
  2926. .table>tbody>tr>td.success,
  2927. .table>tbody>tr>th.success,
  2928. .table>tfoot>tr.success>td,
  2929. .table>tfoot>tr.success>th,
  2930. .table>tfoot>tr>td.success,
  2931. .table>tfoot>tr>th.success,
  2932. .table>thead>tr.success>td,
  2933. .table>thead>tr.success>th,
  2934. .table>thead>tr>td.success,
  2935. .table>thead>tr>th.success {
  2936. background-color: #dff0d8
  2937. }
  2938.  
  2939. .table-hover>tbody>tr.success:hover>td,
  2940. .table-hover>tbody>tr.success:hover>th,
  2941. .table-hover>tbody>tr:hover>.success,
  2942. .table-hover>tbody>tr>td.success:hover,
  2943. .table-hover>tbody>tr>th.success:hover {
  2944. background-color: #d0e9c6
  2945. }
  2946.  
  2947. .table>tbody>tr.info>td,
  2948. .table>tbody>tr.info>th,
  2949. .table>tbody>tr>td.info,
  2950. .table>tbody>tr>th.info,
  2951. .table>tfoot>tr.info>td,
  2952. .table>tfoot>tr.info>th,
  2953. .table>tfoot>tr>td.info,
  2954. .table>tfoot>tr>th.info,
  2955. .table>thead>tr.info>td,
  2956. .table>thead>tr.info>th,
  2957. .table>thead>tr>td.info,
  2958. .table>thead>tr>th.info {
  2959. background-color: #d9edf7
  2960. }
  2961.  
  2962. .table-hover>tbody>tr.info:hover>td,
  2963. .table-hover>tbody>tr.info:hover>th,
  2964. .table-hover>tbody>tr:hover>.info,
  2965. .table-hover>tbody>tr>td.info:hover,
  2966. .table-hover>tbody>tr>th.info:hover {
  2967. background-color: #c4e3f3
  2968. }
  2969.  
  2970. .table>tbody>tr.warning>td,
  2971. .table>tbody>tr.warning>th,
  2972. .table>tbody>tr>td.warning,
  2973. .table>tbody>tr>th.warning,
  2974. .table>tfoot>tr.warning>td,
  2975. .table>tfoot>tr.warning>th,
  2976. .table>tfoot>tr>td.warning,
  2977. .table>tfoot>tr>th.warning,
  2978. .table>thead>tr.warning>td,
  2979. .table>thead>tr.warning>th,
  2980. .table>thead>tr>td.warning,
  2981. .table>thead>tr>th.warning {
  2982. background-color: #fcf8e3
  2983. }
  2984.  
  2985. .table-hover>tbody>tr.warning:hover>td,
  2986. .table-hover>tbody>tr.warning:hover>th,
  2987. .table-hover>tbody>tr:hover>.warning,
  2988. .table-hover>tbody>tr>td.warning:hover,
  2989. .table-hover>tbody>tr>th.warning:hover {
  2990. background-color: #faf2cc
  2991. }
  2992.  
  2993. .table>tbody>tr.danger>td,
  2994. .table>tbody>tr.danger>th,
  2995. .table>tbody>tr>td.danger,
  2996. .table>tbody>tr>th.danger,
  2997. .table>tfoot>tr.danger>td,
  2998. .table>tfoot>tr.danger>th,
  2999. .table>tfoot>tr>td.danger,
  3000. .table>tfoot>tr>th.danger,
  3001. .table>thead>tr.danger>td,
  3002. .table>thead>tr.danger>th,
  3003. .table>thead>tr>td.danger,
  3004. .table>thead>tr>th.danger {
  3005. background-color: #f2dede
  3006. }
  3007.  
  3008. .table-hover>tbody>tr.danger:hover>td,
  3009. .table-hover>tbody>tr.danger:hover>th,
  3010. .table-hover>tbody>tr:hover>.danger,
  3011. .table-hover>tbody>tr>td.danger:hover,
  3012. .table-hover>tbody>tr>th.danger:hover {
  3013. background-color: #ebcccc
  3014. }
  3015.  
  3016. .table-responsive {
  3017. overflow-x: auto;
  3018. min-height: .01%
  3019. }
  3020.  
  3021. @media screen and (max-width:767px) {
  3022. .table-responsive {
  3023. width: 100%;
  3024. margin-bottom: 16.5px;
  3025. overflow-y: hidden;
  3026. -ms-overflow-style: -ms-autohiding-scrollbar;
  3027. border: 1px solid #ddd
  3028. }
  3029. .table-responsive>.table {
  3030. margin-bottom: 0
  3031. }
  3032. .table-responsive>.table>tbody>tr>td,
  3033. .table-responsive>.table>tbody>tr>th,
  3034. .table-responsive>.table>tfoot>tr>td,
  3035. .table-responsive>.table>tfoot>tr>th,
  3036. .table-responsive>.table>thead>tr>td,
  3037. .table-responsive>.table>thead>tr>th {
  3038. white-space: nowrap
  3039. }
  3040. .table-responsive>.table-bordered {
  3041. border: 0
  3042. }
  3043. .table-responsive>.table-bordered>tbody>tr>td:first-child,
  3044. .table-responsive>.table-bordered>tbody>tr>th:first-child,
  3045. .table-responsive>.table-bordered>tfoot>tr>td:first-child,
  3046. .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  3047. .table-responsive>.table-bordered>thead>tr>td:first-child,
  3048. .table-responsive>.table-bordered>thead>tr>th:first-child {
  3049. border-left: 0
  3050. }
  3051. .table-responsive>.table-bordered>tbody>tr>td:last-child,
  3052. .table-responsive>.table-bordered>tbody>tr>th:last-child,
  3053. .table-responsive>.table-bordered>tfoot>tr>td:last-child,
  3054. .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  3055. .table-responsive>.table-bordered>thead>tr>td:last-child,
  3056. .table-responsive>.table-bordered>thead>tr>th:last-child {
  3057. border-right: 0
  3058. }
  3059. .table-responsive>.table-bordered>tbody>tr:last-child>td,
  3060. .table-responsive>.table-bordered>tbody>tr:last-child>th,
  3061. .table-responsive>.table-bordered>tfoot>tr:last-child>td,
  3062. .table-responsive>.table-bordered>tfoot>tr:last-child>th {
  3063. border-bottom: 0
  3064. }
  3065. }
  3066.  
  3067. fieldset {
  3068. margin: 0;
  3069. min-width: 0
  3070. }
  3071.  
  3072. fieldset,
  3073. legend {
  3074. padding: 0;
  3075. border: 0
  3076. }
  3077.  
  3078. legend {
  3079. display: block;
  3080. width: 100%;
  3081. margin-bottom: 22px;
  3082. font-size: 21px;
  3083. line-height: inherit;
  3084. color: #333;
  3085. border-bottom: 1px solid #e5e5e5
  3086. }
  3087.  
  3088. label {
  3089. display: inline-block;
  3090. max-width: 100%;
  3091. margin-bottom: 5px;
  3092. font-weight: 700
  3093. }
  3094.  
  3095. input[type=search] {
  3096. box-sizing: border-box
  3097. }
  3098.  
  3099. input[type=checkbox],
  3100. input[type=radio] {
  3101. margin: 4px 0 0;
  3102. margin-top: 1px\9;
  3103. line-height: normal
  3104. }
  3105.  
  3106. input[type=file] {
  3107. display: block
  3108. }
  3109.  
  3110. input[type=range] {
  3111. display: block;
  3112. width: 100%
  3113. }
  3114.  
  3115. select[multiple],
  3116. select[size] {
  3117. height: auto
  3118. }
  3119.  
  3120. input[type=checkbox]:focus,
  3121. input[type=file]:focus,
  3122. input[type=radio]:focus {
  3123. outline: 5px auto -webkit-focus-ring-color;
  3124. outline-offset: -2px
  3125. }
  3126.  
  3127. output {
  3128. padding-top: 7px
  3129. }
  3130.  
  3131. .form-control,
  3132. output {
  3133. display: block;
  3134. font-size: 14px;
  3135. line-height: 1.6;
  3136. color: #555
  3137. }
  3138.  
  3139. .form-control {
  3140. width: 100%;
  3141. height: 36px;
  3142. padding: 6px 12px;
  3143. background-color: #fff;
  3144. background-image: none;
  3145. border: 1px solid #ccd0d2;
  3146. border-radius: 4px;
  3147. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  3148. transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
  3149. }
  3150.  
  3151. .form-control:focus {
  3152. border-color: #98cbe8;
  3153. outline: 0;
  3154. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(152, 203, 232, .6)
  3155. }
  3156.  
  3157. .form-control::-moz-placeholder {
  3158. color: #b1b7ba;
  3159. opacity: 1
  3160. }
  3161.  
  3162. .form-control:-ms-input-placeholder {
  3163. color: #b1b7ba
  3164. }
  3165.  
  3166. .form-control::-webkit-input-placeholder {
  3167. color: #b1b7ba
  3168. }
  3169.  
  3170. .form-control::-ms-expand {
  3171. border: 0;
  3172. background-color: transparent
  3173. }
  3174.  
  3175. .form-control[disabled],
  3176. .form-control[readonly],
  3177. fieldset[disabled] .form-control {
  3178. background-color: #eee;
  3179. opacity: 1
  3180. }
  3181.  
  3182. .form-control[disabled],
  3183. fieldset[disabled] .form-control {
  3184. cursor: not-allowed
  3185. }
  3186.  
  3187. textarea.form-control {
  3188. height: auto
  3189. }
  3190.  
  3191. input[type=search] {
  3192. -webkit-appearance: none
  3193. }
  3194.  
  3195. @media screen and (-webkit-min-device-pixel-ratio:0) {
  3196. input[type=date].form-control,
  3197. input[type=datetime-local].form-control,
  3198. input[type=month].form-control,
  3199. input[type=time].form-control {
  3200. line-height: 36px
  3201. }
  3202. .input-group-sm>.input-group-btn>input[type=date].btn,
  3203. .input-group-sm>.input-group-btn>input[type=datetime-local].btn,
  3204. .input-group-sm>.input-group-btn>input[type=month].btn,
  3205. .input-group-sm>.input-group-btn>input[type=time].btn,
  3206. .input-group-sm>input[type=date].form-control,
  3207. .input-group-sm>input[type=date].input-group-addon,
  3208. .input-group-sm>input[type=datetime-local].form-control,
  3209. .input-group-sm>input[type=datetime-local].input-group-addon,
  3210. .input-group-sm>input[type=month].form-control,
  3211. .input-group-sm>input[type=month].input-group-addon,
  3212. .input-group-sm>input[type=time].form-control,
  3213. .input-group-sm>input[type=time].input-group-addon,
  3214. .input-group-sm input[type=date],
  3215. .input-group-sm input[type=datetime-local],
  3216. .input-group-sm input[type=month],
  3217. .input-group-sm input[type=time],
  3218. input[type=date].input-sm,
  3219. input[type=datetime-local].input-sm,
  3220. input[type=month].input-sm,
  3221. input[type=time].input-sm {
  3222. line-height: 30px
  3223. }
  3224. .input-group-lg>.input-group-btn>input[type=date].btn,
  3225. .input-group-lg>.input-group-btn>input[type=datetime-local].btn,
  3226. .input-group-lg>.input-group-btn>input[type=month].btn,
  3227. .input-group-lg>.input-group-btn>input[type=time].btn,
  3228. .input-group-lg>input[type=date].form-control,
  3229. .input-group-lg>input[type=date].input-group-addon,
  3230. .input-group-lg>input[type=datetime-local].form-control,
  3231. .input-group-lg>input[type=datetime-local].input-group-addon,
  3232. .input-group-lg>input[type=month].form-control,
  3233. .input-group-lg>input[type=month].input-group-addon,
  3234. .input-group-lg>input[type=time].form-control,
  3235. .input-group-lg>input[type=time].input-group-addon,
  3236. .input-group-lg input[type=date],
  3237. .input-group-lg input[type=datetime-local],
  3238. .input-group-lg input[type=month],
  3239. .input-group-lg input[type=time],
  3240. input[type=date].input-lg,
  3241. input[type=datetime-local].input-lg,
  3242. input[type=month].input-lg,
  3243. input[type=time].input-lg {
  3244. line-height: 46px
  3245. }
  3246. }
  3247.  
  3248. .form-group {
  3249. margin-bottom: 15px
  3250. }
  3251.  
  3252. .checkbox,
  3253. .radio {
  3254. position: relative;
  3255. display: block;
  3256. margin-top: 10px;
  3257. margin-bottom: 10px
  3258. }
  3259.  
  3260. .checkbox label,
  3261. .radio label {
  3262. min-height: 22px;
  3263. padding-left: 20px;
  3264. margin-bottom: 0;
  3265. font-weight: 400;
  3266. cursor: pointer
  3267. }
  3268.  
  3269. .checkbox-inline input[type=checkbox],
  3270. .checkbox input[type=checkbox],
  3271. .radio-inline input[type=radio],
  3272. .radio input[type=radio] {
  3273. position: absolute;
  3274. margin-left: -20px;
  3275. margin-top: 4px\9
  3276. }
  3277.  
  3278. .checkbox+.checkbox,
  3279. .radio+.radio {
  3280. margin-top: -5px
  3281. }
  3282.  
  3283. .checkbox-inline,
  3284. .radio-inline {
  3285. position: relative;
  3286. display: inline-block;
  3287. padding-left: 20px;
  3288. margin-bottom: 0;
  3289. vertical-align: middle;
  3290. font-weight: 400;
  3291. cursor: pointer
  3292. }
  3293.  
  3294. .checkbox-inline+.checkbox-inline,
  3295. .radio-inline+.radio-inline {
  3296. margin-top: 0;
  3297. margin-left: 10px
  3298. }
  3299.  
  3300. .checkbox-inline.disabled,
  3301. .checkbox.disabled label,
  3302. .radio-inline.disabled,
  3303. .radio.disabled label,
  3304. fieldset[disabled] .checkbox-inline,
  3305. fieldset[disabled] .checkbox label,
  3306. fieldset[disabled] .radio-inline,
  3307. fieldset[disabled] .radio label,
  3308. fieldset[disabled] input[type=checkbox],
  3309. fieldset[disabled] input[type=radio],
  3310. input[type=checkbox].disabled,
  3311. input[type=checkbox][disabled],
  3312. input[type=radio].disabled,
  3313. input[type=radio][disabled] {
  3314. cursor: not-allowed
  3315. }
  3316.  
  3317. .form-control-static {
  3318. padding-top: 7px;
  3319. padding-bottom: 7px;
  3320. margin-bottom: 0;
  3321. min-height: 36px
  3322. }
  3323.  
  3324. .form-control-static.input-lg,
  3325. .form-control-static.input-sm,
  3326. .input-group-lg>.form-control-static.form-control,
  3327. .input-group-lg>.form-control-static.input-group-addon,
  3328. .input-group-lg>.input-group-btn>.form-control-static.btn,
  3329. .input-group-sm>.form-control-static.form-control,
  3330. .input-group-sm>.form-control-static.input-group-addon,
  3331. .input-group-sm>.input-group-btn>.form-control-static.btn {
  3332. padding-left: 0;
  3333. padding-right: 0
  3334. }
  3335.  
  3336. .input-group-sm>.form-control,
  3337. .input-group-sm>.input-group-addon,
  3338. .input-group-sm>.input-group-btn>.btn,
  3339. .input-sm {
  3340. height: 30px;
  3341. padding: 5px 10px;
  3342. font-size: 12px;
  3343. line-height: 1.5;
  3344. border-radius: 3px
  3345. }
  3346.  
  3347. .input-group-sm>.input-group-btn>select.btn,
  3348. .input-group-sm>select.form-control,
  3349. .input-group-sm>select.input-group-addon,
  3350. select.input-sm {
  3351. height: 30px;
  3352. line-height: 30px
  3353. }
  3354.  
  3355. .input-group-sm>.input-group-btn>select[multiple].btn,
  3356. .input-group-sm>.input-group-btn>textarea.btn,
  3357. .input-group-sm>select[multiple].form-control,
  3358. .input-group-sm>select[multiple].input-group-addon,
  3359. .input-group-sm>textarea.form-control,
  3360. .input-group-sm>textarea.input-group-addon,
  3361. select[multiple].input-sm,
  3362. textarea.input-sm {
  3363. height: auto
  3364. }
  3365.  
  3366. .form-group-sm .form-control {
  3367. height: 30px;
  3368. padding: 5px 10px;
  3369. font-size: 12px;
  3370. line-height: 1.5;
  3371. border-radius: 3px
  3372. }
  3373.  
  3374. .form-group-sm select.form-control {
  3375. height: 30px;
  3376. line-height: 30px
  3377. }
  3378.  
  3379. .form-group-sm select[multiple].form-control,
  3380. .form-group-sm textarea.form-control {
  3381. height: auto
  3382. }
  3383.  
  3384. .form-group-sm .form-control-static {
  3385. height: 30px;
  3386. min-height: 34px;
  3387. padding: 6px 10px;
  3388. font-size: 12px;
  3389. line-height: 1.5
  3390. }
  3391.  
  3392. .input-group-lg>.form-control,
  3393. .input-group-lg>.input-group-addon,
  3394. .input-group-lg>.input-group-btn>.btn,
  3395. .input-lg {
  3396. height: 46px;
  3397. padding: 10px 16px;
  3398. font-size: 18px;
  3399. line-height: 1.3333333;
  3400. border-radius: 6px
  3401. }
  3402.  
  3403. .input-group-lg>.input-group-btn>select.btn,
  3404. .input-group-lg>select.form-control,
  3405. .input-group-lg>select.input-group-addon,
  3406. select.input-lg {
  3407. height: 46px;
  3408. line-height: 46px
  3409. }
  3410.  
  3411. .input-group-lg>.input-group-btn>select[multiple].btn,
  3412. .input-group-lg>.input-group-btn>textarea.btn,
  3413. .input-group-lg>select[multiple].form-control,
  3414. .input-group-lg>select[multiple].input-group-addon,
  3415. .input-group-lg>textarea.form-control,
  3416. .input-group-lg>textarea.input-group-addon,
  3417. select[multiple].input-lg,
  3418. textarea.input-lg {
  3419. height: auto
  3420. }
  3421.  
  3422. .form-group-lg .form-control {
  3423. height: 46px;
  3424. padding: 10px 16px;
  3425. font-size: 18px;
  3426. line-height: 1.3333333;
  3427. border-radius: 6px
  3428. }
  3429.  
  3430. .form-group-lg select.form-control {
  3431. height: 46px;
  3432. line-height: 46px
  3433. }
  3434.  
  3435. .form-group-lg select[multiple].form-control,
  3436. .form-group-lg textarea.form-control {
  3437. height: auto
  3438. }
  3439.  
  3440. .form-group-lg .form-control-static {
  3441. height: 46px;
  3442. min-height: 40px;
  3443. padding: 11px 16px;
  3444. font-size: 18px;
  3445. line-height: 1.3333333
  3446. }
  3447.  
  3448. .has-feedback {
  3449. position: relative
  3450. }
  3451.  
  3452. .has-feedback .form-control {
  3453. padding-right: 45px
  3454. }
  3455.  
  3456. .form-control-feedback {
  3457. position: absolute;
  3458. top: 0;
  3459. right: 0;
  3460. z-index: 2;
  3461. display: block;
  3462. width: 36px;
  3463. height: 36px;
  3464. line-height: 36px;
  3465. text-align: center;
  3466. pointer-events: none
  3467. }
  3468.  
  3469. .form-group-lg .form-control+.form-control-feedback,
  3470. .input-group-lg+.form-control-feedback,
  3471. .input-group-lg>.form-control+.form-control-feedback,
  3472. .input-group-lg>.input-group-addon+.form-control-feedback,
  3473. .input-group-lg>.input-group-btn>.btn+.form-control-feedback,
  3474. .input-lg+.form-control-feedback {
  3475. width: 46px;
  3476. height: 46px;
  3477. line-height: 46px
  3478. }
  3479.  
  3480. .form-group-sm .form-control+.form-control-feedback,
  3481. .input-group-sm+.form-control-feedback,
  3482. .input-group-sm>.form-control+.form-control-feedback,
  3483. .input-group-sm>.input-group-addon+.form-control-feedback,
  3484. .input-group-sm>.input-group-btn>.btn+.form-control-feedback,
  3485. .input-sm+.form-control-feedback {
  3486. width: 30px;
  3487. height: 30px;
  3488. line-height: 30px
  3489. }
  3490.  
  3491. .has-success .checkbox,
  3492. .has-success .checkbox-inline,
  3493. .has-success.checkbox-inline label,
  3494. .has-success.checkbox label,
  3495. .has-success .control-label,
  3496. .has-success .help-block,
  3497. .has-success .radio,
  3498. .has-success .radio-inline,
  3499. .has-success.radio-inline label,
  3500. .has-success.radio label {
  3501. color: #3c763d
  3502. }
  3503.  
  3504. .has-success .form-control {
  3505. border-color: #3c763d;
  3506. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
  3507. }
  3508.  
  3509. .has-success .form-control:focus {
  3510. border-color: #2b542c;
  3511. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
  3512. }
  3513.  
  3514. .has-success .input-group-addon {
  3515. color: #3c763d;
  3516. border-color: #3c763d;
  3517. background-color: #dff0d8
  3518. }
  3519.  
  3520. .has-success .form-control-feedback {
  3521. color: #3c763d
  3522. }
  3523.  
  3524. .has-warning .checkbox,
  3525. .has-warning .checkbox-inline,
  3526. .has-warning.checkbox-inline label,
  3527. .has-warning.checkbox label,
  3528. .has-warning .control-label,
  3529. .has-warning .help-block,
  3530. .has-warning .radio,
  3531. .has-warning .radio-inline,
  3532. .has-warning.radio-inline label,
  3533. .has-warning.radio label {
  3534. color: #8a6d3b
  3535. }
  3536.  
  3537. .has-warning .form-control {
  3538. border-color: #8a6d3b;
  3539. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
  3540. }
  3541.  
  3542. .has-warning .form-control:focus {
  3543. border-color: #66512c;
  3544. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
  3545. }
  3546.  
  3547. .has-warning .input-group-addon {
  3548. color: #8a6d3b;
  3549. border-color: #8a6d3b;
  3550. background-color: #fcf8e3
  3551. }
  3552.  
  3553. .has-warning .form-control-feedback {
  3554. color: #8a6d3b
  3555. }
  3556.  
  3557. .has-error .checkbox,
  3558. .has-error .checkbox-inline,
  3559. .has-error.checkbox-inline label,
  3560. .has-error.checkbox label,
  3561. .has-error .control-label,
  3562. .has-error .help-block,
  3563. .has-error .radio,
  3564. .has-error .radio-inline,
  3565. .has-error.radio-inline label,
  3566. .has-error.radio label {
  3567. color: #a94442
  3568. }
  3569.  
  3570. .has-error .form-control {
  3571. border-color: #a94442;
  3572. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
  3573. }
  3574.  
  3575. .has-error .form-control:focus {
  3576. border-color: #843534;
  3577. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
  3578. }
  3579.  
  3580. .has-error .input-group-addon {
  3581. color: #a94442;
  3582. border-color: #a94442;
  3583. background-color: #f2dede
  3584. }
  3585.  
  3586. .has-error .form-control-feedback {
  3587. color: #a94442
  3588. }
  3589.  
  3590. .has-feedback label~.form-control-feedback {
  3591. top: 27px
  3592. }
  3593.  
  3594. .has-feedback label.sr-only~.form-control-feedback {
  3595. top: 0
  3596. }
  3597.  
  3598. .help-block {
  3599. display: block;
  3600. margin-top: 5px;
  3601. margin-bottom: 10px;
  3602. color: #a4aaae
  3603. }
  3604.  
  3605. @media (min-width:768px) {
  3606. .form-inline .form-group {
  3607. display: inline-block;
  3608. margin-bottom: 0;
  3609. vertical-align: middle
  3610. }
  3611. .form-inline .form-control {
  3612. display: inline-block;
  3613. width: auto;
  3614. vertical-align: middle
  3615. }
  3616. .form-inline .form-control-static {
  3617. display: inline-block
  3618. }
  3619. .form-inline .input-group {
  3620. display: inline-table;
  3621. vertical-align: middle
  3622. }
  3623. .form-inline .input-group .form-control,
  3624. .form-inline .input-group .input-group-addon,
  3625. .form-inline .input-group .input-group-btn {
  3626. width: auto
  3627. }
  3628. .form-inline .input-group>.form-control {
  3629. width: 100%
  3630. }
  3631. .form-inline .control-label {
  3632. margin-bottom: 0;
  3633. vertical-align: middle
  3634. }
  3635. .form-inline .checkbox,
  3636. .form-inline .radio {
  3637. display: inline-block;
  3638. margin-top: 0;
  3639. margin-bottom: 0;
  3640. vertical-align: middle
  3641. }
  3642. .form-inline .checkbox label,
  3643. .form-inline .radio label {
  3644. padding-left: 0
  3645. }
  3646. .form-inline .checkbox input[type=checkbox],
  3647. .form-inline .radio input[type=radio] {
  3648. position: relative;
  3649. margin-left: 0
  3650. }
  3651. .form-inline .has-feedback .form-control-feedback {
  3652. top: 0
  3653. }
  3654. }
  3655.  
  3656. .form-horizontal .checkbox,
  3657. .form-horizontal .checkbox-inline,
  3658. .form-horizontal .radio,
  3659. .form-horizontal .radio-inline {
  3660. margin-top: 0;
  3661. margin-bottom: 0;
  3662. padding-top: 7px
  3663. }
  3664.  
  3665. .form-horizontal .checkbox,
  3666. .form-horizontal .radio {
  3667. min-height: 29px
  3668. }
  3669.  
  3670. .form-horizontal .form-group {
  3671. margin-left: -15px;
  3672. margin-right: -15px
  3673. }
  3674.  
  3675. .form-horizontal .form-group:after,
  3676. .form-horizontal .form-group:before {
  3677. content: " ";
  3678. display: table
  3679. }
  3680.  
  3681. .form-horizontal .form-group:after {
  3682. clear: both
  3683. }
  3684.  
  3685. @media (min-width:768px) {
  3686. .form-horizontal .control-label {
  3687. text-align: right;
  3688. margin-bottom: 0;
  3689. padding-top: 7px
  3690. }
  3691. }
  3692.  
  3693. .form-horizontal .has-feedback .form-control-feedback {
  3694. right: 15px
  3695. }
  3696.  
  3697. @media (min-width:768px) {
  3698. .form-horizontal .form-group-lg .control-label {
  3699. padding-top: 11px;
  3700. font-size: 18px
  3701. }
  3702. }
  3703.  
  3704. @media (min-width:768px) {
  3705. .form-horizontal .form-group-sm .control-label {
  3706. padding-top: 6px;
  3707. font-size: 12px
  3708. }
  3709. }
  3710.  
  3711. .btn {
  3712. display: inline-block;
  3713. margin-bottom: 0;
  3714. font-weight: 400;
  3715. text-align: center;
  3716. vertical-align: middle;
  3717. -ms-touch-action: manipulation;
  3718. touch-action: manipulation;
  3719. cursor: pointer;
  3720. background-image: none;
  3721. border: 1px solid transparent;
  3722. white-space: nowrap;
  3723. padding: 6px 12px;
  3724. font-size: 14px;
  3725. line-height: 1.6;
  3726. border-radius: 4px;
  3727. -webkit-user-select: none;
  3728. -moz-user-select: none;
  3729. -ms-user-select: none;
  3730. user-select: none
  3731. }
  3732.  
  3733. .btn.active.focus,
  3734. .btn.active:focus,
  3735. .btn.focus,
  3736. .btn:active.focus,
  3737. .btn:active:focus,
  3738. .btn:focus {
  3739. outline: 5px auto -webkit-focus-ring-color;
  3740. outline-offset: -2px
  3741. }
  3742.  
  3743. .btn.focus,
  3744. .btn:focus,
  3745. .btn:hover {
  3746. color: #636b6f;
  3747. text-decoration: none
  3748. }
  3749.  
  3750. .btn.active,
  3751. .btn:active {
  3752. outline: 0;
  3753. background-image: none;
  3754. box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
  3755. }
  3756.  
  3757. .btn.disabled,
  3758. .btn[disabled],
  3759. fieldset[disabled] .btn {
  3760. cursor: not-allowed;
  3761. opacity: .65;
  3762. filter: alpha(opacity=65);
  3763. box-shadow: none
  3764. }
  3765.  
  3766. a.btn.disabled,
  3767. fieldset[disabled] a.btn {
  3768. pointer-events: none
  3769. }
  3770.  
  3771. .btn-default {
  3772. color: #636b6f;
  3773. background-color: #fff;
  3774. border-color: #ccc
  3775. }
  3776.  
  3777. .btn-default.focus,
  3778. .btn-default:focus {
  3779. color: #636b6f;
  3780. background-color: #e6e5e5;
  3781. border-color: #8c8c8c
  3782. }
  3783.  
  3784. .btn-default.active,
  3785. .btn-default:active,
  3786. .btn-default:hover,
  3787. .open>.btn-default.dropdown-toggle {
  3788. color: #636b6f;
  3789. background-color: #e6e5e5;
  3790. border-color: #adadad
  3791. }
  3792.  
  3793. .btn-default.active.focus,
  3794. .btn-default.active:focus,
  3795. .btn-default.active:hover,
  3796. .btn-default:active.focus,
  3797. .btn-default:active:focus,
  3798. .btn-default:active:hover,
  3799. .open>.btn-default.dropdown-toggle.focus,
  3800. .open>.btn-default.dropdown-toggle:focus,
  3801. .open>.btn-default.dropdown-toggle:hover {
  3802. color: #636b6f;
  3803. background-color: #d4d4d4;
  3804. border-color: #8c8c8c
  3805. }
  3806.  
  3807. .btn-default.active,
  3808. .btn-default:active,
  3809. .open>.btn-default.dropdown-toggle {
  3810. background-image: none
  3811. }
  3812.  
  3813. .btn-default.disabled.focus,
  3814. .btn-default.disabled:focus,
  3815. .btn-default.disabled:hover,
  3816. .btn-default[disabled].focus,
  3817. .btn-default[disabled]:focus,
  3818. .btn-default[disabled]:hover,
  3819. fieldset[disabled] .btn-default.focus,
  3820. fieldset[disabled] .btn-default:focus,
  3821. fieldset[disabled] .btn-default:hover {
  3822. background-color: #fff;
  3823. border-color: #ccc
  3824. }
  3825.  
  3826. .btn-default .badge {
  3827. color: #fff;
  3828. background-color: #636b6f
  3829. }
  3830.  
  3831. .btn-primary {
  3832. color: #fff;
  3833. background-color: #3097d1;
  3834. border-color: #2a88bd
  3835. }
  3836.  
  3837. .btn-primary.focus,
  3838. .btn-primary:focus {
  3839. color: #fff;
  3840. background-color: #2579a9;
  3841. border-color: #133d55
  3842. }
  3843.  
  3844. .btn-primary.active,
  3845. .btn-primary:active,
  3846. .btn-primary:hover,
  3847. .open>.btn-primary.dropdown-toggle {
  3848. color: #fff;
  3849. background-color: #2579a9;
  3850. border-color: #1f648b
  3851. }
  3852.  
  3853. .btn-primary.active.focus,
  3854. .btn-primary.active:focus,
  3855. .btn-primary.active:hover,
  3856. .btn-primary:active.focus,
  3857. .btn-primary:active:focus,
  3858. .btn-primary:active:hover,
  3859. .open>.btn-primary.dropdown-toggle.focus,
  3860. .open>.btn-primary.dropdown-toggle:focus,
  3861. .open>.btn-primary.dropdown-toggle:hover {
  3862. color: #fff;
  3863. background-color: #1f648b;
  3864. border-color: #133d55
  3865. }
  3866.  
  3867. .btn-primary.active,
  3868. .btn-primary:active,
  3869. .open>.btn-primary.dropdown-toggle {
  3870. background-image: none
  3871. }
  3872.  
  3873. .btn-primary.disabled.focus,
  3874. .btn-primary.disabled:focus,
  3875. .btn-primary.disabled:hover,
  3876. .btn-primary[disabled].focus,
  3877. .btn-primary[disabled]:focus,
  3878. .btn-primary[disabled]:hover,
  3879. fieldset[disabled] .btn-primary.focus,
  3880. fieldset[disabled] .btn-primary:focus,
  3881. fieldset[disabled] .btn-primary:hover {
  3882. background-color: #3097d1;
  3883. border-color: #2a88bd
  3884. }
  3885.  
  3886. .btn-primary .badge {
  3887. color: #3097d1;
  3888. background-color: #fff
  3889. }
  3890.  
  3891. .btn-success {
  3892. color: #fff;
  3893. background-color: #2ab27b;
  3894. border-color: #259d6d
  3895. }
  3896.  
  3897. .btn-success.focus,
  3898. .btn-success:focus {
  3899. color: #fff;
  3900. background-color: #20895e;
  3901. border-color: #0d3625
  3902. }
  3903.  
  3904. .btn-success.active,
  3905. .btn-success:active,
  3906. .btn-success:hover,
  3907. .open>.btn-success.dropdown-toggle {
  3908. color: #fff;
  3909. background-color: #20895e;
  3910. border-color: #196c4b
  3911. }
  3912.  
  3913. .btn-success.active.focus,
  3914. .btn-success.active:focus,
  3915. .btn-success.active:hover,
  3916. .btn-success:active.focus,
  3917. .btn-success:active:focus,
  3918. .btn-success:active:hover,
  3919. .open>.btn-success.dropdown-toggle.focus,
  3920. .open>.btn-success.dropdown-toggle:focus,
  3921. .open>.btn-success.dropdown-toggle:hover {
  3922. color: #fff;
  3923. background-color: #196c4b;
  3924. border-color: #0d3625
  3925. }
  3926.  
  3927. .btn-success.active,
  3928. .btn-success:active,
  3929. .open>.btn-success.dropdown-toggle {
  3930. background-image: none
  3931. }
  3932.  
  3933. .btn-success.disabled.focus,
  3934. .btn-success.disabled:focus,
  3935. .btn-success.disabled:hover,
  3936. .btn-success[disabled].focus,
  3937. .btn-success[disabled]:focus,
  3938. .btn-success[disabled]:hover,
  3939. fieldset[disabled] .btn-success.focus,
  3940. fieldset[disabled] .btn-success:focus,
  3941. fieldset[disabled] .btn-success:hover {
  3942. background-color: #2ab27b;
  3943. border-color: #259d6d
  3944. }
  3945.  
  3946. .btn-success .badge {
  3947. color: #2ab27b;
  3948. background-color: #fff
  3949. }
  3950.  
  3951. .btn-info {
  3952. color: #fff;
  3953. background-color: #8eb4cb;
  3954. border-color: #7da8c3
  3955. }
  3956.  
  3957. .btn-info.focus,
  3958. .btn-info:focus {
  3959. color: #fff;
  3960. background-color: #6b9dbb;
  3961. border-color: #3d6983
  3962. }
  3963.  
  3964. .btn-info.active,
  3965. .btn-info:active,
  3966. .btn-info:hover,
  3967. .open>.btn-info.dropdown-toggle {
  3968. color: #fff;
  3969. background-color: #6b9dbb;
  3970. border-color: #538db0
  3971. }
  3972.  
  3973. .btn-info.active.focus,
  3974. .btn-info.active:focus,
  3975. .btn-info.active:hover,
  3976. .btn-info:active.focus,
  3977. .btn-info:active:focus,
  3978. .btn-info:active:hover,
  3979. .open>.btn-info.dropdown-toggle.focus,
  3980. .open>.btn-info.dropdown-toggle:focus,
  3981. .open>.btn-info.dropdown-toggle:hover {
  3982. color: #fff;
  3983. background-color: #538db0;
  3984. border-color: #3d6983
  3985. }
  3986.  
  3987. .btn-info.active,
  3988. .btn-info:active,
  3989. .open>.btn-info.dropdown-toggle {
  3990. background-image: none
  3991. }
  3992.  
  3993. .btn-info.disabled.focus,
  3994. .btn-info.disabled:focus,
  3995. .btn-info.disabled:hover,
  3996. .btn-info[disabled].focus,
  3997. .btn-info[disabled]:focus,
  3998. .btn-info[disabled]:hover,
  3999. fieldset[disabled] .btn-info.focus,
  4000. fieldset[disabled] .btn-info:focus,
  4001. fieldset[disabled] .btn-info:hover {
  4002. background-color: #8eb4cb;
  4003. border-color: #7da8c3
  4004. }
  4005.  
  4006. .btn-info .badge {
  4007. color: #8eb4cb;
  4008. background-color: #fff
  4009. }
  4010.  
  4011. .btn-warning {
  4012. color: #fff;
  4013. background-color: #cbb956;
  4014. border-color: #c5b143
  4015. }
  4016.  
  4017. .btn-warning.focus,
  4018. .btn-warning:focus {
  4019. color: #fff;
  4020. background-color: #b6a338;
  4021. border-color: #685d20
  4022. }
  4023.  
  4024. .btn-warning.active,
  4025. .btn-warning:active,
  4026. .btn-warning:hover,
  4027. .open>.btn-warning.dropdown-toggle {
  4028. color: #fff;
  4029. background-color: #b6a338;
  4030. border-color: #9b8a30
  4031. }
  4032.  
  4033. .btn-warning.active.focus,
  4034. .btn-warning.active:focus,
  4035. .btn-warning.active:hover,
  4036. .btn-warning:active.focus,
  4037. .btn-warning:active:focus,
  4038. .btn-warning:active:hover,
  4039. .open>.btn-warning.dropdown-toggle.focus,
  4040. .open>.btn-warning.dropdown-toggle:focus,
  4041. .open>.btn-warning.dropdown-toggle:hover {
  4042. color: #fff;
  4043. background-color: #9b8a30;
  4044. border-color: #685d20
  4045. }
  4046.  
  4047. .btn-warning.active,
  4048. .btn-warning:active,
  4049. .open>.btn-warning.dropdown-toggle {
  4050. background-image: none
  4051. }
  4052.  
  4053. .btn-warning.disabled.focus,
  4054. .btn-warning.disabled:focus,
  4055. .btn-warning.disabled:hover,
  4056. .btn-warning[disabled].focus,
  4057. .btn-warning[disabled]:focus,
  4058. .btn-warning[disabled]:hover,
  4059. fieldset[disabled] .btn-warning.focus,
  4060. fieldset[disabled] .btn-warning:focus,
  4061. fieldset[disabled] .btn-warning:hover {
  4062. background-color: #cbb956;
  4063. border-color: #c5b143
  4064. }
  4065.  
  4066. .btn-warning .badge {
  4067. color: #cbb956;
  4068. background-color: #fff
  4069. }
  4070.  
  4071. .btn-danger {
  4072. color: #fff;
  4073. background-color: #bf5329;
  4074. border-color: #aa4a24
  4075. }
  4076.  
  4077. .btn-danger.focus,
  4078. .btn-danger:focus {
  4079. color: #fff;
  4080. background-color: #954120;
  4081. border-color: #411c0e
  4082. }
  4083.  
  4084. .btn-danger.active,
  4085. .btn-danger:active,
  4086. .btn-danger:hover,
  4087. .open>.btn-danger.dropdown-toggle {
  4088. color: #fff;
  4089. background-color: #954120;
  4090. border-color: #78341a
  4091. }
  4092.  
  4093. .btn-danger.active.focus,
  4094. .btn-danger.active:focus,
  4095. .btn-danger.active:hover,
  4096. .btn-danger:active.focus,
  4097. .btn-danger:active:focus,
  4098. .btn-danger:active:hover,
  4099. .open>.btn-danger.dropdown-toggle.focus,
  4100. .open>.btn-danger.dropdown-toggle:focus,
  4101. .open>.btn-danger.dropdown-toggle:hover {
  4102. color: #fff;
  4103. background-color: #78341a;
  4104. border-color: #411c0e
  4105. }
  4106.  
  4107. .btn-danger.active,
  4108. .btn-danger:active,
  4109. .open>.btn-danger.dropdown-toggle {
  4110. background-image: none
  4111. }
  4112.  
  4113. .btn-danger.disabled.focus,
  4114. .btn-danger.disabled:focus,
  4115. .btn-danger.disabled:hover,
  4116. .btn-danger[disabled].focus,
  4117. .btn-danger[disabled]:focus,
  4118. .btn-danger[disabled]:hover,
  4119. fieldset[disabled] .btn-danger.focus,
  4120. fieldset[disabled] .btn-danger:focus,
  4121. fieldset[disabled] .btn-danger:hover {
  4122. background-color: #bf5329;
  4123. border-color: #aa4a24
  4124. }
  4125.  
  4126. .btn-danger .badge {
  4127. color: #bf5329;
  4128. background-color: #fff
  4129. }
  4130.  
  4131. .btn-link {
  4132. color: #3097d1;
  4133. font-weight: 400;
  4134. border-radius: 0
  4135. }
  4136.  
  4137. .btn-link,
  4138. .btn-link.active,
  4139. .btn-link:active,
  4140. .btn-link[disabled],
  4141. fieldset[disabled] .btn-link {
  4142. background-color: transparent;
  4143. box-shadow: none
  4144. }
  4145.  
  4146. .btn-link,
  4147. .btn-link:active,
  4148. .btn-link:focus,
  4149. .btn-link:hover {
  4150. border-color: transparent
  4151. }
  4152.  
  4153. .btn-link:focus,
  4154. .btn-link:hover {
  4155. color: #216a94;
  4156. text-decoration: underline;
  4157. background-color: transparent
  4158. }
  4159.  
  4160. .btn-link[disabled]:focus,
  4161. .btn-link[disabled]:hover,
  4162. fieldset[disabled] .btn-link:focus,
  4163. fieldset[disabled] .btn-link:hover {
  4164. color: #777;
  4165. text-decoration: none
  4166. }
  4167.  
  4168. .btn-group-lg>.btn,
  4169. .btn-lg {
  4170. padding: 10px 16px;
  4171. font-size: 18px;
  4172. line-height: 1.3333333;
  4173. border-radius: 6px
  4174. }
  4175.  
  4176. .btn-group-sm>.btn,
  4177. .btn-sm {
  4178. padding: 5px 10px;
  4179. font-size: 12px;
  4180. line-height: 1.5;
  4181. border-radius: 3px
  4182. }
  4183.  
  4184. .btn-group-xs>.btn,
  4185. .btn-xs {
  4186. padding: 1px 5px;
  4187. font-size: 12px;
  4188. line-height: 1.5;
  4189. border-radius: 3px
  4190. }
  4191.  
  4192. .btn-block {
  4193. display: block;
  4194. width: 100%
  4195. }
  4196.  
  4197. .btn-block+.btn-block {
  4198. margin-top: 5px
  4199. }
  4200.  
  4201. input[type=button].btn-block,
  4202. input[type=reset].btn-block,
  4203. input[type=submit].btn-block {
  4204. width: 100%
  4205. }
  4206.  
  4207. .fade {
  4208. opacity: 0;
  4209. transition: opacity .15s linear
  4210. }
  4211.  
  4212. .fade.in {
  4213. opacity: 1
  4214. }
  4215.  
  4216. .collapse {
  4217. display: none
  4218. }
  4219.  
  4220. .collapse.in {
  4221. display: block
  4222. }
  4223.  
  4224. tr.collapse.in {
  4225. display: table-row
  4226. }
  4227.  
  4228. tbody.collapse.in {
  4229. display: table-row-group
  4230. }
  4231.  
  4232. .collapsing {
  4233. position: relative;
  4234. height: 0;
  4235. overflow: hidden;
  4236. transition-property: height, visibility;
  4237. transition-duration: .35s;
  4238. transition-timing-function: ease
  4239. }
  4240.  
  4241. .caret {
  4242. display: inline-block;
  4243. width: 0;
  4244. height: 0;
  4245. margin-left: 2px;
  4246. vertical-align: middle;
  4247. border-top: 4px dashed;
  4248. border-top: 4px solid\9;
  4249. border-right: 4px solid transparent;
  4250. border-left: 4px solid transparent
  4251. }
  4252.  
  4253. .dropdown,
  4254. .dropup {
  4255. position: relative
  4256. }
  4257.  
  4258. .dropdown-toggle:focus {
  4259. outline: 0
  4260. }
  4261.  
  4262. .dropdown-menu {
  4263. position: absolute;
  4264. top: 100%;
  4265. left: 0;
  4266. z-index: 8;
  4267. display: none;
  4268. float: left;
  4269. min-width: 160px;
  4270. padding: 5px 0;
  4271. margin: 2px 0 0;
  4272. list-style: none;
  4273. font-size: 14px;
  4274. text-align: left;
  4275. background-color: #fff;
  4276. border: 1px solid #ccc;
  4277. border: 1px solid rgba(0, 0, 0, .15);
  4278. border-radius: 4px;
  4279. box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  4280. background-clip: padding-box
  4281. }
  4282.  
  4283. .dropdown-menu.pull-right {
  4284. right: 0;
  4285. left: auto
  4286. }
  4287.  
  4288. .dropdown-menu .divider {
  4289. height: 1px;
  4290. margin: 10px 0;
  4291. overflow: hidden;
  4292. background-color: #e5e5e5
  4293. }
  4294.  
  4295. .dropdown-menu>li>a {
  4296. display: block;
  4297. padding: 3px 20px;
  4298. clear: both;
  4299. font-weight: 400;
  4300. line-height: 1.6;
  4301. color: #333;
  4302. white-space: nowrap
  4303. }
  4304.  
  4305. .dropdown-menu>li>a:focus,
  4306. .dropdown-menu>li>a:hover {
  4307. text-decoration: none;
  4308. color: #262626;
  4309. background-color: #f5f5f5
  4310. }
  4311.  
  4312. .dropdown-menu>.active>a,
  4313. .dropdown-menu>.active>a:focus,
  4314. .dropdown-menu>.active>a:hover {
  4315. color: #fff;
  4316. text-decoration: none;
  4317. outline: 0;
  4318. background-color: #3097d1
  4319. }
  4320.  
  4321. .dropdown-menu>.disabled>a,
  4322. .dropdown-menu>.disabled>a:focus,
  4323. .dropdown-menu>.disabled>a:hover {
  4324. color: #777
  4325. }
  4326.  
  4327. .dropdown-menu>.disabled>a:focus,
  4328. .dropdown-menu>.disabled>a:hover {
  4329. text-decoration: none;
  4330. background-color: transparent;
  4331. background-image: none;
  4332. filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
  4333. cursor: not-allowed
  4334. }
  4335.  
  4336. .open>.dropdown-menu {
  4337. display: block
  4338. }
  4339.  
  4340. .open>a {
  4341. outline: 0
  4342. }
  4343.  
  4344. .dropdown-menu-right {
  4345. left: auto;
  4346. right: 0
  4347. }
  4348.  
  4349. .dropdown-menu-left {
  4350. left: 0;
  4351. right: auto
  4352. }
  4353.  
  4354. .dropdown-header {
  4355. display: block;
  4356. padding: 3px 20px;
  4357. font-size: 12px;
  4358. line-height: 1.6;
  4359. color: #777;
  4360. white-space: nowrap
  4361. }
  4362.  
  4363. .dropdown-backdrop {
  4364. position: fixed;
  4365. left: 0;
  4366. right: 0;
  4367. bottom: 0;
  4368. top: 0;
  4369. z-index: 7
  4370. }
  4371.  
  4372. .pull-right>.dropdown-menu {
  4373. right: 0;
  4374. left: auto
  4375. }
  4376.  
  4377. .dropup .caret,
  4378. .navbar-fixed-bottom .dropdown .caret {
  4379. border-top: 0;
  4380. border-bottom: 4px dashed;
  4381. border-bottom: 4px solid\9;
  4382. content: ""
  4383. }
  4384.  
  4385. .dropup .dropdown-menu,
  4386. .navbar-fixed-bottom .dropdown .dropdown-menu {
  4387. top: auto;
  4388. bottom: 100%;
  4389. margin-bottom: 2px
  4390. }
  4391.  
  4392. @media (min-width:768px) {
  4393. .navbar-right .dropdown-menu {
  4394. right: 0;
  4395. left: auto
  4396. }
  4397. .navbar-right .dropdown-menu-left {
  4398. left: 0;
  4399. right: auto
  4400. }
  4401. }
  4402.  
  4403. .btn-group,
  4404. .btn-group-vertical {
  4405. position: relative;
  4406. display: inline-block;
  4407. vertical-align: middle
  4408. }
  4409.  
  4410. .btn-group-vertical>.btn,
  4411. .btn-group>.btn {
  4412. position: relative;
  4413. float: left
  4414. }
  4415.  
  4416. .btn-group-vertical>.btn.active,
  4417. .btn-group-vertical>.btn:active,
  4418. .btn-group-vertical>.btn:focus,
  4419. .btn-group-vertical>.btn:hover,
  4420. .btn-group>.btn.active,
  4421. .btn-group>.btn:active,
  4422. .btn-group>.btn:focus,
  4423. .btn-group>.btn:hover {
  4424. z-index: 2
  4425. }
  4426.  
  4427. .btn-group .btn+.btn,
  4428. .btn-group .btn+.btn-group,
  4429. .btn-group .btn-group+.btn,
  4430. .btn-group .btn-group+.btn-group {
  4431. margin-left: -1px
  4432. }
  4433.  
  4434. .btn-toolbar {
  4435. margin-left: -5px
  4436. }
  4437.  
  4438. .btn-toolbar:after,
  4439. .btn-toolbar:before {
  4440. content: " ";
  4441. display: table
  4442. }
  4443.  
  4444. .btn-toolbar:after {
  4445. clear: both
  4446. }
  4447.  
  4448. .btn-toolbar .btn,
  4449. .btn-toolbar .btn-group,
  4450. .btn-toolbar .input-group {
  4451. float: left
  4452. }
  4453.  
  4454. .btn-toolbar>.btn,
  4455. .btn-toolbar>.btn-group,
  4456. .btn-toolbar>.input-group {
  4457. margin-left: 5px
  4458. }
  4459.  
  4460. .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  4461. border-radius: 0
  4462. }
  4463.  
  4464. .btn-group>.btn:first-child {
  4465. margin-left: 0
  4466. }
  4467.  
  4468. .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  4469. border-bottom-right-radius: 0;
  4470. border-top-right-radius: 0
  4471. }
  4472.  
  4473. .btn-group>.btn:last-child:not(:first-child),
  4474. .btn-group>.dropdown-toggle:not(:first-child) {
  4475. border-bottom-left-radius: 0;
  4476. border-top-left-radius: 0
  4477. }
  4478.  
  4479. .btn-group>.btn-group {
  4480. float: left
  4481. }
  4482.  
  4483. .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
  4484. border-radius: 0
  4485. }
  4486.  
  4487. .btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
  4488. .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  4489. border-bottom-right-radius: 0;
  4490. border-top-right-radius: 0
  4491. }
  4492.  
  4493. .btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
  4494. border-bottom-left-radius: 0;
  4495. border-top-left-radius: 0
  4496. }
  4497.  
  4498. .btn-group .dropdown-toggle:active,
  4499. .btn-group.open .dropdown-toggle {
  4500. outline: 0
  4501. }
  4502.  
  4503. .btn-group>.btn+.dropdown-toggle {
  4504. padding-left: 8px;
  4505. padding-right: 8px
  4506. }
  4507.  
  4508. .btn-group-lg.btn-group>.btn+.dropdown-toggle,
  4509. .btn-group>.btn-lg+.dropdown-toggle {
  4510. padding-left: 12px;
  4511. padding-right: 12px
  4512. }
  4513.  
  4514. .btn-group.open .dropdown-toggle {
  4515. box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
  4516. }
  4517.  
  4518. .btn-group.open .dropdown-toggle.btn-link {
  4519. box-shadow: none
  4520. }
  4521.  
  4522. .btn .caret {
  4523. margin-left: 0
  4524. }
  4525.  
  4526. .btn-group-lg>.btn .caret,
  4527. .btn-lg .caret {
  4528. border-width: 5px 5px 0;
  4529. border-bottom-width: 0
  4530. }
  4531.  
  4532. .dropup .btn-group-lg>.btn .caret,
  4533. .dropup .btn-lg .caret {
  4534. border-width: 0 5px 5px
  4535. }
  4536.  
  4537. .btn-group-vertical>.btn,
  4538. .btn-group-vertical>.btn-group,
  4539. .btn-group-vertical>.btn-group>.btn {
  4540. display: block;
  4541. float: none;
  4542. width: 100%;
  4543. max-width: 100%
  4544. }
  4545.  
  4546. .btn-group-vertical>.btn-group:after,
  4547. .btn-group-vertical>.btn-group:before {
  4548. content: " ";
  4549. display: table
  4550. }
  4551.  
  4552. .btn-group-vertical>.btn-group:after {
  4553. clear: both
  4554. }
  4555.  
  4556. .btn-group-vertical>.btn-group>.btn {
  4557. float: none
  4558. }
  4559.  
  4560. .btn-group-vertical>.btn+.btn,
  4561. .btn-group-vertical>.btn+.btn-group,
  4562. .btn-group-vertical>.btn-group+.btn,
  4563. .btn-group-vertical>.btn-group+.btn-group {
  4564. margin-top: -1px;
  4565. margin-left: 0
  4566. }
  4567.  
  4568. .btn-group-vertical>.btn:not(:first-child):not(:last-child) {
  4569. border-radius: 0
  4570. }
  4571.  
  4572. .btn-group-vertical>.btn:first-child:not(:last-child) {
  4573. border-top-right-radius: 4px;
  4574. border-top-left-radius: 4px;
  4575. border-bottom-right-radius: 0;
  4576. border-bottom-left-radius: 0
  4577. }
  4578.  
  4579. .btn-group-vertical>.btn:last-child:not(:first-child) {
  4580. border-top-right-radius: 0;
  4581. border-top-left-radius: 0;
  4582. border-bottom-right-radius: 4px;
  4583. border-bottom-left-radius: 4px
  4584. }
  4585.  
  4586. .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
  4587. border-radius: 0
  4588. }
  4589.  
  4590. .btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
  4591. .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  4592. border-bottom-right-radius: 0;
  4593. border-bottom-left-radius: 0
  4594. }
  4595.  
  4596. .btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
  4597. border-top-right-radius: 0;
  4598. border-top-left-radius: 0
  4599. }
  4600.  
  4601. .btn-group-justified {
  4602. display: table;
  4603. width: 100%;
  4604. table-layout: fixed;
  4605. border-collapse: separate
  4606. }
  4607.  
  4608. .btn-group-justified>.btn,
  4609. .btn-group-justified>.btn-group {
  4610. float: none;
  4611. display: table-cell;
  4612. width: 1%
  4613. }
  4614.  
  4615. .btn-group-justified>.btn-group .btn {
  4616. width: 100%
  4617. }
  4618.  
  4619. .btn-group-justified>.btn-group .dropdown-menu {
  4620. left: auto
  4621. }
  4622.  
  4623. [data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
  4624. [data-toggle=buttons]>.btn-group>.btn input[type=radio],
  4625. [data-toggle=buttons]>.btn input[type=checkbox],
  4626. [data-toggle=buttons]>.btn input[type=radio] {
  4627. position: absolute;
  4628. clip: rect(0, 0, 0, 0);
  4629. pointer-events: none
  4630. }
  4631.  
  4632. .input-group {
  4633. position: relative;
  4634. display: table;
  4635. border-collapse: separate
  4636. }
  4637.  
  4638. .input-group[class*=col-] {
  4639. float: none;
  4640. padding-left: 0;
  4641. padding-right: 0
  4642. }
  4643.  
  4644. .input-group .form-control {
  4645. position: relative;
  4646. z-index: 2;
  4647. float: left;
  4648. width: 100%;
  4649. margin-bottom: 0
  4650. }
  4651.  
  4652. .input-group .form-control:focus {
  4653. z-index: 3
  4654. }
  4655.  
  4656. .input-group-addon,
  4657. .input-group-btn,
  4658. .input-group .form-control {
  4659. display: table-cell
  4660. }
  4661.  
  4662. .input-group-addon:not(:first-child):not(:last-child),
  4663. .input-group-btn:not(:first-child):not(:last-child),
  4664. .input-group .form-control:not(:first-child):not(:last-child) {
  4665. border-radius: 0
  4666. }
  4667.  
  4668. .input-group-addon,
  4669. .input-group-btn {
  4670. width: 1%;
  4671. white-space: nowrap;
  4672. vertical-align: middle
  4673. }
  4674.  
  4675. .input-group-addon {
  4676. padding: 6px 12px;
  4677. font-size: 14px;
  4678. font-weight: 400;
  4679. line-height: 1;
  4680. color: #555;
  4681. text-align: center;
  4682. background-color: #eee;
  4683. border: 1px solid #ccd0d2;
  4684. border-radius: 4px
  4685. }
  4686.  
  4687. .input-group-addon.input-sm,
  4688. .input-group-sm>.input-group-addon,
  4689. .input-group-sm>.input-group-btn>.input-group-addon.btn {
  4690. padding: 5px 10px;
  4691. font-size: 12px;
  4692. border-radius: 3px
  4693. }
  4694.  
  4695. .input-group-addon.input-lg,
  4696. .input-group-lg>.input-group-addon,
  4697. .input-group-lg>.input-group-btn>.input-group-addon.btn {
  4698. padding: 10px 16px;
  4699. font-size: 18px;
  4700. border-radius: 6px
  4701. }
  4702.  
  4703. .input-group-addon input[type=checkbox],
  4704. .input-group-addon input[type=radio] {
  4705. margin-top: 0
  4706. }
  4707.  
  4708. .input-group-addon:first-child,
  4709. .input-group-btn:first-child>.btn,
  4710. .input-group-btn:first-child>.btn-group>.btn,
  4711. .input-group-btn:first-child>.dropdown-toggle,
  4712. .input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
  4713. .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
  4714. .input-group .form-control:first-child {
  4715. border-bottom-right-radius: 0;
  4716. border-top-right-radius: 0
  4717. }
  4718.  
  4719. .input-group-addon:first-child {
  4720. border-right: 0
  4721. }
  4722.  
  4723. .input-group-addon:last-child,
  4724. .input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
  4725. .input-group-btn:first-child>.btn:not(:first-child),
  4726. .input-group-btn:last-child>.btn,
  4727. .input-group-btn:last-child>.btn-group>.btn,
  4728. .input-group-btn:last-child>.dropdown-toggle,
  4729. .input-group .form-control:last-child {
  4730. border-bottom-left-radius: 0;
  4731. border-top-left-radius: 0
  4732. }
  4733.  
  4734. .input-group-addon:last-child {
  4735. border-left: 0
  4736. }
  4737.  
  4738. .input-group-btn {
  4739. font-size: 0;
  4740. white-space: nowrap
  4741. }
  4742.  
  4743. .input-group-btn,
  4744. .input-group-btn>.btn {
  4745. position: relative
  4746. }
  4747.  
  4748. .input-group-btn>.btn+.btn {
  4749. margin-left: -1px
  4750. }
  4751.  
  4752. .input-group-btn>.btn:active,
  4753. .input-group-btn>.btn:focus,
  4754. .input-group-btn>.btn:hover {
  4755. z-index: 2
  4756. }
  4757.  
  4758. .input-group-btn:first-child>.btn,
  4759. .input-group-btn:first-child>.btn-group {
  4760. margin-right: -1px
  4761. }
  4762.  
  4763. .input-group-btn:last-child>.btn,
  4764. .input-group-btn:last-child>.btn-group {
  4765. z-index: 2;
  4766. margin-left: -1px
  4767. }
  4768.  
  4769. .nav {
  4770. margin-bottom: 0;
  4771. padding-left: 0;
  4772. list-style: none
  4773. }
  4774.  
  4775. .nav:after,
  4776. .nav:before {
  4777. content: " ";
  4778. display: table
  4779. }
  4780.  
  4781. .nav:after {
  4782. clear: both
  4783. }
  4784.  
  4785. .nav>li,
  4786. .nav>li>a {
  4787. position: relative;
  4788. display: block
  4789. }
  4790.  
  4791. .nav>li>a {
  4792. padding: 10px 15px
  4793. }
  4794.  
  4795. .nav>li>a:focus,
  4796. .nav>li>a:hover {
  4797. text-decoration: none;
  4798. background-color: #eee
  4799. }
  4800.  
  4801. .nav>li.disabled>a {
  4802. color: #777
  4803. }
  4804.  
  4805. .nav>li.disabled>a:focus,
  4806. .nav>li.disabled>a:hover {
  4807. color: #777;
  4808. text-decoration: none;
  4809. background-color: transparent;
  4810. cursor: not-allowed
  4811. }
  4812.  
  4813. .nav .open>a,
  4814. .nav .open>a:focus,
  4815. .nav .open>a:hover {
  4816. background-color: #eee;
  4817. border-color: #3097d1
  4818. }
  4819.  
  4820. .nav .nav-divider {
  4821. height: 1px;
  4822. margin: 10px 0;
  4823. overflow: hidden;
  4824. background-color: #e5e5e5
  4825. }
  4826.  
  4827. .nav>li>a>img {
  4828. max-width: none
  4829. }
  4830.  
  4831. .nav-tabs {
  4832. border-bottom: 1px solid #ddd
  4833. }
  4834.  
  4835. .nav-tabs>li {
  4836. float: left;
  4837. margin-bottom: -1px
  4838. }
  4839.  
  4840. .nav-tabs>li>a {
  4841. margin-right: 2px;
  4842. line-height: 1.6;
  4843. border: 1px solid transparent;
  4844. border-radius: 4px 4px 0 0
  4845. }
  4846.  
  4847. .nav-tabs>li>a:hover {
  4848. border-color: #eee #eee #ddd
  4849. }
  4850.  
  4851. .nav-tabs>li.active>a,
  4852. .nav-tabs>li.active>a:focus,
  4853. .nav-tabs>li.active>a:hover {
  4854. color: #555;
  4855. background-color: #f5f8fa;
  4856. border: 1px solid #ddd;
  4857. border-bottom-color: transparent;
  4858. cursor: default
  4859. }
  4860.  
  4861. .nav-pills>li {
  4862. float: left
  4863. }
  4864.  
  4865. .nav-pills>li>a {
  4866. border-radius: 4px
  4867. }
  4868.  
  4869. .nav-pills>li+li {
  4870. margin-left: 2px
  4871. }
  4872.  
  4873. .nav-pills>li.active>a,
  4874. .nav-pills>li.active>a:focus,
  4875. .nav-pills>li.active>a:hover {
  4876. color: #fff;
  4877. background-color: #3097d1
  4878. }
  4879.  
  4880. .nav-stacked>li {
  4881. float: none
  4882. }
  4883.  
  4884. .nav-stacked>li+li {
  4885. margin-top: 2px;
  4886. margin-left: 0
  4887. }
  4888.  
  4889. .nav-justified,
  4890. .nav-tabs.nav-justified {
  4891. width: 100%
  4892. }
  4893.  
  4894. .nav-justified>li,
  4895. .nav-tabs.nav-justified>li {
  4896. float: none
  4897. }
  4898.  
  4899. .nav-justified>li>a,
  4900. .nav-tabs.nav-justified>li>a {
  4901. text-align: center;
  4902. margin-bottom: 5px
  4903. }
  4904.  
  4905. .nav-justified>.dropdown .dropdown-menu {
  4906. top: auto;
  4907. left: auto
  4908. }
  4909.  
  4910. @media (min-width:768px) {
  4911. .nav-justified>li,
  4912. .nav-tabs.nav-justified>li {
  4913. display: table-cell;
  4914. width: 1%
  4915. }
  4916. .nav-justified>li>a,
  4917. .nav-tabs.nav-justified>li>a {
  4918. margin-bottom: 0
  4919. }
  4920. }
  4921.  
  4922. .nav-tabs-justified,
  4923. .nav-tabs.nav-justified {
  4924. border-bottom: 0
  4925. }
  4926.  
  4927. .nav-tabs-justified>li>a,
  4928. .nav-tabs.nav-justified>li>a {
  4929. margin-right: 0;
  4930. border-radius: 4px
  4931. }
  4932.  
  4933. .nav-tabs-justified>.active>a,
  4934. .nav-tabs-justified>.active>a:focus,
  4935. .nav-tabs-justified>.active>a:hover,
  4936. .nav-tabs.nav-justified>.active>a,
  4937. .nav-tabs.nav-justified>.active>a:focus,
  4938. .nav-tabs.nav-justified>.active>a:hover {
  4939. border: 1px solid #ddd
  4940. }
  4941.  
  4942. @media (min-width:768px) {
  4943. .nav-tabs-justified>li>a,
  4944. .nav-tabs.nav-justified>li>a {
  4945. border-bottom: 1px solid #ddd;
  4946. border-radius: 4px 4px 0 0
  4947. }
  4948. .nav-tabs-justified>.active>a,
  4949. .nav-tabs-justified>.active>a:focus,
  4950. .nav-tabs-justified>.active>a:hover,
  4951. .nav-tabs.nav-justified>.active>a,
  4952. .nav-tabs.nav-justified>.active>a:focus,
  4953. .nav-tabs.nav-justified>.active>a:hover {
  4954. border-bottom-color: #f5f8fa
  4955. }
  4956. }
  4957.  
  4958. .tab-content>.tab-pane {
  4959. display: none
  4960. }
  4961.  
  4962. .tab-content>.active {
  4963. display: block
  4964. }
  4965.  
  4966. .nav-tabs .dropdown-menu {
  4967. margin-top: -1px;
  4968. border-top-right-radius: 0;
  4969. border-top-left-radius: 0
  4970. }
  4971.  
  4972. .navbar {
  4973. position: relative;
  4974. min-height: 50px;
  4975. margin-bottom: 22px;
  4976. border: 1px solid transparent
  4977. }
  4978.  
  4979. .navbar:after,
  4980. .navbar:before {
  4981. content: " ";
  4982. display: table
  4983. }
  4984.  
  4985. .navbar:after {
  4986. clear: both
  4987. }
  4988.  
  4989. @media (min-width:768px) {
  4990. .navbar {
  4991. border-radius: 4px
  4992. }
  4993. }
  4994.  
  4995. .navbar-header:after,
  4996. .navbar-header:before {
  4997. content: " ";
  4998. display: table
  4999. }
  5000.  
  5001. .navbar-header:after {
  5002. clear: both
  5003. }
  5004.  
  5005. @media (min-width:768px) {
  5006. .navbar-header {
  5007. float: left
  5008. }
  5009. }
  5010.  
  5011. .navbar-collapse {
  5012. overflow-x: visible;
  5013. padding-right: 15px;
  5014. padding-left: 15px;
  5015. border-top: 1px solid transparent;
  5016. box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1);
  5017. -webkit-overflow-scrolling: touch
  5018. }
  5019.  
  5020. .navbar-collapse:after,
  5021. .navbar-collapse:before {
  5022. content: " ";
  5023. display: table
  5024. }
  5025.  
  5026. .navbar-collapse:after {
  5027. clear: both
  5028. }
  5029.  
  5030. .navbar-collapse.in {
  5031. overflow-y: auto
  5032. }
  5033.  
  5034. @media (min-width:768px) {
  5035. .navbar-collapse {
  5036. width: auto;
  5037. border-top: 0;
  5038. box-shadow: none
  5039. }
  5040. .navbar-collapse.collapse {
  5041. display: block!important;
  5042. height: auto!important;
  5043. padding-bottom: 0;
  5044. overflow: visible!important
  5045. }
  5046. .navbar-collapse.in {
  5047. overflow-y: visible
  5048. }
  5049. .navbar-fixed-bottom .navbar-collapse,
  5050. .navbar-fixed-top .navbar-collapse,
  5051. .navbar-static-top .navbar-collapse {
  5052. padding-left: 0;
  5053. padding-right: 0
  5054. }
  5055. }
  5056.  
  5057. .navbar-fixed-bottom .navbar-collapse,
  5058. .navbar-fixed-top .navbar-collapse {
  5059. max-height: 340px
  5060. }
  5061.  
  5062. @media (max-device-width:480px) and (orientation:landscape) {
  5063. .navbar-fixed-bottom .navbar-collapse,
  5064. .navbar-fixed-top .navbar-collapse {
  5065. max-height: 200px
  5066. }
  5067. }
  5068.  
  5069. .container-fluid>.navbar-collapse,
  5070. .container-fluid>.navbar-header,
  5071. .container>.navbar-collapse,
  5072. .container>.navbar-header {
  5073. margin-right: -15px;
  5074. margin-left: -15px
  5075. }
  5076.  
  5077. @media (min-width:768px) {
  5078. .container-fluid>.navbar-collapse,
  5079. .container-fluid>.navbar-header,
  5080. .container>.navbar-collapse,
  5081. .container>.navbar-header {
  5082. margin-right: 0;
  5083. margin-left: 0
  5084. }
  5085. }
  5086.  
  5087. .navbar-static-top {
  5088. z-index: 8;
  5089. border-width: 0 0 1px
  5090. }
  5091.  
  5092. @media (min-width:768px) {
  5093. .navbar-static-top {
  5094. border-radius: 0
  5095. }
  5096. }
  5097.  
  5098. .navbar-fixed-bottom,
  5099. .navbar-fixed-top {
  5100. position: fixed;
  5101. right: 0;
  5102. left: 0;
  5103. z-index: 9
  5104. }
  5105.  
  5106. @media (min-width:768px) {
  5107. .navbar-fixed-bottom,
  5108. .navbar-fixed-top {
  5109. border-radius: 0
  5110. }
  5111. }
  5112.  
  5113. .navbar-fixed-top {
  5114. top: 0;
  5115. border-width: 0 0 1px
  5116. }
  5117.  
  5118. .navbar-fixed-bottom {
  5119. bottom: 0;
  5120. margin-bottom: 0;
  5121. border-width: 1px 0 0
  5122. }
  5123.  
  5124. .navbar-brand {
  5125. float: left;
  5126. padding: 14px 15px;
  5127. font-size: 18px;
  5128. line-height: 22px;
  5129. height: 50px
  5130. }
  5131.  
  5132. .navbar-brand:focus,
  5133. .navbar-brand:hover {
  5134. text-decoration: none
  5135. }
  5136.  
  5137. .navbar-brand>img {
  5138. display: block
  5139. }
  5140.  
  5141. @media (min-width:768px) {
  5142. .navbar>.container-fluid .navbar-brand,
  5143. .navbar>.container .navbar-brand {
  5144. margin-left: -15px
  5145. }
  5146. }
  5147.  
  5148. .navbar-toggle {
  5149. position: relative;
  5150. float: right;
  5151. margin-right: 15px;
  5152. padding: 9px 10px;
  5153. margin-top: 8px;
  5154. margin-bottom: 8px;
  5155. background-color: transparent;
  5156. background-image: none;
  5157. border: 1px solid transparent;
  5158. border-radius: 4px
  5159. }
  5160.  
  5161. .navbar-toggle:focus {
  5162. outline: 0
  5163. }
  5164.  
  5165. .navbar-toggle .icon-bar {
  5166. display: block;
  5167. width: 22px;
  5168. height: 2px;
  5169. border-radius: 1px
  5170. }
  5171.  
  5172. .navbar-toggle .icon-bar+.icon-bar {
  5173. margin-top: 4px
  5174. }
  5175.  
  5176. @media (min-width:768px) {
  5177. .navbar-toggle {
  5178. display: none
  5179. }
  5180. }
  5181.  
  5182. .navbar-nav {
  5183. margin: 7px -15px
  5184. }
  5185.  
  5186. .navbar-nav>li>a {
  5187. padding-top: 10px;
  5188. padding-bottom: 10px;
  5189. line-height: 22px
  5190. }
  5191.  
  5192. @media (max-width:767px) {
  5193. .navbar-nav .open .dropdown-menu {
  5194. position: static;
  5195. float: none;
  5196. width: auto;
  5197. margin-top: 0;
  5198. background-color: transparent;
  5199. border: 0;
  5200. box-shadow: none
  5201. }
  5202. .navbar-nav .open .dropdown-menu .dropdown-header,
  5203. .navbar-nav .open .dropdown-menu>li>a {
  5204. padding: 5px 15px 5px 25px
  5205. }
  5206. .navbar-nav .open .dropdown-menu>li>a {
  5207. line-height: 22px
  5208. }
  5209. .navbar-nav .open .dropdown-menu>li>a:focus,
  5210. .navbar-nav .open .dropdown-menu>li>a:hover {
  5211. background-image: none
  5212. }
  5213. }
  5214.  
  5215. @media (min-width:768px) {
  5216. .navbar-nav {
  5217. float: left;
  5218. margin: 0
  5219. }
  5220. .navbar-nav>li {
  5221. float: left
  5222. }
  5223. .navbar-nav>li>a {
  5224. padding-top: 14px;
  5225. padding-bottom: 14px
  5226. }
  5227. }
  5228.  
  5229. .navbar-form {
  5230. margin: 7px -15px;
  5231. padding: 10px 15px;
  5232. border-top: 1px solid transparent;
  5233. border-bottom: 1px solid transparent;
  5234. box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1), 0 1px 0 hsla(0, 0%, 100%, .1)
  5235. }
  5236.  
  5237. @media (min-width:768px) {
  5238. .navbar-form .form-group {
  5239. display: inline-block;
  5240. margin-bottom: 0;
  5241. vertical-align: middle
  5242. }
  5243. .navbar-form .form-control {
  5244. display: inline-block;
  5245. width: auto;
  5246. vertical-align: middle
  5247. }
  5248. .navbar-form .form-control-static {
  5249. display: inline-block
  5250. }
  5251. .navbar-form .input-group {
  5252. display: inline-table;
  5253. vertical-align: middle
  5254. }
  5255. .navbar-form .input-group .form-control,
  5256. .navbar-form .input-group .input-group-addon,
  5257. .navbar-form .input-group .input-group-btn {
  5258. width: auto
  5259. }
  5260. .navbar-form .input-group>.form-control {
  5261. width: 100%
  5262. }
  5263. .navbar-form .control-label {
  5264. margin-bottom: 0;
  5265. vertical-align: middle
  5266. }
  5267. .navbar-form .checkbox,
  5268. .navbar-form .radio {
  5269. display: inline-block;
  5270. margin-top: 0;
  5271. margin-bottom: 0;
  5272. vertical-align: middle
  5273. }
  5274. .navbar-form .checkbox label,
  5275. .navbar-form .radio label {
  5276. padding-left: 0
  5277. }
  5278. .navbar-form .checkbox input[type=checkbox],
  5279. .navbar-form .radio input[type=radio] {
  5280. position: relative;
  5281. margin-left: 0
  5282. }
  5283. .navbar-form .has-feedback .form-control-feedback {
  5284. top: 0
  5285. }
  5286. }
  5287.  
  5288. @media (max-width:767px) {
  5289. .navbar-form .form-group {
  5290. margin-bottom: 5px
  5291. }
  5292. .navbar-form .form-group:last-child {
  5293. margin-bottom: 0
  5294. }
  5295. }
  5296.  
  5297. @media (min-width:768px) {
  5298. .navbar-form {
  5299. width: auto;
  5300. border: 0;
  5301. margin-left: 0;
  5302. margin-right: 0;
  5303. padding-top: 0;
  5304. padding-bottom: 0;
  5305. box-shadow: none
  5306. }
  5307. }
  5308.  
  5309. .navbar-nav>li>.dropdown-menu {
  5310. margin-top: 0;
  5311. border-top-right-radius: 0;
  5312. border-top-left-radius: 0
  5313. }
  5314.  
  5315. .navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  5316. margin-bottom: 0;
  5317. border-top-right-radius: 4px;
  5318. border-top-left-radius: 4px;
  5319. border-bottom-right-radius: 0;
  5320. border-bottom-left-radius: 0
  5321. }
  5322.  
  5323. .navbar-btn {
  5324. margin-top: 7px;
  5325. margin-bottom: 7px
  5326. }
  5327.  
  5328. .btn-group-sm>.navbar-btn.btn,
  5329. .navbar-btn.btn-sm {
  5330. margin-top: 10px;
  5331. margin-bottom: 10px
  5332. }
  5333.  
  5334. .btn-group-xs>.navbar-btn.btn,
  5335. .navbar-btn.btn-xs,
  5336. .navbar-text {
  5337. margin-top: 14px;
  5338. margin-bottom: 14px
  5339. }
  5340.  
  5341. @media (min-width:768px) {
  5342. .navbar-text {
  5343. float: left;
  5344. margin-left: 15px;
  5345. margin-right: 15px
  5346. }
  5347. }
  5348.  
  5349. @media (min-width:768px) {
  5350. .navbar-left {
  5351. float: left!important
  5352. }
  5353. .navbar-right {
  5354. float: right!important;
  5355. margin-right: -15px
  5356. }
  5357. .navbar-right~.navbar-right {
  5358. margin-right: 0
  5359. }
  5360. }
  5361.  
  5362. .navbar-default {
  5363. background-color: #fff;
  5364. border-color: #d3e0e9
  5365. }
  5366.  
  5367. .navbar-default .navbar-brand {
  5368. color: #777
  5369. }
  5370.  
  5371. .navbar-default .navbar-brand:focus,
  5372. .navbar-default .navbar-brand:hover {
  5373. color: #5e5d5d;
  5374. background-color: transparent
  5375. }
  5376.  
  5377. .navbar-default .navbar-nav>li>a,
  5378. .navbar-default .navbar-text {
  5379. color: #777
  5380. }
  5381.  
  5382. .navbar-default .navbar-nav>li>a:focus,
  5383. .navbar-default .navbar-nav>li>a:hover {
  5384. color: #333;
  5385. background-color: transparent
  5386. }
  5387.  
  5388. .navbar-default .navbar-nav>.active>a,
  5389. .navbar-default .navbar-nav>.active>a:focus,
  5390. .navbar-default .navbar-nav>.active>a:hover {
  5391. color: #555;
  5392. background-color: #eee
  5393. }
  5394.  
  5395. .navbar-default .navbar-nav>.disabled>a,
  5396. .navbar-default .navbar-nav>.disabled>a:focus,
  5397. .navbar-default .navbar-nav>.disabled>a:hover {
  5398. color: #ccc;
  5399. background-color: transparent
  5400. }
  5401.  
  5402. .navbar-default .navbar-toggle {
  5403. border-color: #ddd
  5404. }
  5405.  
  5406. .navbar-default .navbar-toggle:focus,
  5407. .navbar-default .navbar-toggle:hover {
  5408. background-color: #ddd
  5409. }
  5410.  
  5411. .navbar-default .navbar-toggle .icon-bar {
  5412. background-color: #888
  5413. }
  5414.  
  5415. .navbar-default .navbar-collapse,
  5416. .navbar-default .navbar-form {
  5417. border-color: #d3e0e9
  5418. }
  5419.  
  5420. .navbar-default .navbar-nav>.open>a,
  5421. .navbar-default .navbar-nav>.open>a:focus,
  5422. .navbar-default .navbar-nav>.open>a:hover {
  5423. background-color: #eee;
  5424. color: #555
  5425. }
  5426.  
  5427. @media (max-width:767px) {
  5428. .navbar-default .navbar-nav .open .dropdown-menu>li>a {
  5429. color: #777
  5430. }
  5431. .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
  5432. .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
  5433. color: #333;
  5434. background-color: transparent
  5435. }
  5436. .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  5437. .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
  5438. .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
  5439. color: #555;
  5440. background-color: #eee
  5441. }
  5442. .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
  5443. .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
  5444. .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
  5445. color: #ccc;
  5446. background-color: transparent
  5447. }
  5448. }
  5449.  
  5450. .navbar-default .navbar-link {
  5451. color: #777
  5452. }
  5453.  
  5454. .navbar-default .navbar-link:hover {
  5455. color: #333
  5456. }
  5457.  
  5458. .navbar-default .btn-link {
  5459. color: #777
  5460. }
  5461.  
  5462. .navbar-default .btn-link:focus,
  5463. .navbar-default .btn-link:hover {
  5464. color: #333
  5465. }
  5466.  
  5467. .navbar-default .btn-link[disabled]:focus,
  5468. .navbar-default .btn-link[disabled]:hover,
  5469. fieldset[disabled] .navbar-default .btn-link:focus,
  5470. fieldset[disabled] .navbar-default .btn-link:hover {
  5471. color: #ccc
  5472. }
  5473.  
  5474. .navbar-inverse {
  5475. background-color: #222;
  5476. border-color: #090909
  5477. }
  5478.  
  5479. .navbar-inverse .navbar-brand {
  5480. color: #9d9d9d
  5481. }
  5482.  
  5483. .navbar-inverse .navbar-brand:focus,
  5484. .navbar-inverse .navbar-brand:hover {
  5485. color: #fff;
  5486. background-color: transparent
  5487. }
  5488.  
  5489. .navbar-inverse .navbar-nav>li>a,
  5490. .navbar-inverse .navbar-text {
  5491. color: #9d9d9d
  5492. }
  5493.  
  5494. .navbar-inverse .navbar-nav>li>a:focus,
  5495. .navbar-inverse .navbar-nav>li>a:hover {
  5496. color: #fff;
  5497. background-color: transparent
  5498. }
  5499.  
  5500. .navbar-inverse .navbar-nav>.active>a,
  5501. .navbar-inverse .navbar-nav>.active>a:focus,
  5502. .navbar-inverse .navbar-nav>.active>a:hover {
  5503. color: #fff;
  5504. background-color: #090909
  5505. }
  5506.  
  5507. .navbar-inverse .navbar-nav>.disabled>a,
  5508. .navbar-inverse .navbar-nav>.disabled>a:focus,
  5509. .navbar-inverse .navbar-nav>.disabled>a:hover {
  5510. color: #444;
  5511. background-color: transparent
  5512. }
  5513.  
  5514. .navbar-inverse .navbar-toggle {
  5515. border-color: #333
  5516. }
  5517.  
  5518. .navbar-inverse .navbar-toggle:focus,
  5519. .navbar-inverse .navbar-toggle:hover {
  5520. background-color: #333
  5521. }
  5522.  
  5523. .navbar-inverse .navbar-toggle .icon-bar {
  5524. background-color: #fff
  5525. }
  5526.  
  5527. .navbar-inverse .navbar-collapse,
  5528. .navbar-inverse .navbar-form {
  5529. border-color: #101010
  5530. }
  5531.  
  5532. .navbar-inverse .navbar-nav>.open>a,
  5533. .navbar-inverse .navbar-nav>.open>a:focus,
  5534. .navbar-inverse .navbar-nav>.open>a:hover {
  5535. background-color: #090909;
  5536. color: #fff
  5537. }
  5538.  
  5539. @media (max-width:767px) {
  5540. .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
  5541. border-color: #090909
  5542. }
  5543. .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
  5544. background-color: #090909
  5545. }
  5546. .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
  5547. color: #9d9d9d
  5548. }
  5549. .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
  5550. .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
  5551. color: #fff;
  5552. background-color: transparent
  5553. }
  5554. .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
  5555. .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
  5556. .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
  5557. color: #fff;
  5558. background-color: #090909
  5559. }
  5560. .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
  5561. .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
  5562. .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
  5563. color: #444;
  5564. background-color: transparent
  5565. }
  5566. }
  5567.  
  5568. .navbar-inverse .navbar-link {
  5569. color: #9d9d9d
  5570. }
  5571.  
  5572. .navbar-inverse .navbar-link:hover {
  5573. color: #fff
  5574. }
  5575.  
  5576. .navbar-inverse .btn-link {
  5577. color: #9d9d9d
  5578. }
  5579.  
  5580. .navbar-inverse .btn-link:focus,
  5581. .navbar-inverse .btn-link:hover {
  5582. color: #fff
  5583. }
  5584.  
  5585. .navbar-inverse .btn-link[disabled]:focus,
  5586. .navbar-inverse .btn-link[disabled]:hover,
  5587. fieldset[disabled] .navbar-inverse .btn-link:focus,
  5588. fieldset[disabled] .navbar-inverse .btn-link:hover {
  5589. color: #444
  5590. }
  5591.  
  5592. .breadcrumb {
  5593. padding: 8px 15px;
  5594. margin-bottom: 22px;
  5595. list-style: none;
  5596. background-color: #f5f5f5;
  5597. border-radius: 4px
  5598. }
  5599.  
  5600. .breadcrumb>li {
  5601. display: inline-block
  5602. }
  5603.  
  5604. .breadcrumb>li+li:before {
  5605. content: "/\A0";
  5606. padding: 0 5px;
  5607. color: #ccc
  5608. }
  5609.  
  5610. .breadcrumb>.active {
  5611. color: #777
  5612. }
  5613.  
  5614. .pagination {
  5615. display: inline-block;
  5616. padding-left: 0;
  5617. margin: 22px 0;
  5618. border-radius: 4px
  5619. }
  5620.  
  5621. .pagination>li {
  5622. display: inline
  5623. }
  5624.  
  5625. .pagination>li>a,
  5626. .pagination>li>span {
  5627. position: relative;
  5628. float: left;
  5629. padding: 6px 12px;
  5630. line-height: 1.6;
  5631. text-decoration: none;
  5632. color: #3097d1;
  5633. background-color: #fff;
  5634. border: 1px solid #ddd;
  5635. margin-left: -1px
  5636. }
  5637.  
  5638. .pagination>li:first-child>a,
  5639. .pagination>li:first-child>span {
  5640. margin-left: 0;
  5641. border-bottom-left-radius: 4px;
  5642. border-top-left-radius: 4px
  5643. }
  5644.  
  5645. .pagination>li:last-child>a,
  5646. .pagination>li:last-child>span {
  5647. border-bottom-right-radius: 4px;
  5648. border-top-right-radius: 4px
  5649. }
  5650.  
  5651. .pagination>li>a:focus,
  5652. .pagination>li>a:hover,
  5653. .pagination>li>span:focus,
  5654. .pagination>li>span:hover {
  5655. z-index: 2;
  5656. color: #216a94;
  5657. background-color: #eee;
  5658. border-color: #ddd
  5659. }
  5660.  
  5661. .pagination>.active>a,
  5662. .pagination>.active>a:focus,
  5663. .pagination>.active>a:hover,
  5664. .pagination>.active>span,
  5665. .pagination>.active>span:focus,
  5666. .pagination>.active>span:hover {
  5667. z-index: 3;
  5668. color: #fff;
  5669. background-color: #3097d1;
  5670. border-color: #3097d1;
  5671. cursor: default
  5672. }
  5673.  
  5674. .pagination>.disabled>a,
  5675. .pagination>.disabled>a:focus,
  5676. .pagination>.disabled>a:hover,
  5677. .pagination>.disabled>span,
  5678. .pagination>.disabled>span:focus,
  5679. .pagination>.disabled>span:hover {
  5680. color: #777;
  5681. background-color: #fff;
  5682. border-color: #ddd;
  5683. cursor: not-allowed
  5684. }
  5685.  
  5686. .pagination-lg>li>a,
  5687. .pagination-lg>li>span {
  5688. padding: 10px 16px;
  5689. font-size: 18px;
  5690. line-height: 1.3333333
  5691. }
  5692.  
  5693. .pagination-lg>li:first-child>a,
  5694. .pagination-lg>li:first-child>span {
  5695. border-bottom-left-radius: 6px;
  5696. border-top-left-radius: 6px
  5697. }
  5698.  
  5699. .pagination-lg>li:last-child>a,
  5700. .pagination-lg>li:last-child>span {
  5701. border-bottom-right-radius: 6px;
  5702. border-top-right-radius: 6px
  5703. }
  5704.  
  5705. .pagination-sm>li>a,
  5706. .pagination-sm>li>span {
  5707. padding: 5px 10px;
  5708. font-size: 12px;
  5709. line-height: 1.5
  5710. }
  5711.  
  5712. .pagination-sm>li:first-child>a,
  5713. .pagination-sm>li:first-child>span {
  5714. border-bottom-left-radius: 3px;
  5715. border-top-left-radius: 3px
  5716. }
  5717.  
  5718. .pagination-sm>li:last-child>a,
  5719. .pagination-sm>li:last-child>span {
  5720. border-bottom-right-radius: 3px;
  5721. border-top-right-radius: 3px
  5722. }
  5723.  
  5724. .pager {
  5725. padding-left: 0;
  5726. margin: 22px 0;
  5727. list-style: none;
  5728. text-align: center
  5729. }
  5730.  
  5731. .pager:after,
  5732. .pager:before {
  5733. content: " ";
  5734. display: table
  5735. }
  5736.  
  5737. .pager:after {
  5738. clear: both
  5739. }
  5740.  
  5741. .pager li {
  5742. display: inline
  5743. }
  5744.  
  5745. .pager li>a,
  5746. .pager li>span {
  5747. display: inline-block;
  5748. padding: 5px 14px;
  5749. background-color: #fff;
  5750. border: 1px solid #ddd;
  5751. border-radius: 15px
  5752. }
  5753.  
  5754. .pager li>a:focus,
  5755. .pager li>a:hover {
  5756. text-decoration: none;
  5757. background-color: #eee
  5758. }
  5759.  
  5760. .pager .next>a,
  5761. .pager .next>span {
  5762. float: right
  5763. }
  5764.  
  5765. .pager .previous>a,
  5766. .pager .previous>span {
  5767. float: left
  5768. }
  5769.  
  5770. .pager .disabled>a,
  5771. .pager .disabled>a:focus,
  5772. .pager .disabled>a:hover,
  5773. .pager .disabled>span {
  5774. color: #777;
  5775. background-color: #fff;
  5776. cursor: not-allowed
  5777. }
  5778.  
  5779. .label {
  5780. display: inline;
  5781. padding: .2em .6em .3em;
  5782. font-size: 75%;
  5783. font-weight: 700;
  5784. line-height: 1;
  5785. color: #fff;
  5786. text-align: center;
  5787. white-space: nowrap;
  5788. vertical-align: baseline;
  5789. border-radius: .25em
  5790. }
  5791.  
  5792. .label:empty {
  5793. display: none
  5794. }
  5795.  
  5796. .btn .label {
  5797. position: relative;
  5798. top: -1px
  5799. }
  5800.  
  5801. a.label:focus,
  5802. a.label:hover {
  5803. color: #fff;
  5804. text-decoration: none;
  5805. cursor: pointer
  5806. }
  5807.  
  5808. .label-default {
  5809. background-color: #777
  5810. }
  5811.  
  5812. .label-default[href]:focus,
  5813. .label-default[href]:hover {
  5814. background-color: #5e5e5e
  5815. }
  5816.  
  5817. .label-primary {
  5818. background-color: #3097d1
  5819. }
  5820.  
  5821. .label-primary[href]:focus,
  5822. .label-primary[href]:hover {
  5823. background-color: #2579a9
  5824. }
  5825.  
  5826. .label-success {
  5827. background-color: #2ab27b
  5828. }
  5829.  
  5830. .label-success[href]:focus,
  5831. .label-success[href]:hover {
  5832. background-color: #20895e
  5833. }
  5834.  
  5835. .label-info {
  5836. background-color: #8eb4cb
  5837. }
  5838.  
  5839. .label-info[href]:focus,
  5840. .label-info[href]:hover {
  5841. background-color: #6b9dbb
  5842. }
  5843.  
  5844. .label-warning {
  5845. background-color: #cbb956
  5846. }
  5847.  
  5848. .label-warning[href]:focus,
  5849. .label-warning[href]:hover {
  5850. background-color: #b6a338
  5851. }
  5852.  
  5853. .label-danger {
  5854. background-color: #bf5329
  5855. }
  5856.  
  5857. .label-danger[href]:focus,
  5858. .label-danger[href]:hover {
  5859. background-color: #954120
  5860. }
  5861.  
  5862. .badge {
  5863. display: inline-block;
  5864. min-width: 10px;
  5865. padding: 3px 7px;
  5866. font-size: 12px;
  5867. font-weight: 700;
  5868. color: #fff;
  5869. line-height: 1;
  5870. vertical-align: middle;
  5871. white-space: nowrap;
  5872. text-align: center;
  5873. background-color: #777;
  5874. border-radius: 10px
  5875. }
  5876.  
  5877. .badge:empty {
  5878. display: none
  5879. }
  5880.  
  5881. .btn .badge {
  5882. position: relative;
  5883. top: -1px
  5884. }
  5885.  
  5886. .btn-group-xs>.btn .badge,
  5887. .btn-xs .badge {
  5888. top: 0;
  5889. padding: 1px 5px
  5890. }
  5891.  
  5892. .list-group-item.active>.badge,
  5893. .nav-pills>.active>a>.badge {
  5894. color: #3097d1;
  5895. background-color: #fff
  5896. }
  5897.  
  5898. .list-group-item>.badge {
  5899. float: right
  5900. }
  5901.  
  5902. .list-group-item>.badge+.badge {
  5903. margin-right: 5px
  5904. }
  5905.  
  5906. .nav-pills>li>a>.badge {
  5907. margin-left: 3px
  5908. }
  5909.  
  5910. a.badge:focus,
  5911. a.badge:hover {
  5912. color: #fff;
  5913. text-decoration: none;
  5914. cursor: pointer
  5915. }
  5916.  
  5917. .jumbotron {
  5918. padding-top: 30px;
  5919. padding-bottom: 30px;
  5920. margin-bottom: 30px;
  5921. background-color: #eee
  5922. }
  5923.  
  5924. .jumbotron,
  5925. .jumbotron .h1,
  5926. .jumbotron h1 {
  5927. color: inherit
  5928. }
  5929.  
  5930. .jumbotron p {
  5931. margin-bottom: 15px;
  5932. font-size: 21px;
  5933. font-weight: 200
  5934. }
  5935.  
  5936. .jumbotron>hr {
  5937. border-top-color: #d5d5d5
  5938. }
  5939.  
  5940. .container-fluid .jumbotron,
  5941. .container .jumbotron {
  5942. border-radius: 6px;
  5943. padding-left: 15px;
  5944. padding-right: 15px
  5945. }
  5946.  
  5947. .jumbotron .container {
  5948. max-width: 100%
  5949. }
  5950.  
  5951. @media screen and (min-width:768px) {
  5952. .jumbotron {
  5953. padding-top: 48px;
  5954. padding-bottom: 48px
  5955. }
  5956. .container-fluid .jumbotron,
  5957. .container .jumbotron {
  5958. padding-left: 60px;
  5959. padding-right: 60px
  5960. }
  5961. .jumbotron .h1,
  5962. .jumbotron h1 {
  5963. font-size: 63px
  5964. }
  5965. }
  5966.  
  5967. .thumbnail {
  5968. display: block;
  5969. padding: 4px;
  5970. margin-bottom: 22px;
  5971. line-height: 1.6;
  5972. background-color: #f5f8fa;
  5973. border: 1px solid #ddd;
  5974. border-radius: 4px;
  5975. transition: border .2s ease-in-out
  5976. }
  5977.  
  5978. .thumbnail>img,
  5979. .thumbnail a>img {
  5980. display: block;
  5981. max-width: 100%;
  5982. height: auto;
  5983. margin-left: auto;
  5984. margin-right: auto
  5985. }
  5986.  
  5987. .thumbnail .caption {
  5988. padding: 9px;
  5989. color: #636b6f
  5990. }
  5991.  
  5992. a.thumbnail.active,
  5993. a.thumbnail:focus,
  5994. a.thumbnail:hover {
  5995. border-color: #3097d1
  5996. }
  5997.  
  5998. .alert {
  5999. padding: 15px;
  6000. margin-bottom: 22px;
  6001. border: 1px solid transparent;
  6002. border-radius: 4px
  6003. }
  6004.  
  6005. .alert h4 {
  6006. margin-top: 0;
  6007. color: inherit
  6008. }
  6009.  
  6010. .alert .alert-link {
  6011. font-weight: 700
  6012. }
  6013.  
  6014. .alert>p,
  6015. .alert>ul {
  6016. margin-bottom: 0
  6017. }
  6018.  
  6019. .alert>p+p {
  6020. margin-top: 5px
  6021. }
  6022.  
  6023. .alert-dismissable,
  6024. .alert-dismissible {
  6025. padding-right: 35px
  6026. }
  6027.  
  6028. .alert-dismissable .close,
  6029. .alert-dismissible .close {
  6030. position: relative;
  6031. top: -2px;
  6032. right: -21px;
  6033. color: inherit
  6034. }
  6035.  
  6036. .alert-success {
  6037. background-color: #dff0d8;
  6038. border-color: #d6e9c6;
  6039. color: #3c763d
  6040. }
  6041.  
  6042. .alert-success hr {
  6043. border-top-color: #c9e2b3
  6044. }
  6045.  
  6046. .alert-success .alert-link {
  6047. color: #2b542c
  6048. }
  6049.  
  6050. .alert-info {
  6051. background-color: #d9edf7;
  6052. border-color: #bce8f1;
  6053. color: #31708f
  6054. }
  6055.  
  6056. .alert-info hr {
  6057. border-top-color: #a6e1ec
  6058. }
  6059.  
  6060. .alert-info .alert-link {
  6061. color: #245269
  6062. }
  6063.  
  6064. .alert-warning {
  6065. background-color: #fcf8e3;
  6066. border-color: #faebcc;
  6067. color: #8a6d3b
  6068. }
  6069.  
  6070. .alert-warning hr {
  6071. border-top-color: #f7e1b5
  6072. }
  6073.  
  6074. .alert-warning .alert-link {
  6075. color: #66512c
  6076. }
  6077.  
  6078. .alert-danger {
  6079. background-color: #f2dede;
  6080. border-color: #ebccd1;
  6081. color: #a94442
  6082. }
  6083.  
  6084. .alert-danger hr {
  6085. border-top-color: #e4b9c0
  6086. }
  6087.  
  6088. .alert-danger .alert-link {
  6089. color: #843534
  6090. }
  6091.  
  6092. @-webkit-keyframes a {
  6093. 0% {
  6094. background-position: 40px 0
  6095. }
  6096. to {
  6097. background-position: 0 0
  6098. }
  6099. }
  6100.  
  6101. @keyframes a {
  6102. 0% {
  6103. background-position: 40px 0
  6104. }
  6105. to {
  6106. background-position: 0 0
  6107. }
  6108. }
  6109.  
  6110. .progress {
  6111. overflow: hidden;
  6112. height: 22px;
  6113. margin-bottom: 22px;
  6114. background-color: #f5f5f5;
  6115. border-radius: 4px;
  6116. box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
  6117. }
  6118.  
  6119. .progress-bar {
  6120. float: left;
  6121. width: 0;
  6122. height: 100%;
  6123. font-size: 12px;
  6124. line-height: 22px;
  6125. color: #fff;
  6126. text-align: center;
  6127. background-color: #3097d1;
  6128. box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  6129. transition: width .6s ease
  6130. }
  6131.  
  6132. .progress-bar-striped,
  6133. .progress-striped .progress-bar {
  6134. background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
  6135. background-size: 40px 40px
  6136. }
  6137.  
  6138. .progress-bar.active,
  6139. .progress.active .progress-bar {
  6140. -webkit-animation: a 2s linear infinite;
  6141. animation: a 2s linear infinite
  6142. }
  6143.  
  6144. .progress-bar-success {
  6145. background-color: #2ab27b
  6146. }
  6147.  
  6148. .progress-striped .progress-bar-success {
  6149. background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
  6150. }
  6151.  
  6152. .progress-bar-info {
  6153. background-color: #8eb4cb
  6154. }
  6155.  
  6156. .progress-striped .progress-bar-info {
  6157. background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
  6158. }
  6159.  
  6160. .progress-bar-warning {
  6161. background-color: #cbb956
  6162. }
  6163.  
  6164. .progress-striped .progress-bar-warning {
  6165. background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
  6166. }
  6167.  
  6168. .progress-bar-danger {
  6169. background-color: #bf5329
  6170. }
  6171.  
  6172. .progress-striped .progress-bar-danger {
  6173. background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
  6174. }
  6175.  
  6176. .media {
  6177. margin-top: 15px
  6178. }
  6179.  
  6180. .media:first-child {
  6181. margin-top: 0
  6182. }
  6183.  
  6184. .media,
  6185. .media-body {
  6186. zoom: 1;
  6187. overflow: hidden
  6188. }
  6189.  
  6190. .media-body {
  6191. width: 10000px
  6192. }
  6193.  
  6194. .media-object {
  6195. display: block
  6196. }
  6197.  
  6198. .media-object.img-thumbnail {
  6199. max-width: none
  6200. }
  6201.  
  6202. .media-right,
  6203. .media>.pull-right {
  6204. padding-left: 10px
  6205. }
  6206.  
  6207. .media-left,
  6208. .media>.pull-left {
  6209. padding-right: 10px
  6210. }
  6211.  
  6212. .media-body,
  6213. .media-left,
  6214. .media-right {
  6215. display: table-cell;
  6216. vertical-align: top
  6217. }
  6218.  
  6219. .media-middle {
  6220. vertical-align: middle
  6221. }
  6222.  
  6223. .media-bottom {
  6224. vertical-align: bottom
  6225. }
  6226.  
  6227. .media-heading {
  6228. margin-top: 0;
  6229. margin-bottom: 5px
  6230. }
  6231.  
  6232. .media-list {
  6233. padding-left: 0;
  6234. list-style: none
  6235. }
  6236.  
  6237. .list-group {
  6238. margin-bottom: 20px;
  6239. padding-left: 0
  6240. }
  6241.  
  6242. .list-group-item {
  6243. position: relative;
  6244. display: block;
  6245. padding: 10px 15px;
  6246. margin-bottom: -1px;
  6247. background-color: #fff;
  6248. border: 1px solid #d3e0e9
  6249. }
  6250.  
  6251. .list-group-item:first-child {
  6252. border-top-right-radius: 4px;
  6253. border-top-left-radius: 4px
  6254. }
  6255.  
  6256. .list-group-item:last-child {
  6257. margin-bottom: 0;
  6258. border-bottom-right-radius: 4px;
  6259. border-bottom-left-radius: 4px
  6260. }
  6261.  
  6262. a.list-group-item,
  6263. button.list-group-item {
  6264. color: #555
  6265. }
  6266.  
  6267. a.list-group-item .list-group-item-heading,
  6268. button.list-group-item .list-group-item-heading {
  6269. color: #333
  6270. }
  6271.  
  6272. a.list-group-item:focus,
  6273. a.list-group-item:hover,
  6274. button.list-group-item:focus,
  6275. button.list-group-item:hover {
  6276. text-decoration: none;
  6277. color: #555;
  6278. background-color: #f5f5f5
  6279. }
  6280.  
  6281. button.list-group-item {
  6282. width: 100%;
  6283. text-align: left
  6284. }
  6285.  
  6286. .list-group-item.disabled,
  6287. .list-group-item.disabled:focus,
  6288. .list-group-item.disabled:hover {
  6289. background-color: #eee;
  6290. color: #777;
  6291. cursor: not-allowed
  6292. }
  6293.  
  6294. .list-group-item.disabled .list-group-item-heading,
  6295. .list-group-item.disabled:focus .list-group-item-heading,
  6296. .list-group-item.disabled:hover .list-group-item-heading {
  6297. color: inherit
  6298. }
  6299.  
  6300. .list-group-item.disabled .list-group-item-text,
  6301. .list-group-item.disabled:focus .list-group-item-text,
  6302. .list-group-item.disabled:hover .list-group-item-text {
  6303. color: #777
  6304. }
  6305.  
  6306. .list-group-item.active,
  6307. .list-group-item.active:focus,
  6308. .list-group-item.active:hover {
  6309. z-index: 2;
  6310. color: #fff;
  6311. background-color: #3097d1;
  6312. border-color: #3097d1
  6313. }
  6314.  
  6315. .list-group-item.active .list-group-item-heading,
  6316. .list-group-item.active .list-group-item-heading>.small,
  6317. .list-group-item.active .list-group-item-heading>small,
  6318. .list-group-item.active:focus .list-group-item-heading,
  6319. .list-group-item.active:focus .list-group-item-heading>.small,
  6320. .list-group-item.active:focus .list-group-item-heading>small,
  6321. .list-group-item.active:hover .list-group-item-heading,
  6322. .list-group-item.active:hover .list-group-item-heading>.small,
  6323. .list-group-item.active:hover .list-group-item-heading>small {
  6324. color: inherit
  6325. }
  6326.  
  6327. .list-group-item.active .list-group-item-text,
  6328. .list-group-item.active:focus .list-group-item-text,
  6329. .list-group-item.active:hover .list-group-item-text {
  6330. color: #d7ebf6
  6331. }
  6332.  
  6333. .list-group-item-success {
  6334. color: #3c763d;
  6335. background-color: #dff0d8
  6336. }
  6337.  
  6338. a.list-group-item-success,
  6339. button.list-group-item-success {
  6340. color: #3c763d
  6341. }
  6342.  
  6343. a.list-group-item-success .list-group-item-heading,
  6344. button.list-group-item-success .list-group-item-heading {
  6345. color: inherit
  6346. }
  6347.  
  6348. a.list-group-item-success:focus,
  6349. a.list-group-item-success:hover,
  6350. button.list-group-item-success:focus,
  6351. button.list-group-item-success:hover {
  6352. color: #3c763d;
  6353. background-color: #d0e9c6
  6354. }
  6355.  
  6356. a.list-group-item-success.active,
  6357. a.list-group-item-success.active:focus,
  6358. a.list-group-item-success.active:hover,
  6359. button.list-group-item-success.active,
  6360. button.list-group-item-success.active:focus,
  6361. button.list-group-item-success.active:hover {
  6362. color: #fff;
  6363. background-color: #3c763d;
  6364. border-color: #3c763d
  6365. }
  6366.  
  6367. .list-group-item-info {
  6368. color: #31708f;
  6369. background-color: #d9edf7
  6370. }
  6371.  
  6372. a.list-group-item-info,
  6373. button.list-group-item-info {
  6374. color: #31708f
  6375. }
  6376.  
  6377. a.list-group-item-info .list-group-item-heading,
  6378. button.list-group-item-info .list-group-item-heading {
  6379. color: inherit
  6380. }
  6381.  
  6382. a.list-group-item-info:focus,
  6383. a.list-group-item-info:hover,
  6384. button.list-group-item-info:focus,
  6385. button.list-group-item-info:hover {
  6386. color: #31708f;
  6387. background-color: #c4e3f3
  6388. }
  6389.  
  6390. a.list-group-item-info.active,
  6391. a.list-group-item-info.active:focus,
  6392. a.list-group-item-info.active:hover,
  6393. button.list-group-item-info.active,
  6394. button.list-group-item-info.active:focus,
  6395. button.list-group-item-info.active:hover {
  6396. color: #fff;
  6397. background-color: #31708f;
  6398. border-color: #31708f
  6399. }
  6400.  
  6401. .list-group-item-warning {
  6402. color: #8a6d3b;
  6403. background-color: #fcf8e3
  6404. }
  6405.  
  6406. a.list-group-item-warning,
  6407. button.list-group-item-warning {
  6408. color: #8a6d3b
  6409. }
  6410.  
  6411. a.list-group-item-warning .list-group-item-heading,
  6412. button.list-group-item-warning .list-group-item-heading {
  6413. color: inherit
  6414. }
  6415.  
  6416. a.list-group-item-warning:focus,
  6417. a.list-group-item-warning:hover,
  6418. button.list-group-item-warning:focus,
  6419. button.list-group-item-warning:hover {
  6420. color: #8a6d3b;
  6421. background-color: #faf2cc
  6422. }
  6423.  
  6424. a.list-group-item-warning.active,
  6425. a.list-group-item-warning.active:focus,
  6426. a.list-group-item-warning.active:hover,
  6427. button.list-group-item-warning.active,
  6428. button.list-group-item-warning.active:focus,
  6429. button.list-group-item-warning.active:hover {
  6430. color: #fff;
  6431. background-color: #8a6d3b;
  6432. border-color: #8a6d3b
  6433. }
  6434.  
  6435. .list-group-item-danger {
  6436. color: #a94442;
  6437. background-color: #f2dede
  6438. }
  6439.  
  6440. a.list-group-item-danger,
  6441. button.list-group-item-danger {
  6442. color: #a94442
  6443. }
  6444.  
  6445. a.list-group-item-danger .list-group-item-heading,
  6446. button.list-group-item-danger .list-group-item-heading {
  6447. color: inherit
  6448. }
  6449.  
  6450. a.list-group-item-danger:focus,
  6451. a.list-group-item-danger:hover,
  6452. button.list-group-item-danger:focus,
  6453. button.list-group-item-danger:hover {
  6454. color: #a94442;
  6455. background-color: #ebcccc
  6456. }
  6457.  
  6458. a.list-group-item-danger.active,
  6459. a.list-group-item-danger.active:focus,
  6460. a.list-group-item-danger.active:hover,
  6461. button.list-group-item-danger.active,
  6462. button.list-group-item-danger.active:focus,
  6463. button.list-group-item-danger.active:hover {
  6464. color: #fff;
  6465. background-color: #a94442;
  6466. border-color: #a94442
  6467. }
  6468.  
  6469. .list-group-item-heading {
  6470. margin-top: 0;
  6471. margin-bottom: 5px
  6472. }
  6473.  
  6474. .list-group-item-text {
  6475. margin-bottom: 0;
  6476. line-height: 1.3
  6477. }
  6478.  
  6479. .panel {
  6480. margin-bottom: 22px;
  6481. background-color: #fff;
  6482. border: 1px solid transparent;
  6483. border-radius: 4px;
  6484. box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
  6485. }
  6486.  
  6487. .panel-body {
  6488. padding: 15px
  6489. }
  6490.  
  6491. .panel-body:after,
  6492. .panel-body:before {
  6493. content: " ";
  6494. display: table
  6495. }
  6496.  
  6497. .panel-body:after {
  6498. clear: both
  6499. }
  6500.  
  6501. .panel-heading {
  6502. padding: 10px 15px;
  6503. border-bottom: 1px solid transparent;
  6504. border-top-right-radius: 3px;
  6505. border-top-left-radius: 3px
  6506. }
  6507.  
  6508. .panel-heading>.dropdown .dropdown-toggle,
  6509. .panel-title {
  6510. color: inherit
  6511. }
  6512.  
  6513. .panel-title {
  6514. margin-top: 0;
  6515. margin-bottom: 0;
  6516. font-size: 16px
  6517. }
  6518.  
  6519. .panel-title>.small,
  6520. .panel-title>.small>a,
  6521. .panel-title>a,
  6522. .panel-title>small,
  6523. .panel-title>small>a {
  6524. color: inherit
  6525. }
  6526.  
  6527. .panel-footer {
  6528. padding: 10px 15px;
  6529. background-color: #f5f5f5;
  6530. border-top: 1px solid #d3e0e9;
  6531. border-bottom-right-radius: 3px;
  6532. border-bottom-left-radius: 3px
  6533. }
  6534.  
  6535. .panel>.list-group,
  6536. .panel>.panel-collapse>.list-group {
  6537. margin-bottom: 0
  6538. }
  6539.  
  6540. .panel>.list-group .list-group-item,
  6541. .panel>.panel-collapse>.list-group .list-group-item {
  6542. border-width: 1px 0;
  6543. border-radius: 0
  6544. }
  6545.  
  6546. .panel>.list-group:first-child .list-group-item:first-child,
  6547. .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
  6548. border-top: 0;
  6549. border-top-right-radius: 3px;
  6550. border-top-left-radius: 3px
  6551. }
  6552.  
  6553. .panel>.list-group:last-child .list-group-item:last-child,
  6554. .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
  6555. border-bottom: 0;
  6556. border-bottom-right-radius: 3px;
  6557. border-bottom-left-radius: 3px
  6558. }
  6559.  
  6560. .panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
  6561. border-top-right-radius: 0;
  6562. border-top-left-radius: 0
  6563. }
  6564.  
  6565. .list-group+.panel-footer,
  6566. .panel-heading+.list-group .list-group-item:first-child {
  6567. border-top-width: 0
  6568. }
  6569.  
  6570. .panel>.panel-collapse>.table,
  6571. .panel>.table,
  6572. .panel>.table-responsive>.table {
  6573. margin-bottom: 0
  6574. }
  6575.  
  6576. .panel>.panel-collapse>.table caption,
  6577. .panel>.table-responsive>.table caption,
  6578. .panel>.table caption {
  6579. padding-left: 15px;
  6580. padding-right: 15px
  6581. }
  6582.  
  6583. .panel>.table-responsive:first-child>.table:first-child,
  6584. .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
  6585. .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
  6586. .panel>.table:first-child,
  6587. .panel>.table:first-child>tbody:first-child>tr:first-child,
  6588. .panel>.table:first-child>thead:first-child>tr:first-child {
  6589. border-top-right-radius: 3px;
  6590. border-top-left-radius: 3px
  6591. }
  6592.  
  6593. .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
  6594. .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
  6595. .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
  6596. .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
  6597. .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
  6598. .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
  6599. .panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
  6600. .panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
  6601. border-top-left-radius: 3px
  6602. }
  6603.  
  6604. .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
  6605. .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
  6606. .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
  6607. .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
  6608. .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
  6609. .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
  6610. .panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
  6611. .panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
  6612. border-top-right-radius: 3px
  6613. }
  6614.  
  6615. .panel>.table-responsive:last-child>.table:last-child,
  6616. .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
  6617. .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
  6618. .panel>.table:last-child,
  6619. .panel>.table:last-child>tbody:last-child>tr:last-child,
  6620. .panel>.table:last-child>tfoot:last-child>tr:last-child {
  6621. border-bottom-right-radius: 3px;
  6622. border-bottom-left-radius: 3px
  6623. }
  6624.  
  6625. .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
  6626. .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
  6627. .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
  6628. .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
  6629. .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
  6630. .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
  6631. .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
  6632. .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
  6633. border-bottom-left-radius: 3px
  6634. }
  6635.  
  6636. .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
  6637. .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
  6638. .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
  6639. .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
  6640. .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
  6641. .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
  6642. .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
  6643. .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
  6644. border-bottom-right-radius: 3px
  6645. }
  6646.  
  6647. .panel>.panel-body+.table,
  6648. .panel>.panel-body+.table-responsive,
  6649. .panel>.table+.panel-body,
  6650. .panel>.table-responsive+.panel-body {
  6651. border-top: 1px solid #ddd
  6652. }
  6653.  
  6654. .panel>.table>tbody:first-child>tr:first-child td,
  6655. .panel>.table>tbody:first-child>tr:first-child th {
  6656. border-top: 0
  6657. }
  6658.  
  6659. .panel>.table-bordered,
  6660. .panel>.table-responsive>.table-bordered {
  6661. border: 0
  6662. }
  6663.  
  6664. .panel>.table-bordered>tbody>tr>td:first-child,
  6665. .panel>.table-bordered>tbody>tr>th:first-child,
  6666. .panel>.table-bordered>tfoot>tr>td:first-child,
  6667. .panel>.table-bordered>tfoot>tr>th:first-child,
  6668. .panel>.table-bordered>thead>tr>td:first-child,
  6669. .panel>.table-bordered>thead>tr>th:first-child,
  6670. .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
  6671. .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
  6672. .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
  6673. .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
  6674. .panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
  6675. .panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
  6676. border-left: 0
  6677. }
  6678.  
  6679. .panel>.table-bordered>tbody>tr>td:last-child,
  6680. .panel>.table-bordered>tbody>tr>th:last-child,
  6681. .panel>.table-bordered>tfoot>tr>td:last-child,
  6682. .panel>.table-bordered>tfoot>tr>th:last-child,
  6683. .panel>.table-bordered>thead>tr>td:last-child,
  6684. .panel>.table-bordered>thead>tr>th:last-child,
  6685. .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
  6686. .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
  6687. .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
  6688. .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
  6689. .panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
  6690. .panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
  6691. border-right: 0
  6692. }
  6693.  
  6694. .panel>.table-bordered>tbody>tr:first-child>td,
  6695. .panel>.table-bordered>tbody>tr:first-child>th,
  6696. .panel>.table-bordered>tbody>tr:last-child>td,
  6697. .panel>.table-bordered>tbody>tr:last-child>th,
  6698. .panel>.table-bordered>tfoot>tr:last-child>td,
  6699. .panel>.table-bordered>tfoot>tr:last-child>th,
  6700. .panel>.table-bordered>thead>tr:first-child>td,
  6701. .panel>.table-bordered>thead>tr:first-child>th,
  6702. .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
  6703. .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
  6704. .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
  6705. .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
  6706. .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
  6707. .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
  6708. .panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
  6709. .panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
  6710. border-bottom: 0
  6711. }
  6712.  
  6713. .panel>.table-responsive {
  6714. border: 0;
  6715. margin-bottom: 0
  6716. }
  6717.  
  6718. .panel-group {
  6719. margin-bottom: 22px
  6720. }
  6721.  
  6722. .panel-group .panel {
  6723. margin-bottom: 0;
  6724. border-radius: 4px
  6725. }
  6726.  
  6727. .panel-group .panel+.panel {
  6728. margin-top: 5px
  6729. }
  6730.  
  6731. .panel-group .panel-heading {
  6732. border-bottom: 0
  6733. }
  6734.  
  6735. .panel-group .panel-heading+.panel-collapse>.list-group,
  6736. .panel-group .panel-heading+.panel-collapse>.panel-body {
  6737. border-top: 1px solid #d3e0e9
  6738. }
  6739.  
  6740. .panel-group .panel-footer {
  6741. border-top: 0
  6742. }
  6743.  
  6744. .panel-group .panel-footer+.panel-collapse .panel-body {
  6745. border-bottom: 1px solid #d3e0e9
  6746. }
  6747.  
  6748. .panel-default {
  6749. border-color: #d3e0e9
  6750. }
  6751.  
  6752. .panel-default>.panel-heading {
  6753. color: #333;
  6754. background-color: #fff;
  6755. border-color: #d3e0e9
  6756. }
  6757.  
  6758. .panel-default>.panel-heading+.panel-collapse>.panel-body {
  6759. border-top-color: #d3e0e9
  6760. }
  6761.  
  6762. .panel-default>.panel-heading .badge {
  6763. color: #fff;
  6764. background-color: #333
  6765. }
  6766.  
  6767. .panel-default>.panel-footer+.panel-collapse>.panel-body {
  6768. border-bottom-color: #d3e0e9
  6769. }
  6770.  
  6771. .panel-primary {
  6772. border-color: #3097d1
  6773. }
  6774.  
  6775. .panel-primary>.panel-heading {
  6776. color: #fff;
  6777. background-color: #3097d1;
  6778. border-color: #3097d1
  6779. }
  6780.  
  6781. .panel-primary>.panel-heading+.panel-collapse>.panel-body {
  6782. border-top-color: #3097d1
  6783. }
  6784.  
  6785. .panel-primary>.panel-heading .badge {
  6786. color: #3097d1;
  6787. background-color: #fff
  6788. }
  6789.  
  6790. .panel-primary>.panel-footer+.panel-collapse>.panel-body {
  6791. border-bottom-color: #3097d1
  6792. }
  6793.  
  6794. .panel-success {
  6795. border-color: #d6e9c6
  6796. }
  6797.  
  6798. .panel-success>.panel-heading {
  6799. color: #3c763d;
  6800. background-color: #dff0d8;
  6801. border-color: #d6e9c6
  6802. }
  6803.  
  6804. .panel-success>.panel-heading+.panel-collapse>.panel-body {
  6805. border-top-color: #d6e9c6
  6806. }
  6807.  
  6808. .panel-success>.panel-heading .badge {
  6809. color: #dff0d8;
  6810. background-color: #3c763d
  6811. }
  6812.  
  6813. .panel-success>.panel-footer+.panel-collapse>.panel-body {
  6814. border-bottom-color: #d6e9c6
  6815. }
  6816.  
  6817. .panel-info {
  6818. border-color: #bce8f1
  6819. }
  6820.  
  6821. .panel-info>.panel-heading {
  6822. color: #31708f;
  6823. background-color: #d9edf7;
  6824. border-color: #bce8f1
  6825. }
  6826.  
  6827. .panel-info>.panel-heading+.panel-collapse>.panel-body {
  6828. border-top-color: #bce8f1
  6829. }
  6830.  
  6831. .panel-info>.panel-heading .badge {
  6832. color: #d9edf7;
  6833. background-color: #31708f
  6834. }
  6835.  
  6836. .panel-info>.panel-footer+.panel-collapse>.panel-body {
  6837. border-bottom-color: #bce8f1
  6838. }
  6839.  
  6840. .panel-warning {
  6841. border-color: #faebcc
  6842. }
  6843.  
  6844. .panel-warning>.panel-heading {
  6845. color: #8a6d3b;
  6846. background-color: #fcf8e3;
  6847. border-color: #faebcc
  6848. }
  6849.  
  6850. .panel-warning>.panel-heading+.panel-collapse>.panel-body {
  6851. border-top-color: #faebcc
  6852. }
  6853.  
  6854. .panel-warning>.panel-heading .badge {
  6855. color: #fcf8e3;
  6856. background-color: #8a6d3b
  6857. }
  6858.  
  6859. .panel-warning>.panel-footer+.panel-collapse>.panel-body {
  6860. border-bottom-color: #faebcc
  6861. }
  6862.  
  6863. .panel-danger {
  6864. border-color: #ebccd1
  6865. }
  6866.  
  6867. .panel-danger>.panel-heading {
  6868. color: #a94442;
  6869. background-color: #f2dede;
  6870. border-color: #ebccd1
  6871. }
  6872.  
  6873. .panel-danger>.panel-heading+.panel-collapse>.panel-body {
  6874. border-top-color: #ebccd1
  6875. }
  6876.  
  6877. .panel-danger>.panel-heading .badge {
  6878. color: #f2dede;
  6879. background-color: #a94442
  6880. }
  6881.  
  6882. .panel-danger>.panel-footer+.panel-collapse>.panel-body {
  6883. border-bottom-color: #ebccd1
  6884. }
  6885.  
  6886. .embed-responsive {
  6887. position: relative;
  6888. display: block;
  6889. height: 0;
  6890. padding: 0;
  6891. overflow: hidden
  6892. }
  6893.  
  6894. .embed-responsive .embed-responsive-item,
  6895. .embed-responsive embed,
  6896. .embed-responsive iframe,
  6897. .embed-responsive object,
  6898. .embed-responsive video {
  6899. position: absolute;
  6900. top: 0;
  6901. left: 0;
  6902. bottom: 0;
  6903. height: 100%;
  6904. width: 100%;
  6905. border: 0
  6906. }
  6907.  
  6908. .embed-responsive-16by9 {
  6909. padding-bottom: 56.25%
  6910. }
  6911.  
  6912. .embed-responsive-4by3 {
  6913. padding-bottom: 75%
  6914. }
  6915.  
  6916. .well {
  6917. min-height: 20px;
  6918. padding: 19px;
  6919. margin-bottom: 20px;
  6920. background-color: #f5f5f5;
  6921. border: 1px solid #e3e3e3;
  6922. border-radius: 4px;
  6923. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
  6924. }
  6925.  
  6926. .well blockquote {
  6927. border-color: #ddd;
  6928. border-color: rgba(0, 0, 0, .15)
  6929. }
  6930.  
  6931. .well-lg {
  6932. padding: 24px;
  6933. border-radius: 6px
  6934. }
  6935.  
  6936. .well-sm {
  6937. padding: 9px;
  6938. border-radius: 3px
  6939. }
  6940.  
  6941. .close {
  6942. float: right;
  6943. font-size: 21px;
  6944. font-weight: 700;
  6945. line-height: 1;
  6946. color: #000;
  6947. text-shadow: 0 1px 0 #fff;
  6948. opacity: .2;
  6949. filter: alpha(opacity=20)
  6950. }
  6951.  
  6952. .close:focus,
  6953. .close:hover {
  6954. color: #000;
  6955. text-decoration: none;
  6956. cursor: pointer;
  6957. opacity: .5;
  6958. filter: alpha(opacity=50)
  6959. }
  6960.  
  6961. button.close {
  6962. padding: 0;
  6963. cursor: pointer;
  6964. background: transparent;
  6965. border: 0;
  6966. -webkit-appearance: none
  6967. }
  6968.  
  6969. .modal,
  6970. .modal-open {
  6971. overflow: hidden
  6972. }
  6973.  
  6974. .modal {
  6975. display: none;
  6976. position: fixed;
  6977. top: 0;
  6978. right: 0;
  6979. bottom: 0;
  6980. left: 0;
  6981. z-index: 11;
  6982. -webkit-overflow-scrolling: touch;
  6983. outline: 0
  6984. }
  6985.  
  6986. .modal.fade .modal-dialog {
  6987. -webkit-transform: translateY(-25%);
  6988. transform: translateY(-25%);
  6989. transition: -webkit-transform .3s ease-out;
  6990. transition: transform .3s ease-out;
  6991. transition: transform .3s ease-out, -webkit-transform .3s ease-out
  6992. }
  6993.  
  6994. .modal.in .modal-dialog {
  6995. -webkit-transform: translate(0);
  6996. transform: translate(0)
  6997. }
  6998.  
  6999. .modal-open .modal {
  7000. overflow-x: hidden;
  7001. overflow-y: auto
  7002. }
  7003.  
  7004. .modal-dialog {
  7005. position: relative;
  7006. width: auto;
  7007. margin: 10px
  7008. }
  7009.  
  7010. .modal-content {
  7011. position: relative;
  7012. background-color: #fff;
  7013. border: 1px solid #999;
  7014. border: 1px solid rgba(0, 0, 0, .2);
  7015. border-radius: 6px;
  7016. box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  7017. background-clip: padding-box;
  7018. outline: 0
  7019. }
  7020.  
  7021. .modal-backdrop {
  7022. position: fixed;
  7023. top: 0;
  7024. right: 0;
  7025. bottom: 0;
  7026. left: 0;
  7027. z-index: 10;
  7028. background-color: #000
  7029. }
  7030.  
  7031. .modal-backdrop.fade {
  7032. opacity: 0;
  7033. filter: alpha(opacity=0)
  7034. }
  7035.  
  7036. .modal-backdrop.in {
  7037. opacity: .5;
  7038. filter: alpha(opacity=50)
  7039. }
  7040.  
  7041. .modal-header {
  7042. padding: 15px;
  7043. border-bottom: 1px solid #e5e5e5
  7044. }
  7045.  
  7046. .modal-header:after,
  7047. .modal-header:before {
  7048. content: " ";
  7049. display: table
  7050. }
  7051.  
  7052. .modal-header:after {
  7053. clear: both
  7054. }
  7055.  
  7056. .modal-header .close {
  7057. margin-top: -2px
  7058. }
  7059.  
  7060. .modal-title {
  7061. margin: 0;
  7062. line-height: 1.6
  7063. }
  7064.  
  7065. .modal-body {
  7066. position: relative;
  7067. padding: 15px
  7068. }
  7069.  
  7070. .modal-footer {
  7071. padding: 15px;
  7072. text-align: right;
  7073. border-top: 1px solid #e5e5e5
  7074. }
  7075.  
  7076. .modal-footer:after,
  7077. .modal-footer:before {
  7078. content: " ";
  7079. display: table
  7080. }
  7081.  
  7082. .modal-footer:after {
  7083. clear: both
  7084. }
  7085.  
  7086. .modal-footer .btn+.btn {
  7087. margin-left: 5px;
  7088. margin-bottom: 0
  7089. }
  7090.  
  7091. .modal-footer .btn-group .btn+.btn {
  7092. margin-left: -1px
  7093. }
  7094.  
  7095. .modal-footer .btn-block+.btn-block {
  7096. margin-left: 0
  7097. }
  7098.  
  7099. .modal-scrollbar-measure {
  7100. position: absolute;
  7101. top: -9999px;
  7102. width: 50px;
  7103. height: 50px;
  7104. overflow: scroll
  7105. }
  7106.  
  7107. @media (min-width:768px) {
  7108. .modal-dialog {
  7109. width: 600px;
  7110. margin: 30px auto
  7111. }
  7112. .modal-content {
  7113. box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
  7114. }
  7115. .modal-sm {
  7116. width: 300px
  7117. }
  7118. }
  7119.  
  7120. @media (min-width:992px) {
  7121. .modal-lg {
  7122. width: 900px
  7123. }
  7124. }
  7125.  
  7126. .tooltip {
  7127. position: absolute;
  7128. z-index: 13;
  7129. display: block;
  7130. font-family: Raleway, sans-serif;
  7131. font-style: normal;
  7132. font-weight: 400;
  7133. letter-spacing: normal;
  7134. line-break: auto;
  7135. line-height: 1.6;
  7136. text-align: left;
  7137. text-align: start;
  7138. text-decoration: none;
  7139. text-shadow: none;
  7140. text-transform: none;
  7141. white-space: normal;
  7142. word-break: normal;
  7143. word-spacing: normal;
  7144. word-wrap: normal;
  7145. font-size: 12px;
  7146. opacity: 0;
  7147. filter: alpha(opacity=0)
  7148. }
  7149.  
  7150. .tooltip.in {
  7151. opacity: .9;
  7152. filter: alpha(opacity=90)
  7153. }
  7154.  
  7155. .tooltip.top {
  7156. margin-top: -3px;
  7157. padding: 5px 0
  7158. }
  7159.  
  7160. .tooltip.right {
  7161. margin-left: 3px;
  7162. padding: 0 5px
  7163. }
  7164.  
  7165. .tooltip.bottom {
  7166. margin-top: 3px;
  7167. padding: 5px 0
  7168. }
  7169.  
  7170. .tooltip.left {
  7171. margin-left: -3px;
  7172. padding: 0 5px
  7173. }
  7174.  
  7175. .tooltip-inner {
  7176. max-width: 200px;
  7177. padding: 3px 8px;
  7178. color: #fff;
  7179. text-align: center;
  7180. background-color: #000;
  7181. border-radius: 4px
  7182. }
  7183.  
  7184. .tooltip-arrow {
  7185. position: absolute;
  7186. width: 0;
  7187. height: 0;
  7188. border-color: transparent;
  7189. border-style: solid
  7190. }
  7191.  
  7192. .tooltip.top .tooltip-arrow {
  7193. bottom: 0;
  7194. left: 50%;
  7195. margin-left: -5px;
  7196. border-width: 5px 5px 0;
  7197. border-top-color: #000
  7198. }
  7199.  
  7200. .tooltip.top-left .tooltip-arrow {
  7201. right: 5px
  7202. }
  7203.  
  7204. .tooltip.top-left .tooltip-arrow,
  7205. .tooltip.top-right .tooltip-arrow {
  7206. bottom: 0;
  7207. margin-bottom: -5px;
  7208. border-width: 5px 5px 0;
  7209. border-top-color: #000
  7210. }
  7211.  
  7212. .tooltip.top-right .tooltip-arrow {
  7213. left: 5px
  7214. }
  7215.  
  7216. .tooltip.right .tooltip-arrow {
  7217. top: 50%;
  7218. left: 0;
  7219. margin-top: -5px;
  7220. border-width: 5px 5px 5px 0;
  7221. border-right-color: #000
  7222. }
  7223.  
  7224. .tooltip.left .tooltip-arrow {
  7225. top: 50%;
  7226. right: 0;
  7227. margin-top: -5px;
  7228. border-width: 5px 0 5px 5px;
  7229. border-left-color: #000
  7230. }
  7231.  
  7232. .tooltip.bottom .tooltip-arrow {
  7233. top: 0;
  7234. left: 50%;
  7235. margin-left: -5px;
  7236. border-width: 0 5px 5px;
  7237. border-bottom-color: #000
  7238. }
  7239.  
  7240. .tooltip.bottom-left .tooltip-arrow {
  7241. top: 0;
  7242. right: 5px;
  7243. margin-top: -5px;
  7244. border-width: 0 5px 5px;
  7245. border-bottom-color: #000
  7246. }
  7247.  
  7248. .tooltip.bottom-right .tooltip-arrow {
  7249. top: 0;
  7250. left: 5px;
  7251. margin-top: -5px;
  7252. border-width: 0 5px 5px;
  7253. border-bottom-color: #000
  7254. }
  7255.  
  7256. .popover {
  7257. position: absolute;
  7258. top: 0;
  7259. left: 0;
  7260. z-index: 12;
  7261. display: none;
  7262. max-width: 276px;
  7263. padding: 1px;
  7264. font-family: Raleway, sans-serif;
  7265. font-style: normal;
  7266. font-weight: 400;
  7267. letter-spacing: normal;
  7268. line-break: auto;
  7269. line-height: 1.6;
  7270. text-align: left;
  7271. text-align: start;
  7272. text-decoration: none;
  7273. text-shadow: none;
  7274. text-transform: none;
  7275. white-space: normal;
  7276. word-break: normal;
  7277. word-spacing: normal;
  7278. word-wrap: normal;
  7279. font-size: 14px;
  7280. background-color: #fff;
  7281. background-clip: padding-box;
  7282. border: 1px solid #ccc;
  7283. border: 1px solid rgba(0, 0, 0, .2);
  7284. border-radius: 6px;
  7285. box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
  7286. }
  7287.  
  7288. .popover.top {
  7289. margin-top: -10px
  7290. }
  7291.  
  7292. .popover.right {
  7293. margin-left: 10px
  7294. }
  7295.  
  7296. .popover.bottom {
  7297. margin-top: 10px
  7298. }
  7299.  
  7300. .popover.left {
  7301. margin-left: -10px
  7302. }
  7303.  
  7304. .popover-title {
  7305. margin: 0;
  7306. padding: 8px 14px;
  7307. font-size: 14px;
  7308. background-color: #f7f7f7;
  7309. border-bottom: 1px solid #ebebeb;
  7310. border-radius: 5px 5px 0 0
  7311. }
  7312.  
  7313. .popover-content {
  7314. padding: 9px 14px
  7315. }
  7316.  
  7317. .popover>.arrow,
  7318. .popover>.arrow:after {
  7319. position: absolute;
  7320. display: block;
  7321. width: 0;
  7322. height: 0;
  7323. border-color: transparent;
  7324. border-style: solid
  7325. }
  7326.  
  7327. .popover>.arrow {
  7328. border-width: 11px
  7329. }
  7330.  
  7331. .popover>.arrow:after {
  7332. border-width: 10px;
  7333. content: ""
  7334. }
  7335.  
  7336. .popover.top>.arrow {
  7337. left: 50%;
  7338. margin-left: -11px;
  7339. border-bottom-width: 0;
  7340. border-top-color: #999;
  7341. border-top-color: rgba(0, 0, 0, .25);
  7342. bottom: -11px
  7343. }
  7344.  
  7345. .popover.top>.arrow:after {
  7346. content: " ";
  7347. bottom: 1px;
  7348. margin-left: -10px;
  7349. border-bottom-width: 0;
  7350. border-top-color: #fff
  7351. }
  7352.  
  7353. .popover.right>.arrow {
  7354. top: 50%;
  7355. left: -11px;
  7356. margin-top: -11px;
  7357. border-left-width: 0;
  7358. border-right-color: #999;
  7359. border-right-color: rgba(0, 0, 0, .25)
  7360. }
  7361.  
  7362. .popover.right>.arrow:after {
  7363. content: " ";
  7364. left: 1px;
  7365. bottom: -10px;
  7366. border-left-width: 0;
  7367. border-right-color: #fff
  7368. }
  7369.  
  7370. .popover.bottom>.arrow {
  7371. left: 50%;
  7372. margin-left: -11px;
  7373. border-top-width: 0;
  7374. border-bottom-color: #999;
  7375. border-bottom-color: rgba(0, 0, 0, .25);
  7376. top: -11px
  7377. }
  7378.  
  7379. .popover.bottom>.arrow:after {
  7380. content: " ";
  7381. top: 1px;
  7382. margin-left: -10px;
  7383. border-top-width: 0;
  7384. border-bottom-color: #fff
  7385. }
  7386.  
  7387. .popover.left>.arrow {
  7388. top: 50%;
  7389. right: -11px;
  7390. margin-top: -11px;
  7391. border-right-width: 0;
  7392. border-left-color: #999;
  7393. border-left-color: rgba(0, 0, 0, .25)
  7394. }
  7395.  
  7396. .popover.left>.arrow:after {
  7397. content: " ";
  7398. right: 1px;
  7399. border-right-width: 0;
  7400. border-left-color: #fff;
  7401. bottom: -10px
  7402. }
  7403.  
  7404. .carousel,
  7405. .carousel-inner {
  7406. position: relative
  7407. }
  7408.  
  7409. .carousel-inner {
  7410. overflow: hidden;
  7411. width: 100%
  7412. }
  7413.  
  7414. .carousel-inner>.item {
  7415. display: none;
  7416. position: relative;
  7417. transition: left .6s ease-in-out
  7418. }
  7419.  
  7420. .carousel-inner>.item>a>img,
  7421. .carousel-inner>.item>img {
  7422. display: block;
  7423. max-width: 100%;
  7424. height: auto;
  7425. line-height: 1
  7426. }
  7427.  
  7428. @media (-webkit-transform-3d),
  7429. (transform-3d) {
  7430. .carousel-inner>.item {
  7431. transition: -webkit-transform .6s ease-in-out;
  7432. transition: transform .6s ease-in-out;
  7433. transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
  7434. -webkit-backface-visibility: hidden;
  7435. backface-visibility: hidden;
  7436. -webkit-perspective: 1000px;
  7437. perspective: 1000px
  7438. }
  7439. .carousel-inner>.item.active.right,
  7440. .carousel-inner>.item.next {
  7441. -webkit-transform: translate3d(100%, 0, 0);
  7442. transform: translate3d(100%, 0, 0);
  7443. left: 0
  7444. }
  7445. .carousel-inner>.item.active.left,
  7446. .carousel-inner>.item.prev {
  7447. -webkit-transform: translate3d(-100%, 0, 0);
  7448. transform: translate3d(-100%, 0, 0);
  7449. left: 0
  7450. }
  7451. .carousel-inner>.item.active,
  7452. .carousel-inner>.item.next.left,
  7453. .carousel-inner>.item.prev.right {
  7454. -webkit-transform: translateZ(0);
  7455. transform: translateZ(0);
  7456. left: 0
  7457. }
  7458. }
  7459.  
  7460. .carousel-inner>.active,
  7461. .carousel-inner>.next,
  7462. .carousel-inner>.prev {
  7463. display: block
  7464. }
  7465.  
  7466. .carousel-inner>.active {
  7467. left: 0
  7468. }
  7469.  
  7470. .carousel-inner>.next,
  7471. .carousel-inner>.prev {
  7472. position: absolute;
  7473. top: 0;
  7474. width: 100%
  7475. }
  7476.  
  7477. .carousel-inner>.next {
  7478. left: 100%
  7479. }
  7480.  
  7481. .carousel-inner>.prev {
  7482. left: -100%
  7483. }
  7484.  
  7485. .carousel-inner>.next.left,
  7486. .carousel-inner>.prev.right {
  7487. left: 0
  7488. }
  7489.  
  7490. .carousel-inner>.active.left {
  7491. left: -100%
  7492. }
  7493.  
  7494. .carousel-inner>.active.right {
  7495. left: 100%
  7496. }
  7497.  
  7498. .carousel-control {
  7499. position: absolute;
  7500. top: 0;
  7501. left: 0;
  7502. bottom: 0;
  7503. width: 15%;
  7504. opacity: .5;
  7505. filter: alpha(opacity=50);
  7506. font-size: 20px;
  7507. color: #fff;
  7508. text-align: center;
  7509. text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  7510. background-color: transparent
  7511. }
  7512.  
  7513. .carousel-control.left {
  7514. background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .0001));
  7515. background-repeat: repeat-x;
  7516. filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1)
  7517. }
  7518.  
  7519. .carousel-control.right {
  7520. left: auto;
  7521. right: 0;
  7522. background-image: linear-gradient(90deg, rgba(0, 0, 0, .0001), rgba(0, 0, 0, .5));
  7523. background-repeat: repeat-x;
  7524. filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1)
  7525. }
  7526.  
  7527. .carousel-control:focus,
  7528. .carousel-control:hover {
  7529. outline: 0;
  7530. color: #fff;
  7531. text-decoration: none;
  7532. opacity: .9;
  7533. filter: alpha(opacity=90)
  7534. }
  7535.  
  7536. .carousel-control .glyphicon-chevron-left,
  7537. .carousel-control .glyphicon-chevron-right,
  7538. .carousel-control .icon-next,
  7539. .carousel-control .icon-prev {
  7540. position: absolute;
  7541. top: 50%;
  7542. margin-top: -10px;
  7543. z-index: 4;
  7544. display: inline-block
  7545. }
  7546.  
  7547. .carousel-control .glyphicon-chevron-left,
  7548. .carousel-control .icon-prev {
  7549. left: 50%;
  7550. margin-left: -10px
  7551. }
  7552.  
  7553. .carousel-control .glyphicon-chevron-right,
  7554. .carousel-control .icon-next {
  7555. right: 50%;
  7556. margin-right: -10px
  7557. }
  7558.  
  7559. .carousel-control .icon-next,
  7560. .carousel-control .icon-prev {
  7561. width: 20px;
  7562. height: 20px;
  7563. line-height: 1;
  7564. font-family: serif
  7565. }
  7566.  
  7567. .carousel-control .icon-prev:before {
  7568. content: "\2039"
  7569. }
  7570.  
  7571. .carousel-control .icon-next:before {
  7572. content: "\203A"
  7573. }
  7574.  
  7575. .carousel-indicators {
  7576. position: absolute;
  7577. bottom: 10px;
  7578. left: 50%;
  7579. z-index: 6;
  7580. width: 60%;
  7581. margin-left: -30%;
  7582. padding-left: 0;
  7583. list-style: none;
  7584. text-align: center
  7585. }
  7586.  
  7587. .carousel-indicators li {
  7588. display: inline-block;
  7589. width: 10px;
  7590. height: 10px;
  7591. margin: 1px;
  7592. text-indent: -999px;
  7593. border: 1px solid #fff;
  7594. border-radius: 10px;
  7595. cursor: pointer;
  7596. background-color: #000\9;
  7597. background-color: transparent
  7598. }
  7599.  
  7600. .carousel-indicators .active {
  7601. margin: 0;
  7602. width: 12px;
  7603. height: 12px;
  7604. background-color: #fff
  7605. }
  7606.  
  7607. .carousel-caption {
  7608. position: absolute;
  7609. left: 15%;
  7610. right: 15%;
  7611. bottom: 20px;
  7612. z-index: 5;
  7613. padding-top: 20px;
  7614. padding-bottom: 20px;
  7615. color: #fff;
  7616. text-align: center;
  7617. text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
  7618. }
  7619.  
  7620. .carousel-caption .btn {
  7621. text-shadow: none
  7622. }
  7623.  
  7624. @media screen and (min-width:768px) {
  7625. .carousel-control .glyphicon-chevron-left,
  7626. .carousel-control .glyphicon-chevron-right,
  7627. .carousel-control .icon-next,
  7628. .carousel-control .icon-prev {
  7629. width: 30px;
  7630. height: 30px;
  7631. margin-top: -10px;
  7632. font-size: 30px
  7633. }
  7634. .carousel-control .glyphicon-chevron-left,
  7635. .carousel-control .icon-prev {
  7636. margin-left: -10px
  7637. }
  7638. .carousel-control .glyphicon-chevron-right,
  7639. .carousel-control .icon-next {
  7640. margin-right: -10px
  7641. }
  7642. .carousel-caption {
  7643. left: 20%;
  7644. right: 20%;
  7645. padding-bottom: 30px
  7646. }
  7647. .carousel-indicators {
  7648. bottom: 20px
  7649. }
  7650. }
  7651.  
  7652. .clearfix:after,
  7653. .clearfix:before {
  7654. content: " ";
  7655. display: table
  7656. }
  7657.  
  7658. .clearfix:after {
  7659. clear: both
  7660. }
  7661.  
  7662. .center-block {
  7663. display: block;
  7664. margin-left: auto;
  7665. margin-right: auto
  7666. }
  7667.  
  7668. .pull-right {
  7669. float: right!important
  7670. }
  7671.  
  7672. .pull-left {
  7673. float: left!important
  7674. }
  7675.  
  7676. .hide {
  7677. display: none!important
  7678. }
  7679.  
  7680. .show {
  7681. display: block!important
  7682. }
  7683.  
  7684. .invisible {
  7685. visibility: hidden
  7686. }
  7687.  
  7688. .text-hide {
  7689. font: 0/0 a;
  7690. color: transparent;
  7691. text-shadow: none;
  7692. background-color: transparent;
  7693. border: 0
  7694. }
  7695.  
  7696. .hidden {
  7697. display: none!important
  7698. }
  7699.  
  7700. .affix {
  7701. position: fixed
  7702. }
  7703.  
  7704. @-ms-viewport {
  7705. width: device-width
  7706. }
  7707.  
  7708. .visible-lg,
  7709. .visible-lg-block,
  7710. .visible-lg-inline,
  7711. .visible-lg-inline-block,
  7712. .visible-md,
  7713. .visible-md-block,
  7714. .visible-md-inline,
  7715. .visible-md-inline-block,
  7716. .visible-sm,
  7717. .visible-sm-block,
  7718. .visible-sm-inline,
  7719. .visible-sm-inline-block,
  7720. .visible-xs,
  7721. .visible-xs-block,
  7722. .visible-xs-inline,
  7723. .visible-xs-inline-block {
  7724. display: none!important
  7725. }
  7726.  
  7727. @media (max-width:767px) {
  7728. .visible-xs {
  7729. display: block!important
  7730. }
  7731. table.visible-xs {
  7732. display: table!important
  7733. }
  7734. tr.visible-xs {
  7735. display: table-row!important
  7736. }
  7737. td.visible-xs,
  7738. th.visible-xs {
  7739. display: table-cell!important
  7740. }
  7741. }
  7742.  
  7743. @media (max-width:767px) {
  7744. .visible-xs-block {
  7745. display: block!important
  7746. }
  7747. }
  7748.  
  7749. @media (max-width:767px) {
  7750. .visible-xs-inline {
  7751. display: inline!important
  7752. }
  7753. }
  7754.  
  7755. @media (max-width:767px) {
  7756. .visible-xs-inline-block {
  7757. display: inline-block!important
  7758. }
  7759. }
  7760.  
  7761. @media (min-width:768px) and (max-width:991px) {
  7762. .visible-sm {
  7763. display: block!important
  7764. }
  7765. table.visible-sm {
  7766. display: table!important
  7767. }
  7768. tr.visible-sm {
  7769. display: table-row!important
  7770. }
  7771. td.visible-sm,
  7772. th.visible-sm {
  7773. display: table-cell!important
  7774. }
  7775. }
  7776.  
  7777. @media (min-width:768px) and (max-width:991px) {
  7778. .visible-sm-block {
  7779. display: block!important
  7780. }
  7781. }
  7782.  
  7783. @media (min-width:768px) and (max-width:991px) {
  7784. .visible-sm-inline {
  7785. display: inline!important
  7786. }
  7787. }
  7788.  
  7789. @media (min-width:768px) and (max-width:991px) {
  7790. .visible-sm-inline-block {
  7791. display: inline-block!important
  7792. }
  7793. }
  7794.  
  7795. @media (min-width:992px) and (max-width:1199px) {
  7796. .visible-md {
  7797. display: block!important
  7798. }
  7799. table.visible-md {
  7800. display: table!important
  7801. }
  7802. tr.visible-md {
  7803. display: table-row!important
  7804. }
  7805. td.visible-md,
  7806. th.visible-md {
  7807. display: table-cell!important
  7808. }
  7809. }
  7810.  
  7811. @media (min-width:992px) and (max-width:1199px) {
  7812. .visible-md-block {
  7813. display: block!important
  7814. }
  7815. }
  7816.  
  7817. @media (min-width:992px) and (max-width:1199px) {
  7818. .visible-md-inline {
  7819. display: inline!important
  7820. }
  7821. }
  7822.  
  7823. @media (min-width:992px) and (max-width:1199px) {
  7824. .visible-md-inline-block {
  7825. display: inline-block!important
  7826. }
  7827. }
  7828.  
  7829. @media (min-width:1200px) {
  7830. .visible-lg {
  7831. display: block!important
  7832. }
  7833. table.visible-lg {
  7834. display: table!important
  7835. }
  7836. tr.visible-lg {
  7837. display: table-row!important
  7838. }
  7839. td.visible-lg,
  7840. th.visible-lg {
  7841. display: table-cell!important
  7842. }
  7843. }
  7844.  
  7845. @media (min-width:1200px) {
  7846. .visible-lg-block {
  7847. display: block!important
  7848. }
  7849. }
  7850.  
  7851. @media (min-width:1200px) {
  7852. .visible-lg-inline {
  7853. display: inline!important
  7854. }
  7855. }
  7856.  
  7857. @media (min-width:1200px) {
  7858. .visible-lg-inline-block {
  7859. display: inline-block!important
  7860. }
  7861. }
  7862.  
  7863. @media (max-width:767px) {
  7864. .hidden-xs {
  7865. display: none!important
  7866. }
  7867. }
  7868.  
  7869. @media (min-width:768px) and (max-width:991px) {
  7870. .hidden-sm {
  7871. display: none!important
  7872. }
  7873. }
  7874.  
  7875. @media (min-width:992px) and (max-width:1199px) {
  7876. .hidden-md {
  7877. display: none!important
  7878. }
  7879. }
  7880.  
  7881. @media (min-width:1200px) {
  7882. .hidden-lg {
  7883. display: none!important
  7884. }
  7885. }
  7886.  
  7887. .visible-print {
  7888. display: none!important
  7889. }
  7890.  
  7891. @media print {
  7892. .visible-print {
  7893. display: block!important
  7894. }
  7895. table.visible-print {
  7896. display: table!important
  7897. }
  7898. tr.visible-print {
  7899. display: table-row!important
  7900. }
  7901. td.visible-print,
  7902. th.visible-print {
  7903. display: table-cell!important
  7904. }
  7905. }
  7906.  
  7907. .visible-print-block {
  7908. display: none!important
  7909. }
  7910.  
  7911. @media print {
  7912. .visible-print-block {
  7913. display: block!important
  7914. }
  7915. }
  7916.  
  7917. .visible-print-inline {
  7918. display: none!important
  7919. }
  7920.  
  7921. @media print {
  7922. .visible-print-inline {
  7923. display: inline!important
  7924. }
  7925. }
  7926.  
  7927. .visible-print-inline-block {
  7928. display: none!important
  7929. }
  7930.  
  7931. @media print {
  7932. .visible-print-inline-block {
  7933. display: inline-block!important
  7934. }
  7935. }
  7936.  
  7937. @media print {
  7938. .hidden-print {
  7939. display: none!important
  7940. }
  7941. }
  7942.  
  7943.  
  7944. /*!
  7945. * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
  7946. * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
  7947. */
  7948.  
  7949. @font-face {
  7950. font-family: FontAwesome;
  7951. src: url(/fonts/vendor/font-awesome/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713);
  7952. src: url(/fonts/vendor/font-awesome/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713?#iefix&v=4.7.0) format("embedded-opentype"), url(/fonts/vendor/font-awesome/fontawesome-webfont.woff2?af7ae505a9eed503f8b8e6982036873e) format("woff2"), url(/fonts/vendor/font-awesome/fontawesome-webfont.woff?fee66e712a8a08eef5805a46892932ad) format("woff"), url(/fonts/vendor/font-awesome/fontawesome-webfont.ttf?b06871f281fee6b241d60582ae9369b9) format("truetype"), url(/fonts/vendor/font-awesome/fontawesome-webfont.svg?912ec66d7572ff821749319396470bde#fontawesomeregular) format("svg");
  7953. font-weight: 400;
  7954. font-style: normal
  7955. }
  7956.  
  7957. .fa {
  7958. display: inline-block;
  7959. font: normal normal normal 14px/1 FontAwesome;
  7960. font-size: inherit;
  7961. text-rendering: auto;
  7962. -webkit-font-smoothing: antialiased;
  7963. -moz-osx-font-smoothing: grayscale
  7964. }
  7965.  
  7966. .fa-lg {
  7967. font-size: 1.33333333em;
  7968. line-height: .75em;
  7969. vertical-align: -15%
  7970. }
  7971.  
  7972. .fa-2x {
  7973. font-size: 2em
  7974. }
  7975.  
  7976. .fa-3x {
  7977. font-size: 3em
  7978. }
  7979.  
  7980. .fa-4x {
  7981. font-size: 4em
  7982. }
  7983.  
  7984. .fa-5x {
  7985. font-size: 5em
  7986. }
  7987.  
  7988. .fa-fw {
  7989. width: 1.28571429em;
  7990. text-align: center
  7991. }
  7992.  
  7993. .fa-ul {
  7994. padding-left: 0;
  7995. margin-left: 2.14285714em;
  7996. list-style-type: none
  7997. }
  7998.  
  7999. .fa-ul>li {
  8000. position: relative
  8001. }
  8002.  
  8003. .fa-li {
  8004. position: absolute;
  8005. left: -2.14285714em;
  8006. width: 2.14285714em;
  8007. top: .14285714em;
  8008. text-align: center
  8009. }
  8010.  
  8011. .fa-li.fa-lg {
  8012. left: -1.85714286em
  8013. }
  8014.  
  8015. .fa-border {
  8016. padding: .2em .25em .15em;
  8017. border: .08em solid #eee;
  8018. border-radius: .1em
  8019. }
  8020.  
  8021. .fa-pull-left {
  8022. float: left
  8023. }
  8024.  
  8025. .fa-pull-right {
  8026. float: right
  8027. }
  8028.  
  8029. .fa.fa-pull-left {
  8030. margin-right: .3em
  8031. }
  8032.  
  8033. .fa.fa-pull-right {
  8034. margin-left: .3em
  8035. }
  8036.  
  8037. .pull-right {
  8038. float: right
  8039. }
  8040.  
  8041. .pull-left {
  8042. float: left
  8043. }
  8044.  
  8045. .fa.pull-left {
  8046. margin-right: .3em
  8047. }
  8048.  
  8049. .fa.pull-right {
  8050. margin-left: .3em
  8051. }
  8052.  
  8053. .fa-spin {
  8054. -webkit-animation: b 2s infinite linear;
  8055. animation: b 2s infinite linear
  8056. }
  8057.  
  8058. .fa-pulse {
  8059. -webkit-animation: b 1s infinite steps(8);
  8060. animation: b 1s infinite steps(8)
  8061. }
  8062.  
  8063. @-webkit-keyframes b {
  8064. 0% {
  8065. -webkit-transform: rotate(0deg);
  8066. transform: rotate(0deg)
  8067. }
  8068. to {
  8069. -webkit-transform: rotate(359deg);
  8070. transform: rotate(359deg)
  8071. }
  8072. }
  8073.  
  8074. @keyframes b {
  8075. 0% {
  8076. -webkit-transform: rotate(0deg);
  8077. transform: rotate(0deg)
  8078. }
  8079. to {
  8080. -webkit-transform: rotate(359deg);
  8081. transform: rotate(359deg)
  8082. }
  8083. }
  8084.  
  8085. .fa-rotate-90 {
  8086. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  8087. -webkit-transform: rotate(90deg);
  8088. transform: rotate(90deg)
  8089. }
  8090.  
  8091. .fa-rotate-180 {
  8092. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  8093. -webkit-transform: rotate(180deg);
  8094. transform: rotate(180deg)
  8095. }
  8096.  
  8097. .fa-rotate-270 {
  8098. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  8099. -webkit-transform: rotate(270deg);
  8100. transform: rotate(270deg)
  8101. }
  8102.  
  8103. .fa-flip-horizontal {
  8104. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  8105. -webkit-transform: scaleX(-1);
  8106. transform: scaleX(-1)
  8107. }
  8108.  
  8109. .fa-flip-vertical {
  8110. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  8111. -webkit-transform: scaleY(-1);
  8112. transform: scaleY(-1)
  8113. }
  8114.  
  8115. :root .fa-flip-horizontal,
  8116. :root .fa-flip-vertical,
  8117. :root .fa-rotate-90,
  8118. :root .fa-rotate-180,
  8119. :root .fa-rotate-270 {
  8120. -webkit-filter: none;
  8121. filter: none
  8122. }
  8123.  
  8124. .fa-stack {
  8125. position: relative;
  8126. display: inline-block;
  8127. width: 2em;
  8128. height: 2em;
  8129. line-height: 2em;
  8130. vertical-align: middle
  8131. }
  8132.  
  8133. .fa-stack-1x,
  8134. .fa-stack-2x {
  8135. position: absolute;
  8136. left: 0;
  8137. width: 100%;
  8138. text-align: center
  8139. }
  8140.  
  8141. .fa-stack-1x {
  8142. line-height: inherit
  8143. }
  8144.  
  8145. .fa-stack-2x {
  8146. font-size: 2em
  8147. }
  8148.  
  8149. .fa-inverse {
  8150. color: #fff
  8151. }
  8152.  
  8153. .fa-glass:before {
  8154. content: "\F000"
  8155. }
  8156.  
  8157. .fa-music:before {
  8158. content: "\F001"
  8159. }
  8160.  
  8161. .fa-search:before {
  8162. content: "\F002"
  8163. }
  8164.  
  8165. .fa-envelope-o:before {
  8166. content: "\F003"
  8167. }
  8168.  
  8169. .fa-heart:before {
  8170. content: "\F004"
  8171. }
  8172.  
  8173. .fa-star:before {
  8174. content: "\F005"
  8175. }
  8176.  
  8177. .fa-star-o:before {
  8178. content: "\F006"
  8179. }
  8180.  
  8181. .fa-user:before {
  8182. content: "\F007"
  8183. }
  8184.  
  8185. .fa-film:before {
  8186. content: "\F008"
  8187. }
  8188.  
  8189. .fa-th-large:before {
  8190. content: "\F009"
  8191. }
  8192.  
  8193. .fa-th:before {
  8194. content: "\F00A"
  8195. }
  8196.  
  8197. .fa-th-list:before {
  8198. content: "\F00B"
  8199. }
  8200.  
  8201. .fa-check:before {
  8202. content: "\F00C"
  8203. }
  8204.  
  8205. .fa-close:before,
  8206. .fa-remove:before,
  8207. .fa-times:before {
  8208. content: "\F00D"
  8209. }
  8210.  
  8211. .fa-search-plus:before {
  8212. content: "\F00E"
  8213. }
  8214.  
  8215. .fa-search-minus:before {
  8216. content: "\F010"
  8217. }
  8218.  
  8219. .fa-power-off:before {
  8220. content: "\F011"
  8221. }
  8222.  
  8223. .fa-signal:before {
  8224. content: "\F012"
  8225. }
  8226.  
  8227. .fa-cog:before,
  8228. .fa-gear:before {
  8229. content: "\F013"
  8230. }
  8231.  
  8232. .fa-trash-o:before {
  8233. content: "\F014"
  8234. }
  8235.  
  8236. .fa-home:before {
  8237. content: "\F015"
  8238. }
  8239.  
  8240. .fa-file-o:before {
  8241. content: "\F016"
  8242. }
  8243.  
  8244. .fa-clock-o:before {
  8245. content: "\F017"
  8246. }
  8247.  
  8248. .fa-road:before {
  8249. content: "\F018"
  8250. }
  8251.  
  8252. .fa-download:before {
  8253. content: "\F019"
  8254. }
  8255.  
  8256. .fa-arrow-circle-o-down:before {
  8257. content: "\F01A"
  8258. }
  8259.  
  8260. .fa-arrow-circle-o-up:before {
  8261. content: "\F01B"
  8262. }
  8263.  
  8264. .fa-inbox:before {
  8265. content: "\F01C"
  8266. }
  8267.  
  8268. .fa-play-circle-o:before {
  8269. content: "\F01D"
  8270. }
  8271.  
  8272. .fa-repeat:before,
  8273. .fa-rotate-right:before {
  8274. content: "\F01E"
  8275. }
  8276.  
  8277. .fa-refresh:before {
  8278. content: "\F021"
  8279. }
  8280.  
  8281. .fa-list-alt:before {
  8282. content: "\F022"
  8283. }
  8284.  
  8285. .fa-lock:before {
  8286. content: "\F023"
  8287. }
  8288.  
  8289. .fa-flag:before {
  8290. content: "\F024"
  8291. }
  8292.  
  8293. .fa-headphones:before {
  8294. content: "\F025"
  8295. }
  8296.  
  8297. .fa-volume-off:before {
  8298. content: "\F026"
  8299. }
  8300.  
  8301. .fa-volume-down:before {
  8302. content: "\F027"
  8303. }
  8304.  
  8305. .fa-volume-up:before {
  8306. content: "\F028"
  8307. }
  8308.  
  8309. .fa-qrcode:before {
  8310. content: "\F029"
  8311. }
  8312.  
  8313. .fa-barcode:before {
  8314. content: "\F02A"
  8315. }
  8316.  
  8317. .fa-tag:before {
  8318. content: "\F02B"
  8319. }
  8320.  
  8321. .fa-tags:before {
  8322. content: "\F02C"
  8323. }
  8324.  
  8325. .fa-book:before {
  8326. content: "\F02D"
  8327. }
  8328.  
  8329. .fa-bookmark:before {
  8330. content: "\F02E"
  8331. }
  8332.  
  8333. .fa-print:before {
  8334. content: "\F02F"
  8335. }
  8336.  
  8337. .fa-camera:before {
  8338. content: "\F030"
  8339. }
  8340.  
  8341. .fa-font:before {
  8342. content: "\F031"
  8343. }
  8344.  
  8345. .fa-bold:before {
  8346. content: "\F032"
  8347. }
  8348.  
  8349. .fa-italic:before {
  8350. content: "\F033"
  8351. }
  8352.  
  8353. .fa-text-height:before {
  8354. content: "\F034"
  8355. }
  8356.  
  8357. .fa-text-width:before {
  8358. content: "\F035"
  8359. }
  8360.  
  8361. .fa-align-left:before {
  8362. content: "\F036"
  8363. }
  8364.  
  8365. .fa-align-center:before {
  8366. content: "\F037"
  8367. }
  8368.  
  8369. .fa-align-right:before {
  8370. content: "\F038"
  8371. }
  8372.  
  8373. .fa-align-justify:before {
  8374. content: "\F039"
  8375. }
  8376.  
  8377. .fa-list:before {
  8378. content: "\F03A"
  8379. }
  8380.  
  8381. .fa-dedent:before,
  8382. .fa-outdent:before {
  8383. content: "\F03B"
  8384. }
  8385.  
  8386. .fa-indent:before {
  8387. content: "\F03C"
  8388. }
  8389.  
  8390. .fa-video-camera:before {
  8391. content: "\F03D"
  8392. }
  8393.  
  8394. .fa-image:before,
  8395. .fa-photo:before,
  8396. .fa-picture-o:before {
  8397. content: "\F03E"
  8398. }
  8399.  
  8400. .fa-pencil:before {
  8401. content: "\F040"
  8402. }
  8403.  
  8404. .fa-map-marker:before {
  8405. content: "\F041"
  8406. }
  8407.  
  8408. .fa-adjust:before {
  8409. content: "\F042"
  8410. }
  8411.  
  8412. .fa-tint:before {
  8413. content: "\F043"
  8414. }
  8415.  
  8416. .fa-edit:before,
  8417. .fa-pencil-square-o:before {
  8418. content: "\F044"
  8419. }
  8420.  
  8421. .fa-share-square-o:before {
  8422. content: "\F045"
  8423. }
  8424.  
  8425. .fa-check-square-o:before {
  8426. content: "\F046"
  8427. }
  8428.  
  8429. .fa-arrows:before {
  8430. content: "\F047"
  8431. }
  8432.  
  8433. .fa-step-backward:before {
  8434. content: "\F048"
  8435. }
  8436.  
  8437. .fa-fast-backward:before {
  8438. content: "\F049"
  8439. }
  8440.  
  8441. .fa-backward:before {
  8442. content: "\F04A"
  8443. }
  8444.  
  8445. .fa-play:before {
  8446. content: "\F04B"
  8447. }
  8448.  
  8449. .fa-pause:before {
  8450. content: "\F04C"
  8451. }
  8452.  
  8453. .fa-stop:before {
  8454. content: "\F04D"
  8455. }
  8456.  
  8457. .fa-forward:before {
  8458. content: "\F04E"
  8459. }
  8460.  
  8461. .fa-fast-forward:before {
  8462. content: "\F050"
  8463. }
  8464.  
  8465. .fa-step-forward:before {
  8466. content: "\F051"
  8467. }
  8468.  
  8469. .fa-eject:before {
  8470. content: "\F052"
  8471. }
  8472.  
  8473. .fa-chevron-left:before {
  8474. content: "\F053"
  8475. }
  8476.  
  8477. .fa-chevron-right:before {
  8478. content: "\F054"
  8479. }
  8480.  
  8481. .fa-plus-circle:before {
  8482. content: "\F055"
  8483. }
  8484.  
  8485. .fa-minus-circle:before {
  8486. content: "\F056"
  8487. }
  8488.  
  8489. .fa-times-circle:before {
  8490. content: "\F057"
  8491. }
  8492.  
  8493. .fa-check-circle:before {
  8494. content: "\F058"
  8495. }
  8496.  
  8497. .fa-question-circle:before {
  8498. content: "\F059"
  8499. }
  8500.  
  8501. .fa-info-circle:before {
  8502. content: "\F05A"
  8503. }
  8504.  
  8505. .fa-crosshairs:before {
  8506. content: "\F05B"
  8507. }
  8508.  
  8509. .fa-times-circle-o:before {
  8510. content: "\F05C"
  8511. }
  8512.  
  8513. .fa-check-circle-o:before {
  8514. content: "\F05D"
  8515. }
  8516.  
  8517. .fa-ban:before {
  8518. content: "\F05E"
  8519. }
  8520.  
  8521. .fa-arrow-left:before {
  8522. content: "\F060"
  8523. }
  8524.  
  8525. .fa-arrow-right:before {
  8526. content: "\F061"
  8527. }
  8528.  
  8529. .fa-arrow-up:before {
  8530. content: "\F062"
  8531. }
  8532.  
  8533. .fa-arrow-down:before {
  8534. content: "\F063"
  8535. }
  8536.  
  8537. .fa-mail-forward:before,
  8538. .fa-share:before {
  8539. content: "\F064"
  8540. }
  8541.  
  8542. .fa-expand:before {
  8543. content: "\F065"
  8544. }
  8545.  
  8546. .fa-compress:before {
  8547. content: "\F066"
  8548. }
  8549.  
  8550. .fa-plus:before {
  8551. content: "\F067"
  8552. }
  8553.  
  8554. .fa-minus:before {
  8555. content: "\F068"
  8556. }
  8557.  
  8558. .fa-asterisk:before {
  8559. content: "\F069"
  8560. }
  8561.  
  8562. .fa-exclamation-circle:before {
  8563. content: "\F06A"
  8564. }
  8565.  
  8566. .fa-gift:before {
  8567. content: "\F06B"
  8568. }
  8569.  
  8570. .fa-leaf:before {
  8571. content: "\F06C"
  8572. }
  8573.  
  8574. .fa-fire:before {
  8575. content: "\F06D"
  8576. }
  8577.  
  8578. .fa-eye:before {
  8579. content: "\F06E"
  8580. }
  8581.  
  8582. .fa-eye-slash:before {
  8583. content: "\F070"
  8584. }
  8585.  
  8586. .fa-exclamation-triangle:before,
  8587. .fa-warning:before {
  8588. content: "\F071"
  8589. }
  8590.  
  8591. .fa-plane:before {
  8592. content: "\F072"
  8593. }
  8594.  
  8595. .fa-calendar:before {
  8596. content: "\F073"
  8597. }
  8598.  
  8599. .fa-random:before {
  8600. content: "\F074"
  8601. }
  8602.  
  8603. .fa-comment:before {
  8604. content: "\F075"
  8605. }
  8606.  
  8607. .fa-magnet:before {
  8608. content: "\F076"
  8609. }
  8610.  
  8611. .fa-chevron-up:before {
  8612. content: "\F077"
  8613. }
  8614.  
  8615. .fa-chevron-down:before {
  8616. content: "\F078"
  8617. }
  8618.  
  8619. .fa-retweet:before {
  8620. content: "\F079"
  8621. }
  8622.  
  8623. .fa-shopping-cart:before {
  8624. content: "\F07A"
  8625. }
  8626.  
  8627. .fa-folder:before {
  8628. content: "\F07B"
  8629. }
  8630.  
  8631. .fa-folder-open:before {
  8632. content: "\F07C"
  8633. }
  8634.  
  8635. .fa-arrows-v:before {
  8636. content: "\F07D"
  8637. }
  8638.  
  8639. .fa-arrows-h:before {
  8640. content: "\F07E"
  8641. }
  8642.  
  8643. .fa-bar-chart-o:before,
  8644. .fa-bar-chart:before {
  8645. content: "\F080"
  8646. }
  8647.  
  8648. .fa-twitter-square:before {
  8649. content: "\F081"
  8650. }
  8651.  
  8652. .fa-facebook-square:before {
  8653. content: "\F082"
  8654. }
  8655.  
  8656. .fa-camera-retro:before {
  8657. content: "\F083"
  8658. }
  8659.  
  8660. .fa-key:before {
  8661. content: "\F084"
  8662. }
  8663.  
  8664. .fa-cogs:before,
  8665. .fa-gears:before {
  8666. content: "\F085"
  8667. }
  8668.  
  8669. .fa-comments:before {
  8670. content: "\F086"
  8671. }
  8672.  
  8673. .fa-thumbs-o-up:before {
  8674. content: "\F087"
  8675. }
  8676.  
  8677. .fa-thumbs-o-down:before {
  8678. content: "\F088"
  8679. }
  8680.  
  8681. .fa-star-half:before {
  8682. content: "\F089"
  8683. }
  8684.  
  8685. .fa-heart-o:before {
  8686. content: "\F08A"
  8687. }
  8688.  
  8689. .fa-sign-out:before {
  8690. content: "\F08B"
  8691. }
  8692.  
  8693. .fa-linkedin-square:before {
  8694. content: "\F08C"
  8695. }
  8696.  
  8697. .fa-thumb-tack:before {
  8698. content: "\F08D"
  8699. }
  8700.  
  8701. .fa-external-link:before {
  8702. content: "\F08E"
  8703. }
  8704.  
  8705. .fa-sign-in:before {
  8706. content: "\F090"
  8707. }
  8708.  
  8709. .fa-trophy:before {
  8710. content: "\F091"
  8711. }
  8712.  
  8713. .fa-github-square:before {
  8714. content: "\F092"
  8715. }
  8716.  
  8717. .fa-upload:before {
  8718. content: "\F093"
  8719. }
  8720.  
  8721. .fa-lemon-o:before {
  8722. content: "\F094"
  8723. }
  8724.  
  8725. .fa-phone:before {
  8726. content: "\F095"
  8727. }
  8728.  
  8729. .fa-square-o:before {
  8730. content: "\F096"
  8731. }
  8732.  
  8733. .fa-bookmark-o:before {
  8734. content: "\F097"
  8735. }
  8736.  
  8737. .fa-phone-square:before {
  8738. content: "\F098"
  8739. }
  8740.  
  8741. .fa-twitter:before {
  8742. content: "\F099"
  8743. }
  8744.  
  8745. .fa-facebook-f:before,
  8746. .fa-facebook:before {
  8747. content: "\F09A"
  8748. }
  8749.  
  8750. .fa-github:before {
  8751. content: "\F09B"
  8752. }
  8753.  
  8754. .fa-unlock:before {
  8755. content: "\F09C"
  8756. }
  8757.  
  8758. .fa-credit-card:before {
  8759. content: "\F09D"
  8760. }
  8761.  
  8762. .fa-feed:before,
  8763. .fa-rss:before {
  8764. content: "\F09E"
  8765. }
  8766.  
  8767. .fa-hdd-o:before {
  8768. content: "\F0A0"
  8769. }
  8770.  
  8771. .fa-bullhorn:before {
  8772. content: "\F0A1"
  8773. }
  8774.  
  8775. .fa-bell:before {
  8776. content: "\F0F3"
  8777. }
  8778.  
  8779. .fa-certificate:before {
  8780. content: "\F0A3"
  8781. }
  8782.  
  8783. .fa-hand-o-right:before {
  8784. content: "\F0A4"
  8785. }
  8786.  
  8787. .fa-hand-o-left:before {
  8788. content: "\F0A5"
  8789. }
  8790.  
  8791. .fa-hand-o-up:before {
  8792. content: "\F0A6"
  8793. }
  8794.  
  8795. .fa-hand-o-down:before {
  8796. content: "\F0A7"
  8797. }
  8798.  
  8799. .fa-arrow-circle-left:before {
  8800. content: "\F0A8"
  8801. }
  8802.  
  8803. .fa-arrow-circle-right:before {
  8804. content: "\F0A9"
  8805. }
  8806.  
  8807. .fa-arrow-circle-up:before {
  8808. content: "\F0AA"
  8809. }
  8810.  
  8811. .fa-arrow-circle-down:before {
  8812. content: "\F0AB"
  8813. }
  8814.  
  8815. .fa-globe:before {
  8816. content: "\F0AC"
  8817. }
  8818.  
  8819. .fa-wrench:before {
  8820. content: "\F0AD"
  8821. }
  8822.  
  8823. .fa-tasks:before {
  8824. content: "\F0AE"
  8825. }
  8826.  
  8827. .fa-filter:before {
  8828. content: "\F0B0"
  8829. }
  8830.  
  8831. .fa-briefcase:before {
  8832. content: "\F0B1"
  8833. }
  8834.  
  8835. .fa-arrows-alt:before {
  8836. content: "\F0B2"
  8837. }
  8838.  
  8839. .fa-group:before,
  8840. .fa-users:before {
  8841. content: "\F0C0"
  8842. }
  8843.  
  8844. .fa-chain:before,
  8845. .fa-link:before {
  8846. content: "\F0C1"
  8847. }
  8848.  
  8849. .fa-cloud:before {
  8850. content: "\F0C2"
  8851. }
  8852.  
  8853. .fa-flask:before {
  8854. content: "\F0C3"
  8855. }
  8856.  
  8857. .fa-cut:before,
  8858. .fa-scissors:before {
  8859. content: "\F0C4"
  8860. }
  8861.  
  8862. .fa-copy:before,
  8863. .fa-files-o:before {
  8864. content: "\F0C5"
  8865. }
  8866.  
  8867. .fa-paperclip:before {
  8868. content: "\F0C6"
  8869. }
  8870.  
  8871. .fa-floppy-o:before,
  8872. .fa-save:before {
  8873. content: "\F0C7"
  8874. }
  8875.  
  8876. .fa-square:before {
  8877. content: "\F0C8"
  8878. }
  8879.  
  8880. .fa-bars:before,
  8881. .fa-navicon:before,
  8882. .fa-reorder:before {
  8883. content: "\F0C9"
  8884. }
  8885.  
  8886. .fa-list-ul:before {
  8887. content: "\F0CA"
  8888. }
  8889.  
  8890. .fa-list-ol:before {
  8891. content: "\F0CB"
  8892. }
  8893.  
  8894. .fa-strikethrough:before {
  8895. content: "\F0CC"
  8896. }
  8897.  
  8898. .fa-underline:before {
  8899. content: "\F0CD"
  8900. }
  8901.  
  8902. .fa-table:before {
  8903. content: "\F0CE"
  8904. }
  8905.  
  8906. .fa-magic:before {
  8907. content: "\F0D0"
  8908. }
  8909.  
  8910. .fa-truck:before {
  8911. content: "\F0D1"
  8912. }
  8913.  
  8914. .fa-pinterest:before {
  8915. content: "\F0D2"
  8916. }
  8917.  
  8918. .fa-pinterest-square:before {
  8919. content: "\F0D3"
  8920. }
  8921.  
  8922. .fa-google-plus-square:before {
  8923. content: "\F0D4"
  8924. }
  8925.  
  8926. .fa-google-plus:before {
  8927. content: "\F0D5"
  8928. }
  8929.  
  8930. .fa-money:before {
  8931. content: "\F0D6"
  8932. }
  8933.  
  8934. .fa-caret-down:before {
  8935. content: "\F0D7"
  8936. }
  8937.  
  8938. .fa-caret-up:before {
  8939. content: "\F0D8"
  8940. }
  8941.  
  8942. .fa-caret-left:before {
  8943. content: "\F0D9"
  8944. }
  8945.  
  8946. .fa-caret-right:before {
  8947. content: "\F0DA"
  8948. }
  8949.  
  8950. .fa-columns:before {
  8951. content: "\F0DB"
  8952. }
  8953.  
  8954. .fa-sort:before,
  8955. .fa-unsorted:before {
  8956. content: "\F0DC"
  8957. }
  8958.  
  8959. .fa-sort-desc:before,
  8960. .fa-sort-down:before {
  8961. content: "\F0DD"
  8962. }
  8963.  
  8964. .fa-sort-asc:before,
  8965. .fa-sort-up:before {
  8966. content: "\F0DE"
  8967. }
  8968.  
  8969. .fa-envelope:before {
  8970. content: "\F0E0"
  8971. }
  8972.  
  8973. .fa-linkedin:before {
  8974. content: "\F0E1"
  8975. }
  8976.  
  8977. .fa-rotate-left:before,
  8978. .fa-undo:before {
  8979. content: "\F0E2"
  8980. }
  8981.  
  8982. .fa-gavel:before,
  8983. .fa-legal:before {
  8984. content: "\F0E3"
  8985. }
  8986.  
  8987. .fa-dashboard:before,
  8988. .fa-tachometer:before {
  8989. content: "\F0E4"
  8990. }
  8991.  
  8992. .fa-comment-o:before {
  8993. content: "\F0E5"
  8994. }
  8995.  
  8996. .fa-comments-o:before {
  8997. content: "\F0E6"
  8998. }
  8999.  
  9000. .fa-bolt:before,
  9001. .fa-flash:before {
  9002. content: "\F0E7"
  9003. }
  9004.  
  9005. .fa-sitemap:before {
  9006. content: "\F0E8"
  9007. }
  9008.  
  9009. .fa-umbrella:before {
  9010. content: "\F0E9"
  9011. }
  9012.  
  9013. .fa-clipboard:before,
  9014. .fa-paste:before {
  9015. content: "\F0EA"
  9016. }
  9017.  
  9018. .fa-lightbulb-o:before {
  9019. content: "\F0EB"
  9020. }
  9021.  
  9022. .fa-exchange:before {
  9023. content: "\F0EC"
  9024. }
  9025.  
  9026. .fa-cloud-download:before {
  9027. content: "\F0ED"
  9028. }
  9029.  
  9030. .fa-cloud-upload:before {
  9031. content: "\F0EE"
  9032. }
  9033.  
  9034. .fa-user-md:before {
  9035. content: "\F0F0"
  9036. }
  9037.  
  9038. .fa-stethoscope:before {
  9039. content: "\F0F1"
  9040. }
  9041.  
  9042. .fa-suitcase:before {
  9043. content: "\F0F2"
  9044. }
  9045.  
  9046. .fa-bell-o:before {
  9047. content: "\F0A2"
  9048. }
  9049.  
  9050. .fa-coffee:before {
  9051. content: "\F0F4"
  9052. }
  9053.  
  9054. .fa-cutlery:before {
  9055. content: "\F0F5"
  9056. }
  9057.  
  9058. .fa-file-text-o:before {
  9059. content: "\F0F6"
  9060. }
  9061.  
  9062. .fa-building-o:before {
  9063. content: "\F0F7"
  9064. }
  9065.  
  9066. .fa-hospital-o:before {
  9067. content: "\F0F8"
  9068. }
  9069.  
  9070. .fa-ambulance:before {
  9071. content: "\F0F9"
  9072. }
  9073.  
  9074. .fa-medkit:before {
  9075. content: "\F0FA"
  9076. }
  9077.  
  9078. .fa-fighter-jet:before {
  9079. content: "\F0FB"
  9080. }
  9081.  
  9082. .fa-beer:before {
  9083. content: "\F0FC"
  9084. }
  9085.  
  9086. .fa-h-square:before {
  9087. content: "\F0FD"
  9088. }
  9089.  
  9090. .fa-plus-square:before {
  9091. content: "\F0FE"
  9092. }
  9093.  
  9094. .fa-angle-double-left:before {
  9095. content: "\F100"
  9096. }
  9097.  
  9098. .fa-angle-double-right:before {
  9099. content: "\F101"
  9100. }
  9101.  
  9102. .fa-angle-double-up:before {
  9103. content: "\F102"
  9104. }
  9105.  
  9106. .fa-angle-double-down:before {
  9107. content: "\F103"
  9108. }
  9109.  
  9110. .fa-angle-left:before {
  9111. content: "\F104"
  9112. }
  9113.  
  9114. .fa-angle-right:before {
  9115. content: "\F105"
  9116. }
  9117.  
  9118. .fa-angle-up:before {
  9119. content: "\F106"
  9120. }
  9121.  
  9122. .fa-angle-down:before {
  9123. content: "\F107"
  9124. }
  9125.  
  9126. .fa-desktop:before {
  9127. content: "\F108"
  9128. }
  9129.  
  9130. .fa-laptop:before {
  9131. content: "\F109"
  9132. }
  9133.  
  9134. .fa-tablet:before {
  9135. content: "\F10A"
  9136. }
  9137.  
  9138. .fa-mobile-phone:before,
  9139. .fa-mobile:before {
  9140. content: "\F10B"
  9141. }
  9142.  
  9143. .fa-circle-o:before {
  9144. content: "\F10C"
  9145. }
  9146.  
  9147. .fa-quote-left:before {
  9148. content: "\F10D"
  9149. }
  9150.  
  9151. .fa-quote-right:before {
  9152. content: "\F10E"
  9153. }
  9154.  
  9155. .fa-spinner:before {
  9156. content: "\F110"
  9157. }
  9158.  
  9159. .fa-circle:before {
  9160. content: "\F111"
  9161. }
  9162.  
  9163. .fa-mail-reply:before,
  9164. .fa-reply:before {
  9165. content: "\F112"
  9166. }
  9167.  
  9168. .fa-github-alt:before {
  9169. content: "\F113"
  9170. }
  9171.  
  9172. .fa-folder-o:before {
  9173. content: "\F114"
  9174. }
  9175.  
  9176. .fa-folder-open-o:before {
  9177. content: "\F115"
  9178. }
  9179.  
  9180. .fa-smile-o:before {
  9181. content: "\F118"
  9182. }
  9183.  
  9184. .fa-frown-o:before {
  9185. content: "\F119"
  9186. }
  9187.  
  9188. .fa-meh-o:before {
  9189. content: "\F11A"
  9190. }
  9191.  
  9192. .fa-gamepad:before {
  9193. content: "\F11B"
  9194. }
  9195.  
  9196. .fa-keyboard-o:before {
  9197. content: "\F11C"
  9198. }
  9199.  
  9200. .fa-flag-o:before {
  9201. content: "\F11D"
  9202. }
  9203.  
  9204. .fa-flag-checkered:before {
  9205. content: "\F11E"
  9206. }
  9207.  
  9208. .fa-terminal:before {
  9209. content: "\F120"
  9210. }
  9211.  
  9212. .fa-code:before {
  9213. content: "\F121"
  9214. }
  9215.  
  9216. .fa-mail-reply-all:before,
  9217. .fa-reply-all:before {
  9218. content: "\F122"
  9219. }
  9220.  
  9221. .fa-star-half-empty:before,
  9222. .fa-star-half-full:before,
  9223. .fa-star-half-o:before {
  9224. content: "\F123"
  9225. }
  9226.  
  9227. .fa-location-arrow:before {
  9228. content: "\F124"
  9229. }
  9230.  
  9231. .fa-crop:before {
  9232. content: "\F125"
  9233. }
  9234.  
  9235. .fa-code-fork:before {
  9236. content: "\F126"
  9237. }
  9238.  
  9239. .fa-chain-broken:before,
  9240. .fa-unlink:before {
  9241. content: "\F127"
  9242. }
  9243.  
  9244. .fa-question:before {
  9245. content: "\F128"
  9246. }
  9247.  
  9248. .fa-info:before {
  9249. content: "\F129"
  9250. }
  9251.  
  9252. .fa-exclamation:before {
  9253. content: "\F12A"
  9254. }
  9255.  
  9256. .fa-superscript:before {
  9257. content: "\F12B"
  9258. }
  9259.  
  9260. .fa-subscript:before {
  9261. content: "\F12C"
  9262. }
  9263.  
  9264. .fa-eraser:before {
  9265. content: "\F12D"
  9266. }
  9267.  
  9268. .fa-puzzle-piece:before {
  9269. content: "\F12E"
  9270. }
  9271.  
  9272. .fa-microphone:before {
  9273. content: "\F130"
  9274. }
  9275.  
  9276. .fa-microphone-slash:before {
  9277. content: "\F131"
  9278. }
  9279.  
  9280. .fa-shield:before {
  9281. content: "\F132"
  9282. }
  9283.  
  9284. .fa-calendar-o:before {
  9285. content: "\F133"
  9286. }
  9287.  
  9288. .fa-fire-extinguisher:before {
  9289. content: "\F134"
  9290. }
  9291.  
  9292. .fa-rocket:before {
  9293. content: "\F135"
  9294. }
  9295.  
  9296. .fa-maxcdn:before {
  9297. content: "\F136"
  9298. }
  9299.  
  9300. .fa-chevron-circle-left:before {
  9301. content: "\F137"
  9302. }
  9303.  
  9304. .fa-chevron-circle-right:before {
  9305. content: "\F138"
  9306. }
  9307.  
  9308. .fa-chevron-circle-up:before {
  9309. content: "\F139"
  9310. }
  9311.  
  9312. .fa-chevron-circle-down:before {
  9313. content: "\F13A"
  9314. }
  9315.  
  9316. .fa-html5:before {
  9317. content: "\F13B"
  9318. }
  9319.  
  9320. .fa-css3:before {
  9321. content: "\F13C"
  9322. }
  9323.  
  9324. .fa-anchor:before {
  9325. content: "\F13D"
  9326. }
  9327.  
  9328. .fa-unlock-alt:before {
  9329. content: "\F13E"
  9330. }
  9331.  
  9332. .fa-bullseye:before {
  9333. content: "\F140"
  9334. }
  9335.  
  9336. .fa-ellipsis-h:before {
  9337. content: "\F141"
  9338. }
  9339.  
  9340. .fa-ellipsis-v:before {
  9341. content: "\F142"
  9342. }
  9343.  
  9344. .fa-rss-square:before {
  9345. content: "\F143"
  9346. }
  9347.  
  9348. .fa-play-circle:before {
  9349. content: "\F144"
  9350. }
  9351.  
  9352. .fa-ticket:before {
  9353. content: "\F145"
  9354. }
  9355.  
  9356. .fa-minus-square:before {
  9357. content: "\F146"
  9358. }
  9359.  
  9360. .fa-minus-square-o:before {
  9361. content: "\F147"
  9362. }
  9363.  
  9364. .fa-level-up:before {
  9365. content: "\F148"
  9366. }
  9367.  
  9368. .fa-level-down:before {
  9369. content: "\F149"
  9370. }
  9371.  
  9372. .fa-check-square:before {
  9373. content: "\F14A"
  9374. }
  9375.  
  9376. .fa-pencil-square:before {
  9377. content: "\F14B"
  9378. }
  9379.  
  9380. .fa-external-link-square:before {
  9381. content: "\F14C"
  9382. }
  9383.  
  9384. .fa-share-square:before {
  9385. content: "\F14D"
  9386. }
  9387.  
  9388. .fa-compass:before {
  9389. content: "\F14E"
  9390. }
  9391.  
  9392. .fa-caret-square-o-down:before,
  9393. .fa-toggle-down:before {
  9394. content: "\F150"
  9395. }
  9396.  
  9397. .fa-caret-square-o-up:before,
  9398. .fa-toggle-up:before {
  9399. content: "\F151"
  9400. }
  9401.  
  9402. .fa-caret-square-o-right:before,
  9403. .fa-toggle-right:before {
  9404. content: "\F152"
  9405. }
  9406.  
  9407. .fa-eur:before,
  9408. .fa-euro:before {
  9409. content: "\F153"
  9410. }
  9411.  
  9412. .fa-gbp:before {
  9413. content: "\F154"
  9414. }
  9415.  
  9416. .fa-dollar:before,
  9417. .fa-usd:before {
  9418. content: "\F155"
  9419. }
  9420.  
  9421. .fa-inr:before,
  9422. .fa-rupee:before {
  9423. content: "\F156"
  9424. }
  9425.  
  9426. .fa-cny:before,
  9427. .fa-jpy:before,
  9428. .fa-rmb:before,
  9429. .fa-yen:before {
  9430. content: "\F157"
  9431. }
  9432.  
  9433. .fa-rouble:before,
  9434. .fa-rub:before,
  9435. .fa-ruble:before {
  9436. content: "\F158"
  9437. }
  9438.  
  9439. .fa-krw:before,
  9440. .fa-won:before {
  9441. content: "\F159"
  9442. }
  9443.  
  9444. .fa-bitcoin:before,
  9445. .fa-btc:before {
  9446. content: "\F15A"
  9447. }
  9448.  
  9449. .fa-file:before {
  9450. content: "\F15B"
  9451. }
  9452.  
  9453. .fa-file-text:before {
  9454. content: "\F15C"
  9455. }
  9456.  
  9457. .fa-sort-alpha-asc:before {
  9458. content: "\F15D"
  9459. }
  9460.  
  9461. .fa-sort-alpha-desc:before {
  9462. content: "\F15E"
  9463. }
  9464.  
  9465. .fa-sort-amount-asc:before {
  9466. content: "\F160"
  9467. }
  9468.  
  9469. .fa-sort-amount-desc:before {
  9470. content: "\F161"
  9471. }
  9472.  
  9473. .fa-sort-numeric-asc:before {
  9474. content: "\F162"
  9475. }
  9476.  
  9477. .fa-sort-numeric-desc:before {
  9478. content: "\F163"
  9479. }
  9480.  
  9481. .fa-thumbs-up:before {
  9482. content: "\F164"
  9483. }
  9484.  
  9485. .fa-thumbs-down:before {
  9486. content: "\F165"
  9487. }
  9488.  
  9489. .fa-youtube-square:before {
  9490. content: "\F166"
  9491. }
  9492.  
  9493. .fa-youtube:before {
  9494. content: "\F167"
  9495. }
  9496.  
  9497. .fa-xing:before {
  9498. content: "\F168"
  9499. }
  9500.  
  9501. .fa-xing-square:before {
  9502. content: "\F169"
  9503. }
  9504.  
  9505. .fa-youtube-play:before {
  9506. content: "\F16A"
  9507. }
  9508.  
  9509. .fa-dropbox:before {
  9510. content: "\F16B"
  9511. }
  9512.  
  9513. .fa-stack-overflow:before {
  9514. content: "\F16C"
  9515. }
  9516.  
  9517. .fa-instagram:before {
  9518. content: "\F16D"
  9519. }
  9520.  
  9521. .fa-flickr:before {
  9522. content: "\F16E"
  9523. }
  9524.  
  9525. .fa-adn:before {
  9526. content: "\F170"
  9527. }
  9528.  
  9529. .fa-bitbucket:before {
  9530. content: "\F171"
  9531. }
  9532.  
  9533. .fa-bitbucket-square:before {
  9534. content: "\F172"
  9535. }
  9536.  
  9537. .fa-tumblr:before {
  9538. content: "\F173"
  9539. }
  9540.  
  9541. .fa-tumblr-square:before {
  9542. content: "\F174"
  9543. }
  9544.  
  9545. .fa-long-arrow-down:before {
  9546. content: "\F175"
  9547. }
  9548.  
  9549. .fa-long-arrow-up:before {
  9550. content: "\F176"
  9551. }
  9552.  
  9553. .fa-long-arrow-left:before {
  9554. content: "\F177"
  9555. }
  9556.  
  9557. .fa-long-arrow-right:before {
  9558. content: "\F178"
  9559. }
  9560.  
  9561. .fa-apple:before {
  9562. content: "\F179"
  9563. }
  9564.  
  9565. .fa-windows:before {
  9566. content: "\F17A"
  9567. }
  9568.  
  9569. .fa-android:before {
  9570. content: "\F17B"
  9571. }
  9572.  
  9573. .fa-linux:before {
  9574. content: "\F17C"
  9575. }
  9576.  
  9577. .fa-dribbble:before {
  9578. content: "\F17D"
  9579. }
  9580.  
  9581. .fa-skype:before {
  9582. content: "\F17E"
  9583. }
  9584.  
  9585. .fa-foursquare:before {
  9586. content: "\F180"
  9587. }
  9588.  
  9589. .fa-trello:before {
  9590. content: "\F181"
  9591. }
  9592.  
  9593. .fa-female:before {
  9594. content: "\F182"
  9595. }
  9596.  
  9597. .fa-male:before {
  9598. content: "\F183"
  9599. }
  9600.  
  9601. .fa-gittip:before,
  9602. .fa-gratipay:before {
  9603. content: "\F184"
  9604. }
  9605.  
  9606. .fa-sun-o:before {
  9607. content: "\F185"
  9608. }
  9609.  
  9610. .fa-moon-o:before {
  9611. content: "\F186"
  9612. }
  9613.  
  9614. .fa-archive:before {
  9615. content: "\F187"
  9616. }
  9617.  
  9618. .fa-bug:before {
  9619. content: "\F188"
  9620. }
  9621.  
  9622. .fa-vk:before {
  9623. content: "\F189"
  9624. }
  9625.  
  9626. .fa-weibo:before {
  9627. content: "\F18A"
  9628. }
  9629.  
  9630. .fa-renren:before {
  9631. content: "\F18B"
  9632. }
  9633.  
  9634. .fa-pagelines:before {
  9635. content: "\F18C"
  9636. }
  9637.  
  9638. .fa-stack-exchange:before {
  9639. content: "\F18D"
  9640. }
  9641.  
  9642. .fa-arrow-circle-o-right:before {
  9643. content: "\F18E"
  9644. }
  9645.  
  9646. .fa-arrow-circle-o-left:before {
  9647. content: "\F190"
  9648. }
  9649.  
  9650. .fa-caret-square-o-left:before,
  9651. .fa-toggle-left:before {
  9652. content: "\F191"
  9653. }
  9654.  
  9655. .fa-dot-circle-o:before {
  9656. content: "\F192"
  9657. }
  9658.  
  9659. .fa-wheelchair:before {
  9660. content: "\F193"
  9661. }
  9662.  
  9663. .fa-vimeo-square:before {
  9664. content: "\F194"
  9665. }
  9666.  
  9667. .fa-try:before,
  9668. .fa-turkish-lira:before {
  9669. content: "\F195"
  9670. }
  9671.  
  9672. .fa-plus-square-o:before {
  9673. content: "\F196"
  9674. }
  9675.  
  9676. .fa-space-shuttle:before {
  9677. content: "\F197"
  9678. }
  9679.  
  9680. .fa-slack:before {
  9681. content: "\F198"
  9682. }
  9683.  
  9684. .fa-envelope-square:before {
  9685. content: "\F199"
  9686. }
  9687.  
  9688. .fa-wordpress:before {
  9689. content: "\F19A"
  9690. }
  9691.  
  9692. .fa-openid:before {
  9693. content: "\F19B"
  9694. }
  9695.  
  9696. .fa-bank:before,
  9697. .fa-institution:before,
  9698. .fa-university:before {
  9699. content: "\F19C"
  9700. }
  9701.  
  9702. .fa-graduation-cap:before,
  9703. .fa-mortar-board:before {
  9704. content: "\F19D"
  9705. }
  9706.  
  9707. .fa-yahoo:before {
  9708. content: "\F19E"
  9709. }
  9710.  
  9711. .fa-google:before {
  9712. content: "\F1A0"
  9713. }
  9714.  
  9715. .fa-reddit:before {
  9716. content: "\F1A1"
  9717. }
  9718.  
  9719. .fa-reddit-square:before {
  9720. content: "\F1A2"
  9721. }
  9722.  
  9723. .fa-stumbleupon-circle:before {
  9724. content: "\F1A3"
  9725. }
  9726.  
  9727. .fa-stumbleupon:before {
  9728. content: "\F1A4"
  9729. }
  9730.  
  9731. .fa-delicious:before {
  9732. content: "\F1A5"
  9733. }
  9734.  
  9735. .fa-digg:before {
  9736. content: "\F1A6"
  9737. }
  9738.  
  9739. .fa-pied-piper-pp:before {
  9740. content: "\F1A7"
  9741. }
  9742.  
  9743. .fa-pied-piper-alt:before {
  9744. content: "\F1A8"
  9745. }
  9746.  
  9747. .fa-drupal:before {
  9748. content: "\F1A9"
  9749. }
  9750.  
  9751. .fa-joomla:before {
  9752. content: "\F1AA"
  9753. }
  9754.  
  9755. .fa-language:before {
  9756. content: "\F1AB"
  9757. }
  9758.  
  9759. .fa-fax:before {
  9760. content: "\F1AC"
  9761. }
  9762.  
  9763. .fa-building:before {
  9764. content: "\F1AD"
  9765. }
  9766.  
  9767. .fa-child:before {
  9768. content: "\F1AE"
  9769. }
  9770.  
  9771. .fa-paw:before {
  9772. content: "\F1B0"
  9773. }
  9774.  
  9775. .fa-spoon:before {
  9776. content: "\F1B1"
  9777. }
  9778.  
  9779. .fa-cube:before {
  9780. content: "\F1B2"
  9781. }
  9782.  
  9783. .fa-cubes:before {
  9784. content: "\F1B3"
  9785. }
  9786.  
  9787. .fa-behance:before {
  9788. content: "\F1B4"
  9789. }
  9790.  
  9791. .fa-behance-square:before {
  9792. content: "\F1B5"
  9793. }
  9794.  
  9795. .fa-steam:before {
  9796. content: "\F1B6"
  9797. }
  9798.  
  9799. .fa-steam-square:before {
  9800. content: "\F1B7"
  9801. }
  9802.  
  9803. .fa-recycle:before {
  9804. content: "\F1B8"
  9805. }
  9806.  
  9807. .fa-automobile:before,
  9808. .fa-car:before {
  9809. content: "\F1B9"
  9810. }
  9811.  
  9812. .fa-cab:before,
  9813. .fa-taxi:before {
  9814. content: "\F1BA"
  9815. }
  9816.  
  9817. .fa-tree:before {
  9818. content: "\F1BB"
  9819. }
  9820.  
  9821. .fa-spotify:before {
  9822. content: "\F1BC"
  9823. }
  9824.  
  9825. .fa-deviantart:before {
  9826. content: "\F1BD"
  9827. }
  9828.  
  9829. .fa-soundcloud:before {
  9830. content: "\F1BE"
  9831. }
  9832.  
  9833. .fa-database:before {
  9834. content: "\F1C0"
  9835. }
  9836.  
  9837. .fa-file-pdf-o:before {
  9838. content: "\F1C1"
  9839. }
  9840.  
  9841. .fa-file-word-o:before {
  9842. content: "\F1C2"
  9843. }
  9844.  
  9845. .fa-file-excel-o:before {
  9846. content: "\F1C3"
  9847. }
  9848.  
  9849. .fa-file-powerpoint-o:before {
  9850. content: "\F1C4"
  9851. }
  9852.  
  9853. .fa-file-image-o:before,
  9854. .fa-file-photo-o:before,
  9855. .fa-file-picture-o:before {
  9856. content: "\F1C5"
  9857. }
  9858.  
  9859. .fa-file-archive-o:before,
  9860. .fa-file-zip-o:before {
  9861. content: "\F1C6"
  9862. }
  9863.  
  9864. .fa-file-audio-o:before,
  9865. .fa-file-sound-o:before {
  9866. content: "\F1C7"
  9867. }
  9868.  
  9869. .fa-file-movie-o:before,
  9870. .fa-file-video-o:before {
  9871. content: "\F1C8"
  9872. }
  9873.  
  9874. .fa-file-code-o:before {
  9875. content: "\F1C9"
  9876. }
  9877.  
  9878. .fa-vine:before {
  9879. content: "\F1CA"
  9880. }
  9881.  
  9882. .fa-codepen:before {
  9883. content: "\F1CB"
  9884. }
  9885.  
  9886. .fa-jsfiddle:before {
  9887. content: "\F1CC"
  9888. }
  9889.  
  9890. .fa-life-bouy:before,
  9891. .fa-life-buoy:before,
  9892. .fa-life-ring:before,
  9893. .fa-life-saver:before,
  9894. .fa-support:before {
  9895. content: "\F1CD"
  9896. }
  9897.  
  9898. .fa-circle-o-notch:before {
  9899. content: "\F1CE"
  9900. }
  9901.  
  9902. .fa-ra:before,
  9903. .fa-rebel:before,
  9904. .fa-resistance:before {
  9905. content: "\F1D0"
  9906. }
  9907.  
  9908. .fa-empire:before,
  9909. .fa-ge:before {
  9910. content: "\F1D1"
  9911. }
  9912.  
  9913. .fa-git-square:before {
  9914. content: "\F1D2"
  9915. }
  9916.  
  9917. .fa-git:before {
  9918. content: "\F1D3"
  9919. }
  9920.  
  9921. .fa-hacker-news:before,
  9922. .fa-y-combinator-square:before,
  9923. .fa-yc-square:before {
  9924. content: "\F1D4"
  9925. }
  9926.  
  9927. .fa-tencent-weibo:before {
  9928. content: "\F1D5"
  9929. }
  9930.  
  9931. .fa-qq:before {
  9932. content: "\F1D6"
  9933. }
  9934.  
  9935. .fa-wechat:before,
  9936. .fa-weixin:before {
  9937. content: "\F1D7"
  9938. }
  9939.  
  9940. .fa-paper-plane:before,
  9941. .fa-send:before {
  9942. content: "\F1D8"
  9943. }
  9944.  
  9945. .fa-paper-plane-o:before,
  9946. .fa-send-o:before {
  9947. content: "\F1D9"
  9948. }
  9949.  
  9950. .fa-history:before {
  9951. content: "\F1DA"
  9952. }
  9953.  
  9954. .fa-circle-thin:before {
  9955. content: "\F1DB"
  9956. }
  9957.  
  9958. .fa-header:before {
  9959. content: "\F1DC"
  9960. }
  9961.  
  9962. .fa-paragraph:before {
  9963. content: "\F1DD"
  9964. }
  9965.  
  9966. .fa-sliders:before {
  9967. content: "\F1DE"
  9968. }
  9969.  
  9970. .fa-share-alt:before {
  9971. content: "\F1E0"
  9972. }
  9973.  
  9974. .fa-share-alt-square:before {
  9975. content: "\F1E1"
  9976. }
  9977.  
  9978. .fa-bomb:before {
  9979. content: "\F1E2"
  9980. }
  9981.  
  9982. .fa-futbol-o:before,
  9983. .fa-soccer-ball-o:before {
  9984. content: "\F1E3"
  9985. }
  9986.  
  9987. .fa-tty:before {
  9988. content: "\F1E4"
  9989. }
  9990.  
  9991. .fa-binoculars:before {
  9992. content: "\F1E5"
  9993. }
  9994.  
  9995. .fa-plug:before {
  9996. content: "\F1E6"
  9997. }
  9998.  
  9999. .fa-slideshare:before {
  10000. content: "\F1E7"
  10001. }
  10002.  
  10003. .fa-twitch:before {
  10004. content: "\F1E8"
  10005. }
  10006.  
  10007. .fa-yelp:before {
  10008. content: "\F1E9"
  10009. }
  10010.  
  10011. .fa-newspaper-o:before {
  10012. content: "\F1EA"
  10013. }
  10014.  
  10015. .fa-wifi:before {
  10016. content: "\F1EB"
  10017. }
  10018.  
  10019. .fa-calculator:before {
  10020. content: "\F1EC"
  10021. }
  10022.  
  10023. .fa-paypal:before {
  10024. content: "\F1ED"
  10025. }
  10026.  
  10027. .fa-google-wallet:before {
  10028. content: "\F1EE"
  10029. }
  10030.  
  10031. .fa-cc-visa:before {
  10032. content: "\F1F0"
  10033. }
  10034.  
  10035. .fa-cc-mastercard:before {
  10036. content: "\F1F1"
  10037. }
  10038.  
  10039. .fa-cc-discover:before {
  10040. content: "\F1F2"
  10041. }
  10042.  
  10043. .fa-cc-amex:before {
  10044. content: "\F1F3"
  10045. }
  10046.  
  10047. .fa-cc-paypal:before {
  10048. content: "\F1F4"
  10049. }
  10050.  
  10051. .fa-cc-stripe:before {
  10052. content: "\F1F5"
  10053. }
  10054.  
  10055. .fa-bell-slash:before {
  10056. content: "\F1F6"
  10057. }
  10058.  
  10059. .fa-bell-slash-o:before {
  10060. content: "\F1F7"
  10061. }
  10062.  
  10063. .fa-trash:before {
  10064. content: "\F1F8"
  10065. }
  10066.  
  10067. .fa-copyright:before {
  10068. content: "\F1F9"
  10069. }
  10070.  
  10071. .fa-at:before {
  10072. content: "\F1FA"
  10073. }
  10074.  
  10075. .fa-eyedropper:before {
  10076. content: "\F1FB"
  10077. }
  10078.  
  10079. .fa-paint-brush:before {
  10080. content: "\F1FC"
  10081. }
  10082.  
  10083. .fa-birthday-cake:before {
  10084. content: "\F1FD"
  10085. }
  10086.  
  10087. .fa-area-chart:before {
  10088. content: "\F1FE"
  10089. }
  10090.  
  10091. .fa-pie-chart:before {
  10092. content: "\F200"
  10093. }
  10094.  
  10095. .fa-line-chart:before {
  10096. content: "\F201"
  10097. }
  10098.  
  10099. .fa-lastfm:before {
  10100. content: "\F202"
  10101. }
  10102.  
  10103. .fa-lastfm-square:before {
  10104. content: "\F203"
  10105. }
  10106.  
  10107. .fa-toggle-off:before {
  10108. content: "\F204"
  10109. }
  10110.  
  10111. .fa-toggle-on:before {
  10112. content: "\F205"
  10113. }
  10114.  
  10115. .fa-bicycle:before {
  10116. content: "\F206"
  10117. }
  10118.  
  10119. .fa-bus:before {
  10120. content: "\F207"
  10121. }
  10122.  
  10123. .fa-ioxhost:before {
  10124. content: "\F208"
  10125. }
  10126.  
  10127. .fa-angellist:before {
  10128. content: "\F209"
  10129. }
  10130.  
  10131. .fa-cc:before {
  10132. content: "\F20A"
  10133. }
  10134.  
  10135. .fa-ils:before,
  10136. .fa-shekel:before,
  10137. .fa-sheqel:before {
  10138. content: "\F20B"
  10139. }
  10140.  
  10141. .fa-meanpath:before {
  10142. content: "\F20C"
  10143. }
  10144.  
  10145. .fa-buysellads:before {
  10146. content: "\F20D"
  10147. }
  10148.  
  10149. .fa-connectdevelop:before {
  10150. content: "\F20E"
  10151. }
  10152.  
  10153. .fa-dashcube:before {
  10154. content: "\F210"
  10155. }
  10156.  
  10157. .fa-forumbee:before {
  10158. content: "\F211"
  10159. }
  10160.  
  10161. .fa-leanpub:before {
  10162. content: "\F212"
  10163. }
  10164.  
  10165. .fa-sellsy:before {
  10166. content: "\F213"
  10167. }
  10168.  
  10169. .fa-shirtsinbulk:before {
  10170. content: "\F214"
  10171. }
  10172.  
  10173. .fa-simplybuilt:before {
  10174. content: "\F215"
  10175. }
  10176.  
  10177. .fa-skyatlas:before {
  10178. content: "\F216"
  10179. }
  10180.  
  10181. .fa-cart-plus:before {
  10182. content: "\F217"
  10183. }
  10184.  
  10185. .fa-cart-arrow-down:before {
  10186. content: "\F218"
  10187. }
  10188.  
  10189. .fa-diamond:before {
  10190. content: "\F219"
  10191. }
  10192.  
  10193. .fa-ship:before {
  10194. content: "\F21A"
  10195. }
  10196.  
  10197. .fa-user-secret:before {
  10198. content: "\F21B"
  10199. }
  10200.  
  10201. .fa-motorcycle:before {
  10202. content: "\F21C"
  10203. }
  10204.  
  10205. .fa-street-view:before {
  10206. content: "\F21D"
  10207. }
  10208.  
  10209. .fa-heartbeat:before {
  10210. content: "\F21E"
  10211. }
  10212.  
  10213. .fa-venus:before {
  10214. content: "\F221"
  10215. }
  10216.  
  10217. .fa-mars:before {
  10218. content: "\F222"
  10219. }
  10220.  
  10221. .fa-mercury:before {
  10222. content: "\F223"
  10223. }
  10224.  
  10225. .fa-intersex:before,
  10226. .fa-transgender:before {
  10227. content: "\F224"
  10228. }
  10229.  
  10230. .fa-transgender-alt:before {
  10231. content: "\F225"
  10232. }
  10233.  
  10234. .fa-venus-double:before {
  10235. content: "\F226"
  10236. }
  10237.  
  10238. .fa-mars-double:before {
  10239. content: "\F227"
  10240. }
  10241.  
  10242. .fa-venus-mars:before {
  10243. content: "\F228"
  10244. }
  10245.  
  10246. .fa-mars-stroke:before {
  10247. content: "\F229"
  10248. }
  10249.  
  10250. .fa-mars-stroke-v:before {
  10251. content: "\F22A"
  10252. }
  10253.  
  10254. .fa-mars-stroke-h:before {
  10255. content: "\F22B"
  10256. }
  10257.  
  10258. .fa-neuter:before {
  10259. content: "\F22C"
  10260. }
  10261.  
  10262. .fa-genderless:before {
  10263. content: "\F22D"
  10264. }
  10265.  
  10266. .fa-facebook-official:before {
  10267. content: "\F230"
  10268. }
  10269.  
  10270. .fa-pinterest-p:before {
  10271. content: "\F231"
  10272. }
  10273.  
  10274. .fa-whatsapp:before {
  10275. content: "\F232"
  10276. }
  10277.  
  10278. .fa-server:before {
  10279. content: "\F233"
  10280. }
  10281.  
  10282. .fa-user-plus:before {
  10283. content: "\F234"
  10284. }
  10285.  
  10286. .fa-user-times:before {
  10287. content: "\F235"
  10288. }
  10289.  
  10290. .fa-bed:before,
  10291. .fa-hotel:before {
  10292. content: "\F236"
  10293. }
  10294.  
  10295. .fa-viacoin:before {
  10296. content: "\F237"
  10297. }
  10298.  
  10299. .fa-train:before {
  10300. content: "\F238"
  10301. }
  10302.  
  10303. .fa-subway:before {
  10304. content: "\F239"
  10305. }
  10306.  
  10307. .fa-medium:before {
  10308. content: "\F23A"
  10309. }
  10310.  
  10311. .fa-y-combinator:before,
  10312. .fa-yc:before {
  10313. content: "\F23B"
  10314. }
  10315.  
  10316. .fa-optin-monster:before {
  10317. content: "\F23C"
  10318. }
  10319.  
  10320. .fa-opencart:before {
  10321. content: "\F23D"
  10322. }
  10323.  
  10324. .fa-expeditedssl:before {
  10325. content: "\F23E"
  10326. }
  10327.  
  10328. .fa-battery-4:before,
  10329. .fa-battery-full:before,
  10330. .fa-battery:before {
  10331. content: "\F240"
  10332. }
  10333.  
  10334. .fa-battery-3:before,
  10335. .fa-battery-three-quarters:before {
  10336. content: "\F241"
  10337. }
  10338.  
  10339. .fa-battery-2:before,
  10340. .fa-battery-half:before {
  10341. content: "\F242"
  10342. }
  10343.  
  10344. .fa-battery-1:before,
  10345. .fa-battery-quarter:before {
  10346. content: "\F243"
  10347. }
  10348.  
  10349. .fa-battery-0:before,
  10350. .fa-battery-empty:before {
  10351. content: "\F244"
  10352. }
  10353.  
  10354. .fa-mouse-pointer:before {
  10355. content: "\F245"
  10356. }
  10357.  
  10358. .fa-i-cursor:before {
  10359. content: "\F246"
  10360. }
  10361.  
  10362. .fa-object-group:before {
  10363. content: "\F247"
  10364. }
  10365.  
  10366. .fa-object-ungroup:before {
  10367. content: "\F248"
  10368. }
  10369.  
  10370. .fa-sticky-note:before {
  10371. content: "\F249"
  10372. }
  10373.  
  10374. .fa-sticky-note-o:before {
  10375. content: "\F24A"
  10376. }
  10377.  
  10378. .fa-cc-jcb:before {
  10379. content: "\F24B"
  10380. }
  10381.  
  10382. .fa-cc-diners-club:before {
  10383. content: "\F24C"
  10384. }
  10385.  
  10386. .fa-clone:before {
  10387. content: "\F24D"
  10388. }
  10389.  
  10390. .fa-balance-scale:before {
  10391. content: "\F24E"
  10392. }
  10393.  
  10394. .fa-hourglass-o:before {
  10395. content: "\F250"
  10396. }
  10397.  
  10398. .fa-hourglass-1:before,
  10399. .fa-hourglass-start:before {
  10400. content: "\F251"
  10401. }
  10402.  
  10403. .fa-hourglass-2:before,
  10404. .fa-hourglass-half:before {
  10405. content: "\F252"
  10406. }
  10407.  
  10408. .fa-hourglass-3:before,
  10409. .fa-hourglass-end:before {
  10410. content: "\F253"
  10411. }
  10412.  
  10413. .fa-hourglass:before {
  10414. content: "\F254"
  10415. }
  10416.  
  10417. .fa-hand-grab-o:before,
  10418. .fa-hand-rock-o:before {
  10419. content: "\F255"
  10420. }
  10421.  
  10422. .fa-hand-paper-o:before,
  10423. .fa-hand-stop-o:before {
  10424. content: "\F256"
  10425. }
  10426.  
  10427. .fa-hand-scissors-o:before {
  10428. content: "\F257"
  10429. }
  10430.  
  10431. .fa-hand-lizard-o:before {
  10432. content: "\F258"
  10433. }
  10434.  
  10435. .fa-hand-spock-o:before {
  10436. content: "\F259"
  10437. }
  10438.  
  10439. .fa-hand-pointer-o:before {
  10440. content: "\F25A"
  10441. }
  10442.  
  10443. .fa-hand-peace-o:before {
  10444. content: "\F25B"
  10445. }
  10446.  
  10447. .fa-trademark:before {
  10448. content: "\F25C"
  10449. }
  10450.  
  10451. .fa-registered:before {
  10452. content: "\F25D"
  10453. }
  10454.  
  10455. .fa-creative-commons:before {
  10456. content: "\F25E"
  10457. }
  10458.  
  10459. .fa-gg:before {
  10460. content: "\F260"
  10461. }
  10462.  
  10463. .fa-gg-circle:before {
  10464. content: "\F261"
  10465. }
  10466.  
  10467. .fa-tripadvisor:before {
  10468. content: "\F262"
  10469. }
  10470.  
  10471. .fa-odnoklassniki:before {
  10472. content: "\F263"
  10473. }
  10474.  
  10475. .fa-odnoklassniki-square:before {
  10476. content: "\F264"
  10477. }
  10478.  
  10479. .fa-get-pocket:before {
  10480. content: "\F265"
  10481. }
  10482.  
  10483. .fa-wikipedia-w:before {
  10484. content: "\F266"
  10485. }
  10486.  
  10487. .fa-safari:before {
  10488. content: "\F267"
  10489. }
  10490.  
  10491. .fa-chrome:before {
  10492. content: "\F268"
  10493. }
  10494.  
  10495. .fa-firefox:before {
  10496. content: "\F269"
  10497. }
  10498.  
  10499. .fa-opera:before {
  10500. content: "\F26A"
  10501. }
  10502.  
  10503. .fa-internet-explorer:before {
  10504. content: "\F26B"
  10505. }
  10506.  
  10507. .fa-television:before,
  10508. .fa-tv:before {
  10509. content: "\F26C"
  10510. }
  10511.  
  10512. .fa-contao:before {
  10513. content: "\F26D"
  10514. }
  10515.  
  10516. .fa-500px:before {
  10517. content: "\F26E"
  10518. }
  10519.  
  10520. .fa-amazon:before {
  10521. content: "\F270"
  10522. }
  10523.  
  10524. .fa-calendar-plus-o:before {
  10525. content: "\F271"
  10526. }
  10527.  
  10528. .fa-calendar-minus-o:before {
  10529. content: "\F272"
  10530. }
  10531.  
  10532. .fa-calendar-times-o:before {
  10533. content: "\F273"
  10534. }
  10535.  
  10536. .fa-calendar-check-o:before {
  10537. content: "\F274"
  10538. }
  10539.  
  10540. .fa-industry:before {
  10541. content: "\F275"
  10542. }
  10543.  
  10544. .fa-map-pin:before {
  10545. content: "\F276"
  10546. }
  10547.  
  10548. .fa-map-signs:before {
  10549. content: "\F277"
  10550. }
  10551.  
  10552. .fa-map-o:before {
  10553. content: "\F278"
  10554. }
  10555.  
  10556. .fa-map:before {
  10557. content: "\F279"
  10558. }
  10559.  
  10560. .fa-commenting:before {
  10561. content: "\F27A"
  10562. }
  10563.  
  10564. .fa-commenting-o:before {
  10565. content: "\F27B"
  10566. }
  10567.  
  10568. .fa-houzz:before {
  10569. content: "\F27C"
  10570. }
  10571.  
  10572. .fa-vimeo:before {
  10573. content: "\F27D"
  10574. }
  10575.  
  10576. .fa-black-tie:before {
  10577. content: "\F27E"
  10578. }
  10579.  
  10580. .fa-fonticons:before {
  10581. content: "\F280"
  10582. }
  10583.  
  10584. .fa-reddit-alien:before {
  10585. content: "\F281"
  10586. }
  10587.  
  10588. .fa-edge:before {
  10589. content: "\F282"
  10590. }
  10591.  
  10592. .fa-credit-card-alt:before {
  10593. content: "\F283"
  10594. }
  10595.  
  10596. .fa-codiepie:before {
  10597. content: "\F284"
  10598. }
  10599.  
  10600. .fa-modx:before {
  10601. content: "\F285"
  10602. }
  10603.  
  10604. .fa-fort-awesome:before {
  10605. content: "\F286"
  10606. }
  10607.  
  10608. .fa-usb:before {
  10609. content: "\F287"
  10610. }
  10611.  
  10612. .fa-product-hunt:before {
  10613. content: "\F288"
  10614. }
  10615.  
  10616. .fa-mixcloud:before {
  10617. content: "\F289"
  10618. }
  10619.  
  10620. .fa-scribd:before {
  10621. content: "\F28A"
  10622. }
  10623.  
  10624. .fa-pause-circle:before {
  10625. content: "\F28B"
  10626. }
  10627.  
  10628. .fa-pause-circle-o:before {
  10629. content: "\F28C"
  10630. }
  10631.  
  10632. .fa-stop-circle:before {
  10633. content: "\F28D"
  10634. }
  10635.  
  10636. .fa-stop-circle-o:before {
  10637. content: "\F28E"
  10638. }
  10639.  
  10640. .fa-shopping-bag:before {
  10641. content: "\F290"
  10642. }
  10643.  
  10644. .fa-shopping-basket:before {
  10645. content: "\F291"
  10646. }
  10647.  
  10648. .fa-hashtag:before {
  10649. content: "\F292"
  10650. }
  10651.  
  10652. .fa-bluetooth:before {
  10653. content: "\F293"
  10654. }
  10655.  
  10656. .fa-bluetooth-b:before {
  10657. content: "\F294"
  10658. }
  10659.  
  10660. .fa-percent:before {
  10661. content: "\F295"
  10662. }
  10663.  
  10664. .fa-gitlab:before {
  10665. content: "\F296"
  10666. }
  10667.  
  10668. .fa-wpbeginner:before {
  10669. content: "\F297"
  10670. }
  10671.  
  10672. .fa-wpforms:before {
  10673. content: "\F298"
  10674. }
  10675.  
  10676. .fa-envira:before {
  10677. content: "\F299"
  10678. }
  10679.  
  10680. .fa-universal-access:before {
  10681. content: "\F29A"
  10682. }
  10683.  
  10684. .fa-wheelchair-alt:before {
  10685. content: "\F29B"
  10686. }
  10687.  
  10688. .fa-question-circle-o:before {
  10689. content: "\F29C"
  10690. }
  10691.  
  10692. .fa-blind:before {
  10693. content: "\F29D"
  10694. }
  10695.  
  10696. .fa-audio-description:before {
  10697. content: "\F29E"
  10698. }
  10699.  
  10700. .fa-volume-control-phone:before {
  10701. content: "\F2A0"
  10702. }
  10703.  
  10704. .fa-braille:before {
  10705. content: "\F2A1"
  10706. }
  10707.  
  10708. .fa-assistive-listening-systems:before {
  10709. content: "\F2A2"
  10710. }
  10711.  
  10712. .fa-american-sign-language-interpreting:before,
  10713. .fa-asl-interpreting:before {
  10714. content: "\F2A3"
  10715. }
  10716.  
  10717. .fa-deaf:before,
  10718. .fa-deafness:before,
  10719. .fa-hard-of-hearing:before {
  10720. content: "\F2A4"
  10721. }
  10722.  
  10723. .fa-glide:before {
  10724. content: "\F2A5"
  10725. }
  10726.  
  10727. .fa-glide-g:before {
  10728. content: "\F2A6"
  10729. }
  10730.  
  10731. .fa-sign-language:before,
  10732. .fa-signing:before {
  10733. content: "\F2A7"
  10734. }
  10735.  
  10736. .fa-low-vision:before {
  10737. content: "\F2A8"
  10738. }
  10739.  
  10740. .fa-viadeo:before {
  10741. content: "\F2A9"
  10742. }
  10743.  
  10744. .fa-viadeo-square:before {
  10745. content: "\F2AA"
  10746. }
  10747.  
  10748. .fa-snapchat:before {
  10749. content: "\F2AB"
  10750. }
  10751.  
  10752. .fa-snapchat-ghost:before {
  10753. content: "\F2AC"
  10754. }
  10755.  
  10756. .fa-snapchat-square:before {
  10757. content: "\F2AD"
  10758. }
  10759.  
  10760. .fa-pied-piper:before {
  10761. content: "\F2AE"
  10762. }
  10763.  
  10764. .fa-first-order:before {
  10765. content: "\F2B0"
  10766. }
  10767.  
  10768. .fa-yoast:before {
  10769. content: "\F2B1"
  10770. }
  10771.  
  10772. .fa-themeisle:before {
  10773. content: "\F2B2"
  10774. }
  10775.  
  10776. .fa-google-plus-circle:before,
  10777. .fa-google-plus-official:before {
  10778. content: "\F2B3"
  10779. }
  10780.  
  10781. .fa-fa:before,
  10782. .fa-font-awesome:before {
  10783. content: "\F2B4"
  10784. }
  10785.  
  10786. .fa-handshake-o:before {
  10787. content: "\F2B5"
  10788. }
  10789.  
  10790. .fa-envelope-open:before {
  10791. content: "\F2B6"
  10792. }
  10793.  
  10794. .fa-envelope-open-o:before {
  10795. content: "\F2B7"
  10796. }
  10797.  
  10798. .fa-linode:before {
  10799. content: "\F2B8"
  10800. }
  10801.  
  10802. .fa-address-book:before {
  10803. content: "\F2B9"
  10804. }
  10805.  
  10806. .fa-address-book-o:before {
  10807. content: "\F2BA"
  10808. }
  10809.  
  10810. .fa-address-card:before,
  10811. .fa-vcard:before {
  10812. content: "\F2BB"
  10813. }
  10814.  
  10815. .fa-address-card-o:before,
  10816. .fa-vcard-o:before {
  10817. content: "\F2BC"
  10818. }
  10819.  
  10820. .fa-user-circle:before {
  10821. content: "\F2BD"
  10822. }
  10823.  
  10824. .fa-user-circle-o:before {
  10825. content: "\F2BE"
  10826. }
  10827.  
  10828. .fa-user-o:before {
  10829. content: "\F2C0"
  10830. }
  10831.  
  10832. .fa-id-badge:before {
  10833. content: "\F2C1"
  10834. }
  10835.  
  10836. .fa-drivers-license:before,
  10837. .fa-id-card:before {
  10838. content: "\F2C2"
  10839. }
  10840.  
  10841. .fa-drivers-license-o:before,
  10842. .fa-id-card-o:before {
  10843. content: "\F2C3"
  10844. }
  10845.  
  10846. .fa-quora:before {
  10847. content: "\F2C4"
  10848. }
  10849.  
  10850. .fa-free-code-camp:before {
  10851. content: "\F2C5"
  10852. }
  10853.  
  10854. .fa-telegram:before {
  10855. content: "\F2C6"
  10856. }
  10857.  
  10858. .fa-thermometer-4:before,
  10859. .fa-thermometer-full:before,
  10860. .fa-thermometer:before {
  10861. content: "\F2C7"
  10862. }
  10863.  
  10864. .fa-thermometer-3:before,
  10865. .fa-thermometer-three-quarters:before {
  10866. content: "\F2C8"
  10867. }
  10868.  
  10869. .fa-thermometer-2:before,
  10870. .fa-thermometer-half:before {
  10871. content: "\F2C9"
  10872. }
  10873.  
  10874. .fa-thermometer-1:before,
  10875. .fa-thermometer-quarter:before {
  10876. content: "\F2CA"
  10877. }
  10878.  
  10879. .fa-thermometer-0:before,
  10880. .fa-thermometer-empty:before {
  10881. content: "\F2CB"
  10882. }
  10883.  
  10884. .fa-shower:before {
  10885. content: "\F2CC"
  10886. }
  10887.  
  10888. .fa-bath:before,
  10889. .fa-bathtub:before,
  10890. .fa-s15:before {
  10891. content: "\F2CD"
  10892. }
  10893.  
  10894. .fa-podcast:before {
  10895. content: "\F2CE"
  10896. }
  10897.  
  10898. .fa-window-maximize:before {
  10899. content: "\F2D0"
  10900. }
  10901.  
  10902. .fa-window-minimize:before {
  10903. content: "\F2D1"
  10904. }
  10905.  
  10906. .fa-window-restore:before {
  10907. content: "\F2D2"
  10908. }
  10909.  
  10910. .fa-times-rectangle:before,
  10911. .fa-window-close:before {
  10912. content: "\F2D3"
  10913. }
  10914.  
  10915. .fa-times-rectangle-o:before,
  10916. .fa-window-close-o:before {
  10917. content: "\F2D4"
  10918. }
  10919.  
  10920. .fa-bandcamp:before {
  10921. content: "\F2D5"
  10922. }
  10923.  
  10924. .fa-grav:before {
  10925. content: "\F2D6"
  10926. }
  10927.  
  10928. .fa-etsy:before {
  10929. content: "\F2D7"
  10930. }
  10931.  
  10932. .fa-imdb:before {
  10933. content: "\F2D8"
  10934. }
  10935.  
  10936. .fa-ravelry:before {
  10937. content: "\F2D9"
  10938. }
  10939.  
  10940. .fa-eercast:before {
  10941. content: "\F2DA"
  10942. }
  10943.  
  10944. .fa-microchip:before {
  10945. content: "\F2DB"
  10946. }
  10947.  
  10948. .fa-snowflake-o:before {
  10949. content: "\F2DC"
  10950. }
  10951.  
  10952. .fa-superpowers:before {
  10953. content: "\F2DD"
  10954. }
  10955.  
  10956. .fa-wpexplorer:before {
  10957. content: "\F2DE"
  10958. }
  10959.  
  10960. .fa-meetup:before {
  10961. content: "\F2E0"
  10962. }
  10963.  
  10964. .sr-only {
  10965. position: absolute;
  10966. width: 1px;
  10967. height: 1px;
  10968. padding: 0;
  10969. margin: -1px;
  10970. overflow: hidden;
  10971. clip: rect(0, 0, 0, 0);
  10972. border: 0
  10973. }
  10974.  
  10975. .sr-only-focusable:active,
  10976. .sr-only-focusable:focus {
  10977. position: static;
  10978. width: auto;
  10979. height: auto;
  10980. margin: 0;
  10981. overflow: visible;
  10982. clip: auto
  10983. }
  10984.  
  10985. .mt-0 {
  10986. margin-top: 0!important
  10987. }
  10988.  
  10989. .mb-0 {
  10990. margin-bottom: 0!important
  10991. }
  10992.  
  10993. .ml-0 {
  10994. margin-left: 0!important
  10995. }
  10996.  
  10997. .mr-0 {
  10998. margin-right: 0!important
  10999. }
  11000.  
  11001. .pt-0 {
  11002. padding-top: 0!important
  11003. }
  11004.  
  11005. .pb-0 {
  11006. padding-bottom: 0!important
  11007. }
  11008.  
  11009. .pl-0 {
  11010. padding-left: 0!important
  11011. }
  11012.  
  11013. .pr-0 {
  11014. padding-right: 0!important
  11015. }
  11016.  
  11017. .mt-5 {
  11018. margin-top: 5px!important
  11019. }
  11020.  
  11021. .mb-5 {
  11022. margin-bottom: 5px!important
  11023. }
  11024.  
  11025. .ml-5 {
  11026. margin-left: 5px!important
  11027. }
  11028.  
  11029. .mr-5 {
  11030. margin-right: 5px!important
  11031. }
  11032.  
  11033. .pt-5 {
  11034. padding-top: 5px!important
  11035. }
  11036.  
  11037. .pb-5 {
  11038. padding-bottom: 5px!important
  11039. }
  11040.  
  11041. .pl-5 {
  11042. padding-left: 5px!important
  11043. }
  11044.  
  11045. .pr-5 {
  11046. padding-right: 5px!important
  11047. }
  11048.  
  11049. .mt-10 {
  11050. margin-top: 10px!important
  11051. }
  11052.  
  11053. .mb-10 {
  11054. margin-bottom: 10px!important
  11055. }
  11056.  
  11057. .ml-10 {
  11058. margin-left: 10px!important
  11059. }
  11060.  
  11061. .mr-10 {
  11062. margin-right: 10px!important
  11063. }
  11064.  
  11065. .pt-10 {
  11066. padding-top: 10px!important
  11067. }
  11068.  
  11069. .pb-10 {
  11070. padding-bottom: 10px!important
  11071. }
  11072.  
  11073. .pl-10 {
  11074. padding-left: 10px!important
  11075. }
  11076.  
  11077. .pr-10 {
  11078. padding-right: 10px!important
  11079. }
  11080.  
  11081. .mt-15 {
  11082. margin-top: 15px!important
  11083. }
  11084.  
  11085. .mb-15 {
  11086. margin-bottom: 15px!important
  11087. }
  11088.  
  11089. .ml-15 {
  11090. margin-left: 15px!important
  11091. }
  11092.  
  11093. .mr-15 {
  11094. margin-right: 15px!important
  11095. }
  11096.  
  11097. .pt-15 {
  11098. padding-top: 15px!important
  11099. }
  11100.  
  11101. .pb-15 {
  11102. padding-bottom: 15px!important
  11103. }
  11104.  
  11105. .pl-15 {
  11106. padding-left: 15px!important
  11107. }
  11108.  
  11109. .pr-15 {
  11110. padding-right: 15px!important
  11111. }
  11112.  
  11113. .mt-20 {
  11114. margin-top: 20px!important
  11115. }
  11116.  
  11117. .mb-20 {
  11118. margin-bottom: 20px!important
  11119. }
  11120.  
  11121. .ml-20 {
  11122. margin-left: 20px!important
  11123. }
  11124.  
  11125. .mr-20 {
  11126. margin-right: 20px!important
  11127. }
  11128.  
  11129. .pt-20 {
  11130. padding-top: 20px!important
  11131. }
  11132.  
  11133. .pb-20 {
  11134. padding-bottom: 20px!important
  11135. }
  11136.  
  11137. .pl-20 {
  11138. padding-left: 20px!important
  11139. }
  11140.  
  11141. .pr-20 {
  11142. padding-right: 20px!important
  11143. }
  11144.  
  11145. .mt-25 {
  11146. margin-top: 25px!important
  11147. }
  11148.  
  11149. .mb-25 {
  11150. margin-bottom: 25px!important
  11151. }
  11152.  
  11153. .ml-25 {
  11154. margin-left: 25px!important
  11155. }
  11156.  
  11157. .mr-25 {
  11158. margin-right: 25px!important
  11159. }
  11160.  
  11161. .pt-25 {
  11162. padding-top: 25px!important
  11163. }
  11164.  
  11165. .pb-25 {
  11166. padding-bottom: 25px!important
  11167. }
  11168.  
  11169. .pl-25 {
  11170. padding-left: 25px!important
  11171. }
  11172.  
  11173. .pr-25 {
  11174. padding-right: 25px!important
  11175. }
  11176.  
  11177. .mt-30 {
  11178. margin-top: 30px!important
  11179. }
  11180.  
  11181. .mb-30 {
  11182. margin-bottom: 30px!important
  11183. }
  11184.  
  11185. .ml-30 {
  11186. margin-left: 30px!important
  11187. }
  11188.  
  11189. .mr-30 {
  11190. margin-right: 30px!important
  11191. }
  11192.  
  11193. .pt-30 {
  11194. padding-top: 30px!important
  11195. }
  11196.  
  11197. .pb-30 {
  11198. padding-bottom: 30px!important
  11199. }
  11200.  
  11201. .pl-30 {
  11202. padding-left: 30px!important
  11203. }
  11204.  
  11205. .pr-30 {
  11206. padding-right: 30px!important
  11207. }
  11208.  
  11209. .mt-35 {
  11210. margin-top: 35px!important
  11211. }
  11212.  
  11213. .mb-35 {
  11214. margin-bottom: 35px!important
  11215. }
  11216.  
  11217. .ml-35 {
  11218. margin-left: 35px!important
  11219. }
  11220.  
  11221. .mr-35 {
  11222. margin-right: 35px!important
  11223. }
  11224.  
  11225. .pt-35 {
  11226. padding-top: 35px!important
  11227. }
  11228.  
  11229. .pb-35 {
  11230. padding-bottom: 35px!important
  11231. }
  11232.  
  11233. .pl-35 {
  11234. padding-left: 35px!important
  11235. }
  11236.  
  11237. .pr-35 {
  11238. padding-right: 35px!important
  11239. }
  11240.  
  11241. .mt-40 {
  11242. margin-top: 40px!important
  11243. }
  11244.  
  11245. .mb-40 {
  11246. margin-bottom: 40px!important
  11247. }
  11248.  
  11249. .ml-40 {
  11250. margin-left: 40px!important
  11251. }
  11252.  
  11253. .mr-40 {
  11254. margin-right: 40px!important
  11255. }
  11256.  
  11257. .pt-40 {
  11258. padding-top: 40px!important
  11259. }
  11260.  
  11261. .pb-40 {
  11262. padding-bottom: 40px!important
  11263. }
  11264.  
  11265. .pl-40 {
  11266. padding-left: 40px!important
  11267. }
  11268.  
  11269. .pr-40 {
  11270. padding-right: 40px!important
  11271. }
  11272.  
  11273. .mt-45 {
  11274. margin-top: 45px!important
  11275. }
  11276.  
  11277. .mb-45 {
  11278. margin-bottom: 45px!important
  11279. }
  11280.  
  11281. .ml-45 {
  11282. margin-left: 45px!important
  11283. }
  11284.  
  11285. .mr-45 {
  11286. margin-right: 45px!important
  11287. }
  11288.  
  11289. .pt-45 {
  11290. padding-top: 45px!important
  11291. }
  11292.  
  11293. .pb-45 {
  11294. padding-bottom: 45px!important
  11295. }
  11296.  
  11297. .pl-45 {
  11298. padding-left: 45px!important
  11299. }
  11300.  
  11301. .pr-45 {
  11302. padding-right: 45px!important
  11303. }
  11304.  
  11305. .mt-50 {
  11306. margin-top: 50px!important
  11307. }
  11308.  
  11309. .mb-50 {
  11310. margin-bottom: 50px!important
  11311. }
  11312.  
  11313. .ml-50 {
  11314. margin-left: 50px!important
  11315. }
  11316.  
  11317. .mr-50 {
  11318. margin-right: 50px!important
  11319. }
  11320.  
  11321. .pt-50 {
  11322. padding-top: 50px!important
  11323. }
  11324.  
  11325. .pb-50 {
  11326. padding-bottom: 50px!important
  11327. }
  11328.  
  11329. .pl-50 {
  11330. padding-left: 50px!important
  11331. }
  11332.  
  11333. .pr-50 {
  11334. padding-right: 50px!important
  11335. }
  11336.  
  11337. .logged-in-as {
  11338. margin: 0;
  11339. border-radius: 0
  11340. }
  11341.  
  11342. .navbar-default .dropdown-menu>li>a.active,
  11343. .navbar-default .navbar-nav>li>a.active,
  11344. .navbar-default .navbar-nav>li>a.active:focus,
  11345. .navbar-default .navbar-nav>li>a.active:hover {
  11346. color: #262626;
  11347. background-color: #f5f5f5
  11348. }
  11349.  
  11350. .profile-picture {
  11351. max-height: 90px
  11352. }
  11353.  
  11354. .toast-title {
  11355. font-weight: 700
  11356. }
  11357.  
  11358. .toast-message {
  11359. -ms-word-wrap: break-word;
  11360. word-wrap: break-word
  11361. }
  11362.  
  11363. .toast-message a,
  11364. .toast-message label {
  11365. color: #fff
  11366. }
  11367.  
  11368. .toast-message a:hover {
  11369. color: #ccc;
  11370. text-decoration: none
  11371. }
  11372.  
  11373. .toast-close-button {
  11374. position: relative;
  11375. right: -.3em;
  11376. top: -.3em;
  11377. float: right;
  11378. font-size: 20px;
  11379. font-weight: 700;
  11380. color: #fff;
  11381. -webkit-text-shadow: 0 1px 0 #fff;
  11382. text-shadow: 0 1px 0 #fff;
  11383. opacity: .8;
  11384. -ms-filter: alpha(Opacity=80);
  11385. filter: alpha(opacity=80)
  11386. }
  11387.  
  11388. .toast-close-button:focus,
  11389. .toast-close-button:hover {
  11390. color: #000;
  11391. text-decoration: none;
  11392. cursor: pointer;
  11393. opacity: .4;
  11394. -ms-filter: alpha(Opacity=40);
  11395. filter: alpha(opacity=40)
  11396. }
  11397.  
  11398. button.toast-close-button {
  11399. padding: 0;
  11400. cursor: pointer;
  11401. background: 0 0;
  11402. border: 0;
  11403. -webkit-appearance: none
  11404. }
  11405.  
  11406. .toast-top-center {
  11407. top: 0;
  11408. right: 0;
  11409. width: 100%
  11410. }
  11411.  
  11412. .toast-bottom-center {
  11413. bottom: 0;
  11414. right: 0;
  11415. width: 100%
  11416. }
  11417.  
  11418. .toast-top-full-width {
  11419. top: 0;
  11420. right: 0;
  11421. width: 100%
  11422. }
  11423.  
  11424. .toast-bottom-full-width {
  11425. bottom: 0;
  11426. right: 0;
  11427. width: 100%
  11428. }
  11429.  
  11430. .toast-top-left {
  11431. top: 12px;
  11432. left: 12px
  11433. }
  11434.  
  11435. .toast-top-right {
  11436. top: 12px;
  11437. right: 12px
  11438. }
  11439.  
  11440. .toast-bottom-right {
  11441. right: 12px;
  11442. bottom: 12px
  11443. }
  11444.  
  11445. .toast-bottom-left {
  11446. bottom: 12px;
  11447. left: 12px
  11448. }
  11449.  
  11450. #toast-container {
  11451. position: fixed;
  11452. z-index: 16
  11453. }
  11454.  
  11455. #toast-container * {
  11456. box-sizing: border-box
  11457. }
  11458.  
  11459. #toast-container>div {
  11460. position: relative;
  11461. overflow: hidden;
  11462. margin: 0 0 6px;
  11463. padding: 15px 15px 15px 50px;
  11464. width: 300px;
  11465. border-radius: 3px;
  11466. background-position: 15px;
  11467. background-repeat: no-repeat;
  11468. box-shadow: 0 0 12px #999;
  11469. color: #fff;
  11470. opacity: .8;
  11471. -ms-filter: alpha(Opacity=80);
  11472. filter: alpha(opacity=80)
  11473. }
  11474.  
  11475. #toast-container>:hover {
  11476. box-shadow: 0 0 12px #000;
  11477. opacity: 1;
  11478. -ms-filter: alpha(Opacity=100);
  11479. filter: alpha(opacity=100);
  11480. cursor: pointer
  11481. }
  11482.  
  11483. #toast-container>.toast-info {
  11484. background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important
  11485. }
  11486.  
  11487. #toast-container>.toast-error {
  11488. background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important
  11489. }
  11490.  
  11491. #toast-container>.toast-success {
  11492. background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important
  11493. }
  11494.  
  11495. #toast-container>.toast-warning {
  11496. background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important
  11497. }
  11498.  
  11499. #toast-container.toast-bottom-center>div,
  11500. #toast-container.toast-top-center>div {
  11501. width: 300px;
  11502. margin: auto
  11503. }
  11504.  
  11505. #toast-container.toast-bottom-full-width>div,
  11506. #toast-container.toast-top-full-width>div {
  11507. width: 96%;
  11508. margin: auto
  11509. }
  11510.  
  11511. .toast {
  11512. background-color: #030303
  11513. }
  11514.  
  11515. .toast-success {
  11516. background-color: #51a351
  11517. }
  11518.  
  11519. .toast-error {
  11520. background-color: #bd362f
  11521. }
  11522.  
  11523. .toast-info {
  11524. background-color: #2f96b4
  11525. }
  11526.  
  11527. .toast-warning {
  11528. background-color: #f89406
  11529. }
  11530.  
  11531. .toast-progress {
  11532. position: absolute;
  11533. left: 0;
  11534. bottom: 0;
  11535. height: 4px;
  11536. background-color: #000;
  11537. opacity: .4;
  11538. -ms-filter: alpha(Opacity=40);
  11539. filter: alpha(opacity=40)
  11540. }
  11541.  
  11542. @media (max-width:240px) {
  11543. #toast-container>div {
  11544. padding: 8px 8px 8px 50px;
  11545. width: 11em
  11546. }
  11547. #toast-container .toast-close-button {
  11548. right: -.2em;
  11549. top: -.2em
  11550. }
  11551. }
  11552.  
  11553. @media (min-width:241px) and (max-width:480px) {
  11554. #toast-container>div {
  11555. padding: 8px 8px 8px 50px;
  11556. width: 18em
  11557. }
  11558. #toast-container .toast-close-button {
  11559. right: -.2em;
  11560. top: -.2em
  11561. }
  11562. }
  11563.  
  11564. @media (min-width:481px) and (max-width:768px) {
  11565. #toast-container>div {
  11566. padding: 15px 15px 15px 50px;
  11567. width: 25em
  11568. }
  11569. }
  11570.  
  11571. body.stop-scrolling {
  11572. height: 100%;
  11573. overflow: hidden
  11574. }
  11575.  
  11576. .sweet-overlay {
  11577. background-color: #000;
  11578. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  11579. background-color: rgba(0, 0, 0, .4);
  11580. position: fixed;
  11581. left: 0;
  11582. right: 0;
  11583. top: 0;
  11584. bottom: 0;
  11585. display: none;
  11586. z-index: 14
  11587. }
  11588.  
  11589. .sweet-alert {
  11590. background-color: #fff;
  11591. font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  11592. width: 478px;
  11593. padding: 17px;
  11594. border-radius: 5px;
  11595. text-align: center;
  11596. position: fixed;
  11597. left: 50%;
  11598. top: 50%;
  11599. margin-left: -256px;
  11600. margin-top: -200px;
  11601. overflow: hidden;
  11602. display: none;
  11603. z-index: 15
  11604. }
  11605.  
  11606. @media (max-width:540px) {
  11607. .sweet-alert {
  11608. width: auto;
  11609. margin-left: 0;
  11610. margin-right: 0;
  11611. left: 15px;
  11612. right: 15px
  11613. }
  11614. }
  11615.  
  11616. .sweet-alert h2 {
  11617. color: #575757;
  11618. font-size: 30px;
  11619. font-weight: 600;
  11620. text-transform: none;
  11621. margin: 25px 0;
  11622. line-height: 40px;
  11623. display: block
  11624. }
  11625.  
  11626. .sweet-alert h2,
  11627. .sweet-alert p {
  11628. text-align: center;
  11629. position: relative;
  11630. padding: 0
  11631. }
  11632.  
  11633. .sweet-alert p {
  11634. color: #797979;
  11635. font-size: 16px;
  11636. font-weight: 300;
  11637. text-align: inherit;
  11638. float: none;
  11639. margin: 0;
  11640. line-height: normal
  11641. }
  11642.  
  11643. .sweet-alert fieldset {
  11644. border: none;
  11645. position: relative
  11646. }
  11647.  
  11648. .sweet-alert .sa-error-container {
  11649. background-color: #f1f1f1;
  11650. margin-left: -17px;
  11651. margin-right: -17px;
  11652. overflow: hidden;
  11653. padding: 0 10px;
  11654. max-height: 0;
  11655. webkit-transition: padding .15s, max-height .15s;
  11656. transition: padding .15s, max-height .15s
  11657. }
  11658.  
  11659. .sweet-alert .sa-error-container.show {
  11660. padding: 10px 0;
  11661. max-height: 100px;
  11662. webkit-transition: padding .2s, max-height .2s;
  11663. transition: padding .25s, max-height .25s
  11664. }
  11665.  
  11666. .sweet-alert .sa-error-container .icon {
  11667. display: inline-block;
  11668. width: 24px;
  11669. height: 24px;
  11670. border-radius: 50%;
  11671. background-color: #ea7d7d;
  11672. color: #fff;
  11673. line-height: 24px;
  11674. text-align: center;
  11675. margin-right: 3px
  11676. }
  11677.  
  11678. .sweet-alert .sa-error-container p {
  11679. display: inline-block
  11680. }
  11681.  
  11682. .sweet-alert .sa-input-error {
  11683. position: absolute;
  11684. top: 29px;
  11685. right: 26px;
  11686. width: 20px;
  11687. height: 20px;
  11688. opacity: 0;
  11689. -webkit-transform: scale(.5);
  11690. transform: scale(.5);
  11691. -webkit-transform-origin: 50% 50%;
  11692. transform-origin: 50% 50%;
  11693. transition: all .1s
  11694. }
  11695.  
  11696. .sweet-alert .sa-input-error:after,
  11697. .sweet-alert .sa-input-error:before {
  11698. content: "";
  11699. width: 20px;
  11700. height: 6px;
  11701. background-color: #f06e57;
  11702. border-radius: 3px;
  11703. position: absolute;
  11704. top: 50%;
  11705. margin-top: -4px;
  11706. left: 50%;
  11707. margin-left: -9px
  11708. }
  11709.  
  11710. .sweet-alert .sa-input-error:before {
  11711. -webkit-transform: rotate(-45deg);
  11712. transform: rotate(-45deg)
  11713. }
  11714.  
  11715. .sweet-alert .sa-input-error:after {
  11716. -webkit-transform: rotate(45deg);
  11717. transform: rotate(45deg)
  11718. }
  11719.  
  11720. .sweet-alert .sa-input-error.show {
  11721. opacity: 1;
  11722. -webkit-transform: scale(1);
  11723. transform: scale(1)
  11724. }
  11725.  
  11726. .sweet-alert input {
  11727. width: 100%;
  11728. box-sizing: border-box;
  11729. border-radius: 3px;
  11730. border: 1px solid #d7d7d7;
  11731. height: 43px;
  11732. margin-top: 10px;
  11733. margin-bottom: 17px;
  11734. font-size: 18px;
  11735. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06);
  11736. padding: 0 12px;
  11737. display: none;
  11738. transition: all .3s
  11739. }
  11740.  
  11741. .sweet-alert input:focus {
  11742. outline: none;
  11743. box-shadow: 0 0 3px #c4e6f5;
  11744. border: 1px solid #b4dbed
  11745. }
  11746.  
  11747. .sweet-alert input:focus::-moz-placeholder {
  11748. transition: opacity .3s ease .03s;
  11749. opacity: .5
  11750. }
  11751.  
  11752. .sweet-alert input:focus:-ms-input-placeholder {
  11753. transition: opacity .3s ease .03s;
  11754. opacity: .5
  11755. }
  11756.  
  11757. .sweet-alert input:focus::-webkit-input-placeholder {
  11758. transition: opacity .3s ease .03s;
  11759. opacity: .5
  11760. }
  11761.  
  11762. .sweet-alert input::-moz-placeholder {
  11763. color: #bdbdbd
  11764. }
  11765.  
  11766. .sweet-alert input:-ms-input-placeholder {
  11767. color: #bdbdbd
  11768. }
  11769.  
  11770. .sweet-alert input::-webkit-input-placeholder {
  11771. color: #bdbdbd
  11772. }
  11773.  
  11774. .sweet-alert.show-input input {
  11775. display: block
  11776. }
  11777.  
  11778. .sweet-alert .sa-confirm-button-container {
  11779. display: inline-block;
  11780. position: relative
  11781. }
  11782.  
  11783. .sweet-alert .la-ball-fall {
  11784. position: absolute;
  11785. left: 50%;
  11786. top: 50%;
  11787. margin-left: -27px;
  11788. margin-top: 4px;
  11789. opacity: 0;
  11790. visibility: hidden
  11791. }
  11792.  
  11793. .sweet-alert button {
  11794. background-color: #8cd4f5;
  11795. color: #fff;
  11796. border: none;
  11797. box-shadow: none;
  11798. font-size: 17px;
  11799. font-weight: 500;
  11800. border-radius: 5px;
  11801. padding: 10px 32px;
  11802. margin: 26px 5px 0;
  11803. cursor: pointer
  11804. }
  11805.  
  11806. .sweet-alert button:focus {
  11807. outline: none;
  11808. box-shadow: 0 0 2px rgba(128, 179, 235, .5), inset 0 0 0 1px rgba(0, 0, 0, .05)
  11809. }
  11810.  
  11811. .sweet-alert button:hover {
  11812. background-color: #7ecff4
  11813. }
  11814.  
  11815. .sweet-alert button:active {
  11816. background-color: #5dc2f1
  11817. }
  11818.  
  11819. .sweet-alert button.cancel {
  11820. background-color: #c1c1c1
  11821. }
  11822.  
  11823. .sweet-alert button.cancel:hover {
  11824. background-color: #b9b9b9
  11825. }
  11826.  
  11827. .sweet-alert button.cancel:active {
  11828. background-color: #a8a8a8
  11829. }
  11830.  
  11831. .sweet-alert button.cancel:focus {
  11832. box-shadow: 0 0 2px rgba(197, 205, 211, .8), inset 0 0 0 1px rgba(0, 0, 0, .0470588)!important
  11833. }
  11834.  
  11835. .sweet-alert button[disabled] {
  11836. opacity: .6;
  11837. cursor: default
  11838. }
  11839.  
  11840. .sweet-alert button.confirm[disabled] {
  11841. color: transparent
  11842. }
  11843.  
  11844. .sweet-alert button.confirm[disabled]~.la-ball-fall {
  11845. opacity: 1;
  11846. visibility: visible;
  11847. transition-delay: 0s
  11848. }
  11849.  
  11850. .sweet-alert button::-moz-focus-inner {
  11851. border: 0
  11852. }
  11853.  
  11854. .sweet-alert[data-has-cancel-button=false] button {
  11855. box-shadow: none!important
  11856. }
  11857.  
  11858. .sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
  11859. padding-bottom: 40px
  11860. }
  11861.  
  11862. .sweet-alert .sa-icon {
  11863. width: 80px;
  11864. height: 80px;
  11865. border: 4px solid gray;
  11866. border-radius: 40px;
  11867. border-radius: 50%;
  11868. margin: 20px auto;
  11869. padding: 0;
  11870. position: relative;
  11871. box-sizing: content-box
  11872. }
  11873.  
  11874. .sweet-alert .sa-icon.sa-error {
  11875. border-color: #f27474
  11876. }
  11877.  
  11878. .sweet-alert .sa-icon.sa-error .sa-x-mark {
  11879. position: relative;
  11880. display: block
  11881. }
  11882.  
  11883. .sweet-alert .sa-icon.sa-error .sa-line {
  11884. position: absolute;
  11885. height: 5px;
  11886. width: 47px;
  11887. background-color: #f27474;
  11888. display: block;
  11889. top: 37px;
  11890. border-radius: 2px
  11891. }
  11892.  
  11893. .sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  11894. -webkit-transform: rotate(45deg);
  11895. transform: rotate(45deg);
  11896. left: 17px
  11897. }
  11898.  
  11899. .sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  11900. -webkit-transform: rotate(-45deg);
  11901. transform: rotate(-45deg);
  11902. right: 16px
  11903. }
  11904.  
  11905. .sweet-alert .sa-icon.sa-warning {
  11906. border-color: #f8bb86
  11907. }
  11908.  
  11909. .sweet-alert .sa-icon.sa-warning .sa-body {
  11910. position: absolute;
  11911. width: 5px;
  11912. height: 47px;
  11913. left: 50%;
  11914. top: 10px;
  11915. border-radius: 2px;
  11916. margin-left: -2px;
  11917. background-color: #f8bb86
  11918. }
  11919.  
  11920. .sweet-alert .sa-icon.sa-warning .sa-dot {
  11921. position: absolute;
  11922. width: 7px;
  11923. height: 7px;
  11924. border-radius: 50%;
  11925. margin-left: -3px;
  11926. left: 50%;
  11927. bottom: 10px;
  11928. background-color: #f8bb86
  11929. }
  11930.  
  11931. .sweet-alert .sa-icon.sa-info {
  11932. border-color: #c9dae1
  11933. }
  11934.  
  11935. .sweet-alert .sa-icon.sa-info:before {
  11936. content: "";
  11937. position: absolute;
  11938. width: 5px;
  11939. height: 29px;
  11940. left: 50%;
  11941. bottom: 17px;
  11942. border-radius: 2px;
  11943. margin-left: -2px;
  11944. background-color: #c9dae1
  11945. }
  11946.  
  11947. .sweet-alert .sa-icon.sa-info:after {
  11948. content: "";
  11949. position: absolute;
  11950. width: 7px;
  11951. height: 7px;
  11952. border-radius: 50%;
  11953. margin-left: -3px;
  11954. top: 19px;
  11955. background-color: #c9dae1
  11956. }
  11957.  
  11958. .sweet-alert .sa-icon.sa-success {
  11959. border-color: #a5dc86
  11960. }
  11961.  
  11962. .sweet-alert .sa-icon.sa-success:after,
  11963. .sweet-alert .sa-icon.sa-success:before {
  11964. content: "";
  11965. border-radius: 40px;
  11966. border-radius: 50%;
  11967. position: absolute;
  11968. width: 60px;
  11969. height: 120px;
  11970. background: #fff;
  11971. -webkit-transform: rotate(45deg);
  11972. transform: rotate(45deg)
  11973. }
  11974.  
  11975. .sweet-alert .sa-icon.sa-success:before {
  11976. border-radius: 120px 0 0 120px;
  11977. top: -7px;
  11978. left: -33px;
  11979. -webkit-transform: rotate(-45deg);
  11980. transform: rotate(-45deg);
  11981. -webkit-transform-origin: 60px 60px;
  11982. transform-origin: 60px 60px
  11983. }
  11984.  
  11985. .sweet-alert .sa-icon.sa-success:after {
  11986. border-radius: 0 120px 120px 0;
  11987. top: -11px;
  11988. left: 30px;
  11989. -webkit-transform: rotate(-45deg);
  11990. transform: rotate(-45deg);
  11991. -webkit-transform-origin: 0 60px;
  11992. transform-origin: 0 60px
  11993. }
  11994.  
  11995. .sweet-alert .sa-icon.sa-success .sa-placeholder {
  11996. width: 80px;
  11997. height: 80px;
  11998. border: 4px solid hsla(98, 55%, 69%, .2);
  11999. border-radius: 40px;
  12000. border-radius: 50%;
  12001. box-sizing: content-box;
  12002. position: absolute;
  12003. left: -4px;
  12004. top: -4px;
  12005. z-index: 2
  12006. }
  12007.  
  12008. .sweet-alert .sa-icon.sa-success .sa-fix {
  12009. width: 5px;
  12010. height: 90px;
  12011. background-color: #fff;
  12012. position: absolute;
  12013. left: 28px;
  12014. top: 8px;
  12015. z-index: 1;
  12016. -webkit-transform: rotate(-45deg);
  12017. transform: rotate(-45deg)
  12018. }
  12019.  
  12020. .sweet-alert .sa-icon.sa-success .sa-line {
  12021. height: 5px;
  12022. background-color: #a5dc86;
  12023. display: block;
  12024. border-radius: 2px;
  12025. position: absolute;
  12026. z-index: 2
  12027. }
  12028.  
  12029. .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  12030. width: 25px;
  12031. left: 14px;
  12032. top: 46px;
  12033. -webkit-transform: rotate(45deg);
  12034. transform: rotate(45deg)
  12035. }
  12036.  
  12037. .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  12038. width: 47px;
  12039. right: 8px;
  12040. top: 38px;
  12041. -webkit-transform: rotate(-45deg);
  12042. transform: rotate(-45deg)
  12043. }
  12044.  
  12045. .sweet-alert .sa-icon.sa-custom {
  12046. background-size: contain;
  12047. border-radius: 0;
  12048. border: none;
  12049. background-position: 50%;
  12050. background-repeat: no-repeat
  12051. }
  12052.  
  12053. @-webkit-keyframes c {
  12054. 0% {
  12055. transform: scale(.7);
  12056. -webkit-transform: scale(.7)
  12057. }
  12058. 45% {
  12059. transform: scale(1.05);
  12060. -webkit-transform: scale(1.05)
  12061. }
  12062. 80% {
  12063. transform: scale(.95);
  12064. -webkit-transform: scale(.95)
  12065. }
  12066. to {
  12067. transform: scale(1);
  12068. -webkit-transform: scale(1)
  12069. }
  12070. }
  12071.  
  12072. @keyframes c {
  12073. 0% {
  12074. transform: scale(.7);
  12075. -webkit-transform: scale(.7)
  12076. }
  12077. 45% {
  12078. transform: scale(1.05);
  12079. -webkit-transform: scale(1.05)
  12080. }
  12081. 80% {
  12082. transform: scale(.95);
  12083. -webkit-transform: scale(.95)
  12084. }
  12085. to {
  12086. transform: scale(1);
  12087. -webkit-transform: scale(1)
  12088. }
  12089. }
  12090.  
  12091. @-webkit-keyframes d {
  12092. 0% {
  12093. transform: scale(1);
  12094. -webkit-transform: scale(1)
  12095. }
  12096. to {
  12097. transform: scale(.5);
  12098. -webkit-transform: scale(.5)
  12099. }
  12100. }
  12101.  
  12102. @keyframes d {
  12103. 0% {
  12104. transform: scale(1);
  12105. -webkit-transform: scale(1)
  12106. }
  12107. to {
  12108. transform: scale(.5);
  12109. -webkit-transform: scale(.5)
  12110. }
  12111. }
  12112.  
  12113. @-webkit-keyframes e {
  12114. 0% {
  12115. top: 0
  12116. }
  12117. to {
  12118. top: 50%
  12119. }
  12120. }
  12121.  
  12122. @keyframes e {
  12123. 0% {
  12124. top: 0
  12125. }
  12126. to {
  12127. top: 50%
  12128. }
  12129. }
  12130.  
  12131. @-webkit-keyframes f {
  12132. 0% {
  12133. top: 50%
  12134. }
  12135. to {
  12136. top: 0
  12137. }
  12138. }
  12139.  
  12140. @keyframes f {
  12141. 0% {
  12142. top: 50%
  12143. }
  12144. to {
  12145. top: 0
  12146. }
  12147. }
  12148.  
  12149. @-webkit-keyframes g {
  12150. 0% {
  12151. top: 70%
  12152. }
  12153. to {
  12154. top: 50%
  12155. }
  12156. }
  12157.  
  12158. @keyframes g {
  12159. 0% {
  12160. top: 70%
  12161. }
  12162. to {
  12163. top: 50%
  12164. }
  12165. }
  12166.  
  12167. @-webkit-keyframes h {
  12168. 0% {
  12169. top: 50%
  12170. }
  12171. to {
  12172. top: 70%
  12173. }
  12174. }
  12175.  
  12176. @keyframes h {
  12177. 0% {
  12178. top: 50%
  12179. }
  12180. to {
  12181. top: 70%
  12182. }
  12183. }
  12184.  
  12185. .showSweetAlert[data-animation=pop] {
  12186. -webkit-animation: c .3s;
  12187. animation: c .3s
  12188. }
  12189.  
  12190. .showSweetAlert[data-animation=none] {
  12191. -webkit-animation: none;
  12192. animation: none
  12193. }
  12194.  
  12195. .showSweetAlert[data-animation=slide-from-top] {
  12196. -webkit-animation: e .3s;
  12197. animation: e .3s
  12198. }
  12199.  
  12200. .showSweetAlert[data-animation=slide-from-bottom] {
  12201. -webkit-animation: g .3s;
  12202. animation: g .3s
  12203. }
  12204.  
  12205. .hideSweetAlert[data-animation=pop] {
  12206. -webkit-animation: d .2s;
  12207. animation: d .2s
  12208. }
  12209.  
  12210. .hideSweetAlert[data-animation=none] {
  12211. -webkit-animation: none;
  12212. animation: none
  12213. }
  12214.  
  12215. .hideSweetAlert[data-animation=slide-from-top] {
  12216. -webkit-animation: f .4s;
  12217. animation: f .4s
  12218. }
  12219.  
  12220. .hideSweetAlert[data-animation=slide-from-bottom] {
  12221. -webkit-animation: h .3s;
  12222. animation: h .3s
  12223. }
  12224.  
  12225. @-webkit-keyframes i {
  12226. 0% {
  12227. width: 0;
  12228. left: 1px;
  12229. top: 19px
  12230. }
  12231. 54% {
  12232. width: 0;
  12233. left: 1px;
  12234. top: 19px
  12235. }
  12236. 70% {
  12237. width: 50px;
  12238. left: -8px;
  12239. top: 37px
  12240. }
  12241. 84% {
  12242. width: 17px;
  12243. left: 21px;
  12244. top: 48px
  12245. }
  12246. to {
  12247. width: 25px;
  12248. left: 14px;
  12249. top: 45px
  12250. }
  12251. }
  12252.  
  12253. @keyframes i {
  12254. 0% {
  12255. width: 0;
  12256. left: 1px;
  12257. top: 19px
  12258. }
  12259. 54% {
  12260. width: 0;
  12261. left: 1px;
  12262. top: 19px
  12263. }
  12264. 70% {
  12265. width: 50px;
  12266. left: -8px;
  12267. top: 37px
  12268. }
  12269. 84% {
  12270. width: 17px;
  12271. left: 21px;
  12272. top: 48px
  12273. }
  12274. to {
  12275. width: 25px;
  12276. left: 14px;
  12277. top: 45px
  12278. }
  12279. }
  12280.  
  12281. @-webkit-keyframes j {
  12282. 0% {
  12283. width: 0;
  12284. right: 46px;
  12285. top: 54px
  12286. }
  12287. 65% {
  12288. width: 0;
  12289. right: 46px;
  12290. top: 54px
  12291. }
  12292. 84% {
  12293. width: 55px;
  12294. right: 0;
  12295. top: 35px
  12296. }
  12297. to {
  12298. width: 47px;
  12299. right: 8px;
  12300. top: 38px
  12301. }
  12302. }
  12303.  
  12304. @keyframes j {
  12305. 0% {
  12306. width: 0;
  12307. right: 46px;
  12308. top: 54px
  12309. }
  12310. 65% {
  12311. width: 0;
  12312. right: 46px;
  12313. top: 54px
  12314. }
  12315. 84% {
  12316. width: 55px;
  12317. right: 0;
  12318. top: 35px
  12319. }
  12320. to {
  12321. width: 47px;
  12322. right: 8px;
  12323. top: 38px
  12324. }
  12325. }
  12326.  
  12327. @-webkit-keyframes k {
  12328. 0% {
  12329. transform: rotate(-45deg);
  12330. -webkit-transform: rotate(-45deg)
  12331. }
  12332. 5% {
  12333. transform: rotate(-45deg);
  12334. -webkit-transform: rotate(-45deg)
  12335. }
  12336. 12% {
  12337. transform: rotate(-405deg);
  12338. -webkit-transform: rotate(-405deg)
  12339. }
  12340. to {
  12341. transform: rotate(-405deg);
  12342. -webkit-transform: rotate(-405deg)
  12343. }
  12344. }
  12345.  
  12346. @keyframes k {
  12347. 0% {
  12348. transform: rotate(-45deg);
  12349. -webkit-transform: rotate(-45deg)
  12350. }
  12351. 5% {
  12352. transform: rotate(-45deg);
  12353. -webkit-transform: rotate(-45deg)
  12354. }
  12355. 12% {
  12356. transform: rotate(-405deg);
  12357. -webkit-transform: rotate(-405deg)
  12358. }
  12359. to {
  12360. transform: rotate(-405deg);
  12361. -webkit-transform: rotate(-405deg)
  12362. }
  12363. }
  12364.  
  12365. .animateSuccessTip {
  12366. -webkit-animation: i .75s;
  12367. animation: i .75s
  12368. }
  12369.  
  12370. .animateSuccessLong {
  12371. -webkit-animation: j .75s;
  12372. animation: j .75s
  12373. }
  12374.  
  12375. .sa-icon.sa-success.animate:after {
  12376. -webkit-animation: k 4.25s ease-in;
  12377. animation: k 4.25s ease-in
  12378. }
  12379.  
  12380. @-webkit-keyframes l {
  12381. 0% {
  12382. transform: rotateX(100deg);
  12383. -webkit-transform: rotateX(100deg);
  12384. opacity: 0
  12385. }
  12386. to {
  12387. transform: rotateX(0deg);
  12388. -webkit-transform: rotateX(0deg);
  12389. opacity: 1
  12390. }
  12391. }
  12392.  
  12393. @keyframes l {
  12394. 0% {
  12395. transform: rotateX(100deg);
  12396. -webkit-transform: rotateX(100deg);
  12397. opacity: 0
  12398. }
  12399. to {
  12400. transform: rotateX(0deg);
  12401. -webkit-transform: rotateX(0deg);
  12402. opacity: 1
  12403. }
  12404. }
  12405.  
  12406. .animateErrorIcon {
  12407. -webkit-animation: l .5s;
  12408. animation: l .5s
  12409. }
  12410.  
  12411. @-webkit-keyframes m {
  12412. 0% {
  12413. transform: scale(.4);
  12414. -webkit-transform: scale(.4);
  12415. margin-top: 26px;
  12416. opacity: 0
  12417. }
  12418. 50% {
  12419. transform: scale(.4);
  12420. -webkit-transform: scale(.4);
  12421. margin-top: 26px;
  12422. opacity: 0
  12423. }
  12424. 80% {
  12425. transform: scale(1.15);
  12426. -webkit-transform: scale(1.15);
  12427. margin-top: -6px
  12428. }
  12429. to {
  12430. transform: scale(1);
  12431. -webkit-transform: scale(1);
  12432. margin-top: 0;
  12433. opacity: 1
  12434. }
  12435. }
  12436.  
  12437. @keyframes m {
  12438. 0% {
  12439. transform: scale(.4);
  12440. -webkit-transform: scale(.4);
  12441. margin-top: 26px;
  12442. opacity: 0
  12443. }
  12444. 50% {
  12445. transform: scale(.4);
  12446. -webkit-transform: scale(.4);
  12447. margin-top: 26px;
  12448. opacity: 0
  12449. }
  12450. 80% {
  12451. transform: scale(1.15);
  12452. -webkit-transform: scale(1.15);
  12453. margin-top: -6px
  12454. }
  12455. to {
  12456. transform: scale(1);
  12457. -webkit-transform: scale(1);
  12458. margin-top: 0;
  12459. opacity: 1
  12460. }
  12461. }
  12462.  
  12463. .animateXMark {
  12464. -webkit-animation: m .5s;
  12465. animation: m .5s
  12466. }
  12467.  
  12468. @-webkit-keyframes n {
  12469. 0% {
  12470. border-color: #f8d486
  12471. }
  12472. to {
  12473. border-color: #f8bb86
  12474. }
  12475. }
  12476.  
  12477. @keyframes n {
  12478. 0% {
  12479. border-color: #f8d486
  12480. }
  12481. to {
  12482. border-color: #f8bb86
  12483. }
  12484. }
  12485.  
  12486. .pulseWarning {
  12487. -webkit-animation: n .75s infinite alternate;
  12488. animation: n .75s infinite alternate
  12489. }
  12490.  
  12491. @-webkit-keyframes o {
  12492. 0% {
  12493. background-color: #f8d486
  12494. }
  12495. to {
  12496. background-color: #f8bb86
  12497. }
  12498. }
  12499.  
  12500. @keyframes o {
  12501. 0% {
  12502. background-color: #f8d486
  12503. }
  12504. to {
  12505. background-color: #f8bb86
  12506. }
  12507. }
  12508.  
  12509. .pulseWarningIns {
  12510. -webkit-animation: o .75s infinite alternate;
  12511. animation: o .75s infinite alternate
  12512. }
  12513.  
  12514. .sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  12515. -ms-transform: rotate(45deg)\9
  12516. }
  12517.  
  12518. .sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  12519. -ms-transform: rotate(-45deg)\9
  12520. }
  12521.  
  12522. .sweet-alert .sa-icon.sa-success {
  12523. border-color: transparent\9
  12524. }
  12525.  
  12526. .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  12527. -ms-transform: rotate(45deg)\9
  12528. }
  12529.  
  12530. .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  12531. -ms-transform: rotate(-45deg)\9
  12532. }
  12533.  
  12534.  
  12535. /*!
  12536. * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
  12537. * Copyright 2015 Daniel Cardoso <@DanielCardoso>
  12538. * Licensed under MIT
  12539. */
  12540.  
  12541. .la-ball-fall,
  12542. .la-ball-fall>div {
  12543. position: relative;
  12544. box-sizing: border-box
  12545. }
  12546.  
  12547. .la-ball-fall {
  12548. display: block;
  12549. font-size: 0;
  12550. color: #fff
  12551. }
  12552.  
  12553. .la-ball-fall.la-dark {
  12554. color: #333
  12555. }
  12556.  
  12557. .la-ball-fall>div {
  12558. display: inline-block;
  12559. float: none;
  12560. background-color: currentColor;
  12561. border: 0 solid currentColor
  12562. }
  12563.  
  12564. .la-ball-fall {
  12565. width: 54px;
  12566. height: 18px
  12567. }
  12568.  
  12569. .la-ball-fall>div {
  12570. width: 10px;
  12571. height: 10px;
  12572. margin: 4px;
  12573. border-radius: 100%;
  12574. opacity: 0;
  12575. -webkit-animation: p 1s ease-in-out infinite;
  12576. animation: p 1s ease-in-out infinite
  12577. }
  12578.  
  12579. .la-ball-fall>div:first-child {
  12580. -webkit-animation-delay: -.2s;
  12581. animation-delay: -.2s
  12582. }
  12583.  
  12584. .la-ball-fall>div:nth-child(2) {
  12585. -webkit-animation-delay: -.1s;
  12586. animation-delay: -.1s
  12587. }
  12588.  
  12589. .la-ball-fall>div:nth-child(3) {
  12590. -webkit-animation-delay: 0ms;
  12591. animation-delay: 0ms
  12592. }
  12593.  
  12594. .la-ball-fall.la-sm {
  12595. width: 26px;
  12596. height: 8px
  12597. }
  12598.  
  12599. .la-ball-fall.la-sm>div {
  12600. width: 4px;
  12601. height: 4px;
  12602. margin: 2px
  12603. }
  12604.  
  12605. .la-ball-fall.la-2x {
  12606. width: 108px;
  12607. height: 36px
  12608. }
  12609.  
  12610. .la-ball-fall.la-2x>div {
  12611. width: 20px;
  12612. height: 20px;
  12613. margin: 8px
  12614. }
  12615.  
  12616. .la-ball-fall.la-3x {
  12617. width: 162px;
  12618. height: 54px
  12619. }
  12620.  
  12621. .la-ball-fall.la-3x>div {
  12622. width: 30px;
  12623. height: 30px;
  12624. margin: 12px
  12625. }
  12626.  
  12627. @-webkit-keyframes p {
  12628. 0% {
  12629. opacity: 0;
  12630. -webkit-transform: translateY(-145%);
  12631. transform: translateY(-145%)
  12632. }
  12633. 10% {
  12634. opacity: .5
  12635. }
  12636. 20% {
  12637. opacity: 1;
  12638. -webkit-transform: translateY(0);
  12639. transform: translateY(0)
  12640. }
  12641. 80% {
  12642. opacity: 1;
  12643. -webkit-transform: translateY(0);
  12644. transform: translateY(0)
  12645. }
  12646. 90% {
  12647. opacity: .5
  12648. }
  12649. to {
  12650. opacity: 0;
  12651. -webkit-transform: translateY(145%);
  12652. transform: translateY(145%)
  12653. }
  12654. }
  12655.  
  12656. @keyframes p {
  12657. 0% {
  12658. opacity: 0;
  12659. -webkit-transform: translateY(-145%);
  12660. transform: translateY(-145%)
  12661. }
  12662. 10% {
  12663. opacity: .5
  12664. }
  12665. 20% {
  12666. opacity: 1;
  12667. -webkit-transform: translateY(0);
  12668. transform: translateY(0)
  12669. }
  12670. 80% {
  12671. opacity: 1;
  12672. -webkit-transform: translateY(0);
  12673. transform: translateY(0)
  12674. }
  12675. 90% {
  12676. opacity: .5
  12677. }
  12678. to {
  12679. opacity: 0;
  12680. -webkit-transform: translateY(145%);
  12681. transform: translateY(145%)
  12682. }
  12683. }
Add Comment
Please, Sign In to add comment