Le repo des sources pour le site web des JM2L
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.
 
 
 
 
 

6333 lines
134 KiB

  1. /*!
  2. * Bootstrap v3.3.1 (http://getbootstrap.com)
  3. * Copyright 2011-2014 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.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. * {
  883. -webkit-box-sizing: border-box;
  884. -moz-box-sizing: border-box;
  885. box-sizing: border-box;
  886. }
  887. *:before,
  888. *:after {
  889. -webkit-box-sizing: border-box;
  890. -moz-box-sizing: border-box;
  891. box-sizing: border-box;
  892. }
  893. html {
  894. font-size: 10px;
  895. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  896. }
  897. body {
  898. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  899. font-size: 14px;
  900. line-height: 1.42857143;
  901. color: #333;
  902. background-color: #fff;
  903. }
  904. input,
  905. button,
  906. select,
  907. textarea {
  908. font-family: inherit;
  909. font-size: inherit;
  910. line-height: inherit;
  911. }
  912. a {
  913. color: #337ab7;
  914. text-decoration: none;
  915. }
  916. a:hover,
  917. a:focus {
  918. color: #23527c;
  919. text-decoration: underline;
  920. }
  921. a:focus {
  922. outline: thin dotted;
  923. outline: 5px auto -webkit-focus-ring-color;
  924. outline-offset: -2px;
  925. }
  926. figure {
  927. margin: 0;
  928. }
  929. img {
  930. vertical-align: middle;
  931. }
  932. .img-responsive,
  933. .thumbnail > img,
  934. .thumbnail a > img,
  935. .carousel-inner > .item > img,
  936. .carousel-inner > .item > a > img {
  937. display: block;
  938. max-width: 100%;
  939. height: auto;
  940. }
  941. .img-rounded {
  942. border-radius: 6px;
  943. }
  944. .img-thumbnail {
  945. display: inline-block;
  946. max-width: 100%;
  947. height: auto;
  948. padding: 4px;
  949. line-height: 1.42857143;
  950. background-color: #fff;
  951. border: 1px solid #ddd;
  952. border-radius: 4px;
  953. -webkit-transition: all .2s ease-in-out;
  954. -o-transition: all .2s ease-in-out;
  955. transition: all .2s ease-in-out;
  956. }
  957. .img-circle {
  958. border-radius: 50%;
  959. }
  960. hr {
  961. margin-top: 20px;
  962. margin-bottom: 20px;
  963. border: 0;
  964. border-top: 1px solid #eee;
  965. }
  966. .sr-only {
  967. position: absolute;
  968. width: 1px;
  969. height: 1px;
  970. padding: 0;
  971. margin: -1px;
  972. overflow: hidden;
  973. clip: rect(0, 0, 0, 0);
  974. border: 0;
  975. }
  976. .sr-only-focusable:active,
  977. .sr-only-focusable:focus {
  978. position: static;
  979. width: auto;
  980. height: auto;
  981. margin: 0;
  982. overflow: visible;
  983. clip: auto;
  984. }
  985. h1,
  986. h2,
  987. h3,
  988. h4,
  989. h5,
  990. h6,
  991. .h1,
  992. .h2,
  993. .h3,
  994. .h4,
  995. .h5,
  996. .h6 {
  997. font-family: inherit;
  998. font-weight: 500;
  999. line-height: 1.1;
  1000. color: inherit;
  1001. }
  1002. h1 small,
  1003. h2 small,
  1004. h3 small,
  1005. h4 small,
  1006. h5 small,
  1007. h6 small,
  1008. .h1 small,
  1009. .h2 small,
  1010. .h3 small,
  1011. .h4 small,
  1012. .h5 small,
  1013. .h6 small,
  1014. h1 .small,
  1015. h2 .small,
  1016. h3 .small,
  1017. h4 .small,
  1018. h5 .small,
  1019. h6 .small,
  1020. .h1 .small,
  1021. .h2 .small,
  1022. .h3 .small,
  1023. .h4 .small,
  1024. .h5 .small,
  1025. .h6 .small {
  1026. font-weight: normal;
  1027. line-height: 1;
  1028. color: #777;
  1029. }
  1030. h1,
  1031. .h1,
  1032. h2,
  1033. .h2,
  1034. h3,
  1035. .h3 {
  1036. margin-top: 20px;
  1037. margin-bottom: 10px;
  1038. }
  1039. h1 small,
  1040. .h1 small,
  1041. h2 small,
  1042. .h2 small,
  1043. h3 small,
  1044. .h3 small,
  1045. h1 .small,
  1046. .h1 .small,
  1047. h2 .small,
  1048. .h2 .small,
  1049. h3 .small,
  1050. .h3 .small {
  1051. font-size: 65%;
  1052. }
  1053. h4,
  1054. .h4,
  1055. h5,
  1056. .h5,
  1057. h6,
  1058. .h6 {
  1059. margin-top: 10px;
  1060. margin-bottom: 10px;
  1061. }
  1062. h4 small,
  1063. .h4 small,
  1064. h5 small,
  1065. .h5 small,
  1066. h6 small,
  1067. .h6 small,
  1068. h4 .small,
  1069. .h4 .small,
  1070. h5 .small,
  1071. .h5 .small,
  1072. h6 .small,
  1073. .h6 .small {
  1074. font-size: 75%;
  1075. }
  1076. h1,
  1077. .h1 {
  1078. font-size: 36px;
  1079. }
  1080. h2,
  1081. .h2 {
  1082. font-size: 30px;
  1083. }
  1084. h3,
  1085. .h3 {
  1086. font-size: 24px;
  1087. }
  1088. h4,
  1089. .h4 {
  1090. font-size: 18px;
  1091. }
  1092. h5,
  1093. .h5 {
  1094. font-size: 14px;
  1095. }
  1096. h6,
  1097. .h6 {
  1098. font-size: 12px;
  1099. }
  1100. p {
  1101. margin: 0 0 10px;
  1102. }
  1103. .lead {
  1104. margin-bottom: 20px;
  1105. font-size: 16px;
  1106. font-weight: 300;
  1107. line-height: 1.4;
  1108. }
  1109. @media (min-width: 768px) {
  1110. .lead {
  1111. font-size: 21px;
  1112. }
  1113. }
  1114. small,
  1115. .small {
  1116. font-size: 85%;
  1117. }
  1118. mark,
  1119. .mark {
  1120. padding: .2em;
  1121. background-color: #fcf8e3;
  1122. }
  1123. .text-left {
  1124. text-align: left;
  1125. }
  1126. .text-right {
  1127. text-align: right;
  1128. }
  1129. .text-center {
  1130. text-align: center;
  1131. }
  1132. .text-justify {
  1133. text-align: justify;
  1134. }
  1135. .text-nowrap {
  1136. white-space: nowrap;
  1137. }
  1138. .text-lowercase {
  1139. text-transform: lowercase;
  1140. }
  1141. .text-uppercase {
  1142. text-transform: uppercase;
  1143. }
  1144. .text-capitalize {
  1145. text-transform: capitalize;
  1146. }
  1147. .text-muted {
  1148. color: #777;
  1149. }
  1150. .text-primary {
  1151. color: #337ab7;
  1152. }
  1153. a.text-primary:hover {
  1154. color: #286090;
  1155. }
  1156. .text-success {
  1157. color: #3c763d;
  1158. }
  1159. a.text-success:hover {
  1160. color: #2b542c;
  1161. }
  1162. .text-info {
  1163. color: #31708f;
  1164. }
  1165. a.text-info:hover {
  1166. color: #245269;
  1167. }
  1168. .text-warning {
  1169. color: #8a6d3b;
  1170. }
  1171. a.text-warning:hover {
  1172. color: #66512c;
  1173. }
  1174. .text-danger {
  1175. color: #a94442;
  1176. }
  1177. a.text-danger:hover {
  1178. color: #843534;
  1179. }
  1180. .bg-primary {
  1181. color: #fff;
  1182. background-color: #337ab7;
  1183. }
  1184. a.bg-primary:hover {
  1185. background-color: #286090;
  1186. }
  1187. .bg-success {
  1188. background-color: #dff0d8;
  1189. }
  1190. a.bg-success:hover {
  1191. background-color: #c1e2b3;
  1192. }
  1193. .bg-info {
  1194. background-color: #d9edf7;
  1195. }
  1196. a.bg-info:hover {
  1197. background-color: #afd9ee;
  1198. }
  1199. .bg-warning {
  1200. background-color: #fcf8e3;
  1201. }
  1202. a.bg-warning:hover {
  1203. background-color: #f7ecb5;
  1204. }
  1205. .bg-danger {
  1206. background-color: #f2dede;
  1207. }
  1208. a.bg-danger:hover {
  1209. background-color: #e4b9b9;
  1210. }
  1211. .page-header {
  1212. padding-bottom: 9px;
  1213. margin: 40px 0 20px;
  1214. border-bottom: 1px solid #eee;
  1215. }
  1216. ul,
  1217. ol {
  1218. margin-top: 0;
  1219. margin-bottom: 10px;
  1220. }
  1221. ul ul,
  1222. ol ul,
  1223. ul ol,
  1224. ol ol {
  1225. margin-bottom: 0;
  1226. }
  1227. .list-unstyled {
  1228. padding-left: 0;
  1229. list-style: none;
  1230. }
  1231. .list-inline {
  1232. padding-left: 0;
  1233. margin-left: -5px;
  1234. list-style: none;
  1235. }
  1236. .list-inline > li {
  1237. display: inline-block;
  1238. padding-right: 5px;
  1239. padding-left: 5px;
  1240. }
  1241. dl {
  1242. margin-top: 0;
  1243. margin-bottom: 20px;
  1244. }
  1245. dt,
  1246. dd {
  1247. line-height: 1.42857143;
  1248. }
  1249. dt {
  1250. font-weight: bold;
  1251. }
  1252. dd {
  1253. margin-left: 0;
  1254. }
  1255. @media (min-width: 768px) {
  1256. .dl-horizontal dt {
  1257. float: left;
  1258. width: 160px;
  1259. overflow: hidden;
  1260. clear: left;
  1261. text-align: right;
  1262. text-overflow: ellipsis;
  1263. white-space: nowrap;
  1264. }
  1265. .dl-horizontal dd {
  1266. margin-left: 180px;
  1267. }
  1268. }
  1269. abbr[title],
  1270. abbr[data-original-title] {
  1271. cursor: help;
  1272. border-bottom: 1px dotted #777;
  1273. }
  1274. .initialism {
  1275. font-size: 90%;
  1276. text-transform: uppercase;
  1277. }
  1278. blockquote {
  1279. padding: 10px 20px;
  1280. margin: 0 0 20px;
  1281. font-size: 17.5px;
  1282. border-left: 5px solid #eee;
  1283. }
  1284. blockquote p:last-child,
  1285. blockquote ul:last-child,
  1286. blockquote ol:last-child {
  1287. margin-bottom: 0;
  1288. }
  1289. blockquote footer,
  1290. blockquote small,
  1291. blockquote .small {
  1292. display: block;
  1293. font-size: 80%;
  1294. line-height: 1.42857143;
  1295. color: #777;
  1296. }
  1297. blockquote footer:before,
  1298. blockquote small:before,
  1299. blockquote .small:before {
  1300. content: '\2014 \00A0';
  1301. }
  1302. .blockquote-reverse,
  1303. blockquote.pull-right {
  1304. padding-right: 15px;
  1305. padding-left: 0;
  1306. text-align: right;
  1307. border-right: 5px solid #eee;
  1308. border-left: 0;
  1309. }
  1310. .blockquote-reverse footer:before,
  1311. blockquote.pull-right footer:before,
  1312. .blockquote-reverse small:before,
  1313. blockquote.pull-right small:before,
  1314. .blockquote-reverse .small:before,
  1315. blockquote.pull-right .small:before {
  1316. content: '';
  1317. }
  1318. .blockquote-reverse footer:after,
  1319. blockquote.pull-right footer:after,
  1320. .blockquote-reverse small:after,
  1321. blockquote.pull-right small:after,
  1322. .blockquote-reverse .small:after,
  1323. blockquote.pull-right .small:after {
  1324. content: '\00A0 \2014';
  1325. }
  1326. address {
  1327. margin-bottom: 20px;
  1328. font-style: normal;
  1329. line-height: 1.42857143;
  1330. }
  1331. code,
  1332. kbd,
  1333. pre,
  1334. samp {
  1335. font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  1336. }
  1337. code {
  1338. padding: 2px 4px;
  1339. font-size: 90%;
  1340. color: #c7254e;
  1341. background-color: #f9f2f4;
  1342. border-radius: 4px;
  1343. }
  1344. kbd {
  1345. padding: 2px 4px;
  1346. font-size: 90%;
  1347. color: #fff;
  1348. background-color: #333;
  1349. border-radius: 3px;
  1350. -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
  1351. box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
  1352. }
  1353. kbd kbd {
  1354. padding: 0;
  1355. font-size: 100%;
  1356. font-weight: bold;
  1357. -webkit-box-shadow: none;
  1358. box-shadow: none;
  1359. }
  1360. pre {
  1361. display: block;
  1362. padding: 9.5px;
  1363. margin: 0 0 10px;
  1364. font-size: 13px;
  1365. line-height: 1.42857143;
  1366. color: #333;
  1367. word-break: break-all;
  1368. word-wrap: break-word;
  1369. background-color: #f5f5f5;
  1370. border: 1px solid #ccc;
  1371. border-radius: 4px;
  1372. }
  1373. pre code {
  1374. padding: 0;
  1375. font-size: inherit;
  1376. color: inherit;
  1377. white-space: pre-wrap;
  1378. background-color: transparent;
  1379. border-radius: 0;
  1380. }
  1381. .pre-scrollable {
  1382. max-height: 340px;
  1383. overflow-y: scroll;
  1384. }
  1385. .container {
  1386. padding-right: 15px;
  1387. padding-left: 15px;
  1388. margin-right: auto;
  1389. margin-left: auto;
  1390. }
  1391. @media (min-width: 768px) {
  1392. .container {
  1393. width: 750px;
  1394. }
  1395. }
  1396. @media (min-width: 992px) {
  1397. .container {
  1398. width: 970px;
  1399. }
  1400. }
  1401. @media (min-width: 1200px) {
  1402. .container {
  1403. width: 1170px;
  1404. }
  1405. }
  1406. .container-fluid {
  1407. padding-right: 15px;
  1408. padding-left: 15px;
  1409. margin-right: auto;
  1410. margin-left: auto;
  1411. }
  1412. .row {
  1413. margin-right: -15px;
  1414. margin-left: -15px;
  1415. }
  1416. .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 {
  1417. position: relative;
  1418. min-height: 1px;
  1419. padding-right: 15px;
  1420. padding-left: 15px;
  1421. }
  1422. .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 {
  1423. float: left;
  1424. }
  1425. .col-xs-12 {
  1426. width: 100%;
  1427. }
  1428. .col-xs-11 {
  1429. width: 91.66666667%;
  1430. }
  1431. .col-xs-10 {
  1432. width: 83.33333333%;
  1433. }
  1434. .col-xs-9 {
  1435. width: 75%;
  1436. }
  1437. .col-xs-8 {
  1438. width: 66.66666667%;
  1439. }
  1440. .col-xs-7 {
  1441. width: 58.33333333%;
  1442. }
  1443. .col-xs-6 {
  1444. width: 50%;
  1445. }
  1446. .col-xs-5 {
  1447. width: 41.66666667%;
  1448. }
  1449. .col-xs-4 {
  1450. width: 33.33333333%;
  1451. }
  1452. .col-xs-3 {
  1453. width: 25%;
  1454. }
  1455. .col-xs-2 {
  1456. width: 16.66666667%;
  1457. }
  1458. .col-xs-1 {
  1459. width: 8.33333333%;
  1460. }
  1461. .col-xs-pull-12 {
  1462. right: 100%;
  1463. }
  1464. .col-xs-pull-11 {
  1465. right: 91.66666667%;
  1466. }
  1467. .col-xs-pull-10 {
  1468. right: 83.33333333%;
  1469. }
  1470. .col-xs-pull-9 {
  1471. right: 75%;
  1472. }
  1473. .col-xs-pull-8 {
  1474. right: 66.66666667%;
  1475. }
  1476. .col-xs-pull-7 {
  1477. right: 58.33333333%;
  1478. }
  1479. .col-xs-pull-6 {
  1480. right: 50%;
  1481. }
  1482. .col-xs-pull-5 {
  1483. right: 41.66666667%;
  1484. }
  1485. .col-xs-pull-4 {
  1486. right: 33.33333333%;
  1487. }
  1488. .col-xs-pull-3 {
  1489. right: 25%;
  1490. }
  1491. .col-xs-pull-2 {
  1492. right: 16.66666667%;
  1493. }
  1494. .col-xs-pull-1 {
  1495. right: 8.33333333%;
  1496. }
  1497. .col-xs-pull-0 {
  1498. right: auto;
  1499. }
  1500. .col-xs-push-12 {
  1501. left: 100%;
  1502. }
  1503. .col-xs-push-11 {
  1504. left: 91.66666667%;
  1505. }
  1506. .col-xs-push-10 {
  1507. left: 83.33333333%;
  1508. }
  1509. .col-xs-push-9 {
  1510. left: 75%;
  1511. }
  1512. .col-xs-push-8 {
  1513. left: 66.66666667%;
  1514. }
  1515. .col-xs-push-7 {
  1516. left: 58.33333333%;
  1517. }
  1518. .col-xs-push-6 {
  1519. left: 50%;
  1520. }
  1521. .col-xs-push-5 {
  1522. left: 41.66666667%;
  1523. }
  1524. .col-xs-push-4 {
  1525. left: 33.33333333%;
  1526. }
  1527. .col-xs-push-3 {
  1528. left: 25%;
  1529. }
  1530. .col-xs-push-2 {
  1531. left: 16.66666667%;
  1532. }
  1533. .col-xs-push-1 {
  1534. left: 8.33333333%;
  1535. }
  1536. .col-xs-push-0 {
  1537. left: auto;
  1538. }
  1539. .col-xs-offset-12 {
  1540. margin-left: 100%;
  1541. }
  1542. .col-xs-offset-11 {
  1543. margin-left: 91.66666667%;
  1544. }
  1545. .col-xs-offset-10 {
  1546. margin-left: 83.33333333%;
  1547. }
  1548. .col-xs-offset-9 {
  1549. margin-left: 75%;
  1550. }
  1551. .col-xs-offset-8 {
  1552. margin-left: 66.66666667%;
  1553. }
  1554. .col-xs-offset-7 {
  1555. margin-left: 58.33333333%;
  1556. }
  1557. .col-xs-offset-6 {
  1558. margin-left: 50%;
  1559. }
  1560. .col-xs-offset-5 {
  1561. margin-left: 41.66666667%;
  1562. }
  1563. .col-xs-offset-4 {
  1564. margin-left: 33.33333333%;
  1565. }
  1566. .col-xs-offset-3 {
  1567. margin-left: 25%;
  1568. }
  1569. .col-xs-offset-2 {
  1570. margin-left: 16.66666667%;
  1571. }
  1572. .col-xs-offset-1 {
  1573. margin-left: 8.33333333%;
  1574. }
  1575. .col-xs-offset-0 {
  1576. margin-left: 0;
  1577. }
  1578. @media (min-width: 768px) {
  1579. .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 {
  1580. float: left;
  1581. }
  1582. .col-sm-12 {
  1583. width: 100%;
  1584. }
  1585. .col-sm-11 {
  1586. width: 91.66666667%;
  1587. }
  1588. .col-sm-10 {
  1589. width: 83.33333333%;
  1590. }
  1591. .col-sm-9 {
  1592. width: 75%;
  1593. }
  1594. .col-sm-8 {
  1595. width: 66.66666667%;
  1596. }
  1597. .col-sm-7 {
  1598. width: 58.33333333%;
  1599. }
  1600. .col-sm-6 {
  1601. width: 50%;
  1602. }
  1603. .col-sm-5 {
  1604. width: 41.66666667%;
  1605. }
  1606. .col-sm-4 {
  1607. width: 33.33333333%;
  1608. }
  1609. .col-sm-3 {
  1610. width: 25%;
  1611. }
  1612. .col-sm-2 {
  1613. width: 16.66666667%;
  1614. }
  1615. .col-sm-1 {
  1616. width: 8.33333333%;
  1617. }
  1618. .col-sm-pull-12 {
  1619. right: 100%;
  1620. }
  1621. .col-sm-pull-11 {
  1622. right: 91.66666667%;
  1623. }
  1624. .col-sm-pull-10 {
  1625. right: 83.33333333%;
  1626. }
  1627. .col-sm-pull-9 {
  1628. right: 75%;
  1629. }
  1630. .col-sm-pull-8 {
  1631. right: 66.66666667%;
  1632. }
  1633. .col-sm-pull-7 {
  1634. right: 58.33333333%;
  1635. }
  1636. .col-sm-pull-6 {
  1637. right: 50%;
  1638. }
  1639. .col-sm-pull-5 {
  1640. right: 41.66666667%;
  1641. }
  1642. .col-sm-pull-4 {
  1643. right: 33.33333333%;
  1644. }
  1645. .col-sm-pull-3 {
  1646. right: 25%;
  1647. }
  1648. .col-sm-pull-2 {
  1649. right: 16.66666667%;
  1650. }
  1651. .col-sm-pull-1 {
  1652. right: 8.33333333%;
  1653. }
  1654. .col-sm-pull-0 {
  1655. right: auto;
  1656. }
  1657. .col-sm-push-12 {
  1658. left: 100%;
  1659. }
  1660. .col-sm-push-11 {
  1661. left: 91.66666667%;
  1662. }
  1663. .col-sm-push-10 {
  1664. left: 83.33333333%;
  1665. }
  1666. .col-sm-push-9 {
  1667. left: 75%;
  1668. }
  1669. .col-sm-push-8 {
  1670. left: 66.66666667%;
  1671. }
  1672. .col-sm-push-7 {
  1673. left: 58.33333333%;
  1674. }
  1675. .col-sm-push-6 {
  1676. left: 50%;
  1677. }
  1678. .col-sm-push-5 {
  1679. left: 41.66666667%;
  1680. }
  1681. .col-sm-push-4 {
  1682. left: 33.33333333%;
  1683. }
  1684. .col-sm-push-3 {
  1685. left: 25%;
  1686. }
  1687. .col-sm-push-2 {
  1688. left: 16.66666667%;
  1689. }
  1690. .col-sm-push-1 {
  1691. left: 8.33333333%;
  1692. }
  1693. .col-sm-push-0 {
  1694. left: auto;
  1695. }
  1696. .col-sm-offset-12 {
  1697. margin-left: 100%;
  1698. }
  1699. .col-sm-offset-11 {
  1700. margin-left: 91.66666667%;
  1701. }
  1702. .col-sm-offset-10 {
  1703. margin-left: 83.33333333%;
  1704. }
  1705. .col-sm-offset-9 {
  1706. margin-left: 75%;
  1707. }
  1708. .col-sm-offset-8 {
  1709. margin-left: 66.66666667%;
  1710. }
  1711. .col-sm-offset-7 {
  1712. margin-left: 58.33333333%;
  1713. }
  1714. .col-sm-offset-6 {
  1715. margin-left: 50%;
  1716. }
  1717. .col-sm-offset-5 {
  1718. margin-left: 41.66666667%;
  1719. }
  1720. .col-sm-offset-4 {
  1721. margin-left: 33.33333333%;
  1722. }
  1723. .col-sm-offset-3 {
  1724. margin-left: 25%;
  1725. }
  1726. .col-sm-offset-2 {
  1727. margin-left: 16.66666667%;
  1728. }
  1729. .col-sm-offset-1 {
  1730. margin-left: 8.33333333%;
  1731. }
  1732. .col-sm-offset-0 {
  1733. margin-left: 0;
  1734. }
  1735. }
  1736. @media (min-width: 992px) {
  1737. .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 {
  1738. float: left;
  1739. }
  1740. .col-md-12 {
  1741. width: 100%;
  1742. }
  1743. .col-md-11 {
  1744. width: 91.66666667%;
  1745. }
  1746. .col-md-10 {
  1747. width: 83.33333333%;
  1748. }
  1749. .col-md-9 {
  1750. width: 75%;
  1751. }
  1752. .col-md-8 {
  1753. width: 66.66666667%;
  1754. }
  1755. .col-md-7 {
  1756. width: 58.33333333%;
  1757. }
  1758. .col-md-6 {
  1759. width: 50%;
  1760. }
  1761. .col-md-5 {
  1762. width: 41.66666667%;
  1763. }
  1764. .col-md-4 {
  1765. width: 33.33333333%;
  1766. }
  1767. .col-md-3 {
  1768. width: 25%;
  1769. }
  1770. .col-md-2 {
  1771. width: 16.66666667%;
  1772. }
  1773. .col-md-1 {
  1774. width: 8.33333333%;
  1775. }
  1776. .col-md-pull-12 {
  1777. right: 100%;
  1778. }
  1779. .col-md-pull-11 {
  1780. right: 91.66666667%;
  1781. }
  1782. .col-md-pull-10 {
  1783. right: 83.33333333%;
  1784. }
  1785. .col-md-pull-9 {
  1786. right: 75%;
  1787. }
  1788. .col-md-pull-8 {
  1789. right: 66.66666667%;
  1790. }
  1791. .col-md-pull-7 {
  1792. right: 58.33333333%;
  1793. }
  1794. .col-md-pull-6 {
  1795. right: 50%;
  1796. }
  1797. .col-md-pull-5 {
  1798. right: 41.66666667%;
  1799. }
  1800. .col-md-pull-4 {
  1801. right: 33.33333333%;
  1802. }
  1803. .col-md-pull-3 {
  1804. right: 25%;
  1805. }
  1806. .col-md-pull-2 {
  1807. right: 16.66666667%;
  1808. }
  1809. .col-md-pull-1 {
  1810. right: 8.33333333%;
  1811. }
  1812. .col-md-pull-0 {
  1813. right: auto;
  1814. }
  1815. .col-md-push-12 {
  1816. left: 100%;
  1817. }
  1818. .col-md-push-11 {
  1819. left: 91.66666667%;
  1820. }
  1821. .col-md-push-10 {
  1822. left: 83.33333333%;
  1823. }
  1824. .col-md-push-9 {
  1825. left: 75%;
  1826. }
  1827. .col-md-push-8 {
  1828. left: 66.66666667%;
  1829. }
  1830. .col-md-push-7 {
  1831. left: 58.33333333%;
  1832. }
  1833. .col-md-push-6 {
  1834. left: 50%;
  1835. }
  1836. .col-md-push-5 {
  1837. left: 41.66666667%;
  1838. }
  1839. .col-md-push-4 {
  1840. left: 33.33333333%;
  1841. }
  1842. .col-md-push-3 {
  1843. left: 25%;
  1844. }
  1845. .col-md-push-2 {
  1846. left: 16.66666667%;
  1847. }
  1848. .col-md-push-1 {
  1849. left: 8.33333333%;
  1850. }
  1851. .col-md-push-0 {
  1852. left: auto;
  1853. }
  1854. .col-md-offset-12 {
  1855. margin-left: 100%;
  1856. }
  1857. .col-md-offset-11 {
  1858. margin-left: 91.66666667%;
  1859. }
  1860. .col-md-offset-10 {
  1861. margin-left: 83.33333333%;
  1862. }
  1863. .col-md-offset-9 {
  1864. margin-left: 75%;
  1865. }
  1866. .col-md-offset-8 {
  1867. margin-left: 66.66666667%;
  1868. }
  1869. .col-md-offset-7 {
  1870. margin-left: 58.33333333%;
  1871. }
  1872. .col-md-offset-6 {
  1873. margin-left: 50%;
  1874. }
  1875. .col-md-offset-5 {
  1876. margin-left: 41.66666667%;
  1877. }
  1878. .col-md-offset-4 {
  1879. margin-left: 33.33333333%;
  1880. }
  1881. .col-md-offset-3 {
  1882. margin-left: 25%;
  1883. }
  1884. .col-md-offset-2 {
  1885. margin-left: 16.66666667%;
  1886. }
  1887. .col-md-offset-1 {
  1888. margin-left: 8.33333333%;
  1889. }
  1890. .col-md-offset-0 {
  1891. margin-left: 0;
  1892. }
  1893. }
  1894. @media (min-width: 1200px) {
  1895. .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 {
  1896. float: left;
  1897. }
  1898. .col-lg-12 {
  1899. width: 100%;
  1900. }
  1901. .col-lg-11 {
  1902. width: 91.66666667%;
  1903. }
  1904. .col-lg-10 {
  1905. width: 83.33333333%;
  1906. }
  1907. .col-lg-9 {
  1908. width: 75%;
  1909. }
  1910. .col-lg-8 {
  1911. width: 66.66666667%;
  1912. }
  1913. .col-lg-7 {
  1914. width: 58.33333333%;
  1915. }
  1916. .col-lg-6 {
  1917. width: 50%;
  1918. }
  1919. .col-lg-5 {
  1920. width: 41.66666667%;
  1921. }
  1922. .col-lg-4 {
  1923. width: 33.33333333%;
  1924. }
  1925. .col-lg-3 {
  1926. width: 25%;
  1927. }
  1928. .col-lg-2 {
  1929. width: 16.66666667%;
  1930. }
  1931. .col-lg-1 {
  1932. width: 8.33333333%;
  1933. }
  1934. .col-lg-pull-12 {
  1935. right: 100%;
  1936. }
  1937. .col-lg-pull-11 {
  1938. right: 91.66666667%;
  1939. }
  1940. .col-lg-pull-10 {
  1941. right: 83.33333333%;
  1942. }
  1943. .col-lg-pull-9 {
  1944. right: 75%;
  1945. }
  1946. .col-lg-pull-8 {
  1947. right: 66.66666667%;
  1948. }
  1949. .col-lg-pull-7 {
  1950. right: 58.33333333%;
  1951. }
  1952. .col-lg-pull-6 {
  1953. right: 50%;
  1954. }
  1955. .col-lg-pull-5 {
  1956. right: 41.66666667%;
  1957. }
  1958. .col-lg-pull-4 {
  1959. right: 33.33333333%;
  1960. }
  1961. .col-lg-pull-3 {
  1962. right: 25%;
  1963. }
  1964. .col-lg-pull-2 {
  1965. right: 16.66666667%;
  1966. }
  1967. .col-lg-pull-1 {
  1968. right: 8.33333333%;
  1969. }
  1970. .col-lg-pull-0 {
  1971. right: auto;
  1972. }
  1973. .col-lg-push-12 {
  1974. left: 100%;
  1975. }
  1976. .col-lg-push-11 {
  1977. left: 91.66666667%;
  1978. }
  1979. .col-lg-push-10 {
  1980. left: 83.33333333%;
  1981. }
  1982. .col-lg-push-9 {
  1983. left: 75%;
  1984. }
  1985. .col-lg-push-8 {
  1986. left: 66.66666667%;
  1987. }
  1988. .col-lg-push-7 {
  1989. left: 58.33333333%;
  1990. }
  1991. .col-lg-push-6 {
  1992. left: 50%;
  1993. }
  1994. .col-lg-push-5 {
  1995. left: 41.66666667%;
  1996. }
  1997. .col-lg-push-4 {
  1998. left: 33.33333333%;
  1999. }
  2000. .col-lg-push-3 {
  2001. left: 25%;
  2002. }
  2003. .col-lg-push-2 {
  2004. left: 16.66666667%;
  2005. }
  2006. .col-lg-push-1 {
  2007. left: 8.33333333%;
  2008. }
  2009. .col-lg-push-0 {
  2010. left: auto;
  2011. }
  2012. .col-lg-offset-12 {
  2013. margin-left: 100%;
  2014. }
  2015. .col-lg-offset-11 {
  2016. margin-left: 91.66666667%;
  2017. }
  2018. .col-lg-offset-10 {
  2019. margin-left: 83.33333333%;
  2020. }
  2021. .col-lg-offset-9 {
  2022. margin-left: 75%;
  2023. }
  2024. .col-lg-offset-8 {
  2025. margin-left: 66.66666667%;
  2026. }
  2027. .col-lg-offset-7 {
  2028. margin-left: 58.33333333%;
  2029. }
  2030. .col-lg-offset-6 {
  2031. margin-left: 50%;
  2032. }
  2033. .col-lg-offset-5 {
  2034. margin-left: 41.66666667%;
  2035. }
  2036. .col-lg-offset-4 {
  2037. margin-left: 33.33333333%;
  2038. }
  2039. .col-lg-offset-3 {
  2040. margin-left: 25%;
  2041. }
  2042. .col-lg-offset-2 {
  2043. margin-left: 16.66666667%;
  2044. }
  2045. .col-lg-offset-1 {
  2046. margin-left: 8.33333333%;
  2047. }
  2048. .col-lg-offset-0 {
  2049. margin-left: 0;
  2050. }
  2051. }
  2052. table {
  2053. background-color: transparent;
  2054. }
  2055. caption {
  2056. padding-top: 8px;
  2057. padding-bottom: 8px;
  2058. color: #777;
  2059. text-align: left;
  2060. }
  2061. th {
  2062. text-align: left;
  2063. }
  2064. .table {
  2065. width: 100%;
  2066. max-width: 100%;
  2067. margin-bottom: 20px;
  2068. }
  2069. .table > thead > tr > th,
  2070. .table > tbody > tr > th,
  2071. .table > tfoot > tr > th,
  2072. .table > thead > tr > td,
  2073. .table > tbody > tr > td,
  2074. .table > tfoot > tr > td {
  2075. padding: 8px;
  2076. line-height: 1.42857143;
  2077. vertical-align: top;
  2078. border-top: 1px solid #ddd;
  2079. }
  2080. .table > thead > tr > th {
  2081. vertical-align: bottom;
  2082. border-bottom: 2px solid #ddd;
  2083. }
  2084. .table > caption + thead > tr:first-child > th,
  2085. .table > colgroup + thead > tr:first-child > th,
  2086. .table > thead:first-child > tr:first-child > th,
  2087. .table > caption + thead > tr:first-child > td,
  2088. .table > colgroup + thead > tr:first-child > td,
  2089. .table > thead:first-child > tr:first-child > td {
  2090. border-top: 0;
  2091. }
  2092. .table > tbody + tbody {
  2093. border-top: 2px solid #ddd;
  2094. }
  2095. .table .table {
  2096. background-color: #fff;
  2097. }
  2098. .table-condensed > thead > tr > th,
  2099. .table-condensed > tbody > tr > th,
  2100. .table-condensed > tfoot > tr > th,
  2101. .table-condensed > thead > tr > td,
  2102. .table-condensed > tbody > tr > td,
  2103. .table-condensed > tfoot > tr > td {
  2104. padding: 5px;
  2105. }
  2106. .table-bordered {
  2107. border: 1px solid #ddd;
  2108. }
  2109. .table-bordered > thead > tr > th,
  2110. .table-bordered > tbody > tr > th,
  2111. .table-bordered > tfoot > tr > th,
  2112. .table-bordered > thead > tr > td,
  2113. .table-bordered > tbody > tr > td,
  2114. .table-bordered > tfoot > tr > td {
  2115. border: 1px solid #ddd;
  2116. }
  2117. .table-bordered > thead > tr > th,
  2118. .table-bordered > thead > tr > td {
  2119. border-bottom-width: 2px;
  2120. }
  2121. .table-striped > tbody > tr:nth-child(odd) {
  2122. background-color: #f9f9f9;
  2123. }
  2124. .table-hover > tbody > tr:hover {
  2125. background-color: #f5f5f5;
  2126. }
  2127. table col[class*="col-"] {
  2128. position: static;
  2129. display: table-column;
  2130. float: none;
  2131. }
  2132. table td[class*="col-"],
  2133. table th[class*="col-"] {
  2134. position: static;
  2135. display: table-cell;
  2136. float: none;
  2137. }
  2138. .table > thead > tr > td.active,
  2139. .table > tbody > tr > td.active,
  2140. .table > tfoot > tr > td.active,
  2141. .table > thead > tr > th.active,
  2142. .table > tbody > tr > th.active,
  2143. .table > tfoot > tr > th.active,
  2144. .table > thead > tr.active > td,
  2145. .table > tbody > tr.active > td,
  2146. .table > tfoot > tr.active > td,
  2147. .table > thead > tr.active > th,
  2148. .table > tbody > tr.active > th,
  2149. .table > tfoot > tr.active > th {
  2150. background-color: #f5f5f5;
  2151. }
  2152. .table-hover > tbody > tr > td.active:hover,
  2153. .table-hover > tbody > tr > th.active:hover,
  2154. .table-hover > tbody > tr.active:hover > td,
  2155. .table-hover > tbody > tr:hover > .active,
  2156. .table-hover > tbody > tr.active:hover > th {
  2157. background-color: #e8e8e8;
  2158. }
  2159. .table > thead > tr > td.success,
  2160. .table > tbody > tr > td.success,
  2161. .table > tfoot > tr > td.success,
  2162. .table > thead > tr > th.success,
  2163. .table > tbody > tr > th.success,
  2164. .table > tfoot > tr > th.success,
  2165. .table > thead > tr.success > td,
  2166. .table > tbody > tr.success > td,
  2167. .table > tfoot > tr.success > td,
  2168. .table > thead > tr.success > th,
  2169. .table > tbody > tr.success > th,
  2170. .table > tfoot > tr.success > th {
  2171. background-color: #dff0d8;
  2172. }
  2173. .table-hover > tbody > tr > td.success:hover,
  2174. .table-hover > tbody > tr > th.success:hover,
  2175. .table-hover > tbody > tr.success:hover > td,
  2176. .table-hover > tbody > tr:hover > .success,
  2177. .table-hover > tbody > tr.success:hover > th {
  2178. background-color: #d0e9c6;
  2179. }
  2180. .table > thead > tr > td.info,
  2181. .table > tbody > tr > td.info,
  2182. .table > tfoot > tr > td.info,
  2183. .table > thead > tr > th.info,
  2184. .table > tbody > tr > th.info,
  2185. .table > tfoot > tr > th.info,
  2186. .table > thead > tr.info > td,
  2187. .table > tbody > tr.info > td,
  2188. .table > tfoot > tr.info > td,
  2189. .table > thead > tr.info > th,
  2190. .table > tbody > tr.info > th,
  2191. .table > tfoot > tr.info > th {
  2192. background-color: #d9edf7;
  2193. }
  2194. .table-hover > tbody > tr > td.info:hover,
  2195. .table-hover > tbody > tr > th.info:hover,
  2196. .table-hover > tbody > tr.info:hover > td,
  2197. .table-hover > tbody > tr:hover > .info,
  2198. .table-hover > tbody > tr.info:hover > th {
  2199. background-color: #c4e3f3;
  2200. }
  2201. .table > thead > tr > td.warning,
  2202. .table > tbody > tr > td.warning,
  2203. .table > tfoot > tr > td.warning,
  2204. .table > thead > tr > th.warning,
  2205. .table > tbody > tr > th.warning,
  2206. .table > tfoot > tr > th.warning,
  2207. .table > thead > tr.warning > td,
  2208. .table > tbody > tr.warning > td,
  2209. .table > tfoot > tr.warning > td,
  2210. .table > thead > tr.warning > th,
  2211. .table > tbody > tr.warning > th,
  2212. .table > tfoot > tr.warning > th {
  2213. background-color: #fcf8e3;
  2214. }
  2215. .table-hover > tbody > tr > td.warning:hover,
  2216. .table-hover > tbody > tr > th.warning:hover,
  2217. .table-hover > tbody > tr.warning:hover > td,
  2218. .table-hover > tbody > tr:hover > .warning,
  2219. .table-hover > tbody > tr.warning:hover > th {
  2220. background-color: #faf2cc;
  2221. }
  2222. .table > thead > tr > td.danger,
  2223. .table > tbody > tr > td.danger,
  2224. .table > tfoot > tr > td.danger,
  2225. .table > thead > tr > th.danger,
  2226. .table > tbody > tr > th.danger,
  2227. .table > tfoot > tr > th.danger,
  2228. .table > thead > tr.danger > td,
  2229. .table > tbody > tr.danger > td,
  2230. .table > tfoot > tr.danger > td,
  2231. .table > thead > tr.danger > th,
  2232. .table > tbody > tr.danger > th,
  2233. .table > tfoot > tr.danger > th {
  2234. background-color: #f2dede;
  2235. }
  2236. .table-hover > tbody > tr > td.danger:hover,
  2237. .table-hover > tbody > tr > th.danger:hover,
  2238. .table-hover > tbody > tr.danger:hover > td,
  2239. .table-hover > tbody > tr:hover > .danger,
  2240. .table-hover > tbody > tr.danger:hover > th {
  2241. background-color: #ebcccc;
  2242. }
  2243. .table-responsive {
  2244. min-height: .01%;
  2245. overflow-x: auto;
  2246. }
  2247. @media screen and (max-width: 767px) {
  2248. .table-responsive {
  2249. width: 100%;
  2250. margin-bottom: 15px;
  2251. overflow-y: hidden;
  2252. -ms-overflow-style: -ms-autohiding-scrollbar;
  2253. border: 1px solid #ddd;
  2254. }
  2255. .table-responsive > .table {
  2256. margin-bottom: 0;
  2257. }
  2258. .table-responsive > .table > thead > tr > th,
  2259. .table-responsive > .table > tbody > tr > th,
  2260. .table-responsive > .table > tfoot > tr > th,
  2261. .table-responsive > .table > thead > tr > td,
  2262. .table-responsive > .table > tbody > tr > td,
  2263. .table-responsive > .table > tfoot > tr > td {
  2264. white-space: nowrap;
  2265. }
  2266. .table-responsive > .table-bordered {
  2267. border: 0;
  2268. }
  2269. .table-responsive > .table-bordered > thead > tr > th:first-child,
  2270. .table-responsive > .table-bordered > tbody > tr > th:first-child,
  2271. .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  2272. .table-responsive > .table-bordered > thead > tr > td:first-child,
  2273. .table-responsive > .table-bordered > tbody > tr > td:first-child,
  2274. .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  2275. border-left: 0;
  2276. }
  2277. .table-responsive > .table-bordered > thead > tr > th:last-child,
  2278. .table-responsive > .table-bordered > tbody > tr > th:last-child,
  2279. .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  2280. .table-responsive > .table-bordered > thead > tr > td:last-child,
  2281. .table-responsive > .table-bordered > tbody > tr > td:last-child,
  2282. .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  2283. border-right: 0;
  2284. }
  2285. .table-responsive > .table-bordered > tbody > tr:last-child > th,
  2286. .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  2287. .table-responsive > .table-bordered > tbody > tr:last-child > td,
  2288. .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  2289. border-bottom: 0;
  2290. }
  2291. }
  2292. fieldset {
  2293. min-width: 0;
  2294. padding: 0;
  2295. margin: 0;
  2296. border: 0;
  2297. }
  2298. legend {
  2299. display: block;
  2300. width: 100%;
  2301. padding: 0;
  2302. margin-bottom: 20px;
  2303. font-size: 21px;
  2304. line-height: inherit;
  2305. color: #333;
  2306. border: 0;
  2307. border-bottom: 1px solid #e5e5e5;
  2308. }
  2309. label {
  2310. display: inline-block;
  2311. max-width: 100%;
  2312. margin-bottom: 5px;
  2313. font-weight: bold;
  2314. }
  2315. input[type="search"] {
  2316. -webkit-box-sizing: border-box;
  2317. -moz-box-sizing: border-box;
  2318. box-sizing: border-box;
  2319. }
  2320. input[type="radio"],
  2321. input[type="checkbox"] {
  2322. margin: 4px 0 0;
  2323. margin-top: 1px \9;
  2324. line-height: normal;
  2325. }
  2326. input[type="file"] {
  2327. display: block;
  2328. }
  2329. input[type="range"] {
  2330. display: block;
  2331. width: 100%;
  2332. }
  2333. select[multiple],
  2334. select[size] {
  2335. height: auto;
  2336. }
  2337. input[type="file"]:focus,
  2338. input[type="radio"]:focus,
  2339. input[type="checkbox"]:focus {
  2340. outline: thin dotted;
  2341. outline: 5px auto -webkit-focus-ring-color;
  2342. outline-offset: -2px;
  2343. }
  2344. output {
  2345. display: block;
  2346. padding-top: 7px;
  2347. font-size: 14px;
  2348. line-height: 1.42857143;
  2349. color: #555;
  2350. }
  2351. .form-control {
  2352. display: block;
  2353. width: 100%;
  2354. height: 34px;
  2355. padding: 6px 12px;
  2356. font-size: 14px;
  2357. line-height: 1.42857143;
  2358. color: #555;
  2359. background-color: #fff;
  2360. background-image: none;
  2361. border: 1px solid #ccc;
  2362. border-radius: 4px;
  2363. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  2364. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  2365. -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  2366. -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  2367. transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  2368. }
  2369. .form-control:focus {
  2370. border-color: #66afe9;
  2371. outline: 0;
  2372. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
  2373. box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
  2374. }
  2375. .form-control::-moz-placeholder {
  2376. color: #999;
  2377. opacity: 1;
  2378. }
  2379. .form-control:-ms-input-placeholder {
  2380. color: #999;
  2381. }
  2382. .form-control::-webkit-input-placeholder {
  2383. color: #999;
  2384. }
  2385. .form-control[disabled],
  2386. .form-control[readonly],
  2387. fieldset[disabled] .form-control {
  2388. cursor: not-allowed;
  2389. background-color: #eee;
  2390. opacity: 1;
  2391. }
  2392. textarea.form-control {
  2393. height: auto;
  2394. }
  2395. input[type="search"] {
  2396. -webkit-appearance: none;
  2397. }
  2398. @media screen and (-webkit-min-device-pixel-ratio: 0) {
  2399. input[type="date"],
  2400. input[type="time"],
  2401. input[type="datetime-local"],
  2402. input[type="month"] {
  2403. line-height: 34px;
  2404. }
  2405. input[type="date"].input-sm,
  2406. input[type="time"].input-sm,
  2407. input[type="datetime-local"].input-sm,
  2408. input[type="month"].input-sm {
  2409. line-height: 30px;
  2410. }
  2411. input[type="date"].input-lg,
  2412. input[type="time"].input-lg,
  2413. input[type="datetime-local"].input-lg,
  2414. input[type="month"].input-lg {
  2415. line-height: 46px;
  2416. }
  2417. }
  2418. .form-group {
  2419. margin-bottom: 15px;
  2420. }
  2421. .radio,
  2422. .checkbox {
  2423. position: relative;
  2424. display: block;
  2425. margin-top: 10px;
  2426. margin-bottom: 10px;
  2427. }
  2428. .radio label,
  2429. .checkbox label {
  2430. min-height: 20px;
  2431. padding-left: 20px;
  2432. margin-bottom: 0;
  2433. font-weight: normal;
  2434. cursor: pointer;
  2435. }
  2436. .radio input[type="radio"],
  2437. .radio-inline input[type="radio"],
  2438. .checkbox input[type="checkbox"],
  2439. .checkbox-inline input[type="checkbox"] {
  2440. position: absolute;
  2441. margin-top: 4px \9;
  2442. margin-left: -20px;
  2443. }
  2444. .radio + .radio,
  2445. .checkbox + .checkbox {
  2446. margin-top: -5px;
  2447. }
  2448. .radio-inline,
  2449. .checkbox-inline {
  2450. display: inline-block;
  2451. padding-left: 20px;
  2452. margin-bottom: 0;
  2453. font-weight: normal;
  2454. vertical-align: middle;
  2455. cursor: pointer;
  2456. }
  2457. .radio-inline + .radio-inline,
  2458. .checkbox-inline + .checkbox-inline {
  2459. margin-top: 0;
  2460. margin-left: 10px;
  2461. }
  2462. input[type="radio"][disabled],
  2463. input[type="checkbox"][disabled],
  2464. input[type="radio"].disabled,
  2465. input[type="checkbox"].disabled,
  2466. fieldset[disabled] input[type="radio"],
  2467. fieldset[disabled] input[type="checkbox"] {
  2468. cursor: not-allowed;
  2469. }
  2470. .radio-inline.disabled,
  2471. .checkbox-inline.disabled,
  2472. fieldset[disabled] .radio-inline,
  2473. fieldset[disabled] .checkbox-inline {
  2474. cursor: not-allowed;
  2475. }
  2476. .radio.disabled label,
  2477. .checkbox.disabled label,
  2478. fieldset[disabled] .radio label,
  2479. fieldset[disabled] .checkbox label {
  2480. cursor: not-allowed;
  2481. }
  2482. .form-control-static {
  2483. padding-top: 7px;
  2484. padding-bottom: 7px;
  2485. margin-bottom: 0;
  2486. }
  2487. .form-control-static.input-lg,
  2488. .form-control-static.input-sm {
  2489. padding-right: 0;
  2490. padding-left: 0;
  2491. }
  2492. .input-sm,
  2493. .form-group-sm .form-control {
  2494. height: 30px;
  2495. padding: 5px 10px;
  2496. font-size: 12px;
  2497. line-height: 1.5;
  2498. border-radius: 3px;
  2499. }
  2500. select.input-sm,
  2501. select.form-group-sm .form-control {
  2502. height: 30px;
  2503. line-height: 30px;
  2504. }
  2505. textarea.input-sm,
  2506. textarea.form-group-sm .form-control,
  2507. select[multiple].input-sm,
  2508. select[multiple].form-group-sm .form-control {
  2509. height: auto;
  2510. }
  2511. .input-lg,
  2512. .form-group-lg .form-control {
  2513. height: 46px;
  2514. padding: 10px 16px;
  2515. font-size: 18px;
  2516. line-height: 1.33;
  2517. border-radius: 6px;
  2518. }
  2519. select.input-lg,
  2520. select.form-group-lg .form-control {
  2521. height: 46px;
  2522. line-height: 46px;
  2523. }
  2524. textarea.input-lg,
  2525. textarea.form-group-lg .form-control,
  2526. select[multiple].input-lg,
  2527. select[multiple].form-group-lg .form-control {
  2528. height: auto;
  2529. }
  2530. .has-feedback {
  2531. position: relative;
  2532. }
  2533. .has-feedback .form-control {
  2534. padding-right: 42.5px;
  2535. }
  2536. .form-control-feedback {
  2537. position: absolute;
  2538. top: 0;
  2539. right: 0;
  2540. z-index: 2;
  2541. display: block;
  2542. width: 34px;
  2543. height: 34px;
  2544. line-height: 34px;
  2545. text-align: center;
  2546. pointer-events: none;
  2547. }
  2548. .input-lg + .form-control-feedback {
  2549. width: 46px;
  2550. height: 46px;
  2551. line-height: 46px;
  2552. }
  2553. .input-sm + .form-control-feedback {
  2554. width: 30px;
  2555. height: 30px;
  2556. line-height: 30px;
  2557. }
  2558. .has-success .help-block,
  2559. .has-success .control-label,
  2560. .has-success .radio,
  2561. .has-success .checkbox,
  2562. .has-success .radio-inline,
  2563. .has-success .checkbox-inline,
  2564. .has-success.radio label,
  2565. .has-success.checkbox label,
  2566. .has-success.radio-inline label,
  2567. .has-success.checkbox-inline label {
  2568. color: #3c763d;
  2569. }
  2570. .has-success .form-control {
  2571. border-color: #3c763d;
  2572. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  2573. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  2574. }
  2575. .has-success .form-control:focus {
  2576. border-color: #2b542c;
  2577. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
  2578. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
  2579. }
  2580. .has-success .input-group-addon {
  2581. color: #3c763d;
  2582. background-color: #dff0d8;
  2583. border-color: #3c763d;
  2584. }
  2585. .has-success .form-control-feedback {
  2586. color: #3c763d;
  2587. }
  2588. .has-warning .help-block,
  2589. .has-warning .control-label,
  2590. .has-warning .radio,
  2591. .has-warning .checkbox,
  2592. .has-warning .radio-inline,
  2593. .has-warning .checkbox-inline,
  2594. .has-warning.radio label,
  2595. .has-warning.checkbox label,
  2596. .has-warning.radio-inline label,
  2597. .has-warning.checkbox-inline label {
  2598. color: #8a6d3b;
  2599. }
  2600. .has-warning .form-control {
  2601. border-color: #8a6d3b;
  2602. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  2603. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  2604. }
  2605. .has-warning .form-control:focus {
  2606. border-color: #66512c;
  2607. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
  2608. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
  2609. }
  2610. .has-warning .input-group-addon {
  2611. color: #8a6d3b;
  2612. background-color: #fcf8e3;
  2613. border-color: #8a6d3b;
  2614. }
  2615. .has-warning .form-control-feedback {
  2616. color: #8a6d3b;
  2617. }
  2618. .has-error .help-block,
  2619. .has-error .control-label,
  2620. .has-error .radio,
  2621. .has-error .checkbox,
  2622. .has-error .radio-inline,
  2623. .has-error .checkbox-inline,
  2624. .has-error.radio label,
  2625. .has-error.checkbox label,
  2626. .has-error.radio-inline label,
  2627. .has-error.checkbox-inline label {
  2628. color: #a94442;
  2629. }
  2630. .has-error .form-control {
  2631. border-color: #a94442;
  2632. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  2633. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  2634. }
  2635. .has-error .form-control:focus {
  2636. border-color: #843534;
  2637. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
  2638. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
  2639. }
  2640. .has-error .input-group-addon {
  2641. color: #a94442;
  2642. background-color: #f2dede;
  2643. border-color: #a94442;
  2644. }
  2645. .has-error .form-control-feedback {
  2646. color: #a94442;
  2647. }
  2648. .has-feedback label ~ .form-control-feedback {
  2649. top: 25px;
  2650. }
  2651. .has-feedback label.sr-only ~ .form-control-feedback {
  2652. top: 0;
  2653. }
  2654. .help-block {
  2655. display: block;
  2656. margin-top: 5px;
  2657. margin-bottom: 10px;
  2658. color: #737373;
  2659. }
  2660. @media (min-width: 768px) {
  2661. .form-inline .form-group {
  2662. display: inline-block;
  2663. margin-bottom: 0;
  2664. vertical-align: middle;
  2665. }
  2666. .form-inline .form-control {
  2667. display: inline-block;
  2668. width: auto;
  2669. vertical-align: middle;
  2670. }
  2671. .form-inline .form-control-static {
  2672. display: inline-block;
  2673. }
  2674. .form-inline .input-group {
  2675. display: inline-table;
  2676. vertical-align: middle;
  2677. }
  2678. .form-inline .input-group .input-group-addon,
  2679. .form-inline .input-group .input-group-btn,
  2680. .form-inline .input-group .form-control {
  2681. width: auto;
  2682. }
  2683. .form-inline .input-group > .form-control {
  2684. width: 100%;
  2685. }
  2686. .form-inline .control-label {
  2687. margin-bottom: 0;
  2688. vertical-align: middle;
  2689. }
  2690. .form-inline .radio,
  2691. .form-inline .checkbox {
  2692. display: inline-block;
  2693. margin-top: 0;
  2694. margin-bottom: 0;
  2695. vertical-align: middle;
  2696. }
  2697. .form-inline .radio label,
  2698. .form-inline .checkbox label {
  2699. padding-left: 0;
  2700. }
  2701. .form-inline .radio input[type="radio"],
  2702. .form-inline .checkbox input[type="checkbox"] {
  2703. position: relative;
  2704. margin-left: 0;
  2705. }
  2706. .form-inline .has-feedback .form-control-feedback {
  2707. top: 0;
  2708. }
  2709. }
  2710. .form-horizontal .radio,
  2711. .form-horizontal .checkbox,
  2712. .form-horizontal .radio-inline,
  2713. .form-horizontal .checkbox-inline {
  2714. padding-top: 7px;
  2715. margin-top: 0;
  2716. margin-bottom: 0;
  2717. }
  2718. .form-horizontal .radio,
  2719. .form-horizontal .checkbox {
  2720. min-height: 27px;
  2721. }
  2722. .form-horizontal .form-group {
  2723. margin-right: -15px;
  2724. margin-left: -15px;
  2725. }
  2726. @media (min-width: 768px) {
  2727. .form-horizontal .control-label {
  2728. padding-top: 7px;
  2729. margin-bottom: 0;
  2730. text-align: right;
  2731. }
  2732. }
  2733. .form-horizontal .has-feedback .form-control-feedback {
  2734. right: 15px;
  2735. }
  2736. @media (min-width: 768px) {
  2737. .form-horizontal .form-group-lg .control-label {
  2738. padding-top: 14.3px;
  2739. }
  2740. }
  2741. @media (min-width: 768px) {
  2742. .form-horizontal .form-group-sm .control-label {
  2743. padding-top: 6px;
  2744. }
  2745. }
  2746. .btn {
  2747. display: inline-block;
  2748. padding: 6px 12px;
  2749. margin-bottom: 0;
  2750. font-size: 14px;
  2751. font-weight: normal;
  2752. line-height: 1.42857143;
  2753. text-align: center;
  2754. white-space: nowrap;
  2755. vertical-align: middle;
  2756. -ms-touch-action: manipulation;
  2757. touch-action: manipulation;
  2758. cursor: pointer;
  2759. -webkit-user-select: none;
  2760. -moz-user-select: none;
  2761. -ms-user-select: none;
  2762. user-select: none;
  2763. background-image: none;
  2764. border: 1px solid transparent;
  2765. border-radius: 4px;
  2766. }
  2767. .btn:focus,
  2768. .btn:active:focus,
  2769. .btn.active:focus,
  2770. .btn.focus,
  2771. .btn:active.focus,
  2772. .btn.active.focus {
  2773. outline: thin dotted;
  2774. outline: 5px auto -webkit-focus-ring-color;
  2775. outline-offset: -2px;
  2776. }
  2777. .btn:hover,
  2778. .btn:focus,
  2779. .btn.focus {
  2780. color: #333;
  2781. text-decoration: none;
  2782. }
  2783. .btn:active,
  2784. .btn.active {
  2785. background-image: none;
  2786. outline: 0;
  2787. -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  2788. box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  2789. }
  2790. .btn.disabled,
  2791. .btn[disabled],
  2792. fieldset[disabled] .btn {
  2793. pointer-events: none;
  2794. cursor: not-allowed;
  2795. filter: alpha(opacity=65);
  2796. -webkit-box-shadow: none;
  2797. box-shadow: none;
  2798. opacity: .65;
  2799. }
  2800. .btn-default {
  2801. color: #333;
  2802. background-color: #fff;
  2803. border-color: #ccc;
  2804. }
  2805. .btn-default:hover,
  2806. .btn-default:focus,
  2807. .btn-default.focus,
  2808. .btn-default:active,
  2809. .btn-default.active,
  2810. .open > .dropdown-toggle.btn-default {
  2811. color: #333;
  2812. background-color: #e6e6e6;
  2813. border-color: #adadad;
  2814. }
  2815. .btn-default:active,
  2816. .btn-default.active,
  2817. .open > .dropdown-toggle.btn-default {
  2818. background-image: none;
  2819. }
  2820. .btn-default.disabled,
  2821. .btn-default[disabled],
  2822. fieldset[disabled] .btn-default,
  2823. .btn-default.disabled:hover,
  2824. .btn-default[disabled]:hover,
  2825. fieldset[disabled] .btn-default:hover,
  2826. .btn-default.disabled:focus,
  2827. .btn-default[disabled]:focus,
  2828. fieldset[disabled] .btn-default:focus,
  2829. .btn-default.disabled.focus,
  2830. .btn-default[disabled].focus,
  2831. fieldset[disabled] .btn-default.focus,
  2832. .btn-default.disabled:active,
  2833. .btn-default[disabled]:active,
  2834. fieldset[disabled] .btn-default:active,
  2835. .btn-default.disabled.active,
  2836. .btn-default[disabled].active,
  2837. fieldset[disabled] .btn-default.active {
  2838. background-color: #fff;
  2839. border-color: #ccc;
  2840. }
  2841. .btn-default .badge {
  2842. color: #fff;
  2843. background-color: #333;
  2844. }
  2845. .btn-primary {
  2846. color: #fff;
  2847. background-color: #337ab7;
  2848. border-color: #2e6da4;
  2849. }
  2850. .btn-primary:hover,
  2851. .btn-primary:focus,
  2852. .btn-primary.focus,
  2853. .btn-primary:active,
  2854. .btn-primary.active,
  2855. .open > .dropdown-toggle.btn-primary {
  2856. color: #fff;
  2857. background-color: #286090;
  2858. border-color: #204d74;
  2859. }
  2860. .btn-primary:active,
  2861. .btn-primary.active,
  2862. .open > .dropdown-toggle.btn-primary {
  2863. background-image: none;
  2864. }
  2865. .btn-primary.disabled,
  2866. .btn-primary[disabled],
  2867. fieldset[disabled] .btn-primary,
  2868. .btn-primary.disabled:hover,
  2869. .btn-primary[disabled]:hover,
  2870. fieldset[disabled] .btn-primary:hover,
  2871. .btn-primary.disabled:focus,
  2872. .btn-primary[disabled]:focus,
  2873. fieldset[disabled] .btn-primary:focus,
  2874. .btn-primary.disabled.focus,
  2875. .btn-primary[disabled].focus,
  2876. fieldset[disabled] .btn-primary.focus,
  2877. .btn-primary.disabled:active,
  2878. .btn-primary[disabled]:active,
  2879. fieldset[disabled] .btn-primary:active,
  2880. .btn-primary.disabled.active,
  2881. .btn-primary[disabled].active,
  2882. fieldset[disabled] .btn-primary.active {
  2883. background-color: #337ab7;
  2884. border-color: #2e6da4;
  2885. }
  2886. .btn-primary .badge {
  2887. color: #337ab7;
  2888. background-color: #fff;
  2889. }
  2890. .btn-success {
  2891. color: #fff;
  2892. background-color: #5cb85c;
  2893. border-color: #4cae4c;
  2894. }
  2895. .btn-success:hover,
  2896. .btn-success:focus,
  2897. .btn-success.focus,
  2898. .btn-success:active,
  2899. .btn-success.active,
  2900. .open > .dropdown-toggle.btn-success {
  2901. color: #fff;
  2902. background-color: #449d44;
  2903. border-color: #398439;
  2904. }
  2905. .btn-success:active,
  2906. .btn-success.active,
  2907. .open > .dropdown-toggle.btn-success {
  2908. background-image: none;
  2909. }
  2910. .btn-success.disabled,
  2911. .btn-success[disabled],
  2912. fieldset[disabled] .btn-success,
  2913. .btn-success.disabled:hover,
  2914. .btn-success[disabled]:hover,
  2915. fieldset[disabled] .btn-success:hover,
  2916. .btn-success.disabled:focus,
  2917. .btn-success[disabled]:focus,
  2918. fieldset[disabled] .btn-success:focus,
  2919. .btn-success.disabled.focus,
  2920. .btn-success[disabled].focus,
  2921. fieldset[disabled] .btn-success.focus,
  2922. .btn-success.disabled:active,
  2923. .btn-success[disabled]:active,
  2924. fieldset[disabled] .btn-success:active,
  2925. .btn-success.disabled.active,
  2926. .btn-success[disabled].active,
  2927. fieldset[disabled] .btn-success.active {
  2928. background-color: #5cb85c;
  2929. border-color: #4cae4c;
  2930. }
  2931. .btn-success .badge {
  2932. color: #5cb85c;
  2933. background-color: #fff;
  2934. }
  2935. .btn-info {
  2936. color: #fff;
  2937. background-color: #5bc0de;
  2938. border-color: #46b8da;
  2939. }
  2940. .btn-info:hover,
  2941. .btn-info:focus,
  2942. .btn-info.focus,
  2943. .btn-info:active,
  2944. .btn-info.active,
  2945. .open > .dropdown-toggle.btn-info {
  2946. color: #fff;
  2947. background-color: #31b0d5;
  2948. border-color: #269abc;
  2949. }
  2950. .btn-info:active,
  2951. .btn-info.active,
  2952. .open > .dropdown-toggle.btn-info {
  2953. background-image: none;
  2954. }
  2955. .btn-info.disabled,
  2956. .btn-info[disabled],
  2957. fieldset[disabled] .btn-info,
  2958. .btn-info.disabled:hover,
  2959. .btn-info[disabled]:hover,
  2960. fieldset[disabled] .btn-info:hover,
  2961. .btn-info.disabled:focus,
  2962. .btn-info[disabled]:focus,
  2963. fieldset[disabled] .btn-info:focus,
  2964. .btn-info.disabled.focus,
  2965. .btn-info[disabled].focus,
  2966. fieldset[disabled] .btn-info.focus,
  2967. .btn-info.disabled:active,
  2968. .btn-info[disabled]:active,
  2969. fieldset[disabled] .btn-info:active,
  2970. .btn-info.disabled.active,
  2971. .btn-info[disabled].active,
  2972. fieldset[disabled] .btn-info.active {
  2973. background-color: #5bc0de;
  2974. border-color: #46b8da;
  2975. }
  2976. .btn-info .badge {
  2977. color: #5bc0de;
  2978. background-color: #fff;
  2979. }
  2980. .btn-warning {
  2981. color: #fff;
  2982. background-color: #f0ad4e;
  2983. border-color: #eea236;
  2984. }
  2985. .btn-warning:hover,
  2986. .btn-warning:focus,
  2987. .btn-warning.focus,
  2988. .btn-warning:active,
  2989. .btn-warning.active,
  2990. .open > .dropdown-toggle.btn-warning {
  2991. color: #fff;
  2992. background-color: #ec971f;
  2993. border-color: #d58512;
  2994. }
  2995. .btn-warning:active,
  2996. .btn-warning.active,
  2997. .open > .dropdown-toggle.btn-warning {
  2998. background-image: none;
  2999. }
  3000. .btn-warning.disabled,
  3001. .btn-warning[disabled],
  3002. fieldset[disabled] .btn-warning,
  3003. .btn-warning.disabled:hover,
  3004. .btn-warning[disabled]:hover,
  3005. fieldset[disabled] .btn-warning:hover,
  3006. .btn-warning.disabled:focus,
  3007. .btn-warning[disabled]:focus,
  3008. fieldset[disabled] .btn-warning:focus,
  3009. .btn-warning.disabled.focus,
  3010. .btn-warning[disabled].focus,
  3011. fieldset[disabled] .btn-warning.focus,
  3012. .btn-warning.disabled:active,
  3013. .btn-warning[disabled]:active,
  3014. fieldset[disabled] .btn-warning:active,
  3015. .btn-warning.disabled.active,
  3016. .btn-warning[disabled].active,
  3017. fieldset[disabled] .btn-warning.active {
  3018. background-color: #f0ad4e;
  3019. border-color: #eea236;
  3020. }
  3021. .btn-warning .badge {
  3022. color: #f0ad4e;
  3023. background-color: #fff;
  3024. }
  3025. .btn-danger {
  3026. color: #fff;
  3027. background-color: #d9534f;
  3028. border-color: #d43f3a;
  3029. }
  3030. .btn-danger:hover,
  3031. .btn-danger:focus,
  3032. .btn-danger.focus,
  3033. .btn-danger:active,
  3034. .btn-danger.active,
  3035. .open > .dropdown-toggle.btn-danger {
  3036. color: #fff;
  3037. background-color: #c9302c;
  3038. border-color: #ac2925;
  3039. }
  3040. .btn-danger:active,
  3041. .btn-danger.active,
  3042. .open > .dropdown-toggle.btn-danger {
  3043. background-image: none;
  3044. }
  3045. .btn-danger.disabled,
  3046. .btn-danger[disabled],
  3047. fieldset[disabled] .btn-danger,
  3048. .btn-danger.disabled:hover,
  3049. .btn-danger[disabled]:hover,
  3050. fieldset[disabled] .btn-danger:hover,
  3051. .btn-danger.disabled:focus,
  3052. .btn-danger[disabled]:focus,
  3053. fieldset[disabled] .btn-danger:focus,
  3054. .btn-danger.disabled.focus,
  3055. .btn-danger[disabled].focus,
  3056. fieldset[disabled] .btn-danger.focus,
  3057. .btn-danger.disabled:active,
  3058. .btn-danger[disabled]:active,
  3059. fieldset[disabled] .btn-danger:active,
  3060. .btn-danger.disabled.active,
  3061. .btn-danger[disabled].active,
  3062. fieldset[disabled] .btn-danger.active {
  3063. background-color: #d9534f;
  3064. border-color: #d43f3a;
  3065. }
  3066. .btn-danger .badge {
  3067. color: #d9534f;
  3068. background-color: #fff;
  3069. }
  3070. .btn-link {
  3071. font-weight: normal;
  3072. color: #337ab7;
  3073. border-radius: 0;
  3074. }
  3075. .btn-link,
  3076. .btn-link:active,
  3077. .btn-link.active,
  3078. .btn-link[disabled],
  3079. fieldset[disabled] .btn-link {
  3080. background-color: transparent;
  3081. -webkit-box-shadow: none;
  3082. box-shadow: none;
  3083. }
  3084. .btn-link,
  3085. .btn-link:hover,
  3086. .btn-link:focus,
  3087. .btn-link:active {
  3088. border-color: transparent;
  3089. }
  3090. .btn-link:hover,
  3091. .btn-link:focus {
  3092. color: #23527c;
  3093. text-decoration: underline;
  3094. background-color: transparent;
  3095. }
  3096. .btn-link[disabled]:hover,
  3097. fieldset[disabled] .btn-link:hover,
  3098. .btn-link[disabled]:focus,
  3099. fieldset[disabled] .btn-link:focus {
  3100. color: #777;
  3101. text-decoration: none;
  3102. }
  3103. .btn-lg,
  3104. .btn-group-lg > .btn {
  3105. padding: 10px 16px;
  3106. font-size: 18px;
  3107. line-height: 1.33;
  3108. border-radius: 6px;
  3109. }
  3110. .btn-sm,
  3111. .btn-group-sm > .btn {
  3112. padding: 5px 10px;
  3113. font-size: 12px;
  3114. line-height: 1.5;
  3115. border-radius: 3px;
  3116. }
  3117. .btn-xs,
  3118. .btn-group-xs > .btn {
  3119. padding: 1px 5px;
  3120. font-size: 12px;
  3121. line-height: 1.5;
  3122. border-radius: 3px;
  3123. }
  3124. .btn-block {
  3125. display: block;
  3126. width: 100%;
  3127. }
  3128. .btn-block + .btn-block {
  3129. margin-top: 5px;
  3130. }
  3131. input[type="submit"].btn-block,
  3132. input[type="reset"].btn-block,
  3133. input[type="button"].btn-block {
  3134. width: 100%;
  3135. }
  3136. .fade {
  3137. opacity: 0;
  3138. -webkit-transition: opacity .15s linear;
  3139. -o-transition: opacity .15s linear;
  3140. transition: opacity .15s linear;
  3141. }
  3142. .fade.in {
  3143. opacity: 1;
  3144. }
  3145. .collapse {
  3146. display: none;
  3147. visibility: hidden;
  3148. }
  3149. .collapse.in {
  3150. display: block;
  3151. visibility: visible;
  3152. }
  3153. tr.collapse.in {
  3154. display: table-row;
  3155. }
  3156. tbody.collapse.in {
  3157. display: table-row-group;
  3158. }
  3159. .collapsing {
  3160. position: relative;
  3161. height: 0;
  3162. overflow: hidden;
  3163. -webkit-transition-timing-function: ease;
  3164. -o-transition-timing-function: ease;
  3165. transition-timing-function: ease;
  3166. -webkit-transition-duration: .35s;
  3167. -o-transition-duration: .35s;
  3168. transition-duration: .35s;
  3169. -webkit-transition-property: height, visibility;
  3170. -o-transition-property: height, visibility;
  3171. transition-property: height, visibility;
  3172. }
  3173. .caret {
  3174. display: inline-block;
  3175. width: 0;
  3176. height: 0;
  3177. margin-left: 2px;
  3178. vertical-align: middle;
  3179. border-top: 4px solid;
  3180. border-right: 4px solid transparent;
  3181. border-left: 4px solid transparent;
  3182. }
  3183. .dropdown {
  3184. position: relative;
  3185. }
  3186. .dropdown-toggle:focus {
  3187. outline: 0;
  3188. }
  3189. .dropdown-menu {
  3190. position: absolute;
  3191. top: 100%;
  3192. left: 0;
  3193. z-index: 1000;
  3194. display: none;
  3195. float: left;
  3196. min-width: 160px;
  3197. padding: 5px 0;
  3198. margin: 2px 0 0;
  3199. font-size: 14px;
  3200. text-align: left;
  3201. list-style: none;
  3202. background-color: #fff;
  3203. -webkit-background-clip: padding-box;
  3204. background-clip: padding-box;
  3205. border: 1px solid #ccc;
  3206. border: 1px solid rgba(0, 0, 0, .15);
  3207. border-radius: 4px;
  3208. -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  3209. box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  3210. }
  3211. .dropdown-menu.pull-right {
  3212. right: 0;
  3213. left: auto;
  3214. }
  3215. .dropdown-menu .divider {
  3216. height: 1px;
  3217. margin: 9px 0;
  3218. overflow: hidden;
  3219. background-color: #e5e5e5;
  3220. }
  3221. .dropdown-menu > li > a {
  3222. display: block;
  3223. padding: 3px 20px;
  3224. clear: both;
  3225. font-weight: normal;
  3226. line-height: 1.42857143;
  3227. color: #333;
  3228. white-space: nowrap;
  3229. }
  3230. .dropdown-menu > li > a:hover,
  3231. .dropdown-menu > li > a:focus {
  3232. color: #262626;
  3233. text-decoration: none;
  3234. background-color: #f5f5f5;
  3235. }
  3236. .dropdown-menu > .active > a,
  3237. .dropdown-menu > .active > a:hover,
  3238. .dropdown-menu > .active > a:focus {
  3239. color: #fff;
  3240. text-decoration: none;
  3241. background-color: #337ab7;
  3242. outline: 0;
  3243. }
  3244. .dropdown-menu > .disabled > a,
  3245. .dropdown-menu > .disabled > a:hover,
  3246. .dropdown-menu > .disabled > a:focus {
  3247. color: #777;
  3248. }
  3249. .dropdown-menu > .disabled > a:hover,
  3250. .dropdown-menu > .disabled > a:focus {
  3251. text-decoration: none;
  3252. cursor: not-allowed;
  3253. background-color: transparent;
  3254. background-image: none;
  3255. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  3256. }
  3257. .open > .dropdown-menu {
  3258. display: block;
  3259. }
  3260. .open > a {
  3261. outline: 0;
  3262. }
  3263. .dropdown-menu-right {
  3264. right: 0;
  3265. left: auto;
  3266. }
  3267. .dropdown-menu-left {
  3268. right: auto;
  3269. left: 0;
  3270. }
  3271. .dropdown-header {
  3272. display: block;
  3273. padding: 3px 20px;
  3274. font-size: 12px;
  3275. line-height: 1.42857143;
  3276. color: #777;
  3277. white-space: nowrap;
  3278. }
  3279. .dropdown-backdrop {
  3280. position: fixed;
  3281. top: 0;
  3282. right: 0;
  3283. bottom: 0;
  3284. left: 0;
  3285. z-index: 990;
  3286. }
  3287. .pull-right > .dropdown-menu {
  3288. right: 0;
  3289. left: auto;
  3290. }
  3291. .dropup .caret,
  3292. .navbar-fixed-bottom .dropdown .caret {
  3293. content: "";
  3294. border-top: 0;
  3295. border-bottom: 4px solid;
  3296. }
  3297. .dropup .dropdown-menu,
  3298. .navbar-fixed-bottom .dropdown .dropdown-menu {
  3299. top: auto;
  3300. bottom: 100%;
  3301. margin-bottom: 1px;
  3302. }
  3303. @media (min-width: 768px) {
  3304. .navbar-right .dropdown-menu {
  3305. right: 0;
  3306. left: auto;
  3307. }
  3308. .navbar-right .dropdown-menu-left {
  3309. right: auto;
  3310. left: 0;
  3311. }
  3312. }
  3313. .btn-group,
  3314. .btn-group-vertical {
  3315. position: relative;
  3316. display: inline-block;
  3317. vertical-align: middle;
  3318. }
  3319. .btn-group > .btn,
  3320. .btn-group-vertical > .btn {
  3321. position: relative;
  3322. float: left;
  3323. }
  3324. .btn-group > .btn:hover,
  3325. .btn-group-vertical > .btn:hover,
  3326. .btn-group > .btn:focus,
  3327. .btn-group-vertical > .btn:focus,
  3328. .btn-group > .btn:active,
  3329. .btn-group-vertical > .btn:active,
  3330. .btn-group > .btn.active,
  3331. .btn-group-vertical > .btn.active {
  3332. z-index: 2;
  3333. }
  3334. .btn-group .btn + .btn,
  3335. .btn-group .btn + .btn-group,
  3336. .btn-group .btn-group + .btn,
  3337. .btn-group .btn-group + .btn-group {
  3338. margin-left: -1px;
  3339. }
  3340. .btn-toolbar {
  3341. margin-left: -5px;
  3342. }
  3343. .btn-toolbar .btn-group,
  3344. .btn-toolbar .input-group {
  3345. float: left;
  3346. }
  3347. .btn-toolbar > .btn,
  3348. .btn-toolbar > .btn-group,
  3349. .btn-toolbar > .input-group {
  3350. margin-left: 5px;
  3351. }
  3352. .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  3353. border-radius: 0;
  3354. }
  3355. .btn-group > .btn:first-child {
  3356. margin-left: 0;
  3357. }
  3358. .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  3359. border-top-right-radius: 0;
  3360. border-bottom-right-radius: 0;
  3361. }
  3362. .btn-group > .btn:last-child:not(:first-child),
  3363. .btn-group > .dropdown-toggle:not(:first-child) {
  3364. border-top-left-radius: 0;
  3365. border-bottom-left-radius: 0;
  3366. }
  3367. .btn-group > .btn-group {
  3368. float: left;
  3369. }
  3370. .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  3371. border-radius: 0;
  3372. }
  3373. .btn-group > .btn-group:first-child > .btn:last-child,
  3374. .btn-group > .btn-group:first-child > .dropdown-toggle {
  3375. border-top-right-radius: 0;
  3376. border-bottom-right-radius: 0;
  3377. }
  3378. .btn-group > .btn-group:last-child > .btn:first-child {
  3379. border-top-left-radius: 0;
  3380. border-bottom-left-radius: 0;
  3381. }
  3382. .btn-group .dropdown-toggle:active,
  3383. .btn-group.open .dropdown-toggle {
  3384. outline: 0;
  3385. }
  3386. .btn-group > .btn + .dropdown-toggle {
  3387. padding-right: 8px;
  3388. padding-left: 8px;
  3389. }
  3390. .btn-group > .btn-lg + .dropdown-toggle {
  3391. padding-right: 12px;
  3392. padding-left: 12px;
  3393. }
  3394. .btn-group.open .dropdown-toggle {
  3395. -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  3396. box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  3397. }
  3398. .btn-group.open .dropdown-toggle.btn-link {
  3399. -webkit-box-shadow: none;
  3400. box-shadow: none;
  3401. }
  3402. .btn .caret {
  3403. margin-left: 0;
  3404. }
  3405. .btn-lg .caret {
  3406. border-width: 5px 5px 0;
  3407. border-bottom-width: 0;
  3408. }
  3409. .dropup .btn-lg .caret {
  3410. border-width: 0 5px 5px;
  3411. }
  3412. .btn-group-vertical > .btn,
  3413. .btn-group-vertical > .btn-group,
  3414. .btn-group-vertical > .btn-group > .btn {
  3415. display: block;
  3416. float: none;
  3417. width: 100%;
  3418. max-width: 100%;
  3419. }
  3420. .btn-group-vertical > .btn-group > .btn {
  3421. float: none;
  3422. }
  3423. .btn-group-vertical > .btn + .btn,
  3424. .btn-group-vertical > .btn + .btn-group,
  3425. .btn-group-vertical > .btn-group + .btn,
  3426. .btn-group-vertical > .btn-group + .btn-group {
  3427. margin-top: -1px;
  3428. margin-left: 0;
  3429. }
  3430. .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  3431. border-radius: 0;
  3432. }
  3433. .btn-group-vertical > .btn:first-child:not(:last-child) {
  3434. border-top-right-radius: 4px;
  3435. border-bottom-right-radius: 0;
  3436. border-bottom-left-radius: 0;
  3437. }
  3438. .btn-group-vertical > .btn:last-child:not(:first-child) {
  3439. border-top-left-radius: 0;
  3440. border-top-right-radius: 0;
  3441. border-bottom-left-radius: 4px;
  3442. }
  3443. .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  3444. border-radius: 0;
  3445. }
  3446. .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
  3447. .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  3448. border-bottom-right-radius: 0;
  3449. border-bottom-left-radius: 0;
  3450. }
  3451. .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  3452. border-top-left-radius: 0;
  3453. border-top-right-radius: 0;
  3454. }
  3455. .btn-group-justified {
  3456. display: table;
  3457. width: 100%;
  3458. table-layout: fixed;
  3459. border-collapse: separate;
  3460. }
  3461. .btn-group-justified > .btn,
  3462. .btn-group-justified > .btn-group {
  3463. display: table-cell;
  3464. float: none;
  3465. width: 1%;
  3466. }
  3467. .btn-group-justified > .btn-group .btn {
  3468. width: 100%;
  3469. }
  3470. .btn-group-justified > .btn-group .dropdown-menu {
  3471. left: auto;
  3472. }
  3473. [data-toggle="buttons"] > .btn input[type="radio"],
  3474. [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
  3475. [data-toggle="buttons"] > .btn input[type="checkbox"],
  3476. [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  3477. position: absolute;
  3478. clip: rect(0, 0, 0, 0);
  3479. pointer-events: none;
  3480. }
  3481. .input-group {
  3482. position: relative;
  3483. display: table;
  3484. border-collapse: separate;
  3485. }
  3486. .input-group[class*="col-"] {
  3487. float: none;
  3488. padding-right: 0;
  3489. padding-left: 0;
  3490. }
  3491. .input-group .form-control {
  3492. position: relative;
  3493. z-index: 2;
  3494. float: left;
  3495. width: 100%;
  3496. margin-bottom: 0;
  3497. }
  3498. .input-group-lg > .form-control,
  3499. .input-group-lg > .input-group-addon,
  3500. .input-group-lg > .input-group-btn > .btn {
  3501. height: 46px;
  3502. padding: 10px 16px;
  3503. font-size: 18px;
  3504. line-height: 1.33;
  3505. border-radius: 6px;
  3506. }
  3507. select.input-group-lg > .form-control,
  3508. select.input-group-lg > .input-group-addon,
  3509. select.input-group-lg > .input-group-btn > .btn {
  3510. height: 46px;
  3511. line-height: 46px;
  3512. }
  3513. textarea.input-group-lg > .form-control,
  3514. textarea.input-group-lg > .input-group-addon,
  3515. textarea.input-group-lg > .input-group-btn > .btn,
  3516. select[multiple].input-group-lg > .form-control,
  3517. select[multiple].input-group-lg > .input-group-addon,
  3518. select[multiple].input-group-lg > .input-group-btn > .btn {
  3519. height: auto;
  3520. }
  3521. .input-group-sm > .form-control,
  3522. .input-group-sm > .input-group-addon,
  3523. .input-group-sm > .input-group-btn > .btn {
  3524. height: 30px;
  3525. padding: 5px 10px;
  3526. font-size: 12px;
  3527. line-height: 1.5;
  3528. border-radius: 3px;
  3529. }
  3530. select.input-group-sm > .form-control,
  3531. select.input-group-sm > .input-group-addon,
  3532. select.input-group-sm > .input-group-btn > .btn {
  3533. height: 30px;
  3534. line-height: 30px;
  3535. }
  3536. textarea.input-group-sm > .form-control,
  3537. textarea.input-group-sm > .input-group-addon,
  3538. textarea.input-group-sm > .input-group-btn > .btn,
  3539. select[multiple].input-group-sm > .form-control,
  3540. select[multiple].input-group-sm > .input-group-addon,
  3541. select[multiple].input-group-sm > .input-group-btn > .btn {
  3542. height: auto;
  3543. }
  3544. .input-group-addon,
  3545. .input-group-btn,
  3546. .input-group .form-control {
  3547. display: table-cell;
  3548. }
  3549. .input-group-addon:not(:first-child):not(:last-child),
  3550. .input-group-btn:not(:first-child):not(:last-child),
  3551. .input-group .form-control:not(:first-child):not(:last-child) {
  3552. border-radius: 0;
  3553. }
  3554. .input-group-addon,
  3555. .input-group-btn {
  3556. width: 1%;
  3557. white-space: nowrap;
  3558. vertical-align: middle;
  3559. }
  3560. .input-group-addon {
  3561. padding: 6px 12px;
  3562. font-size: 14px;
  3563. font-weight: normal;
  3564. line-height: 1;
  3565. color: #555;
  3566. text-align: center;
  3567. background-color: #eee;
  3568. border: 1px solid #ccc;
  3569. border-radius: 4px;
  3570. }
  3571. .input-group-addon.input-sm {
  3572. padding: 5px 10px;
  3573. font-size: 12px;
  3574. border-radius: 3px;
  3575. }
  3576. .input-group-addon.input-lg {
  3577. padding: 10px 16px;
  3578. font-size: 18px;
  3579. border-radius: 6px;
  3580. }
  3581. .input-group-addon input[type="radio"],
  3582. .input-group-addon input[type="checkbox"] {
  3583. margin-top: 0;
  3584. }
  3585. .input-group .form-control:first-child,
  3586. .input-group-addon:first-child,
  3587. .input-group-btn:first-child > .btn,
  3588. .input-group-btn:first-child > .btn-group > .btn,
  3589. .input-group-btn:first-child > .dropdown-toggle,
  3590. .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
  3591. .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  3592. border-top-right-radius: 0;
  3593. border-bottom-right-radius: 0;
  3594. }
  3595. .input-group-addon:first-child {
  3596. border-right: 0;
  3597. }
  3598. .input-group .form-control:last-child,
  3599. .input-group-addon:last-child,
  3600. .input-group-btn:last-child > .btn,
  3601. .input-group-btn:last-child > .btn-group > .btn,
  3602. .input-group-btn:last-child > .dropdown-toggle,
  3603. .input-group-btn:first-child > .btn:not(:first-child),
  3604. .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  3605. border-top-left-radius: 0;
  3606. border-bottom-left-radius: 0;
  3607. }
  3608. .input-group-addon:last-child {
  3609. border-left: 0;
  3610. }
  3611. .input-group-btn {
  3612. position: relative;
  3613. font-size: 0;
  3614. white-space: nowrap;
  3615. }
  3616. .input-group-btn > .btn {
  3617. position: relative;
  3618. }
  3619. .input-group-btn > .btn + .btn {
  3620. margin-left: -1px;
  3621. }
  3622. .input-group-btn > .btn:hover,
  3623. .input-group-btn > .btn:focus,
  3624. .input-group-btn > .btn:active {
  3625. z-index: 2;
  3626. }
  3627. .input-group-btn:first-child > .btn,
  3628. .input-group-btn:first-child > .btn-group {
  3629. margin-right: -1px;
  3630. }
  3631. .input-group-btn:last-child > .btn,
  3632. .input-group-btn:last-child > .btn-group {
  3633. margin-left: -1px;
  3634. }
  3635. .nav {
  3636. padding-left: 0;
  3637. margin-bottom: 0;
  3638. list-style: none;
  3639. }
  3640. .nav > li {
  3641. position: relative;
  3642. display: block;
  3643. }
  3644. .nav > li > a {
  3645. position: relative;
  3646. display: block;
  3647. padding: 10px 15px;
  3648. }
  3649. .nav > li > a:hover,
  3650. .nav > li > a:focus {
  3651. text-decoration: none;
  3652. background-color: #eee;
  3653. }
  3654. .nav > li.disabled > a {
  3655. color: #777;
  3656. }
  3657. .nav > li.disabled > a:hover,
  3658. .nav > li.disabled > a:focus {
  3659. color: #777;
  3660. text-decoration: none;
  3661. cursor: not-allowed;
  3662. background-color: transparent;
  3663. }
  3664. .nav .open > a,
  3665. .nav .open > a:hover,
  3666. .nav .open > a:focus {
  3667. background-color: #eee;
  3668. border-color: #337ab7;
  3669. }
  3670. .nav .nav-divider {
  3671. height: 1px;
  3672. margin: 9px 0;
  3673. overflow: hidden;
  3674. background-color: #e5e5e5;
  3675. }
  3676. .nav > li > a > img {
  3677. max-width: none;
  3678. }
  3679. .nav-tabs {
  3680. border-bottom: 1px solid #ddd;
  3681. }
  3682. .nav-tabs > li {
  3683. float: left;
  3684. margin-bottom: -1px;
  3685. }
  3686. .nav-tabs > li > a {
  3687. margin-right: 2px;
  3688. line-height: 1.42857143;
  3689. border: 1px solid transparent;
  3690. border-radius: 4px 4px 0 0;
  3691. }
  3692. .nav-tabs > li > a:hover {
  3693. border-color: #eee #eee #ddd;
  3694. }
  3695. .nav-tabs > li.active > a,
  3696. .nav-tabs > li.active > a:hover,
  3697. .nav-tabs > li.active > a:focus {
  3698. color: #555;
  3699. cursor: default;
  3700. background-color: #fff;
  3701. border: 1px solid #ddd;
  3702. border-bottom-color: transparent;
  3703. }
  3704. .nav-tabs.nav-justified {
  3705. width: 100%;
  3706. border-bottom: 0;
  3707. }
  3708. .nav-tabs.nav-justified > li {
  3709. float: none;
  3710. }
  3711. .nav-tabs.nav-justified > li > a {
  3712. margin-bottom: 5px;
  3713. text-align: center;
  3714. }
  3715. .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  3716. top: auto;
  3717. left: auto;
  3718. }
  3719. @media (min-width: 768px) {
  3720. .nav-tabs.nav-justified > li {
  3721. display: table-cell;
  3722. width: 1%;
  3723. }
  3724. .nav-tabs.nav-justified > li > a {
  3725. margin-bottom: 0;
  3726. }
  3727. }
  3728. .nav-tabs.nav-justified > li > a {
  3729. margin-right: 0;
  3730. border-radius: 4px;
  3731. }
  3732. .nav-tabs.nav-justified > .active > a,
  3733. .nav-tabs.nav-justified > .active > a:hover,
  3734. .nav-tabs.nav-justified > .active > a:focus {
  3735. border: 1px solid #ddd;
  3736. }
  3737. @media (min-width: 768px) {
  3738. .nav-tabs.nav-justified > li > a {
  3739. border-bottom: 1px solid #ddd;
  3740. border-radius: 4px 4px 0 0;
  3741. }
  3742. .nav-tabs.nav-justified > .active > a,
  3743. .nav-tabs.nav-justified > .active > a:hover,
  3744. .nav-tabs.nav-justified > .active > a:focus {
  3745. border-bottom-color: #fff;
  3746. }
  3747. }
  3748. .nav-pills > li {
  3749. float: left;
  3750. }
  3751. .nav-pills > li > a {
  3752. border-radius: 4px;
  3753. }
  3754. .nav-pills > li + li {
  3755. margin-left: 2px;
  3756. }
  3757. .nav-pills > li.active > a,
  3758. .nav-pills > li.active > a:hover,
  3759. .nav-pills > li.active > a:focus {
  3760. color: #fff;
  3761. background-color: #337ab7;
  3762. }
  3763. .nav-stacked > li {
  3764. float: none;
  3765. }
  3766. .nav-stacked > li + li {
  3767. margin-top: 2px;
  3768. margin-left: 0;
  3769. }
  3770. .nav-justified {
  3771. width: 100%;
  3772. }
  3773. .nav-justified > li {
  3774. float: none;
  3775. }
  3776. .nav-justified > li > a {
  3777. margin-bottom: 5px;
  3778. text-align: center;
  3779. }
  3780. .nav-justified > .dropdown .dropdown-menu {
  3781. top: auto;
  3782. left: auto;
  3783. }
  3784. @media (min-width: 768px) {
  3785. .nav-justified > li {
  3786. display: table-cell;
  3787. width: 1%;
  3788. }
  3789. .nav-justified > li > a {
  3790. margin-bottom: 0;
  3791. }
  3792. }
  3793. .nav-tabs-justified {
  3794. border-bottom: 0;
  3795. }
  3796. .nav-tabs-justified > li > a {
  3797. margin-right: 0;
  3798. border-radius: 4px;
  3799. }
  3800. .nav-tabs-justified > .active > a,
  3801. .nav-tabs-justified > .active > a:hover,
  3802. .nav-tabs-justified > .active > a:focus {
  3803. border: 1px solid #ddd;
  3804. }
  3805. @media (min-width: 768px) {
  3806. .nav-tabs-justified > li > a {
  3807. border-bottom: 1px solid #ddd;
  3808. border-radius: 4px 4px 0 0;
  3809. }
  3810. .nav-tabs-justified > .active > a,
  3811. .nav-tabs-justified > .active > a:hover,
  3812. .nav-tabs-justified > .active > a:focus {
  3813. border-bottom-color: #fff;
  3814. }
  3815. }
  3816. .tab-content > .tab-pane {
  3817. display: none;
  3818. visibility: hidden;
  3819. }
  3820. .tab-content > .active {
  3821. display: block;
  3822. visibility: visible;
  3823. }
  3824. .nav-tabs .dropdown-menu {
  3825. margin-top: -1px;
  3826. border-top-left-radius: 0;
  3827. border-top-right-radius: 0;
  3828. }
  3829. .navbar {
  3830. position: relative;
  3831. min-height: 50px;
  3832. margin-bottom: 20px;
  3833. border: 1px solid transparent;
  3834. }
  3835. @media (min-width: 768px) {
  3836. .navbar {
  3837. border-radius: 4px;
  3838. }
  3839. }
  3840. @media (min-width: 768px) {
  3841. .navbar-header {
  3842. float: left;
  3843. }
  3844. }
  3845. .navbar-collapse {
  3846. padding-right: 15px;
  3847. padding-left: 15px;
  3848. overflow-x: visible;
  3849. -webkit-overflow-scrolling: touch;
  3850. border-top: 1px solid transparent;
  3851. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  3852. box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  3853. }
  3854. .navbar-collapse.in {
  3855. overflow-y: auto;
  3856. }
  3857. @media (min-width: 768px) {
  3858. .navbar-collapse {
  3859. width: auto;
  3860. border-top: 0;
  3861. -webkit-box-shadow: none;
  3862. box-shadow: none;
  3863. }
  3864. .navbar-collapse.collapse {
  3865. display: block !important;
  3866. height: auto !important;
  3867. padding-bottom: 0;
  3868. overflow: visible !important;
  3869. visibility: visible !important;
  3870. }
  3871. .navbar-collapse.in {
  3872. overflow-y: visible;
  3873. }
  3874. .navbar-fixed-top .navbar-collapse,
  3875. .navbar-static-top .navbar-collapse,
  3876. .navbar-fixed-bottom .navbar-collapse {
  3877. padding-right: 0;
  3878. padding-left: 0;
  3879. }
  3880. }
  3881. .navbar-fixed-top .navbar-collapse,
  3882. .navbar-fixed-bottom .navbar-collapse {
  3883. max-height: 340px;
  3884. }
  3885. @media (max-device-width: 480px) and (orientation: landscape) {
  3886. .navbar-fixed-top .navbar-collapse,
  3887. .navbar-fixed-bottom .navbar-collapse {
  3888. max-height: 200px;
  3889. }
  3890. }
  3891. .container > .navbar-header,
  3892. .container-fluid > .navbar-header,
  3893. .container > .navbar-collapse,
  3894. .container-fluid > .navbar-collapse {
  3895. margin-right: -15px;
  3896. margin-left: -15px;
  3897. }
  3898. @media (min-width: 768px) {
  3899. .container > .navbar-header,
  3900. .container-fluid > .navbar-header,
  3901. .container > .navbar-collapse,
  3902. .container-fluid > .navbar-collapse {
  3903. margin-right: 0;
  3904. margin-left: 0;
  3905. }
  3906. }
  3907. .navbar-static-top {
  3908. z-index: 1000;
  3909. border-width: 0 0 1px;
  3910. }
  3911. @media (min-width: 768px) {
  3912. .navbar-static-top {
  3913. border-radius: 0;
  3914. }
  3915. }
  3916. .navbar-fixed-top,
  3917. .navbar-fixed-bottom {
  3918. position: fixed;
  3919. right: 0;
  3920. left: 0;
  3921. z-index: 1030;
  3922. }
  3923. @media (min-width: 768px) {
  3924. .navbar-fixed-top,
  3925. .navbar-fixed-bottom {
  3926. border-radius: 0;
  3927. }
  3928. }
  3929. .navbar-fixed-top {
  3930. top: 0;
  3931. border-width: 0 0 1px;
  3932. }
  3933. .navbar-fixed-bottom {
  3934. bottom: 0;
  3935. margin-bottom: 0;
  3936. border-width: 1px 0 0;
  3937. }
  3938. .navbar-brand {
  3939. float: left;
  3940. height: 50px;
  3941. padding: 15px 15px;
  3942. font-size: 18px;
  3943. line-height: 20px;
  3944. }
  3945. .navbar-brand:hover,
  3946. .navbar-brand:focus {
  3947. text-decoration: none;
  3948. }
  3949. .navbar-brand > img {
  3950. display: block;
  3951. }
  3952. @media (min-width: 768px) {
  3953. .navbar > .container .navbar-brand,
  3954. .navbar > .container-fluid .navbar-brand {
  3955. margin-left: -15px;
  3956. }
  3957. }
  3958. .navbar-toggle {
  3959. position: relative;
  3960. float: right;
  3961. padding: 9px 10px;
  3962. margin-top: 8px;
  3963. margin-right: 15px;
  3964. margin-bottom: 8px;
  3965. background-color: transparent;
  3966. background-image: none;
  3967. border: 1px solid transparent;
  3968. border-radius: 4px;
  3969. }
  3970. .navbar-toggle:focus {
  3971. outline: 0;
  3972. }
  3973. .navbar-toggle .icon-bar {
  3974. display: block;
  3975. width: 22px;
  3976. height: 2px;
  3977. border-radius: 1px;
  3978. }
  3979. .navbar-toggle .icon-bar + .icon-bar {
  3980. margin-top: 4px;
  3981. }
  3982. @media (min-width: 768px) {
  3983. .navbar-toggle {
  3984. display: none;
  3985. }
  3986. }
  3987. .navbar-nav {
  3988. margin: 7.5px -15px;
  3989. }
  3990. .navbar-nav > li > a {
  3991. padding-top: 10px;
  3992. padding-bottom: 10px;
  3993. line-height: 20px;
  3994. }
  3995. @media (max-width: 767px) {
  3996. .navbar-nav .open .dropdown-menu {
  3997. position: static;
  3998. float: none;
  3999. width: auto;
  4000. margin-top: 0;
  4001. background-color: transparent;
  4002. border: 0;
  4003. -webkit-box-shadow: none;
  4004. box-shadow: none;
  4005. }
  4006. .navbar-nav .open .dropdown-menu > li > a,
  4007. .navbar-nav .open .dropdown-menu .dropdown-header {
  4008. padding: 5px 15px 5px 25px;
  4009. }
  4010. .navbar-nav .open .dropdown-menu > li > a {
  4011. line-height: 20px;
  4012. }
  4013. .navbar-nav .open .dropdown-menu > li > a:hover,
  4014. .navbar-nav .open .dropdown-menu > li > a:focus {
  4015. background-image: none;
  4016. }
  4017. }
  4018. @media (min-width: 768px) {
  4019. .navbar-nav {
  4020. float: left;
  4021. margin: 0;
  4022. }
  4023. .navbar-nav > li {
  4024. float: left;
  4025. }
  4026. .navbar-nav > li > a {
  4027. padding-top: 15px;
  4028. padding-bottom: 15px;
  4029. }
  4030. }
  4031. .navbar-form {
  4032. padding: 10px 15px;
  4033. margin-top: 8px;
  4034. margin-right: -15px;
  4035. margin-bottom: 8px;
  4036. margin-left: -15px;
  4037. border-top: 1px solid transparent;
  4038. border-bottom: 1px solid transparent;
  4039. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  4040. box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  4041. }
  4042. @media (min-width: 768px) {
  4043. .navbar-form .form-group {
  4044. display: inline-block;
  4045. margin-bottom: 0;
  4046. vertical-align: middle;
  4047. }
  4048. .navbar-form .form-control {
  4049. display: inline-block;
  4050. width: auto;
  4051. vertical-align: middle;
  4052. }
  4053. .navbar-form .form-control-static {
  4054. display: inline-block;
  4055. }
  4056. .navbar-form .input-group {
  4057. display: inline-table;
  4058. vertical-align: middle;
  4059. }
  4060. .navbar-form .input-group .input-group-addon,
  4061. .navbar-form .input-group .input-group-btn,
  4062. .navbar-form .input-group .form-control {
  4063. width: auto;
  4064. }
  4065. .navbar-form .input-group > .form-control {
  4066. width: 100%;
  4067. }
  4068. .navbar-form .control-label {
  4069. margin-bottom: 0;
  4070. vertical-align: middle;
  4071. }
  4072. .navbar-form .radio,
  4073. .navbar-form .checkbox {
  4074. display: inline-block;
  4075. margin-top: 0;
  4076. margin-bottom: 0;
  4077. vertical-align: middle;
  4078. }
  4079. .navbar-form .radio label,
  4080. .navbar-form .checkbox label {
  4081. padding-left: 0;
  4082. }
  4083. .navbar-form .radio input[type="radio"],
  4084. .navbar-form .checkbox input[type="checkbox"] {
  4085. position: relative;
  4086. margin-left: 0;
  4087. }
  4088. .navbar-form .has-feedback .form-control-feedback {
  4089. top: 0;
  4090. }
  4091. }
  4092. @media (max-width: 767px) {
  4093. .navbar-form .form-group {
  4094. margin-bottom: 5px;
  4095. }
  4096. .navbar-form .form-group:last-child {
  4097. margin-bottom: 0;
  4098. }
  4099. }
  4100. @media (min-width: 768px) {
  4101. .navbar-form {
  4102. width: auto;
  4103. padding-top: 0;
  4104. padding-bottom: 0;
  4105. margin-right: 0;
  4106. margin-left: 0;
  4107. border: 0;
  4108. -webkit-box-shadow: none;
  4109. box-shadow: none;
  4110. }
  4111. }
  4112. .navbar-nav > li > .dropdown-menu {
  4113. margin-top: 0;
  4114. border-top-left-radius: 0;
  4115. border-top-right-radius: 0;
  4116. }
  4117. .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  4118. border-top-left-radius: 4px;
  4119. border-top-right-radius: 4px;
  4120. border-bottom-right-radius: 0;
  4121. border-bottom-left-radius: 0;
  4122. }
  4123. .navbar-btn {
  4124. margin-top: 8px;
  4125. margin-bottom: 8px;
  4126. }
  4127. .navbar-btn.btn-sm {
  4128. margin-top: 10px;
  4129. margin-bottom: 10px;
  4130. }
  4131. .navbar-btn.btn-xs {
  4132. margin-top: 14px;
  4133. margin-bottom: 14px;
  4134. }
  4135. .navbar-text {
  4136. margin-top: 15px;
  4137. margin-bottom: 15px;
  4138. }
  4139. @media (min-width: 768px) {
  4140. .navbar-text {
  4141. float: left;
  4142. margin-right: 15px;
  4143. margin-left: 15px;
  4144. }
  4145. }
  4146. @media (min-width: 768px) {
  4147. .navbar-left {
  4148. float: left !important;
  4149. }
  4150. .navbar-right {
  4151. float: right !important;
  4152. margin-right: -15px;
  4153. }
  4154. .navbar-right ~ .navbar-right {
  4155. margin-right: 0;
  4156. }
  4157. }
  4158. .navbar-default {
  4159. background-color: #f8f8f8;
  4160. border-color: #e7e7e7;
  4161. }
  4162. .navbar-default .navbar-brand {
  4163. color: #777;
  4164. }
  4165. .navbar-default .navbar-brand:hover,
  4166. .navbar-default .navbar-brand:focus {
  4167. color: #5e5e5e;
  4168. background-color: transparent;
  4169. }
  4170. .navbar-default .navbar-text {
  4171. color: #777;
  4172. }
  4173. .navbar-default .navbar-nav > li > a {
  4174. color: #777;
  4175. }
  4176. .navbar-default .navbar-nav > li > a:hover,
  4177. .navbar-default .navbar-nav > li > a:focus {
  4178. color: #333;
  4179. background-color: transparent;
  4180. }
  4181. .navbar-default .navbar-nav > .active > a,
  4182. .navbar-default .navbar-nav > .active > a:hover,
  4183. .navbar-default .navbar-nav > .active > a:focus {
  4184. color: #555;
  4185. background-color: #e7e7e7;
  4186. }
  4187. .navbar-default .navbar-nav > .disabled > a,
  4188. .navbar-default .navbar-nav > .disabled > a:hover,
  4189. .navbar-default .navbar-nav > .disabled > a:focus {
  4190. color: #ccc;
  4191. background-color: transparent;
  4192. }
  4193. .navbar-default .navbar-toggle {
  4194. border-color: #ddd;
  4195. }
  4196. .navbar-default .navbar-toggle:hover,
  4197. .navbar-default .navbar-toggle:focus {
  4198. background-color: #ddd;
  4199. }
  4200. .navbar-default .navbar-toggle .icon-bar {
  4201. background-color: #888;
  4202. }
  4203. .navbar-default .navbar-collapse,
  4204. .navbar-default .navbar-form {
  4205. border-color: #e7e7e7;
  4206. }
  4207. .navbar-default .navbar-nav > .open > a,
  4208. .navbar-default .navbar-nav > .open > a:hover,
  4209. .navbar-default .navbar-nav > .open > a:focus {
  4210. color: #555;
  4211. background-color: #e7e7e7;
  4212. }
  4213. @media (max-width: 767px) {
  4214. .navbar-default .navbar-nav .open .dropdown-menu > li > a {
  4215. color: #777;
  4216. }
  4217. .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  4218. .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  4219. color: #333;
  4220. background-color: transparent;
  4221. }
  4222. .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  4223. .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  4224. .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  4225. color: #555;
  4226. background-color: #e7e7e7;
  4227. }
  4228. .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  4229. .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  4230. .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  4231. color: #ccc;
  4232. background-color: transparent;
  4233. }
  4234. }
  4235. .navbar-default .navbar-link {
  4236. color: #777;
  4237. }
  4238. .navbar-default .navbar-link:hover {
  4239. color: #333;
  4240. }
  4241. .navbar-default .btn-link {
  4242. color: #777;
  4243. }
  4244. .navbar-default .btn-link:hover,
  4245. .navbar-default .btn-link:focus {
  4246. color: #333;
  4247. }
  4248. .navbar-default .btn-link[disabled]:hover,
  4249. fieldset[disabled] .navbar-default .btn-link:hover,
  4250. .navbar-default .btn-link[disabled]:focus,
  4251. fieldset[disabled] .navbar-default .btn-link:focus {
  4252. color: #ccc;
  4253. }
  4254. .navbar-inverse {
  4255. background-color: #222;
  4256. border-color: #080808;
  4257. }
  4258. .navbar-inverse .navbar-brand {
  4259. color: #9d9d9d;
  4260. }
  4261. .navbar-inverse .navbar-brand:hover,
  4262. .navbar-inverse .navbar-brand:focus {
  4263. color: #fff;
  4264. background-color: transparent;
  4265. }
  4266. .navbar-inverse .navbar-text {
  4267. color: #9d9d9d;
  4268. }
  4269. .navbar-inverse .navbar-nav > li > a {
  4270. color: #9d9d9d;
  4271. }
  4272. .navbar-inverse .navbar-nav > li > a:hover,
  4273. .navbar-inverse .navbar-nav > li > a:focus {
  4274. color: #fff;
  4275. background-color: transparent;
  4276. }
  4277. .navbar-inverse .navbar-nav > .active > a,
  4278. .navbar-inverse .navbar-nav > .active > a:hover,
  4279. .navbar-inverse .navbar-nav > .active > a:focus {
  4280. color: #fff;
  4281. background-color: #080808;
  4282. }
  4283. .navbar-inverse .navbar-nav > .disabled > a,
  4284. .navbar-inverse .navbar-nav > .disabled > a:hover,
  4285. .navbar-inverse .navbar-nav > .disabled > a:focus {
  4286. color: #444;
  4287. background-color: transparent;
  4288. }
  4289. .navbar-inverse .navbar-toggle {
  4290. border-color: #333;
  4291. }
  4292. .navbar-inverse .navbar-toggle:hover,
  4293. .navbar-inverse .navbar-toggle:focus {
  4294. background-color: #333;
  4295. }
  4296. .navbar-inverse .navbar-toggle .icon-bar {
  4297. background-color: #fff;
  4298. }
  4299. .navbar-inverse .navbar-collapse,
  4300. .navbar-inverse .navbar-form {
  4301. border-color: #101010;
  4302. }
  4303. .navbar-inverse .navbar-nav > .open > a,
  4304. .navbar-inverse .navbar-nav > .open > a:hover,
  4305. .navbar-inverse .navbar-nav > .open > a:focus {
  4306. color: #fff;
  4307. background-color: #080808;
  4308. }
  4309. @media (max-width: 767px) {
  4310. .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
  4311. border-color: #080808;
  4312. }
  4313. .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
  4314. background-color: #080808;
  4315. }
  4316. .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  4317. color: #9d9d9d;
  4318. }
  4319. .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  4320. .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
  4321. color: #fff;
  4322. background-color: transparent;
  4323. }
  4324. .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  4325. .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  4326. .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
  4327. color: #fff;
  4328. background-color: #080808;
  4329. }
  4330. .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  4331. .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  4332. .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  4333. color: #444;
  4334. background-color: transparent;
  4335. }
  4336. }
  4337. .navbar-inverse .navbar-link {
  4338. color: #9d9d9d;
  4339. }
  4340. .navbar-inverse .navbar-link:hover {
  4341. color: #fff;
  4342. }
  4343. .navbar-inverse .btn-link {
  4344. color: #9d9d9d;
  4345. }
  4346. .navbar-inverse .btn-link:hover,
  4347. .navbar-inverse .btn-link:focus {
  4348. color: #fff;
  4349. }
  4350. .navbar-inverse .btn-link[disabled]:hover,
  4351. fieldset[disabled] .navbar-inverse .btn-link:hover,
  4352. .navbar-inverse .btn-link[disabled]:focus,
  4353. fieldset[disabled] .navbar-inverse .btn-link:focus {
  4354. color: #444;
  4355. }
  4356. .breadcrumb {
  4357. padding: 8px 15px;
  4358. margin-bottom: 20px;
  4359. list-style: none;
  4360. background-color: #f5f5f5;
  4361. border-radius: 4px;
  4362. }
  4363. .breadcrumb > li {
  4364. display: inline-block;
  4365. }
  4366. .breadcrumb > li + li:before {
  4367. padding: 0 5px;
  4368. color: #ccc;
  4369. content: "/\00a0";
  4370. }
  4371. .breadcrumb > .active {
  4372. color: #777;
  4373. }
  4374. .pagination {
  4375. display: inline-block;
  4376. padding-left: 0;
  4377. margin: 20px 0;
  4378. border-radius: 4px;
  4379. }
  4380. .pagination > li {
  4381. display: inline;
  4382. }
  4383. .pagination > li > a,
  4384. .pagination > li > span {
  4385. position: relative;
  4386. float: left;
  4387. padding: 6px 12px;
  4388. margin-left: -1px;
  4389. line-height: 1.42857143;
  4390. color: #337ab7;
  4391. text-decoration: none;
  4392. background-color: #fff;
  4393. border: 1px solid #ddd;
  4394. }
  4395. .pagination > li:first-child > a,
  4396. .pagination > li:first-child > span {
  4397. margin-left: 0;
  4398. border-top-left-radius: 4px;
  4399. border-bottom-left-radius: 4px;
  4400. }
  4401. .pagination > li:last-child > a,
  4402. .pagination > li:last-child > span {
  4403. border-top-right-radius: 4px;
  4404. border-bottom-right-radius: 4px;
  4405. }
  4406. .pagination > li > a:hover,
  4407. .pagination > li > span:hover,
  4408. .pagination > li > a:focus,
  4409. .pagination > li > span:focus {
  4410. color: #23527c;
  4411. background-color: #eee;
  4412. border-color: #ddd;
  4413. }
  4414. .pagination > .active > a,
  4415. .pagination > .active > span,
  4416. .pagination > .active > a:hover,
  4417. .pagination > .active > span:hover,
  4418. .pagination > .active > a:focus,
  4419. .pagination > .active > span:focus {
  4420. z-index: 2;
  4421. color: #fff;
  4422. cursor: default;
  4423. background-color: #337ab7;
  4424. border-color: #337ab7;
  4425. }
  4426. .pagination > .disabled > span,
  4427. .pagination > .disabled > span:hover,
  4428. .pagination > .disabled > span:focus,
  4429. .pagination > .disabled > a,
  4430. .pagination > .disabled > a:hover,
  4431. .pagination > .disabled > a:focus {
  4432. color: #777;
  4433. cursor: not-allowed;
  4434. background-color: #fff;
  4435. border-color: #ddd;
  4436. }
  4437. .pagination-lg > li > a,
  4438. .pagination-lg > li > span {
  4439. padding: 10px 16px;
  4440. font-size: 18px;
  4441. }
  4442. .pagination-lg > li:first-child > a,
  4443. .pagination-lg > li:first-child > span {
  4444. border-top-left-radius: 6px;
  4445. border-bottom-left-radius: 6px;
  4446. }
  4447. .pagination-lg > li:last-child > a,
  4448. .pagination-lg > li:last-child > span {
  4449. border-top-right-radius: 6px;
  4450. border-bottom-right-radius: 6px;
  4451. }
  4452. .pagination-sm > li > a,
  4453. .pagination-sm > li > span {
  4454. padding: 5px 10px;
  4455. font-size: 12px;
  4456. }
  4457. .pagination-sm > li:first-child > a,
  4458. .pagination-sm > li:first-child > span {
  4459. border-top-left-radius: 3px;
  4460. border-bottom-left-radius: 3px;
  4461. }
  4462. .pagination-sm > li:last-child > a,
  4463. .pagination-sm > li:last-child > span {
  4464. border-top-right-radius: 3px;
  4465. border-bottom-right-radius: 3px;
  4466. }
  4467. .pager {
  4468. padding-left: 0;
  4469. margin: 20px 0;
  4470. text-align: center;
  4471. list-style: none;
  4472. }
  4473. .pager li {
  4474. display: inline;
  4475. }
  4476. .pager li > a,
  4477. .pager li > span {
  4478. display: inline-block;
  4479. padding: 5px 14px;
  4480. background-color: #fff;
  4481. border: 1px solid #ddd;
  4482. border-radius: 15px;
  4483. }
  4484. .pager li > a:hover,
  4485. .pager li > a:focus {
  4486. text-decoration: none;
  4487. background-color: #eee;
  4488. }
  4489. .pager .next > a,
  4490. .pager .next > span {
  4491. float: right;
  4492. }
  4493. .pager .previous > a,
  4494. .pager .previous > span {
  4495. float: left;
  4496. }
  4497. .pager .disabled > a,
  4498. .pager .disabled > a:hover,
  4499. .pager .disabled > a:focus,
  4500. .pager .disabled > span {
  4501. color: #777;
  4502. cursor: not-allowed;
  4503. background-color: #fff;
  4504. }
  4505. .label {
  4506. display: inline;
  4507. padding: .2em .6em .3em;
  4508. font-size: 75%;
  4509. font-weight: bold;
  4510. line-height: 1;
  4511. color: #fff;
  4512. text-align: center;
  4513. white-space: nowrap;
  4514. vertical-align: baseline;
  4515. border-radius: .25em;
  4516. }
  4517. a.label:hover,
  4518. a.label:focus {
  4519. color: #fff;
  4520. text-decoration: none;
  4521. cursor: pointer;
  4522. }
  4523. .label:empty {
  4524. display: none;
  4525. }
  4526. .btn .label {
  4527. position: relative;
  4528. top: -1px;
  4529. }
  4530. .label-default {
  4531. background-color: #777;
  4532. }
  4533. .label-default[href]:hover,
  4534. .label-default[href]:focus {
  4535. background-color: #5e5e5e;
  4536. }
  4537. .label-primary {
  4538. background-color: #337ab7;
  4539. }
  4540. .label-primary[href]:hover,
  4541. .label-primary[href]:focus {
  4542. background-color: #286090;
  4543. }
  4544. .label-success {
  4545. background-color: #5cb85c;
  4546. }
  4547. .label-success[href]:hover,
  4548. .label-success[href]:focus {
  4549. background-color: #449d44;
  4550. }
  4551. .label-info {
  4552. background-color: #5bc0de;
  4553. }
  4554. .label-info[href]:hover,
  4555. .label-info[href]:focus {
  4556. background-color: #31b0d5;
  4557. }
  4558. .label-warning {
  4559. background-color: #f0ad4e;
  4560. }
  4561. .label-warning[href]:hover,
  4562. .label-warning[href]:focus {
  4563. background-color: #ec971f;
  4564. }
  4565. .label-danger {
  4566. background-color: #d9534f;
  4567. }
  4568. .label-danger[href]:hover,
  4569. .label-danger[href]:focus {
  4570. background-color: #c9302c;
  4571. }
  4572. .badge {
  4573. display: inline-block;
  4574. min-width: 10px;
  4575. padding: 3px 7px;
  4576. font-size: 12px;
  4577. font-weight: bold;
  4578. line-height: 1;
  4579. color: #fff;
  4580. text-align: center;
  4581. white-space: nowrap;
  4582. vertical-align: baseline;
  4583. background-color: #777;
  4584. border-radius: 10px;
  4585. }
  4586. .badge:empty {
  4587. display: none;
  4588. }
  4589. .btn .badge {
  4590. position: relative;
  4591. top: -1px;
  4592. }
  4593. .btn-xs .badge {
  4594. top: 0;
  4595. padding: 1px 5px;
  4596. }
  4597. a.badge:hover,
  4598. a.badge:focus {
  4599. color: #fff;
  4600. text-decoration: none;
  4601. cursor: pointer;
  4602. }
  4603. .list-group-item.active > .badge,
  4604. .nav-pills > .active > a > .badge {
  4605. color: #337ab7;
  4606. background-color: #fff;
  4607. }
  4608. .list-group-item > .badge {
  4609. float: right;
  4610. }
  4611. .list-group-item > .badge + .badge {
  4612. margin-right: 5px;
  4613. }
  4614. .nav-pills > li > a > .badge {
  4615. margin-left: 3px;
  4616. }
  4617. .jumbotron {
  4618. padding: 30px 15px;
  4619. margin-bottom: 30px;
  4620. color: inherit;
  4621. background-color: #eee;
  4622. }
  4623. .jumbotron h1,
  4624. .jumbotron .h1 {
  4625. color: inherit;
  4626. }
  4627. .jumbotron p {
  4628. margin-bottom: 15px;
  4629. font-size: 21px;
  4630. font-weight: 200;
  4631. }
  4632. .jumbotron > hr {
  4633. border-top-color: #d5d5d5;
  4634. }
  4635. .container .jumbotron,
  4636. .container-fluid .jumbotron {
  4637. border-radius: 6px;
  4638. }
  4639. .jumbotron .container {
  4640. max-width: 100%;
  4641. }
  4642. @media screen and (min-width: 768px) {
  4643. .jumbotron {
  4644. padding: 48px 0;
  4645. }
  4646. .container .jumbotron,
  4647. .container-fluid .jumbotron {
  4648. padding-right: 60px;
  4649. padding-left: 60px;
  4650. }
  4651. .jumbotron h1,
  4652. .jumbotron .h1 {
  4653. font-size: 63px;
  4654. }
  4655. }
  4656. .thumbnail {
  4657. display: block;
  4658. padding: 4px;
  4659. margin-bottom: 20px;
  4660. line-height: 1.42857143;
  4661. background-color: #fff;
  4662. border: 1px solid #ddd;
  4663. border-radius: 4px;
  4664. -webkit-transition: border .2s ease-in-out;
  4665. -o-transition: border .2s ease-in-out;
  4666. transition: border .2s ease-in-out;
  4667. }
  4668. .thumbnail > img,
  4669. .thumbnail a > img {
  4670. margin-right: auto;
  4671. margin-left: auto;
  4672. }
  4673. a.thumbnail:hover,
  4674. a.thumbnail:focus,
  4675. a.thumbnail.active {
  4676. border-color: #337ab7;
  4677. }
  4678. .thumbnail .caption {
  4679. padding: 9px;
  4680. color: #333;
  4681. }
  4682. .alert {
  4683. padding: 15px;
  4684. margin-bottom: 20px;
  4685. border: 1px solid transparent;
  4686. border-radius: 4px;
  4687. }
  4688. .alert h4 {
  4689. margin-top: 0;
  4690. color: inherit;
  4691. }
  4692. .alert .alert-link {
  4693. font-weight: bold;
  4694. }
  4695. .alert > p,
  4696. .alert > ul {
  4697. margin-bottom: 0;
  4698. }
  4699. .alert > p + p {
  4700. margin-top: 5px;
  4701. }
  4702. .alert-dismissable,
  4703. .alert-dismissible {
  4704. padding-right: 35px;
  4705. }
  4706. .alert-dismissable .close,
  4707. .alert-dismissible .close {
  4708. position: relative;
  4709. top: -2px;
  4710. right: -21px;
  4711. color: inherit;
  4712. }
  4713. .alert-success {
  4714. color: #3c763d;
  4715. background-color: #dff0d8;
  4716. border-color: #d6e9c6;
  4717. }
  4718. .alert-success hr {
  4719. border-top-color: #c9e2b3;
  4720. }
  4721. .alert-success .alert-link {
  4722. color: #2b542c;
  4723. }
  4724. .alert-info {
  4725. color: #31708f;
  4726. background-color: #d9edf7;
  4727. border-color: #bce8f1;
  4728. }
  4729. .alert-info hr {
  4730. border-top-color: #a6e1ec;
  4731. }
  4732. .alert-info .alert-link {
  4733. color: #245269;
  4734. }
  4735. .alert-warning {
  4736. color: #8a6d3b;
  4737. background-color: #fcf8e3;
  4738. border-color: #faebcc;
  4739. }
  4740. .alert-warning hr {
  4741. border-top-color: #f7e1b5;
  4742. }
  4743. .alert-warning .alert-link {
  4744. color: #66512c;
  4745. }
  4746. .alert-danger {
  4747. color: #a94442;
  4748. background-color: #f2dede;
  4749. border-color: #ebccd1;
  4750. }
  4751. .alert-danger hr {
  4752. border-top-color: #e4b9c0;
  4753. }
  4754. .alert-danger .alert-link {
  4755. color: #843534;
  4756. }
  4757. @-webkit-keyframes progress-bar-stripes {
  4758. from {
  4759. background-position: 40px 0;
  4760. }
  4761. to {
  4762. background-position: 0 0;
  4763. }
  4764. }
  4765. @-o-keyframes progress-bar-stripes {
  4766. from {
  4767. background-position: 40px 0;
  4768. }
  4769. to {
  4770. background-position: 0 0;
  4771. }
  4772. }
  4773. @keyframes progress-bar-stripes {
  4774. from {
  4775. background-position: 40px 0;
  4776. }
  4777. to {
  4778. background-position: 0 0;
  4779. }
  4780. }
  4781. .progress {
  4782. height: 20px;
  4783. margin-bottom: 20px;
  4784. overflow: hidden;
  4785. background-color: #f5f5f5;
  4786. border-radius: 4px;
  4787. -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  4788. box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  4789. }
  4790. .progress-bar {
  4791. float: left;
  4792. width: 0;
  4793. height: 100%;
  4794. font-size: 12px;
  4795. line-height: 20px;
  4796. color: #fff;
  4797. text-align: center;
  4798. background-color: #337ab7;
  4799. -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  4800. box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  4801. -webkit-transition: width .6s ease;
  4802. -o-transition: width .6s ease;
  4803. transition: width .6s ease;
  4804. }
  4805. .progress-striped .progress-bar,
  4806. .progress-bar-striped {
  4807. 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);
  4808. 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);
  4809. 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);
  4810. -webkit-background-size: 40px 40px;
  4811. background-size: 40px 40px;
  4812. }
  4813. .progress.active .progress-bar,
  4814. .progress-bar.active {
  4815. -webkit-animation: progress-bar-stripes 2s linear infinite;
  4816. -o-animation: progress-bar-stripes 2s linear infinite;
  4817. animation: progress-bar-stripes 2s linear infinite;
  4818. }
  4819. .progress-bar-success {
  4820. background-color: #5cb85c;
  4821. }
  4822. .progress-striped .progress-bar-success {
  4823. 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);
  4824. 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);
  4825. 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);
  4826. }
  4827. .progress-bar-info {
  4828. background-color: #5bc0de;
  4829. }
  4830. .progress-striped .progress-bar-info {
  4831. 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);
  4832. 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);
  4833. 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);
  4834. }
  4835. .progress-bar-warning {
  4836. background-color: #f0ad4e;
  4837. }
  4838. .progress-striped .progress-bar-warning {
  4839. 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);
  4840. 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);
  4841. 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);
  4842. }
  4843. .progress-bar-danger {
  4844. background-color: #d9534f;
  4845. }
  4846. .progress-striped .progress-bar-danger {
  4847. 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);
  4848. 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);
  4849. 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);
  4850. }
  4851. .media {
  4852. margin-top: 15px;
  4853. }
  4854. .media:first-child {
  4855. margin-top: 0;
  4856. }
  4857. .media-right,
  4858. .media > .pull-right {
  4859. padding-left: 10px;
  4860. }
  4861. .media-left,
  4862. .media > .pull-left {
  4863. padding-right: 10px;
  4864. }
  4865. .media-left,
  4866. .media-right,
  4867. .media-body {
  4868. display: table-cell;
  4869. vertical-align: top;
  4870. }
  4871. .media-middle {
  4872. vertical-align: middle;
  4873. }
  4874. .media-bottom {
  4875. vertical-align: bottom;
  4876. }
  4877. .media-heading {
  4878. margin-top: 0;
  4879. margin-bottom: 5px;
  4880. }
  4881. .media-list {
  4882. padding-left: 0;
  4883. list-style: none;
  4884. }
  4885. .list-group {
  4886. padding-left: 0;
  4887. margin-bottom: 20px;
  4888. }
  4889. .list-group-item {
  4890. position: relative;
  4891. display: block;
  4892. padding: 10px 15px;
  4893. margin-bottom: -1px;
  4894. background-color: #fff;
  4895. border: 1px solid #ddd;
  4896. }
  4897. .list-group-item:first-child {
  4898. border-top-left-radius: 4px;
  4899. border-top-right-radius: 4px;
  4900. }
  4901. .list-group-item:last-child {
  4902. margin-bottom: 0;
  4903. border-bottom-right-radius: 4px;
  4904. border-bottom-left-radius: 4px;
  4905. }
  4906. a.list-group-item {
  4907. color: #555;
  4908. }
  4909. a.list-group-item .list-group-item-heading {
  4910. color: #333;
  4911. }
  4912. a.list-group-item:hover,
  4913. a.list-group-item:focus {
  4914. color: #555;
  4915. text-decoration: none;
  4916. background-color: #f5f5f5;
  4917. }
  4918. .list-group-item.disabled,
  4919. .list-group-item.disabled:hover,
  4920. .list-group-item.disabled:focus {
  4921. color: #777;
  4922. cursor: not-allowed;
  4923. background-color: #eee;
  4924. }
  4925. .list-group-item.disabled .list-group-item-heading,
  4926. .list-group-item.disabled:hover .list-group-item-heading,
  4927. .list-group-item.disabled:focus .list-group-item-heading {
  4928. color: inherit;
  4929. }
  4930. .list-group-item.disabled .list-group-item-text,
  4931. .list-group-item.disabled:hover .list-group-item-text,
  4932. .list-group-item.disabled:focus .list-group-item-text {
  4933. color: #777;
  4934. }
  4935. .list-group-item.active,
  4936. .list-group-item.active:hover,
  4937. .list-group-item.active:focus {
  4938. z-index: 2;
  4939. color: #fff;
  4940. background-color: #337ab7;
  4941. border-color: #337ab7;
  4942. }
  4943. .list-group-item.active .list-group-item-heading,
  4944. .list-group-item.active:hover .list-group-item-heading,
  4945. .list-group-item.active:focus .list-group-item-heading,
  4946. .list-group-item.active .list-group-item-heading > small,
  4947. .list-group-item.active:hover .list-group-item-heading > small,
  4948. .list-group-item.active:focus .list-group-item-heading > small,
  4949. .list-group-item.active .list-group-item-heading > .small,
  4950. .list-group-item.active:hover .list-group-item-heading > .small,
  4951. .list-group-item.active:focus .list-group-item-heading > .small {
  4952. color: inherit;
  4953. }
  4954. .list-group-item.active .list-group-item-text,
  4955. .list-group-item.active:hover .list-group-item-text,
  4956. .list-group-item.active:focus .list-group-item-text {
  4957. color: #c7ddef;
  4958. }
  4959. .list-group-item-success {
  4960. color: #3c763d;
  4961. background-color: #dff0d8;
  4962. }
  4963. a.list-group-item-success {
  4964. color: #3c763d;
  4965. }
  4966. a.list-group-item-success .list-group-item-heading {
  4967. color: inherit;
  4968. }
  4969. a.list-group-item-success:hover,
  4970. a.list-group-item-success:focus {
  4971. color: #3c763d;
  4972. background-color: #d0e9c6;
  4973. }
  4974. a.list-group-item-success.active,
  4975. a.list-group-item-success.active:hover,
  4976. a.list-group-item-success.active:focus {
  4977. color: #fff;
  4978. background-color: #3c763d;
  4979. border-color: #3c763d;
  4980. }
  4981. .list-group-item-info {
  4982. color: #31708f;
  4983. background-color: #d9edf7;
  4984. }
  4985. a.list-group-item-info {
  4986. color: #31708f;
  4987. }
  4988. a.list-group-item-info .list-group-item-heading {
  4989. color: inherit;
  4990. }
  4991. a.list-group-item-info:hover,
  4992. a.list-group-item-info:focus {
  4993. color: #31708f;
  4994. background-color: #c4e3f3;
  4995. }
  4996. a.list-group-item-info.active,
  4997. a.list-group-item-info.active:hover,
  4998. a.list-group-item-info.active:focus {
  4999. color: #fff;
  5000. background-color: #31708f;
  5001. border-color: #31708f;
  5002. }
  5003. .list-group-item-warning {
  5004. color: #8a6d3b;
  5005. background-color: #fcf8e3;
  5006. }
  5007. a.list-group-item-warning {
  5008. color: #8a6d3b;
  5009. }
  5010. a.list-group-item-warning .list-group-item-heading {
  5011. color: inherit;
  5012. }
  5013. a.list-group-item-warning:hover,
  5014. a.list-group-item-warning:focus {
  5015. color: #8a6d3b;
  5016. background-color: #faf2cc;
  5017. }
  5018. a.list-group-item-warning.active,
  5019. a.list-group-item-warning.active:hover,
  5020. a.list-group-item-warning.active:focus {
  5021. color: #fff;
  5022. background-color: #8a6d3b;
  5023. border-color: #8a6d3b;
  5024. }
  5025. .list-group-item-danger {
  5026. color: #a94442;
  5027. background-color: #f2dede;
  5028. }
  5029. a.list-group-item-danger {
  5030. color: #a94442;
  5031. }
  5032. a.list-group-item-danger .list-group-item-heading {
  5033. color: inherit;
  5034. }
  5035. a.list-group-item-danger:hover,
  5036. a.list-group-item-danger:focus {
  5037. color: #a94442;
  5038. background-color: #ebcccc;
  5039. }
  5040. a.list-group-item-danger.active,
  5041. a.list-group-item-danger.active:hover,
  5042. a.list-group-item-danger.active:focus {
  5043. color: #fff;
  5044. background-color: #a94442;
  5045. border-color: #a94442;
  5046. }
  5047. .list-group-item-heading {
  5048. margin-top: 0;
  5049. margin-bottom: 5px;
  5050. }
  5051. .list-group-item-text {
  5052. margin-bottom: 0;
  5053. line-height: 1.3;
  5054. }
  5055. .panel {
  5056. margin-bottom: 20px;
  5057. background-color: #fff;
  5058. border: 1px solid transparent;
  5059. border-radius: 4px;
  5060. -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  5061. box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  5062. }
  5063. .panel-body {
  5064. padding: 15px;
  5065. }
  5066. .panel-heading {
  5067. padding: 10px 15px;
  5068. border-bottom: 1px solid transparent;
  5069. border-top-left-radius: 3px;
  5070. border-top-right-radius: 3px;
  5071. }
  5072. .panel-heading > .dropdown .dropdown-toggle {
  5073. color: inherit;
  5074. }
  5075. .panel-title {
  5076. margin-top: 0;
  5077. margin-bottom: 0;
  5078. font-size: 16px;
  5079. color: inherit;
  5080. }
  5081. .panel-title > a {
  5082. color: inherit;
  5083. }
  5084. .panel-footer {
  5085. padding: 10px 15px;
  5086. background-color: #f5f5f5;
  5087. border-top: 1px solid #ddd;
  5088. border-bottom-right-radius: 3px;
  5089. border-bottom-left-radius: 3px;
  5090. }
  5091. .panel > .list-group,
  5092. .panel > .panel-collapse > .list-group {
  5093. margin-bottom: 0;
  5094. }
  5095. .panel > .list-group .list-group-item,
  5096. .panel > .panel-collapse > .list-group .list-group-item {
  5097. border-width: 1px 0;
  5098. border-radius: 0;
  5099. }
  5100. .panel > .list-group:first-child .list-group-item:first-child,
  5101. .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  5102. border-top: 0;
  5103. border-top-left-radius: 3px;
  5104. border-top-right-radius: 3px;
  5105. }
  5106. .panel > .list-group:last-child .list-group-item:last-child,
  5107. .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  5108. border-bottom: 0;
  5109. border-bottom-right-radius: 3px;
  5110. border-bottom-left-radius: 3px;
  5111. }
  5112. .panel-heading + .list-group .list-group-item:first-child {
  5113. border-top-width: 0;
  5114. }
  5115. .list-group + .panel-footer {
  5116. border-top-width: 0;
  5117. }
  5118. .panel > .table,
  5119. .panel > .table-responsive > .table,
  5120. .panel > .panel-collapse > .table {
  5121. margin-bottom: 0;
  5122. }
  5123. .panel > .table caption,
  5124. .panel > .table-responsive > .table caption,
  5125. .panel > .panel-collapse > .table caption {
  5126. padding-right: 15px;
  5127. padding-left: 15px;
  5128. }
  5129. .panel > .table:first-child,
  5130. .panel > .table-responsive:first-child > .table:first-child {
  5131. border-top-left-radius: 3px;
  5132. border-top-right-radius: 3px;
  5133. }
  5134. .panel > .table:first-child > thead:first-child > tr:first-child,
  5135. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  5136. .panel > .table:first-child > tbody:first-child > tr:first-child,
  5137. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  5138. border-top-left-radius: 3px;
  5139. border-top-right-radius: 3px;
  5140. }
  5141. .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
  5142. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
  5143. .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  5144. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  5145. .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
  5146. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
  5147. .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  5148. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  5149. border-top-left-radius: 3px;
  5150. }
  5151. .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
  5152. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
  5153. .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  5154. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  5155. .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
  5156. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
  5157. .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  5158. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  5159. border-top-right-radius: 3px;
  5160. }
  5161. .panel > .table:last-child,
  5162. .panel > .table-responsive:last-child > .table:last-child {
  5163. border-bottom-right-radius: 3px;
  5164. border-bottom-left-radius: 3px;
  5165. }
  5166. .panel > .table:last-child > tbody:last-child > tr:last-child,
  5167. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  5168. .panel > .table:last-child > tfoot:last-child > tr:last-child,
  5169. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  5170. border-bottom-right-radius: 3px;
  5171. border-bottom-left-radius: 3px;
  5172. }
  5173. .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  5174. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  5175. .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  5176. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  5177. .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  5178. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  5179. .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  5180. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  5181. border-bottom-left-radius: 3px;
  5182. }
  5183. .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  5184. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  5185. .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  5186. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  5187. .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  5188. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  5189. .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  5190. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  5191. border-bottom-right-radius: 3px;
  5192. }
  5193. .panel > .panel-body + .table,
  5194. .panel > .panel-body + .table-responsive,
  5195. .panel > .table + .panel-body,
  5196. .panel > .table-responsive + .panel-body {
  5197. border-top: 1px solid #ddd;
  5198. }
  5199. .panel > .table > tbody:first-child > tr:first-child th,
  5200. .panel > .table > tbody:first-child > tr:first-child td {
  5201. border-top: 0;
  5202. }
  5203. .panel > .table-bordered,
  5204. .panel > .table-responsive > .table-bordered {
  5205. border: 0;
  5206. }
  5207. .panel > .table-bordered > thead > tr > th:first-child,
  5208. .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  5209. .panel > .table-bordered > tbody > tr > th:first-child,
  5210. .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  5211. .panel > .table-bordered > tfoot > tr > th:first-child,
  5212. .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  5213. .panel > .table-bordered > thead > tr > td:first-child,
  5214. .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  5215. .panel > .table-bordered > tbody > tr > td:first-child,
  5216. .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  5217. .panel > .table-bordered > tfoot > tr > td:first-child,
  5218. .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  5219. border-left: 0;
  5220. }
  5221. .panel > .table-bordered > thead > tr > th:last-child,
  5222. .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  5223. .panel > .table-bordered > tbody > tr > th:last-child,
  5224. .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  5225. .panel > .table-bordered > tfoot > tr > th:last-child,
  5226. .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  5227. .panel > .table-bordered > thead > tr > td:last-child,
  5228. .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  5229. .panel > .table-bordered > tbody > tr > td:last-child,
  5230. .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  5231. .panel > .table-bordered > tfoot > tr > td:last-child,
  5232. .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  5233. border-right: 0;
  5234. }
  5235. .panel > .table-bordered > thead > tr:first-child > td,
  5236. .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  5237. .panel > .table-bordered > tbody > tr:first-child > td,
  5238. .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  5239. .panel > .table-bordered > thead > tr:first-child > th,
  5240. .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  5241. .panel > .table-bordered > tbody > tr:first-child > th,
  5242. .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  5243. border-bottom: 0;
  5244. }
  5245. .panel > .table-bordered > tbody > tr:last-child > td,
  5246. .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  5247. .panel > .table-bordered > tfoot > tr:last-child > td,
  5248. .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  5249. .panel > .table-bordered > tbody > tr:last-child > th,
  5250. .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  5251. .panel > .table-bordered > tfoot > tr:last-child > th,
  5252. .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  5253. border-bottom: 0;
  5254. }
  5255. .panel > .table-responsive {
  5256. margin-bottom: 0;
  5257. border: 0;
  5258. }
  5259. .panel-group {
  5260. margin-bottom: 20px;
  5261. }
  5262. .panel-group .panel {
  5263. margin-bottom: 0;
  5264. border-radius: 4px;
  5265. }
  5266. .panel-group .panel + .panel {
  5267. margin-top: 5px;
  5268. }
  5269. .panel-group .panel-heading {
  5270. border-bottom: 0;
  5271. }
  5272. .panel-group .panel-heading + .panel-collapse > .panel-body,
  5273. .panel-group .panel-heading + .panel-collapse > .list-group {
  5274. border-top: 1px solid #ddd;
  5275. }
  5276. .panel-group .panel-footer {
  5277. border-top: 0;
  5278. }
  5279. .panel-group .panel-footer + .panel-collapse .panel-body {
  5280. border-bottom: 1px solid #ddd;
  5281. }
  5282. .panel-default {
  5283. border-color: #ddd;
  5284. }
  5285. .panel-default > .panel-heading {
  5286. color: #333;
  5287. background-color: #f5f5f5;
  5288. border-color: #ddd;
  5289. }
  5290. .panel-default > .panel-heading + .panel-collapse > .panel-body {
  5291. border-top-color: #ddd;
  5292. }
  5293. .panel-default > .panel-heading .badge {
  5294. color: #f5f5f5;
  5295. background-color: #333;
  5296. }
  5297. .panel-default > .panel-footer + .panel-collapse > .panel-body {
  5298. border-bottom-color: #ddd;
  5299. }
  5300. .panel-primary {
  5301. border-color: #337ab7;
  5302. }
  5303. .panel-primary > .panel-heading {
  5304. color: #fff;
  5305. background-color: #337ab7;
  5306. border-color: #337ab7;
  5307. }
  5308. .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  5309. border-top-color: #337ab7;
  5310. }
  5311. .panel-primary > .panel-heading .badge {
  5312. color: #337ab7;
  5313. background-color: #fff;
  5314. }
  5315. .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  5316. border-bottom-color: #337ab7;
  5317. }
  5318. .panel-success {
  5319. border-color: #d6e9c6;
  5320. }
  5321. .panel-success > .panel-heading {
  5322. color: #3c763d;
  5323. background-color: #dff0d8;
  5324. border-color: #d6e9c6;
  5325. }
  5326. .panel-success > .panel-heading + .panel-collapse > .panel-body {
  5327. border-top-color: #d6e9c6;
  5328. }
  5329. .panel-success > .panel-heading .badge {
  5330. color: #dff0d8;
  5331. background-color: #3c763d;
  5332. }
  5333. .panel-success > .panel-footer + .panel-collapse > .panel-body {
  5334. border-bottom-color: #d6e9c6;
  5335. }
  5336. .panel-info {
  5337. border-color: #bce8f1;
  5338. }
  5339. .panel-info > .panel-heading {
  5340. color: #31708f;
  5341. background-color: #d9edf7;
  5342. border-color: #bce8f1;
  5343. }
  5344. .panel-info > .panel-heading + .panel-collapse > .panel-body {
  5345. border-top-color: #bce8f1;
  5346. }
  5347. .panel-info > .panel-heading .badge {
  5348. color: #d9edf7;
  5349. background-color: #31708f;
  5350. }
  5351. .panel-info > .panel-footer + .panel-collapse > .panel-body {
  5352. border-bottom-color: #bce8f1;
  5353. }
  5354. .panel-warning {
  5355. border-color: #faebcc;
  5356. }
  5357. .panel-warning > .panel-heading {
  5358. color: #8a6d3b;
  5359. background-color: #fcf8e3;
  5360. border-color: #faebcc;
  5361. }
  5362. .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  5363. border-top-color: #faebcc;
  5364. }
  5365. .panel-warning > .panel-heading .badge {
  5366. color: #fcf8e3;
  5367. background-color: #8a6d3b;
  5368. }
  5369. .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  5370. border-bottom-color: #faebcc;
  5371. }
  5372. .panel-danger {
  5373. border-color: #ebccd1;
  5374. }
  5375. .panel-danger > .panel-heading {
  5376. color: #a94442;
  5377. background-color: #f2dede;
  5378. border-color: #ebccd1;
  5379. }
  5380. .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  5381. border-top-color: #ebccd1;
  5382. }
  5383. .panel-danger > .panel-heading .badge {
  5384. color: #f2dede;
  5385. background-color: #a94442;
  5386. }
  5387. .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  5388. border-bottom-color: #ebccd1;
  5389. }
  5390. .embed-responsive {
  5391. position: relative;
  5392. display: block;
  5393. height: 0;
  5394. padding: 0;
  5395. overflow: hidden;
  5396. }
  5397. .embed-responsive .embed-responsive-item,
  5398. .embed-responsive iframe,
  5399. .embed-responsive embed,
  5400. .embed-responsive object,
  5401. .embed-responsive video {
  5402. position: absolute;
  5403. top: 0;
  5404. bottom: 0;
  5405. left: 0;
  5406. width: 100%;
  5407. height: 100%;
  5408. border: 0;
  5409. }
  5410. .embed-responsive.embed-responsive-16by9 {
  5411. padding-bottom: 56.25%;
  5412. }
  5413. .embed-responsive.embed-responsive-4by3 {
  5414. padding-bottom: 75%;
  5415. }
  5416. .well {
  5417. min-height: 20px;
  5418. padding: 19px;
  5419. margin-bottom: 20px;
  5420. background-color: #f5f5f5;
  5421. border: 1px solid #e3e3e3;
  5422. border-radius: 4px;
  5423. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  5424. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  5425. }
  5426. .well blockquote {
  5427. border-color: #ddd;
  5428. border-color: rgba(0, 0, 0, .15);
  5429. }
  5430. .well-lg {
  5431. padding: 24px;
  5432. border-radius: 6px;
  5433. }
  5434. .well-sm {
  5435. padding: 9px;
  5436. border-radius: 3px;
  5437. }
  5438. .close {
  5439. float: right;
  5440. font-size: 21px;
  5441. font-weight: bold;
  5442. line-height: 1;
  5443. color: #000;
  5444. text-shadow: 0 1px 0 #fff;
  5445. filter: alpha(opacity=20);
  5446. opacity: .2;
  5447. }
  5448. .close:hover,
  5449. .close:focus {
  5450. color: #000;
  5451. text-decoration: none;
  5452. cursor: pointer;
  5453. filter: alpha(opacity=50);
  5454. opacity: .5;
  5455. }
  5456. button.close {
  5457. -webkit-appearance: none;
  5458. padding: 0;
  5459. cursor: pointer;
  5460. background: transparent;
  5461. border: 0;
  5462. }
  5463. .modal-open {
  5464. overflow: hidden;
  5465. }
  5466. .modal {
  5467. position: fixed;
  5468. top: 0;
  5469. right: 0;
  5470. bottom: 0;
  5471. left: 0;
  5472. z-index: 1040;
  5473. display: none;
  5474. overflow: hidden;
  5475. -webkit-overflow-scrolling: touch;
  5476. outline: 0;
  5477. }
  5478. .modal.fade .modal-dialog {
  5479. -webkit-transition: -webkit-transform .3s ease-out;
  5480. -o-transition: -o-transform .3s ease-out;
  5481. transition: transform .3s ease-out;
  5482. -webkit-transform: translate(0, -25%);
  5483. -ms-transform: translate(0, -25%);
  5484. -o-transform: translate(0, -25%);
  5485. transform: translate(0, -25%);
  5486. }
  5487. .modal.in .modal-dialog {
  5488. -webkit-transform: translate(0, 0);
  5489. -ms-transform: translate(0, 0);
  5490. -o-transform: translate(0, 0);
  5491. transform: translate(0, 0);
  5492. }
  5493. .modal-open .modal {
  5494. overflow-x: hidden;
  5495. overflow-y: auto;
  5496. }
  5497. .modal-dialog {
  5498. position: relative;
  5499. width: auto;
  5500. margin: 10px;
  5501. }
  5502. .modal-content {
  5503. position: relative;
  5504. background-color: #fff;
  5505. -webkit-background-clip: padding-box;
  5506. background-clip: padding-box;
  5507. border: 1px solid #999;
  5508. border: 1px solid rgba(0, 0, 0, .2);
  5509. border-radius: 6px;
  5510. outline: 0;
  5511. -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  5512. box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  5513. }
  5514. .modal-backdrop {
  5515. position: absolute;
  5516. top: 0;
  5517. right: 0;
  5518. left: 0;
  5519. background-color: #000;
  5520. }
  5521. .modal-backdrop.fade {
  5522. filter: alpha(opacity=0);
  5523. opacity: 0;
  5524. }
  5525. .modal-backdrop.in {
  5526. filter: alpha(opacity=50);
  5527. opacity: .5;
  5528. }
  5529. .modal-header {
  5530. min-height: 16.42857143px;
  5531. padding: 15px;
  5532. border-bottom: 1px solid #e5e5e5;
  5533. }
  5534. .modal-header .close {
  5535. margin-top: -2px;
  5536. }
  5537. .modal-title {
  5538. margin: 0;
  5539. line-height: 1.42857143;
  5540. }
  5541. .modal-body {
  5542. position: relative;
  5543. padding: 15px;
  5544. }
  5545. .modal-footer {
  5546. padding: 15px;
  5547. text-align: right;
  5548. border-top: 1px solid #e5e5e5;
  5549. }
  5550. .modal-footer .btn + .btn {
  5551. margin-bottom: 0;
  5552. margin-left: 5px;
  5553. }
  5554. .modal-footer .btn-group .btn + .btn {
  5555. margin-left: -1px;
  5556. }
  5557. .modal-footer .btn-block + .btn-block {
  5558. margin-left: 0;
  5559. }
  5560. .modal-scrollbar-measure {
  5561. position: absolute;
  5562. top: -9999px;
  5563. width: 50px;
  5564. height: 50px;
  5565. overflow: scroll;
  5566. }
  5567. @media (min-width: 768px) {
  5568. .modal-dialog {
  5569. width: 600px;
  5570. margin: 30px auto;
  5571. }
  5572. .modal-content {
  5573. -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  5574. box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  5575. }
  5576. .modal-sm {
  5577. width: 300px;
  5578. }
  5579. }
  5580. @media (min-width: 992px) {
  5581. .modal-lg {
  5582. width: 900px;
  5583. }
  5584. }
  5585. .tooltip {
  5586. position: absolute;
  5587. z-index: 1070;
  5588. display: block;
  5589. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  5590. font-size: 12px;
  5591. font-weight: normal;
  5592. line-height: 1.4;
  5593. visibility: visible;
  5594. filter: alpha(opacity=0);
  5595. opacity: 0;
  5596. }
  5597. .tooltip.in {
  5598. filter: alpha(opacity=90);
  5599. opacity: .9;
  5600. }
  5601. .tooltip.top {
  5602. padding: 5px 0;
  5603. margin-top: -3px;
  5604. }
  5605. .tooltip.right {
  5606. padding: 0 5px;
  5607. margin-left: 3px;
  5608. }
  5609. .tooltip.bottom {
  5610. padding: 5px 0;
  5611. margin-top: 3px;
  5612. }
  5613. .tooltip.left {
  5614. padding: 0 5px;
  5615. margin-left: -3px;
  5616. }
  5617. .tooltip-inner {
  5618. max-width: 200px;
  5619. padding: 3px 8px;
  5620. color: #fff;
  5621. text-align: center;
  5622. text-decoration: none;
  5623. background-color: #000;
  5624. border-radius: 4px;
  5625. }
  5626. .tooltip-arrow {
  5627. position: absolute;
  5628. width: 0;
  5629. height: 0;
  5630. border-color: transparent;
  5631. border-style: solid;
  5632. }
  5633. .tooltip.top .tooltip-arrow {
  5634. bottom: 0;
  5635. left: 50%;
  5636. margin-left: -5px;
  5637. border-width: 5px 5px 0;
  5638. border-top-color: #000;
  5639. }
  5640. .tooltip.top-left .tooltip-arrow {
  5641. right: 5px;
  5642. bottom: 0;
  5643. margin-bottom: -5px;
  5644. border-width: 5px 5px 0;
  5645. border-top-color: #000;
  5646. }
  5647. .tooltip.top-right .tooltip-arrow {
  5648. bottom: 0;
  5649. left: 5px;
  5650. margin-bottom: -5px;
  5651. border-width: 5px 5px 0;
  5652. border-top-color: #000;
  5653. }
  5654. .tooltip.right .tooltip-arrow {
  5655. top: 50%;
  5656. left: 0;
  5657. margin-top: -5px;
  5658. border-width: 5px 5px 5px 0;
  5659. border-right-color: #000;
  5660. }
  5661. .tooltip.left .tooltip-arrow {
  5662. top: 50%;
  5663. right: 0;
  5664. margin-top: -5px;
  5665. border-width: 5px 0 5px 5px;
  5666. border-left-color: #000;
  5667. }
  5668. .tooltip.bottom .tooltip-arrow {
  5669. top: 0;
  5670. left: 50%;
  5671. margin-left: -5px;
  5672. border-width: 0 5px 5px;
  5673. border-bottom-color: #000;
  5674. }
  5675. .tooltip.bottom-left .tooltip-arrow {
  5676. top: 0;
  5677. right: 5px;
  5678. margin-top: -5px;
  5679. border-width: 0 5px 5px;
  5680. border-bottom-color: #000;
  5681. }
  5682. .tooltip.bottom-right .tooltip-arrow {
  5683. top: 0;
  5684. left: 5px;
  5685. margin-top: -5px;
  5686. border-width: 0 5px 5px;
  5687. border-bottom-color: #000;
  5688. }
  5689. .popover {
  5690. position: absolute;
  5691. top: 0;
  5692. left: 0;
  5693. z-index: 1060;
  5694. display: none;
  5695. max-width: 276px;
  5696. padding: 1px;
  5697. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  5698. font-size: 14px;
  5699. font-weight: normal;
  5700. line-height: 1.42857143;
  5701. text-align: left;
  5702. white-space: normal;
  5703. background-color: #fff;
  5704. -webkit-background-clip: padding-box;
  5705. background-clip: padding-box;
  5706. border: 1px solid #ccc;
  5707. border: 1px solid rgba(0, 0, 0, .2);
  5708. border-radius: 6px;
  5709. -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  5710. box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  5711. }
  5712. .popover.top {
  5713. margin-top: -10px;
  5714. }
  5715. .popover.right {
  5716. margin-left: 10px;
  5717. }
  5718. .popover.bottom {
  5719. margin-top: 10px;
  5720. }
  5721. .popover.left {
  5722. margin-left: -10px;
  5723. }
  5724. .popover-title {
  5725. padding: 8px 14px;
  5726. margin: 0;
  5727. font-size: 14px;
  5728. background-color: #f7f7f7;
  5729. border-bottom: 1px solid #ebebeb;
  5730. border-radius: 5px 5px 0 0;
  5731. }
  5732. .popover-content {
  5733. padding: 9px 14px;
  5734. }
  5735. .popover > .arrow,
  5736. .popover > .arrow:after {
  5737. position: absolute;
  5738. display: block;
  5739. width: 0;
  5740. height: 0;
  5741. border-color: transparent;
  5742. border-style: solid;
  5743. }
  5744. .popover > .arrow {
  5745. border-width: 11px;
  5746. }
  5747. .popover > .arrow:after {
  5748. content: "";
  5749. border-width: 10px;
  5750. }
  5751. .popover.top > .arrow {
  5752. bottom: -11px;
  5753. left: 50%;
  5754. margin-left: -11px;
  5755. border-top-color: #999;
  5756. border-top-color: rgba(0, 0, 0, .25);
  5757. border-bottom-width: 0;
  5758. }
  5759. .popover.top > .arrow:after {
  5760. bottom: 1px;
  5761. margin-left: -10px;
  5762. content: " ";
  5763. border-top-color: #fff;
  5764. border-bottom-width: 0;
  5765. }
  5766. .popover.right > .arrow {
  5767. top: 50%;
  5768. left: -11px;
  5769. margin-top: -11px;
  5770. border-right-color: #999;
  5771. border-right-color: rgba(0, 0, 0, .25);
  5772. border-left-width: 0;
  5773. }
  5774. .popover.right > .arrow:after {
  5775. bottom: -10px;
  5776. left: 1px;
  5777. content: " ";
  5778. border-right-color: #fff;
  5779. border-left-width: 0;
  5780. }
  5781. .popover.bottom > .arrow {
  5782. top: -11px;
  5783. left: 50%;
  5784. margin-left: -11px;
  5785. border-top-width: 0;
  5786. border-bottom-color: #999;
  5787. border-bottom-color: rgba(0, 0, 0, .25);
  5788. }
  5789. .popover.bottom > .arrow:after {
  5790. top: 1px;
  5791. margin-left: -10px;
  5792. content: " ";
  5793. border-top-width: 0;
  5794. border-bottom-color: #fff;
  5795. }
  5796. .popover.left > .arrow {
  5797. top: 50%;
  5798. right: -11px;
  5799. margin-top: -11px;
  5800. border-right-width: 0;
  5801. border-left-color: #999;
  5802. border-left-color: rgba(0, 0, 0, .25);
  5803. }
  5804. .popover.left > .arrow:after {
  5805. right: 1px;
  5806. bottom: -10px;
  5807. content: " ";
  5808. border-right-width: 0;
  5809. border-left-color: #fff;
  5810. }
  5811. .carousel {
  5812. position: relative;
  5813. }
  5814. .carousel-inner {
  5815. position: relative;
  5816. width: 100%;
  5817. overflow: hidden;
  5818. }
  5819. .carousel-inner > .item {
  5820. position: relative;
  5821. display: none;
  5822. -webkit-transition: .6s ease-in-out left;
  5823. -o-transition: .6s ease-in-out left;
  5824. transition: .6s ease-in-out left;
  5825. }
  5826. .carousel-inner > .item > img,
  5827. .carousel-inner > .item > a > img {
  5828. line-height: 1;
  5829. }
  5830. @media all and (transform-3d), (-webkit-transform-3d) {
  5831. .carousel-inner > .item {
  5832. -webkit-transition: -webkit-transform .6s ease-in-out;
  5833. -o-transition: -o-transform .6s ease-in-out;
  5834. transition: transform .6s ease-in-out;
  5835. -webkit-backface-visibility: hidden;
  5836. backface-visibility: hidden;
  5837. -webkit-perspective: 1000;
  5838. perspective: 1000;
  5839. }
  5840. .carousel-inner > .item.next,
  5841. .carousel-inner > .item.active.right {
  5842. left: 0;
  5843. -webkit-transform: translate3d(100%, 0, 0);
  5844. transform: translate3d(100%, 0, 0);
  5845. }
  5846. .carousel-inner > .item.prev,
  5847. .carousel-inner > .item.active.left {
  5848. left: 0;
  5849. -webkit-transform: translate3d(-100%, 0, 0);
  5850. transform: translate3d(-100%, 0, 0);
  5851. }
  5852. .carousel-inner > .item.next.left,
  5853. .carousel-inner > .item.prev.right,
  5854. .carousel-inner > .item.active {
  5855. left: 0;
  5856. -webkit-transform: translate3d(0, 0, 0);
  5857. transform: translate3d(0, 0, 0);
  5858. }
  5859. }
  5860. .carousel-inner > .active,
  5861. .carousel-inner > .next,
  5862. .carousel-inner > .prev {
  5863. display: block;
  5864. }
  5865. .carousel-inner > .active {
  5866. left: 0;
  5867. }
  5868. .carousel-inner > .next,
  5869. .carousel-inner > .prev {
  5870. position: absolute;
  5871. top: 0;
  5872. width: 100%;
  5873. }
  5874. .carousel-inner > .next {
  5875. left: 100%;
  5876. }
  5877. .carousel-inner > .prev {
  5878. left: -100%;
  5879. }
  5880. .carousel-inner > .next.left,
  5881. .carousel-inner > .prev.right {
  5882. left: 0;
  5883. }
  5884. .carousel-inner > .active.left {
  5885. left: -100%;
  5886. }
  5887. .carousel-inner > .active.right {
  5888. left: 100%;
  5889. }
  5890. .carousel-control {
  5891. position: absolute;
  5892. top: 0;
  5893. bottom: 0;
  5894. left: 0;
  5895. width: 15%;
  5896. font-size: 20px;
  5897. color: #fff;
  5898. text-align: center;
  5899. text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  5900. filter: alpha(opacity=50);
  5901. opacity: .5;
  5902. }
  5903. .carousel-control.left {
  5904. background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  5905. background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  5906. background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  5907. background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  5908. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  5909. background-repeat: repeat-x;
  5910. }
  5911. .carousel-control.right {
  5912. right: 0;
  5913. left: auto;
  5914. background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  5915. background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  5916. background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  5917. background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  5918. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  5919. background-repeat: repeat-x;
  5920. }
  5921. .carousel-control:hover,
  5922. .carousel-control:focus {
  5923. color: #fff;
  5924. text-decoration: none;
  5925. filter: alpha(opacity=90);
  5926. outline: 0;
  5927. opacity: .9;
  5928. }
  5929. .carousel-control .icon-prev,
  5930. .carousel-control .icon-next,
  5931. .carousel-control .glyphicon-chevron-left,
  5932. .carousel-control .glyphicon-chevron-right {
  5933. position: absolute;
  5934. top: 50%;
  5935. z-index: 5;
  5936. display: inline-block;
  5937. }
  5938. .carousel-control .icon-prev,
  5939. .carousel-control .glyphicon-chevron-left {
  5940. left: 50%;
  5941. margin-left: -10px;
  5942. }
  5943. .carousel-control .icon-next,
  5944. .carousel-control .glyphicon-chevron-right {
  5945. right: 50%;
  5946. margin-right: -10px;
  5947. }
  5948. .carousel-control .icon-prev,
  5949. .carousel-control .icon-next {
  5950. width: 20px;
  5951. height: 20px;
  5952. margin-top: -10px;
  5953. font-family: serif;
  5954. }
  5955. .carousel-control .icon-prev:before {
  5956. content: '\2039';
  5957. }
  5958. .carousel-control .icon-next:before {
  5959. content: '\203a';
  5960. }
  5961. .carousel-indicators {
  5962. position: absolute;
  5963. bottom: 10px;
  5964. left: 50%;
  5965. z-index: 15;
  5966. width: 60%;
  5967. padding-left: 0;
  5968. margin-left: -30%;
  5969. text-align: center;
  5970. list-style: none;
  5971. }
  5972. .carousel-indicators li {
  5973. display: inline-block;
  5974. width: 10px;
  5975. height: 10px;
  5976. margin: 1px;
  5977. text-indent: -999px;
  5978. cursor: pointer;
  5979. background-color: #000 \9;
  5980. background-color: rgba(0, 0, 0, 0);
  5981. border: 1px solid #fff;
  5982. border-radius: 10px;
  5983. }
  5984. .carousel-indicators .active {
  5985. width: 12px;
  5986. height: 12px;
  5987. margin: 0;
  5988. background-color: #fff;
  5989. }
  5990. .carousel-caption {
  5991. position: absolute;
  5992. right: 15%;
  5993. bottom: 20px;
  5994. left: 15%;
  5995. z-index: 10;
  5996. padding-top: 20px;
  5997. padding-bottom: 20px;
  5998. color: #fff;
  5999. text-align: center;
  6000. text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  6001. }
  6002. .carousel-caption .btn {
  6003. text-shadow: none;
  6004. }
  6005. @media screen and (min-width: 768px) {
  6006. .carousel-control .glyphicon-chevron-left,
  6007. .carousel-control .glyphicon-chevron-right,
  6008. .carousel-control .icon-prev,
  6009. .carousel-control .icon-next {
  6010. width: 30px;
  6011. height: 30px;
  6012. margin-top: -15px;
  6013. font-size: 30px;
  6014. }
  6015. .carousel-control .glyphicon-chevron-left,
  6016. .carousel-control .icon-prev {
  6017. margin-left: -15px;
  6018. }
  6019. .carousel-control .glyphicon-chevron-right,
  6020. .carousel-control .icon-next {
  6021. margin-right: -15px;
  6022. }
  6023. .carousel-caption {
  6024. right: 20%;
  6025. left: 20%;
  6026. padding-bottom: 30px;
  6027. }
  6028. .carousel-indicators {
  6029. bottom: 20px;
  6030. }
  6031. }
  6032. .clearfix:before,
  6033. .clearfix:after,
  6034. .dl-horizontal dd:before,
  6035. .dl-horizontal dd:after,
  6036. .container:before,
  6037. .container:after,
  6038. .container-fluid:before,
  6039. .container-fluid:after,
  6040. .row:before,
  6041. .row:after,
  6042. .form-horizontal .form-group:before,
  6043. .form-horizontal .form-group:after,
  6044. .btn-toolbar:before,
  6045. .btn-toolbar:after,
  6046. .btn-group-vertical > .btn-group:before,
  6047. .btn-group-vertical > .btn-group:after,
  6048. .nav:before,
  6049. .nav:after,
  6050. .navbar:before,
  6051. .navbar:after,
  6052. .navbar-header:before,
  6053. .navbar-header:after,
  6054. .navbar-collapse:before,
  6055. .navbar-collapse:after,
  6056. .pager:before,
  6057. .pager:after,
  6058. .panel-body:before,
  6059. .panel-body:after,
  6060. .modal-footer:before,
  6061. .modal-footer:after {
  6062. display: table;
  6063. content: " ";
  6064. }
  6065. .clearfix:after,
  6066. .dl-horizontal dd:after,
  6067. .container:after,
  6068. .container-fluid:after,
  6069. .row:after,
  6070. .form-horizontal .form-group:after,
  6071. .btn-toolbar:after,
  6072. .btn-group-vertical > .btn-group:after,
  6073. .nav:after,
  6074. .navbar:after,
  6075. .navbar-header:after,
  6076. .navbar-collapse:after,
  6077. .pager:after,
  6078. .panel-body:after,
  6079. .modal-footer:after {
  6080. clear: both;
  6081. }
  6082. .center-block {
  6083. display: block;
  6084. margin-right: auto;
  6085. margin-left: auto;
  6086. }
  6087. .pull-right {
  6088. float: right !important;
  6089. }
  6090. .pull-left {
  6091. float: left !important;
  6092. }
  6093. .hide {
  6094. display: none !important;
  6095. }
  6096. .show {
  6097. display: block !important;
  6098. }
  6099. .invisible {
  6100. visibility: hidden;
  6101. }
  6102. .text-hide {
  6103. font: 0/0 a;
  6104. color: transparent;
  6105. text-shadow: none;
  6106. background-color: transparent;
  6107. border: 0;
  6108. }
  6109. .hidden {
  6110. display: none !important;
  6111. visibility: hidden !important;
  6112. }
  6113. .affix {
  6114. position: fixed;
  6115. }
  6116. @-ms-viewport {
  6117. width: device-width;
  6118. }
  6119. .visible-xs,
  6120. .visible-sm,
  6121. .visible-md,
  6122. .visible-lg {
  6123. display: none !important;
  6124. }
  6125. .visible-xs-block,
  6126. .visible-xs-inline,
  6127. .visible-xs-inline-block,
  6128. .visible-sm-block,
  6129. .visible-sm-inline,
  6130. .visible-sm-inline-block,
  6131. .visible-md-block,
  6132. .visible-md-inline,
  6133. .visible-md-inline-block,
  6134. .visible-lg-block,
  6135. .visible-lg-inline,
  6136. .visible-lg-inline-block {
  6137. display: none !important;
  6138. }
  6139. @media (max-width: 767px) {
  6140. .visible-xs {
  6141. display: block !important;
  6142. }
  6143. table.visible-xs {
  6144. display: table;
  6145. }
  6146. tr.visible-xs {
  6147. display: table-row !important;
  6148. }
  6149. th.visible-xs,
  6150. td.visible-xs {
  6151. display: table-cell !important;
  6152. }
  6153. }
  6154. @media (max-width: 767px) {
  6155. .visible-xs-block {
  6156. display: block !important;
  6157. }
  6158. }
  6159. @media (max-width: 767px) {
  6160. .visible-xs-inline {
  6161. display: inline !important;
  6162. }
  6163. }
  6164. @media (max-width: 767px) {
  6165. .visible-xs-inline-block {
  6166. display: inline-block !important;
  6167. }
  6168. }
  6169. @media (min-width: 768px) and (max-width: 991px) {
  6170. .visible-sm {
  6171. display: block !important;
  6172. }
  6173. table.visible-sm {
  6174. display: table;
  6175. }
  6176. tr.visible-sm {
  6177. display: table-row !important;
  6178. }
  6179. th.visible-sm,
  6180. td.visible-sm {
  6181. display: table-cell !important;
  6182. }
  6183. }
  6184. @media (min-width: 768px) and (max-width: 991px) {
  6185. .visible-sm-block {
  6186. display: block !important;
  6187. }
  6188. }
  6189. @media (min-width: 768px) and (max-width: 991px) {
  6190. .visible-sm-inline {
  6191. display: inline !important;
  6192. }
  6193. }
  6194. @media (min-width: 768px) and (max-width: 991px) {
  6195. .visible-sm-inline-block {
  6196. display: inline-block !important;
  6197. }
  6198. }
  6199. @media (min-width: 992px) and (max-width: 1199px) {
  6200. .visible-md {
  6201. display: block !important;
  6202. }
  6203. table.visible-md {
  6204. display: table;
  6205. }
  6206. tr.visible-md {
  6207. display: table-row !important;
  6208. }
  6209. th.visible-md,
  6210. td.visible-md {
  6211. display: table-cell !important;
  6212. }
  6213. }
  6214. @media (min-width: 992px) and (max-width: 1199px) {
  6215. .visible-md-block {
  6216. display: block !important;
  6217. }
  6218. }
  6219. @media (min-width: 992px) and (max-width: 1199px) {
  6220. .visible-md-inline {
  6221. display: inline !important;
  6222. }
  6223. }
  6224. @media (min-width: 992px) and (max-width: 1199px) {
  6225. .visible-md-inline-block {
  6226. display: inline-block !important;
  6227. }
  6228. }
  6229. @media (min-width: 1200px) {
  6230. .visible-lg {
  6231. display: block !important;
  6232. }
  6233. table.visible-lg {
  6234. display: table;
  6235. }
  6236. tr.visible-lg {
  6237. display: table-row !important;
  6238. }
  6239. th.visible-lg,
  6240. td.visible-lg {
  6241. display: table-cell !important;
  6242. }
  6243. }
  6244. @media (min-width: 1200px) {
  6245. .visible-lg-block {
  6246. display: block !important;
  6247. }
  6248. }
  6249. @media (min-width: 1200px) {
  6250. .visible-lg-inline {
  6251. display: inline !important;
  6252. }
  6253. }
  6254. @media (min-width: 1200px) {
  6255. .visible-lg-inline-block {
  6256. display: inline-block !important;
  6257. }
  6258. }
  6259. @media (max-width: 767px) {
  6260. .hidden-xs {
  6261. display: none !important;
  6262. }
  6263. }
  6264. @media (min-width: 768px) and (max-width: 991px) {
  6265. .hidden-sm {
  6266. display: none !important;
  6267. }
  6268. }
  6269. @media (min-width: 992px) and (max-width: 1199px) {
  6270. .hidden-md {
  6271. display: none !important;
  6272. }
  6273. }
  6274. @media (min-width: 1200px) {
  6275. .hidden-lg {
  6276. display: none !important;
  6277. }
  6278. }
  6279. .visible-print {
  6280. display: none !important;
  6281. }
  6282. @media print {
  6283. .visible-print {
  6284. display: block !important;
  6285. }
  6286. table.visible-print {
  6287. display: table;
  6288. }
  6289. tr.visible-print {
  6290. display: table-row !important;
  6291. }
  6292. th.visible-print,
  6293. td.visible-print {
  6294. display: table-cell !important;
  6295. }
  6296. }
  6297. .visible-print-block {
  6298. display: none !important;
  6299. }
  6300. @media print {
  6301. .visible-print-block {
  6302. display: block !important;
  6303. }
  6304. }
  6305. .visible-print-inline {
  6306. display: none !important;
  6307. }
  6308. @media print {
  6309. .visible-print-inline {
  6310. display: inline !important;
  6311. }
  6312. }
  6313. .visible-print-inline-block {
  6314. display: none !important;
  6315. }
  6316. @media print {
  6317. .visible-print-inline-block {
  6318. display: inline-block !important;
  6319. }
  6320. }
  6321. @media print {
  6322. .hidden-print {
  6323. display: none !important;
  6324. }
  6325. }
  6326. /*# sourceMappingURL=bootstrap.css.map */