Guest User

Untitled

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