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.

7198 lines
158 KiB

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