Enidia

Untitled

May 1st, 2017
624
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 478.45 KB | None | 0 0
  1. /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
  2.  
  3. html {
  4. font-family: sans-serif;
  5. -ms-text-size-adjust: 100%;
  6. -webkit-text-size-adjust: 100%;
  7. }
  8. body {
  9. margin: 0;
  10. }
  11. article,
  12. aside,
  13. details,
  14. figcaption,
  15. figure,
  16. footer,
  17. header,
  18. hgroup,
  19. main,
  20. menu,
  21. nav,
  22. section,
  23. summary {
  24. display: block;
  25. }
  26. audio,
  27. canvas,
  28. progress,
  29. video {
  30. display: inline-block;
  31. vertical-align: baseline;
  32. }
  33. audio:not([controls]) {
  34. display: none;
  35. height: 0;
  36. }
  37. [hidden],
  38. template {
  39. display: none;
  40. }
  41. a {
  42. background-color: transparent;
  43. }
  44. a:active,
  45. a:hover {
  46. outline: 0;
  47. }
  48. abbr[title] {
  49. border-bottom: 1px dotted;
  50. }
  51. b,
  52. strong {
  53. font-weight: bold;
  54. }
  55. dfn {
  56. font-style: italic;
  57. }
  58. h1 {
  59. font-size: 2em;
  60. margin: 0.67em 0;
  61. }
  62. mark {
  63. background: #ff0;
  64. color: #000;
  65. }
  66. small {
  67. font-size: 80%;
  68. }
  69. sub,
  70. sup {
  71. font-size: 75%;
  72. line-height: 0;
  73. position: relative;
  74. vertical-align: baseline;
  75. }
  76. sup {
  77. top: -0.5em;
  78. }
  79. sub {
  80. bottom: -0.25em;
  81. }
  82. img {
  83. border: 0;
  84. }
  85. svg:not(:root) {
  86. overflow: hidden;
  87. }
  88. figure {
  89. margin: 1em 40px;
  90. }
  91. hr {
  92. -moz-box-sizing: content-box;
  93. box-sizing: content-box;
  94. height: 0;
  95. }
  96. pre {
  97. overflow: auto;
  98. }
  99. code,
  100. kbd,
  101. pre,
  102. samp {
  103. font-family: monospace, monospace;
  104. font-size: 1em;
  105. }
  106. button,
  107. input,
  108. optgroup,
  109. select,
  110. textarea {
  111. color: inherit;
  112. font: inherit;
  113. margin: 0;
  114. }
  115. button {
  116. overflow: visible;
  117. }
  118. button,
  119. select {
  120. text-transform: none;
  121. }
  122. button,
  123. html input[type="button"],
  124. input[type="reset"],
  125. input[type="submit"] {
  126. -webkit-appearance: button;
  127. cursor: pointer;
  128. }
  129. button[disabled],
  130. html input[disabled] {
  131. cursor: default;
  132. }
  133. button::-moz-focus-inner,
  134. input::-moz-focus-inner {
  135. border: 0;
  136. padding: 0;
  137. }
  138. input {
  139. line-height: normal;
  140. }
  141. input[type="checkbox"],
  142. input[type="radio"] {
  143. box-sizing: border-box;
  144. padding: 0;
  145. }
  146. input[type="number"]::-webkit-inner-spin-button,
  147. input[type="number"]::-webkit-outer-spin-button {
  148. height: auto;
  149. }
  150. input[type="search"] {
  151. -webkit-appearance: textfield;
  152. -moz-box-sizing: content-box;
  153. -webkit-box-sizing: content-box;
  154. box-sizing: content-box;
  155. }
  156. input[type="search"]::-webkit-search-cancel-button,
  157. input[type="search"]::-webkit-search-decoration {
  158. -webkit-appearance: none;
  159. }
  160. fieldset {
  161. border: 1px solid #c0c0c0;
  162. margin: 0 2px;
  163. padding: 0.35em 0.625em 0.75em;
  164. }
  165. legend {
  166. border: 0;
  167. padding: 0;
  168. }
  169. textarea {
  170. overflow: auto;
  171. }
  172. optgroup {
  173. font-weight: bold;
  174. }
  175. table {
  176. border-collapse: collapse;
  177. border-spacing: 0;
  178. }
  179. td,
  180. th {
  181. padding: 0;
  182. }
  183. /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  184. @media print {
  185. *,
  186. *:before,
  187. *:after {
  188. background: transparent !important;
  189. color: #000 !important;
  190. box-shadow: none !important;
  191. text-shadow: none !important;
  192. }
  193. a,
  194. a:visited {
  195. text-decoration: underline;
  196. }
  197. a[href]:after {
  198. content: " (" attr(href) ")";
  199. }
  200. abbr[title]:after {
  201. content: " (" attr(title) ")";
  202. }
  203. a[href^="#"]:after,
  204. a[href^="javascript:"]:after {
  205. content: "";
  206. }
  207. pre,
  208. blockquote {
  209. border: 1px solid #999;
  210. page-break-inside: avoid;
  211. }
  212. thead {
  213. display: table-header-group;
  214. }
  215. tr,
  216. img {
  217. page-break-inside: avoid;
  218. }
  219. img {
  220. max-width: 100% !important;
  221. }
  222. p,
  223. h2,
  224. h3 {
  225. orphans: 3;
  226. widows: 3;
  227. }
  228. h2,
  229. h3 {
  230. page-break-after: avoid;
  231. }
  232. select {
  233. background: #fff !important;
  234. }
  235. .navbar {
  236. display: none;
  237. }
  238. .btn > .caret,
  239. .dropup > .btn > .caret {
  240. border-top-color: #000 !important;
  241. }
  242. .label {
  243. border: 1px solid #000;
  244. }
  245. .table {
  246. border-collapse: collapse !important;
  247. }
  248. .table td,
  249. .table th {
  250. background-color: #fff !important;
  251. }
  252. .table-bordered th,
  253. .table-bordered td {
  254. border: 1px solid #ddd !important;
  255. }
  256. }
  257. @font-face {
  258. font-family: 'Glyphicons Halflings';
  259. src: url('../fonts/glyphicons-halflings-regular.eot');
  260. 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');
  261. }
  262. .glyphicon {
  263. position: relative;
  264. top: 1px;
  265. display: inline-block;
  266. font-family: 'Glyphicons Halflings';
  267. font-style: normal;
  268. font-weight: normal;
  269. line-height: 1;
  270. -webkit-font-smoothing: antialiased;
  271. -moz-osx-font-smoothing: grayscale;
  272. }
  273. .glyphicon-asterisk:before {
  274. content: "\2a";
  275. }
  276. .glyphicon-plus:before {
  277. content: "\2b";
  278. }
  279. .glyphicon-euro:before,
  280. .glyphicon-eur:before {
  281. content: "\20ac";
  282. }
  283. .glyphicon-minus:before {
  284. content: "\2212";
  285. }
  286. .glyphicon-cloud:before {
  287. content: "\2601";
  288. }
  289. .glyphicon-envelope:before {
  290. content: "\2709";
  291. }
  292. .glyphicon-pencil:before {
  293. content: "\270f";
  294. }
  295. .glyphicon-glass:before {
  296. content: "\e001";
  297. }
  298. .glyphicon-music:before {
  299. content: "\e002";
  300. }
  301. .glyphicon-search:before {
  302. content: "\e003";
  303. }
  304. .glyphicon-heart:before {
  305. content: "\e005";
  306. }
  307. .glyphicon-star:before {
  308. content: "\e006";
  309. }
  310. .glyphicon-star-empty:before {
  311. content: "\e007";
  312. }
  313. .glyphicon-user:before {
  314. content: "\e008";
  315. }
  316. .glyphicon-film:before {
  317. content: "\e009";
  318. }
  319. .glyphicon-th-large:before {
  320. content: "\e010";
  321. }
  322. .glyphicon-th:before {
  323. content: "\e011";
  324. }
  325. .glyphicon-th-list:before {
  326. content: "\e012";
  327. }
  328. .glyphicon-ok:before {
  329. content: "\e013";
  330. }
  331. .glyphicon-remove:before {
  332. content: "\e014";
  333. }
  334. .glyphicon-zoom-in:before {
  335. content: "\e015";
  336. }
  337. .glyphicon-zoom-out:before {
  338. content: "\e016";
  339. }
  340. .glyphicon-off:before {
  341. content: "\e017";
  342. }
  343. .glyphicon-signal:before {
  344. content: "\e018";
  345. }
  346. .glyphicon-cog:before {
  347. content: "\e019";
  348. }
  349. .glyphicon-trash:before {
  350. content: "\e020";
  351. }
  352. .glyphicon-home:before {
  353. content: "\e021";
  354. }
  355. .glyphicon-file:before {
  356. content: "\e022";
  357. }
  358. .glyphicon-time:before {
  359. content: "\e023";
  360. }
  361. .glyphicon-road:before {
  362. content: "\e024";
  363. }
  364. .glyphicon-download-alt:before {
  365. content: "\e025";
  366. }
  367. .glyphicon-download:before {
  368. content: "\e026";
  369. }
  370. .glyphicon-upload:before {
  371. content: "\e027";
  372. }
  373. .glyphicon-inbox:before {
  374. content: "\e028";
  375. }
  376. .glyphicon-play-circle:before {
  377. content: "\e029";
  378. }
  379. .glyphicon-repeat:before {
  380. content: "\e030";
  381. }
  382. .glyphicon-refresh:before {
  383. content: "\e031";
  384. }
  385. .glyphicon-list-alt:before {
  386. content: "\e032";
  387. }
  388. .glyphicon-lock:before {
  389. content: "\e033";
  390. }
  391. .glyphicon-flag:before {
  392. content: "\e034";
  393. }
  394. .glyphicon-headphones:before {
  395. content: "\e035";
  396. }
  397. .glyphicon-volume-off:before {
  398. content: "\e036";
  399. }
  400. .glyphicon-volume-down:before {
  401. content: "\e037";
  402. }
  403. .glyphicon-volume-up:before {
  404. content: "\e038";
  405. }
  406. .glyphicon-qrcode:before {
  407. content: "\e039";
  408. }
  409. .glyphicon-barcode:before {
  410. content: "\e040";
  411. }
  412. .glyphicon-tag:before {
  413. content: "\e041";
  414. }
  415. .glyphicon-tags:before {
  416. content: "\e042";
  417. }
  418. .glyphicon-book:before {
  419. content: "\e043";
  420. }
  421. .glyphicon-bookmark:before {
  422. content: "\e044";
  423. }
  424. .glyphicon-print:before {
  425. content: "\e045";
  426. }
  427. .glyphicon-camera:before {
  428. content: "\e046";
  429. }
  430. .glyphicon-font:before {
  431. content: "\e047";
  432. }
  433. .glyphicon-bold:before {
  434. content: "\e048";
  435. }
  436. .glyphicon-italic:before {
  437. content: "\e049";
  438. }
  439. .glyphicon-text-height:before {
  440. content: "\e050";
  441. }
  442. .glyphicon-text-width:before {
  443. content: "\e051";
  444. }
  445. .glyphicon-align-left:before {
  446. content: "\e052";
  447. }
  448. .glyphicon-align-center:before {
  449. content: "\e053";
  450. }
  451. .glyphicon-align-right:before {
  452. content: "\e054";
  453. }
  454. .glyphicon-align-justify:before {
  455. content: "\e055";
  456. }
  457. .glyphicon-list:before {
  458. content: "\e056";
  459. }
  460. .glyphicon-indent-left:before {
  461. content: "\e057";
  462. }
  463. .glyphicon-indent-right:before {
  464. content: "\e058";
  465. }
  466. .glyphicon-facetime-video:before {
  467. content: "\e059";
  468. }
  469. .glyphicon-picture:before {
  470. content: "\e060";
  471. }
  472. .glyphicon-map-marker:before {
  473. content: "\e062";
  474. }
  475. .glyphicon-adjust:before {
  476. content: "\e063";
  477. }
  478. .glyphicon-tint:before {
  479. content: "\e064";
  480. }
  481. .glyphicon-edit:before {
  482. content: "\e065";
  483. }
  484. .glyphicon-share:before {
  485. content: "\e066";
  486. }
  487. .glyphicon-check:before {
  488. content: "\e067";
  489. }
  490. .glyphicon-move:before {
  491. content: "\e068";
  492. }
  493. .glyphicon-step-backward:before {
  494. content: "\e069";
  495. }
  496. .glyphicon-fast-backward:before {
  497. content: "\e070";
  498. }
  499. .glyphicon-backward:before {
  500. content: "\e071";
  501. }
  502. .glyphicon-play:before {
  503. content: "\e072";
  504. }
  505. .glyphicon-pause:before {
  506. content: "\e073";
  507. }
  508. .glyphicon-stop:before {
  509. content: "\e074";
  510. }
  511. .glyphicon-forward:before {
  512. content: "\e075";
  513. }
  514. .glyphicon-fast-forward:before {
  515. content: "\e076";
  516. }
  517. .glyphicon-step-forward:before {
  518. content: "\e077";
  519. }
  520. .glyphicon-eject:before {
  521. content: "\e078";
  522. }
  523. .glyphicon-chevron-left:before {
  524. content: "\e079";
  525. }
  526. .glyphicon-chevron-right:before {
  527. content: "\e080";
  528. }
  529. .glyphicon-plus-sign:before {
  530. content: "\e081";
  531. }
  532. .glyphicon-minus-sign:before {
  533. content: "\e082";
  534. }
  535. .glyphicon-remove-sign:before {
  536. content: "\e083";
  537. }
  538. .glyphicon-ok-sign:before {
  539. content: "\e084";
  540. }
  541. .glyphicon-question-sign:before {
  542. content: "\e085";
  543. }
  544. .glyphicon-info-sign:before {
  545. content: "\e086";
  546. }
  547. .glyphicon-screenshot:before {
  548. content: "\e087";
  549. }
  550. .glyphicon-remove-circle:before {
  551. content: "\e088";
  552. }
  553. .glyphicon-ok-circle:before {
  554. content: "\e089";
  555. }
  556. .glyphicon-ban-circle:before {
  557. content: "\e090";
  558. }
  559. .glyphicon-arrow-left:before {
  560. content: "\e091";
  561. }
  562. .glyphicon-arrow-right:before {
  563. content: "\e092";
  564. }
  565. .glyphicon-arrow-up:before {
  566. content: "\e093";
  567. }
  568. .glyphicon-arrow-down:before {
  569. content: "\e094";
  570. }
  571. .glyphicon-share-alt:before {
  572. content: "\e095";
  573. }
  574. .glyphicon-resize-full:before {
  575. content: "\e096";
  576. }
  577. .glyphicon-resize-small:before {
  578. content: "\e097";
  579. }
  580. .glyphicon-exclamation-sign:before {
  581. content: "\e101";
  582. }
  583. .glyphicon-gift:before {
  584. content: "\e102";
  585. }
  586. .glyphicon-leaf:before {
  587. content: "\e103";
  588. }
  589. .glyphicon-fire:before {
  590. content: "\e104";
  591. }
  592. .glyphicon-eye-open:before {
  593. content: "\e105";
  594. }
  595. .glyphicon-eye-close:before {
  596. content: "\e106";
  597. }
  598. .glyphicon-warning-sign:before {
  599. content: "\e107";
  600. }
  601. .glyphicon-plane:before {
  602. content: "\e108";
  603. }
  604. .glyphicon-calendar:before {
  605. content: "\e109";
  606. }
  607. .glyphicon-random:before {
  608. content: "\e110";
  609. }
  610. .glyphicon-comment:before {
  611. content: "\e111";
  612. }
  613. .glyphicon-magnet:before {
  614. content: "\e112";
  615. }
  616. .glyphicon-chevron-up:before {
  617. content: "\e113";
  618. }
  619. .glyphicon-chevron-down:before {
  620. content: "\e114";
  621. }
  622. .glyphicon-retweet:before {
  623. content: "\e115";
  624. }
  625. .glyphicon-shopping-cart:before {
  626. content: "\e116";
  627. }
  628. .glyphicon-folder-close:before {
  629. content: "\e117";
  630. }
  631. .glyphicon-folder-open:before {
  632. content: "\e118";
  633. }
  634. .glyphicon-resize-vertical:before {
  635. content: "\e119";
  636. }
  637. .glyphicon-resize-horizontal:before {
  638. content: "\e120";
  639. }
  640. .glyphicon-hdd:before {
  641. content: "\e121";
  642. }
  643. .glyphicon-bullhorn:before {
  644. content: "\e122";
  645. }
  646. .glyphicon-bell:before {
  647. content: "\e123";
  648. }
  649. .glyphicon-certificate:before {
  650. content: "\e124";
  651. }
  652. .glyphicon-thumbs-up:before {
  653. content: "\e125";
  654. }
  655. .glyphicon-thumbs-down:before {
  656. content: "\e126";
  657. }
  658. .glyphicon-hand-right:before {
  659. content: "\e127";
  660. }
  661. .glyphicon-hand-left:before {
  662. content: "\e128";
  663. }
  664. .glyphicon-hand-up:before {
  665. content: "\e129";
  666. }
  667. .glyphicon-hand-down:before {
  668. content: "\e130";
  669. }
  670. .glyphicon-circle-arrow-right:before {
  671. content: "\e131";
  672. }
  673. .glyphicon-circle-arrow-left:before {
  674. content: "\e132";
  675. }
  676. .glyphicon-circle-arrow-up:before {
  677. content: "\e133";
  678. }
  679. .glyphicon-circle-arrow-down:before {
  680. content: "\e134";
  681. }
  682. .glyphicon-globe:before {
  683. content: "\e135";
  684. }
  685. .glyphicon-wrench:before {
  686. content: "\e136";
  687. }
  688. .glyphicon-tasks:before {
  689. content: "\e137";
  690. }
  691. .glyphicon-filter:before {
  692. content: "\e138";
  693. }
  694. .glyphicon-briefcase:before {
  695. content: "\e139";
  696. }
  697. .glyphicon-fullscreen:before {
  698. content: "\e140";
  699. }
  700. .glyphicon-dashboard:before {
  701. content: "\e141";
  702. }
  703. .glyphicon-paperclip:before {
  704. content: "\e142";
  705. }
  706. .glyphicon-heart-empty:before {
  707. content: "\e143";
  708. }
  709. .glyphicon-link:before {
  710. content: "\e144";
  711. }
  712. .glyphicon-phone:before {
  713. content: "\e145";
  714. }
  715. .glyphicon-pushpin:before {
  716. content: "\e146";
  717. }
  718. .glyphicon-usd:before {
  719. content: "\e148";
  720. }
  721. .glyphicon-gbp:before {
  722. content: "\e149";
  723. }
  724. .glyphicon-sort:before {
  725. content: "\e150";
  726. }
  727. .glyphicon-sort-by-alphabet:before {
  728. content: "\e151";
  729. }
  730. .glyphicon-sort-by-alphabet-alt:before {
  731. content: "\e152";
  732. }
  733. .glyphicon-sort-by-order:before {
  734. content: "\e153";
  735. }
  736. .glyphicon-sort-by-order-alt:before {
  737. content: "\e154";
  738. }
  739. .glyphicon-sort-by-attributes:before {
  740. content: "\e155";
  741. }
  742. .glyphicon-sort-by-attributes-alt:before {
  743. content: "\e156";
  744. }
  745. .glyphicon-unchecked:before {
  746. content: "\e157";
  747. }
  748. .glyphicon-expand:before {
  749. content: "\e158";
  750. }
  751. .glyphicon-collapse-down:before {
  752. content: "\e159";
  753. }
  754. .glyphicon-collapse-up:before {
  755. content: "\e160";
  756. }
  757. .glyphicon-log-in:before {
  758. content: "\e161";
  759. }
  760. .glyphicon-flash:before {
  761. content: "\e162";
  762. }
  763. .glyphicon-log-out:before {
  764. content: "\e163";
  765. }
  766. .glyphicon-new-window:before {
  767. content: "\e164";
  768. }
  769. .glyphicon-record:before {
  770. content: "\e165";
  771. }
  772. .glyphicon-save:before {
  773. content: "\e166";
  774. }
  775. .glyphicon-open:before {
  776. content: "\e167";
  777. }
  778. .glyphicon-saved:before {
  779. content: "\e168";
  780. }
  781. .glyphicon-import:before {
  782. content: "\e169";
  783. }
  784. .glyphicon-export:before {
  785. content: "\e170";
  786. }
  787. .glyphicon-send:before {
  788. content: "\e171";
  789. }
  790. .glyphicon-floppy-disk:before {
  791. content: "\e172";
  792. }
  793. .glyphicon-floppy-saved:before {
  794. content: "\e173";
  795. }
  796. .glyphicon-floppy-remove:before {
  797. content: "\e174";
  798. }
  799. .glyphicon-floppy-save:before {
  800. content: "\e175";
  801. }
  802. .glyphicon-floppy-open:before {
  803. content: "\e176";
  804. }
  805. .glyphicon-credit-card:before {
  806. content: "\e177";
  807. }
  808. .glyphicon-transfer:before {
  809. content: "\e178";
  810. }
  811. .glyphicon-cutlery:before {
  812. content: "\e179";
  813. }
  814. .glyphicon-header:before {
  815. content: "\e180";
  816. }
  817. .glyphicon-compressed:before {
  818. content: "\e181";
  819. }
  820. .glyphicon-earphone:before {
  821. content: "\e182";
  822. }
  823. .glyphicon-phone-alt:before {
  824. content: "\e183";
  825. }
  826. .glyphicon-tower:before {
  827. content: "\e184";
  828. }
  829. .glyphicon-stats:before {
  830. content: "\e185";
  831. }
  832. .glyphicon-sd-video:before {
  833. content: "\e186";
  834. }
  835. .glyphicon-hd-video:before {
  836. content: "\e187";
  837. }
  838. .glyphicon-subtitles:before {
  839. content: "\e188";
  840. }
  841. .glyphicon-sound-stereo:before {
  842. content: "\e189";
  843. }
  844. .glyphicon-sound-dolby:before {
  845. content: "\e190";
  846. }
  847. .glyphicon-sound-5-1:before {
  848. content: "\e191";
  849. }
  850. .glyphicon-sound-6-1:before {
  851. content: "\e192";
  852. }
  853. .glyphicon-sound-7-1:before {
  854. content: "\e193";
  855. }
  856. .glyphicon-copyright-mark:before {
  857. content: "\e194";
  858. }
  859. .glyphicon-registration-mark:before {
  860. content: "\e195";
  861. }
  862. .glyphicon-cloud-download:before {
  863. content: "\e197";
  864. }
  865. .glyphicon-cloud-upload:before {
  866. content: "\e198";
  867. }
  868. .glyphicon-tree-conifer:before {
  869. content: "\e199";
  870. }
  871. .glyphicon-tree-deciduous:before {
  872. content: "\e200";
  873. }
  874. .glyphicon-cd:before {
  875. content: "\e201";
  876. }
  877. .glyphicon-save-file:before {
  878. content: "\e202";
  879. }
  880. .glyphicon-open-file:before {
  881. content: "\e203";
  882. }
  883. .glyphicon-level-up:before {
  884. content: "\e204";
  885. }
  886. .glyphicon-copy:before {
  887. content: "\e205";
  888. }
  889. .glyphicon-paste:before {
  890. content: "\e206";
  891. }
  892. .glyphicon-alert:before {
  893. content: "\e209";
  894. }
  895. .glyphicon-equalizer:before {
  896. content: "\e210";
  897. }
  898. .glyphicon-king:before {
  899. content: "\e211";
  900. }
  901. .glyphicon-queen:before {
  902. content: "\e212";
  903. }
  904. .glyphicon-pawn:before {
  905. content: "\e213";
  906. }
  907. .glyphicon-bishop:before {
  908. content: "\e214";
  909. }
  910. .glyphicon-knight:before {
  911. content: "\e215";
  912. }
  913. .glyphicon-baby-formula:before {
  914. content: "\e216";
  915. }
  916. .glyphicon-tent:before {
  917. content: "\26fa";
  918. }
  919. .glyphicon-blackboard:before {
  920. content: "\e218";
  921. }
  922. .glyphicon-bed:before {
  923. content: "\e219";
  924. }
  925. .glyphicon-apple:before {
  926. content: "\f8ff";
  927. }
  928. .glyphicon-erase:before {
  929. content: "\e221";
  930. }
  931. .glyphicon-hourglass:before {
  932. content: "\231b";
  933. }
  934. .glyphicon-lamp:before {
  935. content: "\e223";
  936. }
  937. .glyphicon-duplicate:before {
  938. content: "\e224";
  939. }
  940. .glyphicon-piggy-bank:before {
  941. content: "\e225";
  942. }
  943. .glyphicon-scissors:before {
  944. content: "\e226";
  945. }
  946. .glyphicon-bitcoin:before {
  947. content: "\e227";
  948. }
  949. .glyphicon-yen:before {
  950. content: "\00a5";
  951. }
  952. .glyphicon-ruble:before {
  953. content: "\20bd";
  954. }
  955. .glyphicon-scale:before {
  956. content: "\e230";
  957. }
  958. .glyphicon-ice-lolly:before {
  959. content: "\e231";
  960. }
  961. .glyphicon-ice-lolly-tasted:before {
  962. content: "\e232";
  963. }
  964. .glyphicon-education:before {
  965. content: "\e233";
  966. }
  967. .glyphicon-option-horizontal:before {
  968. content: "\e234";
  969. }
  970. .glyphicon-option-vertical:before {
  971. content: "\e235";
  972. }
  973. .glyphicon-menu-hamburger:before {
  974. content: "\e236";
  975. }
  976. .glyphicon-modal-window:before {
  977. content: "\e237";
  978. }
  979. .glyphicon-oil:before {
  980. content: "\e238";
  981. }
  982. .glyphicon-grain:before {
  983. content: "\e239";
  984. }
  985. .glyphicon-sunglasses:before {
  986. content: "\e240";
  987. }
  988. .glyphicon-text-size:before {
  989. content: "\e241";
  990. }
  991. .glyphicon-text-color:before {
  992. content: "\e242";
  993. }
  994. .glyphicon-text-background:before {
  995. content: "\e243";
  996. }
  997. .glyphicon-object-align-top:before {
  998. content: "\e244";
  999. }
  1000. .glyphicon-object-align-bottom:before {
  1001. content: "\e245";
  1002. }
  1003. .glyphicon-object-align-horizontal:before {
  1004. content: "\e246";
  1005. }
  1006. .glyphicon-object-align-left:before {
  1007. content: "\e247";
  1008. }
  1009. .glyphicon-object-align-vertical:before {
  1010. content: "\e248";
  1011. }
  1012. .glyphicon-object-align-right:before {
  1013. content: "\e249";
  1014. }
  1015. .glyphicon-triangle-right:before {
  1016. content: "\e250";
  1017. }
  1018. .glyphicon-triangle-left:before {
  1019. content: "\e251";
  1020. }
  1021. .glyphicon-triangle-bottom:before {
  1022. content: "\e252";
  1023. }
  1024. .glyphicon-triangle-top:before {
  1025. content: "\e253";
  1026. }
  1027. .glyphicon-console:before {
  1028. content: "\e254";
  1029. }
  1030. .glyphicon-superscript:before {
  1031. content: "\e255";
  1032. }
  1033. .glyphicon-subscript:before {
  1034. content: "\e256";
  1035. }
  1036. .glyphicon-menu-left:before {
  1037. content: "\e257";
  1038. }
  1039. .glyphicon-menu-right:before {
  1040. content: "\e258";
  1041. }
  1042. .glyphicon-menu-down:before {
  1043. content: "\e259";
  1044. }
  1045. .glyphicon-menu-up:before {
  1046. content: "\e260";
  1047. }
  1048. * {
  1049. -webkit-box-sizing: border-box;
  1050. -moz-box-sizing: border-box;
  1051. box-sizing: border-box;
  1052. }
  1053. *:before,
  1054. *:after {
  1055. -webkit-box-sizing: border-box;
  1056. -moz-box-sizing: border-box;
  1057. box-sizing: border-box;
  1058. }
  1059. html {
  1060. font-size: 10px;
  1061. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  1062. }
  1063. body {
  1064. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  1065. font-size: 14px;
  1066. line-height: 1.428571429;
  1067. color: #333333;
  1068. background-color: #ffffff;
  1069. }
  1070. input,
  1071. button,
  1072. select,
  1073. textarea {
  1074. font-family: inherit;
  1075. font-size: inherit;
  1076. line-height: inherit;
  1077. }
  1078. a {
  1079. color: #337ab7;
  1080. text-decoration: none;
  1081. }
  1082. a:hover,
  1083. a:focus {
  1084. color: #9c2ad6;
  1085. text-decoration: underline;
  1086. }
  1087. a:focus {
  1088. outline: thin dotted;
  1089. outline: 5px auto -webkit-focus-ring-color;
  1090. outline-offset: -2px;
  1091. }
  1092. figure {
  1093. margin: 0;
  1094. }
  1095. img {
  1096. vertical-align: middle;
  1097. }
  1098. .img-responsive,
  1099. .thumbnail > img,
  1100. .thumbnail a > img,
  1101. .carousel-inner > .item > img,
  1102. .carousel-inner > .item > a > img {
  1103. display: block;
  1104. max-width: 100%;
  1105. height: auto;
  1106. }
  1107. .img-rounded {
  1108. border-radius: 6px;
  1109. }
  1110. .img-thumbnail {
  1111. padding: 4px;
  1112. line-height: 1.428571429;
  1113. background-color: #ffffff;
  1114. border: 1px solid #dddddd;
  1115. border-radius: 4px;
  1116. -webkit-transition: all 0.2s ease-in-out;
  1117. -o-transition: all 0.2s ease-in-out;
  1118. transition: all 0.2s ease-in-out;
  1119. display: inline-block;
  1120. max-width: 100%;
  1121. height: auto;
  1122. }
  1123. .img-circle {
  1124. border-radius: 50%;
  1125. }
  1126. hr {
  1127. margin-top: 20px;
  1128. margin-bottom: 20px;
  1129. border: 0;
  1130. border-top: 1px solid #eeeeee;
  1131. }
  1132. .sr-only {
  1133. position: absolute;
  1134. width: 1px;
  1135. height: 1px;
  1136. margin: -1px;
  1137. padding: 0;
  1138. overflow: hidden;
  1139. clip: rect(0, 0, 0, 0);
  1140. border: 0;
  1141. }
  1142. .sr-only-focusable:active,
  1143. .sr-only-focusable:focus {
  1144. position: static;
  1145. width: auto;
  1146. height: auto;
  1147. margin: 0;
  1148. overflow: visible;
  1149. clip: auto;
  1150. }
  1151. h1,
  1152. h2,
  1153. h3,
  1154. h4,
  1155. h5,
  1156. h6,
  1157. .h1,
  1158. .h2,
  1159. .h3,
  1160. .h4,
  1161. .h5,
  1162. .h6 {
  1163. font-family: inherit;
  1164. font-weight: 500;
  1165. line-height: 1.1;
  1166. color: inherit;
  1167. }
  1168. h1 small,
  1169. h2 small,
  1170. h3 small,
  1171. h4 small,
  1172. h5 small,
  1173. h6 small,
  1174. .h1 small,
  1175. .h2 small,
  1176. .h3 small,
  1177. .h4 small,
  1178. .h5 small,
  1179. .h6 small,
  1180. h1 .small,
  1181. h2 .small,
  1182. h3 .small,
  1183. h4 .small,
  1184. h5 .small,
  1185. h6 .small,
  1186. .h1 .small,
  1187. .h2 .small,
  1188. .h3 .small,
  1189. .h4 .small,
  1190. .h5 .small,
  1191. .h6 .small {
  1192. font-weight: normal;
  1193. line-height: 1;
  1194. color: #777777;
  1195. }
  1196. h1,
  1197. .h1,
  1198. h2,
  1199. .h2,
  1200. h3,
  1201. .h3 {
  1202. margin-top: 20px;
  1203. margin-bottom: 10px;
  1204. }
  1205. h1 small,
  1206. .h1 small,
  1207. h2 small,
  1208. .h2 small,
  1209. h3 small,
  1210. .h3 small,
  1211. h1 .small,
  1212. .h1 .small,
  1213. h2 .small,
  1214. .h2 .small,
  1215. h3 .small,
  1216. .h3 .small {
  1217. font-size: 65%;
  1218. }
  1219. h4,
  1220. .h4,
  1221. h5,
  1222. .h5,
  1223. h6,
  1224. .h6 {
  1225. margin-top: 10px;
  1226. margin-bottom: 10px;
  1227. }
  1228. h4 small,
  1229. .h4 small,
  1230. h5 small,
  1231. .h5 small,
  1232. h6 small,
  1233. .h6 small,
  1234. h4 .small,
  1235. .h4 .small,
  1236. h5 .small,
  1237. .h5 .small,
  1238. h6 .small,
  1239. .h6 .small {
  1240. font-size: 75%;
  1241. }
  1242. h1,
  1243. .h1 {
  1244. font-size: 36px;
  1245. }
  1246. h2,
  1247. .h2 {
  1248. font-size: 30px;
  1249. }
  1250. h3,
  1251. .h3 {
  1252. font-size: 24px;
  1253. }
  1254. h4,
  1255. .h4 {
  1256. font-size: 18px;
  1257. }
  1258. h5,
  1259. .h5 {
  1260. font-size: 14px;
  1261. }
  1262. h6,
  1263. .h6 {
  1264. font-size: 12px;
  1265. }
  1266. p {
  1267. margin: 0 0 10px;
  1268. }
  1269. .lead {
  1270. margin-bottom: 20px;
  1271. font-size: 16px;
  1272. font-weight: 300;
  1273. line-height: 1.4;
  1274. }
  1275. @media (min-width: 768px) {
  1276. .lead {
  1277. font-size: 21px;
  1278. }
  1279. }
  1280. small,
  1281. .small {
  1282. font-size: 85%;
  1283. }
  1284. mark,
  1285. .mark {
  1286. background-color: #fcf8e3;
  1287. padding: .2em;
  1288. }
  1289. .text-left {
  1290. text-align: left;
  1291. }
  1292. .text-right {
  1293. text-align: right;
  1294. }
  1295. .text-center {
  1296. text-align: center;
  1297. }
  1298. .text-justify {
  1299. text-align: justify;
  1300. }
  1301. .text-nowrap {
  1302. white-space: nowrap;
  1303. }
  1304. .text-lowercase {
  1305. text-transform: lowercase;
  1306. }
  1307. .text-uppercase {
  1308. text-transform: uppercase;
  1309. }
  1310. .text-capitalize {
  1311. text-transform: capitalize;
  1312. }
  1313. .text-muted {
  1314. color: #777777;
  1315. }
  1316. .text-primary {
  1317. color: #337ab7;
  1318. }
  1319. a.text-primary:hover {
  1320. color: #286090;
  1321. }
  1322. .text-success {
  1323. color: #3c763d;
  1324. }
  1325. a.text-success:hover {
  1326. color: #2b542c;
  1327. }
  1328. .text-info {
  1329. color: #31708f;
  1330. }
  1331. a.text-info:hover {
  1332. color: #245269;
  1333. }
  1334. .text-warning {
  1335. color: #8a6d3b;
  1336. }
  1337. a.text-warning:hover {
  1338. color: #66512c;
  1339. }
  1340. .text-danger {
  1341. color: #a94442;
  1342. }
  1343. a.text-danger:hover {
  1344. color: #843534;
  1345. }
  1346. .bg-primary {
  1347. color: #fff;
  1348. background-color: #337ab7;
  1349. }
  1350. a.bg-primary:hover {
  1351. background-color: #286090;
  1352. }
  1353. .bg-success {
  1354. background-color: #dff0d8;
  1355. }
  1356. a.bg-success:hover {
  1357. background-color: #c1e2b3;
  1358. }
  1359. .bg-info {
  1360. background-color: #d9edf7;
  1361. }
  1362. a.bg-info:hover {
  1363. background-color: #afd9ee;
  1364. }
  1365. .bg-warning {
  1366. background-color: #fcf8e3;
  1367. }
  1368. a.bg-warning:hover {
  1369. background-color: #f7ecb5;
  1370. }
  1371. .bg-danger {
  1372. background-color: #f2dede;
  1373. }
  1374. a.bg-danger:hover {
  1375. background-color: #e4b9b9;
  1376. }
  1377. .page-header {
  1378. padding-bottom: 9px;
  1379. margin: 40px 0 20px;
  1380. border-bottom: 1px solid #eeeeee;
  1381. }
  1382. ul,
  1383. ol {
  1384. margin-top: 0;
  1385. margin-bottom: 10px;
  1386. }
  1387. ul ul,
  1388. ol ul,
  1389. ul ol,
  1390. ol ol {
  1391. margin-bottom: 0;
  1392. }
  1393. .list-unstyled {
  1394. padding-left: 0;
  1395. list-style: none;
  1396. }
  1397. .list-inline {
  1398. padding-left: 0;
  1399. list-style: none;
  1400. margin-left: -5px;
  1401. }
  1402. .list-inline > li {
  1403. display: inline-block;
  1404. padding-left: 5px;
  1405. padding-right: 5px;
  1406. }
  1407. dl {
  1408. margin-top: 0;
  1409. margin-bottom: 20px;
  1410. }
  1411. dt,
  1412. dd {
  1413. line-height: 1.428571429;
  1414. }
  1415. dt {
  1416. font-weight: bold;
  1417. }
  1418. dd {
  1419. margin-left: 0;
  1420. }
  1421. @media (min-width: 768px) {
  1422. .dl-horizontal dt {
  1423. float: left;
  1424. width: 160px;
  1425. clear: left;
  1426. text-align: right;
  1427. overflow: hidden;
  1428. text-overflow: ellipsis;
  1429. white-space: nowrap;
  1430. }
  1431. .dl-horizontal dd {
  1432. margin-left: 180px;
  1433. }
  1434. }
  1435. abbr[title],
  1436. abbr[data-original-title] {
  1437. cursor: help;
  1438. border-bottom: 1px dotted #777777;
  1439. }
  1440. .initialism {
  1441. font-size: 90%;
  1442. text-transform: uppercase;
  1443. }
  1444. blockquote {
  1445. padding: 10px 20px;
  1446. margin: 0 0 20px;
  1447. font-size: 17.5px;
  1448. border-left: 5px solid #eeeeee;
  1449. }
  1450. blockquote p:last-child,
  1451. blockquote ul:last-child,
  1452. blockquote ol:last-child {
  1453. margin-bottom: 0;
  1454. }
  1455. blockquote footer,
  1456. blockquote small,
  1457. blockquote .small {
  1458. display: block;
  1459. font-size: 80%;
  1460. line-height: 1.428571429;
  1461. color: #777777;
  1462. }
  1463. blockquote footer:before,
  1464. blockquote small:before,
  1465. blockquote .small:before {
  1466. content: '\2014 \00A0';
  1467. }
  1468. .blockquote-reverse,
  1469. blockquote.pull-right {
  1470. padding-right: 15px;
  1471. padding-left: 0;
  1472. border-right: 5px solid #eeeeee;
  1473. border-left: 0;
  1474. text-align: right;
  1475. }
  1476. .blockquote-reverse footer:before,
  1477. blockquote.pull-right footer:before,
  1478. .blockquote-reverse small:before,
  1479. blockquote.pull-right small:before,
  1480. .blockquote-reverse .small:before,
  1481. blockquote.pull-right .small:before {
  1482. content: '';
  1483. }
  1484. .blockquote-reverse footer:after,
  1485. blockquote.pull-right footer:after,
  1486. .blockquote-reverse small:after,
  1487. blockquote.pull-right small:after,
  1488. .blockquote-reverse .small:after,
  1489. blockquote.pull-right .small:after {
  1490. content: '\00A0 \2014';
  1491. }
  1492. address {
  1493. margin-bottom: 20px;
  1494. font-style: normal;
  1495. line-height: 1.428571429;
  1496. }
  1497. code,
  1498. kbd,
  1499. pre,
  1500. samp {
  1501. font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  1502. }
  1503. code {
  1504. padding: 2px 4px;
  1505. font-size: 90%;
  1506. color: #c7254e;
  1507. background-color: #f9f2f4;
  1508. border-radius: 4px;
  1509. }
  1510. kbd {
  1511. padding: 2px 4px;
  1512. font-size: 90%;
  1513. color: #ffffff;
  1514. background-color: #333333;
  1515. border-radius: 3px;
  1516. box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  1517. }
  1518. kbd kbd {
  1519. padding: 0;
  1520. font-size: 100%;
  1521. font-weight: bold;
  1522. box-shadow: none;
  1523. }
  1524. pre {
  1525. display: block;
  1526. padding: 9.5px;
  1527. margin: 0 0 10px;
  1528. font-size: 13px;
  1529. line-height: 1.428571429;
  1530. word-break: break-all;
  1531. word-wrap: break-word;
  1532. color: #333333;
  1533. background-color: #f5f5f5;
  1534. border: 1px solid #cccccc;
  1535. border-radius: 4px;
  1536. }
  1537. pre code {
  1538. padding: 0;
  1539. font-size: inherit;
  1540. color: inherit;
  1541. white-space: pre-wrap;
  1542. background-color: transparent;
  1543. border-radius: 0;
  1544. }
  1545. .pre-scrollable {
  1546. max-height: 340px;
  1547. overflow-y: scroll;
  1548. }
  1549. .container {
  1550. margin-right: auto;
  1551. margin-left: auto;
  1552. padding-left: 15px;
  1553. padding-right: 15px;
  1554. }
  1555. @media (min-width: 768px) {
  1556. .container {
  1557. width: 750px;
  1558. }
  1559. }
  1560. @media (min-width: 992px) {
  1561. .container {
  1562. width: 970px;
  1563. }
  1564. }
  1565. @media (min-width: 1200px) {
  1566. .container {
  1567. width: 1170px;
  1568. }
  1569. }
  1570. .container-fluid {
  1571. margin-right: auto;
  1572. margin-left: auto;
  1573. padding-left: 15px;
  1574. padding-right: 15px;
  1575. }
  1576. .row {
  1577. margin-left: -15px;
  1578. margin-right: -15px;
  1579. }
  1580. .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 {
  1581. position: relative;
  1582. min-height: 1px;
  1583. padding-left: 15px;
  1584. padding-right: 15px;
  1585. }
  1586. .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 {
  1587. float: left;
  1588. }
  1589. .col-xs-12 {
  1590. width: 100%;
  1591. }
  1592. .col-xs-11 {
  1593. width: 91.66666666666666%;
  1594. }
  1595. .col-xs-10 {
  1596. width: 83.33333333333334%;
  1597. }
  1598. .col-xs-9 {
  1599. width: 75%;
  1600. }
  1601. .col-xs-8 {
  1602. width: 66.66666666666666%;
  1603. }
  1604. .col-xs-7 {
  1605. width: 58.333333333333336%;
  1606. }
  1607. .col-xs-6 {
  1608. width: 50%;
  1609. }
  1610. .col-xs-5 {
  1611. width: 41.66666666666667%;
  1612. }
  1613. .col-xs-4 {
  1614. width: 33.33333333333333%;
  1615. }
  1616. .col-xs-3 {
  1617. width: 25%;
  1618. }
  1619. .col-xs-2 {
  1620. width: 16.666666666666664%;
  1621. }
  1622. .col-xs-1 {
  1623. width: 8.333333333333332%;
  1624. }
  1625. .col-xs-pull-12 {
  1626. right: 100%;
  1627. }
  1628. .col-xs-pull-11 {
  1629. right: 91.66666666666666%;
  1630. }
  1631. .col-xs-pull-10 {
  1632. right: 83.33333333333334%;
  1633. }
  1634. .col-xs-pull-9 {
  1635. right: 75%;
  1636. }
  1637. .col-xs-pull-8 {
  1638. right: 66.66666666666666%;
  1639. }
  1640. .col-xs-pull-7 {
  1641. right: 58.333333333333336%;
  1642. }
  1643. .col-xs-pull-6 {
  1644. right: 50%;
  1645. }
  1646. .col-xs-pull-5 {
  1647. right: 41.66666666666667%;
  1648. }
  1649. .col-xs-pull-4 {
  1650. right: 33.33333333333333%;
  1651. }
  1652. .col-xs-pull-3 {
  1653. right: 25%;
  1654. }
  1655. .col-xs-pull-2 {
  1656. right: 16.666666666666664%;
  1657. }
  1658. .col-xs-pull-1 {
  1659. right: 8.333333333333332%;
  1660. }
  1661. .col-xs-pull-0 {
  1662. right: auto;
  1663. }
  1664. .col-xs-push-12 {
  1665. left: 100%;
  1666. }
  1667. .col-xs-push-11 {
  1668. left: 91.66666666666666%;
  1669. }
  1670. .col-xs-push-10 {
  1671. left: 83.33333333333334%;
  1672. }
  1673. .col-xs-push-9 {
  1674. left: 75%;
  1675. }
  1676. .col-xs-push-8 {
  1677. left: 66.66666666666666%;
  1678. }
  1679. .col-xs-push-7 {
  1680. left: 58.333333333333336%;
  1681. }
  1682. .col-xs-push-6 {
  1683. left: 50%;
  1684. }
  1685. .col-xs-push-5 {
  1686. left: 41.66666666666667%;
  1687. }
  1688. .col-xs-push-4 {
  1689. left: 33.33333333333333%;
  1690. }
  1691. .col-xs-push-3 {
  1692. left: 25%;
  1693. }
  1694. .col-xs-push-2 {
  1695. left: 16.666666666666664%;
  1696. }
  1697. .col-xs-push-1 {
  1698. left: 8.333333333333332%;
  1699. }
  1700. .col-xs-push-0 {
  1701. left: auto;
  1702. }
  1703. .col-xs-offset-12 {
  1704. margin-left: 100%;
  1705. }
  1706. .col-xs-offset-11 {
  1707. margin-left: 91.66666666666666%;
  1708. }
  1709. .col-xs-offset-10 {
  1710. margin-left: 83.33333333333334%;
  1711. }
  1712. .col-xs-offset-9 {
  1713. margin-left: 75%;
  1714. }
  1715. .col-xs-offset-8 {
  1716. margin-left: 66.66666666666666%;
  1717. }
  1718. .col-xs-offset-7 {
  1719. margin-left: 58.333333333333336%;
  1720. }
  1721. .col-xs-offset-6 {
  1722. margin-left: 50%;
  1723. }
  1724. .col-xs-offset-5 {
  1725. margin-left: 41.66666666666667%;
  1726. }
  1727. .col-xs-offset-4 {
  1728. margin-left: 33.33333333333333%;
  1729. }
  1730. .col-xs-offset-3 {
  1731. margin-left: 25%;
  1732. }
  1733. .col-xs-offset-2 {
  1734. margin-left: 16.666666666666664%;
  1735. }
  1736. .col-xs-offset-1 {
  1737. margin-left: 8.333333333333332%;
  1738. }
  1739. .col-xs-offset-0 {
  1740. margin-left: 0%;
  1741. }
  1742. @media (min-width: 768px) {
  1743. .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 {
  1744. float: left;
  1745. }
  1746. .col-sm-12 {
  1747. width: 100%;
  1748. }
  1749. .col-sm-11 {
  1750. width: 91.66666666666666%;
  1751. }
  1752. .col-sm-10 {
  1753. width: 83.33333333333334%;
  1754. }
  1755. .col-sm-9 {
  1756. width: 75%;
  1757. }
  1758. .col-sm-8 {
  1759. width: 66.66666666666666%;
  1760. }
  1761. .col-sm-7 {
  1762. width: 58.333333333333336%;
  1763. }
  1764. .col-sm-6 {
  1765. width: 50%;
  1766. }
  1767. .col-sm-5 {
  1768. width: 41.66666666666667%;
  1769. }
  1770. .col-sm-4 {
  1771. width: 33.33333333333333%;
  1772. }
  1773. .col-sm-3 {
  1774. width: 25%;
  1775. }
  1776. .col-sm-2 {
  1777. width: 16.666666666666664%;
  1778. }
  1779. .col-sm-1 {
  1780. width: 8.333333333333332%;
  1781. }
  1782. .col-sm-pull-12 {
  1783. right: 100%;
  1784. }
  1785. .col-sm-pull-11 {
  1786. right: 91.66666666666666%;
  1787. }
  1788. .col-sm-pull-10 {
  1789. right: 83.33333333333334%;
  1790. }
  1791. .col-sm-pull-9 {
  1792. right: 75%;
  1793. }
  1794. .col-sm-pull-8 {
  1795. right: 66.66666666666666%;
  1796. }
  1797. .col-sm-pull-7 {
  1798. right: 58.333333333333336%;
  1799. }
  1800. .col-sm-pull-6 {
  1801. right: 50%;
  1802. }
  1803. .col-sm-pull-5 {
  1804. right: 41.66666666666667%;
  1805. }
  1806. .col-sm-pull-4 {
  1807. right: 33.33333333333333%;
  1808. }
  1809. .col-sm-pull-3 {
  1810. right: 25%;
  1811. }
  1812. .col-sm-pull-2 {
  1813. right: 16.666666666666664%;
  1814. }
  1815. .col-sm-pull-1 {
  1816. right: 8.333333333333332%;
  1817. }
  1818. .col-sm-pull-0 {
  1819. right: auto;
  1820. }
  1821. .col-sm-push-12 {
  1822. left: 100%;
  1823. }
  1824. .col-sm-push-11 {
  1825. left: 91.66666666666666%;
  1826. }
  1827. .col-sm-push-10 {
  1828. left: 83.33333333333334%;
  1829. }
  1830. .col-sm-push-9 {
  1831. left: 75%;
  1832. }
  1833. .col-sm-push-8 {
  1834. left: 66.66666666666666%;
  1835. }
  1836. .col-sm-push-7 {
  1837. left: 58.333333333333336%;
  1838. }
  1839. .col-sm-push-6 {
  1840. left: 50%;
  1841. }
  1842. .col-sm-push-5 {
  1843. left: 41.66666666666667%;
  1844. }
  1845. .col-sm-push-4 {
  1846. left: 33.33333333333333%;
  1847. }
  1848. .col-sm-push-3 {
  1849. left: 25%;
  1850. }
  1851. .col-sm-push-2 {
  1852. left: 16.666666666666664%;
  1853. }
  1854. .col-sm-push-1 {
  1855. left: 8.333333333333332%;
  1856. }
  1857. .col-sm-push-0 {
  1858. left: auto;
  1859. }
  1860. .col-sm-offset-12 {
  1861. margin-left: 100%;
  1862. }
  1863. .col-sm-offset-11 {
  1864. margin-left: 91.66666666666666%;
  1865. }
  1866. .col-sm-offset-10 {
  1867. margin-left: 83.33333333333334%;
  1868. }
  1869. .col-sm-offset-9 {
  1870. margin-left: 75%;
  1871. }
  1872. .col-sm-offset-8 {
  1873. margin-left: 66.66666666666666%;
  1874. }
  1875. .col-sm-offset-7 {
  1876. margin-left: 58.333333333333336%;
  1877. }
  1878. .col-sm-offset-6 {
  1879. margin-left: 50%;
  1880. }
  1881. .col-sm-offset-5 {
  1882. margin-left: 41.66666666666667%;
  1883. }
  1884. .col-sm-offset-4 {
  1885. margin-left: 33.33333333333333%;
  1886. }
  1887. .col-sm-offset-3 {
  1888. margin-left: 25%;
  1889. }
  1890. .col-sm-offset-2 {
  1891. margin-left: 16.666666666666664%;
  1892. }
  1893. .col-sm-offset-1 {
  1894. margin-left: 8.333333333333332%;
  1895. }
  1896. .col-sm-offset-0 {
  1897. margin-left: 0%;
  1898. }
  1899. }
  1900. @media (min-width: 992px) {
  1901. .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 {
  1902. float: left;
  1903. }
  1904. .col-md-12 {
  1905. width: 100%;
  1906. }
  1907. .col-md-11 {
  1908. width: 91.66666666666666%;
  1909. }
  1910. .col-md-10 {
  1911. width: 83.33333333333334%;
  1912. }
  1913. .col-md-9 {
  1914. width: 75%;
  1915. }
  1916. .col-md-8 {
  1917. width: 66.66666666666666%;
  1918. }
  1919. .col-md-7 {
  1920. width: 58.333333333333336%;
  1921. }
  1922. .col-md-6 {
  1923. width: 50%;
  1924. }
  1925. .col-md-5 {
  1926. width: 41.66666666666667%;
  1927. }
  1928. .col-md-4 {
  1929. width: 33.33333333333333%;
  1930. }
  1931. .col-md-3 {
  1932. width: 25%;
  1933. }
  1934. .col-md-2 {
  1935. width: 16.666666666666664%;
  1936. }
  1937. .col-md-1 {
  1938. width: 8.333333333333332%;
  1939. }
  1940. .col-md-pull-12 {
  1941. right: 100%;
  1942. }
  1943. .col-md-pull-11 {
  1944. right: 91.66666666666666%;
  1945. }
  1946. .col-md-pull-10 {
  1947. right: 83.33333333333334%;
  1948. }
  1949. .col-md-pull-9 {
  1950. right: 75%;
  1951. }
  1952. .col-md-pull-8 {
  1953. right: 66.66666666666666%;
  1954. }
  1955. .col-md-pull-7 {
  1956. right: 58.333333333333336%;
  1957. }
  1958. .col-md-pull-6 {
  1959. right: 50%;
  1960. }
  1961. .col-md-pull-5 {
  1962. right: 41.66666666666667%;
  1963. }
  1964. .col-md-pull-4 {
  1965. right: 33.33333333333333%;
  1966. }
  1967. .col-md-pull-3 {
  1968. right: 25%;
  1969. }
  1970. .col-md-pull-2 {
  1971. right: 16.666666666666664%;
  1972. }
  1973. .col-md-pull-1 {
  1974. right: 8.333333333333332%;
  1975. }
  1976. .col-md-pull-0 {
  1977. right: auto;
  1978. }
  1979. .col-md-push-12 {
  1980. left: 100%;
  1981. }
  1982. .col-md-push-11 {
  1983. left: 91.66666666666666%;
  1984. }
  1985. .col-md-push-10 {
  1986. left: 83.33333333333334%;
  1987. }
  1988. .col-md-push-9 {
  1989. left: 75%;
  1990. }
  1991. .col-md-push-8 {
  1992. left: 66.66666666666666%;
  1993. }
  1994. .col-md-push-7 {
  1995. left: 58.333333333333336%;
  1996. }
  1997. .col-md-push-6 {
  1998. left: 50%;
  1999. }
  2000. .col-md-push-5 {
  2001. left: 41.66666666666667%;
  2002. }
  2003. .col-md-push-4 {
  2004. left: 33.33333333333333%;
  2005. }
  2006. .col-md-push-3 {
  2007. left: 25%;
  2008. }
  2009. .col-md-push-2 {
  2010. left: 16.666666666666664%;
  2011. }
  2012. .col-md-push-1 {
  2013. left: 8.333333333333332%;
  2014. }
  2015. .col-md-push-0 {
  2016. left: auto;
  2017. }
  2018. .col-md-offset-12 {
  2019. margin-left: 100%;
  2020. }
  2021. .col-md-offset-11 {
  2022. margin-left: 91.66666666666666%;
  2023. }
  2024. .col-md-offset-10 {
  2025. margin-left: 83.33333333333334%;
  2026. }
  2027. .col-md-offset-9 {
  2028. margin-left: 75%;
  2029. }
  2030. .col-md-offset-8 {
  2031. margin-left: 66.66666666666666%;
  2032. }
  2033. .col-md-offset-7 {
  2034. margin-left: 58.333333333333336%;
  2035. }
  2036. .col-md-offset-6 {
  2037. margin-left: 50%;
  2038. }
  2039. .col-md-offset-5 {
  2040. margin-left: 41.66666666666667%;
  2041. }
  2042. .col-md-offset-4 {
  2043. margin-left: 33.33333333333333%;
  2044. }
  2045. .col-md-offset-3 {
  2046. margin-left: 25%;
  2047. }
  2048. .col-md-offset-2 {
  2049. margin-left: 16.666666666666664%;
  2050. }
  2051. .col-md-offset-1 {
  2052. margin-left: 8.333333333333332%;
  2053. }
  2054. .col-md-offset-0 {
  2055. margin-left: 0%;
  2056. }
  2057. }
  2058. @media (min-width: 1200px) {
  2059. .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 {
  2060. float: left;
  2061. }
  2062. .col-lg-12 {
  2063. width: 100%;
  2064. }
  2065. .col-lg-11 {
  2066. width: 91.66666666666666%;
  2067. }
  2068. .col-lg-10 {
  2069. width: 83.33333333333334%;
  2070. }
  2071. .col-lg-9 {
  2072. width: 75%;
  2073. }
  2074. .col-lg-8 {
  2075. width: 66.66666666666666%;
  2076. }
  2077. .col-lg-7 {
  2078. width: 58.333333333333336%;
  2079. }
  2080. .col-lg-6 {
  2081. width: 50%;
  2082. }
  2083. .col-lg-5 {
  2084. width: 41.66666666666667%;
  2085. }
  2086. .col-lg-4 {
  2087. width: 33.33333333333333%;
  2088. }
  2089. .col-lg-3 {
  2090. width: 25%;
  2091. }
  2092. .col-lg-2 {
  2093. width: 16.666666666666664%;
  2094. }
  2095. .col-lg-1 {
  2096. width: 8.333333333333332%;
  2097. }
  2098. .col-lg-pull-12 {
  2099. right: 100%;
  2100. }
  2101. .col-lg-pull-11 {
  2102. right: 91.66666666666666%;
  2103. }
  2104. .col-lg-pull-10 {
  2105. right: 83.33333333333334%;
  2106. }
  2107. .col-lg-pull-9 {
  2108. right: 75%;
  2109. }
  2110. .col-lg-pull-8 {
  2111. right: 66.66666666666666%;
  2112. }
  2113. .col-lg-pull-7 {
  2114. right: 58.333333333333336%;
  2115. }
  2116. .col-lg-pull-6 {
  2117. right: 50%;
  2118. }
  2119. .col-lg-pull-5 {
  2120. right: 41.66666666666667%;
  2121. }
  2122. .col-lg-pull-4 {
  2123. right: 33.33333333333333%;
  2124. }
  2125. .col-lg-pull-3 {
  2126. right: 25%;
  2127. }
  2128. .col-lg-pull-2 {
  2129. right: 16.666666666666664%;
  2130. }
  2131. .col-lg-pull-1 {
  2132. right: 8.333333333333332%;
  2133. }
  2134. .col-lg-pull-0 {
  2135. right: auto;
  2136. }
  2137. .col-lg-push-12 {
  2138. left: 100%;
  2139. }
  2140. .col-lg-push-11 {
  2141. left: 91.66666666666666%;
  2142. }
  2143. .col-lg-push-10 {
  2144. left: 83.33333333333334%;
  2145. }
  2146. .col-lg-push-9 {
  2147. left: 75%;
  2148. }
  2149. .col-lg-push-8 {
  2150. left: 66.66666666666666%;
  2151. }
  2152. .col-lg-push-7 {
  2153. left: 58.333333333333336%;
  2154. }
  2155. .col-lg-push-6 {
  2156. left: 50%;
  2157. }
  2158. .col-lg-push-5 {
  2159. left: 41.66666666666667%;
  2160. }
  2161. .col-lg-push-4 {
  2162. left: 33.33333333333333%;
  2163. }
  2164. .col-lg-push-3 {
  2165. left: 25%;
  2166. }
  2167. .col-lg-push-2 {
  2168. left: 16.666666666666664%;
  2169. }
  2170. .col-lg-push-1 {
  2171. left: 8.333333333333332%;
  2172. }
  2173. .col-lg-push-0 {
  2174. left: auto;
  2175. }
  2176. .col-lg-offset-12 {
  2177. margin-left: 100%;
  2178. }
  2179. .col-lg-offset-11 {
  2180. margin-left: 91.66666666666666%;
  2181. }
  2182. .col-lg-offset-10 {
  2183. margin-left: 83.33333333333334%;
  2184. }
  2185. .col-lg-offset-9 {
  2186. margin-left: 75%;
  2187. }
  2188. .col-lg-offset-8 {
  2189. margin-left: 66.66666666666666%;
  2190. }
  2191. .col-lg-offset-7 {
  2192. margin-left: 58.333333333333336%;
  2193. }
  2194. .col-lg-offset-6 {
  2195. margin-left: 50%;
  2196. }
  2197. .col-lg-offset-5 {
  2198. margin-left: 41.66666666666667%;
  2199. }
  2200. .col-lg-offset-4 {
  2201. margin-left: 33.33333333333333%;
  2202. }
  2203. .col-lg-offset-3 {
  2204. margin-left: 25%;
  2205. }
  2206. .col-lg-offset-2 {
  2207. margin-left: 16.666666666666664%;
  2208. }
  2209. .col-lg-offset-1 {
  2210. margin-left: 8.333333333333332%;
  2211. }
  2212. .col-lg-offset-0 {
  2213. margin-left: 0%;
  2214. }
  2215. }
  2216. table {
  2217. background-color: transparent;
  2218. }
  2219. caption {
  2220. padding-top: 8px;
  2221. padding-bottom: 8px;
  2222. color: #777777;
  2223. text-align: left;
  2224. }
  2225. th {
  2226. text-align: left;
  2227. }
  2228. .table {
  2229. width: 100%;
  2230. max-width: 100%;
  2231. margin-bottom: 20px;
  2232. }
  2233. .table > thead > tr > th,
  2234. .table > tbody > tr > th,
  2235. .table > tfoot > tr > th,
  2236. .table > thead > tr > td,
  2237. .table > tbody > tr > td,
  2238. .table > tfoot > tr > td {
  2239. padding: 8px;
  2240. line-height: 1.428571429;
  2241. vertical-align: top;
  2242. border-top: 1px solid #dddddd;
  2243. }
  2244. .table > thead > tr > th {
  2245. vertical-align: bottom;
  2246. border-bottom: 2px solid #dddddd;
  2247. }
  2248. .table > caption + thead > tr:first-child > th,
  2249. .table > colgroup + thead > tr:first-child > th,
  2250. .table > thead:first-child > tr:first-child > th,
  2251. .table > caption + thead > tr:first-child > td,
  2252. .table > colgroup + thead > tr:first-child > td,
  2253. .table > thead:first-child > tr:first-child > td {
  2254. border-top: 0;
  2255. }
  2256. .table > tbody + tbody {
  2257. border-top: 2px solid #dddddd;
  2258. }
  2259. .table .table {
  2260. background-color: #ffffff;
  2261. }
  2262. .table-condensed > thead > tr > th,
  2263. .table-condensed > tbody > tr > th,
  2264. .table-condensed > tfoot > tr > th,
  2265. .table-condensed > thead > tr > td,
  2266. .table-condensed > tbody > tr > td,
  2267. .table-condensed > tfoot > tr > td {
  2268. padding: 5px;
  2269. }
  2270. .table-bordered {
  2271. border: 1px solid #dddddd;
  2272. }
  2273. .table-bordered > thead > tr > th,
  2274. .table-bordered > tbody > tr > th,
  2275. .table-bordered > tfoot > tr > th,
  2276. .table-bordered > thead > tr > td,
  2277. .table-bordered > tbody > tr > td,
  2278. .table-bordered > tfoot > tr > td {
  2279. border: 1px solid #dddddd;
  2280. }
  2281. .table-bordered > thead > tr > th,
  2282. .table-bordered > thead > tr > td {
  2283. border-bottom-width: 2px;
  2284. }
  2285. .table-striped > tbody > tr:nth-of-type(odd) {
  2286. background-color: #f9f9f9;
  2287. }
  2288. .table-hover > tbody > tr:hover {
  2289. background-color: #f5f5f5;
  2290. }
  2291. table col[class*="col-"] {
  2292. position: static;
  2293. float: none;
  2294. display: table-column;
  2295. }
  2296. table td[class*="col-"],
  2297. table th[class*="col-"] {
  2298. position: static;
  2299. float: none;
  2300. display: table-cell;
  2301. }
  2302. .table > thead > tr > td.active,
  2303. .table > tbody > tr > td.active,
  2304. .table > tfoot > tr > td.active,
  2305. .table > thead > tr > th.active,
  2306. .table > tbody > tr > th.active,
  2307. .table > tfoot > tr > th.active,
  2308. .table > thead > tr.active > td,
  2309. .table > tbody > tr.active > td,
  2310. .table > tfoot > tr.active > td,
  2311. .table > thead > tr.active > th,
  2312. .table > tbody > tr.active > th,
  2313. .table > tfoot > tr.active > th {
  2314. background-color: #f5f5f5;
  2315. }
  2316. .table-hover > tbody > tr > td.active:hover,
  2317. .table-hover > tbody > tr > th.active:hover,
  2318. .table-hover > tbody > tr.active:hover > td,
  2319. .table-hover > tbody > tr:hover > .active,
  2320. .table-hover > tbody > tr.active:hover > th {
  2321. background-color: #e8e8e8;
  2322. }
  2323. .table > thead > tr > td.success,
  2324. .table > tbody > tr > td.success,
  2325. .table > tfoot > tr > td.success,
  2326. .table > thead > tr > th.success,
  2327. .table > tbody > tr > th.success,
  2328. .table > tfoot > tr > th.success,
  2329. .table > thead > tr.success > td,
  2330. .table > tbody > tr.success > td,
  2331. .table > tfoot > tr.success > td,
  2332. .table > thead > tr.success > th,
  2333. .table > tbody > tr.success > th,
  2334. .table > tfoot > tr.success > th {
  2335. background-color: #dff0d8;
  2336. }
  2337. .table-hover > tbody > tr > td.success:hover,
  2338. .table-hover > tbody > tr > th.success:hover,
  2339. .table-hover > tbody > tr.success:hover > td,
  2340. .table-hover > tbody > tr:hover > .success,
  2341. .table-hover > tbody > tr.success:hover > th {
  2342. background-color: #d0e9c6;
  2343. }
  2344. .table > thead > tr > td.info,
  2345. .table > tbody > tr > td.info,
  2346. .table > tfoot > tr > td.info,
  2347. .table > thead > tr > th.info,
  2348. .table > tbody > tr > th.info,
  2349. .table > tfoot > tr > th.info,
  2350. .table > thead > tr.info > td,
  2351. .table > tbody > tr.info > td,
  2352. .table > tfoot > tr.info > td,
  2353. .table > thead > tr.info > th,
  2354. .table > tbody > tr.info > th,
  2355. .table > tfoot > tr.info > th {
  2356. background-color: #d9edf7;
  2357. }
  2358. .table-hover > tbody > tr > td.info:hover,
  2359. .table-hover > tbody > tr > th.info:hover,
  2360. .table-hover > tbody > tr.info:hover > td,
  2361. .table-hover > tbody > tr:hover > .info,
  2362. .table-hover > tbody > tr.info:hover > th {
  2363. background-color: #c4e3f3;
  2364. }
  2365. .table > thead > tr > td.warning,
  2366. .table > tbody > tr > td.warning,
  2367. .table > tfoot > tr > td.warning,
  2368. .table > thead > tr > th.warning,
  2369. .table > tbody > tr > th.warning,
  2370. .table > tfoot > tr > th.warning,
  2371. .table > thead > tr.warning > td,
  2372. .table > tbody > tr.warning > td,
  2373. .table > tfoot > tr.warning > td,
  2374. .table > thead > tr.warning > th,
  2375. .table > tbody > tr.warning > th,
  2376. .table > tfoot > tr.warning > th {
  2377. background-color: #fcf8e3;
  2378. }
  2379. .table-hover > tbody > tr > td.warning:hover,
  2380. .table-hover > tbody > tr > th.warning:hover,
  2381. .table-hover > tbody > tr.warning:hover > td,
  2382. .table-hover > tbody > tr:hover > .warning,
  2383. .table-hover > tbody > tr.warning:hover > th {
  2384. background-color: #faf2cc;
  2385. }
  2386. .table > thead > tr > td.danger,
  2387. .table > tbody > tr > td.danger,
  2388. .table > tfoot > tr > td.danger,
  2389. .table > thead > tr > th.danger,
  2390. .table > tbody > tr > th.danger,
  2391. .table > tfoot > tr > th.danger,
  2392. .table > thead > tr.danger > td,
  2393. .table > tbody > tr.danger > td,
  2394. .table > tfoot > tr.danger > td,
  2395. .table > thead > tr.danger > th,
  2396. .table > tbody > tr.danger > th,
  2397. .table > tfoot > tr.danger > th {
  2398. background-color: #f2dede;
  2399. }
  2400. .table-hover > tbody > tr > td.danger:hover,
  2401. .table-hover > tbody > tr > th.danger:hover,
  2402. .table-hover > tbody > tr.danger:hover > td,
  2403. .table-hover > tbody > tr:hover > .danger,
  2404. .table-hover > tbody > tr.danger:hover > th {
  2405. background-color: #ebcccc;
  2406. }
  2407. .table-responsive {
  2408. overflow-x: auto;
  2409. min-height: 0.01%;
  2410. }
  2411. @media screen and (max-width: 767px) {
  2412. .table-responsive {
  2413. width: 100%;
  2414. margin-bottom: 15px;
  2415. overflow-y: hidden;
  2416. -ms-overflow-style: -ms-autohiding-scrollbar;
  2417. border: 1px solid #dddddd;
  2418. }
  2419. .table-responsive > .table {
  2420. margin-bottom: 0;
  2421. }
  2422. .table-responsive > .table > thead > tr > th,
  2423. .table-responsive > .table > tbody > tr > th,
  2424. .table-responsive > .table > tfoot > tr > th,
  2425. .table-responsive > .table > thead > tr > td,
  2426. .table-responsive > .table > tbody > tr > td,
  2427. .table-responsive > .table > tfoot > tr > td {
  2428. white-space: nowrap;
  2429. }
  2430. .table-responsive > .table-bordered {
  2431. border: 0;
  2432. }
  2433. .table-responsive > .table-bordered > thead > tr > th:first-child,
  2434. .table-responsive > .table-bordered > tbody > tr > th:first-child,
  2435. .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  2436. .table-responsive > .table-bordered > thead > tr > td:first-child,
  2437. .table-responsive > .table-bordered > tbody > tr > td:first-child,
  2438. .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  2439. border-left: 0;
  2440. }
  2441. .table-responsive > .table-bordered > thead > tr > th:last-child,
  2442. .table-responsive > .table-bordered > tbody > tr > th:last-child,
  2443. .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  2444. .table-responsive > .table-bordered > thead > tr > td:last-child,
  2445. .table-responsive > .table-bordered > tbody > tr > td:last-child,
  2446. .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  2447. border-right: 0;
  2448. }
  2449. .table-responsive > .table-bordered > tbody > tr:last-child > th,
  2450. .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  2451. .table-responsive > .table-bordered > tbody > tr:last-child > td,
  2452. .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  2453. border-bottom: 0;
  2454. }
  2455. }
  2456. fieldset {
  2457. padding: 0;
  2458. margin: 0;
  2459. border: 0;
  2460. min-width: 0;
  2461. }
  2462. legend {
  2463. display: block;
  2464. width: 100%;
  2465. padding: 0;
  2466. margin-bottom: 20px;
  2467. font-size: 21px;
  2468. line-height: inherit;
  2469. color: #333333;
  2470. border: 0;
  2471. border-bottom: 1px solid #e5e5e5;
  2472. }
  2473. label {
  2474. display: inline-block;
  2475. max-width: 100%;
  2476. margin-bottom: 5px;
  2477. font-weight: bold;
  2478. }
  2479. input[type="search"] {
  2480. -webkit-box-sizing: border-box;
  2481. -moz-box-sizing: border-box;
  2482. box-sizing: border-box;
  2483. }
  2484. input[type="radio"],
  2485. input[type="checkbox"] {
  2486. margin: 4px 0 0;
  2487. margin-top: 1px \9;
  2488. line-height: normal;
  2489. }
  2490. input[type="file"] {
  2491. display: block;
  2492. }
  2493. input[type="range"] {
  2494. display: block;
  2495. width: 100%;
  2496. }
  2497. select[multiple],
  2498. select[size] {
  2499. height: auto;
  2500. }
  2501. input[type="file"]:focus,
  2502. input[type="radio"]:focus,
  2503. input[type="checkbox"]:focus {
  2504. outline: thin dotted;
  2505. outline: 5px auto -webkit-focus-ring-color;
  2506. outline-offset: -2px;
  2507. }
  2508. output {
  2509. display: block;
  2510. padding-top: 7px;
  2511. font-size: 14px;
  2512. line-height: 1.428571429;
  2513. color: #555555;
  2514. }
  2515. .form-control {
  2516. display: block;
  2517. width: 100%;
  2518. height: 34px;
  2519. padding: 6px 12px;
  2520. font-size: 14px;
  2521. line-height: 1.428571429;
  2522. color: #555555;
  2523. background-color: #ffffff;
  2524. background-image: none;
  2525. border: 1px solid #cccccc;
  2526. border-radius: 4px;
  2527. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2528. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2529. -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  2530. -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  2531. transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  2532. }
  2533. .form-control:focus {
  2534. border-color: #66afe9;
  2535. outline: 0;
  2536. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  2537. box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  2538. }
  2539. .form-control::-moz-placeholder {
  2540. color: #999999;
  2541. opacity: 1;
  2542. }
  2543. .form-control:-ms-input-placeholder {
  2544. color: #999999;
  2545. }
  2546. .form-control::-webkit-input-placeholder {
  2547. color: #999999;
  2548. }
  2549. .form-control[disabled],
  2550. .form-control[readonly],
  2551. fieldset[disabled] .form-control {
  2552. cursor: not-allowed;
  2553. background-color: #eeeeee;
  2554. opacity: 1;
  2555. }
  2556. textarea.form-control {
  2557. height: auto;
  2558. }
  2559. input[type="search"] {
  2560. -webkit-appearance: none;
  2561. }
  2562. @media screen and (-webkit-min-device-pixel-ratio: 0) {
  2563. input[type="date"],
  2564. input[type="time"],
  2565. input[type="datetime-local"],
  2566. input[type="month"] {
  2567. line-height: 34px;
  2568. }
  2569. input[type="date"].input-sm,
  2570. input[type="time"].input-sm,
  2571. input[type="datetime-local"].input-sm,
  2572. input[type="month"].input-sm,
  2573. .input-group-sm input[type="date"],
  2574. .input-group-sm input[type="time"],
  2575. .input-group-sm input[type="datetime-local"],
  2576. .input-group-sm input[type="month"] {
  2577. line-height: 30px;
  2578. }
  2579. input[type="date"].input-lg,
  2580. input[type="time"].input-lg,
  2581. input[type="datetime-local"].input-lg,
  2582. input[type="month"].input-lg,
  2583. .input-group-lg input[type="date"],
  2584. .input-group-lg input[type="time"],
  2585. .input-group-lg input[type="datetime-local"],
  2586. .input-group-lg input[type="month"] {
  2587. line-height: 46px;
  2588. }
  2589. }
  2590. .form-group {
  2591. margin-bottom: 15px;
  2592. }
  2593. .radio,
  2594. .checkbox {
  2595. position: relative;
  2596. display: block;
  2597. margin-top: 10px;
  2598. margin-bottom: 10px;
  2599. }
  2600. .radio label,
  2601. .checkbox label {
  2602. min-height: 20px;
  2603. padding-left: 20px;
  2604. margin-bottom: 0;
  2605. font-weight: normal;
  2606. cursor: pointer;
  2607. }
  2608. .radio input[type="radio"],
  2609. .radio-inline input[type="radio"],
  2610. .checkbox input[type="checkbox"],
  2611. .checkbox-inline input[type="checkbox"] {
  2612. position: absolute;
  2613. margin-left: -20px;
  2614. margin-top: 4px \9;
  2615. }
  2616. .radio + .radio,
  2617. .checkbox + .checkbox {
  2618. margin-top: -5px;
  2619. }
  2620. .radio-inline,
  2621. .checkbox-inline {
  2622. display: inline-block;
  2623. padding-left: 20px;
  2624. margin-bottom: 0;
  2625. vertical-align: middle;
  2626. font-weight: normal;
  2627. cursor: pointer;
  2628. }
  2629. .radio-inline + .radio-inline,
  2630. .checkbox-inline + .checkbox-inline {
  2631. margin-top: 0;
  2632. margin-left: 10px;
  2633. }
  2634. input[type="radio"][disabled],
  2635. input[type="checkbox"][disabled],
  2636. input[type="radio"].disabled,
  2637. input[type="checkbox"].disabled,
  2638. fieldset[disabled] input[type="radio"],
  2639. fieldset[disabled] input[type="checkbox"] {
  2640. cursor: not-allowed;
  2641. }
  2642. .radio-inline.disabled,
  2643. .checkbox-inline.disabled,
  2644. fieldset[disabled] .radio-inline,
  2645. fieldset[disabled] .checkbox-inline {
  2646. cursor: not-allowed;
  2647. }
  2648. .radio.disabled label,
  2649. .checkbox.disabled label,
  2650. fieldset[disabled] .radio label,
  2651. fieldset[disabled] .checkbox label {
  2652. cursor: not-allowed;
  2653. }
  2654. .form-control-static {
  2655. padding-top: 7px;
  2656. padding-bottom: 7px;
  2657. margin-bottom: 0;
  2658. }
  2659. .form-control-static.input-lg,
  2660. .form-control-static.input-sm {
  2661. padding-left: 0;
  2662. padding-right: 0;
  2663. }
  2664. .input-sm {
  2665. height: 30px;
  2666. padding: 5px 10px;
  2667. font-size: 12px;
  2668. line-height: 1.5;
  2669. border-radius: 3px;
  2670. }
  2671. select.input-sm {
  2672. height: 30px;
  2673. line-height: 30px;
  2674. }
  2675. textarea.input-sm,
  2676. select[multiple].input-sm {
  2677. height: auto;
  2678. }
  2679. .form-group-sm .form-control {
  2680. height: 30px;
  2681. padding: 5px 10px;
  2682. font-size: 12px;
  2683. line-height: 1.5;
  2684. border-radius: 3px;
  2685. }
  2686. select.form-group-sm .form-control {
  2687. height: 30px;
  2688. line-height: 30px;
  2689. }
  2690. textarea.form-group-sm .form-control,
  2691. select[multiple].form-group-sm .form-control {
  2692. height: auto;
  2693. }
  2694. .form-group-sm .form-control-static {
  2695. height: 30px;
  2696. padding: 5px 10px;
  2697. font-size: 12px;
  2698. line-height: 1.5;
  2699. }
  2700. .input-lg {
  2701. height: 46px;
  2702. padding: 10px 16px;
  2703. font-size: 18px;
  2704. line-height: 1.3333333;
  2705. border-radius: 6px;
  2706. }
  2707. select.input-lg {
  2708. height: 46px;
  2709. line-height: 46px;
  2710. }
  2711. textarea.input-lg,
  2712. select[multiple].input-lg {
  2713. height: auto;
  2714. }
  2715. .form-group-lg .form-control {
  2716. height: 46px;
  2717. padding: 10px 16px;
  2718. font-size: 18px;
  2719. line-height: 1.3333333;
  2720. border-radius: 6px;
  2721. }
  2722. select.form-group-lg .form-control {
  2723. height: 46px;
  2724. line-height: 46px;
  2725. }
  2726. textarea.form-group-lg .form-control,
  2727. select[multiple].form-group-lg .form-control {
  2728. height: auto;
  2729. }
  2730. .form-group-lg .form-control-static {
  2731. height: 46px;
  2732. padding: 10px 16px;
  2733. font-size: 18px;
  2734. line-height: 1.3333333;
  2735. }
  2736. .has-feedback {
  2737. position: relative;
  2738. }
  2739. .has-feedback .form-control {
  2740. padding-right: 42.5px;
  2741. }
  2742. .form-control-feedback {
  2743. position: absolute;
  2744. top: 0;
  2745. right: 0;
  2746. z-index: 2;
  2747. display: block;
  2748. width: 34px;
  2749. height: 34px;
  2750. line-height: 34px;
  2751. text-align: center;
  2752. pointer-events: none;
  2753. }
  2754. .input-lg + .form-control-feedback {
  2755. width: 46px;
  2756. height: 46px;
  2757. line-height: 46px;
  2758. }
  2759. .input-sm + .form-control-feedback {
  2760. width: 30px;
  2761. height: 30px;
  2762. line-height: 30px;
  2763. }
  2764. .has-success .help-block,
  2765. .has-success .control-label,
  2766. .has-success .radio,
  2767. .has-success .checkbox,
  2768. .has-success .radio-inline,
  2769. .has-success .checkbox-inline,
  2770. .has-success.radio label,
  2771. .has-success.checkbox label,
  2772. .has-success.radio-inline label,
  2773. .has-success.checkbox-inline label {
  2774. color: #3c763d;
  2775. }
  2776. .has-success .form-control {
  2777. border-color: #3c763d;
  2778. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2779. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2780. }
  2781. .has-success .form-control:focus {
  2782. border-color: #2b542c;
  2783. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  2784. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  2785. }
  2786. .has-success .input-group-addon {
  2787. color: #3c763d;
  2788. border-color: #3c763d;
  2789. background-color: #dff0d8;
  2790. }
  2791. .has-success .form-control-feedback {
  2792. color: #3c763d;
  2793. }
  2794. .has-warning .help-block,
  2795. .has-warning .control-label,
  2796. .has-warning .radio,
  2797. .has-warning .checkbox,
  2798. .has-warning .radio-inline,
  2799. .has-warning .checkbox-inline,
  2800. .has-warning.radio label,
  2801. .has-warning.checkbox label,
  2802. .has-warning.radio-inline label,
  2803. .has-warning.checkbox-inline label {
  2804. color: #8a6d3b;
  2805. }
  2806. .has-warning .form-control {
  2807. border-color: #8a6d3b;
  2808. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2809. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2810. }
  2811. .has-warning .form-control:focus {
  2812. border-color: #66512c;
  2813. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  2814. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  2815. }
  2816. .has-warning .input-group-addon {
  2817. color: #8a6d3b;
  2818. border-color: #8a6d3b;
  2819. background-color: #fcf8e3;
  2820. }
  2821. .has-warning .form-control-feedback {
  2822. color: #8a6d3b;
  2823. }
  2824. .has-error .help-block,
  2825. .has-error .control-label,
  2826. .has-error .radio,
  2827. .has-error .checkbox,
  2828. .has-error .radio-inline,
  2829. .has-error .checkbox-inline,
  2830. .has-error.radio label,
  2831. .has-error.checkbox label,
  2832. .has-error.radio-inline label,
  2833. .has-error.checkbox-inline label {
  2834. color: #a94442;
  2835. }
  2836. .has-error .form-control {
  2837. border-color: #a94442;
  2838. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2839. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2840. }
  2841. .has-error .form-control:focus {
  2842. border-color: #843534;
  2843. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  2844. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  2845. }
  2846. .has-error .input-group-addon {
  2847. color: #a94442;
  2848. border-color: #a94442;
  2849. background-color: #f2dede;
  2850. }
  2851. .has-error .form-control-feedback {
  2852. color: #a94442;
  2853. }
  2854. .has-feedback label ~ .form-control-feedback {
  2855. top: 25px;
  2856. }
  2857. .has-feedback label.sr-only ~ .form-control-feedback {
  2858. top: 0;
  2859. }
  2860. .help-block {
  2861. display: block;
  2862. margin-top: 5px;
  2863. margin-bottom: 10px;
  2864. color: #737373;
  2865. }
  2866. @media (min-width: 768px) {
  2867. .form-inline .form-group {
  2868. display: inline-block;
  2869. margin-bottom: 0;
  2870. vertical-align: middle;
  2871. }
  2872. .form-inline .form-control {
  2873. display: inline-block;
  2874. width: auto;
  2875. vertical-align: middle;
  2876. }
  2877. .form-inline .form-control-static {
  2878. display: inline-block;
  2879. }
  2880. .form-inline .input-group {
  2881. display: inline-table;
  2882. vertical-align: middle;
  2883. }
  2884. .form-inline .input-group .input-group-addon,
  2885. .form-inline .input-group .input-group-btn,
  2886. .form-inline .input-group .form-control {
  2887. width: auto;
  2888. }
  2889. .form-inline .input-group > .form-control {
  2890. width: 100%;
  2891. }
  2892. .form-inline .control-label {
  2893. margin-bottom: 0;
  2894. vertical-align: middle;
  2895. }
  2896. .form-inline .radio,
  2897. .form-inline .checkbox {
  2898. display: inline-block;
  2899. margin-top: 0;
  2900. margin-bottom: 0;
  2901. vertical-align: middle;
  2902. }
  2903. .form-inline .radio label,
  2904. .form-inline .checkbox label {
  2905. padding-left: 0;
  2906. }
  2907. .form-inline .radio input[type="radio"],
  2908. .form-inline .checkbox input[type="checkbox"] {
  2909. position: relative;
  2910. margin-left: 0;
  2911. }
  2912. .form-inline .has-feedback .form-control-feedback {
  2913. top: 0;
  2914. }
  2915. }
  2916. .form-horizontal .radio,
  2917. .form-horizontal .checkbox,
  2918. .form-horizontal .radio-inline,
  2919. .form-horizontal .checkbox-inline {
  2920. margin-top: 0;
  2921. margin-bottom: 0;
  2922. padding-top: 7px;
  2923. }
  2924. .form-horizontal .radio,
  2925. .form-horizontal .checkbox {
  2926. min-height: 27px;
  2927. }
  2928. .form-horizontal .form-group {
  2929. margin-left: -15px;
  2930. margin-right: -15px;
  2931. }
  2932. @media (min-width: 768px) {
  2933. .form-horizontal .control-label {
  2934. text-align: right;
  2935. margin-bottom: 0;
  2936. padding-top: 7px;
  2937. }
  2938. }
  2939. .form-horizontal .has-feedback .form-control-feedback {
  2940. right: 15px;
  2941. }
  2942. @media (min-width: 768px) {
  2943. .form-horizontal .form-group-lg .control-label {
  2944. padding-top: 14.333333px;
  2945. }
  2946. }
  2947. @media (min-width: 768px) {
  2948. .form-horizontal .form-group-sm .control-label {
  2949. padding-top: 6px;
  2950. }
  2951. }
  2952. .btn {
  2953. display: inline-block;
  2954. margin-bottom: 0;
  2955. font-weight: normal;
  2956. text-align: center;
  2957. vertical-align: middle;
  2958. touch-action: manipulation;
  2959. cursor: pointer;
  2960. background-image: none;
  2961. border: 1px solid transparent;
  2962. white-space: nowrap;
  2963. padding: 6px 12px;
  2964. font-size: 14px;
  2965. line-height: 1.428571429;
  2966. border-radius: 4px;
  2967. -webkit-user-select: none;
  2968. -moz-user-select: none;
  2969. -ms-user-select: none;
  2970. user-select: none;
  2971. }
  2972. .btn:focus,
  2973. .btn:active:focus,
  2974. .btn.active:focus,
  2975. .btn.focus,
  2976. .btn:active.focus,
  2977. .btn.active.focus {
  2978. outline: thin dotted;
  2979. outline: 5px auto -webkit-focus-ring-color;
  2980. outline-offset: -2px;
  2981. }
  2982. .btn:hover,
  2983. .btn:focus,
  2984. .btn.focus {
  2985. color: #333333;
  2986. text-decoration: none;
  2987. }
  2988. .btn:active,
  2989. .btn.active {
  2990. outline: 0;
  2991. background-image: none;
  2992. -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2993. box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2994. }
  2995. .btn.disabled,
  2996. .btn[disabled],
  2997. fieldset[disabled] .btn {
  2998. cursor: not-allowed;
  2999. pointer-events: none;
  3000. opacity: 0.65;
  3001. filter: alpha(opacity=65);
  3002. -webkit-box-shadow: none;
  3003. box-shadow: none;
  3004. }
  3005. .btn-default {
  3006. color: #333333;
  3007. background-color: #ffffff;
  3008. border-color: #cccccc;
  3009. }
  3010. .btn-default:hover,
  3011. .btn-default:focus,
  3012. .btn-default.focus,
  3013. .btn-default:active,
  3014. .btn-default.active,
  3015. .open > .dropdown-toggle.btn-default {
  3016. color: #333333;
  3017. background-color: #e6e6e6;
  3018. border-color: #adadad;
  3019. }
  3020. .btn-default:active,
  3021. .btn-default.active,
  3022. .open > .dropdown-toggle.btn-default {
  3023. background-image: none;
  3024. }
  3025. .btn-default.disabled,
  3026. .btn-default[disabled],
  3027. fieldset[disabled] .btn-default,
  3028. .btn-default.disabled:hover,
  3029. .btn-default[disabled]:hover,
  3030. fieldset[disabled] .btn-default:hover,
  3031. .btn-default.disabled:focus,
  3032. .btn-default[disabled]:focus,
  3033. fieldset[disabled] .btn-default:focus,
  3034. .btn-default.disabled.focus,
  3035. .btn-default[disabled].focus,
  3036. fieldset[disabled] .btn-default.focus,
  3037. .btn-default.disabled:active,
  3038. .btn-default[disabled]:active,
  3039. fieldset[disabled] .btn-default:active,
  3040. .btn-default.disabled.active,
  3041. .btn-default[disabled].active,
  3042. fieldset[disabled] .btn-default.active {
  3043. background-color: #ffffff;
  3044. border-color: #cccccc;
  3045. }
  3046. .btn-default .badge {
  3047. color: #ffffff;
  3048. background-color: #333333;
  3049. }
  3050. .btn-primary {
  3051. color: #ffffff;
  3052. background-color: #337ab7;
  3053. border-color: #2e6da4;
  3054. }
  3055. .btn-primary:hover,
  3056. .btn-primary:focus,
  3057. .btn-primary.focus,
  3058. .btn-primary:active,
  3059. .btn-primary.active,
  3060. .open > .dropdown-toggle.btn-primary {
  3061. color: #ffffff;
  3062. background-color: #286090;
  3063. border-color: #204d74;
  3064. }
  3065. .btn-primary:active,
  3066. .btn-primary.active,
  3067. .open > .dropdown-toggle.btn-primary {
  3068. background-image: none;
  3069. }
  3070. .btn-primary.disabled,
  3071. .btn-primary[disabled],
  3072. fieldset[disabled] .btn-primary,
  3073. .btn-primary.disabled:hover,
  3074. .btn-primary[disabled]:hover,
  3075. fieldset[disabled] .btn-primary:hover,
  3076. .btn-primary.disabled:focus,
  3077. .btn-primary[disabled]:focus,
  3078. fieldset[disabled] .btn-primary:focus,
  3079. .btn-primary.disabled.focus,
  3080. .btn-primary[disabled].focus,
  3081. fieldset[disabled] .btn-primary.focus,
  3082. .btn-primary.disabled:active,
  3083. .btn-primary[disabled]:active,
  3084. fieldset[disabled] .btn-primary:active,
  3085. .btn-primary.disabled.active,
  3086. .btn-primary[disabled].active,
  3087. fieldset[disabled] .btn-primary.active {
  3088. background-color: #337ab7;
  3089. border-color: #2e6da4;
  3090. }
  3091. .btn-primary .badge {
  3092. color: #337ab7;
  3093. background-color: #ffffff;
  3094. }
  3095. .btn-success {
  3096. color: #ffffff;
  3097. background-color: #5cb85c;
  3098. border-color: #4cae4c;
  3099. }
  3100. .btn-success:hover,
  3101. .btn-success:focus,
  3102. .btn-success.focus,
  3103. .btn-success:active,
  3104. .btn-success.active,
  3105. .open > .dropdown-toggle.btn-success {
  3106. color: #ffffff;
  3107. background-color: #449d44;
  3108. border-color: #398439;
  3109. }
  3110. .btn-success:active,
  3111. .btn-success.active,
  3112. .open > .dropdown-toggle.btn-success {
  3113. background-image: none;
  3114. }
  3115. .btn-success.disabled,
  3116. .btn-success[disabled],
  3117. fieldset[disabled] .btn-success,
  3118. .btn-success.disabled:hover,
  3119. .btn-success[disabled]:hover,
  3120. fieldset[disabled] .btn-success:hover,
  3121. .btn-success.disabled:focus,
  3122. .btn-success[disabled]:focus,
  3123. fieldset[disabled] .btn-success:focus,
  3124. .btn-success.disabled.focus,
  3125. .btn-success[disabled].focus,
  3126. fieldset[disabled] .btn-success.focus,
  3127. .btn-success.disabled:active,
  3128. .btn-success[disabled]:active,
  3129. fieldset[disabled] .btn-success:active,
  3130. .btn-success.disabled.active,
  3131. .btn-success[disabled].active,
  3132. fieldset[disabled] .btn-success.active {
  3133. background-color: #5cb85c;
  3134. border-color: #4cae4c;
  3135. }
  3136. .btn-success .badge {
  3137. color: #5cb85c;
  3138. background-color: #ffffff;
  3139. }
  3140. .btn-info {
  3141. color: #ffffff;
  3142. background-color: #5bc0de;
  3143. border-color: #46b8da;
  3144. }
  3145. .btn-info:hover,
  3146. .btn-info:focus,
  3147. .btn-info.focus,
  3148. .btn-info:active,
  3149. .btn-info.active,
  3150. .open > .dropdown-toggle.btn-info {
  3151. color: #ffffff;
  3152. background-color: #31b0d5;
  3153. border-color: #269abc;
  3154. }
  3155. .btn-info:active,
  3156. .btn-info.active,
  3157. .open > .dropdown-toggle.btn-info {
  3158. background-image: none;
  3159. }
  3160. .btn-info.disabled,
  3161. .btn-info[disabled],
  3162. fieldset[disabled] .btn-info,
  3163. .btn-info.disabled:hover,
  3164. .btn-info[disabled]:hover,
  3165. fieldset[disabled] .btn-info:hover,
  3166. .btn-info.disabled:focus,
  3167. .btn-info[disabled]:focus,
  3168. fieldset[disabled] .btn-info:focus,
  3169. .btn-info.disabled.focus,
  3170. .btn-info[disabled].focus,
  3171. fieldset[disabled] .btn-info.focus,
  3172. .btn-info.disabled:active,
  3173. .btn-info[disabled]:active,
  3174. fieldset[disabled] .btn-info:active,
  3175. .btn-info.disabled.active,
  3176. .btn-info[disabled].active,
  3177. fieldset[disabled] .btn-info.active {
  3178. background-color: #5bc0de;
  3179. border-color: #46b8da;
  3180. }
  3181. .btn-info .badge {
  3182. color: #5bc0de;
  3183. background-color: #ffffff;
  3184. }
  3185. .btn-warning {
  3186. color: #ffffff;
  3187. background-color: #f0ad4e;
  3188. border-color: #eea236;
  3189. }
  3190. .btn-warning:hover,
  3191. .btn-warning:focus,
  3192. .btn-warning.focus,
  3193. .btn-warning:active,
  3194. .btn-warning.active,
  3195. .open > .dropdown-toggle.btn-warning {
  3196. color: #ffffff;
  3197. background-color: #ec971f;
  3198. border-color: #d58512;
  3199. }
  3200. .btn-warning:active,
  3201. .btn-warning.active,
  3202. .open > .dropdown-toggle.btn-warning {
  3203. background-image: none;
  3204. }
  3205. .btn-warning.disabled,
  3206. .btn-warning[disabled],
  3207. fieldset[disabled] .btn-warning,
  3208. .btn-warning.disabled:hover,
  3209. .btn-warning[disabled]:hover,
  3210. fieldset[disabled] .btn-warning:hover,
  3211. .btn-warning.disabled:focus,
  3212. .btn-warning[disabled]:focus,
  3213. fieldset[disabled] .btn-warning:focus,
  3214. .btn-warning.disabled.focus,
  3215. .btn-warning[disabled].focus,
  3216. fieldset[disabled] .btn-warning.focus,
  3217. .btn-warning.disabled:active,
  3218. .btn-warning[disabled]:active,
  3219. fieldset[disabled] .btn-warning:active,
  3220. .btn-warning.disabled.active,
  3221. .btn-warning[disabled].active,
  3222. fieldset[disabled] .btn-warning.active {
  3223. background-color: #f0ad4e;
  3224. border-color: #eea236;
  3225. }
  3226. .btn-warning .badge {
  3227. color: #f0ad4e;
  3228. background-color: #ffffff;
  3229. }
  3230. .btn-danger {
  3231. color: #ffffff;
  3232. background-color: #d9534f;
  3233. border-color: #d43f3a;
  3234. }
  3235. .btn-danger:hover,
  3236. .btn-danger:focus,
  3237. .btn-danger.focus,
  3238. .btn-danger:active,
  3239. .btn-danger.active,
  3240. .open > .dropdown-toggle.btn-danger {
  3241. color: #ffffff;
  3242. background-color: #c9302c;
  3243. border-color: #ac2925;
  3244. }
  3245. .btn-danger:active,
  3246. .btn-danger.active,
  3247. .open > .dropdown-toggle.btn-danger {
  3248. background-image: none;
  3249. }
  3250. .btn-danger.disabled,
  3251. .btn-danger[disabled],
  3252. fieldset[disabled] .btn-danger,
  3253. .btn-danger.disabled:hover,
  3254. .btn-danger[disabled]:hover,
  3255. fieldset[disabled] .btn-danger:hover,
  3256. .btn-danger.disabled:focus,
  3257. .btn-danger[disabled]:focus,
  3258. fieldset[disabled] .btn-danger:focus,
  3259. .btn-danger.disabled.focus,
  3260. .btn-danger[disabled].focus,
  3261. fieldset[disabled] .btn-danger.focus,
  3262. .btn-danger.disabled:active,
  3263. .btn-danger[disabled]:active,
  3264. fieldset[disabled] .btn-danger:active,
  3265. .btn-danger.disabled.active,
  3266. .btn-danger[disabled].active,
  3267. fieldset[disabled] .btn-danger.active {
  3268. background-color: #d9534f;
  3269. border-color: #d43f3a;
  3270. }
  3271. .btn-danger .badge {
  3272. color: #d9534f;
  3273. background-color: #ffffff;
  3274. }
  3275. .btn-link {
  3276. color: #337ab7;
  3277. font-weight: normal;
  3278. border-radius: 0;
  3279. }
  3280. .btn-link,
  3281. .btn-link:active,
  3282. .btn-link.active,
  3283. .btn-link[disabled],
  3284. fieldset[disabled] .btn-link {
  3285. background-color: transparent;
  3286. -webkit-box-shadow: none;
  3287. box-shadow: none;
  3288. }
  3289. .btn-link,
  3290. .btn-link:hover,
  3291. .btn-link:focus,
  3292. .btn-link:active {
  3293. border-color: transparent;
  3294. }
  3295. .btn-link:hover,
  3296. .btn-link:focus {
  3297. color: #23527c;
  3298. text-decoration: underline;
  3299. background-color: transparent;
  3300. }
  3301. .btn-link[disabled]:hover,
  3302. fieldset[disabled] .btn-link:hover,
  3303. .btn-link[disabled]:focus,
  3304. fieldset[disabled] .btn-link:focus {
  3305. color: #777777;
  3306. text-decoration: none;
  3307. }
  3308. .btn-lg,
  3309. .btn-group-lg > .btn {
  3310. padding: 10px 16px;
  3311. font-size: 18px;
  3312. line-height: 1.3333333;
  3313. border-radius: 6px;
  3314. }
  3315. .btn-sm,
  3316. .btn-group-sm > .btn {
  3317. padding: 5px 10px;
  3318. font-size: 12px;
  3319. line-height: 1.5;
  3320. border-radius: 3px;
  3321. }
  3322. .btn-xs,
  3323. .btn-group-xs > .btn {
  3324. padding: 1px 5px;
  3325. font-size: 12px;
  3326. line-height: 1.5;
  3327. border-radius: 3px;
  3328. }
  3329. .btn-block {
  3330. display: block;
  3331. width: 100%;
  3332. }
  3333. .btn-block + .btn-block {
  3334. margin-top: 5px;
  3335. }
  3336. input[type="submit"].btn-block,
  3337. input[type="reset"].btn-block,
  3338. input[type="button"].btn-block {
  3339. width: 100%;
  3340. }
  3341. .fade {
  3342. opacity: 0;
  3343. -webkit-transition: opacity 0.15s linear;
  3344. -o-transition: opacity 0.15s linear;
  3345. transition: opacity 0.15s linear;
  3346. }
  3347. .fade.in {
  3348. opacity: 1;
  3349. }
  3350. .collapse {
  3351. display: none;
  3352. visibility: hidden;
  3353. }
  3354. .collapse.in {
  3355. display: block;
  3356. visibility: visible;
  3357. }
  3358. tr.collapse.in {
  3359. display: table-row;
  3360. }
  3361. tbody.collapse.in {
  3362. display: table-row-group;
  3363. }
  3364. .collapsing {
  3365. position: relative;
  3366. height: 0;
  3367. overflow: hidden;
  3368. -webkit-transition-property: height, visibility;
  3369. transition-property: height, visibility;
  3370. -webkit-transition-duration: 0.35s;
  3371. transition-duration: 0.35s;
  3372. -webkit-transition-timing-function: ease;
  3373. transition-timing-function: ease;
  3374. }
  3375. .caret {
  3376. display: inline-block;
  3377. width: 0;
  3378. height: 0;
  3379. margin-left: 2px;
  3380. vertical-align: middle;
  3381. border-top: 4px solid;
  3382. border-right: 4px solid transparent;
  3383. border-left: 4px solid transparent;
  3384. }
  3385. .dropup,
  3386. .dropdown {
  3387. position: relative;
  3388. }
  3389. .dropdown-toggle:focus {
  3390. outline: 0;
  3391. }
  3392. .dropdown-menu {
  3393. position: absolute;
  3394. top: 100%;
  3395. left: 0;
  3396. z-index: 1000;
  3397. display: none;
  3398. float: left;
  3399. min-width: 160px;
  3400. padding: 5px 0;
  3401. margin: 2px 0 0;
  3402. list-style: none;
  3403. font-size: 14px;
  3404. text-align: left;
  3405. background-color: #ffffff;
  3406. border: 1px solid #cccccc;
  3407. border: 1px solid rgba(0, 0, 0, 0.15);
  3408. border-radius: 4px;
  3409. -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  3410. box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  3411. background-clip: padding-box;
  3412. }
  3413. .dropdown-menu.pull-right {
  3414. right: 0;
  3415. left: auto;
  3416. }
  3417. .dropdown-menu .divider {
  3418. height: 1px;
  3419. margin: 9px 0;
  3420. overflow: hidden;
  3421. background-color: #e5e5e5;
  3422. }
  3423. .dropdown-menu > li > a {
  3424. display: block;
  3425. padding: 3px 20px;
  3426. clear: both;
  3427. font-weight: normal;
  3428. line-height: 1.428571429;
  3429. color: #333333;
  3430. white-space: nowrap;
  3431. }
  3432. .dropdown-menu > li > a:hover,
  3433. .dropdown-menu > li > a:focus {
  3434. text-decoration: none;
  3435. color: #262626;
  3436. background-color: #f5f5f5;
  3437. }
  3438. .dropdown-menu > .active > a,
  3439. .dropdown-menu > .active > a:hover,
  3440. .dropdown-menu > .active > a:focus {
  3441. color: #ffffff;
  3442. text-decoration: none;
  3443. outline: 0;
  3444. background-color: #337ab7;
  3445. }
  3446. .dropdown-menu > .disabled > a,
  3447. .dropdown-menu > .disabled > a:hover,
  3448. .dropdown-menu > .disabled > a:focus {
  3449. color: #777777;
  3450. }
  3451. .dropdown-menu > .disabled > a:hover,
  3452. .dropdown-menu > .disabled > a:focus {
  3453. text-decoration: none;
  3454. background-color: transparent;
  3455. background-image: none;
  3456. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  3457. cursor: not-allowed;
  3458. }
  3459. .open > .dropdown-menu {
  3460. display: block;
  3461. }
  3462. .open > a {
  3463. outline: 0;
  3464. }
  3465. .dropdown-menu-right {
  3466. left: auto;
  3467. right: 0;
  3468. }
  3469. .dropdown-menu-left {
  3470. left: 0;
  3471. right: auto;
  3472. }
  3473. .dropdown-header {
  3474. display: block;
  3475. padding: 3px 20px;
  3476. font-size: 12px;
  3477. line-height: 1.428571429;
  3478. color: #777777;
  3479. white-space: nowrap;
  3480. }
  3481. .dropdown-backdrop {
  3482. position: fixed;
  3483. left: 0;
  3484. right: 0;
  3485. bottom: 0;
  3486. top: 0;
  3487. z-index: 990;
  3488. }
  3489. .pull-right > .dropdown-menu {
  3490. right: 0;
  3491. left: auto;
  3492. }
  3493. .dropup .caret,
  3494. .navbar-fixed-bottom .dropdown .caret {
  3495. border-top: 0;
  3496. border-bottom: 4px solid;
  3497. content: "";
  3498. }
  3499. .dropup .dropdown-menu,
  3500. .navbar-fixed-bottom .dropdown .dropdown-menu {
  3501. top: auto;
  3502. bottom: 100%;
  3503. margin-bottom: 2px;
  3504. }
  3505. @media (min-width: 768px) {
  3506. .navbar-right .dropdown-menu {
  3507. left: auto;
  3508. right: 0;
  3509. }
  3510. .navbar-right .dropdown-menu-left {
  3511. left: 0;
  3512. right: auto;
  3513. }
  3514. }
  3515. .btn-group,
  3516. .btn-group-vertical {
  3517. position: relative;
  3518. display: inline-block;
  3519. vertical-align: middle;
  3520. }
  3521. .btn-group > .btn,
  3522. .btn-group-vertical > .btn {
  3523. position: relative;
  3524. float: left;
  3525. }
  3526. .btn-group > .btn:hover,
  3527. .btn-group-vertical > .btn:hover,
  3528. .btn-group > .btn:focus,
  3529. .btn-group-vertical > .btn:focus,
  3530. .btn-group > .btn:active,
  3531. .btn-group-vertical > .btn:active,
  3532. .btn-group > .btn.active,
  3533. .btn-group-vertical > .btn.active {
  3534. z-index: 2;
  3535. }
  3536. .btn-group .btn + .btn,
  3537. .btn-group .btn + .btn-group,
  3538. .btn-group .btn-group + .btn,
  3539. .btn-group .btn-group + .btn-group {
  3540. margin-left: -1px;
  3541. }
  3542. .btn-toolbar {
  3543. margin-left: -5px;
  3544. }
  3545. .btn-toolbar .btn-group,
  3546. .btn-toolbar .input-group {
  3547. float: left;
  3548. }
  3549. .btn-toolbar > .btn,
  3550. .btn-toolbar > .btn-group,
  3551. .btn-toolbar > .input-group {
  3552. margin-left: 5px;
  3553. }
  3554. .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  3555. border-radius: 0;
  3556. }
  3557. .btn-group > .btn:first-child {
  3558. margin-left: 0;
  3559. }
  3560. .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  3561. border-bottom-right-radius: 0;
  3562. border-top-right-radius: 0;
  3563. }
  3564. .btn-group > .btn:last-child:not(:first-child),
  3565. .btn-group > .dropdown-toggle:not(:first-child) {
  3566. border-bottom-left-radius: 0;
  3567. border-top-left-radius: 0;
  3568. }
  3569. .btn-group > .btn-group {
  3570. float: left;
  3571. }
  3572. .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  3573. border-radius: 0;
  3574. }
  3575. .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
  3576. .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  3577. border-bottom-right-radius: 0;
  3578. border-top-right-radius: 0;
  3579. }
  3580. .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  3581. border-bottom-left-radius: 0;
  3582. border-top-left-radius: 0;
  3583. }
  3584. .btn-group .dropdown-toggle:active,
  3585. .btn-group.open .dropdown-toggle {
  3586. outline: 0;
  3587. }
  3588. .btn-group > .btn + .dropdown-toggle {
  3589. padding-left: 8px;
  3590. padding-right: 8px;
  3591. }
  3592. .btn-group > .btn-lg + .dropdown-toggle {
  3593. padding-left: 12px;
  3594. padding-right: 12px;
  3595. }
  3596. .btn-group.open .dropdown-toggle {
  3597. -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  3598. box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  3599. }
  3600. .btn-group.open .dropdown-toggle.btn-link {
  3601. -webkit-box-shadow: none;
  3602. box-shadow: none;
  3603. }
  3604. .btn .caret {
  3605. margin-left: 0;
  3606. }
  3607. .btn-lg .caret {
  3608. border-width: 5px 5px 0;
  3609. border-bottom-width: 0;
  3610. }
  3611. .dropup .btn-lg .caret {
  3612. border-width: 0 5px 5px;
  3613. }
  3614. .btn-group-vertical > .btn,
  3615. .btn-group-vertical > .btn-group,
  3616. .btn-group-vertical > .btn-group > .btn {
  3617. display: block;
  3618. float: none;
  3619. width: 100%;
  3620. max-width: 100%;
  3621. }
  3622. .btn-group-vertical > .btn-group > .btn {
  3623. float: none;
  3624. }
  3625. .btn-group-vertical > .btn + .btn,
  3626. .btn-group-vertical > .btn + .btn-group,
  3627. .btn-group-vertical > .btn-group + .btn,
  3628. .btn-group-vertical > .btn-group + .btn-group {
  3629. margin-top: -1px;
  3630. margin-left: 0;
  3631. }
  3632. .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  3633. border-radius: 0;
  3634. }
  3635. .btn-group-vertical > .btn:first-child:not(:last-child) {
  3636. border-top-right-radius: 4px;
  3637. border-bottom-right-radius: 0;
  3638. border-bottom-left-radius: 0;
  3639. }
  3640. .btn-group-vertical > .btn:last-child:not(:first-child) {
  3641. border-bottom-left-radius: 4px;
  3642. border-top-right-radius: 0;
  3643. border-top-left-radius: 0;
  3644. }
  3645. .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  3646. border-radius: 0;
  3647. }
  3648. .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
  3649. .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  3650. border-bottom-right-radius: 0;
  3651. border-bottom-left-radius: 0;
  3652. }
  3653. .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  3654. border-top-right-radius: 0;
  3655. border-top-left-radius: 0;
  3656. }
  3657. .btn-group-justified {
  3658. display: table;
  3659. width: 100%;
  3660. table-layout: fixed;
  3661. border-collapse: separate;
  3662. }
  3663. .btn-group-justified > .btn,
  3664. .btn-group-justified > .btn-group {
  3665. float: none;
  3666. display: table-cell;
  3667. width: 1%;
  3668. }
  3669. .btn-group-justified > .btn-group .btn {
  3670. width: 100%;
  3671. }
  3672. .btn-group-justified > .btn-group .dropdown-menu {
  3673. left: auto;
  3674. }
  3675. [data-toggle="buttons"] > .btn input[type="radio"],
  3676. [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
  3677. [data-toggle="buttons"] > .btn input[type="checkbox"],
  3678. [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  3679. position: absolute;
  3680. clip: rect(0, 0, 0, 0);
  3681. pointer-events: none;
  3682. }
  3683. .input-group {
  3684. position: relative;
  3685. display: table;
  3686. border-collapse: separate;
  3687. }
  3688. .input-group[class*="col-"] {
  3689. float: none;
  3690. padding-left: 0;
  3691. padding-right: 0;
  3692. }
  3693. .input-group .form-control {
  3694. position: relative;
  3695. z-index: 2;
  3696. float: left;
  3697. width: 100%;
  3698. margin-bottom: 0;
  3699. }
  3700. .input-group-lg > .form-control,
  3701. .input-group-lg > .input-group-addon,
  3702. .input-group-lg > .input-group-btn > .btn {
  3703. height: 46px;
  3704. padding: 10px 16px;
  3705. font-size: 18px;
  3706. line-height: 1.3333333;
  3707. border-radius: 6px;
  3708. }
  3709. select.input-group-lg > .form-control,
  3710. select.input-group-lg > .input-group-addon,
  3711. select.input-group-lg > .input-group-btn > .btn {
  3712. height: 46px;
  3713. line-height: 46px;
  3714. }
  3715. textarea.input-group-lg > .form-control,
  3716. textarea.input-group-lg > .input-group-addon,
  3717. textarea.input-group-lg > .input-group-btn > .btn,
  3718. select[multiple].input-group-lg > .form-control,
  3719. select[multiple].input-group-lg > .input-group-addon,
  3720. select[multiple].input-group-lg > .input-group-btn > .btn {
  3721. height: auto;
  3722. }
  3723. .input-group-sm > .form-control,
  3724. .input-group-sm > .input-group-addon,
  3725. .input-group-sm > .input-group-btn > .btn {
  3726. height: 30px;
  3727. padding: 5px 10px;
  3728. font-size: 12px;
  3729. line-height: 1.5;
  3730. border-radius: 3px;
  3731. }
  3732. select.input-group-sm > .form-control,
  3733. select.input-group-sm > .input-group-addon,
  3734. select.input-group-sm > .input-group-btn > .btn {
  3735. height: 30px;
  3736. line-height: 30px;
  3737. }
  3738. textarea.input-group-sm > .form-control,
  3739. textarea.input-group-sm > .input-group-addon,
  3740. textarea.input-group-sm > .input-group-btn > .btn,
  3741. select[multiple].input-group-sm > .form-control,
  3742. select[multiple].input-group-sm > .input-group-addon,
  3743. select[multiple].input-group-sm > .input-group-btn > .btn {
  3744. height: auto;
  3745. }
  3746. .input-group-addon,
  3747. .input-group-btn,
  3748. .input-group .form-control {
  3749. display: table-cell;
  3750. }
  3751. .input-group-addon:not(:first-child):not(:last-child),
  3752. .input-group-btn:not(:first-child):not(:last-child),
  3753. .input-group .form-control:not(:first-child):not(:last-child) {
  3754. border-radius: 0;
  3755. }
  3756. .input-group-addon,
  3757. .input-group-btn {
  3758. width: 1%;
  3759. white-space: nowrap;
  3760. vertical-align: middle;
  3761. }
  3762. .input-group-addon {
  3763. padding: 6px 12px;
  3764. font-size: 14px;
  3765. font-weight: normal;
  3766. line-height: 1;
  3767. color: #555555;
  3768. text-align: center;
  3769. background-color: #eeeeee;
  3770. border: 1px solid #cccccc;
  3771. border-radius: 4px;
  3772. }
  3773. .input-group-addon.input-sm {
  3774. padding: 5px 10px;
  3775. font-size: 12px;
  3776. border-radius: 3px;
  3777. }
  3778. .input-group-addon.input-lg {
  3779. padding: 10px 16px;
  3780. font-size: 18px;
  3781. border-radius: 6px;
  3782. }
  3783. .input-group-addon input[type="radio"],
  3784. .input-group-addon input[type="checkbox"] {
  3785. margin-top: 0;
  3786. }
  3787. .input-group .form-control:first-child,
  3788. .input-group-addon:first-child,
  3789. .input-group-btn:first-child > .btn,
  3790. .input-group-btn:first-child > .btn-group > .btn,
  3791. .input-group-btn:first-child > .dropdown-toggle,
  3792. .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
  3793. .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  3794. border-bottom-right-radius: 0;
  3795. border-top-right-radius: 0;
  3796. }
  3797. .input-group-addon:first-child {
  3798. border-right: 0;
  3799. }
  3800. .input-group .form-control:last-child,
  3801. .input-group-addon:last-child,
  3802. .input-group-btn:last-child > .btn,
  3803. .input-group-btn:last-child > .btn-group > .btn,
  3804. .input-group-btn:last-child > .dropdown-toggle,
  3805. .input-group-btn:first-child > .btn:not(:first-child),
  3806. .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  3807. border-bottom-left-radius: 0;
  3808. border-top-left-radius: 0;
  3809. }
  3810. .input-group-addon:last-child {
  3811. border-left: 0;
  3812. }
  3813. .input-group-btn {
  3814. position: relative;
  3815. font-size: 0;
  3816. white-space: nowrap;
  3817. }
  3818. .input-group-btn > .btn {
  3819. position: relative;
  3820. }
  3821. .input-group-btn > .btn + .btn {
  3822. margin-left: -1px;
  3823. }
  3824. .input-group-btn > .btn:hover,
  3825. .input-group-btn > .btn:focus,
  3826. .input-group-btn > .btn:active {
  3827. z-index: 2;
  3828. }
  3829. .input-group-btn:first-child > .btn,
  3830. .input-group-btn:first-child > .btn-group {
  3831. margin-right: -1px;
  3832. }
  3833. .input-group-btn:last-child > .btn,
  3834. .input-group-btn:last-child > .btn-group {
  3835. margin-left: -1px;
  3836. }
  3837. .nav {
  3838. margin-bottom: 0;
  3839. padding-left: 0;
  3840. list-style: none;
  3841. }
  3842. .nav > li {
  3843. position: relative;
  3844. display: block;
  3845. }
  3846. .nav > li > a {
  3847. position: relative;
  3848. display: block;
  3849. padding: 10px 15px;
  3850. }
  3851. .nav > li > a:hover,
  3852. .nav > li > a:focus {
  3853. text-decoration: none;
  3854. background-color: #eeeeee;
  3855. }
  3856. .nav > li.disabled > a {
  3857. color: #777777;
  3858. }
  3859. .nav > li.disabled > a:hover,
  3860. .nav > li.disabled > a:focus {
  3861. color: #777777;
  3862. text-decoration: none;
  3863. background-color: transparent;
  3864. cursor: not-allowed;
  3865. }
  3866. .nav .open > a,
  3867. .nav .open > a:hover,
  3868. .nav .open > a:focus {
  3869. background-color: #eeeeee;
  3870. border-color: #337ab7;
  3871. }
  3872. .nav .nav-divider {
  3873. height: 1px;
  3874. margin: 9px 0;
  3875. overflow: hidden;
  3876. background-color: #e5e5e5;
  3877. }
  3878. .nav > li > a > img {
  3879. max-width: none;
  3880. }
  3881. .nav-tabs {
  3882. border-bottom: 1px solid #dddddd;
  3883. }
  3884. .nav-tabs > li {
  3885. float: left;
  3886. margin-bottom: -1px;
  3887. }
  3888. .nav-tabs > li > a {
  3889. margin-right: 2px;
  3890. line-height: 1.428571429;
  3891. border: 1px solid transparent;
  3892. border-radius: 4px 4px 0 0;
  3893. }
  3894. .nav-tabs > li > a:hover {
  3895. border-color: #eeeeee #eeeeee #dddddd;
  3896. }
  3897. .nav-tabs > li.active > a,
  3898. .nav-tabs > li.active > a:hover,
  3899. .nav-tabs > li.active > a:focus {
  3900. color: #555555;
  3901. background-color: #ffffff;
  3902. border: 1px solid #dddddd;
  3903. border-bottom-color: transparent;
  3904. cursor: default;
  3905. }
  3906. .nav-tabs.nav-justified {
  3907. width: 100%;
  3908. border-bottom: 0;
  3909. }
  3910. .nav-tabs.nav-justified > li {
  3911. float: none;
  3912. }
  3913. .nav-tabs.nav-justified > li > a {
  3914. text-align: center;
  3915. margin-bottom: 5px;
  3916. }
  3917. .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  3918. top: auto;
  3919. left: auto;
  3920. }
  3921. @media (min-width: 768px) {
  3922. .nav-tabs.nav-justified > li {
  3923. display: table-cell;
  3924. width: 1%;
  3925. }
  3926. .nav-tabs.nav-justified > li > a {
  3927. margin-bottom: 0;
  3928. }
  3929. }
  3930. .nav-tabs.nav-justified > li > a {
  3931. margin-right: 0;
  3932. border-radius: 4px;
  3933. }
  3934. .nav-tabs.nav-justified > .active > a,
  3935. .nav-tabs.nav-justified > .active > a:hover,
  3936. .nav-tabs.nav-justified > .active > a:focus {
  3937. border: 1px solid #dddddd;
  3938. }
  3939. @media (min-width: 768px) {
  3940. .nav-tabs.nav-justified > li > a {
  3941. border-bottom: 1px solid #dddddd;
  3942. border-radius: 4px 4px 0 0;
  3943. }
  3944. .nav-tabs.nav-justified > .active > a,
  3945. .nav-tabs.nav-justified > .active > a:hover,
  3946. .nav-tabs.nav-justified > .active > a:focus {
  3947. border-bottom-color: #ffffff;
  3948. }
  3949. }
  3950. .nav-pills > li {
  3951. float: left;
  3952. }
  3953. .nav-pills > li > a {
  3954. border-radius: 4px;
  3955. }
  3956. .nav-pills > li + li {
  3957. margin-left: 2px;
  3958. }
  3959. .nav-pills > li.active > a,
  3960. .nav-pills > li.active > a:hover,
  3961. .nav-pills > li.active > a:focus {
  3962. color: #ffffff;
  3963. background-color: #337ab7;
  3964. }
  3965. .nav-stacked > li {
  3966. float: none;
  3967. }
  3968. .nav-stacked > li + li {
  3969. margin-top: 2px;
  3970. margin-left: 0;
  3971. }
  3972. .nav-justified {
  3973. width: 100%;
  3974. }
  3975. .nav-justified > li {
  3976. float: none;
  3977. }
  3978. .nav-justified > li > a {
  3979. text-align: center;
  3980. margin-bottom: 5px;
  3981. }
  3982. .nav-justified > .dropdown .dropdown-menu {
  3983. top: auto;
  3984. left: auto;
  3985. }
  3986. @media (min-width: 768px) {
  3987. .nav-justified > li {
  3988. display: table-cell;
  3989. width: 1%;
  3990. }
  3991. .nav-justified > li > a {
  3992. margin-bottom: 0;
  3993. }
  3994. }
  3995. .nav-tabs-justified {
  3996. border-bottom: 0;
  3997. }
  3998. .nav-tabs-justified > li > a {
  3999. margin-right: 0;
  4000. border-radius: 4px;
  4001. }
  4002. .nav-tabs-justified > .active > a,
  4003. .nav-tabs-justified > .active > a:hover,
  4004. .nav-tabs-justified > .active > a:focus {
  4005. border: 1px solid #dddddd;
  4006. }
  4007. @media (min-width: 768px) {
  4008. .nav-tabs-justified > li > a {
  4009. border-bottom: 1px solid #dddddd;
  4010. border-radius: 4px 4px 0 0;
  4011. }
  4012. .nav-tabs-justified > .active > a,
  4013. .nav-tabs-justified > .active > a:hover,
  4014. .nav-tabs-justified > .active > a:focus {
  4015. border-bottom-color: #ffffff;
  4016. }
  4017. }
  4018. .tab-content > .tab-pane {
  4019. display: none;
  4020. visibility: hidden;
  4021. }
  4022. .tab-content > .active {
  4023. display: block;
  4024. visibility: visible;
  4025. }
  4026. .nav-tabs .dropdown-menu {
  4027. margin-top: -1px;
  4028. border-top-right-radius: 0;
  4029. border-top-left-radius: 0;
  4030. }
  4031. .navbar {
  4032. position: relative;
  4033. min-height: 50px;
  4034. margin-bottom: 20px;
  4035. border: 1px solid transparent;
  4036. }
  4037. @media (min-width: 768px) {
  4038. .navbar {
  4039. border-radius: 4px;
  4040. }
  4041. }
  4042. @media (min-width: 768px) {
  4043. .navbar-header {
  4044. float: left;
  4045. }
  4046. }
  4047. .navbar-collapse {
  4048. overflow-x: visible;
  4049. padding-right: 15px;
  4050. padding-left: 15px;
  4051. border-top: 1px solid transparent;
  4052. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  4053. -webkit-overflow-scrolling: touch;
  4054. }
  4055. .navbar-collapse.in {
  4056. overflow-y: auto;
  4057. }
  4058. @media (min-width: 768px) {
  4059. .navbar-collapse {
  4060. width: auto;
  4061. border-top: 0;
  4062. box-shadow: none;
  4063. }
  4064. .navbar-collapse.collapse {
  4065. display: block !important;
  4066. visibility: visible !important;
  4067. height: auto !important;
  4068. padding-bottom: 0;
  4069. overflow: visible !important;
  4070. }
  4071. .navbar-collapse.in {
  4072. overflow-y: visible;
  4073. }
  4074. .navbar-fixed-top .navbar-collapse,
  4075. .navbar-static-top .navbar-collapse,
  4076. .navbar-fixed-bottom .navbar-collapse {
  4077. padding-left: 0;
  4078. padding-right: 0;
  4079. }
  4080. }
  4081. .navbar-fixed-top .navbar-collapse,
  4082. .navbar-fixed-bottom .navbar-collapse {
  4083. max-height: 340px;
  4084. }
  4085. @media (max-device-width: 480px) and (orientation: landscape) {
  4086. .navbar-fixed-top .navbar-collapse,
  4087. .navbar-fixed-bottom .navbar-collapse {
  4088. max-height: 200px;
  4089. }
  4090. }
  4091. .container > .navbar-header,
  4092. .container-fluid > .navbar-header,
  4093. .container > .navbar-collapse,
  4094. .container-fluid > .navbar-collapse {
  4095. margin-right: -15px;
  4096. margin-left: -15px;
  4097. }
  4098. @media (min-width: 768px) {
  4099. .container > .navbar-header,
  4100. .container-fluid > .navbar-header,
  4101. .container > .navbar-collapse,
  4102. .container-fluid > .navbar-collapse {
  4103. margin-right: 0;
  4104. margin-left: 0;
  4105. }
  4106. }
  4107. .navbar-static-top {
  4108. z-index: 1000;
  4109. border-width: 0 0 1px;
  4110. }
  4111. @media (min-width: 768px) {
  4112. .navbar-static-top {
  4113. border-radius: 0;
  4114. }
  4115. }
  4116. .navbar-fixed-top,
  4117. .navbar-fixed-bottom {
  4118. position: fixed;
  4119. right: 0;
  4120. left: 0;
  4121. z-index: 1030;
  4122. }
  4123. @media (min-width: 768px) {
  4124. .navbar-fixed-top,
  4125. .navbar-fixed-bottom {
  4126. border-radius: 0;
  4127. }
  4128. }
  4129. .navbar-fixed-top {
  4130. top: 0;
  4131. border-width: 0 0 1px;
  4132. }
  4133. .navbar-fixed-bottom {
  4134. bottom: 0;
  4135. margin-bottom: 0;
  4136. border-width: 1px 0 0;
  4137. }
  4138. .navbar-brand {
  4139. float: left;
  4140. padding: 15px 15px;
  4141. font-size: 18px;
  4142. line-height: 20px;
  4143. height: 50px;
  4144. }
  4145. .navbar-brand:hover,
  4146. .navbar-brand:focus {
  4147. text-decoration: none;
  4148. }
  4149. .navbar-brand > img {
  4150. display: block;
  4151. }
  4152. @media (min-width: 768px) {
  4153. .navbar > .container .navbar-brand,
  4154. .navbar > .container-fluid .navbar-brand {
  4155. margin-left: -15px;
  4156. }
  4157. }
  4158. .navbar-toggle {
  4159. position: relative;
  4160. float: right;
  4161. margin-right: 15px;
  4162. padding: 9px 10px;
  4163. margin-top: 8px;
  4164. margin-bottom: 8px;
  4165. background-color: transparent;
  4166. background-image: none;
  4167. border: 1px solid transparent;
  4168. border-radius: 4px;
  4169. }
  4170. .navbar-toggle:focus {
  4171. outline: 0;
  4172. }
  4173. .navbar-toggle .icon-bar {
  4174. display: block;
  4175. width: 22px;
  4176. height: 2px;
  4177. border-radius: 1px;
  4178. }
  4179. .navbar-toggle .icon-bar + .icon-bar {
  4180. margin-top: 4px;
  4181. }
  4182. @media (min-width: 768px) {
  4183. .navbar-toggle {
  4184. display: none;
  4185. }
  4186. }
  4187. .navbar-nav {
  4188. margin: 7.5px -15px;
  4189. }
  4190. .navbar-nav > li > a {
  4191. padding-top: 10px;
  4192. padding-bottom: 10px;
  4193. line-height: 20px;
  4194. }
  4195. @media (max-width: 767px) {
  4196. .navbar-nav .open .dropdown-menu {
  4197. position: static;
  4198. float: none;
  4199. width: auto;
  4200. margin-top: 0;
  4201. background-color: transparent;
  4202. border: 0;
  4203. box-shadow: none;
  4204. }
  4205. .navbar-nav .open .dropdown-menu > li > a,
  4206. .navbar-nav .open .dropdown-menu .dropdown-header {
  4207. padding: 5px 15px 5px 25px;
  4208. }
  4209. .navbar-nav .open .dropdown-menu > li > a {
  4210. line-height: 20px;
  4211. }
  4212. .navbar-nav .open .dropdown-menu > li > a:hover,
  4213. .navbar-nav .open .dropdown-menu > li > a:focus {
  4214. background-image: none;
  4215. }
  4216. }
  4217. @media (min-width: 768px) {
  4218. .navbar-nav {
  4219. float: left;
  4220. margin: 0;
  4221. }
  4222. .navbar-nav > li {
  4223. float: left;
  4224. }
  4225. .navbar-nav > li > a {
  4226. padding-top: 15px;
  4227. padding-bottom: 15px;
  4228. }
  4229. }
  4230. .navbar-form {
  4231. margin-left: -15px;
  4232. margin-right: -15px;
  4233. padding: 10px 15px;
  4234. border-top: 1px solid transparent;
  4235. border-bottom: 1px solid transparent;
  4236. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  4237. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  4238. margin-top: 8px;
  4239. margin-bottom: 8px;
  4240. }
  4241. @media (min-width: 768px) {
  4242. .navbar-form .form-group {
  4243. display: inline-block;
  4244. margin-bottom: 0;
  4245. vertical-align: middle;
  4246. }
  4247. .navbar-form .form-control {
  4248. display: inline-block;
  4249. width: auto;
  4250. vertical-align: middle;
  4251. }
  4252. .navbar-form .form-control-static {
  4253. display: inline-block;
  4254. }
  4255. .navbar-form .input-group {
  4256. display: inline-table;
  4257. vertical-align: middle;
  4258. }
  4259. .navbar-form .input-group .input-group-addon,
  4260. .navbar-form .input-group .input-group-btn,
  4261. .navbar-form .input-group .form-control {
  4262. width: auto;
  4263. }
  4264. .navbar-form .input-group > .form-control {
  4265. width: 100%;
  4266. }
  4267. .navbar-form .control-label {
  4268. margin-bottom: 0;
  4269. vertical-align: middle;
  4270. }
  4271. .navbar-form .radio,
  4272. .navbar-form .checkbox {
  4273. display: inline-block;
  4274. margin-top: 0;
  4275. margin-bottom: 0;
  4276. vertical-align: middle;
  4277. }
  4278. .navbar-form .radio label,
  4279. .navbar-form .checkbox label {
  4280. padding-left: 0;
  4281. }
  4282. .navbar-form .radio input[type="radio"],
  4283. .navbar-form .checkbox input[type="checkbox"] {
  4284. position: relative;
  4285. margin-left: 0;
  4286. }
  4287. .navbar-form .has-feedback .form-control-feedback {
  4288. top: 0;
  4289. }
  4290. }
  4291. @media (max-width: 767px) {
  4292. .navbar-form .form-group {
  4293. margin-bottom: 5px;
  4294. }
  4295. .navbar-form .form-group:last-child {
  4296. margin-bottom: 0;
  4297. }
  4298. }
  4299. @media (min-width: 768px) {
  4300. .navbar-form {
  4301. width: auto;
  4302. border: 0;
  4303. margin-left: 0;
  4304. margin-right: 0;
  4305. padding-top: 0;
  4306. padding-bottom: 0;
  4307. -webkit-box-shadow: none;
  4308. box-shadow: none;
  4309. }
  4310. }
  4311. .navbar-nav > li > .dropdown-menu {
  4312. margin-top: 0;
  4313. border-top-right-radius: 0;
  4314. border-top-left-radius: 0;
  4315. }
  4316. .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  4317. margin-bottom: 0;
  4318. border-top-right-radius: 4px;
  4319. border-top-left-radius: 4px;
  4320. border-bottom-right-radius: 0;
  4321. border-bottom-left-radius: 0;
  4322. }
  4323. .navbar-btn {
  4324. margin-top: 8px;
  4325. margin-bottom: 8px;
  4326. }
  4327. .navbar-btn.btn-sm {
  4328. margin-top: 10px;
  4329. margin-bottom: 10px;
  4330. }
  4331. .navbar-btn.btn-xs {
  4332. margin-top: 14px;
  4333. margin-bottom: 14px;
  4334. }
  4335. .navbar-text {
  4336. margin-top: 15px;
  4337. margin-bottom: 15px;
  4338. }
  4339. @media (min-width: 768px) {
  4340. .navbar-text {
  4341. float: left;
  4342. margin-left: 15px;
  4343. margin-right: 15px;
  4344. }
  4345. }
  4346. @media (min-width: 768px) {
  4347. .navbar-left {
  4348. float: left !important;
  4349. }
  4350. .navbar-right {
  4351. float: right !important;
  4352. margin-right: -15px;
  4353. }
  4354. .navbar-right ~ .navbar-right {
  4355. margin-right: 0;
  4356. }
  4357. }
  4358. .navbar-default {
  4359. background-color: #f8f8f8;
  4360. border-color: #e7e7e7;
  4361. }
  4362. .navbar-default .navbar-brand {
  4363. color: #777777;
  4364. }
  4365. .navbar-default .navbar-brand:hover,
  4366. .navbar-default .navbar-brand:focus {
  4367. color: #5e5e5e;
  4368. background-color: transparent;
  4369. }
  4370. .navbar-default .navbar-text {
  4371. color: #777777;
  4372. }
  4373. .navbar-default .navbar-nav > li > a {
  4374. color: #777777;
  4375. }
  4376. .navbar-default .navbar-nav > li > a:hover,
  4377. .navbar-default .navbar-nav > li > a:focus {
  4378. color: #333333;
  4379. background-color: transparent;
  4380. }
  4381. .navbar-default .navbar-nav > .active > a,
  4382. .navbar-default .navbar-nav > .active > a:hover,
  4383. .navbar-default .navbar-nav > .active > a:focus {
  4384. color: #555555;
  4385. background-color: #e7e7e7;
  4386. }
  4387. .navbar-default .navbar-nav > .disabled > a,
  4388. .navbar-default .navbar-nav > .disabled > a:hover,
  4389. .navbar-default .navbar-nav > .disabled > a:focus {
  4390. color: #cccccc;
  4391. background-color: transparent;
  4392. }
  4393. .navbar-default .navbar-toggle {
  4394. border-color: #dddddd;
  4395. }
  4396. .navbar-default .navbar-toggle:hover,
  4397. .navbar-default .navbar-toggle:focus {
  4398. background-color: #dddddd;
  4399. }
  4400. .navbar-default .navbar-toggle .icon-bar {
  4401. background-color: #888888;
  4402. }
  4403. .navbar-default .navbar-collapse,
  4404. .navbar-default .navbar-form {
  4405. border-color: #e7e7e7;
  4406. }
  4407. .navbar-default .navbar-nav > .open > a,
  4408. .navbar-default .navbar-nav > .open > a:hover,
  4409. .navbar-default .navbar-nav > .open > a:focus {
  4410. background-color: #e7e7e7;
  4411. color: #555555;
  4412. }
  4413. @media (max-width: 767px) {
  4414. .navbar-default .navbar-nav .open .dropdown-menu > li > a {
  4415. color: #777777;
  4416. }
  4417. .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  4418. .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  4419. color: #333333;
  4420. background-color: transparent;
  4421. }
  4422. .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  4423. .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  4424. .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  4425. color: #555555;
  4426. background-color: #e7e7e7;
  4427. }
  4428. .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  4429. .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  4430. .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  4431. color: #cccccc;
  4432. background-color: transparent;
  4433. }
  4434. }
  4435. .navbar-default .navbar-link {
  4436. color: #777777;
  4437. }
  4438. .navbar-default .navbar-link:hover {
  4439. color: #333333;
  4440. }
  4441. .navbar-default .btn-link {
  4442. color: #777777;
  4443. }
  4444. .navbar-default .btn-link:hover,
  4445. .navbar-default .btn-link:focus {
  4446. color: #333333;
  4447. }
  4448. .navbar-default .btn-link[disabled]:hover,
  4449. fieldset[disabled] .navbar-default .btn-link:hover,
  4450. .navbar-default .btn-link[disabled]:focus,
  4451. fieldset[disabled] .navbar-default .btn-link:focus {
  4452. color: #cccccc;
  4453. }
  4454. .navbar-inverse {
  4455. background-color: #222222;
  4456. border-color: #080808;
  4457. }
  4458. .navbar-inverse .navbar-brand {
  4459. color: #9d9d9d;
  4460. }
  4461. .navbar-inverse .navbar-brand:hover,
  4462. .navbar-inverse .navbar-brand:focus {
  4463. color: #ffffff;
  4464. background-color: transparent;
  4465. }
  4466. .navbar-inverse .navbar-text {
  4467. color: #9d9d9d;
  4468. }
  4469. .navbar-inverse .navbar-nav > li > a {
  4470. color: #9d9d9d;
  4471. }
  4472. .navbar-inverse .navbar-nav > li > a:hover,
  4473. .navbar-inverse .navbar-nav > li > a:focus {
  4474. color: #ffffff;
  4475. background-color: transparent;
  4476. }
  4477. .navbar-inverse .navbar-nav > .active > a,
  4478. .navbar-inverse .navbar-nav > .active > a:hover,
  4479. .navbar-inverse .navbar-nav > .active > a:focus {
  4480. color: #ffffff;
  4481. background-color: #212323;
  4482. }
  4483. .navbar-inverse .navbar-nav > .disabled > a,
  4484. .navbar-inverse .navbar-nav > .disabled > a:hover,
  4485. .navbar-inverse .navbar-nav > .disabled > a:focus {
  4486. color: #444444;
  4487. background-color: transparent;
  4488. }
  4489. .navbar-inverse .navbar-toggle {
  4490. border-color: #333333;
  4491. }
  4492. .navbar-inverse .navbar-toggle:hover,
  4493. .navbar-inverse .navbar-toggle:focus {
  4494. background-color: #333333;
  4495. }
  4496. .navbar-inverse .navbar-toggle .icon-bar {
  4497. background-color: #ffffff;
  4498. }
  4499. .navbar-inverse .navbar-collapse,
  4500. .navbar-inverse .navbar-form {
  4501. border-color: #101010;
  4502. }
  4503. .navbar-inverse .navbar-nav > .open > a,
  4504. .navbar-inverse .navbar-nav > .open > a:hover,
  4505. .navbar-inverse .navbar-nav > .open > a:focus {
  4506. background-color: #080808;
  4507. color: #ffffff;
  4508. }
  4509. @media (max-width: 767px) {
  4510. .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
  4511. border-color: #080808;
  4512. }
  4513. .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
  4514. background-color: #080808;
  4515. }
  4516. .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  4517. color: #9d9d9d;
  4518. }
  4519. .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  4520. .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
  4521. color: #ffffff;
  4522. background-color: transparent;
  4523. }
  4524. .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  4525. .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  4526. .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
  4527. color: #ffffff;
  4528. background-color: #080808;
  4529. }
  4530. .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  4531. .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  4532. .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  4533. color: #444444;
  4534. background-color: transparent;
  4535. }
  4536. }
  4537. .navbar-inverse .navbar-link {
  4538. color: #9d9d9d;
  4539. }
  4540. .navbar-inverse .navbar-link:hover {
  4541. color: #ffffff;
  4542. }
  4543. .navbar-inverse .btn-link {
  4544. color: #9d9d9d;
  4545. }
  4546. .navbar-inverse .btn-link:hover,
  4547. .navbar-inverse .btn-link:focus {
  4548. color: #ffffff;
  4549. }
  4550. .navbar-inverse .btn-link[disabled]:hover,
  4551. fieldset[disabled] .navbar-inverse .btn-link:hover,
  4552. .navbar-inverse .btn-link[disabled]:focus,
  4553. fieldset[disabled] .navbar-inverse .btn-link:focus {
  4554. color: #444444;
  4555. }
  4556. .breadcrumb {
  4557. padding: 8px 15px;
  4558. margin-bottom: 20px;
  4559. list-style: none;
  4560. background-color: #f5f5f5;
  4561. border-radius: 4px;
  4562. }
  4563. .breadcrumb > li {
  4564. display: inline-block;
  4565. }
  4566. .breadcrumb > li + li:before {
  4567. content: "/\00a0";
  4568. padding: 0 5px;
  4569. color: #cccccc;
  4570. }
  4571. .breadcrumb > .active {
  4572. color: #777777;
  4573. }
  4574. .pagination {
  4575. display: inline-block;
  4576. padding-left: 0;
  4577. margin: 20px 0;
  4578. border-radius: 4px;
  4579. }
  4580. .pagination > li {
  4581. display: inline;
  4582. }
  4583. .pagination > li > a,
  4584. .pagination > li > span {
  4585. position: relative;
  4586. float: left;
  4587. padding: 6px 12px;
  4588. line-height: 1.428571429;
  4589. text-decoration: none;
  4590. color: #337ab7;
  4591. background-color: #ffffff;
  4592. border: 1px solid #dddddd;
  4593. margin-left: -1px;
  4594. }
  4595. .pagination > li:first-child > a,
  4596. .pagination > li:first-child > span {
  4597. margin-left: 0;
  4598. border-bottom-left-radius: 4px;
  4599. border-top-left-radius: 4px;
  4600. }
  4601. .pagination > li:last-child > a,
  4602. .pagination > li:last-child > span {
  4603. border-bottom-right-radius: 4px;
  4604. border-top-right-radius: 4px;
  4605. }
  4606. .pagination > li > a:hover,
  4607. .pagination > li > span:hover,
  4608. .pagination > li > a:focus,
  4609. .pagination > li > span:focus {
  4610. color: #23527c;
  4611. background-color: #eeeeee;
  4612. border-color: #dddddd;
  4613. }
  4614. .pagination > .active > a,
  4615. .pagination > .active > span,
  4616. .pagination > .active > a:hover,
  4617. .pagination > .active > span:hover,
  4618. .pagination > .active > a:focus,
  4619. .pagination > .active > span:focus {
  4620. z-index: 2;
  4621. color: #ffffff;
  4622. background-color: #337ab7;
  4623. border-color: #337ab7;
  4624. cursor: default;
  4625. }
  4626. .pagination > .disabled > span,
  4627. .pagination > .disabled > span:hover,
  4628. .pagination > .disabled > span:focus,
  4629. .pagination > .disabled > a,
  4630. .pagination > .disabled > a:hover,
  4631. .pagination > .disabled > a:focus {
  4632. color: #777777;
  4633. background-color: #ffffff;
  4634. border-color: #dddddd;
  4635. cursor: not-allowed;
  4636. }
  4637. .pagination-lg > li > a,
  4638. .pagination-lg > li > span {
  4639. padding: 10px 16px;
  4640. font-size: 18px;
  4641. }
  4642. .pagination-lg > li:first-child > a,
  4643. .pagination-lg > li:first-child > span {
  4644. border-bottom-left-radius: 6px;
  4645. border-top-left-radius: 6px;
  4646. }
  4647. .pagination-lg > li:last-child > a,
  4648. .pagination-lg > li:last-child > span {
  4649. border-bottom-right-radius: 6px;
  4650. border-top-right-radius: 6px;
  4651. }
  4652. .pagination-sm > li > a,
  4653. .pagination-sm > li > span {
  4654. padding: 5px 10px;
  4655. font-size: 12px;
  4656. }
  4657. .pagination-sm > li:first-child > a,
  4658. .pagination-sm > li:first-child > span {
  4659. border-bottom-left-radius: 3px;
  4660. border-top-left-radius: 3px;
  4661. }
  4662. .pagination-sm > li:last-child > a,
  4663. .pagination-sm > li:last-child > span {
  4664. border-bottom-right-radius: 3px;
  4665. border-top-right-radius: 3px;
  4666. }
  4667. .pager {
  4668. padding-left: 0;
  4669. margin: 20px 0;
  4670. list-style: none;
  4671. text-align: center;
  4672. }
  4673. .pager li {
  4674. display: inline;
  4675. }
  4676. .pager li > a,
  4677. .pager li > span {
  4678. display: inline-block;
  4679. padding: 5px 14px;
  4680. background-color: #ffffff;
  4681. border: 1px solid #dddddd;
  4682. border-radius: 15px;
  4683. }
  4684. .pager li > a:hover,
  4685. .pager li > a:focus {
  4686. text-decoration: none;
  4687. background-color: #eeeeee;
  4688. }
  4689. .pager .next > a,
  4690. .pager .next > span {
  4691. float: right;
  4692. }
  4693. .pager .previous > a,
  4694. .pager .previous > span {
  4695. float: left;
  4696. }
  4697. .pager .disabled > a,
  4698. .pager .disabled > a:hover,
  4699. .pager .disabled > a:focus,
  4700. .pager .disabled > span {
  4701. color: #777777;
  4702. background-color: #ffffff;
  4703. cursor: not-allowed;
  4704. }
  4705. .label {
  4706. display: inline;
  4707. padding: .2em .6em .3em;
  4708. font-size: 75%;
  4709. font-weight: bold;
  4710. line-height: 1;
  4711. color: #ffffff;
  4712. text-align: center;
  4713. white-space: nowrap;
  4714. vertical-align: baseline;
  4715. border-radius: .25em;
  4716. }
  4717. a.label:hover,
  4718. a.label:focus {
  4719. color: #ffffff;
  4720. text-decoration: none;
  4721. cursor: pointer;
  4722. }
  4723. .label:empty {
  4724. display: none;
  4725. }
  4726. .btn .label {
  4727. position: relative;
  4728. top: -1px;
  4729. }
  4730. .label-default {
  4731. background-color: #777777;
  4732. }
  4733. .label-default[href]:hover,
  4734. .label-default[href]:focus {
  4735. background-color: #5e5e5e;
  4736. }
  4737. .label-primary {
  4738. background-color: #337ab7;
  4739. }
  4740. .label-primary[href]:hover,
  4741. .label-primary[href]:focus {
  4742. background-color: #286090;
  4743. }
  4744. .label-success {
  4745. background-color: #5cb85c;
  4746. }
  4747. .label-success[href]:hover,
  4748. .label-success[href]:focus {
  4749. background-color: #449d44;
  4750. }
  4751. .label-info {
  4752. background-color: #5bc0de;
  4753. }
  4754. .label-info[href]:hover,
  4755. .label-info[href]:focus {
  4756. background-color: #31b0d5;
  4757. }
  4758. .label-warning {
  4759. background-color: #f0ad4e;
  4760. }
  4761. .label-warning[href]:hover,
  4762. .label-warning[href]:focus {
  4763. background-color: #ec971f;
  4764. }
  4765. .label-danger {
  4766. background-color: #d9534f;
  4767. }
  4768. .label-danger[href]:hover,
  4769. .label-danger[href]:focus {
  4770. background-color: #c9302c;
  4771. }
  4772. .badge {
  4773. display: inline-block;
  4774. min-width: 10px;
  4775. padding: 3px 7px;
  4776. font-size: 12px;
  4777. font-weight: bold;
  4778. color: #ffffff;
  4779. line-height: 1;
  4780. vertical-align: baseline;
  4781. white-space: nowrap;
  4782. text-align: center;
  4783. background-color: #777777;
  4784. border-radius: 10px;
  4785. }
  4786. .badge:empty {
  4787. display: none;
  4788. }
  4789. .btn .badge {
  4790. position: relative;
  4791. top: -1px;
  4792. }
  4793. .btn-xs .badge {
  4794. top: 0;
  4795. padding: 1px 5px;
  4796. }
  4797. a.badge:hover,
  4798. a.badge:focus {
  4799. color: #ffffff;
  4800. text-decoration: none;
  4801. cursor: pointer;
  4802. }
  4803. .list-group-item.active > .badge,
  4804. .nav-pills > .active > a > .badge {
  4805. color: #337ab7;
  4806. background-color: #ffffff;
  4807. }
  4808. .list-group-item > .badge {
  4809. float: right;
  4810. }
  4811. .list-group-item > .badge + .badge {
  4812. margin-right: 5px;
  4813. }
  4814. .nav-pills > li > a > .badge {
  4815. margin-left: 3px;
  4816. }
  4817. .jumbotron {
  4818. padding: 30px 15px;
  4819. margin-bottom: 30px;
  4820. color: inherit;
  4821. background-color: #eeeeee;
  4822. }
  4823. .jumbotron h1,
  4824. .jumbotron .h1 {
  4825. color: inherit;
  4826. }
  4827. .jumbotron p {
  4828. margin-bottom: 15px;
  4829. font-size: 21px;
  4830. font-weight: 200;
  4831. }
  4832. .jumbotron > hr {
  4833. border-top-color: #d5d5d5;
  4834. }
  4835. .container .jumbotron,
  4836. .container-fluid .jumbotron {
  4837. border-radius: 6px;
  4838. }
  4839. .jumbotron .container {
  4840. max-width: 100%;
  4841. }
  4842. @media screen and (min-width: 768px) {
  4843. .jumbotron {
  4844. padding: 48px 0;
  4845. }
  4846. .container .jumbotron,
  4847. .container-fluid .jumbotron {
  4848. padding-left: 60px;
  4849. padding-right: 60px;
  4850. }
  4851. .jumbotron h1,
  4852. .jumbotron .h1 {
  4853. font-size: 63px;
  4854. }
  4855. }
  4856. .thumbnail {
  4857. display: block;
  4858. padding: 4px;
  4859. margin-bottom: 20px;
  4860. line-height: 1.428571429;
  4861. background-color: #ffffff;
  4862. border: 1px solid #dddddd;
  4863. border-radius: 4px;
  4864. -webkit-transition: border 0.2s ease-in-out;
  4865. -o-transition: border 0.2s ease-in-out;
  4866. transition: border 0.2s ease-in-out;
  4867. }
  4868. .thumbnail > img,
  4869. .thumbnail a > img {
  4870. margin-left: auto;
  4871. margin-right: auto;
  4872. }
  4873. a.thumbnail:hover,
  4874. a.thumbnail:focus,
  4875. a.thumbnail.active {
  4876. border-color: #337ab7;
  4877. }
  4878. .thumbnail .caption {
  4879. padding: 9px;
  4880. color: #333333;
  4881. }
  4882. .alert {
  4883. padding: 15px;
  4884. margin-bottom: 20px;
  4885. border: 1px solid transparent;
  4886. border-radius: 4px;
  4887. }
  4888. .alert h4 {
  4889. margin-top: 0;
  4890. color: inherit;
  4891. }
  4892. .alert .alert-link {
  4893. font-weight: bold;
  4894. }
  4895. .alert > p,
  4896. .alert > ul {
  4897. margin-bottom: 0;
  4898. }
  4899. .alert > p + p {
  4900. margin-top: 5px;
  4901. }
  4902. .alert-dismissable,
  4903. .alert-dismissible {
  4904. padding-right: 35px;
  4905. }
  4906. .alert-dismissable .close,
  4907. .alert-dismissible .close {
  4908. position: relative;
  4909. top: -2px;
  4910. right: -21px;
  4911. color: inherit;
  4912. }
  4913. .alert-success {
  4914. background-color: #dff0d8;
  4915. border-color: #d6e9c6;
  4916. color: #3c763d;
  4917. }
  4918. .alert-success hr {
  4919. border-top-color: #c9e2b3;
  4920. }
  4921. .alert-success .alert-link {
  4922. color: #2b542c;
  4923. }
  4924. .alert-info {
  4925. background-color: #d9edf7;
  4926. border-color: #bce8f1;
  4927. color: #31708f;
  4928. }
  4929. .alert-info hr {
  4930. border-top-color: #a6e1ec;
  4931. }
  4932. .alert-info .alert-link {
  4933. color: #245269;
  4934. }
  4935. .alert-warning {
  4936. background-color: #fcf8e3;
  4937. border-color: #faebcc;
  4938. color: #8a6d3b;
  4939. }
  4940. .alert-warning hr {
  4941. border-top-color: #f7e1b5;
  4942. }
  4943. .alert-warning .alert-link {
  4944. color: #66512c;
  4945. }
  4946. .alert-danger {
  4947. background-color: #f2dede;
  4948. border-color: #ebccd1;
  4949. color: #a94442;
  4950. }
  4951. .alert-danger hr {
  4952. border-top-color: #e4b9c0;
  4953. }
  4954. .alert-danger .alert-link {
  4955. color: #843534;
  4956. }
  4957. @-webkit-keyframes progress-bar-stripes {
  4958. from {
  4959. background-position: 40px 0;
  4960. }
  4961. to {
  4962. background-position: 0 0;
  4963. }
  4964. }
  4965. @keyframes progress-bar-stripes {
  4966. from {
  4967. background-position: 40px 0;
  4968. }
  4969. to {
  4970. background-position: 0 0;
  4971. }
  4972. }
  4973. .progress {
  4974. overflow: hidden;
  4975. height: 20px;
  4976. margin-bottom: 20px;
  4977. background-color: #f5f5f5;
  4978. border-radius: 4px;
  4979. -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  4980. box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  4981. }
  4982. .progress-bar {
  4983. float: left;
  4984. width: 0%;
  4985. height: 100%;
  4986. font-size: 12px;
  4987. line-height: 20px;
  4988. color: #ffffff;
  4989. text-align: center;
  4990. background-color: #337ab7;
  4991. -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  4992. box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  4993. -webkit-transition: width 0.6s ease;
  4994. -o-transition: width 0.6s ease;
  4995. transition: width 0.6s ease;
  4996. }
  4997. .progress-striped .progress-bar,
  4998. .progress-bar-striped {
  4999. 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);
  5000. 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);
  5001. 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);
  5002. background-size: 40px 40px;
  5003. }
  5004. .progress.active .progress-bar,
  5005. .progress-bar.active {
  5006. -webkit-animation: progress-bar-stripes 2s linear infinite;
  5007. -o-animation: progress-bar-stripes 2s linear infinite;
  5008. animation: progress-bar-stripes 2s linear infinite;
  5009. }
  5010. .progress-bar-success {
  5011. background-color: #5cb85c;
  5012. }
  5013. .progress-striped .progress-bar-success {
  5014. 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);
  5015. 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);
  5016. 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);
  5017. }
  5018. .progress-bar-info {
  5019. background-color: #5bc0de;
  5020. }
  5021. .progress-striped .progress-bar-info {
  5022. 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);
  5023. 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);
  5024. 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);
  5025. }
  5026. .progress-bar-warning {
  5027. background-color: #f0ad4e;
  5028. }
  5029. .progress-striped .progress-bar-warning {
  5030. 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);
  5031. 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);
  5032. 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);
  5033. }
  5034. .progress-bar-danger {
  5035. background-color: #d9534f;
  5036. }
  5037. .progress-striped .progress-bar-danger {
  5038. 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);
  5039. 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);
  5040. 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);
  5041. }
  5042. .media {
  5043. margin-top: 15px;
  5044. }
  5045. .media:first-child {
  5046. margin-top: 0;
  5047. }
  5048. .media,
  5049. .media-body {
  5050. zoom: 1;
  5051. overflow: hidden;
  5052. }
  5053. .media-body {
  5054. width: 10000px;
  5055. }
  5056. .media-object {
  5057. display: block;
  5058. }
  5059. .media-right,
  5060. .media > .pull-right {
  5061. padding-left: 10px;
  5062. }
  5063. .media-left,
  5064. .media > .pull-left {
  5065. padding-right: 10px;
  5066. }
  5067. .media-left,
  5068. .media-right,
  5069. .media-body {
  5070. display: table-cell;
  5071. vertical-align: top;
  5072. }
  5073. .media-middle {
  5074. vertical-align: middle;
  5075. }
  5076. .media-bottom {
  5077. vertical-align: bottom;
  5078. }
  5079. .media-heading {
  5080. margin-top: 0;
  5081. margin-bottom: 5px;
  5082. }
  5083. .media-list {
  5084. padding-left: 0;
  5085. list-style: none;
  5086. }
  5087. .list-group {
  5088. margin-bottom: 20px;
  5089. padding-left: 0;
  5090. }
  5091. .list-group-item {
  5092. position: relative;
  5093. display: block;
  5094. padding: 10px 15px;
  5095. margin-bottom: -1px;
  5096. background-color: #ffffff;
  5097. border: 1px solid #dddddd;
  5098. }
  5099. .list-group-item:first-child {
  5100. border-top-right-radius: 4px;
  5101. border-top-left-radius: 4px;
  5102. }
  5103. .list-group-item:last-child {
  5104. margin-bottom: 0;
  5105. border-bottom-right-radius: 4px;
  5106. border-bottom-left-radius: 4px;
  5107. }
  5108. a.list-group-item {
  5109. color: #555555;
  5110. }
  5111. a.list-group-item .list-group-item-heading {
  5112. color: #333333;
  5113. }
  5114. a.list-group-item:hover,
  5115. a.list-group-item:focus {
  5116. text-decoration: none;
  5117. color: #555555;
  5118. background-color: #f5f5f5;
  5119. }
  5120. .list-group-item.disabled,
  5121. .list-group-item.disabled:hover,
  5122. .list-group-item.disabled:focus {
  5123. background-color: #eeeeee;
  5124. color: #777777;
  5125. cursor: not-allowed;
  5126. }
  5127. .list-group-item.disabled .list-group-item-heading,
  5128. .list-group-item.disabled:hover .list-group-item-heading,
  5129. .list-group-item.disabled:focus .list-group-item-heading {
  5130. color: inherit;
  5131. }
  5132. .list-group-item.disabled .list-group-item-text,
  5133. .list-group-item.disabled:hover .list-group-item-text,
  5134. .list-group-item.disabled:focus .list-group-item-text {
  5135. color: #777777;
  5136. }
  5137. .list-group-item.active,
  5138. .list-group-item.active:hover,
  5139. .list-group-item.active:focus {
  5140. z-index: 2;
  5141. color: #ffffff;
  5142. background-color: #337ab7;
  5143. border-color: #337ab7;
  5144. }
  5145. .list-group-item.active .list-group-item-heading,
  5146. .list-group-item.active:hover .list-group-item-heading,
  5147. .list-group-item.active:focus .list-group-item-heading,
  5148. .list-group-item.active .list-group-item-heading > small,
  5149. .list-group-item.active:hover .list-group-item-heading > small,
  5150. .list-group-item.active:focus .list-group-item-heading > small,
  5151. .list-group-item.active .list-group-item-heading > .small,
  5152. .list-group-item.active:hover .list-group-item-heading > .small,
  5153. .list-group-item.active:focus .list-group-item-heading > .small {
  5154. color: inherit;
  5155. }
  5156. .list-group-item.active .list-group-item-text,
  5157. .list-group-item.active:hover .list-group-item-text,
  5158. .list-group-item.active:focus .list-group-item-text {
  5159. color: #c7ddef;
  5160. }
  5161. .list-group-item-success {
  5162. color: #3c763d;
  5163. background-color: #dff0d8;
  5164. }
  5165. a.list-group-item-success {
  5166. color: #3c763d;
  5167. }
  5168. a.list-group-item-success .list-group-item-heading {
  5169. color: inherit;
  5170. }
  5171. a.list-group-item-success:hover,
  5172. a.list-group-item-success:focus {
  5173. color: #3c763d;
  5174. background-color: #d0e9c6;
  5175. }
  5176. a.list-group-item-success.active,
  5177. a.list-group-item-success.active:hover,
  5178. a.list-group-item-success.active:focus {
  5179. color: #fff;
  5180. background-color: #3c763d;
  5181. border-color: #3c763d;
  5182. }
  5183. .list-group-item-info {
  5184. color: #31708f;
  5185. background-color: #d9edf7;
  5186. }
  5187. a.list-group-item-info {
  5188. color: #31708f;
  5189. }
  5190. a.list-group-item-info .list-group-item-heading {
  5191. color: inherit;
  5192. }
  5193. a.list-group-item-info:hover,
  5194. a.list-group-item-info:focus {
  5195. color: #31708f;
  5196. background-color: #c4e3f3;
  5197. }
  5198. a.list-group-item-info.active,
  5199. a.list-group-item-info.active:hover,
  5200. a.list-group-item-info.active:focus {
  5201. color: #fff;
  5202. background-color: #31708f;
  5203. border-color: #31708f;
  5204. }
  5205. .list-group-item-warning {
  5206. color: #8a6d3b;
  5207. background-color: #fcf8e3;
  5208. }
  5209. a.list-group-item-warning {
  5210. color: #8a6d3b;
  5211. }
  5212. a.list-group-item-warning .list-group-item-heading {
  5213. color: inherit;
  5214. }
  5215. a.list-group-item-warning:hover,
  5216. a.list-group-item-warning:focus {
  5217. color: #8a6d3b;
  5218. background-color: #faf2cc;
  5219. }
  5220. a.list-group-item-warning.active,
  5221. a.list-group-item-warning.active:hover,
  5222. a.list-group-item-warning.active:focus {
  5223. color: #fff;
  5224. background-color: #8a6d3b;
  5225. border-color: #8a6d3b;
  5226. }
  5227. .list-group-item-danger {
  5228. color: #a94442;
  5229. background-color: #f2dede;
  5230. }
  5231. a.list-group-item-danger {
  5232. color: #a94442;
  5233. }
  5234. a.list-group-item-danger .list-group-item-heading {
  5235. color: inherit;
  5236. }
  5237. a.list-group-item-danger:hover,
  5238. a.list-group-item-danger:focus {
  5239. color: #a94442;
  5240. background-color: #ebcccc;
  5241. }
  5242. a.list-group-item-danger.active,
  5243. a.list-group-item-danger.active:hover,
  5244. a.list-group-item-danger.active:focus {
  5245. color: #fff;
  5246. background-color: #a94442;
  5247. border-color: #a94442;
  5248. }
  5249. .list-group-item-heading {
  5250. margin-top: 0;
  5251. margin-bottom: 5px;
  5252. }
  5253. .list-group-item-text {
  5254. margin-bottom: 0;
  5255. line-height: 1.3;
  5256. }
  5257. .panel {
  5258. margin-bottom: 20px;
  5259. background-color: #ffffff;
  5260. border: 1px solid transparent;
  5261. border-radius: 4px;
  5262. -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  5263. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  5264. }
  5265. .panel-body {
  5266. padding: 15px;
  5267. }
  5268. .panel-heading {
  5269. padding: 10px 15px;
  5270. border-bottom: 1px solid transparent;
  5271. border-top-right-radius: 3px;
  5272. border-top-left-radius: 3px;
  5273. }
  5274. .panel-heading > .dropdown .dropdown-toggle {
  5275. color: inherit;
  5276. }
  5277. .panel-title {
  5278. margin-top: 0;
  5279. margin-bottom: 0;
  5280. font-size: 16px;
  5281. color: inherit;
  5282. }
  5283. .panel-title > a,
  5284. .panel-title > small,
  5285. .panel-title > .small,
  5286. .panel-title > small > a,
  5287. .panel-title > .small > a {
  5288. color: inherit;
  5289. }
  5290. .panel-footer {
  5291. padding: 10px 15px;
  5292. background-color: #f5f5f5;
  5293. border-top: 1px solid #dddddd;
  5294. border-bottom-right-radius: 3px;
  5295. border-bottom-left-radius: 3px;
  5296. }
  5297. .panel > .list-group,
  5298. .panel > .panel-collapse > .list-group {
  5299. margin-bottom: 0;
  5300. }
  5301. .panel > .list-group .list-group-item,
  5302. .panel > .panel-collapse > .list-group .list-group-item {
  5303. border-width: 1px 0;
  5304. border-radius: 0;
  5305. }
  5306. .panel > .list-group:first-child .list-group-item:first-child,
  5307. .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  5308. border-top: 0;
  5309. border-top-right-radius: 3px;
  5310. border-top-left-radius: 3px;
  5311. }
  5312. .panel > .list-group:last-child .list-group-item:last-child,
  5313. .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  5314. border-bottom: 0;
  5315. border-bottom-right-radius: 3px;
  5316. border-bottom-left-radius: 3px;
  5317. }
  5318. .panel-heading + .list-group .list-group-item:first-child {
  5319. border-top-width: 0;
  5320. }
  5321. .list-group + .panel-footer {
  5322. border-top-width: 0;
  5323. }
  5324. .panel > .table,
  5325. .panel > .table-responsive > .table,
  5326. .panel > .panel-collapse > .table {
  5327. margin-bottom: 0;
  5328. }
  5329. .panel > .table caption,
  5330. .panel > .table-responsive > .table caption,
  5331. .panel > .panel-collapse > .table caption {
  5332. padding-left: 15px;
  5333. padding-right: 15px;
  5334. }
  5335. .panel > .table:first-child,
  5336. .panel > .table-responsive:first-child > .table:first-child {
  5337. border-top-right-radius: 3px;
  5338. border-top-left-radius: 3px;
  5339. }
  5340. .panel > .table:first-child > thead:first-child > tr:first-child,
  5341. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  5342. .panel > .table:first-child > tbody:first-child > tr:first-child,
  5343. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  5344. border-top-left-radius: 3px;
  5345. border-top-right-radius: 3px;
  5346. }
  5347. .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
  5348. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
  5349. .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  5350. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  5351. .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
  5352. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
  5353. .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  5354. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  5355. border-top-left-radius: 3px;
  5356. }
  5357. .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
  5358. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
  5359. .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  5360. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  5361. .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
  5362. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
  5363. .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  5364. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  5365. border-top-right-radius: 3px;
  5366. }
  5367. .panel > .table:last-child,
  5368. .panel > .table-responsive:last-child > .table:last-child {
  5369. border-bottom-right-radius: 3px;
  5370. border-bottom-left-radius: 3px;
  5371. }
  5372. .panel > .table:last-child > tbody:last-child > tr:last-child,
  5373. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  5374. .panel > .table:last-child > tfoot:last-child > tr:last-child,
  5375. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  5376. border-bottom-left-radius: 3px;
  5377. border-bottom-right-radius: 3px;
  5378. }
  5379. .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  5380. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  5381. .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  5382. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  5383. .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  5384. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  5385. .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  5386. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  5387. border-bottom-left-radius: 3px;
  5388. }
  5389. .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  5390. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  5391. .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  5392. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  5393. .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  5394. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  5395. .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  5396. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  5397. border-bottom-right-radius: 3px;
  5398. }
  5399. .panel > .panel-body + .table,
  5400. .panel > .panel-body + .table-responsive,
  5401. .panel > .table + .panel-body,
  5402. .panel > .table-responsive + .panel-body {
  5403. border-top: 1px solid #dddddd;
  5404. }
  5405. .panel > .table > tbody:first-child > tr:first-child th,
  5406. .panel > .table > tbody:first-child > tr:first-child td {
  5407. border-top: 0;
  5408. }
  5409. .panel > .table-bordered,
  5410. .panel > .table-responsive > .table-bordered {
  5411. border: 0;
  5412. }
  5413. .panel > .table-bordered > thead > tr > th:first-child,
  5414. .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  5415. .panel > .table-bordered > tbody > tr > th:first-child,
  5416. .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  5417. .panel > .table-bordered > tfoot > tr > th:first-child,
  5418. .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  5419. .panel > .table-bordered > thead > tr > td:first-child,
  5420. .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  5421. .panel > .table-bordered > tbody > tr > td:first-child,
  5422. .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  5423. .panel > .table-bordered > tfoot > tr > td:first-child,
  5424. .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  5425. border-left: 0;
  5426. }
  5427. .panel > .table-bordered > thead > tr > th:last-child,
  5428. .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  5429. .panel > .table-bordered > tbody > tr > th:last-child,
  5430. .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  5431. .panel > .table-bordered > tfoot > tr > th:last-child,
  5432. .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  5433. .panel > .table-bordered > thead > tr > td:last-child,
  5434. .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  5435. .panel > .table-bordered > tbody > tr > td:last-child,
  5436. .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  5437. .panel > .table-bordered > tfoot > tr > td:last-child,
  5438. .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  5439. border-right: 0;
  5440. }
  5441. .panel > .table-bordered > thead > tr:first-child > td,
  5442. .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  5443. .panel > .table-bordered > tbody > tr:first-child > td,
  5444. .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  5445. .panel > .table-bordered > thead > tr:first-child > th,
  5446. .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  5447. .panel > .table-bordered > tbody > tr:first-child > th,
  5448. .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  5449. border-bottom: 0;
  5450. }
  5451. .panel > .table-bordered > tbody > tr:last-child > td,
  5452. .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  5453. .panel > .table-bordered > tfoot > tr:last-child > td,
  5454. .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  5455. .panel > .table-bordered > tbody > tr:last-child > th,
  5456. .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  5457. .panel > .table-bordered > tfoot > tr:last-child > th,
  5458. .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  5459. border-bottom: 0;
  5460. }
  5461. .panel > .table-responsive {
  5462. border: 0;
  5463. margin-bottom: 0;
  5464. }
  5465. .panel-group {
  5466. margin-bottom: 20px;
  5467. }
  5468. .panel-group .panel {
  5469. margin-bottom: 0;
  5470. border-radius: 4px;
  5471. }
  5472. .panel-group .panel + .panel {
  5473. margin-top: 5px;
  5474. }
  5475. .panel-group .panel-heading {
  5476. border-bottom: 0;
  5477. }
  5478. .panel-group .panel-heading + .panel-collapse > .panel-body,
  5479. .panel-group .panel-heading + .panel-collapse > .list-group {
  5480. border-top: 1px solid #dddddd;
  5481. }
  5482. .panel-group .panel-footer {
  5483. border-top: 0;
  5484. }
  5485. .panel-group .panel-footer + .panel-collapse .panel-body {
  5486. border-bottom: 1px solid #dddddd;
  5487. }
  5488. .panel-default {
  5489. border-color: #dddddd;
  5490. }
  5491. .panel-default > .panel-heading {
  5492. color: #333333;
  5493. background-color: #f5f5f5;
  5494. border-color: #dddddd;
  5495. }
  5496. .panel-default > .panel-heading + .panel-collapse > .panel-body {
  5497. border-top-color: #dddddd;
  5498. }
  5499. .panel-default > .panel-heading .badge {
  5500. color: #f5f5f5;
  5501. background-color: #333333;
  5502. }
  5503. .panel-default > .panel-footer + .panel-collapse > .panel-body {
  5504. border-bottom-color: #dddddd;
  5505. }
  5506. .panel-primary {
  5507. border-color: #337ab7;
  5508. }
  5509. .panel-primary > .panel-heading {
  5510. color: #ffffff;
  5511. background-color: #337ab7;
  5512. border-color: #337ab7;
  5513. }
  5514. .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  5515. border-top-color: #337ab7;
  5516. }
  5517. .panel-primary > .panel-heading .badge {
  5518. color: #337ab7;
  5519. background-color: #ffffff;
  5520. }
  5521. .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  5522. border-bottom-color: #337ab7;
  5523. }
  5524. .panel-success {
  5525. border-color: #d6e9c6;
  5526. }
  5527. .panel-success > .panel-heading {
  5528. color: #3c763d;
  5529. background-color: #dff0d8;
  5530. border-color: #d6e9c6;
  5531. }
  5532. .panel-success > .panel-heading + .panel-collapse > .panel-body {
  5533. border-top-color: #d6e9c6;
  5534. }
  5535. .panel-success > .panel-heading .badge {
  5536. color: #dff0d8;
  5537. background-color: #3c763d;
  5538. }
  5539. .panel-success > .panel-footer + .panel-collapse > .panel-body {
  5540. border-bottom-color: #d6e9c6;
  5541. }
  5542. .panel-info {
  5543. border-color: #bce8f1;
  5544. }
  5545. .panel-info > .panel-heading {
  5546. color: #31708f;
  5547. background-color: #d9edf7;
  5548. border-color: #bce8f1;
  5549. }
  5550. .panel-info > .panel-heading + .panel-collapse > .panel-body {
  5551. border-top-color: #bce8f1;
  5552. }
  5553. .panel-info > .panel-heading .badge {
  5554. color: #d9edf7;
  5555. background-color: #31708f;
  5556. }
  5557. .panel-info > .panel-footer + .panel-collapse > .panel-body {
  5558. border-bottom-color: #bce8f1;
  5559. }
  5560. .panel-warning {
  5561. border-color: #faebcc;
  5562. }
  5563. .panel-warning > .panel-heading {
  5564. color: #8a6d3b;
  5565. background-color: #fcf8e3;
  5566. border-color: #faebcc;
  5567. }
  5568. .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  5569. border-top-color: #faebcc;
  5570. }
  5571. .panel-warning > .panel-heading .badge {
  5572. color: #fcf8e3;
  5573. background-color: #8a6d3b;
  5574. }
  5575. .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  5576. border-bottom-color: #faebcc;
  5577. }
  5578. .panel-danger {
  5579. border-color: #ebccd1;
  5580. }
  5581. .panel-danger > .panel-heading {
  5582. color: #a94442;
  5583. background-color: #f2dede;
  5584. border-color: #ebccd1;
  5585. }
  5586. .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  5587. border-top-color: #ebccd1;
  5588. }
  5589. .panel-danger > .panel-heading .badge {
  5590. color: #f2dede;
  5591. background-color: #a94442;
  5592. }
  5593. .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  5594. border-bottom-color: #ebccd1;
  5595. }
  5596. .embed-responsive {
  5597. position: relative;
  5598. display: block;
  5599. height: 0;
  5600. padding: 0;
  5601. overflow: hidden;
  5602. }
  5603. .embed-responsive .embed-responsive-item,
  5604. .embed-responsive iframe,
  5605. .embed-responsive embed,
  5606. .embed-responsive object,
  5607. .embed-responsive video {
  5608. position: absolute;
  5609. top: 0;
  5610. left: 0;
  5611. bottom: 0;
  5612. height: 100%;
  5613. width: 100%;
  5614. border: 0;
  5615. }
  5616. .embed-responsive.embed-responsive-16by9 {
  5617. padding-bottom: 56.25%;
  5618. }
  5619. .embed-responsive.embed-responsive-4by3 {
  5620. padding-bottom: 75%;
  5621. }
  5622. .well {
  5623. min-height: 20px;
  5624. padding: 19px;
  5625. margin-bottom: 20px;
  5626. background-color: #f5f5f5;
  5627. border: 1px solid #e3e3e3;
  5628. border-radius: 4px;
  5629. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  5630. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  5631. }
  5632. .well blockquote {
  5633. border-color: #ddd;
  5634. border-color: rgba(0, 0, 0, 0.15);
  5635. }
  5636. .well-lg {
  5637. padding: 24px;
  5638. border-radius: 6px;
  5639. }
  5640. .well-sm {
  5641. padding: 9px;
  5642. border-radius: 3px;
  5643. }
  5644. .close {
  5645. float: right;
  5646. font-size: 21px;
  5647. font-weight: bold;
  5648. line-height: 1;
  5649. color: #000000;
  5650. text-shadow: 0 1px 0 #ffffff;
  5651. opacity: 0.2;
  5652. filter: alpha(opacity=20);
  5653. }
  5654. .close:hover,
  5655. .close:focus {
  5656. color: #000000;
  5657. text-decoration: none;
  5658. cursor: pointer;
  5659. opacity: 0.5;
  5660. filter: alpha(opacity=50);
  5661. }
  5662. button.close {
  5663. padding: 0;
  5664. cursor: pointer;
  5665. background: transparent;
  5666. border: 0;
  5667. -webkit-appearance: none;
  5668. }
  5669. .modal-open {
  5670. overflow: hidden;
  5671. }
  5672. .modal {
  5673. display: none;
  5674. overflow: hidden;
  5675. position: fixed;
  5676. top: 0;
  5677. right: 0;
  5678. bottom: 0;
  5679. left: 0;
  5680. z-index: 1040;
  5681. -webkit-overflow-scrolling: touch;
  5682. outline: 0;
  5683. }
  5684. .modal.fade .modal-dialog {
  5685. -webkit-transform: translate(0, -25%);
  5686. -ms-transform: translate(0, -25%);
  5687. -o-transform: translate(0, -25%);
  5688. transform: translate(0, -25%);
  5689. -webkit-transition: -webkit-transform 0.3s ease-out;
  5690. -moz-transition: -moz-transform 0.3s ease-out;
  5691. -o-transition: -o-transform 0.3s ease-out;
  5692. transition: transform 0.3s ease-out;
  5693. }
  5694. .modal.in .modal-dialog {
  5695. -webkit-transform: translate(0, 0);
  5696. -ms-transform: translate(0, 0);
  5697. -o-transform: translate(0, 0);
  5698. transform: translate(0, 0);
  5699. }
  5700. .modal-open .modal {
  5701. overflow-x: hidden;
  5702. overflow-y: auto;
  5703. }
  5704. .modal-dialog {
  5705. position: relative;
  5706. width: auto;
  5707. margin: 10px;
  5708. }
  5709. .modal-content {
  5710. position: relative;
  5711. background-color: #ffffff;
  5712. border: 1px solid #999999;
  5713. border: 1px solid rgba(0, 0, 0, 0.2);
  5714. border-radius: 6px;
  5715. -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  5716. box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  5717. background-clip: padding-box;
  5718. outline: 0;
  5719. }
  5720. .modal-backdrop {
  5721. position: absolute;
  5722. top: 0;
  5723. right: 0;
  5724. left: 0;
  5725. background-color: #000000;
  5726. }
  5727. .modal-backdrop.fade {
  5728. opacity: 0;
  5729. filter: alpha(opacity=0);
  5730. }
  5731. .modal-backdrop.in {
  5732. opacity: 0.5;
  5733. filter: alpha(opacity=50);
  5734. }
  5735. .modal-header {
  5736. padding: 15px;
  5737. border-bottom: 1px solid #e5e5e5;
  5738. min-height: 16.428571429px;
  5739. }
  5740. .modal-header .close {
  5741. margin-top: -2px;
  5742. }
  5743. .modal-title {
  5744. margin: 0;
  5745. line-height: 1.428571429;
  5746. }
  5747. .modal-body {
  5748. position: relative;
  5749. padding: 15px;
  5750. }
  5751. .modal-footer {
  5752. padding: 15px;
  5753. text-align: right;
  5754. border-top: 1px solid #e5e5e5;
  5755. }
  5756. .modal-footer .btn + .btn {
  5757. margin-left: 5px;
  5758. margin-bottom: 0;
  5759. }
  5760. .modal-footer .btn-group .btn + .btn {
  5761. margin-left: -1px;
  5762. }
  5763. .modal-footer .btn-block + .btn-block {
  5764. margin-left: 0;
  5765. }
  5766. .modal-scrollbar-measure {
  5767. position: absolute;
  5768. top: -9999px;
  5769. width: 50px;
  5770. height: 50px;
  5771. overflow: scroll;
  5772. }
  5773. @media (min-width: 768px) {
  5774. .modal-dialog {
  5775. width: 600px;
  5776. margin: 30px auto;
  5777. }
  5778. .modal-content {
  5779. -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  5780. box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  5781. }
  5782. .modal-sm {
  5783. width: 300px;
  5784. }
  5785. }
  5786. @media (min-width: 992px) {
  5787. .modal-lg {
  5788. width: 900px;
  5789. }
  5790. }
  5791. .tooltip {
  5792. position: absolute;
  5793. z-index: 1070;
  5794. display: block;
  5795. visibility: visible;
  5796. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  5797. font-size: 12px;
  5798. font-weight: normal;
  5799. line-height: 1.4;
  5800. opacity: 0;
  5801. filter: alpha(opacity=0);
  5802. }
  5803. .tooltip.in {
  5804. opacity: 0.9;
  5805. filter: alpha(opacity=90);
  5806. }
  5807. .tooltip.top {
  5808. margin-top: -3px;
  5809. padding: 5px 0;
  5810. }
  5811. .tooltip.right {
  5812. margin-left: 3px;
  5813. padding: 0 5px;
  5814. }
  5815. .tooltip.bottom {
  5816. margin-top: 3px;
  5817. padding: 5px 0;
  5818. }
  5819. .tooltip.left {
  5820. margin-left: -3px;
  5821. padding: 0 5px;
  5822. }
  5823. .tooltip-inner {
  5824. max-width: 200px;
  5825. padding: 3px 8px;
  5826. color: #ffffff;
  5827. text-align: center;
  5828. text-decoration: none;
  5829. background-color: #000000;
  5830. border-radius: 4px;
  5831. }
  5832. .tooltip-arrow {
  5833. position: absolute;
  5834. width: 0;
  5835. height: 0;
  5836. border-color: transparent;
  5837. border-style: solid;
  5838. }
  5839. .tooltip.top .tooltip-arrow {
  5840. bottom: 0;
  5841. left: 50%;
  5842. margin-left: -5px;
  5843. border-width: 5px 5px 0;
  5844. border-top-color: #000000;
  5845. }
  5846. .tooltip.top-left .tooltip-arrow {
  5847. bottom: 0;
  5848. right: 5px;
  5849. margin-bottom: -5px;
  5850. border-width: 5px 5px 0;
  5851. border-top-color: #000000;
  5852. }
  5853. .tooltip.top-right .tooltip-arrow {
  5854. bottom: 0;
  5855. left: 5px;
  5856. margin-bottom: -5px;
  5857. border-width: 5px 5px 0;
  5858. border-top-color: #000000;
  5859. }
  5860. .tooltip.right .tooltip-arrow {
  5861. top: 50%;
  5862. left: 0;
  5863. margin-top: -5px;
  5864. border-width: 5px 5px 5px 0;
  5865. border-right-color: #000000;
  5866. }
  5867. .tooltip.left .tooltip-arrow {
  5868. top: 50%;
  5869. right: 0;
  5870. margin-top: -5px;
  5871. border-width: 5px 0 5px 5px;
  5872. border-left-color: #000000;
  5873. }
  5874. .tooltip.bottom .tooltip-arrow {
  5875. top: 0;
  5876. left: 50%;
  5877. margin-left: -5px;
  5878. border-width: 0 5px 5px;
  5879. border-bottom-color: #000000;
  5880. }
  5881. .tooltip.bottom-left .tooltip-arrow {
  5882. top: 0;
  5883. right: 5px;
  5884. margin-top: -5px;
  5885. border-width: 0 5px 5px;
  5886. border-bottom-color: #000000;
  5887. }
  5888. .tooltip.bottom-right .tooltip-arrow {
  5889. top: 0;
  5890. left: 5px;
  5891. margin-top: -5px;
  5892. border-width: 0 5px 5px;
  5893. border-bottom-color: #000000;
  5894. }
  5895. .popover {
  5896. position: absolute;
  5897. top: 0;
  5898. left: 0;
  5899. z-index: 1060;
  5900. display: none;
  5901. max-width: 276px;
  5902. padding: 1px;
  5903. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  5904. font-size: 14px;
  5905. font-weight: normal;
  5906. line-height: 1.428571429;
  5907. text-align: left;
  5908. background-color: #ffffff;
  5909. background-clip: padding-box;
  5910. border: 1px solid #cccccc;
  5911. border: 1px solid rgba(0, 0, 0, 0.2);
  5912. border-radius: 6px;
  5913. -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  5914. box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  5915. white-space: normal;
  5916. }
  5917. .popover.top {
  5918. margin-top: -10px;
  5919. }
  5920. .popover.right {
  5921. margin-left: 10px;
  5922. }
  5923. .popover.bottom {
  5924. margin-top: 10px;
  5925. }
  5926. .popover.left {
  5927. margin-left: -10px;
  5928. }
  5929. .popover-title {
  5930. margin: 0;
  5931. padding: 8px 14px;
  5932. font-size: 14px;
  5933. background-color: #f7f7f7;
  5934. border-bottom: 1px solid #ebebeb;
  5935. border-radius: 5px 5px 0 0;
  5936. }
  5937. .popover-content {
  5938. padding: 9px 14px;
  5939. }
  5940. .popover > .arrow,
  5941. .popover > .arrow:after {
  5942. position: absolute;
  5943. display: block;
  5944. width: 0;
  5945. height: 0;
  5946. border-color: transparent;
  5947. border-style: solid;
  5948. }
  5949. .popover > .arrow {
  5950. border-width: 11px;
  5951. }
  5952. .popover > .arrow:after {
  5953. border-width: 10px;
  5954. content: "";
  5955. }
  5956. .popover.top > .arrow {
  5957. left: 50%;
  5958. margin-left: -11px;
  5959. border-bottom-width: 0;
  5960. border-top-color: #999999;
  5961. border-top-color: rgba(0, 0, 0, 0.25);
  5962. bottom: -11px;
  5963. }
  5964. .popover.top > .arrow:after {
  5965. content: " ";
  5966. bottom: 1px;
  5967. margin-left: -10px;
  5968. border-bottom-width: 0;
  5969. border-top-color: #ffffff;
  5970. }
  5971. .popover.right > .arrow {
  5972. top: 50%;
  5973. left: -11px;
  5974. margin-top: -11px;
  5975. border-left-width: 0;
  5976. border-right-color: #999999;
  5977. border-right-color: rgba(0, 0, 0, 0.25);
  5978. }
  5979. .popover.right > .arrow:after {
  5980. content: " ";
  5981. left: 1px;
  5982. bottom: -10px;
  5983. border-left-width: 0;
  5984. border-right-color: #ffffff;
  5985. }
  5986. .popover.bottom > .arrow {
  5987. left: 50%;
  5988. margin-left: -11px;
  5989. border-top-width: 0;
  5990. border-bottom-color: #999999;
  5991. border-bottom-color: rgba(0, 0, 0, 0.25);
  5992. top: -11px;
  5993. }
  5994. .popover.bottom > .arrow:after {
  5995. content: " ";
  5996. top: 1px;
  5997. margin-left: -10px;
  5998. border-top-width: 0;
  5999. border-bottom-color: #ffffff;
  6000. }
  6001. .popover.left > .arrow {
  6002. top: 50%;
  6003. right: -11px;
  6004. margin-top: -11px;
  6005. border-right-width: 0;
  6006. border-left-color: #999999;
  6007. border-left-color: rgba(0, 0, 0, 0.25);
  6008. }
  6009. .popover.left > .arrow:after {
  6010. content: " ";
  6011. right: 1px;
  6012. border-right-width: 0;
  6013. border-left-color: #ffffff;
  6014. bottom: -10px;
  6015. }
  6016. .carousel {
  6017. position: relative;
  6018. }
  6019. .carousel-inner {
  6020. position: relative;
  6021. overflow: hidden;
  6022. width: 100%;
  6023. }
  6024. .carousel-inner > .item {
  6025. display: none;
  6026. position: relative;
  6027. -webkit-transition: 0.6s ease-in-out left;
  6028. -o-transition: 0.6s ease-in-out left;
  6029. transition: 0.6s ease-in-out left;
  6030. }
  6031. .carousel-inner > .item > img,
  6032. .carousel-inner > .item > a > img {
  6033. line-height: 1;
  6034. }
  6035. @media all and (transform-3d), (-webkit-transform-3d) {
  6036. .carousel-inner > .item {
  6037. -webkit-transition: -webkit-transform 0.6s ease-in-out;
  6038. -moz-transition: -moz-transform 0.6s ease-in-out;
  6039. -o-transition: -o-transform 0.6s ease-in-out;
  6040. transition: transform 0.6s ease-in-out;
  6041. -webkit-backface-visibility: hidden;
  6042. -moz-backface-visibility: hidden;
  6043. backface-visibility: hidden;
  6044. -webkit-perspective: 1000;
  6045. -moz-perspective: 1000;
  6046. perspective: 1000;
  6047. }
  6048. .carousel-inner > .item.next,
  6049. .carousel-inner > .item.active.right {
  6050. -webkit-transform: translate3d(100%, 0, 0);
  6051. transform: translate3d(100%, 0, 0);
  6052. left: 0;
  6053. }
  6054. .carousel-inner > .item.prev,
  6055. .carousel-inner > .item.active.left {
  6056. -webkit-transform: translate3d(-100%, 0, 0);
  6057. transform: translate3d(-100%, 0, 0);
  6058. left: 0;
  6059. }
  6060. .carousel-inner > .item.next.left,
  6061. .carousel-inner > .item.prev.right,
  6062. .carousel-inner > .item.active {
  6063. -webkit-transform: translate3d(0, 0, 0);
  6064. transform: translate3d(0, 0, 0);
  6065. left: 0;
  6066. }
  6067. }
  6068. .carousel-inner > .active,
  6069. .carousel-inner > .next,
  6070. .carousel-inner > .prev {
  6071. display: block;
  6072. }
  6073. .carousel-inner > .active {
  6074. left: 0;
  6075. }
  6076. .carousel-inner > .next,
  6077. .carousel-inner > .prev {
  6078. position: absolute;
  6079. top: 0;
  6080. width: 100%;
  6081. }
  6082. .carousel-inner > .next {
  6083. left: 100%;
  6084. }
  6085. .carousel-inner > .prev {
  6086. left: -100%;
  6087. }
  6088. .carousel-inner > .next.left,
  6089. .carousel-inner > .prev.right {
  6090. left: 0;
  6091. }
  6092. .carousel-inner > .active.left {
  6093. left: -100%;
  6094. }
  6095. .carousel-inner > .active.right {
  6096. left: 100%;
  6097. }
  6098. .carousel-control {
  6099. position: absolute;
  6100. top: 0;
  6101. left: 0;
  6102. bottom: 0;
  6103. width: 15%;
  6104. opacity: 0.5;
  6105. filter: alpha(opacity=50);
  6106. font-size: 20px;
  6107. color: #ffffff;
  6108. text-align: center;
  6109. text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  6110. }
  6111. .carousel-control.left {
  6112. background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  6113. background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  6114. background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  6115. background-repeat: repeat-x;
  6116. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  6117. }
  6118. .carousel-control.right {
  6119. left: auto;
  6120. right: 0;
  6121. background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  6122. background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  6123. background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  6124. background-repeat: repeat-x;
  6125. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  6126. }
  6127. .carousel-control:hover,
  6128. .carousel-control:focus {
  6129. outline: 0;
  6130. color: #ffffff;
  6131. text-decoration: none;
  6132. opacity: 0.9;
  6133. filter: alpha(opacity=90);
  6134. }
  6135. .carousel-control .icon-prev,
  6136. .carousel-control .icon-next,
  6137. .carousel-control .glyphicon-chevron-left,
  6138. .carousel-control .glyphicon-chevron-right {
  6139. position: absolute;
  6140. top: 50%;
  6141. z-index: 5;
  6142. display: inline-block;
  6143. }
  6144. .carousel-control .icon-prev,
  6145. .carousel-control .glyphicon-chevron-left {
  6146. left: 50%;
  6147. margin-left: -10px;
  6148. }
  6149. .carousel-control .icon-next,
  6150. .carousel-control .glyphicon-chevron-right {
  6151. right: 50%;
  6152. margin-right: -10px;
  6153. }
  6154. .carousel-control .icon-prev,
  6155. .carousel-control .icon-next {
  6156. width: 20px;
  6157. height: 20px;
  6158. margin-top: -10px;
  6159. line-height: 1;
  6160. font-family: serif;
  6161. }
  6162. .carousel-control .icon-prev:before {
  6163. content: '\2039';
  6164. }
  6165. .carousel-control .icon-next:before {
  6166. content: '\203a';
  6167. }
  6168. .carousel-indicators {
  6169. position: absolute;
  6170. bottom: 10px;
  6171. left: 50%;
  6172. z-index: 15;
  6173. width: 60%;
  6174. margin-left: -30%;
  6175. padding-left: 0;
  6176. list-style: none;
  6177. text-align: center;
  6178. }
  6179. .carousel-indicators li {
  6180. display: inline-block;
  6181. width: 10px;
  6182. height: 10px;
  6183. margin: 1px;
  6184. text-indent: -999px;
  6185. border: 1px solid #ffffff;
  6186. border-radius: 10px;
  6187. cursor: pointer;
  6188. background-color: #000 \9;
  6189. background-color: rgba(0, 0, 0, 0);
  6190. }
  6191. .carousel-indicators .active {
  6192. margin: 0;
  6193. width: 12px;
  6194. height: 12px;
  6195. background-color: #ffffff;
  6196. }
  6197. .carousel-caption {
  6198. position: absolute;
  6199. left: 15%;
  6200. right: 15%;
  6201. bottom: 20px;
  6202. z-index: 10;
  6203. padding-top: 20px;
  6204. padding-bottom: 20px;
  6205. color: #ffffff;
  6206. text-align: center;
  6207. text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  6208. }
  6209. .carousel-caption .btn {
  6210. text-shadow: none;
  6211. }
  6212. @media screen and (min-width: 768px) {
  6213. .carousel-control .glyphicon-chevron-left,
  6214. .carousel-control .glyphicon-chevron-right,
  6215. .carousel-control .icon-prev,
  6216. .carousel-control .icon-next {
  6217. width: 30px;
  6218. height: 30px;
  6219. margin-top: -15px;
  6220. font-size: 30px;
  6221. }
  6222. .carousel-control .glyphicon-chevron-left,
  6223. .carousel-control .icon-prev {
  6224. margin-left: -15px;
  6225. }
  6226. .carousel-control .glyphicon-chevron-right,
  6227. .carousel-control .icon-next {
  6228. margin-right: -15px;
  6229. }
  6230. .carousel-caption {
  6231. left: 20%;
  6232. right: 20%;
  6233. padding-bottom: 30px;
  6234. }
  6235. .carousel-indicators {
  6236. bottom: 20px;
  6237. }
  6238. }
  6239. .clearfix:before,
  6240. .clearfix:after,
  6241. .dl-horizontal dd:before,
  6242. .dl-horizontal dd:after,
  6243. .container:before,
  6244. .container:after,
  6245. .container-fluid:before,
  6246. .container-fluid:after,
  6247. .row:before,
  6248. .row:after,
  6249. .form-horizontal .form-group:before,
  6250. .form-horizontal .form-group:after,
  6251. .btn-toolbar:before,
  6252. .btn-toolbar:after,
  6253. .btn-group-vertical > .btn-group:before,
  6254. .btn-group-vertical > .btn-group:after,
  6255. .nav:before,
  6256. .nav:after,
  6257. .navbar:before,
  6258. .navbar:after,
  6259. .navbar-header:before,
  6260. .navbar-header:after,
  6261. .navbar-collapse:before,
  6262. .navbar-collapse:after,
  6263. .pager:before,
  6264. .pager:after,
  6265. .panel-body:before,
  6266. .panel-body:after,
  6267. .modal-footer:before,
  6268. .modal-footer:after {
  6269. content: " ";
  6270. display: table;
  6271. }
  6272. .clearfix:after,
  6273. .dl-horizontal dd:after,
  6274. .container:after,
  6275. .container-fluid:after,
  6276. .row:after,
  6277. .form-horizontal .form-group:after,
  6278. .btn-toolbar:after,
  6279. .btn-group-vertical > .btn-group:after,
  6280. .nav:after,
  6281. .navbar:after,
  6282. .navbar-header:after,
  6283. .navbar-collapse:after,
  6284. .pager:after,
  6285. .panel-body:after,
  6286. .modal-footer:after {
  6287. clear: both;
  6288. }
  6289. .center-block {
  6290. display: block;
  6291. margin-left: auto;
  6292. margin-right: auto;
  6293. }
  6294. .pull-right {
  6295. float: right !important;
  6296. }
  6297. .pull-left {
  6298. float: left !important;
  6299. }
  6300. .hide {
  6301. display: none !important;
  6302. }
  6303. .show {
  6304. display: block !important;
  6305. }
  6306. .invisible {
  6307. visibility: hidden;
  6308. }
  6309. .text-hide {
  6310. font: 0/0 a;
  6311. color: transparent;
  6312. text-shadow: none;
  6313. background-color: transparent;
  6314. border: 0;
  6315. }
  6316. .hidden {
  6317. display: none !important;
  6318. visibility: hidden !important;
  6319. }
  6320. .affix {
  6321. position: fixed;
  6322. }
  6323. @-ms-viewport {
  6324. width: device-width;
  6325. }
  6326. .visible-xs,
  6327. .visible-sm,
  6328. .visible-md,
  6329. .visible-lg {
  6330. display: none !important;
  6331. }
  6332. .visible-xs-block,
  6333. .visible-xs-inline,
  6334. .visible-xs-inline-block,
  6335. .visible-sm-block,
  6336. .visible-sm-inline,
  6337. .visible-sm-inline-block,
  6338. .visible-md-block,
  6339. .visible-md-inline,
  6340. .visible-md-inline-block,
  6341. .visible-lg-block,
  6342. .visible-lg-inline,
  6343. .visible-lg-inline-block {
  6344. display: none !important;
  6345. }
  6346. @media (max-width: 767px) {
  6347. .visible-xs {
  6348. display: block !important;
  6349. }
  6350. table.visible-xs {
  6351. display: table;
  6352. }
  6353. tr.visible-xs {
  6354. display: table-row !important;
  6355. }
  6356. th.visible-xs,
  6357. td.visible-xs {
  6358. display: table-cell !important;
  6359. }
  6360. }
  6361. @media (max-width: 767px) {
  6362. .visible-xs-block {
  6363. display: block !important;
  6364. }
  6365. }
  6366. @media (max-width: 767px) {
  6367. .visible-xs-inline {
  6368. display: inline !important;
  6369. }
  6370. }
  6371. @media (max-width: 767px) {
  6372. .visible-xs-inline-block {
  6373. display: inline-block !important;
  6374. }
  6375. }
  6376. @media (min-width: 768px) and (max-width: 991px) {
  6377. .visible-sm {
  6378. display: block !important;
  6379. }
  6380. table.visible-sm {
  6381. display: table;
  6382. }
  6383. tr.visible-sm {
  6384. display: table-row !important;
  6385. }
  6386. th.visible-sm,
  6387. td.visible-sm {
  6388. display: table-cell !important;
  6389. }
  6390. }
  6391. @media (min-width: 768px) and (max-width: 991px) {
  6392. .visible-sm-block {
  6393. display: block !important;
  6394. }
  6395. }
  6396. @media (min-width: 768px) and (max-width: 991px) {
  6397. .visible-sm-inline {
  6398. display: inline !important;
  6399. }
  6400. }
  6401. @media (min-width: 768px) and (max-width: 991px) {
  6402. .visible-sm-inline-block {
  6403. display: inline-block !important;
  6404. }
  6405. }
  6406. @media (min-width: 992px) and (max-width: 1199px) {
  6407. .visible-md {
  6408. display: block !important;
  6409. }
  6410. table.visible-md {
  6411. display: table;
  6412. }
  6413. tr.visible-md {
  6414. display: table-row !important;
  6415. }
  6416. th.visible-md,
  6417. td.visible-md {
  6418. display: table-cell !important;
  6419. }
  6420. }
  6421. @media (min-width: 992px) and (max-width: 1199px) {
  6422. .visible-md-block {
  6423. display: block !important;
  6424. }
  6425. }
  6426. @media (min-width: 992px) and (max-width: 1199px) {
  6427. .visible-md-inline {
  6428. display: inline !important;
  6429. }
  6430. }
  6431. @media (min-width: 992px) and (max-width: 1199px) {
  6432. .visible-md-inline-block {
  6433. display: inline-block !important;
  6434. }
  6435. }
  6436. @media (min-width: 1200px) {
  6437. .visible-lg {
  6438. display: block !important;
  6439. }
  6440. table.visible-lg {
  6441. display: table;
  6442. }
  6443. tr.visible-lg {
  6444. display: table-row !important;
  6445. }
  6446. th.visible-lg,
  6447. td.visible-lg {
  6448. display: table-cell !important;
  6449. }
  6450. }
  6451. @media (min-width: 1200px) {
  6452. .visible-lg-block {
  6453. display: block !important;
  6454. }
  6455. }
  6456. @media (min-width: 1200px) {
  6457. .visible-lg-inline {
  6458. display: inline !important;
  6459. }
  6460. }
  6461. @media (min-width: 1200px) {
  6462. .visible-lg-inline-block {
  6463. display: inline-block !important;
  6464. }
  6465. }
  6466. @media (max-width: 767px) {
  6467. .hidden-xs {
  6468. display: none !important;
  6469. }
  6470. }
  6471. @media (min-width: 768px) and (max-width: 991px) {
  6472. .hidden-sm {
  6473. display: none !important;
  6474. }
  6475. }
  6476. @media (min-width: 992px) and (max-width: 1199px) {
  6477. .hidden-md {
  6478. display: none !important;
  6479. }
  6480. }
  6481. @media (min-width: 1200px) {
  6482. .hidden-lg {
  6483. display: none !important;
  6484. }
  6485. }
  6486. .visible-print {
  6487. display: none !important;
  6488. }
  6489. @media print {
  6490. .visible-print {
  6491. display: block !important;
  6492. }
  6493. table.visible-print {
  6494. display: table;
  6495. }
  6496. tr.visible-print {
  6497. display: table-row !important;
  6498. }
  6499. th.visible-print,
  6500. td.visible-print {
  6501. display: table-cell !important;
  6502. }
  6503. }
  6504. .visible-print-block {
  6505. display: none !important;
  6506. }
  6507. @media print {
  6508. .visible-print-block {
  6509. display: block !important;
  6510. }
  6511. }
  6512. .visible-print-inline {
  6513. display: none !important;
  6514. }
  6515. @media print {
  6516. .visible-print-inline {
  6517. display: inline !important;
  6518. }
  6519. }
  6520. .visible-print-inline-block {
  6521. display: none !important;
  6522. }
  6523. @media print {
  6524. .visible-print-inline-block {
  6525. display: inline-block !important;
  6526. }
  6527. }
  6528. @media print {
  6529. .hidden-print {
  6530. display: none !important;
  6531. }
  6532. }
  6533.  
  6534. @import '../bower_components/frosty/src/css/frosty.css';
  6535. /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
  6536. html {
  6537. font-family: sans-serif;
  6538. -ms-text-size-adjust: 100%;
  6539. -webkit-text-size-adjust: 100%;
  6540. }
  6541. body {
  6542. margin: 0;
  6543. }
  6544. article,
  6545. aside,
  6546. details,
  6547. figcaption,
  6548. figure,
  6549. footer,
  6550. header,
  6551. hgroup,
  6552. main,
  6553. menu,
  6554. nav,
  6555. section,
  6556. summary {
  6557. display: block;
  6558. }
  6559. audio,
  6560. canvas,
  6561. progress,
  6562. video {
  6563. display: inline-block;
  6564. vertical-align: baseline;
  6565. }
  6566. audio:not([controls]) {
  6567. display: none;
  6568. height: 0;
  6569. }
  6570. [hidden],
  6571. template {
  6572. display: none;
  6573. }
  6574. a {
  6575. background-color: transparent;
  6576. }
  6577. a:active,
  6578. a:hover {
  6579. outline: 0;
  6580. }
  6581. abbr[title] {
  6582. border-bottom: 1px dotted;
  6583. }
  6584. b,
  6585. strong {
  6586. font-weight: bold;
  6587. }
  6588. dfn {
  6589. font-style: italic;
  6590. }
  6591. h1 {
  6592. font-size: 2em;
  6593. margin: 0.67em 0;
  6594. }
  6595. mark {
  6596. background: #ff0;
  6597. color: #000;
  6598. }
  6599. small {
  6600. font-size: 80%;
  6601. }
  6602. sub,
  6603. sup {
  6604. font-size: 75%;
  6605. line-height: 0;
  6606. position: relative;
  6607. vertical-align: baseline;
  6608. }
  6609. sup {
  6610. top: -0.5em;
  6611. }
  6612. sub {
  6613. bottom: -0.25em;
  6614. }
  6615. img {
  6616. border: 0;
  6617. }
  6618. svg:not(:root) {
  6619. overflow: hidden;
  6620. }
  6621. figure {
  6622. margin: 1em 40px;
  6623. }
  6624. hr {
  6625. -moz-box-sizing: content-box;
  6626. box-sizing: content-box;
  6627. height: 0;
  6628. }
  6629. pre {
  6630. overflow: auto;
  6631. }
  6632. code,
  6633. kbd,
  6634. pre,
  6635. samp {
  6636. font-family: monospace, monospace;
  6637. font-size: 1em;
  6638. }
  6639. button,
  6640. input,
  6641. optgroup,
  6642. select,
  6643. textarea {
  6644. color: inherit;
  6645. font: inherit;
  6646. margin: 0;
  6647. }
  6648. button {
  6649. overflow: visible;
  6650. }
  6651. button,
  6652. select {
  6653. text-transform: none;
  6654. }
  6655. button,
  6656. html input[type="button"],
  6657. input[type="reset"],
  6658. input[type="submit"] {
  6659. -webkit-appearance: button;
  6660. cursor: pointer;
  6661. }
  6662. button[disabled],
  6663. html input[disabled] {
  6664. cursor: default;
  6665. }
  6666. button::-moz-focus-inner,
  6667. input::-moz-focus-inner {
  6668. border: 0;
  6669. padding: 0;
  6670. }
  6671. input {
  6672. line-height: normal;
  6673. }
  6674. input[type="checkbox"],
  6675. input[type="radio"] {
  6676. box-sizing: border-box;
  6677. padding: 0;
  6678. }
  6679. input[type="number"]::-webkit-inner-spin-button,
  6680. input[type="number"]::-webkit-outer-spin-button {
  6681. height: auto;
  6682. }
  6683. input[type="search"] {
  6684. -webkit-appearance: textfield;
  6685. -moz-box-sizing: content-box;
  6686. -webkit-box-sizing: content-box;
  6687. box-sizing: content-box;
  6688. }
  6689. input[type="search"]::-webkit-search-cancel-button,
  6690. input[type="search"]::-webkit-search-decoration {
  6691. -webkit-appearance: none;
  6692. }
  6693. fieldset {
  6694. border: 1px solid #c0c0c0;
  6695. margin: 0 2px;
  6696. padding: 0.35em 0.625em 0.75em;
  6697. }
  6698. legend {
  6699. border: 0;
  6700. padding: 0;
  6701. }
  6702. textarea {
  6703. overflow: auto;
  6704. }
  6705. optgroup {
  6706. font-weight: bold;
  6707. }
  6708. table {
  6709. border-collapse: collapse;
  6710. border-spacing: 0;
  6711. }
  6712. td,
  6713. th {
  6714. padding: 0;
  6715. }
  6716. /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  6717. @media print {
  6718. *,
  6719. *:before,
  6720. *:after {
  6721. background: transparent !important;
  6722. color: #000 !important;
  6723. box-shadow: none !important;
  6724. text-shadow: none !important;
  6725. }
  6726. a,
  6727. a:visited {
  6728. text-decoration: underline;
  6729. }
  6730. a[href]:after {
  6731. content: " (" attr(href) ")";
  6732. }
  6733. abbr[title]:after {
  6734. content: " (" attr(title) ")";
  6735. }
  6736. a[href^="#"]:after,
  6737. a[href^="javascript:"]:after {
  6738. content: "";
  6739. }
  6740. pre,
  6741. blockquote {
  6742. border: 1px solid #999;
  6743. page-break-inside: avoid;
  6744. }
  6745. thead {
  6746. display: table-header-group;
  6747. }
  6748. tr,
  6749. img {
  6750. page-break-inside: avoid;
  6751. }
  6752. img {
  6753. max-width: 100% !important;
  6754. }
  6755. p,
  6756. h2,
  6757. h3 {
  6758. orphans: 3;
  6759. widows: 3;
  6760. }
  6761. h2,
  6762. h3 {
  6763. page-break-after: avoid;
  6764. }
  6765. select {
  6766. background: #fff !important;
  6767. }
  6768. .navbar {
  6769. display: none;
  6770. }
  6771. .btn > .caret,
  6772. .dropup > .btn > .caret {
  6773. border-top-color: #000 !important;
  6774. }
  6775. .label {
  6776. border: 1px solid #000;
  6777. }
  6778. .table {
  6779. border-collapse: collapse !important;
  6780. }
  6781. .table td,
  6782. .table th {
  6783. background-color: #fff !important;
  6784. }
  6785. .table-bordered th,
  6786. .table-bordered td {
  6787. border: 1px solid #ddd !important;
  6788. }
  6789. }
  6790. @font-face {
  6791. font-family: 'Glyphicons Halflings';
  6792. src: url('../fonts/glyphicons-halflings-regular.eot');
  6793. 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');
  6794. }
  6795. .glyphicon {
  6796. position: relative;
  6797. top: 1px;
  6798. display: inline-block;
  6799. font-family: 'Glyphicons Halflings';
  6800. font-style: normal;
  6801. font-weight: normal;
  6802. line-height: 1;
  6803. -webkit-font-smoothing: antialiased;
  6804. -moz-osx-font-smoothing: grayscale;
  6805. }
  6806. .glyphicon-asterisk:before {
  6807. content: "\2a";
  6808. }
  6809. .glyphicon-plus:before {
  6810. content: "\2b";
  6811. }
  6812. .glyphicon-euro:before,
  6813. .glyphicon-eur:before {
  6814. content: "\20ac";
  6815. }
  6816. .glyphicon-minus:before {
  6817. content: "\2212";
  6818. }
  6819. .glyphicon-cloud:before {
  6820. content: "\2601";
  6821. }
  6822. .glyphicon-envelope:before {
  6823. content: "\2709";
  6824. }
  6825. .glyphicon-pencil:before {
  6826. content: "\270f";
  6827. }
  6828. .glyphicon-glass:before {
  6829. content: "\e001";
  6830. }
  6831. .glyphicon-music:before {
  6832. content: "\e002";
  6833. }
  6834. .glyphicon-search:before {
  6835. content: "\e003";
  6836. }
  6837. .glyphicon-heart:before {
  6838. content: "\e005";
  6839. }
  6840. .glyphicon-star:before {
  6841. content: "\e006";
  6842. }
  6843. .glyphicon-star-empty:before {
  6844. content: "\e007";
  6845. }
  6846. .glyphicon-user:before {
  6847. content: "\e008";
  6848. }
  6849. .glyphicon-film:before {
  6850. content: "\e009";
  6851. }
  6852. .glyphicon-th-large:before {
  6853. content: "\e010";
  6854. }
  6855. .glyphicon-th:before {
  6856. content: "\e011";
  6857. }
  6858. .glyphicon-th-list:before {
  6859. content: "\e012";
  6860. }
  6861. .glyphicon-ok:before {
  6862. content: "\e013";
  6863. }
  6864. .glyphicon-remove:before {
  6865. content: "\e014";
  6866. }
  6867. .glyphicon-zoom-in:before {
  6868. content: "\e015";
  6869. }
  6870. .glyphicon-zoom-out:before {
  6871. content: "\e016";
  6872. }
  6873. .glyphicon-off:before {
  6874. content: "\e017";
  6875. }
  6876. .glyphicon-signal:before {
  6877. content: "\e018";
  6878. }
  6879. .glyphicon-cog:before {
  6880. content: "\e019";
  6881. }
  6882. .glyphicon-trash:before {
  6883. content: "\e020";
  6884. }
  6885. .glyphicon-home:before {
  6886. content: "\e021";
  6887. }
  6888. .glyphicon-file:before {
  6889. content: "\e022";
  6890. }
  6891. .glyphicon-time:before {
  6892. content: "\e023";
  6893. }
  6894. .glyphicon-road:before {
  6895. content: "\e024";
  6896. }
  6897. .glyphicon-download-alt:before {
  6898. content: "\e025";
  6899. }
  6900. .glyphicon-download:before {
  6901. content: "\e026";
  6902. }
  6903. .glyphicon-upload:before {
  6904. content: "\e027";
  6905. }
  6906. .glyphicon-inbox:before {
  6907. content: "\e028";
  6908. }
  6909. .glyphicon-play-circle:before {
  6910. content: "\e029";
  6911. }
  6912. .glyphicon-repeat:before {
  6913. content: "\e030";
  6914. }
  6915. .glyphicon-refresh:before {
  6916. content: "\e031";
  6917. }
  6918. .glyphicon-list-alt:before {
  6919. content: "\e032";
  6920. }
  6921. .glyphicon-lock:before {
  6922. content: "\e033";
  6923. }
  6924. .glyphicon-flag:before {
  6925. content: "\e034";
  6926. }
  6927. .glyphicon-headphones:before {
  6928. content: "\e035";
  6929. }
  6930. .glyphicon-volume-off:before {
  6931. content: "\e036";
  6932. }
  6933. .glyphicon-volume-down:before {
  6934. content: "\e037";
  6935. }
  6936. .glyphicon-volume-up:before {
  6937. content: "\e038";
  6938. }
  6939. .glyphicon-qrcode:before {
  6940. content: "\e039";
  6941. }
  6942. .glyphicon-barcode:before {
  6943. content: "\e040";
  6944. }
  6945. .glyphicon-tag:before {
  6946. content: "\e041";
  6947. }
  6948. .glyphicon-tags:before {
  6949. content: "\e042";
  6950. }
  6951. .glyphicon-book:before {
  6952. content: "\e043";
  6953. }
  6954. .glyphicon-bookmark:before {
  6955. content: "\e044";
  6956. }
  6957. .glyphicon-print:before {
  6958. content: "\e045";
  6959. }
  6960. .glyphicon-camera:before {
  6961. content: "\e046";
  6962. }
  6963. .glyphicon-font:before {
  6964. content: "\e047";
  6965. }
  6966. .glyphicon-bold:before {
  6967. content: "\e048";
  6968. }
  6969. .glyphicon-italic:before {
  6970. content: "\e049";
  6971. }
  6972. .glyphicon-text-height:before {
  6973. content: "\e050";
  6974. }
  6975. .glyphicon-text-width:before {
  6976. content: "\e051";
  6977. }
  6978. .glyphicon-align-left:before {
  6979. content: "\e052";
  6980. }
  6981. .glyphicon-align-center:before {
  6982. content: "\e053";
  6983. }
  6984. .glyphicon-align-right:before {
  6985. content: "\e054";
  6986. }
  6987. .glyphicon-align-justify:before {
  6988. content: "\e055";
  6989. }
  6990. .glyphicon-list:before {
  6991. content: "\e056";
  6992. }
  6993. .glyphicon-indent-left:before {
  6994. content: "\e057";
  6995. }
  6996. .glyphicon-indent-right:before {
  6997. content: "\e058";
  6998. }
  6999. .glyphicon-facetime-video:before {
  7000. content: "\e059";
  7001. }
  7002. .glyphicon-picture:before {
  7003. content: "\e060";
  7004. }
  7005. .glyphicon-map-marker:before {
  7006. content: "\e062";
  7007. }
  7008. .glyphicon-adjust:before {
  7009. content: "\e063";
  7010. }
  7011. .glyphicon-tint:before {
  7012. content: "\e064";
  7013. }
  7014. .glyphicon-edit:before {
  7015. content: "\e065";
  7016. }
  7017. .glyphicon-share:before {
  7018. content: "\e066";
  7019. }
  7020. .glyphicon-check:before {
  7021. content: "\e067";
  7022. }
  7023. .glyphicon-move:before {
  7024. content: "\e068";
  7025. }
  7026. .glyphicon-step-backward:before {
  7027. content: "\e069";
  7028. }
  7029. .glyphicon-fast-backward:before {
  7030. content: "\e070";
  7031. }
  7032. .glyphicon-backward:before {
  7033. content: "\e071";
  7034. }
  7035. .glyphicon-play:before {
  7036. content: "\e072";
  7037. }
  7038. .glyphicon-pause:before {
  7039. content: "\e073";
  7040. }
  7041. .glyphicon-stop:before {
  7042. content: "\e074";
  7043. }
  7044. .glyphicon-forward:before {
  7045. content: "\e075";
  7046. }
  7047. .glyphicon-fast-forward:before {
  7048. content: "\e076";
  7049. }
  7050. .glyphicon-step-forward:before {
  7051. content: "\e077";
  7052. }
  7053. .glyphicon-eject:before {
  7054. content: "\e078";
  7055. }
  7056. .glyphicon-chevron-left:before {
  7057. content: "\e079";
  7058. }
  7059. .glyphicon-chevron-right:before {
  7060. content: "\e080";
  7061. }
  7062. .glyphicon-plus-sign:before {
  7063. content: "\e081";
  7064. }
  7065. .glyphicon-minus-sign:before {
  7066. content: "\e082";
  7067. }
  7068. .glyphicon-remove-sign:before {
  7069. content: "\e083";
  7070. }
  7071. .glyphicon-ok-sign:before {
  7072. content: "\e084";
  7073. }
  7074. .glyphicon-question-sign:before {
  7075. content: "\e085";
  7076. }
  7077. .glyphicon-info-sign:before {
  7078. content: "\e086";
  7079. }
  7080. .glyphicon-screenshot:before {
  7081. content: "\e087";
  7082. }
  7083. .glyphicon-remove-circle:before {
  7084. content: "\e088";
  7085. }
  7086. .glyphicon-ok-circle:before {
  7087. content: "\e089";
  7088. }
  7089. .glyphicon-ban-circle:before {
  7090. content: "\e090";
  7091. }
  7092. .glyphicon-arrow-left:before {
  7093. content: "\e091";
  7094. }
  7095. .glyphicon-arrow-right:before {
  7096. content: "\e092";
  7097. }
  7098. .glyphicon-arrow-up:before {
  7099. content: "\e093";
  7100. }
  7101. .glyphicon-arrow-down:before {
  7102. content: "\e094";
  7103. }
  7104. .glyphicon-share-alt:before {
  7105. content: "\e095";
  7106. }
  7107. .glyphicon-resize-full:before {
  7108. content: "\e096";
  7109. }
  7110. .glyphicon-resize-small:before {
  7111. content: "\e097";
  7112. }
  7113. .glyphicon-exclamation-sign:before {
  7114. content: "\e101";
  7115. }
  7116. .glyphicon-gift:before {
  7117. content: "\e102";
  7118. }
  7119. .glyphicon-leaf:before {
  7120. content: "\e103";
  7121. }
  7122. .glyphicon-fire:before {
  7123. content: "\e104";
  7124. }
  7125. .glyphicon-eye-open:before {
  7126. content: "\e105";
  7127. }
  7128. .glyphicon-eye-close:before {
  7129. content: "\e106";
  7130. }
  7131. .glyphicon-warning-sign:before {
  7132. content: "\e107";
  7133. }
  7134. .glyphicon-plane:before {
  7135. content: "\e108";
  7136. }
  7137. .glyphicon-calendar:before {
  7138. content: "\e109";
  7139. }
  7140. .glyphicon-random:before {
  7141. content: "\e110";
  7142. }
  7143. .glyphicon-comment:before {
  7144. content: "\e111";
  7145. }
  7146. .glyphicon-magnet:before {
  7147. content: "\e112";
  7148. }
  7149. .glyphicon-chevron-up:before {
  7150. content: "\e113";
  7151. }
  7152. .glyphicon-chevron-down:before {
  7153. content: "\e114";
  7154. }
  7155. .glyphicon-retweet:before {
  7156. content: "\e115";
  7157. }
  7158. .glyphicon-shopping-cart:before {
  7159. content: "\e116";
  7160. }
  7161. .glyphicon-folder-close:before {
  7162. content: "\e117";
  7163. }
  7164. .glyphicon-folder-open:before {
  7165. content: "\e118";
  7166. }
  7167. .glyphicon-resize-vertical:before {
  7168. content: "\e119";
  7169. }
  7170. .glyphicon-resize-horizontal:before {
  7171. content: "\e120";
  7172. }
  7173. .glyphicon-hdd:before {
  7174. content: "\e121";
  7175. }
  7176. .glyphicon-bullhorn:before {
  7177. content: "\e122";
  7178. }
  7179. .glyphicon-bell:before {
  7180. content: "\e123";
  7181. }
  7182. .glyphicon-certificate:before {
  7183. content: "\e124";
  7184. }
  7185. .glyphicon-thumbs-up:before {
  7186. content: "\e125";
  7187. }
  7188. .glyphicon-thumbs-down:before {
  7189. content: "\e126";
  7190. }
  7191. .glyphicon-hand-right:before {
  7192. content: "\e127";
  7193. }
  7194. .glyphicon-hand-left:before {
  7195. content: "\e128";
  7196. }
  7197. .glyphicon-hand-up:before {
  7198. content: "\e129";
  7199. }
  7200. .glyphicon-hand-down:before {
  7201. content: "\e130";
  7202. }
  7203. .glyphicon-circle-arrow-right:before {
  7204. content: "\e131";
  7205. }
  7206. .glyphicon-circle-arrow-left:before {
  7207. content: "\e132";
  7208. }
  7209. .glyphicon-circle-arrow-up:before {
  7210. content: "\e133";
  7211. }
  7212. .glyphicon-circle-arrow-down:before {
  7213. content: "\e134";
  7214. }
  7215. .glyphicon-globe:before {
  7216. content: "\e135";
  7217. }
  7218. .glyphicon-wrench:before {
  7219. content: "\e136";
  7220. }
  7221. .glyphicon-tasks:before {
  7222. content: "\e137";
  7223. }
  7224. .glyphicon-filter:before {
  7225. content: "\e138";
  7226. }
  7227. .glyphicon-briefcase:before {
  7228. content: "\e139";
  7229. }
  7230. .glyphicon-fullscreen:before {
  7231. content: "\e140";
  7232. }
  7233. .glyphicon-dashboard:before {
  7234. content: "\e141";
  7235. }
  7236. .glyphicon-paperclip:before {
  7237. content: "\e142";
  7238. }
  7239. .glyphicon-heart-empty:before {
  7240. content: "\e143";
  7241. }
  7242. .glyphicon-link:before {
  7243. content: "\e144";
  7244. }
  7245. .glyphicon-phone:before {
  7246. content: "\e145";
  7247. }
  7248. .glyphicon-pushpin:before {
  7249. content: "\e146";
  7250. }
  7251. .glyphicon-usd:before {
  7252. content: "\e148";
  7253. }
  7254. .glyphicon-gbp:before {
  7255. content: "\e149";
  7256. }
  7257. .glyphicon-sort:before {
  7258. content: "\e150";
  7259. }
  7260. .glyphicon-sort-by-alphabet:before {
  7261. content: "\e151";
  7262. }
  7263. .glyphicon-sort-by-alphabet-alt:before {
  7264. content: "\e152";
  7265. }
  7266. .glyphicon-sort-by-order:before {
  7267. content: "\e153";
  7268. }
  7269. .glyphicon-sort-by-order-alt:before {
  7270. content: "\e154";
  7271. }
  7272. .glyphicon-sort-by-attributes:before {
  7273. content: "\e155";
  7274. }
  7275. .glyphicon-sort-by-attributes-alt:before {
  7276. content: "\e156";
  7277. }
  7278. .glyphicon-unchecked:before {
  7279. content: "\e157";
  7280. }
  7281. .glyphicon-expand:before {
  7282. content: "\e158";
  7283. }
  7284. .glyphicon-collapse-down:before {
  7285. content: "\e159";
  7286. }
  7287. .glyphicon-collapse-up:before {
  7288. content: "\e160";
  7289. }
  7290. .glyphicon-log-in:before {
  7291. content: "\e161";
  7292. }
  7293. .glyphicon-flash:before {
  7294. content: "\e162";
  7295. }
  7296. .glyphicon-log-out:before {
  7297. content: "\e163";
  7298. }
  7299. .glyphicon-new-window:before {
  7300. content: "\e164";
  7301. }
  7302. .glyphicon-record:before {
  7303. content: "\e165";
  7304. }
  7305. .glyphicon-save:before {
  7306. content: "\e166";
  7307. }
  7308. .glyphicon-open:before {
  7309. content: "\e167";
  7310. }
  7311. .glyphicon-saved:before {
  7312. content: "\e168";
  7313. }
  7314. .glyphicon-import:before {
  7315. content: "\e169";
  7316. }
  7317. .glyphicon-export:before {
  7318. content: "\e170";
  7319. }
  7320. .glyphicon-send:before {
  7321. content: "\e171";
  7322. }
  7323. .glyphicon-floppy-disk:before {
  7324. content: "\e172";
  7325. }
  7326. .glyphicon-floppy-saved:before {
  7327. content: "\e173";
  7328. }
  7329. .glyphicon-floppy-remove:before {
  7330. content: "\e174";
  7331. }
  7332. .glyphicon-floppy-save:before {
  7333. content: "\e175";
  7334. }
  7335. .glyphicon-floppy-open:before {
  7336. content: "\e176";
  7337. }
  7338. .glyphicon-credit-card:before {
  7339. content: "\e177";
  7340. }
  7341. .glyphicon-transfer:before {
  7342. content: "\e178";
  7343. }
  7344. .glyphicon-cutlery:before {
  7345. content: "\e179";
  7346. }
  7347. .glyphicon-header:before {
  7348. content: "\e180";
  7349. }
  7350. .glyphicon-compressed:before {
  7351. content: "\e181";
  7352. }
  7353. .glyphicon-earphone:before {
  7354. content: "\e182";
  7355. }
  7356. .glyphicon-phone-alt:before {
  7357. content: "\e183";
  7358. }
  7359. .glyphicon-tower:before {
  7360. content: "\e184";
  7361. }
  7362. .glyphicon-stats:before {
  7363. content: "\e185";
  7364. }
  7365. .glyphicon-sd-video:before {
  7366. content: "\e186";
  7367. }
  7368. .glyphicon-hd-video:before {
  7369. content: "\e187";
  7370. }
  7371. .glyphicon-subtitles:before {
  7372. content: "\e188";
  7373. }
  7374. .glyphicon-sound-stereo:before {
  7375. content: "\e189";
  7376. }
  7377. .glyphicon-sound-dolby:before {
  7378. content: "\e190";
  7379. }
  7380. .glyphicon-sound-5-1:before {
  7381. content: "\e191";
  7382. }
  7383. .glyphicon-sound-6-1:before {
  7384. content: "\e192";
  7385. }
  7386. .glyphicon-sound-7-1:before {
  7387. content: "\e193";
  7388. }
  7389. .glyphicon-copyright-mark:before {
  7390. content: "\e194";
  7391. }
  7392. .glyphicon-registration-mark:before {
  7393. content: "\e195";
  7394. }
  7395. .glyphicon-cloud-download:before {
  7396. content: "\e197";
  7397. }
  7398. .glyphicon-cloud-upload:before {
  7399. content: "\e198";
  7400. }
  7401. .glyphicon-tree-conifer:before {
  7402. content: "\e199";
  7403. }
  7404. .glyphicon-tree-deciduous:before {
  7405. content: "\e200";
  7406. }
  7407. .glyphicon-cd:before {
  7408. content: "\e201";
  7409. }
  7410. .glyphicon-save-file:before {
  7411. content: "\e202";
  7412. }
  7413. .glyphicon-open-file:before {
  7414. content: "\e203";
  7415. }
  7416. .glyphicon-level-up:before {
  7417. content: "\e204";
  7418. }
  7419. .glyphicon-copy:before {
  7420. content: "\e205";
  7421. }
  7422. .glyphicon-paste:before {
  7423. content: "\e206";
  7424. }
  7425. .glyphicon-alert:before {
  7426. content: "\e209";
  7427. }
  7428. .glyphicon-equalizer:before {
  7429. content: "\e210";
  7430. }
  7431. .glyphicon-king:before {
  7432. content: "\e211";
  7433. }
  7434. .glyphicon-queen:before {
  7435. content: "\e212";
  7436. }
  7437. .glyphicon-pawn:before {
  7438. content: "\e213";
  7439. }
  7440. .glyphicon-bishop:before {
  7441. content: "\e214";
  7442. }
  7443. .glyphicon-knight:before {
  7444. content: "\e215";
  7445. }
  7446. .glyphicon-baby-formula:before {
  7447. content: "\e216";
  7448. }
  7449. .glyphicon-tent:before {
  7450. content: "\26fa";
  7451. }
  7452. .glyphicon-blackboard:before {
  7453. content: "\e218";
  7454. }
  7455. .glyphicon-bed:before {
  7456. content: "\e219";
  7457. }
  7458. .glyphicon-apple:before {
  7459. content: "\f8ff";
  7460. }
  7461. .glyphicon-erase:before {
  7462. content: "\e221";
  7463. }
  7464. .glyphicon-hourglass:before {
  7465. content: "\231b";
  7466. }
  7467. .glyphicon-lamp:before {
  7468. content: "\e223";
  7469. }
  7470. .glyphicon-duplicate:before {
  7471. content: "\e224";
  7472. }
  7473. .glyphicon-piggy-bank:before {
  7474. content: "\e225";
  7475. }
  7476. .glyphicon-scissors:before {
  7477. content: "\e226";
  7478. }
  7479. .glyphicon-bitcoin:before {
  7480. content: "\e227";
  7481. }
  7482. .glyphicon-yen:before {
  7483. content: "\00a5";
  7484. }
  7485. .glyphicon-ruble:before {
  7486. content: "\20bd";
  7487. }
  7488. .glyphicon-scale:before {
  7489. content: "\e230";
  7490. }
  7491. .glyphicon-ice-lolly:before {
  7492. content: "\e231";
  7493. }
  7494. .glyphicon-ice-lolly-tasted:before {
  7495. content: "\e232";
  7496. }
  7497. .glyphicon-education:before {
  7498. content: "\e233";
  7499. }
  7500. .glyphicon-option-horizontal:before {
  7501. content: "\e234";
  7502. }
  7503. .glyphicon-option-vertical:before {
  7504. content: "\e235";
  7505. }
  7506. .glyphicon-menu-hamburger:before {
  7507. content: "\e236";
  7508. }
  7509. .glyphicon-modal-window:before {
  7510. content: "\e237";
  7511. }
  7512. .glyphicon-oil:before {
  7513. content: "\e238";
  7514. }
  7515. .glyphicon-grain:before {
  7516. content: "\e239";
  7517. }
  7518. .glyphicon-sunglasses:before {
  7519. content: "\e240";
  7520. }
  7521. .glyphicon-text-size:before {
  7522. content: "\e241";
  7523. }
  7524. .glyphicon-text-color:before {
  7525. content: "\e242";
  7526. }
  7527. .glyphicon-text-background:before {
  7528. content: "\e243";
  7529. }
  7530. .glyphicon-object-align-top:before {
  7531. content: "\e244";
  7532. }
  7533. .glyphicon-object-align-bottom:before {
  7534. content: "\e245";
  7535. }
  7536. .glyphicon-object-align-horizontal:before {
  7537. content: "\e246";
  7538. }
  7539. .glyphicon-object-align-left:before {
  7540. content: "\e247";
  7541. }
  7542. .glyphicon-object-align-vertical:before {
  7543. content: "\e248";
  7544. }
  7545. .glyphicon-object-align-right:before {
  7546. content: "\e249";
  7547. }
  7548. .glyphicon-triangle-right:before {
  7549. content: "\e250";
  7550. }
  7551. .glyphicon-triangle-left:before {
  7552. content: "\e251";
  7553. }
  7554. .glyphicon-triangle-bottom:before {
  7555. content: "\e252";
  7556. }
  7557. .glyphicon-triangle-top:before {
  7558. content: "\e253";
  7559. }
  7560. .glyphicon-console:before {
  7561. content: "\e254";
  7562. }
  7563. .glyphicon-superscript:before {
  7564. content: "\e255";
  7565. }
  7566. .glyphicon-subscript:before {
  7567. content: "\e256";
  7568. }
  7569. .glyphicon-menu-left:before {
  7570. content: "\e257";
  7571. }
  7572. .glyphicon-menu-right:before {
  7573. content: "\e258";
  7574. }
  7575. .glyphicon-menu-down:before {
  7576. content: "\e259";
  7577. }
  7578. .glyphicon-menu-up:before {
  7579. content: "\e260";
  7580. }
  7581. * {
  7582. -webkit-box-sizing: border-box;
  7583. -moz-box-sizing: border-box;
  7584. box-sizing: border-box;
  7585. }
  7586. *:before,
  7587. *:after {
  7588. -webkit-box-sizing: border-box;
  7589. -moz-box-sizing: border-box;
  7590. box-sizing: border-box;
  7591. }
  7592. html {
  7593. font-size: 10px;
  7594. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  7595. }
  7596. body {
  7597. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  7598. font-size: 14px;
  7599. line-height: 1.428571429;
  7600. color: #333333;
  7601. background-color: #ffffff;
  7602. }
  7603. input,
  7604. button,
  7605. select,
  7606. textarea {
  7607. font-family: inherit;
  7608. font-size: inherit;
  7609. line-height: inherit;
  7610. }
  7611. a {
  7612. color: #337ab7;
  7613. text-decoration: none;
  7614. }
  7615. a:hover,
  7616. a:focus {
  7617. color: #9c2ad6;
  7618. text-decoration: underline;
  7619. }
  7620. a:focus {
  7621. outline: thin dotted;
  7622. outline: 5px auto -webkit-focus-ring-color;
  7623. outline-offset: -2px;
  7624. }
  7625. figure {
  7626. margin: 0;
  7627. }
  7628. img {
  7629. vertical-align: middle;
  7630. }
  7631. .img-responsive,
  7632. .thumbnail > img,
  7633. .thumbnail a > img,
  7634. .carousel-inner > .item > img,
  7635. .carousel-inner > .item > a > img {
  7636. display: block;
  7637. max-width: 100%;
  7638. height: auto;
  7639. }
  7640. .img-rounded {
  7641. border-radius: 6px;
  7642. }
  7643. .img-thumbnail {
  7644. padding: 4px;
  7645. line-height: 1.428571429;
  7646. background-color: #ffffff;
  7647. border: 1px solid #dddddd;
  7648. border-radius: 4px;
  7649. -webkit-transition: all 0.2s ease-in-out;
  7650. -o-transition: all 0.2s ease-in-out;
  7651. transition: all 0.2s ease-in-out;
  7652. display: inline-block;
  7653. max-width: 100%;
  7654. height: auto;
  7655. }
  7656. .img-circle {
  7657. border-radius: 50%;
  7658. }
  7659. hr {
  7660. margin-top: 20px;
  7661. margin-bottom: 20px;
  7662. border: 0;
  7663. border-top: 1px solid #eeeeee;
  7664. }
  7665. .sr-only {
  7666. position: absolute;
  7667. width: 1px;
  7668. height: 1px;
  7669. margin: -1px;
  7670. padding: 0;
  7671. overflow: hidden;
  7672. clip: rect(0, 0, 0, 0);
  7673. border: 0;
  7674. }
  7675. .sr-only-focusable:active,
  7676. .sr-only-focusable:focus {
  7677. position: static;
  7678. width: auto;
  7679. height: auto;
  7680. margin: 0;
  7681. overflow: visible;
  7682. clip: auto;
  7683. }
  7684. h1,
  7685. h2,
  7686. h3,
  7687. h4,
  7688. h5,
  7689. h6,
  7690. .h1,
  7691. .h2,
  7692. .h3,
  7693. .h4,
  7694. .h5,
  7695. .h6 {
  7696. font-family: inherit;
  7697. font-weight: 500;
  7698. line-height: 1.1;
  7699. color: inherit;
  7700. }
  7701. h1 small,
  7702. h2 small,
  7703. h3 small,
  7704. h4 small,
  7705. h5 small,
  7706. h6 small,
  7707. .h1 small,
  7708. .h2 small,
  7709. .h3 small,
  7710. .h4 small,
  7711. .h5 small,
  7712. .h6 small,
  7713. h1 .small,
  7714. h2 .small,
  7715. h3 .small,
  7716. h4 .small,
  7717. h5 .small,
  7718. h6 .small,
  7719. .h1 .small,
  7720. .h2 .small,
  7721. .h3 .small,
  7722. .h4 .small,
  7723. .h5 .small,
  7724. .h6 .small {
  7725. font-weight: normal;
  7726. line-height: 1;
  7727. color: #777777;
  7728. }
  7729. h1,
  7730. .h1,
  7731. h2,
  7732. .h2,
  7733. h3,
  7734. .h3 {
  7735. margin-top: 20px;
  7736. margin-bottom: 10px;
  7737. }
  7738. h1 small,
  7739. .h1 small,
  7740. h2 small,
  7741. .h2 small,
  7742. h3 small,
  7743. .h3 small,
  7744. h1 .small,
  7745. .h1 .small,
  7746. h2 .small,
  7747. .h2 .small,
  7748. h3 .small,
  7749. .h3 .small {
  7750. font-size: 65%;
  7751. }
  7752. h4,
  7753. .h4,
  7754. h5,
  7755. .h5,
  7756. h6,
  7757. .h6 {
  7758. margin-top: 10px;
  7759. margin-bottom: 10px;
  7760. }
  7761. h4 small,
  7762. .h4 small,
  7763. h5 small,
  7764. .h5 small,
  7765. h6 small,
  7766. .h6 small,
  7767. h4 .small,
  7768. .h4 .small,
  7769. h5 .small,
  7770. .h5 .small,
  7771. h6 .small,
  7772. .h6 .small {
  7773. font-size: 75%;
  7774. }
  7775. h1,
  7776. .h1 {
  7777. font-size: 36px;
  7778. }
  7779. h2,
  7780. .h2 {
  7781. font-size: 30px;
  7782. }
  7783. h3,
  7784. .h3 {
  7785. font-size: 24px;
  7786. }
  7787. h4,
  7788. .h4 {
  7789. font-size: 18px;
  7790. }
  7791. h5,
  7792. .h5 {
  7793. font-size: 14px;
  7794. }
  7795. h6,
  7796. .h6 {
  7797. font-size: 12px;
  7798. }
  7799. p {
  7800. margin: 0 0 10px;
  7801. }
  7802. .lead {
  7803. margin-bottom: 20px;
  7804. font-size: 16px;
  7805. font-weight: 300;
  7806. line-height: 1.4;
  7807. }
  7808. @media (min-width: 768px) {
  7809. .lead {
  7810. font-size: 21px;
  7811. }
  7812. }
  7813. small,
  7814. .small {
  7815. font-size: 85%;
  7816. }
  7817. mark,
  7818. .mark {
  7819. background-color: #fcf8e3;
  7820. padding: .2em;
  7821. }
  7822. .text-left {
  7823. text-align: left;
  7824. }
  7825. .text-right {
  7826. text-align: right;
  7827. }
  7828. .text-center {
  7829. text-align: center;
  7830. }
  7831. .text-justify {
  7832. text-align: justify;
  7833. }
  7834. .text-nowrap {
  7835. white-space: nowrap;
  7836. }
  7837. .text-lowercase {
  7838. text-transform: lowercase;
  7839. }
  7840. .text-uppercase {
  7841. text-transform: uppercase;
  7842. }
  7843. .text-capitalize {
  7844. text-transform: capitalize;
  7845. }
  7846. .text-muted {
  7847. color: #777777;
  7848. }
  7849. .text-primary {
  7850. color: #337ab7;
  7851. }
  7852. a.text-primary:hover {
  7853. color: #286090;
  7854. }
  7855. .text-success {
  7856. color: #3c763d;
  7857. }
  7858. a.text-success:hover {
  7859. color: #2b542c;
  7860. }
  7861. .text-info {
  7862. color: #31708f;
  7863. }
  7864. a.text-info:hover {
  7865. color: #245269;
  7866. }
  7867. .text-warning {
  7868. color: #8a6d3b;
  7869. }
  7870. a.text-warning:hover {
  7871. color: #66512c;
  7872. }
  7873. .text-danger {
  7874. color: #9c2ad6;
  7875. }
  7876. a.text-danger:hover {
  7877. color: #9c2ad6;
  7878. }
  7879. .bg-primary {
  7880. color: #fff;
  7881. background-color: #337ab7;
  7882. }
  7883. a.bg-primary:hover {
  7884. background-color: #286090;
  7885. }
  7886. .bg-success {
  7887. background-color: #dff0d8;
  7888. }
  7889. a.bg-success:hover {
  7890. background-color: #c1e2b3;
  7891. }
  7892. .bg-info {
  7893. background-color: #d9edf7;
  7894. }
  7895. a.bg-info:hover {
  7896. background-color: #afd9ee;
  7897. }
  7898. .bg-warning {
  7899. background-color: #fcf8e3;
  7900. }
  7901. a.bg-warning:hover {
  7902. background-color: #f7ecb5;
  7903. }
  7904. .bg-danger {
  7905. background-color: #f2dede;
  7906. }
  7907. a.bg-danger:hover {
  7908. background-color: #e4b9b9;
  7909. }
  7910. .page-header {
  7911. padding-bottom: 9px;
  7912. margin: 40px 0 20px;
  7913. border-bottom: 1px solid #eeeeee;
  7914. }
  7915. ul,
  7916. ol {
  7917. margin-top: 0;
  7918. margin-bottom: 10px;
  7919. }
  7920. ul ul,
  7921. ol ul,
  7922. ul ol,
  7923. ol ol {
  7924. margin-bottom: 0;
  7925. }
  7926. .list-unstyled {
  7927. padding-left: 0;
  7928. list-style: none;
  7929. }
  7930. .list-inline {
  7931. padding-left: 0;
  7932. list-style: none;
  7933. margin-left: -5px;
  7934. }
  7935. .list-inline > li {
  7936. display: inline-block;
  7937. padding-left: 5px;
  7938. padding-right: 5px;
  7939. }
  7940. dl {
  7941. margin-top: 0;
  7942. margin-bottom: 20px;
  7943. }
  7944. dt,
  7945. dd {
  7946. line-height: 1.428571429;
  7947. }
  7948. dt {
  7949. font-weight: bold;
  7950. }
  7951. dd {
  7952. margin-left: 0;
  7953. }
  7954. @media (min-width: 768px) {
  7955. .dl-horizontal dt {
  7956. float: left;
  7957. width: 160px;
  7958. clear: left;
  7959. text-align: right;
  7960. overflow: hidden;
  7961. text-overflow: ellipsis;
  7962. white-space: nowrap;
  7963. }
  7964. .dl-horizontal dd {
  7965. margin-left: 180px;
  7966. }
  7967. }
  7968. abbr[title],
  7969. abbr[data-original-title] {
  7970. cursor: help;
  7971. border-bottom: 1px dotted #777777;
  7972. }
  7973. .initialism {
  7974. font-size: 90%;
  7975. text-transform: uppercase;
  7976. }
  7977. blockquote {
  7978. padding: 10px 20px;
  7979. margin: 0 0 20px;
  7980. font-size: 17.5px;
  7981. border-left: 5px solid #eeeeee;
  7982. }
  7983. blockquote p:last-child,
  7984. blockquote ul:last-child,
  7985. blockquote ol:last-child {
  7986. margin-bottom: 0;
  7987. }
  7988. blockquote footer,
  7989. blockquote small,
  7990. blockquote .small {
  7991. display: block;
  7992. font-size: 80%;
  7993. line-height: 1.428571429;
  7994. color: #777777;
  7995. }
  7996. blockquote footer:before,
  7997. blockquote small:before,
  7998. blockquote .small:before {
  7999. content: '\2014 \00A0';
  8000. }
  8001. .blockquote-reverse,
  8002. blockquote.pull-right {
  8003. padding-right: 15px;
  8004. padding-left: 0;
  8005. border-right: 5px solid #eeeeee;
  8006. border-left: 0;
  8007. text-align: right;
  8008. }
  8009. .blockquote-reverse footer:before,
  8010. blockquote.pull-right footer:before,
  8011. .blockquote-reverse small:before,
  8012. blockquote.pull-right small:before,
  8013. .blockquote-reverse .small:before,
  8014. blockquote.pull-right .small:before {
  8015. content: '';
  8016. }
  8017. .blockquote-reverse footer:after,
  8018. blockquote.pull-right footer:after,
  8019. .blockquote-reverse small:after,
  8020. blockquote.pull-right small:after,
  8021. .blockquote-reverse .small:after,
  8022. blockquote.pull-right .small:after {
  8023. content: '\00A0 \2014';
  8024. }
  8025. address {
  8026. margin-bottom: 20px;
  8027. font-style: normal;
  8028. line-height: 1.428571429;
  8029. }
  8030. code,
  8031. kbd,
  8032. pre,
  8033. samp {
  8034. font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  8035. }
  8036. code {
  8037. padding: 2px 4px;
  8038. font-size: 90%;
  8039. color: #c7254e;
  8040. background-color: #f9f2f4;
  8041. border-radius: 4px;
  8042. }
  8043. kbd {
  8044. padding: 2px 4px;
  8045. font-size: 90%;
  8046. color: #ffffff;
  8047. background-color: #333333;
  8048. border-radius: 3px;
  8049. box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  8050. }
  8051. kbd kbd {
  8052. padding: 0;
  8053. font-size: 100%;
  8054. font-weight: bold;
  8055. box-shadow: none;
  8056. }
  8057. pre {
  8058. display: block;
  8059. padding: 9.5px;
  8060. margin: 0 0 10px;
  8061. font-size: 13px;
  8062. line-height: 1.428571429;
  8063. word-break: break-all;
  8064. word-wrap: break-word;
  8065. color: #333333;
  8066. background-color: #f5f5f5;
  8067. border: 1px solid #cccccc;
  8068. border-radius: 4px;
  8069. }
  8070. pre code {
  8071. padding: 0;
  8072. font-size: inherit;
  8073. color: inherit;
  8074. white-space: pre-wrap;
  8075. background-color: transparent;
  8076. border-radius: 0;
  8077. }
  8078. .pre-scrollable {
  8079. max-height: 340px;
  8080. overflow-y: scroll;
  8081. }
  8082. .container {
  8083. margin-right: auto;
  8084. margin-left: auto;
  8085. padding-left: 15px;
  8086. padding-right: 15px;
  8087. }
  8088. @media (min-width: 768px) {
  8089. .container {
  8090. width: 750px;
  8091. }
  8092. }
  8093. @media (min-width: 992px) {
  8094. .container {
  8095. width: 970px;
  8096. }
  8097. }
  8098. @media (min-width: 1200px) {
  8099. .container {
  8100. width: 1170px;
  8101. }
  8102. }
  8103. .container-fluid {
  8104. margin-right: auto;
  8105. margin-left: auto;
  8106. padding-left: 15px;
  8107. padding-right: 15px;
  8108. }
  8109. .row {
  8110. margin-left: -15px;
  8111. margin-right: -15px;
  8112. }
  8113. .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 {
  8114. position: relative;
  8115. min-height: 1px;
  8116. padding-left: 15px;
  8117. padding-right: 15px;
  8118. }
  8119. .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 {
  8120. float: left;
  8121. }
  8122. .col-xs-12 {
  8123. width: 100%;
  8124. }
  8125. .col-xs-11 {
  8126. width: 91.66666666666666%;
  8127. }
  8128. .col-xs-10 {
  8129. width: 83.33333333333334%;
  8130. }
  8131. .col-xs-9 {
  8132. width: 75%;
  8133. }
  8134. .col-xs-8 {
  8135. width: 66.66666666666666%;
  8136. }
  8137. .col-xs-7 {
  8138. width: 58.333333333333336%;
  8139. }
  8140. .col-xs-6 {
  8141. width: 50%;
  8142. }
  8143. .col-xs-5 {
  8144. width: 41.66666666666667%;
  8145. }
  8146. .col-xs-4 {
  8147. width: 33.33333333333333%;
  8148. }
  8149. .col-xs-3 {
  8150. width: 25%;
  8151. }
  8152. .col-xs-2 {
  8153. width: 16.666666666666664%;
  8154. }
  8155. .col-xs-1 {
  8156. width: 8.333333333333332%;
  8157. }
  8158. .col-xs-pull-12 {
  8159. right: 100%;
  8160. }
  8161. .col-xs-pull-11 {
  8162. right: 91.66666666666666%;
  8163. }
  8164. .col-xs-pull-10 {
  8165. right: 83.33333333333334%;
  8166. }
  8167. .col-xs-pull-9 {
  8168. right: 75%;
  8169. }
  8170. .col-xs-pull-8 {
  8171. right: 66.66666666666666%;
  8172. }
  8173. .col-xs-pull-7 {
  8174. right: 58.333333333333336%;
  8175. }
  8176. .col-xs-pull-6 {
  8177. right: 50%;
  8178. }
  8179. .col-xs-pull-5 {
  8180. right: 41.66666666666667%;
  8181. }
  8182. .col-xs-pull-4 {
  8183. right: 33.33333333333333%;
  8184. }
  8185. .col-xs-pull-3 {
  8186. right: 25%;
  8187. }
  8188. .col-xs-pull-2 {
  8189. right: 16.666666666666664%;
  8190. }
  8191. .col-xs-pull-1 {
  8192. right: 8.333333333333332%;
  8193. }
  8194. .col-xs-pull-0 {
  8195. right: auto;
  8196. }
  8197. .col-xs-push-12 {
  8198. left: 100%;
  8199. }
  8200. .col-xs-push-11 {
  8201. left: 91.66666666666666%;
  8202. }
  8203. .col-xs-push-10 {
  8204. left: 83.33333333333334%;
  8205. }
  8206. .col-xs-push-9 {
  8207. left: 75%;
  8208. }
  8209. .col-xs-push-8 {
  8210. left: 66.66666666666666%;
  8211. }
  8212. .col-xs-push-7 {
  8213. left: 58.333333333333336%;
  8214. }
  8215. .col-xs-push-6 {
  8216. left: 50%;
  8217. }
  8218. .col-xs-push-5 {
  8219. left: 41.66666666666667%;
  8220. }
  8221. .col-xs-push-4 {
  8222. left: 33.33333333333333%;
  8223. }
  8224. .col-xs-push-3 {
  8225. left: 25%;
  8226. }
  8227. .col-xs-push-2 {
  8228. left: 16.666666666666664%;
  8229. }
  8230. .col-xs-push-1 {
  8231. left: 8.333333333333332%;
  8232. }
  8233. .col-xs-push-0 {
  8234. left: auto;
  8235. }
  8236. .col-xs-offset-12 {
  8237. margin-left: 100%;
  8238. }
  8239. .col-xs-offset-11 {
  8240. margin-left: 91.66666666666666%;
  8241. }
  8242. .col-xs-offset-10 {
  8243. margin-left: 83.33333333333334%;
  8244. }
  8245. .col-xs-offset-9 {
  8246. margin-left: 75%;
  8247. }
  8248. .col-xs-offset-8 {
  8249. margin-left: 66.66666666666666%;
  8250. }
  8251. .col-xs-offset-7 {
  8252. margin-left: 58.333333333333336%;
  8253. }
  8254. .col-xs-offset-6 {
  8255. margin-left: 50%;
  8256. }
  8257. .col-xs-offset-5 {
  8258. margin-left: 41.66666666666667%;
  8259. }
  8260. .col-xs-offset-4 {
  8261. margin-left: 33.33333333333333%;
  8262. }
  8263. .col-xs-offset-3 {
  8264. margin-left: 25%;
  8265. }
  8266. .col-xs-offset-2 {
  8267. margin-left: 16.666666666666664%;
  8268. }
  8269. .col-xs-offset-1 {
  8270. margin-left: 8.333333333333332%;
  8271. }
  8272. .col-xs-offset-0 {
  8273. margin-left: 0%;
  8274. }
  8275. @media (min-width: 768px) {
  8276. .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 {
  8277. float: left;
  8278. }
  8279. .col-sm-12 {
  8280. width: 100%;
  8281. }
  8282. .col-sm-11 {
  8283. width: 91.66666666666666%;
  8284. }
  8285. .col-sm-10 {
  8286. width: 83.33333333333334%;
  8287. }
  8288. .col-sm-9 {
  8289. width: 75%;
  8290. }
  8291. .col-sm-8 {
  8292. width: 66.66666666666666%;
  8293. }
  8294. .col-sm-7 {
  8295. width: 58.333333333333336%;
  8296. }
  8297. .col-sm-6 {
  8298. width: 50%;
  8299. }
  8300. .col-sm-5 {
  8301. width: 41.66666666666667%;
  8302. }
  8303. .col-sm-4 {
  8304. width: 33.33333333333333%;
  8305. }
  8306. .col-sm-3 {
  8307. width: 25%;
  8308. }
  8309. .col-sm-2 {
  8310. width: 16.666666666666664%;
  8311. }
  8312. .col-sm-1 {
  8313. width: 8.333333333333332%;
  8314. }
  8315. .col-sm-pull-12 {
  8316. right: 100%;
  8317. }
  8318. .col-sm-pull-11 {
  8319. right: 91.66666666666666%;
  8320. }
  8321. .col-sm-pull-10 {
  8322. right: 83.33333333333334%;
  8323. }
  8324. .col-sm-pull-9 {
  8325. right: 75%;
  8326. }
  8327. .col-sm-pull-8 {
  8328. right: 66.66666666666666%;
  8329. }
  8330. .col-sm-pull-7 {
  8331. right: 58.333333333333336%;
  8332. }
  8333. .col-sm-pull-6 {
  8334. right: 50%;
  8335. }
  8336. .col-sm-pull-5 {
  8337. right: 41.66666666666667%;
  8338. }
  8339. .col-sm-pull-4 {
  8340. right: 33.33333333333333%;
  8341. }
  8342. .col-sm-pull-3 {
  8343. right: 25%;
  8344. }
  8345. .col-sm-pull-2 {
  8346. right: 16.666666666666664%;
  8347. }
  8348. .col-sm-pull-1 {
  8349. right: 8.333333333333332%;
  8350. }
  8351. .col-sm-pull-0 {
  8352. right: auto;
  8353. }
  8354. .col-sm-push-12 {
  8355. left: 100%;
  8356. }
  8357. .col-sm-push-11 {
  8358. left: 91.66666666666666%;
  8359. }
  8360. .col-sm-push-10 {
  8361. left: 83.33333333333334%;
  8362. }
  8363. .col-sm-push-9 {
  8364. left: 75%;
  8365. }
  8366. .col-sm-push-8 {
  8367. left: 66.66666666666666%;
  8368. }
  8369. .col-sm-push-7 {
  8370. left: 58.333333333333336%;
  8371. }
  8372. .col-sm-push-6 {
  8373. left: 50%;
  8374. }
  8375. .col-sm-push-5 {
  8376. left: 41.66666666666667%;
  8377. }
  8378. .col-sm-push-4 {
  8379. left: 33.33333333333333%;
  8380. }
  8381. .col-sm-push-3 {
  8382. left: 25%;
  8383. }
  8384. .col-sm-push-2 {
  8385. left: 16.666666666666664%;
  8386. }
  8387. .col-sm-push-1 {
  8388. left: 8.333333333333332%;
  8389. }
  8390. .col-sm-push-0 {
  8391. left: auto;
  8392. }
  8393. .col-sm-offset-12 {
  8394. margin-left: 100%;
  8395. }
  8396. .col-sm-offset-11 {
  8397. margin-left: 91.66666666666666%;
  8398. }
  8399. .col-sm-offset-10 {
  8400. margin-left: 83.33333333333334%;
  8401. }
  8402. .col-sm-offset-9 {
  8403. margin-left: 75%;
  8404. }
  8405. .col-sm-offset-8 {
  8406. margin-left: 66.66666666666666%;
  8407. }
  8408. .col-sm-offset-7 {
  8409. margin-left: 58.333333333333336%;
  8410. }
  8411. .col-sm-offset-6 {
  8412. margin-left: 50%;
  8413. }
  8414. .col-sm-offset-5 {
  8415. margin-left: 41.66666666666667%;
  8416. }
  8417. .col-sm-offset-4 {
  8418. margin-left: 33.33333333333333%;
  8419. }
  8420. .col-sm-offset-3 {
  8421. margin-left: 25%;
  8422. }
  8423. .col-sm-offset-2 {
  8424. margin-left: 16.666666666666664%;
  8425. }
  8426. .col-sm-offset-1 {
  8427. margin-left: 8.333333333333332%;
  8428. }
  8429. .col-sm-offset-0 {
  8430. margin-left: 0%;
  8431. }
  8432. }
  8433. @media (min-width: 992px) {
  8434. .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 {
  8435. float: left;
  8436. }
  8437. .col-md-12 {
  8438. width: 100%;
  8439. }
  8440. .col-md-11 {
  8441. width: 91.66666666666666%;
  8442. }
  8443. .col-md-10 {
  8444. width: 83.33333333333334%;
  8445. }
  8446. .col-md-9 {
  8447. width: 75%;
  8448. }
  8449. .col-md-8 {
  8450. width: 66.66666666666666%;
  8451. }
  8452. .col-md-7 {
  8453. width: 58.333333333333336%;
  8454. }
  8455. .col-md-6 {
  8456. width: 50%;
  8457. }
  8458. .col-md-5 {
  8459. width: 41.66666666666667%;
  8460. }
  8461. .col-md-4 {
  8462. width: 33.33333333333333%;
  8463. }
  8464. .col-md-3 {
  8465. width: 25%;
  8466. }
  8467. .col-md-2 {
  8468. width: 16.666666666666664%;
  8469. }
  8470. .col-md-1 {
  8471. width: 8.333333333333332%;
  8472. }
  8473. .col-md-pull-12 {
  8474. right: 100%;
  8475. }
  8476. .col-md-pull-11 {
  8477. right: 91.66666666666666%;
  8478. }
  8479. .col-md-pull-10 {
  8480. right: 83.33333333333334%;
  8481. }
  8482. .col-md-pull-9 {
  8483. right: 75%;
  8484. }
  8485. .col-md-pull-8 {
  8486. right: 66.66666666666666%;
  8487. }
  8488. .col-md-pull-7 {
  8489. right: 58.333333333333336%;
  8490. }
  8491. .col-md-pull-6 {
  8492. right: 50%;
  8493. }
  8494. .col-md-pull-5 {
  8495. right: 41.66666666666667%;
  8496. }
  8497. .col-md-pull-4 {
  8498. right: 33.33333333333333%;
  8499. }
  8500. .col-md-pull-3 {
  8501. right: 25%;
  8502. }
  8503. .col-md-pull-2 {
  8504. right: 16.666666666666664%;
  8505. }
  8506. .col-md-pull-1 {
  8507. right: 8.333333333333332%;
  8508. }
  8509. .col-md-pull-0 {
  8510. right: auto;
  8511. }
  8512. .col-md-push-12 {
  8513. left: 100%;
  8514. }
  8515. .col-md-push-11 {
  8516. left: 91.66666666666666%;
  8517. }
  8518. .col-md-push-10 {
  8519. left: 83.33333333333334%;
  8520. }
  8521. .col-md-push-9 {
  8522. left: 75%;
  8523. }
  8524. .col-md-push-8 {
  8525. left: 66.66666666666666%;
  8526. }
  8527. .col-md-push-7 {
  8528. left: 58.333333333333336%;
  8529. }
  8530. .col-md-push-6 {
  8531. left: 50%;
  8532. }
  8533. .col-md-push-5 {
  8534. left: 41.66666666666667%;
  8535. }
  8536. .col-md-push-4 {
  8537. left: 33.33333333333333%;
  8538. }
  8539. .col-md-push-3 {
  8540. left: 25%;
  8541. }
  8542. .col-md-push-2 {
  8543. left: 16.666666666666664%;
  8544. }
  8545. .col-md-push-1 {
  8546. left: 8.333333333333332%;
  8547. }
  8548. .col-md-push-0 {
  8549. left: auto;
  8550. }
  8551. .col-md-offset-12 {
  8552. margin-left: 100%;
  8553. }
  8554. .col-md-offset-11 {
  8555. margin-left: 91.66666666666666%;
  8556. }
  8557. .col-md-offset-10 {
  8558. margin-left: 83.33333333333334%;
  8559. }
  8560. .col-md-offset-9 {
  8561. margin-left: 75%;
  8562. }
  8563. .col-md-offset-8 {
  8564. margin-left: 66.66666666666666%;
  8565. }
  8566. .col-md-offset-7 {
  8567. margin-left: 58.333333333333336%;
  8568. }
  8569. .col-md-offset-6 {
  8570. margin-left: 50%;
  8571. }
  8572. .col-md-offset-5 {
  8573. margin-left: 41.66666666666667%;
  8574. }
  8575. .col-md-offset-4 {
  8576. margin-left: 33.33333333333333%;
  8577. }
  8578. .col-md-offset-3 {
  8579. margin-left: 25%;
  8580. }
  8581. .col-md-offset-2 {
  8582. margin-left: 16.666666666666664%;
  8583. }
  8584. .col-md-offset-1 {
  8585. margin-left: 8.333333333333332%;
  8586. }
  8587. .col-md-offset-0 {
  8588. margin-left: 0%;
  8589. }
  8590. }
  8591. @media (min-width: 1200px) {
  8592. .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 {
  8593. float: left;
  8594. }
  8595. .col-lg-12 {
  8596. width: 100%;
  8597. }
  8598. .col-lg-11 {
  8599. width: 91.66666666666666%;
  8600. }
  8601. .col-lg-10 {
  8602. width: 83.33333333333334%;
  8603. }
  8604. .col-lg-9 {
  8605. width: 75%;
  8606. }
  8607. .col-lg-8 {
  8608. width: 66.66666666666666%;
  8609. }
  8610. .col-lg-7 {
  8611. width: 58.333333333333336%;
  8612. }
  8613. .col-lg-6 {
  8614. width: 50%;
  8615. }
  8616. .col-lg-5 {
  8617. width: 41.66666666666667%;
  8618. }
  8619. .col-lg-4 {
  8620. width: 33.33333333333333%;
  8621. }
  8622. .col-lg-3 {
  8623. width: 25%;
  8624. }
  8625. .col-lg-2 {
  8626. width: 16.666666666666664%;
  8627. }
  8628. .col-lg-1 {
  8629. width: 8.333333333333332%;
  8630. }
  8631. .col-lg-pull-12 {
  8632. right: 100%;
  8633. }
  8634. .col-lg-pull-11 {
  8635. right: 91.66666666666666%;
  8636. }
  8637. .col-lg-pull-10 {
  8638. right: 83.33333333333334%;
  8639. }
  8640. .col-lg-pull-9 {
  8641. right: 75%;
  8642. }
  8643. .col-lg-pull-8 {
  8644. right: 66.66666666666666%;
  8645. }
  8646. .col-lg-pull-7 {
  8647. right: 58.333333333333336%;
  8648. }
  8649. .col-lg-pull-6 {
  8650. right: 50%;
  8651. }
  8652. .col-lg-pull-5 {
  8653. right: 41.66666666666667%;
  8654. }
  8655. .col-lg-pull-4 {
  8656. right: 33.33333333333333%;
  8657. }
  8658. .col-lg-pull-3 {
  8659. right: 25%;
  8660. }
  8661. .col-lg-pull-2 {
  8662. right: 16.666666666666664%;
  8663. }
  8664. .col-lg-pull-1 {
  8665. right: 8.333333333333332%;
  8666. }
  8667. .col-lg-pull-0 {
  8668. right: auto;
  8669. }
  8670. .col-lg-push-12 {
  8671. left: 100%;
  8672. }
  8673. .col-lg-push-11 {
  8674. left: 91.66666666666666%;
  8675. }
  8676. .col-lg-push-10 {
  8677. left: 83.33333333333334%;
  8678. }
  8679. .col-lg-push-9 {
  8680. left: 75%;
  8681. }
  8682. .col-lg-push-8 {
  8683. left: 66.66666666666666%;
  8684. }
  8685. .col-lg-push-7 {
  8686. left: 58.333333333333336%;
  8687. }
  8688. .col-lg-push-6 {
  8689. left: 50%;
  8690. }
  8691. .col-lg-push-5 {
  8692. left: 41.66666666666667%;
  8693. }
  8694. .col-lg-push-4 {
  8695. left: 33.33333333333333%;
  8696. }
  8697. .col-lg-push-3 {
  8698. left: 25%;
  8699. }
  8700. .col-lg-push-2 {
  8701. left: 16.666666666666664%;
  8702. }
  8703. .col-lg-push-1 {
  8704. left: 8.333333333333332%;
  8705. }
  8706. .col-lg-push-0 {
  8707. left: auto;
  8708. }
  8709. .col-lg-offset-12 {
  8710. margin-left: 100%;
  8711. }
  8712. .col-lg-offset-11 {
  8713. margin-left: 91.66666666666666%;
  8714. }
  8715. .col-lg-offset-10 {
  8716. margin-left: 83.33333333333334%;
  8717. }
  8718. .col-lg-offset-9 {
  8719. margin-left: 75%;
  8720. }
  8721. .col-lg-offset-8 {
  8722. margin-left: 66.66666666666666%;
  8723. }
  8724. .col-lg-offset-7 {
  8725. margin-left: 58.333333333333336%;
  8726. }
  8727. .col-lg-offset-6 {
  8728. margin-left: 50%;
  8729. }
  8730. .col-lg-offset-5 {
  8731. margin-left: 41.66666666666667%;
  8732. }
  8733. .col-lg-offset-4 {
  8734. margin-left: 33.33333333333333%;
  8735. }
  8736. .col-lg-offset-3 {
  8737. margin-left: 25%;
  8738. }
  8739. .col-lg-offset-2 {
  8740. margin-left: 16.666666666666664%;
  8741. }
  8742. .col-lg-offset-1 {
  8743. margin-left: 8.333333333333332%;
  8744. }
  8745. .col-lg-offset-0 {
  8746. margin-left: 0%;
  8747. }
  8748. }
  8749. table {
  8750. background-color: transparent;
  8751. }
  8752. caption {
  8753. padding-top: 8px;
  8754. padding-bottom: 8px;
  8755. color: #777777;
  8756. text-align: left;
  8757. }
  8758. th {
  8759. text-align: left;
  8760. }
  8761. .table {
  8762. width: 100%;
  8763. max-width: 100%;
  8764. margin-bottom: 20px;
  8765. }
  8766. .table > thead > tr > th,
  8767. .table > tbody > tr > th,
  8768. .table > tfoot > tr > th,
  8769. .table > thead > tr > td,
  8770. .table > tbody > tr > td,
  8771. .table > tfoot > tr > td {
  8772. padding: 8px;
  8773. line-height: 1.428571429;
  8774. vertical-align: top;
  8775. border-top: 1px solid #dddddd;
  8776. }
  8777. .table > thead > tr > th {
  8778. vertical-align: bottom;
  8779. border-bottom: 2px solid #dddddd;
  8780. }
  8781. .table > caption + thead > tr:first-child > th,
  8782. .table > colgroup + thead > tr:first-child > th,
  8783. .table > thead:first-child > tr:first-child > th,
  8784. .table > caption + thead > tr:first-child > td,
  8785. .table > colgroup + thead > tr:first-child > td,
  8786. .table > thead:first-child > tr:first-child > td {
  8787. border-top: 0;
  8788. }
  8789. .table > tbody + tbody {
  8790. border-top: 2px solid #dddddd;
  8791. }
  8792. .table .table {
  8793. background-color: #ffffff;
  8794. }
  8795. .table-condensed > thead > tr > th,
  8796. .table-condensed > tbody > tr > th,
  8797. .table-condensed > tfoot > tr > th,
  8798. .table-condensed > thead > tr > td,
  8799. .table-condensed > tbody > tr > td,
  8800. .table-condensed > tfoot > tr > td {
  8801. padding: 5px;
  8802. }
  8803. .table-bordered {
  8804. border: 1px solid #dddddd;
  8805. }
  8806. .table-bordered > thead > tr > th,
  8807. .table-bordered > tbody > tr > th,
  8808. .table-bordered > tfoot > tr > th,
  8809. .table-bordered > thead > tr > td,
  8810. .table-bordered > tbody > tr > td,
  8811. .table-bordered > tfoot > tr > td {
  8812. border: 1px solid #dddddd;
  8813. }
  8814. .table-bordered > thead > tr > th,
  8815. .table-bordered > thead > tr > td {
  8816. border-bottom-width: 2px;
  8817. }
  8818. .table-striped > tbody > tr:nth-of-type(odd) {
  8819. background-color: #f9f9f9;
  8820. }
  8821. .table-hover > tbody > tr:hover {
  8822. background-color: #f5f5f5;
  8823. }
  8824. table col[class*="col-"] {
  8825. position: static;
  8826. float: none;
  8827. display: table-column;
  8828. }
  8829. table td[class*="col-"],
  8830. table th[class*="col-"] {
  8831. position: static;
  8832. float: none;
  8833. display: table-cell;
  8834. }
  8835. .table > thead > tr > td.active,
  8836. .table > tbody > tr > td.active,
  8837. .table > tfoot > tr > td.active,
  8838. .table > thead > tr > th.active,
  8839. .table > tbody > tr > th.active,
  8840. .table > tfoot > tr > th.active,
  8841. .table > thead > tr.active > td,
  8842. .table > tbody > tr.active > td,
  8843. .table > tfoot > tr.active > td,
  8844. .table > thead > tr.active > th,
  8845. .table > tbody > tr.active > th,
  8846. .table > tfoot > tr.active > th {
  8847. background-color: #f5f5f5;
  8848. }
  8849. .table-hover > tbody > tr > td.active:hover,
  8850. .table-hover > tbody > tr > th.active:hover,
  8851. .table-hover > tbody > tr.active:hover > td,
  8852. .table-hover > tbody > tr:hover > .active,
  8853. .table-hover > tbody > tr.active:hover > th {
  8854. background-color: #e8e8e8;
  8855. }
  8856. .table > thead > tr > td.success,
  8857. .table > tbody > tr > td.success,
  8858. .table > tfoot > tr > td.success,
  8859. .table > thead > tr > th.success,
  8860. .table > tbody > tr > th.success,
  8861. .table > tfoot > tr > th.success,
  8862. .table > thead > tr.success > td,
  8863. .table > tbody > tr.success > td,
  8864. .table > tfoot > tr.success > td,
  8865. .table > thead > tr.success > th,
  8866. .table > tbody > tr.success > th,
  8867. .table > tfoot > tr.success > th {
  8868. background-color: #dff0d8;
  8869. }
  8870. .table-hover > tbody > tr > td.success:hover,
  8871. .table-hover > tbody > tr > th.success:hover,
  8872. .table-hover > tbody > tr.success:hover > td,
  8873. .table-hover > tbody > tr:hover > .success,
  8874. .table-hover > tbody > tr.success:hover > th {
  8875. background-color: #d0e9c6;
  8876. }
  8877. .table > thead > tr > td.info,
  8878. .table > tbody > tr > td.info,
  8879. .table > tfoot > tr > td.info,
  8880. .table > thead > tr > th.info,
  8881. .table > tbody > tr > th.info,
  8882. .table > tfoot > tr > th.info,
  8883. .table > thead > tr.info > td,
  8884. .table > tbody > tr.info > td,
  8885. .table > tfoot > tr.info > td,
  8886. .table > thead > tr.info > th,
  8887. .table > tbody > tr.info > th,
  8888. .table > tfoot > tr.info > th {
  8889. background-color: #d9edf7;
  8890. }
  8891. .table-hover > tbody > tr > td.info:hover,
  8892. .table-hover > tbody > tr > th.info:hover,
  8893. .table-hover > tbody > tr.info:hover > td,
  8894. .table-hover > tbody > tr:hover > .info,
  8895. .table-hover > tbody > tr.info:hover > th {
  8896. background-color: #c4e3f3;
  8897. }
  8898. .table > thead > tr > td.warning,
  8899. .table > tbody > tr > td.warning,
  8900. .table > tfoot > tr > td.warning,
  8901. .table > thead > tr > th.warning,
  8902. .table > tbody > tr > th.warning,
  8903. .table > tfoot > tr > th.warning,
  8904. .table > thead > tr.warning > td,
  8905. .table > tbody > tr.warning > td,
  8906. .table > tfoot > tr.warning > td,
  8907. .table > thead > tr.warning > th,
  8908. .table > tbody > tr.warning > th,
  8909. .table > tfoot > tr.warning > th {
  8910. background-color: #fcf8e3;
  8911. }
  8912. .table-hover > tbody > tr > td.warning:hover,
  8913. .table-hover > tbody > tr > th.warning:hover,
  8914. .table-hover > tbody > tr.warning:hover > td,
  8915. .table-hover > tbody > tr:hover > .warning,
  8916. .table-hover > tbody > tr.warning:hover > th {
  8917. background-color: #faf2cc;
  8918. }
  8919. .table > thead > tr > td.danger,
  8920. .table > tbody > tr > td.danger,
  8921. .table > tfoot > tr > td.danger,
  8922. .table > thead > tr > th.danger,
  8923. .table > tbody > tr > th.danger,
  8924. .table > tfoot > tr > th.danger,
  8925. .table > thead > tr.danger > td,
  8926. .table > tbody > tr.danger > td,
  8927. .table > tfoot > tr.danger > td,
  8928. .table > thead > tr.danger > th,
  8929. .table > tbody > tr.danger > th,
  8930. .table > tfoot > tr.danger > th {
  8931. background-color: #f2dede;
  8932. }
  8933. .table-hover > tbody > tr > td.danger:hover,
  8934. .table-hover > tbody > tr > th.danger:hover,
  8935. .table-hover > tbody > tr.danger:hover > td,
  8936. .table-hover > tbody > tr:hover > .danger,
  8937. .table-hover > tbody > tr.danger:hover > th {
  8938. background-color: #ebcccc;
  8939. }
  8940. .table-responsive {
  8941. overflow-x: auto;
  8942. min-height: 0.01%;
  8943. }
  8944. @media screen and (max-width: 767px) {
  8945. .table-responsive {
  8946. width: 100%;
  8947. margin-bottom: 15px;
  8948. overflow-y: hidden;
  8949. -ms-overflow-style: -ms-autohiding-scrollbar;
  8950. border: 1px solid #dddddd;
  8951. }
  8952. .table-responsive > .table {
  8953. margin-bottom: 0;
  8954. }
  8955. .table-responsive > .table > thead > tr > th,
  8956. .table-responsive > .table > tbody > tr > th,
  8957. .table-responsive > .table > tfoot > tr > th,
  8958. .table-responsive > .table > thead > tr > td,
  8959. .table-responsive > .table > tbody > tr > td,
  8960. .table-responsive > .table > tfoot > tr > td {
  8961. white-space: nowrap;
  8962. }
  8963. .table-responsive > .table-bordered {
  8964. border: 0;
  8965. }
  8966. .table-responsive > .table-bordered > thead > tr > th:first-child,
  8967. .table-responsive > .table-bordered > tbody > tr > th:first-child,
  8968. .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  8969. .table-responsive > .table-bordered > thead > tr > td:first-child,
  8970. .table-responsive > .table-bordered > tbody > tr > td:first-child,
  8971. .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  8972. border-left: 0;
  8973. }
  8974. .table-responsive > .table-bordered > thead > tr > th:last-child,
  8975. .table-responsive > .table-bordered > tbody > tr > th:last-child,
  8976. .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  8977. .table-responsive > .table-bordered > thead > tr > td:last-child,
  8978. .table-responsive > .table-bordered > tbody > tr > td:last-child,
  8979. .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  8980. border-right: 0;
  8981. }
  8982. .table-responsive > .table-bordered > tbody > tr:last-child > th,
  8983. .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  8984. .table-responsive > .table-bordered > tbody > tr:last-child > td,
  8985. .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  8986. border-bottom: 0;
  8987. }
  8988. }
  8989. fieldset {
  8990. padding: 0;
  8991. margin: 0;
  8992. border: 0;
  8993. min-width: 0;
  8994. }
  8995. legend {
  8996. display: block;
  8997. width: 100%;
  8998. padding: 0;
  8999. margin-bottom: 20px;
  9000. font-size: 21px;
  9001. line-height: inherit;
  9002. color: #333333;
  9003. border: 0;
  9004. border-bottom: 1px solid #e5e5e5;
  9005. }
  9006. label {
  9007. display: inline-block;
  9008. max-width: 100%;
  9009. margin-bottom: 5px;
  9010. font-weight: bold;
  9011. }
  9012. input[type="search"] {
  9013. -webkit-box-sizing: border-box;
  9014. -moz-box-sizing: border-box;
  9015. box-sizing: border-box;
  9016. }
  9017. input[type="radio"],
  9018. input[type="checkbox"] {
  9019. margin: 4px 0 0;
  9020. margin-top: 1px \9;
  9021. line-height: normal;
  9022. }
  9023. input[type="file"] {
  9024. display: block;
  9025. }
  9026. input[type="range"] {
  9027. display: block;
  9028. width: 100%;
  9029. }
  9030. select[multiple],
  9031. select[size] {
  9032. height: auto;
  9033. }
  9034. input[type="file"]:focus,
  9035. input[type="radio"]:focus,
  9036. input[type="checkbox"]:focus {
  9037. outline: thin dotted;
  9038. outline: 5px auto -webkit-focus-ring-color;
  9039. outline-offset: -2px;
  9040. }
  9041. output {
  9042. display: block;
  9043. padding-top: 7px;
  9044. font-size: 14px;
  9045. line-height: 1.428571429;
  9046. color: #555555;
  9047. }
  9048. .form-control {
  9049. display: block;
  9050. width: 100%;
  9051. height: 34px;
  9052. padding: 6px 12px;
  9053. font-size: 14px;
  9054. line-height: 1.428571429;
  9055. color: #555555;
  9056. background-color: #ffffff;
  9057. background-image: none;
  9058. border: 1px solid #cccccc;
  9059. border-radius: 4px;
  9060. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  9061. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  9062. -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  9063. -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  9064. transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  9065. }
  9066. .form-control:focus {
  9067. border-color: #66afe9;
  9068. outline: 0;
  9069. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  9070. box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  9071. }
  9072. .form-control::-moz-placeholder {
  9073. color: #999999;
  9074. opacity: 1;
  9075. }
  9076. .form-control:-ms-input-placeholder {
  9077. color: #999999;
  9078. }
  9079. .form-control::-webkit-input-placeholder {
  9080. color: #999999;
  9081. }
  9082. .form-control[disabled],
  9083. .form-control[readonly],
  9084. fieldset[disabled] .form-control {
  9085. cursor: not-allowed;
  9086. background-color: #eeeeee;
  9087. opacity: 1;
  9088. }
  9089. textarea.form-control {
  9090. height: auto;
  9091. }
  9092. input[type="search"] {
  9093. -webkit-appearance: none;
  9094. }
  9095. @media screen and (-webkit-min-device-pixel-ratio: 0) {
  9096. input[type="date"],
  9097. input[type="time"],
  9098. input[type="datetime-local"],
  9099. input[type="month"] {
  9100. line-height: 34px;
  9101. }
  9102. input[type="date"].input-sm,
  9103. input[type="time"].input-sm,
  9104. input[type="datetime-local"].input-sm,
  9105. input[type="month"].input-sm,
  9106. .input-group-sm input[type="date"],
  9107. .input-group-sm input[type="time"],
  9108. .input-group-sm input[type="datetime-local"],
  9109. .input-group-sm input[type="month"] {
  9110. line-height: 30px;
  9111. }
  9112. input[type="date"].input-lg,
  9113. input[type="time"].input-lg,
  9114. input[type="datetime-local"].input-lg,
  9115. input[type="month"].input-lg,
  9116. .input-group-lg input[type="date"],
  9117. .input-group-lg input[type="time"],
  9118. .input-group-lg input[type="datetime-local"],
  9119. .input-group-lg input[type="month"] {
  9120. line-height: 46px;
  9121. }
  9122. }
  9123. .form-group {
  9124. margin-bottom: 15px;
  9125. }
  9126. .radio,
  9127. .checkbox {
  9128. position: relative;
  9129. display: block;
  9130. margin-top: 10px;
  9131. margin-bottom: 10px;
  9132. }
  9133. .radio label,
  9134. .checkbox label {
  9135. min-height: 20px;
  9136. padding-left: 20px;
  9137. margin-bottom: 0;
  9138. font-weight: normal;
  9139. cursor: pointer;
  9140. }
  9141. .radio input[type="radio"],
  9142. .radio-inline input[type="radio"],
  9143. .checkbox input[type="checkbox"],
  9144. .checkbox-inline input[type="checkbox"] {
  9145. position: absolute;
  9146. margin-left: -20px;
  9147. margin-top: 4px \9;
  9148. }
  9149. .radio + .radio,
  9150. .checkbox + .checkbox {
  9151. margin-top: -5px;
  9152. }
  9153. .radio-inline,
  9154. .checkbox-inline {
  9155. display: inline-block;
  9156. padding-left: 20px;
  9157. margin-bottom: 0;
  9158. vertical-align: middle;
  9159. font-weight: normal;
  9160. cursor: pointer;
  9161. }
  9162. .radio-inline + .radio-inline,
  9163. .checkbox-inline + .checkbox-inline {
  9164. margin-top: 0;
  9165. margin-left: 10px;
  9166. }
  9167. input[type="radio"][disabled],
  9168. input[type="checkbox"][disabled],
  9169. input[type="radio"].disabled,
  9170. input[type="checkbox"].disabled,
  9171. fieldset[disabled] input[type="radio"],
  9172. fieldset[disabled] input[type="checkbox"] {
  9173. cursor: not-allowed;
  9174. }
  9175. .radio-inline.disabled,
  9176. .checkbox-inline.disabled,
  9177. fieldset[disabled] .radio-inline,
  9178. fieldset[disabled] .checkbox-inline {
  9179. cursor: not-allowed;
  9180. }
  9181. .radio.disabled label,
  9182. .checkbox.disabled label,
  9183. fieldset[disabled] .radio label,
  9184. fieldset[disabled] .checkbox label {
  9185. cursor: not-allowed;
  9186. }
  9187. .form-control-static {
  9188. padding-top: 7px;
  9189. padding-bottom: 7px;
  9190. margin-bottom: 0;
  9191. }
  9192. .form-control-static.input-lg,
  9193. .form-control-static.input-sm {
  9194. padding-left: 0;
  9195. padding-right: 0;
  9196. }
  9197. .input-sm {
  9198. height: 30px;
  9199. padding: 5px 10px;
  9200. font-size: 12px;
  9201. line-height: 1.5;
  9202. border-radius: 3px;
  9203. }
  9204. select.input-sm {
  9205. height: 30px;
  9206. line-height: 30px;
  9207. }
  9208. textarea.input-sm,
  9209. select[multiple].input-sm {
  9210. height: auto;
  9211. }
  9212. .form-group-sm .form-control {
  9213. height: 30px;
  9214. padding: 5px 10px;
  9215. font-size: 12px;
  9216. line-height: 1.5;
  9217. border-radius: 3px;
  9218. }
  9219. select.form-group-sm .form-control {
  9220. height: 30px;
  9221. line-height: 30px;
  9222. }
  9223. textarea.form-group-sm .form-control,
  9224. select[multiple].form-group-sm .form-control {
  9225. height: auto;
  9226. }
  9227. .form-group-sm .form-control-static {
  9228. height: 30px;
  9229. padding: 5px 10px;
  9230. font-size: 12px;
  9231. line-height: 1.5;
  9232. }
  9233. .input-lg {
  9234. height: 46px;
  9235. padding: 10px 16px;
  9236. font-size: 18px;
  9237. line-height: 1.3333333;
  9238. border-radius: 6px;
  9239. }
  9240. select.input-lg {
  9241. height: 46px;
  9242. line-height: 46px;
  9243. }
  9244. textarea.input-lg,
  9245. select[multiple].input-lg {
  9246. height: auto;
  9247. }
  9248. .form-group-lg .form-control {
  9249. height: 46px;
  9250. padding: 10px 16px;
  9251. font-size: 18px;
  9252. line-height: 1.3333333;
  9253. border-radius: 6px;
  9254. }
  9255. select.form-group-lg .form-control {
  9256. height: 46px;
  9257. line-height: 46px;
  9258. }
  9259. textarea.form-group-lg .form-control,
  9260. select[multiple].form-group-lg .form-control {
  9261. height: auto;
  9262. }
  9263. .form-group-lg .form-control-static {
  9264. height: 46px;
  9265. padding: 10px 16px;
  9266. font-size: 18px;
  9267. line-height: 1.3333333;
  9268. }
  9269. .has-feedback {
  9270. position: relative;
  9271. }
  9272. .has-feedback .form-control {
  9273. padding-right: 42.5px;
  9274. }
  9275. .form-control-feedback {
  9276. position: absolute;
  9277. top: 0;
  9278. right: 0;
  9279. z-index: 2;
  9280. display: block;
  9281. width: 34px;
  9282. height: 34px;
  9283. line-height: 34px;
  9284. text-align: center;
  9285. pointer-events: none;
  9286. }
  9287. .input-lg + .form-control-feedback {
  9288. width: 46px;
  9289. height: 46px;
  9290. line-height: 46px;
  9291. }
  9292. .input-sm + .form-control-feedback {
  9293. width: 30px;
  9294. height: 30px;
  9295. line-height: 30px;
  9296. }
  9297. .has-success .help-block,
  9298. .has-success .control-label,
  9299. .has-success .radio,
  9300. .has-success .checkbox,
  9301. .has-success .radio-inline,
  9302. .has-success .checkbox-inline,
  9303. .has-success.radio label,
  9304. .has-success.checkbox label,
  9305. .has-success.radio-inline label,
  9306. .has-success.checkbox-inline label {
  9307. color: #3c763d;
  9308. }
  9309. .has-success .form-control {
  9310. border-color: #3c763d;
  9311. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  9312. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  9313. }
  9314. .has-success .form-control:focus {
  9315. border-color: #2b542c;
  9316. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  9317. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  9318. }
  9319. .has-success .input-group-addon {
  9320. color: #3c763d;
  9321. border-color: #3c763d;
  9322. background-color: #dff0d8;
  9323. }
  9324. .has-success .form-control-feedback {
  9325. color: #3c763d;
  9326. }
  9327. .has-warning .help-block,
  9328. .has-warning .control-label,
  9329. .has-warning .radio,
  9330. .has-warning .checkbox,
  9331. .has-warning .radio-inline,
  9332. .has-warning .checkbox-inline,
  9333. .has-warning.radio label,
  9334. .has-warning.checkbox label,
  9335. .has-warning.radio-inline label,
  9336. .has-warning.checkbox-inline label {
  9337. color: #8a6d3b;
  9338. }
  9339. .has-warning .form-control {
  9340. border-color: #8a6d3b;
  9341. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  9342. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  9343. }
  9344. .has-warning .form-control:focus {
  9345. border-color: #66512c;
  9346. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  9347. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  9348. }
  9349. .has-warning .input-group-addon {
  9350. color: #8a6d3b;
  9351. border-color: #8a6d3b;
  9352. background-color: #fcf8e3;
  9353. }
  9354. .has-warning .form-control-feedback {
  9355. color: #8a6d3b;
  9356. }
  9357. .has-error .help-block,
  9358. .has-error .control-label,
  9359. .has-error .radio,
  9360. .has-error .checkbox,
  9361. .has-error .radio-inline,
  9362. .has-error .checkbox-inline,
  9363. .has-error.radio label,
  9364. .has-error.checkbox label,
  9365. .has-error.radio-inline label,
  9366. .has-error.checkbox-inline label {
  9367. color: #a94442;
  9368. }
  9369. .has-error .form-control {
  9370. border-color: #a94442;
  9371. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  9372. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  9373. }
  9374. .has-error .form-control:focus {
  9375. border-color: #843534;
  9376. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  9377. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  9378. }
  9379. .has-error .input-group-addon {
  9380. color: #a94442;
  9381. border-color: #a94442;
  9382. background-color: #f2dede;
  9383. }
  9384. .has-error .form-control-feedback {
  9385. color: #a94442;
  9386. }
  9387. .has-feedback label ~ .form-control-feedback {
  9388. top: 25px;
  9389. }
  9390. .has-feedback label.sr-only ~ .form-control-feedback {
  9391. top: 0;
  9392. }
  9393. .help-block {
  9394. display: block;
  9395. margin-top: 5px;
  9396. margin-bottom: 10px;
  9397. color: #737373;
  9398. }
  9399. @media (min-width: 768px) {
  9400. .form-inline .form-group {
  9401. display: inline-block;
  9402. margin-bottom: 0;
  9403. vertical-align: middle;
  9404. }
  9405. .form-inline .form-control {
  9406. display: inline-block;
  9407. width: auto;
  9408. vertical-align: middle;
  9409. }
  9410. .form-inline .form-control-static {
  9411. display: inline-block;
  9412. }
  9413. .form-inline .input-group {
  9414. display: inline-table;
  9415. vertical-align: middle;
  9416. }
  9417. .form-inline .input-group .input-group-addon,
  9418. .form-inline .input-group .input-group-btn,
  9419. .form-inline .input-group .form-control {
  9420. width: auto;
  9421. }
  9422. .form-inline .input-group > .form-control {
  9423. width: 100%;
  9424. }
  9425. .form-inline .control-label {
  9426. margin-bottom: 0;
  9427. vertical-align: middle;
  9428. }
  9429. .form-inline .radio,
  9430. .form-inline .checkbox {
  9431. display: inline-block;
  9432. margin-top: 0;
  9433. margin-bottom: 0;
  9434. vertical-align: middle;
  9435. }
  9436. .form-inline .radio label,
  9437. .form-inline .checkbox label {
  9438. padding-left: 0;
  9439. }
  9440. .form-inline .radio input[type="radio"],
  9441. .form-inline .checkbox input[type="checkbox"] {
  9442. position: relative;
  9443. margin-left: 0;
  9444. }
  9445. .form-inline .has-feedback .form-control-feedback {
  9446. top: 0;
  9447. }
  9448. }
  9449. .form-horizontal .radio,
  9450. .form-horizontal .checkbox,
  9451. .form-horizontal .radio-inline,
  9452. .form-horizontal .checkbox-inline {
  9453. margin-top: 0;
  9454. margin-bottom: 0;
  9455. padding-top: 7px;
  9456. }
  9457. .form-horizontal .radio,
  9458. .form-horizontal .checkbox {
  9459. min-height: 27px;
  9460. }
  9461. .form-horizontal .form-group {
  9462. margin-left: -15px;
  9463. margin-right: -15px;
  9464. }
  9465. @media (min-width: 768px) {
  9466. .form-horizontal .control-label {
  9467. text-align: right;
  9468. margin-bottom: 0;
  9469. padding-top: 7px;
  9470. }
  9471. }
  9472. .form-horizontal .has-feedback .form-control-feedback {
  9473. right: 15px;
  9474. }
  9475. @media (min-width: 768px) {
  9476. .form-horizontal .form-group-lg .control-label {
  9477. padding-top: 14.333333px;
  9478. }
  9479. }
  9480. @media (min-width: 768px) {
  9481. .form-horizontal .form-group-sm .control-label {
  9482. padding-top: 6px;
  9483. }
  9484. }
  9485. .btn {
  9486. display: inline-block;
  9487. margin-bottom: 0;
  9488. font-weight: normal;
  9489. text-align: center;
  9490. vertical-align: middle;
  9491. touch-action: manipulation;
  9492. cursor: pointer;
  9493. background-image: none;
  9494. border: 1px solid transparent;
  9495. white-space: nowrap;
  9496. padding: 6px 12px;
  9497. font-size: 14px;
  9498. line-height: 1.428571429;
  9499. border-radius: 4px;
  9500. -webkit-user-select: none;
  9501. -moz-user-select: none;
  9502. -ms-user-select: none;
  9503. user-select: none;
  9504. }
  9505. .btn:focus,
  9506. .btn:active:focus,
  9507. .btn.active:focus,
  9508. .btn.focus,
  9509. .btn:active.focus,
  9510. .btn.active.focus {
  9511. outline: thin dotted;
  9512. outline: 5px auto -webkit-focus-ring-color;
  9513. outline-offset: -2px;
  9514. }
  9515. .btn:hover,
  9516. .btn:focus,
  9517. .btn.focus {
  9518. color: #333333;
  9519. text-decoration: none;
  9520. }
  9521. .btn:active,
  9522. .btn.active {
  9523. outline: 0;
  9524. background-image: none;
  9525. -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  9526. box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  9527. }
  9528. .btn.disabled,
  9529. .btn[disabled],
  9530. fieldset[disabled] .btn {
  9531. cursor: not-allowed;
  9532. pointer-events: none;
  9533. opacity: 0.65;
  9534. filter: alpha(opacity=65);
  9535. -webkit-box-shadow: none;
  9536. box-shadow: none;
  9537. }
  9538. .btn-default {
  9539. color: #333333;
  9540. background-color: #ffffff;
  9541. border-color: #cccccc;
  9542. }
  9543. .btn-default:hover,
  9544. .btn-default:focus,
  9545. .btn-default.focus,
  9546. .btn-default:active,
  9547. .btn-default.active,
  9548. .open > .dropdown-toggle.btn-default {
  9549. color: #333333;
  9550. background-color: #e6e6e6;
  9551. border-color: #adadad;
  9552. }
  9553. .btn-default:active,
  9554. .btn-default.active,
  9555. .open > .dropdown-toggle.btn-default {
  9556. background-image: none;
  9557. }
  9558. .btn-default.disabled,
  9559. .btn-default[disabled],
  9560. fieldset[disabled] .btn-default,
  9561. .btn-default.disabled:hover,
  9562. .btn-default[disabled]:hover,
  9563. fieldset[disabled] .btn-default:hover,
  9564. .btn-default.disabled:focus,
  9565. .btn-default[disabled]:focus,
  9566. fieldset[disabled] .btn-default:focus,
  9567. .btn-default.disabled.focus,
  9568. .btn-default[disabled].focus,
  9569. fieldset[disabled] .btn-default.focus,
  9570. .btn-default.disabled:active,
  9571. .btn-default[disabled]:active,
  9572. fieldset[disabled] .btn-default:active,
  9573. .btn-default.disabled.active,
  9574. .btn-default[disabled].active,
  9575. fieldset[disabled] .btn-default.active {
  9576. background-color: #ffffff;
  9577. border-color: #cccccc;
  9578. }
  9579. .btn-default .badge {
  9580. color: #ffffff;
  9581. background-color: #333333;
  9582. }
  9583. .btn-primary {
  9584. color: #ffffff;
  9585. background-color: #337ab7;
  9586. border-color: #2e6da4;
  9587. }
  9588. .btn-primary:hover,
  9589. .btn-primary:focus,
  9590. .btn-primary.focus,
  9591. .btn-primary:active,
  9592. .btn-primary.active,
  9593. .open > .dropdown-toggle.btn-primary {
  9594. color: #ffffff;
  9595. background-color: #286090;
  9596. border-color: #204d74;
  9597. }
  9598. .btn-primary:active,
  9599. .btn-primary.active,
  9600. .open > .dropdown-toggle.btn-primary {
  9601. background-image: none;
  9602. }
  9603. .btn-primary.disabled,
  9604. .btn-primary[disabled],
  9605. fieldset[disabled] .btn-primary,
  9606. .btn-primary.disabled:hover,
  9607. .btn-primary[disabled]:hover,
  9608. fieldset[disabled] .btn-primary:hover,
  9609. .btn-primary.disabled:focus,
  9610. .btn-primary[disabled]:focus,
  9611. fieldset[disabled] .btn-primary:focus,
  9612. .btn-primary.disabled.focus,
  9613. .btn-primary[disabled].focus,
  9614. fieldset[disabled] .btn-primary.focus,
  9615. .btn-primary.disabled:active,
  9616. .btn-primary[disabled]:active,
  9617. fieldset[disabled] .btn-primary:active,
  9618. .btn-primary.disabled.active,
  9619. .btn-primary[disabled].active,
  9620. fieldset[disabled] .btn-primary.active {
  9621. background-color: #337ab7;
  9622. border-color: #2e6da4;
  9623. }
  9624. .btn-primary .badge {
  9625. color: #337ab7;
  9626. background-color: #ffffff;
  9627. }
  9628. .btn-success {
  9629. color: #ffffff;
  9630. background-color: #5cb85c;
  9631. border-color: #4cae4c;
  9632. }
  9633. .btn-success:hover,
  9634. .btn-success:focus,
  9635. .btn-success.focus,
  9636. .btn-success:active,
  9637. .btn-success.active,
  9638. .open > .dropdown-toggle.btn-success {
  9639. color: #ffffff;
  9640. background-color: #449d44;
  9641. border-color: #398439;
  9642. }
  9643. .btn-success:active,
  9644. .btn-success.active,
  9645. .open > .dropdown-toggle.btn-success {
  9646. background-image: none;
  9647. }
  9648. .btn-success.disabled,
  9649. .btn-success[disabled],
  9650. fieldset[disabled] .btn-success,
  9651. .btn-success.disabled:hover,
  9652. .btn-success[disabled]:hover,
  9653. fieldset[disabled] .btn-success:hover,
  9654. .btn-success.disabled:focus,
  9655. .btn-success[disabled]:focus,
  9656. fieldset[disabled] .btn-success:focus,
  9657. .btn-success.disabled.focus,
  9658. .btn-success[disabled].focus,
  9659. fieldset[disabled] .btn-success.focus,
  9660. .btn-success.disabled:active,
  9661. .btn-success[disabled]:active,
  9662. fieldset[disabled] .btn-success:active,
  9663. .btn-success.disabled.active,
  9664. .btn-success[disabled].active,
  9665. fieldset[disabled] .btn-success.active {
  9666. background-color: #5cb85c;
  9667. border-color: #4cae4c;
  9668. }
  9669. .btn-success .badge {
  9670. color: #5cb85c;
  9671. background-color: #ffffff;
  9672. }
  9673. .btn-info {
  9674. color: #ffffff;
  9675. background-color: #5bc0de;
  9676. border-color: #46b8da;
  9677. }
  9678. .btn-info:hover,
  9679. .btn-info:focus,
  9680. .btn-info.focus,
  9681. .btn-info:active,
  9682. .btn-info.active,
  9683. .open > .dropdown-toggle.btn-info {
  9684. color: #ffffff;
  9685. background-color: #31b0d5;
  9686. border-color: #269abc;
  9687. }
  9688. .btn-info:active,
  9689. .btn-info.active,
  9690. .open > .dropdown-toggle.btn-info {
  9691. background-image: none;
  9692. }
  9693. .btn-info.disabled,
  9694. .btn-info[disabled],
  9695. fieldset[disabled] .btn-info,
  9696. .btn-info.disabled:hover,
  9697. .btn-info[disabled]:hover,
  9698. fieldset[disabled] .btn-info:hover,
  9699. .btn-info.disabled:focus,
  9700. .btn-info[disabled]:focus,
  9701. fieldset[disabled] .btn-info:focus,
  9702. .btn-info.disabled.focus,
  9703. .btn-info[disabled].focus,
  9704. fieldset[disabled] .btn-info.focus,
  9705. .btn-info.disabled:active,
  9706. .btn-info[disabled]:active,
  9707. fieldset[disabled] .btn-info:active,
  9708. .btn-info.disabled.active,
  9709. .btn-info[disabled].active,
  9710. fieldset[disabled] .btn-info.active {
  9711. background-color: #5bc0de;
  9712. border-color: #46b8da;
  9713. }
  9714. .btn-info .badge {
  9715. color: #5bc0de;
  9716. background-color: #ffffff;
  9717. }
  9718. .btn-warning {
  9719. color: #ffffff;
  9720. background-color: #f0ad4e;
  9721. border-color: #eea236;
  9722. }
  9723. .btn-warning:hover,
  9724. .btn-warning:focus,
  9725. .btn-warning.focus,
  9726. .btn-warning:active,
  9727. .btn-warning.active,
  9728. .open > .dropdown-toggle.btn-warning {
  9729. color: #ffffff;
  9730. background-color: #ec971f;
  9731. border-color: #d58512;
  9732. }
  9733. .btn-warning:active,
  9734. .btn-warning.active,
  9735. .open > .dropdown-toggle.btn-warning {
  9736. background-image: none;
  9737. }
  9738. .btn-warning.disabled,
  9739. .btn-warning[disabled],
  9740. fieldset[disabled] .btn-warning,
  9741. .btn-warning.disabled:hover,
  9742. .btn-warning[disabled]:hover,
  9743. fieldset[disabled] .btn-warning:hover,
  9744. .btn-warning.disabled:focus,
  9745. .btn-warning[disabled]:focus,
  9746. fieldset[disabled] .btn-warning:focus,
  9747. .btn-warning.disabled.focus,
  9748. .btn-warning[disabled].focus,
  9749. fieldset[disabled] .btn-warning.focus,
  9750. .btn-warning.disabled:active,
  9751. .btn-warning[disabled]:active,
  9752. fieldset[disabled] .btn-warning:active,
  9753. .btn-warning.disabled.active,
  9754. .btn-warning[disabled].active,
  9755. fieldset[disabled] .btn-warning.active {
  9756. background-color: #f0ad4e;
  9757. border-color: #eea236;
  9758. }
  9759. .btn-warning .badge {
  9760. color: #f0ad4e;
  9761. background-color: #ffffff;
  9762. }
  9763. .btn-danger {
  9764. color: #ffffff;
  9765. background-color: #d9534f;
  9766. border-color: #d43f3a;
  9767. }
  9768. .btn-danger:hover,
  9769. .btn-danger:focus,
  9770. .btn-danger.focus,
  9771. .btn-danger:active,
  9772. .btn-danger.active,
  9773. .open > .dropdown-toggle.btn-danger {
  9774. color: #ffffff;
  9775. background-color: #c9302c;
  9776. border-color: #ac2925;
  9777. }
  9778. .btn-danger:active,
  9779. .btn-danger.active,
  9780. .open > .dropdown-toggle.btn-danger {
  9781. background-image: none;
  9782. }
  9783. .btn-danger.disabled,
  9784. .btn-danger[disabled],
  9785. fieldset[disabled] .btn-danger,
  9786. .btn-danger.disabled:hover,
  9787. .btn-danger[disabled]:hover,
  9788. fieldset[disabled] .btn-danger:hover,
  9789. .btn-danger.disabled:focus,
  9790. .btn-danger[disabled]:focus,
  9791. fieldset[disabled] .btn-danger:focus,
  9792. .btn-danger.disabled.focus,
  9793. .btn-danger[disabled].focus,
  9794. fieldset[disabled] .btn-danger.focus,
  9795. .btn-danger.disabled:active,
  9796. .btn-danger[disabled]:active,
  9797. fieldset[disabled] .btn-danger:active,
  9798. .btn-danger.disabled.active,
  9799. .btn-danger[disabled].active,
  9800. fieldset[disabled] .btn-danger.active {
  9801. background-color: #d9534f;
  9802. border-color: #d43f3a;
  9803. }
  9804. .btn-danger .badge {
  9805. color: #d9534f;
  9806. background-color: #ffffff;
  9807. }
  9808. .btn-link {
  9809. color: #337ab7;
  9810. font-weight: normal;
  9811. border-radius: 0;
  9812. }
  9813. .btn-link,
  9814. .btn-link:active,
  9815. .btn-link.active,
  9816. .btn-link[disabled],
  9817. fieldset[disabled] .btn-link {
  9818. background-color: transparent;
  9819. -webkit-box-shadow: none;
  9820. box-shadow: none;
  9821. }
  9822. .btn-link,
  9823. .btn-link:hover,
  9824. .btn-link:focus,
  9825. .btn-link:active {
  9826. border-color: transparent;
  9827. }
  9828. .btn-link:hover,
  9829. .btn-link:focus {
  9830. color: #23527c;
  9831. text-decoration: underline;
  9832. background-color: transparent;
  9833. }
  9834. .btn-link[disabled]:hover,
  9835. fieldset[disabled] .btn-link:hover,
  9836. .btn-link[disabled]:focus,
  9837. fieldset[disabled] .btn-link:focus {
  9838. color: #777777;
  9839. text-decoration: none;
  9840. }
  9841. .btn-lg,
  9842. .btn-group-lg > .btn {
  9843. padding: 10px 16px;
  9844. font-size: 18px;
  9845. line-height: 1.3333333;
  9846. border-radius: 6px;
  9847. }
  9848. .btn-sm,
  9849. .btn-group-sm > .btn {
  9850. padding: 5px 10px;
  9851. font-size: 12px;
  9852. line-height: 1.5;
  9853. border-radius: 3px;
  9854. }
  9855. .btn-xs,
  9856. .btn-group-xs > .btn {
  9857. padding: 1px 5px;
  9858. font-size: 12px;
  9859. line-height: 1.5;
  9860. border-radius: 3px;
  9861. }
  9862. .btn-block {
  9863. display: block;
  9864. width: 100%;
  9865. }
  9866. .btn-block + .btn-block {
  9867. margin-top: 5px;
  9868. }
  9869. input[type="submit"].btn-block,
  9870. input[type="reset"].btn-block,
  9871. input[type="button"].btn-block {
  9872. width: 100%;
  9873. }
  9874. .fade {
  9875. opacity: 0;
  9876. -webkit-transition: opacity 0.15s linear;
  9877. -o-transition: opacity 0.15s linear;
  9878. transition: opacity 0.15s linear;
  9879. }
  9880. .fade.in {
  9881. opacity: 1;
  9882. }
  9883. .collapse {
  9884. display: none;
  9885. visibility: hidden;
  9886. }
  9887. .collapse.in {
  9888. display: block;
  9889. visibility: visible;
  9890. }
  9891. tr.collapse.in {
  9892. display: table-row;
  9893. }
  9894. tbody.collapse.in {
  9895. display: table-row-group;
  9896. }
  9897. .collapsing {
  9898. position: relative;
  9899. height: 0;
  9900. overflow: hidden;
  9901. -webkit-transition-property: height, visibility;
  9902. transition-property: height, visibility;
  9903. -webkit-transition-duration: 0.35s;
  9904. transition-duration: 0.35s;
  9905. -webkit-transition-timing-function: ease;
  9906. transition-timing-function: ease;
  9907. }
  9908. .caret {
  9909. display: inline-block;
  9910. width: 0;
  9911. height: 0;
  9912. margin-left: 2px;
  9913. vertical-align: middle;
  9914. border-top: 4px solid;
  9915. border-right: 4px solid transparent;
  9916. border-left: 4px solid transparent;
  9917. }
  9918. .dropup,
  9919. .dropdown {
  9920. position: relative;
  9921. }
  9922. .dropdown-toggle:focus {
  9923. outline: 0;
  9924. }
  9925. .dropdown-menu {
  9926. position: absolute;
  9927. top: 100%;
  9928. left: 0;
  9929. z-index: 1000;
  9930. display: none;
  9931. float: left;
  9932. min-width: 160px;
  9933. padding: 5px 0;
  9934. margin: 2px 0 0;
  9935. list-style: none;
  9936. font-size: 14px;
  9937. text-align: left;
  9938. background-color: #ffffff;
  9939. border: 1px solid #cccccc;
  9940. border: 1px solid rgba(0, 0, 0, 0.15);
  9941. border-radius: 4px;
  9942. -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  9943. box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  9944. background-clip: padding-box;
  9945. }
  9946. .dropdown-menu.pull-right {
  9947. right: 0;
  9948. left: auto;
  9949. }
  9950. .dropdown-menu .divider {
  9951. height: 1px;
  9952. margin: 9px 0;
  9953. overflow: hidden;
  9954. background-color: #e5e5e5;
  9955. }
  9956. .dropdown-menu > li > a {
  9957. display: block;
  9958. padding: 3px 20px;
  9959. clear: both;
  9960. font-weight: normal;
  9961. line-height: 1.428571429;
  9962. color: #333333;
  9963. white-space: nowrap;
  9964. }
  9965. .dropdown-menu > li > a:hover,
  9966. .dropdown-menu > li > a:focus {
  9967. text-decoration: none;
  9968. color: #262626;
  9969. background-color: #f5f5f5;
  9970. }
  9971. .dropdown-menu > .active > a,
  9972. .dropdown-menu > .active > a:hover,
  9973. .dropdown-menu > .active > a:focus {
  9974. color: #ffffff;
  9975. text-decoration: none;
  9976. outline: 0;
  9977. background-color: #337ab7;
  9978. }
  9979. .dropdown-menu > .disabled > a,
  9980. .dropdown-menu > .disabled > a:hover,
  9981. .dropdown-menu > .disabled > a:focus {
  9982. color: #777777;
  9983. }
  9984. .dropdown-menu > .disabled > a:hover,
  9985. .dropdown-menu > .disabled > a:focus {
  9986. text-decoration: none;
  9987. background-color: transparent;
  9988. background-image: none;
  9989. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  9990. cursor: not-allowed;
  9991. }
  9992. .open > .dropdown-menu {
  9993. display: block;
  9994. }
  9995. .open > a {
  9996. outline: 0;
  9997. }
  9998. .dropdown-menu-right {
  9999. left: auto;
  10000. right: 0;
  10001. }
  10002. .dropdown-menu-left {
  10003. left: 0;
  10004. right: auto;
  10005. }
  10006. .dropdown-header {
  10007. display: block;
  10008. padding: 3px 20px;
  10009. font-size: 12px;
  10010. line-height: 1.428571429;
  10011. color: #777777;
  10012. white-space: nowrap;
  10013. }
  10014. .dropdown-backdrop {
  10015. position: fixed;
  10016. left: 0;
  10017. right: 0;
  10018. bottom: 0;
  10019. top: 0;
  10020. z-index: 990;
  10021. }
  10022. .pull-right > .dropdown-menu {
  10023. right: 0;
  10024. left: auto;
  10025. }
  10026. .dropup .caret,
  10027. .navbar-fixed-bottom .dropdown .caret {
  10028. border-top: 0;
  10029. border-bottom: 4px solid;
  10030. content: "";
  10031. }
  10032. .dropup .dropdown-menu,
  10033. .navbar-fixed-bottom .dropdown .dropdown-menu {
  10034. top: auto;
  10035. bottom: 100%;
  10036. margin-bottom: 2px;
  10037. }
  10038. @media (min-width: 768px) {
  10039. .navbar-right .dropdown-menu {
  10040. left: auto;
  10041. right: 0;
  10042. }
  10043. .navbar-right .dropdown-menu-left {
  10044. left: 0;
  10045. right: auto;
  10046. }
  10047. }
  10048. .btn-group,
  10049. .btn-group-vertical {
  10050. position: relative;
  10051. display: inline-block;
  10052. vertical-align: middle;
  10053. }
  10054. .btn-group > .btn,
  10055. .btn-group-vertical > .btn {
  10056. position: relative;
  10057. float: left;
  10058. }
  10059. .btn-group > .btn:hover,
  10060. .btn-group-vertical > .btn:hover,
  10061. .btn-group > .btn:focus,
  10062. .btn-group-vertical > .btn:focus,
  10063. .btn-group > .btn:active,
  10064. .btn-group-vertical > .btn:active,
  10065. .btn-group > .btn.active,
  10066. .btn-group-vertical > .btn.active {
  10067. z-index: 2;
  10068. }
  10069. .btn-group .btn + .btn,
  10070. .btn-group .btn + .btn-group,
  10071. .btn-group .btn-group + .btn,
  10072. .btn-group .btn-group + .btn-group {
  10073. margin-left: -1px;
  10074. }
  10075. .btn-toolbar {
  10076. margin-left: -5px;
  10077. }
  10078. .btn-toolbar .btn-group,
  10079. .btn-toolbar .input-group {
  10080. float: left;
  10081. }
  10082. .btn-toolbar > .btn,
  10083. .btn-toolbar > .btn-group,
  10084. .btn-toolbar > .input-group {
  10085. margin-left: 5px;
  10086. }
  10087. .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  10088. border-radius: 0;
  10089. }
  10090. .btn-group > .btn:first-child {
  10091. margin-left: 0;
  10092. }
  10093. .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  10094. border-bottom-right-radius: 0;
  10095. border-top-right-radius: 0;
  10096. }
  10097. .btn-group > .btn:last-child:not(:first-child),
  10098. .btn-group > .dropdown-toggle:not(:first-child) {
  10099. border-bottom-left-radius: 0;
  10100. border-top-left-radius: 0;
  10101. }
  10102. .btn-group > .btn-group {
  10103. float: left;
  10104. }
  10105. .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  10106. border-radius: 0;
  10107. }
  10108. .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
  10109. .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  10110. border-bottom-right-radius: 0;
  10111. border-top-right-radius: 0;
  10112. }
  10113. .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  10114. border-bottom-left-radius: 0;
  10115. border-top-left-radius: 0;
  10116. }
  10117. .btn-group .dropdown-toggle:active,
  10118. .btn-group.open .dropdown-toggle {
  10119. outline: 0;
  10120. }
  10121. .btn-group > .btn + .dropdown-toggle {
  10122. padding-left: 8px;
  10123. padding-right: 8px;
  10124. }
  10125. .btn-group > .btn-lg + .dropdown-toggle {
  10126. padding-left: 12px;
  10127. padding-right: 12px;
  10128. }
  10129. .btn-group.open .dropdown-toggle {
  10130. -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  10131. box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  10132. }
  10133. .btn-group.open .dropdown-toggle.btn-link {
  10134. -webkit-box-shadow: none;
  10135. box-shadow: none;
  10136. }
  10137. .btn .caret {
  10138. margin-left: 0;
  10139. }
  10140. .btn-lg .caret {
  10141. border-width: 5px 5px 0;
  10142. border-bottom-width: 0;
  10143. }
  10144. .dropup .btn-lg .caret {
  10145. border-width: 0 5px 5px;
  10146. }
  10147. .btn-group-vertical > .btn,
  10148. .btn-group-vertical > .btn-group,
  10149. .btn-group-vertical > .btn-group > .btn {
  10150. display: block;
  10151. float: none;
  10152. width: 100%;
  10153. max-width: 100%;
  10154. }
  10155. .btn-group-vertical > .btn-group > .btn {
  10156. float: none;
  10157. }
  10158. .btn-group-vertical > .btn + .btn,
  10159. .btn-group-vertical > .btn + .btn-group,
  10160. .btn-group-vertical > .btn-group + .btn,
  10161. .btn-group-vertical > .btn-group + .btn-group {
  10162. margin-top: -1px;
  10163. margin-left: 0;
  10164. }
  10165. .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  10166. border-radius: 0;
  10167. }
  10168. .btn-group-vertical > .btn:first-child:not(:last-child) {
  10169. border-top-right-radius: 4px;
  10170. border-bottom-right-radius: 0;
  10171. border-bottom-left-radius: 0;
  10172. }
  10173. .btn-group-vertical > .btn:last-child:not(:first-child) {
  10174. border-bottom-left-radius: 4px;
  10175. border-top-right-radius: 0;
  10176. border-top-left-radius: 0;
  10177. }
  10178. .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  10179. border-radius: 0;
  10180. }
  10181. .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
  10182. .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  10183. border-bottom-right-radius: 0;
  10184. border-bottom-left-radius: 0;
  10185. }
  10186. .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  10187. border-top-right-radius: 0;
  10188. border-top-left-radius: 0;
  10189. }
  10190. .btn-group-justified {
  10191. display: table;
  10192. width: 100%;
  10193. table-layout: fixed;
  10194. border-collapse: separate;
  10195. }
  10196. .btn-group-justified > .btn,
  10197. .btn-group-justified > .btn-group {
  10198. float: none;
  10199. display: table-cell;
  10200. width: 1%;
  10201. }
  10202. .btn-group-justified > .btn-group .btn {
  10203. width: 100%;
  10204. }
  10205. .btn-group-justified > .btn-group .dropdown-menu {
  10206. left: auto;
  10207. }
  10208. [data-toggle="buttons"] > .btn input[type="radio"],
  10209. [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
  10210. [data-toggle="buttons"] > .btn input[type="checkbox"],
  10211. [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  10212. position: absolute;
  10213. clip: rect(0, 0, 0, 0);
  10214. pointer-events: none;
  10215. }
  10216. .input-group {
  10217. position: relative;
  10218. display: table;
  10219. border-collapse: separate;
  10220. }
  10221. .input-group[class*="col-"] {
  10222. float: none;
  10223. padding-left: 0;
  10224. padding-right: 0;
  10225. }
  10226. .input-group .form-control {
  10227. position: relative;
  10228. z-index: 2;
  10229. float: left;
  10230. width: 100%;
  10231. margin-bottom: 0;
  10232. }
  10233. .input-group-lg > .form-control,
  10234. .input-group-lg > .input-group-addon,
  10235. .input-group-lg > .input-group-btn > .btn {
  10236. line-height: 1.3333333;
  10237. height: 46px;
  10238. padding: 10px 16px;
  10239. font-size: 18px;
  10240. line-height: 1.33;
  10241. border-radius: 6px;
  10242. }
  10243. select.input-group-lg > .form-control,
  10244. select.input-group-lg > .input-group-addon,
  10245. select.input-group-lg > .input-group-btn > .btn {
  10246. height: 46px;
  10247. line-height: 46px;
  10248. }
  10249. textarea.input-group-lg > .form-control,
  10250. textarea.input-group-lg > .input-group-addon,
  10251. textarea.input-group-lg > .input-group-btn > .btn,
  10252. select[multiple].input-group-lg > .form-control,
  10253. select[multiple].input-group-lg > .input-group-addon,
  10254. select[multiple].input-group-lg > .input-group-btn > .btn {
  10255. height: auto;
  10256. }
  10257. .input-group-sm > .form-control,
  10258. .input-group-sm > .input-group-addon,
  10259. .input-group-sm > .input-group-btn > .btn {
  10260. height: 30px;
  10261. padding: 5px 10px;
  10262. font-size: 12px;
  10263. line-height: 1.5;
  10264. border-radius: 3px;
  10265. }
  10266. select.input-group-sm > .form-control,
  10267. select.input-group-sm > .input-group-addon,
  10268. select.input-group-sm > .input-group-btn > .btn {
  10269. height: 30px;
  10270. line-height: 30px;
  10271. }
  10272. textarea.input-group-sm > .form-control,
  10273. textarea.input-group-sm > .input-group-addon,
  10274. textarea.input-group-sm > .input-group-btn > .btn,
  10275. select[multiple].input-group-sm > .form-control,
  10276. select[multiple].input-group-sm > .input-group-addon,
  10277. select[multiple].input-group-sm > .input-group-btn > .btn {
  10278. height: auto;
  10279. }
  10280. .input-group-addon,
  10281. .input-group-btn,
  10282. .input-group .form-control {
  10283. display: table-cell;
  10284. }
  10285. .input-group-addon:not(:first-child):not(:last-child),
  10286. .input-group-btn:not(:first-child):not(:last-child),
  10287. .input-group .form-control:not(:first-child):not(:last-child) {
  10288. border-radius: 0;
  10289. }
  10290. .input-group-addon,
  10291. .input-group-btn {
  10292. width: 1%;
  10293. white-space: nowrap;
  10294. vertical-align: middle;
  10295. }
  10296. .input-group-addon {
  10297. padding: 6px 12px;
  10298. font-size: 14px;
  10299. font-weight: normal;
  10300. line-height: 1;
  10301. color: #555555;
  10302. text-align: center;
  10303. background-color: #eeeeee;
  10304. border: 1px solid #cccccc;
  10305. border-radius: 4px;
  10306. }
  10307. .input-group-addon.input-sm {
  10308. padding: 5px 10px;
  10309. font-size: 12px;
  10310. border-radius: 3px;
  10311. }
  10312. .input-group-addon.input-lg {
  10313. padding: 10px 16px;
  10314. font-size: 18px;
  10315. border-radius: 6px;
  10316. }
  10317. .input-group-addon input[type="radio"],
  10318. .input-group-addon input[type="checkbox"] {
  10319. margin-top: 0;
  10320. }
  10321. .input-group .form-control:first-child,
  10322. .input-group-addon:first-child,
  10323. .input-group-btn:first-child > .btn,
  10324. .input-group-btn:first-child > .btn-group > .btn,
  10325. .input-group-btn:first-child > .dropdown-toggle,
  10326. .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
  10327. .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  10328. border-bottom-right-radius: 0;
  10329. border-top-right-radius: 0;
  10330. }
  10331. .input-group-addon:first-child {
  10332. border-right: 0;
  10333. }
  10334. .input-group .form-control:last-child,
  10335. .input-group-addon:last-child,
  10336. .input-group-btn:last-child > .btn,
  10337. .input-group-btn:last-child > .btn-group > .btn,
  10338. .input-group-btn:last-child > .dropdown-toggle,
  10339. .input-group-btn:first-child > .btn:not(:first-child),
  10340. .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  10341. border-bottom-left-radius: 0;
  10342. border-top-left-radius: 0;
  10343. }
  10344. .input-group-addon:last-child {
  10345. border-left: 0;
  10346. }
  10347. .input-group-btn {
  10348. position: relative;
  10349. font-size: 0;
  10350. white-space: nowrap;
  10351. }
  10352. .input-group-btn > .btn {
  10353. position: relative;
  10354. }
  10355. .input-group-btn > .btn + .btn {
  10356. margin-left: -1px;
  10357. }
  10358. .input-group-btn > .btn:hover,
  10359. .input-group-btn > .btn:focus,
  10360. .input-group-btn > .btn:active {
  10361. z-index: 2;
  10362. }
  10363. .input-group-btn:first-child > .btn,
  10364. .input-group-btn:first-child > .btn-group {
  10365. margin-right: -1px;
  10366. }
  10367. .input-group-btn:last-child > .btn,
  10368. .input-group-btn:last-child > .btn-group {
  10369. margin-left: -1px;
  10370. }
  10371. .nav {
  10372. margin-bottom: 0;
  10373. padding-left: 0;
  10374. list-style: none;
  10375. }
  10376. .nav > li {
  10377. position: relative;
  10378. display: block;
  10379. }
  10380. .nav > li > a {
  10381. position: relative;
  10382. display: block;
  10383. padding: 10px 15px;
  10384. }
  10385. .nav > li > a:hover,
  10386. .nav > li > a:focus {
  10387. text-decoration: none;
  10388. background-color: #eeeeee;
  10389. }
  10390. .nav > li.disabled > a {
  10391. color: #777777;
  10392. }
  10393. .nav > li.disabled > a:hover,
  10394. .nav > li.disabled > a:focus {
  10395. color: #777777;
  10396. text-decoration: none;
  10397. background-color: transparent;
  10398. cursor: not-allowed;
  10399. }
  10400. .nav .open > a,
  10401. .nav .open > a:hover,
  10402. .nav .open > a:focus {
  10403. background-color: #eeeeee;
  10404. border-color: #337ab7;
  10405. }
  10406. .nav .nav-divider {
  10407. height: 1px;
  10408. margin: 9px 0;
  10409. overflow: hidden;
  10410. background-color: #e5e5e5;
  10411. }
  10412. .nav > li > a > img {
  10413. max-width: none;
  10414. }
  10415. .nav-tabs {
  10416. border-bottom: 1px solid #dddddd;
  10417. }
  10418. .nav-tabs > li {
  10419. float: left;
  10420. margin-bottom: -1px;
  10421. }
  10422. .nav-tabs > li > a {
  10423. margin-right: 2px;
  10424. line-height: 1.428571429;
  10425. border: 1px solid transparent;
  10426. border-radius: 4px 4px 0 0;
  10427. }
  10428. .nav-tabs > li > a:hover {
  10429. border-color: #eeeeee #eeeeee #dddddd;
  10430. }
  10431. .nav-tabs > li.active > a,
  10432. .nav-tabs > li.active > a:hover,
  10433. .nav-tabs > li.active > a:focus {
  10434. color: #555555;
  10435. background-color: #ffffff;
  10436. border: 1px solid #dddddd;
  10437. border-bottom-color: transparent;
  10438. cursor: default;
  10439. }
  10440. .nav-tabs.nav-justified {
  10441. width: 100%;
  10442. border-bottom: 0;
  10443. }
  10444. .nav-tabs.nav-justified > li {
  10445. float: none;
  10446. }
  10447. .nav-tabs.nav-justified > li > a {
  10448. text-align: center;
  10449. margin-bottom: 5px;
  10450. }
  10451. .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  10452. top: auto;
  10453. left: auto;
  10454. }
  10455. @media (min-width: 768px) {
  10456. .nav-tabs.nav-justified > li {
  10457. display: table-cell;
  10458. width: 1%;
  10459. }
  10460. .nav-tabs.nav-justified > li > a {
  10461. margin-bottom: 0;
  10462. }
  10463. }
  10464. .nav-tabs.nav-justified > li > a {
  10465. margin-right: 0;
  10466. border-radius: 4px;
  10467. }
  10468. .nav-tabs.nav-justified > .active > a,
  10469. .nav-tabs.nav-justified > .active > a:hover,
  10470. .nav-tabs.nav-justified > .active > a:focus {
  10471. border: 1px solid #dddddd;
  10472. }
  10473. @media (min-width: 768px) {
  10474. .nav-tabs.nav-justified > li > a {
  10475. border-bottom: 1px solid #dddddd;
  10476. border-radius: 4px 4px 0 0;
  10477. }
  10478. .nav-tabs.nav-justified > .active > a,
  10479. .nav-tabs.nav-justified > .active > a:hover,
  10480. .nav-tabs.nav-justified > .active > a:focus {
  10481. border-bottom-color: #ffffff;
  10482. }
  10483. }
  10484. .nav-pills > li {
  10485. float: left;
  10486. }
  10487. .nav-pills > li > a {
  10488. border-radius: 4px;
  10489. }
  10490. .nav-pills > li + li {
  10491. margin-left: 2px;
  10492. }
  10493. .nav-pills > li.active > a,
  10494. .nav-pills > li.active > a:hover,
  10495. .nav-pills > li.active > a:focus {
  10496. color: #ffffff;
  10497. background-color: #337ab7;
  10498. }
  10499. .nav-stacked > li {
  10500. float: none;
  10501. }
  10502. .nav-stacked > li + li {
  10503. margin-top: 2px;
  10504. margin-left: 0;
  10505. }
  10506. .nav-justified {
  10507. width: 100%;
  10508. }
  10509. .nav-justified > li {
  10510. float: none;
  10511. }
  10512. .nav-justified > li > a {
  10513. text-align: center;
  10514. margin-bottom: 5px;
  10515. }
  10516. .nav-justified > .dropdown .dropdown-menu {
  10517. top: auto;
  10518. left: auto;
  10519. }
  10520. @media (min-width: 768px) {
  10521. .nav-justified > li {
  10522. display: table-cell;
  10523. width: 1%;
  10524. }
  10525. .nav-justified > li > a {
  10526. margin-bottom: 0;
  10527. }
  10528. }
  10529. .nav-tabs-justified {
  10530. border-bottom: 0;
  10531. }
  10532. .nav-tabs-justified > li > a {
  10533. margin-right: 0;
  10534. border-radius: 4px;
  10535. }
  10536. .nav-tabs-justified > .active > a,
  10537. .nav-tabs-justified > .active > a:hover,
  10538. .nav-tabs-justified > .active > a:focus {
  10539. border: 1px solid #dddddd;
  10540. }
  10541. @media (min-width: 768px) {
  10542. .nav-tabs-justified > li > a {
  10543. border-bottom: 1px solid #dddddd;
  10544. border-radius: 4px 4px 0 0;
  10545. }
  10546. .nav-tabs-justified > .active > a,
  10547. .nav-tabs-justified > .active > a:hover,
  10548. .nav-tabs-justified > .active > a:focus {
  10549. border-bottom-color: #ffffff;
  10550. }
  10551. }
  10552. .tab-content > .tab-pane {
  10553. display: none;
  10554. visibility: hidden;
  10555. }
  10556. .tab-content > .active {
  10557. display: block;
  10558. visibility: visible;
  10559. }
  10560. .nav-tabs .dropdown-menu {
  10561. margin-top: -1px;
  10562. border-top-right-radius: 0;
  10563. border-top-left-radius: 0;
  10564. }
  10565. .navbar {
  10566. position: relative;
  10567. min-height: 50px;
  10568. margin-bottom: 20px;
  10569. border: 1px solid transparent;
  10570. }
  10571. @media (min-width: 768px) {
  10572. .navbar {
  10573. border-radius: 4px;
  10574. }
  10575. }
  10576. @media (min-width: 768px) {
  10577. .navbar-header {
  10578. float: left;
  10579. }
  10580. }
  10581. .navbar-collapse {
  10582. overflow-x: visible;
  10583. padding-right: 15px;
  10584. padding-left: 15px;
  10585. border-top: 1px solid transparent;
  10586. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  10587. -webkit-overflow-scrolling: touch;
  10588. }
  10589. .navbar-collapse.in {
  10590. overflow-y: auto;
  10591. }
  10592. @media (min-width: 768px) {
  10593. .navbar-collapse {
  10594. width: auto;
  10595. border-top: 0;
  10596. box-shadow: none;
  10597. }
  10598. .navbar-collapse.collapse {
  10599. display: block !important;
  10600. visibility: visible !important;
  10601. height: auto !important;
  10602. padding-bottom: 0;
  10603. overflow: visible !important;
  10604. }
  10605. .navbar-collapse.in {
  10606. overflow-y: visible;
  10607. }
  10608. .navbar-fixed-top .navbar-collapse,
  10609. .navbar-static-top .navbar-collapse,
  10610. .navbar-fixed-bottom .navbar-collapse {
  10611. padding-left: 0;
  10612. padding-right: 0;
  10613. }
  10614. }
  10615. .navbar-fixed-top .navbar-collapse,
  10616. .navbar-fixed-bottom .navbar-collapse {
  10617. max-height: 340px;
  10618. }
  10619. @media (max-device-width: 480px) and (orientation: landscape) {
  10620. .navbar-fixed-top .navbar-collapse,
  10621. .navbar-fixed-bottom .navbar-collapse {
  10622. max-height: 200px;
  10623. }
  10624. }
  10625. .container > .navbar-header,
  10626. .container-fluid > .navbar-header,
  10627. .container > .navbar-collapse,
  10628. .container-fluid > .navbar-collapse {
  10629. margin-right: -15px;
  10630. margin-left: -15px;
  10631. }
  10632. @media (min-width: 768px) {
  10633. .container > .navbar-header,
  10634. .container-fluid > .navbar-header,
  10635. .container > .navbar-collapse,
  10636. .container-fluid > .navbar-collapse {
  10637. margin-right: 0;
  10638. margin-left: 0;
  10639. }
  10640. }
  10641. .navbar-static-top {
  10642. z-index: 1000;
  10643. border-width: 0 0 1px;
  10644. }
  10645. @media (min-width: 768px) {
  10646. .navbar-static-top {
  10647. border-radius: 0;
  10648. }
  10649. }
  10650. .navbar-fixed-top,
  10651. .navbar-fixed-bottom {
  10652. position: fixed;
  10653. right: 0;
  10654. left: 0;
  10655. z-index: 1030;
  10656. }
  10657. @media (min-width: 768px) {
  10658. .navbar-fixed-top,
  10659. .navbar-fixed-bottom {
  10660. border-radius: 0;
  10661. }
  10662. }
  10663. .navbar-fixed-top {
  10664. top: 0;
  10665. border-width: 0 0 1px;
  10666. }
  10667. .navbar-fixed-bottom {
  10668. bottom: 0;
  10669. margin-bottom: 0;
  10670. border-width: 1px 0 0;
  10671. }
  10672. .navbar-brand {
  10673. float: left;
  10674. padding: 15px 15px;
  10675. font-size: 18px;
  10676. line-height: 20px;
  10677. height: 50px;
  10678. }
  10679. .navbar-brand:hover,
  10680. .navbar-brand:focus {
  10681. text-decoration: none;
  10682. }
  10683. .navbar-brand > img {
  10684. display: block;
  10685. }
  10686. @media (min-width: 768px) {
  10687. .navbar > .container .navbar-brand,
  10688. .navbar > .container-fluid .navbar-brand {
  10689. margin-left: -15px;
  10690. }
  10691. }
  10692. .navbar-toggle {
  10693. position: relative;
  10694. float: right;
  10695. margin-right: 15px;
  10696. padding: 9px 10px;
  10697. margin-top: 8px;
  10698. margin-bottom: 8px;
  10699. background-color: transparent;
  10700. background-image: none;
  10701. border: 1px solid transparent;
  10702. border-radius: 4px;
  10703. }
  10704. .navbar-toggle:focus {
  10705. outline: 0;
  10706. }
  10707. .navbar-toggle .icon-bar {
  10708. display: block;
  10709. width: 22px;
  10710. height: 2px;
  10711. border-radius: 1px;
  10712. }
  10713. .navbar-toggle .icon-bar + .icon-bar {
  10714. margin-top: 4px;
  10715. }
  10716. @media (min-width: 768px) {
  10717. .navbar-toggle {
  10718. display: none;
  10719. }
  10720. }
  10721. .navbar-nav {
  10722. margin: 7.5px -15px;
  10723. }
  10724. .navbar-nav > li > a {
  10725. padding-top: 10px;
  10726. padding-bottom: 10px;
  10727. line-height: 20px;
  10728. }
  10729. @media (max-width: 767px) {
  10730. .navbar-nav .open .dropdown-menu {
  10731. position: static;
  10732. float: none;
  10733. width: auto;
  10734. margin-top: 0;
  10735. background-color: transparent;
  10736. border: 0;
  10737. box-shadow: none;
  10738. }
  10739. .navbar-nav .open .dropdown-menu > li > a,
  10740. .navbar-nav .open .dropdown-menu .dropdown-header {
  10741. padding: 5px 15px 5px 25px;
  10742. }
  10743. .navbar-nav .open .dropdown-menu > li > a {
  10744. line-height: 20px;
  10745. }
  10746. .navbar-nav .open .dropdown-menu > li > a:hover,
  10747. .navbar-nav .open .dropdown-menu > li > a:focus {
  10748. background-image: none;
  10749. }
  10750. }
  10751. @media (min-width: 768px) {
  10752. .navbar-nav {
  10753. float: left;
  10754. margin: 0;
  10755. }
  10756. .navbar-nav > li {
  10757. float: left;
  10758. }
  10759. .navbar-nav > li > a {
  10760. padding-top: 15px;
  10761. padding-bottom: 15px;
  10762. }
  10763. }
  10764. .navbar-form {
  10765. margin-left: -15px;
  10766. margin-right: -15px;
  10767. padding: 10px 15px;
  10768. border-top: 1px solid transparent;
  10769. border-bottom: 1px solid transparent;
  10770. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  10771. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  10772. margin-top: 8px;
  10773. margin-bottom: 8px;
  10774. }
  10775. @media (min-width: 768px) {
  10776. .navbar-form .form-group {
  10777. display: inline-block;
  10778. margin-bottom: 0;
  10779. vertical-align: middle;
  10780. }
  10781. .navbar-form .form-control {
  10782. display: inline-block;
  10783. width: auto;
  10784. vertical-align: middle;
  10785. }
  10786. .navbar-form .form-control-static {
  10787. display: inline-block;
  10788. }
  10789. .navbar-form .input-group {
  10790. display: inline-table;
  10791. vertical-align: middle;
  10792. }
  10793. .navbar-form .input-group .input-group-addon,
  10794. .navbar-form .input-group .input-group-btn,
  10795. .navbar-form .input-group .form-control {
  10796. width: auto;
  10797. }
  10798. .navbar-form .input-group > .form-control {
  10799. width: 100%;
  10800. }
  10801. .navbar-form .control-label {
  10802. margin-bottom: 0;
  10803. vertical-align: middle;
  10804. }
  10805. .navbar-form .radio,
  10806. .navbar-form .checkbox {
  10807. display: inline-block;
  10808. margin-top: 0;
  10809. margin-bottom: 0;
  10810. vertical-align: middle;
  10811. }
  10812. .navbar-form .radio label,
  10813. .navbar-form .checkbox label {
  10814. padding-left: 0;
  10815. }
  10816. .navbar-form .radio input[type="radio"],
  10817. .navbar-form .checkbox input[type="checkbox"] {
  10818. position: relative;
  10819. margin-left: 0;
  10820. }
  10821. .navbar-form .has-feedback .form-control-feedback {
  10822. top: 0;
  10823. }
  10824. }
  10825. @media (max-width: 767px) {
  10826. .navbar-form .form-group {
  10827. margin-bottom: 5px;
  10828. }
  10829. .navbar-form .form-group:last-child {
  10830. margin-bottom: 0;
  10831. }
  10832. }
  10833. @media (min-width: 768px) {
  10834. .navbar-form {
  10835. width: auto;
  10836. border: 0;
  10837. margin-left: 0;
  10838. margin-right: 0;
  10839. padding-top: 0;
  10840. padding-bottom: 0;
  10841. -webkit-box-shadow: none;
  10842. box-shadow: none;
  10843. }
  10844. }
  10845. .navbar-nav > li > .dropdown-menu {
  10846. margin-top: 0;
  10847. border-top-right-radius: 0;
  10848. border-top-left-radius: 0;
  10849. }
  10850. .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  10851. margin-bottom: 0;
  10852. border-top-right-radius: 4px;
  10853. border-top-left-radius: 4px;
  10854. border-bottom-right-radius: 0;
  10855. border-bottom-left-radius: 0;
  10856. }
  10857. .navbar-btn {
  10858. margin-top: 8px;
  10859. margin-bottom: 8px;
  10860. }
  10861. .navbar-btn.btn-sm {
  10862. margin-top: 10px;
  10863. margin-bottom: 10px;
  10864. }
  10865. .navbar-btn.btn-xs {
  10866. margin-top: 14px;
  10867. margin-bottom: 14px;
  10868. }
  10869. .navbar-text {
  10870. margin-top: 15px;
  10871. margin-bottom: 15px;
  10872. }
  10873. @media (min-width: 768px) {
  10874. .navbar-text {
  10875. float: left;
  10876. margin-left: 15px;
  10877. margin-right: 15px;
  10878. }
  10879. }
  10880. @media (min-width: 768px) {
  10881. .navbar-left {
  10882. float: left !important;
  10883. float: left;
  10884. }
  10885. .navbar-right {
  10886. float: right !important;
  10887. float: right;
  10888. margin-right: -15px;
  10889. }
  10890. .navbar-right ~ .navbar-right {
  10891. margin-right: 0;
  10892. }
  10893. }
  10894. .navbar-default {
  10895. background-color: #f8f8f8;
  10896. border-color: #e7e7e7;
  10897. }
  10898. .navbar-default .navbar-brand {
  10899. color: #777777;
  10900. }
  10901. .navbar-default .navbar-brand:hover,
  10902. .navbar-default .navbar-brand:focus {
  10903. color: #5e5e5e;
  10904. background-color: transparent;
  10905. }
  10906. .navbar-default .navbar-text {
  10907. color: #777777;
  10908. }
  10909. .navbar-default .navbar-nav > li > a {
  10910. color: #777777;
  10911. }
  10912. .navbar-default .navbar-nav > li > a:hover,
  10913. .navbar-default .navbar-nav > li > a:focus {
  10914. color: #333333;
  10915. background-color: transparent;
  10916. }
  10917. .navbar-default .navbar-nav > .active > a,
  10918. .navbar-default .navbar-nav > .active > a:hover,
  10919. .navbar-default .navbar-nav > .active > a:focus {
  10920. color: #555555;
  10921. background-color: #e7e7e7;
  10922. }
  10923. .navbar-default .navbar-nav > .disabled > a,
  10924. .navbar-default .navbar-nav > .disabled > a:hover,
  10925. .navbar-default .navbar-nav > .disabled > a:focus {
  10926. color: #cccccc;
  10927. background-color: transparent;
  10928. }
  10929. .navbar-default .navbar-toggle {
  10930. border-color: #dddddd;
  10931. }
  10932. .navbar-default .navbar-toggle:hover,
  10933. .navbar-default .navbar-toggle:focus {
  10934. background-color: #dddddd;
  10935. }
  10936. .navbar-default .navbar-toggle .icon-bar {
  10937. background-color: #888888;
  10938. }
  10939. .navbar-default .navbar-collapse,
  10940. .navbar-default .navbar-form {
  10941. border-color: #e7e7e7;
  10942. }
  10943. .navbar-default .navbar-nav > .open > a,
  10944. .navbar-default .navbar-nav > .open > a:hover,
  10945. .navbar-default .navbar-nav > .open > a:focus {
  10946. background-color: #e7e7e7;
  10947. color: #555555;
  10948. }
  10949. @media (max-width: 767px) {
  10950. .navbar-default .navbar-nav .open .dropdown-menu > li > a {
  10951. color: #777777;
  10952. }
  10953. .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  10954. .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  10955. color: #333333;
  10956. background-color: transparent;
  10957. }
  10958. .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  10959. .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  10960. .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  10961. color: #555555;
  10962. background-color: #e7e7e7;
  10963. }
  10964. .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  10965. .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  10966. .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  10967. color: #cccccc;
  10968. background-color: transparent;
  10969. }
  10970. }
  10971. .navbar-default .navbar-link {
  10972. color: #777777;
  10973. }
  10974. .navbar-default .navbar-link:hover {
  10975. color: #333333;
  10976. }
  10977. .navbar-default .btn-link {
  10978. color: #777777;
  10979. }
  10980. .navbar-default .btn-link:hover,
  10981. .navbar-default .btn-link:focus {
  10982. color: #333333;
  10983. }
  10984. .navbar-default .btn-link[disabled]:hover,
  10985. fieldset[disabled] .navbar-default .btn-link:hover,
  10986. .navbar-default .btn-link[disabled]:focus,
  10987. fieldset[disabled] .navbar-default .btn-link:focus {
  10988. color: #cccccc;
  10989. }
  10990. .navbar-inverse {
  10991. background-color: #222222;
  10992. border-color: #080808;
  10993. }
  10994. .navbar-inverse .navbar-brand {
  10995. color: #9d9d9d;
  10996. }
  10997. .navbar-inverse .navbar-brand:hover,
  10998. .navbar-inverse .navbar-brand:focus {
  10999. color: #ffffff;
  11000. background-color: transparent;
  11001. }
  11002. .navbar-inverse .navbar-text {
  11003. color: #9d9d9d;
  11004. }
  11005. .navbar-inverse .navbar-nav > li > a {
  11006. color: #9d9d9d;
  11007. }
  11008. .navbar-inverse .navbar-nav > li > a:hover,
  11009. .navbar-inverse .navbar-nav > li > a:focus {
  11010. color: #ffffff;
  11011. background-color: transparent;
  11012. }
  11013. .navbar-inverse .navbar-nav > .active > a,
  11014. .navbar-inverse .navbar-nav > .active > a:hover,
  11015. .navbar-inverse .navbar-nav > .active > a:focus {
  11016. color: #ffffff;
  11017. background-color: #080808;
  11018. }
  11019. .navbar-inverse .navbar-nav > .disabled > a,
  11020. .navbar-inverse .navbar-nav > .disabled > a:hover,
  11021. .navbar-inverse .navbar-nav > .disabled > a:focus {
  11022. color: #444444;
  11023. background-color: transparent;
  11024. }
  11025. .navbar-inverse .navbar-toggle {
  11026. border-color: #333333;
  11027. }
  11028. .navbar-inverse .navbar-toggle:hover,
  11029. .navbar-inverse .navbar-toggle:focus {
  11030. background-color: #333333;
  11031. }
  11032. .navbar-inverse .navbar-toggle .icon-bar {
  11033. background-color: #ffffff;
  11034. }
  11035. .navbar-inverse .navbar-collapse,
  11036. .navbar-inverse .navbar-form {
  11037. border-color: #101010;
  11038. }
  11039. .navbar-inverse .navbar-nav > .open > a,
  11040. .navbar-inverse .navbar-nav > .open > a:hover,
  11041. .navbar-inverse .navbar-nav > .open > a:focus {
  11042. background-color: #080808;
  11043. color: #ffffff;
  11044. }
  11045. @media (max-width: 767px) {
  11046. .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
  11047. border-color: #080808;
  11048. }
  11049. .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
  11050. background-color: #080808;
  11051. }
  11052. .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  11053. color: #9d9d9d;
  11054. }
  11055. .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  11056. .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
  11057. color: #ffffff;
  11058. background-color: transparent;
  11059. }
  11060. .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  11061. .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  11062. .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
  11063. color: #ffffff;
  11064. background-color: #080808;
  11065. }
  11066. .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  11067. .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  11068. .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  11069. color: #444444;
  11070. background-color: transparent;
  11071. }
  11072. }
  11073. .navbar-inverse .navbar-link {
  11074. color: #9d9d9d;
  11075. }
  11076. .navbar-inverse .navbar-link:hover {
  11077. color: #ffffff;
  11078. }
  11079. .navbar-inverse .btn-link {
  11080. color: #9d9d9d;
  11081. }
  11082. .navbar-inverse .btn-link:hover,
  11083. .navbar-inverse .btn-link:focus {
  11084. color: #ffffff;
  11085. }
  11086. .navbar-inverse .btn-link[disabled]:hover,
  11087. fieldset[disabled] .navbar-inverse .btn-link:hover,
  11088. .navbar-inverse .btn-link[disabled]:focus,
  11089. fieldset[disabled] .navbar-inverse .btn-link:focus {
  11090. color: #444444;
  11091. }
  11092. .breadcrumb {
  11093. padding: 8px 15px;
  11094. margin-bottom: 20px;
  11095. list-style: none;
  11096. background-color: #f5f5f5;
  11097. border-radius: 4px;
  11098. }
  11099. .breadcrumb > li {
  11100. display: inline-block;
  11101. }
  11102. .breadcrumb > li + li:before {
  11103. content: "/\00a0";
  11104. padding: 0 5px;
  11105. color: #cccccc;
  11106. }
  11107. .breadcrumb > .active {
  11108. color: #777777;
  11109. }
  11110. .pagination {
  11111. display: inline-block;
  11112. padding-left: 0;
  11113. margin: 20px 0;
  11114. border-radius: 4px;
  11115. }
  11116. .pagination > li {
  11117. display: inline;
  11118. }
  11119. .pagination > li > a,
  11120. .pagination > li > span {
  11121. position: relative;
  11122. float: left;
  11123. padding: 6px 12px;
  11124. line-height: 1.428571429;
  11125. text-decoration: none;
  11126. color: #337ab7;
  11127. background-color: #ffffff;
  11128. border: 1px solid #dddddd;
  11129. margin-left: -1px;
  11130. }
  11131. .pagination > li:first-child > a,
  11132. .pagination > li:first-child > span {
  11133. margin-left: 0;
  11134. border-bottom-left-radius: 4px;
  11135. border-top-left-radius: 4px;
  11136. }
  11137. .pagination > li:last-child > a,
  11138. .pagination > li:last-child > span {
  11139. border-bottom-right-radius: 4px;
  11140. border-top-right-radius: 4px;
  11141. }
  11142. .pagination > li > a:hover,
  11143. .pagination > li > span:hover,
  11144. .pagination > li > a:focus,
  11145. .pagination > li > span:focus {
  11146. color: #23527c;
  11147. background-color: #eeeeee;
  11148. border-color: #dddddd;
  11149. }
  11150. .pagination > .active > a,
  11151. .pagination > .active > span,
  11152. .pagination > .active > a:hover,
  11153. .pagination > .active > span:hover,
  11154. .pagination > .active > a:focus,
  11155. .pagination > .active > span:focus {
  11156. z-index: 2;
  11157. color: #ffffff;
  11158. background-color: #337ab7;
  11159. border-color: #337ab7;
  11160. cursor: default;
  11161. }
  11162. .pagination > .disabled > span,
  11163. .pagination > .disabled > span:hover,
  11164. .pagination > .disabled > span:focus,
  11165. .pagination > .disabled > a,
  11166. .pagination > .disabled > a:hover,
  11167. .pagination > .disabled > a:focus {
  11168. color: #777777;
  11169. background-color: #ffffff;
  11170. border-color: #dddddd;
  11171. cursor: not-allowed;
  11172. }
  11173. .pagination-lg > li > a,
  11174. .pagination-lg > li > span {
  11175. padding: 10px 16px;
  11176. font-size: 18px;
  11177. }
  11178. .pagination-lg > li:first-child > a,
  11179. .pagination-lg > li:first-child > span {
  11180. border-bottom-left-radius: 6px;
  11181. border-top-left-radius: 6px;
  11182. }
  11183. .pagination-lg > li:last-child > a,
  11184. .pagination-lg > li:last-child > span {
  11185. border-bottom-right-radius: 6px;
  11186. border-top-right-radius: 6px;
  11187. }
  11188. .pagination-sm > li > a,
  11189. .pagination-sm > li > span {
  11190. padding: 5px 10px;
  11191. font-size: 12px;
  11192. }
  11193. .pagination-sm > li:first-child > a,
  11194. .pagination-sm > li:first-child > span {
  11195. border-bottom-left-radius: 3px;
  11196. border-top-left-radius: 3px;
  11197. }
  11198. .pagination-sm > li:last-child > a,
  11199. .pagination-sm > li:last-child > span {
  11200. border-bottom-right-radius: 3px;
  11201. border-top-right-radius: 3px;
  11202. }
  11203. .pager {
  11204. padding-left: 0;
  11205. margin: 20px 0;
  11206. list-style: none;
  11207. text-align: center;
  11208. }
  11209. .pager li {
  11210. display: inline;
  11211. }
  11212. .pager li > a,
  11213. .pager li > span {
  11214. display: inline-block;
  11215. padding: 5px 14px;
  11216. background-color: #ffffff;
  11217. border: 1px solid #dddddd;
  11218. border-radius: 15px;
  11219. }
  11220. .pager li > a:hover,
  11221. .pager li > a:focus {
  11222. text-decoration: none;
  11223. background-color: #eeeeee;
  11224. }
  11225. .pager .next > a,
  11226. .pager .next > span {
  11227. float: right;
  11228. }
  11229. .pager .previous > a,
  11230. .pager .previous > span {
  11231. float: left;
  11232. }
  11233. .pager .disabled > a,
  11234. .pager .disabled > a:hover,
  11235. .pager .disabled > a:focus,
  11236. .pager .disabled > span {
  11237. color: #777777;
  11238. background-color: #ffffff;
  11239. cursor: not-allowed;
  11240. }
  11241. .label {
  11242. display: inline;
  11243. padding: .2em .6em .3em;
  11244. font-size: 75%;
  11245. font-weight: bold;
  11246. line-height: 1;
  11247. color: #ffffff;
  11248. text-align: center;
  11249. white-space: nowrap;
  11250. vertical-align: baseline;
  11251. border-radius: .25em;
  11252. }
  11253. a.label:hover,
  11254. a.label:focus {
  11255. color: #ffffff;
  11256. text-decoration: none;
  11257. cursor: pointer;
  11258. }
  11259. .label:empty {
  11260. display: none;
  11261. }
  11262. .btn .label {
  11263. position: relative;
  11264. top: -1px;
  11265. }
  11266. .label-default {
  11267. background-color: #777777;
  11268. }
  11269. .label-default[href]:hover,
  11270. .label-default[href]:focus {
  11271. background-color: #5e5e5e;
  11272. }
  11273. .label-primary {
  11274. background-color: #337ab7;
  11275. }
  11276. .label-primary[href]:hover,
  11277. .label-primary[href]:focus {
  11278. background-color: #286090;
  11279. }
  11280. .label-success {
  11281. background-color: #5cb85c;
  11282. }
  11283. .label-success[href]:hover,
  11284. .label-success[href]:focus {
  11285. background-color: #449d44;
  11286. }
  11287. .label-info {
  11288. background-color: #5bc0de;
  11289. }
  11290. .label-info[href]:hover,
  11291. .label-info[href]:focus {
  11292. background-color: #31b0d5;
  11293. }
  11294. .label-warning {
  11295. background-color: #f0ad4e;
  11296. }
  11297. .label-warning[href]:hover,
  11298. .label-warning[href]:focus {
  11299. background-color: #ec971f;
  11300. }
  11301. .label-danger {
  11302. background-color: #d9534f;
  11303. }
  11304. .label-danger[href]:hover,
  11305. .label-danger[href]:focus {
  11306. background-color: #c9302c;
  11307. }
  11308. .badge {
  11309. display: inline-block;
  11310. min-width: 10px;
  11311. padding: 3px 7px;
  11312. font-size: 12px;
  11313. font-weight: bold;
  11314. color: #ffffff;
  11315. line-height: 1;
  11316. vertical-align: baseline;
  11317. white-space: nowrap;
  11318. text-align: center;
  11319. background-color: #777777;
  11320. border-radius: 10px;
  11321. }
  11322. .badge:empty {
  11323. display: none;
  11324. }
  11325. .btn .badge {
  11326. position: relative;
  11327. top: -1px;
  11328. }
  11329. .btn-xs .badge {
  11330. top: 0;
  11331. padding: 1px 5px;
  11332. }
  11333. a.badge:hover,
  11334. a.badge:focus {
  11335. color: #ffffff;
  11336. text-decoration: none;
  11337. cursor: pointer;
  11338. }
  11339. .list-group-item.active > .badge,
  11340. .nav-pills > .active > a > .badge {
  11341. color: #337ab7;
  11342. background-color: #ffffff;
  11343. }
  11344. .list-group-item > .badge {
  11345. float: right;
  11346. }
  11347. .list-group-item > .badge + .badge {
  11348. margin-right: 5px;
  11349. }
  11350. .nav-pills > li > a > .badge {
  11351. margin-left: 3px;
  11352. }
  11353. .jumbotron {
  11354. padding: 30px 15px;
  11355. margin-bottom: 30px;
  11356. color: inherit;
  11357. background-color: #eeeeee;
  11358. }
  11359. .jumbotron h1,
  11360. .jumbotron .h1 {
  11361. color: inherit;
  11362. }
  11363. .jumbotron p {
  11364. margin-bottom: 15px;
  11365. font-size: 21px;
  11366. font-weight: 200;
  11367. }
  11368. .jumbotron > hr {
  11369. border-top-color: #d5d5d5;
  11370. }
  11371. .container .jumbotron,
  11372. .container-fluid .jumbotron {
  11373. border-radius: 6px;
  11374. }
  11375. .jumbotron .container {
  11376. max-width: 100%;
  11377. }
  11378. @media screen and (min-width: 768px) {
  11379. .jumbotron {
  11380. padding: 48px 0;
  11381. }
  11382. .container .jumbotron,
  11383. .container-fluid .jumbotron {
  11384. padding-left: 60px;
  11385. padding-right: 60px;
  11386. }
  11387. .jumbotron h1,
  11388. .jumbotron .h1 {
  11389. font-size: 63px;
  11390. }
  11391. }
  11392. .thumbnail {
  11393. display: block;
  11394. padding: 4px;
  11395. margin-bottom: 20px;
  11396. line-height: 1.428571429;
  11397. background-color: #ffffff;
  11398. border: 1px solid #dddddd;
  11399. border-radius: 4px;
  11400. -webkit-transition: border 0.2s ease-in-out;
  11401. -o-transition: border 0.2s ease-in-out;
  11402. transition: border 0.2s ease-in-out;
  11403. }
  11404. .thumbnail > img,
  11405. .thumbnail a > img {
  11406. margin-left: auto;
  11407. margin-right: auto;
  11408. }
  11409. a.thumbnail:hover,
  11410. a.thumbnail:focus,
  11411. a.thumbnail.active {
  11412. border-color: #337ab7;
  11413. }
  11414. .thumbnail .caption {
  11415. padding: 9px;
  11416. color: #333333;
  11417. }
  11418. .alert {
  11419. padding: 15px;
  11420. margin-bottom: 20px;
  11421. border: 1px solid transparent;
  11422. border-radius: 4px;
  11423. }
  11424. .alert h4 {
  11425. margin-top: 0;
  11426. color: inherit;
  11427. }
  11428. .alert .alert-link {
  11429. font-weight: bold;
  11430. }
  11431. .alert > p,
  11432. .alert > ul {
  11433. margin-bottom: 0;
  11434. }
  11435. .alert > p + p {
  11436. margin-top: 5px;
  11437. }
  11438. .alert-dismissable,
  11439. .alert-dismissible {
  11440. padding-right: 35px;
  11441. }
  11442. .alert-dismissable .close,
  11443. .alert-dismissible .close {
  11444. position: relative;
  11445. top: -2px;
  11446. right: -21px;
  11447. color: inherit;
  11448. }
  11449. .alert-success {
  11450. background-color: #dff0d8;
  11451. border-color: #d6e9c6;
  11452. color: #3c763d;
  11453. }
  11454. .alert-success hr {
  11455. border-top-color: #c9e2b3;
  11456. }
  11457. .alert-success .alert-link {
  11458. color: #2b542c;
  11459. }
  11460. .alert-info {
  11461. background-color: #d9edf7;
  11462. border-color: #bce8f1;
  11463. color: #31708f;
  11464. }
  11465. .alert-info hr {
  11466. border-top-color: #a6e1ec;
  11467. }
  11468. .alert-info .alert-link {
  11469. color: #245269;
  11470. }
  11471. .alert-warning {
  11472. background-color: #fcf8e3;
  11473. border-color: #faebcc;
  11474. color: #8a6d3b;
  11475. }
  11476. .alert-warning hr {
  11477. border-top-color: #f7e1b5;
  11478. }
  11479. .alert-warning .alert-link {
  11480. color: #66512c;
  11481. }
  11482. .alert-danger {
  11483. background-color: #f2dede;
  11484. border-color: #ebccd1;
  11485. color: #a94442;
  11486. }
  11487. .alert-danger hr {
  11488. border-top-color: #e4b9c0;
  11489. }
  11490. .alert-danger .alert-link {
  11491. color: #843534;
  11492. }
  11493. @-webkit-keyframes progress-bar-stripes {
  11494. from {
  11495. background-position: 40px 0;
  11496. }
  11497. to {
  11498. background-position: 0 0;
  11499. }
  11500. }
  11501. @keyframes progress-bar-stripes {
  11502. from {
  11503. background-position: 40px 0;
  11504. }
  11505. to {
  11506. background-position: 0 0;
  11507. }
  11508. }
  11509. .progress {
  11510. overflow: hidden;
  11511. height: 20px;
  11512. margin-bottom: 20px;
  11513. background-color: #f5f5f5;
  11514. border-radius: 4px;
  11515. -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  11516. box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  11517. }
  11518. .progress-bar {
  11519. float: left;
  11520. width: 0%;
  11521. height: 100%;
  11522. font-size: 12px;
  11523. line-height: 20px;
  11524. color: #ffffff;
  11525. text-align: center;
  11526. background-color: #337ab7;
  11527. -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  11528. box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  11529. -webkit-transition: width 0.6s ease;
  11530. -o-transition: width 0.6s ease;
  11531. transition: width 0.6s ease;
  11532. }
  11533. .progress-striped .progress-bar,
  11534. .progress-bar-striped {
  11535. 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);
  11536. 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);
  11537. 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);
  11538. background-size: 40px 40px;
  11539. }
  11540. .progress.active .progress-bar,
  11541. .progress-bar.active {
  11542. -webkit-animation: progress-bar-stripes 2s linear infinite;
  11543. -o-animation: progress-bar-stripes 2s linear infinite;
  11544. animation: progress-bar-stripes 2s linear infinite;
  11545. }
  11546. .progress-bar-success {
  11547. background-color: #5cb85c;
  11548. }
  11549. .progress-striped .progress-bar-success {
  11550. 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);
  11551. 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);
  11552. 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);
  11553. }
  11554. .progress-bar-info {
  11555. background-color: #5bc0de;
  11556. }
  11557. .progress-striped .progress-bar-info {
  11558. 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);
  11559. 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);
  11560. 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);
  11561. }
  11562. .progress-bar-warning {
  11563. background-color: #f0ad4e;
  11564. }
  11565. .progress-striped .progress-bar-warning {
  11566. 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);
  11567. 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);
  11568. 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);
  11569. }
  11570. .progress-bar-danger {
  11571. background-color: #9c2ad6;
  11572. }
  11573. .progress-striped .progress-bar-danger {
  11574. 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);
  11575. 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);
  11576. 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);
  11577. }
  11578. .media {
  11579. margin-top: 15px;
  11580. }
  11581. .media:first-child {
  11582. margin-top: 0;
  11583. }
  11584. .media,
  11585. .media-body {
  11586. zoom: 1;
  11587. overflow: hidden;
  11588. }
  11589. .media-body {
  11590. width: 10000px;
  11591. }
  11592. .media-object {
  11593. display: block;
  11594. }
  11595. .media-right,
  11596. .media > .pull-right {
  11597. padding-left: 10px;
  11598. }
  11599. .media-left,
  11600. .media > .pull-left {
  11601. padding-right: 10px;
  11602. }
  11603. .media-left,
  11604. .media-right,
  11605. .media-body {
  11606. display: table-cell;
  11607. vertical-align: top;
  11608. }
  11609. .media-middle {
  11610. vertical-align: middle;
  11611. }
  11612. .media-bottom {
  11613. vertical-align: bottom;
  11614. }
  11615. .media-heading {
  11616. margin-top: 0;
  11617. margin-bottom: 5px;
  11618. }
  11619. .media-list {
  11620. padding-left: 0;
  11621. list-style: none;
  11622. }
  11623. .list-group {
  11624. margin-bottom: 20px;
  11625. padding-left: 0;
  11626. }
  11627. .list-group-item {
  11628. position: relative;
  11629. display: block;
  11630. padding: 10px 15px;
  11631. margin-bottom: -1px;
  11632. background-color: #ffffff;
  11633. border: 1px solid #dddddd;
  11634. }
  11635. .list-group-item:first-child {
  11636. border-top-right-radius: 4px;
  11637. border-top-left-radius: 4px;
  11638. }
  11639. .list-group-item:last-child {
  11640. margin-bottom: 0;
  11641. border-bottom-right-radius: 4px;
  11642. border-bottom-left-radius: 4px;
  11643. }
  11644. a.list-group-item {
  11645. color: #555555;
  11646. }
  11647. a.list-group-item .list-group-item-heading {
  11648. color: #333333;
  11649. }
  11650. a.list-group-item:hover,
  11651. a.list-group-item:focus {
  11652. text-decoration: none;
  11653. color: #555555;
  11654. background-color: #f5f5f5;
  11655. }
  11656. .list-group-item.disabled,
  11657. .list-group-item.disabled:hover,
  11658. .list-group-item.disabled:focus {
  11659. background-color: #eeeeee;
  11660. color: #777777;
  11661. cursor: not-allowed;
  11662. }
  11663. .list-group-item.disabled .list-group-item-heading,
  11664. .list-group-item.disabled:hover .list-group-item-heading,
  11665. .list-group-item.disabled:focus .list-group-item-heading {
  11666. color: inherit;
  11667. }
  11668. .list-group-item.disabled .list-group-item-text,
  11669. .list-group-item.disabled:hover .list-group-item-text,
  11670. .list-group-item.disabled:focus .list-group-item-text {
  11671. color: #777777;
  11672. }
  11673. .list-group-item.active,
  11674. .list-group-item.active:hover,
  11675. .list-group-item.active:focus {
  11676. z-index: 2;
  11677. color: #ffffff;
  11678. background-color: #337ab7;
  11679. border-color: #337ab7;
  11680. }
  11681. .list-group-item.active .list-group-item-heading,
  11682. .list-group-item.active:hover .list-group-item-heading,
  11683. .list-group-item.active:focus .list-group-item-heading,
  11684. .list-group-item.active .list-group-item-heading > small,
  11685. .list-group-item.active:hover .list-group-item-heading > small,
  11686. .list-group-item.active:focus .list-group-item-heading > small,
  11687. .list-group-item.active .list-group-item-heading > .small,
  11688. .list-group-item.active:hover .list-group-item-heading > .small,
  11689. .list-group-item.active:focus .list-group-item-heading > .small {
  11690. color: inherit;
  11691. }
  11692. .list-group-item.active .list-group-item-text,
  11693. .list-group-item.active:hover .list-group-item-text,
  11694. .list-group-item.active:focus .list-group-item-text {
  11695. color: #c7ddef;
  11696. }
  11697. .list-group-item-success {
  11698. color: #3c763d;
  11699. background-color: #dff0d8;
  11700. }
  11701. a.list-group-item-success {
  11702. color: #3c763d;
  11703. }
  11704. a.list-group-item-success .list-group-item-heading {
  11705. color: inherit;
  11706. }
  11707. a.list-group-item-success:hover,
  11708. a.list-group-item-success:focus {
  11709. color: #3c763d;
  11710. background-color: #d0e9c6;
  11711. }
  11712. a.list-group-item-success.active,
  11713. a.list-group-item-success.active:hover,
  11714. a.list-group-item-success.active:focus {
  11715. color: #fff;
  11716. background-color: #3c763d;
  11717. border-color: #3c763d;
  11718. }
  11719. .list-group-item-info {
  11720. color: #31708f;
  11721. background-color: #d9edf7;
  11722. }
  11723. a.list-group-item-info {
  11724. color: #31708f;
  11725. }
  11726. a.list-group-item-info .list-group-item-heading {
  11727. color: inherit;
  11728. }
  11729. a.list-group-item-info:hover,
  11730. a.list-group-item-info:focus {
  11731. color: #31708f;
  11732. background-color: #c4e3f3;
  11733. }
  11734. a.list-group-item-info.active,
  11735. a.list-group-item-info.active:hover,
  11736. a.list-group-item-info.active:focus {
  11737. color: #fff;
  11738. background-color: #31708f;
  11739. border-color: #31708f;
  11740. }
  11741. .list-group-item-warning {
  11742. color: #8a6d3b;
  11743. background-color: #fcf8e3;
  11744. }
  11745. a.list-group-item-warning {
  11746. color: #8a6d3b;
  11747. }
  11748. a.list-group-item-warning .list-group-item-heading {
  11749. color: inherit;
  11750. }
  11751. a.list-group-item-warning:hover,
  11752. a.list-group-item-warning:focus {
  11753. color: #8a6d3b;
  11754. background-color: #faf2cc;
  11755. }
  11756. a.list-group-item-warning.active,
  11757. a.list-group-item-warning.active:hover,
  11758. a.list-group-item-warning.active:focus {
  11759. color: #fff;
  11760. background-color: #8a6d3b;
  11761. border-color: #8a6d3b;
  11762. }
  11763. .list-group-item-danger {
  11764. color: #a94442;
  11765. background-color: #f2dede;
  11766. }
  11767. a.list-group-item-danger {
  11768. color: #a94442;
  11769. }
  11770. a.list-group-item-danger .list-group-item-heading {
  11771. color: inherit;
  11772. }
  11773. a.list-group-item-danger:hover,
  11774. a.list-group-item-danger:focus {
  11775. color: #a94442;
  11776. background-color: #ebcccc;
  11777. }
  11778. a.list-group-item-danger.active,
  11779. a.list-group-item-danger.active:hover,
  11780. a.list-group-item-danger.active:focus {
  11781. color: #fff;
  11782. background-color: #a94442;
  11783. border-color: #a94442;
  11784. }
  11785. .list-group-item-heading {
  11786. margin-top: 0;
  11787. margin-bottom: 5px;
  11788. }
  11789. .list-group-item-text {
  11790. margin-bottom: 0;
  11791. line-height: 1.3;
  11792. }
  11793. .panel {
  11794. margin-bottom: 20px;
  11795. background-color: #ffffff;
  11796. border: 1px solid transparent;
  11797. border-radius: 4px;
  11798. -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  11799. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  11800. }
  11801. .panel-body {
  11802. padding: 15px;
  11803. }
  11804. .panel-heading {
  11805. padding: 10px 15px;
  11806. border-bottom: 1px solid transparent;
  11807. border-top-right-radius: 3px;
  11808. border-top-left-radius: 3px;
  11809. }
  11810. .panel-heading > .dropdown .dropdown-toggle {
  11811. color: inherit;
  11812. }
  11813. .panel-title {
  11814. margin-top: 0;
  11815. margin-bottom: 0;
  11816. font-size: 16px;
  11817. color: inherit;
  11818. }
  11819. .panel-title > a,
  11820. .panel-title > small,
  11821. .panel-title > .small,
  11822. .panel-title > small > a,
  11823. .panel-title > .small > a {
  11824. color: inherit;
  11825. }
  11826. .panel-footer {
  11827. padding: 10px 15px;
  11828. background-color: #f5f5f5;
  11829. border-top: 1px solid #dddddd;
  11830. border-bottom-right-radius: 3px;
  11831. border-bottom-left-radius: 3px;
  11832. }
  11833. .panel > .list-group,
  11834. .panel > .panel-collapse > .list-group {
  11835. margin-bottom: 0;
  11836. }
  11837. .panel > .list-group .list-group-item,
  11838. .panel > .panel-collapse > .list-group .list-group-item {
  11839. border-width: 1px 0;
  11840. border-radius: 0;
  11841. }
  11842. .panel > .list-group:first-child .list-group-item:first-child,
  11843. .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  11844. border-top: 0;
  11845. border-top-right-radius: 3px;
  11846. border-top-left-radius: 3px;
  11847. }
  11848. .panel > .list-group:last-child .list-group-item:last-child,
  11849. .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  11850. border-bottom: 0;
  11851. border-bottom-right-radius: 3px;
  11852. border-bottom-left-radius: 3px;
  11853. }
  11854. .panel-heading + .list-group .list-group-item:first-child {
  11855. border-top-width: 0;
  11856. }
  11857. .list-group + .panel-footer {
  11858. border-top-width: 0;
  11859. }
  11860. .panel > .table,
  11861. .panel > .table-responsive > .table,
  11862. .panel > .panel-collapse > .table {
  11863. margin-bottom: 0;
  11864. }
  11865. .panel > .table caption,
  11866. .panel > .table-responsive > .table caption,
  11867. .panel > .panel-collapse > .table caption {
  11868. padding-left: 15px;
  11869. padding-right: 15px;
  11870. }
  11871. .panel > .table:first-child,
  11872. .panel > .table-responsive:first-child > .table:first-child {
  11873. border-top-right-radius: 3px;
  11874. border-top-left-radius: 3px;
  11875. }
  11876. .panel > .table:first-child > thead:first-child > tr:first-child,
  11877. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  11878. .panel > .table:first-child > tbody:first-child > tr:first-child,
  11879. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  11880. border-top-left-radius: 3px;
  11881. border-top-right-radius: 3px;
  11882. }
  11883. .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
  11884. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
  11885. .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  11886. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  11887. .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
  11888. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
  11889. .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  11890. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  11891. border-top-left-radius: 3px;
  11892. }
  11893. .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
  11894. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
  11895. .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  11896. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  11897. .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
  11898. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
  11899. .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  11900. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  11901. border-top-right-radius: 3px;
  11902. }
  11903. .panel > .table:last-child,
  11904. .panel > .table-responsive:last-child > .table:last-child {
  11905. border-bottom-right-radius: 3px;
  11906. border-bottom-left-radius: 3px;
  11907. }
  11908. .panel > .table:last-child > tbody:last-child > tr:last-child,
  11909. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  11910. .panel > .table:last-child > tfoot:last-child > tr:last-child,
  11911. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  11912. border-bottom-left-radius: 3px;
  11913. border-bottom-right-radius: 3px;
  11914. }
  11915. .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  11916. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  11917. .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  11918. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  11919. .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  11920. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  11921. .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  11922. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  11923. border-bottom-left-radius: 3px;
  11924. }
  11925. .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  11926. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  11927. .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  11928. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  11929. .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  11930. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  11931. .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  11932. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  11933. border-bottom-right-radius: 3px;
  11934. }
  11935. .panel > .panel-body + .table,
  11936. .panel > .panel-body + .table-responsive,
  11937. .panel > .table + .panel-body,
  11938. .panel > .table-responsive + .panel-body {
  11939. border-top: 1px solid #dddddd;
  11940. }
  11941. .panel > .table > tbody:first-child > tr:first-child th,
  11942. .panel > .table > tbody:first-child > tr:first-child td {
  11943. border-top: 0;
  11944. }
  11945. .panel > .table-bordered,
  11946. .panel > .table-responsive > .table-bordered {
  11947. border: 0;
  11948. }
  11949. .panel > .table-bordered > thead > tr > th:first-child,
  11950. .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  11951. .panel > .table-bordered > tbody > tr > th:first-child,
  11952. .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  11953. .panel > .table-bordered > tfoot > tr > th:first-child,
  11954. .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  11955. .panel > .table-bordered > thead > tr > td:first-child,
  11956. .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  11957. .panel > .table-bordered > tbody > tr > td:first-child,
  11958. .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  11959. .panel > .table-bordered > tfoot > tr > td:first-child,
  11960. .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  11961. border-left: 0;
  11962. }
  11963. .panel > .table-bordered > thead > tr > th:last-child,
  11964. .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  11965. .panel > .table-bordered > tbody > tr > th:last-child,
  11966. .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  11967. .panel > .table-bordered > tfoot > tr > th:last-child,
  11968. .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  11969. .panel > .table-bordered > thead > tr > td:last-child,
  11970. .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  11971. .panel > .table-bordered > tbody > tr > td:last-child,
  11972. .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  11973. .panel > .table-bordered > tfoot > tr > td:last-child,
  11974. .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  11975. border-right: 0;
  11976. }
  11977. .panel > .table-bordered > thead > tr:first-child > td,
  11978. .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  11979. .panel > .table-bordered > tbody > tr:first-child > td,
  11980. .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  11981. .panel > .table-bordered > thead > tr:first-child > th,
  11982. .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  11983. .panel > .table-bordered > tbody > tr:first-child > th,
  11984. .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  11985. border-bottom: 0;
  11986. }
  11987. .panel > .table-bordered > tbody > tr:last-child > td,
  11988. .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  11989. .panel > .table-bordered > tfoot > tr:last-child > td,
  11990. .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  11991. .panel > .table-bordered > tbody > tr:last-child > th,
  11992. .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  11993. .panel > .table-bordered > tfoot > tr:last-child > th,
  11994. .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  11995. border-bottom: 0;
  11996. }
  11997. .panel > .table-responsive {
  11998. border: 0;
  11999. margin-bottom: 0;
  12000. }
  12001. .panel-group {
  12002. margin-bottom: 20px;
  12003. }
  12004. .panel-group .panel {
  12005. margin-bottom: 0;
  12006. border-radius: 4px;
  12007. }
  12008. .panel-group .panel + .panel {
  12009. margin-top: 5px;
  12010. }
  12011. .panel-group .panel-heading {
  12012. border-bottom: 0;
  12013. }
  12014. .panel-group .panel-heading + .panel-collapse > .panel-body,
  12015. .panel-group .panel-heading + .panel-collapse > .list-group {
  12016. border-top: 1px solid #dddddd;
  12017. }
  12018. .panel-group .panel-footer {
  12019. border-top: 0;
  12020. }
  12021. .panel-group .panel-footer + .panel-collapse .panel-body {
  12022. border-bottom: 1px solid #dddddd;
  12023. }
  12024. .panel-default {
  12025. border-color: #dddddd;
  12026. }
  12027. .panel-default > .panel-heading {
  12028. color: #333333;
  12029. background-color: #f5f5f5;
  12030. border-color: #dddddd;
  12031. }
  12032. .panel-default > .panel-heading + .panel-collapse > .panel-body {
  12033. border-top-color: #dddddd;
  12034. }
  12035. .panel-default > .panel-heading .badge {
  12036. color: #f5f5f5;
  12037. background-color: #333333;
  12038. }
  12039. .panel-default > .panel-footer + .panel-collapse > .panel-body {
  12040. border-bottom-color: #dddddd;
  12041. }
  12042. .panel-primary {
  12043. border-color: #337ab7;
  12044. }
  12045. .panel-primary > .panel-heading {
  12046. color: #ffffff;
  12047. background-color: #337ab7;
  12048. border-color: #337ab7;
  12049. }
  12050. .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  12051. border-top-color: #337ab7;
  12052. }
  12053. .panel-primary > .panel-heading .badge {
  12054. color: #337ab7;
  12055. background-color: #ffffff;
  12056. }
  12057. .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  12058. border-bottom-color: #337ab7;
  12059. }
  12060. .panel-success {
  12061. border-color: #d6e9c6;
  12062. }
  12063. .panel-success > .panel-heading {
  12064. color: #3c763d;
  12065. background-color: #dff0d8;
  12066. border-color: #d6e9c6;
  12067. }
  12068. .panel-success > .panel-heading + .panel-collapse > .panel-body {
  12069. border-top-color: #d6e9c6;
  12070. }
  12071. .panel-success > .panel-heading .badge {
  12072. color: #dff0d8;
  12073. background-color: #3c763d;
  12074. }
  12075. .panel-success > .panel-footer + .panel-collapse > .panel-body {
  12076. border-bottom-color: #d6e9c6;
  12077. }
  12078. .panel-info {
  12079. border-color: #bce8f1;
  12080. }
  12081. .panel-info > .panel-heading {
  12082. color: #31708f;
  12083. background-color: #d9edf7;
  12084. border-color: #bce8f1;
  12085. }
  12086. .panel-info > .panel-heading + .panel-collapse > .panel-body {
  12087. border-top-color: #bce8f1;
  12088. }
  12089. .panel-info > .panel-heading .badge {
  12090. color: #d9edf7;
  12091. background-color: #31708f;
  12092. }
  12093. .panel-info > .panel-footer + .panel-collapse > .panel-body {
  12094. border-bottom-color: #bce8f1;
  12095. }
  12096. .panel-warning {
  12097. border-color: #faebcc;
  12098. }
  12099. .panel-warning > .panel-heading {
  12100. color: #8a6d3b;
  12101. background-color: #fcf8e3;
  12102. border-color: #faebcc;
  12103. }
  12104. .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  12105. border-top-color: #faebcc;
  12106. }
  12107. .panel-warning > .panel-heading .badge {
  12108. color: #fcf8e3;
  12109. background-color: #8a6d3b;
  12110. }
  12111. .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  12112. border-bottom-color: #faebcc;
  12113. }
  12114. .panel-danger {
  12115. border-color: #ebccd1;
  12116. }
  12117. .panel-danger > .panel-heading {
  12118. color: #a94442;
  12119. background-color: #f2dede;
  12120. border-color: #ebccd1;
  12121. }
  12122. .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  12123. border-top-color: #ebccd1;
  12124. }
  12125. .panel-danger > .panel-heading .badge {
  12126. color: #f2dede;
  12127. background-color: #a94442;
  12128. }
  12129. .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  12130. border-bottom-color: #ebccd1;
  12131. }
  12132. .embed-responsive {
  12133. position: relative;
  12134. display: block;
  12135. height: 0;
  12136. padding: 0;
  12137. overflow: hidden;
  12138. }
  12139. .embed-responsive .embed-responsive-item,
  12140. .embed-responsive iframe,
  12141. .embed-responsive embed,
  12142. .embed-responsive object,
  12143. .embed-responsive video {
  12144. position: absolute;
  12145. top: 0;
  12146. left: 0;
  12147. bottom: 0;
  12148. height: 100%;
  12149. width: 100%;
  12150. border: 0;
  12151. }
  12152. .embed-responsive.embed-responsive-16by9 {
  12153. padding-bottom: 56.25%;
  12154. }
  12155. .embed-responsive.embed-responsive-4by3 {
  12156. padding-bottom: 75%;
  12157. }
  12158. .well {
  12159. min-height: 20px;
  12160. padding: 19px;
  12161. margin-bottom: 20px;
  12162. background-color: #f5f5f5;
  12163. border: 1px solid #e3e3e3;
  12164. border-radius: 4px;
  12165. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  12166. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  12167. }
  12168. .well blockquote {
  12169. border-color: #ddd;
  12170. border-color: rgba(0, 0, 0, 0.15);
  12171. }
  12172. .well-lg {
  12173. padding: 24px;
  12174. border-radius: 6px;
  12175. }
  12176. .well-sm {
  12177. padding: 9px;
  12178. border-radius: 3px;
  12179. }
  12180. .close {
  12181. float: right;
  12182. font-size: 21px;
  12183. font-weight: bold;
  12184. line-height: 1;
  12185. color: #000000;
  12186. text-shadow: 0 1px 0 #ffffff;
  12187. opacity: 0.2;
  12188. filter: alpha(opacity=20);
  12189. }
  12190. .close:hover,
  12191. .close:focus {
  12192. color: #000000;
  12193. text-decoration: none;
  12194. cursor: pointer;
  12195. opacity: 0.5;
  12196. filter: alpha(opacity=50);
  12197. }
  12198. button.close {
  12199. padding: 0;
  12200. cursor: pointer;
  12201. background: transparent;
  12202. border: 0;
  12203. -webkit-appearance: none;
  12204. }
  12205. .modal-open {
  12206. overflow: hidden;
  12207. }
  12208. .modal {
  12209. display: none;
  12210. overflow: hidden;
  12211. position: fixed;
  12212. top: 0;
  12213. right: 0;
  12214. bottom: 0;
  12215. left: 0;
  12216. z-index: 1040;
  12217. -webkit-overflow-scrolling: touch;
  12218. outline: 0;
  12219. }
  12220. .modal.fade .modal-dialog {
  12221. -webkit-transform: translate(0, -25%);
  12222. -ms-transform: translate(0, -25%);
  12223. -o-transform: translate(0, -25%);
  12224. transform: translate(0, -25%);
  12225. -webkit-transition: -webkit-transform 0.3s ease-out;
  12226. -moz-transition: -moz-transform 0.3s ease-out;
  12227. -o-transition: -o-transform 0.3s ease-out;
  12228. transition: transform 0.3s ease-out;
  12229. }
  12230. .modal.in .modal-dialog {
  12231. -webkit-transform: translate(0, 0);
  12232. -ms-transform: translate(0, 0);
  12233. -o-transform: translate(0, 0);
  12234. transform: translate(0, 0);
  12235. }
  12236. .modal-open .modal {
  12237. overflow-x: hidden;
  12238. overflow-y: auto;
  12239. }
  12240. .modal-dialog {
  12241. position: relative;
  12242. width: auto;
  12243. margin: 10px;
  12244. }
  12245. .modal-content {
  12246. position: relative;
  12247. background-color: #ffffff;
  12248. border: 1px solid #999999;
  12249. border: 1px solid rgba(0, 0, 0, 0.2);
  12250. border-radius: 6px;
  12251. -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  12252. box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  12253. background-clip: padding-box;
  12254. outline: 0;
  12255. }
  12256. .modal-backdrop {
  12257. position: absolute;
  12258. top: 0;
  12259. right: 0;
  12260. left: 0;
  12261. background-color: #000000;
  12262. }
  12263. .modal-backdrop.fade {
  12264. opacity: 0;
  12265. filter: alpha(opacity=0);
  12266. }
  12267. .modal-backdrop.in {
  12268. opacity: 0.5;
  12269. filter: alpha(opacity=50);
  12270. }
  12271. .modal-header {
  12272. padding: 15px;
  12273. border-bottom: 1px solid #e5e5e5;
  12274. min-height: 16.428571429px;
  12275. }
  12276. .modal-header .close {
  12277. margin-top: -2px;
  12278. }
  12279. .modal-title {
  12280. margin: 0;
  12281. line-height: 1.428571429;
  12282. }
  12283. .modal-body {
  12284. position: relative;
  12285. padding: 15px;
  12286. }
  12287. .modal-footer {
  12288. padding: 15px;
  12289. text-align: right;
  12290. border-top: 1px solid #e5e5e5;
  12291. }
  12292. .modal-footer .btn + .btn {
  12293. margin-left: 5px;
  12294. margin-bottom: 0;
  12295. }
  12296. .modal-footer .btn-group .btn + .btn {
  12297. margin-left: -1px;
  12298. }
  12299. .modal-footer .btn-block + .btn-block {
  12300. margin-left: 0;
  12301. }
  12302. .modal-scrollbar-measure {
  12303. position: absolute;
  12304. top: -9999px;
  12305. width: 50px;
  12306. height: 50px;
  12307. overflow: scroll;
  12308. }
  12309. @media (min-width: 768px) {
  12310. .modal-dialog {
  12311. width: 600px;
  12312. margin: 30px auto;
  12313. }
  12314. .modal-content {
  12315. -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  12316. box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  12317. }
  12318. .modal-sm {
  12319. width: 300px;
  12320. }
  12321. }
  12322. @media (min-width: 992px) {
  12323. .modal-lg {
  12324. width: 900px;
  12325. }
  12326. }
  12327. .tooltip {
  12328. position: absolute;
  12329. z-index: 1070;
  12330. display: block;
  12331. visibility: visible;
  12332. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  12333. font-size: 12px;
  12334. font-weight: normal;
  12335. line-height: 1.4;
  12336. opacity: 0;
  12337. filter: alpha(opacity=0);
  12338. }
  12339. .tooltip.in {
  12340. opacity: 0.9;
  12341. filter: alpha(opacity=90);
  12342. }
  12343. .tooltip.top {
  12344. margin-top: -3px;
  12345. padding: 5px 0;
  12346. }
  12347. .tooltip.right {
  12348. margin-left: 3px;
  12349. padding: 0 5px;
  12350. }
  12351. .tooltip.bottom {
  12352. margin-top: 3px;
  12353. padding: 5px 0;
  12354. }
  12355. .tooltip.left {
  12356. margin-left: -3px;
  12357. padding: 0 5px;
  12358. }
  12359. .tooltip-inner {
  12360. max-width: 200px;
  12361. padding: 3px 8px;
  12362. color: #ffffff;
  12363. text-align: center;
  12364. text-decoration: none;
  12365. background-color: #000000;
  12366. border-radius: 4px;
  12367. }
  12368. .tooltip-arrow {
  12369. position: absolute;
  12370. width: 0;
  12371. height: 0;
  12372. border-color: transparent;
  12373. border-style: solid;
  12374. }
  12375. .tooltip.top .tooltip-arrow {
  12376. bottom: 0;
  12377. left: 50%;
  12378. margin-left: -5px;
  12379. border-width: 5px 5px 0;
  12380. border-top-color: #000000;
  12381. }
  12382. .tooltip.top-left .tooltip-arrow {
  12383. bottom: 0;
  12384. right: 5px;
  12385. margin-bottom: -5px;
  12386. border-width: 5px 5px 0;
  12387. border-top-color: #000000;
  12388. }
  12389. .tooltip.top-right .tooltip-arrow {
  12390. bottom: 0;
  12391. left: 5px;
  12392. margin-bottom: -5px;
  12393. border-width: 5px 5px 0;
  12394. border-top-color: #000000;
  12395. }
  12396. .tooltip.right .tooltip-arrow {
  12397. top: 50%;
  12398. left: 0;
  12399. margin-top: -5px;
  12400. border-width: 5px 5px 5px 0;
  12401. border-right-color: #000000;
  12402. }
  12403. .tooltip.left .tooltip-arrow {
  12404. top: 50%;
  12405. right: 0;
  12406. margin-top: -5px;
  12407. border-width: 5px 0 5px 5px;
  12408. border-left-color: #000000;
  12409. }
  12410. .tooltip.bottom .tooltip-arrow {
  12411. top: 0;
  12412. left: 50%;
  12413. margin-left: -5px;
  12414. border-width: 0 5px 5px;
  12415. border-bottom-color: #000000;
  12416. }
  12417. .tooltip.bottom-left .tooltip-arrow {
  12418. top: 0;
  12419. right: 5px;
  12420. margin-top: -5px;
  12421. border-width: 0 5px 5px;
  12422. border-bottom-color: #000000;
  12423. }
  12424. .tooltip.bottom-right .tooltip-arrow {
  12425. top: 0;
  12426. left: 5px;
  12427. margin-top: -5px;
  12428. border-width: 0 5px 5px;
  12429. border-bottom-color: #000000;
  12430. }
  12431. .popover {
  12432. position: absolute;
  12433. top: 0;
  12434. left: 0;
  12435. z-index: 1060;
  12436. display: none;
  12437. max-width: 276px;
  12438. padding: 1px;
  12439. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  12440. font-size: 14px;
  12441. font-weight: normal;
  12442. line-height: 1.428571429;
  12443. text-align: left;
  12444. background-color: #ffffff;
  12445. background-clip: padding-box;
  12446. border: 1px solid #cccccc;
  12447. border: 1px solid rgba(0, 0, 0, 0.2);
  12448. border-radius: 6px;
  12449. -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  12450. box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  12451. white-space: normal;
  12452. }
  12453. .popover.top {
  12454. margin-top: -10px;
  12455. }
  12456. .popover.right {
  12457. margin-left: 10px;
  12458. }
  12459. .popover.bottom {
  12460. margin-top: 10px;
  12461. }
  12462. .popover.left {
  12463. margin-left: -10px;
  12464. }
  12465. .popover-title {
  12466. margin: 0;
  12467. padding: 8px 14px;
  12468. font-size: 14px;
  12469. background-color: #f7f7f7;
  12470. border-bottom: 1px solid #ebebeb;
  12471. border-radius: 5px 5px 0 0;
  12472. }
  12473. .popover-content {
  12474. padding: 9px 14px;
  12475. }
  12476. .popover > .arrow,
  12477. .popover > .arrow:after {
  12478. position: absolute;
  12479. display: block;
  12480. width: 0;
  12481. height: 0;
  12482. border-color: transparent;
  12483. border-style: solid;
  12484. }
  12485. .popover > .arrow {
  12486. border-width: 11px;
  12487. }
  12488. .popover > .arrow:after {
  12489. border-width: 10px;
  12490. content: "";
  12491. }
  12492. .popover.top > .arrow {
  12493. left: 50%;
  12494. margin-left: -11px;
  12495. border-bottom-width: 0;
  12496. border-top-color: #999999;
  12497. border-top-color: rgba(0, 0, 0, 0.25);
  12498. bottom: -11px;
  12499. }
  12500. .popover.top > .arrow:after {
  12501. content: " ";
  12502. bottom: 1px;
  12503. margin-left: -10px;
  12504. border-bottom-width: 0;
  12505. border-top-color: #ffffff;
  12506. }
  12507. .popover.right > .arrow {
  12508. top: 50%;
  12509. left: -11px;
  12510. margin-top: -11px;
  12511. border-left-width: 0;
  12512. border-right-color: #999999;
  12513. border-right-color: rgba(0, 0, 0, 0.25);
  12514. }
  12515. .popover.right > .arrow:after {
  12516. content: " ";
  12517. left: 1px;
  12518. bottom: -10px;
  12519. border-left-width: 0;
  12520. border-right-color: #ffffff;
  12521. }
  12522. .popover.bottom > .arrow {
  12523. left: 50%;
  12524. margin-left: -11px;
  12525. border-top-width: 0;
  12526. border-bottom-color: #999999;
  12527. border-bottom-color: rgba(0, 0, 0, 0.25);
  12528. top: -11px;
  12529. }
  12530. .popover.bottom > .arrow:after {
  12531. content: " ";
  12532. top: 1px;
  12533. margin-left: -10px;
  12534. border-top-width: 0;
  12535. border-bottom-color: #ffffff;
  12536. }
  12537. .popover.left > .arrow {
  12538. top: 50%;
  12539. right: -11px;
  12540. margin-top: -11px;
  12541. border-right-width: 0;
  12542. border-left-color: #999999;
  12543. border-left-color: rgba(0, 0, 0, 0.25);
  12544. }
  12545. .popover.left > .arrow:after {
  12546. content: " ";
  12547. right: 1px;
  12548. border-right-width: 0;
  12549. border-left-color: #ffffff;
  12550. bottom: -10px;
  12551. }
  12552. .carousel {
  12553. position: relative;
  12554. }
  12555. .carousel-inner {
  12556. position: relative;
  12557. overflow: hidden;
  12558. width: 100%;
  12559. }
  12560. .carousel-inner > .item {
  12561. display: none;
  12562. position: relative;
  12563. -webkit-transition: 0.6s ease-in-out left;
  12564. -o-transition: 0.6s ease-in-out left;
  12565. transition: 0.6s ease-in-out left;
  12566. }
  12567. .carousel-inner > .item > img,
  12568. .carousel-inner > .item > a > img {
  12569. line-height: 1;
  12570. }
  12571. @media all and (transform-3d), (-webkit-transform-3d) {
  12572. .carousel-inner > .item {
  12573. -webkit-transition: -webkit-transform 0.6s ease-in-out;
  12574. -moz-transition: -moz-transform 0.6s ease-in-out;
  12575. -o-transition: -o-transform 0.6s ease-in-out;
  12576. transition: transform 0.6s ease-in-out;
  12577. -webkit-backface-visibility: hidden;
  12578. -moz-backface-visibility: hidden;
  12579. backface-visibility: hidden;
  12580. -webkit-perspective: 1000;
  12581. -moz-perspective: 1000;
  12582. perspective: 1000;
  12583. }
  12584. .carousel-inner > .item.next,
  12585. .carousel-inner > .item.active.right {
  12586. -webkit-transform: translate3d(100%, 0, 0);
  12587. transform: translate3d(100%, 0, 0);
  12588. left: 0;
  12589. }
  12590. .carousel-inner > .item.prev,
  12591. .carousel-inner > .item.active.left {
  12592. -webkit-transform: translate3d(-100%, 0, 0);
  12593. transform: translate3d(-100%, 0, 0);
  12594. left: 0;
  12595. }
  12596. .carousel-inner > .item.next.left,
  12597. .carousel-inner > .item.prev.right,
  12598. .carousel-inner > .item.active {
  12599. -webkit-transform: translate3d(0, 0, 0);
  12600. transform: translate3d(0, 0, 0);
  12601. left: 0;
  12602. }
  12603. }
  12604. .carousel-inner > .active,
  12605. .carousel-inner > .next,
  12606. .carousel-inner > .prev {
  12607. display: block;
  12608. }
  12609. .carousel-inner > .active {
  12610. left: 0;
  12611. }
  12612. .carousel-inner > .next,
  12613. .carousel-inner > .prev {
  12614. position: absolute;
  12615. top: 0;
  12616. width: 100%;
  12617. }
  12618. .carousel-inner > .next {
  12619. left: 100%;
  12620. }
  12621. .carousel-inner > .prev {
  12622. left: -100%;
  12623. }
  12624. .carousel-inner > .next.left,
  12625. .carousel-inner > .prev.right {
  12626. left: 0;
  12627. }
  12628. .carousel-inner > .active.left {
  12629. left: -100%;
  12630. }
  12631. .carousel-inner > .active.right {
  12632. left: 100%;
  12633. }
  12634. .carousel-control {
  12635. position: absolute;
  12636. top: 0;
  12637. left: 0;
  12638. bottom: 0;
  12639. width: 15%;
  12640. opacity: 0.5;
  12641. filter: alpha(opacity=50);
  12642. font-size: 20px;
  12643. color: #ffffff;
  12644. text-align: center;
  12645. text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  12646. }
  12647. .carousel-control.left {
  12648. background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  12649. background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  12650. background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  12651. background-repeat: repeat-x;
  12652. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  12653. }
  12654. .carousel-control.right {
  12655. left: auto;
  12656. right: 0;
  12657. background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  12658. background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  12659. background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  12660. background-repeat: repeat-x;
  12661. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  12662. }
  12663. .carousel-control:hover,
  12664. .carousel-control:focus {
  12665. outline: 0;
  12666. color: #ffffff;
  12667. text-decoration: none;
  12668. opacity: 0.9;
  12669. filter: alpha(opacity=90);
  12670. }
  12671. .carousel-control .icon-prev,
  12672. .carousel-control .icon-next,
  12673. .carousel-control .glyphicon-chevron-left,
  12674. .carousel-control .glyphicon-chevron-right {
  12675. position: absolute;
  12676. top: 50%;
  12677. z-index: 5;
  12678. display: inline-block;
  12679. }
  12680. .carousel-control .icon-prev,
  12681. .carousel-control .glyphicon-chevron-left {
  12682. left: 50%;
  12683. margin-left: -10px;
  12684. }
  12685. .carousel-control .icon-next,
  12686. .carousel-control .glyphicon-chevron-right {
  12687. right: 50%;
  12688. margin-right: -10px;
  12689. }
  12690. .carousel-control .icon-prev,
  12691. .carousel-control .icon-next {
  12692. width: 20px;
  12693. height: 20px;
  12694. margin-top: -10px;
  12695. line-height: 1;
  12696. font-family: serif;
  12697. }
  12698. .carousel-control .icon-prev:before {
  12699. content: '\2039';
  12700. }
  12701. .carousel-control .icon-next:before {
  12702. content: '\203a';
  12703. }
  12704. .carousel-indicators {
  12705. position: absolute;
  12706. bottom: 10px;
  12707. left: 50%;
  12708. z-index: 15;
  12709. width: 60%;
  12710. margin-left: -30%;
  12711. padding-left: 0;
  12712. list-style: none;
  12713. text-align: center;
  12714. }
  12715. .carousel-indicators li {
  12716. display: inline-block;
  12717. width: 10px;
  12718. height: 10px;
  12719. margin: 1px;
  12720. text-indent: -999px;
  12721. border: 1px solid #ffffff;
  12722. border-radius: 10px;
  12723. cursor: pointer;
  12724. background-color: #000 \9;
  12725. background-color: rgba(0, 0, 0, 0);
  12726. }
  12727. .carousel-indicators .active {
  12728. margin: 0;
  12729. width: 12px;
  12730. height: 12px;
  12731. background-color: #ffffff;
  12732. }
  12733. .carousel-caption {
  12734. position: absolute;
  12735. left: 15%;
  12736. right: 15%;
  12737. bottom: 20px;
  12738. z-index: 10;
  12739. padding-top: 20px;
  12740. padding-bottom: 20px;
  12741. color: #ffffff;
  12742. text-align: center;
  12743. text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  12744. }
  12745. .carousel-caption .btn {
  12746. text-shadow: none;
  12747. }
  12748. @media screen and (min-width: 768px) {
  12749. .carousel-control .glyphicon-chevron-left,
  12750. .carousel-control .glyphicon-chevron-right,
  12751. .carousel-control .icon-prev,
  12752. .carousel-control .icon-next {
  12753. width: 30px;
  12754. height: 30px;
  12755. margin-top: -15px;
  12756. font-size: 30px;
  12757. }
  12758. .carousel-control .glyphicon-chevron-left,
  12759. .carousel-control .icon-prev {
  12760. margin-left: -15px;
  12761. }
  12762. .carousel-control .glyphicon-chevron-right,
  12763. .carousel-control .icon-next {
  12764. margin-right: -15px;
  12765. }
  12766. .carousel-caption {
  12767. left: 20%;
  12768. right: 20%;
  12769. padding-bottom: 30px;
  12770. }
  12771. .carousel-indicators {
  12772. bottom: 20px;
  12773. }
  12774. }
  12775. .clearfix:before,
  12776. .clearfix:after,
  12777. .dl-horizontal dd:before,
  12778. .dl-horizontal dd:after,
  12779. .container:before,
  12780. .container:after,
  12781. .container-fluid:before,
  12782. .container-fluid:after,
  12783. .row:before,
  12784. .row:after,
  12785. .form-horizontal .form-group:before,
  12786. .form-horizontal .form-group:after,
  12787. .btn-toolbar:before,
  12788. .btn-toolbar:after,
  12789. .btn-group-vertical > .btn-group:before,
  12790. .btn-group-vertical > .btn-group:after,
  12791. .nav:before,
  12792. .nav:after,
  12793. .navbar:before,
  12794. .navbar:after,
  12795. .navbar-header:before,
  12796. .navbar-header:after,
  12797. .navbar-collapse:before,
  12798. .navbar-collapse:after,
  12799. .pager:before,
  12800. .pager:after,
  12801. .panel-body:before,
  12802. .panel-body:after,
  12803. .modal-footer:before,
  12804. .modal-footer:after {
  12805. content: " ";
  12806. display: table;
  12807. }
  12808. .clearfix:after,
  12809. .dl-horizontal dd:after,
  12810. .container:after,
  12811. .container-fluid:after,
  12812. .row:after,
  12813. .form-horizontal .form-group:after,
  12814. .btn-toolbar:after,
  12815. .btn-group-vertical > .btn-group:after,
  12816. .nav:after,
  12817. .navbar:after,
  12818. .navbar-header:after,
  12819. .navbar-collapse:after,
  12820. .pager:after,
  12821. .panel-body:after,
  12822. .modal-footer:after {
  12823. clear: both;
  12824. }
  12825. .center-block {
  12826. display: block;
  12827. margin-left: auto;
  12828. margin-right: auto;
  12829. }
  12830. .pull-right {
  12831. float: right !important;
  12832. }
  12833. .pull-left {
  12834. float: left !important;
  12835. }
  12836. .hide {
  12837. display: none !important;
  12838. }
  12839. .show {
  12840. display: block !important;
  12841. }
  12842. .invisible {
  12843. visibility: hidden;
  12844. }
  12845. .text-hide {
  12846. font: 0/0 a;
  12847. color: transparent;
  12848. text-shadow: none;
  12849. background-color: transparent;
  12850. border: 0;
  12851. }
  12852. .hidden {
  12853. display: none !important;
  12854. visibility: hidden !important;
  12855. }
  12856. .affix {
  12857. position: fixed;
  12858. }
  12859. @-ms-viewport {
  12860. width: device-width;
  12861. }
  12862. .visible-xs,
  12863. .visible-sm,
  12864. .visible-md,
  12865. .visible-lg {
  12866. display: none !important;
  12867. }
  12868. .visible-xs-block,
  12869. .visible-xs-inline,
  12870. .visible-xs-inline-block,
  12871. .visible-sm-block,
  12872. .visible-sm-inline,
  12873. .visible-sm-inline-block,
  12874. .visible-md-block,
  12875. .visible-md-inline,
  12876. .visible-md-inline-block,
  12877. .visible-lg-block,
  12878. .visible-lg-inline,
  12879. .visible-lg-inline-block {
  12880. display: none !important;
  12881. }
  12882. @media (max-width: 767px) {
  12883. .visible-xs {
  12884. display: block !important;
  12885. }
  12886. table.visible-xs {
  12887. display: table;
  12888. }
  12889. tr.visible-xs {
  12890. display: table-row !important;
  12891. }
  12892. th.visible-xs,
  12893. td.visible-xs {
  12894. display: table-cell !important;
  12895. }
  12896. }
  12897. @media (max-width: 767px) {
  12898. .visible-xs-block {
  12899. display: block !important;
  12900. }
  12901. }
  12902. @media (max-width: 767px) {
  12903. .visible-xs-inline {
  12904. display: inline !important;
  12905. }
  12906. }
  12907. @media (max-width: 767px) {
  12908. .visible-xs-inline-block {
  12909. display: inline-block !important;
  12910. }
  12911. }
  12912. @media (min-width: 768px) and (max-width: 991px) {
  12913. .visible-sm {
  12914. display: block !important;
  12915. }
  12916. table.visible-sm {
  12917. display: table;
  12918. }
  12919. tr.visible-sm {
  12920. display: table-row !important;
  12921. }
  12922. th.visible-sm,
  12923. td.visible-sm {
  12924. display: table-cell !important;
  12925. }
  12926. }
  12927. @media (min-width: 768px) and (max-width: 991px) {
  12928. .visible-sm-block {
  12929. display: block !important;
  12930. }
  12931. }
  12932. @media (min-width: 768px) and (max-width: 991px) {
  12933. .visible-sm-inline {
  12934. display: inline !important;
  12935. }
  12936. }
  12937. @media (min-width: 768px) and (max-width: 991px) {
  12938. .visible-sm-inline-block {
  12939. display: inline-block !important;
  12940. }
  12941. }
  12942. @media (min-width: 992px) and (max-width: 1199px) {
  12943. .visible-md {
  12944. display: block !important;
  12945. }
  12946. table.visible-md {
  12947. display: table;
  12948. }
  12949. tr.visible-md {
  12950. display: table-row !important;
  12951. }
  12952. th.visible-md,
  12953. td.visible-md {
  12954. display: table-cell !important;
  12955. }
  12956. }
  12957. @media (min-width: 992px) and (max-width: 1199px) {
  12958. .visible-md-block {
  12959. display: block !important;
  12960. }
  12961. }
  12962. @media (min-width: 992px) and (max-width: 1199px) {
  12963. .visible-md-inline {
  12964. display: inline !important;
  12965. }
  12966. }
  12967. @media (min-width: 992px) and (max-width: 1199px) {
  12968. .visible-md-inline-block {
  12969. display: inline-block !important;
  12970. }
  12971. }
  12972. @media (min-width: 1200px) {
  12973. .visible-lg {
  12974. display: block !important;
  12975. }
  12976. table.visible-lg {
  12977. display: table;
  12978. }
  12979. tr.visible-lg {
  12980. display: table-row !important;
  12981. }
  12982. th.visible-lg,
  12983. td.visible-lg {
  12984. display: table-cell !important;
  12985. }
  12986. }
  12987. @media (min-width: 1200px) {
  12988. .visible-lg-block {
  12989. display: block !important;
  12990. }
  12991. }
  12992. @media (min-width: 1200px) {
  12993. .visible-lg-inline {
  12994. display: inline !important;
  12995. }
  12996. }
  12997. @media (min-width: 1200px) {
  12998. .visible-lg-inline-block {
  12999. display: inline-block !important;
  13000. }
  13001. }
  13002. @media (max-width: 767px) {
  13003. .hidden-xs {
  13004. display: none !important;
  13005. }
  13006. }
  13007. @media (min-width: 768px) and (max-width: 991px) {
  13008. .hidden-sm {
  13009. display: none !important;
  13010. }
  13011. }
  13012. @media (min-width: 992px) and (max-width: 1199px) {
  13013. .hidden-md {
  13014. display: none !important;
  13015. }
  13016. }
  13017. @media (min-width: 1200px) {
  13018. .hidden-lg {
  13019. display: none !important;
  13020. }
  13021. }
  13022. .visible-print {
  13023. display: none !important;
  13024. }
  13025. @media print {
  13026. .visible-print {
  13027. display: block !important;
  13028. }
  13029. table.visible-print {
  13030. display: table;
  13031. }
  13032. tr.visible-print {
  13033. display: table-row !important;
  13034. }
  13035. th.visible-print,
  13036. td.visible-print {
  13037. display: table-cell !important;
  13038. }
  13039. }
  13040. .visible-print-block {
  13041. display: none !important;
  13042. }
  13043. @media print {
  13044. .visible-print-block {
  13045. display: block !important;
  13046. }
  13047. }
  13048. .visible-print-inline {
  13049. display: none !important;
  13050. }
  13051. @media print {
  13052. .visible-print-inline {
  13053. display: inline !important;
  13054. }
  13055. }
  13056. .visible-print-inline-block {
  13057. display: none !important;
  13058. }
  13059. @media print {
  13060. .visible-print-inline-block {
  13061. display: inline-block !important;
  13062. }
  13063. }
  13064. @media print {
  13065. .hidden-print {
  13066. display: none !important;
  13067. }
  13068. }
  13069. .container-smooth {
  13070. max-width: 1170px;
  13071. }
  13072. @media (min-width: 1px) {
  13073. .container-smooth {
  13074. width: auto;
  13075. }
  13076. }
  13077. .btn-labeled {
  13078. padding-top: 0;
  13079. padding-bottom: 0;
  13080. }
  13081. .btn-label {
  13082. position: relative;
  13083. background: transparent;
  13084. background: rgba(0, 0, 0, 0.15);
  13085. display: inline-block;
  13086. padding: 6px 12px;
  13087. left: -12px;
  13088. border-radius: 3px 0 0 3px;
  13089. }
  13090. .btn-label.btn-label-right {
  13091. left: auto;
  13092. right: -12px;
  13093. border-radius: 0 3px 3px 0;
  13094. }
  13095. .btn-lg .btn-label {
  13096. padding: 10px 16px;
  13097. left: -16px;
  13098. border-radius: 5px 0 0 5px;
  13099. }
  13100. .btn-lg .btn-label.btn-label-right {
  13101. left: auto;
  13102. right: -16px;
  13103. border-radius: 0 5px 5px 0;
  13104. }
  13105. .btn-sm .btn-label {
  13106. padding: 5px 10px;
  13107. left: -10px;
  13108. border-radius: 2px 0 0 2px;
  13109. }
  13110. .btn-sm .btn-label.btn-label-right {
  13111. left: auto;
  13112. right: -10px;
  13113. border-radius: 0 2px 2px 0;
  13114. }
  13115. .btn-xs .btn-label {
  13116. padding: 1px 5px;
  13117. left: -5px;
  13118. border-radius: 2px 0 0 2px;
  13119. }
  13120. .btn-xs .btn-label.btn-label-right {
  13121. left: auto;
  13122. right: -5px;
  13123. border-radius: 0 2px 2px 0;
  13124. }
  13125. .nav-tabs-bottom {
  13126. border-bottom: 0;
  13127. border-top: 1px solid #dddddd;
  13128. }
  13129. .nav-tabs-bottom > li {
  13130. margin-bottom: 0;
  13131. margin-top: -1px;
  13132. }
  13133. .nav-tabs-bottom > li > a {
  13134. border-radius: 0 0 4px 4px;
  13135. }
  13136. .nav-tabs-bottom > li > a:hover,
  13137. .nav-tabs-bottom > li > a:focus,
  13138. .nav-tabs-bottom > li.active > a,
  13139. .nav-tabs-bottom > li.active > a:hover,
  13140. .nav-tabs-bottom > li.active > a:focus {
  13141. border: 1px solid #dddddd;
  13142. border-top-color: transparent;
  13143. }
  13144. .nav-tabs-left {
  13145. border-bottom: 0;
  13146. border-right: 1px solid #dddddd;
  13147. }
  13148. .nav-tabs-left > li {
  13149. margin-bottom: 0;
  13150. margin-right: -1px;
  13151. float: none;
  13152. }
  13153. .nav-tabs-left > li > a {
  13154. border-radius: 4px 0 0 4px;
  13155. margin-right: 0;
  13156. margin-bottom: 2px;
  13157. }
  13158. .nav-tabs-left > li > a:hover,
  13159. .nav-tabs-left > li > a:focus,
  13160. .nav-tabs-left > li.active > a,
  13161. .nav-tabs-left > li.active > a:hover,
  13162. .nav-tabs-left > li.active > a:focus {
  13163. border: 1px solid #dddddd;
  13164. border-right-color: transparent;
  13165. }
  13166. .row > .nav-tabs-left {
  13167. padding-right: 0;
  13168. padding-left: 15px;
  13169. margin-right: -1px;
  13170. position: relative;
  13171. z-index: 1;
  13172. }
  13173. .row > .nav-tabs-left + .tab-content {
  13174. border-left: 1px solid #dddddd;
  13175. }
  13176. .nav-tabs-right {
  13177. border-bottom: 0;
  13178. border-left: 1px solid #dddddd;
  13179. }
  13180. .nav-tabs-right > li {
  13181. margin-bottom: 0;
  13182. margin-left: -1px;
  13183. float: none;
  13184. }
  13185. .nav-tabs-right > li > a {
  13186. border-radius: 0 4px 4px 0;
  13187. margin-left: 0;
  13188. margin-bottom: 2px;
  13189. }
  13190. .nav-tabs-right > li > a:hover,
  13191. .nav-tabs-right > li > a:focus,
  13192. .nav-tabs-right > li.active > a,
  13193. .nav-tabs-right > li.active > a:hover,
  13194. .nav-tabs-right > li.active > a:focus {
  13195. border: 1px solid #dddddd;
  13196. border-left-color: transparent;
  13197. }
  13198. .row > .nav-tabs-right {
  13199. padding-left: 0;
  13200. padding-right: 15px;
  13201. }
  13202. .navmenu,
  13203. .navbar-offcanvas {
  13204. width: 300px;
  13205. height: auto;
  13206. border-width: 1px;
  13207. border-style: solid;
  13208. border-radius: 4px;
  13209. }
  13210. .navmenu-fixed-left,
  13211. .navmenu-fixed-right,
  13212. .navbar-offcanvas {
  13213. position: fixed;
  13214. z-index: 1030;
  13215. top: 0;
  13216. bottom: 0;
  13217. overflow-y: auto;
  13218. border-radius: 0;
  13219. }
  13220. .navmenu-fixed-left,
  13221. .navbar-offcanvas.navmenu-fixed-left {
  13222. left: 0;
  13223. right: auto;
  13224. border-width: 0 1px 0 0;
  13225. }
  13226. .navmenu-fixed-right,
  13227. .navbar-offcanvas {
  13228. left: auto;
  13229. right: 0;
  13230. border-width: 0 0 0 1px;
  13231. }
  13232. .navmenu-nav {
  13233. margin-bottom: 10px;
  13234. }
  13235. .navmenu-nav.dropdown-menu {
  13236. position: static;
  13237. margin: 0;
  13238. padding-top: 0;
  13239. float: none;
  13240. border: none;
  13241. -webkit-box-shadow: none;
  13242. box-shadow: none;
  13243. border-radius: 0;
  13244. }
  13245. .navbar-offcanvas .navbar-nav {
  13246. margin: 0;
  13247. }
  13248. @media (min-width: 768px) {
  13249. .navbar-offcanvas {
  13250. width: auto;
  13251. border-top: 0;
  13252. box-shadow: none;
  13253. }
  13254. .navbar-offcanvas.offcanvas {
  13255. position: static;
  13256. display: block !important;
  13257. height: auto !important;
  13258. padding-bottom: 0;
  13259. overflow: visible !important;
  13260. }
  13261. .navbar-offcanvas .navbar-nav.navbar-left:first-child {
  13262. margin-left: -15px;
  13263. }
  13264. .navbar-offcanvas .navbar-nav.navbar-right:last-child {
  13265. margin-right: -15px;
  13266. }
  13267. .navbar-offcanvas .navmenu-brand {
  13268. display: none;
  13269. }
  13270. }
  13271. .navmenu-brand {
  13272. display: block;
  13273. font-size: 18px;
  13274. line-height: 20px;
  13275. padding: 10px 15px;
  13276. margin: 10px 0;
  13277. }
  13278. .navmenu-brand:hover,
  13279. .navmenu-brand:focus {
  13280. text-decoration: none;
  13281. }
  13282. .navmenu-default,
  13283. .navbar-default .navbar-offcanvas {
  13284. background-color: #f8f8f8;
  13285. border-color: #e7e7e7;
  13286. }
  13287. .navmenu-default .navmenu-brand,
  13288. .navbar-default .navbar-offcanvas .navmenu-brand {
  13289. color: #777777;
  13290. }
  13291. .navmenu-default .navmenu-brand:hover,
  13292. .navbar-default .navbar-offcanvas .navmenu-brand:hover,
  13293. .navmenu-default .navmenu-brand:focus,
  13294. .navbar-default .navbar-offcanvas .navmenu-brand:focus {
  13295. color: #5e5e5e;
  13296. background-color: transparent;
  13297. }
  13298. .navmenu-default .navmenu-text,
  13299. .navbar-default .navbar-offcanvas .navmenu-text {
  13300. color: #777777;
  13301. }
  13302. .navmenu-default .navmenu-nav > .dropdown > a:hover .caret,
  13303. .navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a:hover .caret,
  13304. .navmenu-default .navmenu-nav > .dropdown > a:focus .caret,
  13305. .navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a:focus .caret {
  13306. border-top-color: #333333;
  13307. border-bottom-color: #333333;
  13308. }
  13309. .navmenu-default .navmenu-nav > .open > a,
  13310. .navbar-default .navbar-offcanvas .navmenu-nav > .open > a,
  13311. .navmenu-default .navmenu-nav > .open > a:hover,
  13312. .navbar-default .navbar-offcanvas .navmenu-nav > .open > a:hover,
  13313. .navmenu-default .navmenu-nav > .open > a:focus,
  13314. .navbar-default .navbar-offcanvas .navmenu-nav > .open > a:focus {
  13315. background-color: #e7e7e7;
  13316. color: #555555;
  13317. }
  13318. .navmenu-default .navmenu-nav > .open > a .caret,
  13319. .navbar-default .navbar-offcanvas .navmenu-nav > .open > a .caret,
  13320. .navmenu-default .navmenu-nav > .open > a:hover .caret,
  13321. .navbar-default .navbar-offcanvas .navmenu-nav > .open > a:hover .caret,
  13322. .navmenu-default .navmenu-nav > .open > a:focus .caret,
  13323. .navbar-default .navbar-offcanvas .navmenu-nav > .open > a:focus .caret {
  13324. border-top-color: #555555;
  13325. border-bottom-color: #555555;
  13326. }
  13327. .navmenu-default .navmenu-nav > .dropdown > a .caret,
  13328. .navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a .caret {
  13329. border-top-color: #777777;
  13330. border-bottom-color: #777777;
  13331. }
  13332. .navmenu-default .navmenu-nav.dropdown-menu,
  13333. .navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu {
  13334. background-color: #e7e7e7;
  13335. }
  13336. .navmenu-default .navmenu-nav.dropdown-menu > .divider,
  13337. .navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .divider {
  13338. background-color: #f8f8f8;
  13339. }
  13340. .navmenu-default .navmenu-nav.dropdown-menu > .active > a,
  13341. .navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a,
  13342. .navmenu-default .navmenu-nav.dropdown-menu > .active > a:hover,
  13343. .navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:hover,
  13344. .navmenu-default .navmenu-nav.dropdown-menu > .active > a:focus,
  13345. .navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:focus {
  13346. background-color: #d7d7d7;
  13347. }
  13348. .navmenu-default .navmenu-nav > li > a,
  13349. .navbar-default .navbar-offcanvas .navmenu-nav > li > a {
  13350. color: #777777;
  13351. }
  13352. .navmenu-default .navmenu-nav > li > a:hover,
  13353. .navbar-default .navbar-offcanvas .navmenu-nav > li > a:hover,
  13354. .navmenu-default .navmenu-nav > li > a:focus,
  13355. .navbar-default .navbar-offcanvas .navmenu-nav > li > a:focus {
  13356. color: #333333;
  13357. background-color: transparent;
  13358. }
  13359. .navmenu-default .navmenu-nav > .active > a,
  13360. .navbar-default .navbar-offcanvas .navmenu-nav > .active > a,
  13361. .navmenu-default .navmenu-nav > .active > a:hover,
  13362. .navbar-default .navbar-offcanvas .navmenu-nav > .active > a:hover,
  13363. .navmenu-default .navmenu-nav > .active > a:focus,
  13364. .navbar-default .navbar-offcanvas .navmenu-nav > .active > a:focus {
  13365. color: #555555;
  13366. background-color: #e7e7e7;
  13367. }
  13368. .navmenu-default .navmenu-nav > .disabled > a,
  13369. .navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a,
  13370. .navmenu-default .navmenu-nav > .disabled > a:hover,
  13371. .navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a:hover,
  13372. .navmenu-default .navmenu-nav > .disabled > a:focus,
  13373. .navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a:focus {
  13374. color: #cccccc;
  13375. background-color: transparent;
  13376. }
  13377. .navmenu-inverse,
  13378. .navbar-inverse .navbar-offcanvas {
  13379. background-color: #222222;
  13380. border-color: #080808;
  13381. }
  13382. .navmenu-inverse .navmenu-brand,
  13383. .navbar-inverse .navbar-offcanvas .navmenu-brand {
  13384. color: #777777;
  13385. }
  13386. .navmenu-inverse .navmenu-brand:hover,
  13387. .navbar-inverse .navbar-offcanvas .navmenu-brand:hover,
  13388. .navmenu-inverse .navmenu-brand:focus,
  13389. .navbar-inverse .navbar-offcanvas .navmenu-brand:focus {
  13390. color: #ffffff;
  13391. background-color: transparent;
  13392. }
  13393. .navmenu-inverse .navmenu-text,
  13394. .navbar-inverse .navbar-offcanvas .navmenu-text {
  13395. color: #777777;
  13396. }
  13397. .navmenu-inverse .navmenu-nav > .dropdown > a:hover .caret,
  13398. .navbar-inverse .navbar-offcanvas .navmenu-nav > .dropdown > a:hover .caret,
  13399. .navmenu-inverse .navmenu-nav > .dropdown > a:focus .caret,
  13400. .navbar-inverse .navbar-offcanvas .navmenu-nav > .dropdown > a:focus .caret {
  13401. border-top-color: #ffffff;
  13402. border-bottom-color: #ffffff;
  13403. }
  13404. .navmenu-inverse .navmenu-nav > .open > a,
  13405. .navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a,
  13406. .navmenu-inverse .navmenu-nav > .open > a:hover,
  13407. .navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:hover,
  13408. .navmenu-inverse .navmenu-nav > .open > a:focus,
  13409. .navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:focus {
  13410. background-color: #080808;
  13411. color: #ffffff;
  13412. }
  13413. .navmenu-inverse .navmenu-nav > .open > a .caret,
  13414. .navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a .caret,
  13415. .navmenu-inverse .navmenu-nav > .open > a:hover .caret,
  13416. .navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:hover .caret,
  13417. .navmenu-inverse .navmenu-nav > .open > a:focus .caret,
  13418. .navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:focus .caret {
  13419. border-top-color: #ffffff;
  13420. border-bottom-color: #ffffff;
  13421. }
  13422. .navmenu-inverse .navmenu-nav > .dropdown > a .caret,
  13423. .navbar-inverse .navbar-offcanvas .navmenu-nav > .dropdown > a .caret {
  13424. border-top-color: #777777;
  13425. border-bottom-color: #777777;
  13426. }
  13427. .navmenu-inverse .navmenu-nav.dropdown-menu,
  13428. .navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu {
  13429. background-color: #080808;
  13430. }
  13431. .navmenu-inverse .navmenu-nav.dropdown-menu > .divider,
  13432. .navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .divider {
  13433. background-color: #222222;
  13434. }
  13435. .navmenu-inverse .navmenu-nav.dropdown-menu > .active > a,
  13436. .navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a,
  13437. .navmenu-inverse .navmenu-nav.dropdown-menu > .active > a:hover,
  13438. .navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:hover,
  13439. .navmenu-inverse .navmenu-nav.dropdown-menu > .active > a:focus,
  13440. .navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:focus {
  13441. background-color: #000000;
  13442. }
  13443. .navmenu-inverse .navmenu-nav > li > a,
  13444. .navbar-inverse .navbar-offcanvas .navmenu-nav > li > a {
  13445. color: #777777;
  13446. }
  13447. .navmenu-inverse .navmenu-nav > li > a:hover,
  13448. .navbar-inverse .navbar-offcanvas .navmenu-nav > li > a:hover,
  13449. .navmenu-inverse .navmenu-nav > li > a:focus,
  13450. .navbar-inverse .navbar-offcanvas .navmenu-nav > li > a:focus {
  13451. color: #ffffff;
  13452. background-color: transparent;
  13453. }
  13454. .navmenu-inverse .navmenu-nav > .active > a,
  13455. .navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a,
  13456. .navmenu-inverse .navmenu-nav > .active > a:hover,
  13457. .navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a:hover,
  13458. .navmenu-inverse .navmenu-nav > .active > a:focus,
  13459. .navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a:focus {
  13460. color: #ffffff;
  13461. background-color: #080808;
  13462. }
  13463. .navmenu-inverse .navmenu-nav > .disabled > a,
  13464. .navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a,
  13465. .navmenu-inverse .navmenu-nav > .disabled > a:hover,
  13466. .navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a:hover,
  13467. .navmenu-inverse .navmenu-nav > .disabled > a:focus,
  13468. .navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a:focus {
  13469. color: #444444;
  13470. background-color: transparent;
  13471. }
  13472. .alert-fixed-top,
  13473. .alert-fixed-bottom {
  13474. position: fixed;
  13475. width: 100%;
  13476. z-index: 1035;
  13477. border-radius: 0;
  13478. margin: 0;
  13479. left: 0;
  13480. }
  13481. @media (min-width: 992px) {
  13482. .alert-fixed-top,
  13483. .alert-fixed-bottom {
  13484. width: 992px;
  13485. left: 50%;
  13486. margin-left: -496px;
  13487. }
  13488. }
  13489. .alert-fixed-top {
  13490. top: 0;
  13491. border-width: 0 0 1px 0;
  13492. }
  13493. @media (min-width: 992px) {
  13494. .alert-fixed-top {
  13495. border-bottom-right-radius: 4px;
  13496. border-bottom-left-radius: 4px;
  13497. border-width: 0 1px 1px 1px;
  13498. }
  13499. }
  13500. .alert-fixed-bottom {
  13501. bottom: 0;
  13502. border-width: 1px 0 0 0;
  13503. }
  13504. @media (min-width: 992px) {
  13505. .alert-fixed-bottom {
  13506. border-top-right-radius: 4px;
  13507. border-top-left-radius: 4px;
  13508. border-width: 1px 1px 0 1px;
  13509. }
  13510. }
  13511. .offcanvas {
  13512. display: none;
  13513. }
  13514. .offcanvas.in {
  13515. display: block;
  13516. }
  13517. @media (max-width: 767px) {
  13518. .offcanvas-xs {
  13519. display: none;
  13520. }
  13521. .offcanvas-xs.in {
  13522. display: block;
  13523. }
  13524. }
  13525. @media (max-width: 991px) {
  13526. .offcanvas-sm {
  13527. display: none;
  13528. }
  13529. .offcanvas-sm.in {
  13530. display: block;
  13531. }
  13532. }
  13533. @media (max-width: 1199px) {
  13534. .offcanvas-md {
  13535. display: none;
  13536. }
  13537. .offcanvas-md.in {
  13538. display: block;
  13539. }
  13540. }
  13541. .offcanvas-lg {
  13542. display: none;
  13543. }
  13544. .offcanvas-lg.in {
  13545. display: block;
  13546. }
  13547. .canvas-sliding {
  13548. -webkit-transition: top 0.35s, left 0.35s, bottom 0.35s, right 0.35s;
  13549. transition: top 0.35s, left 0.35s, bottom 0.35s, right 0.35s;
  13550. }
  13551. .offcanvas-clone {
  13552. height: 0px !important;
  13553. width: 0px !important;
  13554. overflow: hidden !important;
  13555. border: none !important;
  13556. margin: 0px !important;
  13557. padding: 0px !important;
  13558. position: absolute !important;
  13559. top: auto !important;
  13560. left: auto !important;
  13561. bottom: 0px !important;
  13562. right: 0px !important;
  13563. opacity: 0 !important;
  13564. }
  13565. .table.rowlink td:not(.rowlink-skip),
  13566. .table .rowlink td:not(.rowlink-skip) {
  13567. cursor: pointer;
  13568. }
  13569. .table.rowlink td:not(.rowlink-skip) a,
  13570. .table .rowlink td:not(.rowlink-skip) a {
  13571. color: inherit;
  13572. font: inherit;
  13573. text-decoration: inherit;
  13574. }
  13575. .table-hover.rowlink tr:hover td,
  13576. .table-hover .rowlink tr:hover td {
  13577. background-color: #cfcfcf;
  13578. }
  13579. .btn-file {
  13580. overflow: hidden;
  13581. position: relative;
  13582. vertical-align: middle;
  13583. }
  13584. .btn-file > input {
  13585. position: absolute;
  13586. top: 0;
  13587. right: 0;
  13588. margin: 0;
  13589. opacity: 0;
  13590. filter: alpha(opacity=0);
  13591. font-size: 23px;
  13592. height: 100%;
  13593. width: 100%;
  13594. direction: ltr;
  13595. cursor: pointer;
  13596. }
  13597. .fileinput {
  13598. margin-bottom: 9px;
  13599. display: inline-block;
  13600. }
  13601. .fileinput .form-control {
  13602. padding-top: 7px;
  13603. padding-bottom: 5px;
  13604. display: inline-block;
  13605. margin-bottom: 0px;
  13606. vertical-align: middle;
  13607. cursor: text;
  13608. }
  13609. .fileinput .thumbnail {
  13610. overflow: hidden;
  13611. display: inline-block;
  13612. margin-bottom: 5px;
  13613. vertical-align: middle;
  13614. text-align: center;
  13615. }
  13616. .fileinput .thumbnail > img {
  13617. max-height: 100%;
  13618. }
  13619. .fileinput .btn {
  13620. vertical-align: middle;
  13621. }
  13622. .fileinput-exists .fileinput-new,
  13623. .fileinput-new .fileinput-exists {
  13624. display: none;
  13625. }
  13626. .fileinput-inline .fileinput-controls {
  13627. display: inline;
  13628. }
  13629. .fileinput-filename {
  13630. vertical-align: middle;
  13631. display: inline-block;
  13632. overflow: hidden;
  13633. }
  13634. .form-control .fileinput-filename {
  13635. vertical-align: bottom;
  13636. }
  13637. .fileinput.input-group {
  13638. display: table;
  13639. }
  13640. .fileinput.input-group > * {
  13641. position: relative;
  13642. z-index: 2;
  13643. }
  13644. .fileinput.input-group > .btn-file {
  13645. z-index: 1;
  13646. }
  13647. .fileinput-new.input-group .btn-file,
  13648. .fileinput-new .input-group .btn-file {
  13649. border-radius: 0 4px 4px 0;
  13650. }
  13651. .fileinput-new.input-group .btn-file.btn-xs,
  13652. .fileinput-new .input-group .btn-file.btn-xs,
  13653. .fileinput-new.input-group .btn-file.btn-sm,
  13654. .fileinput-new .input-group .btn-file.btn-sm {
  13655. border-radius: 0 3px 3px 0;
  13656. }
  13657. .fileinput-new.input-group .btn-file.btn-lg,
  13658. .fileinput-new .input-group .btn-file.btn-lg {
  13659. border-radius: 0 6px 6px 0;
  13660. }
  13661. .form-group.has-warning .fileinput .fileinput-preview {
  13662. color: #8a6d3b;
  13663. }
  13664. .form-group.has-warning .fileinput .thumbnail {
  13665. border-color: #faebcc;
  13666. }
  13667. .form-group.has-error .fileinput .fileinput-preview {
  13668. color: #a94442;
  13669. }
  13670. .form-group.has-error .fileinput .thumbnail {
  13671. border-color: #ebccd1;
  13672. }
  13673. .form-group.has-success .fileinput .fileinput-preview {
  13674. color: #3c763d;
  13675. }
  13676. .form-group.has-success .fileinput .thumbnail {
  13677. border-color: #d6e9c6;
  13678. }
  13679. .input-group-addon:not(:first-child) {
  13680. border-left: 0;
  13681. }
  13682. /*! =========================================================
  13683. * bootstrap-slider.js
  13684. *
  13685. * Maintainers:
  13686. * Kyle Kemp
  13687. * - Twitter: @seiyria
  13688. * - Github: seiyria
  13689. * Rohit Kalkur
  13690. * - Twitter: @Rovolutionary
  13691. * - Github: rovolution
  13692. *
  13693. * =========================================================
  13694. *
  13695. * Licensed under the Apache License, Version 2.0 (the "License");
  13696. * you may not use this file except in compliance with the License.
  13697. * You may obtain a copy of the License at
  13698. *
  13699. * http://www.apache.org/licenses/LICENSE-2.0
  13700. *
  13701. * Unless required by applicable law or agreed to in writing, software
  13702. * distributed under the License is distributed on an "AS IS" BASIS,
  13703. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13704. * See the License for the specific language governing permissions and
  13705. * limitations under the License.
  13706. * ========================================================= */
  13707. .slider {
  13708. display: inline-block;
  13709. vertical-align: middle;
  13710. position: relative;
  13711. }
  13712. .slider.slider-horizontal {
  13713. width: 210px;
  13714. height: 20px;
  13715. }
  13716. .slider.slider-horizontal .slider-track {
  13717. height: 10px;
  13718. width: 100%;
  13719. margin-top: -5px;
  13720. top: 50%;
  13721. left: 0;
  13722. }
  13723. .slider.slider-horizontal .slider-selection,
  13724. .slider.slider-horizontal .slider-track-low,
  13725. .slider.slider-horizontal .slider-track-high {
  13726. height: 100%;
  13727. top: 0;
  13728. bottom: 0;
  13729. }
  13730. .slider.slider-horizontal .slider-tick,
  13731. .slider.slider-horizontal .slider-handle {
  13732. margin-left: -10px;
  13733. margin-top: -5px;
  13734. }
  13735. .slider.slider-horizontal .slider-tick.triangle,
  13736. .slider.slider-horizontal .slider-handle.triangle {
  13737. border-width: 0 10px 10px 10px;
  13738. width: 0;
  13739. height: 0;
  13740. border-bottom-color: #0480be;
  13741. margin-top: 0;
  13742. }
  13743. .slider.slider-horizontal .slider-tick-label-container {
  13744. white-space: nowrap;
  13745. margin-top: 20px;
  13746. }
  13747. .slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  13748. padding-top: 4px;
  13749. display: inline-block;
  13750. text-align: center;
  13751. }
  13752. .slider.slider-vertical {
  13753. height: 210px;
  13754. width: 20px;
  13755. }
  13756. .slider.slider-vertical .slider-track {
  13757. width: 10px;
  13758. height: 100%;
  13759. margin-left: -5px;
  13760. left: 50%;
  13761. top: 0;
  13762. }
  13763. .slider.slider-vertical .slider-selection {
  13764. width: 100%;
  13765. left: 0;
  13766. top: 0;
  13767. bottom: 0;
  13768. }
  13769. .slider.slider-vertical .slider-track-low,
  13770. .slider.slider-vertical .slider-track-high {
  13771. width: 100%;
  13772. left: 0;
  13773. right: 0;
  13774. }
  13775. .slider.slider-vertical .slider-tick,
  13776. .slider.slider-vertical .slider-handle {
  13777. margin-left: -5px;
  13778. margin-top: -10px;
  13779. }
  13780. .slider.slider-vertical .slider-tick.triangle,
  13781. .slider.slider-vertical .slider-handle.triangle {
  13782. border-width: 10px 0 10px 10px;
  13783. width: 1px;
  13784. height: 1px;
  13785. border-left-color: #0480be;
  13786. margin-left: 0;
  13787. }
  13788. .slider.slider-disabled .slider-handle {
  13789. background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  13790. background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  13791. background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  13792. background-repeat: repeat-x;
  13793. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
  13794. }
  13795. .slider.slider-disabled .slider-track {
  13796. background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  13797. background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  13798. background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  13799. background-repeat: repeat-x;
  13800. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  13801. cursor: not-allowed;
  13802. }
  13803. .slider input {
  13804. display: none;
  13805. }
  13806. .slider .tooltip.top {
  13807. margin-top: -36px;
  13808. }
  13809. .slider .tooltip-inner {
  13810. white-space: nowrap;
  13811. }
  13812. .slider .hide {
  13813. display: none;
  13814. }
  13815. .slider-track {
  13816. position: absolute;
  13817. cursor: pointer;
  13818. background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  13819. background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  13820. background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  13821. background-repeat: repeat-x;
  13822. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  13823. -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  13824. box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  13825. border-radius: 4px;
  13826. }
  13827. .slider-selection {
  13828. position: absolute;
  13829. background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  13830. background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  13831. background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  13832. background-repeat: repeat-x;
  13833. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  13834. -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  13835. box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  13836. -webkit-box-sizing: border-box;
  13837. -moz-box-sizing: border-box;
  13838. box-sizing: border-box;
  13839. border-radius: 4px;
  13840. }
  13841. .slider-selection.tick-slider-selection {
  13842. background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  13843. background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  13844. background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  13845. background-repeat: repeat-x;
  13846. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
  13847. }
  13848. .slider-track-low,
  13849. .slider-track-high {
  13850. position: absolute;
  13851. background: transparent;
  13852. -webkit-box-sizing: border-box;
  13853. -moz-box-sizing: border-box;
  13854. box-sizing: border-box;
  13855. border-radius: 4px;
  13856. }
  13857. .slider-handle {
  13858. position: absolute;
  13859. width: 20px;
  13860. height: 20px;
  13861. background-color: #337ab7;
  13862. background-image: -webkit-linear-gradient(top, #149bdf 0%, #0480be 100%);
  13863. background-image: -o-linear-gradient(top, #149bdf 0%, #0480be 100%);
  13864. background-image: linear-gradient(to bottom, #149bdf 0%, #0480be 100%);
  13865. background-repeat: repeat-x;
  13866. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  13867. filter: none;
  13868. -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  13869. box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  13870. border: 0px solid transparent;
  13871. }
  13872. .slider-handle.round {
  13873. border-radius: 50%;
  13874. }
  13875. .slider-handle.triangle {
  13876. background: transparent none;
  13877. }
  13878. .slider-handle.custom {
  13879. background: transparent none;
  13880. }
  13881. .slider-handle.custom::before {
  13882. line-height: 20px;
  13883. font-size: 20px;
  13884. content: '\2605';
  13885. color: #726204;
  13886. }
  13887. .slider-tick {
  13888. position: absolute;
  13889. width: 20px;
  13890. height: 20px;
  13891. background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  13892. background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  13893. background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  13894. background-repeat: repeat-x;
  13895. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  13896. -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  13897. box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  13898. -webkit-box-sizing: border-box;
  13899. -moz-box-sizing: border-box;
  13900. box-sizing: border-box;
  13901. filter: none;
  13902. opacity: 0.8;
  13903. border: 0px solid transparent;
  13904. }
  13905. .slider-tick.round {
  13906. border-radius: 50%;
  13907. }
  13908. .slider-tick.triangle {
  13909. background: transparent none;
  13910. }
  13911. .slider-tick.custom {
  13912. background: transparent none;
  13913. }
  13914. .slider-tick.custom::before {
  13915. line-height: 20px;
  13916. font-size: 20px;
  13917. content: '\2605';
  13918. color: #726204;
  13919. }
  13920. .slider-tick.in-selection {
  13921. background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  13922. background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  13923. background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  13924. background-repeat: repeat-x;
  13925. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
  13926. opacity: 1;
  13927. }
  13928. /*!
  13929. * Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
  13930. * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
  13931. */
  13932. /* FONT PATH
  13933. * -------------------------- */
  13934. @font-face {
  13935. font-family: 'FontAwesome';
  13936. src: url('../fonts/fontawesome-webfont.eot?v=4.4.0');
  13937. src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  13938. font-weight: normal;
  13939. font-style: normal;
  13940. }
  13941. .fa {
  13942. display: inline-block;
  13943. font: normal normal normal 14px/1 FontAwesome;
  13944. font-size: inherit;
  13945. text-rendering: auto;
  13946. -webkit-font-smoothing: antialiased;
  13947. -moz-osx-font-smoothing: grayscale;
  13948. }
  13949. /* makes the font 33% larger relative to the icon container */
  13950. .fa-lg {
  13951. font-size: 1.3333333333333333em;
  13952. line-height: 0.75em;
  13953. vertical-align: -15%;
  13954. }
  13955. .fa-2x {
  13956. font-size: 2em;
  13957. }
  13958. .fa-3x {
  13959. font-size: 3em;
  13960. }
  13961. .fa-4x {
  13962. font-size: 4em;
  13963. }
  13964. .fa-5x {
  13965. font-size: 5em;
  13966. }
  13967. .fa-fw {
  13968. width: 1.2857142857142858em;
  13969. text-align: center;
  13970. }
  13971. .fa-ul {
  13972. padding-left: 0;
  13973. margin-left: 2.142857142857143em;
  13974. list-style-type: none;
  13975. }
  13976. .fa-ul > li {
  13977. position: relative;
  13978. }
  13979. .fa-li {
  13980. position: absolute;
  13981. left: -2.142857142857143em;
  13982. width: 2.142857142857143em;
  13983. top: 0.14285714285714285em;
  13984. text-align: center;
  13985. }
  13986. .fa-li.fa-lg {
  13987. left: -1.8571428571428572em;
  13988. }
  13989. .fa-border {
  13990. padding: .2em .25em .15em;
  13991. border: solid 0.08em #eeeeee;
  13992. border-radius: .1em;
  13993. }
  13994. .fa-pull-left {
  13995. float: left;
  13996. }
  13997. .fa-pull-right {
  13998. float: right;
  13999. }
  14000. .fa.fa-pull-left {
  14001. margin-right: .3em;
  14002. }
  14003. .fa.fa-pull-right {
  14004. margin-left: .3em;
  14005. }
  14006. /* Deprecated as of 4.4.0 */
  14007. .pull-right {
  14008. float: right;
  14009. }
  14010. .pull-left {
  14011. float: left;
  14012. }
  14013. .fa.pull-left {
  14014. margin-right: .3em;
  14015. }
  14016. .fa.pull-right {
  14017. margin-left: .3em;
  14018. }
  14019. .fa-spin {
  14020. -webkit-animation: fa-spin 2s infinite linear;
  14021. animation: fa-spin 2s infinite linear;
  14022. }
  14023. .fa-pulse {
  14024. -webkit-animation: fa-spin 1s infinite steps(8);
  14025. animation: fa-spin 1s infinite steps(8);
  14026. }
  14027. @-webkit-keyframes fa-spin {
  14028. 0% {
  14029. -webkit-transform: rotate(0deg);
  14030. transform: rotate(0deg);
  14031. }
  14032. 100% {
  14033. -webkit-transform: rotate(359deg);
  14034. transform: rotate(359deg);
  14035. }
  14036. }
  14037. @keyframes fa-spin {
  14038. 0% {
  14039. -webkit-transform: rotate(0deg);
  14040. transform: rotate(0deg);
  14041. }
  14042. 100% {
  14043. -webkit-transform: rotate(359deg);
  14044. transform: rotate(359deg);
  14045. }
  14046. }
  14047. .fa-rotate-90 {
  14048. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  14049. -webkit-transform: rotate(90deg);
  14050. -ms-transform: rotate(90deg);
  14051. transform: rotate(90deg);
  14052. }
  14053. .fa-rotate-180 {
  14054. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  14055. -webkit-transform: rotate(180deg);
  14056. -ms-transform: rotate(180deg);
  14057. transform: rotate(180deg);
  14058. }
  14059. .fa-rotate-270 {
  14060. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  14061. -webkit-transform: rotate(270deg);
  14062. -ms-transform: rotate(270deg);
  14063. transform: rotate(270deg);
  14064. }
  14065. .fa-flip-horizontal {
  14066. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  14067. -webkit-transform: scale(-1, 1);
  14068. -ms-transform: scale(-1, 1);
  14069. transform: scale(-1, 1);
  14070. }
  14071. .fa-flip-vertical {
  14072. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  14073. -webkit-transform: scale(1, -1);
  14074. -ms-transform: scale(1, -1);
  14075. transform: scale(1, -1);
  14076. }
  14077. :root .fa-rotate-90,
  14078. :root .fa-rotate-180,
  14079. :root .fa-rotate-270,
  14080. :root .fa-flip-horizontal,
  14081. :root .fa-flip-vertical {
  14082. filter: none;
  14083. }
  14084. .fa-stack {
  14085. position: relative;
  14086. display: inline-block;
  14087. width: 2em;
  14088. height: 2em;
  14089. line-height: 2em;
  14090. vertical-align: middle;
  14091. }
  14092. .fa-stack-1x,
  14093. .fa-stack-2x {
  14094. position: absolute;
  14095. left: 0;
  14096. width: 100%;
  14097. text-align: center;
  14098. }
  14099. .fa-stack-1x {
  14100. line-height: inherit;
  14101. }
  14102. .fa-stack-2x {
  14103. font-size: 2em;
  14104. }
  14105. .fa-inverse {
  14106. color: #ffffff;
  14107. }
  14108. /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
  14109. readers do not read off random characters that represent icons */
  14110. .fa-glass:before {
  14111. content: "\f000";
  14112. }
  14113. .fa-music:before {
  14114. content: "\f001";
  14115. }
  14116. .fa-search:before {
  14117. content: "\f002";
  14118. }
  14119. .fa-envelope-o:before {
  14120. content: "\f003";
  14121. }
  14122. .fa-heart:before {
  14123. content: "\f004";
  14124. }
  14125. .fa-star:before {
  14126. content: "\f005";
  14127. }
  14128. .fa-star-o:before {
  14129. content: "\f006";
  14130. }
  14131. .fa-user:before {
  14132. content: "\f007";
  14133. }
  14134. .fa-film:before {
  14135. content: "\f008";
  14136. }
  14137. .fa-th-large:before {
  14138. content: "\f009";
  14139. }
  14140. .fa-th:before {
  14141. content: "\f00a";
  14142. }
  14143. .fa-th-list:before {
  14144. content: "\f00b";
  14145. }
  14146. .fa-check:before {
  14147. content: "\f00c";
  14148. }
  14149. .fa-remove:before,
  14150. .fa-close:before,
  14151. .fa-times:before {
  14152. content: "\f00d";
  14153. }
  14154. .fa-search-plus:before {
  14155. content: "\f00e";
  14156. }
  14157. .fa-search-minus:before {
  14158. content: "\f010";
  14159. }
  14160. .fa-power-off:before {
  14161. content: "\f011";
  14162. }
  14163. .fa-signal:before {
  14164. content: "\f012";
  14165. }
  14166. .fa-gear:before,
  14167. .fa-cog:before {
  14168. content: "\f013";
  14169. }
  14170. .fa-trash-o:before {
  14171. content: "\f014";
  14172. }
  14173. .fa-home:before {
  14174. content: "\f015";
  14175. }
  14176. .fa-file-o:before {
  14177. content: "\f016";
  14178. }
  14179. .fa-clock-o:before {
  14180. content: "\f017";
  14181. }
  14182. .fa-road:before {
  14183. content: "\f018";
  14184. }
  14185. .fa-download:before {
  14186. content: "\f019";
  14187. }
  14188. .fa-arrow-circle-o-down:before {
  14189. content: "\f01a";
  14190. }
  14191. .fa-arrow-circle-o-up:before {
  14192. content: "\f01b";
  14193. }
  14194. .fa-inbox:before {
  14195. content: "\f01c";
  14196. }
  14197. .fa-play-circle-o:before {
  14198. content: "\f01d";
  14199. }
  14200. .fa-rotate-right:before,
  14201. .fa-repeat:before {
  14202. content: "\f01e";
  14203. }
  14204. .fa-refresh:before {
  14205. content: "\f021";
  14206. }
  14207. .fa-list-alt:before {
  14208. content: "\f022";
  14209. }
  14210. .fa-lock:before {
  14211. content: "\f023";
  14212. }
  14213. .fa-flag:before {
  14214. content: "\f024";
  14215. }
  14216. .fa-headphones:before {
  14217. content: "\f025";
  14218. }
  14219. .fa-volume-off:before {
  14220. content: "\f026";
  14221. }
  14222. .fa-volume-down:before {
  14223. content: "\f027";
  14224. }
  14225. .fa-volume-up:before {
  14226. content: "\f028";
  14227. }
  14228. .fa-qrcode:before {
  14229. content: "\f029";
  14230. }
  14231. .fa-barcode:before {
  14232. content: "\f02a";
  14233. }
  14234. .fa-tag:before {
  14235. content: "\f02b";
  14236. }
  14237. .fa-tags:before {
  14238. content: "\f02c";
  14239. }
  14240. .fa-book:before {
  14241. content: "\f02d";
  14242. }
  14243. .fa-bookmark:before {
  14244. content: "\f02e";
  14245. }
  14246. .fa-print:before {
  14247. content: "\f02f";
  14248. }
  14249. .fa-camera:before {
  14250. content: "\f030";
  14251. }
  14252. .fa-font:before {
  14253. content: "\f031";
  14254. }
  14255. .fa-bold:before {
  14256. content: "\f032";
  14257. }
  14258. .fa-italic:before {
  14259. content: "\f033";
  14260. }
  14261. .fa-text-height:before {
  14262. content: "\f034";
  14263. }
  14264. .fa-text-width:before {
  14265. content: "\f035";
  14266. }
  14267. .fa-align-left:before {
  14268. content: "\f036";
  14269. }
  14270. .fa-align-center:before {
  14271. content: "\f037";
  14272. }
  14273. .fa-align-right:before {
  14274. content: "\f038";
  14275. }
  14276. .fa-align-justify:before {
  14277. content: "\f039";
  14278. }
  14279. .fa-list:before {
  14280. content: "\f03a";
  14281. }
  14282. .fa-dedent:before,
  14283. .fa-outdent:before {
  14284. content: "\f03b";
  14285. }
  14286. .fa-indent:before {
  14287. content: "\f03c";
  14288. }
  14289. .fa-video-camera:before {
  14290. content: "\f03d";
  14291. }
  14292. .fa-photo:before,
  14293. .fa-image:before,
  14294. .fa-picture-o:before {
  14295. content: "\f03e";
  14296. }
  14297. .fa-pencil:before {
  14298. content: "\f040";
  14299. }
  14300. .fa-map-marker:before {
  14301. content: "\f041";
  14302. }
  14303. .fa-adjust:before {
  14304. content: "\f042";
  14305. }
  14306. .fa-tint:before {
  14307. content: "\f043";
  14308. }
  14309. .fa-edit:before,
  14310. .fa-pencil-square-o:before {
  14311. content: "\f044";
  14312. }
  14313. .fa-share-square-o:before {
  14314. content: "\f045";
  14315. }
  14316. .fa-check-square-o:before {
  14317. content: "\f046";
  14318. }
  14319. .fa-arrows:before {
  14320. content: "\f047";
  14321. }
  14322. .fa-step-backward:before {
  14323. content: "\f048";
  14324. }
  14325. .fa-fast-backward:before {
  14326. content: "\f049";
  14327. }
  14328. .fa-backward:before {
  14329. content: "\f04a";
  14330. }
  14331. .fa-play:before {
  14332. content: "\f04b";
  14333. }
  14334. .fa-pause:before {
  14335. content: "\f04c";
  14336. }
  14337. .fa-stop:before {
  14338. content: "\f04d";
  14339. }
  14340. .fa-forward:before {
  14341. content: "\f04e";
  14342. }
  14343. .fa-fast-forward:before {
  14344. content: "\f050";
  14345. }
  14346. .fa-step-forward:before {
  14347. content: "\f051";
  14348. }
  14349. .fa-eject:before {
  14350. content: "\f052";
  14351. }
  14352. .fa-chevron-left:before {
  14353. content: "\f053";
  14354. }
  14355. .fa-chevron-right:before {
  14356. content: "\f054";
  14357. }
  14358. .fa-plus-circle:before {
  14359. content: "\f055";
  14360. }
  14361. .fa-minus-circle:before {
  14362. content: "\f056";
  14363. }
  14364. .fa-times-circle:before {
  14365. content: "\f057";
  14366. }
  14367. .fa-check-circle:before {
  14368. content: "\f058";
  14369. }
  14370. .fa-question-circle:before {
  14371. content: "\f059";
  14372. }
  14373. .fa-info-circle:before {
  14374. content: "\f05a";
  14375. }
  14376. .fa-crosshairs:before {
  14377. content: "\f05b";
  14378. }
  14379. .fa-times-circle-o:before {
  14380. content: "\f05c";
  14381. }
  14382. .fa-check-circle-o:before {
  14383. content: "\f05d";
  14384. }
  14385. .fa-ban:before {
  14386. content: "\f05e";
  14387. }
  14388. .fa-arrow-left:before {
  14389. content: "\f060";
  14390. }
  14391. .fa-arrow-right:before {
  14392. content: "\f061";
  14393. }
  14394. .fa-arrow-up:before {
  14395. content: "\f062";
  14396. }
  14397. .fa-arrow-down:before {
  14398. content: "\f063";
  14399. }
  14400. .fa-mail-forward:before,
  14401. .fa-share:before {
  14402. content: "\f064";
  14403. }
  14404. .fa-expand:before {
  14405. content: "\f065";
  14406. }
  14407. .fa-compress:before {
  14408. content: "\f066";
  14409. }
  14410. .fa-plus:before {
  14411. content: "\f067";
  14412. }
  14413. .fa-minus:before {
  14414. content: "\f068";
  14415. }
  14416. .fa-asterisk:before {
  14417. content: "\f069";
  14418. }
  14419. .fa-exclamation-circle:before {
  14420. content: "\f06a";
  14421. }
  14422. .fa-gift:before {
  14423. content: "\f06b";
  14424. }
  14425. .fa-leaf:before {
  14426. content: "\f06c";
  14427. }
  14428. .fa-fire:before {
  14429. content: "\f06d";
  14430. }
  14431. .fa-eye:before {
  14432. content: "\f06e";
  14433. }
  14434. .fa-eye-slash:before {
  14435. content: "\f070";
  14436. }
  14437. .fa-warning:before,
  14438. .fa-exclamation-triangle:before {
  14439. content: "\f071";
  14440. }
  14441. .fa-plane:before {
  14442. content: "\f072";
  14443. }
  14444. .fa-calendar:before {
  14445. content: "\f073";
  14446. }
  14447. .fa-random:before {
  14448. content: "\f074";
  14449. }
  14450. .fa-comment:before {
  14451. content: "\f075";
  14452. }
  14453. .fa-magnet:before {
  14454. content: "\f076";
  14455. }
  14456. .fa-chevron-up:before {
  14457. content: "\f077";
  14458. }
  14459. .fa-chevron-down:before {
  14460. content: "\f078";
  14461. }
  14462. .fa-retweet:before {
  14463. content: "\f079";
  14464. }
  14465. .fa-shopping-cart:before {
  14466. content: "\f07a";
  14467. }
  14468. .fa-folder:before {
  14469. content: "\f07b";
  14470. }
  14471. .fa-folder-open:before {
  14472. content: "\f07c";
  14473. }
  14474. .fa-arrows-v:before {
  14475. content: "\f07d";
  14476. }
  14477. .fa-arrows-h:before {
  14478. content: "\f07e";
  14479. }
  14480. .fa-bar-chart-o:before,
  14481. .fa-bar-chart:before {
  14482. content: "\f080";
  14483. }
  14484. .fa-twitter-square:before {
  14485. content: "\f081";
  14486. }
  14487. .fa-facebook-square:before {
  14488. content: "\f082";
  14489. }
  14490. .fa-camera-retro:before {
  14491. content: "\f083";
  14492. }
  14493. .fa-key:before {
  14494. content: "\f084";
  14495. }
  14496. .fa-gears:before,
  14497. .fa-cogs:before {
  14498. content: "\f085";
  14499. }
  14500. .fa-comments:before {
  14501. content: "\f086";
  14502. }
  14503. .fa-thumbs-o-up:before {
  14504. content: "\f087";
  14505. }
  14506. .fa-thumbs-o-down:before {
  14507. content: "\f088";
  14508. }
  14509. .fa-star-half:before {
  14510. content: "\f089";
  14511. }
  14512. .fa-heart-o:before {
  14513. content: "\f08a";
  14514. }
  14515. .fa-sign-out:before {
  14516. content: "\f08b";
  14517. }
  14518. .fa-linkedin-square:before {
  14519. content: "\f08c";
  14520. }
  14521. .fa-thumb-tack:before {
  14522. content: "\f08d";
  14523. }
  14524. .fa-external-link:before {
  14525. content: "\f08e";
  14526. }
  14527. .fa-sign-in:before {
  14528. content: "\f090";
  14529. }
  14530. .fa-trophy:before {
  14531. content: "\f091";
  14532. }
  14533. .fa-github-square:before {
  14534. content: "\f092";
  14535. }
  14536. .fa-upload:before {
  14537. content: "\f093";
  14538. }
  14539. .fa-lemon-o:before {
  14540. content: "\f094";
  14541. }
  14542. .fa-phone:before {
  14543. content: "\f095";
  14544. }
  14545. .fa-square-o:before {
  14546. content: "\f096";
  14547. }
  14548. .fa-bookmark-o:before {
  14549. content: "\f097";
  14550. }
  14551. .fa-phone-square:before {
  14552. content: "\f098";
  14553. }
  14554. .fa-twitter:before {
  14555. content: "\f099";
  14556. }
  14557. .fa-facebook-f:before,
  14558. .fa-facebook:before {
  14559. content: "\f09a";
  14560. }
  14561. .fa-github:before {
  14562. content: "\f09b";
  14563. }
  14564. .fa-unlock:before {
  14565. content: "\f09c";
  14566. }
  14567. .fa-credit-card:before {
  14568. content: "\f09d";
  14569. }
  14570. .fa-feed:before,
  14571. .fa-rss:before {
  14572. content: "\f09e";
  14573. }
  14574. .fa-hdd-o:before {
  14575. content: "\f0a0";
  14576. }
  14577. .fa-bullhorn:before {
  14578. content: "\f0a1";
  14579. }
  14580. .fa-bell:before {
  14581. content: "\f0f3";
  14582. }
  14583. .fa-certificate:before {
  14584. content: "\f0a3";
  14585. }
  14586. .fa-hand-o-right:before {
  14587. content: "\f0a4";
  14588. }
  14589. .fa-hand-o-left:before {
  14590. content: "\f0a5";
  14591. }
  14592. .fa-hand-o-up:before {
  14593. content: "\f0a6";
  14594. }
  14595. .fa-hand-o-down:before {
  14596. content: "\f0a7";
  14597. }
  14598. .fa-arrow-circle-left:before {
  14599. content: "\f0a8";
  14600. }
  14601. .fa-arrow-circle-right:before {
  14602. content: "\f0a9";
  14603. }
  14604. .fa-arrow-circle-up:before {
  14605. content: "\f0aa";
  14606. }
  14607. .fa-arrow-circle-down:before {
  14608. content: "\f0ab";
  14609. }
  14610. .fa-globe:before {
  14611. content: "\f0ac";
  14612. }
  14613. .fa-wrench:before {
  14614. content: "\f0ad";
  14615. }
  14616. .fa-tasks:before {
  14617. content: "\f0ae";
  14618. }
  14619. .fa-filter:before {
  14620. content: "\f0b0";
  14621. }
  14622. .fa-briefcase:before {
  14623. content: "\f0b1";
  14624. }
  14625. .fa-arrows-alt:before {
  14626. content: "\f0b2";
  14627. }
  14628. .fa-group:before,
  14629. .fa-users:before {
  14630. content: "\f0c0";
  14631. }
  14632. .fa-chain:before,
  14633. .fa-link:before {
  14634. content: "\f0c1";
  14635. }
  14636. .fa-cloud:before {
  14637. content: "\f0c2";
  14638. }
  14639. .fa-flask:before {
  14640. content: "\f0c3";
  14641. }
  14642. .fa-cut:before,
  14643. .fa-scissors:before {
  14644. content: "\f0c4";
  14645. }
  14646. .fa-copy:before,
  14647. .fa-files-o:before {
  14648. content: "\f0c5";
  14649. }
  14650. .fa-paperclip:before {
  14651. content: "\f0c6";
  14652. }
  14653. .fa-save:before,
  14654. .fa-floppy-o:before {
  14655. content: "\f0c7";
  14656. }
  14657. .fa-square:before {
  14658. content: "\f0c8";
  14659. }
  14660. .fa-navicon:before,
  14661. .fa-reorder:before,
  14662. .fa-bars:before {
  14663. content: "\f0c9";
  14664. }
  14665. .fa-list-ul:before {
  14666. content: "\f0ca";
  14667. }
  14668. .fa-list-ol:before {
  14669. content: "\f0cb";
  14670. }
  14671. .fa-strikethrough:before {
  14672. content: "\f0cc";
  14673. }
  14674. .fa-underline:before {
  14675. content: "\f0cd";
  14676. }
  14677. .fa-table:before {
  14678. content: "\f0ce";
  14679. }
  14680. .fa-magic:before {
  14681. content: "\f0d0";
  14682. }
  14683. .fa-truck:before {
  14684. content: "\f0d1";
  14685. }
  14686. .fa-pinterest:before {
  14687. content: "\f0d2";
  14688. }
  14689. .fa-pinterest-square:before {
  14690. content: "\f0d3";
  14691. }
  14692. .fa-google-plus-square:before {
  14693. content: "\f0d4";
  14694. }
  14695. .fa-google-plus:before {
  14696. content: "\f0d5";
  14697. }
  14698. .fa-money:before {
  14699. content: "\f0d6";
  14700. }
  14701. .fa-caret-down:before {
  14702. content: "\f0d7";
  14703. }
  14704. .fa-caret-up:before {
  14705. content: "\f0d8";
  14706. }
  14707. .fa-caret-left:before {
  14708. content: "\f0d9";
  14709. }
  14710. .fa-caret-right:before {
  14711. content: "\f0da";
  14712. }
  14713. .fa-columns:before {
  14714. content: "\f0db";
  14715. }
  14716. .fa-unsorted:before,
  14717. .fa-sort:before {
  14718. content: "\f0dc";
  14719. }
  14720. .fa-sort-down:before,
  14721. .fa-sort-desc:before {
  14722. content: "\f0dd";
  14723. }
  14724. .fa-sort-up:before,
  14725. .fa-sort-asc:before {
  14726. content: "\f0de";
  14727. }
  14728. .fa-envelope:before {
  14729. content: "\f0e0";
  14730. }
  14731. .fa-linkedin:before {
  14732. content: "\f0e1";
  14733. }
  14734. .fa-rotate-left:before,
  14735. .fa-undo:before {
  14736. content: "\f0e2";
  14737. }
  14738. .fa-legal:before,
  14739. .fa-gavel:before {
  14740. content: "\f0e3";
  14741. }
  14742. .fa-dashboard:before,
  14743. .fa-tachometer:before {
  14744. content: "\f0e4";
  14745. }
  14746. .fa-comment-o:before {
  14747. content: "\f0e5";
  14748. }
  14749. .fa-comments-o:before {
  14750. content: "\f0e6";
  14751. }
  14752. .fa-flash:before,
  14753. .fa-bolt:before {
  14754. content: "\f0e7";
  14755. }
  14756. .fa-sitemap:before {
  14757. content: "\f0e8";
  14758. }
  14759. .fa-umbrella:before {
  14760. content: "\f0e9";
  14761. }
  14762. .fa-paste:before,
  14763. .fa-clipboard:before {
  14764. content: "\f0ea";
  14765. }
  14766. .fa-lightbulb-o:before {
  14767. content: "\f0eb";
  14768. }
  14769. .fa-exchange:before {
  14770. content: "\f0ec";
  14771. }
  14772. .fa-cloud-download:before {
  14773. content: "\f0ed";
  14774. }
  14775. .fa-cloud-upload:before {
  14776. content: "\f0ee";
  14777. }
  14778. .fa-user-md:before {
  14779. content: "\f0f0";
  14780. }
  14781. .fa-stethoscope:before {
  14782. content: "\f0f1";
  14783. }
  14784. .fa-suitcase:before {
  14785. content: "\f0f2";
  14786. }
  14787. .fa-bell-o:before {
  14788. content: "\f0a2";
  14789. }
  14790. .fa-coffee:before {
  14791. content: "\f0f4";
  14792. }
  14793. .fa-cutlery:before {
  14794. content: "\f0f5";
  14795. }
  14796. .fa-file-text-o:before {
  14797. content: "\f0f6";
  14798. }
  14799. .fa-building-o:before {
  14800. content: "\f0f7";
  14801. }
  14802. .fa-hospital-o:before {
  14803. content: "\f0f8";
  14804. }
  14805. .fa-ambulance:before {
  14806. content: "\f0f9";
  14807. }
  14808. .fa-medkit:before {
  14809. content: "\f0fa";
  14810. }
  14811. .fa-fighter-jet:before {
  14812. content: "\f0fb";
  14813. }
  14814. .fa-beer:before {
  14815. content: "\f0fc";
  14816. }
  14817. .fa-h-square:before {
  14818. content: "\f0fd";
  14819. }
  14820. .fa-plus-square:before {
  14821. content: "\f0fe";
  14822. }
  14823. .fa-angle-double-left:before {
  14824. content: "\f100";
  14825. }
  14826. .fa-angle-double-right:before {
  14827. content: "\f101";
  14828. }
  14829. .fa-angle-double-up:before {
  14830. content: "\f102";
  14831. }
  14832. .fa-angle-double-down:before {
  14833. content: "\f103";
  14834. }
  14835. .fa-angle-left:before {
  14836. content: "\f104";
  14837. }
  14838. .fa-angle-right:before {
  14839. content: "\f105";
  14840. }
  14841. .fa-angle-up:before {
  14842. content: "\f106";
  14843. }
  14844. .fa-angle-down:before {
  14845. content: "\f107";
  14846. }
  14847. .fa-desktop:before {
  14848. content: "\f108";
  14849. }
  14850. .fa-laptop:before {
  14851. content: "\f109";
  14852. }
  14853. .fa-tablet:before {
  14854. content: "\f10a";
  14855. }
  14856. .fa-mobile-phone:before,
  14857. .fa-mobile:before {
  14858. content: "\f10b";
  14859. }
  14860. .fa-circle-o:before {
  14861. content: "\f10c";
  14862. }
  14863. .fa-quote-left:before {
  14864. content: "\f10d";
  14865. }
  14866. .fa-quote-right:before {
  14867. content: "\f10e";
  14868. }
  14869. .fa-spinner:before {
  14870. content: "\f110";
  14871. }
  14872. .fa-circle:before {
  14873. content: "\f111";
  14874. }
  14875. .fa-mail-reply:before,
  14876. .fa-reply:before {
  14877. content: "\f112";
  14878. }
  14879. .fa-github-alt:before {
  14880. content: "\f113";
  14881. }
  14882. .fa-folder-o:before {
  14883. content: "\f114";
  14884. }
  14885. .fa-folder-open-o:before {
  14886. content: "\f115";
  14887. }
  14888. .fa-smile-o:before {
  14889. content: "\f118";
  14890. }
  14891. .fa-frown-o:before {
  14892. content: "\f119";
  14893. }
  14894. .fa-meh-o:before {
  14895. content: "\f11a";
  14896. }
  14897. .fa-gamepad:before {
  14898. content: "\f11b";
  14899. }
  14900. .fa-keyboard-o:before {
  14901. content: "\f11c";
  14902. }
  14903. .fa-flag-o:before {
  14904. content: "\f11d";
  14905. }
  14906. .fa-flag-checkered:before {
  14907. content: "\f11e";
  14908. }
  14909. .fa-terminal:before {
  14910. content: "\f120";
  14911. }
  14912. .fa-code:before {
  14913. content: "\f121";
  14914. }
  14915. .fa-mail-reply-all:before,
  14916. .fa-reply-all:before {
  14917. content: "\f122";
  14918. }
  14919. .fa-star-half-empty:before,
  14920. .fa-star-half-full:before,
  14921. .fa-star-half-o:before {
  14922. content: "\f123";
  14923. }
  14924. .fa-location-arrow:before {
  14925. content: "\f124";
  14926. }
  14927. .fa-crop:before {
  14928. content: "\f125";
  14929. }
  14930. .fa-code-fork:before {
  14931. content: "\f126";
  14932. }
  14933. .fa-unlink:before,
  14934. .fa-chain-broken:before {
  14935. content: "\f127";
  14936. }
  14937. .fa-question:before {
  14938. content: "\f128";
  14939. }
  14940. .fa-info:before {
  14941. content: "\f129";
  14942. }
  14943. .fa-exclamation:before {
  14944. content: "\f12a";
  14945. }
  14946. .fa-superscript:before {
  14947. content: "\f12b";
  14948. }
  14949. .fa-subscript:before {
  14950. content: "\f12c";
  14951. }
  14952. .fa-eraser:before {
  14953. content: "\f12d";
  14954. }
  14955. .fa-puzzle-piece:before {
  14956. content: "\f12e";
  14957. }
  14958. .fa-microphone:before {
  14959. content: "\f130";
  14960. }
  14961. .fa-microphone-slash:before {
  14962. content: "\f131";
  14963. }
  14964. .fa-shield:before {
  14965. content: "\f132";
  14966. }
  14967. .fa-calendar-o:before {
  14968. content: "\f133";
  14969. }
  14970. .fa-fire-extinguisher:before {
  14971. content: "\f134";
  14972. }
  14973. .fa-rocket:before {
  14974. content: "\f135";
  14975. }
  14976. .fa-maxcdn:before {
  14977. content: "\f136";
  14978. }
  14979. .fa-chevron-circle-left:before {
  14980. content: "\f137";
  14981. }
  14982. .fa-chevron-circle-right:before {
  14983. content: "\f138";
  14984. }
  14985. .fa-chevron-circle-up:before {
  14986. content: "\f139";
  14987. }
  14988. .fa-chevron-circle-down:before {
  14989. content: "\f13a";
  14990. }
  14991. .fa-html5:before {
  14992. content: "\f13b";
  14993. }
  14994. .fa-css3:before {
  14995. content: "\f13c";
  14996. }
  14997. .fa-anchor:before {
  14998. content: "\f13d";
  14999. }
  15000. .fa-unlock-alt:before {
  15001. content: "\f13e";
  15002. }
  15003. .fa-bullseye:before {
  15004. content: "\f140";
  15005. }
  15006. .fa-ellipsis-h:before {
  15007. content: "\f141";
  15008. }
  15009. .fa-ellipsis-v:before {
  15010. content: "\f142";
  15011. }
  15012. .fa-rss-square:before {
  15013. content: "\f143";
  15014. }
  15015. .fa-play-circle:before {
  15016. content: "\f144";
  15017. }
  15018. .fa-ticket:before {
  15019. content: "\f145";
  15020. }
  15021. .fa-minus-square:before {
  15022. content: "\f146";
  15023. }
  15024. .fa-minus-square-o:before {
  15025. content: "\f147";
  15026. }
  15027. .fa-level-up:before {
  15028. content: "\f148";
  15029. }
  15030. .fa-level-down:before {
  15031. content: "\f149";
  15032. }
  15033. .fa-check-square:before {
  15034. content: "\f14a";
  15035. }
  15036. .fa-pencil-square:before {
  15037. content: "\f14b";
  15038. }
  15039. .fa-external-link-square:before {
  15040. content: "\f14c";
  15041. }
  15042. .fa-share-square:before {
  15043. content: "\f14d";
  15044. }
  15045. .fa-compass:before {
  15046. content: "\f14e";
  15047. }
  15048. .fa-toggle-down:before,
  15049. .fa-caret-square-o-down:before {
  15050. content: "\f150";
  15051. }
  15052. .fa-toggle-up:before,
  15053. .fa-caret-square-o-up:before {
  15054. content: "\f151";
  15055. }
  15056. .fa-toggle-right:before,
  15057. .fa-caret-square-o-right:before {
  15058. content: "\f152";
  15059. }
  15060. .fa-euro:before,
  15061. .fa-eur:before {
  15062. content: "\f153";
  15063. }
  15064. .fa-gbp:before {
  15065. content: "\f154";
  15066. }
  15067. .fa-dollar:before,
  15068. .fa-usd:before {
  15069. content: "\f155";
  15070. }
  15071. .fa-rupee:before,
  15072. .fa-inr:before {
  15073. content: "\f156";
  15074. }
  15075. .fa-cny:before,
  15076. .fa-rmb:before,
  15077. .fa-yen:before,
  15078. .fa-jpy:before {
  15079. content: "\f157";
  15080. }
  15081. .fa-ruble:before,
  15082. .fa-rouble:before,
  15083. .fa-rub:before {
  15084. content: "\f158";
  15085. }
  15086. .fa-won:before,
  15087. .fa-krw:before {
  15088. content: "\f159";
  15089. }
  15090. .fa-bitcoin:before,
  15091. .fa-btc:before {
  15092. content: "\f15a";
  15093. }
  15094. .fa-file:before {
  15095. content: "\f15b";
  15096. }
  15097. .fa-file-text:before {
  15098. content: "\f15c";
  15099. }
  15100. .fa-sort-alpha-asc:before {
  15101. content: "\f15d";
  15102. }
  15103. .fa-sort-alpha-desc:before {
  15104. content: "\f15e";
  15105. }
  15106. .fa-sort-amount-asc:before {
  15107. content: "\f160";
  15108. }
  15109. .fa-sort-amount-desc:before {
  15110. content: "\f161";
  15111. }
  15112. .fa-sort-numeric-asc:before {
  15113. content: "\f162";
  15114. }
  15115. .fa-sort-numeric-desc:before {
  15116. content: "\f163";
  15117. }
  15118. .fa-thumbs-up:before {
  15119. content: "\f164";
  15120. }
  15121. .fa-thumbs-down:before {
  15122. content: "\f165";
  15123. }
  15124. .fa-youtube-square:before {
  15125. content: "\f166";
  15126. }
  15127. .fa-youtube:before {
  15128. content: "\f167";
  15129. }
  15130. .fa-xing:before {
  15131. content: "\f168";
  15132. }
  15133. .fa-xing-square:before {
  15134. content: "\f169";
  15135. }
  15136. .fa-youtube-play:before {
  15137. content: "\f16a";
  15138. }
  15139. .fa-dropbox:before {
  15140. content: "\f16b";
  15141. }
  15142. .fa-stack-overflow:before {
  15143. content: "\f16c";
  15144. }
  15145. .fa-instagram:before {
  15146. content: "\f16d";
  15147. }
  15148. .fa-flickr:before {
  15149. content: "\f16e";
  15150. }
  15151. .fa-adn:before {
  15152. content: "\f170";
  15153. }
  15154. .fa-bitbucket:before {
  15155. content: "\f171";
  15156. }
  15157. .fa-bitbucket-square:before {
  15158. content: "\f172";
  15159. }
  15160. .fa-tumblr:before {
  15161. content: "\f173";
  15162. }
  15163. .fa-tumblr-square:before {
  15164. content: "\f174";
  15165. }
  15166. .fa-long-arrow-down:before {
  15167. content: "\f175";
  15168. }
  15169. .fa-long-arrow-up:before {
  15170. content: "\f176";
  15171. }
  15172. .fa-long-arrow-left:before {
  15173. content: "\f177";
  15174. }
  15175. .fa-long-arrow-right:before {
  15176. content: "\f178";
  15177. }
  15178. .fa-apple:before {
  15179. content: "\f179";
  15180. }
  15181. .fa-windows:before {
  15182. content: "\f17a";
  15183. }
  15184. .fa-android:before {
  15185. content: "\f17b";
  15186. }
  15187. .fa-linux:before {
  15188. content: "\f17c";
  15189. }
  15190. .fa-dribbble:before {
  15191. content: "\f17d";
  15192. }
  15193. .fa-skype:before {
  15194. content: "\f17e";
  15195. }
  15196. .fa-foursquare:before {
  15197. content: "\f180";
  15198. }
  15199. .fa-trello:before {
  15200. content: "\f181";
  15201. }
  15202. .fa-female:before {
  15203. content: "\f182";
  15204. }
  15205. .fa-male:before {
  15206. content: "\f183";
  15207. }
  15208. .fa-gittip:before,
  15209. .fa-gratipay:before {
  15210. content: "\f184";
  15211. }
  15212. .fa-sun-o:before {
  15213. content: "\f185";
  15214. }
  15215. .fa-moon-o:before {
  15216. content: "\f186";
  15217. }
  15218. .fa-archive:before {
  15219. content: "\f187";
  15220. }
  15221. .fa-bug:before {
  15222. content: "\f188";
  15223. }
  15224. .fa-vk:before {
  15225. content: "\f189";
  15226. }
  15227. .fa-weibo:before {
  15228. content: "\f18a";
  15229. }
  15230. .fa-renren:before {
  15231. content: "\f18b";
  15232. }
  15233. .fa-pagelines:before {
  15234. content: "\f18c";
  15235. }
  15236. .fa-stack-exchange:before {
  15237. content: "\f18d";
  15238. }
  15239. .fa-arrow-circle-o-right:before {
  15240. content: "\f18e";
  15241. }
  15242. .fa-arrow-circle-o-left:before {
  15243. content: "\f190";
  15244. }
  15245. .fa-toggle-left:before,
  15246. .fa-caret-square-o-left:before {
  15247. content: "\f191";
  15248. }
  15249. .fa-dot-circle-o:before {
  15250. content: "\f192";
  15251. }
  15252. .fa-wheelchair:before {
  15253. content: "\f193";
  15254. }
  15255. .fa-vimeo-square:before {
  15256. content: "\f194";
  15257. }
  15258. .fa-turkish-lira:before,
  15259. .fa-try:before {
  15260. content: "\f195";
  15261. }
  15262. .fa-plus-square-o:before {
  15263. content: "\f196";
  15264. }
  15265. .fa-space-shuttle:before {
  15266. content: "\f197";
  15267. }
  15268. .fa-slack:before {
  15269. content: "\f198";
  15270. }
  15271. .fa-envelope-square:before {
  15272. content: "\f199";
  15273. }
  15274. .fa-wordpress:before {
  15275. content: "\f19a";
  15276. }
  15277. .fa-openid:before {
  15278. content: "\f19b";
  15279. }
  15280. .fa-institution:before,
  15281. .fa-bank:before,
  15282. .fa-university:before {
  15283. content: "\f19c";
  15284. }
  15285. .fa-mortar-board:before,
  15286. .fa-graduation-cap:before {
  15287. content: "\f19d";
  15288. }
  15289. .fa-yahoo:before {
  15290. content: "\f19e";
  15291. }
  15292. .fa-google:before {
  15293. content: "\f1a0";
  15294. }
  15295. .fa-reddit:before {
  15296. content: "\f1a1";
  15297. }
  15298. .fa-reddit-square:before {
  15299. content: "\f1a2";
  15300. }
  15301. .fa-stumbleupon-circle:before {
  15302. content: "\f1a3";
  15303. }
  15304. .fa-stumbleupon:before {
  15305. content: "\f1a4";
  15306. }
  15307. .fa-delicious:before {
  15308. content: "\f1a5";
  15309. }
  15310. .fa-digg:before {
  15311. content: "\f1a6";
  15312. }
  15313. .fa-pied-piper:before {
  15314. content: "\f1a7";
  15315. }
  15316. .fa-pied-piper-alt:before {
  15317. content: "\f1a8";
  15318. }
  15319. .fa-drupal:before {
  15320. content: "\f1a9";
  15321. }
  15322. .fa-joomla:before {
  15323. content: "\f1aa";
  15324. }
  15325. .fa-language:before {
  15326. content: "\f1ab";
  15327. }
  15328. .fa-fax:before {
  15329. content: "\f1ac";
  15330. }
  15331. .fa-building:before {
  15332. content: "\f1ad";
  15333. }
  15334. .fa-child:before {
  15335. content: "\f1ae";
  15336. }
  15337. .fa-paw:before {
  15338. content: "\f1b0";
  15339. }
  15340. .fa-spoon:before {
  15341. content: "\f1b1";
  15342. }
  15343. .fa-cube:before {
  15344. content: "\f1b2";
  15345. }
  15346. .fa-cubes:before {
  15347. content: "\f1b3";
  15348. }
  15349. .fa-behance:before {
  15350. content: "\f1b4";
  15351. }
  15352. .fa-behance-square:before {
  15353. content: "\f1b5";
  15354. }
  15355. .fa-steam:before {
  15356. content: "\f1b6";
  15357. }
  15358. .fa-steam-square:before {
  15359. content: "\f1b7";
  15360. }
  15361. .fa-recycle:before {
  15362. content: "\f1b8";
  15363. }
  15364. .fa-automobile:before,
  15365. .fa-car:before {
  15366. content: "\f1b9";
  15367. }
  15368. .fa-cab:before,
  15369. .fa-taxi:before {
  15370. content: "\f1ba";
  15371. }
  15372. .fa-tree:before {
  15373. content: "\f1bb";
  15374. }
  15375. .fa-spotify:before {
  15376. content: "\f1bc";
  15377. }
  15378. .fa-deviantart:before {
  15379. content: "\f1bd";
  15380. }
  15381. .fa-soundcloud:before {
  15382. content: "\f1be";
  15383. }
  15384. .fa-database:before {
  15385. content: "\f1c0";
  15386. }
  15387. .fa-file-pdf-o:before {
  15388. content: "\f1c1";
  15389. }
  15390. .fa-file-word-o:before {
  15391. content: "\f1c2";
  15392. }
  15393. .fa-file-excel-o:before {
  15394. content: "\f1c3";
  15395. }
  15396. .fa-file-powerpoint-o:before {
  15397. content: "\f1c4";
  15398. }
  15399. .fa-file-photo-o:before,
  15400. .fa-file-picture-o:before,
  15401. .fa-file-image-o:before {
  15402. content: "\f1c5";
  15403. }
  15404. .fa-file-zip-o:before,
  15405. .fa-file-archive-o:before {
  15406. content: "\f1c6";
  15407. }
  15408. .fa-file-sound-o:before,
  15409. .fa-file-audio-o:before {
  15410. content: "\f1c7";
  15411. }
  15412. .fa-file-movie-o:before,
  15413. .fa-file-video-o:before {
  15414. content: "\f1c8";
  15415. }
  15416. .fa-file-code-o:before {
  15417. content: "\f1c9";
  15418. }
  15419. .fa-vine:before {
  15420. content: "\f1ca";
  15421. }
  15422. .fa-codepen:before {
  15423. content: "\f1cb";
  15424. }
  15425. .fa-jsfiddle:before {
  15426. content: "\f1cc";
  15427. }
  15428. .fa-life-bouy:before,
  15429. .fa-life-buoy:before,
  15430. .fa-life-saver:before,
  15431. .fa-support:before,
  15432. .fa-life-ring:before {
  15433. content: "\f1cd";
  15434. }
  15435. .fa-circle-o-notch:before {
  15436. content: "\f1ce";
  15437. }
  15438. .fa-ra:before,
  15439. .fa-rebel:before {
  15440. content: "\f1d0";
  15441. }
  15442. .fa-ge:before,
  15443. .fa-empire:before {
  15444. content: "\f1d1";
  15445. }
  15446. .fa-git-square:before {
  15447. content: "\f1d2";
  15448. }
  15449. .fa-git:before {
  15450. content: "\f1d3";
  15451. }
  15452. .fa-y-combinator-square:before,
  15453. .fa-yc-square:before,
  15454. .fa-hacker-news:before {
  15455. content: "\f1d4";
  15456. }
  15457. .fa-tencent-weibo:before {
  15458. content: "\f1d5";
  15459. }
  15460. .fa-qq:before {
  15461. content: "\f1d6";
  15462. }
  15463. .fa-wechat:before,
  15464. .fa-weixin:before {
  15465. content: "\f1d7";
  15466. }
  15467. .fa-send:before,
  15468. .fa-paper-plane:before {
  15469. content: "\f1d8";
  15470. }
  15471. .fa-send-o:before,
  15472. .fa-paper-plane-o:before {
  15473. content: "\f1d9";
  15474. }
  15475. .fa-history:before {
  15476. content: "\f1da";
  15477. }
  15478. .fa-circle-thin:before {
  15479. content: "\f1db";
  15480. }
  15481. .fa-header:before {
  15482. content: "\f1dc";
  15483. }
  15484. .fa-paragraph:before {
  15485. content: "\f1dd";
  15486. }
  15487. .fa-sliders:before {
  15488. content: "\f1de";
  15489. }
  15490. .fa-share-alt:before {
  15491. content: "\f1e0";
  15492. }
  15493. .fa-share-alt-square:before {
  15494. content: "\f1e1";
  15495. }
  15496. .fa-bomb:before {
  15497. content: "\f1e2";
  15498. }
  15499. .fa-soccer-ball-o:before,
  15500. .fa-futbol-o:before {
  15501. content: "\f1e3";
  15502. }
  15503. .fa-tty:before {
  15504. content: "\f1e4";
  15505. }
  15506. .fa-binoculars:before {
  15507. content: "\f1e5";
  15508. }
  15509. .fa-plug:before {
  15510. content: "\f1e6";
  15511. }
  15512. .fa-slideshare:before {
  15513. content: "\f1e7";
  15514. }
  15515. .fa-twitch:before {
  15516. content: "\f1e8";
  15517. }
  15518. .fa-yelp:before {
  15519. content: "\f1e9";
  15520. }
  15521. .fa-newspaper-o:before {
  15522. content: "\f1ea";
  15523. }
  15524. .fa-wifi:before {
  15525. content: "\f1eb";
  15526. }
  15527. .fa-calculator:before {
  15528. content: "\f1ec";
  15529. }
  15530. .fa-paypal:before {
  15531. content: "\f1ed";
  15532. }
  15533. .fa-google-wallet:before {
  15534. content: "\f1ee";
  15535. }
  15536. .fa-cc-visa:before {
  15537. content: "\f1f0";
  15538. }
  15539. .fa-cc-mastercard:before {
  15540. content: "\f1f1";
  15541. }
  15542. .fa-cc-discover:before {
  15543. content: "\f1f2";
  15544. }
  15545. .fa-cc-amex:before {
  15546. content: "\f1f3";
  15547. }
  15548. .fa-cc-paypal:before {
  15549. content: "\f1f4";
  15550. }
  15551. .fa-cc-stripe:before {
  15552. content: "\f1f5";
  15553. }
  15554. .fa-bell-slash:before {
  15555. content: "\f1f6";
  15556. }
  15557. .fa-bell-slash-o:before {
  15558. content: "\f1f7";
  15559. }
  15560. .fa-trash:before {
  15561. content: "\f1f8";
  15562. }
  15563. .fa-copyright:before {
  15564. content: "\f1f9";
  15565. }
  15566. .fa-at:before {
  15567. content: "\f1fa";
  15568. }
  15569. .fa-eyedropper:before {
  15570. content: "\f1fb";
  15571. }
  15572. .fa-paint-brush:before {
  15573. content: "\f1fc";
  15574. }
  15575. .fa-birthday-cake:before {
  15576. content: "\f1fd";
  15577. }
  15578. .fa-area-chart:before {
  15579. content: "\f1fe";
  15580. }
  15581. .fa-pie-chart:before {
  15582. content: "\f200";
  15583. }
  15584. .fa-line-chart:before {
  15585. content: "\f201";
  15586. }
  15587. .fa-lastfm:before {
  15588. content: "\f202";
  15589. }
  15590. .fa-lastfm-square:before {
  15591. content: "\f203";
  15592. }
  15593. .fa-toggle-off:before {
  15594. content: "\f204";
  15595. }
  15596. .fa-toggle-on:before {
  15597. content: "\f205";
  15598. }
  15599. .fa-bicycle:before {
  15600. content: "\f206";
  15601. }
  15602. .fa-bus:before {
  15603. content: "\f207";
  15604. }
  15605. .fa-ioxhost:before {
  15606. content: "\f208";
  15607. }
  15608. .fa-angellist:before {
  15609. content: "\f209";
  15610. }
  15611. .fa-cc:before {
  15612. content: "\f20a";
  15613. }
  15614. .fa-shekel:before,
  15615. .fa-sheqel:before,
  15616. .fa-ils:before {
  15617. content: "\f20b";
  15618. }
  15619. .fa-meanpath:before {
  15620. content: "\f20c";
  15621. }
  15622. .fa-buysellads:before {
  15623. content: "\f20d";
  15624. }
  15625. .fa-connectdevelop:before {
  15626. content: "\f20e";
  15627. }
  15628. .fa-dashcube:before {
  15629. content: "\f210";
  15630. }
  15631. .fa-forumbee:before {
  15632. content: "\f211";
  15633. }
  15634. .fa-leanpub:before {
  15635. content: "\f212";
  15636. }
  15637. .fa-sellsy:before {
  15638. content: "\f213";
  15639. }
  15640. .fa-shirtsinbulk:before {
  15641. content: "\f214";
  15642. }
  15643. .fa-simplybuilt:before {
  15644. content: "\f215";
  15645. }
  15646. .fa-skyatlas:before {
  15647. content: "\f216";
  15648. }
  15649. .fa-cart-plus:before {
  15650. content: "\f217";
  15651. }
  15652. .fa-cart-arrow-down:before {
  15653. content: "\f218";
  15654. }
  15655. .fa-diamond:before {
  15656. content: "\f219";
  15657. }
  15658. .fa-ship:before {
  15659. content: "\f21a";
  15660. }
  15661. .fa-user-secret:before {
  15662. content: "\f21b";
  15663. }
  15664. .fa-motorcycle:before {
  15665. content: "\f21c";
  15666. }
  15667. .fa-street-view:before {
  15668. content: "\f21d";
  15669. }
  15670. .fa-heartbeat:before {
  15671. content: "\f21e";
  15672. }
  15673. .fa-venus:before {
  15674. content: "\f221";
  15675. }
  15676. .fa-mars:before {
  15677. content: "\f222";
  15678. }
  15679. .fa-mercury:before {
  15680. content: "\f223";
  15681. }
  15682. .fa-intersex:before,
  15683. .fa-transgender:before {
  15684. content: "\f224";
  15685. }
  15686. .fa-transgender-alt:before {
  15687. content: "\f225";
  15688. }
  15689. .fa-venus-double:before {
  15690. content: "\f226";
  15691. }
  15692. .fa-mars-double:before {
  15693. content: "\f227";
  15694. }
  15695. .fa-venus-mars:before {
  15696. content: "\f228";
  15697. }
  15698. .fa-mars-stroke:before {
  15699. content: "\f229";
  15700. }
  15701. .fa-mars-stroke-v:before {
  15702. content: "\f22a";
  15703. }
  15704. .fa-mars-stroke-h:before {
  15705. content: "\f22b";
  15706. }
  15707. .fa-neuter:before {
  15708. content: "\f22c";
  15709. }
  15710. .fa-genderless:before {
  15711. content: "\f22d";
  15712. }
  15713. .fa-facebook-official:before {
  15714. content: "\f230";
  15715. }
  15716. .fa-pinterest-p:before {
  15717. content: "\f231";
  15718. }
  15719. .fa-whatsapp:before {
  15720. content: "\f232";
  15721. }
  15722. .fa-server:before {
  15723. content: "\f233";
  15724. }
  15725. .fa-user-plus:before {
  15726. content: "\f234";
  15727. }
  15728. .fa-user-times:before {
  15729. content: "\f235";
  15730. }
  15731. .fa-hotel:before,
  15732. .fa-bed:before {
  15733. content: "\f236";
  15734. }
  15735. .fa-viacoin:before {
  15736. content: "\f237";
  15737. }
  15738. .fa-train:before {
  15739. content: "\f238";
  15740. }
  15741. .fa-subway:before {
  15742. content: "\f239";
  15743. }
  15744. .fa-medium:before {
  15745. content: "\f23a";
  15746. }
  15747. .fa-yc:before,
  15748. .fa-y-combinator:before {
  15749. content: "\f23b";
  15750. }
  15751. .fa-optin-monster:before {
  15752. content: "\f23c";
  15753. }
  15754. .fa-opencart:before {
  15755. content: "\f23d";
  15756. }
  15757. .fa-expeditedssl:before {
  15758. content: "\f23e";
  15759. }
  15760. .fa-battery-4:before,
  15761. .fa-battery-full:before {
  15762. content: "\f240";
  15763. }
  15764. .fa-battery-3:before,
  15765. .fa-battery-three-quarters:before {
  15766. content: "\f241";
  15767. }
  15768. .fa-battery-2:before,
  15769. .fa-battery-half:before {
  15770. content: "\f242";
  15771. }
  15772. .fa-battery-1:before,
  15773. .fa-battery-quarter:before {
  15774. content: "\f243";
  15775. }
  15776. .fa-battery-0:before,
  15777. .fa-battery-empty:before {
  15778. content: "\f244";
  15779. }
  15780. .fa-mouse-pointer:before {
  15781. content: "\f245";
  15782. }
  15783. .fa-i-cursor:before {
  15784. content: "\f246";
  15785. }
  15786. .fa-object-group:before {
  15787. content: "\f247";
  15788. }
  15789. .fa-object-ungroup:before {
  15790. content: "\f248";
  15791. }
  15792. .fa-sticky-note:before {
  15793. content: "\f249";
  15794. }
  15795. .fa-sticky-note-o:before {
  15796. content: "\f24a";
  15797. }
  15798. .fa-cc-jcb:before {
  15799. content: "\f24b";
  15800. }
  15801. .fa-cc-diners-club:before {
  15802. content: "\f24c";
  15803. }
  15804. .fa-clone:before {
  15805. content: "\f24d";
  15806. }
  15807. .fa-balance-scale:before {
  15808. content: "\f24e";
  15809. }
  15810. .fa-hourglass-o:before {
  15811. content: "\f250";
  15812. }
  15813. .fa-hourglass-1:before,
  15814. .fa-hourglass-start:before {
  15815. content: "\f251";
  15816. }
  15817. .fa-hourglass-2:before,
  15818. .fa-hourglass-half:before {
  15819. content: "\f252";
  15820. }
  15821. .fa-hourglass-3:before,
  15822. .fa-hourglass-end:before {
  15823. content: "\f253";
  15824. }
  15825. .fa-hourglass:before {
  15826. content: "\f254";
  15827. }
  15828. .fa-hand-grab-o:before,
  15829. .fa-hand-rock-o:before {
  15830. content: "\f255";
  15831. }
  15832. .fa-hand-stop-o:before,
  15833. .fa-hand-paper-o:before {
  15834. content: "\f256";
  15835. }
  15836. .fa-hand-scissors-o:before {
  15837. content: "\f257";
  15838. }
  15839. .fa-hand-lizard-o:before {
  15840. content: "\f258";
  15841. }
  15842. .fa-hand-spock-o:before {
  15843. content: "\f259";
  15844. }
  15845. .fa-hand-pointer-o:before {
  15846. content: "\f25a";
  15847. }
  15848. .fa-hand-peace-o:before {
  15849. content: "\f25b";
  15850. }
  15851. .fa-trademark:before {
  15852. content: "\f25c";
  15853. }
  15854. .fa-registered:before {
  15855. content: "\f25d";
  15856. }
  15857. .fa-creative-commons:before {
  15858. content: "\f25e";
  15859. }
  15860. .fa-gg:before {
  15861. content: "\f260";
  15862. }
  15863. .fa-gg-circle:before {
  15864. content: "\f261";
  15865. }
  15866. .fa-tripadvisor:before {
  15867. content: "\f262";
  15868. }
  15869. .fa-odnoklassniki:before {
  15870. content: "\f263";
  15871. }
  15872. .fa-odnoklassniki-square:before {
  15873. content: "\f264";
  15874. }
  15875. .fa-get-pocket:before {
  15876. content: "\f265";
  15877. }
  15878. .fa-wikipedia-w:before {
  15879. content: "\f266";
  15880. }
  15881. .fa-safari:before {
  15882. content: "\f267";
  15883. }
  15884. .fa-chrome:before {
  15885. content: "\f268";
  15886. }
  15887. .fa-firefox:before {
  15888. content: "\f269";
  15889. }
  15890. .fa-opera:before {
  15891. content: "\f26a";
  15892. }
  15893. .fa-internet-explorer:before {
  15894. content: "\f26b";
  15895. }
  15896. .fa-tv:before,
  15897. .fa-television:before {
  15898. content: "\f26c";
  15899. }
  15900. .fa-contao:before {
  15901. content: "\f26d";
  15902. }
  15903. .fa-500px:before {
  15904. content: "\f26e";
  15905. }
  15906. .fa-amazon:before {
  15907. content: "\f270";
  15908. }
  15909. .fa-calendar-plus-o:before {
  15910. content: "\f271";
  15911. }
  15912. .fa-calendar-minus-o:before {
  15913. content: "\f272";
  15914. }
  15915. .fa-calendar-times-o:before {
  15916. content: "\f273";
  15917. }
  15918. .fa-calendar-check-o:before {
  15919. content: "\f274";
  15920. }
  15921. .fa-industry:before {
  15922. content: "\f275";
  15923. }
  15924. .fa-map-pin:before {
  15925. content: "\f276";
  15926. }
  15927. .fa-map-signs:before {
  15928. content: "\f277";
  15929. }
  15930. .fa-map-o:before {
  15931. content: "\f278";
  15932. }
  15933. .fa-map:before {
  15934. content: "\f279";
  15935. }
  15936. .fa-commenting:before {
  15937. content: "\f27a";
  15938. }
  15939. .fa-commenting-o:before {
  15940. content: "\f27b";
  15941. }
  15942. .fa-houzz:before {
  15943. content: "\f27c";
  15944. }
  15945. .fa-vimeo:before {
  15946. content: "\f27d";
  15947. }
  15948. .fa-black-tie:before {
  15949. content: "\f27e";
  15950. }
  15951. .fa-fonticons:before {
  15952. content: "\f280";
  15953. }
  15954. /*!
  15955. * Bootstrap v3.2.0 (http://getbootstrap.com)
  15956. * Copyright 2011-2014 Twitter, Inc.
  15957. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  15958. */
  15959. /*!
  15960. * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=092ee733b98f7c8a7f01)
  15961. * Config saved to config.json and https://gist.github.com/092ee733b98f7c8a7f01
  15962. */
  15963. /*! normalize.css v3.0.1 | MIT License | git.io/normalize */
  15964. label {
  15965. display: inline-block;
  15966. max-width: 100%;
  15967. margin-bottom: 5px;
  15968. font-weight: bold;
  15969. }
  15970. input[type="search"] {
  15971. -webkit-box-sizing: border-box;
  15972. -moz-box-sizing: border-box;
  15973. box-sizing: border-box;
  15974. }
  15975. input[type="radio"],
  15976. input[type="checkbox"] {
  15977. margin: 4px 0 0;
  15978. margin-top: 1px \9;
  15979. line-height: normal;
  15980. }
  15981. input[type="file"] {
  15982. display: block;
  15983. }
  15984. input[type="range"] {
  15985. display: block;
  15986. width: 100%;
  15987. }
  15988. select[multiple],
  15989. select[size] {
  15990. height: auto;
  15991. }
  15992. input[type="file"]:focus,
  15993. input[type="radio"]:focus,
  15994. input[type="checkbox"]:focus {
  15995. outline: thin dotted;
  15996. outline: 5px auto -webkit-focus-ring-color;
  15997. outline-offset: -2px;
  15998. }
  15999. .form-control {
  16000. display: block;
  16001. width: 100%;
  16002. height: 34px;
  16003. padding: 6px 12px;
  16004. font-size: 14px;
  16005. line-height: 1.42857143;
  16006. color: #fff;
  16007. background-color: #282828;
  16008. background-image: none;
  16009. border: 1px solid transparent;
  16010. -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  16011. -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  16012. transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  16013. }
  16014. .form-control:focus {
  16015. border-color: #000;
  16016. box-shadow: none;
  16017. outline: 0;
  16018. }
  16019. .form-control::-moz-placeholder {
  16020. color: #777777;
  16021. opacity: 1;
  16022. }
  16023. .form-control:-ms-input-placeholder {
  16024. color: #777777;
  16025. }
  16026. .form-control::-webkit-input-placeholder {
  16027. color: #777777;
  16028. }
  16029. .form-control[disabled],
  16030. .form-control[readonly],
  16031. fieldset[disabled] .form-control {
  16032. cursor: not-allowed;
  16033. background-color: #eeeeee;
  16034. opacity: 1;
  16035. }
  16036. textarea.form-control {
  16037. height: auto;
  16038. }
  16039. input[type="search"] {
  16040. -webkit-appearance: none;
  16041. }
  16042. input[type="date"],
  16043. input[type="time"],
  16044. input[type="datetime-local"],
  16045. input[type="month"] {
  16046. line-height: 34px;
  16047. line-height: 1.42857143 \0;
  16048. }
  16049. input[type="date"].input-sm,
  16050. input[type="time"].input-sm,
  16051. input[type="datetime-local"].input-sm,
  16052. input[type="month"].input-sm {
  16053. line-height: 30px;
  16054. }
  16055. input[type="date"].input-lg,
  16056. input[type="time"].input-lg,
  16057. input[type="datetime-local"].input-lg,
  16058. input[type="month"].input-lg {
  16059. line-height: 46px;
  16060. }
  16061. .form-group {
  16062. margin-bottom: 5px;
  16063. }
  16064. .radio,
  16065. .checkbox {
  16066. position: relative;
  16067. display: block;
  16068. min-height: 20px;
  16069. margin-top: 10px;
  16070. margin-bottom: 10px;
  16071. }
  16072. .radio label,
  16073. .checkbox label {
  16074. margin-bottom: 0;
  16075. font-weight: normal;
  16076. cursor: pointer;
  16077. }
  16078. .radio input[type="radio"],
  16079. .radio-inline input[type="radio"],
  16080. .checkbox input[type="checkbox"],
  16081. .checkbox-inline input[type="checkbox"] {
  16082. position: absolute;
  16083. margin-left: -20px;
  16084. margin-top: 4px \9;
  16085. }
  16086. .radio + .radio,
  16087. .checkbox + .checkbox {
  16088. margin-top: -5px;
  16089. }
  16090. .radio-inline,
  16091. .checkbox-inline {
  16092. display: inline-block;
  16093. padding-left: 20px;
  16094. margin-bottom: 0;
  16095. vertical-align: middle;
  16096. font-weight: normal;
  16097. cursor: pointer;
  16098. }
  16099. .radio-inline + .radio-inline,
  16100. .checkbox-inline + .checkbox-inline {
  16101. margin-top: 0;
  16102. margin-left: 10px;
  16103. }
  16104. input[type="radio"][disabled],
  16105. input[type="checkbox"][disabled],
  16106. input[type="radio"].disabled,
  16107. input[type="checkbox"].disabled,
  16108. fieldset[disabled] input[type="radio"],
  16109. fieldset[disabled] input[type="checkbox"] {
  16110. cursor: not-allowed;
  16111. }
  16112. .radio-inline.disabled,
  16113. .checkbox-inline.disabled,
  16114. fieldset[disabled] .radio-inline,
  16115. fieldset[disabled] .checkbox-inline {
  16116. cursor: not-allowed;
  16117. }
  16118. .radio.disabled label,
  16119. .checkbox.disabled label,
  16120. fieldset[disabled] .radio label,
  16121. fieldset[disabled] .checkbox label {
  16122. cursor: not-allowed;
  16123. }
  16124. .form-control-static {
  16125. padding-top: 7px;
  16126. padding-bottom: 7px;
  16127. margin-bottom: 0;
  16128. }
  16129. .form-control-static.input-lg,
  16130. .form-control-static.input-sm {
  16131. padding-left: 0;
  16132. padding-right: 0;
  16133. }
  16134. .input-sm,
  16135. .form-horizontal .form-group-sm .form-control {
  16136. height: 30px;
  16137. padding: 5px 10px;
  16138. font-size: 12px;
  16139. line-height: 1.5;
  16140. border-radius: 3px;
  16141. }
  16142. select.input-sm {
  16143. height: 30px;
  16144. line-height: 30px;
  16145. }
  16146. textarea.input-sm,
  16147. select[multiple].input-sm {
  16148. height: auto;
  16149. }
  16150. .input-lg,
  16151. .form-horizontal .form-group-lg .form-control {
  16152. height: 46px;
  16153. padding: 10px 16px;
  16154. font-size: 18px;
  16155. line-height: 1.33;
  16156. border-radius: 6px;
  16157. }
  16158. select.input-lg {
  16159. height: 46px;
  16160. line-height: 46px;
  16161. }
  16162. textarea.input-lg,
  16163. select[multiple].input-lg {
  16164. height: auto;
  16165. }
  16166. .has-feedback {
  16167. position: relative;
  16168. }
  16169. .has-feedback .form-control {
  16170. padding-right: 42.5px;
  16171. }
  16172. .form-control-feedback {
  16173. position: absolute;
  16174. top: 25px;
  16175. right: 0;
  16176. z-index: 2;
  16177. display: block;
  16178. width: 34px;
  16179. height: 34px;
  16180. line-height: 34px;
  16181. text-align: center;
  16182. }
  16183. .input-lg + .form-control-feedback {
  16184. width: 46px;
  16185. height: 46px;
  16186. line-height: 46px;
  16187. }
  16188. .input-sm + .form-control-feedback {
  16189. width: 30px;
  16190. height: 30px;
  16191. line-height: 30px;
  16192. }
  16193. .has-success .help-block,
  16194. .has-success .control-label,
  16195. .has-success .radio,
  16196. .has-success .checkbox,
  16197. .has-success .radio-inline,
  16198. .has-success .checkbox-inline {
  16199. color: #3c763d;
  16200. }
  16201. .has-success .form-control {
  16202. border-color: #3c763d;
  16203. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  16204. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  16205. }
  16206. .has-success .form-control:focus {
  16207. border-color: #2b542c;
  16208. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  16209. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  16210. }
  16211. .has-success .input-group-addon {
  16212. color: #3c763d;
  16213. border-color: #3c763d;
  16214. background-color: #dff0d8;
  16215. }
  16216. .has-success .form-control-feedback {
  16217. color: #3c763d;
  16218. }
  16219. .has-warning .help-block,
  16220. .has-warning .control-label,
  16221. .has-warning .radio,
  16222. .has-warning .checkbox,
  16223. .has-warning .radio-inline,
  16224. .has-warning .checkbox-inline {
  16225. color: #8a6d3b;
  16226. }
  16227. .has-warning .form-control {
  16228. border-color: #8a6d3b;
  16229. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  16230. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  16231. }
  16232. .has-warning .form-control:focus {
  16233. border-color: #66512c;
  16234. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  16235. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  16236. }
  16237. .has-warning .input-group-addon {
  16238. color: #8a6d3b;
  16239. border-color: #8a6d3b;
  16240. background-color: #fcf8e3;
  16241. }
  16242. .has-warning .form-control-feedback {
  16243. color: #8a6d3b;
  16244. }
  16245. .has-error .help-block,
  16246. .has-error .control-label,
  16247. .has-error .radio,
  16248. .has-error .checkbox,
  16249. .has-error .radio-inline,
  16250. .has-error .checkbox-inline {
  16251. color: #a94442;
  16252. }
  16253. .has-error .form-control {
  16254. border-color: #a94442;
  16255. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  16256. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  16257. }
  16258. .has-error .form-control:focus {
  16259. border-color: #843534;
  16260. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  16261. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  16262. }
  16263. .has-error .input-group-addon {
  16264. color: #a94442;
  16265. border-color: #a94442;
  16266. background-color: #f2dede;
  16267. }
  16268. .has-error .form-control-feedback {
  16269. color: #a94442;
  16270. }
  16271. .has-feedback label.sr-only ~ .form-control-feedback {
  16272. top: 0;
  16273. }
  16274. .help-block {
  16275. display: block;
  16276. margin-top: 5px;
  16277. margin-bottom: 10px;
  16278. color: #737373;
  16279. }
  16280. @media (min-width: 768px) {
  16281. .form-inline .form-group {
  16282. display: inline-block;
  16283. margin-bottom: 0;
  16284. vertical-align: middle;
  16285. }
  16286. .form-inline .form-control {
  16287. display: inline-block;
  16288. width: auto;
  16289. vertical-align: middle;
  16290. }
  16291. .form-inline .input-group {
  16292. display: inline-table;
  16293. vertical-align: middle;
  16294. }
  16295. .form-inline .input-group .input-group-addon,
  16296. .form-inline .input-group .input-group-btn,
  16297. .form-inline .input-group .form-control {
  16298. width: auto;
  16299. }
  16300. .form-inline .input-group > .form-control {
  16301. width: 100%;
  16302. }
  16303. .form-inline .control-label {
  16304. margin-bottom: 0;
  16305. vertical-align: middle;
  16306. }
  16307. .form-inline .radio,
  16308. .form-inline .checkbox {
  16309. display: inline-block;
  16310. margin-top: 0;
  16311. margin-bottom: 0;
  16312. vertical-align: middle;
  16313. }
  16314. .form-inline .radio label,
  16315. .form-inline .checkbox label {
  16316. padding-left: 0;
  16317. }
  16318. .form-inline .radio input[type="radio"],
  16319. .form-inline .checkbox input[type="checkbox"] {
  16320. position: relative;
  16321. margin-left: 0;
  16322. }
  16323. .form-inline .has-feedback .form-control-feedback {
  16324. top: 0;
  16325. }
  16326. }
  16327. .form-horizontal .radio,
  16328. .form-horizontal .checkbox,
  16329. .form-horizontal .radio-inline,
  16330. .form-horizontal .checkbox-inline {
  16331. margin-top: 0;
  16332. margin-bottom: 0;
  16333. padding-top: 7px;
  16334. }
  16335. .form-horizontal .radio,
  16336. .form-horizontal .checkbox {
  16337. min-height: 27px;
  16338. }
  16339. .form-horizontal .form-group {
  16340. margin-left: -15px;
  16341. margin-right: -15px;
  16342. }
  16343. @media (min-width: 768px) {
  16344. .form-horizontal .control-label {
  16345. text-align: right;
  16346. margin-bottom: 0;
  16347. padding-top: 7px;
  16348. }
  16349. }
  16350. .form-horizontal .has-feedback .form-control-feedback {
  16351. top: 0;
  16352. right: 15px;
  16353. }
  16354. @media (min-width: 768px) {
  16355. .form-horizontal .form-group-lg .control-label {
  16356. padding-top: 14.3px;
  16357. }
  16358. }
  16359. @media (min-width: 768px) {
  16360. .form-horizontal .form-group-sm .control-label {
  16361. padding-top: 6px;
  16362. }
  16363. }
  16364. .nav {
  16365. margin-bottom: 0;
  16366. padding-left: 0;
  16367. list-style: none;
  16368. }
  16369. .nav > li {
  16370. position: relative;
  16371. display: block;
  16372. }
  16373. .nav > li > a {
  16374. position: relative;
  16375. display: block;
  16376. padding: 10px 15px;
  16377. }
  16378. .nav > li > a:hover,
  16379. .nav > li > a:focus {
  16380. text-decoration: none;
  16381. background-color: #eeeeee;
  16382. }
  16383. .nav > li.disabled > a {
  16384. color: #777777;
  16385. }
  16386. .nav > li.disabled > a:hover,
  16387. .nav > li.disabled > a:focus {
  16388. color: #777777;
  16389. text-decoration: none;
  16390. background-color: transparent;
  16391. cursor: not-allowed;
  16392. }
  16393. .nav .open > a,
  16394. .nav .open > a:hover,
  16395. .nav .open > a:focus {
  16396. background-color: #eeeeee;
  16397. border-color: #428bca;
  16398. }
  16399. .nav .nav-divider {
  16400. height: 1px;
  16401. margin: 9px 0;
  16402. overflow: hidden;
  16403. background-color: #e5e5e5;
  16404. }
  16405. .nav > li > a > img {
  16406. max-width: none;
  16407. }
  16408. .nav-tabs {
  16409. border-bottom: 1px solid #dddddd;
  16410. }
  16411. .nav-tabs > li {
  16412. float: left;
  16413. margin-bottom: -1px;
  16414. }
  16415. .nav-tabs > li > a {
  16416. margin-right: 2px;
  16417. line-height: 1.42857143;
  16418. border: 1px solid transparent;
  16419. border-radius: 4px 4px 0 0;
  16420. }
  16421. .nav-tabs > li > a:hover {
  16422. border-color: #eeeeee #eeeeee #dddddd;
  16423. }
  16424. .nav-tabs > li.active > a,
  16425. .nav-tabs > li.active > a:hover,
  16426. .nav-tabs > li.active > a:focus {
  16427. color: #555555;
  16428. background-color: #ffffff;
  16429. border: 1px solid #dddddd;
  16430. border-bottom-color: transparent;
  16431. cursor: default;
  16432. }
  16433. .nav-tabs.nav-justified {
  16434. width: 100%;
  16435. border-bottom: 0;
  16436. }
  16437. .nav-tabs.nav-justified > li {
  16438. float: none;
  16439. }
  16440. .nav-tabs.nav-justified > li > a {
  16441. text-align: center;
  16442. margin-bottom: 5px;
  16443. }
  16444. .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  16445. top: auto;
  16446. left: auto;
  16447. }
  16448. @media (min-width: 768px) {
  16449. .nav-tabs.nav-justified > li {
  16450. display: table-cell;
  16451. width: 1%;
  16452. }
  16453. .nav-tabs.nav-justified > li > a {
  16454. margin-bottom: 0;
  16455. }
  16456. }
  16457. .nav-tabs.nav-justified > li > a {
  16458. margin-right: 0;
  16459. border-radius: 4px;
  16460. }
  16461. .nav-tabs.nav-justified > .active > a,
  16462. .nav-tabs.nav-justified > .active > a:hover,
  16463. .nav-tabs.nav-justified > .active > a:focus {
  16464. border: 1px solid #dddddd;
  16465. }
  16466. @media (min-width: 768px) {
  16467. .nav-tabs.nav-justified > li > a {
  16468. border-bottom: 1px solid #dddddd;
  16469. border-radius: 4px 4px 0 0;
  16470. }
  16471. .nav-tabs.nav-justified > .active > a,
  16472. .nav-tabs.nav-justified > .active > a:hover,
  16473. .nav-tabs.nav-justified > .active > a:focus {
  16474. border-bottom-color: #ffffff;
  16475. }
  16476. }
  16477. .nav-pills > li {
  16478. float: left;
  16479. }
  16480. .nav-pills > li > a {
  16481. border-radius: 4px;
  16482. }
  16483. .nav-pills > li + li {
  16484. margin-left: 2px;
  16485. }
  16486. .nav-pills > li.active > a,
  16487. .nav-pills > li.active > a:hover,
  16488. .nav-pills > li.active > a:focus {
  16489. color: #ffffff;
  16490. background-color: #428bca;
  16491. }
  16492. .nav-stacked > li {
  16493. float: none;
  16494. }
  16495. .nav-stacked > li + li {
  16496. margin-top: 2px;
  16497. margin-left: 0;
  16498. }
  16499. .nav-justified {
  16500. width: 100%;
  16501. }
  16502. .nav-justified > li {
  16503. float: none;
  16504. }
  16505. .nav-justified > li > a {
  16506. text-align: center;
  16507. margin-bottom: 5px;
  16508. }
  16509. .nav-justified > .dropdown .dropdown-menu {
  16510. top: auto;
  16511. left: auto;
  16512. }
  16513. @media (min-width: 768px) {
  16514. .nav-justified > li {
  16515. display: table-cell;
  16516. width: 1%;
  16517. }
  16518. .nav-justified > li > a {
  16519. margin-bottom: 0;
  16520. }
  16521. }
  16522. .nav-tabs-justified {
  16523. border-bottom: 0;
  16524. }
  16525. .nav-tabs-justified > li > a {
  16526. margin-right: 0;
  16527. border-radius: 4px;
  16528. }
  16529. .nav-tabs-justified > .active > a,
  16530. .nav-tabs-justified > .active > a:hover,
  16531. .nav-tabs-justified > .active > a:focus {
  16532. border: 1px solid #dddddd;
  16533. }
  16534. @media (min-width: 768px) {
  16535. .nav-tabs-justified > li > a {
  16536. border-bottom: 1px solid #dddddd;
  16537. border-radius: 4px 4px 0 0;
  16538. }
  16539. .nav-tabs-justified > .active > a,
  16540. .nav-tabs-justified > .active > a:hover,
  16541. .nav-tabs-justified > .active > a:focus {
  16542. border-bottom-color: #ffffff;
  16543. }
  16544. }
  16545. .tab-content > .tab-pane {
  16546. display: none;
  16547. }
  16548. .tab-content > .active {
  16549. display: block;
  16550. }
  16551. .nav-tabs .dropdown-menu {
  16552. margin-top: -1px;
  16553. border-top-right-radius: 0;
  16554. border-top-left-radius: 0;
  16555. }
  16556. .navbar {
  16557. position: relative;
  16558. min-height: 70px;
  16559. height: 50px;
  16560. font-family: BebasNeue;
  16561. }
  16562. .navbar .container {
  16563. padding-left: 0px;
  16564. }
  16565. @media (min-width: 768px) {
  16566. .navbar-header {
  16567. float: left;
  16568. }
  16569. }
  16570. .navbar-collapse {
  16571. overflow-x: visible;
  16572. padding-right: 15px;
  16573. padding-left: 15px;
  16574. margin-top: 10px;
  16575. border-top: 1px solid transparent;
  16576. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  16577. -webkit-overflow-scrolling: touch;
  16578. }
  16579. .navbar-collapse.in {
  16580. overflow-y: auto;
  16581. }
  16582. @media (min-width: 768px) {
  16583. .navbar-collapse {
  16584. width: auto;
  16585. border-top: 0;
  16586. box-shadow: none;
  16587. }
  16588. .navbar .container {
  16589. padding-left: 15px;
  16590. }
  16591. .navbar-collapse.collapse {
  16592. display: block !important;
  16593. height: auto !important;
  16594. padding-bottom: 0;
  16595. overflow: visible !important;
  16596. }
  16597. .navbar-collapse.in {
  16598. overflow-y: visible;
  16599. }
  16600. .navbar-fixed-top .navbar-collapse,
  16601. .navbar-static-top .navbar-collapse,
  16602. .navbar-fixed-bottom .navbar-collapse {
  16603. padding-left: 0;
  16604. padding-right: 0;
  16605. }
  16606. }
  16607. .navbar-fixed-top .navbar-collapse,
  16608. .navbar-fixed-bottom .navbar-collapse {
  16609. max-height: 340px;
  16610. }
  16611. @media (max-width: 480px) and (orientation: landscape) {
  16612. .navbar-fixed-top .navbar-collapse,
  16613. .navbar-fixed-bottom .navbar-collapse {
  16614. max-height: 200px;
  16615. }
  16616. }
  16617. .container > .navbar-header,
  16618. .container-fluid > .navbar-header,
  16619. .container > .navbar-collapse,
  16620. .container-fluid > .navbar-collapse {
  16621. margin-right: -15px;
  16622. margin-left: -15px;
  16623. }
  16624. @media (min-width: 768px) {
  16625. .container > .navbar-header,
  16626. .container-fluid > .navbar-header,
  16627. .container > .navbar-collapse,
  16628. .container-fluid > .navbar-collapse {
  16629. margin-right: 0;
  16630. margin-top: 0px;
  16631. margin-left: 0;
  16632. }
  16633. }
  16634. .navbar-static-top {
  16635. z-index: 1000;
  16636. border-width: 0 0 1px;
  16637. }
  16638. @media (min-width: 768px) {
  16639. .navbar-static-top {
  16640. border-radius: 0;
  16641. }
  16642. }
  16643. .navbar-fixed-top,
  16644. .navbar-fixed-bottom {
  16645. position: fixed;
  16646. right: 0;
  16647. left: 0;
  16648. z-index: 1030;
  16649. -webkit-transform: translate3d(0, 0, 0);
  16650. transform: translate3d(0, 0, 0);
  16651. }
  16652. @media (min-width: 768px) {
  16653. .navbar-fixed-top,
  16654. .navbar-fixed-bottom {
  16655. border-radius: 0;
  16656. }
  16657. }
  16658. .navbar-fixed-top {
  16659. top: 0;
  16660. border-width: 0 0 1px;
  16661. }
  16662. .navbar-fixed-bottom {
  16663. bottom: 0;
  16664. margin-bottom: 0;
  16665. border-width: 1px 0 0;
  16666. }
  16667. .navbar-brand {
  16668. float: left;
  16669. font-size: 18px;
  16670. line-height: 20px;
  16671. height: 50px;
  16672. padding-top: 1px;
  16673. padding-right: 10px;
  16674. }
  16675. .navbar-brand:hover,
  16676. .navbar-brand:focus {
  16677. text-decoration: none;
  16678. }
  16679. @media (min-width: 768px) {
  16680. .navbar > .container .navbar-brand,
  16681. .navbar > .container-fluid .navbar-brand {
  16682. margin-left: -15px;
  16683. padding-top: 7px;
  16684. }
  16685. }
  16686. .navbar-toggle {
  16687. position: relative;
  16688. float: right;
  16689. margin-right: 15px;
  16690. padding: 9px 10px;
  16691. margin-top: 15px;
  16692. margin-bottom: 8px;
  16693. background-color: transparent;
  16694. background-image: none;
  16695. border: 1px solid transparent;
  16696. border-radius: 4px;
  16697. }
  16698. .navbar-toggle:focus {
  16699. outline: 0;
  16700. }
  16701. .navbar-toggle .icon-bar {
  16702. display: block;
  16703. width: 22px;
  16704. height: 2px;
  16705. border-radius: 1px;
  16706. }
  16707. .navbar-toggle .icon-bar + .icon-bar {
  16708. margin-top: 4px;
  16709. }
  16710. @media (min-width: 768px) {
  16711. .navbar-toggle {
  16712. display: none;
  16713. }
  16714. }
  16715. .navbar-nav {
  16716. margin: 7.5px -15px;
  16717. }
  16718. .navbar-nav > li > a {
  16719. padding-top: 10px;
  16720. padding-bottom: 10px;
  16721. line-height: 20px;
  16722. }
  16723. @media (max-width: 767px) {
  16724. .navbar-nav .open .dropdown-menu {
  16725. position: static;
  16726. float: none;
  16727. width: auto;
  16728. margin-top: 0;
  16729. background-color: transparent;
  16730. border: 0;
  16731. box-shadow: none;
  16732. }
  16733. .navbar-nav .open .dropdown-menu > li > a,
  16734. .navbar-nav .open .dropdown-menu .dropdown-header {
  16735. padding: 5px 15px 5px 25px;
  16736. }
  16737. .navbar-nav .open .dropdown-menu > li > a {
  16738. line-height: 20px;
  16739. }
  16740. .navbar-nav .open .dropdown-menu > li > a:hover,
  16741. .navbar-nav .open .dropdown-menu > li > a:focus {
  16742. background-image: none;
  16743. }
  16744. }
  16745. @media (min-width: 768px) {
  16746. .navbar-nav {
  16747. float: left;
  16748. margin: 0;
  16749. }
  16750. .navbar-nav > li {
  16751. float: left;
  16752. }
  16753. .navbar-nav > li > a {
  16754. padding-top: 25px;
  16755. padding-bottom: 30px;
  16756. font-size: 18px;
  16757. }
  16758. .navbar-nav.navbar-right:last-child {
  16759. margin-right: -15px;
  16760. }
  16761. }
  16762. @media (min-width: 768px) {
  16763. .navbar-left {
  16764. float: left !important;
  16765. }
  16766. .navbar-right {
  16767. float: right !important;
  16768. }
  16769. }
  16770. .navbar-text {
  16771. margin-top: 15px;
  16772. margin-bottom: 15px;
  16773. }
  16774. @media (min-width: 768px) {
  16775. .navbar-text {
  16776. float: left;
  16777. margin-left: 15px;
  16778. margin-right: 15px;
  16779. }
  16780. .navbar-text.navbar-right:last-child {
  16781. margin-right: 0;
  16782. }
  16783. }
  16784. .navbar-inverse {
  16785. background-color: #1a1d1d;
  16786. border: 0;
  16787. }
  16788. .navbar-inverse .navbar-brand {
  16789. color: #777777;
  16790. }
  16791. .navbar-inverse .navbar-brand:hover,
  16792. .navbar-inverse .navbar-brand:focus {
  16793. color: #ffffff;
  16794. background-color: transparent;
  16795. }
  16796. .navbar-inverse .navbar-text {
  16797. color: #777777;
  16798. }
  16799. .navbar-inverse .navbar-nav > li > a {
  16800. color: #777777;
  16801. }
  16802. .navbar-inverse .navbar-nav > li > a:hover,
  16803. .navbar-inverse .navbar-nav > li > a:focus {
  16804. color: #ffffff;
  16805. background-color: #252727;
  16806. }
  16807. .navbar-inverse .navbar-nav > .active > a,
  16808. .navbar-inverse .navbar-nav > .active > a:hover,
  16809. .navbar-inverse .navbar-nav > .active > a:focus {
  16810. color: #ffffff;
  16811. background-color: #212323;
  16812. }
  16813. .navbar-inverse .navbar-nav > .disabled > a,
  16814. .navbar-inverse .navbar-nav > .disabled > a:hover,
  16815. .navbar-inverse .navbar-nav > .disabled > a:focus {
  16816. color: #444444;
  16817. background-color: transparent;
  16818. }
  16819. .navbar-inverse .navbar-toggle {
  16820. border-color: #333333;
  16821. }
  16822. .navbar-inverse .navbar-toggle:hover,
  16823. .navbar-inverse .navbar-toggle:focus {
  16824. background-color: #333333;
  16825. }
  16826. .navbar-inverse .navbar-toggle .icon-bar {
  16827. background-color: #ffffff;
  16828. }
  16829. .navbar-inverse .navbar-collapse,
  16830. .navbar-inverse .navbar-form {
  16831. border-color: #101010;
  16832. }
  16833. .navbar-inverse .navbar-nav > .open > a,
  16834. .navbar-inverse .navbar-nav > .open > a:hover,
  16835. .navbar-inverse .navbar-nav > .open > a:focus {
  16836. background-color: #080808;
  16837. color: #ffffff;
  16838. }
  16839. @media (max-width: 767px) {
  16840. .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
  16841. border-color: #080808;
  16842. }
  16843. .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
  16844. background-color: #080808;
  16845. }
  16846. .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  16847. color: #777777;
  16848. }
  16849. .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  16850. .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
  16851. color: #ffffff;
  16852. background-color: transparent;
  16853. }
  16854. .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  16855. .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  16856. .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
  16857. color: #ffffff;
  16858. background-color: #080808;
  16859. }
  16860. .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  16861. .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  16862. .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  16863. color: #444444;
  16864. background-color: transparent;
  16865. }
  16866. }
  16867. .navbar-inverse .navbar-link {
  16868. color: #777777;
  16869. }
  16870. .navbar-inverse .navbar-link:hover {
  16871. color: #ffffff;
  16872. }
  16873. .navbar-inverse .btn-link {
  16874. color: #777777;
  16875. }
  16876. .navbar-inverse .btn-link:hover,
  16877. .navbar-inverse .btn-link:focus {
  16878. color: #ffffff;
  16879. }
  16880. .navbar-inverse .btn-link[disabled]:hover,
  16881. fieldset[disabled] .navbar-inverse .btn-link:hover,
  16882. .navbar-inverse .btn-link[disabled]:focus,
  16883. fieldset[disabled] .navbar-inverse .btn-link:focus {
  16884. color: #444444;
  16885. }
  16886. /* iCheck plugin Line skin, red
  16887. ----------------------------------- */
  16888. .icheckbox_line-red,
  16889. .iradio_line-red {
  16890. position: relative;
  16891. display: block;
  16892. margin: 0;
  16893. padding: 8.5px 15px 8.5px 38px;
  16894. font-size: 13px;
  16895. line-height: 17px;
  16896. color: #fff;
  16897. background: #131515;
  16898. border-left: 3px solid #9c2ad6;
  16899. cursor: pointer;
  16900. }
  16901. .icheckbox_line-red .icheck_line-icon,
  16902. .iradio_line-red .icheck_line-icon {
  16903. position: absolute;
  16904. top: 50%;
  16905. left: 13px;
  16906. width: 13px;
  16907. height: 11px;
  16908. margin: -6px 0 0 0;
  16909. padding: 0;
  16910. overflow: hidden;
  16911. background: url(line.png) no-repeat;
  16912. border: none;
  16913. }
  16914. .icheckbox_line-red.hover,
  16915. .icheckbox_line-red.checked.hover,
  16916. .iradio_line-red.hover {
  16917. /* background: #E98582; */
  16918.  
  16919. }
  16920. .icheckbox_line-red.checked,
  16921. .iradio_line-red.checked {
  16922. border-left: 3px solid #b2e29b;
  16923. }
  16924. .icheckbox_line-red.checked .icheck_line-icon,
  16925. .iradio_line-red.checked .icheck_line-icon {
  16926. background-position: -15px 0;
  16927. }
  16928. .icheckbox_line-red.disabled,
  16929. .iradio_line-red.disabled {
  16930. background: #F7D3D2;
  16931. cursor: default;
  16932. }
  16933. .icheckbox_line-red.disabled .icheck_line-icon,
  16934. .iradio_line-red.disabled .icheck_line-icon {
  16935. background-position: -30px 0;
  16936. }
  16937. .icheckbox_line-red.checked.disabled,
  16938. .iradio_line-red.checked.disabled {
  16939. background: #F7D3D2;
  16940. }
  16941. .icheckbox_line-red.checked.disabled .icheck_line-icon,
  16942. .iradio_line-red.checked.disabled .icheck_line-icon {
  16943. background-position: -45px 0;
  16944. }
  16945. /* HiDPI support */
  16946. @media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  16947. .icheckbox_line-red .icheck_line-icon,
  16948. .iradio_line-red .icheck_line-icon {
  16949. background-image: url(line@2x.png);
  16950. -webkit-background-size: 60px 13px;
  16951. background-size: 60px 13px;
  16952. }
  16953. }
  16954. @font-face {
  16955. font-family: BebasNeue;
  16956. src: url("../../fonts/BebasNeue.ttf");
  16957. }
  16958. * {
  16959. border-radius: 0px !important;
  16960. word-wrap: break-word;
  16961. }
  16962. a:focus,
  16963. a:hover,
  16964. a {
  16965. text-decoration: none;
  16966. }
  16967. .srv-box,
  16968. .srv-label,
  16969. .srv-box .fa {
  16970. transition: all 1s;
  16971. }
  16972. .navbar li a,
  16973. .dashboard-nav a,
  16974. .adminSelect a,
  16975. .tos-link {
  16976. transition: all .5s;
  16977. }
  16978. html,
  16979. body {
  16980. background: #212323;
  16981. font-family: 'Open Sans';
  16982. height: 100%;
  16983. color: gray;
  16984. }
  16985. h2 {
  16986. font-family: BebasNeue;
  16987. color: #c7c7c7;
  16988. }
  16989. h6 {
  16990. color: #FFF;
  16991. font-family: 'Open Sans';
  16992. text-transform: uppercase;
  16993. font-weight: bold;
  16994. padding-bottom: 5px;
  16995. }
  16996. h5 {
  16997. color: #FFF;
  16998. font-family: 'Open Sans';
  16999. text-transform: uppercase;
  17000. font-weight: bold;
  17001. padding-top: 10px;
  17002. padding-bottom: 5px;
  17003. }
  17004. a {
  17005. color: #9c2ad6;
  17006. }
  17007. a:hover {
  17008. color: #9c2ad6;
  17009. text-decoration: none;
  17010. }
  17011. hr {
  17012. border-color: #131515;
  17013. }
  17014. /* MAIN */
  17015. .header {
  17016. width: 100%;
  17017. font-weight: bold;
  17018. font-size: 40px;
  17019. text-transform: uppercase;
  17020. color: #fff;
  17021. }
  17022. .frontpage-header {
  17023. width: 100%;
  17024. font-weight: bold;
  17025. font-size: 40px;
  17026. padding: 10px;
  17027. text-transform: uppercase;
  17028. color: #fff;
  17029. text-align: center;
  17030. }
  17031. .fa-header-color {
  17032. color: #9c2ad6;
  17033. }
  17034. .banner {
  17035. display: none;
  17036. background: #131515;
  17037. min-height: 100px;
  17038. width: 100%;
  17039. }
  17040. .content {
  17041. padding-top: 25px;
  17042. padding-bottom: 25px;
  17043. min-height: 300px;
  17044. color: #8e8e8e;
  17045. }
  17046. .news-block {
  17047. padding: 15px;
  17048. background: #202020;
  17049. }
  17050. .news-block span {
  17051. color: #a4a4a4;
  17052. }
  17053. .news-block p {
  17054. margin: 0px;
  17055. display: inline-block;
  17056. }
  17057. .categoryLink {
  17058. width: auto;
  17059. height: 40px;
  17060. padding: 10px;
  17061. color: #fff;
  17062. display: inline-block;
  17063. background-color: #9c2ad6;
  17064. border: 0px;
  17065. }
  17066. .categoryLink:hover {
  17067. color: #ddd;
  17068. }
  17069. .categoryLink span {
  17070. font-size: 75%;
  17071. }
  17072. .help-box {
  17073. margin-top: auto;
  17074. height: 34px;
  17075. width: 100%;
  17076. background: none;
  17077. color: #fff;
  17078. border: 0;
  17079. }
  17080. /* SELECT BOXES */
  17081. .serverSelect a {
  17082. display: inline-block;
  17083. padding: 10px;
  17084. border-bottom: 0px;
  17085. min-width: 100%;
  17086. color: #666;
  17087. }
  17088. .serverSelect a:hover {
  17089. text-decoration: none;
  17090. color: #ccc;
  17091. }
  17092. a:hover {
  17093. text-decoration: none;
  17094. }
  17095. .notify-icon {
  17096. font-size: 8px;
  17097. padding-left: 2px;
  17098. font-family: verdana;
  17099. border: 1px solid #9c2ad6;
  17100. border-radius: 20px;
  17101. height: 12px;
  17102. width: 12px;
  17103. color: #fff;
  17104. background-color: #9c2ad6;
  17105. position: absolute;
  17106. z-index: 1000;
  17107. right: 5px;
  17108. top: 5px;
  17109. }
  17110. .notify-icon-bar {
  17111. font-size: 8px;
  17112. padding-left: 2px;
  17113. font-family: verdana;
  17114. border: 1px solid #9c2ad6;
  17115. border-radius: 20px;
  17116. height: 12px;
  17117. width: 12px;
  17118. color: #fff;
  17119. background-color: #9c2ad6;
  17120. position: relative;
  17121. z-index: 1000;
  17122. right: 0px;
  17123. left: auto;
  17124. top: -2px;
  17125. display: inline-block;
  17126. margin-left: 10px;
  17127. }
  17128. .ticket-header {
  17129. width: 100%;
  17130. height: 50px;
  17131. background-color: #131515;
  17132. color: #ccc;
  17133. font-size: 16px;
  17134. margin-bottom: 10px;
  17135. }
  17136. .ticket-header-right {
  17137. float: right;
  17138. padding-right: 10px;
  17139. padding-top: 14px;
  17140. font-size: 14px;
  17141. }
  17142. .ticket-header img {
  17143. margin-right: 5px;
  17144. }
  17145. .nav-icons {
  17146. width: 20px;
  17147. display: inline-block;
  17148. }
  17149. /* NEW */
  17150. .srv-box {
  17151. text-align: center;
  17152. height: 115px;
  17153. padding-top: 25px;
  17154. margin-bottom: 50px;
  17155. }
  17156. .srv-box:hover {
  17157. text-decoration: none;
  17158. background-color: #1a1d1d;
  17159. }
  17160. .srv-box .fa {
  17161. color: #fff;
  17162. }
  17163. .srv-box:hover .fa {
  17164. color: #9c2ad6;
  17165. }
  17166. a .srv-label {
  17167. color: #fff;
  17168. display: block;
  17169. width: 100%;
  17170. }
  17171. a:hover .srv-label {
  17172. color: #ddd;
  17173. text-decoration: none;
  17174. border-bottom: 0;
  17175. }
  17176. .srv-label {
  17177. background-color: #131515;
  17178. padding: 10px;
  17179. margin-top: 25px;
  17180. bottom: 0px;
  17181. }
  17182. .pkg-step {
  17183. width: 100%;
  17184. padding-top: 40px;
  17185. padding-bottom: 40px;
  17186. text-align: center;
  17187. background-color: #202020;
  17188. }
  17189. .pkg-step:hover {
  17190. cursor: pointer;
  17191. }
  17192. .pkg-step span {
  17193. font-family: 'BebasNeue';
  17194. display: block;
  17195. }
  17196. /* END */
  17197. .adminSelect a {
  17198. display: inline-block;
  17199. padding: 10px;
  17200. border-bottom: 0px;
  17201. width: 100%;
  17202. color: #666;
  17203. }
  17204. .adminSelect a:hover {
  17205. background-color: #262b2b;
  17206. text-decoration: none;
  17207. }
  17208. .adminSelect a.active {
  17209. background-color: #131515;
  17210. color: #fff;
  17211. }
  17212. .adminSelect a.disabled {
  17213. color: #9c2ad6;
  17214. pointer-events: none;
  17215. cursor: default;
  17216. }
  17217. /* STORE */
  17218. .info-box {
  17219. width: 100%;
  17220. height: auto;
  17221. padding: 15px;
  17222. background: #1e1f1f;
  17223. margin-top: 15px;
  17224. border-left: 3px solid #31b6bf;
  17225. }
  17226. .info-box h2 {
  17227. margin: 0;
  17228. margin-bottom: 10px;
  17229. }
  17230. .darker-box {
  17231. width: 100%;
  17232. height: auto;
  17233. padding: 15px;
  17234. background: #1e1f1f;
  17235. margin-top: 15px;
  17236. margin-bottom: 10px;
  17237. }
  17238. .store-box-header {
  17239. width: auto;
  17240. width: 100%;
  17241. padding: 10px;
  17242. margin-top: 10px;
  17243. font-family: 'Open Sans';
  17244. font-weight: bold;
  17245. font-size: 30px;
  17246. text-transform: uppercase;
  17247. color: #FFF;
  17248. background-color: #131515;
  17249. text-align: center;
  17250. text-overflow: ellipsis;
  17251. overflow: hidden;
  17252. white-space: nowrap;
  17253. }
  17254. .featured-pkg img {
  17255. display: block;
  17256. margin-left: auto;
  17257. margin-right: auto;
  17258. }
  17259. .store-box {
  17260. height: auto;
  17261. width: auto;
  17262. text-align: left;
  17263. border-bottom: 1px solid #1d1d1d;
  17264. border-right: 1px solid #1d1d1d;
  17265. border-left: 1px solid #1d1d1d;
  17266. }
  17267. .store-box img {
  17268. display: block;
  17269. margin-left: auto;
  17270. margin-right: auto;
  17271. }
  17272. .store-box-upper span {
  17273. font-family: BebasNeue;
  17274. font-size: 30px;
  17275. padding-top: 5px;
  17276. display: block;
  17277. color: #fff;
  17278. text-align: center;
  17279. border-bottom: 1px solid #1d1d1d;
  17280. }
  17281. .store-box-upper ul {
  17282. display: block;
  17283. list-style-type: none;
  17284. padding: 0;
  17285. }
  17286. .store-box-upper li {
  17287. padding: 10px;
  17288. width: 100%;
  17289. border-top: 1px solid #1d1d1d;
  17290. display: block;
  17291. text-align: center;
  17292. }
  17293. .store-box-upper li:last-child {
  17294. border-bottom: 1px solid #1d1d1d;
  17295. }
  17296. .store-box-upper ul li:last-child {
  17297. border-bottom: 1px solid #1d1d1d;
  17298. }
  17299. .store-box-upper ul > li:last-child {
  17300. border-bottom: 1px solid #1d1d1d;
  17301. }
  17302. .store-box-lower {
  17303. padding-left: 10px;
  17304. padding-right: 10px;
  17305. padding-bottom: 10px;
  17306. color: grey;
  17307. text-align: center;
  17308. }
  17309. .store-box-lower ul li {
  17310. text-align: left !important;
  17311. }
  17312. .stat-box-header {
  17313. margin-top: 20px;
  17314. padding: 10px;
  17315. background-color: #131515;
  17316. color: #fff;
  17317. font-weight: bold;
  17318. }
  17319. .stat-box {
  17320. background-color: #202020;
  17321. }
  17322. .stat-box-inner {
  17323. padding: 40px;
  17324. font-size: 20px;
  17325. text-align: center;
  17326. }
  17327. /* DASHBOARD */
  17328. .dashboard-nav {
  17329. background: #131515;
  17330. width: 100%;
  17331. min-height: 50px;
  17332. height: auto;
  17333. margin-bottom: 20px;
  17334. display: block;
  17335. }
  17336. .dashboard-nav a {
  17337. padding: 10px;
  17338. padding-top: 15px;
  17339. display: inline-block;
  17340. background: #131515;
  17341. min-height: 50px;
  17342. height: 100%;
  17343. color: #fff;
  17344. margin-right: -4px;
  17345. }
  17346. .dashboard-nav a:hover {
  17347. text-decoration: none;
  17348. background-color: #b70100;
  17349. color: #fff;
  17350. }
  17351. .dashboard-nav a.active {
  17352. background-color: #9c2ad6;
  17353. }
  17354. .progress {
  17355. background: #1d1d1d;
  17356. }
  17357. .progress span {
  17358. position: absolute;
  17359. display: block;
  17360. width: 75%;
  17361. }
  17362. /* BUTTONS */
  17363. .package-disabled {
  17364. padding: 10px;
  17365. color: white;
  17366. padding-bottom: 15px;
  17367. border: 1px solid #eaeaea;
  17368. margin-bottom: 10px;
  17369. }
  17370. .btn-prom {
  17371. background-color: #131515;
  17372. border-radius: 0px;
  17373. color: #fff;
  17374. }
  17375. .btn-prom:hover {
  17376. background-color: #161818;
  17377. color: #fff;
  17378. }
  17379. .btn-prom:focus {
  17380. background-color: #161818;
  17381. color: #fff;
  17382. }
  17383. .buy-btn {
  17384. padding: 10px;
  17385. background-color: #9c2ad6;
  17386. display: block;
  17387. margin-bottom: 20px;
  17388. text-decoration: bold;
  17389. width: 100%;
  17390. border-top: 0;
  17391. border-bottom: 1px solid #1d1d1d;
  17392. border-right: 1px solid #1d1d1d;
  17393. border-left: 1px solid #1d1d1d;
  17394. color: #FFF;
  17395. text-align: center;
  17396. text-overflow: ellipsis;
  17397. overflow: hidden;
  17398. white-space: nowrap;
  17399. }
  17400. .buy-btn.disabled,
  17401. .buy-btn[disabled],
  17402. fieldset[disabled] .buy-btn {
  17403. cursor: not-allowed;
  17404. pointer-events: none;
  17405. opacity: 0.65;
  17406. filter: alpha(opacity=65);
  17407. -webkit-box-shadow: none;
  17408. box-shadow: none;
  17409. }
  17410. .buy-btn:hover,
  17411. .buy-btn:focus {
  17412. background-color: #c60000;
  17413. color: #FFF;
  17414. }
  17415. /* HEADER */
  17416. .sale-box {
  17417. background-color: #9c2ad6;
  17418. width: 100%;
  17419. height: 40px;
  17420. padding-top: 10px;
  17421. color: #fff;
  17422. font-weight: bold;
  17423. }
  17424. .notSetup {
  17425. background-color: #9c2ad6;
  17426. width: 100%;
  17427. height: 40px;
  17428. padding-top: 10px;
  17429. color: #fff;
  17430. font-weight: bold;
  17431. }
  17432. .notSetup a {
  17433. color: #eee;
  17434. }
  17435. .notSetup a:hover {
  17436. color: #fff;
  17437. text-decoration: none;
  17438. }
  17439. /* FOOTER */
  17440. .version {
  17441. color: #bbb;
  17442. }
  17443. .footer {
  17444. display: none;
  17445. padding-bottom: 50px;
  17446. padding-top: 50px;
  17447. color: #909090;
  17448. background-color: #262b2b;
  17449. }
  17450. .wrap {
  17451. min-height: 100%;
  17452. height: auto !important;
  17453. /* This line and the next line are not necessary unless you need IE6 support */
  17454.  
  17455. height: 100%;
  17456. margin: 0 auto -160px;
  17457. /* the bottom margin is the negative value of the footer's height */
  17458.  
  17459. }
  17460. .footer,
  17461. .push {
  17462. height: 160px;
  17463. /* .push must be the same height as .footer */
  17464.  
  17465. }
  17466. .tos-link {
  17467. color: #bbb;
  17468. }
  17469. .tos-link:hover {
  17470. color: #9c2ad6;
  17471. }
  17472. .sidebarButtonClass {
  17473. margin-bottom: 15px;
  17474. }
  17475. .sidebarButtonClass #sidebarButton {
  17476. cursor: pointer;
  17477. }
  17478. .sidebarButtonClass #sidebarButton:hover {
  17479. color: #FFF;
  17480. }
  17481. .modal-content {
  17482. background: #212323 !important;
  17483. }
  17484. .modal-title {
  17485. color: #FFF !important;
  17486. }
  17487. .modal-header {
  17488. border-color: #131515 !important;
  17489. }
  17490. .modal-footer {
  17491. border-color: #131515 !important;
  17492. }
  17493. .main-menu-outer-box {
  17494. overflow: auto;
  17495. }
  17496. .main-menu-box {
  17497. background-color: #1a1d1d;
  17498. color: #fff;
  17499. width: 240px;
  17500. position: fixed;
  17501. left: 0px;
  17502. top: 80px;
  17503. bottom: 0;
  17504. overflow: hidden;
  17505. }
  17506. .main-menu-box a,
  17507. a:hover {
  17508. text-decoration: none;
  17509. color: inherit;
  17510. }
  17511. .main-menu-box ul {
  17512. margin: 0;
  17513. padding: 0;
  17514. color: #fff;
  17515. list-style: none;
  17516. }
  17517. .main-menu-box ul li {
  17518. background-color: transparent;
  17519. padding: 10px 15px;
  17520. font-size: 16px;
  17521. }
  17522. .main-menu-box ul li:hover {
  17523. background-color: #212323;
  17524. }
  17525. .main-menu-box ul li.active {
  17526. background: #212323;
  17527. }
  17528. .main-menu-box ul.sub-menu li:hover {
  17529. background-color: #1a1d1d;
  17530. }
  17531. .main-menu-box ul.sub-menu .submenu-header {
  17532. margin: 0px 15px 0 15px;
  17533. padding: 10px 0;
  17534. color: #AEAEAE;
  17535. font-size: 13px;
  17536. }
  17537. .main-menu-box .manu-collaps.collapsed .fa-angle-right {
  17538. -webkit-transform: rotate(0deg) !important;
  17539. -moz-transform: rotate(0deg) !important;
  17540. -o-transform: rotate(0deg) !important;
  17541. transform: rotate(0deg) !important;
  17542. -webkit-animation: all ease 0.2s;
  17543. -moz-animation: all ease 0.2s;
  17544. -o-animation: all ease 0.2s;
  17545. transition: all ease 0.2s;
  17546. }
  17547. .main-menu-box .manu-collaps .fa-angle-right {
  17548. -webkit-transform: rotate(90deg);
  17549. -moz-transform: rotate(90deg);
  17550. -o-transform: rotate(90deg);
  17551. transform: rotate(90deg);
  17552. -webkit-animation: all ease 0.2s;
  17553. -moz-animation: all ease 0.2s;
  17554. -o-animation: all ease 0.2s;
  17555. transition: all ease 0.2s;
  17556. }
  17557. .main-menu-box .sub-menu {
  17558. background-color: #141717;
  17559. }
  17560. .main-menu-box .badge.notification {
  17561. line-height: 15px;
  17562. }
  17563. .version-marker {
  17564. background-color: #1a1d1d;
  17565. color: gray;
  17566. bottom: 0;
  17567. padding: 9px 15px;
  17568. position: absolute;
  17569. width: 100%;
  17570. }
  17571. @media (max-width: 767px) {
  17572. body {
  17573. overflow-y: auto !important;
  17574. }
  17575. .main-content-box {
  17576. margin-top: 70px !important;
  17577. margin-left: 0 !important;
  17578. }
  17579. .toggle .main-content-box {
  17580. margin-left: 240px !important;
  17581. }
  17582. .main-menu-box {
  17583. top: 70px;
  17584. display: none;
  17585. }
  17586. .toggle .main-menu-box {
  17587. display: block !important;
  17588. }
  17589. .toggle-menu {
  17590. top: 10px !important;
  17591. left: 90px !important;
  17592. position: absolute !important;
  17593. }
  17594. }
  17595. .main-content-box {
  17596. margin-top: 80px;
  17597. margin-left: 240px;
  17598. }
  17599. .content-outer-hbox .content-inner {
  17600. padding: 30px 20px;
  17601. }
  17602. .content-page-top {
  17603. height: 45px;
  17604. background-color: #1a1d1d;
  17605. padding: 0 20px;
  17606. }
  17607. .content-page-top > span {
  17608. position: absolute;
  17609. padding: 10px 0;
  17610. font-size: 17px;
  17611. font-weight: 500;
  17612. color: #959595;
  17613. }
  17614. .content-page-top > span > i {
  17615. margin-right: 10px;
  17616. }
  17617. .content-page-top:after {
  17618. position: absolute;
  17619. content: "";
  17620. width: 0;
  17621. height: 0;
  17622. border-style: solid;
  17623. border-width: 10px 10px 0;
  17624. border-color: #1a1d1d transparent transparent;
  17625. margin-top: 44px;
  17626. z-index: 11;
  17627. }
  17628. .content-page-top:before {
  17629. position: absolute;
  17630. content: "";
  17631. width: 0;
  17632. height: 0;
  17633. border-style: solid;
  17634. border-width: 11px 11px 0;
  17635. border-color: #1a1d1d transparent transparent;
  17636. margin-top: 44px;
  17637. margin-left: -1px;
  17638. z-index: 10;
  17639. }
  17640. .dashboard-widget-small-box {
  17641. min-height: 20px;
  17642. padding: 23px 20px;
  17643. margin-bottom: 27px;
  17644. background-color: #202020;
  17645. /* 262b2b */
  17646.  
  17647. border-top: 3px solid #9c2ad6;
  17648. border-radius: 2px;
  17649. overflow: hidden;
  17650. }
  17651. .dashboard-widget-small-box .caption {
  17652. font-size: 16px;
  17653. margin: 0;
  17654. color: gray;
  17655. }
  17656. .dashboard-widget-small-box .element {
  17657. margin: 0 0 4px 0;
  17658. color: #9c2ad6;
  17659. font-weight: 500;
  17660. }
  17661. .dashboard-widget-small-box i {
  17662. color: #9c2ad6;
  17663. }
  17664. .panel-body {
  17665. min-height: 20px;
  17666. padding: 0 12px;
  17667. margin-bottom: 27px;
  17668. background-color: #202020;
  17669. overflow: hidden;
  17670. }
  17671. .panel-body.none-top {
  17672. border-top: 0 !important;
  17673. }
  17674. .panel-body > .panel-header {
  17675. font-weight: bold;
  17676. background-color: #131515;
  17677. color: #fff;
  17678. margin: -3px -12px 0 -12px;
  17679. padding: 10px;
  17680. overflow: hidden;
  17681. }
  17682. .panel-body > .panel-header a {
  17683. color: inherit;
  17684. }
  17685. .panel-body .panel-inner {
  17686. padding: 23px 0;
  17687. overflow: hidden;
  17688. color: gray;
  17689. }
  17690. ::-webkit-scrollbar {
  17691. height: 12px;
  17692. width: 12px;
  17693. background: #1D1D1D;
  17694. }
  17695. ::-webkit-scrollbar-thumb {
  17696. background: #131515;
  17697. }
  17698. .toggle-menu {
  17699. color: #fff;
  17700. font-size: 35px;
  17701. }
  17702. .options {
  17703. /* display: none; */
  17704.  
  17705. padding: 10px;
  17706. background: #202020;
  17707. }
  17708. /* MESSAGES */
  17709. .bs-callout {
  17710. padding-left: 20px;
  17711. padding-right: 20px;
  17712. padding-top: 10px;
  17713. border: 1px solid #1d1d1d;
  17714. border-left-width: 5px;
  17715. padding-bottom: 10px;
  17716. background-color: #1d1d1d;
  17717. color: #fff;
  17718. }
  17719. button.close {
  17720. color: #fff;
  17721. }
  17722. button.close:hover {
  17723. color: #fff;
  17724. }
  17725. .bs-callout-info {
  17726. border-left-color: #5bc0de;
  17727. }
  17728. .bs-callout-info h4 {
  17729. color: #5bc0de;
  17730. }
  17731. .bs-callout-danger {
  17732. border-left-color: #d9534f;
  17733. }
  17734. .bs-callout-danger h4 {
  17735. color: #d9534f;
  17736. }
  17737. .bs-callout-success {
  17738. border-left-color: #dff0d8;
  17739. }
  17740. .bs-callout-success h4 {
  17741. color: #dff0d8;
  17742. }
  17743. /* TABLE */
  17744. th {
  17745. font-weight: normal;
  17746. border-bottom: 0px;
  17747. }
  17748. .table-striped thead {
  17749. background-color: #131515;
  17750. color: #fff;
  17751. border-bottom: 0px;
  17752. }
  17753. .table-striped > tbody > tr:nth-of-type(odd) {
  17754. background-color: #202020 !important;
  17755. }
  17756. .iCheck-helper {
  17757. margin-right: 10px;
  17758. }
  17759. .cke_chrome {
  17760. border: 0px;
  17761. }
  17762. .credit-content {
  17763. border: 1px solid #1d1d1d;
  17764. border-bottom: 0px;
  17765. padding: 15px;
  17766. text-align: center;
  17767. }
  17768. .credit-content span:nth-child(1) {
  17769. color: #fff;
  17770. display: block;
  17771. text-align: center;
  17772. font-weight: bold;
  17773. font-size: 18px;
  17774. }
  17775. .credit-content span:nth-child(2) {
  17776. color: #fff;
  17777. display: block;
  17778. text-align: center;
  17779. font-size: 15px;
  17780. }
  17781. .credit-content span:nth-child(3) {
  17782. border-top: 1px solid #1d1d1d;
  17783. display: block;
  17784. padding-top: 10px;
  17785. margin-top: 10px;
  17786. }
  17787. .featured-pkg {
  17788. width: 100%;
  17789. }
  17790. .featured-header {
  17791. background: #121010;
  17792. color: #FFF;
  17793. text-align: center;
  17794. padding: 15px;
  17795. margin-bottom: -10px;
  17796. font-family: BebasNeue;
  17797. font-size: 25px;
  17798. }
  17799. .credits {
  17800. padding: 10px;
  17801. min-width: 100px;
  17802. width: auto;
  17803. text-align: center;
  17804. color: #FFF;
  17805. background-color: darkgreen;
  17806. font-weight: bold;
  17807. }
  17808. .pagination li a {
  17809. background: #131515;
  17810. border-color: transparent;
  17811. color: #fff;
  17812. }
  17813. .pagination li a:hover,
  17814. .pagination li a:focus {
  17815. background: #161616;
  17816. border-color: transparent;
  17817. color: #fff;
  17818. }
  17819. .pagination > .active > a,
  17820. .pagination > .active > a:hover,
  17821. .pagination > .active > a:focus {
  17822. background: #9c2ad6;
  17823. border-color: transparent;
  17824. color: #fff;
  17825. }
  17826. .btn-default {
  17827. color: #333 !important;
  17828. }
  17829. .pagination > .disabled > span,
  17830. .pagination > .disabled > span:hover,
  17831. .pagination > .disabled > span:focus,
  17832. .pagination > .disabled > a,
  17833. .pagination > .disabled > a:hover,
  17834. .pagination > .disabled > a:focus {
  17835. color: #fff;
  17836. background-color: #161616;
  17837. border-color: transparent;
  17838. cursor: not-allowed;
  17839. }
  17840. .table-striped > tbody > tr:nth-of-type(odd) {
  17841. background-color: #1a1d1d;
  17842. }
  17843. .table > thead > tr > th {
  17844. border-bottom: 0px;
  17845. }
  17846. .table > tbody > tr > td {
  17847. border-top: 0px;
  17848. }
  17849. #RC .slider-selection {
  17850. background: #FF8282;
  17851. }
  17852. .slider-handle {
  17853. background: #9c2ad6;
  17854. }
  17855. .slider-track {
  17856. background: #1d1d1d;
  17857. }
  17858. .slider-selection {
  17859. background: #9c2ad6;
  17860. }
  17861. #RGB {
  17862. height: 60px;
  17863. background: #808080;
  17864. }
  17865. #RC .slider-selection {
  17866. background: #FF8282;
  17867. }
  17868. #RC .slider-handle {
  17869. background: red;
  17870. }
  17871. #GC .slider-selection {
  17872. background: #428041;
  17873. }
  17874. #GC .slider-handle {
  17875. background: green;
  17876. }
  17877. #BC .slider-handle {
  17878. background: blue;
  17879. }
  17880. #BC .slider-selection {
  17881. background: #8283FF;
  17882. }
  17883. #R,
  17884. #G,
  17885. #B {
  17886. width: 100%;
  17887. }
  17888. .dropdown-menu {
  17889. position: absolute;
  17890. top: 100%;
  17891. left: 0;
  17892. z-index: 1000;
  17893. display: none;
  17894. float: left;
  17895. min-width: 160px;
  17896. padding: 5px 0;
  17897. margin: 2px 0 0;
  17898. list-style: none;
  17899. font-size: 14px;
  17900. text-align: left;
  17901. background-color: #202020;
  17902. /* border: 1px solid #000;
  17903. border-top: 0px; */
  17904.  
  17905. -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  17906. box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  17907. background-clip: padding-box;
  17908. }
  17909. .dropdown-menu.pull-right {
  17910. right: 0;
  17911. left: auto;
  17912. }
  17913. .dropdown-menu .divider {
  17914. height: 1px;
  17915. margin: 9px 0;
  17916. overflow: hidden;
  17917. background-color: #e5e5e5;
  17918. }
  17919. .dropdown-menu > li > a {
  17920. display: block;
  17921. padding: 5px 10px;
  17922. clear: both;
  17923. font-weight: normal;
  17924. line-height: 1.42857143;
  17925. color: #fff;
  17926. white-space: nowrap;
  17927. }
  17928. .dropdown-menu > li > a:hover,
  17929. .dropdown-menu > li > a:focus {
  17930. text-decoration: none;
  17931. color: #fff;
  17932. background-color: #2f2f2f;
  17933. }
  17934. .dropdown-menu > .active > a,
  17935. .dropdown-menu > .active > a:hover,
  17936. .dropdown-menu > .active > a:focus {
  17937. color: #ffffff;
  17938. text-decoration: none;
  17939. outline: 0;
  17940. background-color: #9c2ad6;
  17941. }
  17942. #sortable {
  17943. list-style-type: none;
  17944. margin: 0;
  17945. padding: 0;
  17946. }
  17947. #sortable li {
  17948. background-color: #1d1d1d;
  17949. padding: 10px;
  17950. margin-bottom: 2px;
  17951. cursor: pointer;
  17952. }
  17953. #sortable li i {
  17954. color: #9c2ad6;
  17955. }
  17956. tbody td {
  17957. vertical-align: middle !important;
  17958. }
  17959. /*
  17960. Note editor
  17961. */
  17962. .note-editor {
  17963. border: 0px !important;
  17964. background-color: #202020 !important;
  17965. }
  17966. .note-editor .note-statusbar .note-resizebar {
  17967. background-color: #202020;
  17968. color: #1d1d1d;
  17969. }
  17970. .panel-default > .panel-heading {
  17971. background-color: #131515;
  17972. border: none !important;
  17973. color: #FFF !important;
  17974. }
  17975. .btn-default {
  17976. background-color: #1d1d1d;
  17977. color: #FFF !important;
  17978. border: none !important;
  17979. }
  17980. .btn-default:hover,
  17981. .btn-default:focus,
  17982. .btn-default:active,
  17983. .btn-default.active,
  17984. .open > .dropdown-toggle.btn-default {
  17985. background-color: #1d1d1d !important;
  17986. color: #9c2ad6 !important;
  17987. }
  17988. .note-editor .note-editing-area .note-editable {
  17989. background-color: #1d1d1d !important;
  17990. color: gray !important;
  17991. }
  17992. .ui-tooltip,
  17993. .ui-widget {
  17994. background: #131515 !important;
  17995. border: none !important;
  17996. color: #FFF !important;
  17997. box-shadow: none !important;
  17998. }
  17999. .note-dialog .note-help-dialog .modal-content {
  18000. border: none !important;
  18001. }
  18002. .note-dialog .note-help-dialog .title {
  18003. border: none !important;
  18004. }
  18005. .note-dialog .note-help-dialog .note-shortcut-title {
  18006. color: #9c2ad6 !important;
  18007. }
  18008. .dropdown-menu {
  18009. position: absolute;
  18010. top: 100%;
  18011. left: 0;
  18012. z-index: 1000;
  18013. display: none;
  18014. float: left;
  18015. min-width: 160px;
  18016. padding: 5px 0;
  18017. margin: 2px 0 0;
  18018. list-style: none;
  18019. font-size: 14px;
  18020. text-align: left;
  18021. background-color: #202020;
  18022. /* border: 1px solid #000;
  18023. border-top: 0px; */
  18024.  
  18025. -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  18026. box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  18027. background-clip: padding-box;
  18028. }
  18029. .dropdown-menu.pull-right {
  18030. right: 0;
  18031. left: auto;
  18032. }
  18033. .dropdown-menu .divider {
  18034. height: 1px;
  18035. margin: 9px 0;
  18036. overflow: hidden;
  18037. background-color: #e5e5e5;
  18038. }
  18039. .dropdown-menu > li > a {
  18040. display: block;
  18041. padding: 10px 20px;
  18042. clear: both;
  18043. font-weight: normal;
  18044. line-height: 1.42857143;
  18045. color: #fff;
  18046. white-space: nowrap;
  18047. }
  18048. .dropdown-menu > li > a:hover,
  18049. .dropdown-menu > li > a:focus {
  18050. text-decoration: none;
  18051. color: #fff;
  18052. background-color: #2f2f2f;
  18053. }
  18054. .dropdown-menu > .active > a,
  18055. .dropdown-menu > .active > a:hover,
  18056. .dropdown-menu > .active > a:focus {
  18057. color: #ffffff;
  18058. text-decoration: none;
  18059. outline: 0;
  18060. background-color: #428bca;
  18061. }
  18062. .dropdown-menu > .disabled > a,
  18063. .dropdown-menu > .disabled > a:hover,
  18064. .dropdown-menu > .disabled > a:focus {
  18065. color: #777777;
  18066. }
  18067. .dropdown-menu > .active > a,
  18068. .dropdown-menu > .active > a:hover,
  18069. .dropdown-menu > .active > a:focus {
  18070. background: #9c2ad6;
  18071. }
  18072. .advent-box {
  18073. background-color: #9c2ad6;
  18074. text-align: center;
  18075. height: 120px;
  18076. margin-bottom: 30px;
  18077. }
  18078. .advent-box.notyet {
  18079. /* This works in IE 8 & 9 too */
  18080.  
  18081. /* ... but also 5, 6, 7 */
  18082.  
  18083. filter: alpha(opacity=50);
  18084. /* Modern Browsers */
  18085.  
  18086. opacity: 0.5;
  18087. }
  18088. .advent-box.claimed > span {
  18089. background: #000000;
  18090. /* fallback color */
  18091.  
  18092. background: rgba(0, 0, 0, 0.6);
  18093. }
  18094. .advent-box img {
  18095. width: 100%;
  18096. height: 100%;
  18097. }
  18098. .advent-box span {
  18099. position: absolute;
  18100. top: 31%;
  18101. left: 15px;
  18102. color: white;
  18103. font: bold 24px/45px Helvetica, Sans-Serif;
  18104. letter-spacing: -1px;
  18105. background: #005d9e;
  18106. /* fallback color */
  18107.  
  18108. background: rgba(0, 93, 158, 0.6);
  18109. padding: 5px;
  18110. }
  18111. .ui-helper-hidden {
  18112. display: none;
  18113. }
  18114. .ui-helper-hidden-accessible {
  18115. border: 0;
  18116. clip: rect(0 0 0 0);
  18117. height: 1px;
  18118. margin: -1px;
  18119. overflow: hidden;
  18120. padding: 0;
  18121. position: absolute;
  18122. width: 1px;
  18123. }
  18124. .ui-helper-reset {
  18125. margin: 0;
  18126. padding: 0;
  18127. border: 0;
  18128. outline: 0;
  18129. line-height: 1.3;
  18130. text-decoration: none;
  18131. font-size: 100%;
  18132. list-style: none;
  18133. }
  18134. .ui-helper-clearfix:before,
  18135. .ui-helper-clearfix:after {
  18136. content: "";
  18137. display: table;
  18138. border-collapse: collapse;
  18139. }
  18140. .ui-helper-clearfix:after {
  18141. clear: both;
  18142. }
  18143. .ui-helper-clearfix {
  18144. min-height: 0;
  18145. }
  18146. .ui-helper-zfix {
  18147. width: 100%;
  18148. height: 100%;
  18149. top: 0;
  18150. left: 0;
  18151. position: absolute;
  18152. opacity: 0;
  18153. filter: alpha(opacity=0);
  18154. }
  18155. .ui-front {
  18156. z-index: 100;
  18157. }
  18158. .ui-state-disabled {
  18159. cursor: default !important;
  18160. }
  18161. .ui-icon {
  18162. display: block;
  18163. text-indent: -99999px;
  18164. overflow: hidden;
  18165. background-repeat: no-repeat;
  18166. }
  18167. .ui-widget-overlay {
  18168. position: fixed;
  18169. top: 0;
  18170. left: 0;
  18171. width: 100%;
  18172. height: 100%;
  18173. }
  18174. .ui-accordion .ui-accordion-header {
  18175. display: block;
  18176. cursor: pointer;
  18177. position: relative;
  18178. margin: 2px 0 0 0;
  18179. padding: .5em .5em .5em .7em;
  18180. min-height: 0;
  18181. font-size: 100%;
  18182. }
  18183. .ui-accordion .ui-accordion-icons {
  18184. padding-left: 2.2em;
  18185. }
  18186. .ui-accordion .ui-accordion-icons .ui-accordion-icons {
  18187. padding-left: 2.2em;
  18188. }
  18189. .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  18190. position: absolute;
  18191. left: .5em;
  18192. top: 50%;
  18193. margin-top: -8px;
  18194. }
  18195. .ui-accordion .ui-accordion-content {
  18196. padding: 1em 2.2em;
  18197. border-top: 0;
  18198. overflow: auto;
  18199. }
  18200. .ui-autocomplete {
  18201. position: absolute;
  18202. top: 0;
  18203. left: 0;
  18204. cursor: default;
  18205. }
  18206. .ui-button {
  18207. display: inline-block;
  18208. position: relative;
  18209. padding: 0;
  18210. line-height: normal;
  18211. margin-right: .1em;
  18212. cursor: pointer;
  18213. vertical-align: middle;
  18214. text-align: center;
  18215. overflow: visible;
  18216. }
  18217. .ui-button,
  18218. .ui-button:link,
  18219. .ui-button:visited,
  18220. .ui-button:hover,
  18221. .ui-button:active {
  18222. text-decoration: none;
  18223. }
  18224. .ui-button-icon-only {
  18225. width: 2.2em;
  18226. }
  18227. button.ui-button-icon-only {
  18228. width: 2.4em;
  18229. }
  18230. .ui-button-icons-only {
  18231. width: 3.4em;
  18232. }
  18233. button.ui-button-icons-only {
  18234. width: 3.7em;
  18235. }
  18236. .ui-button .ui-button-text {
  18237. display: block;
  18238. line-height: normal;
  18239. }
  18240. .ui-button-text-only .ui-button-text {
  18241. padding: 0.4em 1em;
  18242. }
  18243. .ui-button-icon-only .ui-button-text,
  18244. .ui-button-icons-only .ui-button-text {
  18245. padding: .4em;
  18246. text-indent: -9999999px;
  18247. }
  18248. .ui-button-text-icon-primary .ui-button-text,
  18249. .ui-button-text-icons .ui-button-text {
  18250. padding: 0.4em 1em 0.4em 2.1em;
  18251. }
  18252. .ui-button-text-icon-secondary .ui-button-text,
  18253. .ui-button-text-icons .ui-button-text {
  18254. padding: 0.4em 2.1em 0.4em 1em;
  18255. }
  18256. .ui-button-text-icons .ui-button-text {
  18257. padding-left: 2.1em;
  18258. padding-right: 2.1em;
  18259. }
  18260. input.ui-button {
  18261. padding: 0.4em 1em;
  18262. }
  18263. .ui-button-icon-only .ui-icon,
  18264. .ui-button-text-icon-primary .ui-icon,
  18265. .ui-button-text-icon-secondary .ui-icon,
  18266. .ui-button-text-icons .ui-icon,
  18267. .ui-button-icons-only .ui-icon {
  18268. position: absolute;
  18269. top: 50%;
  18270. margin-top: -8px;
  18271. }
  18272. .ui-button-icon-only .ui-icon {
  18273. left: 50%;
  18274. margin-left: -8px;
  18275. }
  18276. .ui-button-text-icon-primary .ui-button-icon-primary,
  18277. .ui-button-text-icons .ui-button-icon-primary,
  18278. .ui-button-icons-only .ui-button-icon-primary {
  18279. left: 0.5em;
  18280. }
  18281. .ui-button-text-icon-secondary .ui-button-icon-secondary,
  18282. .ui-button-text-icons .ui-button-icon-secondary,
  18283. .ui-button-icons-only .ui-button-icon-secondary {
  18284. right: 0.5em;
  18285. }
  18286. .ui-buttonset {
  18287. margin-right: 7px;
  18288. }
  18289. .ui-buttonset .ui-button {
  18290. margin-left: 0;
  18291. margin-right: -0.3em;
  18292. }
  18293. input.ui-button::-moz-focus-inner,
  18294. button.ui-button::-moz-focus-inner {
  18295. border: 0;
  18296. padding: 0;
  18297. }
  18298. .ui-datepicker {
  18299. width: 17em;
  18300. padding: .2em .2em 0;
  18301. display: none;
  18302. }
  18303. .ui-datepicker .ui-datepicker-header {
  18304. position: relative;
  18305. padding: 0.2em 0;
  18306. }
  18307. .ui-datepicker .ui-datepicker-prev,
  18308. .ui-datepicker .ui-datepicker-next {
  18309. position: absolute;
  18310. top: 2px;
  18311. width: 1.8em;
  18312. height: 1.8em;
  18313. }
  18314. .ui-datepicker .ui-datepicker-prev-hover,
  18315. .ui-datepicker .ui-datepicker-next-hover {
  18316. top: 1px;
  18317. }
  18318. .ui-datepicker .ui-datepicker-prev {
  18319. left: 2px;
  18320. }
  18321. .ui-datepicker .ui-datepicker-next {
  18322. right: 2px;
  18323. }
  18324. .ui-datepicker .ui-datepicker-prev-hover {
  18325. left: 1px;
  18326. }
  18327. .ui-datepicker .ui-datepicker-next-hover {
  18328. right: 1px;
  18329. }
  18330. .ui-datepicker .ui-datepicker-prev span,
  18331. .ui-datepicker .ui-datepicker-next span {
  18332. display: block;
  18333. position: absolute;
  18334. left: 50%;
  18335. margin-left: -8px;
  18336. top: 50%;
  18337. margin-top: -8px;
  18338. }
  18339. .ui-datepicker .ui-datepicker-title {
  18340. margin: 0 2.3em;
  18341. line-height: 1.8em;
  18342. text-align: center;
  18343. }
  18344. .ui-datepicker .ui-datepicker-title select {
  18345. font-size: 1em;
  18346. margin: 1px 0;
  18347. }
  18348. .ui-datepicker select.ui-datepicker-month,
  18349. .ui-datepicker select.ui-datepicker-year {
  18350. width: 45%;
  18351. }
  18352. .ui-datepicker table {
  18353. width: 100%;
  18354. font-size: .9em;
  18355. border-collapse: collapse;
  18356. margin: 0 0 0.4em;
  18357. }
  18358. .ui-datepicker th {
  18359. padding: .7em .3em;
  18360. text-align: center;
  18361. font-weight: bold;
  18362. border: 0;
  18363. }
  18364. .ui-datepicker td {
  18365. border: 0;
  18366. padding: 1px;
  18367. }
  18368. .ui-datepicker td span,
  18369. .ui-datepicker td a {
  18370. display: block;
  18371. padding: .2em;
  18372. text-align: right;
  18373. text-decoration: none;
  18374. }
  18375. .ui-datepicker .ui-datepicker-buttonpane {
  18376. background-image: none;
  18377. margin: .7em 0 0 0;
  18378. padding: 0 .2em;
  18379. border-left: 0;
  18380. border-right: 0;
  18381. border-bottom: 0;
  18382. }
  18383. .ui-datepicker .ui-datepicker-buttonpane button {
  18384. float: right;
  18385. margin: .5em .2em .4em;
  18386. cursor: pointer;
  18387. padding: .2em .6em .3em .6em;
  18388. width: auto;
  18389. overflow: visible;
  18390. }
  18391. .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  18392. float: left;
  18393. }
  18394. .ui-datepicker.ui-datepicker-multi {
  18395. width: auto;
  18396. }
  18397. .ui-datepicker-multi .ui-datepicker-group {
  18398. float: left;
  18399. }
  18400. .ui-datepicker-multi .ui-datepicker-group table {
  18401. width: 95%;
  18402. margin: 0 auto 0.4em;
  18403. }
  18404. .ui-datepicker-multi-2 .ui-datepicker-group {
  18405. width: 50%;
  18406. }
  18407. .ui-datepicker-multi-3 .ui-datepicker-group {
  18408. width: 33.3%;
  18409. }
  18410. .ui-datepicker-multi-4 .ui-datepicker-group {
  18411. width: 25%;
  18412. }
  18413. .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
  18414. .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  18415. border-left-width: 0;
  18416. }
  18417. .ui-datepicker-multi .ui-datepicker-buttonpane {
  18418. clear: left;
  18419. }
  18420. .ui-datepicker-row-break {
  18421. clear: both;
  18422. width: 100%;
  18423. font-size: 0;
  18424. }
  18425. .ui-datepicker-rtl {
  18426. direction: rtl;
  18427. }
  18428. .ui-datepicker-rtl .ui-datepicker-prev {
  18429. right: 2px;
  18430. left: auto;
  18431. }
  18432. .ui-datepicker-rtl .ui-datepicker-next {
  18433. left: 2px;
  18434. right: auto;
  18435. }
  18436. .ui-datepicker-rtl .ui-datepicker-prev:hover {
  18437. right: 1px;
  18438. left: auto;
  18439. }
  18440. .ui-datepicker-rtl .ui-datepicker-next:hover {
  18441. left: 1px;
  18442. right: auto;
  18443. }
  18444. .ui-datepicker-rtl .ui-datepicker-buttonpane {
  18445. clear: right;
  18446. }
  18447. .ui-datepicker-rtl .ui-datepicker-buttonpane button {
  18448. float: left;
  18449. }
  18450. .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
  18451. .ui-datepicker-rtl .ui-datepicker-group {
  18452. float: right;
  18453. }
  18454. .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
  18455. .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  18456. border-right-width: 0;
  18457. border-left-width: 1px;
  18458. }
  18459. .ui-dialog {
  18460. overflow: hidden;
  18461. position: absolute;
  18462. top: 0;
  18463. left: 0;
  18464. padding: .2em;
  18465. outline: 0;
  18466. }
  18467. .ui-dialog .ui-dialog-titlebar {
  18468. padding: .4em 1em;
  18469. position: relative;
  18470. }
  18471. .ui-dialog .ui-dialog-title {
  18472. float: left;
  18473. margin: .1em 0;
  18474. white-space: nowrap;
  18475. width: 90%;
  18476. overflow: hidden;
  18477. text-overflow: ellipsis;
  18478. }
  18479. .ui-dialog .ui-dialog-titlebar-close {
  18480. position: absolute;
  18481. right: .3em;
  18482. top: 50%;
  18483. width: 20px;
  18484. margin: -10px 0 0 0;
  18485. padding: 1px;
  18486. height: 20px;
  18487. }
  18488. .ui-dialog .ui-dialog-content {
  18489. position: relative;
  18490. border: 0;
  18491. padding: .5em 1em;
  18492. background: none;
  18493. overflow: auto;
  18494. }
  18495. .ui-dialog .ui-dialog-buttonpane {
  18496. text-align: left;
  18497. border-width: 1px 0 0 0;
  18498. background-image: none;
  18499. margin-top: .5em;
  18500. padding: 0.3em 1em 0.5em 0.4em;
  18501. }
  18502. .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  18503. float: right;
  18504. }
  18505. .ui-dialog .ui-dialog-buttonpane button {
  18506. margin: .5em .4em .5em 0;
  18507. cursor: pointer;
  18508. }
  18509. .ui-dialog .ui-resizable-se {
  18510. width: 12px;
  18511. height: 12px;
  18512. right: -5px;
  18513. bottom: -5px;
  18514. background-position: 16px 16px;
  18515. }
  18516. .ui-draggable .ui-dialog-titlebar {
  18517. cursor: move;
  18518. }
  18519. .ui-draggable-handle {
  18520. -ms-touch-action: none;
  18521. touch-action: none;
  18522. }
  18523. .ui-menu {
  18524. list-style: none;
  18525. padding: 0;
  18526. margin: 0;
  18527. display: block;
  18528. outline: none;
  18529. }
  18530. .ui-menu .ui-menu {
  18531. position: absolute;
  18532. }
  18533. .ui-menu .ui-menu-item {
  18534. position: relative;
  18535. margin: 0;
  18536. padding: 3px 1em 3px .4em;
  18537. cursor: pointer;
  18538. min-height: 0;
  18539. list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  18540. }
  18541. .ui-menu .ui-menu-divider {
  18542. margin: 5px 0;
  18543. height: 0;
  18544. font-size: 0;
  18545. line-height: 0;
  18546. border-width: 1px 0 0 0;
  18547. }
  18548. .ui-menu .ui-state-focus,
  18549. .ui-menu .ui-state-active {
  18550. margin: -1px;
  18551. }
  18552. .ui-menu-icons {
  18553. position: relative;
  18554. }
  18555. .ui-menu-icons .ui-menu-item {
  18556. padding-left: 2em;
  18557. }
  18558. .ui-menu .ui-icon {
  18559. position: absolute;
  18560. top: 0;
  18561. bottom: 0;
  18562. left: .2em;
  18563. margin: auto 0;
  18564. }
  18565. .ui-menu .ui-menu-icon {
  18566. left: auto;
  18567. right: 0;
  18568. }
  18569. .ui-progressbar {
  18570. height: 2em;
  18571. text-align: left;
  18572. overflow: hidden;
  18573. }
  18574. .ui-progressbar .ui-progressbar-value {
  18575. margin: -1px;
  18576. height: 100%;
  18577. }
  18578. .ui-progressbar .ui-progressbar-overlay {
  18579. background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  18580. height: 100%;
  18581. filter: alpha(opacity=25);
  18582. opacity: 0.25;
  18583. }
  18584. .ui-progressbar-indeterminate .ui-progressbar-value {
  18585. background-image: none;
  18586. }
  18587. .ui-resizable {
  18588. position: relative;
  18589. }
  18590. .ui-resizable-handle {
  18591. position: absolute;
  18592. font-size: 0.1px;
  18593. display: block;
  18594. -ms-touch-action: none;
  18595. touch-action: none;
  18596. }
  18597. .ui-resizable-disabled .ui-resizable-handle,
  18598. .ui-resizable-autohide .ui-resizable-handle {
  18599. display: none;
  18600. }
  18601. .ui-resizable-n {
  18602. cursor: n-resize;
  18603. height: 7px;
  18604. width: 100%;
  18605. top: -5px;
  18606. left: 0;
  18607. }
  18608. .ui-resizable-s {
  18609. cursor: s-resize;
  18610. height: 7px;
  18611. width: 100%;
  18612. bottom: -5px;
  18613. left: 0;
  18614. }
  18615. .ui-resizable-e {
  18616. cursor: e-resize;
  18617. width: 7px;
  18618. right: -5px;
  18619. top: 0;
  18620. height: 100%;
  18621. }
  18622. .ui-resizable-w {
  18623. cursor: w-resize;
  18624. width: 7px;
  18625. left: -5px;
  18626. top: 0;
  18627. height: 100%;
  18628. }
  18629. .ui-resizable-se {
  18630. cursor: se-resize;
  18631. width: 12px;
  18632. height: 12px;
  18633. right: 1px;
  18634. bottom: 1px;
  18635. }
  18636. .ui-resizable-sw {
  18637. cursor: sw-resize;
  18638. width: 9px;
  18639. height: 9px;
  18640. left: -5px;
  18641. bottom: -5px;
  18642. }
  18643. .ui-resizable-nw {
  18644. cursor: nw-resize;
  18645. width: 9px;
  18646. height: 9px;
  18647. left: -5px;
  18648. top: -5px;
  18649. }
  18650. .ui-resizable-ne {
  18651. cursor: ne-resize;
  18652. width: 9px;
  18653. height: 9px;
  18654. right: -5px;
  18655. top: -5px;
  18656. }
  18657. .ui-selectable {
  18658. -ms-touch-action: none;
  18659. touch-action: none;
  18660. }
  18661. .ui-selectable-helper {
  18662. position: absolute;
  18663. z-index: 100;
  18664. border: 1px dotted #000000;
  18665. }
  18666. .ui-selectmenu-menu {
  18667. padding: 0;
  18668. margin: 0;
  18669. position: absolute;
  18670. top: 0;
  18671. left: 0;
  18672. display: none;
  18673. }
  18674. .ui-selectmenu-menu .ui-menu {
  18675. overflow: auto;
  18676. overflow-x: hidden;
  18677. padding-bottom: 1px;
  18678. }
  18679. .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  18680. font-size: 1em;
  18681. font-weight: bold;
  18682. line-height: 1.5;
  18683. padding: 2px 0.4em;
  18684. margin: 0.5em 0 0 0;
  18685. height: auto;
  18686. border: 0;
  18687. }
  18688. .ui-selectmenu-open {
  18689. display: block;
  18690. }
  18691. .ui-selectmenu-button {
  18692. display: inline-block;
  18693. overflow: hidden;
  18694. position: relative;
  18695. text-decoration: none;
  18696. cursor: pointer;
  18697. }
  18698. .ui-selectmenu-button span.ui-icon {
  18699. right: 0.5em;
  18700. left: auto;
  18701. margin-top: -8px;
  18702. position: absolute;
  18703. top: 50%;
  18704. }
  18705. .ui-selectmenu-button span.ui-selectmenu-text {
  18706. text-align: left;
  18707. padding: 0.4em 2.1em 0.4em 1em;
  18708. display: block;
  18709. line-height: 1.4;
  18710. overflow: hidden;
  18711. text-overflow: ellipsis;
  18712. white-space: nowrap;
  18713. }
  18714. .ui-slider {
  18715. position: relative;
  18716. text-align: left;
  18717. }
  18718. .ui-slider .ui-slider-handle {
  18719. position: absolute;
  18720. z-index: 2;
  18721. width: 1.2em;
  18722. height: 1.2em;
  18723. cursor: default;
  18724. -ms-touch-action: none;
  18725. touch-action: none;
  18726. }
  18727. .ui-slider .ui-slider-range {
  18728. position: absolute;
  18729. z-index: 1;
  18730. font-size: .7em;
  18731. display: block;
  18732. border: 0;
  18733. background-position: 0 0;
  18734. }
  18735. .ui-slider.ui-state-disabled .ui-slider-handle,
  18736. .ui-slider.ui-state-disabled .ui-slider-range {
  18737. filter: inherit;
  18738. }
  18739. .ui-slider-horizontal {
  18740. height: 0.8em;
  18741. }
  18742. .ui-slider-horizontal .ui-slider-handle {
  18743. top: -0.3em;
  18744. margin-left: -0.6em;
  18745. }
  18746. .ui-slider-horizontal .ui-slider-range {
  18747. top: 0;
  18748. height: 100%;
  18749. }
  18750. .ui-slider-horizontal .ui-slider-range-min {
  18751. left: 0;
  18752. }
  18753. .ui-slider-horizontal .ui-slider-range-max {
  18754. right: 0;
  18755. }
  18756. .ui-slider-vertical {
  18757. width: .8em;
  18758. height: 100px;
  18759. }
  18760. .ui-slider-vertical .ui-slider-handle {
  18761. left: -0.3em;
  18762. margin-left: 0;
  18763. margin-bottom: -0.6em;
  18764. }
  18765. .ui-slider-vertical .ui-slider-range {
  18766. left: 0;
  18767. width: 100%;
  18768. }
  18769. .ui-slider-vertical .ui-slider-range-min {
  18770. bottom: 0;
  18771. }
  18772. .ui-slider-vertical .ui-slider-range-max {
  18773. top: 0;
  18774. }
  18775. .ui-sortable-handle {
  18776. -ms-touch-action: none;
  18777. touch-action: none;
  18778. }
  18779. .ui-spinner {
  18780. position: relative;
  18781. display: inline-block;
  18782. overflow: hidden;
  18783. padding: 0;
  18784. vertical-align: middle;
  18785. }
  18786. .ui-spinner-input {
  18787. border: none;
  18788. background: none;
  18789. color: inherit;
  18790. padding: 0;
  18791. margin: .2em 0;
  18792. vertical-align: middle;
  18793. margin-left: .4em;
  18794. margin-right: 22px;
  18795. }
  18796. .ui-spinner-button {
  18797. width: 16px;
  18798. height: 50%;
  18799. font-size: .5em;
  18800. padding: 0;
  18801. margin: 0;
  18802. text-align: center;
  18803. position: absolute;
  18804. cursor: default;
  18805. display: block;
  18806. overflow: hidden;
  18807. right: 0;
  18808. }
  18809. .ui-spinner a.ui-spinner-button {
  18810. border-top: none;
  18811. border-bottom: none;
  18812. border-right: none;
  18813. }
  18814. .ui-spinner .ui-icon {
  18815. position: absolute;
  18816. margin-top: -8px;
  18817. top: 50%;
  18818. left: 0;
  18819. }
  18820. .ui-spinner-up {
  18821. top: 0;
  18822. }
  18823. .ui-spinner-down {
  18824. bottom: 0;
  18825. }
  18826. .ui-spinner .ui-icon-triangle-1-s {
  18827. background-position: -65px -16px;
  18828. }
  18829. .ui-tabs {
  18830. position: relative;
  18831. padding: 0.2em;
  18832. }
  18833. .ui-tabs .ui-tabs-nav {
  18834. margin: 0;
  18835. padding: 0.2em 0.2em 0;
  18836. }
  18837. .ui-tabs .ui-tabs-nav li {
  18838. list-style: none;
  18839. float: left;
  18840. position: relative;
  18841. top: 0;
  18842. margin: 1px .2em 0 0;
  18843. border-bottom-width: 0;
  18844. padding: 0;
  18845. white-space: nowrap;
  18846. }
  18847. .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  18848. float: left;
  18849. padding: .5em 1em;
  18850. text-decoration: none;
  18851. }
  18852. .ui-tabs .ui-tabs-nav li.ui-tabs-active {
  18853. margin-bottom: -1px;
  18854. padding-bottom: 1px;
  18855. }
  18856. .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
  18857. .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
  18858. .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  18859. cursor: text;
  18860. }
  18861. .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  18862. cursor: pointer;
  18863. }
  18864. .ui-tabs .ui-tabs-panel {
  18865. display: block;
  18866. border-width: 0;
  18867. padding: 1em 1.4em;
  18868. background: none;
  18869. }
  18870. .ui-tooltip {
  18871. padding: 8px;
  18872. position: absolute;
  18873. z-index: 9999;
  18874. max-width: 300px;
  18875. -webkit-box-shadow: 0 0 5px #aaa;
  18876. box-shadow: 0 0 5px #aaaaaa;
  18877. }
  18878. body .ui-tooltip {
  18879. border-width: 2px;
  18880. }
  18881. .ui-widget {
  18882. font-family: Verdana, Arial, sans-serif;
  18883. font-size: 1.1em;
  18884. }
  18885. .ui-widget .ui-widget {
  18886. font-size: 1em;
  18887. }
  18888. .ui-widget input,
  18889. .ui-widget select,
  18890. .ui-widget textarea,
  18891. .ui-widget button {
  18892. font-family: Verdana, Arial, sans-serif;
  18893. font-size: 1em;
  18894. }
  18895. .ui-widget-content {
  18896. border: 1px solid #404040;
  18897. background: #121212 url("images/ui-bg_gloss-wave_16_121212_500x100.png") 50% top repeat-x;
  18898. color: #eeeeee;
  18899. }
  18900. .ui-widget-content a {
  18901. color: #eeeeee;
  18902. }
  18903. .ui-widget-header {
  18904. border: 1px solid #404040;
  18905. background: #888888 url("images/ui-bg_highlight-hard_15_888888_1x100.png") 50% 50% repeat-x;
  18906. color: #fff;
  18907. font-weight: bold;
  18908. }
  18909. .ui-widget-header a {
  18910. color: #ffffff;
  18911. }
  18912. .ui-state-default,
  18913. .ui-widget-content .ui-state-default,
  18914. .ui-widget-header .ui-state-default {
  18915. border: 1px solid #ccc;
  18916. background: #adadad url("images/ui-bg_highlight-soft_35_adadad_1x100.png") 50% 50% repeat-x;
  18917. font-weight: normal;
  18918. color: #333333;
  18919. }
  18920. .ui-state-default a,
  18921. .ui-state-default a:link,
  18922. .ui-state-default a:visited {
  18923. color: #333;
  18924. text-decoration: none;
  18925. }
  18926. .ui-state-hover,
  18927. .ui-widget-content .ui-state-hover,
  18928. .ui-widget-header .ui-state-hover,
  18929. .ui-state-focus,
  18930. .ui-widget-content .ui-state-focus,
  18931. .ui-widget-header .ui-state-focus {
  18932. border: 1px solid #ddd;
  18933. background: #dddddd url("images/ui-bg_highlight-soft_60_dddddd_1x100.png") 50% 50% repeat-x;
  18934. font-weight: normal;
  18935. color: #000000;
  18936. }
  18937. .ui-state-hover a,
  18938. .ui-state-hover a:hover,
  18939. .ui-state-hover a:link,
  18940. .ui-state-hover a:visited,
  18941. .ui-state-focus a,
  18942. .ui-state-focus a:hover,
  18943. .ui-state-focus a:link,
  18944. .ui-state-focus a:visited {
  18945. color: #000;
  18946. text-decoration: none;
  18947. }
  18948. .ui-state-active,
  18949. .ui-widget-content .ui-state-active,
  18950. .ui-widget-header .ui-state-active {
  18951. border: 1px solid #000;
  18952. background: #121212 url("images/ui-bg_inset-soft_15_121212_1x100.png") 50% 50% repeat-x;
  18953. font-weight: normal;
  18954. color: #ffffff;
  18955. }
  18956. .ui-state-active a,
  18957. .ui-state-active a:link,
  18958. .ui-state-active a:visited {
  18959. color: #fff;
  18960. text-decoration: none;
  18961. }
  18962. .ui-state-highlight,
  18963. .ui-widget-content .ui-state-highlight,
  18964. .ui-widget-header .ui-state-highlight {
  18965. border: 1px solid #404040;
  18966. background: #555555 url("images/ui-bg_highlight-hard_55_555555_1x100.png") 50% top repeat-x;
  18967. color: #cccccc;
  18968. }
  18969. .ui-state-highlight a,
  18970. .ui-widget-content .ui-state-highlight a,
  18971. .ui-widget-header .ui-state-highlight a {
  18972. color: #cccccc;
  18973. }
  18974. .ui-state-error,
  18975. .ui-widget-content .ui-state-error,
  18976. .ui-widget-header .ui-state-error {
  18977. border: 1px solid #cd0a0a;
  18978. background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
  18979. color: #cd0a0a;
  18980. }
  18981. .ui-state-error a,
  18982. .ui-widget-content .ui-state-error a,
  18983. .ui-widget-header .ui-state-error a {
  18984. color: #cd0a0a;
  18985. }
  18986. .ui-state-error-text,
  18987. .ui-widget-content .ui-state-error-text,
  18988. .ui-widget-header .ui-state-error-text {
  18989. color: #cd0a0a;
  18990. }
  18991. .ui-priority-primary,
  18992. .ui-widget-content .ui-priority-primary,
  18993. .ui-widget-header .ui-priority-primary {
  18994. font-weight: bold;
  18995. }
  18996. .ui-priority-secondary,
  18997. .ui-widget-content .ui-priority-secondary,
  18998. .ui-widget-header .ui-priority-secondary {
  18999. opacity: .7;
  19000. filter: alpha(opacity=70);
  19001. font-weight: normal;
  19002. }
  19003. .ui-state-disabled,
  19004. .ui-widget-content .ui-state-disabled,
  19005. .ui-widget-header .ui-state-disabled {
  19006. opacity: .35;
  19007. filter: alpha(opacity=35);
  19008. background-image: none;
  19009. }
  19010. .ui-state-disabled .ui-icon {
  19011. filter: alpha(opacity=35);
  19012. }
  19013. .ui-icon {
  19014. width: 16px;
  19015. height: 16px;
  19016. }
  19017. .ui-icon,
  19018. .ui-widget-content .ui-icon {
  19019. background-image: url("images/ui-icons_bbbbbb_256x240.png");
  19020. }
  19021. .ui-widget-header .ui-icon {
  19022. background-image: url("images/ui-icons_cccccc_256x240.png");
  19023. }
  19024. .ui-state-default .ui-icon {
  19025. background-image: url("images/ui-icons_666666_256x240.png");
  19026. }
  19027. .ui-state-hover .ui-icon,
  19028. .ui-state-focus .ui-icon {
  19029. background-image: url("images/ui-icons_c98000_256x240.png");
  19030. }
  19031. .ui-state-active .ui-icon {
  19032. background-image: url("images/ui-icons_f29a00_256x240.png");
  19033. }
  19034. .ui-state-highlight .ui-icon {
  19035. background-image: url("images/ui-icons_aaaaaa_256x240.png");
  19036. }
  19037. .ui-state-error .ui-icon,
  19038. .ui-state-error-text .ui-icon {
  19039. background-image: url("images/ui-icons_cd0a0a_256x240.png");
  19040. }
  19041. .ui-icon-blank {
  19042. background-position: 16px 16px;
  19043. }
  19044. .ui-icon-carat-1-n {
  19045. background-position: 0 0;
  19046. }
  19047. .ui-icon-carat-1-ne {
  19048. background-position: -16px 0;
  19049. }
  19050. .ui-icon-carat-1-e {
  19051. background-position: -32px 0;
  19052. }
  19053. .ui-icon-carat-1-se {
  19054. background-position: -48px 0;
  19055. }
  19056. .ui-icon-carat-1-s {
  19057. background-position: -64px 0;
  19058. }
  19059. .ui-icon-carat-1-sw {
  19060. background-position: -80px 0;
  19061. }
  19062. .ui-icon-carat-1-w {
  19063. background-position: -96px 0;
  19064. }
  19065. .ui-icon-carat-1-nw {
  19066. background-position: -112px 0;
  19067. }
  19068. .ui-icon-carat-2-n-s {
  19069. background-position: -128px 0;
  19070. }
  19071. .ui-icon-carat-2-e-w {
  19072. background-position: -144px 0;
  19073. }
  19074. .ui-icon-triangle-1-n {
  19075. background-position: 0 -16px;
  19076. }
  19077. .ui-icon-triangle-1-ne {
  19078. background-position: -16px -16px;
  19079. }
  19080. .ui-icon-triangle-1-e {
  19081. background-position: -32px -16px;
  19082. }
  19083. .ui-icon-triangle-1-se {
  19084. background-position: -48px -16px;
  19085. }
  19086. .ui-icon-triangle-1-s {
  19087. background-position: -64px -16px;
  19088. }
  19089. .ui-icon-triangle-1-sw {
  19090. background-position: -80px -16px;
  19091. }
  19092. .ui-icon-triangle-1-w {
  19093. background-position: -96px -16px;
  19094. }
  19095. .ui-icon-triangle-1-nw {
  19096. background-position: -112px -16px;
  19097. }
  19098. .ui-icon-triangle-2-n-s {
  19099. background-position: -128px -16px;
  19100. }
  19101. .ui-icon-triangle-2-e-w {
  19102. background-position: -144px -16px;
  19103. }
  19104. .ui-icon-arrow-1-n {
  19105. background-position: 0 -32px;
  19106. }
  19107. .ui-icon-arrow-1-ne {
  19108. background-position: -16px -32px;
  19109. }
  19110. .ui-icon-arrow-1-e {
  19111. background-position: -32px -32px;
  19112. }
  19113. .ui-icon-arrow-1-se {
  19114. background-position: -48px -32px;
  19115. }
  19116. .ui-icon-arrow-1-s {
  19117. background-position: -64px -32px;
  19118. }
  19119. .ui-icon-arrow-1-sw {
  19120. background-position: -80px -32px;
  19121. }
  19122. .ui-icon-arrow-1-w {
  19123. background-position: -96px -32px;
  19124. }
  19125. .ui-icon-arrow-1-nw {
  19126. background-position: -112px -32px;
  19127. }
  19128. .ui-icon-arrow-2-n-s {
  19129. background-position: -128px -32px;
  19130. }
  19131. .ui-icon-arrow-2-ne-sw {
  19132. background-position: -144px -32px;
  19133. }
  19134. .ui-icon-arrow-2-e-w {
  19135. background-position: -160px -32px;
  19136. }
  19137. .ui-icon-arrow-2-se-nw {
  19138. background-position: -176px -32px;
  19139. }
  19140. .ui-icon-arrowstop-1-n {
  19141. background-position: -192px -32px;
  19142. }
  19143. .ui-icon-arrowstop-1-e {
  19144. background-position: -208px -32px;
  19145. }
  19146. .ui-icon-arrowstop-1-s {
  19147. background-position: -224px -32px;
  19148. }
  19149. .ui-icon-arrowstop-1-w {
  19150. background-position: -240px -32px;
  19151. }
  19152. .ui-icon-arrowthick-1-n {
  19153. background-position: 0 -48px;
  19154. }
  19155. .ui-icon-arrowthick-1-ne {
  19156. background-position: -16px -48px;
  19157. }
  19158. .ui-icon-arrowthick-1-e {
  19159. background-position: -32px -48px;
  19160. }
  19161. .ui-icon-arrowthick-1-se {
  19162. background-position: -48px -48px;
  19163. }
  19164. .ui-icon-arrowthick-1-s {
  19165. background-position: -64px -48px;
  19166. }
  19167. .ui-icon-arrowthick-1-sw {
  19168. background-position: -80px -48px;
  19169. }
  19170. .ui-icon-arrowthick-1-w {
  19171. background-position: -96px -48px;
  19172. }
  19173. .ui-icon-arrowthick-1-nw {
  19174. background-position: -112px -48px;
  19175. }
  19176. .ui-icon-arrowthick-2-n-s {
  19177. background-position: -128px -48px;
  19178. }
  19179. .ui-icon-arrowthick-2-ne-sw {
  19180. background-position: -144px -48px;
  19181. }
  19182. .ui-icon-arrowthick-2-e-w {
  19183. background-position: -160px -48px;
  19184. }
  19185. .ui-icon-arrowthick-2-se-nw {
  19186. background-position: -176px -48px;
  19187. }
  19188. .ui-icon-arrowthickstop-1-n {
  19189. background-position: -192px -48px;
  19190. }
  19191. .ui-icon-arrowthickstop-1-e {
  19192. background-position: -208px -48px;
  19193. }
  19194. .ui-icon-arrowthickstop-1-s {
  19195. background-position: -224px -48px;
  19196. }
  19197. .ui-icon-arrowthickstop-1-w {
  19198. background-position: -240px -48px;
  19199. }
  19200. .ui-icon-arrowreturnthick-1-w {
  19201. background-position: 0 -64px;
  19202. }
  19203. .ui-icon-arrowreturnthick-1-n {
  19204. background-position: -16px -64px;
  19205. }
  19206. .ui-icon-arrowreturnthick-1-e {
  19207. background-position: -32px -64px;
  19208. }
  19209. .ui-icon-arrowreturnthick-1-s {
  19210. background-position: -48px -64px;
  19211. }
  19212. .ui-icon-arrowreturn-1-w {
  19213. background-position: -64px -64px;
  19214. }
  19215. .ui-icon-arrowreturn-1-n {
  19216. background-position: -80px -64px;
  19217. }
  19218. .ui-icon-arrowreturn-1-e {
  19219. background-position: -96px -64px;
  19220. }
  19221. .ui-icon-arrowreturn-1-s {
  19222. background-position: -112px -64px;
  19223. }
  19224. .ui-icon-arrowrefresh-1-w {
  19225. background-position: -128px -64px;
  19226. }
  19227. .ui-icon-arrowrefresh-1-n {
  19228. background-position: -144px -64px;
  19229. }
  19230. .ui-icon-arrowrefresh-1-e {
  19231. background-position: -160px -64px;
  19232. }
  19233. .ui-icon-arrowrefresh-1-s {
  19234. background-position: -176px -64px;
  19235. }
  19236. .ui-icon-arrow-4 {
  19237. background-position: 0 -80px;
  19238. }
  19239. .ui-icon-arrow-4-diag {
  19240. background-position: -16px -80px;
  19241. }
  19242. .ui-icon-extlink {
  19243. background-position: -32px -80px;
  19244. }
  19245. .ui-icon-newwin {
  19246. background-position: -48px -80px;
  19247. }
  19248. .ui-icon-refresh {
  19249. background-position: -64px -80px;
  19250. }
  19251. .ui-icon-shuffle {
  19252. background-position: -80px -80px;
  19253. }
  19254. .ui-icon-transfer-e-w {
  19255. background-position: -96px -80px;
  19256. }
  19257. .ui-icon-transferthick-e-w {
  19258. background-position: -112px -80px;
  19259. }
  19260. .ui-icon-folder-collapsed {
  19261. background-position: 0 -96px;
  19262. }
  19263. .ui-icon-folder-open {
  19264. background-position: -16px -96px;
  19265. }
  19266. .ui-icon-document {
  19267. background-position: -32px -96px;
  19268. }
  19269. .ui-icon-document-b {
  19270. background-position: -48px -96px;
  19271. }
  19272. .ui-icon-note {
  19273. background-position: -64px -96px;
  19274. }
  19275. .ui-icon-mail-closed {
  19276. background-position: -80px -96px;
  19277. }
  19278. .ui-icon-mail-open {
  19279. background-position: -96px -96px;
  19280. }
  19281. .ui-icon-suitcase {
  19282. background-position: -112px -96px;
  19283. }
  19284. .ui-icon-comment {
  19285. background-position: -128px -96px;
  19286. }
  19287. .ui-icon-person {
  19288. background-position: -144px -96px;
  19289. }
  19290. .ui-icon-print {
  19291. background-position: -160px -96px;
  19292. }
  19293. .ui-icon-trash {
  19294. background-position: -176px -96px;
  19295. }
  19296. .ui-icon-locked {
  19297. background-position: -192px -96px;
  19298. }
  19299. .ui-icon-unlocked {
  19300. background-position: -208px -96px;
  19301. }
  19302. .ui-icon-bookmark {
  19303. background-position: -224px -96px;
  19304. }
  19305. .ui-icon-tag {
  19306. background-position: -240px -96px;
  19307. }
  19308. .ui-icon-home {
  19309. background-position: 0 -112px;
  19310. }
  19311. .ui-icon-flag {
  19312. background-position: -16px -112px;
  19313. }
  19314. .ui-icon-calendar {
  19315. background-position: -32px -112px;
  19316. }
  19317. .ui-icon-cart {
  19318. background-position: -48px -112px;
  19319. }
  19320. .ui-icon-pencil {
  19321. background-position: -64px -112px;
  19322. }
  19323. .ui-icon-clock {
  19324. background-position: -80px -112px;
  19325. }
  19326. .ui-icon-disk {
  19327. background-position: -96px -112px;
  19328. }
  19329. .ui-icon-calculator {
  19330. background-position: -112px -112px;
  19331. }
  19332. .ui-icon-zoomin {
  19333. background-position: -128px -112px;
  19334. }
  19335. .ui-icon-zoomout {
  19336. background-position: -144px -112px;
  19337. }
  19338. .ui-icon-search {
  19339. background-position: -160px -112px;
  19340. }
  19341. .ui-icon-wrench {
  19342. background-position: -176px -112px;
  19343. }
  19344. .ui-icon-gear {
  19345. background-position: -192px -112px;
  19346. }
  19347. .ui-icon-heart {
  19348. background-position: -208px -112px;
  19349. }
  19350. .ui-icon-star {
  19351. background-position: -224px -112px;
  19352. }
  19353. .ui-icon-link {
  19354. background-position: -240px -112px;
  19355. }
  19356. .ui-icon-cancel {
  19357. background-position: 0 -128px;
  19358. }
  19359. .ui-icon-plus {
  19360. background-position: -16px -128px;
  19361. }
  19362. .ui-icon-plusthick {
  19363. background-position: -32px -128px;
  19364. }
  19365. .ui-icon-minus {
  19366. background-position: -48px -128px;
  19367. }
  19368. .ui-icon-minusthick {
  19369. background-position: -64px -128px;
  19370. }
  19371. .ui-icon-close {
  19372. background-position: -80px -128px;
  19373. }
  19374. .ui-icon-closethick {
  19375. background-position: -96px -128px;
  19376. }
  19377. .ui-icon-key {
  19378. background-position: -112px -128px;
  19379. }
  19380. .ui-icon-lightbulb {
  19381. background-position: -128px -128px;
  19382. }
  19383. .ui-icon-scissors {
  19384. background-position: -144px -128px;
  19385. }
  19386. .ui-icon-clipboard {
  19387. background-position: -160px -128px;
  19388. }
  19389. .ui-icon-copy {
  19390. background-position: -176px -128px;
  19391. }
  19392. .ui-icon-contact {
  19393. background-position: -192px -128px;
  19394. }
  19395. .ui-icon-image {
  19396. background-position: -208px -128px;
  19397. }
  19398. .ui-icon-video {
  19399. background-position: -224px -128px;
  19400. }
  19401. .ui-icon-script {
  19402. background-position: -240px -128px;
  19403. }
  19404. .ui-icon-alert {
  19405. background-position: 0 -144px;
  19406. }
  19407. .ui-icon-info {
  19408. background-position: -16px -144px;
  19409. }
  19410. .ui-icon-notice {
  19411. background-position: -32px -144px;
  19412. }
  19413. .ui-icon-help {
  19414. background-position: -48px -144px;
  19415. }
  19416. .ui-icon-check {
  19417. background-position: -64px -144px;
  19418. }
  19419. .ui-icon-bullet {
  19420. background-position: -80px -144px;
  19421. }
  19422. .ui-icon-radio-on {
  19423. background-position: -96px -144px;
  19424. }
  19425. .ui-icon-radio-off {
  19426. background-position: -112px -144px;
  19427. }
  19428. .ui-icon-pin-w {
  19429. background-position: -128px -144px;
  19430. }
  19431. .ui-icon-pin-s {
  19432. background-position: -144px -144px;
  19433. }
  19434. .ui-icon-play {
  19435. background-position: 0 -160px;
  19436. }
  19437. .ui-icon-pause {
  19438. background-position: -16px -160px;
  19439. }
  19440. .ui-icon-seek-next {
  19441. background-position: -32px -160px;
  19442. }
  19443. .ui-icon-seek-prev {
  19444. background-position: -48px -160px;
  19445. }
  19446. .ui-icon-seek-end {
  19447. background-position: -64px -160px;
  19448. }
  19449. .ui-icon-seek-start {
  19450. background-position: -80px -160px;
  19451. }
  19452. .ui-icon-seek-first {
  19453. background-position: -80px -160px;
  19454. }
  19455. .ui-icon-stop {
  19456. background-position: -96px -160px;
  19457. }
  19458. .ui-icon-eject {
  19459. background-position: -112px -160px;
  19460. }
  19461. .ui-icon-volume-off {
  19462. background-position: -128px -160px;
  19463. }
  19464. .ui-icon-volume-on {
  19465. background-position: -144px -160px;
  19466. }
  19467. .ui-icon-power {
  19468. background-position: 0 -176px;
  19469. }
  19470. .ui-icon-signal-diag {
  19471. background-position: -16px -176px;
  19472. }
  19473. .ui-icon-signal {
  19474. background-position: -32px -176px;
  19475. }
  19476. .ui-icon-battery-0 {
  19477. background-position: -48px -176px;
  19478. }
  19479. .ui-icon-battery-1 {
  19480. background-position: -64px -176px;
  19481. }
  19482. .ui-icon-battery-2 {
  19483. background-position: -80px -176px;
  19484. }
  19485. .ui-icon-battery-3 {
  19486. background-position: -96px -176px;
  19487. }
  19488. .ui-icon-circle-plus {
  19489. background-position: 0 -192px;
  19490. }
  19491. .ui-icon-circle-minus {
  19492. background-position: -16px -192px;
  19493. }
  19494. .ui-icon-circle-close {
  19495. background-position: -32px -192px;
  19496. }
  19497. .ui-icon-circle-triangle-e {
  19498. background-position: -48px -192px;
  19499. }
  19500. .ui-icon-circle-triangle-s {
  19501. background-position: -64px -192px;
  19502. }
  19503. .ui-icon-circle-triangle-w {
  19504. background-position: -80px -192px;
  19505. }
  19506. .ui-icon-circle-triangle-n {
  19507. background-position: -96px -192px;
  19508. }
  19509. .ui-icon-circle-arrow-e {
  19510. background-position: -112px -192px;
  19511. }
  19512. .ui-icon-circle-arrow-s {
  19513. background-position: -128px -192px;
  19514. }
  19515. .ui-icon-circle-arrow-w {
  19516. background-position: -144px -192px;
  19517. }
  19518. .ui-icon-circle-arrow-n {
  19519. background-position: -160px -192px;
  19520. }
  19521. .ui-icon-circle-zoomin {
  19522. background-position: -176px -192px;
  19523. }
  19524. .ui-icon-circle-zoomout {
  19525. background-position: -192px -192px;
  19526. }
  19527. .ui-icon-circle-check {
  19528. background-position: -208px -192px;
  19529. }
  19530. .ui-icon-circlesmall-plus {
  19531. background-position: 0 -208px;
  19532. }
  19533. .ui-icon-circlesmall-minus {
  19534. background-position: -16px -208px;
  19535. }
  19536. .ui-icon-circlesmall-close {
  19537. background-position: -32px -208px;
  19538. }
  19539. .ui-icon-squaresmall-plus {
  19540. background-position: -48px -208px;
  19541. }
  19542. .ui-icon-squaresmall-minus {
  19543. background-position: -64px -208px;
  19544. }
  19545. .ui-icon-squaresmall-close {
  19546. background-position: -80px -208px;
  19547. }
  19548. .ui-icon-grip-dotted-vertical {
  19549. background-position: 0 -224px;
  19550. }
  19551. .ui-icon-grip-dotted-horizontal {
  19552. background-position: -16px -224px;
  19553. }
  19554. .ui-icon-grip-solid-vertical {
  19555. background-position: -32px -224px;
  19556. }
  19557. .ui-icon-grip-solid-horizontal {
  19558. background-position: -48px -224px;
  19559. }
  19560. .ui-icon-gripsmall-diagonal-se {
  19561. background-position: -64px -224px;
  19562. }
  19563. .ui-icon-grip-diagonal-se {
  19564. background-position: -80px -224px;
  19565. }
  19566. .ui-corner-all,
  19567. .ui-corner-top,
  19568. .ui-corner-left,
  19569. .ui-corner-tl {
  19570. border-top-left-radius: 5px;
  19571. }
  19572. .ui-corner-all,
  19573. .ui-corner-top,
  19574. .ui-corner-right,
  19575. .ui-corner-tr {
  19576. border-top-right-radius: 5px;
  19577. }
  19578. .ui-corner-all,
  19579. .ui-corner-bottom,
  19580. .ui-corner-left,
  19581. .ui-corner-bl {
  19582. border-bottom-left-radius: 5px;
  19583. }
  19584. .ui-corner-all,
  19585. .ui-corner-bottom,
  19586. .ui-corner-right,
  19587. .ui-corner-br {
  19588. border-bottom-right-radius: 5px;
  19589. }
  19590. .ui-widget-overlay {
  19591. background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  19592. opacity: .3;
  19593. filter: alpha(opacity=30);
  19594. }
  19595. .ui-widget-shadow {
  19596. margin: -8px 0 0 -8px;
  19597. padding: 8px;
  19598. background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  19599. opacity: .3;
  19600. filter: alpha(opacity=30);
  19601. border-radius: 8px;
  19602. }
  19603. /**
  19604. * Trumbowyg v2.0.0-beta.5 - A lightweight WYSIWYG editor
  19605. * Default stylesheet for Trumbowyg editor
  19606. * ------------------------
  19607. * @link http://alex-d.github.io/Trumbowyg
  19608. * @license MIT
  19609. * @author Alexandre Demode (Alex-D)
  19610. * Twitter : @AlexandreDemode
  19611. * Website : alex-d.fr
  19612. */
  19613. .trumbowyg-box {
  19614. padding-top: 37px;
  19615. }
  19616. .trumbowyg-box *,
  19617. .trumbowyg-box *::before,
  19618. .trumbowyg-box *::after {
  19619. -webkit-box-sizing: border-box;
  19620. -moz-box-sizing: border-box;
  19621. box-sizing: border-box;
  19622. }
  19623. .trumbowyg-box,
  19624. .trumbowyg-editor {
  19625. display: block;
  19626. position: relative;
  19627. background: #1d1d1d;
  19628. min-height: 300px;
  19629. margin: 17px auto;
  19630. }
  19631. .trumbowyg-box .trumbowyg-editor {
  19632. margin: 0 auto;
  19633. }
  19634. .trumbowyg-box.trumbowyg-fullscreen {
  19635. background: #1d1d1d;
  19636. }
  19637. .trumbowyg-editor,
  19638. .trumbowyg-textarea {
  19639. position: relative;
  19640. -webkit-box-sizing: border-box;
  19641. -moz-box-sizing: border-box;
  19642. box-sizing: border-box;
  19643. padding: 1% 2%;
  19644. min-height: 300px;
  19645. width: 100%;
  19646. border-style: none;
  19647. resize: none;
  19648. outline: none;
  19649. }
  19650. .trumbowyg-box-blur .trumbowyg-editor * {
  19651. color: transparent !important;
  19652. text-shadow: 0 0 7px #333;
  19653. }
  19654. .trumbowyg-box-blur .trumbowyg-editor img {
  19655. opacity: .2;
  19656. }
  19657. .trumbowyg-textarea {
  19658. position: relative;
  19659. display: block;
  19660. overflow: auto;
  19661. border: none;
  19662. white-space: normal;
  19663. font-size: 14px;
  19664. font-family: "Inconsolata", "Consolas", "Courier", "Courier New", sans-serif;
  19665. line-height: 18px;
  19666. }
  19667. .trumbowyg-box.trumbowyg-editor-visible .trumbowyg-textarea {
  19668. position: absolute;
  19669. top: 36px;
  19670. height: 1px !important;
  19671. width: 25%;
  19672. min-height: 0 !important;
  19673. padding: 0 !important;
  19674. background: none;
  19675. opacity: 0;
  19676. }
  19677. .trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-textarea {
  19678. display: block;
  19679. }
  19680. .trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-editor {
  19681. display: none;
  19682. }
  19683. .trumbowyg-editor[contenteditable=true]:empty:before {
  19684. content: attr(placeholder);
  19685. color: #999;
  19686. }
  19687. .trumbowyg-button-pane {
  19688. position: absolute;
  19689. top: 0;
  19690. left: 0;
  19691. width: 100%;
  19692. min-height: 37px;
  19693. background: #191919;
  19694. margin: 0;
  19695. padding: 0;
  19696. list-style-type: none;
  19697. line-height: 10px;
  19698. -webkit-backface-visibility: hidden;
  19699. backface-visibility: hidden;
  19700. }
  19701. .trumbowyg-button-pane li {
  19702. display: block;
  19703. float: left;
  19704. text-align: center;
  19705. overflow: hidden;
  19706. padding: 0 !important;
  19707. }
  19708. .trumbowyg-button-pane li.trumbowyg-separator {
  19709. width: 1px;
  19710. background: #191919;
  19711. margin: 0 5px;
  19712. height: 35px;
  19713. }
  19714. .trumbowyg-button-pane.trumbowyg-disable li:not(.trumbowyg-not-disable) button:not(.trumbowyg-active) {
  19715. opacity: .2;
  19716. cursor: default;
  19717. }
  19718. .trumbowyg-button-pane.trumbowyg-disable li.trumbowyg-separator {
  19719. background: #191919;
  19720. }
  19721. .trumbowyg-button-pane li button {
  19722. padding: 1px 6px !important;
  19723. }
  19724. .trumbowyg-button-pane:not(.trumbowyg-disable) li button:hover,
  19725. .trumbowyg-button-pane:not(.trumbowyg-disable) li button:focus,
  19726. .trumbowyg-button-pane li button.trumbowyg-active,
  19727. .trumbowyg-button-pane li.trumbowyg-not-disable button:hover,
  19728. .trumbowyg-button-pane li.trumbowyg-not-disable button:focus {
  19729. background-color: #1f1f1f;
  19730. outline: none;
  19731. }
  19732. .trumbowyg-button-pane li .trumbowyg-open-dropdown:after {
  19733. display: block;
  19734. content: " ";
  19735. position: absolute;
  19736. top: 25px;
  19737. right: 3px;
  19738. height: 0;
  19739. width: 0;
  19740. border: 3px solid transparent;
  19741. border-top-color: #555;
  19742. }
  19743. .trumbowyg-button-pane .trumbowyg-buttons-right {
  19744. float: right;
  19745. width: auto;
  19746. }
  19747. .trumbowyg-button-pane .trumbowyg-buttons-right button {
  19748. float: left;
  19749. }
  19750. .trumbowyg-dropdown {
  19751. width: 200px;
  19752. padding: 5px 0;
  19753. border-top: none;
  19754. background: #191919;
  19755. margin-left: -1px;
  19756. -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 3px;
  19757. box-shadow: rgba(0, 0, 0, 0.1) 0 2px 3px;
  19758. }
  19759. .trumbowyg-dropdown button {
  19760. display: block;
  19761. width: 100%;
  19762. height: 35px;
  19763. line-height: 35px;
  19764. text-decoration: none;
  19765. background: #1d1d1d;
  19766. padding: 0 14px;
  19767. color: #333 !important;
  19768. border: none;
  19769. cursor: pointer;
  19770. text-align: left;
  19771. font-size: 15px;
  19772. -webkit-transition: all 0.15s;
  19773. -o-transition: all 0.15s;
  19774. transition: all 0.15s;
  19775. }
  19776. .trumbowyg-dropdown button:hover,
  19777. .trumbowyg-dropdown button:focus {
  19778. background: #1f1f1f;
  19779. }
  19780. /* Modal box */
  19781. .trumbowyg-modal {
  19782. position: absolute;
  19783. top: 0;
  19784. left: 50%;
  19785. margin-left: -260px;
  19786. width: 520px;
  19787. height: 350px;
  19788. z-index: 11;
  19789. overflow: hidden;
  19790. -webkit-backface-visibility: hidden;
  19791. backface-visibility: hidden;
  19792. }
  19793. .trumbowyg-modal-box {
  19794. position: absolute;
  19795. top: 0;
  19796. left: 50%;
  19797. margin-left: -250px;
  19798. width: 500px;
  19799. padding-bottom: 45px;
  19800. z-index: 1;
  19801. background-color: #1d1d1d;
  19802. text-align: center;
  19803. font-size: 14px;
  19804. -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 3px;
  19805. box-shadow: rgba(0, 0, 0, 0.2) 0 2px 3px;
  19806. -webkit-backface-visibility: hidden;
  19807. backface-visibility: hidden;
  19808. }
  19809. .trumbowyg-modal-box .trumbowyg-modal-title {
  19810. font-size: 24px;
  19811. font-weight: bold;
  19812. margin: 0 0 20px;
  19813. padding: 15px 0 13px;
  19814. display: block;
  19815. color: #999;
  19816. background: #191919;
  19817. }
  19818. .trumbowyg-modal-box .trumbowyg-progress {
  19819. width: 100%;
  19820. background: #F00;
  19821. height: 3px;
  19822. position: absolute;
  19823. top: 58px;
  19824. }
  19825. .trumbowyg-modal-box .trumbowyg-progress .trumbowyg-progress-bar {
  19826. background: #2BC06A;
  19827. height: 100%;
  19828. -webkit-transition: width 0.15s linear;
  19829. -o-transition: width 0.15s linear;
  19830. transition: width 0.15s linear;
  19831. }
  19832. .trumbowyg-modal-box label {
  19833. display: block;
  19834. position: relative;
  19835. margin: 15px 12px;
  19836. height: 27px;
  19837. line-height: 27px;
  19838. overflow: hidden;
  19839. }
  19840. .trumbowyg-modal-box label .trumbowyg-input-infos {
  19841. display: block;
  19842. text-align: left;
  19843. height: 25px;
  19844. line-height: 25px;
  19845. -webkit-transition: all .15;
  19846. -o-transition: all .15;
  19847. transition: all .15;
  19848. }
  19849. .trumbowyg-modal-box label .trumbowyg-input-infos span {
  19850. display: block;
  19851. color: #69878e;
  19852. background-color: #191919;
  19853. padding: 0 7px;
  19854. width: 137px;
  19855. }
  19856. .trumbowyg-modal-box label .trumbowyg-input-infos span.trumbowyg-msg-error {
  19857. color: #e74c3c;
  19858. }
  19859. .trumbowyg-modal-box label.trumbowyg-input-error input,
  19860. .trumbowyg-modal-box label.trumbowyg-input-error textarea {
  19861. border: 1px solid #e74c3c;
  19862. }
  19863. .trumbowyg-modal-box label.trumbowyg-input-error .trumbowyg-input-infos {
  19864. margin-top: -27px;
  19865. }
  19866. .trumbowyg-modal-box label input {
  19867. position: absolute;
  19868. top: 0;
  19869. right: 0;
  19870. height: 27px;
  19871. line-height: 27px;
  19872. border: 1px solid #1d1d1d;
  19873. background: transparent;
  19874. font-size: 14px;
  19875. width: 340px;
  19876. padding: 0 7px;
  19877. -webkit-transition: all 0.15s;
  19878. -o-transition: all 0.15s;
  19879. transition: all 0.15s;
  19880. }
  19881. .trumbowyg-modal-box label input:hover,
  19882. .trumbowyg-modal-box label input:focus {
  19883. outline: none;
  19884. }
  19885. .trumbowyg-modal-box label input:focus {
  19886. background: rgba(230, 230, 255, 0.1);
  19887. }
  19888. .trumbowyg-modal-box .error {
  19889. margin-top: 25px;
  19890. display: block;
  19891. color: red;
  19892. }
  19893. .trumbowyg-modal-box .trumbowyg-modal-button {
  19894. position: absolute;
  19895. bottom: 10px;
  19896. right: 0;
  19897. text-decoration: none;
  19898. color: #000;
  19899. display: block;
  19900. width: 100px;
  19901. height: 35px;
  19902. line-height: 33px;
  19903. margin: 0 10px;
  19904. background-color: #333;
  19905. border: none;
  19906. cursor: pointer;
  19907. font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
  19908. font-size: 16px;
  19909. -webkit-transition: all 0.15s;
  19910. -o-transition: all 0.15s;
  19911. transition: all 0.15s;
  19912. }
  19913. .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit {
  19914. right: 110px;
  19915. background: #2bc06a;
  19916. }
  19917. .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:hover,
  19918. .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:focus {
  19919. background: #40d47e;
  19920. outline: none;
  19921. }
  19922. .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:active {
  19923. background: #25a25a;
  19924. }
  19925. .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset {
  19926. color: #555;
  19927. background: #e6e6e6;
  19928. }
  19929. .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:hover,
  19930. .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:focus {
  19931. background: #fbfbfb;
  19932. outline: none;
  19933. }
  19934. .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:active {
  19935. background: #d4d4d4;
  19936. }
  19937. .trumbowyg-overlay {
  19938. position: absolute;
  19939. background-color: rgba(255, 255, 255, 0.5);
  19940. width: 100%;
  19941. left: 0;
  19942. display: none;
  19943. z-index: 10;
  19944. }
  19945. /**
  19946. * Fullscreen
  19947. */
  19948. body.trumbowyg-body-fullscreen {
  19949. overflow: hidden;
  19950. }
  19951. .trumbowyg-fullscreen {
  19952. position: fixed;
  19953. top: 0;
  19954. left: 0;
  19955. width: 100%;
  19956. height: 100%;
  19957. margin: 0;
  19958. padding: 0;
  19959. z-index: 99999;
  19960. }
  19961. .trumbowyg-fullscreen.trumbowyg-box,
  19962. .trumbowyg-fullscreen .trumbowyg-editor {
  19963. border: none;
  19964. }
  19965. .trumbowyg-fullscreen .trumbowyg-overlay {
  19966. height: 100% !important;
  19967. }
  19968. .trumbowyg-editor {
  19969. /*
  19970. * Reset for resetCss option
  19971. */
  19972. }
  19973. .trumbowyg-editor object,
  19974. .trumbowyg-editor embed,
  19975. .trumbowyg-editor video,
  19976. .trumbowyg-editor img {
  19977. max-width: 100%;
  19978. }
  19979. .trumbowyg-editor video,
  19980. .trumbowyg-editor img {
  19981. height: auto;
  19982. }
  19983. .trumbowyg-editor img {
  19984. cursor: move;
  19985. }
  19986. .trumbowyg-editor.trumbowyg-reset-css {
  19987. background: #FEFEFE !important;
  19988. font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif !important;
  19989. font-size: 14px !important;
  19990. line-height: 1.45em !important;
  19991. white-space: normal !important;
  19992. color: #333;
  19993. }
  19994. .trumbowyg-editor.trumbowyg-reset-css a {
  19995. color: #15c !important;
  19996. text-decoration: underline !important;
  19997. }
  19998. .trumbowyg-editor.trumbowyg-reset-css div,
  19999. .trumbowyg-editor.trumbowyg-reset-css p,
  20000. .trumbowyg-editor.trumbowyg-reset-css ul,
  20001. .trumbowyg-editor.trumbowyg-reset-css ol,
  20002. .trumbowyg-editor.trumbowyg-reset-css blockquote {
  20003. -webkit-box-shadow: none !important;
  20004. box-shadow: none !important;
  20005. background: none !important;
  20006. margin: 0 !important;
  20007. margin-bottom: 15px !important;
  20008. line-height: 1.4em !important;
  20009. font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif !important;
  20010. font-size: 14px !important;
  20011. border: none;
  20012. }
  20013. .trumbowyg-editor.trumbowyg-reset-css iframe,
  20014. .trumbowyg-editor.trumbowyg-reset-css object,
  20015. .trumbowyg-editor.trumbowyg-reset-css hr {
  20016. margin-bottom: 15px !important;
  20017. }
  20018. .trumbowyg-editor.trumbowyg-reset-css blockquote {
  20019. margin-left: 32px !important;
  20020. font-style: italic !important;
  20021. color: #555;
  20022. }
  20023. .trumbowyg-editor.trumbowyg-reset-css ul,
  20024. .trumbowyg-editor.trumbowyg-reset-css ol {
  20025. padding-left: 20px !important;
  20026. }
  20027. .trumbowyg-editor.trumbowyg-reset-css ul ul,
  20028. .trumbowyg-editor.trumbowyg-reset-css ol ol,
  20029. .trumbowyg-editor.trumbowyg-reset-css ul ol,
  20030. .trumbowyg-editor.trumbowyg-reset-css ol ul {
  20031. border: none;
  20032. margin: 2px !important;
  20033. padding: 0 !important;
  20034. padding-left: 24px !important;
  20035. }
  20036. .trumbowyg-editor.trumbowyg-reset-css hr {
  20037. display: block;
  20038. height: 1px;
  20039. border: none;
  20040. border-top: 1px solid #CCC;
  20041. }
  20042. .trumbowyg-editor.trumbowyg-reset-css h1,
  20043. .trumbowyg-editor.trumbowyg-reset-css h2,
  20044. .trumbowyg-editor.trumbowyg-reset-css h3,
  20045. .trumbowyg-editor.trumbowyg-reset-css h4 {
  20046. color: #111;
  20047. background: none;
  20048. margin: 0 !important;
  20049. padding: 0 !important;
  20050. font-weight: bold;
  20051. }
  20052. .trumbowyg-editor.trumbowyg-reset-css h1 {
  20053. font-size: 32px !important;
  20054. line-height: 38px !important;
  20055. margin-bottom: 20px !important;
  20056. }
  20057. .trumbowyg-editor.trumbowyg-reset-css h2 {
  20058. font-size: 26px !important;
  20059. line-height: 34px !important;
  20060. margin-bottom: 15px !important;
  20061. }
  20062. .trumbowyg-editor.trumbowyg-reset-css h3 {
  20063. font-size: 22px !important;
  20064. line-height: 28px !important;
  20065. margin-bottom: 7px !important;
  20066. }
  20067. .trumbowyg-editor.trumbowyg-reset-css h4 {
  20068. font-size: 16px !important;
  20069. line-height: 22px !important;
  20070. margin-bottom: 7px !important;
  20071. }
  20072. /*
  20073. * Black theme
  20074. */
  20075. .trumbowyg-black .trumbowyg-button-pane {
  20076. background-color: #222;
  20077. border-bottom-color: #343434;
  20078. }
  20079. .trumbowyg-black .trumbowyg-button-pane li.trumbowyg-separator {
  20080. background-color: #343434;
  20081. }
  20082. .trumbowyg-black .trumbowyg-button-pane.trumbowyg-disable li.trumbowyg-separator {
  20083. background-color: #2a2a2a;
  20084. }
  20085. .trumbowyg-black .trumbowyg-button-pane:not(.trumbowyg-disable) li button:hover,
  20086. .trumbowyg-black .trumbowyg-button-pane:not(.trumbowyg-disable) li button:focus,
  20087. .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-active,
  20088. .trumbowyg-black .trumbowyg-button-pane li.trumbowyg-not-disable button:hover,
  20089. .trumbowyg-black .trumbowyg-button-pane li.trumbowyg-not-disable button:focus {
  20090. background-color: #555;
  20091. }
  20092. .trumbowyg-black .trumbowyg-button-pane li .trumbowyg-open-dropdown:after {
  20093. border-top-color: #fff;
  20094. }
  20095. .trumbowyg-black .trumbowyg-dropdown {
  20096. border-color: #222;
  20097. background: #222;
  20098. }
  20099. .trumbowyg-black .trumbowyg-dropdown button {
  20100. background: #222;
  20101. color: #fff !important;
  20102. }
  20103. .trumbowyg-black .trumbowyg-dropdown button:hover,
  20104. .trumbowyg-black .trumbowyg-dropdown button:focus {
  20105. background: #555;
  20106. }
  20107. .trumbowyg-black .trumbowyg-modal-box {
  20108. background-color: #222;
  20109. }
  20110. .trumbowyg-black .trumbowyg-modal-box .trumbowyg-modal-title {
  20111. border-bottom: 1px solid #555;
  20112. color: #fff;
  20113. background: #3c3c3c;
  20114. }
  20115. .trumbowyg-black .trumbowyg-modal-box label {
  20116. display: block;
  20117. position: relative;
  20118. margin: 15px 12px;
  20119. height: 27px;
  20120. line-height: 27px;
  20121. overflow: hidden;
  20122. }
  20123. .trumbowyg-black .trumbowyg-modal-box label .trumbowyg-input-infos span {
  20124. color: #eee;
  20125. background-color: #2f2f2f;
  20126. border-color: #fff;
  20127. }
  20128. .trumbowyg-black .trumbowyg-modal-box label .trumbowyg-input-infos span.trumbowyg-msg-error {
  20129. color: #e74c3c;
  20130. }
  20131. .trumbowyg-black .trumbowyg-modal-box label.trumbowyg-input-error input,
  20132. .trumbowyg-black .trumbowyg-modal-box label.trumbowyg-input-error textarea {
  20133. border-color: #e74c3c;
  20134. }
  20135. .trumbowyg-black .trumbowyg-modal-box label input {
  20136. border-color: #222;
  20137. color: #eee;
  20138. background: #212121;
  20139. }
  20140. .trumbowyg-black .trumbowyg-modal-box label input:hover,
  20141. .trumbowyg-black .trumbowyg-modal-box label input:focus {
  20142. border-color: #95a5a6;
  20143. }
  20144. .trumbowyg-black .trumbowyg-modal-box label input:focus {
  20145. background-color: rgba(230, 230, 255, 0.1);
  20146. }
  20147. .trumbowyg-black .trumbowyg-overlay {
  20148. background-color: rgba(0, 0, 0, 0.5);
  20149. }
  20150. /*
  20151. * Buttons icons
  20152. */
  20153. .trumbowyg-button-pane li button {
  20154. display: block;
  20155. position: relative;
  20156. text-indent: -9999px;
  20157. width: 35px;
  20158. height: 35px;
  20159. overflow: hidden;
  20160. background: transparent url("./images/icons-white.png") no-repeat;
  20161. border: none;
  20162. cursor: pointer;
  20163. -webkit-transition: background-color 0.15s, background-image 0.15s, opacity 0.15s;
  20164. -o-transition: background-color 0.15s, background-image 0.15s, opacity 0.15s;
  20165. transition: background-color 0.15s, background-image 0.15s, opacity 0.15s;
  20166. /* English and others */
  20167. }
  20168. .trumbowyg-button-pane li button.trumbowyg-viewHTML-button {
  20169. background-position: 5px -570px;
  20170. }
  20171. .trumbowyg-button-pane li button.trumbowyg-formatting-button {
  20172. background-position: 5px -120px;
  20173. }
  20174. .trumbowyg-button-pane li button.trumbowyg-bold-button,
  20175. .trumbowyg-button-pane li button.trumbowyg-strong-button {
  20176. background-position: 5px -45px;
  20177. }
  20178. .trumbowyg-button-pane li button.trumbowyg-italic-button,
  20179. .trumbowyg-button-pane li button.trumbowyg-em-button {
  20180. background-position: 5px -270px;
  20181. }
  20182. .trumbowyg-button-pane li button.trumbowyg-underline-button {
  20183. background-position: 5px -495px;
  20184. }
  20185. .trumbowyg-button-pane li button.trumbowyg-strikethrough-button,
  20186. .trumbowyg-button-pane li button.trumbowyg-del-button {
  20187. background-position: 5px -470px;
  20188. }
  20189. .trumbowyg-button-pane li button.trumbowyg-link-button {
  20190. background-position: 5px -345px;
  20191. }
  20192. .trumbowyg-button-pane li button.trumbowyg-insertImage-button {
  20193. background-position: 5px -245px;
  20194. }
  20195. .trumbowyg-button-pane li button.trumbowyg-justifyLeft-button {
  20196. background-position: 5px -320px;
  20197. }
  20198. .trumbowyg-button-pane li button.trumbowyg-justifyCenter-button {
  20199. background-position: 5px -70px;
  20200. }
  20201. .trumbowyg-button-pane li button.trumbowyg-justifyRight-button {
  20202. background-position: 5px -420px;
  20203. }
  20204. .trumbowyg-button-pane li button.trumbowyg-justifyFull-button {
  20205. background-position: 5px 5px;
  20206. }
  20207. .trumbowyg-button-pane li button.trumbowyg-unorderedList-button {
  20208. background-position: 5px -520px;
  20209. }
  20210. .trumbowyg-button-pane li button.trumbowyg-orderedList-button {
  20211. background-position: 5px -370px;
  20212. }
  20213. .trumbowyg-button-pane li button.trumbowyg-horizontalRule-button {
  20214. background-position: 5px -220px;
  20215. }
  20216. .trumbowyg-button-pane li button.trumbowyg-removeformat-button {
  20217. background-position: 5px -395px;
  20218. }
  20219. .trumbowyg-button-pane li button.trumbowyg-fullscreen-button {
  20220. background-position: 5px -170px;
  20221. }
  20222. .trumbowyg-button-pane li button.trumbowyg-close-button {
  20223. background-position: 5px -95px;
  20224. }
  20225. .trumbowyg-fullscreen .trumbowyg-button-pane li button.trumbowyg-fullscreen-button {
  20226. background-position: 5px -145px;
  20227. }
  20228. .trumbowyg-button-pane li:first-child button {
  20229. margin-left: 6px;
  20230. }
  20231. .trumbowyg-button-pane li:last-child button {
  20232. margin-right: 6px;
  20233. }
  20234. /* French */
  20235. .trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-bold-button,
  20236. .trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-strong-button {
  20237. background-position: 5px -195px;
  20238. }
  20239. .trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-underline-button {
  20240. background-position: 5px -445px;
  20241. }
  20242. .trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-strikethrough-button,
  20243. .trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-del-button {
  20244. background-position: 5px -295px;
  20245. }
  20246. .trumbowyg-black {
  20247. /* French */
  20248. }
  20249. .trumbowyg-black .trumbowyg-button-pane li button {
  20250. background-image: url("./images/icons-white.png");
  20251. /* English and others */
  20252. }
  20253. .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-viewHTML-button {
  20254. background-position: 5px -570px;
  20255. }
  20256. .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-formatting-button {
  20257. background-position: 5px -120px;
  20258. }
  20259. .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-bold-button,
  20260. .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-strong-button {
  20261. background-position: 5px -45px;
  20262. }
  20263. .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-italic-button,
  20264. .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-em-button {
  20265. background-position: 5px -270px;
  20266. }
  20267. .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-underline-button {
  20268. background-position: 5px -495px;
  20269. }
  20270. .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-strikethrough-button,
  20271. .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-del-button {
  20272. background-position: 5px -470px;
  20273. }
  20274. .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-link-button {
  20275. background-position: 5px -345px;
  20276. }
  20277. .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-insertImage-button {
  20278. background-position: 5px -245px;
  20279. }
  20280. .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-justifyLeft-button {
  20281. background-position: 5px -320px;
  20282. }
  20283. .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-justifyCenter-button {
  20284. background-position: 5px -70px;
  20285. }
  20286. .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-justifyRight-button {
  20287. background-position: 5px -420px;
  20288. }
  20289. .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-justifyFull-button {
  20290. background-position: 5px 5px;
  20291. }
  20292. .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-unorderedList-button {
  20293. background-position: 5px -520px;
  20294. }
  20295. .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-orderedList-button {
  20296. background-position: 5px -370px;
  20297. }
  20298. .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-horizontalRule-button {
  20299. background-position: 5px -220px;
  20300. }
  20301. .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-removeformat-button {
  20302. background-position: 5px -395px;
  20303. }
  20304. .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-fullscreen-button {
  20305. background-position: 5px -170px;
  20306. }
  20307. .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-close-button {
  20308. background-position: 5px -95px;
  20309. }
  20310. .trumbowyg-black .trumbowyg-fullscreen .trumbowyg-button-pane li button.trumbowyg-fullscreen-button {
  20311. background-position: 5px -145px;
  20312. }
  20313. .trumbowyg-black .trumbowyg-button-pane li:first-child button {
  20314. margin-left: 6px;
  20315. }
  20316. .trumbowyg-black .trumbowyg-button-pane li:last-child button {
  20317. margin-right: 6px;
  20318. }
  20319. .trumbowyg-black .trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-bold-button,
  20320. .trumbowyg-black .trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-strong-button {
  20321. background-position: 5px -195px;
  20322. }
  20323. .trumbowyg-black .trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-underline-button {
  20324. background-position: 5px -445px;
  20325. }
  20326. .trumbowyg-black .trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-strikethrough-button,
  20327. .trumbowyg-black .trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-del-button {
  20328. background-position: 5px -295px;
  20329. }
  20330. @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 4/3), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  20331. .trumbowyg-button-pane li button {
  20332. -webkit-background-size: 25px 600px !important;
  20333. background-size: 25px 600px !important;
  20334. background-image: url("./images/icons-white-2x.png") !important;
  20335. /* English and others */
  20336. }
  20337. .trumbowyg-button-pane li button.trumbowyg-viewHTML-button {
  20338. background-position: 5px -570px;
  20339. }
  20340. .trumbowyg-button-pane li button.trumbowyg-formatting-button {
  20341. background-position: 5px -120px;
  20342. }
  20343. .trumbowyg-button-pane li button.trumbowyg-bold-button,
  20344. .trumbowyg-button-pane li button.trumbowyg-strong-button {
  20345. background-position: 5px -45px;
  20346. }
  20347. .trumbowyg-button-pane li button.trumbowyg-italic-button,
  20348. .trumbowyg-button-pane li button.trumbowyg-em-button {
  20349. background-position: 5px -270px;
  20350. }
  20351. .trumbowyg-button-pane li button.trumbowyg-underline-button {
  20352. background-position: 5px -495px;
  20353. }
  20354. .trumbowyg-button-pane li button.trumbowyg-strikethrough-button,
  20355. .trumbowyg-button-pane li button.trumbowyg-del-button {
  20356. background-position: 5px -470px;
  20357. }
  20358. .trumbowyg-button-pane li button.trumbowyg-link-button {
  20359. background-position: 5px -345px;
  20360. }
  20361. .trumbowyg-button-pane li button.trumbowyg-insertImage-button {
  20362. background-position: 5px -245px;
  20363. }
  20364. .trumbowyg-button-pane li button.trumbowyg-justifyLeft-button {
  20365. background-position: 5px -320px;
  20366. }
  20367. .trumbowyg-button-pane li button.trumbowyg-justifyCenter-button {
  20368. background-position: 5px -70px;
  20369. }
  20370. .trumbowyg-button-pane li button.trumbowyg-justifyRight-button {
  20371. background-position: 5px -420px;
  20372. }
  20373. .trumbowyg-button-pane li button.trumbowyg-justifyFull-button {
  20374. background-position: 5px 5px;
  20375. }
  20376. .trumbowyg-button-pane li button.trumbowyg-unorderedList-button {
  20377. background-position: 5px -520px;
  20378. }
  20379. .trumbowyg-button-pane li button.trumbowyg-orderedList-button {
  20380. background-position: 5px -370px;
  20381. }
  20382. .trumbowyg-button-pane li button.trumbowyg-horizontalRule-button {
  20383. background-position: 5px -220px;
  20384. }
  20385. .trumbowyg-button-pane li button.trumbowyg-removeformat-button {
  20386. background-position: 5px -395px;
  20387. }
  20388. .trumbowyg-button-pane li button.trumbowyg-fullscreen-button {
  20389. background-position: 5px -170px;
  20390. }
  20391. .trumbowyg-button-pane li button.trumbowyg-close-button {
  20392. background-position: 5px -95px;
  20393. }
  20394. .trumbowyg-fullscreen .trumbowyg-button-pane li a.trumbowyg-fullscreen-button {
  20395. background-position: 5px -145px;
  20396. }
  20397. /* French */
  20398. .trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-bold-button,
  20399. .trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-strong-button {
  20400. background-position: 5px -195px;
  20401. }
  20402. .trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-underline-button {
  20403. background-position: 5px -445px;
  20404. }
  20405. .trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-strikethrough-button,
  20406. .trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-del-button {
  20407. background-position: 5px -295px;
  20408. }
  20409. /* Black theme */
  20410. .trumbowyg-black {
  20411. /* French */
  20412. }
  20413. .trumbowyg-black .trumbowyg-button-pane li button {
  20414. -webkit-background-size: 25px 600px !important;
  20415. background-size: 25px 600px !important;
  20416. background-image: url("./images/icons-white-2x.png") !important;
  20417. /* English and others */
  20418. }
  20419. .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-viewHTML-button {
  20420. background-position: 5px -570px;
  20421. }
  20422. .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-formatting-button {
  20423. background-position: 5px -120px;
  20424. }
  20425. .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-bold-button,
  20426. .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-strong-button {
  20427. background-position: 5px -45px;
  20428. }
  20429. .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-italic-button,
  20430. .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-em-button {
  20431. background-position: 5px -270px;
  20432. }
  20433. .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-underline-button {
  20434. background-position: 5px -495px;
  20435. }
  20436. .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-strikethrough-button,
  20437. .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-del-button {
  20438. background-position: 5px -470px;
  20439. }
  20440. .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-link-button {
  20441. background-position: 5px -345px;
  20442. }
  20443. .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-insertImage-button {
  20444. background-position: 5px -245px;
  20445. }
  20446. .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-justifyLeft-button {
  20447. background-position: 5px -320px;
  20448. }
  20449. .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-justifyCenter-button {
  20450. background-position: 5px -70px;
  20451. }
  20452. .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-justifyRight-button {
  20453. background-position: 5px -420px;
  20454. }
  20455. .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-justifyFull-button {
  20456. background-position: 5px 5px;
  20457. }
  20458. .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-unorderedList-button {
  20459. background-position: 5px -520px;
  20460. }
  20461. .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-orderedList-button {
  20462. background-position: 5px -370px;
  20463. }
  20464. .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-horizontalRule-button {
  20465. background-position: 5px -220px;
  20466. }
  20467. .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-removeformat-button {
  20468. background-position: 5px -395px;
  20469. }
  20470. .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-fullscreen-button {
  20471. background-position: 5px -170px;
  20472. }
  20473. .trumbowyg-black .trumbowyg-button-pane li button.trumbowyg-close-button {
  20474. background-position: 5px -95px;
  20475. }
  20476. .trumbowyg-black .trumbowyg-fullscreen .trumbowyg-button-pane li a.trumbowyg-fullscreen-button {
  20477. background-position: 5px -145px;
  20478. }
  20479. .trumbowyg-black .trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-bold-button,
  20480. .trumbowyg-black .trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-strong-button {
  20481. background-position: 5px -195px;
  20482. }
  20483. .trumbowyg-black .trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-underline-button {
  20484. background-position: 5px -445px;
  20485. }
  20486. .trumbowyg-black .trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-strikethrough-button,
  20487. .trumbowyg-black .trumbowyg-fr .trumbowyg-button-pane li button.trumbowyg-del-button {
  20488. background-position: 5px -295px;
  20489. }
  20490. }
  20491. .sweet-overlay {
  20492. background-color: #000;
  20493. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  20494. background-color: rgba(0, 0, 0, 0.4);
  20495. position: fixed;
  20496. left: 0;
  20497. right: 0;
  20498. top: 0;
  20499. bottom: 0;
  20500. display: none;
  20501. z-index: 10000;
  20502. }
  20503. .sweet-alert {
  20504. background-color: #fff;
  20505. font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  20506. width: 478px;
  20507. padding: 17px;
  20508. border-radius: 5px;
  20509. text-align: center;
  20510. position: fixed;
  20511. left: 50%;
  20512. top: 50%;
  20513. margin-left: -256px;
  20514. margin-top: -200px;
  20515. overflow: hidden;
  20516. display: none;
  20517. z-index: 99999;
  20518. }
  20519. @media all and (max-width: 540px) {
  20520. .sweet-alert {
  20521. width: auto;
  20522. margin-left: 0;
  20523. margin-right: 0;
  20524. left: 15px;
  20525. right: 15px;
  20526. }
  20527. }
  20528. .sweet-alert h2 {
  20529. color: #575757;
  20530. font-size: 30px;
  20531. text-align: center;
  20532. font-weight: 600;
  20533. text-transform: none;
  20534. position: relative;
  20535. margin: 25px 0;
  20536. padding: 0;
  20537. line-height: 40px;
  20538. display: block;
  20539. }
  20540. .sweet-alert p {
  20541. color: #797979;
  20542. font-size: 16px;
  20543. font-weight: 300;
  20544. position: relative;
  20545. text-align: inherit;
  20546. float: none;
  20547. margin: 0;
  20548. padding: 0;
  20549. line-height: normal;
  20550. }
  20551. .sweet-alert button {
  20552. background-color: #AEDEF4;
  20553. color: #fff;
  20554. border: none;
  20555. box-shadow: none;
  20556. font-size: 17px;
  20557. font-weight: 500;
  20558. -webkit-border-radius: 4px;
  20559. border-radius: 5px;
  20560. padding: 10px 32px;
  20561. margin: 26px 5px 0;
  20562. cursor: pointer;
  20563. }
  20564. .sweet-alert button:focus {
  20565. outline: 0;
  20566. box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  20567. }
  20568. .sweet-alert button:hover {
  20569. background-color: #a1d9f2;
  20570. }
  20571. .sweet-alert button:active {
  20572. background-color: #81ccee;
  20573. }
  20574. .sweet-alert button.cancel {
  20575. background-color: #d0d0d0;
  20576. }
  20577. .sweet-alert button.cancel:hover {
  20578. background-color: #c8c8c8;
  20579. }
  20580. .sweet-alert button.cancel:active {
  20581. background-color: #b6b6b6;
  20582. }
  20583. .sweet-alert button.cancel:focus {
  20584. box-shadow: rgba(197, 205, 211, 0.8) 0 0 2px, rgba(0, 0, 0, 0.0470588) 0 0 0 1px inset !important;
  20585. }
  20586. .sweet-alert button::-moz-focus-inner {
  20587. border: 0;
  20588. }
  20589. .sweet-alert[data-has-cancel-button=false] button {
  20590. box-shadow: none !important;
  20591. }
  20592. .sweet-alert .icon {
  20593. width: 80px;
  20594. height: 80px;
  20595. border: 4px solid gray;
  20596. -webkit-border-radius: 40px;
  20597. border-radius: 50%;
  20598. margin: 20px auto;
  20599. padding: 0;
  20600. position: relative;
  20601. box-sizing: content-box;
  20602. }
  20603. .sweet-alert .icon.error {
  20604. border-color: #f27474;
  20605. }
  20606. .sweet-alert .icon.error .x-mark {
  20607. position: relative;
  20608. display: block;
  20609. }
  20610. .sweet-alert .icon.error .line {
  20611. position: absolute;
  20612. height: 5px;
  20613. width: 47px;
  20614. background-color: #F27474;
  20615. display: block;
  20616. top: 37px;
  20617. border-radius: 2px;
  20618. }
  20619. .sweet-alert .icon.error .line.left {
  20620. -webkit-transform: rotate(45deg);
  20621. transform: rotate(45deg);
  20622. left: 17px;
  20623. }
  20624. .sweet-alert .icon.error .line.right {
  20625. -webkit-transform: rotate(-45deg);
  20626. transform: rotate(-45deg);
  20627. right: 16px;
  20628. }
  20629. .sweet-alert .icon.warning {
  20630. border-color: #f8bb86;
  20631. }
  20632. .sweet-alert .icon.warning .body {
  20633. position: absolute;
  20634. width: 5px;
  20635. height: 47px;
  20636. left: 50%;
  20637. top: 10px;
  20638. -webkit-border-radius: 2px;
  20639. border-radius: 2px;
  20640. margin-left: -2px;
  20641. background-color: #f8bb86;
  20642. }
  20643. .sweet-alert .icon.warning .dot {
  20644. position: absolute;
  20645. width: 7px;
  20646. height: 7px;
  20647. -webkit-border-radius: 50%;
  20648. border-radius: 50%;
  20649. margin-left: -3px;
  20650. left: 50%;
  20651. bottom: 10px;
  20652. background-color: #f8bb86;
  20653. }
  20654. .sweet-alert .icon.info {
  20655. border-color: #c9dae1;
  20656. }
  20657. .sweet-alert .icon.info::before {
  20658. content: "";
  20659. position: absolute;
  20660. width: 5px;
  20661. height: 29px;
  20662. left: 50%;
  20663. bottom: 17px;
  20664. border-radius: 2px;
  20665. margin-left: -2px;
  20666. background-color: #c9dae1;
  20667. }
  20668. .sweet-alert .icon.info::after {
  20669. content: "";
  20670. position: absolute;
  20671. width: 7px;
  20672. height: 7px;
  20673. border-radius: 50%;
  20674. margin-left: -3px;
  20675. top: 19px;
  20676. background-color: #c9dae1;
  20677. }
  20678. .sweet-alert .icon.success {
  20679. border-color: #a5dc86;
  20680. }
  20681. .sweet-alert .icon.success::after,
  20682. .sweet-alert .icon.success::before {
  20683. content: '';
  20684. position: absolute;
  20685. width: 60px;
  20686. height: 120px;
  20687. background: #fff;
  20688. -webkit-transform: rotate(45deg);
  20689. transform: rotate(45deg);
  20690. }
  20691. .sweet-alert .icon.success::before {
  20692. -webkit-border-radius: 120px 0 0 120px;
  20693. border-radius: 120px 0 0 120px;
  20694. top: -7px;
  20695. left: -33px;
  20696. -webkit-transform: rotate(-45deg);
  20697. transform: rotate(-45deg);
  20698. -webkit-transform-origin: 60px 60px;
  20699. transform-origin: 60px 60px;
  20700. }
  20701. .sweet-alert .icon.success::after {
  20702. -webkit-border-radius: 0 120px 120px 0;
  20703. border-radius: 0 120px 120px 0;
  20704. top: -11px;
  20705. left: 30px;
  20706. -webkit-transform: rotate(-45deg);
  20707. transform: rotate(-45deg);
  20708. -webkit-transform-origin: 0 60px;
  20709. transform-origin: 0 60px;
  20710. }
  20711. .sweet-alert .icon.success .placeholder {
  20712. width: 80px;
  20713. height: 80px;
  20714. border: 4px solid rgba(165, 220, 134, 0.2);
  20715. -webkit-border-radius: 40px;
  20716. border-radius: 50%;
  20717. box-sizing: content-box;
  20718. position: absolute;
  20719. left: -4px;
  20720. top: -4px;
  20721. z-index: 2;
  20722. }
  20723. .sweet-alert .icon.success .fix {
  20724. width: 5px;
  20725. height: 90px;
  20726. background-color: #fff;
  20727. position: absolute;
  20728. left: 28px;
  20729. top: 8px;
  20730. z-index: 1;
  20731. -webkit-transform: rotate(-45deg);
  20732. transform: rotate(-45deg);
  20733. }
  20734. .sweet-alert .icon.success .line {
  20735. height: 5px;
  20736. background-color: #A5DC86;
  20737. display: block;
  20738. border-radius: 2px;
  20739. position: absolute;
  20740. z-index: 2;
  20741. }
  20742. .sweet-alert .icon.success .line.tip {
  20743. width: 25px;
  20744. left: 14px;
  20745. top: 46px;
  20746. -webkit-transform: rotate(45deg);
  20747. transform: rotate(45deg);
  20748. }
  20749. .sweet-alert .icon.success .line.long {
  20750. width: 47px;
  20751. right: 8px;
  20752. top: 38px;
  20753. -webkit-transform: rotate(-45deg);
  20754. transform: rotate(-45deg);
  20755. }
  20756. .sweet-alert .icon.custom {
  20757. background-size: contain;
  20758. border-radius: 0;
  20759. border: none;
  20760. background-position: center center;
  20761. background-repeat: no-repeat;
  20762. }
  20763. @-webkit-keyframes showSweetAlert {
  20764. 0% {
  20765. transform: scale(0.7);
  20766. -webkit-transform: scale(0.7);
  20767. }
  20768. 45% {
  20769. transform: scale(1.05);
  20770. -webkit-transform: scale(1.05);
  20771. }
  20772. 80% {
  20773. transform: scale(0.95);
  20774. -webkit-tranform: scale(0.95);
  20775. }
  20776. 100% {
  20777. transform: scale(1);
  20778. -webkit-transform: scale(1);
  20779. }
  20780. }
  20781. @keyframes showSweetAlert {
  20782. 0% {
  20783. transform: scale(0.7);
  20784. -webkit-transform: scale(0.7);
  20785. }
  20786. 45% {
  20787. transform: scale(1.05);
  20788. -webkit-transform: scale(1.05);
  20789. }
  20790. 80% {
  20791. transform: scale(0.95);
  20792. -webkit-tranform: scale(0.95);
  20793. }
  20794. 100% {
  20795. transform: scale(1);
  20796. -webkit-transform: scale(1);
  20797. }
  20798. }
  20799. @-webkit-keyframes hideSweetAlert {
  20800. 0% {
  20801. transform: scale(1);
  20802. -webkit-transform: scale(1);
  20803. }
  20804. 100% {
  20805. transform: scale(0.5);
  20806. -webkit-transform: scale(0.5);
  20807. }
  20808. }
  20809. @keyframes hideSweetAlert {
  20810. 0% {
  20811. transform: scale(1);
  20812. -webkit-transform: scale(1);
  20813. }
  20814. 100% {
  20815. transform: scale(0.5);
  20816. -webkit-transform: scale(0.5);
  20817. }
  20818. }
  20819. .showSweetAlert {
  20820. -webkit-animation: showSweetAlert .3s;
  20821. animation: showSweetAlert 0.3s;
  20822. }
  20823. .showSweetAlert[data-animation=none] {
  20824. -webkit-animation: none;
  20825. animation: none;
  20826. }
  20827. .hideSweetAlert {
  20828. -webkit-animation: hideSweetAlert .2s;
  20829. animation: hideSweetAlert 0.2s;
  20830. }
  20831. .hideSweetAlert[data-animation=none] {
  20832. -webkit-animation: none;
  20833. animation: none;
  20834. }
  20835. @-webkit-keyframes animateSuccessTip {
  20836. 0%,
  20837. 54% {
  20838. width: 0;
  20839. left: 1px;
  20840. top: 19px;
  20841. }
  20842. 70% {
  20843. width: 50px;
  20844. left: -8px;
  20845. top: 37px;
  20846. }
  20847. 84% {
  20848. width: 17px;
  20849. left: 21px;
  20850. top: 48px;
  20851. }
  20852. 100% {
  20853. width: 25px;
  20854. left: 14px;
  20855. top: 45px;
  20856. }
  20857. }
  20858. @keyframes animateSuccessTip {
  20859. 0%,
  20860. 54% {
  20861. width: 0;
  20862. left: 1px;
  20863. top: 19px;
  20864. }
  20865. 70% {
  20866. width: 50px;
  20867. left: -8px;
  20868. top: 37px;
  20869. }
  20870. 84% {
  20871. width: 17px;
  20872. left: 21px;
  20873. top: 48px;
  20874. }
  20875. 100% {
  20876. width: 25px;
  20877. left: 14px;
  20878. top: 45px;
  20879. }
  20880. }
  20881. @-webkit-keyframes animateSuccessLong {
  20882. 0%,
  20883. 65% {
  20884. width: 0;
  20885. right: 46px;
  20886. top: 54px;
  20887. }
  20888. 84% {
  20889. width: 55px;
  20890. right: 0;
  20891. top: 35px;
  20892. }
  20893. 100% {
  20894. width: 47px;
  20895. right: 8px;
  20896. top: 38px;
  20897. }
  20898. }
  20899. @keyframes animateSuccessLong {
  20900. 0%,
  20901. 65% {
  20902. width: 0;
  20903. right: 46px;
  20904. top: 54px;
  20905. }
  20906. 84% {
  20907. width: 55px;
  20908. right: 0;
  20909. top: 35px;
  20910. }
  20911. 100% {
  20912. width: 47px;
  20913. right: 8px;
  20914. top: 38px;
  20915. }
  20916. }
  20917. @-webkit-keyframes rotatePlaceholder {
  20918. 0%,
  20919. 5% {
  20920. transform: rotate(-45deg);
  20921. -webkit-transform: rotate(-45deg);
  20922. }
  20923. 100%,
  20924. 12% {
  20925. transform: rotate(-405deg);
  20926. -webkit-transform: rotate(-405deg);
  20927. }
  20928. }
  20929. @keyframes rotatePlaceholder {
  20930. 0%,
  20931. 5% {
  20932. transform: rotate(-45deg);
  20933. -webkit-transform: rotate(-45deg);
  20934. }
  20935. 100%,
  20936. 12% {
  20937. transform: rotate(-405deg);
  20938. -webkit-transform: rotate(-405deg);
  20939. }
  20940. }
  20941. .animateSuccessTip {
  20942. -webkit-animation: animateSuccessTip .75s;
  20943. animation: animateSuccessTip 0.75s;
  20944. }
  20945. .animateSuccessLong {
  20946. -webkit-animation: animateSuccessLong .75s;
  20947. animation: animateSuccessLong 0.75s;
  20948. }
  20949. .icon.success.animate::after {
  20950. -webkit-animation: rotatePlaceholder 4.25s ease-in;
  20951. animation: rotatePlaceholder 4.25s ease-in;
  20952. }
  20953. @-webkit-keyframes animateErrorIcon {
  20954. 0% {
  20955. transform: rotateX(100deg);
  20956. -webkit-transform: rotateX(100deg);
  20957. opacity: 0;
  20958. }
  20959. 100% {
  20960. transform: rotateX(0deg);
  20961. -webkit-transform: rotateX(0deg);
  20962. opacity: 1;
  20963. }
  20964. }
  20965. @keyframes animateErrorIcon {
  20966. 0% {
  20967. transform: rotateX(100deg);
  20968. -webkit-transform: rotateX(100deg);
  20969. opacity: 0;
  20970. }
  20971. 100% {
  20972. transform: rotateX(0deg);
  20973. -webkit-transform: rotateX(0deg);
  20974. opacity: 1;
  20975. }
  20976. }
  20977. .animateErrorIcon {
  20978. -webkit-animation: animateErrorIcon .5s;
  20979. animation: animateErrorIcon 0.5s;
  20980. }
  20981. @-webkit-keyframes animateXMark {
  20982. 0%,
  20983. 50% {
  20984. transform: scale(0.4);
  20985. -webkit-transform: scale(0.4);
  20986. margin-top: 26px;
  20987. opacity: 0;
  20988. }
  20989. 80% {
  20990. transform: scale(1.15);
  20991. -webkit-transform: scale(1.15);
  20992. margin-top: -6px;
  20993. }
  20994. 100% {
  20995. transform: scale(1);
  20996. -webkit-transform: scale(1);
  20997. margin-top: 0;
  20998. opacity: 1;
  20999. }
  21000. }
  21001. @keyframes animateXMark {
  21002. 0%,
  21003. 50% {
  21004. transform: scale(0.4);
  21005. -webkit-transform: scale(0.4);
  21006. margin-top: 26px;
  21007. opacity: 0;
  21008. }
  21009. 80% {
  21010. transform: scale(1.15);
  21011. -webkit-transform: scale(1.15);
  21012. margin-top: -6px;
  21013. }
  21014. 100% {
  21015. transform: scale(1);
  21016. -webkit-transform: scale(1);
  21017. margin-top: 0;
  21018. opacity: 1;
  21019. }
  21020. }
  21021. .animateXMark {
  21022. -webkit-animation: animateXMark .5s;
  21023. animation: animateXMark 0.5s;
  21024. }
  21025. @-webkit-keyframes pulseWarning {
  21026. 0% {
  21027. border-color: #f8d486;
  21028. }
  21029. 100% {
  21030. border-color: #f8bb86;
  21031. }
  21032. }
  21033. @keyframes pulseWarning {
  21034. 0% {
  21035. border-color: #f8d486;
  21036. }
  21037. 100% {
  21038. border-color: #f8bb86;
  21039. }
  21040. }
  21041. .pulseWarning {
  21042. -webkit-animation: pulseWarning .75s infinite alternate;
  21043. animation: pulseWarning 0.75s infinite alternate;
  21044. }
  21045. @-webkit-keyframes pulseWarningIns {
  21046. 0% {
  21047. background-color: #f8d486;
  21048. }
  21049. 100% {
  21050. background-color: #f8bb86;
  21051. }
  21052. }
  21053. @keyframes pulseWarningIns {
  21054. 0% {
  21055. background-color: #f8d486;
  21056. }
  21057. 100% {
  21058. background-color: #f8bb86;
  21059. }
  21060. }
  21061. .pulseWarningIns {
  21062. -webkit-animation: pulseWarningIns .75s infinite alternate;
  21063. animation: pulseWarningIns 0.75s infinite alternate;
  21064. }
  21065. /*
  21066. colpick Color Picker / colpick.com
  21067. */
  21068. /*Main container*/
  21069. .colpick {
  21070. position: absolute;
  21071. width: 346px;
  21072. height: 170px;
  21073. overflow: hidden;
  21074. display: none;
  21075. font-family: Arial, Helvetica, sans-serif;
  21076. background: #1d1d1d;
  21077. -webkit-border-radius: 5px;
  21078. -moz-border-radius: 5px;
  21079. border-radius: 5px;
  21080. /*Prevents selecting text when dragging the selectors*/
  21081.  
  21082. -webkit-user-select: none;
  21083. -moz-user-select: none;
  21084. -ms-user-select: none;
  21085. -o-user-select: none;
  21086. user-select: none;
  21087. }
  21088. /*Color selection box with gradients*/
  21089. .colpick_color {
  21090. position: absolute;
  21091. left: 7px;
  21092. top: 7px;
  21093. width: 156px;
  21094. height: 156px;
  21095. overflow: hidden;
  21096. cursor: crosshair;
  21097. }
  21098. .colpick_color_overlay1 {
  21099. position: absolute;
  21100. left: 0;
  21101. top: 0;
  21102. width: 156px;
  21103. height: 156px;
  21104. -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff')";
  21105. /* IE8 */
  21106.  
  21107. background: -moz-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  21108. /* FF3.6+ */
  21109.  
  21110. background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
  21111. /* Chrome,Safari4+ */
  21112.  
  21113. background: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  21114. /* Chrome10+,Safari5.1+ */
  21115.  
  21116. background: -o-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  21117. /* Opera 11.10+ */
  21118.  
  21119. background: -ms-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  21120. /* IE10+ */
  21121.  
  21122. background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  21123. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#ffffff', endColorstr='#00ffffff');
  21124. /* IE6 & IE7 */
  21125.  
  21126. }
  21127. .colpick_color_overlay2 {
  21128. position: absolute;
  21129. left: 0;
  21130. top: 0;
  21131. width: 156px;
  21132. height: 156px;
  21133. -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000')";
  21134. /* IE8 */
  21135.  
  21136. background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  21137. /* FF3.6+ */
  21138.  
  21139. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
  21140. /* Chrome,Safari4+ */
  21141.  
  21142. background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  21143. /* Chrome10+,Safari5.1+ */
  21144.  
  21145. background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  21146. /* Opera 11.10+ */
  21147.  
  21148. background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  21149. /* IE10+ */
  21150.  
  21151. background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  21152. /* W3C */
  21153.  
  21154. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  21155. /* IE6-9 */
  21156.  
  21157. }
  21158. /*Circular color selector*/
  21159. .colpick_selector_outer {
  21160. background: none;
  21161. position: absolute;
  21162. width: 11px;
  21163. height: 11px;
  21164. margin: -6px 0 0 -6px;
  21165. border: 1px solid black;
  21166. border-radius: 50%;
  21167. }
  21168. .colpick_selector_inner {
  21169. position: absolute;
  21170. width: 9px;
  21171. height: 9px;
  21172. border-radius: 50%;
  21173. }
  21174. /*Vertical hue bar*/
  21175. .colpick_hue {
  21176. position: absolute;
  21177. top: 6px;
  21178. left: 175px;
  21179. width: 19px;
  21180. height: 156px;
  21181. cursor: n-resize;
  21182. }
  21183. /*Hue bar sliding indicator*/
  21184. .colpick_hue_arrs {
  21185. position: absolute;
  21186. left: -8px;
  21187. width: 35px;
  21188. height: 7px;
  21189. margin: -7px 0 0 0;
  21190. }
  21191. .colpick_hue_larr {
  21192. position: absolute;
  21193. width: 0;
  21194. height: 0;
  21195. }
  21196. .colpick_hue_rarr {
  21197. position: absolute;
  21198. right: 0;
  21199. width: 0;
  21200. height: 0;
  21201. }
  21202. /*New color box*/
  21203. .colpick_new_color {
  21204. position: absolute;
  21205. left: 207px;
  21206. top: 6px;
  21207. width: 60px;
  21208. height: 27px;
  21209. background: #f00;
  21210. }
  21211. /*Current color box*/
  21212. .colpick_current_color {
  21213. position: absolute;
  21214. left: 277px;
  21215. top: 6px;
  21216. width: 60px;
  21217. height: 27px;
  21218. background: #1d1d1d;
  21219. }
  21220. /*Input field containers*/
  21221. .colpick_field,
  21222. .colpick_hex_field {
  21223. position: absolute;
  21224. height: 20px;
  21225. width: 60px;
  21226. overflow: hidden;
  21227. background: #282828;
  21228. color: #fff;
  21229. font-size: 12px;
  21230. }
  21231. .colpick_rgb_r {
  21232. top: 40px;
  21233. left: 207px;
  21234. }
  21235. .colpick_rgb_g {
  21236. top: 67px;
  21237. left: 207px;
  21238. }
  21239. .colpick_rgb_b {
  21240. top: 94px;
  21241. left: 207px;
  21242. }
  21243. .colpick_hsb_h {
  21244. top: 40px;
  21245. left: 277px;
  21246. }
  21247. .colpick_hsb_s {
  21248. top: 67px;
  21249. left: 277px;
  21250. }
  21251. .colpick_hsb_b {
  21252. top: 94px;
  21253. left: 277px;
  21254. }
  21255. .colpick_hex_field {
  21256. width: 68px;
  21257. left: 207px;
  21258. top: 121px;
  21259. }
  21260. /*Text field container on focus*/
  21261. .colpick_focus {
  21262. border-color: #999;
  21263. }
  21264. /*Field label container*/
  21265. .colpick_field_letter {
  21266. position: absolute;
  21267. width: 12px;
  21268. height: 20px;
  21269. line-height: 20px;
  21270. padding-left: 4px;
  21271. background: #282828;
  21272. font-weight: bold;
  21273. color: #fff;
  21274. }
  21275. /*Text inputs*/
  21276. .colpick_field input,
  21277. .colpick_hex_field input {
  21278. position: absolute;
  21279. right: 11px;
  21280. margin: 0;
  21281. padding: 0;
  21282. height: 20px;
  21283. line-height: 20px;
  21284. background: transparent;
  21285. border: none;
  21286. font-size: 12px;
  21287. font-family: Arial, Helvetica, sans-serif;
  21288. color: #555;
  21289. text-align: right;
  21290. outline: none;
  21291. }
  21292. .colpick_hex_field input {
  21293. right: 4px;
  21294. }
  21295. /*Field up/down arrows*/
  21296. .colpick_field_arrs {
  21297. position: absolute;
  21298. top: 0;
  21299. right: 0;
  21300. width: 9px;
  21301. height: 21px;
  21302. cursor: n-resize;
  21303. }
  21304. .colpick_field_uarr {
  21305. position: absolute;
  21306. top: 5px;
  21307. width: 0;
  21308. height: 0;
  21309. border-left: 4px solid transparent;
  21310. border-right: 4px solid transparent;
  21311. border-bottom: 4px solid #959595;
  21312. }
  21313. .colpick_field_darr {
  21314. position: absolute;
  21315. bottom: 5px;
  21316. width: 0;
  21317. height: 0;
  21318. border-left: 4px solid transparent;
  21319. border-right: 4px solid transparent;
  21320. border-top: 4px solid #959595;
  21321. }
  21322. /*Submit/Select button*/
  21323. .colpick_submit {
  21324. position: absolute;
  21325. left: 207px;
  21326. top: 149px;
  21327. width: 130px;
  21328. height: 22px;
  21329. line-height: 22px;
  21330. background: #efefef;
  21331. text-align: center;
  21332. color: #555;
  21333. font-size: 12px;
  21334. font-weight: bold;
  21335. border: 1px solid #bdbdbd;
  21336. -webkit-border-radius: 3px;
  21337. -moz-border-radius: 3px;
  21338. border-radius: 3px;
  21339. }
  21340. .colpick_submit:hover {
  21341. background: #f3f3f3;
  21342. border-color: #999;
  21343. cursor: pointer;
  21344. }
  21345. /*full layout with no submit button*/
  21346. .colpick_full_ns .colpick_submit,
  21347. .colpick_full_ns .colpick_current_color {
  21348. display: none;
  21349. }
  21350. .colpick_full_ns .colpick_new_color {
  21351. width: 130px;
  21352. height: 25px;
  21353. }
  21354. .colpick_full_ns .colpick_rgb_r,
  21355. .colpick_full_ns .colpick_hsb_h {
  21356. top: 42px;
  21357. }
  21358. .colpick_full_ns .colpick_rgb_g,
  21359. .colpick_full_ns .colpick_hsb_s {
  21360. top: 73px;
  21361. }
  21362. .colpick_full_ns .colpick_rgb_b,
  21363. .colpick_full_ns .colpick_hsb_b {
  21364. top: 104px;
  21365. }
  21366. .colpick_full_ns .colpick_hex_field {
  21367. top: 135px;
  21368. }
  21369. /*rgbhex layout*/
  21370. .colpick_rgbhex .colpick_hsb_h,
  21371. .colpick_rgbhex .colpick_hsb_s,
  21372. .colpick_rgbhex .colpick_hsb_b {
  21373. display: none;
  21374. }
  21375. .colpick_rgbhex {
  21376. width: 282px;
  21377. }
  21378. .colpick_rgbhex .colpick_field,
  21379. .colpick_rgbhex .colpick_submit {
  21380. width: 68px;
  21381. }
  21382. .colpick_rgbhex .colpick_new_color {
  21383. width: 34px;
  21384. border-right: none;
  21385. }
  21386. .colpick_rgbhex .colpick_current_color {
  21387. width: 34px;
  21388. left: 240px;
  21389. border-left: none;
  21390. }
  21391. /*rgbhex layout, no submit button*/
  21392. .colpick_rgbhex_ns .colpick_submit,
  21393. .colpick_rgbhex_ns .colpick_current_color {
  21394. display: none;
  21395. }
  21396. .colpick_rgbhex_ns .colpick_new_color {
  21397. width: 68px;
  21398. border: 1px solid #8f8f8f;
  21399. }
  21400. .colpick_rgbhex_ns .colpick_rgb_r {
  21401. top: 42px;
  21402. }
  21403. .colpick_rgbhex_ns .colpick_rgb_g {
  21404. top: 73px;
  21405. }
  21406. .colpick_rgbhex_ns .colpick_rgb_b {
  21407. top: 104px;
  21408. }
  21409. .colpick_rgbhex_ns .colpick_hex_field {
  21410. top: 135px;
  21411. }
  21412. /*hex layout*/
  21413. .colpick_hex .colpick_hsb_h,
  21414. .colpick_hex .colpick_hsb_s,
  21415. .colpick_hex .colpick_hsb_b,
  21416. .colpick_hex .colpick_rgb_r,
  21417. .colpick_hex .colpick_rgb_g,
  21418. .colpick_hex .colpick_rgb_b {
  21419. display: none;
  21420. }
  21421. .colpick_hex {
  21422. width: 206px;
  21423. height: 201px;
  21424. }
  21425. .colpick_hex .colpick_hex_field {
  21426. width: 72px;
  21427. height: 25px;
  21428. top: 168px;
  21429. left: 80px;
  21430. }
  21431. .colpick_hex .colpick_hex_field div,
  21432. .colpick_hex .colpick_hex_field input {
  21433. height: 25px;
  21434. line-height: 25px;
  21435. }
  21436. .colpick_hex .colpick_new_color {
  21437. left: 9px;
  21438. top: 168px;
  21439. width: 30px;
  21440. border-right: none;
  21441. }
  21442. .colpick_hex .colpick_current_color {
  21443. left: 39px;
  21444. top: 168px;
  21445. width: 30px;
  21446. border-left: none;
  21447. }
  21448. .colpick_hex .colpick_submit {
  21449. left: 164px;
  21450. top: 168px;
  21451. width: 30px;
  21452. height: 25px;
  21453. line-height: 25px;
  21454. }
  21455. /*hex layout, no submit button*/
  21456. .colpick_hex_ns .colpick_submit,
  21457. .colpick_hex_ns .colpick_current_color {
  21458. display: none;
  21459. }
  21460. .colpick_hex_ns .colpick_hex_field {
  21461. width: 80px;
  21462. }
  21463. .colpick_hex_ns .colpick_new_color {
  21464. width: 60px;
  21465. border: 1px solid #8f8f8f;
  21466. }
  21467. /*Dark color scheme*/
  21468. .colpick_dark {
  21469. background: #161616;
  21470. border-color: #2a2a2a;
  21471. }
  21472. .colpick_dark .colpick_color {
  21473. outline-color: #333;
  21474. }
  21475. .colpick_dark .colpick_hue {
  21476. border-color: #555;
  21477. }
  21478. .colpick_dark .colpick_field,
  21479. .colpick_dark .colpick_hex_field {
  21480. background: #101010;
  21481. border-color: #2d2d2d;
  21482. }
  21483. .colpick_dark .colpick_field_letter {
  21484. background: #131313;
  21485. border-color: #2d2d2d;
  21486. color: #696969;
  21487. }
  21488. .colpick_dark .colpick_field input,
  21489. .colpick_dark .colpick_hex_field input {
  21490. color: #7a7a7a;
  21491. }
  21492. .colpick_dark .colpick_field_uarr {
  21493. border-bottom-color: #696969;
  21494. }
  21495. .colpick_dark .colpick_field_darr {
  21496. border-top-color: #696969;
  21497. }
  21498. .colpick_dark .colpick_focus {
  21499. border-color: #444;
  21500. }
  21501. .colpick_dark .colpick_submit {
  21502. background: #131313;
  21503. border-color: #2d2d2d;
  21504. color: #7a7a7a;
  21505. }
  21506. .colpick_dark .colpick_submit:hover {
  21507. background-color: #101010;
  21508. border-color: #444;
  21509. }
  21510. .bootstrap-select {
  21511. width: 220px \0;
  21512. /*IE9 and below*/
  21513.  
  21514. }
  21515. .bootstrap-select > .dropdown-toggle {
  21516. width: 100%;
  21517. padding-right: 25px;
  21518. }
  21519. .has-error .bootstrap-select .dropdown-toggle,
  21520. .error .bootstrap-select .dropdown-toggle {
  21521. border-color: #b94a48;
  21522. }
  21523. .bootstrap-select.fit-width {
  21524. width: auto !important;
  21525. }
  21526. .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  21527. width: 220px;
  21528. }
  21529. .bootstrap-select .dropdown-toggle:focus {
  21530. outline: thin dotted #333333 !important;
  21531. outline: 5px auto -webkit-focus-ring-color !important;
  21532. outline-offset: -2px;
  21533. }
  21534. .bootstrap-select.form-control {
  21535. margin-bottom: 0;
  21536. padding: 0;
  21537. border: none;
  21538. }
  21539. .bootstrap-select.form-control:not([class*="col-"]) {
  21540. width: 100%;
  21541. }
  21542. .bootstrap-select.form-control.input-group-btn {
  21543. z-index: auto;
  21544. }
  21545. .bootstrap-select.btn-group:not(.input-group-btn),
  21546. .bootstrap-select.btn-group[class*="col-"] {
  21547. float: none;
  21548. display: inline-block;
  21549. margin-left: 0;
  21550. }
  21551. .bootstrap-select.btn-group.dropdown-menu-right,
  21552. .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
  21553. .row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  21554. float: right;
  21555. }
  21556. .form-inline .bootstrap-select.btn-group,
  21557. .form-horizontal .bootstrap-select.btn-group,
  21558. .form-group .bootstrap-select.btn-group {
  21559. margin-bottom: 0;
  21560. }
  21561. .form-group-lg .bootstrap-select.btn-group.form-control,
  21562. .form-group-sm .bootstrap-select.btn-group.form-control {
  21563. padding: 0;
  21564. }
  21565. .form-inline .bootstrap-select.btn-group .form-control {
  21566. width: 100%;
  21567. }
  21568. .bootstrap-select.btn-group.disabled,
  21569. .bootstrap-select.btn-group > .disabled {
  21570. cursor: not-allowed;
  21571. }
  21572. .bootstrap-select.btn-group.disabled:focus,
  21573. .bootstrap-select.btn-group > .disabled:focus {
  21574. outline: none !important;
  21575. }
  21576. .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  21577. display: inline-block;
  21578. overflow: hidden;
  21579. width: 100%;
  21580. text-align: left;
  21581. }
  21582. .bootstrap-select.btn-group .dropdown-toggle .caret {
  21583. position: absolute;
  21584. top: 50%;
  21585. right: 12px;
  21586. margin-top: -2px;
  21587. vertical-align: middle;
  21588. }
  21589. .bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  21590. width: 100%;
  21591. }
  21592. .bootstrap-select.btn-group .dropdown-menu {
  21593. min-width: 100%;
  21594. z-index: 1035;
  21595. box-sizing: border-box;
  21596. }
  21597. .bootstrap-select.btn-group .dropdown-menu.inner {
  21598. position: static;
  21599. float: none;
  21600. border: 0;
  21601. padding: 0;
  21602. margin: 0;
  21603. border-radius: 0;
  21604. box-shadow: none;
  21605. }
  21606. .bootstrap-select.btn-group .dropdown-menu li {
  21607. position: relative;
  21608. }
  21609. .bootstrap-select.btn-group .dropdown-menu li.active small {
  21610. color: #fff;
  21611. }
  21612. .bootstrap-select.btn-group .dropdown-menu li.disabled a {
  21613. cursor: not-allowed;
  21614. }
  21615. .bootstrap-select.btn-group .dropdown-menu li a {
  21616. cursor: pointer;
  21617. }
  21618. .bootstrap-select.btn-group .dropdown-menu li a.opt {
  21619. position: relative;
  21620. padding-left: 2.25em;
  21621. }
  21622. .bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  21623. display: none;
  21624. }
  21625. .bootstrap-select.btn-group .dropdown-menu li a span.text {
  21626. display: inline-block;
  21627. }
  21628. .bootstrap-select.btn-group .dropdown-menu li small {
  21629. padding-left: 0.5em;
  21630. }
  21631. .bootstrap-select.btn-group .dropdown-menu .notify {
  21632. position: absolute;
  21633. bottom: 5px;
  21634. width: 96%;
  21635. margin: 0 2%;
  21636. min-height: 26px;
  21637. padding: 3px 5px;
  21638. background: #f5f5f5;
  21639. border: 1px solid #e3e3e3;
  21640. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  21641. pointer-events: none;
  21642. opacity: 0.9;
  21643. box-sizing: border-box;
  21644. }
  21645. .bootstrap-select.btn-group .no-results {
  21646. padding: 3px;
  21647. background: #f5f5f5;
  21648. margin: 0 5px;
  21649. white-space: nowrap;
  21650. }
  21651. .bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  21652. position: static;
  21653. }
  21654. .bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  21655. position: static;
  21656. top: auto;
  21657. margin-top: -1px;
  21658. }
  21659. .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  21660. position: absolute;
  21661. display: inline-block;
  21662. right: 15px;
  21663. margin-top: 5px;
  21664. }
  21665. .bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  21666. margin-right: 34px;
  21667. }
  21668. .bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  21669. z-index: 1036;
  21670. }
  21671. .bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  21672. content: '';
  21673. border-left: 7px solid transparent;
  21674. border-right: 7px solid transparent;
  21675. border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  21676. position: absolute;
  21677. bottom: -4px;
  21678. left: 9px;
  21679. display: none;
  21680. }
  21681. .bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  21682. content: '';
  21683. border-left: 6px solid transparent;
  21684. border-right: 6px solid transparent;
  21685. border-bottom: 6px solid white;
  21686. position: absolute;
  21687. bottom: -4px;
  21688. left: 10px;
  21689. display: none;
  21690. }
  21691. .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  21692. bottom: auto;
  21693. top: -3px;
  21694. border-top: 7px solid rgba(204, 204, 204, 0.2);
  21695. border-bottom: 0;
  21696. }
  21697. .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  21698. bottom: auto;
  21699. top: -3px;
  21700. border-top: 6px solid white;
  21701. border-bottom: 0;
  21702. }
  21703. .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  21704. right: 12px;
  21705. left: auto;
  21706. }
  21707. .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  21708. right: 13px;
  21709. left: auto;
  21710. }
  21711. .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
  21712. .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  21713. display: block;
  21714. }
  21715. .bs-searchbox,
  21716. .bs-actionsbox,
  21717. .bs-donebutton {
  21718. padding: 4px 8px;
  21719. }
  21720. .bs-actionsbox {
  21721. float: left;
  21722. width: 100%;
  21723. box-sizing: border-box;
  21724. }
  21725. .bs-actionsbox .btn-group button {
  21726. width: 50%;
  21727. }
  21728. .bs-donebutton {
  21729. float: left;
  21730. width: 100%;
  21731. box-sizing: border-box;
  21732. }
  21733. .bs-donebutton .btn-group button {
  21734. width: 100%;
  21735. }
  21736. .bs-searchbox + .bs-actionsbox {
  21737. padding: 0 8px 4px;
  21738. }
  21739. .bs-searchbox .form-control {
  21740. margin-bottom: 0;
  21741. width: 100%;
  21742. }
  21743. select.bs-select-hidden,
  21744. select.selectpicker {
  21745. display: none !important;
  21746. }
  21747. select.mobile-device {
  21748. position: absolute !important;
  21749. top: 0;
  21750. left: 0;
  21751. display: block !important;
  21752. width: 100%;
  21753. height: 100% !important;
  21754. opacity: 0;
  21755. }
Add Comment
Please, Sign In to add comment