A unf. social network done poorly.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6615 lines
139KB

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