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.
 
 
 
 

6328 lines
133 KiB

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