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.

6017 lines
124 KiB

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