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.
 
 
 
 

6607 lines
142 KiB

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