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.

6589 lines
138 KiB

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