ckt的看板部分
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.

7224 lines
131 KiB

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