not really known
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.

6166 lines
153 KiB

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