Guest User

Untitled

a guest
Dec 2nd, 2018
2,066
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 347.87 KB | None | 0 0
  1. /*!
  2. * Bootstrap v3.3.7 (http://getbootstrap.com)
  3. * Copyright 2011-2016 Twitter, Inc.
  4. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  5. */
  6. /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  7. html {
  8. font-family: sans-serif;
  9. -webkit-text-size-adjust: 100%;
  10. -ms-text-size-adjust: 100%;
  11. }
  12. body {
  13. margin: 0;
  14. }
  15. article,
  16. aside,
  17. details,
  18. figcaption,
  19. figure,
  20. footer,
  21. header,
  22. hgroup,
  23. main,
  24. menu,
  25. nav,
  26. section,
  27. summary {
  28. display: block;
  29. }
  30. audio,
  31. canvas,
  32. progress,
  33. video {
  34. display: inline-block;
  35. vertical-align: baseline;
  36. }
  37. audio:not([controls]) {
  38. display: none;
  39. height: 0;
  40. }
  41. [hidden],
  42. template {
  43. display: none;
  44. }
  45. a {
  46. background-color: transparent;
  47. }
  48. a:active,
  49. a:hover {
  50. outline: 0;
  51. }
  52. abbr[title] {
  53. border-bottom: 1px dotted;
  54. }
  55. b,
  56. strong {
  57. font-weight: bold;
  58. }
  59. dfn {
  60. font-style: italic;
  61. }
  62. h1 {
  63. margin: .67em 0;
  64. font-size: 2em;
  65. }
  66. mark {
  67. color: #000;
  68. background: #ff0;
  69. }
  70. small {
  71. font-size: 80%;
  72. }
  73. sub,
  74. sup {
  75. position: relative;
  76. font-size: 75%;
  77. line-height: 0;
  78. vertical-align: baseline;
  79. }
  80. sup {
  81. top: -.5em;
  82. }
  83. sub {
  84. bottom: -.25em;
  85. }
  86. img {
  87. border: 0;
  88. }
  89. svg:not(:root) {
  90. overflow: hidden;
  91. }
  92. figure {
  93. margin: 1em 40px;
  94. }
  95. hr {
  96. height: 0;
  97. -webkit-box-sizing: content-box;
  98. -moz-box-sizing: content-box;
  99. box-sizing: content-box;
  100. }
  101. pre {
  102. overflow: auto;
  103. }
  104. code,
  105. kbd,
  106. pre,
  107. samp {
  108. font-family: monospace, monospace;
  109. font-size: 1em;
  110. }
  111. button,
  112. input,
  113. optgroup,
  114. select,
  115. textarea {
  116. margin: 0;
  117. font: inherit;
  118. color: inherit;
  119. }
  120. button {
  121. overflow: visible;
  122. }
  123. button,
  124. select {
  125. text-transform: none;
  126. }
  127. button,
  128. html input[type="button"],
  129. input[type="reset"],
  130. input[type="submit"] {
  131. -webkit-appearance: button;
  132. cursor: pointer;
  133. }
  134. button[disabled],
  135. html input[disabled] {
  136. cursor: default;
  137. }
  138. button::-moz-focus-inner,
  139. input::-moz-focus-inner {
  140. padding: 0;
  141. border: 0;
  142. }
  143. input {
  144. line-height: normal;
  145. }
  146. input[type="checkbox"],
  147. input[type="radio"] {
  148. -webkit-box-sizing: border-box;
  149. -moz-box-sizing: border-box;
  150. box-sizing: border-box;
  151. padding: 0;
  152. }
  153. input[type="number"]::-webkit-inner-spin-button,
  154. input[type="number"]::-webkit-outer-spin-button {
  155. height: auto;
  156. }
  157. input[type="search"] {
  158. -webkit-box-sizing: content-box;
  159. -moz-box-sizing: content-box;
  160. box-sizing: content-box;
  161. -webkit-appearance: textfield;
  162. }
  163. input[type="search"]::-webkit-search-cancel-button,
  164. input[type="search"]::-webkit-search-decoration {
  165. -webkit-appearance: none;
  166. }
  167. fieldset {
  168. padding: .35em .625em .75em;
  169. margin: 0 2px;
  170. border: 1px solid #c0c0c0;
  171. }
  172. legend {
  173. padding: 0;
  174. border: 0;
  175. }
  176. textarea {
  177. overflow: auto;
  178. }
  179. optgroup {
  180. font-weight: bold;
  181. }
  182. table {
  183. border-spacing: 0;
  184. border-collapse: collapse;
  185. }
  186. td,
  187. th {
  188. padding: 0;
  189. }
  190. /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  191. @media print {
  192. *,
  193. *:before,
  194. *:after {
  195. color: #000 !important;
  196. text-shadow: none !important;
  197. background: transparent !important;
  198. -webkit-box-shadow: none !important;
  199. box-shadow: none !important;
  200. }
  201. a,
  202. a:visited {
  203. text-decoration: underline;
  204. }
  205. a[href]:after {
  206. content: " (" attr(href) ")";
  207. }
  208. abbr[title]:after {
  209. content: " (" attr(title) ")";
  210. }
  211. a[href^="#"]:after,
  212. a[href^="javascript:"]:after {
  213. content: "";
  214. }
  215. pre,
  216. blockquote {
  217. border: 1px solid #999;
  218.  
  219. page-break-inside: avoid;
  220. }
  221. thead {
  222. display: table-header-group;
  223. }
  224. tr,
  225. img {
  226. page-break-inside: avoid;
  227. }
  228. img {
  229. max-width: 100% !important;
  230. }
  231. p,
  232. h2,
  233. h3 {
  234. orphans: 3;
  235. widows: 3;
  236. }
  237. h2,
  238. h3 {
  239. page-break-after: avoid;
  240. }
  241. .navbar {
  242. display: none;
  243. }
  244. .btn > .caret,
  245. .dropup > .btn > .caret {
  246. border-top-color: #000 !important;
  247. }
  248. .label {
  249. border: 1px solid #000;
  250. }
  251. .table {
  252. border-collapse: collapse !important;
  253. }
  254. .table td,
  255. .table th {
  256. background-color: #fff !important;
  257. }
  258. .table-bordered th,
  259. .table-bordered td {
  260. border: 1px solid #ddd !important;
  261. }
  262. }
  263. @font-face {
  264. font-family: 'Glyphicons Halflings';
  265.  
  266. src: url('../fonts/glyphicons-halflings-regular.eot');
  267. 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');
  268. }
  269. .glyphicon {
  270. position: relative;
  271. top: 1px;
  272. display: inline-block;
  273. font-family: 'Glyphicons Halflings';
  274. font-style: normal;
  275. font-weight: normal;
  276. line-height: 1;
  277.  
  278. -webkit-font-smoothing: antialiased;
  279. -moz-osx-font-smoothing: grayscale;
  280. }
  281. .glyphicon-asterisk:before {
  282. content: "\002a";
  283. }
  284. .glyphicon-plus:before {
  285. content: "\002b";
  286. }
  287. .glyphicon-euro:before,
  288. .glyphicon-eur:before {
  289. content: "\20ac";
  290. }
  291. .glyphicon-minus:before {
  292. content: "\2212";
  293. }
  294. .glyphicon-cloud:before {
  295. content: "\2601";
  296. }
  297. .glyphicon-envelope:before {
  298. content: "\2709";
  299. }
  300. .glyphicon-pencil:before {
  301. content: "\270f";
  302. }
  303. .glyphicon-glass:before {
  304. content: "\e001";
  305. }
  306. .glyphicon-music:before {
  307. content: "\e002";
  308. }
  309. .glyphicon-search:before {
  310. content: "\e003";
  311. }
  312. .glyphicon-heart:before {
  313. content: "\e005";
  314. }
  315. .glyphicon-star:before {
  316. content: "\e006";
  317. }
  318. .glyphicon-star-empty:before {
  319. content: "\e007";
  320. }
  321. .glyphicon-user:before {
  322. content: "\e008";
  323. }
  324. .glyphicon-film:before {
  325. content: "\e009";
  326. }
  327. .glyphicon-th-large:before {
  328. content: "\e010";
  329. }
  330. .glyphicon-th:before {
  331. content: "\e011";
  332. }
  333. .glyphicon-th-list:before {
  334. content: "\e012";
  335. }
  336. .glyphicon-ok:before {
  337. content: "\e013";
  338. }
  339. .glyphicon-remove:before {
  340. content: "\e014";
  341. }
  342. .glyphicon-zoom-in:before {
  343. content: "\e015";
  344. }
  345. .glyphicon-zoom-out:before {
  346. content: "\e016";
  347. }
  348. .glyphicon-off:before {
  349. content: "\e017";
  350. }
  351. .glyphicon-signal:before {
  352. content: "\e018";
  353. }
  354. .glyphicon-cog:before {
  355. content: "\e019";
  356. }
  357. .glyphicon-trash:before {
  358. content: "\e020";
  359. }
  360. .glyphicon-home:before {
  361. content: "\e021";
  362. }
  363. .glyphicon-file:before {
  364. content: "\e022";
  365. }
  366. .glyphicon-time:before {
  367. content: "\e023";
  368. }
  369. .glyphicon-road:before {
  370. content: "\e024";
  371. }
  372. .glyphicon-download-alt:before {
  373. content: "\e025";
  374. }
  375. .glyphicon-download:before {
  376. content: "\e026";
  377. }
  378. .glyphicon-upload:before {
  379. content: "\e027";
  380. }
  381. .glyphicon-inbox:before {
  382. content: "\e028";
  383. }
  384. .glyphicon-play-circle:before {
  385. content: "\e029";
  386. }
  387. .glyphicon-repeat:before {
  388. content: "\e030";
  389. }
  390. .glyphicon-refresh:before {
  391. content: "\e031";
  392. }
  393. .glyphicon-list-alt:before {
  394. content: "\e032";
  395. }
  396. .glyphicon-lock:before {
  397. content: "\e033";
  398. }
  399. .glyphicon-flag:before {
  400. content: "\e034";
  401. }
  402. .glyphicon-headphones:before {
  403. content: "\e035";
  404. }
  405. .glyphicon-volume-off:before {
  406. content: "\e036";
  407. }
  408. .glyphicon-volume-down:before {
  409. content: "\e037";
  410. }
  411. .glyphicon-volume-up:before {
  412. content: "\e038";
  413. }
  414. .glyphicon-qrcode:before {
  415. content: "\e039";
  416. }
  417. .glyphicon-barcode:before {
  418. content: "\e040";
  419. }
  420. .glyphicon-tag:before {
  421. content: "\e041";
  422. }
  423. .glyphicon-tags:before {
  424. content: "\e042";
  425. }
  426. .glyphicon-book:before {
  427. content: "\e043";
  428. }
  429. .glyphicon-bookmark:before {
  430. content: "\e044";
  431. }
  432. .glyphicon-print:before {
  433. content: "\e045";
  434. }
  435. .glyphicon-camera:before {
  436. content: "\e046";
  437. }
  438. .glyphicon-font:before {
  439. content: "\e047";
  440. }
  441. .glyphicon-bold:before {
  442. content: "\e048";
  443. }
  444. .glyphicon-italic:before {
  445. content: "\e049";
  446. }
  447. .glyphicon-text-height:before {
  448. content: "\e050";
  449. }
  450. .glyphicon-text-width:before {
  451. content: "\e051";
  452. }
  453. .glyphicon-align-left:before {
  454. content: "\e052";
  455. }
  456. .glyphicon-align-center:before {
  457. content: "\e053";
  458. }
  459. .glyphicon-align-right:before {
  460. content: "\e054";
  461. }
  462. .glyphicon-align-justify:before {
  463. content: "\e055";
  464. }
  465. .glyphicon-list:before {
  466. content: "\e056";
  467. }
  468. .glyphicon-indent-left:before {
  469. content: "\e057";
  470. }
  471. .glyphicon-indent-right:before {
  472. content: "\e058";
  473. }
  474. .glyphicon-facetime-video:before {
  475. content: "\e059";
  476. }
  477. .glyphicon-picture:before {
  478. content: "\e060";
  479. }
  480. .glyphicon-map-marker:before {
  481. content: "\e062";
  482. }
  483. .glyphicon-adjust:before {
  484. content: "\e063";
  485. }
  486. .glyphicon-tint:before {
  487. content: "\e064";
  488. }
  489. .glyphicon-edit:before {
  490. content: "\e065";
  491. }
  492. .glyphicon-share:before {
  493. content: "\e066";
  494. }
  495. .glyphicon-check:before {
  496. content: "\e067";
  497. }
  498. .glyphicon-move:before {
  499. content: "\e068";
  500. }
  501. .glyphicon-step-backward:before {
  502. content: "\e069";
  503. }
  504. .glyphicon-fast-backward:before {
  505. content: "\e070";
  506. }
  507. .glyphicon-backward:before {
  508. content: "\e071";
  509. }
  510. .glyphicon-play:before {
  511. content: "\e072";
  512. }
  513. .glyphicon-pause:before {
  514. content: "\e073";
  515. }
  516. .glyphicon-stop:before {
  517. content: "\e074";
  518. }
  519. .glyphicon-forward:before {
  520. content: "\e075";
  521. }
  522. .glyphicon-fast-forward:before {
  523. content: "\e076";
  524. }
  525. .glyphicon-step-forward:before {
  526. content: "\e077";
  527. }
  528. .glyphicon-eject:before {
  529. content: "\e078";
  530. }
  531. .glyphicon-chevron-left:before {
  532. content: "\e079";
  533. }
  534. .glyphicon-chevron-right:before {
  535. content: "\e080";
  536. }
  537. .glyphicon-plus-sign:before {
  538. content: "\e081";
  539. }
  540. .glyphicon-minus-sign:before {
  541. content: "\e082";
  542. }
  543. .glyphicon-remove-sign:before {
  544. content: "\e083";
  545. }
  546. .glyphicon-ok-sign:before {
  547. content: "\e084";
  548. }
  549. .glyphicon-question-sign:before {
  550. content: "\e085";
  551. }
  552. .glyphicon-info-sign:before {
  553. content: "\e086";
  554. }
  555. .glyphicon-screenshot:before {
  556. content: "\e087";
  557. }
  558. .glyphicon-remove-circle:before {
  559. content: "\e088";
  560. }
  561. .glyphicon-ok-circle:before {
  562. content: "\e089";
  563. }
  564. .glyphicon-ban-circle:before {
  565. content: "\e090";
  566. }
  567. .glyphicon-arrow-left:before {
  568. content: "\e091";
  569. }
  570. .glyphicon-arrow-right:before {
  571. content: "\e092";
  572. }
  573. .glyphicon-arrow-up:before {
  574. content: "\e093";
  575. }
  576. .glyphicon-arrow-down:before {
  577. content: "\e094";
  578. }
  579. .glyphicon-share-alt:before {
  580. content: "\e095";
  581. }
  582. .glyphicon-resize-full:before {
  583. content: "\e096";
  584. }
  585. .glyphicon-resize-small:before {
  586. content: "\e097";
  587. }
  588. .glyphicon-exclamation-sign:before {
  589. content: "\e101";
  590. }
  591. .glyphicon-gift:before {
  592. content: "\e102";
  593. }
  594. .glyphicon-leaf:before {
  595. content: "\e103";
  596. }
  597. .glyphicon-fire:before {
  598. content: "\e104";
  599. }
  600. .glyphicon-eye-open:before {
  601. content: "\e105";
  602. }
  603. .glyphicon-eye-close:before {
  604. content: "\e106";
  605. }
  606. .glyphicon-warning-sign:before {
  607. content: "\e107";
  608. }
  609. .glyphicon-plane:before {
  610. content: "\e108";
  611. }
  612. .glyphicon-calendar:before {
  613. content: "\e109";
  614. }
  615. .glyphicon-random:before {
  616. content: "\e110";
  617. }
  618. .glyphicon-comment:before {
  619. content: "\e111";
  620. }
  621. .glyphicon-magnet:before {
  622. content: "\e112";
  623. }
  624. .glyphicon-chevron-up:before {
  625. content: "\e113";
  626. }
  627. .glyphicon-chevron-down:before {
  628. content: "\e114";
  629. }
  630. .glyphicon-retweet:before {
  631. content: "\e115";
  632. }
  633. .glyphicon-shopping-cart:before {
  634. content: "\e116";
  635. }
  636. .glyphicon-folder-close:before {
  637. content: "\e117";
  638. }
  639. .glyphicon-folder-open:before {
  640. content: "\e118";
  641. }
  642. .glyphicon-resize-vertical:before {
  643. content: "\e119";
  644. }
  645. .glyphicon-resize-horizontal:before {
  646. content: "\e120";
  647. }
  648. .glyphicon-hdd:before {
  649. content: "\e121";
  650. }
  651. .glyphicon-bullhorn:before {
  652. content: "\e122";
  653. }
  654. .glyphicon-bell:before {
  655. content: "\e123";
  656. }
  657. .glyphicon-certificate:before {
  658. content: "\e124";
  659. }
  660. .glyphicon-thumbs-up:before {
  661. content: "\e125";
  662. }
  663. .glyphicon-thumbs-down:before {
  664. content: "\e126";
  665. }
  666. .glyphicon-hand-right:before {
  667. content: "\e127";
  668. }
  669. .glyphicon-hand-left:before {
  670. content: "\e128";
  671. }
  672. .glyphicon-hand-up:before {
  673. content: "\e129";
  674. }
  675. .glyphicon-hand-down:before {
  676. content: "\e130";
  677. }
  678. .glyphicon-circle-arrow-right:before {
  679. content: "\e131";
  680. }
  681. .glyphicon-circle-arrow-left:before {
  682. content: "\e132";
  683. }
  684. .glyphicon-circle-arrow-up:before {
  685. content: "\e133";
  686. }
  687. .glyphicon-circle-arrow-down:before {
  688. content: "\e134";
  689. }
  690. .glyphicon-globe:before {
  691. content: "\e135";
  692. }
  693. .glyphicon-wrench:before {
  694. content: "\e136";
  695. }
  696. .glyphicon-tasks:before {
  697. content: "\e137";
  698. }
  699. .glyphicon-filter:before {
  700. content: "\e138";
  701. }
  702. .glyphicon-briefcase:before {
  703. content: "\e139";
  704. }
  705. .glyphicon-fullscreen:before {
  706. content: "\e140";
  707. }
  708. .glyphicon-dashboard:before {
  709. content: "\e141";
  710. }
  711. .glyphicon-paperclip:before {
  712. content: "\e142";
  713. }
  714. .glyphicon-heart-empty:before {
  715. content: "\e143";
  716. }
  717. .glyphicon-link:before {
  718. content: "\e144";
  719. }
  720. .glyphicon-phone:before {
  721. content: "\e145";
  722. }
  723. .glyphicon-pushpin:before {
  724. content: "\e146";
  725. }
  726. .glyphicon-usd:before {
  727. content: "\e148";
  728. }
  729. .glyphicon-gbp:before {
  730. content: "\e149";
  731. }
  732. .glyphicon-sort:before {
  733. content: "\e150";
  734. }
  735. .glyphicon-sort-by-alphabet:before {
  736. content: "\e151";
  737. }
  738. .glyphicon-sort-by-alphabet-alt:before {
  739. content: "\e152";
  740. }
  741. .glyphicon-sort-by-order:before {
  742. content: "\e153";
  743. }
  744. .glyphicon-sort-by-order-alt:before {
  745. content: "\e154";
  746. }
  747. .glyphicon-sort-by-attributes:before {
  748. content: "\e155";
  749. }
  750. .glyphicon-sort-by-attributes-alt:before {
  751. content: "\e156";
  752. }
  753. .glyphicon-unchecked:before {
  754. content: "\e157";
  755. }
  756. .glyphicon-expand:before {
  757. content: "\e158";
  758. }
  759. .glyphicon-collapse-down:before {
  760. content: "\e159";
  761. }
  762. .glyphicon-collapse-up:before {
  763. content: "\e160";
  764. }
  765. .glyphicon-log-in:before {
  766. content: "\e161";
  767. }
  768. .glyphicon-flash:before {
  769. content: "\e162";
  770. }
  771. .glyphicon-log-out:before {
  772. content: "\e163";
  773. }
  774. .glyphicon-new-window:before {
  775. content: "\e164";
  776. }
  777. .glyphicon-record:before {
  778. content: "\e165";
  779. }
  780. .glyphicon-save:before {
  781. content: "\e166";
  782. }
  783. .glyphicon-open:before {
  784. content: "\e167";
  785. }
  786. .glyphicon-saved:before {
  787. content: "\e168";
  788. }
  789. .glyphicon-import:before {
  790. content: "\e169";
  791. }
  792. .glyphicon-export:before {
  793. content: "\e170";
  794. }
  795. .glyphicon-send:before {
  796. content: "\e171";
  797. }
  798. .glyphicon-floppy-disk:before {
  799. content: "\e172";
  800. }
  801. .glyphicon-floppy-saved:before {
  802. content: "\e173";
  803. }
  804. .glyphicon-floppy-remove:before {
  805. content: "\e174";
  806. }
  807. .glyphicon-floppy-save:before {
  808. content: "\e175";
  809. }
  810. .glyphicon-floppy-open:before {
  811. content: "\e176";
  812. }
  813. .glyphicon-credit-card:before {
  814. content: "\e177";
  815. }
  816. .glyphicon-transfer:before {
  817. content: "\e178";
  818. }
  819. .glyphicon-cutlery:before {
  820. content: "\e179";
  821. }
  822. .glyphicon-header:before {
  823. content: "\e180";
  824. }
  825. .glyphicon-compressed:before {
  826. content: "\e181";
  827. }
  828. .glyphicon-earphone:before {
  829. content: "\e182";
  830. }
  831. .glyphicon-phone-alt:before {
  832. content: "\e183";
  833. }
  834. .glyphicon-tower:before {
  835. content: "\e184";
  836. }
  837. .glyphicon-stats:before {
  838. content: "\e185";
  839. }
  840. .glyphicon-sd-video:before {
  841. content: "\e186";
  842. }
  843. .glyphicon-hd-video:before {
  844. content: "\e187";
  845. }
  846. .glyphicon-subtitles:before {
  847. content: "\e188";
  848. }
  849. .glyphicon-sound-stereo:before {
  850. content: "\e189";
  851. }
  852. .glyphicon-sound-dolby:before {
  853. content: "\e190";
  854. }
  855. .glyphicon-sound-5-1:before {
  856. content: "\e191";
  857. }
  858. .glyphicon-sound-6-1:before {
  859. content: "\e192";
  860. }
  861. .glyphicon-sound-7-1:before {
  862. content: "\e193";
  863. }
  864. .glyphicon-copyright-mark:before {
  865. content: "\e194";
  866. }
  867. .glyphicon-registration-mark:before {
  868. content: "\e195";
  869. }
  870. .glyphicon-cloud-download:before {
  871. content: "\e197";
  872. }
  873. .glyphicon-cloud-upload:before {
  874. content: "\e198";
  875. }
  876. .glyphicon-tree-conifer:before {
  877. content: "\e199";
  878. }
  879. .glyphicon-tree-deciduous:before {
  880. content: "\e200";
  881. }
  882. .glyphicon-cd:before {
  883. content: "\e201";
  884. }
  885. .glyphicon-save-file:before {
  886. content: "\e202";
  887. }
  888. .glyphicon-open-file:before {
  889. content: "\e203";
  890. }
  891. .glyphicon-level-up:before {
  892. content: "\e204";
  893. }
  894. .glyphicon-copy:before {
  895. content: "\e205";
  896. }
  897. .glyphicon-paste:before {
  898. content: "\e206";
  899. }
  900. .glyphicon-alert:before {
  901. content: "\e209";
  902. }
  903. .glyphicon-equalizer:before {
  904. content: "\e210";
  905. }
  906. .glyphicon-king:before {
  907. content: "\e211";
  908. }
  909. .glyphicon-queen:before {
  910. content: "\e212";
  911. }
  912. .glyphicon-pawn:before {
  913. content: "\e213";
  914. }
  915. .glyphicon-bishop:before {
  916. content: "\e214";
  917. }
  918. .glyphicon-knight:before {
  919. content: "\e215";
  920. }
  921. .glyphicon-baby-formula:before {
  922. content: "\e216";
  923. }
  924. .glyphicon-tent:before {
  925. content: "\26fa";
  926. }
  927. .glyphicon-blackboard:before {
  928. content: "\e218";
  929. }
  930. .glyphicon-bed:before {
  931. content: "\e219";
  932. }
  933. .glyphicon-apple:before {
  934. content: "\f8ff";
  935. }
  936. .glyphicon-erase:before {
  937. content: "\e221";
  938. }
  939. .glyphicon-hourglass:before {
  940. content: "\231b";
  941. }
  942. .glyphicon-lamp:before {
  943. content: "\e223";
  944. }
  945. .glyphicon-duplicate:before {
  946. content: "\e224";
  947. }
  948. .glyphicon-piggy-bank:before {
  949. content: "\e225";
  950. }
  951. .glyphicon-scissors:before {
  952. content: "\e226";
  953. }
  954. .glyphicon-bitcoin:before {
  955. content: "\e227";
  956. }
  957. .glyphicon-btc:before {
  958. content: "\e227";
  959. }
  960. .glyphicon-xbt:before {
  961. content: "\e227";
  962. }
  963. .glyphicon-yen:before {
  964. content: "\00a5";
  965. }
  966. .glyphicon-jpy:before {
  967. content: "\00a5";
  968. }
  969. .glyphicon-ruble:before {
  970. content: "\20bd";
  971. }
  972. .glyphicon-rub:before {
  973. content: "\20bd";
  974. }
  975. .glyphicon-scale:before {
  976. content: "\e230";
  977. }
  978. .glyphicon-ice-lolly:before {
  979. content: "\e231";
  980. }
  981. .glyphicon-ice-lolly-tasted:before {
  982. content: "\e232";
  983. }
  984. .glyphicon-education:before {
  985. content: "\e233";
  986. }
  987. .glyphicon-option-horizontal:before {
  988. content: "\e234";
  989. }
  990. .glyphicon-option-vertical:before {
  991. content: "\e235";
  992. }
  993. .glyphicon-menu-hamburger:before {
  994. content: "\e236";
  995. }
  996. .glyphicon-modal-window:before {
  997. content: "\e237";
  998. }
  999. .glyphicon-oil:before {
  1000. content: "\e238";
  1001. }
  1002. .glyphicon-grain:before {
  1003. content: "\e239";
  1004. }
  1005. .glyphicon-sunglasses:before {
  1006. content: "\e240";
  1007. }
  1008. .glyphicon-text-size:before {
  1009. content: "\e241";
  1010. }
  1011. .glyphicon-text-color:before {
  1012. content: "\e242";
  1013. }
  1014. .glyphicon-text-background:before {
  1015. content: "\e243";
  1016. }
  1017. .glyphicon-object-align-top:before {
  1018. content: "\e244";
  1019. }
  1020. .glyphicon-object-align-bottom:before {
  1021. content: "\e245";
  1022. }
  1023. .glyphicon-object-align-horizontal:before {
  1024. content: "\e246";
  1025. }
  1026. .glyphicon-object-align-left:before {
  1027. content: "\e247";
  1028. }
  1029. .glyphicon-object-align-vertical:before {
  1030. content: "\e248";
  1031. }
  1032. .glyphicon-object-align-right:before {
  1033. content: "\e249";
  1034. }
  1035. .glyphicon-triangle-right:before {
  1036. content: "\e250";
  1037. }
  1038. .glyphicon-triangle-left:before {
  1039. content: "\e251";
  1040. }
  1041. .glyphicon-triangle-bottom:before {
  1042. content: "\e252";
  1043. }
  1044. .glyphicon-triangle-top:before {
  1045. content: "\e253";
  1046. }
  1047. .glyphicon-console:before {
  1048. content: "\e254";
  1049. }
  1050. .glyphicon-superscript:before {
  1051. content: "\e255";
  1052. }
  1053. .glyphicon-subscript:before {
  1054. content: "\e256";
  1055. }
  1056. .glyphicon-menu-left:before {
  1057. content: "\e257";
  1058. }
  1059. .glyphicon-menu-right:before {
  1060. content: "\e258";
  1061. }
  1062. .glyphicon-menu-down:before {
  1063. content: "\e259";
  1064. }
  1065. .glyphicon-menu-up:before {
  1066. content: "\e260";
  1067. }
  1068. * {
  1069. -webkit-box-sizing: border-box;
  1070. -moz-box-sizing: border-box;
  1071. box-sizing: border-box;
  1072. }
  1073. *:before,
  1074. *:after {
  1075. -webkit-box-sizing: border-box;
  1076. -moz-box-sizing: border-box;
  1077. box-sizing: border-box;
  1078. }
  1079. html {
  1080. font-size: 10px;
  1081.  
  1082. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  1083. }
  1084. body {
  1085. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  1086. font-size: 14px;
  1087. line-height: 1.42857143;
  1088. color: #333;
  1089. background-color: #fff;
  1090. }
  1091. input,
  1092. button,
  1093. select,
  1094. textarea {
  1095. font-family: inherit;
  1096. font-size: inherit;
  1097. line-height: inherit;
  1098. }
  1099. a {
  1100. color: #337ab7;
  1101. text-decoration: none;
  1102. }
  1103. a:hover,
  1104. a:focus {
  1105. color: #23527c;
  1106. text-decoration: underline;
  1107. }
  1108. a:focus {
  1109. outline: 5px auto -webkit-focus-ring-color;
  1110. outline-offset: -2px;
  1111. }
  1112. figure {
  1113. margin: 0;
  1114. }
  1115. img {
  1116. vertical-align: middle;
  1117. }
  1118. .img-responsive,
  1119. .thumbnail > img,
  1120. .thumbnail a > img,
  1121. .carousel-inner > .item > img,
  1122. .carousel-inner > .item > a > img {
  1123. display: block;
  1124. max-width: 100%;
  1125. height: auto;
  1126. }
  1127. .img-rounded {
  1128. border-radius: 6px;
  1129. }
  1130. .img-thumbnail {
  1131. display: inline-block;
  1132. max-width: 100%;
  1133. height: auto;
  1134. padding: 4px;
  1135. line-height: 1.42857143;
  1136. background-color: #fff;
  1137. border: 1px solid #ddd;
  1138. border-radius: 4px;
  1139. -webkit-transition: all .2s ease-in-out;
  1140. -o-transition: all .2s ease-in-out;
  1141. transition: all .2s ease-in-out;
  1142. }
  1143. .img-circle {
  1144. border-radius: 50%;
  1145. }
  1146. hr {
  1147. margin-top: 20px;
  1148. margin-bottom: 20px;
  1149. border: 0;
  1150. border-top: 1px solid #eee;
  1151. }
  1152. .sr-only {
  1153. position: absolute;
  1154. width: 1px;
  1155. height: 1px;
  1156. padding: 0;
  1157. margin: -1px;
  1158. overflow: hidden;
  1159. clip: rect(0, 0, 0, 0);
  1160. border: 0;
  1161. }
  1162. .sr-only-focusable:active,
  1163. .sr-only-focusable:focus {
  1164. position: static;
  1165. width: auto;
  1166. height: auto;
  1167. margin: 0;
  1168. overflow: visible;
  1169. clip: auto;
  1170. }
  1171. [role="button"] {
  1172. cursor: pointer;
  1173. }
  1174. h1,
  1175. h2,
  1176. h3,
  1177. h4,
  1178. h5,
  1179. h6,
  1180. .h1,
  1181. .h2,
  1182. .h3,
  1183. .h4,
  1184. .h5,
  1185. .h6 {
  1186. font-family: inherit;
  1187. font-weight: 500;
  1188. line-height: 1.1;
  1189. color: inherit;
  1190. }
  1191. h1 small,
  1192. h2 small,
  1193. h3 small,
  1194. h4 small,
  1195. h5 small,
  1196. h6 small,
  1197. .h1 small,
  1198. .h2 small,
  1199. .h3 small,
  1200. .h4 small,
  1201. .h5 small,
  1202. .h6 small,
  1203. h1 .small,
  1204. h2 .small,
  1205. h3 .small,
  1206. h4 .small,
  1207. h5 .small,
  1208. h6 .small,
  1209. .h1 .small,
  1210. .h2 .small,
  1211. .h3 .small,
  1212. .h4 .small,
  1213. .h5 .small,
  1214. .h6 .small {
  1215. font-weight: normal;
  1216. line-height: 1;
  1217. color: #777;
  1218. }
  1219. h1,
  1220. .h1,
  1221. h2,
  1222. .h2,
  1223. h3,
  1224. .h3 {
  1225. margin-top: 20px;
  1226. margin-bottom: 10px;
  1227. }
  1228. h1 small,
  1229. .h1 small,
  1230. h2 small,
  1231. .h2 small,
  1232. h3 small,
  1233. .h3 small,
  1234. h1 .small,
  1235. .h1 .small,
  1236. h2 .small,
  1237. .h2 .small,
  1238. h3 .small,
  1239. .h3 .small {
  1240. font-size: 65%;
  1241. }
  1242. h4,
  1243. .h4,
  1244. h5,
  1245. .h5,
  1246. h6,
  1247. .h6 {
  1248. margin-top: 10px;
  1249. margin-bottom: 10px;
  1250. }
  1251. h4 small,
  1252. .h4 small,
  1253. h5 small,
  1254. .h5 small,
  1255. h6 small,
  1256. .h6 small,
  1257. h4 .small,
  1258. .h4 .small,
  1259. h5 .small,
  1260. .h5 .small,
  1261. h6 .small,
  1262. .h6 .small {
  1263. font-size: 75%;
  1264. }
  1265. h1,
  1266. .h1 {
  1267. font-size: 36px;
  1268. }
  1269. h2,
  1270. .h2 {
  1271. font-size: 30px;
  1272. }
  1273. h3,
  1274. .h3 {
  1275. font-size: 24px;
  1276. }
  1277. h4,
  1278. .h4 {
  1279. font-size: 18px;
  1280. }
  1281. h5,
  1282. .h5 {
  1283. font-size: 14px;
  1284. }
  1285. h6,
  1286. .h6 {
  1287. font-size: 12px;
  1288. }
  1289. p {
  1290. margin: 0 0 10px;
  1291. }
  1292. .lead {
  1293. margin-bottom: 20px;
  1294. font-size: 16px;
  1295. font-weight: 300;
  1296. line-height: 1.4;
  1297. }
  1298. @media (min-width: 768px) {
  1299. .lead {
  1300. font-size: 21px;
  1301. }
  1302. }
  1303. small,
  1304. .small {
  1305. font-size: 85%;
  1306. }
  1307. mark,
  1308. .mark {
  1309. padding: .2em;
  1310. background-color: #fcf8e3;
  1311. }
  1312. .text-left {
  1313. text-align: left;
  1314. }
  1315. .text-right {
  1316. text-align: right;
  1317. }
  1318. .text-center {
  1319. text-align: center;
  1320. }
  1321. .text-justify {
  1322. text-align: justify;
  1323. }
  1324. .text-nowrap {
  1325. white-space: nowrap;
  1326. }
  1327. .text-lowercase {
  1328. text-transform: lowercase;
  1329. }
  1330. .text-uppercase {
  1331. text-transform: uppercase;
  1332. }
  1333. .text-capitalize {
  1334. text-transform: capitalize;
  1335. }
  1336. .text-muted {
  1337. color: #777;
  1338. }
  1339. .text-primary {
  1340. color: #337ab7;
  1341. }
  1342. a.text-primary:hover,
  1343. a.text-primary:focus {
  1344. color: #286090;
  1345. }
  1346. .text-success {
  1347. color: #3c763d;
  1348. }
  1349. a.text-success:hover,
  1350. a.text-success:focus {
  1351. color: #2b542c;
  1352. }
  1353. .text-info {
  1354. color: #31708f;
  1355. }
  1356. a.text-info:hover,
  1357. a.text-info:focus {
  1358. color: #245269;
  1359. }
  1360. .text-warning {
  1361. color: #8a6d3b;
  1362. }
  1363. a.text-warning:hover,
  1364. a.text-warning:focus {
  1365. color: #66512c;
  1366. }
  1367. .text-danger {
  1368. color: #a94442;
  1369. }
  1370. a.text-danger:hover,
  1371. a.text-danger:focus {
  1372. color: #843534;
  1373. }
  1374. .bg-primary {
  1375. color: #fff;
  1376. background-color: #337ab7;
  1377. }
  1378. a.bg-primary:hover,
  1379. a.bg-primary:focus {
  1380. background-color: #286090;
  1381. }
  1382. .bg-success {
  1383. background-color: #dff0d8;
  1384. }
  1385. a.bg-success:hover,
  1386. a.bg-success:focus {
  1387. background-color: #c1e2b3;
  1388. }
  1389. .bg-info {
  1390. background-color: #d9edf7;
  1391. }
  1392. a.bg-info:hover,
  1393. a.bg-info:focus {
  1394. background-color: #afd9ee;
  1395. }
  1396. .bg-warning {
  1397. background-color: #fcf8e3;
  1398. }
  1399. a.bg-warning:hover,
  1400. a.bg-warning:focus {
  1401. background-color: #f7ecb5;
  1402. }
  1403. .bg-danger {
  1404. background-color: #f2dede;
  1405. }
  1406. a.bg-danger:hover,
  1407. a.bg-danger:focus {
  1408. background-color: #e4b9b9;
  1409. }
  1410. .page-header {
  1411. padding-bottom: 9px;
  1412. margin: 40px 0 20px;
  1413. border-bottom: 1px solid #eee;
  1414. }
  1415. ul,
  1416. ol {
  1417. margin-top: 0;
  1418. margin-bottom: 10px;
  1419. }
  1420. ul ul,
  1421. ol ul,
  1422. ul ol,
  1423. ol ol {
  1424. margin-bottom: 0;
  1425. }
  1426. .list-unstyled {
  1427. padding-left: 0;
  1428. list-style: none;
  1429. }
  1430. .list-inline {
  1431. padding-left: 0;
  1432. margin-left: -5px;
  1433. list-style: none;
  1434. }
  1435. .list-inline > li {
  1436. display: inline-block;
  1437. padding-right: 5px;
  1438. padding-left: 5px;
  1439. }
  1440. dl {
  1441. margin-top: 0;
  1442. margin-bottom: 20px;
  1443. }
  1444. dt,
  1445. dd {
  1446. line-height: 1.42857143;
  1447. }
  1448. dt {
  1449. font-weight: bold;
  1450. }
  1451. dd {
  1452. margin-left: 0;
  1453. }
  1454. @media (min-width: 768px) {
  1455. .dl-horizontal dt {
  1456. float: left;
  1457. width: 160px;
  1458. overflow: hidden;
  1459. clear: left;
  1460. text-align: right;
  1461. text-overflow: ellipsis;
  1462. white-space: nowrap;
  1463. }
  1464. .dl-horizontal dd {
  1465. margin-left: 180px;
  1466. }
  1467. }
  1468. abbr[title],
  1469. abbr[data-original-title] {
  1470. cursor: help;
  1471. border-bottom: 1px dotted #777;
  1472. }
  1473. .initialism {
  1474. font-size: 90%;
  1475. text-transform: uppercase;
  1476. }
  1477. blockquote {
  1478. padding: 10px 20px;
  1479. margin: 0 0 20px;
  1480. font-size: 17.5px;
  1481. border-left: 5px solid #eee;
  1482. }
  1483. blockquote p:last-child,
  1484. blockquote ul:last-child,
  1485. blockquote ol:last-child {
  1486. margin-bottom: 0;
  1487. }
  1488. blockquote footer,
  1489. blockquote small,
  1490. blockquote .small {
  1491. display: block;
  1492. font-size: 80%;
  1493. line-height: 1.42857143;
  1494. color: #777;
  1495. }
  1496. blockquote footer:before,
  1497. blockquote small:before,
  1498. blockquote .small:before {
  1499. content: '\2014 \00A0';
  1500. }
  1501. .blockquote-reverse,
  1502. blockquote.pull-right {
  1503. padding-right: 15px;
  1504. padding-left: 0;
  1505. text-align: right;
  1506. border-right: 5px solid #eee;
  1507. border-left: 0;
  1508. }
  1509. .blockquote-reverse footer:before,
  1510. blockquote.pull-right footer:before,
  1511. .blockquote-reverse small:before,
  1512. blockquote.pull-right small:before,
  1513. .blockquote-reverse .small:before,
  1514. blockquote.pull-right .small:before {
  1515. content: '';
  1516. }
  1517. .blockquote-reverse footer:after,
  1518. blockquote.pull-right footer:after,
  1519. .blockquote-reverse small:after,
  1520. blockquote.pull-right small:after,
  1521. .blockquote-reverse .small:after,
  1522. blockquote.pull-right .small:after {
  1523. content: '\00A0 \2014';
  1524. }
  1525. address {
  1526. margin-bottom: 20px;
  1527. font-style: normal;
  1528. line-height: 1.42857143;
  1529. }
  1530. code,
  1531. kbd,
  1532. pre,
  1533. samp {
  1534. font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  1535. }
  1536. code {
  1537. padding: 2px 4px;
  1538. font-size: 90%;
  1539. color: #c7254e;
  1540. background-color: #f9f2f4;
  1541. border-radius: 4px;
  1542. }
  1543. kbd {
  1544. padding: 2px 4px;
  1545. font-size: 90%;
  1546. color: #fff;
  1547. background-color: #333;
  1548. border-radius: 3px;
  1549. -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
  1550. box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
  1551. }
  1552. kbd kbd {
  1553. padding: 0;
  1554. font-size: 100%;
  1555. font-weight: bold;
  1556. -webkit-box-shadow: none;
  1557. box-shadow: none;
  1558. }
  1559. pre {
  1560. display: block;
  1561. padding: 9.5px;
  1562. margin: 0 0 10px;
  1563. font-size: 13px;
  1564. line-height: 1.42857143;
  1565. color: #333;
  1566. word-break: break-all;
  1567. word-wrap: break-word;
  1568. background-color: #f5f5f5;
  1569. border: 1px solid #ccc;
  1570. border-radius: 4px;
  1571. }
  1572. pre code {
  1573. padding: 0;
  1574. font-size: inherit;
  1575. color: inherit;
  1576. white-space: pre-wrap;
  1577. background-color: transparent;
  1578. border-radius: 0;
  1579. }
  1580. .pre-scrollable {
  1581. max-height: 340px;
  1582. overflow-y: scroll;
  1583. }
  1584. .container {
  1585. padding-right: 15px;
  1586. padding-left: 15px;
  1587. margin-right: auto;
  1588. margin-left: auto;
  1589. }
  1590. @media (min-width: 768px) {
  1591. .container {
  1592. width: 750px;
  1593. }
  1594. }
  1595. @media (min-width: 992px) {
  1596. .container {
  1597. width: 970px;
  1598. }
  1599. }
  1600. @media (min-width: 1200px) {
  1601. .container {
  1602. width: 1170px;
  1603. }
  1604. }
  1605. .container-fluid {
  1606. padding-right: 15px;
  1607. padding-left: 15px;
  1608. margin-right: auto;
  1609. margin-left: auto;
  1610. }
  1611. .row {
  1612. margin-right: -15px;
  1613. margin-left: -15px;
  1614. }
  1615. .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 {
  1616. position: relative;
  1617. min-height: 1px;
  1618. padding-right: 15px;
  1619. padding-left: 15px;
  1620. }
  1621. .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 {
  1622. float: left;
  1623. }
  1624. .col-xs-12 {
  1625. width: 100%;
  1626. }
  1627. .col-xs-11 {
  1628. width: 91.66666667%;
  1629. }
  1630. .col-xs-10 {
  1631. width: 83.33333333%;
  1632. }
  1633. .col-xs-9 {
  1634. width: 75%;
  1635. }
  1636. .col-xs-8 {
  1637. width: 66.66666667%;
  1638. }
  1639. .col-xs-7 {
  1640. width: 58.33333333%;
  1641. }
  1642. .col-xs-6 {
  1643. width: 50%;
  1644. }
  1645. .col-xs-5 {
  1646. width: 41.66666667%;
  1647. }
  1648. .col-xs-4 {
  1649. width: 33.33333333%;
  1650. }
  1651. .col-xs-3 {
  1652. width: 25%;
  1653. }
  1654. .col-xs-2 {
  1655. width: 16.66666667%;
  1656. }
  1657. .col-xs-1 {
  1658. width: 8.33333333%;
  1659. }
  1660. .col-xs-pull-12 {
  1661. right: 100%;
  1662. }
  1663. .col-xs-pull-11 {
  1664. right: 91.66666667%;
  1665. }
  1666. .col-xs-pull-10 {
  1667. right: 83.33333333%;
  1668. }
  1669. .col-xs-pull-9 {
  1670. right: 75%;
  1671. }
  1672. .col-xs-pull-8 {
  1673. right: 66.66666667%;
  1674. }
  1675. .col-xs-pull-7 {
  1676. right: 58.33333333%;
  1677. }
  1678. .col-xs-pull-6 {
  1679. right: 50%;
  1680. }
  1681. .col-xs-pull-5 {
  1682. right: 41.66666667%;
  1683. }
  1684. .col-xs-pull-4 {
  1685. right: 33.33333333%;
  1686. }
  1687. .col-xs-pull-3 {
  1688. right: 25%;
  1689. }
  1690. .col-xs-pull-2 {
  1691. right: 16.66666667%;
  1692. }
  1693. .col-xs-pull-1 {
  1694. right: 8.33333333%;
  1695. }
  1696. .col-xs-pull-0 {
  1697. right: auto;
  1698. }
  1699. .col-xs-push-12 {
  1700. left: 100%;
  1701. }
  1702. .col-xs-push-11 {
  1703. left: 91.66666667%;
  1704. }
  1705. .col-xs-push-10 {
  1706. left: 83.33333333%;
  1707. }
  1708. .col-xs-push-9 {
  1709. left: 75%;
  1710. }
  1711. .col-xs-push-8 {
  1712. left: 66.66666667%;
  1713. }
  1714. .col-xs-push-7 {
  1715. left: 58.33333333%;
  1716. }
  1717. .col-xs-push-6 {
  1718. left: 50%;
  1719. }
  1720. .col-xs-push-5 {
  1721. left: 41.66666667%;
  1722. }
  1723. .col-xs-push-4 {
  1724. left: 33.33333333%;
  1725. }
  1726. .col-xs-push-3 {
  1727. left: 25%;
  1728. }
  1729. .col-xs-push-2 {
  1730. left: 16.66666667%;
  1731. }
  1732. .col-xs-push-1 {
  1733. left: 8.33333333%;
  1734. }
  1735. .col-xs-push-0 {
  1736. left: auto;
  1737. }
  1738. .col-xs-offset-12 {
  1739. margin-left: 100%;
  1740. }
  1741. .col-xs-offset-11 {
  1742. margin-left: 91.66666667%;
  1743. }
  1744. .col-xs-offset-10 {
  1745. margin-left: 83.33333333%;
  1746. }
  1747. .col-xs-offset-9 {
  1748. margin-left: 75%;
  1749. }
  1750. .col-xs-offset-8 {
  1751. margin-left: 66.66666667%;
  1752. }
  1753. .col-xs-offset-7 {
  1754. margin-left: 58.33333333%;
  1755. }
  1756. .col-xs-offset-6 {
  1757. margin-left: 50%;
  1758. }
  1759. .col-xs-offset-5 {
  1760. margin-left: 41.66666667%;
  1761. }
  1762. .col-xs-offset-4 {
  1763. margin-left: 33.33333333%;
  1764. }
  1765. .col-xs-offset-3 {
  1766. margin-left: 25%;
  1767. }
  1768. .col-xs-offset-2 {
  1769. margin-left: 16.66666667%;
  1770. }
  1771. .col-xs-offset-1 {
  1772. margin-left: 8.33333333%;
  1773. }
  1774. .col-xs-offset-0 {
  1775. margin-left: 0;
  1776. }
  1777. @media (min-width: 768px) {
  1778. .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 {
  1779. float: left;
  1780. }
  1781. .col-sm-12 {
  1782. width: 100%;
  1783. }
  1784. .col-sm-11 {
  1785. width: 91.66666667%;
  1786. }
  1787. .col-sm-10 {
  1788. width: 83.33333333%;
  1789. }
  1790. .col-sm-9 {
  1791. width: 75%;
  1792. }
  1793. .col-sm-8 {
  1794. width: 66.66666667%;
  1795. }
  1796. .col-sm-7 {
  1797. width: 58.33333333%;
  1798. }
  1799. .col-sm-6 {
  1800. width: 50%;
  1801. }
  1802. .col-sm-5 {
  1803. width: 41.66666667%;
  1804. }
  1805. .col-sm-4 {
  1806. width: 33.33333333%;
  1807. }
  1808. .col-sm-3 {
  1809. width: 25%;
  1810. }
  1811. .col-sm-2 {
  1812. width: 16.66666667%;
  1813. }
  1814. .col-sm-1 {
  1815. width: 8.33333333%;
  1816. }
  1817. .col-sm-pull-12 {
  1818. right: 100%;
  1819. }
  1820. .col-sm-pull-11 {
  1821. right: 91.66666667%;
  1822. }
  1823. .col-sm-pull-10 {
  1824. right: 83.33333333%;
  1825. }
  1826. .col-sm-pull-9 {
  1827. right: 75%;
  1828. }
  1829. .col-sm-pull-8 {
  1830. right: 66.66666667%;
  1831. }
  1832. .col-sm-pull-7 {
  1833. right: 58.33333333%;
  1834. }
  1835. .col-sm-pull-6 {
  1836. right: 50%;
  1837. }
  1838. .col-sm-pull-5 {
  1839. right: 41.66666667%;
  1840. }
  1841. .col-sm-pull-4 {
  1842. right: 33.33333333%;
  1843. }
  1844. .col-sm-pull-3 {
  1845. right: 25%;
  1846. }
  1847. .col-sm-pull-2 {
  1848. right: 16.66666667%;
  1849. }
  1850. .col-sm-pull-1 {
  1851. right: 8.33333333%;
  1852. }
  1853. .col-sm-pull-0 {
  1854. right: auto;
  1855. }
  1856. .col-sm-push-12 {
  1857. left: 100%;
  1858. }
  1859. .col-sm-push-11 {
  1860. left: 91.66666667%;
  1861. }
  1862. .col-sm-push-10 {
  1863. left: 83.33333333%;
  1864. }
  1865. .col-sm-push-9 {
  1866. left: 75%;
  1867. }
  1868. .col-sm-push-8 {
  1869. left: 66.66666667%;
  1870. }
  1871. .col-sm-push-7 {
  1872. left: 58.33333333%;
  1873. }
  1874. .col-sm-push-6 {
  1875. left: 50%;
  1876. }
  1877. .col-sm-push-5 {
  1878. left: 41.66666667%;
  1879. }
  1880. .col-sm-push-4 {
  1881. left: 33.33333333%;
  1882. }
  1883. .col-sm-push-3 {
  1884. left: 25%;
  1885. }
  1886. .col-sm-push-2 {
  1887. left: 16.66666667%;
  1888. }
  1889. .col-sm-push-1 {
  1890. left: 8.33333333%;
  1891. }
  1892. .col-sm-push-0 {
  1893. left: auto;
  1894. }
  1895. .col-sm-offset-12 {
  1896. margin-left: 100%;
  1897. }
  1898. .col-sm-offset-11 {
  1899. margin-left: 91.66666667%;
  1900. }
  1901. .col-sm-offset-10 {
  1902. margin-left: 83.33333333%;
  1903. }
  1904. .col-sm-offset-9 {
  1905. margin-left: 75%;
  1906. }
  1907. .col-sm-offset-8 {
  1908. margin-left: 66.66666667%;
  1909. }
  1910. .col-sm-offset-7 {
  1911. margin-left: 58.33333333%;
  1912. }
  1913. .col-sm-offset-6 {
  1914. margin-left: 50%;
  1915. }
  1916. .col-sm-offset-5 {
  1917. margin-left: 41.66666667%;
  1918. }
  1919. .col-sm-offset-4 {
  1920. margin-left: 33.33333333%;
  1921. }
  1922. .col-sm-offset-3 {
  1923. margin-left: 25%;
  1924. }
  1925. .col-sm-offset-2 {
  1926. margin-left: 16.66666667%;
  1927. }
  1928. .col-sm-offset-1 {
  1929. margin-left: 8.33333333%;
  1930. }
  1931. .col-sm-offset-0 {
  1932. margin-left: 0;
  1933. }
  1934. }
  1935. @media (min-width: 992px) {
  1936. .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 {
  1937. float: left;
  1938. }
  1939. .col-md-12 {
  1940. width: 100%;
  1941. }
  1942. .col-md-11 {
  1943. width: 91.66666667%;
  1944. }
  1945. .col-md-10 {
  1946. width: 83.33333333%;
  1947. }
  1948. .col-md-9 {
  1949. width: 75%;
  1950. }
  1951. .col-md-8 {
  1952. width: 66.66666667%;
  1953. }
  1954. .col-md-7 {
  1955. width: 58.33333333%;
  1956. }
  1957. .col-md-6 {
  1958. width: 50%;
  1959. }
  1960. .col-md-5 {
  1961. width: 41.66666667%;
  1962. }
  1963. .col-md-4 {
  1964. width: 33.33333333%;
  1965. }
  1966. .col-md-3 {
  1967. width: 25%;
  1968. }
  1969. .col-md-2 {
  1970. width: 16.66666667%;
  1971. }
  1972. .col-md-1 {
  1973. width: 8.33333333%;
  1974. }
  1975. .col-md-pull-12 {
  1976. right: 100%;
  1977. }
  1978. .col-md-pull-11 {
  1979. right: 91.66666667%;
  1980. }
  1981. .col-md-pull-10 {
  1982. right: 83.33333333%;
  1983. }
  1984. .col-md-pull-9 {
  1985. right: 75%;
  1986. }
  1987. .col-md-pull-8 {
  1988. right: 66.66666667%;
  1989. }
  1990. .col-md-pull-7 {
  1991. right: 58.33333333%;
  1992. }
  1993. .col-md-pull-6 {
  1994. right: 50%;
  1995. }
  1996. .col-md-pull-5 {
  1997. right: 41.66666667%;
  1998. }
  1999. .col-md-pull-4 {
  2000. right: 33.33333333%;
  2001. }
  2002. .col-md-pull-3 {
  2003. right: 25%;
  2004. }
  2005. .col-md-pull-2 {
  2006. right: 16.66666667%;
  2007. }
  2008. .col-md-pull-1 {
  2009. right: 8.33333333%;
  2010. }
  2011. .col-md-pull-0 {
  2012. right: auto;
  2013. }
  2014. .col-md-push-12 {
  2015. left: 100%;
  2016. }
  2017. .col-md-push-11 {
  2018. left: 91.66666667%;
  2019. }
  2020. .col-md-push-10 {
  2021. left: 83.33333333%;
  2022. }
  2023. .col-md-push-9 {
  2024. left: 75%;
  2025. }
  2026. .col-md-push-8 {
  2027. left: 66.66666667%;
  2028. }
  2029. .col-md-push-7 {
  2030. left: 58.33333333%;
  2031. }
  2032. .col-md-push-6 {
  2033. left: 50%;
  2034. }
  2035. .col-md-push-5 {
  2036. left: 41.66666667%;
  2037. }
  2038. .col-md-push-4 {
  2039. left: 33.33333333%;
  2040. }
  2041. .col-md-push-3 {
  2042. left: 25%;
  2043. }
  2044. .col-md-push-2 {
  2045. left: 16.66666667%;
  2046. }
  2047. .col-md-push-1 {
  2048. left: 8.33333333%;
  2049. }
  2050. .col-md-push-0 {
  2051. left: auto;
  2052. }
  2053. .col-md-offset-12 {
  2054. margin-left: 100%;
  2055. }
  2056. .col-md-offset-11 {
  2057. margin-left: 91.66666667%;
  2058. }
  2059. .col-md-offset-10 {
  2060. margin-left: 83.33333333%;
  2061. }
  2062. .col-md-offset-9 {
  2063. margin-left: 75%;
  2064. }
  2065. .col-md-offset-8 {
  2066. margin-left: 66.66666667%;
  2067. }
  2068. .col-md-offset-7 {
  2069. margin-left: 58.33333333%;
  2070. }
  2071. .col-md-offset-6 {
  2072. margin-left: 50%;
  2073. }
  2074. .col-md-offset-5 {
  2075. margin-left: 41.66666667%;
  2076. }
  2077. .col-md-offset-4 {
  2078. margin-left: 33.33333333%;
  2079. }
  2080. .col-md-offset-3 {
  2081. margin-left: 25%;
  2082. }
  2083. .col-md-offset-2 {
  2084. margin-left: 16.66666667%;
  2085. }
  2086. .col-md-offset-1 {
  2087. margin-left: 8.33333333%;
  2088. }
  2089. .col-md-offset-0 {
  2090. margin-left: 0;
  2091. }
  2092. }
  2093. @media (min-width: 1200px) {
  2094. .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 {
  2095. float: left;
  2096. }
  2097. .col-lg-12 {
  2098. width: 100%;
  2099. }
  2100. .col-lg-11 {
  2101. width: 91.66666667%;
  2102. }
  2103. .col-lg-10 {
  2104. width: 83.33333333%;
  2105. }
  2106. .col-lg-9 {
  2107. width: 75%;
  2108. }
  2109. .col-lg-8 {
  2110. width: 66.66666667%;
  2111. }
  2112. .col-lg-7 {
  2113. width: 58.33333333%;
  2114. }
  2115. .col-lg-6 {
  2116. width: 50%;
  2117. }
  2118. .col-lg-5 {
  2119. width: 41.66666667%;
  2120. }
  2121. .col-lg-4 {
  2122. width: 33.33333333%;
  2123. }
  2124. .col-lg-3 {
  2125. width: 25%;
  2126. }
  2127. .col-lg-2 {
  2128. width: 16.66666667%;
  2129. }
  2130. .col-lg-1 {
  2131. width: 8.33333333%;
  2132. }
  2133. .col-lg-pull-12 {
  2134. right: 100%;
  2135. }
  2136. .col-lg-pull-11 {
  2137. right: 91.66666667%;
  2138. }
  2139. .col-lg-pull-10 {
  2140. right: 83.33333333%;
  2141. }
  2142. .col-lg-pull-9 {
  2143. right: 75%;
  2144. }
  2145. .col-lg-pull-8 {
  2146. right: 66.66666667%;
  2147. }
  2148. .col-lg-pull-7 {
  2149. right: 58.33333333%;
  2150. }
  2151. .col-lg-pull-6 {
  2152. right: 50%;
  2153. }
  2154. .col-lg-pull-5 {
  2155. right: 41.66666667%;
  2156. }
  2157. .col-lg-pull-4 {
  2158. right: 33.33333333%;
  2159. }
  2160. .col-lg-pull-3 {
  2161. right: 25%;
  2162. }
  2163. .col-lg-pull-2 {
  2164. right: 16.66666667%;
  2165. }
  2166. .col-lg-pull-1 {
  2167. right: 8.33333333%;
  2168. }
  2169. .col-lg-pull-0 {
  2170. right: auto;
  2171. }
  2172. .col-lg-push-12 {
  2173. left: 100%;
  2174. }
  2175. .col-lg-push-11 {
  2176. left: 91.66666667%;
  2177. }
  2178. .col-lg-push-10 {
  2179. left: 83.33333333%;
  2180. }
  2181. .col-lg-push-9 {
  2182. left: 75%;
  2183. }
  2184. .col-lg-push-8 {
  2185. left: 66.66666667%;
  2186. }
  2187. .col-lg-push-7 {
  2188. left: 58.33333333%;
  2189. }
  2190. .col-lg-push-6 {
  2191. left: 50%;
  2192. }
  2193. .col-lg-push-5 {
  2194. left: 41.66666667%;
  2195. }
  2196. .col-lg-push-4 {
  2197. left: 33.33333333%;
  2198. }
  2199. .col-lg-push-3 {
  2200. left: 25%;
  2201. }
  2202. .col-lg-push-2 {
  2203. left: 16.66666667%;
  2204. }
  2205. .col-lg-push-1 {
  2206. left: 8.33333333%;
  2207. }
  2208. .col-lg-push-0 {
  2209. left: auto;
  2210. }
  2211. .col-lg-offset-12 {
  2212. margin-left: 100%;
  2213. }
  2214. .col-lg-offset-11 {
  2215. margin-left: 91.66666667%;
  2216. }
  2217. .col-lg-offset-10 {
  2218. margin-left: 83.33333333%;
  2219. }
  2220. .col-lg-offset-9 {
  2221. margin-left: 75%;
  2222. }
  2223. .col-lg-offset-8 {
  2224. margin-left: 66.66666667%;
  2225. }
  2226. .col-lg-offset-7 {
  2227. margin-left: 58.33333333%;
  2228. }
  2229. .col-lg-offset-6 {
  2230. margin-left: 50%;
  2231. }
  2232. .col-lg-offset-5 {
  2233. margin-left: 41.66666667%;
  2234. }
  2235. .col-lg-offset-4 {
  2236. margin-left: 33.33333333%;
  2237. }
  2238. .col-lg-offset-3 {
  2239. margin-left: 25%;
  2240. }
  2241. .col-lg-offset-2 {
  2242. margin-left: 16.66666667%;
  2243. }
  2244. .col-lg-offset-1 {
  2245. margin-left: 8.33333333%;
  2246. }
  2247. .col-lg-offset-0 {
  2248. margin-left: 0;
  2249. }
  2250. }
  2251. table {
  2252. background-color: transparent;
  2253. }
  2254. caption {
  2255. padding-top: 8px;
  2256. padding-bottom: 8px;
  2257. color: #777;
  2258. text-align: left;
  2259. }
  2260. th {
  2261. text-align: left;
  2262. }
  2263. .table {
  2264. width: 100%;
  2265. max-width: 100%;
  2266. margin-bottom: 20px;
  2267. }
  2268. .table > thead > tr > th,
  2269. .table > tbody > tr > th,
  2270. .table > tfoot > tr > th,
  2271. .table > thead > tr > td,
  2272. .table > tbody > tr > td,
  2273. .table > tfoot > tr > td {
  2274. padding: 8px;
  2275. line-height: 1.42857143;
  2276. vertical-align: top;
  2277. border-top: 1px solid #ddd;
  2278. }
  2279. .table > thead > tr > th {
  2280. vertical-align: bottom;
  2281. border-bottom: 2px solid #ddd;
  2282. }
  2283. .table > caption + thead > tr:first-child > th,
  2284. .table > colgroup + thead > tr:first-child > th,
  2285. .table > thead:first-child > tr:first-child > th,
  2286. .table > caption + thead > tr:first-child > td,
  2287. .table > colgroup + thead > tr:first-child > td,
  2288. .table > thead:first-child > tr:first-child > td {
  2289. border-top: 0;
  2290. }
  2291. .table > tbody + tbody {
  2292. border-top: 2px solid #ddd;
  2293. }
  2294. .table .table {
  2295. background-color: #fff;
  2296. }
  2297. .table-condensed > thead > tr > th,
  2298. .table-condensed > tbody > tr > th,
  2299. .table-condensed > tfoot > tr > th,
  2300. .table-condensed > thead > tr > td,
  2301. .table-condensed > tbody > tr > td,
  2302. .table-condensed > tfoot > tr > td {
  2303. padding: 5px;
  2304. }
  2305. .table-bordered {
  2306. border: 1px solid #ddd;
  2307. }
  2308. .table-bordered > thead > tr > th,
  2309. .table-bordered > tbody > tr > th,
  2310. .table-bordered > tfoot > tr > th,
  2311. .table-bordered > thead > tr > td,
  2312. .table-bordered > tbody > tr > td,
  2313. .table-bordered > tfoot > tr > td {
  2314. border: 1px solid #ddd;
  2315. }
  2316. .table-bordered > thead > tr > th,
  2317. .table-bordered > thead > tr > td {
  2318. border-bottom-width: 2px;
  2319. }
  2320. .table-striped > tbody > tr:nth-of-type(odd) {
  2321. background-color: #f9f9f9;
  2322. }
  2323. .table-hover > tbody > tr:hover {
  2324. background-color: #f5f5f5;
  2325. }
  2326. table col[class*="col-"] {
  2327. position: static;
  2328. display: table-column;
  2329. float: none;
  2330. }
  2331. table td[class*="col-"],
  2332. table th[class*="col-"] {
  2333. position: static;
  2334. display: table-cell;
  2335. float: none;
  2336. }
  2337. .table > thead > tr > td.active,
  2338. .table > tbody > tr > td.active,
  2339. .table > tfoot > tr > td.active,
  2340. .table > thead > tr > th.active,
  2341. .table > tbody > tr > th.active,
  2342. .table > tfoot > tr > th.active,
  2343. .table > thead > tr.active > td,
  2344. .table > tbody > tr.active > td,
  2345. .table > tfoot > tr.active > td,
  2346. .table > thead > tr.active > th,
  2347. .table > tbody > tr.active > th,
  2348. .table > tfoot > tr.active > th {
  2349. background-color: #f5f5f5;
  2350. }
  2351. .table-hover > tbody > tr > td.active:hover,
  2352. .table-hover > tbody > tr > th.active:hover,
  2353. .table-hover > tbody > tr.active:hover > td,
  2354. .table-hover > tbody > tr:hover > .active,
  2355. .table-hover > tbody > tr.active:hover > th {
  2356. background-color: #e8e8e8;
  2357. }
  2358. .table > thead > tr > td.success,
  2359. .table > tbody > tr > td.success,
  2360. .table > tfoot > tr > td.success,
  2361. .table > thead > tr > th.success,
  2362. .table > tbody > tr > th.success,
  2363. .table > tfoot > tr > th.success,
  2364. .table > thead > tr.success > td,
  2365. .table > tbody > tr.success > td,
  2366. .table > tfoot > tr.success > td,
  2367. .table > thead > tr.success > th,
  2368. .table > tbody > tr.success > th,
  2369. .table > tfoot > tr.success > th {
  2370. background-color: #dff0d8;
  2371. }
  2372. .table-hover > tbody > tr > td.success:hover,
  2373. .table-hover > tbody > tr > th.success:hover,
  2374. .table-hover > tbody > tr.success:hover > td,
  2375. .table-hover > tbody > tr:hover > .success,
  2376. .table-hover > tbody > tr.success:hover > th {
  2377. background-color: #d0e9c6;
  2378. }
  2379. .table > thead > tr > td.info,
  2380. .table > tbody > tr > td.info,
  2381. .table > tfoot > tr > td.info,
  2382. .table > thead > tr > th.info,
  2383. .table > tbody > tr > th.info,
  2384. .table > tfoot > tr > th.info,
  2385. .table > thead > tr.info > td,
  2386. .table > tbody > tr.info > td,
  2387. .table > tfoot > tr.info > td,
  2388. .table > thead > tr.info > th,
  2389. .table > tbody > tr.info > th,
  2390. .table > tfoot > tr.info > th {
  2391. background-color: #d9edf7;
  2392. }
  2393. .table-hover > tbody > tr > td.info:hover,
  2394. .table-hover > tbody > tr > th.info:hover,
  2395. .table-hover > tbody > tr.info:hover > td,
  2396. .table-hover > tbody > tr:hover > .info,
  2397. .table-hover > tbody > tr.info:hover > th {
  2398. background-color: #c4e3f3;
  2399. }
  2400. .table > thead > tr > td.warning,
  2401. .table > tbody > tr > td.warning,
  2402. .table > tfoot > tr > td.warning,
  2403. .table > thead > tr > th.warning,
  2404. .table > tbody > tr > th.warning,
  2405. .table > tfoot > tr > th.warning,
  2406. .table > thead > tr.warning > td,
  2407. .table > tbody > tr.warning > td,
  2408. .table > tfoot > tr.warning > td,
  2409. .table > thead > tr.warning > th,
  2410. .table > tbody > tr.warning > th,
  2411. .table > tfoot > tr.warning > th {
  2412. background-color: #fcf8e3;
  2413. }
  2414. .table-hover > tbody > tr > td.warning:hover,
  2415. .table-hover > tbody > tr > th.warning:hover,
  2416. .table-hover > tbody > tr.warning:hover > td,
  2417. .table-hover > tbody > tr:hover > .warning,
  2418. .table-hover > tbody > tr.warning:hover > th {
  2419. background-color: #faf2cc;
  2420. }
  2421. .table > thead > tr > td.danger,
  2422. .table > tbody > tr > td.danger,
  2423. .table > tfoot > tr > td.danger,
  2424. .table > thead > tr > th.danger,
  2425. .table > tbody > tr > th.danger,
  2426. .table > tfoot > tr > th.danger,
  2427. .table > thead > tr.danger > td,
  2428. .table > tbody > tr.danger > td,
  2429. .table > tfoot > tr.danger > td,
  2430. .table > thead > tr.danger > th,
  2431. .table > tbody > tr.danger > th,
  2432. .table > tfoot > tr.danger > th {
  2433. background-color: #f2dede;
  2434. }
  2435. .table-hover > tbody > tr > td.danger:hover,
  2436. .table-hover > tbody > tr > th.danger:hover,
  2437. .table-hover > tbody > tr.danger:hover > td,
  2438. .table-hover > tbody > tr:hover > .danger,
  2439. .table-hover > tbody > tr.danger:hover > th {
  2440. background-color: #ebcccc;
  2441. }
  2442. .table-responsive {
  2443. min-height: .01%;
  2444. overflow-x: auto;
  2445. }
  2446. @media screen and (max-width: 767px) {
  2447. .table-responsive {
  2448. width: 100%;
  2449. margin-bottom: 15px;
  2450. overflow-y: hidden;
  2451. -ms-overflow-style: -ms-autohiding-scrollbar;
  2452. border: 1px solid #ddd;
  2453. }
  2454. .table-responsive > .table {
  2455. margin-bottom: 0;
  2456. }
  2457. .table-responsive > .table > thead > tr > th,
  2458. .table-responsive > .table > tbody > tr > th,
  2459. .table-responsive > .table > tfoot > tr > th,
  2460. .table-responsive > .table > thead > tr > td,
  2461. .table-responsive > .table > tbody > tr > td,
  2462. .table-responsive > .table > tfoot > tr > td {
  2463. white-space: nowrap;
  2464. }
  2465. .table-responsive > .table-bordered {
  2466. border: 0;
  2467. }
  2468. .table-responsive > .table-bordered > thead > tr > th:first-child,
  2469. .table-responsive > .table-bordered > tbody > tr > th:first-child,
  2470. .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  2471. .table-responsive > .table-bordered > thead > tr > td:first-child,
  2472. .table-responsive > .table-bordered > tbody > tr > td:first-child,
  2473. .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  2474. border-left: 0;
  2475. }
  2476. .table-responsive > .table-bordered > thead > tr > th:last-child,
  2477. .table-responsive > .table-bordered > tbody > tr > th:last-child,
  2478. .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  2479. .table-responsive > .table-bordered > thead > tr > td:last-child,
  2480. .table-responsive > .table-bordered > tbody > tr > td:last-child,
  2481. .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  2482. border-right: 0;
  2483. }
  2484. .table-responsive > .table-bordered > tbody > tr:last-child > th,
  2485. .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  2486. .table-responsive > .table-bordered > tbody > tr:last-child > td,
  2487. .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  2488. border-bottom: 0;
  2489. }
  2490. }
  2491. fieldset {
  2492. min-width: 0;
  2493. padding: 0;
  2494. margin: 0;
  2495. border: 0;
  2496. }
  2497. legend {
  2498. display: block;
  2499. width: 100%;
  2500. padding: 0;
  2501. margin-bottom: 20px;
  2502. font-size: 21px;
  2503. line-height: inherit;
  2504. color: #333;
  2505. border: 0;
  2506. border-bottom: 1px solid #e5e5e5;
  2507. }
  2508. label {
  2509. display: inline-block;
  2510. max-width: 100%;
  2511. margin-bottom: 5px;
  2512. font-weight: bold;
  2513. }
  2514. input[type="search"] {
  2515. -webkit-box-sizing: border-box;
  2516. -moz-box-sizing: border-box;
  2517. box-sizing: border-box;
  2518. }
  2519. input[type="radio"],
  2520. input[type="checkbox"] {
  2521. margin: 4px 0 0;
  2522. margin-top: 1px \9;
  2523. line-height: normal;
  2524. }
  2525. input[type="file"] {
  2526. display: block;
  2527. }
  2528. input[type="range"] {
  2529. display: block;
  2530. width: 100%;
  2531. }
  2532. select[multiple],
  2533. select[size] {
  2534. height: auto;
  2535. }
  2536. input[type="file"]:focus,
  2537. input[type="radio"]:focus,
  2538. input[type="checkbox"]:focus {
  2539. outline: 5px auto -webkit-focus-ring-color;
  2540. outline-offset: -2px;
  2541. }
  2542. output {
  2543. display: block;
  2544. padding-top: 7px;
  2545. font-size: 14px;
  2546. line-height: 1.42857143;
  2547. color: #555;
  2548. }
  2549. .form-control {
  2550. display: block;
  2551. width: 100%;
  2552. height: 34px;
  2553. padding: 6px 12px;
  2554. font-size: 14px;
  2555. line-height: 1.42857143;
  2556. color: #555;
  2557. background-color: #fff;
  2558. background-image: none;
  2559. border: 1px solid #ccc;
  2560. border-radius: 4px;
  2561. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  2562. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  2563. -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  2564. -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  2565. transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  2566. }
  2567. .form-control:focus {
  2568. border-color: #66afe9;
  2569. outline: 0;
  2570. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
  2571. box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
  2572. }
  2573. .form-control::-moz-placeholder {
  2574. color: #999;
  2575. opacity: 1;
  2576. }
  2577. .form-control:-ms-input-placeholder {
  2578. color: #999;
  2579. }
  2580. .form-control::-webkit-input-placeholder {
  2581. color: #999;
  2582. }
  2583. .form-control::-ms-expand {
  2584. background-color: transparent;
  2585. border: 0;
  2586. }
  2587. .form-control[disabled],
  2588. .form-control[readonly],
  2589. fieldset[disabled] .form-control {
  2590. background-color: #eee;
  2591. opacity: 1;
  2592. }
  2593. .form-control[disabled],
  2594. fieldset[disabled] .form-control {
  2595. cursor: not-allowed;
  2596. }
  2597. textarea.form-control {
  2598. height: auto;
  2599. }
  2600. input[type="search"] {
  2601. -webkit-appearance: none;
  2602. }
  2603. @media screen and (-webkit-min-device-pixel-ratio: 0) {
  2604. input[type="date"].form-control,
  2605. input[type="time"].form-control,
  2606. input[type="datetime-local"].form-control,
  2607. input[type="month"].form-control {
  2608. line-height: 34px;
  2609. }
  2610. input[type="date"].input-sm,
  2611. input[type="time"].input-sm,
  2612. input[type="datetime-local"].input-sm,
  2613. input[type="month"].input-sm,
  2614. .input-group-sm input[type="date"],
  2615. .input-group-sm input[type="time"],
  2616. .input-group-sm input[type="datetime-local"],
  2617. .input-group-sm input[type="month"] {
  2618. line-height: 30px;
  2619. }
  2620. input[type="date"].input-lg,
  2621. input[type="time"].input-lg,
  2622. input[type="datetime-local"].input-lg,
  2623. input[type="month"].input-lg,
  2624. .input-group-lg input[type="date"],
  2625. .input-group-lg input[type="time"],
  2626. .input-group-lg input[type="datetime-local"],
  2627. .input-group-lg input[type="month"] {
  2628. line-height: 46px;
  2629. }
  2630. }
  2631. .form-group {
  2632. margin-bottom: 15px;
  2633. }
  2634. .radio,
  2635. .checkbox {
  2636. position: relative;
  2637. display: block;
  2638. margin-top: 10px;
  2639. margin-bottom: 10px;
  2640. }
  2641. .radio label,
  2642. .checkbox label {
  2643. min-height: 20px;
  2644. padding-left: 20px;
  2645. margin-bottom: 0;
  2646. font-weight: normal;
  2647. cursor: pointer;
  2648. }
  2649. .radio input[type="radio"],
  2650. .radio-inline input[type="radio"],
  2651. .checkbox input[type="checkbox"],
  2652. .checkbox-inline input[type="checkbox"] {
  2653. position: absolute;
  2654. margin-top: 4px \9;
  2655. margin-left: -20px;
  2656. }
  2657. .radio + .radio,
  2658. .checkbox + .checkbox {
  2659. margin-top: -5px;
  2660. }
  2661. .radio-inline,
  2662. .checkbox-inline {
  2663. position: relative;
  2664. display: inline-block;
  2665. padding-left: 20px;
  2666. margin-bottom: 0;
  2667. font-weight: normal;
  2668. vertical-align: middle;
  2669. cursor: pointer;
  2670. }
  2671. .radio-inline + .radio-inline,
  2672. .checkbox-inline + .checkbox-inline {
  2673. margin-top: 0;
  2674. margin-left: 10px;
  2675. }
  2676. input[type="radio"][disabled],
  2677. input[type="checkbox"][disabled],
  2678. input[type="radio"].disabled,
  2679. input[type="checkbox"].disabled,
  2680. fieldset[disabled] input[type="radio"],
  2681. fieldset[disabled] input[type="checkbox"] {
  2682. cursor: not-allowed;
  2683. }
  2684. .radio-inline.disabled,
  2685. .checkbox-inline.disabled,
  2686. fieldset[disabled] .radio-inline,
  2687. fieldset[disabled] .checkbox-inline {
  2688. cursor: not-allowed;
  2689. }
  2690. .radio.disabled label,
  2691. .checkbox.disabled label,
  2692. fieldset[disabled] .radio label,
  2693. fieldset[disabled] .checkbox label {
  2694. cursor: not-allowed;
  2695. }
  2696. .form-control-static {
  2697. min-height: 34px;
  2698. padding-top: 7px;
  2699. padding-bottom: 7px;
  2700. margin-bottom: 0;
  2701. }
  2702. .form-control-static.input-lg,
  2703. .form-control-static.input-sm {
  2704. padding-right: 0;
  2705. padding-left: 0;
  2706. }
  2707. .input-sm {
  2708. height: 30px;
  2709. padding: 5px 10px;
  2710. font-size: 12px;
  2711. line-height: 1.5;
  2712. border-radius: 3px;
  2713. }
  2714. select.input-sm {
  2715. height: 30px;
  2716. line-height: 30px;
  2717. }
  2718. textarea.input-sm,
  2719. select[multiple].input-sm {
  2720. height: auto;
  2721. }
  2722. .form-group-sm .form-control {
  2723. height: 30px;
  2724. padding: 5px 10px;
  2725. font-size: 12px;
  2726. line-height: 1.5;
  2727. border-radius: 3px;
  2728. }
  2729. .form-group-sm select.form-control {
  2730. height: 30px;
  2731. line-height: 30px;
  2732. }
  2733. .form-group-sm textarea.form-control,
  2734. .form-group-sm select[multiple].form-control {
  2735. height: auto;
  2736. }
  2737. .form-group-sm .form-control-static {
  2738. height: 30px;
  2739. min-height: 32px;
  2740. padding: 6px 10px;
  2741. font-size: 12px;
  2742. line-height: 1.5;
  2743. }
  2744. .input-lg {
  2745. height: 46px;
  2746. padding: 10px 16px;
  2747. font-size: 18px;
  2748. line-height: 1.3333333;
  2749. border-radius: 6px;
  2750. }
  2751. select.input-lg {
  2752. height: 46px;
  2753. line-height: 46px;
  2754. }
  2755. textarea.input-lg,
  2756. select[multiple].input-lg {
  2757. height: auto;
  2758. }
  2759. .form-group-lg .form-control {
  2760. height: 46px;
  2761. padding: 10px 16px;
  2762. font-size: 18px;
  2763. line-height: 1.3333333;
  2764. border-radius: 6px;
  2765. }
  2766. .form-group-lg select.form-control {
  2767. height: 46px;
  2768. line-height: 46px;
  2769. }
  2770. .form-group-lg textarea.form-control,
  2771. .form-group-lg select[multiple].form-control {
  2772. height: auto;
  2773. }
  2774. .form-group-lg .form-control-static {
  2775. height: 46px;
  2776. min-height: 38px;
  2777. padding: 11px 16px;
  2778. font-size: 18px;
  2779. line-height: 1.3333333;
  2780. }
  2781. .has-feedback {
  2782. position: relative;
  2783. }
  2784. .has-feedback .form-control {
  2785. padding-right: 42.5px;
  2786. }
  2787. .form-control-feedback {
  2788. position: absolute;
  2789. top: 0;
  2790. right: 0;
  2791. z-index: 2;
  2792. display: block;
  2793. width: 34px;
  2794. height: 34px;
  2795. line-height: 34px;
  2796. text-align: center;
  2797. pointer-events: none;
  2798. }
  2799. .input-lg + .form-control-feedback,
  2800. .input-group-lg + .form-control-feedback,
  2801. .form-group-lg .form-control + .form-control-feedback {
  2802. width: 46px;
  2803. height: 46px;
  2804. line-height: 46px;
  2805. }
  2806. .input-sm + .form-control-feedback,
  2807. .input-group-sm + .form-control-feedback,
  2808. .form-group-sm .form-control + .form-control-feedback {
  2809. width: 30px;
  2810. height: 30px;
  2811. line-height: 30px;
  2812. }
  2813. .has-success .help-block,
  2814. .has-success .control-label,
  2815. .has-success .radio,
  2816. .has-success .checkbox,
  2817. .has-success .radio-inline,
  2818. .has-success .checkbox-inline,
  2819. .has-success.radio label,
  2820. .has-success.checkbox label,
  2821. .has-success.radio-inline label,
  2822. .has-success.checkbox-inline label {
  2823. color: #3c763d;
  2824. }
  2825. .has-success .form-control {
  2826. border-color: #3c763d;
  2827. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  2828. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  2829. }
  2830. .has-success .form-control:focus {
  2831. border-color: #2b542c;
  2832. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
  2833. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
  2834. }
  2835. .has-success .input-group-addon {
  2836. color: #3c763d;
  2837. background-color: #dff0d8;
  2838. border-color: #3c763d;
  2839. }
  2840. .has-success .form-control-feedback {
  2841. color: #3c763d;
  2842. }
  2843. .has-warning .help-block,
  2844. .has-warning .control-label,
  2845. .has-warning .radio,
  2846. .has-warning .checkbox,
  2847. .has-warning .radio-inline,
  2848. .has-warning .checkbox-inline,
  2849. .has-warning.radio label,
  2850. .has-warning.checkbox label,
  2851. .has-warning.radio-inline label,
  2852. .has-warning.checkbox-inline label {
  2853. color: #8a6d3b;
  2854. }
  2855. .has-warning .form-control {
  2856. border-color: #8a6d3b;
  2857. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  2858. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  2859. }
  2860. .has-warning .form-control:focus {
  2861. border-color: #66512c;
  2862. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
  2863. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
  2864. }
  2865. .has-warning .input-group-addon {
  2866. color: #8a6d3b;
  2867. background-color: #fcf8e3;
  2868. border-color: #8a6d3b;
  2869. }
  2870. .has-warning .form-control-feedback {
  2871. color: #8a6d3b;
  2872. }
  2873. .has-error .help-block,
  2874. .has-error .control-label,
  2875. .has-error .radio,
  2876. .has-error .checkbox,
  2877. .has-error .radio-inline,
  2878. .has-error .checkbox-inline,
  2879. .has-error.radio label,
  2880. .has-error.checkbox label,
  2881. .has-error.radio-inline label,
  2882. .has-error.checkbox-inline label {
  2883. color: #a94442;
  2884. }
  2885. .has-error .form-control {
  2886. border-color: #a94442;
  2887. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  2888. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  2889. }
  2890. .has-error .form-control:focus {
  2891. border-color: #843534;
  2892. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
  2893. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
  2894. }
  2895. .has-error .input-group-addon {
  2896. color: #a94442;
  2897. background-color: #f2dede;
  2898. border-color: #a94442;
  2899. }
  2900. .has-error .form-control-feedback {
  2901. color: #a94442;
  2902. }
  2903. .has-feedback label ~ .form-control-feedback {
  2904. top: 25px;
  2905. }
  2906. .has-feedback label.sr-only ~ .form-control-feedback {
  2907. top: 0;
  2908. }
  2909. .help-block {
  2910. display: block;
  2911. margin-top: 5px;
  2912. margin-bottom: 10px;
  2913. color: #737373;
  2914. }
  2915. @media (min-width: 768px) {
  2916. .form-inline .form-group {
  2917. display: inline-block;
  2918. margin-bottom: 0;
  2919. vertical-align: middle;
  2920. }
  2921. .form-inline .form-control {
  2922. display: inline-block;
  2923. width: auto;
  2924. vertical-align: middle;
  2925. }
  2926. .form-inline .form-control-static {
  2927. display: inline-block;
  2928. }
  2929. .form-inline .input-group {
  2930. display: inline-table;
  2931. vertical-align: middle;
  2932. }
  2933. .form-inline .input-group .input-group-addon,
  2934. .form-inline .input-group .input-group-btn,
  2935. .form-inline .input-group .form-control {
  2936. width: auto;
  2937. }
  2938. .form-inline .input-group > .form-control {
  2939. width: 100%;
  2940. }
  2941. .form-inline .control-label {
  2942. margin-bottom: 0;
  2943. vertical-align: middle;
  2944. }
  2945. .form-inline .radio,
  2946. .form-inline .checkbox {
  2947. display: inline-block;
  2948. margin-top: 0;
  2949. margin-bottom: 0;
  2950. vertical-align: middle;
  2951. }
  2952. .form-inline .radio label,
  2953. .form-inline .checkbox label {
  2954. padding-left: 0;
  2955. }
  2956. .form-inline .radio input[type="radio"],
  2957. .form-inline .checkbox input[type="checkbox"] {
  2958. position: relative;
  2959. margin-left: 0;
  2960. }
  2961. .form-inline .has-feedback .form-control-feedback {
  2962. top: 0;
  2963. }
  2964. }
  2965. .form-horizontal .radio,
  2966. .form-horizontal .checkbox,
  2967. .form-horizontal .radio-inline,
  2968. .form-horizontal .checkbox-inline {
  2969. padding-top: 7px;
  2970. margin-top: 0;
  2971. margin-bottom: 0;
  2972. }
  2973. .form-horizontal .radio,
  2974. .form-horizontal .checkbox {
  2975. min-height: 27px;
  2976. }
  2977. .form-horizontal .form-group {
  2978. margin-right: -15px;
  2979. margin-left: -15px;
  2980. }
  2981. @media (min-width: 768px) {
  2982. .form-horizontal .control-label {
  2983. padding-top: 7px;
  2984. margin-bottom: 0;
  2985. text-align: right;
  2986. }
  2987. }
  2988. .form-horizontal .has-feedback .form-control-feedback {
  2989. right: 15px;
  2990. }
  2991. @media (min-width: 768px) {
  2992. .form-horizontal .form-group-lg .control-label {
  2993. padding-top: 11px;
  2994. font-size: 18px;
  2995. }
  2996. }
  2997. @media (min-width: 768px) {
  2998. .form-horizontal .form-group-sm .control-label {
  2999. padding-top: 6px;
  3000. font-size: 12px;
  3001. }
  3002. }
  3003. .btn {
  3004. display: inline-block;
  3005. padding: 6px 12px;
  3006. margin-bottom: 0;
  3007. font-size: 14px;
  3008. font-weight: normal;
  3009. line-height: 1.42857143;
  3010. text-align: center;
  3011. white-space: nowrap;
  3012. vertical-align: middle;
  3013. -ms-touch-action: manipulation;
  3014. touch-action: manipulation;
  3015. cursor: pointer;
  3016. -webkit-user-select: none;
  3017. -moz-user-select: none;
  3018. -ms-user-select: none;
  3019. user-select: none;
  3020. background-image: none;
  3021. border: 1px solid transparent;
  3022. border-radius: 4px;
  3023. }
  3024. .btn:focus,
  3025. .btn:active:focus,
  3026. .btn.active:focus,
  3027. .btn.focus,
  3028. .btn:active.focus,
  3029. .btn.active.focus {
  3030. outline: 5px auto -webkit-focus-ring-color;
  3031. outline-offset: -2px;
  3032. }
  3033. .btn:hover,
  3034. .btn:focus,
  3035. .btn.focus {
  3036. color: #333;
  3037. text-decoration: none;
  3038. }
  3039. .btn:active,
  3040. .btn.active {
  3041. background-image: none;
  3042. outline: 0;
  3043. -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  3044. box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  3045. }
  3046. .btn.disabled,
  3047. .btn[disabled],
  3048. fieldset[disabled] .btn {
  3049. cursor: not-allowed;
  3050. filter: alpha(opacity=65);
  3051. -webkit-box-shadow: none;
  3052. box-shadow: none;
  3053. opacity: .65;
  3054. }
  3055. a.btn.disabled,
  3056. fieldset[disabled] a.btn {
  3057. pointer-events: none;
  3058. }
  3059. .btn-default {
  3060. color: #333;
  3061. background-color: #fff;
  3062. border-color: #ccc;
  3063. }
  3064. .btn-default:focus,
  3065. .btn-default.focus {
  3066. color: #333;
  3067. background-color: #e6e6e6;
  3068. border-color: #8c8c8c;
  3069. }
  3070. .btn-default:hover {
  3071. color: #333;
  3072. background-color: #e6e6e6;
  3073. border-color: #adadad;
  3074. }
  3075. .btn-default:active,
  3076. .btn-default.active,
  3077. .open > .dropdown-toggle.btn-default {
  3078. color: #333;
  3079. background-color: #e6e6e6;
  3080. border-color: #adadad;
  3081. }
  3082. .btn-default:active:hover,
  3083. .btn-default.active:hover,
  3084. .open > .dropdown-toggle.btn-default:hover,
  3085. .btn-default:active:focus,
  3086. .btn-default.active:focus,
  3087. .open > .dropdown-toggle.btn-default:focus,
  3088. .btn-default:active.focus,
  3089. .btn-default.active.focus,
  3090. .open > .dropdown-toggle.btn-default.focus {
  3091. color: #333;
  3092. background-color: #d4d4d4;
  3093. border-color: #8c8c8c;
  3094. }
  3095. .btn-default:active,
  3096. .btn-default.active,
  3097. .open > .dropdown-toggle.btn-default {
  3098. background-image: none;
  3099. }
  3100. .btn-default.disabled:hover,
  3101. .btn-default[disabled]:hover,
  3102. fieldset[disabled] .btn-default:hover,
  3103. .btn-default.disabled:focus,
  3104. .btn-default[disabled]:focus,
  3105. fieldset[disabled] .btn-default:focus,
  3106. .btn-default.disabled.focus,
  3107. .btn-default[disabled].focus,
  3108. fieldset[disabled] .btn-default.focus {
  3109. background-color: #fff;
  3110. border-color: #ccc;
  3111. }
  3112. .btn-default .badge {
  3113. color: #fff;
  3114. background-color: #333;
  3115. }
  3116. .btn-primary {
  3117. color: #fff;
  3118. background-color: #337ab7;
  3119. border-color: #2e6da4;
  3120. }
  3121. .btn-primary:focus,
  3122. .btn-primary.focus {
  3123. color: #fff;
  3124. background-color: #286090;
  3125. border-color: #122b40;
  3126. }
  3127. .btn-primary:hover {
  3128. color: #fff;
  3129. background-color: #286090;
  3130. border-color: #204d74;
  3131. }
  3132. .btn-primary:active,
  3133. .btn-primary.active,
  3134. .open > .dropdown-toggle.btn-primary {
  3135. color: #fff;
  3136. background-color: #286090;
  3137. border-color: #204d74;
  3138. }
  3139. .btn-primary:active:hover,
  3140. .btn-primary.active:hover,
  3141. .open > .dropdown-toggle.btn-primary:hover,
  3142. .btn-primary:active:focus,
  3143. .btn-primary.active:focus,
  3144. .open > .dropdown-toggle.btn-primary:focus,
  3145. .btn-primary:active.focus,
  3146. .btn-primary.active.focus,
  3147. .open > .dropdown-toggle.btn-primary.focus {
  3148. color: #fff;
  3149. background-color: #204d74;
  3150. border-color: #122b40;
  3151. }
  3152. .btn-primary:active,
  3153. .btn-primary.active,
  3154. .open > .dropdown-toggle.btn-primary {
  3155. background-image: none;
  3156. }
  3157. .btn-primary.disabled:hover,
  3158. .btn-primary[disabled]:hover,
  3159. fieldset[disabled] .btn-primary:hover,
  3160. .btn-primary.disabled:focus,
  3161. .btn-primary[disabled]:focus,
  3162. fieldset[disabled] .btn-primary:focus,
  3163. .btn-primary.disabled.focus,
  3164. .btn-primary[disabled].focus,
  3165. fieldset[disabled] .btn-primary.focus {
  3166. background-color: #337ab7;
  3167. border-color: #2e6da4;
  3168. }
  3169. .btn-primary .badge {
  3170. color: #337ab7;
  3171. background-color: #fff;
  3172. }
  3173. .btn-success {
  3174. color: #fff;
  3175. background-color: #5cb85c;
  3176. border-color: #4cae4c;
  3177. }
  3178. .btn-success:focus,
  3179. .btn-success.focus {
  3180. color: #fff;
  3181. background-color: #449d44;
  3182. border-color: #255625;
  3183. }
  3184. .btn-success:hover {
  3185. color: #fff;
  3186. background-color: #449d44;
  3187. border-color: #398439;
  3188. }
  3189. .btn-success:active,
  3190. .btn-success.active,
  3191. .open > .dropdown-toggle.btn-success {
  3192. color: #fff;
  3193. background-color: #449d44;
  3194. border-color: #398439;
  3195. }
  3196. .btn-success:active:hover,
  3197. .btn-success.active:hover,
  3198. .open > .dropdown-toggle.btn-success:hover,
  3199. .btn-success:active:focus,
  3200. .btn-success.active:focus,
  3201. .open > .dropdown-toggle.btn-success:focus,
  3202. .btn-success:active.focus,
  3203. .btn-success.active.focus,
  3204. .open > .dropdown-toggle.btn-success.focus {
  3205. color: #fff;
  3206. background-color: #398439;
  3207. border-color: #255625;
  3208. }
  3209. .btn-success:active,
  3210. .btn-success.active,
  3211. .open > .dropdown-toggle.btn-success {
  3212. background-image: none;
  3213. }
  3214. .btn-success.disabled:hover,
  3215. .btn-success[disabled]:hover,
  3216. fieldset[disabled] .btn-success:hover,
  3217. .btn-success.disabled:focus,
  3218. .btn-success[disabled]:focus,
  3219. fieldset[disabled] .btn-success:focus,
  3220. .btn-success.disabled.focus,
  3221. .btn-success[disabled].focus,
  3222. fieldset[disabled] .btn-success.focus {
  3223. background-color: #5cb85c;
  3224. border-color: #4cae4c;
  3225. }
  3226. .btn-success .badge {
  3227. color: #5cb85c;
  3228. background-color: #fff;
  3229. }
  3230. .btn-info {
  3231. color: #fff;
  3232. background-color: #5bc0de;
  3233. border-color: #46b8da;
  3234. }
  3235. .btn-info:focus,
  3236. .btn-info.focus {
  3237. color: #fff;
  3238. background-color: #31b0d5;
  3239. border-color: #1b6d85;
  3240. }
  3241. .btn-info:hover {
  3242. color: #fff;
  3243. background-color: #31b0d5;
  3244. border-color: #269abc;
  3245. }
  3246. .btn-info:active,
  3247. .btn-info.active,
  3248. .open > .dropdown-toggle.btn-info {
  3249. color: #fff;
  3250. background-color: #31b0d5;
  3251. border-color: #269abc;
  3252. }
  3253. .btn-info:active:hover,
  3254. .btn-info.active:hover,
  3255. .open > .dropdown-toggle.btn-info:hover,
  3256. .btn-info:active:focus,
  3257. .btn-info.active:focus,
  3258. .open > .dropdown-toggle.btn-info:focus,
  3259. .btn-info:active.focus,
  3260. .btn-info.active.focus,
  3261. .open > .dropdown-toggle.btn-info.focus {
  3262. color: #fff;
  3263. background-color: #269abc;
  3264. border-color: #1b6d85;
  3265. }
  3266. .btn-info:active,
  3267. .btn-info.active,
  3268. .open > .dropdown-toggle.btn-info {
  3269. background-image: none;
  3270. }
  3271. .btn-info.disabled:hover,
  3272. .btn-info[disabled]:hover,
  3273. fieldset[disabled] .btn-info:hover,
  3274. .btn-info.disabled:focus,
  3275. .btn-info[disabled]:focus,
  3276. fieldset[disabled] .btn-info:focus,
  3277. .btn-info.disabled.focus,
  3278. .btn-info[disabled].focus,
  3279. fieldset[disabled] .btn-info.focus {
  3280. background-color: #5bc0de;
  3281. border-color: #46b8da;
  3282. }
  3283. .btn-info .badge {
  3284. color: #5bc0de;
  3285. background-color: #fff;
  3286. }
  3287. .btn-warning {
  3288. color: #fff;
  3289. background-color: #f0ad4e;
  3290. border-color: #eea236;
  3291. }
  3292. .btn-warning:focus,
  3293. .btn-warning.focus {
  3294. color: #fff;
  3295. background-color: #ec971f;
  3296. border-color: #985f0d;
  3297. }
  3298. .btn-warning:hover {
  3299. color: #fff;
  3300. background-color: #ec971f;
  3301. border-color: #d58512;
  3302. }
  3303. .btn-warning:active,
  3304. .btn-warning.active,
  3305. .open > .dropdown-toggle.btn-warning {
  3306. color: #fff;
  3307. background-color: #ec971f;
  3308. border-color: #d58512;
  3309. }
  3310. .btn-warning:active:hover,
  3311. .btn-warning.active:hover,
  3312. .open > .dropdown-toggle.btn-warning:hover,
  3313. .btn-warning:active:focus,
  3314. .btn-warning.active:focus,
  3315. .open > .dropdown-toggle.btn-warning:focus,
  3316. .btn-warning:active.focus,
  3317. .btn-warning.active.focus,
  3318. .open > .dropdown-toggle.btn-warning.focus {
  3319. color: #fff;
  3320. background-color: #d58512;
  3321. border-color: #985f0d;
  3322. }
  3323. .btn-warning:active,
  3324. .btn-warning.active,
  3325. .open > .dropdown-toggle.btn-warning {
  3326. background-image: none;
  3327. }
  3328. .btn-warning.disabled:hover,
  3329. .btn-warning[disabled]:hover,
  3330. fieldset[disabled] .btn-warning:hover,
  3331. .btn-warning.disabled:focus,
  3332. .btn-warning[disabled]:focus,
  3333. fieldset[disabled] .btn-warning:focus,
  3334. .btn-warning.disabled.focus,
  3335. .btn-warning[disabled].focus,
  3336. fieldset[disabled] .btn-warning.focus {
  3337. background-color: #f0ad4e;
  3338. border-color: #eea236;
  3339. }
  3340. .btn-warning .badge {
  3341. color: #f0ad4e;
  3342. background-color: #fff;
  3343. }
  3344. .btn-danger {
  3345. color: #fff;
  3346. background-color: #d9534f;
  3347. border-color: #d43f3a;
  3348. }
  3349. .btn-danger:focus,
  3350. .btn-danger.focus {
  3351. color: #fff;
  3352. background-color: #c9302c;
  3353. border-color: #761c19;
  3354. }
  3355. .btn-danger:hover {
  3356. color: #fff;
  3357. background-color: #c9302c;
  3358. border-color: #ac2925;
  3359. }
  3360. .btn-danger:active,
  3361. .btn-danger.active,
  3362. .open > .dropdown-toggle.btn-danger {
  3363. color: #fff;
  3364. background-color: #c9302c;
  3365. border-color: #ac2925;
  3366. }
  3367. .btn-danger:active:hover,
  3368. .btn-danger.active:hover,
  3369. .open > .dropdown-toggle.btn-danger:hover,
  3370. .btn-danger:active:focus,
  3371. .btn-danger.active:focus,
  3372. .open > .dropdown-toggle.btn-danger:focus,
  3373. .btn-danger:active.focus,
  3374. .btn-danger.active.focus,
  3375. .open > .dropdown-toggle.btn-danger.focus {
  3376. color: #fff;
  3377. background-color: #ac2925;
  3378. border-color: #761c19;
  3379. }
  3380. .btn-danger:active,
  3381. .btn-danger.active,
  3382. .open > .dropdown-toggle.btn-danger {
  3383. background-image: none;
  3384. }
  3385. .btn-danger.disabled:hover,
  3386. .btn-danger[disabled]:hover,
  3387. fieldset[disabled] .btn-danger:hover,
  3388. .btn-danger.disabled:focus,
  3389. .btn-danger[disabled]:focus,
  3390. fieldset[disabled] .btn-danger:focus,
  3391. .btn-danger.disabled.focus,
  3392. .btn-danger[disabled].focus,
  3393. fieldset[disabled] .btn-danger.focus {
  3394. background-color: #d9534f;
  3395. border-color: #d43f3a;
  3396. }
  3397. .btn-danger .badge {
  3398. color: #d9534f;
  3399. background-color: #fff;
  3400. }
  3401. .btn-link {
  3402. font-weight: normal;
  3403. color: #337ab7;
  3404. border-radius: 0;
  3405. }
  3406. .btn-link,
  3407. .btn-link:active,
  3408. .btn-link.active,
  3409. .btn-link[disabled],
  3410. fieldset[disabled] .btn-link {
  3411. background-color: transparent;
  3412. -webkit-box-shadow: none;
  3413. box-shadow: none;
  3414. }
  3415. .btn-link,
  3416. .btn-link:hover,
  3417. .btn-link:focus,
  3418. .btn-link:active {
  3419. border-color: transparent;
  3420. }
  3421. .btn-link:hover,
  3422. .btn-link:focus {
  3423. color: #23527c;
  3424. text-decoration: underline;
  3425. background-color: transparent;
  3426. }
  3427. .btn-link[disabled]:hover,
  3428. fieldset[disabled] .btn-link:hover,
  3429. .btn-link[disabled]:focus,
  3430. fieldset[disabled] .btn-link:focus {
  3431. color: #777;
  3432. text-decoration: none;
  3433. }
  3434. .btn-lg,
  3435. .btn-group-lg > .btn {
  3436. padding: 10px 16px;
  3437. font-size: 18px;
  3438. line-height: 1.3333333;
  3439. border-radius: 6px;
  3440. }
  3441. .btn-sm,
  3442. .btn-group-sm > .btn {
  3443. padding: 5px 10px;
  3444. font-size: 12px;
  3445. line-height: 1.5;
  3446. border-radius: 3px;
  3447. }
  3448. .btn-xs,
  3449. .btn-group-xs > .btn {
  3450. padding: 1px 5px;
  3451. font-size: 12px;
  3452. line-height: 1.5;
  3453. border-radius: 3px;
  3454. }
  3455. .btn-block {
  3456. display: block;
  3457. width: 100%;
  3458. }
  3459. .btn-block + .btn-block {
  3460. margin-top: 5px;
  3461. }
  3462. input[type="submit"].btn-block,
  3463. input[type="reset"].btn-block,
  3464. input[type="button"].btn-block {
  3465. width: 100%;
  3466. }
  3467. .fade {
  3468. opacity: 0;
  3469. -webkit-transition: opacity .15s linear;
  3470. -o-transition: opacity .15s linear;
  3471. transition: opacity .15s linear;
  3472. }
  3473. .fade.in {
  3474. opacity: 1;
  3475. }
  3476. .collapse {
  3477. display: none;
  3478. }
  3479. .collapse.in {
  3480. display: block;
  3481. }
  3482. tr.collapse.in {
  3483. display: table-row;
  3484. }
  3485. tbody.collapse.in {
  3486. display: table-row-group;
  3487. }
  3488. .collapsing {
  3489. position: relative;
  3490. height: 0;
  3491. overflow: hidden;
  3492. -webkit-transition-timing-function: ease;
  3493. -o-transition-timing-function: ease;
  3494. transition-timing-function: ease;
  3495. -webkit-transition-duration: .35s;
  3496. -o-transition-duration: .35s;
  3497. transition-duration: .35s;
  3498. -webkit-transition-property: height, visibility;
  3499. -o-transition-property: height, visibility;
  3500. transition-property: height, visibility;
  3501. }
  3502. .caret {
  3503. display: inline-block;
  3504. width: 0;
  3505. height: 0;
  3506. margin-left: 2px;
  3507. vertical-align: middle;
  3508. border-top: 4px dashed;
  3509. border-top: 4px solid \9;
  3510. border-right: 4px solid transparent;
  3511. border-left: 4px solid transparent;
  3512. }
  3513. .dropup,
  3514. .dropdown {
  3515. position: relative;
  3516. }
  3517. .dropdown-toggle:focus {
  3518. outline: 0;
  3519. }
  3520. .dropdown-menu {
  3521. position: absolute;
  3522. top: 100%;
  3523. left: 0;
  3524. z-index: 1000;
  3525. display: none;
  3526. float: left;
  3527. min-width: 160px;
  3528. padding: 5px 0;
  3529. margin: 2px 0 0;
  3530. font-size: 14px;
  3531. text-align: left;
  3532. list-style: none;
  3533. background-color: #fff;
  3534. -webkit-background-clip: padding-box;
  3535. background-clip: padding-box;
  3536. border: 1px solid #ccc;
  3537. border: 1px solid rgba(0, 0, 0, .15);
  3538. border-radius: 4px;
  3539. -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  3540. box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  3541. }
  3542. .dropdown-menu.pull-right {
  3543. right: 0;
  3544. left: auto;
  3545. }
  3546. .dropdown-menu .divider {
  3547. height: 1px;
  3548. margin: 9px 0;
  3549. overflow: hidden;
  3550. background-color: #e5e5e5;
  3551. }
  3552. .dropdown-menu > li > a {
  3553. display: block;
  3554. padding: 3px 20px;
  3555. clear: both;
  3556. font-weight: normal;
  3557. line-height: 1.42857143;
  3558. color: #333;
  3559. white-space: nowrap;
  3560. }
  3561. .dropdown-menu > li > a:hover,
  3562. .dropdown-menu > li > a:focus {
  3563. color: #262626;
  3564. text-decoration: none;
  3565. background-color: #f5f5f5;
  3566. }
  3567. .dropdown-menu > .active > a,
  3568. .dropdown-menu > .active > a:hover,
  3569. .dropdown-menu > .active > a:focus {
  3570. color: #fff;
  3571. text-decoration: none;
  3572. background-color: #337ab7;
  3573. outline: 0;
  3574. }
  3575. .dropdown-menu > .disabled > a,
  3576. .dropdown-menu > .disabled > a:hover,
  3577. .dropdown-menu > .disabled > a:focus {
  3578. color: #777;
  3579. }
  3580. .dropdown-menu > .disabled > a:hover,
  3581. .dropdown-menu > .disabled > a:focus {
  3582. text-decoration: none;
  3583. cursor: not-allowed;
  3584. background-color: transparent;
  3585. background-image: none;
  3586. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  3587. }
  3588. .open > .dropdown-menu {
  3589. display: block;
  3590. }
  3591. .open > a {
  3592. outline: 0;
  3593. }
  3594. .dropdown-menu-right {
  3595. right: 0;
  3596. left: auto;
  3597. }
  3598. .dropdown-menu-left {
  3599. right: auto;
  3600. left: 0;
  3601. }
  3602. .dropdown-header {
  3603. display: block;
  3604. padding: 3px 20px;
  3605. font-size: 12px;
  3606. line-height: 1.42857143;
  3607. color: #777;
  3608. white-space: nowrap;
  3609. }
  3610. .dropdown-backdrop {
  3611. position: fixed;
  3612. top: 0;
  3613. right: 0;
  3614. bottom: 0;
  3615. left: 0;
  3616. z-index: 990;
  3617. }
  3618. .pull-right > .dropdown-menu {
  3619. right: 0;
  3620. left: auto;
  3621. }
  3622. .dropup .caret,
  3623. .navbar-fixed-bottom .dropdown .caret {
  3624. content: "";
  3625. border-top: 0;
  3626. border-bottom: 4px dashed;
  3627. border-bottom: 4px solid \9;
  3628. }
  3629. .dropup .dropdown-menu,
  3630. .navbar-fixed-bottom .dropdown .dropdown-menu {
  3631. top: auto;
  3632. bottom: 100%;
  3633. margin-bottom: 2px;
  3634. }
  3635. @media (min-width: 768px) {
  3636. .navbar-right .dropdown-menu {
  3637. right: 0;
  3638. left: auto;
  3639. }
  3640. .navbar-right .dropdown-menu-left {
  3641. right: auto;
  3642. left: 0;
  3643. }
  3644. }
  3645. .btn-group,
  3646. .btn-group-vertical {
  3647. position: relative;
  3648. display: inline-block;
  3649. vertical-align: middle;
  3650. }
  3651. .btn-group > .btn,
  3652. .btn-group-vertical > .btn {
  3653. position: relative;
  3654. float: left;
  3655. }
  3656. .btn-group > .btn:hover,
  3657. .btn-group-vertical > .btn:hover,
  3658. .btn-group > .btn:focus,
  3659. .btn-group-vertical > .btn:focus,
  3660. .btn-group > .btn:active,
  3661. .btn-group-vertical > .btn:active,
  3662. .btn-group > .btn.active,
  3663. .btn-group-vertical > .btn.active {
  3664. z-index: 2;
  3665. }
  3666. .btn-group .btn + .btn,
  3667. .btn-group .btn + .btn-group,
  3668. .btn-group .btn-group + .btn,
  3669. .btn-group .btn-group + .btn-group {
  3670. margin-left: -1px;
  3671. }
  3672. .btn-toolbar {
  3673. margin-left: -5px;
  3674. }
  3675. .btn-toolbar .btn,
  3676. .btn-toolbar .btn-group,
  3677. .btn-toolbar .input-group {
  3678. float: left;
  3679. }
  3680. .btn-toolbar > .btn,
  3681. .btn-toolbar > .btn-group,
  3682. .btn-toolbar > .input-group {
  3683. margin-left: 5px;
  3684. }
  3685. .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  3686. border-radius: 0;
  3687. }
  3688. .btn-group > .btn:first-child {
  3689. margin-left: 0;
  3690. }
  3691. .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  3692. border-top-right-radius: 0;
  3693. border-bottom-right-radius: 0;
  3694. }
  3695. .btn-group > .btn:last-child:not(:first-child),
  3696. .btn-group > .dropdown-toggle:not(:first-child) {
  3697. border-top-left-radius: 0;
  3698. border-bottom-left-radius: 0;
  3699. }
  3700. .btn-group > .btn-group {
  3701. float: left;
  3702. }
  3703. .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  3704. border-radius: 0;
  3705. }
  3706. .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
  3707. .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  3708. border-top-right-radius: 0;
  3709. border-bottom-right-radius: 0;
  3710. }
  3711. .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  3712. border-top-left-radius: 0;
  3713. border-bottom-left-radius: 0;
  3714. }
  3715. .btn-group .dropdown-toggle:active,
  3716. .btn-group.open .dropdown-toggle {
  3717. outline: 0;
  3718. }
  3719. .btn-group > .btn + .dropdown-toggle {
  3720. padding-right: 8px;
  3721. padding-left: 8px;
  3722. }
  3723. .btn-group > .btn-lg + .dropdown-toggle {
  3724. padding-right: 12px;
  3725. padding-left: 12px;
  3726. }
  3727. .btn-group.open .dropdown-toggle {
  3728. -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  3729. box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  3730. }
  3731. .btn-group.open .dropdown-toggle.btn-link {
  3732. -webkit-box-shadow: none;
  3733. box-shadow: none;
  3734. }
  3735. .btn .caret {
  3736. margin-left: 0;
  3737. }
  3738. .btn-lg .caret {
  3739. border-width: 5px 5px 0;
  3740. border-bottom-width: 0;
  3741. }
  3742. .dropup .btn-lg .caret {
  3743. border-width: 0 5px 5px;
  3744. }
  3745. .btn-group-vertical > .btn,
  3746. .btn-group-vertical > .btn-group,
  3747. .btn-group-vertical > .btn-group > .btn {
  3748. display: block;
  3749. float: none;
  3750. width: 100%;
  3751. max-width: 100%;
  3752. }
  3753. .btn-group-vertical > .btn-group > .btn {
  3754. float: none;
  3755. }
  3756. .btn-group-vertical > .btn + .btn,
  3757. .btn-group-vertical > .btn + .btn-group,
  3758. .btn-group-vertical > .btn-group + .btn,
  3759. .btn-group-vertical > .btn-group + .btn-group {
  3760. margin-top: -1px;
  3761. margin-left: 0;
  3762. }
  3763. .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  3764. border-radius: 0;
  3765. }
  3766. .btn-group-vertical > .btn:first-child:not(:last-child) {
  3767. border-top-left-radius: 4px;
  3768. border-top-right-radius: 4px;
  3769. border-bottom-right-radius: 0;
  3770. border-bottom-left-radius: 0;
  3771. }
  3772. .btn-group-vertical > .btn:last-child:not(:first-child) {
  3773. border-top-left-radius: 0;
  3774. border-top-right-radius: 0;
  3775. border-bottom-right-radius: 4px;
  3776. border-bottom-left-radius: 4px;
  3777. }
  3778. .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  3779. border-radius: 0;
  3780. }
  3781. .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
  3782. .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  3783. border-bottom-right-radius: 0;
  3784. border-bottom-left-radius: 0;
  3785. }
  3786. .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  3787. border-top-left-radius: 0;
  3788. border-top-right-radius: 0;
  3789. }
  3790. .btn-group-justified {
  3791. display: table;
  3792. width: 100%;
  3793. table-layout: fixed;
  3794. border-collapse: separate;
  3795. }
  3796. .btn-group-justified > .btn,
  3797. .btn-group-justified > .btn-group {
  3798. display: table-cell;
  3799. float: none;
  3800. width: 1%;
  3801. }
  3802. .btn-group-justified > .btn-group .btn {
  3803. width: 100%;
  3804. }
  3805. .btn-group-justified > .btn-group .dropdown-menu {
  3806. left: auto;
  3807. }
  3808. [data-toggle="buttons"] > .btn input[type="radio"],
  3809. [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
  3810. [data-toggle="buttons"] > .btn input[type="checkbox"],
  3811. [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  3812. position: absolute;
  3813. clip: rect(0, 0, 0, 0);
  3814. pointer-events: none;
  3815. }
  3816. .input-group {
  3817. position: relative;
  3818. display: table;
  3819. border-collapse: separate;
  3820. }
  3821. .input-group[class*="col-"] {
  3822. float: none;
  3823. padding-right: 0;
  3824. padding-left: 0;
  3825. }
  3826. .input-group .form-control {
  3827. position: relative;
  3828. z-index: 2;
  3829. float: left;
  3830. width: 100%;
  3831. margin-bottom: 0;
  3832. }
  3833. .input-group .form-control:focus {
  3834. z-index: 3;
  3835. }
  3836. .input-group-lg > .form-control,
  3837. .input-group-lg > .input-group-addon,
  3838. .input-group-lg > .input-group-btn > .btn {
  3839. height: 46px;
  3840. padding: 10px 16px;
  3841. font-size: 18px;
  3842. line-height: 1.3333333;
  3843. border-radius: 6px;
  3844. }
  3845. select.input-group-lg > .form-control,
  3846. select.input-group-lg > .input-group-addon,
  3847. select.input-group-lg > .input-group-btn > .btn {
  3848. height: 46px;
  3849. line-height: 46px;
  3850. }
  3851. textarea.input-group-lg > .form-control,
  3852. textarea.input-group-lg > .input-group-addon,
  3853. textarea.input-group-lg > .input-group-btn > .btn,
  3854. select[multiple].input-group-lg > .form-control,
  3855. select[multiple].input-group-lg > .input-group-addon,
  3856. select[multiple].input-group-lg > .input-group-btn > .btn {
  3857. height: auto;
  3858. }
  3859. .input-group-sm > .form-control,
  3860. .input-group-sm > .input-group-addon,
  3861. .input-group-sm > .input-group-btn > .btn {
  3862. height: 30px;
  3863. padding: 5px 10px;
  3864. font-size: 12px;
  3865. line-height: 1.5;
  3866. border-radius: 3px;
  3867. }
  3868. select.input-group-sm > .form-control,
  3869. select.input-group-sm > .input-group-addon,
  3870. select.input-group-sm > .input-group-btn > .btn {
  3871. height: 30px;
  3872. line-height: 30px;
  3873. }
  3874. textarea.input-group-sm > .form-control,
  3875. textarea.input-group-sm > .input-group-addon,
  3876. textarea.input-group-sm > .input-group-btn > .btn,
  3877. select[multiple].input-group-sm > .form-control,
  3878. select[multiple].input-group-sm > .input-group-addon,
  3879. select[multiple].input-group-sm > .input-group-btn > .btn {
  3880. height: auto;
  3881. }
  3882. .input-group-addon,
  3883. .input-group-btn,
  3884. .input-group .form-control {
  3885. display: table-cell;
  3886. }
  3887. .input-group-addon:not(:first-child):not(:last-child),
  3888. .input-group-btn:not(:first-child):not(:last-child),
  3889. .input-group .form-control:not(:first-child):not(:last-child) {
  3890. border-radius: 0;
  3891. }
  3892. .input-group-addon,
  3893. .input-group-btn {
  3894. width: 1%;
  3895. white-space: nowrap;
  3896. vertical-align: middle;
  3897. }
  3898. .input-group-addon {
  3899. padding: 6px 12px;
  3900. font-size: 14px;
  3901. font-weight: normal;
  3902. line-height: 1;
  3903. color: #555;
  3904. text-align: center;
  3905. background-color: #eee;
  3906. border: 1px solid #ccc;
  3907. border-radius: 4px;
  3908. }
  3909. .input-group-addon.input-sm {
  3910. padding: 5px 10px;
  3911. font-size: 12px;
  3912. border-radius: 3px;
  3913. }
  3914. .input-group-addon.input-lg {
  3915. padding: 10px 16px;
  3916. font-size: 18px;
  3917. border-radius: 6px;
  3918. }
  3919. .input-group-addon input[type="radio"],
  3920. .input-group-addon input[type="checkbox"] {
  3921. margin-top: 0;
  3922. }
  3923. .input-group .form-control:first-child,
  3924. .input-group-addon:first-child,
  3925. .input-group-btn:first-child > .btn,
  3926. .input-group-btn:first-child > .btn-group > .btn,
  3927. .input-group-btn:first-child > .dropdown-toggle,
  3928. .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
  3929. .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  3930. border-top-right-radius: 0;
  3931. border-bottom-right-radius: 0;
  3932. }
  3933. .input-group-addon:first-child {
  3934. border-right: 0;
  3935. }
  3936. .input-group .form-control:last-child,
  3937. .input-group-addon:last-child,
  3938. .input-group-btn:last-child > .btn,
  3939. .input-group-btn:last-child > .btn-group > .btn,
  3940. .input-group-btn:last-child > .dropdown-toggle,
  3941. .input-group-btn:first-child > .btn:not(:first-child),
  3942. .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  3943. border-top-left-radius: 0;
  3944. border-bottom-left-radius: 0;
  3945. }
  3946. .input-group-addon:last-child {
  3947. border-left: 0;
  3948. }
  3949. .input-group-btn {
  3950. position: relative;
  3951. font-size: 0;
  3952. white-space: nowrap;
  3953. }
  3954. .input-group-btn > .btn {
  3955. position: relative;
  3956. }
  3957. .input-group-btn > .btn + .btn {
  3958. margin-left: -1px;
  3959. }
  3960. .input-group-btn > .btn:hover,
  3961. .input-group-btn > .btn:focus,
  3962. .input-group-btn > .btn:active {
  3963. z-index: 2;
  3964. }
  3965. .input-group-btn:first-child > .btn,
  3966. .input-group-btn:first-child > .btn-group {
  3967. margin-right: -1px;
  3968. }
  3969. .input-group-btn:last-child > .btn,
  3970. .input-group-btn:last-child > .btn-group {
  3971. z-index: 2;
  3972. margin-left: -1px;
  3973. }
  3974. .nav {
  3975. padding-left: 0;
  3976. margin-bottom: 0;
  3977. list-style: none;
  3978. }
  3979. .nav > li {
  3980. position: relative;
  3981. display: block;
  3982. }
  3983. .nav > li > a {
  3984. position: relative;
  3985. display: block;
  3986. padding: 10px 15px;
  3987. }
  3988. .nav > li > a:hover,
  3989. .nav > li > a:focus {
  3990. text-decoration: none;
  3991. background-color: #eee;
  3992. }
  3993. .nav > li.disabled > a {
  3994. color: #777;
  3995. }
  3996. .nav > li.disabled > a:hover,
  3997. .nav > li.disabled > a:focus {
  3998. color: #777;
  3999. text-decoration: none;
  4000. cursor: not-allowed;
  4001. background-color: transparent;
  4002. }
  4003. .nav .open > a,
  4004. .nav .open > a:hover,
  4005. .nav .open > a:focus {
  4006. background-color: #eee;
  4007. border-color: #337ab7;
  4008. }
  4009. .nav .nav-divider {
  4010. height: 1px;
  4011. margin: 9px 0;
  4012. overflow: hidden;
  4013. background-color: #e5e5e5;
  4014. }
  4015. .nav > li > a > img {
  4016. max-width: none;
  4017. }
  4018. .nav-tabs {
  4019. border-bottom: 1px solid #ddd;
  4020. }
  4021. .nav-tabs > li {
  4022. float: left;
  4023. margin-bottom: -1px;
  4024. }
  4025. .nav-tabs > li > a {
  4026. margin-right: 2px;
  4027. line-height: 1.42857143;
  4028. border: 1px solid transparent;
  4029. border-radius: 4px 4px 0 0;
  4030. }
  4031. .nav-tabs > li > a:hover {
  4032. border-color: #eee #eee #ddd;
  4033. }
  4034. .nav-tabs > li.active > a,
  4035. .nav-tabs > li.active > a:hover,
  4036. .nav-tabs > li.active > a:focus {
  4037. color: #555;
  4038. cursor: default;
  4039. background-color: #fff;
  4040. border: 1px solid #ddd;
  4041. border-bottom-color: transparent;
  4042. }
  4043. .nav-tabs.nav-justified {
  4044. width: 100%;
  4045. border-bottom: 0;
  4046. }
  4047. .nav-tabs.nav-justified > li {
  4048. float: none;
  4049. }
  4050. .nav-tabs.nav-justified > li > a {
  4051. margin-bottom: 5px;
  4052. text-align: center;
  4053. }
  4054. .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  4055. top: auto;
  4056. left: auto;
  4057. }
  4058. @media (min-width: 768px) {
  4059. .nav-tabs.nav-justified > li {
  4060. display: table-cell;
  4061. width: 1%;
  4062. }
  4063. .nav-tabs.nav-justified > li > a {
  4064. margin-bottom: 0;
  4065. }
  4066. }
  4067. .nav-tabs.nav-justified > li > a {
  4068. margin-right: 0;
  4069. border-radius: 4px;
  4070. }
  4071. .nav-tabs.nav-justified > .active > a,
  4072. .nav-tabs.nav-justified > .active > a:hover,
  4073. .nav-tabs.nav-justified > .active > a:focus {
  4074. border: 1px solid #ddd;
  4075. }
  4076. @media (min-width: 768px) {
  4077. .nav-tabs.nav-justified > li > a {
  4078. border-bottom: 1px solid #ddd;
  4079. border-radius: 4px 4px 0 0;
  4080. }
  4081. .nav-tabs.nav-justified > .active > a,
  4082. .nav-tabs.nav-justified > .active > a:hover,
  4083. .nav-tabs.nav-justified > .active > a:focus {
  4084. border-bottom-color: #fff;
  4085. }
  4086. }
  4087. .nav-pills > li {
  4088. float: left;
  4089. }
  4090. .nav-pills > li > a {
  4091. border-radius: 4px;
  4092. }
  4093. .nav-pills > li + li {
  4094. margin-left: 2px;
  4095. }
  4096. .nav-pills > li.active > a,
  4097. .nav-pills > li.active > a:hover,
  4098. .nav-pills > li.active > a:focus {
  4099. color: #fff;
  4100. background-color: #337ab7;
  4101. }
  4102. .nav-stacked > li {
  4103. float: none;
  4104. }
  4105. .nav-stacked > li + li {
  4106. margin-top: 2px;
  4107. margin-left: 0;
  4108. }
  4109. .nav-justified {
  4110. width: 100%;
  4111. }
  4112. .nav-justified > li {
  4113. float: none;
  4114. }
  4115. .nav-justified > li > a {
  4116. margin-bottom: 5px;
  4117. text-align: center;
  4118. }
  4119. .nav-justified > .dropdown .dropdown-menu {
  4120. top: auto;
  4121. left: auto;
  4122. }
  4123. @media (min-width: 768px) {
  4124. .nav-justified > li {
  4125. display: table-cell;
  4126. width: 1%;
  4127. }
  4128. .nav-justified > li > a {
  4129. margin-bottom: 0;
  4130. }
  4131. }
  4132. .nav-tabs-justified {
  4133. border-bottom: 0;
  4134. }
  4135. .nav-tabs-justified > li > a {
  4136. margin-right: 0;
  4137. border-radius: 4px;
  4138. }
  4139. .nav-tabs-justified > .active > a,
  4140. .nav-tabs-justified > .active > a:hover,
  4141. .nav-tabs-justified > .active > a:focus {
  4142. border: 1px solid #ddd;
  4143. }
  4144. @media (min-width: 768px) {
  4145. .nav-tabs-justified > li > a {
  4146. border-bottom: 1px solid #ddd;
  4147. border-radius: 4px 4px 0 0;
  4148. }
  4149. .nav-tabs-justified > .active > a,
  4150. .nav-tabs-justified > .active > a:hover,
  4151. .nav-tabs-justified > .active > a:focus {
  4152. border-bottom-color: #fff;
  4153. }
  4154. }
  4155. .tab-content > .tab-pane {
  4156. display: none;
  4157. }
  4158. .tab-content > .active {
  4159. display: block;
  4160. }
  4161. .nav-tabs .dropdown-menu {
  4162. margin-top: -1px;
  4163. border-top-left-radius: 0;
  4164. border-top-right-radius: 0;
  4165. }
  4166. .navbar {
  4167. position: relative;
  4168. min-height: 50px;
  4169. margin-bottom: 20px;
  4170. border: 1px solid transparent;
  4171. }
  4172. @media (min-width: 768px) {
  4173. .navbar {
  4174. border-radius: 4px;
  4175. }
  4176. }
  4177. @media (min-width: 768px) {
  4178. .navbar-header {
  4179. float: left;
  4180. }
  4181. }
  4182. .navbar-collapse {
  4183. padding-right: 15px;
  4184. padding-left: 15px;
  4185. overflow-x: visible;
  4186. -webkit-overflow-scrolling: touch;
  4187. border-top: 1px solid transparent;
  4188. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  4189. box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  4190. }
  4191. .navbar-collapse.in {
  4192. overflow-y: auto;
  4193. }
  4194. @media (min-width: 768px) {
  4195. .navbar-collapse {
  4196. width: auto;
  4197. border-top: 0;
  4198. -webkit-box-shadow: none;
  4199. box-shadow: none;
  4200. }
  4201. .navbar-collapse.collapse {
  4202. display: block !important;
  4203. height: auto !important;
  4204. padding-bottom: 0;
  4205. overflow: visible !important;
  4206. }
  4207. .navbar-collapse.in {
  4208. overflow-y: visible;
  4209. }
  4210. .navbar-fixed-top .navbar-collapse,
  4211. .navbar-static-top .navbar-collapse,
  4212. .navbar-fixed-bottom .navbar-collapse {
  4213. padding-right: 0;
  4214. padding-left: 0;
  4215. }
  4216. }
  4217. .navbar-fixed-top .navbar-collapse,
  4218. .navbar-fixed-bottom .navbar-collapse {
  4219. max-height: 340px;
  4220. }
  4221. @media (max-device-width: 480px) and (orientation: landscape) {
  4222. .navbar-fixed-top .navbar-collapse,
  4223. .navbar-fixed-bottom .navbar-collapse {
  4224. max-height: 200px;
  4225. }
  4226. }
  4227. .container > .navbar-header,
  4228. .container-fluid > .navbar-header,
  4229. .container > .navbar-collapse,
  4230. .container-fluid > .navbar-collapse {
  4231. margin-right: -15px;
  4232. margin-left: -15px;
  4233. }
  4234. @media (min-width: 768px) {
  4235. .container > .navbar-header,
  4236. .container-fluid > .navbar-header,
  4237. .container > .navbar-collapse,
  4238. .container-fluid > .navbar-collapse {
  4239. margin-right: 0;
  4240. margin-left: 0;
  4241. }
  4242. }
  4243. .navbar-static-top {
  4244. z-index: 1000;
  4245. border-width: 0 0 1px;
  4246. }
  4247. @media (min-width: 768px) {
  4248. .navbar-static-top {
  4249. border-radius: 0;
  4250. }
  4251. }
  4252. .navbar-fixed-top,
  4253. .navbar-fixed-bottom {
  4254. position: fixed;
  4255. right: 0;
  4256. left: 0;
  4257. z-index: 1030;
  4258. }
  4259. @media (min-width: 768px) {
  4260. .navbar-fixed-top,
  4261. .navbar-fixed-bottom {
  4262. border-radius: 0;
  4263. }
  4264. }
  4265. .navbar-fixed-top {
  4266. top: 0;
  4267. border-width: 0 0 1px;
  4268. }
  4269. .navbar-fixed-bottom {
  4270. bottom: 0;
  4271. margin-bottom: 0;
  4272. border-width: 1px 0 0;
  4273. }
  4274. .navbar-brand {
  4275. float: left;
  4276. height: 50px;
  4277. padding: 15px 15px;
  4278. font-size: 18px;
  4279. line-height: 20px;
  4280. }
  4281. .navbar-brand:hover,
  4282. .navbar-brand:focus {
  4283. text-decoration: none;
  4284. }
  4285. .navbar-brand > img {
  4286. display: block;
  4287. }
  4288. @media (min-width: 768px) {
  4289. .navbar > .container .navbar-brand,
  4290. .navbar > .container-fluid .navbar-brand {
  4291. margin-left: -15px;
  4292. }
  4293. }
  4294. .navbar-toggle {
  4295. position: relative;
  4296. float: right;
  4297. padding: 9px 10px;
  4298. margin-top: 8px;
  4299. margin-right: 15px;
  4300. margin-bottom: 8px;
  4301. background-color: transparent;
  4302. background-image: none;
  4303. border: 1px solid transparent;
  4304. border-radius: 4px;
  4305. }
  4306. .navbar-toggle:focus {
  4307. outline: 0;
  4308. }
  4309. .navbar-toggle .icon-bar {
  4310. display: block;
  4311. width: 22px;
  4312. height: 2px;
  4313. border-radius: 1px;
  4314. }
  4315. .navbar-toggle .icon-bar + .icon-bar {
  4316. margin-top: 4px;
  4317. }
  4318. @media (min-width: 768px) {
  4319. .navbar-toggle {
  4320. display: none;
  4321. }
  4322. }
  4323. .navbar-nav {
  4324. margin: 7.5px -15px;
  4325. }
  4326. .navbar-nav > li > a {
  4327. padding-top: 10px;
  4328. padding-bottom: 10px;
  4329. line-height: 20px;
  4330. }
  4331. @media (max-width: 767px) {
  4332. .navbar-nav .open .dropdown-menu {
  4333. position: static;
  4334. float: none;
  4335. width: auto;
  4336. margin-top: 0;
  4337. background-color: transparent;
  4338. border: 0;
  4339. -webkit-box-shadow: none;
  4340. box-shadow: none;
  4341. }
  4342. .navbar-nav .open .dropdown-menu > li > a,
  4343. .navbar-nav .open .dropdown-menu .dropdown-header {
  4344. padding: 5px 15px 5px 25px;
  4345. }
  4346. .navbar-nav .open .dropdown-menu > li > a {
  4347. line-height: 20px;
  4348. }
  4349. .navbar-nav .open .dropdown-menu > li > a:hover,
  4350. .navbar-nav .open .dropdown-menu > li > a:focus {
  4351. background-image: none;
  4352. }
  4353. }
  4354. @media (min-width: 768px) {
  4355. .navbar-nav {
  4356. float: left;
  4357. margin: 0;
  4358. }
  4359. .navbar-nav > li {
  4360. float: left;
  4361. }
  4362. .navbar-nav > li > a {
  4363. padding-top: 15px;
  4364. padding-bottom: 15px;
  4365. }
  4366. }
  4367. .navbar-form {
  4368. padding: 10px 15px;
  4369. margin-top: 8px;
  4370. margin-right: -15px;
  4371. margin-bottom: 8px;
  4372. margin-left: -15px;
  4373. border-top: 1px solid transparent;
  4374. border-bottom: 1px solid transparent;
  4375. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  4376. box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  4377. }
  4378. @media (min-width: 768px) {
  4379. .navbar-form .form-group {
  4380. display: inline-block;
  4381. margin-bottom: 0;
  4382. vertical-align: middle;
  4383. }
  4384. .navbar-form .form-control {
  4385. display: inline-block;
  4386. width: auto;
  4387. vertical-align: middle;
  4388. }
  4389. .navbar-form .form-control-static {
  4390. display: inline-block;
  4391. }
  4392. .navbar-form .input-group {
  4393. display: inline-table;
  4394. vertical-align: middle;
  4395. }
  4396. .navbar-form .input-group .input-group-addon,
  4397. .navbar-form .input-group .input-group-btn,
  4398. .navbar-form .input-group .form-control {
  4399. width: auto;
  4400. }
  4401. .navbar-form .input-group > .form-control {
  4402. width: 100%;
  4403. }
  4404. .navbar-form .control-label {
  4405. margin-bottom: 0;
  4406. vertical-align: middle;
  4407. }
  4408. .navbar-form .radio,
  4409. .navbar-form .checkbox {
  4410. display: inline-block;
  4411. margin-top: 0;
  4412. margin-bottom: 0;
  4413. vertical-align: middle;
  4414. }
  4415. .navbar-form .radio label,
  4416. .navbar-form .checkbox label {
  4417. padding-left: 0;
  4418. }
  4419. .navbar-form .radio input[type="radio"],
  4420. .navbar-form .checkbox input[type="checkbox"] {
  4421. position: relative;
  4422. margin-left: 0;
  4423. }
  4424. .navbar-form .has-feedback .form-control-feedback {
  4425. top: 0;
  4426. }
  4427. }
  4428. @media (max-width: 767px) {
  4429. .navbar-form .form-group {
  4430. margin-bottom: 5px;
  4431. }
  4432. .navbar-form .form-group:last-child {
  4433. margin-bottom: 0;
  4434. }
  4435. }
  4436. @media (min-width: 768px) {
  4437. .navbar-form {
  4438. width: auto;
  4439. padding-top: 0;
  4440. padding-bottom: 0;
  4441. margin-right: 0;
  4442. margin-left: 0;
  4443. border: 0;
  4444. -webkit-box-shadow: none;
  4445. box-shadow: none;
  4446. }
  4447. }
  4448. .navbar-nav > li > .dropdown-menu {
  4449. margin-top: 0;
  4450. border-top-left-radius: 0;
  4451. border-top-right-radius: 0;
  4452. }
  4453. .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  4454. margin-bottom: 0;
  4455. border-top-left-radius: 4px;
  4456. border-top-right-radius: 4px;
  4457. border-bottom-right-radius: 0;
  4458. border-bottom-left-radius: 0;
  4459. }
  4460. .navbar-btn {
  4461. margin-top: 8px;
  4462. margin-bottom: 8px;
  4463. }
  4464. .navbar-btn.btn-sm {
  4465. margin-top: 10px;
  4466. margin-bottom: 10px;
  4467. }
  4468. .navbar-btn.btn-xs {
  4469. margin-top: 14px;
  4470. margin-bottom: 14px;
  4471. }
  4472. .navbar-text {
  4473. margin-top: 15px;
  4474. margin-bottom: 15px;
  4475. }
  4476. @media (min-width: 768px) {
  4477. .navbar-text {
  4478. float: left;
  4479. margin-right: 15px;
  4480. margin-left: 15px;
  4481. }
  4482. }
  4483. @media (min-width: 768px) {
  4484. .navbar-left {
  4485. float: left !important;
  4486. }
  4487. .navbar-right {
  4488. float: right !important;
  4489. margin-right: -15px;
  4490. }
  4491. .navbar-right ~ .navbar-right {
  4492. margin-right: 0;
  4493. }
  4494. }
  4495. .navbar-default {
  4496. background-color: #f8f8f8;
  4497. border-color: #e7e7e7;
  4498. }
  4499. .navbar-default .navbar-brand {
  4500. color: #777;
  4501. }
  4502. .navbar-default .navbar-brand:hover,
  4503. .navbar-default .navbar-brand:focus {
  4504. color: #5e5e5e;
  4505. background-color: transparent;
  4506. }
  4507. .navbar-default .navbar-text {
  4508. color: #777;
  4509. }
  4510. .navbar-default .navbar-nav > li > a {
  4511. color: #777;
  4512. }
  4513. .navbar-default .navbar-nav > li > a:hover,
  4514. .navbar-default .navbar-nav > li > a:focus {
  4515. color: #333;
  4516. background-color: transparent;
  4517. }
  4518. .navbar-default .navbar-nav > .active > a,
  4519. .navbar-default .navbar-nav > .active > a:hover,
  4520. .navbar-default .navbar-nav > .active > a:focus {
  4521. color: #555;
  4522. background-color: #e7e7e7;
  4523. }
  4524. .navbar-default .navbar-nav > .disabled > a,
  4525. .navbar-default .navbar-nav > .disabled > a:hover,
  4526. .navbar-default .navbar-nav > .disabled > a:focus {
  4527. color: #ccc;
  4528. background-color: transparent;
  4529. }
  4530. .navbar-default .navbar-toggle {
  4531. border-color: #ddd;
  4532. }
  4533. .navbar-default .navbar-toggle:hover,
  4534. .navbar-default .navbar-toggle:focus {
  4535. background-color: #ddd;
  4536. }
  4537. .navbar-default .navbar-toggle .icon-bar {
  4538. background-color: #888;
  4539. }
  4540. .navbar-default .navbar-collapse,
  4541. .navbar-default .navbar-form {
  4542. border-color: #e7e7e7;
  4543. }
  4544. .navbar-default .navbar-nav > .open > a,
  4545. .navbar-default .navbar-nav > .open > a:hover,
  4546. .navbar-default .navbar-nav > .open > a:focus {
  4547. color: #555;
  4548. background-color: #e7e7e7;
  4549. }
  4550. @media (max-width: 767px) {
  4551. .navbar-default .navbar-nav .open .dropdown-menu > li > a {
  4552. color: #777;
  4553. }
  4554. .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  4555. .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  4556. color: #333;
  4557. background-color: transparent;
  4558. }
  4559. .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  4560. .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  4561. .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  4562. color: #555;
  4563. background-color: #e7e7e7;
  4564. }
  4565. .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  4566. .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  4567. .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  4568. color: #ccc;
  4569. background-color: transparent;
  4570. }
  4571. }
  4572. .navbar-default .navbar-link {
  4573. color: #777;
  4574. }
  4575. .navbar-default .navbar-link:hover {
  4576. color: #333;
  4577. }
  4578. .navbar-default .btn-link {
  4579. color: #777;
  4580. }
  4581. .navbar-default .btn-link:hover,
  4582. .navbar-default .btn-link:focus {
  4583. color: #333;
  4584. }
  4585. .navbar-default .btn-link[disabled]:hover,
  4586. fieldset[disabled] .navbar-default .btn-link:hover,
  4587. .navbar-default .btn-link[disabled]:focus,
  4588. fieldset[disabled] .navbar-default .btn-link:focus {
  4589. color: #ccc;
  4590. }
  4591. .navbar-inverse {
  4592. background-color: #222;
  4593. border-color: #080808;
  4594. }
  4595. .navbar-inverse .navbar-brand {
  4596. color: #9d9d9d;
  4597. }
  4598. .navbar-inverse .navbar-brand:hover,
  4599. .navbar-inverse .navbar-brand:focus {
  4600. color: #fff;
  4601. background-color: transparent;
  4602. }
  4603. .navbar-inverse .navbar-text {
  4604. color: #9d9d9d;
  4605. }
  4606. .navbar-inverse .navbar-nav > li > a {
  4607. color: #9d9d9d;
  4608. }
  4609. .navbar-inverse .navbar-nav > li > a:hover,
  4610. .navbar-inverse .navbar-nav > li > a:focus {
  4611. color: #fff;
  4612. background-color: transparent;
  4613. }
  4614. .navbar-inverse .navbar-nav > .active > a,
  4615. .navbar-inverse .navbar-nav > .active > a:hover,
  4616. .navbar-inverse .navbar-nav > .active > a:focus {
  4617. color: #fff;
  4618. background-color: #080808;
  4619. }
  4620. .navbar-inverse .navbar-nav > .disabled > a,
  4621. .navbar-inverse .navbar-nav > .disabled > a:hover,
  4622. .navbar-inverse .navbar-nav > .disabled > a:focus {
  4623. color: #444;
  4624. background-color: transparent;
  4625. }
  4626. .navbar-inverse .navbar-toggle {
  4627. border-color: #333;
  4628. }
  4629. .navbar-inverse .navbar-toggle:hover,
  4630. .navbar-inverse .navbar-toggle:focus {
  4631. background-color: #333;
  4632. }
  4633. .navbar-inverse .navbar-toggle .icon-bar {
  4634. background-color: #fff;
  4635. }
  4636. .navbar-inverse .navbar-collapse,
  4637. .navbar-inverse .navbar-form {
  4638. border-color: #101010;
  4639. }
  4640. .navbar-inverse .navbar-nav > .open > a,
  4641. .navbar-inverse .navbar-nav > .open > a:hover,
  4642. .navbar-inverse .navbar-nav > .open > a:focus {
  4643. color: #fff;
  4644. background-color: #080808;
  4645. }
  4646. @media (max-width: 767px) {
  4647. .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
  4648. border-color: #080808;
  4649. }
  4650. .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
  4651. background-color: #080808;
  4652. }
  4653. .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  4654. color: #9d9d9d;
  4655. }
  4656. .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  4657. .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
  4658. color: #fff;
  4659. background-color: transparent;
  4660. }
  4661. .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  4662. .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  4663. .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
  4664. color: #fff;
  4665. background-color: #080808;
  4666. }
  4667. .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  4668. .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  4669. .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  4670. color: #444;
  4671. background-color: transparent;
  4672. }
  4673. }
  4674. .navbar-inverse .navbar-link {
  4675. color: #9d9d9d;
  4676. }
  4677. .navbar-inverse .navbar-link:hover {
  4678. color: #fff;
  4679. }
  4680. .navbar-inverse .btn-link {
  4681. color: #9d9d9d;
  4682. }
  4683. .navbar-inverse .btn-link:hover,
  4684. .navbar-inverse .btn-link:focus {
  4685. color: #fff;
  4686. }
  4687. .navbar-inverse .btn-link[disabled]:hover,
  4688. fieldset[disabled] .navbar-inverse .btn-link:hover,
  4689. .navbar-inverse .btn-link[disabled]:focus,
  4690. fieldset[disabled] .navbar-inverse .btn-link:focus {
  4691. color: #444;
  4692. }
  4693. .breadcrumb {
  4694. padding: 8px 15px;
  4695. margin-bottom: 20px;
  4696. list-style: none;
  4697. background-color: #f5f5f5;
  4698. border-radius: 4px;
  4699. }
  4700. .breadcrumb > li {
  4701. display: inline-block;
  4702. }
  4703. .breadcrumb > li + li:before {
  4704. padding: 0 5px;
  4705. color: #ccc;
  4706. content: "/\00a0";
  4707. }
  4708. .breadcrumb > .active {
  4709. color: #777;
  4710. }
  4711. .pagination {
  4712. display: inline-block;
  4713. padding-left: 0;
  4714. margin: 20px 0;
  4715. border-radius: 4px;
  4716. }
  4717. .pagination > li {
  4718. display: inline;
  4719. }
  4720. .pagination > li > a,
  4721. .pagination > li > span {
  4722. position: relative;
  4723. float: left;
  4724. padding: 6px 12px;
  4725. margin-left: -1px;
  4726. line-height: 1.42857143;
  4727. color: #337ab7;
  4728. text-decoration: none;
  4729. background-color: #fff;
  4730. border: 1px solid #ddd;
  4731. }
  4732. .pagination > li:first-child > a,
  4733. .pagination > li:first-child > span {
  4734. margin-left: 0;
  4735. border-top-left-radius: 4px;
  4736. border-bottom-left-radius: 4px;
  4737. }
  4738. .pagination > li:last-child > a,
  4739. .pagination > li:last-child > span {
  4740. border-top-right-radius: 4px;
  4741. border-bottom-right-radius: 4px;
  4742. }
  4743. .pagination > li > a:hover,
  4744. .pagination > li > span:hover,
  4745. .pagination > li > a:focus,
  4746. .pagination > li > span:focus {
  4747. z-index: 2;
  4748. color: #23527c;
  4749. background-color: #eee;
  4750. border-color: #ddd;
  4751. }
  4752. .pagination > .active > a,
  4753. .pagination > .active > span,
  4754. .pagination > .active > a:hover,
  4755. .pagination > .active > span:hover,
  4756. .pagination > .active > a:focus,
  4757. .pagination > .active > span:focus {
  4758. z-index: 3;
  4759. color: #fff;
  4760. cursor: default;
  4761. background-color: #337ab7;
  4762. border-color: #337ab7;
  4763. }
  4764. .pagination > .disabled > span,
  4765. .pagination > .disabled > span:hover,
  4766. .pagination > .disabled > span:focus,
  4767. .pagination > .disabled > a,
  4768. .pagination > .disabled > a:hover,
  4769. .pagination > .disabled > a:focus {
  4770. color: #777;
  4771. cursor: not-allowed;
  4772. background-color: #fff;
  4773. border-color: #ddd;
  4774. }
  4775. .pagination-lg > li > a,
  4776. .pagination-lg > li > span {
  4777. padding: 10px 16px;
  4778. font-size: 18px;
  4779. line-height: 1.3333333;
  4780. }
  4781. .pagination-lg > li:first-child > a,
  4782. .pagination-lg > li:first-child > span {
  4783. border-top-left-radius: 6px;
  4784. border-bottom-left-radius: 6px;
  4785. }
  4786. .pagination-lg > li:last-child > a,
  4787. .pagination-lg > li:last-child > span {
  4788. border-top-right-radius: 6px;
  4789. border-bottom-right-radius: 6px;
  4790. }
  4791. .pagination-sm > li > a,
  4792. .pagination-sm > li > span {
  4793. padding: 5px 10px;
  4794. font-size: 12px;
  4795. line-height: 1.5;
  4796. }
  4797. .pagination-sm > li:first-child > a,
  4798. .pagination-sm > li:first-child > span {
  4799. border-top-left-radius: 3px;
  4800. border-bottom-left-radius: 3px;
  4801. }
  4802. .pagination-sm > li:last-child > a,
  4803. .pagination-sm > li:last-child > span {
  4804. border-top-right-radius: 3px;
  4805. border-bottom-right-radius: 3px;
  4806. }
  4807. .pager {
  4808. padding-left: 0;
  4809. margin: 20px 0;
  4810. text-align: center;
  4811. list-style: none;
  4812. }
  4813. .pager li {
  4814. display: inline;
  4815. }
  4816. .pager li > a,
  4817. .pager li > span {
  4818. display: inline-block;
  4819. padding: 5px 14px;
  4820. background-color: #fff;
  4821. border: 1px solid #ddd;
  4822. border-radius: 15px;
  4823. }
  4824. .pager li > a:hover,
  4825. .pager li > a:focus {
  4826. text-decoration: none;
  4827. background-color: #eee;
  4828. }
  4829. .pager .next > a,
  4830. .pager .next > span {
  4831. float: right;
  4832. }
  4833. .pager .previous > a,
  4834. .pager .previous > span {
  4835. float: left;
  4836. }
  4837. .pager .disabled > a,
  4838. .pager .disabled > a:hover,
  4839. .pager .disabled > a:focus,
  4840. .pager .disabled > span {
  4841. color: #777;
  4842. cursor: not-allowed;
  4843. background-color: #fff;
  4844. }
  4845. .label {
  4846. display: inline;
  4847. padding: .2em .6em .3em;
  4848. font-size: 75%;
  4849. font-weight: bold;
  4850. line-height: 1;
  4851. color: #fff;
  4852. text-align: center;
  4853. white-space: nowrap;
  4854. vertical-align: baseline;
  4855. border-radius: .25em;
  4856. }
  4857. a.label:hover,
  4858. a.label:focus {
  4859. color: #fff;
  4860. text-decoration: none;
  4861. cursor: pointer;
  4862. }
  4863. .label:empty {
  4864. display: none;
  4865. }
  4866. .btn .label {
  4867. position: relative;
  4868. top: -1px;
  4869. }
  4870. .label-default {
  4871. background-color: #777;
  4872. }
  4873. .label-default[href]:hover,
  4874. .label-default[href]:focus {
  4875. background-color: #5e5e5e;
  4876. }
  4877. .label-primary {
  4878. background-color: #337ab7;
  4879. }
  4880. .label-primary[href]:hover,
  4881. .label-primary[href]:focus {
  4882. background-color: #286090;
  4883. }
  4884. .label-success {
  4885. background-color: #5cb85c;
  4886. }
  4887. .label-success[href]:hover,
  4888. .label-success[href]:focus {
  4889. background-color: #449d44;
  4890. }
  4891. .label-info {
  4892. background-color: #5bc0de;
  4893. }
  4894. .label-info[href]:hover,
  4895. .label-info[href]:focus {
  4896. background-color: #31b0d5;
  4897. }
  4898. .label-warning {
  4899. background-color: #f0ad4e;
  4900. }
  4901. .label-warning[href]:hover,
  4902. .label-warning[href]:focus {
  4903. background-color: #ec971f;
  4904. }
  4905. .label-danger {
  4906. background-color: #d9534f;
  4907. }
  4908. .label-danger[href]:hover,
  4909. .label-danger[href]:focus {
  4910. background-color: #c9302c;
  4911. }
  4912. .badge {
  4913. display: inline-block;
  4914. min-width: 10px;
  4915. padding: 3px 7px;
  4916. font-size: 12px;
  4917. font-weight: bold;
  4918. line-height: 1;
  4919. color: #fff;
  4920. text-align: center;
  4921. white-space: nowrap;
  4922. vertical-align: middle;
  4923. background-color: #777;
  4924. border-radius: 10px;
  4925. }
  4926. .badge:empty {
  4927. display: none;
  4928. }
  4929. .btn .badge {
  4930. position: relative;
  4931. top: -1px;
  4932. }
  4933. .btn-xs .badge,
  4934. .btn-group-xs > .btn .badge {
  4935. top: 0;
  4936. padding: 1px 5px;
  4937. }
  4938. a.badge:hover,
  4939. a.badge:focus {
  4940. color: #fff;
  4941. text-decoration: none;
  4942. cursor: pointer;
  4943. }
  4944. .list-group-item.active > .badge,
  4945. .nav-pills > .active > a > .badge {
  4946. color: #337ab7;
  4947. background-color: #fff;
  4948. }
  4949. .list-group-item > .badge {
  4950. float: right;
  4951. }
  4952. .list-group-item > .badge + .badge {
  4953. margin-right: 5px;
  4954. }
  4955. .nav-pills > li > a > .badge {
  4956. margin-left: 3px;
  4957. }
  4958. .jumbotron {
  4959. padding-top: 30px;
  4960. padding-bottom: 30px;
  4961. margin-bottom: 30px;
  4962. color: inherit;
  4963. background-color: #eee;
  4964. }
  4965. .jumbotron h1,
  4966. .jumbotron .h1 {
  4967. color: inherit;
  4968. }
  4969. .jumbotron p {
  4970. margin-bottom: 15px;
  4971. font-size: 21px;
  4972. font-weight: 200;
  4973. }
  4974. .jumbotron > hr {
  4975. border-top-color: #d5d5d5;
  4976. }
  4977. .container .jumbotron,
  4978. .container-fluid .jumbotron {
  4979. padding-right: 15px;
  4980. padding-left: 15px;
  4981. border-radius: 6px;
  4982. }
  4983. .jumbotron .container {
  4984. max-width: 100%;
  4985. }
  4986. @media screen and (min-width: 768px) {
  4987. .jumbotron {
  4988. padding-top: 48px;
  4989. padding-bottom: 48px;
  4990. }
  4991. .container .jumbotron,
  4992. .container-fluid .jumbotron {
  4993. padding-right: 60px;
  4994. padding-left: 60px;
  4995. }
  4996. .jumbotron h1,
  4997. .jumbotron .h1 {
  4998. font-size: 63px;
  4999. }
  5000. }
  5001. .thumbnail {
  5002. display: block;
  5003. padding: 4px;
  5004. margin-bottom: 20px;
  5005. line-height: 1.42857143;
  5006. background-color: #fff;
  5007. border: 1px solid #ddd;
  5008. border-radius: 4px;
  5009. -webkit-transition: border .2s ease-in-out;
  5010. -o-transition: border .2s ease-in-out;
  5011. transition: border .2s ease-in-out;
  5012. }
  5013. .thumbnail > img,
  5014. .thumbnail a > img {
  5015. margin-right: auto;
  5016. margin-left: auto;
  5017. }
  5018. a.thumbnail:hover,
  5019. a.thumbnail:focus,
  5020. a.thumbnail.active {
  5021. border-color: #337ab7;
  5022. }
  5023. .thumbnail .caption {
  5024. padding: 9px;
  5025. color: #333;
  5026. }
  5027. .alert {
  5028. padding: 15px;
  5029. margin-bottom: 20px;
  5030. border: 1px solid transparent;
  5031. border-radius: 4px;
  5032. }
  5033. .alert h4 {
  5034. margin-top: 0;
  5035. color: inherit;
  5036. }
  5037. .alert .alert-link {
  5038. font-weight: bold;
  5039. }
  5040. .alert > p,
  5041. .alert > ul {
  5042. margin-bottom: 0;
  5043. }
  5044. .alert > p + p {
  5045. margin-top: 5px;
  5046. }
  5047. .alert-dismissable,
  5048. .alert-dismissible {
  5049. padding-right: 35px;
  5050. }
  5051. .alert-dismissable .close,
  5052. .alert-dismissible .close {
  5053. position: relative;
  5054. top: -2px;
  5055. right: -21px;
  5056. color: inherit;
  5057. }
  5058. .alert-success {
  5059. color: #3c763d;
  5060. background-color: #dff0d8;
  5061. border-color: #d6e9c6;
  5062. }
  5063. .alert-success hr {
  5064. border-top-color: #c9e2b3;
  5065. }
  5066. .alert-success .alert-link {
  5067. color: #2b542c;
  5068. }
  5069. .alert-info {
  5070. color: #31708f;
  5071. background-color: #d9edf7;
  5072. border-color: #bce8f1;
  5073. }
  5074. .alert-info hr {
  5075. border-top-color: #a6e1ec;
  5076. }
  5077. .alert-info .alert-link {
  5078. color: #245269;
  5079. }
  5080. .alert-warning {
  5081. color: #8a6d3b;
  5082. background-color: #fcf8e3;
  5083. border-color: #faebcc;
  5084. }
  5085. .alert-warning hr {
  5086. border-top-color: #f7e1b5;
  5087. }
  5088. .alert-warning .alert-link {
  5089. color: #66512c;
  5090. }
  5091. .alert-danger {
  5092. color: #a94442;
  5093. background-color: #f2dede;
  5094. border-color: #ebccd1;
  5095. }
  5096. .alert-danger hr {
  5097. border-top-color: #e4b9c0;
  5098. }
  5099. .alert-danger .alert-link {
  5100. color: #843534;
  5101. }
  5102. @-webkit-keyframes progress-bar-stripes {
  5103. from {
  5104. background-position: 40px 0;
  5105. }
  5106. to {
  5107. background-position: 0 0;
  5108. }
  5109. }
  5110. @-o-keyframes progress-bar-stripes {
  5111. from {
  5112. background-position: 40px 0;
  5113. }
  5114. to {
  5115. background-position: 0 0;
  5116. }
  5117. }
  5118. @keyframes progress-bar-stripes {
  5119. from {
  5120. background-position: 40px 0;
  5121. }
  5122. to {
  5123. background-position: 0 0;
  5124. }
  5125. }
  5126. .progress {
  5127. height: 20px;
  5128. margin-bottom: 20px;
  5129. overflow: hidden;
  5130. background-color: #f5f5f5;
  5131. border-radius: 4px;
  5132. -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  5133. box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  5134. }
  5135. .progress-bar {
  5136. float: left;
  5137. width: 0;
  5138. height: 100%;
  5139. font-size: 12px;
  5140. line-height: 20px;
  5141. color: #fff;
  5142. text-align: center;
  5143. background-color: #337ab7;
  5144. -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  5145. box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  5146. -webkit-transition: width .6s ease;
  5147. -o-transition: width .6s ease;
  5148. transition: width .6s ease;
  5149. }
  5150. .progress-striped .progress-bar,
  5151. .progress-bar-striped {
  5152. background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  5153. background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  5154. background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  5155. -webkit-background-size: 40px 40px;
  5156. background-size: 40px 40px;
  5157. }
  5158. .progress.active .progress-bar,
  5159. .progress-bar.active {
  5160. -webkit-animation: progress-bar-stripes 2s linear infinite;
  5161. -o-animation: progress-bar-stripes 2s linear infinite;
  5162. animation: progress-bar-stripes 2s linear infinite;
  5163. }
  5164. .progress-bar-success {
  5165. background-color: #5cb85c;
  5166. }
  5167. .progress-striped .progress-bar-success {
  5168. background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  5169. background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  5170. background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  5171. }
  5172. .progress-bar-info {
  5173. background-color: #5bc0de;
  5174. }
  5175. .progress-striped .progress-bar-info {
  5176. background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  5177. background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  5178. background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  5179. }
  5180. .progress-bar-warning {
  5181. background-color: #f0ad4e;
  5182. }
  5183. .progress-striped .progress-bar-warning {
  5184. background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  5185. background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  5186. background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  5187. }
  5188. .progress-bar-danger {
  5189. background-color: #d9534f;
  5190. }
  5191. .progress-striped .progress-bar-danger {
  5192. background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  5193. background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  5194. background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  5195. }
  5196. .media {
  5197. margin-top: 15px;
  5198. }
  5199. .media:first-child {
  5200. margin-top: 0;
  5201. }
  5202. .media,
  5203. .media-body {
  5204. overflow: hidden;
  5205. zoom: 1;
  5206. }
  5207. .media-body {
  5208. width: 10000px;
  5209. }
  5210. .media-object {
  5211. display: block;
  5212. }
  5213. .media-object.img-thumbnail {
  5214. max-width: none;
  5215. }
  5216. .media-right,
  5217. .media > .pull-right {
  5218. padding-left: 10px;
  5219. }
  5220. .media-left,
  5221. .media > .pull-left {
  5222. padding-right: 10px;
  5223. }
  5224. .media-left,
  5225. .media-right,
  5226. .media-body {
  5227. display: table-cell;
  5228. vertical-align: top;
  5229. }
  5230. .media-middle {
  5231. vertical-align: middle;
  5232. }
  5233. .media-bottom {
  5234. vertical-align: bottom;
  5235. }
  5236. .media-heading {
  5237. margin-top: 0;
  5238. margin-bottom: 5px;
  5239. }
  5240. .media-list {
  5241. padding-left: 0;
  5242. list-style: none;
  5243. }
  5244. .list-group {
  5245. padding-left: 0;
  5246. margin-bottom: 20px;
  5247. }
  5248. .list-group-item {
  5249. position: relative;
  5250. display: block;
  5251. padding: 10px 15px;
  5252. margin-bottom: -1px;
  5253. background-color: #fff;
  5254. border: 1px solid #ddd;
  5255. }
  5256. .list-group-item:first-child {
  5257. border-top-left-radius: 4px;
  5258. border-top-right-radius: 4px;
  5259. }
  5260. .list-group-item:last-child {
  5261. margin-bottom: 0;
  5262. border-bottom-right-radius: 4px;
  5263. border-bottom-left-radius: 4px;
  5264. }
  5265. a.list-group-item,
  5266. button.list-group-item {
  5267. color: #555;
  5268. }
  5269. a.list-group-item .list-group-item-heading,
  5270. button.list-group-item .list-group-item-heading {
  5271. color: #333;
  5272. }
  5273. a.list-group-item:hover,
  5274. button.list-group-item:hover,
  5275. a.list-group-item:focus,
  5276. button.list-group-item:focus {
  5277. color: #555;
  5278. text-decoration: none;
  5279. background-color: #f5f5f5;
  5280. }
  5281. button.list-group-item {
  5282. width: 100%;
  5283. text-align: left;
  5284. }
  5285. .list-group-item.disabled,
  5286. .list-group-item.disabled:hover,
  5287. .list-group-item.disabled:focus {
  5288. color: #777;
  5289. cursor: not-allowed;
  5290. background-color: #eee;
  5291. }
  5292. .list-group-item.disabled .list-group-item-heading,
  5293. .list-group-item.disabled:hover .list-group-item-heading,
  5294. .list-group-item.disabled:focus .list-group-item-heading {
  5295. color: inherit;
  5296. }
  5297. .list-group-item.disabled .list-group-item-text,
  5298. .list-group-item.disabled:hover .list-group-item-text,
  5299. .list-group-item.disabled:focus .list-group-item-text {
  5300. color: #777;
  5301. }
  5302. .list-group-item.active,
  5303. .list-group-item.active:hover,
  5304. .list-group-item.active:focus {
  5305. z-index: 2;
  5306. color: #fff;
  5307. background-color: #337ab7;
  5308. border-color: #337ab7;
  5309. }
  5310. .list-group-item.active .list-group-item-heading,
  5311. .list-group-item.active:hover .list-group-item-heading,
  5312. .list-group-item.active:focus .list-group-item-heading,
  5313. .list-group-item.active .list-group-item-heading > small,
  5314. .list-group-item.active:hover .list-group-item-heading > small,
  5315. .list-group-item.active:focus .list-group-item-heading > small,
  5316. .list-group-item.active .list-group-item-heading > .small,
  5317. .list-group-item.active:hover .list-group-item-heading > .small,
  5318. .list-group-item.active:focus .list-group-item-heading > .small {
  5319. color: inherit;
  5320. }
  5321. .list-group-item.active .list-group-item-text,
  5322. .list-group-item.active:hover .list-group-item-text,
  5323. .list-group-item.active:focus .list-group-item-text {
  5324. color: #c7ddef;
  5325. }
  5326. .list-group-item-success {
  5327. color: #3c763d;
  5328. background-color: #dff0d8;
  5329. }
  5330. a.list-group-item-success,
  5331. button.list-group-item-success {
  5332. color: #3c763d;
  5333. }
  5334. a.list-group-item-success .list-group-item-heading,
  5335. button.list-group-item-success .list-group-item-heading {
  5336. color: inherit;
  5337. }
  5338. a.list-group-item-success:hover,
  5339. button.list-group-item-success:hover,
  5340. a.list-group-item-success:focus,
  5341. button.list-group-item-success:focus {
  5342. color: #3c763d;
  5343. background-color: #d0e9c6;
  5344. }
  5345. a.list-group-item-success.active,
  5346. button.list-group-item-success.active,
  5347. a.list-group-item-success.active:hover,
  5348. button.list-group-item-success.active:hover,
  5349. a.list-group-item-success.active:focus,
  5350. button.list-group-item-success.active:focus {
  5351. color: #fff;
  5352. background-color: #3c763d;
  5353. border-color: #3c763d;
  5354. }
  5355. .list-group-item-info {
  5356. color: #31708f;
  5357. background-color: #d9edf7;
  5358. }
  5359. a.list-group-item-info,
  5360. button.list-group-item-info {
  5361. color: #31708f;
  5362. }
  5363. a.list-group-item-info .list-group-item-heading,
  5364. button.list-group-item-info .list-group-item-heading {
  5365. color: inherit;
  5366. }
  5367. a.list-group-item-info:hover,
  5368. button.list-group-item-info:hover,
  5369. a.list-group-item-info:focus,
  5370. button.list-group-item-info:focus {
  5371. color: #31708f;
  5372. background-color: #c4e3f3;
  5373. }
  5374. a.list-group-item-info.active,
  5375. button.list-group-item-info.active,
  5376. a.list-group-item-info.active:hover,
  5377. button.list-group-item-info.active:hover,
  5378. a.list-group-item-info.active:focus,
  5379. button.list-group-item-info.active:focus {
  5380. color: #fff;
  5381. background-color: #31708f;
  5382. border-color: #31708f;
  5383. }
  5384. .list-group-item-warning {
  5385. color: #8a6d3b;
  5386. background-color: #fcf8e3;
  5387. }
  5388. a.list-group-item-warning,
  5389. button.list-group-item-warning {
  5390. color: #8a6d3b;
  5391. }
  5392. a.list-group-item-warning .list-group-item-heading,
  5393. button.list-group-item-warning .list-group-item-heading {
  5394. color: inherit;
  5395. }
  5396. a.list-group-item-warning:hover,
  5397. button.list-group-item-warning:hover,
  5398. a.list-group-item-warning:focus,
  5399. button.list-group-item-warning:focus {
  5400. color: #8a6d3b;
  5401. background-color: #faf2cc;
  5402. }
  5403. a.list-group-item-warning.active,
  5404. button.list-group-item-warning.active,
  5405. a.list-group-item-warning.active:hover,
  5406. button.list-group-item-warning.active:hover,
  5407. a.list-group-item-warning.active:focus,
  5408. button.list-group-item-warning.active:focus {
  5409. color: #fff;
  5410. background-color: #8a6d3b;
  5411. border-color: #8a6d3b;
  5412. }
  5413. .list-group-item-danger {
  5414. color: #a94442;
  5415. background-color: #f2dede;
  5416. }
  5417. a.list-group-item-danger,
  5418. button.list-group-item-danger {
  5419. color: #a94442;
  5420. }
  5421. a.list-group-item-danger .list-group-item-heading,
  5422. button.list-group-item-danger .list-group-item-heading {
  5423. color: inherit;
  5424. }
  5425. a.list-group-item-danger:hover,
  5426. button.list-group-item-danger:hover,
  5427. a.list-group-item-danger:focus,
  5428. button.list-group-item-danger:focus {
  5429. color: #a94442;
  5430. background-color: #ebcccc;
  5431. }
  5432. a.list-group-item-danger.active,
  5433. button.list-group-item-danger.active,
  5434. a.list-group-item-danger.active:hover,
  5435. button.list-group-item-danger.active:hover,
  5436. a.list-group-item-danger.active:focus,
  5437. button.list-group-item-danger.active:focus {
  5438. color: #fff;
  5439. background-color: #a94442;
  5440. border-color: #a94442;
  5441. }
  5442. .list-group-item-heading {
  5443. margin-top: 0;
  5444. margin-bottom: 5px;
  5445. }
  5446. .list-group-item-text {
  5447. margin-bottom: 0;
  5448. line-height: 1.3;
  5449. }
  5450. .panel {
  5451. margin-bottom: 20px;
  5452. background-color: #fff;
  5453. border: 1px solid transparent;
  5454. border-radius: 4px;
  5455. -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  5456. box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  5457. }
  5458. .panel-body {
  5459. padding: 15px;
  5460. }
  5461. .panel-heading {
  5462. padding: 10px 15px;
  5463. border-bottom: 1px solid transparent;
  5464. border-top-left-radius: 3px;
  5465. border-top-right-radius: 3px;
  5466. }
  5467. .panel-heading > .dropdown .dropdown-toggle {
  5468. color: inherit;
  5469. }
  5470. .panel-title {
  5471. margin-top: 0;
  5472. margin-bottom: 0;
  5473. font-size: 16px;
  5474. color: inherit;
  5475. }
  5476. .panel-title > a,
  5477. .panel-title > small,
  5478. .panel-title > .small,
  5479. .panel-title > small > a,
  5480. .panel-title > .small > a {
  5481. color: inherit;
  5482. }
  5483. .panel-footer {
  5484. padding: 10px 15px;
  5485. background-color: #f5f5f5;
  5486. border-top: 1px solid #ddd;
  5487. border-bottom-right-radius: 3px;
  5488. border-bottom-left-radius: 3px;
  5489. }
  5490. .panel > .list-group,
  5491. .panel > .panel-collapse > .list-group {
  5492. margin-bottom: 0;
  5493. }
  5494. .panel > .list-group .list-group-item,
  5495. .panel > .panel-collapse > .list-group .list-group-item {
  5496. border-width: 1px 0;
  5497. border-radius: 0;
  5498. }
  5499. .panel > .list-group:first-child .list-group-item:first-child,
  5500. .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  5501. border-top: 0;
  5502. border-top-left-radius: 3px;
  5503. border-top-right-radius: 3px;
  5504. }
  5505. .panel > .list-group:last-child .list-group-item:last-child,
  5506. .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  5507. border-bottom: 0;
  5508. border-bottom-right-radius: 3px;
  5509. border-bottom-left-radius: 3px;
  5510. }
  5511. .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  5512. border-top-left-radius: 0;
  5513. border-top-right-radius: 0;
  5514. }
  5515. .panel-heading + .list-group .list-group-item:first-child {
  5516. border-top-width: 0;
  5517. }
  5518. .list-group + .panel-footer {
  5519. border-top-width: 0;
  5520. }
  5521. .panel > .table,
  5522. .panel > .table-responsive > .table,
  5523. .panel > .panel-collapse > .table {
  5524. margin-bottom: 0;
  5525. }
  5526. .panel > .table caption,
  5527. .panel > .table-responsive > .table caption,
  5528. .panel > .panel-collapse > .table caption {
  5529. padding-right: 15px;
  5530. padding-left: 15px;
  5531. }
  5532. .panel > .table:first-child,
  5533. .panel > .table-responsive:first-child > .table:first-child {
  5534. border-top-left-radius: 3px;
  5535. border-top-right-radius: 3px;
  5536. }
  5537. .panel > .table:first-child > thead:first-child > tr:first-child,
  5538. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  5539. .panel > .table:first-child > tbody:first-child > tr:first-child,
  5540. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  5541. border-top-left-radius: 3px;
  5542. border-top-right-radius: 3px;
  5543. }
  5544. .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
  5545. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
  5546. .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  5547. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  5548. .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
  5549. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
  5550. .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  5551. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  5552. border-top-left-radius: 3px;
  5553. }
  5554. .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
  5555. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
  5556. .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  5557. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  5558. .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
  5559. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
  5560. .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  5561. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  5562. border-top-right-radius: 3px;
  5563. }
  5564. .panel > .table:last-child,
  5565. .panel > .table-responsive:last-child > .table:last-child {
  5566. border-bottom-right-radius: 3px;
  5567. border-bottom-left-radius: 3px;
  5568. }
  5569. .panel > .table:last-child > tbody:last-child > tr:last-child,
  5570. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  5571. .panel > .table:last-child > tfoot:last-child > tr:last-child,
  5572. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  5573. border-bottom-right-radius: 3px;
  5574. border-bottom-left-radius: 3px;
  5575. }
  5576. .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  5577. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  5578. .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  5579. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  5580. .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  5581. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  5582. .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  5583. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  5584. border-bottom-left-radius: 3px;
  5585. }
  5586. .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  5587. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  5588. .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  5589. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  5590. .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  5591. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  5592. .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  5593. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  5594. border-bottom-right-radius: 3px;
  5595. }
  5596. .panel > .panel-body + .table,
  5597. .panel > .panel-body + .table-responsive,
  5598. .panel > .table + .panel-body,
  5599. .panel > .table-responsive + .panel-body {
  5600. border-top: 1px solid #ddd;
  5601. }
  5602. .panel > .table > tbody:first-child > tr:first-child th,
  5603. .panel > .table > tbody:first-child > tr:first-child td {
  5604. border-top: 0;
  5605. }
  5606. .panel > .table-bordered,
  5607. .panel > .table-responsive > .table-bordered {
  5608. border: 0;
  5609. }
  5610. .panel > .table-bordered > thead > tr > th:first-child,
  5611. .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  5612. .panel > .table-bordered > tbody > tr > th:first-child,
  5613. .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  5614. .panel > .table-bordered > tfoot > tr > th:first-child,
  5615. .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  5616. .panel > .table-bordered > thead > tr > td:first-child,
  5617. .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  5618. .panel > .table-bordered > tbody > tr > td:first-child,
  5619. .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  5620. .panel > .table-bordered > tfoot > tr > td:first-child,
  5621. .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  5622. border-left: 0;
  5623. }
  5624. .panel > .table-bordered > thead > tr > th:last-child,
  5625. .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  5626. .panel > .table-bordered > tbody > tr > th:last-child,
  5627. .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  5628. .panel > .table-bordered > tfoot > tr > th:last-child,
  5629. .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  5630. .panel > .table-bordered > thead > tr > td:last-child,
  5631. .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  5632. .panel > .table-bordered > tbody > tr > td:last-child,
  5633. .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  5634. .panel > .table-bordered > tfoot > tr > td:last-child,
  5635. .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  5636. border-right: 0;
  5637. }
  5638. .panel > .table-bordered > thead > tr:first-child > td,
  5639. .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  5640. .panel > .table-bordered > tbody > tr:first-child > td,
  5641. .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  5642. .panel > .table-bordered > thead > tr:first-child > th,
  5643. .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  5644. .panel > .table-bordered > tbody > tr:first-child > th,
  5645. .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  5646. border-bottom: 0;
  5647. }
  5648. .panel > .table-bordered > tbody > tr:last-child > td,
  5649. .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  5650. .panel > .table-bordered > tfoot > tr:last-child > td,
  5651. .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  5652. .panel > .table-bordered > tbody > tr:last-child > th,
  5653. .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  5654. .panel > .table-bordered > tfoot > tr:last-child > th,
  5655. .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  5656. border-bottom: 0;
  5657. }
  5658. .panel > .table-responsive {
  5659. margin-bottom: 0;
  5660. border: 0;
  5661. }
  5662. .panel-group {
  5663. margin-bottom: 20px;
  5664. }
  5665. .panel-group .panel {
  5666. margin-bottom: 0;
  5667. border-radius: 4px;
  5668. }
  5669. .panel-group .panel + .panel {
  5670. margin-top: 5px;
  5671. }
  5672. .panel-group .panel-heading {
  5673. border-bottom: 0;
  5674. }
  5675. .panel-group .panel-heading + .panel-collapse > .panel-body,
  5676. .panel-group .panel-heading + .panel-collapse > .list-group {
  5677. border-top: 1px solid #ddd;
  5678. }
  5679. .panel-group .panel-footer {
  5680. border-top: 0;
  5681. }
  5682. .panel-group .panel-footer + .panel-collapse .panel-body {
  5683. border-bottom: 1px solid #ddd;
  5684. }
  5685. .panel-default {
  5686. border-color: #ddd;
  5687. }
  5688. .panel-default > .panel-heading {
  5689. color: #333;
  5690. background-color: #f5f5f5;
  5691. border-color: #ddd;
  5692. }
  5693. .panel-default > .panel-heading + .panel-collapse > .panel-body {
  5694. border-top-color: #ddd;
  5695. }
  5696. .panel-default > .panel-heading .badge {
  5697. color: #f5f5f5;
  5698. background-color: #333;
  5699. }
  5700. .panel-default > .panel-footer + .panel-collapse > .panel-body {
  5701. border-bottom-color: #ddd;
  5702. }
  5703. .panel-primary {
  5704. border-color: #337ab7;
  5705. }
  5706. .panel-primary > .panel-heading {
  5707. color: #fff;
  5708. background-color: #337ab7;
  5709. border-color: #337ab7;
  5710. }
  5711. .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  5712. border-top-color: #337ab7;
  5713. }
  5714. .panel-primary > .panel-heading .badge {
  5715. color: #337ab7;
  5716. background-color: #fff;
  5717. }
  5718. .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  5719. border-bottom-color: #337ab7;
  5720. }
  5721. .panel-success {
  5722. border-color: #d6e9c6;
  5723. }
  5724. .panel-success > .panel-heading {
  5725. color: #3c763d;
  5726. background-color: #dff0d8;
  5727. border-color: #d6e9c6;
  5728. }
  5729. .panel-success > .panel-heading + .panel-collapse > .panel-body {
  5730. border-top-color: #d6e9c6;
  5731. }
  5732. .panel-success > .panel-heading .badge {
  5733. color: #dff0d8;
  5734. background-color: #3c763d;
  5735. }
  5736. .panel-success > .panel-footer + .panel-collapse > .panel-body {
  5737. border-bottom-color: #d6e9c6;
  5738. }
  5739. .panel-info {
  5740. border-color: #bce8f1;
  5741. }
  5742. .panel-info > .panel-heading {
  5743. color: #31708f;
  5744. background-color: #d9edf7;
  5745. border-color: #bce8f1;
  5746. }
  5747. .panel-info > .panel-heading + .panel-collapse > .panel-body {
  5748. border-top-color: #bce8f1;
  5749. }
  5750. .panel-info > .panel-heading .badge {
  5751. color: #d9edf7;
  5752. background-color: #31708f;
  5753. }
  5754. .panel-info > .panel-footer + .panel-collapse > .panel-body {
  5755. border-bottom-color: #bce8f1;
  5756. }
  5757. .panel-warning {
  5758. border-color: #faebcc;
  5759. }
  5760. .panel-warning > .panel-heading {
  5761. color: #8a6d3b;
  5762. background-color: #fcf8e3;
  5763. border-color: #faebcc;
  5764. }
  5765. .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  5766. border-top-color: #faebcc;
  5767. }
  5768. .panel-warning > .panel-heading .badge {
  5769. color: #fcf8e3;
  5770. background-color: #8a6d3b;
  5771. }
  5772. .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  5773. border-bottom-color: #faebcc;
  5774. }
  5775. .panel-danger {
  5776. border-color: #ebccd1;
  5777. }
  5778. .panel-danger > .panel-heading {
  5779. color: #a94442;
  5780. background-color: #f2dede;
  5781. border-color: #ebccd1;
  5782. }
  5783. .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  5784. border-top-color: #ebccd1;
  5785. }
  5786. .panel-danger > .panel-heading .badge {
  5787. color: #f2dede;
  5788. background-color: #a94442;
  5789. }
  5790. .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  5791. border-bottom-color: #ebccd1;
  5792. }
  5793. .embed-responsive {
  5794. position: relative;
  5795. display: block;
  5796. height: 0;
  5797. padding: 0;
  5798. overflow: hidden;
  5799. }
  5800. .embed-responsive .embed-responsive-item,
  5801. .embed-responsive iframe,
  5802. .embed-responsive embed,
  5803. .embed-responsive object,
  5804. .embed-responsive video {
  5805. position: absolute;
  5806. top: 0;
  5807. bottom: 0;
  5808. left: 0;
  5809. width: 100%;
  5810. height: 100%;
  5811. border: 0;
  5812. }
  5813. .embed-responsive-16by9 {
  5814. padding-bottom: 56.25%;
  5815. }
  5816. .embed-responsive-4by3 {
  5817. padding-bottom: 75%;
  5818. }
  5819. .well {
  5820. min-height: 20px;
  5821. padding: 19px;
  5822. margin-bottom: 20px;
  5823. background-color: #f5f5f5;
  5824. border: 1px solid #e3e3e3;
  5825. border-radius: 4px;
  5826. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  5827. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  5828. }
  5829. .well blockquote {
  5830. border-color: #ddd;
  5831. border-color: rgba(0, 0, 0, .15);
  5832. }
  5833. .well-lg {
  5834. padding: 24px;
  5835. border-radius: 6px;
  5836. }
  5837. .well-sm {
  5838. padding: 9px;
  5839. border-radius: 3px;
  5840. }
  5841. .close {
  5842. float: right;
  5843. font-size: 21px;
  5844. font-weight: bold;
  5845. line-height: 1;
  5846. color: #000;
  5847. text-shadow: 0 1px 0 #fff;
  5848. filter: alpha(opacity=20);
  5849. opacity: .2;
  5850. }
  5851. .close:hover,
  5852. .close:focus {
  5853. color: #000;
  5854. text-decoration: none;
  5855. cursor: pointer;
  5856. filter: alpha(opacity=50);
  5857. opacity: .5;
  5858. }
  5859. button.close {
  5860. -webkit-appearance: none;
  5861. padding: 0;
  5862. cursor: pointer;
  5863. background: transparent;
  5864. border: 0;
  5865. }
  5866. .modal-open {
  5867. overflow: hidden;
  5868. }
  5869. .modal {
  5870. position: fixed;
  5871. top: 0;
  5872. right: 0;
  5873. bottom: 0;
  5874. left: 0;
  5875. z-index: 1050;
  5876. display: none;
  5877. overflow: hidden;
  5878. -webkit-overflow-scrolling: touch;
  5879. outline: 0;
  5880. }
  5881. .modal.fade .modal-dialog {
  5882. -webkit-transition: -webkit-transform .3s ease-out;
  5883. -o-transition: -o-transform .3s ease-out;
  5884. transition: transform .3s ease-out;
  5885. -webkit-transform: translate(0, -25%);
  5886. -ms-transform: translate(0, -25%);
  5887. -o-transform: translate(0, -25%);
  5888. transform: translate(0, -25%);
  5889. }
  5890. .modal.in .modal-dialog {
  5891. -webkit-transform: translate(0, 0);
  5892. -ms-transform: translate(0, 0);
  5893. -o-transform: translate(0, 0);
  5894. transform: translate(0, 0);
  5895. }
  5896. .modal-open .modal {
  5897. overflow-x: hidden;
  5898. overflow-y: auto;
  5899. }
  5900. .modal-dialog {
  5901. position: relative;
  5902. width: auto;
  5903. margin: 10px;
  5904. }
  5905. .modal-content {
  5906. position: relative;
  5907. background-color: #fff;
  5908. -webkit-background-clip: padding-box;
  5909. background-clip: padding-box;
  5910. border: 1px solid #999;
  5911. border: 1px solid rgba(0, 0, 0, .2);
  5912. border-radius: 6px;
  5913. outline: 0;
  5914. -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  5915. box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  5916. }
  5917. .modal-backdrop {
  5918. position: fixed;
  5919. top: 0;
  5920. right: 0;
  5921. bottom: 0;
  5922. left: 0;
  5923. z-index: 1040;
  5924. background-color: #000;
  5925. }
  5926. .modal-backdrop.fade {
  5927. filter: alpha(opacity=0);
  5928. opacity: 0;
  5929. }
  5930. .modal-backdrop.in {
  5931. filter: alpha(opacity=50);
  5932. opacity: .5;
  5933. }
  5934. .modal-header {
  5935. padding: 15px;
  5936. border-bottom: 1px solid #e5e5e5;
  5937. }
  5938. .modal-header .close {
  5939. margin-top: -2px;
  5940. }
  5941. .modal-title {
  5942. margin: 0;
  5943. line-height: 1.42857143;
  5944. }
  5945. .modal-body {
  5946. position: relative;
  5947. padding: 15px;
  5948. }
  5949. .modal-footer {
  5950. padding: 15px;
  5951. text-align: right;
  5952. border-top: 1px solid #e5e5e5;
  5953. }
  5954. .modal-footer .btn + .btn {
  5955. margin-bottom: 0;
  5956. margin-left: 5px;
  5957. }
  5958. .modal-footer .btn-group .btn + .btn {
  5959. margin-left: -1px;
  5960. }
  5961. .modal-footer .btn-block + .btn-block {
  5962. margin-left: 0;
  5963. }
  5964. .modal-scrollbar-measure {
  5965. position: absolute;
  5966. top: -9999px;
  5967. width: 50px;
  5968. height: 50px;
  5969. overflow: scroll;
  5970. }
  5971. @media (min-width: 768px) {
  5972. .modal-dialog {
  5973. width: 600px;
  5974. margin: 30px auto;
  5975. }
  5976. .modal-content {
  5977. -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  5978. box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  5979. }
  5980. .modal-sm {
  5981. width: 300px;
  5982. }
  5983. }
  5984. @media (min-width: 992px) {
  5985. .modal-lg {
  5986. width: 900px;
  5987. }
  5988. }
  5989. .tooltip {
  5990. position: absolute;
  5991. z-index: 1070;
  5992. display: block;
  5993. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  5994. font-size: 12px;
  5995. font-style: normal;
  5996. font-weight: normal;
  5997. line-height: 1.42857143;
  5998. text-align: left;
  5999. text-align: start;
  6000. text-decoration: none;
  6001. text-shadow: none;
  6002. text-transform: none;
  6003. letter-spacing: normal;
  6004. word-break: normal;
  6005. word-spacing: normal;
  6006. word-wrap: normal;
  6007. white-space: normal;
  6008. filter: alpha(opacity=0);
  6009. opacity: 0;
  6010.  
  6011. line-break: auto;
  6012. }
  6013. .tooltip.in {
  6014. filter: alpha(opacity=90);
  6015. opacity: .9;
  6016. }
  6017. .tooltip.top {
  6018. padding: 5px 0;
  6019. margin-top: -3px;
  6020. }
  6021. .tooltip.right {
  6022. padding: 0 5px;
  6023. margin-left: 3px;
  6024. }
  6025. .tooltip.bottom {
  6026. padding: 5px 0;
  6027. margin-top: 3px;
  6028. }
  6029. .tooltip.left {
  6030. padding: 0 5px;
  6031. margin-left: -3px;
  6032. }
  6033. .tooltip-inner {
  6034. max-width: 200px;
  6035. padding: 3px 8px;
  6036. color: #fff;
  6037. text-align: center;
  6038. background-color: #000;
  6039. border-radius: 4px;
  6040. }
  6041. .tooltip-arrow {
  6042. position: absolute;
  6043. width: 0;
  6044. height: 0;
  6045. border-color: transparent;
  6046. border-style: solid;
  6047. }
  6048. .tooltip.top .tooltip-arrow {
  6049. bottom: 0;
  6050. left: 50%;
  6051. margin-left: -5px;
  6052. border-width: 5px 5px 0;
  6053. border-top-color: #000;
  6054. }
  6055. .tooltip.top-left .tooltip-arrow {
  6056. right: 5px;
  6057. bottom: 0;
  6058. margin-bottom: -5px;
  6059. border-width: 5px 5px 0;
  6060. border-top-color: #000;
  6061. }
  6062. .tooltip.top-right .tooltip-arrow {
  6063. bottom: 0;
  6064. left: 5px;
  6065. margin-bottom: -5px;
  6066. border-width: 5px 5px 0;
  6067. border-top-color: #000;
  6068. }
  6069. .tooltip.right .tooltip-arrow {
  6070. top: 50%;
  6071. left: 0;
  6072. margin-top: -5px;
  6073. border-width: 5px 5px 5px 0;
  6074. border-right-color: #000;
  6075. }
  6076. .tooltip.left .tooltip-arrow {
  6077. top: 50%;
  6078. right: 0;
  6079. margin-top: -5px;
  6080. border-width: 5px 0 5px 5px;
  6081. border-left-color: #000;
  6082. }
  6083. .tooltip.bottom .tooltip-arrow {
  6084. top: 0;
  6085. left: 50%;
  6086. margin-left: -5px;
  6087. border-width: 0 5px 5px;
  6088. border-bottom-color: #000;
  6089. }
  6090. .tooltip.bottom-left .tooltip-arrow {
  6091. top: 0;
  6092. right: 5px;
  6093. margin-top: -5px;
  6094. border-width: 0 5px 5px;
  6095. border-bottom-color: #000;
  6096. }
  6097. .tooltip.bottom-right .tooltip-arrow {
  6098. top: 0;
  6099. left: 5px;
  6100. margin-top: -5px;
  6101. border-width: 0 5px 5px;
  6102. border-bottom-color: #000;
  6103. }
  6104. .popover {
  6105. position: absolute;
  6106. top: 0;
  6107. left: 0;
  6108. z-index: 1060;
  6109. display: none;
  6110. max-width: 276px;
  6111. padding: 1px;
  6112. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  6113. font-size: 14px;
  6114. font-style: normal;
  6115. font-weight: normal;
  6116. line-height: 1.42857143;
  6117. text-align: left;
  6118. text-align: start;
  6119. text-decoration: none;
  6120. text-shadow: none;
  6121. text-transform: none;
  6122. letter-spacing: normal;
  6123. word-break: normal;
  6124. word-spacing: normal;
  6125. word-wrap: normal;
  6126. white-space: normal;
  6127. background-color: #fff;
  6128. -webkit-background-clip: padding-box;
  6129. background-clip: padding-box;
  6130. border: 1px solid #ccc;
  6131. border: 1px solid rgba(0, 0, 0, .2);
  6132. border-radius: 6px;
  6133. -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  6134. box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  6135.  
  6136. line-break: auto;
  6137. }
  6138. .popover.top {
  6139. margin-top: -10px;
  6140. }
  6141. .popover.right {
  6142. margin-left: 10px;
  6143. }
  6144. .popover.bottom {
  6145. margin-top: 10px;
  6146. }
  6147. .popover.left {
  6148. margin-left: -10px;
  6149. }
  6150. .popover-title {
  6151. padding: 8px 14px;
  6152. margin: 0;
  6153. font-size: 14px;
  6154. background-color: #f7f7f7;
  6155. border-bottom: 1px solid #ebebeb;
  6156. border-radius: 5px 5px 0 0;
  6157. }
  6158. .popover-content {
  6159. padding: 9px 14px;
  6160. }
  6161. .popover > .arrow,
  6162. .popover > .arrow:after {
  6163. position: absolute;
  6164. display: block;
  6165. width: 0;
  6166. height: 0;
  6167. border-color: transparent;
  6168. border-style: solid;
  6169. }
  6170. .popover > .arrow {
  6171. border-width: 11px;
  6172. }
  6173. .popover > .arrow:after {
  6174. content: "";
  6175. border-width: 10px;
  6176. }
  6177. .popover.top > .arrow {
  6178. bottom: -11px;
  6179. left: 50%;
  6180. margin-left: -11px;
  6181. border-top-color: #999;
  6182. border-top-color: rgba(0, 0, 0, .25);
  6183. border-bottom-width: 0;
  6184. }
  6185. .popover.top > .arrow:after {
  6186. bottom: 1px;
  6187. margin-left: -10px;
  6188. content: " ";
  6189. border-top-color: #fff;
  6190. border-bottom-width: 0;
  6191. }
  6192. .popover.right > .arrow {
  6193. top: 50%;
  6194. left: -11px;
  6195. margin-top: -11px;
  6196. border-right-color: #999;
  6197. border-right-color: rgba(0, 0, 0, .25);
  6198. border-left-width: 0;
  6199. }
  6200. .popover.right > .arrow:after {
  6201. bottom: -10px;
  6202. left: 1px;
  6203. content: " ";
  6204. border-right-color: #fff;
  6205. border-left-width: 0;
  6206. }
  6207. .popover.bottom > .arrow {
  6208. top: -11px;
  6209. left: 50%;
  6210. margin-left: -11px;
  6211. border-top-width: 0;
  6212. border-bottom-color: #999;
  6213. border-bottom-color: rgba(0, 0, 0, .25);
  6214. }
  6215. .popover.bottom > .arrow:after {
  6216. top: 1px;
  6217. margin-left: -10px;
  6218. content: " ";
  6219. border-top-width: 0;
  6220. border-bottom-color: #fff;
  6221. }
  6222. .popover.left > .arrow {
  6223. top: 50%;
  6224. right: -11px;
  6225. margin-top: -11px;
  6226. border-right-width: 0;
  6227. border-left-color: #999;
  6228. border-left-color: rgba(0, 0, 0, .25);
  6229. }
  6230. .popover.left > .arrow:after {
  6231. right: 1px;
  6232. bottom: -10px;
  6233. content: " ";
  6234. border-right-width: 0;
  6235. border-left-color: #fff;
  6236. }
  6237. .carousel {
  6238. position: relative;
  6239. }
  6240. .carousel-inner {
  6241. position: relative;
  6242. width: 100%;
  6243. overflow: hidden;
  6244. }
  6245. .carousel-inner > .item {
  6246. position: relative;
  6247. display: none;
  6248. -webkit-transition: .6s ease-in-out left;
  6249. -o-transition: .6s ease-in-out left;
  6250. transition: .6s ease-in-out left;
  6251. }
  6252. .carousel-inner > .item > img,
  6253. .carousel-inner > .item > a > img {
  6254. line-height: 1;
  6255. }
  6256. @media all and (transform-3d), (-webkit-transform-3d) {
  6257. .carousel-inner > .item {
  6258. -webkit-transition: -webkit-transform .6s ease-in-out;
  6259. -o-transition: -o-transform .6s ease-in-out;
  6260. transition: transform .6s ease-in-out;
  6261.  
  6262. -webkit-backface-visibility: hidden;
  6263. backface-visibility: hidden;
  6264. -webkit-perspective: 1000px;
  6265. perspective: 1000px;
  6266. }
  6267. .carousel-inner > .item.next,
  6268. .carousel-inner > .item.active.right {
  6269. left: 0;
  6270. -webkit-transform: translate3d(100%, 0, 0);
  6271. transform: translate3d(100%, 0, 0);
  6272. }
  6273. .carousel-inner > .item.prev,
  6274. .carousel-inner > .item.active.left {
  6275. left: 0;
  6276. -webkit-transform: translate3d(-100%, 0, 0);
  6277. transform: translate3d(-100%, 0, 0);
  6278. }
  6279. .carousel-inner > .item.next.left,
  6280. .carousel-inner > .item.prev.right,
  6281. .carousel-inner > .item.active {
  6282. left: 0;
  6283. -webkit-transform: translate3d(0, 0, 0);
  6284. transform: translate3d(0, 0, 0);
  6285. }
  6286. }
  6287. .carousel-inner > .active,
  6288. .carousel-inner > .next,
  6289. .carousel-inner > .prev {
  6290. display: block;
  6291. }
  6292. .carousel-inner > .active {
  6293. left: 0;
  6294. }
  6295. .carousel-inner > .next,
  6296. .carousel-inner > .prev {
  6297. position: absolute;
  6298. top: 0;
  6299. width: 100%;
  6300. }
  6301. .carousel-inner > .next {
  6302. left: 100%;
  6303. }
  6304. .carousel-inner > .prev {
  6305. left: -100%;
  6306. }
  6307. .carousel-inner > .next.left,
  6308. .carousel-inner > .prev.right {
  6309. left: 0;
  6310. }
  6311. .carousel-inner > .active.left {
  6312. left: -100%;
  6313. }
  6314. .carousel-inner > .active.right {
  6315. left: 100%;
  6316. }
  6317. .carousel-control {
  6318. position: absolute;
  6319. top: 0;
  6320. bottom: 0;
  6321. left: 0;
  6322. width: 15%;
  6323. font-size: 20px;
  6324. color: #fff;
  6325. text-align: center;
  6326. text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  6327. background-color: rgba(0, 0, 0, 0);
  6328. filter: alpha(opacity=50);
  6329. opacity: .5;
  6330. }
  6331. .carousel-control.left {
  6332. background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  6333. background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  6334. background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  6335. background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  6336. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  6337. background-repeat: repeat-x;
  6338. }
  6339. .carousel-control.right {
  6340. right: 0;
  6341. left: auto;
  6342. background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  6343. background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  6344. background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  6345. background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  6346. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  6347. background-repeat: repeat-x;
  6348. }
  6349. .carousel-control:hover,
  6350. .carousel-control:focus {
  6351. color: #fff;
  6352. text-decoration: none;
  6353. filter: alpha(opacity=90);
  6354. outline: 0;
  6355. opacity: .9;
  6356. }
  6357. .carousel-control .icon-prev,
  6358. .carousel-control .icon-next,
  6359. .carousel-control .glyphicon-chevron-left,
  6360. .carousel-control .glyphicon-chevron-right {
  6361. position: absolute;
  6362. top: 50%;
  6363. z-index: 5;
  6364. display: inline-block;
  6365. margin-top: -10px;
  6366. }
  6367. .carousel-control .icon-prev,
  6368. .carousel-control .glyphicon-chevron-left {
  6369. left: 50%;
  6370. margin-left: -10px;
  6371. }
  6372. .carousel-control .icon-next,
  6373. .carousel-control .glyphicon-chevron-right {
  6374. right: 50%;
  6375. margin-right: -10px;
  6376. }
  6377. .carousel-control .icon-prev,
  6378. .carousel-control .icon-next {
  6379. width: 20px;
  6380. height: 20px;
  6381. font-family: serif;
  6382. line-height: 1;
  6383. }
  6384. .carousel-control .icon-prev:before {
  6385. content: '\2039';
  6386. }
  6387. .carousel-control .icon-next:before {
  6388. content: '\203a';
  6389. }
  6390. .carousel-indicators {
  6391. position: absolute;
  6392. bottom: 10px;
  6393. left: 50%;
  6394. z-index: 15;
  6395. width: 60%;
  6396. padding-left: 0;
  6397. margin-left: -30%;
  6398. text-align: center;
  6399. list-style: none;
  6400. }
  6401. .carousel-indicators li {
  6402. display: inline-block;
  6403. width: 10px;
  6404. height: 10px;
  6405. margin: 1px;
  6406. text-indent: -999px;
  6407. cursor: pointer;
  6408. background-color: #000 \9;
  6409. background-color: rgba(0, 0, 0, 0);
  6410. border: 1px solid #fff;
  6411. border-radius: 10px;
  6412. }
  6413. .carousel-indicators .active {
  6414. width: 12px;
  6415. height: 12px;
  6416. margin: 0;
  6417. background-color: #fff;
  6418. }
  6419. .carousel-caption {
  6420. position: absolute;
  6421. right: 15%;
  6422. bottom: 20px;
  6423. left: 15%;
  6424. z-index: 10;
  6425. padding-top: 20px;
  6426. padding-bottom: 20px;
  6427. color: #fff;
  6428. text-align: center;
  6429. text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  6430. }
  6431. .carousel-caption .btn {
  6432. text-shadow: none;
  6433. }
  6434. @media screen and (min-width: 768px) {
  6435. .carousel-control .glyphicon-chevron-left,
  6436. .carousel-control .glyphicon-chevron-right,
  6437. .carousel-control .icon-prev,
  6438. .carousel-control .icon-next {
  6439. width: 30px;
  6440. height: 30px;
  6441. margin-top: -10px;
  6442. font-size: 30px;
  6443. }
  6444. .carousel-control .glyphicon-chevron-left,
  6445. .carousel-control .icon-prev {
  6446. margin-left: -10px;
  6447. }
  6448. .carousel-control .glyphicon-chevron-right,
  6449. .carousel-control .icon-next {
  6450. margin-right: -10px;
  6451. }
  6452. .carousel-caption {
  6453. right: 20%;
  6454. left: 20%;
  6455. padding-bottom: 30px;
  6456. }
  6457. .carousel-indicators {
  6458. bottom: 20px;
  6459. }
  6460. }
  6461. .clearfix:before,
  6462. .clearfix:after,
  6463. .dl-horizontal dd:before,
  6464. .dl-horizontal dd:after,
  6465. .container:before,
  6466. .container:after,
  6467. .container-fluid:before,
  6468. .container-fluid:after,
  6469. .row:before,
  6470. .row:after,
  6471. .form-horizontal .form-group:before,
  6472. .form-horizontal .form-group:after,
  6473. .btn-toolbar:before,
  6474. .btn-toolbar:after,
  6475. .btn-group-vertical > .btn-group:before,
  6476. .btn-group-vertical > .btn-group:after,
  6477. .nav:before,
  6478. .nav:after,
  6479. .navbar:before,
  6480. .navbar:after,
  6481. .navbar-header:before,
  6482. .navbar-header:after,
  6483. .navbar-collapse:before,
  6484. .navbar-collapse:after,
  6485. .pager:before,
  6486. .pager:after,
  6487. .panel-body:before,
  6488. .panel-body:after,
  6489. .modal-header:before,
  6490. .modal-header:after,
  6491. .modal-footer:before,
  6492. .modal-footer:after {
  6493. display: table;
  6494. content: " ";
  6495. }
  6496. .clearfix:after,
  6497. .dl-horizontal dd:after,
  6498. .container:after,
  6499. .container-fluid:after,
  6500. .row:after,
  6501. .form-horizontal .form-group:after,
  6502. .btn-toolbar:after,
  6503. .btn-group-vertical > .btn-group:after,
  6504. .nav:after,
  6505. .navbar:after,
  6506. .navbar-header:after,
  6507. .navbar-collapse:after,
  6508. .pager:after,
  6509. .panel-body:after,
  6510. .modal-header:after,
  6511. .modal-footer:after {
  6512. clear: both;
  6513. }
  6514. .center-block {
  6515. display: block;
  6516. margin-right: auto;
  6517. margin-left: auto;
  6518. }
  6519. .pull-right {
  6520. float: right !important;
  6521. }
  6522. .pull-left {
  6523. float: left !important;
  6524. }
  6525. .hide {
  6526. display: none !important;
  6527. }
  6528. .show {
  6529. display: block !important;
  6530. }
  6531. .invisible {
  6532. visibility: hidden;
  6533. }
  6534. .text-hide {
  6535. font: 0/0 a;
  6536. color: transparent;
  6537. text-shadow: none;
  6538. background-color: transparent;
  6539. border: 0;
  6540. }
  6541. .hidden {
  6542. display: none !important;
  6543. }
  6544. .affix {
  6545. position: fixed;
  6546. }
  6547. @-ms-viewport {
  6548. width: device-width;
  6549. }
  6550. .visible-xs,
  6551. .visible-sm,
  6552. .visible-md,
  6553. .visible-lg {
  6554. display: none !important;
  6555. }
  6556. .visible-xs-block,
  6557. .visible-xs-inline,
  6558. .visible-xs-inline-block,
  6559. .visible-sm-block,
  6560. .visible-sm-inline,
  6561. .visible-sm-inline-block,
  6562. .visible-md-block,
  6563. .visible-md-inline,
  6564. .visible-md-inline-block,
  6565. .visible-lg-block,
  6566. .visible-lg-inline,
  6567. .visible-lg-inline-block {
  6568. display: none !important;
  6569. }
  6570. @media (max-width: 767px) {
  6571. .visible-xs {
  6572. display: block !important;
  6573. }
  6574. table.visible-xs {
  6575. display: table !important;
  6576. }
  6577. tr.visible-xs {
  6578. display: table-row !important;
  6579. }
  6580. th.visible-xs,
  6581. td.visible-xs {
  6582. display: table-cell !important;
  6583. }
  6584. }
  6585. @media (max-width: 767px) {
  6586. .visible-xs-block {
  6587. display: block !important;
  6588. }
  6589. }
  6590. @media (max-width: 767px) {
  6591. .visible-xs-inline {
  6592. display: inline !important;
  6593. }
  6594. }
  6595. @media (max-width: 767px) {
  6596. .visible-xs-inline-block {
  6597. display: inline-block !important;
  6598. }
  6599. }
  6600. @media (min-width: 768px) and (max-width: 991px) {
  6601. .visible-sm {
  6602. display: block !important;
  6603. }
  6604. table.visible-sm {
  6605. display: table !important;
  6606. }
  6607. tr.visible-sm {
  6608. display: table-row !important;
  6609. }
  6610. th.visible-sm,
  6611. td.visible-sm {
  6612. display: table-cell !important;
  6613. }
  6614. }
  6615. @media (min-width: 768px) and (max-width: 991px) {
  6616. .visible-sm-block {
  6617. display: block !important;
  6618. }
  6619. }
  6620. @media (min-width: 768px) and (max-width: 991px) {
  6621. .visible-sm-inline {
  6622. display: inline !important;
  6623. }
  6624. }
  6625. @media (min-width: 768px) and (max-width: 991px) {
  6626. .visible-sm-inline-block {
  6627. display: inline-block !important;
  6628. }
  6629. }
  6630. @media (min-width: 992px) and (max-width: 1199px) {
  6631. .visible-md {
  6632. display: block !important;
  6633. }
  6634. table.visible-md {
  6635. display: table !important;
  6636. }
  6637. tr.visible-md {
  6638. display: table-row !important;
  6639. }
  6640. th.visible-md,
  6641. td.visible-md {
  6642. display: table-cell !important;
  6643. }
  6644. }
  6645. @media (min-width: 992px) and (max-width: 1199px) {
  6646. .visible-md-block {
  6647. display: block !important;
  6648. }
  6649. }
  6650. @media (min-width: 992px) and (max-width: 1199px) {
  6651. .visible-md-inline {
  6652. display: inline !important;
  6653. }
  6654. }
  6655. @media (min-width: 992px) and (max-width: 1199px) {
  6656. .visible-md-inline-block {
  6657. display: inline-block !important;
  6658. }
  6659. }
  6660. @media (min-width: 1200px) {
  6661. .visible-lg {
  6662. display: block !important;
  6663. }
  6664. table.visible-lg {
  6665. display: table !important;
  6666. }
  6667. tr.visible-lg {
  6668. display: table-row !important;
  6669. }
  6670. th.visible-lg,
  6671. td.visible-lg {
  6672. display: table-cell !important;
  6673. }
  6674. }
  6675. @media (min-width: 1200px) {
  6676. .visible-lg-block {
  6677. display: block !important;
  6678. }
  6679. }
  6680. @media (min-width: 1200px) {
  6681. .visible-lg-inline {
  6682. display: inline !important;
  6683. }
  6684. }
  6685. @media (min-width: 1200px) {
  6686. .visible-lg-inline-block {
  6687. display: inline-block !important;
  6688. }
  6689. }
  6690. @media (max-width: 767px) {
  6691. .hidden-xs {
  6692. display: none !important;
  6693. }
  6694. }
  6695. @media (min-width: 768px) and (max-width: 991px) {
  6696. .hidden-sm {
  6697. display: none !important;
  6698. }
  6699. }
  6700. @media (min-width: 992px) and (max-width: 1199px) {
  6701. .hidden-md {
  6702. display: none !important;
  6703. }
  6704. }
  6705. @media (min-width: 1200px) {
  6706. .hidden-lg {
  6707. display: none !important;
  6708. }
  6709. }
  6710. .visible-print {
  6711. display: none !important;
  6712. }
  6713. @media print {
  6714. .visible-print {
  6715. display: block !important;
  6716. }
  6717. table.visible-print {
  6718. display: table !important;
  6719. }
  6720. tr.visible-print {
  6721. display: table-row !important;
  6722. }
  6723. th.visible-print,
  6724. td.visible-print {
  6725. display: table-cell !important;
  6726. }
  6727. }
  6728. .visible-print-block {
  6729. display: none !important;
  6730. }
  6731. @media print {
  6732. .visible-print-block {
  6733. display: block !important;
  6734. }
  6735. }
  6736. .visible-print-inline {
  6737. display: none !important;
  6738. }
  6739. @media print {
  6740. .visible-print-inline {
  6741. display: inline !important;
  6742. }
  6743. }
  6744. .visible-print-inline-block {
  6745. display: none !important;
  6746. }
  6747. @media print {
  6748. .visible-print-inline-block {
  6749. display: inline-block !important;
  6750. }
  6751. }
  6752. @media print {
  6753. .hidden-print {
  6754. display: none !important;
  6755. }
  6756. }
  6757. /*# sourceMappingURL=bootstrap.css.map */
  6758.  
  6759. /*!
  6760. * Font Awesome Pro 5.2.0 by @fontawesome - https://fontawesome.com
  6761. * License - https://fontawesome.com/license (Commercial License)
  6762. */
  6763. .fa,
  6764. .fas,
  6765. .far,
  6766. .fal,
  6767. .fab {
  6768. -moz-osx-font-smoothing: grayscale;
  6769. -webkit-font-smoothing: antialiased;
  6770. display: inline-block;
  6771. font-style: normal;
  6772. font-variant: normal;
  6773. text-rendering: auto;
  6774. line-height: 1; }
  6775.  
  6776. .fa-lg {
  6777. font-size: 1.33333em;
  6778. line-height: 0.75em;
  6779. vertical-align: -.0667em; }
  6780.  
  6781. .fa-xs {
  6782. font-size: .75em; }
  6783.  
  6784. .fa-sm {
  6785. font-size: .875em; }
  6786.  
  6787. .fa-1x {
  6788. font-size: 1em; }
  6789.  
  6790. .fa-2x {
  6791. font-size: 2em; }
  6792.  
  6793. .fa-3x {
  6794. font-size: 3em; }
  6795.  
  6796. .fa-4x {
  6797. font-size: 4em; }
  6798.  
  6799. .fa-5x {
  6800. font-size: 5em; }
  6801.  
  6802. .fa-6x {
  6803. font-size: 6em; }
  6804.  
  6805. .fa-7x {
  6806. font-size: 7em; }
  6807.  
  6808. .fa-8x {
  6809. font-size: 8em; }
  6810.  
  6811. .fa-9x {
  6812. font-size: 9em; }
  6813.  
  6814. .fa-10x {
  6815. font-size: 10em; }
  6816.  
  6817. .fa-fw {
  6818. text-align: center;
  6819. width: 1.25em; }
  6820.  
  6821. .fa-ul {
  6822. list-style-type: none;
  6823. margin-left: 2.5em;
  6824. padding-left: 0; }
  6825. .fa-ul > li {
  6826. position: relative; }
  6827.  
  6828. .fa-li {
  6829. left: -2em;
  6830. position: absolute;
  6831. text-align: center;
  6832. width: 2em;
  6833. line-height: inherit; }
  6834.  
  6835. .fa-border {
  6836. border: solid 0.08em #eee;
  6837. border-radius: .1em;
  6838. padding: .2em .25em .15em; }
  6839.  
  6840. .fa-pull-left {
  6841. float: left; }
  6842.  
  6843. .fa-pull-right {
  6844. float: right; }
  6845.  
  6846. .fa.fa-pull-left,
  6847. .fas.fa-pull-left,
  6848. .far.fa-pull-left,
  6849. .fal.fa-pull-left,
  6850. .fab.fa-pull-left {
  6851. margin-right: .3em; }
  6852.  
  6853. .fa.fa-pull-right,
  6854. .fas.fa-pull-right,
  6855. .far.fa-pull-right,
  6856. .fal.fa-pull-right,
  6857. .fab.fa-pull-right {
  6858. margin-left: .3em; }
  6859.  
  6860. .fa-spin {
  6861. -webkit-animation: fa-spin 2s infinite linear;
  6862. animation: fa-spin 2s infinite linear; }
  6863.  
  6864. .fa-pulse {
  6865. -webkit-animation: fa-spin 1s infinite steps(8);
  6866. animation: fa-spin 1s infinite steps(8); }
  6867.  
  6868. @-webkit-keyframes fa-spin {
  6869. 0% {
  6870. -webkit-transform: rotate(0deg);
  6871. transform: rotate(0deg); }
  6872. 100% {
  6873. -webkit-transform: rotate(360deg);
  6874. transform: rotate(360deg); } }
  6875.  
  6876. @keyframes fa-spin {
  6877. 0% {
  6878. -webkit-transform: rotate(0deg);
  6879. transform: rotate(0deg); }
  6880. 100% {
  6881. -webkit-transform: rotate(360deg);
  6882. transform: rotate(360deg); } }
  6883.  
  6884. .fa-rotate-90 {
  6885. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  6886. -webkit-transform: rotate(90deg);
  6887. transform: rotate(90deg); }
  6888.  
  6889. .fa-rotate-180 {
  6890. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  6891. -webkit-transform: rotate(180deg);
  6892. transform: rotate(180deg); }
  6893.  
  6894. .fa-rotate-270 {
  6895. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  6896. -webkit-transform: rotate(270deg);
  6897. transform: rotate(270deg); }
  6898.  
  6899. .fa-flip-horizontal {
  6900. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  6901. -webkit-transform: scale(-1, 1);
  6902. transform: scale(-1, 1); }
  6903.  
  6904. .fa-flip-vertical {
  6905. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  6906. -webkit-transform: scale(1, -1);
  6907. transform: scale(1, -1); }
  6908.  
  6909. .fa-flip-horizontal.fa-flip-vertical {
  6910. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  6911. -webkit-transform: scale(-1, -1);
  6912. transform: scale(-1, -1); }
  6913.  
  6914. :root .fa-rotate-90,
  6915. :root .fa-rotate-180,
  6916. :root .fa-rotate-270,
  6917. :root .fa-flip-horizontal,
  6918. :root .fa-flip-vertical {
  6919. -webkit-filter: none;
  6920. filter: none; }
  6921.  
  6922. .fa-stack {
  6923. display: inline-block;
  6924. height: 2em;
  6925. line-height: 2em;
  6926. position: relative;
  6927. vertical-align: middle;
  6928. width: 2em; }
  6929.  
  6930. .fa-stack-1x,
  6931. .fa-stack-2x {
  6932. left: 0;
  6933. position: absolute;
  6934. text-align: center;
  6935. width: 100%; }
  6936.  
  6937. .fa-stack-1x {
  6938. line-height: inherit; }
  6939.  
  6940. .fa-stack-2x {
  6941. font-size: 2em; }
  6942.  
  6943. .fa-inverse {
  6944. color: #fff; }
  6945.  
  6946. /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
  6947. readers do not read off random characters that represent icons */
  6948. .fa-500px:before {
  6949. content: "\f26e"; }
  6950.  
  6951. .fa-accessible-icon:before {
  6952. content: "\f368"; }
  6953.  
  6954. .fa-accusoft:before {
  6955. content: "\f369"; }
  6956.  
  6957. .fa-address-book:before {
  6958. content: "\f2b9"; }
  6959.  
  6960. .fa-address-card:before {
  6961. content: "\f2bb"; }
  6962.  
  6963. .fa-adjust:before {
  6964. content: "\f042"; }
  6965.  
  6966. .fa-adn:before {
  6967. content: "\f170"; }
  6968.  
  6969. .fa-adversal:before {
  6970. content: "\f36a"; }
  6971.  
  6972. .fa-affiliatetheme:before {
  6973. content: "\f36b"; }
  6974.  
  6975. .fa-air-freshener:before {
  6976. content: "\f5d0"; }
  6977.  
  6978. .fa-alarm-clock:before {
  6979. content: "\f34e"; }
  6980.  
  6981. .fa-algolia:before {
  6982. content: "\f36c"; }
  6983.  
  6984. .fa-align-center:before {
  6985. content: "\f037"; }
  6986.  
  6987. .fa-align-justify:before {
  6988. content: "\f039"; }
  6989.  
  6990. .fa-align-left:before {
  6991. content: "\f036"; }
  6992.  
  6993. .fa-align-right:before {
  6994. content: "\f038"; }
  6995.  
  6996. .fa-allergies:before {
  6997. content: "\f461"; }
  6998.  
  6999. .fa-amazon:before {
  7000. content: "\f270"; }
  7001.  
  7002. .fa-amazon-pay:before {
  7003. content: "\f42c"; }
  7004.  
  7005. .fa-ambulance:before {
  7006. content: "\f0f9"; }
  7007.  
  7008. .fa-american-sign-language-interpreting:before {
  7009. content: "\f2a3"; }
  7010.  
  7011. .fa-amilia:before {
  7012. content: "\f36d"; }
  7013.  
  7014. .fa-anchor:before {
  7015. content: "\f13d"; }
  7016.  
  7017. .fa-android:before {
  7018. content: "\f17b"; }
  7019.  
  7020. .fa-angellist:before {
  7021. content: "\f209"; }
  7022.  
  7023. .fa-angle-double-down:before {
  7024. content: "\f103"; }
  7025.  
  7026. .fa-angle-double-left:before {
  7027. content: "\f100"; }
  7028.  
  7029. .fa-angle-double-right:before {
  7030. content: "\f101"; }
  7031.  
  7032. .fa-angle-double-up:before {
  7033. content: "\f102"; }
  7034.  
  7035. .fa-angle-down:before {
  7036. content: "\f107"; }
  7037.  
  7038. .fa-angle-left:before {
  7039. content: "\f104"; }
  7040.  
  7041. .fa-angle-right:before {
  7042. content: "\f105"; }
  7043.  
  7044. .fa-angle-up:before {
  7045. content: "\f106"; }
  7046.  
  7047. .fa-angry:before {
  7048. content: "\f556"; }
  7049.  
  7050. .fa-angrycreative:before {
  7051. content: "\f36e"; }
  7052.  
  7053. .fa-angular:before {
  7054. content: "\f420"; }
  7055.  
  7056. .fa-app-store:before {
  7057. content: "\f36f"; }
  7058.  
  7059. .fa-app-store-ios:before {
  7060. content: "\f370"; }
  7061.  
  7062. .fa-apper:before {
  7063. content: "\f371"; }
  7064.  
  7065. .fa-apple:before {
  7066. content: "\f179"; }
  7067.  
  7068. .fa-apple-alt:before {
  7069. content: "\f5d1"; }
  7070.  
  7071. .fa-apple-pay:before {
  7072. content: "\f415"; }
  7073.  
  7074. .fa-archive:before {
  7075. content: "\f187"; }
  7076.  
  7077. .fa-archway:before {
  7078. content: "\f557"; }
  7079.  
  7080. .fa-arrow-alt-circle-down:before {
  7081. content: "\f358"; }
  7082.  
  7083. .fa-arrow-alt-circle-left:before {
  7084. content: "\f359"; }
  7085.  
  7086. .fa-arrow-alt-circle-right:before {
  7087. content: "\f35a"; }
  7088.  
  7089. .fa-arrow-alt-circle-up:before {
  7090. content: "\f35b"; }
  7091.  
  7092. .fa-arrow-alt-down:before {
  7093. content: "\f354"; }
  7094.  
  7095. .fa-arrow-alt-from-bottom:before {
  7096. content: "\f346"; }
  7097.  
  7098. .fa-arrow-alt-from-left:before {
  7099. content: "\f347"; }
  7100.  
  7101. .fa-arrow-alt-from-right:before {
  7102. content: "\f348"; }
  7103.  
  7104. .fa-arrow-alt-from-top:before {
  7105. content: "\f349"; }
  7106.  
  7107. .fa-arrow-alt-left:before {
  7108. content: "\f355"; }
  7109.  
  7110. .fa-arrow-alt-right:before {
  7111. content: "\f356"; }
  7112.  
  7113. .fa-arrow-alt-square-down:before {
  7114. content: "\f350"; }
  7115.  
  7116. .fa-arrow-alt-square-left:before {
  7117. content: "\f351"; }
  7118.  
  7119. .fa-arrow-alt-square-right:before {
  7120. content: "\f352"; }
  7121.  
  7122. .fa-arrow-alt-square-up:before {
  7123. content: "\f353"; }
  7124.  
  7125. .fa-arrow-alt-to-bottom:before {
  7126. content: "\f34a"; }
  7127.  
  7128. .fa-arrow-alt-to-left:before {
  7129. content: "\f34b"; }
  7130.  
  7131. .fa-arrow-alt-to-right:before {
  7132. content: "\f34c"; }
  7133.  
  7134. .fa-arrow-alt-to-top:before {
  7135. content: "\f34d"; }
  7136.  
  7137. .fa-arrow-alt-up:before {
  7138. content: "\f357"; }
  7139.  
  7140. .fa-arrow-circle-down:before {
  7141. content: "\f0ab"; }
  7142.  
  7143. .fa-arrow-circle-left:before {
  7144. content: "\f0a8"; }
  7145.  
  7146. .fa-arrow-circle-right:before {
  7147. content: "\f0a9"; }
  7148.  
  7149. .fa-arrow-circle-up:before {
  7150. content: "\f0aa"; }
  7151.  
  7152. .fa-arrow-down:before {
  7153. content: "\f063"; }
  7154.  
  7155. .fa-arrow-from-bottom:before {
  7156. content: "\f342"; }
  7157.  
  7158. .fa-arrow-from-left:before {
  7159. content: "\f343"; }
  7160.  
  7161. .fa-arrow-from-right:before {
  7162. content: "\f344"; }
  7163.  
  7164. .fa-arrow-from-top:before {
  7165. content: "\f345"; }
  7166.  
  7167. .fa-arrow-left:before {
  7168. content: "\f060"; }
  7169.  
  7170. .fa-arrow-right:before {
  7171. content: "\f061"; }
  7172.  
  7173. .fa-arrow-square-down:before {
  7174. content: "\f339"; }
  7175.  
  7176. .fa-arrow-square-left:before {
  7177. content: "\f33a"; }
  7178.  
  7179. .fa-arrow-square-right:before {
  7180. content: "\f33b"; }
  7181.  
  7182. .fa-arrow-square-up:before {
  7183. content: "\f33c"; }
  7184.  
  7185. .fa-arrow-to-bottom:before {
  7186. content: "\f33d"; }
  7187.  
  7188. .fa-arrow-to-left:before {
  7189. content: "\f33e"; }
  7190.  
  7191. .fa-arrow-to-right:before {
  7192. content: "\f340"; }
  7193.  
  7194. .fa-arrow-to-top:before {
  7195. content: "\f341"; }
  7196.  
  7197. .fa-arrow-up:before {
  7198. content: "\f062"; }
  7199.  
  7200. .fa-arrows:before {
  7201. content: "\f047"; }
  7202.  
  7203. .fa-arrows-alt:before {
  7204. content: "\f0b2"; }
  7205.  
  7206. .fa-arrows-alt-h:before {
  7207. content: "\f337"; }
  7208.  
  7209. .fa-arrows-alt-v:before {
  7210. content: "\f338"; }
  7211.  
  7212. .fa-arrows-h:before {
  7213. content: "\f07e"; }
  7214.  
  7215. .fa-arrows-v:before {
  7216. content: "\f07d"; }
  7217.  
  7218. .fa-assistive-listening-systems:before {
  7219. content: "\f2a2"; }
  7220.  
  7221. .fa-asterisk:before {
  7222. content: "\f069"; }
  7223.  
  7224. .fa-asymmetrik:before {
  7225. content: "\f372"; }
  7226.  
  7227. .fa-at:before {
  7228. content: "\f1fa"; }
  7229.  
  7230. .fa-atlas:before {
  7231. content: "\f558"; }
  7232.  
  7233. .fa-atom:before {
  7234. content: "\f5d2"; }
  7235.  
  7236. .fa-atom-alt:before {
  7237. content: "\f5d3"; }
  7238.  
  7239. .fa-audible:before {
  7240. content: "\f373"; }
  7241.  
  7242. .fa-audio-description:before {
  7243. content: "\f29e"; }
  7244.  
  7245. .fa-autoprefixer:before {
  7246. content: "\f41c"; }
  7247.  
  7248. .fa-avianex:before {
  7249. content: "\f374"; }
  7250.  
  7251. .fa-aviato:before {
  7252. content: "\f421"; }
  7253.  
  7254. .fa-award:before {
  7255. content: "\f559"; }
  7256.  
  7257. .fa-aws:before {
  7258. content: "\f375"; }
  7259.  
  7260. .fa-backpack:before {
  7261. content: "\f5d4"; }
  7262.  
  7263. .fa-backspace:before {
  7264. content: "\f55a"; }
  7265.  
  7266. .fa-backward:before {
  7267. content: "\f04a"; }
  7268.  
  7269. .fa-badge:before {
  7270. content: "\f335"; }
  7271.  
  7272. .fa-badge-check:before {
  7273. content: "\f336"; }
  7274.  
  7275. .fa-balance-scale:before {
  7276. content: "\f24e"; }
  7277.  
  7278. .fa-balance-scale-left:before {
  7279. content: "\f515"; }
  7280.  
  7281. .fa-balance-scale-right:before {
  7282. content: "\f516"; }
  7283.  
  7284. .fa-ban:before {
  7285. content: "\f05e"; }
  7286.  
  7287. .fa-band-aid:before {
  7288. content: "\f462"; }
  7289.  
  7290. .fa-bandcamp:before {
  7291. content: "\f2d5"; }
  7292.  
  7293. .fa-barcode:before {
  7294. content: "\f02a"; }
  7295.  
  7296. .fa-barcode-alt:before {
  7297. content: "\f463"; }
  7298.  
  7299. .fa-barcode-read:before {
  7300. content: "\f464"; }
  7301.  
  7302. .fa-barcode-scan:before {
  7303. content: "\f465"; }
  7304.  
  7305. .fa-bars:before {
  7306. content: "\f0c9"; }
  7307.  
  7308. .fa-baseball:before {
  7309. content: "\f432"; }
  7310.  
  7311. .fa-baseball-ball:before {
  7312. content: "\f433"; }
  7313.  
  7314. .fa-basketball-ball:before {
  7315. content: "\f434"; }
  7316.  
  7317. .fa-basketball-hoop:before {
  7318. content: "\f435"; }
  7319.  
  7320. .fa-bath:before {
  7321. content: "\f2cd"; }
  7322.  
  7323. .fa-battery-bolt:before {
  7324. content: "\f376"; }
  7325.  
  7326. .fa-battery-empty:before {
  7327. content: "\f244"; }
  7328.  
  7329. .fa-battery-full:before {
  7330. content: "\f240"; }
  7331.  
  7332. .fa-battery-half:before {
  7333. content: "\f242"; }
  7334.  
  7335. .fa-battery-quarter:before {
  7336. content: "\f243"; }
  7337.  
  7338. .fa-battery-slash:before {
  7339. content: "\f377"; }
  7340.  
  7341. .fa-battery-three-quarters:before {
  7342. content: "\f241"; }
  7343.  
  7344. .fa-bed:before {
  7345. content: "\f236"; }
  7346.  
  7347. .fa-beer:before {
  7348. content: "\f0fc"; }
  7349.  
  7350. .fa-behance:before {
  7351. content: "\f1b4"; }
  7352.  
  7353. .fa-behance-square:before {
  7354. content: "\f1b5"; }
  7355.  
  7356. .fa-bell:before {
  7357. content: "\f0f3"; }
  7358.  
  7359. .fa-bell-school:before {
  7360. content: "\f5d5"; }
  7361.  
  7362. .fa-bell-school-slash:before {
  7363. content: "\f5d6"; }
  7364.  
  7365. .fa-bell-slash:before {
  7366. content: "\f1f6"; }
  7367.  
  7368. .fa-bezier-curve:before {
  7369. content: "\f55b"; }
  7370.  
  7371. .fa-bicycle:before {
  7372. content: "\f206"; }
  7373.  
  7374. .fa-bimobject:before {
  7375. content: "\f378"; }
  7376.  
  7377. .fa-binoculars:before {
  7378. content: "\f1e5"; }
  7379.  
  7380. .fa-birthday-cake:before {
  7381. content: "\f1fd"; }
  7382.  
  7383. .fa-bitbucket:before {
  7384. content: "\f171"; }
  7385.  
  7386. .fa-bitcoin:before {
  7387. content: "\f379"; }
  7388.  
  7389. .fa-bity:before {
  7390. content: "\f37a"; }
  7391.  
  7392. .fa-black-tie:before {
  7393. content: "\f27e"; }
  7394.  
  7395. .fa-blackberry:before {
  7396. content: "\f37b"; }
  7397.  
  7398. .fa-blanket:before {
  7399. content: "\f498"; }
  7400.  
  7401. .fa-blender:before {
  7402. content: "\f517"; }
  7403.  
  7404. .fa-blind:before {
  7405. content: "\f29d"; }
  7406.  
  7407. .fa-blogger:before {
  7408. content: "\f37c"; }
  7409.  
  7410. .fa-blogger-b:before {
  7411. content: "\f37d"; }
  7412.  
  7413. .fa-bluetooth:before {
  7414. content: "\f293"; }
  7415.  
  7416. .fa-bluetooth-b:before {
  7417. content: "\f294"; }
  7418.  
  7419. .fa-bold:before {
  7420. content: "\f032"; }
  7421.  
  7422. .fa-bolt:before {
  7423. content: "\f0e7"; }
  7424.  
  7425. .fa-bomb:before {
  7426. content: "\f1e2"; }
  7427.  
  7428. .fa-bone:before {
  7429. content: "\f5d7"; }
  7430.  
  7431. .fa-bone-break:before {
  7432. content: "\f5d8"; }
  7433.  
  7434. .fa-bong:before {
  7435. content: "\f55c"; }
  7436.  
  7437. .fa-book:before {
  7438. content: "\f02d"; }
  7439.  
  7440. .fa-book-alt:before {
  7441. content: "\f5d9"; }
  7442.  
  7443. .fa-book-heart:before {
  7444. content: "\f499"; }
  7445.  
  7446. .fa-book-open:before {
  7447. content: "\f518"; }
  7448.  
  7449. .fa-book-reader:before {
  7450. content: "\f5da"; }
  7451.  
  7452. .fa-bookmark:before {
  7453. content: "\f02e"; }
  7454.  
  7455. .fa-books:before {
  7456. content: "\f5db"; }
  7457.  
  7458. .fa-bowling-ball:before {
  7459. content: "\f436"; }
  7460.  
  7461. .fa-bowling-pins:before {
  7462. content: "\f437"; }
  7463.  
  7464. .fa-box:before {
  7465. content: "\f466"; }
  7466.  
  7467. .fa-box-alt:before {
  7468. content: "\f49a"; }
  7469.  
  7470. .fa-box-check:before {
  7471. content: "\f467"; }
  7472.  
  7473. .fa-box-fragile:before {
  7474. content: "\f49b"; }
  7475.  
  7476. .fa-box-full:before {
  7477. content: "\f49c"; }
  7478.  
  7479. .fa-box-heart:before {
  7480. content: "\f49d"; }
  7481.  
  7482. .fa-box-open:before {
  7483. content: "\f49e"; }
  7484.  
  7485. .fa-box-up:before {
  7486. content: "\f49f"; }
  7487.  
  7488. .fa-box-usd:before {
  7489. content: "\f4a0"; }
  7490.  
  7491. .fa-boxes:before {
  7492. content: "\f468"; }
  7493.  
  7494. .fa-boxes-alt:before {
  7495. content: "\f4a1"; }
  7496.  
  7497. .fa-boxing-glove:before {
  7498. content: "\f438"; }
  7499.  
  7500. .fa-braille:before {
  7501. content: "\f2a1"; }
  7502.  
  7503. .fa-brain:before {
  7504. content: "\f5dc"; }
  7505.  
  7506. .fa-briefcase:before {
  7507. content: "\f0b1"; }
  7508.  
  7509. .fa-briefcase-medical:before {
  7510. content: "\f469"; }
  7511.  
  7512. .fa-broadcast-tower:before {
  7513. content: "\f519"; }
  7514.  
  7515. .fa-broom:before {
  7516. content: "\f51a"; }
  7517.  
  7518. .fa-browser:before {
  7519. content: "\f37e"; }
  7520.  
  7521. .fa-brush:before {
  7522. content: "\f55d"; }
  7523.  
  7524. .fa-btc:before {
  7525. content: "\f15a"; }
  7526.  
  7527. .fa-bug:before {
  7528. content: "\f188"; }
  7529.  
  7530. .fa-building:before {
  7531. content: "\f1ad"; }
  7532.  
  7533. .fa-bullhorn:before {
  7534. content: "\f0a1"; }
  7535.  
  7536. .fa-bullseye:before {
  7537. content: "\f140"; }
  7538.  
  7539. .fa-burn:before {
  7540. content: "\f46a"; }
  7541.  
  7542. .fa-buromobelexperte:before {
  7543. content: "\f37f"; }
  7544.  
  7545. .fa-bus:before {
  7546. content: "\f207"; }
  7547.  
  7548. .fa-bus-alt:before {
  7549. content: "\f55e"; }
  7550.  
  7551. .fa-bus-school:before {
  7552. content: "\f5dd"; }
  7553.  
  7554. .fa-buysellads:before {
  7555. content: "\f20d"; }
  7556.  
  7557. .fa-calculator:before {
  7558. content: "\f1ec"; }
  7559.  
  7560. .fa-calendar:before {
  7561. content: "\f133"; }
  7562.  
  7563. .fa-calendar-alt:before {
  7564. content: "\f073"; }
  7565.  
  7566. .fa-calendar-check:before {
  7567. content: "\f274"; }
  7568.  
  7569. .fa-calendar-edit:before {
  7570. content: "\f333"; }
  7571.  
  7572. .fa-calendar-exclamation:before {
  7573. content: "\f334"; }
  7574.  
  7575. .fa-calendar-minus:before {
  7576. content: "\f272"; }
  7577.  
  7578. .fa-calendar-plus:before {
  7579. content: "\f271"; }
  7580.  
  7581. .fa-calendar-times:before {
  7582. content: "\f273"; }
  7583.  
  7584. .fa-camera:before {
  7585. content: "\f030"; }
  7586.  
  7587. .fa-camera-alt:before {
  7588. content: "\f332"; }
  7589.  
  7590. .fa-camera-retro:before {
  7591. content: "\f083"; }
  7592.  
  7593. .fa-cannabis:before {
  7594. content: "\f55f"; }
  7595.  
  7596. .fa-capsules:before {
  7597. content: "\f46b"; }
  7598.  
  7599. .fa-car:before {
  7600. content: "\f1b9"; }
  7601.  
  7602. .fa-car-alt:before {
  7603. content: "\f5de"; }
  7604.  
  7605. .fa-car-battery:before {
  7606. content: "\f5df"; }
  7607.  
  7608. .fa-car-bump:before {
  7609. content: "\f5e0"; }
  7610.  
  7611. .fa-car-crash:before {
  7612. content: "\f5e1"; }
  7613.  
  7614. .fa-car-garage:before {
  7615. content: "\f5e2"; }
  7616.  
  7617. .fa-car-mechanic:before {
  7618. content: "\f5e3"; }
  7619.  
  7620. .fa-car-side:before {
  7621. content: "\f5e4"; }
  7622.  
  7623. .fa-car-tilt:before {
  7624. content: "\f5e5"; }
  7625.  
  7626. .fa-car-wash:before {
  7627. content: "\f5e6"; }
  7628.  
  7629. .fa-caret-circle-down:before {
  7630. content: "\f32d"; }
  7631.  
  7632. .fa-caret-circle-left:before {
  7633. content: "\f32e"; }
  7634.  
  7635. .fa-caret-circle-right:before {
  7636. content: "\f330"; }
  7637.  
  7638. .fa-caret-circle-up:before {
  7639. content: "\f331"; }
  7640.  
  7641. .fa-caret-down:before {
  7642. content: "\f0d7"; }
  7643.  
  7644. .fa-caret-left:before {
  7645. content: "\f0d9"; }
  7646.  
  7647. .fa-caret-right:before {
  7648. content: "\f0da"; }
  7649.  
  7650. .fa-caret-square-down:before {
  7651. content: "\f150"; }
  7652.  
  7653. .fa-caret-square-left:before {
  7654. content: "\f191"; }
  7655.  
  7656. .fa-caret-square-right:before {
  7657. content: "\f152"; }
  7658.  
  7659. .fa-caret-square-up:before {
  7660. content: "\f151"; }
  7661.  
  7662. .fa-caret-up:before {
  7663. content: "\f0d8"; }
  7664.  
  7665. .fa-cart-arrow-down:before {
  7666. content: "\f218"; }
  7667.  
  7668. .fa-cart-plus:before {
  7669. content: "\f217"; }
  7670.  
  7671. .fa-cc-amazon-pay:before {
  7672. content: "\f42d"; }
  7673.  
  7674. .fa-cc-amex:before {
  7675. content: "\f1f3"; }
  7676.  
  7677. .fa-cc-apple-pay:before {
  7678. content: "\f416"; }
  7679.  
  7680. .fa-cc-diners-club:before {
  7681. content: "\f24c"; }
  7682.  
  7683. .fa-cc-discover:before {
  7684. content: "\f1f2"; }
  7685.  
  7686. .fa-cc-jcb:before {
  7687. content: "\f24b"; }
  7688.  
  7689. .fa-cc-mastercard:before {
  7690. content: "\f1f1"; }
  7691.  
  7692. .fa-cc-paypal:before {
  7693. content: "\f1f4"; }
  7694.  
  7695. .fa-cc-stripe:before {
  7696. content: "\f1f5"; }
  7697.  
  7698. .fa-cc-visa:before {
  7699. content: "\f1f0"; }
  7700.  
  7701. .fa-centercode:before {
  7702. content: "\f380"; }
  7703.  
  7704. .fa-certificate:before {
  7705. content: "\f0a3"; }
  7706.  
  7707. .fa-chalkboard:before {
  7708. content: "\f51b"; }
  7709.  
  7710. .fa-chalkboard-teacher:before {
  7711. content: "\f51c"; }
  7712.  
  7713. .fa-charging-station:before {
  7714. content: "\f5e7"; }
  7715.  
  7716. .fa-chart-area:before {
  7717. content: "\f1fe"; }
  7718.  
  7719. .fa-chart-bar:before {
  7720. content: "\f080"; }
  7721.  
  7722. .fa-chart-line:before {
  7723. content: "\f201"; }
  7724.  
  7725. .fa-chart-pie:before {
  7726. content: "\f200"; }
  7727.  
  7728. .fa-check:before {
  7729. content: "\f00c"; }
  7730.  
  7731. .fa-check-circle:before {
  7732. content: "\f058"; }
  7733.  
  7734. .fa-check-double:before {
  7735. content: "\f560"; }
  7736.  
  7737. .fa-check-square:before {
  7738. content: "\f14a"; }
  7739.  
  7740. .fa-chess:before {
  7741. content: "\f439"; }
  7742.  
  7743. .fa-chess-bishop:before {
  7744. content: "\f43a"; }
  7745.  
  7746. .fa-chess-bishop-alt:before {
  7747. content: "\f43b"; }
  7748.  
  7749. .fa-chess-board:before {
  7750. content: "\f43c"; }
  7751.  
  7752. .fa-chess-clock:before {
  7753. content: "\f43d"; }
  7754.  
  7755. .fa-chess-clock-alt:before {
  7756. content: "\f43e"; }
  7757.  
  7758. .fa-chess-king:before {
  7759. content: "\f43f"; }
  7760.  
  7761. .fa-chess-king-alt:before {
  7762. content: "\f440"; }
  7763.  
  7764. .fa-chess-knight:before {
  7765. content: "\f441"; }
  7766.  
  7767. .fa-chess-knight-alt:before {
  7768. content: "\f442"; }
  7769.  
  7770. .fa-chess-pawn:before {
  7771. content: "\f443"; }
  7772.  
  7773. .fa-chess-pawn-alt:before {
  7774. content: "\f444"; }
  7775.  
  7776. .fa-chess-queen:before {
  7777. content: "\f445"; }
  7778.  
  7779. .fa-chess-queen-alt:before {
  7780. content: "\f446"; }
  7781.  
  7782. .fa-chess-rook:before {
  7783. content: "\f447"; }
  7784.  
  7785. .fa-chess-rook-alt:before {
  7786. content: "\f448"; }
  7787.  
  7788. .fa-chevron-circle-down:before {
  7789. content: "\f13a"; }
  7790.  
  7791. .fa-chevron-circle-left:before {
  7792. content: "\f137"; }
  7793.  
  7794. .fa-chevron-circle-right:before {
  7795. content: "\f138"; }
  7796.  
  7797. .fa-chevron-circle-up:before {
  7798. content: "\f139"; }
  7799.  
  7800. .fa-chevron-double-down:before {
  7801. content: "\f322"; }
  7802.  
  7803. .fa-chevron-double-left:before {
  7804. content: "\f323"; }
  7805.  
  7806. .fa-chevron-double-right:before {
  7807. content: "\f324"; }
  7808.  
  7809. .fa-chevron-double-up:before {
  7810. content: "\f325"; }
  7811.  
  7812. .fa-chevron-down:before {
  7813. content: "\f078"; }
  7814.  
  7815. .fa-chevron-left:before {
  7816. content: "\f053"; }
  7817.  
  7818. .fa-chevron-right:before {
  7819. content: "\f054"; }
  7820.  
  7821. .fa-chevron-square-down:before {
  7822. content: "\f329"; }
  7823.  
  7824. .fa-chevron-square-left:before {
  7825. content: "\f32a"; }
  7826.  
  7827. .fa-chevron-square-right:before {
  7828. content: "\f32b"; }
  7829.  
  7830. .fa-chevron-square-up:before {
  7831. content: "\f32c"; }
  7832.  
  7833. .fa-chevron-up:before {
  7834. content: "\f077"; }
  7835.  
  7836. .fa-child:before {
  7837. content: "\f1ae"; }
  7838.  
  7839. .fa-chrome:before {
  7840. content: "\f268"; }
  7841.  
  7842. .fa-church:before {
  7843. content: "\f51d"; }
  7844.  
  7845. .fa-circle:before {
  7846. content: "\f111"; }
  7847.  
  7848. .fa-circle-notch:before {
  7849. content: "\f1ce"; }
  7850.  
  7851. .fa-clipboard:before {
  7852. content: "\f328"; }
  7853.  
  7854. .fa-clipboard-check:before {
  7855. content: "\f46c"; }
  7856.  
  7857. .fa-clipboard-list:before {
  7858. content: "\f46d"; }
  7859.  
  7860. .fa-clipboard-prescription:before {
  7861. content: "\f5e8"; }
  7862.  
  7863. .fa-clock:before {
  7864. content: "\f017"; }
  7865.  
  7866. .fa-clone:before {
  7867. content: "\f24d"; }
  7868.  
  7869. .fa-closed-captioning:before {
  7870. content: "\f20a"; }
  7871.  
  7872. .fa-cloud:before {
  7873. content: "\f0c2"; }
  7874.  
  7875. .fa-cloud-download:before {
  7876. content: "\f0ed"; }
  7877.  
  7878. .fa-cloud-download-alt:before {
  7879. content: "\f381"; }
  7880.  
  7881. .fa-cloud-upload:before {
  7882. content: "\f0ee"; }
  7883.  
  7884. .fa-cloud-upload-alt:before {
  7885. content: "\f382"; }
  7886.  
  7887. .fa-cloudscale:before {
  7888. content: "\f383"; }
  7889.  
  7890. .fa-cloudsmith:before {
  7891. content: "\f384"; }
  7892.  
  7893. .fa-cloudversify:before {
  7894. content: "\f385"; }
  7895.  
  7896. .fa-club:before {
  7897. content: "\f327"; }
  7898.  
  7899. .fa-cocktail:before {
  7900. content: "\f561"; }
  7901.  
  7902. .fa-code:before {
  7903. content: "\f121"; }
  7904.  
  7905. .fa-code-branch:before {
  7906. content: "\f126"; }
  7907.  
  7908. .fa-code-commit:before {
  7909. content: "\f386"; }
  7910.  
  7911. .fa-code-merge:before {
  7912. content: "\f387"; }
  7913.  
  7914. .fa-codepen:before {
  7915. content: "\f1cb"; }
  7916.  
  7917. .fa-codiepie:before {
  7918. content: "\f284"; }
  7919.  
  7920. .fa-coffee:before {
  7921. content: "\f0f4"; }
  7922.  
  7923. .fa-cog:before {
  7924. content: "\f013"; }
  7925.  
  7926. .fa-cogs:before {
  7927. content: "\f085"; }
  7928.  
  7929. .fa-coins:before {
  7930. content: "\f51e"; }
  7931.  
  7932. .fa-columns:before {
  7933. content: "\f0db"; }
  7934.  
  7935. .fa-comment:before {
  7936. content: "\f075"; }
  7937.  
  7938. .fa-comment-alt:before {
  7939. content: "\f27a"; }
  7940.  
  7941. .fa-comment-alt-check:before {
  7942. content: "\f4a2"; }
  7943.  
  7944. .fa-comment-alt-dots:before {
  7945. content: "\f4a3"; }
  7946.  
  7947. .fa-comment-alt-edit:before {
  7948. content: "\f4a4"; }
  7949.  
  7950. .fa-comment-alt-exclamation:before {
  7951. content: "\f4a5"; }
  7952.  
  7953. .fa-comment-alt-lines:before {
  7954. content: "\f4a6"; }
  7955.  
  7956. .fa-comment-alt-minus:before {
  7957. content: "\f4a7"; }
  7958.  
  7959. .fa-comment-alt-plus:before {
  7960. content: "\f4a8"; }
  7961.  
  7962. .fa-comment-alt-slash:before {
  7963. content: "\f4a9"; }
  7964.  
  7965. .fa-comment-alt-smile:before {
  7966. content: "\f4aa"; }
  7967.  
  7968. .fa-comment-alt-times:before {
  7969. content: "\f4ab"; }
  7970.  
  7971. .fa-comment-check:before {
  7972. content: "\f4ac"; }
  7973.  
  7974. .fa-comment-dots:before {
  7975. content: "\f4ad"; }
  7976.  
  7977. .fa-comment-edit:before {
  7978. content: "\f4ae"; }
  7979.  
  7980. .fa-comment-exclamation:before {
  7981. content: "\f4af"; }
  7982.  
  7983. .fa-comment-lines:before {
  7984. content: "\f4b0"; }
  7985.  
  7986. .fa-comment-minus:before {
  7987. content: "\f4b1"; }
  7988.  
  7989. .fa-comment-plus:before {
  7990. content: "\f4b2"; }
  7991.  
  7992. .fa-comment-slash:before {
  7993. content: "\f4b3"; }
  7994.  
  7995. .fa-comment-smile:before {
  7996. content: "\f4b4"; }
  7997.  
  7998. .fa-comment-times:before {
  7999. content: "\f4b5"; }
  8000.  
  8001. .fa-comments:before {
  8002. content: "\f086"; }
  8003.  
  8004. .fa-comments-alt:before {
  8005. content: "\f4b6"; }
  8006.  
  8007. .fa-compact-disc:before {
  8008. content: "\f51f"; }
  8009.  
  8010. .fa-compass:before {
  8011. content: "\f14e"; }
  8012.  
  8013. .fa-compass-slash:before {
  8014. content: "\f5e9"; }
  8015.  
  8016. .fa-compress:before {
  8017. content: "\f066"; }
  8018.  
  8019. .fa-compress-alt:before {
  8020. content: "\f422"; }
  8021.  
  8022. .fa-compress-wide:before {
  8023. content: "\f326"; }
  8024.  
  8025. .fa-concierge-bell:before {
  8026. content: "\f562"; }
  8027.  
  8028. .fa-connectdevelop:before {
  8029. content: "\f20e"; }
  8030.  
  8031. .fa-container-storage:before {
  8032. content: "\f4b7"; }
  8033.  
  8034. .fa-contao:before {
  8035. content: "\f26d"; }
  8036.  
  8037. .fa-conveyor-belt:before {
  8038. content: "\f46e"; }
  8039.  
  8040. .fa-conveyor-belt-alt:before {
  8041. content: "\f46f"; }
  8042.  
  8043. .fa-cookie:before {
  8044. content: "\f563"; }
  8045.  
  8046. .fa-cookie-bite:before {
  8047. content: "\f564"; }
  8048.  
  8049. .fa-copy:before {
  8050. content: "\f0c5"; }
  8051.  
  8052. .fa-copyright:before {
  8053. content: "\f1f9"; }
  8054.  
  8055. .fa-couch:before {
  8056. content: "\f4b8"; }
  8057.  
  8058. .fa-cpanel:before {
  8059. content: "\f388"; }
  8060.  
  8061. .fa-creative-commons:before {
  8062. content: "\f25e"; }
  8063.  
  8064. .fa-creative-commons-by:before {
  8065. content: "\f4e7"; }
  8066.  
  8067. .fa-creative-commons-nc:before {
  8068. content: "\f4e8"; }
  8069.  
  8070. .fa-creative-commons-nc-eu:before {
  8071. content: "\f4e9"; }
  8072.  
  8073. .fa-creative-commons-nc-jp:before {
  8074. content: "\f4ea"; }
  8075.  
  8076. .fa-creative-commons-nd:before {
  8077. content: "\f4eb"; }
  8078.  
  8079. .fa-creative-commons-pd:before {
  8080. content: "\f4ec"; }
  8081.  
  8082. .fa-creative-commons-pd-alt:before {
  8083. content: "\f4ed"; }
  8084.  
  8085. .fa-creative-commons-remix:before {
  8086. content: "\f4ee"; }
  8087.  
  8088. .fa-creative-commons-sa:before {
  8089. content: "\f4ef"; }
  8090.  
  8091. .fa-creative-commons-sampling:before {
  8092. content: "\f4f0"; }
  8093.  
  8094. .fa-creative-commons-sampling-plus:before {
  8095. content: "\f4f1"; }
  8096.  
  8097. .fa-creative-commons-share:before {
  8098. content: "\f4f2"; }
  8099.  
  8100. .fa-creative-commons-zero:before {
  8101. content: "\f4f3"; }
  8102.  
  8103. .fa-credit-card:before {
  8104. content: "\f09d"; }
  8105.  
  8106. .fa-credit-card-blank:before {
  8107. content: "\f389"; }
  8108.  
  8109. .fa-credit-card-front:before {
  8110. content: "\f38a"; }
  8111.  
  8112. .fa-cricket:before {
  8113. content: "\f449"; }
  8114.  
  8115. .fa-crop:before {
  8116. content: "\f125"; }
  8117.  
  8118. .fa-crop-alt:before {
  8119. content: "\f565"; }
  8120.  
  8121. .fa-crosshairs:before {
  8122. content: "\f05b"; }
  8123.  
  8124. .fa-crow:before {
  8125. content: "\f520"; }
  8126.  
  8127. .fa-crown:before {
  8128. content: "\f521"; }
  8129.  
  8130. .fa-css3:before {
  8131. content: "\f13c"; }
  8132.  
  8133. .fa-css3-alt:before {
  8134. content: "\f38b"; }
  8135.  
  8136. .fa-cube:before {
  8137. content: "\f1b2"; }
  8138.  
  8139. .fa-cubes:before {
  8140. content: "\f1b3"; }
  8141.  
  8142. .fa-curling:before {
  8143. content: "\f44a"; }
  8144.  
  8145. .fa-cut:before {
  8146. content: "\f0c4"; }
  8147.  
  8148. .fa-cuttlefish:before {
  8149. content: "\f38c"; }
  8150.  
  8151. .fa-d-and-d:before {
  8152. content: "\f38d"; }
  8153.  
  8154. .fa-dashcube:before {
  8155. content: "\f210"; }
  8156.  
  8157. .fa-database:before {
  8158. content: "\f1c0"; }
  8159.  
  8160. .fa-deaf:before {
  8161. content: "\f2a4"; }
  8162.  
  8163. .fa-delicious:before {
  8164. content: "\f1a5"; }
  8165.  
  8166. .fa-deploydog:before {
  8167. content: "\f38e"; }
  8168.  
  8169. .fa-deskpro:before {
  8170. content: "\f38f"; }
  8171.  
  8172. .fa-desktop:before {
  8173. content: "\f108"; }
  8174.  
  8175. .fa-desktop-alt:before {
  8176. content: "\f390"; }
  8177.  
  8178. .fa-deviantart:before {
  8179. content: "\f1bd"; }
  8180.  
  8181. .fa-diagnoses:before {
  8182. content: "\f470"; }
  8183.  
  8184. .fa-diamond:before {
  8185. content: "\f219"; }
  8186.  
  8187. .fa-dice:before {
  8188. content: "\f522"; }
  8189.  
  8190. .fa-dice-five:before {
  8191. content: "\f523"; }
  8192.  
  8193. .fa-dice-four:before {
  8194. content: "\f524"; }
  8195.  
  8196. .fa-dice-one:before {
  8197. content: "\f525"; }
  8198.  
  8199. .fa-dice-six:before {
  8200. content: "\f526"; }
  8201.  
  8202. .fa-dice-three:before {
  8203. content: "\f527"; }
  8204.  
  8205. .fa-dice-two:before {
  8206. content: "\f528"; }
  8207.  
  8208. .fa-digg:before {
  8209. content: "\f1a6"; }
  8210.  
  8211. .fa-digital-ocean:before {
  8212. content: "\f391"; }
  8213.  
  8214. .fa-digital-tachograph:before {
  8215. content: "\f566"; }
  8216.  
  8217. .fa-diploma:before {
  8218. content: "\f5ea"; }
  8219.  
  8220. .fa-directions:before {
  8221. content: "\f5eb"; }
  8222.  
  8223. .fa-discord:before {
  8224. content: "\f392"; }
  8225.  
  8226. .fa-discourse:before {
  8227. content: "\f393"; }
  8228.  
  8229. .fa-divide:before {
  8230. content: "\f529"; }
  8231.  
  8232. .fa-dizzy:before {
  8233. content: "\f567"; }
  8234.  
  8235. .fa-dna:before {
  8236. content: "\f471"; }
  8237.  
  8238. .fa-do-not-enter:before {
  8239. content: "\f5ec"; }
  8240.  
  8241. .fa-dochub:before {
  8242. content: "\f394"; }
  8243.  
  8244. .fa-docker:before {
  8245. content: "\f395"; }
  8246.  
  8247. .fa-dollar-sign:before {
  8248. content: "\f155"; }
  8249.  
  8250. .fa-dolly:before {
  8251. content: "\f472"; }
  8252.  
  8253. .fa-dolly-empty:before {
  8254. content: "\f473"; }
  8255.  
  8256. .fa-dolly-flatbed:before {
  8257. content: "\f474"; }
  8258.  
  8259. .fa-dolly-flatbed-alt:before {
  8260. content: "\f475"; }
  8261.  
  8262. .fa-dolly-flatbed-empty:before {
  8263. content: "\f476"; }
  8264.  
  8265. .fa-donate:before {
  8266. content: "\f4b9"; }
  8267.  
  8268. .fa-door-closed:before {
  8269. content: "\f52a"; }
  8270.  
  8271. .fa-door-open:before {
  8272. content: "\f52b"; }
  8273.  
  8274. .fa-dot-circle:before {
  8275. content: "\f192"; }
  8276.  
  8277. .fa-dove:before {
  8278. content: "\f4ba"; }
  8279.  
  8280. .fa-download:before {
  8281. content: "\f019"; }
  8282.  
  8283. .fa-draft2digital:before {
  8284. content: "\f396"; }
  8285.  
  8286. .fa-drafting-compass:before {
  8287. content: "\f568"; }
  8288.  
  8289. .fa-draw-circle:before {
  8290. content: "\f5ed"; }
  8291.  
  8292. .fa-draw-polygon:before {
  8293. content: "\f5ee"; }
  8294.  
  8295. .fa-draw-square:before {
  8296. content: "\f5ef"; }
  8297.  
  8298. .fa-dribbble:before {
  8299. content: "\f17d"; }
  8300.  
  8301. .fa-dribbble-square:before {
  8302. content: "\f397"; }
  8303.  
  8304. .fa-dropbox:before {
  8305. content: "\f16b"; }
  8306.  
  8307. .fa-drum:before {
  8308. content: "\f569"; }
  8309.  
  8310. .fa-drum-steelpan:before {
  8311. content: "\f56a"; }
  8312.  
  8313. .fa-drupal:before {
  8314. content: "\f1a9"; }
  8315.  
  8316. .fa-dumbbell:before {
  8317. content: "\f44b"; }
  8318.  
  8319. .fa-dyalog:before {
  8320. content: "\f399"; }
  8321.  
  8322. .fa-ear:before {
  8323. content: "\f5f0"; }
  8324.  
  8325. .fa-earlybirds:before {
  8326. content: "\f39a"; }
  8327.  
  8328. .fa-ebay:before {
  8329. content: "\f4f4"; }
  8330.  
  8331. .fa-edge:before {
  8332. content: "\f282"; }
  8333.  
  8334. .fa-edit:before {
  8335. content: "\f044"; }
  8336.  
  8337. .fa-eject:before {
  8338. content: "\f052"; }
  8339.  
  8340. .fa-elementor:before {
  8341. content: "\f430"; }
  8342.  
  8343. .fa-ellipsis-h:before {
  8344. content: "\f141"; }
  8345.  
  8346. .fa-ellipsis-h-alt:before {
  8347. content: "\f39b"; }
  8348.  
  8349. .fa-ellipsis-v:before {
  8350. content: "\f142"; }
  8351.  
  8352. .fa-ellipsis-v-alt:before {
  8353. content: "\f39c"; }
  8354.  
  8355. .fa-ello:before {
  8356. content: "\f5f1"; }
  8357.  
  8358. .fa-ember:before {
  8359. content: "\f423"; }
  8360.  
  8361. .fa-empire:before {
  8362. content: "\f1d1"; }
  8363.  
  8364. .fa-engine-warning:before {
  8365. content: "\f5f2"; }
  8366.  
  8367. .fa-envelope:before {
  8368. content: "\f0e0"; }
  8369.  
  8370. .fa-envelope-open:before {
  8371. content: "\f2b6"; }
  8372.  
  8373. .fa-envelope-square:before {
  8374. content: "\f199"; }
  8375.  
  8376. .fa-envira:before {
  8377. content: "\f299"; }
  8378.  
  8379. .fa-equals:before {
  8380. content: "\f52c"; }
  8381.  
  8382. .fa-eraser:before {
  8383. content: "\f12d"; }
  8384.  
  8385. .fa-erlang:before {
  8386. content: "\f39d"; }
  8387.  
  8388. .fa-ethereum:before {
  8389. content: "\f42e"; }
  8390.  
  8391. .fa-etsy:before {
  8392. content: "\f2d7"; }
  8393.  
  8394. .fa-euro-sign:before {
  8395. content: "\f153"; }
  8396.  
  8397. .fa-exchange:before {
  8398. content: "\f0ec"; }
  8399.  
  8400. .fa-exchange-alt:before {
  8401. content: "\f362"; }
  8402.  
  8403. .fa-exclamation:before {
  8404. content: "\f12a"; }
  8405.  
  8406. .fa-exclamation-circle:before {
  8407. content: "\f06a"; }
  8408.  
  8409. .fa-exclamation-square:before {
  8410. content: "\f321"; }
  8411.  
  8412. .fa-exclamation-triangle:before {
  8413. content: "\f071"; }
  8414.  
  8415. .fa-expand:before {
  8416. content: "\f065"; }
  8417.  
  8418. .fa-expand-alt:before {
  8419. content: "\f424"; }
  8420.  
  8421. .fa-expand-arrows:before {
  8422. content: "\f31d"; }
  8423.  
  8424. .fa-expand-arrows-alt:before {
  8425. content: "\f31e"; }
  8426.  
  8427. .fa-expand-wide:before {
  8428. content: "\f320"; }
  8429.  
  8430. .fa-expeditedssl:before {
  8431. content: "\f23e"; }
  8432.  
  8433. .fa-external-link:before {
  8434. content: "\f08e"; }
  8435.  
  8436. .fa-external-link-alt:before {
  8437. content: "\f35d"; }
  8438.  
  8439. .fa-external-link-square:before {
  8440. content: "\f14c"; }
  8441.  
  8442. .fa-external-link-square-alt:before {
  8443. content: "\f360"; }
  8444.  
  8445. .fa-eye:before {
  8446. content: "\f06e"; }
  8447.  
  8448. .fa-eye-dropper:before {
  8449. content: "\f1fb"; }
  8450.  
  8451. .fa-eye-slash:before {
  8452. content: "\f070"; }
  8453.  
  8454. .fa-facebook:before {
  8455. content: "\f09a"; }
  8456.  
  8457. .fa-facebook-f:before {
  8458. content: "\f39e"; }
  8459.  
  8460. .fa-facebook-messenger:before {
  8461. content: "\f39f"; }
  8462.  
  8463. .fa-facebook-square:before {
  8464. content: "\f082"; }
  8465.  
  8466. .fa-fast-backward:before {
  8467. content: "\f049"; }
  8468.  
  8469. .fa-fast-forward:before {
  8470. content: "\f050"; }
  8471.  
  8472. .fa-fax:before {
  8473. content: "\f1ac"; }
  8474.  
  8475. .fa-feather:before {
  8476. content: "\f52d"; }
  8477.  
  8478. .fa-feather-alt:before {
  8479. content: "\f56b"; }
  8480.  
  8481. .fa-female:before {
  8482. content: "\f182"; }
  8483.  
  8484. .fa-field-hockey:before {
  8485. content: "\f44c"; }
  8486.  
  8487. .fa-fighter-jet:before {
  8488. content: "\f0fb"; }
  8489.  
  8490. .fa-file:before {
  8491. content: "\f15b"; }
  8492.  
  8493. .fa-file-alt:before {
  8494. content: "\f15c"; }
  8495.  
  8496. .fa-file-archive:before {
  8497. content: "\f1c6"; }
  8498.  
  8499. .fa-file-audio:before {
  8500. content: "\f1c7"; }
  8501.  
  8502. .fa-file-certificate:before {
  8503. content: "\f5f3"; }
  8504.  
  8505. .fa-file-check:before {
  8506. content: "\f316"; }
  8507.  
  8508. .fa-file-code:before {
  8509. content: "\f1c9"; }
  8510.  
  8511. .fa-file-contract:before {
  8512. content: "\f56c"; }
  8513.  
  8514. .fa-file-download:before {
  8515. content: "\f56d"; }
  8516.  
  8517. .fa-file-edit:before {
  8518. content: "\f31c"; }
  8519.  
  8520. .fa-file-excel:before {
  8521. content: "\f1c3"; }
  8522.  
  8523. .fa-file-exclamation:before {
  8524. content: "\f31a"; }
  8525.  
  8526. .fa-file-export:before {
  8527. content: "\f56e"; }
  8528.  
  8529. .fa-file-image:before {
  8530. content: "\f1c5"; }
  8531.  
  8532. .fa-file-import:before {
  8533. content: "\f56f"; }
  8534.  
  8535. .fa-file-invoice:before {
  8536. content: "\f570"; }
  8537.  
  8538. .fa-file-invoice-dollar:before {
  8539. content: "\f571"; }
  8540.  
  8541. .fa-file-medical:before {
  8542. content: "\f477"; }
  8543.  
  8544. .fa-file-medical-alt:before {
  8545. content: "\f478"; }
  8546.  
  8547. .fa-file-minus:before {
  8548. content: "\f318"; }
  8549.  
  8550. .fa-file-pdf:before {
  8551. content: "\f1c1"; }
  8552.  
  8553. .fa-file-plus:before {
  8554. content: "\f319"; }
  8555.  
  8556. .fa-file-powerpoint:before {
  8557. content: "\f1c4"; }
  8558.  
  8559. .fa-file-prescription:before {
  8560. content: "\f572"; }
  8561.  
  8562. .fa-file-signature:before {
  8563. content: "\f573"; }
  8564.  
  8565. .fa-file-times:before {
  8566. content: "\f317"; }
  8567.  
  8568. .fa-file-upload:before {
  8569. content: "\f574"; }
  8570.  
  8571. .fa-file-video:before {
  8572. content: "\f1c8"; }
  8573.  
  8574. .fa-file-word:before {
  8575. content: "\f1c2"; }
  8576.  
  8577. .fa-fill:before {
  8578. content: "\f575"; }
  8579.  
  8580. .fa-fill-drip:before {
  8581. content: "\f576"; }
  8582.  
  8583. .fa-film:before {
  8584. content: "\f008"; }
  8585.  
  8586. .fa-film-alt:before {
  8587. content: "\f3a0"; }
  8588.  
  8589. .fa-filter:before {
  8590. content: "\f0b0"; }
  8591.  
  8592. .fa-fingerprint:before {
  8593. content: "\f577"; }
  8594.  
  8595. .fa-fire:before {
  8596. content: "\f06d"; }
  8597.  
  8598. .fa-fire-extinguisher:before {
  8599. content: "\f134"; }
  8600.  
  8601. .fa-firefox:before {
  8602. content: "\f269"; }
  8603.  
  8604. .fa-first-aid:before {
  8605. content: "\f479"; }
  8606.  
  8607. .fa-first-order:before {
  8608. content: "\f2b0"; }
  8609.  
  8610. .fa-first-order-alt:before {
  8611. content: "\f50a"; }
  8612.  
  8613. .fa-firstdraft:before {
  8614. content: "\f3a1"; }
  8615.  
  8616. .fa-fish:before {
  8617. content: "\f578"; }
  8618.  
  8619. .fa-flag:before {
  8620. content: "\f024"; }
  8621.  
  8622. .fa-flag-checkered:before {
  8623. content: "\f11e"; }
  8624.  
  8625. .fa-flask:before {
  8626. content: "\f0c3"; }
  8627.  
  8628. .fa-flickr:before {
  8629. content: "\f16e"; }
  8630.  
  8631. .fa-flipboard:before {
  8632. content: "\f44d"; }
  8633.  
  8634. .fa-flushed:before {
  8635. content: "\f579"; }
  8636.  
  8637. .fa-fly:before {
  8638. content: "\f417"; }
  8639.  
  8640. .fa-folder:before {
  8641. content: "\f07b"; }
  8642.  
  8643. .fa-folder-open:before {
  8644. content: "\f07c"; }
  8645.  
  8646. .fa-font:before {
  8647. content: "\f031"; }
  8648.  
  8649. .fa-font-awesome:before {
  8650. content: "\f2b4"; }
  8651.  
  8652. .fa-font-awesome-alt:before {
  8653. content: "\f35c"; }
  8654.  
  8655. .fa-font-awesome-flag:before {
  8656. content: "\f425"; }
  8657.  
  8658. .fa-font-awesome-logo-full:before {
  8659. content: "\f4e6"; }
  8660.  
  8661. .fa-fonticons:before {
  8662. content: "\f280"; }
  8663.  
  8664. .fa-fonticons-fi:before {
  8665. content: "\f3a2"; }
  8666.  
  8667. .fa-football-ball:before {
  8668. content: "\f44e"; }
  8669.  
  8670. .fa-football-helmet:before {
  8671. content: "\f44f"; }
  8672.  
  8673. .fa-forklift:before {
  8674. content: "\f47a"; }
  8675.  
  8676. .fa-fort-awesome:before {
  8677. content: "\f286"; }
  8678.  
  8679. .fa-fort-awesome-alt:before {
  8680. content: "\f3a3"; }
  8681.  
  8682. .fa-forumbee:before {
  8683. content: "\f211"; }
  8684.  
  8685. .fa-forward:before {
  8686. content: "\f04e"; }
  8687.  
  8688. .fa-foursquare:before {
  8689. content: "\f180"; }
  8690.  
  8691. .fa-fragile:before {
  8692. content: "\f4bb"; }
  8693.  
  8694. .fa-free-code-camp:before {
  8695. content: "\f2c5"; }
  8696.  
  8697. .fa-freebsd:before {
  8698. content: "\f3a4"; }
  8699.  
  8700. .fa-frog:before {
  8701. content: "\f52e"; }
  8702.  
  8703. .fa-frown:before {
  8704. content: "\f119"; }
  8705.  
  8706. .fa-frown-open:before {
  8707. content: "\f57a"; }
  8708.  
  8709. .fa-fulcrum:before {
  8710. content: "\f50b"; }
  8711.  
  8712. .fa-futbol:before {
  8713. content: "\f1e3"; }
  8714.  
  8715. .fa-galactic-republic:before {
  8716. content: "\f50c"; }
  8717.  
  8718. .fa-galactic-senate:before {
  8719. content: "\f50d"; }
  8720.  
  8721. .fa-gamepad:before {
  8722. content: "\f11b"; }
  8723.  
  8724. .fa-gas-pump:before {
  8725. content: "\f52f"; }
  8726.  
  8727. .fa-gas-pump-slash:before {
  8728. content: "\f5f4"; }
  8729.  
  8730. .fa-gavel:before {
  8731. content: "\f0e3"; }
  8732.  
  8733. .fa-gem:before {
  8734. content: "\f3a5"; }
  8735.  
  8736. .fa-genderless:before {
  8737. content: "\f22d"; }
  8738.  
  8739. .fa-get-pocket:before {
  8740. content: "\f265"; }
  8741.  
  8742. .fa-gg:before {
  8743. content: "\f260"; }
  8744.  
  8745. .fa-gg-circle:before {
  8746. content: "\f261"; }
  8747.  
  8748. .fa-gift:before {
  8749. content: "\f06b"; }
  8750.  
  8751. .fa-git:before {
  8752. content: "\f1d3"; }
  8753.  
  8754. .fa-git-square:before {
  8755. content: "\f1d2"; }
  8756.  
  8757. .fa-github:before {
  8758. content: "\f09b"; }
  8759.  
  8760. .fa-github-alt:before {
  8761. content: "\f113"; }
  8762.  
  8763. .fa-github-square:before {
  8764. content: "\f092"; }
  8765.  
  8766. .fa-gitkraken:before {
  8767. content: "\f3a6"; }
  8768.  
  8769. .fa-gitlab:before {
  8770. content: "\f296"; }
  8771.  
  8772. .fa-gitter:before {
  8773. content: "\f426"; }
  8774.  
  8775. .fa-glass-martini:before {
  8776. content: "\f000"; }
  8777.  
  8778. .fa-glass-martini-alt:before {
  8779. content: "\f57b"; }
  8780.  
  8781. .fa-glasses:before {
  8782. content: "\f530"; }
  8783.  
  8784. .fa-glasses-alt:before {
  8785. content: "\f5f5"; }
  8786.  
  8787. .fa-glide:before {
  8788. content: "\f2a5"; }
  8789.  
  8790. .fa-glide-g:before {
  8791. content: "\f2a6"; }
  8792.  
  8793. .fa-globe:before {
  8794. content: "\f0ac"; }
  8795.  
  8796. .fa-globe-africa:before {
  8797. content: "\f57c"; }
  8798.  
  8799. .fa-globe-americas:before {
  8800. content: "\f57d"; }
  8801.  
  8802. .fa-globe-asia:before {
  8803. content: "\f57e"; }
  8804.  
  8805. .fa-globe-stand:before {
  8806. content: "\f5f6"; }
  8807.  
  8808. .fa-gofore:before {
  8809. content: "\f3a7"; }
  8810.  
  8811. .fa-golf-ball:before {
  8812. content: "\f450"; }
  8813.  
  8814. .fa-golf-club:before {
  8815. content: "\f451"; }
  8816.  
  8817. .fa-goodreads:before {
  8818. content: "\f3a8"; }
  8819.  
  8820. .fa-goodreads-g:before {
  8821. content: "\f3a9"; }
  8822.  
  8823. .fa-google:before {
  8824. content: "\f1a0"; }
  8825.  
  8826. .fa-google-drive:before {
  8827. content: "\f3aa"; }
  8828.  
  8829. .fa-google-play:before {
  8830. content: "\f3ab"; }
  8831.  
  8832. .fa-google-plus:before {
  8833. content: "\f2b3"; }
  8834.  
  8835. .fa-google-plus-g:before {
  8836. content: "\f0d5"; }
  8837.  
  8838. .fa-google-plus-square:before {
  8839. content: "\f0d4"; }
  8840.  
  8841. .fa-google-wallet:before {
  8842. content: "\f1ee"; }
  8843.  
  8844. .fa-graduation-cap:before {
  8845. content: "\f19d"; }
  8846.  
  8847. .fa-gratipay:before {
  8848. content: "\f184"; }
  8849.  
  8850. .fa-grav:before {
  8851. content: "\f2d6"; }
  8852.  
  8853. .fa-greater-than:before {
  8854. content: "\f531"; }
  8855.  
  8856. .fa-greater-than-equal:before {
  8857. content: "\f532"; }
  8858.  
  8859. .fa-grimace:before {
  8860. content: "\f57f"; }
  8861.  
  8862. .fa-grin:before {
  8863. content: "\f580"; }
  8864.  
  8865. .fa-grin-alt:before {
  8866. content: "\f581"; }
  8867.  
  8868. .fa-grin-beam:before {
  8869. content: "\f582"; }
  8870.  
  8871. .fa-grin-beam-sweat:before {
  8872. content: "\f583"; }
  8873.  
  8874. .fa-grin-hearts:before {
  8875. content: "\f584"; }
  8876.  
  8877. .fa-grin-squint:before {
  8878. content: "\f585"; }
  8879.  
  8880. .fa-grin-squint-tears:before {
  8881. content: "\f586"; }
  8882.  
  8883. .fa-grin-stars:before {
  8884. content: "\f587"; }
  8885.  
  8886. .fa-grin-tears:before {
  8887. content: "\f588"; }
  8888.  
  8889. .fa-grin-tongue:before {
  8890. content: "\f589"; }
  8891.  
  8892. .fa-grin-tongue-squint:before {
  8893. content: "\f58a"; }
  8894.  
  8895. .fa-grin-tongue-wink:before {
  8896. content: "\f58b"; }
  8897.  
  8898. .fa-grin-wink:before {
  8899. content: "\f58c"; }
  8900.  
  8901. .fa-grip-horizontal:before {
  8902. content: "\f58d"; }
  8903.  
  8904. .fa-grip-vertical:before {
  8905. content: "\f58e"; }
  8906.  
  8907. .fa-gripfire:before {
  8908. content: "\f3ac"; }
  8909.  
  8910. .fa-grunt:before {
  8911. content: "\f3ad"; }
  8912.  
  8913. .fa-gulp:before {
  8914. content: "\f3ae"; }
  8915.  
  8916. .fa-h-square:before {
  8917. content: "\f0fd"; }
  8918.  
  8919. .fa-h1:before {
  8920. content: "\f313"; }
  8921.  
  8922. .fa-h2:before {
  8923. content: "\f314"; }
  8924.  
  8925. .fa-h3:before {
  8926. content: "\f315"; }
  8927.  
  8928. .fa-hacker-news:before {
  8929. content: "\f1d4"; }
  8930.  
  8931. .fa-hacker-news-square:before {
  8932. content: "\f3af"; }
  8933.  
  8934. .fa-hackerrank:before {
  8935. content: "\f5f7"; }
  8936.  
  8937. .fa-hand-heart:before {
  8938. content: "\f4bc"; }
  8939.  
  8940. .fa-hand-holding:before {
  8941. content: "\f4bd"; }
  8942.  
  8943. .fa-hand-holding-box:before {
  8944. content: "\f47b"; }
  8945.  
  8946. .fa-hand-holding-heart:before {
  8947. content: "\f4be"; }
  8948.  
  8949. .fa-hand-holding-seedling:before {
  8950. content: "\f4bf"; }
  8951.  
  8952. .fa-hand-holding-usd:before {
  8953. content: "\f4c0"; }
  8954.  
  8955. .fa-hand-holding-water:before {
  8956. content: "\f4c1"; }
  8957.  
  8958. .fa-hand-lizard:before {
  8959. content: "\f258"; }
  8960.  
  8961. .fa-hand-paper:before {
  8962. content: "\f256"; }
  8963.  
  8964. .fa-hand-peace:before {
  8965. content: "\f25b"; }
  8966.  
  8967. .fa-hand-point-down:before {
  8968. content: "\f0a7"; }
  8969.  
  8970. .fa-hand-point-left:before {
  8971. content: "\f0a5"; }
  8972.  
  8973. .fa-hand-point-right:before {
  8974. content: "\f0a4"; }
  8975.  
  8976. .fa-hand-point-up:before {
  8977. content: "\f0a6"; }
  8978.  
  8979. .fa-hand-pointer:before {
  8980. content: "\f25a"; }
  8981.  
  8982. .fa-hand-receiving:before {
  8983. content: "\f47c"; }
  8984.  
  8985. .fa-hand-rock:before {
  8986. content: "\f255"; }
  8987.  
  8988. .fa-hand-scissors:before {
  8989. content: "\f257"; }
  8990.  
  8991. .fa-hand-spock:before {
  8992. content: "\f259"; }
  8993.  
  8994. .fa-hands:before {
  8995. content: "\f4c2"; }
  8996.  
  8997. .fa-hands-heart:before {
  8998. content: "\f4c3"; }
  8999.  
  9000. .fa-hands-helping:before {
  9001. content: "\f4c4"; }
  9002.  
  9003. .fa-hands-usd:before {
  9004. content: "\f4c5"; }
  9005.  
  9006. .fa-handshake:before {
  9007. content: "\f2b5"; }
  9008.  
  9009. .fa-handshake-alt:before {
  9010. content: "\f4c6"; }
  9011.  
  9012. .fa-hashtag:before {
  9013. content: "\f292"; }
  9014.  
  9015. .fa-hdd:before {
  9016. content: "\f0a0"; }
  9017.  
  9018. .fa-heading:before {
  9019. content: "\f1dc"; }
  9020.  
  9021. .fa-headphones:before {
  9022. content: "\f025"; }
  9023.  
  9024. .fa-headphones-alt:before {
  9025. content: "\f58f"; }
  9026.  
  9027. .fa-headset:before {
  9028. content: "\f590"; }
  9029.  
  9030. .fa-heart:before {
  9031. content: "\f004"; }
  9032.  
  9033. .fa-heart-circle:before {
  9034. content: "\f4c7"; }
  9035.  
  9036. .fa-heart-rate:before {
  9037. content: "\f5f8"; }
  9038.  
  9039. .fa-heart-square:before {
  9040. content: "\f4c8"; }
  9041.  
  9042. .fa-heartbeat:before {
  9043. content: "\f21e"; }
  9044.  
  9045. .fa-helicopter:before {
  9046. content: "\f533"; }
  9047.  
  9048. .fa-hexagon:before {
  9049. content: "\f312"; }
  9050.  
  9051. .fa-highlighter:before {
  9052. content: "\f591"; }
  9053.  
  9054. .fa-hips:before {
  9055. content: "\f452"; }
  9056.  
  9057. .fa-hire-a-helper:before {
  9058. content: "\f3b0"; }
  9059.  
  9060. .fa-history:before {
  9061. content: "\f1da"; }
  9062.  
  9063. .fa-hockey-puck:before {
  9064. content: "\f453"; }
  9065.  
  9066. .fa-hockey-sticks:before {
  9067. content: "\f454"; }
  9068.  
  9069. .fa-home:before {
  9070. content: "\f015"; }
  9071.  
  9072. .fa-home-heart:before {
  9073. content: "\f4c9"; }
  9074.  
  9075. .fa-hooli:before {
  9076. content: "\f427"; }
  9077.  
  9078. .fa-hornbill:before {
  9079. content: "\f592"; }
  9080.  
  9081. .fa-hospital:before {
  9082. content: "\f0f8"; }
  9083.  
  9084. .fa-hospital-alt:before {
  9085. content: "\f47d"; }
  9086.  
  9087. .fa-hospital-symbol:before {
  9088. content: "\f47e"; }
  9089.  
  9090. .fa-hot-tub:before {
  9091. content: "\f593"; }
  9092.  
  9093. .fa-hotel:before {
  9094. content: "\f594"; }
  9095.  
  9096. .fa-hotjar:before {
  9097. content: "\f3b1"; }
  9098.  
  9099. .fa-hourglass:before {
  9100. content: "\f254"; }
  9101.  
  9102. .fa-hourglass-end:before {
  9103. content: "\f253"; }
  9104.  
  9105. .fa-hourglass-half:before {
  9106. content: "\f252"; }
  9107.  
  9108. .fa-hourglass-start:before {
  9109. content: "\f251"; }
  9110.  
  9111. .fa-houzz:before {
  9112. content: "\f27c"; }
  9113.  
  9114. .fa-html5:before {
  9115. content: "\f13b"; }
  9116.  
  9117. .fa-hubspot:before {
  9118. content: "\f3b2"; }
  9119.  
  9120. .fa-i-cursor:before {
  9121. content: "\f246"; }
  9122.  
  9123. .fa-id-badge:before {
  9124. content: "\f2c1"; }
  9125.  
  9126. .fa-id-card:before {
  9127. content: "\f2c2"; }
  9128.  
  9129. .fa-id-card-alt:before {
  9130. content: "\f47f"; }
  9131.  
  9132. .fa-image:before {
  9133. content: "\f03e"; }
  9134.  
  9135. .fa-images:before {
  9136. content: "\f302"; }
  9137.  
  9138. .fa-imdb:before {
  9139. content: "\f2d8"; }
  9140.  
  9141. .fa-inbox:before {
  9142. content: "\f01c"; }
  9143.  
  9144. .fa-inbox-in:before {
  9145. content: "\f310"; }
  9146.  
  9147. .fa-inbox-out:before {
  9148. content: "\f311"; }
  9149.  
  9150. .fa-indent:before {
  9151. content: "\f03c"; }
  9152.  
  9153. .fa-industry:before {
  9154. content: "\f275"; }
  9155.  
  9156. .fa-industry-alt:before {
  9157. content: "\f3b3"; }
  9158.  
  9159. .fa-infinity:before {
  9160. content: "\f534"; }
  9161.  
  9162. .fa-info:before {
  9163. content: "\f129"; }
  9164.  
  9165. .fa-info-circle:before {
  9166. content: "\f05a"; }
  9167.  
  9168. .fa-info-square:before {
  9169. content: "\f30f"; }
  9170.  
  9171. .fa-inhaler:before {
  9172. content: "\f5f9"; }
  9173.  
  9174. .fa-instagram:before {
  9175. content: "\f16d"; }
  9176.  
  9177. .fa-internet-explorer:before {
  9178. content: "\f26b"; }
  9179.  
  9180. .fa-inventory:before {
  9181. content: "\f480"; }
  9182.  
  9183. .fa-ioxhost:before {
  9184. content: "\f208"; }
  9185.  
  9186. .fa-italic:before {
  9187. content: "\f033"; }
  9188.  
  9189. .fa-itunes:before {
  9190. content: "\f3b4"; }
  9191.  
  9192. .fa-itunes-note:before {
  9193. content: "\f3b5"; }
  9194.  
  9195. .fa-jack-o-lantern:before {
  9196. content: "\f30e"; }
  9197.  
  9198. .fa-java:before {
  9199. content: "\f4e4"; }
  9200.  
  9201. .fa-jedi-order:before {
  9202. content: "\f50e"; }
  9203.  
  9204. .fa-jenkins:before {
  9205. content: "\f3b6"; }
  9206.  
  9207. .fa-joget:before {
  9208. content: "\f3b7"; }
  9209.  
  9210. .fa-joint:before {
  9211. content: "\f595"; }
  9212.  
  9213. .fa-joomla:before {
  9214. content: "\f1aa"; }
  9215.  
  9216. .fa-js:before {
  9217. content: "\f3b8"; }
  9218.  
  9219. .fa-js-square:before {
  9220. content: "\f3b9"; }
  9221.  
  9222. .fa-jsfiddle:before {
  9223. content: "\f1cc"; }
  9224.  
  9225. .fa-kaggle:before {
  9226. content: "\f5fa"; }
  9227.  
  9228. .fa-key:before {
  9229. content: "\f084"; }
  9230.  
  9231. .fa-keybase:before {
  9232. content: "\f4f5"; }
  9233.  
  9234. .fa-keyboard:before {
  9235. content: "\f11c"; }
  9236.  
  9237. .fa-keycdn:before {
  9238. content: "\f3ba"; }
  9239.  
  9240. .fa-kickstarter:before {
  9241. content: "\f3bb"; }
  9242.  
  9243. .fa-kickstarter-k:before {
  9244. content: "\f3bc"; }
  9245.  
  9246. .fa-kidneys:before {
  9247. content: "\f5fb"; }
  9248.  
  9249. .fa-kiss:before {
  9250. content: "\f596"; }
  9251.  
  9252. .fa-kiss-beam:before {
  9253. content: "\f597"; }
  9254.  
  9255. .fa-kiss-wink-heart:before {
  9256. content: "\f598"; }
  9257.  
  9258. .fa-kiwi-bird:before {
  9259. content: "\f535"; }
  9260.  
  9261. .fa-korvue:before {
  9262. content: "\f42f"; }
  9263.  
  9264. .fa-lamp:before {
  9265. content: "\f4ca"; }
  9266.  
  9267. .fa-language:before {
  9268. content: "\f1ab"; }
  9269.  
  9270. .fa-laptop:before {
  9271. content: "\f109"; }
  9272.  
  9273. .fa-laptop-code:before {
  9274. content: "\f5fc"; }
  9275.  
  9276. .fa-laravel:before {
  9277. content: "\f3bd"; }
  9278.  
  9279. .fa-lastfm:before {
  9280. content: "\f202"; }
  9281.  
  9282. .fa-lastfm-square:before {
  9283. content: "\f203"; }
  9284.  
  9285. .fa-laugh:before {
  9286. content: "\f599"; }
  9287.  
  9288. .fa-laugh-beam:before {
  9289. content: "\f59a"; }
  9290.  
  9291. .fa-laugh-squint:before {
  9292. content: "\f59b"; }
  9293.  
  9294. .fa-laugh-wink:before {
  9295. content: "\f59c"; }
  9296.  
  9297. .fa-layer-group:before {
  9298. content: "\f5fd"; }
  9299.  
  9300. .fa-layer-minus:before {
  9301. content: "\f5fe"; }
  9302.  
  9303. .fa-layer-plus:before {
  9304. content: "\f5ff"; }
  9305.  
  9306. .fa-leaf:before {
  9307. content: "\f06c"; }
  9308.  
  9309. .fa-leaf-heart:before {
  9310. content: "\f4cb"; }
  9311.  
  9312. .fa-leanpub:before {
  9313. content: "\f212"; }
  9314.  
  9315. .fa-lemon:before {
  9316. content: "\f094"; }
  9317.  
  9318. .fa-less:before {
  9319. content: "\f41d"; }
  9320.  
  9321. .fa-less-than:before {
  9322. content: "\f536"; }
  9323.  
  9324. .fa-less-than-equal:before {
  9325. content: "\f537"; }
  9326.  
  9327. .fa-level-down:before {
  9328. content: "\f149"; }
  9329.  
  9330. .fa-level-down-alt:before {
  9331. content: "\f3be"; }
  9332.  
  9333. .fa-level-up:before {
  9334. content: "\f148"; }
  9335.  
  9336. .fa-level-up-alt:before {
  9337. content: "\f3bf"; }
  9338.  
  9339. .fa-life-ring:before {
  9340. content: "\f1cd"; }
  9341.  
  9342. .fa-lightbulb:before {
  9343. content: "\f0eb"; }
  9344.  
  9345. .fa-line:before {
  9346. content: "\f3c0"; }
  9347.  
  9348. .fa-link:before {
  9349. content: "\f0c1"; }
  9350.  
  9351. .fa-linkedin:before {
  9352. content: "\f08c"; }
  9353.  
  9354. .fa-linkedin-in:before {
  9355. content: "\f0e1"; }
  9356.  
  9357. .fa-linode:before {
  9358. content: "\f2b8"; }
  9359.  
  9360. .fa-linux:before {
  9361. content: "\f17c"; }
  9362.  
  9363. .fa-lips:before {
  9364. content: "\f600"; }
  9365.  
  9366. .fa-lira-sign:before {
  9367. content: "\f195"; }
  9368.  
  9369. .fa-list:before {
  9370. content: "\f03a"; }
  9371.  
  9372. .fa-list-alt:before {
  9373. content: "\f022"; }
  9374.  
  9375. .fa-list-ol:before {
  9376. content: "\f0cb"; }
  9377.  
  9378. .fa-list-ul:before {
  9379. content: "\f0ca"; }
  9380.  
  9381. .fa-location:before {
  9382. content: "\f601"; }
  9383.  
  9384. .fa-location-arrow:before {
  9385. content: "\f124"; }
  9386.  
  9387. .fa-location-circle:before {
  9388. content: "\f602"; }
  9389.  
  9390. .fa-location-slash:before {
  9391. content: "\f603"; }
  9392.  
  9393. .fa-lock:before {
  9394. content: "\f023"; }
  9395.  
  9396. .fa-lock-alt:before {
  9397. content: "\f30d"; }
  9398.  
  9399. .fa-lock-open:before {
  9400. content: "\f3c1"; }
  9401.  
  9402. .fa-lock-open-alt:before {
  9403. content: "\f3c2"; }
  9404.  
  9405. .fa-long-arrow-alt-down:before {
  9406. content: "\f309"; }
  9407.  
  9408. .fa-long-arrow-alt-left:before {
  9409. content: "\f30a"; }
  9410.  
  9411. .fa-long-arrow-alt-right:before {
  9412. content: "\f30b"; }
  9413.  
  9414. .fa-long-arrow-alt-up:before {
  9415. content: "\f30c"; }
  9416.  
  9417. .fa-long-arrow-down:before {
  9418. content: "\f175"; }
  9419.  
  9420. .fa-long-arrow-left:before {
  9421. content: "\f177"; }
  9422.  
  9423. .fa-long-arrow-right:before {
  9424. content: "\f178"; }
  9425.  
  9426. .fa-long-arrow-up:before {
  9427. content: "\f176"; }
  9428.  
  9429. .fa-loveseat:before {
  9430. content: "\f4cc"; }
  9431.  
  9432. .fa-low-vision:before {
  9433. content: "\f2a8"; }
  9434.  
  9435. .fa-luchador:before {
  9436. content: "\f455"; }
  9437.  
  9438. .fa-luggage-cart:before {
  9439. content: "\f59d"; }
  9440.  
  9441. .fa-lungs:before {
  9442. content: "\f604"; }
  9443.  
  9444. .fa-lyft:before {
  9445. content: "\f3c3"; }
  9446.  
  9447. .fa-magento:before {
  9448. content: "\f3c4"; }
  9449.  
  9450. .fa-magic:before {
  9451. content: "\f0d0"; }
  9452.  
  9453. .fa-magnet:before {
  9454. content: "\f076"; }
  9455.  
  9456. .fa-mailchimp:before {
  9457. content: "\f59e"; }
  9458.  
  9459. .fa-male:before {
  9460. content: "\f183"; }
  9461.  
  9462. .fa-mandalorian:before {
  9463. content: "\f50f"; }
  9464.  
  9465. .fa-map:before {
  9466. content: "\f279"; }
  9467.  
  9468. .fa-map-marked:before {
  9469. content: "\f59f"; }
  9470.  
  9471. .fa-map-marked-alt:before {
  9472. content: "\f5a0"; }
  9473.  
  9474. .fa-map-marker:before {
  9475. content: "\f041"; }
  9476.  
  9477. .fa-map-marker-alt:before {
  9478. content: "\f3c5"; }
  9479.  
  9480. .fa-map-marker-alt-slash:before {
  9481. content: "\f605"; }
  9482.  
  9483. .fa-map-marker-check:before {
  9484. content: "\f606"; }
  9485.  
  9486. .fa-map-marker-edit:before {
  9487. content: "\f607"; }
  9488.  
  9489. .fa-map-marker-exclamation:before {
  9490. content: "\f608"; }
  9491.  
  9492. .fa-map-marker-minus:before {
  9493. content: "\f609"; }
  9494.  
  9495. .fa-map-marker-plus:before {
  9496. content: "\f60a"; }
  9497.  
  9498. .fa-map-marker-question:before {
  9499. content: "\f60b"; }
  9500.  
  9501. .fa-map-marker-slash:before {
  9502. content: "\f60c"; }
  9503.  
  9504. .fa-map-marker-smile:before {
  9505. content: "\f60d"; }
  9506.  
  9507. .fa-map-marker-times:before {
  9508. content: "\f60e"; }
  9509.  
  9510. .fa-map-pin:before {
  9511. content: "\f276"; }
  9512.  
  9513. .fa-map-signs:before {
  9514. content: "\f277"; }
  9515.  
  9516. .fa-markdown:before {
  9517. content: "\f60f"; }
  9518.  
  9519. .fa-marker:before {
  9520. content: "\f5a1"; }
  9521.  
  9522. .fa-mars:before {
  9523. content: "\f222"; }
  9524.  
  9525. .fa-mars-double:before {
  9526. content: "\f227"; }
  9527.  
  9528. .fa-mars-stroke:before {
  9529. content: "\f229"; }
  9530.  
  9531. .fa-mars-stroke-h:before {
  9532. content: "\f22b"; }
  9533.  
  9534. .fa-mars-stroke-v:before {
  9535. content: "\f22a"; }
  9536.  
  9537. .fa-mastodon:before {
  9538. content: "\f4f6"; }
  9539.  
  9540. .fa-maxcdn:before {
  9541. content: "\f136"; }
  9542.  
  9543. .fa-medal:before {
  9544. content: "\f5a2"; }
  9545.  
  9546. .fa-medapps:before {
  9547. content: "\f3c6"; }
  9548.  
  9549. .fa-medium:before {
  9550. content: "\f23a"; }
  9551.  
  9552. .fa-medium-m:before {
  9553. content: "\f3c7"; }
  9554.  
  9555. .fa-medkit:before {
  9556. content: "\f0fa"; }
  9557.  
  9558. .fa-medrt:before {
  9559. content: "\f3c8"; }
  9560.  
  9561. .fa-meetup:before {
  9562. content: "\f2e0"; }
  9563.  
  9564. .fa-megaport:before {
  9565. content: "\f5a3"; }
  9566.  
  9567. .fa-meh:before {
  9568. content: "\f11a"; }
  9569.  
  9570. .fa-meh-blank:before {
  9571. content: "\f5a4"; }
  9572.  
  9573. .fa-meh-rolling-eyes:before {
  9574. content: "\f5a5"; }
  9575.  
  9576. .fa-memory:before {
  9577. content: "\f538"; }
  9578.  
  9579. .fa-mercury:before {
  9580. content: "\f223"; }
  9581.  
  9582. .fa-microchip:before {
  9583. content: "\f2db"; }
  9584.  
  9585. .fa-microphone:before {
  9586. content: "\f130"; }
  9587.  
  9588. .fa-microphone-alt:before {
  9589. content: "\f3c9"; }
  9590.  
  9591. .fa-microphone-alt-slash:before {
  9592. content: "\f539"; }
  9593.  
  9594. .fa-microphone-slash:before {
  9595. content: "\f131"; }
  9596.  
  9597. .fa-microscope:before {
  9598. content: "\f610"; }
  9599.  
  9600. .fa-microsoft:before {
  9601. content: "\f3ca"; }
  9602.  
  9603. .fa-minus:before {
  9604. content: "\f068"; }
  9605.  
  9606. .fa-minus-circle:before {
  9607. content: "\f056"; }
  9608.  
  9609. .fa-minus-hexagon:before {
  9610. content: "\f307"; }
  9611.  
  9612. .fa-minus-octagon:before {
  9613. content: "\f308"; }
  9614.  
  9615. .fa-minus-square:before {
  9616. content: "\f146"; }
  9617.  
  9618. .fa-mix:before {
  9619. content: "\f3cb"; }
  9620.  
  9621. .fa-mixcloud:before {
  9622. content: "\f289"; }
  9623.  
  9624. .fa-mizuni:before {
  9625. content: "\f3cc"; }
  9626.  
  9627. .fa-mobile:before {
  9628. content: "\f10b"; }
  9629.  
  9630. .fa-mobile-alt:before {
  9631. content: "\f3cd"; }
  9632.  
  9633. .fa-mobile-android:before {
  9634. content: "\f3ce"; }
  9635.  
  9636. .fa-mobile-android-alt:before {
  9637. content: "\f3cf"; }
  9638.  
  9639. .fa-modx:before {
  9640. content: "\f285"; }
  9641.  
  9642. .fa-monero:before {
  9643. content: "\f3d0"; }
  9644.  
  9645. .fa-money-bill:before {
  9646. content: "\f0d6"; }
  9647.  
  9648. .fa-money-bill-alt:before {
  9649. content: "\f3d1"; }
  9650.  
  9651. .fa-money-bill-wave:before {
  9652. content: "\f53a"; }
  9653.  
  9654. .fa-money-bill-wave-alt:before {
  9655. content: "\f53b"; }
  9656.  
  9657. .fa-money-check:before {
  9658. content: "\f53c"; }
  9659.  
  9660. .fa-money-check-alt:before {
  9661. content: "\f53d"; }
  9662.  
  9663. .fa-monitor-heart-rate:before {
  9664. content: "\f611"; }
  9665.  
  9666. .fa-monument:before {
  9667. content: "\f5a6"; }
  9668.  
  9669. .fa-moon:before {
  9670. content: "\f186"; }
  9671.  
  9672. .fa-mortar-pestle:before {
  9673. content: "\f5a7"; }
  9674.  
  9675. .fa-motorcycle:before {
  9676. content: "\f21c"; }
  9677.  
  9678. .fa-mouse-pointer:before {
  9679. content: "\f245"; }
  9680.  
  9681. .fa-music:before {
  9682. content: "\f001"; }
  9683.  
  9684. .fa-napster:before {
  9685. content: "\f3d2"; }
  9686.  
  9687. .fa-neos:before {
  9688. content: "\f612"; }
  9689.  
  9690. .fa-neuter:before {
  9691. content: "\f22c"; }
  9692.  
  9693. .fa-newspaper:before {
  9694. content: "\f1ea"; }
  9695.  
  9696. .fa-nimblr:before {
  9697. content: "\f5a8"; }
  9698.  
  9699. .fa-nintendo-switch:before {
  9700. content: "\f418"; }
  9701.  
  9702. .fa-node:before {
  9703. content: "\f419"; }
  9704.  
  9705. .fa-node-js:before {
  9706. content: "\f3d3"; }
  9707.  
  9708. .fa-not-equal:before {
  9709. content: "\f53e"; }
  9710.  
  9711. .fa-notes-medical:before {
  9712. content: "\f481"; }
  9713.  
  9714. .fa-npm:before {
  9715. content: "\f3d4"; }
  9716.  
  9717. .fa-ns8:before {
  9718. content: "\f3d5"; }
  9719.  
  9720. .fa-nutritionix:before {
  9721. content: "\f3d6"; }
  9722.  
  9723. .fa-object-group:before {
  9724. content: "\f247"; }
  9725.  
  9726. .fa-object-ungroup:before {
  9727. content: "\f248"; }
  9728.  
  9729. .fa-octagon:before {
  9730. content: "\f306"; }
  9731.  
  9732. .fa-odnoklassniki:before {
  9733. content: "\f263"; }
  9734.  
  9735. .fa-odnoklassniki-square:before {
  9736. content: "\f264"; }
  9737.  
  9738. .fa-oil-can:before {
  9739. content: "\f613"; }
  9740.  
  9741. .fa-oil-temp:before {
  9742. content: "\f614"; }
  9743.  
  9744. .fa-old-republic:before {
  9745. content: "\f510"; }
  9746.  
  9747. .fa-opencart:before {
  9748. content: "\f23d"; }
  9749.  
  9750. .fa-openid:before {
  9751. content: "\f19b"; }
  9752.  
  9753. .fa-opera:before {
  9754. content: "\f26a"; }
  9755.  
  9756. .fa-optin-monster:before {
  9757. content: "\f23c"; }
  9758.  
  9759. .fa-osi:before {
  9760. content: "\f41a"; }
  9761.  
  9762. .fa-outdent:before {
  9763. content: "\f03b"; }
  9764.  
  9765. .fa-page4:before {
  9766. content: "\f3d7"; }
  9767.  
  9768. .fa-pagelines:before {
  9769. content: "\f18c"; }
  9770.  
  9771. .fa-paint-brush:before {
  9772. content: "\f1fc"; }
  9773.  
  9774. .fa-paint-brush-alt:before {
  9775. content: "\f5a9"; }
  9776.  
  9777. .fa-paint-roller:before {
  9778. content: "\f5aa"; }
  9779.  
  9780. .fa-palette:before {
  9781. content: "\f53f"; }
  9782.  
  9783. .fa-palfed:before {
  9784. content: "\f3d8"; }
  9785.  
  9786. .fa-pallet:before {
  9787. content: "\f482"; }
  9788.  
  9789. .fa-pallet-alt:before {
  9790. content: "\f483"; }
  9791.  
  9792. .fa-paper-plane:before {
  9793. content: "\f1d8"; }
  9794.  
  9795. .fa-paperclip:before {
  9796. content: "\f0c6"; }
  9797.  
  9798. .fa-parachute-box:before {
  9799. content: "\f4cd"; }
  9800.  
  9801. .fa-paragraph:before {
  9802. content: "\f1dd"; }
  9803.  
  9804. .fa-parking:before {
  9805. content: "\f540"; }
  9806.  
  9807. .fa-parking-circle:before {
  9808. content: "\f615"; }
  9809.  
  9810. .fa-parking-circle-slash:before {
  9811. content: "\f616"; }
  9812.  
  9813. .fa-parking-slash:before {
  9814. content: "\f617"; }
  9815.  
  9816. .fa-passport:before {
  9817. content: "\f5ab"; }
  9818.  
  9819. .fa-paste:before {
  9820. content: "\f0ea"; }
  9821.  
  9822. .fa-patreon:before {
  9823. content: "\f3d9"; }
  9824.  
  9825. .fa-pause:before {
  9826. content: "\f04c"; }
  9827.  
  9828. .fa-pause-circle:before {
  9829. content: "\f28b"; }
  9830.  
  9831. .fa-paw:before {
  9832. content: "\f1b0"; }
  9833.  
  9834. .fa-paypal:before {
  9835. content: "\f1ed"; }
  9836.  
  9837. .fa-pen:before {
  9838. content: "\f304"; }
  9839.  
  9840. .fa-pen-alt:before {
  9841. content: "\f305"; }
  9842.  
  9843. .fa-pen-fancy:before {
  9844. content: "\f5ac"; }
  9845.  
  9846. .fa-pen-nib:before {
  9847. content: "\f5ad"; }
  9848.  
  9849. .fa-pen-square:before {
  9850. content: "\f14b"; }
  9851.  
  9852. .fa-pencil:before {
  9853. content: "\f040"; }
  9854.  
  9855. .fa-pencil-alt:before {
  9856. content: "\f303"; }
  9857.  
  9858. .fa-pencil-paintbrush:before {
  9859. content: "\f618"; }
  9860.  
  9861. .fa-pencil-ruler:before {
  9862. content: "\f5ae"; }
  9863.  
  9864. .fa-pennant:before {
  9865. content: "\f456"; }
  9866.  
  9867. .fa-people-carry:before {
  9868. content: "\f4ce"; }
  9869.  
  9870. .fa-percent:before {
  9871. content: "\f295"; }
  9872.  
  9873. .fa-percentage:before {
  9874. content: "\f541"; }
  9875.  
  9876. .fa-periscope:before {
  9877. content: "\f3da"; }
  9878.  
  9879. .fa-person-carry:before {
  9880. content: "\f4cf"; }
  9881.  
  9882. .fa-person-dolly:before {
  9883. content: "\f4d0"; }
  9884.  
  9885. .fa-person-dolly-empty:before {
  9886. content: "\f4d1"; }
  9887.  
  9888. .fa-phabricator:before {
  9889. content: "\f3db"; }
  9890.  
  9891. .fa-phoenix-framework:before {
  9892. content: "\f3dc"; }
  9893.  
  9894. .fa-phoenix-squadron:before {
  9895. content: "\f511"; }
  9896.  
  9897. .fa-phone:before {
  9898. content: "\f095"; }
  9899.  
  9900. .fa-phone-plus:before {
  9901. content: "\f4d2"; }
  9902.  
  9903. .fa-phone-slash:before {
  9904. content: "\f3dd"; }
  9905.  
  9906. .fa-phone-square:before {
  9907. content: "\f098"; }
  9908.  
  9909. .fa-phone-volume:before {
  9910. content: "\f2a0"; }
  9911.  
  9912. .fa-php:before {
  9913. content: "\f457"; }
  9914.  
  9915. .fa-pied-piper:before {
  9916. content: "\f2ae"; }
  9917.  
  9918. .fa-pied-piper-alt:before {
  9919. content: "\f1a8"; }
  9920.  
  9921. .fa-pied-piper-hat:before {
  9922. content: "\f4e5"; }
  9923.  
  9924. .fa-pied-piper-pp:before {
  9925. content: "\f1a7"; }
  9926.  
  9927. .fa-piggy-bank:before {
  9928. content: "\f4d3"; }
  9929.  
  9930. .fa-pills:before {
  9931. content: "\f484"; }
  9932.  
  9933. .fa-pinterest:before {
  9934. content: "\f0d2"; }
  9935.  
  9936. .fa-pinterest-p:before {
  9937. content: "\f231"; }
  9938.  
  9939. .fa-pinterest-square:before {
  9940. content: "\f0d3"; }
  9941.  
  9942. .fa-plane:before {
  9943. content: "\f072"; }
  9944.  
  9945. .fa-plane-alt:before {
  9946. content: "\f3de"; }
  9947.  
  9948. .fa-plane-arrival:before {
  9949. content: "\f5af"; }
  9950.  
  9951. .fa-plane-departure:before {
  9952. content: "\f5b0"; }
  9953.  
  9954. .fa-play:before {
  9955. content: "\f04b"; }
  9956.  
  9957. .fa-play-circle:before {
  9958. content: "\f144"; }
  9959.  
  9960. .fa-playstation:before {
  9961. content: "\f3df"; }
  9962.  
  9963. .fa-plug:before {
  9964. content: "\f1e6"; }
  9965.  
  9966. .fa-plus:before {
  9967. content: "\f067"; }
  9968.  
  9969. .fa-plus-circle:before {
  9970. content: "\f055"; }
  9971.  
  9972. .fa-plus-hexagon:before {
  9973. content: "\f300"; }
  9974.  
  9975. .fa-plus-octagon:before {
  9976. content: "\f301"; }
  9977.  
  9978. .fa-plus-square:before {
  9979. content: "\f0fe"; }
  9980.  
  9981. .fa-podcast:before {
  9982. content: "\f2ce"; }
  9983.  
  9984. .fa-poo:before {
  9985. content: "\f2fe"; }
  9986.  
  9987. .fa-poop:before {
  9988. content: "\f619"; }
  9989.  
  9990. .fa-portrait:before {
  9991. content: "\f3e0"; }
  9992.  
  9993. .fa-pound-sign:before {
  9994. content: "\f154"; }
  9995.  
  9996. .fa-power-off:before {
  9997. content: "\f011"; }
  9998.  
  9999. .fa-prescription:before {
  10000. content: "\f5b1"; }
  10001.  
  10002. .fa-prescription-bottle:before {
  10003. content: "\f485"; }
  10004.  
  10005. .fa-prescription-bottle-alt:before {
  10006. content: "\f486"; }
  10007.  
  10008. .fa-print:before {
  10009. content: "\f02f"; }
  10010.  
  10011. .fa-procedures:before {
  10012. content: "\f487"; }
  10013.  
  10014. .fa-product-hunt:before {
  10015. content: "\f288"; }
  10016.  
  10017. .fa-project-diagram:before {
  10018. content: "\f542"; }
  10019.  
  10020. .fa-pushed:before {
  10021. content: "\f3e1"; }
  10022.  
  10023. .fa-puzzle-piece:before {
  10024. content: "\f12e"; }
  10025.  
  10026. .fa-python:before {
  10027. content: "\f3e2"; }
  10028.  
  10029. .fa-qq:before {
  10030. content: "\f1d6"; }
  10031.  
  10032. .fa-qrcode:before {
  10033. content: "\f029"; }
  10034.  
  10035. .fa-question:before {
  10036. content: "\f128"; }
  10037.  
  10038. .fa-question-circle:before {
  10039. content: "\f059"; }
  10040.  
  10041. .fa-question-square:before {
  10042. content: "\f2fd"; }
  10043.  
  10044. .fa-quidditch:before {
  10045. content: "\f458"; }
  10046.  
  10047. .fa-quinscape:before {
  10048. content: "\f459"; }
  10049.  
  10050. .fa-quora:before {
  10051. content: "\f2c4"; }
  10052.  
  10053. .fa-quote-left:before {
  10054. content: "\f10d"; }
  10055.  
  10056. .fa-quote-right:before {
  10057. content: "\f10e"; }
  10058.  
  10059. .fa-r-project:before {
  10060. content: "\f4f7"; }
  10061.  
  10062. .fa-racquet:before {
  10063. content: "\f45a"; }
  10064.  
  10065. .fa-ramp-loading:before {
  10066. content: "\f4d4"; }
  10067.  
  10068. .fa-random:before {
  10069. content: "\f074"; }
  10070.  
  10071. .fa-ravelry:before {
  10072. content: "\f2d9"; }
  10073.  
  10074. .fa-react:before {
  10075. content: "\f41b"; }
  10076.  
  10077. .fa-readme:before {
  10078. content: "\f4d5"; }
  10079.  
  10080. .fa-rebel:before {
  10081. content: "\f1d0"; }
  10082.  
  10083. .fa-receipt:before {
  10084. content: "\f543"; }
  10085.  
  10086. .fa-rectangle-landscape:before {
  10087. content: "\f2fa"; }
  10088.  
  10089. .fa-rectangle-portrait:before {
  10090. content: "\f2fb"; }
  10091.  
  10092. .fa-rectangle-wide:before {
  10093. content: "\f2fc"; }
  10094.  
  10095. .fa-recycle:before {
  10096. content: "\f1b8"; }
  10097.  
  10098. .fa-red-river:before {
  10099. content: "\f3e3"; }
  10100.  
  10101. .fa-reddit:before {
  10102. content: "\f1a1"; }
  10103.  
  10104. .fa-reddit-alien:before {
  10105. content: "\f281"; }
  10106.  
  10107. .fa-reddit-square:before {
  10108. content: "\f1a2"; }
  10109.  
  10110. .fa-redo:before {
  10111. content: "\f01e"; }
  10112.  
  10113. .fa-redo-alt:before {
  10114. content: "\f2f9"; }
  10115.  
  10116. .fa-registered:before {
  10117. content: "\f25d"; }
  10118.  
  10119. .fa-rendact:before {
  10120. content: "\f3e4"; }
  10121.  
  10122. .fa-renren:before {
  10123. content: "\f18b"; }
  10124.  
  10125. .fa-repeat:before {
  10126. content: "\f363"; }
  10127.  
  10128. .fa-repeat-1:before {
  10129. content: "\f365"; }
  10130.  
  10131. .fa-repeat-1-alt:before {
  10132. content: "\f366"; }
  10133.  
  10134. .fa-repeat-alt:before {
  10135. content: "\f364"; }
  10136.  
  10137. .fa-reply:before {
  10138. content: "\f3e5"; }
  10139.  
  10140. .fa-reply-all:before {
  10141. content: "\f122"; }
  10142.  
  10143. .fa-replyd:before {
  10144. content: "\f3e6"; }
  10145.  
  10146. .fa-researchgate:before {
  10147. content: "\f4f8"; }
  10148.  
  10149. .fa-resolving:before {
  10150. content: "\f3e7"; }
  10151.  
  10152. .fa-retweet:before {
  10153. content: "\f079"; }
  10154.  
  10155. .fa-retweet-alt:before {
  10156. content: "\f361"; }
  10157.  
  10158. .fa-rev:before {
  10159. content: "\f5b2"; }
  10160.  
  10161. .fa-ribbon:before {
  10162. content: "\f4d6"; }
  10163.  
  10164. .fa-road:before {
  10165. content: "\f018"; }
  10166.  
  10167. .fa-robot:before {
  10168. content: "\f544"; }
  10169.  
  10170. .fa-rocket:before {
  10171. content: "\f135"; }
  10172.  
  10173. .fa-rocketchat:before {
  10174. content: "\f3e8"; }
  10175.  
  10176. .fa-rockrms:before {
  10177. content: "\f3e9"; }
  10178.  
  10179. .fa-route:before {
  10180. content: "\f4d7"; }
  10181.  
  10182. .fa-route-highway:before {
  10183. content: "\f61a"; }
  10184.  
  10185. .fa-route-interstate:before {
  10186. content: "\f61b"; }
  10187.  
  10188. .fa-rss:before {
  10189. content: "\f09e"; }
  10190.  
  10191. .fa-rss-square:before {
  10192. content: "\f143"; }
  10193.  
  10194. .fa-ruble-sign:before {
  10195. content: "\f158"; }
  10196.  
  10197. .fa-ruler:before {
  10198. content: "\f545"; }
  10199.  
  10200. .fa-ruler-combined:before {
  10201. content: "\f546"; }
  10202.  
  10203. .fa-ruler-horizontal:before {
  10204. content: "\f547"; }
  10205.  
  10206. .fa-ruler-triangle:before {
  10207. content: "\f61c"; }
  10208.  
  10209. .fa-ruler-vertical:before {
  10210. content: "\f548"; }
  10211.  
  10212. .fa-rupee-sign:before {
  10213. content: "\f156"; }
  10214.  
  10215. .fa-sad-cry:before {
  10216. content: "\f5b3"; }
  10217.  
  10218. .fa-sad-tear:before {
  10219. content: "\f5b4"; }
  10220.  
  10221. .fa-safari:before {
  10222. content: "\f267"; }
  10223.  
  10224. .fa-sass:before {
  10225. content: "\f41e"; }
  10226.  
  10227. .fa-save:before {
  10228. content: "\f0c7"; }
  10229.  
  10230. .fa-scalpel:before {
  10231. content: "\f61d"; }
  10232.  
  10233. .fa-scalpel-path:before {
  10234. content: "\f61e"; }
  10235.  
  10236. .fa-scanner:before {
  10237. content: "\f488"; }
  10238.  
  10239. .fa-scanner-keyboard:before {
  10240. content: "\f489"; }
  10241.  
  10242. .fa-scanner-touchscreen:before {
  10243. content: "\f48a"; }
  10244.  
  10245. .fa-schlix:before {
  10246. content: "\f3ea"; }
  10247.  
  10248. .fa-school:before {
  10249. content: "\f549"; }
  10250.  
  10251. .fa-screwdriver:before {
  10252. content: "\f54a"; }
  10253.  
  10254. .fa-scribd:before {
  10255. content: "\f28a"; }
  10256.  
  10257. .fa-scrubber:before {
  10258. content: "\f2f8"; }
  10259.  
  10260. .fa-search:before {
  10261. content: "\f002"; }
  10262.  
  10263. .fa-search-minus:before {
  10264. content: "\f010"; }
  10265.  
  10266. .fa-search-plus:before {
  10267. content: "\f00e"; }
  10268.  
  10269. .fa-searchengin:before {
  10270. content: "\f3eb"; }
  10271.  
  10272. .fa-seedling:before {
  10273. content: "\f4d8"; }
  10274.  
  10275. .fa-sellcast:before {
  10276. content: "\f2da"; }
  10277.  
  10278. .fa-sellsy:before {
  10279. content: "\f213"; }
  10280.  
  10281. .fa-server:before {
  10282. content: "\f233"; }
  10283.  
  10284. .fa-servicestack:before {
  10285. content: "\f3ec"; }
  10286.  
  10287. .fa-shapes:before {
  10288. content: "\f61f"; }
  10289.  
  10290. .fa-share:before {
  10291. content: "\f064"; }
  10292.  
  10293. .fa-share-all:before {
  10294. content: "\f367"; }
  10295.  
  10296. .fa-share-alt:before {
  10297. content: "\f1e0"; }
  10298.  
  10299. .fa-share-alt-square:before {
  10300. content: "\f1e1"; }
  10301.  
  10302. .fa-share-square:before {
  10303. content: "\f14d"; }
  10304.  
  10305. .fa-shekel-sign:before {
  10306. content: "\f20b"; }
  10307.  
  10308. .fa-shield:before {
  10309. content: "\f132"; }
  10310.  
  10311. .fa-shield-alt:before {
  10312. content: "\f3ed"; }
  10313.  
  10314. .fa-shield-check:before {
  10315. content: "\f2f7"; }
  10316.  
  10317. .fa-ship:before {
  10318. content: "\f21a"; }
  10319.  
  10320. .fa-shipping-fast:before {
  10321. content: "\f48b"; }
  10322.  
  10323. .fa-shipping-timed:before {
  10324. content: "\f48c"; }
  10325.  
  10326. .fa-shirtsinbulk:before {
  10327. content: "\f214"; }
  10328.  
  10329. .fa-shoe-prints:before {
  10330. content: "\f54b"; }
  10331.  
  10332. .fa-shopping-bag:before {
  10333. content: "\f290"; }
  10334.  
  10335. .fa-shopping-basket:before {
  10336. content: "\f291"; }
  10337.  
  10338. .fa-shopping-cart:before {
  10339. content: "\f07a"; }
  10340.  
  10341. .fa-shopware:before {
  10342. content: "\f5b5"; }
  10343.  
  10344. .fa-shower:before {
  10345. content: "\f2cc"; }
  10346.  
  10347. .fa-shuttle-van:before {
  10348. content: "\f5b6"; }
  10349.  
  10350. .fa-shuttlecock:before {
  10351. content: "\f45b"; }
  10352.  
  10353. .fa-sign:before {
  10354. content: "\f4d9"; }
  10355.  
  10356. .fa-sign-in:before {
  10357. content: "\f090"; }
  10358.  
  10359. .fa-sign-in-alt:before {
  10360. content: "\f2f6"; }
  10361.  
  10362. .fa-sign-language:before {
  10363. content: "\f2a7"; }
  10364.  
  10365. .fa-sign-out:before {
  10366. content: "\f08b"; }
  10367.  
  10368. .fa-sign-out-alt:before {
  10369. content: "\f2f5"; }
  10370.  
  10371. .fa-signal:before {
  10372. content: "\f012"; }
  10373.  
  10374. .fa-signature:before {
  10375. content: "\f5b7"; }
  10376.  
  10377. .fa-simplybuilt:before {
  10378. content: "\f215"; }
  10379.  
  10380. .fa-sistrix:before {
  10381. content: "\f3ee"; }
  10382.  
  10383. .fa-sitemap:before {
  10384. content: "\f0e8"; }
  10385.  
  10386. .fa-sith:before {
  10387. content: "\f512"; }
  10388.  
  10389. .fa-skeleton:before {
  10390. content: "\f620"; }
  10391.  
  10392. .fa-skull:before {
  10393. content: "\f54c"; }
  10394.  
  10395. .fa-skyatlas:before {
  10396. content: "\f216"; }
  10397.  
  10398. .fa-skype:before {
  10399. content: "\f17e"; }
  10400.  
  10401. .fa-slack:before {
  10402. content: "\f198"; }
  10403.  
  10404. .fa-slack-hash:before {
  10405. content: "\f3ef"; }
  10406.  
  10407. .fa-sliders-h:before {
  10408. content: "\f1de"; }
  10409.  
  10410. .fa-sliders-h-square:before {
  10411. content: "\f3f0"; }
  10412.  
  10413. .fa-sliders-v:before {
  10414. content: "\f3f1"; }
  10415.  
  10416. .fa-sliders-v-square:before {
  10417. content: "\f3f2"; }
  10418.  
  10419. .fa-slideshare:before {
  10420. content: "\f1e7"; }
  10421.  
  10422. .fa-smile:before {
  10423. content: "\f118"; }
  10424.  
  10425. .fa-smile-beam:before {
  10426. content: "\f5b8"; }
  10427.  
  10428. .fa-smile-plus:before {
  10429. content: "\f5b9"; }
  10430.  
  10431. .fa-smile-wink:before {
  10432. content: "\f4da"; }
  10433.  
  10434. .fa-smoking:before {
  10435. content: "\f48d"; }
  10436.  
  10437. .fa-smoking-ban:before {
  10438. content: "\f54d"; }
  10439.  
  10440. .fa-snapchat:before {
  10441. content: "\f2ab"; }
  10442.  
  10443. .fa-snapchat-ghost:before {
  10444. content: "\f2ac"; }
  10445.  
  10446. .fa-snapchat-square:before {
  10447. content: "\f2ad"; }
  10448.  
  10449. .fa-snowflake:before {
  10450. content: "\f2dc"; }
  10451.  
  10452. .fa-solar-panel:before {
  10453. content: "\f5ba"; }
  10454.  
  10455. .fa-sort:before {
  10456. content: "\f0dc"; }
  10457.  
  10458. .fa-sort-alpha-down:before {
  10459. content: "\f15d"; }
  10460.  
  10461. .fa-sort-alpha-up:before {
  10462. content: "\f15e"; }
  10463.  
  10464. .fa-sort-amount-down:before {
  10465. content: "\f160"; }
  10466.  
  10467. .fa-sort-amount-up:before {
  10468. content: "\f161"; }
  10469.  
  10470. .fa-sort-down:before {
  10471. content: "\f0dd"; }
  10472.  
  10473. .fa-sort-numeric-down:before {
  10474. content: "\f162"; }
  10475.  
  10476. .fa-sort-numeric-up:before {
  10477. content: "\f163"; }
  10478.  
  10479. .fa-sort-up:before {
  10480. content: "\f0de"; }
  10481.  
  10482. .fa-soundcloud:before {
  10483. content: "\f1be"; }
  10484.  
  10485. .fa-spa:before {
  10486. content: "\f5bb"; }
  10487.  
  10488. .fa-space-shuttle:before {
  10489. content: "\f197"; }
  10490.  
  10491. .fa-spade:before {
  10492. content: "\f2f4"; }
  10493.  
  10494. .fa-speakap:before {
  10495. content: "\f3f3"; }
  10496.  
  10497. .fa-spinner:before {
  10498. content: "\f110"; }
  10499.  
  10500. .fa-spinner-third:before {
  10501. content: "\f3f4"; }
  10502.  
  10503. .fa-splotch:before {
  10504. content: "\f5bc"; }
  10505.  
  10506. .fa-spotify:before {
  10507. content: "\f1bc"; }
  10508.  
  10509. .fa-spray-can:before {
  10510. content: "\f5bd"; }
  10511.  
  10512. .fa-square:before {
  10513. content: "\f0c8"; }
  10514.  
  10515. .fa-square-full:before {
  10516. content: "\f45c"; }
  10517.  
  10518. .fa-squarespace:before {
  10519. content: "\f5be"; }
  10520.  
  10521. .fa-stack-exchange:before {
  10522. content: "\f18d"; }
  10523.  
  10524. .fa-stack-overflow:before {
  10525. content: "\f16c"; }
  10526.  
  10527. .fa-stamp:before {
  10528. content: "\f5bf"; }
  10529.  
  10530. .fa-star:before {
  10531. content: "\f005"; }
  10532.  
  10533. .fa-star-exclamation:before {
  10534. content: "\f2f3"; }
  10535.  
  10536. .fa-star-half:before {
  10537. content: "\f089"; }
  10538.  
  10539. .fa-star-half-alt:before {
  10540. content: "\f5c0"; }
  10541.  
  10542. .fa-star-of-life:before {
  10543. content: "\f621"; }
  10544.  
  10545. .fa-staylinked:before {
  10546. content: "\f3f5"; }
  10547.  
  10548. .fa-steam:before {
  10549. content: "\f1b6"; }
  10550.  
  10551. .fa-steam-square:before {
  10552. content: "\f1b7"; }
  10553.  
  10554. .fa-steam-symbol:before {
  10555. content: "\f3f6"; }
  10556.  
  10557. .fa-steering-wheel:before {
  10558. content: "\f622"; }
  10559.  
  10560. .fa-step-backward:before {
  10561. content: "\f048"; }
  10562.  
  10563. .fa-step-forward:before {
  10564. content: "\f051"; }
  10565.  
  10566. .fa-stethoscope:before {
  10567. content: "\f0f1"; }
  10568.  
  10569. .fa-sticker-mule:before {
  10570. content: "\f3f7"; }
  10571.  
  10572. .fa-sticky-note:before {
  10573. content: "\f249"; }
  10574.  
  10575. .fa-stomach:before {
  10576. content: "\f623"; }
  10577.  
  10578. .fa-stop:before {
  10579. content: "\f04d"; }
  10580.  
  10581. .fa-stop-circle:before {
  10582. content: "\f28d"; }
  10583.  
  10584. .fa-stopwatch:before {
  10585. content: "\f2f2"; }
  10586.  
  10587. .fa-store:before {
  10588. content: "\f54e"; }
  10589.  
  10590. .fa-store-alt:before {
  10591. content: "\f54f"; }
  10592.  
  10593. .fa-strava:before {
  10594. content: "\f428"; }
  10595.  
  10596. .fa-stream:before {
  10597. content: "\f550"; }
  10598.  
  10599. .fa-street-view:before {
  10600. content: "\f21d"; }
  10601.  
  10602. .fa-strikethrough:before {
  10603. content: "\f0cc"; }
  10604.  
  10605. .fa-stripe:before {
  10606. content: "\f429"; }
  10607.  
  10608. .fa-stripe-s:before {
  10609. content: "\f42a"; }
  10610.  
  10611. .fa-stroopwafel:before {
  10612. content: "\f551"; }
  10613.  
  10614. .fa-studiovinari:before {
  10615. content: "\f3f8"; }
  10616.  
  10617. .fa-stumbleupon:before {
  10618. content: "\f1a4"; }
  10619.  
  10620. .fa-stumbleupon-circle:before {
  10621. content: "\f1a3"; }
  10622.  
  10623. .fa-subscript:before {
  10624. content: "\f12c"; }
  10625.  
  10626. .fa-subway:before {
  10627. content: "\f239"; }
  10628.  
  10629. .fa-suitcase:before {
  10630. content: "\f0f2"; }
  10631.  
  10632. .fa-suitcase-rolling:before {
  10633. content: "\f5c1"; }
  10634.  
  10635. .fa-sun:before {
  10636. content: "\f185"; }
  10637.  
  10638. .fa-superpowers:before {
  10639. content: "\f2dd"; }
  10640.  
  10641. .fa-superscript:before {
  10642. content: "\f12b"; }
  10643.  
  10644. .fa-supple:before {
  10645. content: "\f3f9"; }
  10646.  
  10647. .fa-surprise:before {
  10648. content: "\f5c2"; }
  10649.  
  10650. .fa-swatchbook:before {
  10651. content: "\f5c3"; }
  10652.  
  10653. .fa-swimmer:before {
  10654. content: "\f5c4"; }
  10655.  
  10656. .fa-swimming-pool:before {
  10657. content: "\f5c5"; }
  10658.  
  10659. .fa-sync:before {
  10660. content: "\f021"; }
  10661.  
  10662. .fa-sync-alt:before {
  10663. content: "\f2f1"; }
  10664.  
  10665. .fa-syringe:before {
  10666. content: "\f48e"; }
  10667.  
  10668. .fa-table:before {
  10669. content: "\f0ce"; }
  10670.  
  10671. .fa-table-tennis:before {
  10672. content: "\f45d"; }
  10673.  
  10674. .fa-tablet:before {
  10675. content: "\f10a"; }
  10676.  
  10677. .fa-tablet-alt:before {
  10678. content: "\f3fa"; }
  10679.  
  10680. .fa-tablet-android:before {
  10681. content: "\f3fb"; }
  10682.  
  10683. .fa-tablet-android-alt:before {
  10684. content: "\f3fc"; }
  10685.  
  10686. .fa-tablet-rugged:before {
  10687. content: "\f48f"; }
  10688.  
  10689. .fa-tablets:before {
  10690. content: "\f490"; }
  10691.  
  10692. .fa-tachometer:before {
  10693. content: "\f0e4"; }
  10694.  
  10695. .fa-tachometer-alt:before {
  10696. content: "\f3fd"; }
  10697.  
  10698. .fa-tachometer-alt-average:before {
  10699. content: "\f624"; }
  10700.  
  10701. .fa-tachometer-alt-fast:before {
  10702. content: "\f625"; }
  10703.  
  10704. .fa-tachometer-alt-fastest:before {
  10705. content: "\f626"; }
  10706.  
  10707. .fa-tachometer-alt-slow:before {
  10708. content: "\f627"; }
  10709.  
  10710. .fa-tachometer-alt-slowest:before {
  10711. content: "\f628"; }
  10712.  
  10713. .fa-tachometer-average:before {
  10714. content: "\f629"; }
  10715.  
  10716. .fa-tachometer-fast:before {
  10717. content: "\f62a"; }
  10718.  
  10719. .fa-tachometer-fastest:before {
  10720. content: "\f62b"; }
  10721.  
  10722. .fa-tachometer-slow:before {
  10723. content: "\f62c"; }
  10724.  
  10725. .fa-tachometer-slowest:before {
  10726. content: "\f62d"; }
  10727.  
  10728. .fa-tag:before {
  10729. content: "\f02b"; }
  10730.  
  10731. .fa-tags:before {
  10732. content: "\f02c"; }
  10733.  
  10734. .fa-tape:before {
  10735. content: "\f4db"; }
  10736.  
  10737. .fa-tasks:before {
  10738. content: "\f0ae"; }
  10739.  
  10740. .fa-taxi:before {
  10741. content: "\f1ba"; }
  10742.  
  10743. .fa-teamspeak:before {
  10744. content: "\f4f9"; }
  10745.  
  10746. .fa-teeth:before {
  10747. content: "\f62e"; }
  10748.  
  10749. .fa-teeth-open:before {
  10750. content: "\f62f"; }
  10751.  
  10752. .fa-telegram:before {
  10753. content: "\f2c6"; }
  10754.  
  10755. .fa-telegram-plane:before {
  10756. content: "\f3fe"; }
  10757.  
  10758. .fa-tencent-weibo:before {
  10759. content: "\f1d5"; }
  10760.  
  10761. .fa-tennis-ball:before {
  10762. content: "\f45e"; }
  10763.  
  10764. .fa-terminal:before {
  10765. content: "\f120"; }
  10766.  
  10767. .fa-text-height:before {
  10768. content: "\f034"; }
  10769.  
  10770. .fa-text-width:before {
  10771. content: "\f035"; }
  10772.  
  10773. .fa-th:before {
  10774. content: "\f00a"; }
  10775.  
  10776. .fa-th-large:before {
  10777. content: "\f009"; }
  10778.  
  10779. .fa-th-list:before {
  10780. content: "\f00b"; }
  10781.  
  10782. .fa-theater-masks:before {
  10783. content: "\f630"; }
  10784.  
  10785. .fa-themeco:before {
  10786. content: "\f5c6"; }
  10787.  
  10788. .fa-themeisle:before {
  10789. content: "\f2b2"; }
  10790.  
  10791. .fa-thermometer:before {
  10792. content: "\f491"; }
  10793.  
  10794. .fa-thermometer-empty:before {
  10795. content: "\f2cb"; }
  10796.  
  10797. .fa-thermometer-full:before {
  10798. content: "\f2c7"; }
  10799.  
  10800. .fa-thermometer-half:before {
  10801. content: "\f2c9"; }
  10802.  
  10803. .fa-thermometer-quarter:before {
  10804. content: "\f2ca"; }
  10805.  
  10806. .fa-thermometer-three-quarters:before {
  10807. content: "\f2c8"; }
  10808.  
  10809. .fa-thumbs-down:before {
  10810. content: "\f165"; }
  10811.  
  10812. .fa-thumbs-up:before {
  10813. content: "\f164"; }
  10814.  
  10815. .fa-thumbtack:before {
  10816. content: "\f08d"; }
  10817.  
  10818. .fa-ticket:before {
  10819. content: "\f145"; }
  10820.  
  10821. .fa-ticket-alt:before {
  10822. content: "\f3ff"; }
  10823.  
  10824. .fa-times:before {
  10825. content: "\f00d"; }
  10826.  
  10827. .fa-times-circle:before {
  10828. content: "\f057"; }
  10829.  
  10830. .fa-times-hexagon:before {
  10831. content: "\f2ee"; }
  10832.  
  10833. .fa-times-octagon:before {
  10834. content: "\f2f0"; }
  10835.  
  10836. .fa-times-square:before {
  10837. content: "\f2d3"; }
  10838.  
  10839. .fa-tint:before {
  10840. content: "\f043"; }
  10841.  
  10842. .fa-tint-slash:before {
  10843. content: "\f5c7"; }
  10844.  
  10845. .fa-tire:before {
  10846. content: "\f631"; }
  10847.  
  10848. .fa-tire-flat:before {
  10849. content: "\f632"; }
  10850.  
  10851. .fa-tire-pressure-warning:before {
  10852. content: "\f633"; }
  10853.  
  10854. .fa-tire-rugged:before {
  10855. content: "\f634"; }
  10856.  
  10857. .fa-tired:before {
  10858. content: "\f5c8"; }
  10859.  
  10860. .fa-toggle-off:before {
  10861. content: "\f204"; }
  10862.  
  10863. .fa-toggle-on:before {
  10864. content: "\f205"; }
  10865.  
  10866. .fa-toolbox:before {
  10867. content: "\f552"; }
  10868.  
  10869. .fa-tooth:before {
  10870. content: "\f5c9"; }
  10871.  
  10872. .fa-toothbrush:before {
  10873. content: "\f635"; }
  10874.  
  10875. .fa-trade-federation:before {
  10876. content: "\f513"; }
  10877.  
  10878. .fa-trademark:before {
  10879. content: "\f25c"; }
  10880.  
  10881. .fa-traffic-cone:before {
  10882. content: "\f636"; }
  10883.  
  10884. .fa-traffic-light:before {
  10885. content: "\f637"; }
  10886.  
  10887. .fa-traffic-light-go:before {
  10888. content: "\f638"; }
  10889.  
  10890. .fa-traffic-light-slow:before {
  10891. content: "\f639"; }
  10892.  
  10893. .fa-traffic-light-stop:before {
  10894. content: "\f63a"; }
  10895.  
  10896. .fa-train:before {
  10897. content: "\f238"; }
  10898.  
  10899. .fa-transgender:before {
  10900. content: "\f224"; }
  10901.  
  10902. .fa-transgender-alt:before {
  10903. content: "\f225"; }
  10904.  
  10905. .fa-trash:before {
  10906. content: "\f1f8"; }
  10907.  
  10908. .fa-trash-alt:before {
  10909. content: "\f2ed"; }
  10910.  
  10911. .fa-tree:before {
  10912. content: "\f1bb"; }
  10913.  
  10914. .fa-tree-alt:before {
  10915. content: "\f400"; }
  10916.  
  10917. .fa-trello:before {
  10918. content: "\f181"; }
  10919.  
  10920. .fa-triangle:before {
  10921. content: "\f2ec"; }
  10922.  
  10923. .fa-tripadvisor:before {
  10924. content: "\f262"; }
  10925.  
  10926. .fa-trophy:before {
  10927. content: "\f091"; }
  10928.  
  10929. .fa-trophy-alt:before {
  10930. content: "\f2eb"; }
  10931.  
  10932. .fa-truck:before {
  10933. content: "\f0d1"; }
  10934.  
  10935. .fa-truck-container:before {
  10936. content: "\f4dc"; }
  10937.  
  10938. .fa-truck-couch:before {
  10939. content: "\f4dd"; }
  10940.  
  10941. .fa-truck-loading:before {
  10942. content: "\f4de"; }
  10943.  
  10944. .fa-truck-monster:before {
  10945. content: "\f63b"; }
  10946.  
  10947. .fa-truck-moving:before {
  10948. content: "\f4df"; }
  10949.  
  10950. .fa-truck-pickup:before {
  10951. content: "\f63c"; }
  10952.  
  10953. .fa-truck-ramp:before {
  10954. content: "\f4e0"; }
  10955.  
  10956. .fa-tshirt:before {
  10957. content: "\f553"; }
  10958.  
  10959. .fa-tty:before {
  10960. content: "\f1e4"; }
  10961.  
  10962. .fa-tumblr:before {
  10963. content: "\f173"; }
  10964.  
  10965. .fa-tumblr-square:before {
  10966. content: "\f174"; }
  10967.  
  10968. .fa-tv:before {
  10969. content: "\f26c"; }
  10970.  
  10971. .fa-tv-retro:before {
  10972. content: "\f401"; }
  10973.  
  10974. .fa-twitch:before {
  10975. content: "\f1e8"; }
  10976.  
  10977. .fa-twitter:before {
  10978. content: "\f099"; }
  10979.  
  10980. .fa-twitter-square:before {
  10981. content: "\f081"; }
  10982.  
  10983. .fa-typo3:before {
  10984. content: "\f42b"; }
  10985.  
  10986. .fa-uber:before {
  10987. content: "\f402"; }
  10988.  
  10989. .fa-uikit:before {
  10990. content: "\f403"; }
  10991.  
  10992. .fa-umbrella:before {
  10993. content: "\f0e9"; }
  10994.  
  10995. .fa-umbrella-beach:before {
  10996. content: "\f5ca"; }
  10997.  
  10998. .fa-underline:before {
  10999. content: "\f0cd"; }
  11000.  
  11001. .fa-undo:before {
  11002. content: "\f0e2"; }
  11003.  
  11004. .fa-undo-alt:before {
  11005. content: "\f2ea"; }
  11006.  
  11007. .fa-uniregistry:before {
  11008. content: "\f404"; }
  11009.  
  11010. .fa-universal-access:before {
  11011. content: "\f29a"; }
  11012.  
  11013. .fa-university:before {
  11014. content: "\f19c"; }
  11015.  
  11016. .fa-unlink:before {
  11017. content: "\f127"; }
  11018.  
  11019. .fa-unlock:before {
  11020. content: "\f09c"; }
  11021.  
  11022. .fa-unlock-alt:before {
  11023. content: "\f13e"; }
  11024.  
  11025. .fa-untappd:before {
  11026. content: "\f405"; }
  11027.  
  11028. .fa-upload:before {
  11029. content: "\f093"; }
  11030.  
  11031. .fa-usb:before {
  11032. content: "\f287"; }
  11033.  
  11034. .fa-usd-circle:before {
  11035. content: "\f2e8"; }
  11036.  
  11037. .fa-usd-square:before {
  11038. content: "\f2e9"; }
  11039.  
  11040. .fa-user:before {
  11041. content: "\f007"; }
  11042.  
  11043. .fa-user-alt:before {
  11044. content: "\f406"; }
  11045.  
  11046. .fa-user-alt-slash:before {
  11047. content: "\f4fa"; }
  11048.  
  11049. .fa-user-astronaut:before {
  11050. content: "\f4fb"; }
  11051.  
  11052. .fa-user-check:before {
  11053. content: "\f4fc"; }
  11054.  
  11055. .fa-user-circle:before {
  11056. content: "\f2bd"; }
  11057.  
  11058. .fa-user-clock:before {
  11059. content: "\f4fd"; }
  11060.  
  11061. .fa-user-cog:before {
  11062. content: "\f4fe"; }
  11063.  
  11064. .fa-user-edit:before {
  11065. content: "\f4ff"; }
  11066.  
  11067. .fa-user-friends:before {
  11068. content: "\f500"; }
  11069.  
  11070. .fa-user-graduate:before {
  11071. content: "\f501"; }
  11072.  
  11073. .fa-user-lock:before {
  11074. content: "\f502"; }
  11075.  
  11076. .fa-user-md:before {
  11077. content: "\f0f0"; }
  11078.  
  11079. .fa-user-minus:before {
  11080. content: "\f503"; }
  11081.  
  11082. .fa-user-ninja:before {
  11083. content: "\f504"; }
  11084.  
  11085. .fa-user-plus:before {
  11086. content: "\f234"; }
  11087.  
  11088. .fa-user-secret:before {
  11089. content: "\f21b"; }
  11090.  
  11091. .fa-user-shield:before {
  11092. content: "\f505"; }
  11093.  
  11094. .fa-user-slash:before {
  11095. content: "\f506"; }
  11096.  
  11097. .fa-user-tag:before {
  11098. content: "\f507"; }
  11099.  
  11100. .fa-user-tie:before {
  11101. content: "\f508"; }
  11102.  
  11103. .fa-user-times:before {
  11104. content: "\f235"; }
  11105.  
  11106. .fa-users:before {
  11107. content: "\f0c0"; }
  11108.  
  11109. .fa-users-class:before {
  11110. content: "\f63d"; }
  11111.  
  11112. .fa-users-cog:before {
  11113. content: "\f509"; }
  11114.  
  11115. .fa-ussunnah:before {
  11116. content: "\f407"; }
  11117.  
  11118. .fa-utensil-fork:before {
  11119. content: "\f2e3"; }
  11120.  
  11121. .fa-utensil-knife:before {
  11122. content: "\f2e4"; }
  11123.  
  11124. .fa-utensil-spoon:before {
  11125. content: "\f2e5"; }
  11126.  
  11127. .fa-utensils:before {
  11128. content: "\f2e7"; }
  11129.  
  11130. .fa-utensils-alt:before {
  11131. content: "\f2e6"; }
  11132.  
  11133. .fa-vaadin:before {
  11134. content: "\f408"; }
  11135.  
  11136. .fa-vector-square:before {
  11137. content: "\f5cb"; }
  11138.  
  11139. .fa-venus:before {
  11140. content: "\f221"; }
  11141.  
  11142. .fa-venus-double:before {
  11143. content: "\f226"; }
  11144.  
  11145. .fa-venus-mars:before {
  11146. content: "\f228"; }
  11147.  
  11148. .fa-viacoin:before {
  11149. content: "\f237"; }
  11150.  
  11151. .fa-viadeo:before {
  11152. content: "\f2a9"; }
  11153.  
  11154. .fa-viadeo-square:before {
  11155. content: "\f2aa"; }
  11156.  
  11157. .fa-vial:before {
  11158. content: "\f492"; }
  11159.  
  11160. .fa-vials:before {
  11161. content: "\f493"; }
  11162.  
  11163. .fa-viber:before {
  11164. content: "\f409"; }
  11165.  
  11166. .fa-video:before {
  11167. content: "\f03d"; }
  11168.  
  11169. .fa-video-plus:before {
  11170. content: "\f4e1"; }
  11171.  
  11172. .fa-video-slash:before {
  11173. content: "\f4e2"; }
  11174.  
  11175. .fa-vimeo:before {
  11176. content: "\f40a"; }
  11177.  
  11178. .fa-vimeo-square:before {
  11179. content: "\f194"; }
  11180.  
  11181. .fa-vimeo-v:before {
  11182. content: "\f27d"; }
  11183.  
  11184. .fa-vine:before {
  11185. content: "\f1ca"; }
  11186.  
  11187. .fa-vk:before {
  11188. content: "\f189"; }
  11189.  
  11190. .fa-vnv:before {
  11191. content: "\f40b"; }
  11192.  
  11193. .fa-volleyball-ball:before {
  11194. content: "\f45f"; }
  11195.  
  11196. .fa-volume-down:before {
  11197. content: "\f027"; }
  11198.  
  11199. .fa-volume-mute:before {
  11200. content: "\f2e2"; }
  11201.  
  11202. .fa-volume-off:before {
  11203. content: "\f026"; }
  11204.  
  11205. .fa-volume-up:before {
  11206. content: "\f028"; }
  11207.  
  11208. .fa-vuejs:before {
  11209. content: "\f41f"; }
  11210.  
  11211. .fa-walking:before {
  11212. content: "\f554"; }
  11213.  
  11214. .fa-wallet:before {
  11215. content: "\f555"; }
  11216.  
  11217. .fa-warehouse:before {
  11218. content: "\f494"; }
  11219.  
  11220. .fa-warehouse-alt:before {
  11221. content: "\f495"; }
  11222.  
  11223. .fa-watch:before {
  11224. content: "\f2e1"; }
  11225.  
  11226. .fa-watch-fitness:before {
  11227. content: "\f63e"; }
  11228.  
  11229. .fa-weebly:before {
  11230. content: "\f5cc"; }
  11231.  
  11232. .fa-weibo:before {
  11233. content: "\f18a"; }
  11234.  
  11235. .fa-weight:before {
  11236. content: "\f496"; }
  11237.  
  11238. .fa-weight-hanging:before {
  11239. content: "\f5cd"; }
  11240.  
  11241. .fa-weixin:before {
  11242. content: "\f1d7"; }
  11243.  
  11244. .fa-whatsapp:before {
  11245. content: "\f232"; }
  11246.  
  11247. .fa-whatsapp-square:before {
  11248. content: "\f40c"; }
  11249.  
  11250. .fa-wheelchair:before {
  11251. content: "\f193"; }
  11252.  
  11253. .fa-whistle:before {
  11254. content: "\f460"; }
  11255.  
  11256. .fa-whmcs:before {
  11257. content: "\f40d"; }
  11258.  
  11259. .fa-wifi:before {
  11260. content: "\f1eb"; }
  11261.  
  11262. .fa-wikipedia-w:before {
  11263. content: "\f266"; }
  11264.  
  11265. .fa-window:before {
  11266. content: "\f40e"; }
  11267.  
  11268. .fa-window-alt:before {
  11269. content: "\f40f"; }
  11270.  
  11271. .fa-window-close:before {
  11272. content: "\f410"; }
  11273.  
  11274. .fa-window-maximize:before {
  11275. content: "\f2d0"; }
  11276.  
  11277. .fa-window-minimize:before {
  11278. content: "\f2d1"; }
  11279.  
  11280. .fa-window-restore:before {
  11281. content: "\f2d2"; }
  11282.  
  11283. .fa-windows:before {
  11284. content: "\f17a"; }
  11285.  
  11286. .fa-wine-glass:before {
  11287. content: "\f4e3"; }
  11288.  
  11289. .fa-wine-glass-alt:before {
  11290. content: "\f5ce"; }
  11291.  
  11292. .fa-wix:before {
  11293. content: "\f5cf"; }
  11294.  
  11295. .fa-wolf-pack-battalion:before {
  11296. content: "\f514"; }
  11297.  
  11298. .fa-won-sign:before {
  11299. content: "\f159"; }
  11300.  
  11301. .fa-wordpress:before {
  11302. content: "\f19a"; }
  11303.  
  11304. .fa-wordpress-simple:before {
  11305. content: "\f411"; }
  11306.  
  11307. .fa-wpbeginner:before {
  11308. content: "\f297"; }
  11309.  
  11310. .fa-wpexplorer:before {
  11311. content: "\f2de"; }
  11312.  
  11313. .fa-wpforms:before {
  11314. content: "\f298"; }
  11315.  
  11316. .fa-wrench:before {
  11317. content: "\f0ad"; }
  11318.  
  11319. .fa-x-ray:before {
  11320. content: "\f497"; }
  11321.  
  11322. .fa-xbox:before {
  11323. content: "\f412"; }
  11324.  
  11325. .fa-xing:before {
  11326. content: "\f168"; }
  11327.  
  11328. .fa-xing-square:before {
  11329. content: "\f169"; }
  11330.  
  11331. .fa-y-combinator:before {
  11332. content: "\f23b"; }
  11333.  
  11334. .fa-yahoo:before {
  11335. content: "\f19e"; }
  11336.  
  11337. .fa-yandex:before {
  11338. content: "\f413"; }
  11339.  
  11340. .fa-yandex-international:before {
  11341. content: "\f414"; }
  11342.  
  11343. .fa-yelp:before {
  11344. content: "\f1e9"; }
  11345.  
  11346. .fa-yen-sign:before {
  11347. content: "\f157"; }
  11348.  
  11349. .fa-yoast:before {
  11350. content: "\f2b1"; }
  11351.  
  11352. .fa-youtube:before {
  11353. content: "\f167"; }
  11354.  
  11355. .fa-youtube-square:before {
  11356. content: "\f431"; }
  11357.  
  11358. .fa-zhihu:before {
  11359. content: "\f63f"; }
  11360.  
  11361. .sr-only {
  11362. border: 0;
  11363. clip: rect(0, 0, 0, 0);
  11364. height: 1px;
  11365. margin: -1px;
  11366. overflow: hidden;
  11367. padding: 0;
  11368. position: absolute;
  11369. width: 1px; }
  11370.  
  11371. .sr-only-focusable:active, .sr-only-focusable:focus {
  11372. clip: auto;
  11373. height: auto;
  11374. margin: 0;
  11375. overflow: visible;
  11376. position: static;
  11377. width: auto; }
  11378. @font-face {
  11379. font-family: 'Font Awesome 5 Brands';
  11380. font-style: normal;
  11381. font-weight: normal;
  11382. src: url("../webfonts/fa-brands-400.eot");
  11383. src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg"); }
  11384.  
  11385. .fab {
  11386. font-family: 'Font Awesome 5 Brands'; }
  11387. @font-face {
  11388. font-family: 'Font Awesome 5 Pro';
  11389. font-style: normal;
  11390. font-weight: 300;
  11391. src: url("../webfonts/fa-light-300.eot");
  11392. src: url("../webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-light-300.woff2") format("woff2"), url("../webfonts/fa-light-300.woff") format("woff"), url("../webfonts/fa-light-300.ttf") format("truetype"), url("../webfonts/fa-light-300.svg#fontawesome") format("svg"); }
  11393.  
  11394. .fal {
  11395. font-family: 'Font Awesome 5 Pro';
  11396. font-weight: 300; }
  11397. @font-face {
  11398. font-family: 'Font Awesome 5 Pro';
  11399. font-style: normal;
  11400. font-weight: 400;
  11401. src: url("../webfonts/fa-regular-400.eot");
  11402. src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg"); }
  11403.  
  11404. .far {
  11405. font-family: 'Font Awesome 5 Pro';
  11406. font-weight: 400; }
  11407. @font-face {
  11408. font-family: 'Font Awesome 5 Pro';
  11409. font-style: normal;
  11410. font-weight: 900;
  11411. src: url("../webfonts/fa-solid-900.eot");
  11412. src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); }
  11413.  
  11414. .fa,
  11415. .fas {
  11416. font-family: 'Font Awesome 5 Pro';
  11417. font-weight: 900; }
  11418.  
  11419. /**
  11420. * Variables declared here can be overridden by consuming applications, with
  11421. * the help of the `!default` flag.
  11422. *
  11423. * @example
  11424. * // overriding $hoverColor
  11425. * $hoverColor: rgba(red, 0.05);
  11426. *
  11427. * // overriding image path
  11428. * $flagsImagePath: "images/";
  11429. *
  11430. * // import the scss file after the overrides
  11431. * @import "bower_component/intl-tel-input/src/css/intlTelInput";
  11432. */
  11433. .intl-tel-input {
  11434. position: relative;
  11435. display: inline-block; }
  11436. .intl-tel-input * {
  11437. box-sizing: border-box;
  11438. -moz-box-sizing: border-box; }
  11439. .intl-tel-input .hide {
  11440. display: none; }
  11441. .intl-tel-input .v-hide {
  11442. visibility: hidden; }
  11443. .intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
  11444. position: relative;
  11445. z-index: 0;
  11446. margin-top: 0 !important;
  11447. margin-bottom: 0 !important;
  11448. padding-right: 36px;
  11449. margin-right: 0; }
  11450. .intl-tel-input .flag-container {
  11451. position: absolute;
  11452. top: 0;
  11453. bottom: 0;
  11454. right: 0;
  11455. padding: 1px; }
  11456. .intl-tel-input .selected-flag {
  11457. z-index: 1;
  11458. position: relative;
  11459. width: 36px;
  11460. height: 100%;
  11461. padding: 0 0 0 8px; }
  11462. .intl-tel-input .selected-flag .iti-flag {
  11463. position: absolute;
  11464. top: 0;
  11465. bottom: 0;
  11466. margin: auto; }
  11467. .intl-tel-input .selected-flag .iti-arrow {
  11468. position: absolute;
  11469. top: 50%;
  11470. margin-top: -2px;
  11471. right: 6px;
  11472. width: 0;
  11473. height: 0;
  11474. border-left: 3px solid transparent;
  11475. border-right: 3px solid transparent;
  11476. border-top: 4px solid #555; }
  11477. .intl-tel-input .selected-flag .iti-arrow.up {
  11478. border-top: none;
  11479. border-bottom: 4px solid #555; }
  11480. .intl-tel-input .country-list {
  11481. position: absolute;
  11482. z-index: 2;
  11483. list-style: none;
  11484. text-align: left;
  11485. padding: 0;
  11486. margin: 0 0 0 -1px;
  11487. box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  11488. background-color: white;
  11489. border: 1px solid #CCC;
  11490. white-space: nowrap;
  11491. max-height: 200px;
  11492. overflow-y: scroll; }
  11493. .intl-tel-input .country-list.dropup {
  11494. bottom: 100%;
  11495. margin-bottom: -1px; }
  11496. .intl-tel-input .country-list .flag-box {
  11497. display: inline-block;
  11498. width: 20px; }
  11499. @media (max-width: 500px) {
  11500. .intl-tel-input .country-list {
  11501. white-space: normal; } }
  11502. .intl-tel-input .country-list .divider {
  11503. padding-bottom: 5px;
  11504. margin-bottom: 5px;
  11505. border-bottom: 1px solid #CCC; }
  11506. .intl-tel-input .country-list .country {
  11507. padding: 5px 10px; }
  11508. .intl-tel-input .country-list .country .dial-code {
  11509. color: #999; }
  11510. .intl-tel-input .country-list .country.highlight {
  11511. background-color: rgba(0, 0, 0, 0.05); }
  11512. .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code {
  11513. vertical-align: middle; }
  11514. .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name {
  11515. margin-right: 6px; }
  11516. .intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
  11517. padding-right: 6px;
  11518. padding-left: 52px;
  11519. margin-left: 0; }
  11520. .intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
  11521. right: auto;
  11522. left: 0; }
  11523. .intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
  11524. width: 46px; }
  11525. .intl-tel-input.allow-dropdown .flag-container:hover {
  11526. cursor: pointer; }
  11527. .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  11528. background-color: rgba(0, 0, 0, 0.05); }
  11529. .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  11530. cursor: default; }
  11531. .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
  11532. background-color: transparent; }
  11533. .intl-tel-input.separate-dial-code .selected-flag {
  11534. background-color: rgba(0, 0, 0, 0.05);
  11535. display: table; }
  11536. .intl-tel-input.separate-dial-code .selected-dial-code {
  11537. display: table-cell;
  11538. vertical-align: middle;
  11539. padding-left: 28px; }
  11540. .intl-tel-input.separate-dial-code.iti-sdc-2 input, .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
  11541. padding-left: 66px; }
  11542. .intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
  11543. width: 60px; }
  11544. .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
  11545. padding-left: 76px; }
  11546. .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
  11547. width: 70px; }
  11548. .intl-tel-input.separate-dial-code.iti-sdc-3 input, .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
  11549. padding-left: 74px; }
  11550. .intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
  11551. width: 68px; }
  11552. .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
  11553. padding-left: 84px; }
  11554. .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  11555. width: 78px; }
  11556. .intl-tel-input.separate-dial-code.iti-sdc-4 input, .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
  11557. padding-left: 82px; }
  11558. .intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
  11559. width: 76px; }
  11560. .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
  11561. padding-left: 92px; }
  11562. .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  11563. width: 86px; }
  11564. .intl-tel-input.separate-dial-code.iti-sdc-5 input, .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
  11565. padding-left: 90px; }
  11566. .intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
  11567. width: 84px; }
  11568. .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
  11569. padding-left: 100px; }
  11570. .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
  11571. width: 94px; }
  11572. .intl-tel-input.iti-container {
  11573. position: absolute;
  11574. top: -1000px;
  11575. left: -1000px;
  11576. z-index: 1060;
  11577. padding: 1px; }
  11578. .intl-tel-input.iti-container:hover {
  11579. cursor: pointer; }
  11580.  
  11581. .iti-mobile .intl-tel-input.iti-container {
  11582. top: 30px;
  11583. bottom: 30px;
  11584. left: 30px;
  11585. right: 30px;
  11586. position: fixed; }
  11587.  
  11588. .iti-mobile .intl-tel-input .country-list {
  11589. max-height: 100%;
  11590. width: 100%; }
  11591. .iti-mobile .intl-tel-input .country-list .country {
  11592. padding: 10px 10px;
  11593. line-height: 1.5em; }
  11594.  
  11595. .iti-flag {
  11596. width: 20px; }
  11597. .iti-flag.be {
  11598. width: 18px; }
  11599. .iti-flag.ch {
  11600. width: 15px; }
  11601. .iti-flag.mc {
  11602. width: 19px; }
  11603. .iti-flag.ne {
  11604. width: 18px; }
  11605. .iti-flag.np {
  11606. width: 13px; }
  11607. .iti-flag.va {
  11608. width: 15px; }
  11609. @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  11610. .iti-flag {
  11611. background-size: 5630px 15px; } }
  11612. .iti-flag.ac {
  11613. height: 10px;
  11614. background-position: 0px 0px; }
  11615. .iti-flag.ad {
  11616. height: 14px;
  11617. background-position: -22px 0px; }
  11618. .iti-flag.ae {
  11619. height: 10px;
  11620. background-position: -44px 0px; }
  11621. .iti-flag.af {
  11622. height: 14px;
  11623. background-position: -66px 0px; }
  11624. .iti-flag.ag {
  11625. height: 14px;
  11626. background-position: -88px 0px; }
  11627. .iti-flag.ai {
  11628. height: 10px;
  11629. background-position: -110px 0px; }
  11630. .iti-flag.al {
  11631. height: 15px;
  11632. background-position: -132px 0px; }
  11633. .iti-flag.am {
  11634. height: 10px;
  11635. background-position: -154px 0px; }
  11636. .iti-flag.ao {
  11637. height: 14px;
  11638. background-position: -176px 0px; }
  11639. .iti-flag.aq {
  11640. height: 14px;
  11641. background-position: -198px 0px; }
  11642. .iti-flag.ar {
  11643. height: 13px;
  11644. background-position: -220px 0px; }
  11645. .iti-flag.as {
  11646. height: 10px;
  11647. background-position: -242px 0px; }
  11648. .iti-flag.at {
  11649. height: 14px;
  11650. background-position: -264px 0px; }
  11651. .iti-flag.au {
  11652. height: 10px;
  11653. background-position: -286px 0px; }
  11654. .iti-flag.aw {
  11655. height: 14px;
  11656. background-position: -308px 0px; }
  11657. .iti-flag.ax {
  11658. height: 13px;
  11659. background-position: -330px 0px; }
  11660. .iti-flag.az {
  11661. height: 10px;
  11662. background-position: -352px 0px; }
  11663. .iti-flag.ba {
  11664. height: 10px;
  11665. background-position: -374px 0px; }
  11666. .iti-flag.bb {
  11667. height: 14px;
  11668. background-position: -396px 0px; }
  11669. .iti-flag.bd {
  11670. height: 12px;
  11671. background-position: -418px 0px; }
  11672. .iti-flag.be {
  11673. height: 15px;
  11674. background-position: -440px 0px; }
  11675. .iti-flag.bf {
  11676. height: 14px;
  11677. background-position: -460px 0px; }
  11678. .iti-flag.bg {
  11679. height: 12px;
  11680. background-position: -482px 0px; }
  11681. .iti-flag.bh {
  11682. height: 12px;
  11683. background-position: -504px 0px; }
  11684. .iti-flag.bi {
  11685. height: 12px;
  11686. background-position: -526px 0px; }
  11687. .iti-flag.bj {
  11688. height: 14px;
  11689. background-position: -548px 0px; }
  11690. .iti-flag.bl {
  11691. height: 14px;
  11692. background-position: -570px 0px; }
  11693. .iti-flag.bm {
  11694. height: 10px;
  11695. background-position: -592px 0px; }
  11696. .iti-flag.bn {
  11697. height: 10px;
  11698. background-position: -614px 0px; }
  11699. .iti-flag.bo {
  11700. height: 14px;
  11701. background-position: -636px 0px; }
  11702. .iti-flag.bq {
  11703. height: 14px;
  11704. background-position: -658px 0px; }
  11705. .iti-flag.br {
  11706. height: 14px;
  11707. background-position: -680px 0px; }
  11708. .iti-flag.bs {
  11709. height: 10px;
  11710. background-position: -702px 0px; }
  11711. .iti-flag.bt {
  11712. height: 14px;
  11713. background-position: -724px 0px; }
  11714. .iti-flag.bv {
  11715. height: 15px;
  11716. background-position: -746px 0px; }
  11717. .iti-flag.bw {
  11718. height: 14px;
  11719. background-position: -768px 0px; }
  11720. .iti-flag.by {
  11721. height: 10px;
  11722. background-position: -790px 0px; }
  11723. .iti-flag.bz {
  11724. height: 14px;
  11725. background-position: -812px 0px; }
  11726. .iti-flag.ca {
  11727. height: 10px;
  11728. background-position: -834px 0px; }
  11729. .iti-flag.cc {
  11730. height: 10px;
  11731. background-position: -856px 0px; }
  11732. .iti-flag.cd {
  11733. height: 15px;
  11734. background-position: -878px 0px; }
  11735. .iti-flag.cf {
  11736. height: 14px;
  11737. background-position: -900px 0px; }
  11738. .iti-flag.cg {
  11739. height: 14px;
  11740. background-position: -922px 0px; }
  11741. .iti-flag.ch {
  11742. height: 15px;
  11743. background-position: -944px 0px; }
  11744. .iti-flag.ci {
  11745. height: 14px;
  11746. background-position: -961px 0px; }
  11747. .iti-flag.ck {
  11748. height: 10px;
  11749. background-position: -983px 0px; }
  11750. .iti-flag.cl {
  11751. height: 14px;
  11752. background-position: -1005px 0px; }
  11753. .iti-flag.cm {
  11754. height: 14px;
  11755. background-position: -1027px 0px; }
  11756. .iti-flag.cn {
  11757. height: 14px;
  11758. background-position: -1049px 0px; }
  11759. .iti-flag.co {
  11760. height: 14px;
  11761. background-position: -1071px 0px; }
  11762. .iti-flag.cp {
  11763. height: 14px;
  11764. background-position: -1093px 0px; }
  11765. .iti-flag.cr {
  11766. height: 12px;
  11767. background-position: -1115px 0px; }
  11768. .iti-flag.cu {
  11769. height: 10px;
  11770. background-position: -1137px 0px; }
  11771. .iti-flag.cv {
  11772. height: 12px;
  11773. background-position: -1159px 0px; }
  11774. .iti-flag.cw {
  11775. height: 14px;
  11776. background-position: -1181px 0px; }
  11777. .iti-flag.cx {
  11778. height: 10px;
  11779. background-position: -1203px 0px; }
  11780. .iti-flag.cy {
  11781. height: 13px;
  11782. background-position: -1225px 0px; }
  11783. .iti-flag.cz {
  11784. height: 14px;
  11785. background-position: -1247px 0px; }
  11786. .iti-flag.de {
  11787. height: 12px;
  11788. background-position: -1269px 0px; }
  11789. .iti-flag.dg {
  11790. height: 10px;
  11791. background-position: -1291px 0px; }
  11792. .iti-flag.dj {
  11793. height: 14px;
  11794. background-position: -1313px 0px; }
  11795. .iti-flag.dk {
  11796. height: 15px;
  11797. background-position: -1335px 0px; }
  11798. .iti-flag.dm {
  11799. height: 10px;
  11800. background-position: -1357px 0px; }
  11801. .iti-flag.do {
  11802. height: 13px;
  11803. background-position: -1379px 0px; }
  11804. .iti-flag.dz {
  11805. height: 14px;
  11806. background-position: -1401px 0px; }
  11807. .iti-flag.ea {
  11808. height: 14px;
  11809. background-position: -1423px 0px; }
  11810. .iti-flag.ec {
  11811. height: 14px;
  11812. background-position: -1445px 0px; }
  11813. .iti-flag.ee {
  11814. height: 13px;
  11815. background-position: -1467px 0px; }
  11816. .iti-flag.eg {
  11817. height: 14px;
  11818. background-position: -1489px 0px; }
  11819. .iti-flag.eh {
  11820. height: 10px;
  11821. background-position: -1511px 0px; }
  11822. .iti-flag.er {
  11823. height: 10px;
  11824. background-position: -1533px 0px; }
  11825. .iti-flag.es {
  11826. height: 14px;
  11827. background-position: -1555px 0px; }
  11828. .iti-flag.et {
  11829. height: 10px;
  11830. background-position: -1577px 0px; }
  11831. .iti-flag.eu {
  11832. height: 14px;
  11833. background-position: -1599px 0px; }
  11834. .iti-flag.fi {
  11835. height: 12px;
  11836. background-position: -1621px 0px; }
  11837. .iti-flag.fj {
  11838. height: 10px;
  11839. background-position: -1643px 0px; }
  11840. .iti-flag.fk {
  11841. height: 10px;
  11842. background-position: -1665px 0px; }
  11843. .iti-flag.fm {
  11844. height: 11px;
  11845. background-position: -1687px 0px; }
  11846. .iti-flag.fo {
  11847. height: 15px;
  11848. background-position: -1709px 0px; }
  11849. .iti-flag.fr {
  11850. height: 14px;
  11851. background-position: -1731px 0px; }
  11852. .iti-flag.ga {
  11853. height: 15px;
  11854. background-position: -1753px 0px; }
  11855. .iti-flag.gb {
  11856. height: 10px;
  11857. background-position: -1775px 0px; }
  11858. .iti-flag.gd {
  11859. height: 12px;
  11860. background-position: -1797px 0px; }
  11861. .iti-flag.ge {
  11862. height: 14px;
  11863. background-position: -1819px 0px; }
  11864. .iti-flag.gf {
  11865. height: 14px;
  11866. background-position: -1841px 0px; }
  11867. .iti-flag.gg {
  11868. height: 14px;
  11869. background-position: -1863px 0px; }
  11870. .iti-flag.gh {
  11871. height: 14px;
  11872. background-position: -1885px 0px; }
  11873. .iti-flag.gi {
  11874. height: 10px;
  11875. background-position: -1907px 0px; }
  11876. .iti-flag.gl {
  11877. height: 14px;
  11878. background-position: -1929px 0px; }
  11879. .iti-flag.gm {
  11880. height: 14px;
  11881. background-position: -1951px 0px; }
  11882. .iti-flag.gn {
  11883. height: 14px;
  11884. background-position: -1973px 0px; }
  11885. .iti-flag.gp {
  11886. height: 14px;
  11887. background-position: -1995px 0px; }
  11888. .iti-flag.gq {
  11889. height: 14px;
  11890. background-position: -2017px 0px; }
  11891. .iti-flag.gr {
  11892. height: 14px;
  11893. background-position: -2039px 0px; }
  11894. .iti-flag.gs {
  11895. height: 10px;
  11896. background-position: -2061px 0px; }
  11897. .iti-flag.gt {
  11898. height: 13px;
  11899. background-position: -2083px 0px; }
  11900. .iti-flag.gu {
  11901. height: 11px;
  11902. background-position: -2105px 0px; }
  11903. .iti-flag.gw {
  11904. height: 10px;
  11905. background-position: -2127px 0px; }
  11906. .iti-flag.gy {
  11907. height: 12px;
  11908. background-position: -2149px 0px; }
  11909. .iti-flag.hk {
  11910. height: 14px;
  11911. background-position: -2171px 0px; }
  11912. .iti-flag.hm {
  11913. height: 10px;
  11914. background-position: -2193px 0px; }
  11915. .iti-flag.hn {
  11916. height: 10px;
  11917. background-position: -2215px 0px; }
  11918. .iti-flag.hr {
  11919. height: 10px;
  11920. background-position: -2237px 0px; }
  11921. .iti-flag.ht {
  11922. height: 12px;
  11923. background-position: -2259px 0px; }
  11924. .iti-flag.hu {
  11925. height: 10px;
  11926. background-position: -2281px 0px; }
  11927. .iti-flag.ic {
  11928. height: 14px;
  11929. background-position: -2303px 0px; }
  11930. .iti-flag.id {
  11931. height: 14px;
  11932. background-position: -2325px 0px; }
  11933. .iti-flag.ie {
  11934. height: 10px;
  11935. background-position: -2347px 0px; }
  11936. .iti-flag.il {
  11937. height: 15px;
  11938. background-position: -2369px 0px; }
  11939. .iti-flag.im {
  11940. height: 10px;
  11941. background-position: -2391px 0px; }
  11942. .iti-flag.in {
  11943. height: 14px;
  11944. background-position: -2413px 0px; }
  11945. .iti-flag.io {
  11946. height: 10px;
  11947. background-position: -2435px 0px; }
  11948. .iti-flag.iq {
  11949. height: 14px;
  11950. background-position: -2457px 0px; }
  11951. .iti-flag.ir {
  11952. height: 12px;
  11953. background-position: -2479px 0px; }
  11954. .iti-flag.is {
  11955. height: 15px;
  11956. background-position: -2501px 0px; }
  11957. .iti-flag.it {
  11958. height: 14px;
  11959. background-position: -2523px 0px; }
  11960. .iti-flag.je {
  11961. height: 12px;
  11962. background-position: -2545px 0px; }
  11963. .iti-flag.jm {
  11964. height: 10px;
  11965. background-position: -2567px 0px; }
  11966. .iti-flag.jo {
  11967. height: 10px;
  11968. background-position: -2589px 0px; }
  11969. .iti-flag.jp {
  11970. height: 14px;
  11971. background-position: -2611px 0px; }
  11972. .iti-flag.ke {
  11973. height: 14px;
  11974. background-position: -2633px 0px; }
  11975. .iti-flag.kg {
  11976. height: 12px;
  11977. background-position: -2655px 0px; }
  11978. .iti-flag.kh {
  11979. height: 13px;
  11980. background-position: -2677px 0px; }
  11981. .iti-flag.ki {
  11982. height: 10px;
  11983. background-position: -2699px 0px; }
  11984. .iti-flag.km {
  11985. height: 12px;
  11986. background-position: -2721px 0px; }
  11987. .iti-flag.kn {
  11988. height: 14px;
  11989. background-position: -2743px 0px; }
  11990. .iti-flag.kp {
  11991. height: 10px;
  11992. background-position: -2765px 0px; }
  11993. .iti-flag.kr {
  11994. height: 14px;
  11995. background-position: -2787px 0px; }
  11996. .iti-flag.kw {
  11997. height: 10px;
  11998. background-position: -2809px 0px; }
  11999. .iti-flag.ky {
  12000. height: 10px;
  12001. background-position: -2831px 0px; }
  12002. .iti-flag.kz {
  12003. height: 10px;
  12004. background-position: -2853px 0px; }
  12005. .iti-flag.la {
  12006. height: 14px;
  12007. background-position: -2875px 0px; }
  12008. .iti-flag.lb {
  12009. height: 14px;
  12010. background-position: -2897px 0px; }
  12011. .iti-flag.lc {
  12012. height: 10px;
  12013. background-position: -2919px 0px; }
  12014. .iti-flag.li {
  12015. height: 12px;
  12016. background-position: -2941px 0px; }
  12017. .iti-flag.lk {
  12018. height: 10px;
  12019. background-position: -2963px 0px; }
  12020. .iti-flag.lr {
  12021. height: 11px;
  12022. background-position: -2985px 0px; }
  12023. .iti-flag.ls {
  12024. height: 14px;
  12025. background-position: -3007px 0px; }
  12026. .iti-flag.lt {
  12027. height: 12px;
  12028. background-position: -3029px 0px; }
  12029. .iti-flag.lu {
  12030. height: 12px;
  12031. background-position: -3051px 0px; }
  12032. .iti-flag.lv {
  12033. height: 10px;
  12034. background-position: -3073px 0px; }
  12035. .iti-flag.ly {
  12036. height: 10px;
  12037. background-position: -3095px 0px; }
  12038. .iti-flag.ma {
  12039. height: 14px;
  12040. background-position: -3117px 0px; }
  12041. .iti-flag.mc {
  12042. height: 15px;
  12043. background-position: -3139px 0px; }
  12044. .iti-flag.md {
  12045. height: 10px;
  12046. background-position: -3160px 0px; }
  12047. .iti-flag.me {
  12048. height: 10px;
  12049. background-position: -3182px 0px; }
  12050. .iti-flag.mf {
  12051. height: 14px;
  12052. background-position: -3204px 0px; }
  12053. .iti-flag.mg {
  12054. height: 14px;
  12055. background-position: -3226px 0px; }
  12056. .iti-flag.mh {
  12057. height: 11px;
  12058. background-position: -3248px 0px; }
  12059. .iti-flag.mk {
  12060. height: 10px;
  12061. background-position: -3270px 0px; }
  12062. .iti-flag.ml {
  12063. height: 14px;
  12064. background-position: -3292px 0px; }
  12065. .iti-flag.mm {
  12066. height: 14px;
  12067. background-position: -3314px 0px; }
  12068. .iti-flag.mn {
  12069. height: 10px;
  12070. background-position: -3336px 0px; }
  12071. .iti-flag.mo {
  12072. height: 14px;
  12073. background-position: -3358px 0px; }
  12074. .iti-flag.mp {
  12075. height: 10px;
  12076. background-position: -3380px 0px; }
  12077. .iti-flag.mq {
  12078. height: 14px;
  12079. background-position: -3402px 0px; }
  12080. .iti-flag.mr {
  12081. height: 14px;
  12082. background-position: -3424px 0px; }
  12083. .iti-flag.ms {
  12084. height: 10px;
  12085. background-position: -3446px 0px; }
  12086. .iti-flag.mt {
  12087. height: 14px;
  12088. background-position: -3468px 0px; }
  12089. .iti-flag.mu {
  12090. height: 14px;
  12091. background-position: -3490px 0px; }
  12092. .iti-flag.mv {
  12093. height: 14px;
  12094. background-position: -3512px 0px; }
  12095. .iti-flag.mw {
  12096. height: 14px;
  12097. background-position: -3534px 0px; }
  12098. .iti-flag.mx {
  12099. height: 12px;
  12100. background-position: -3556px 0px; }
  12101. .iti-flag.my {
  12102. height: 10px;
  12103. background-position: -3578px 0px; }
  12104. .iti-flag.mz {
  12105. height: 14px;
  12106. background-position: -3600px 0px; }
  12107. .iti-flag.na {
  12108. height: 14px;
  12109. background-position: -3622px 0px; }
  12110. .iti-flag.nc {
  12111. height: 10px;
  12112. background-position: -3644px 0px; }
  12113. .iti-flag.ne {
  12114. height: 15px;
  12115. background-position: -3666px 0px; }
  12116. .iti-flag.nf {
  12117. height: 10px;
  12118. background-position: -3686px 0px; }
  12119. .iti-flag.ng {
  12120. height: 10px;
  12121. background-position: -3708px 0px; }
  12122. .iti-flag.ni {
  12123. height: 12px;
  12124. background-position: -3730px 0px; }
  12125. .iti-flag.nl {
  12126. height: 14px;
  12127. background-position: -3752px 0px; }
  12128. .iti-flag.no {
  12129. height: 15px;
  12130. background-position: -3774px 0px; }
  12131. .iti-flag.np {
  12132. height: 15px;
  12133. background-position: -3796px 0px; }
  12134. .iti-flag.nr {
  12135. height: 10px;
  12136. background-position: -3811px 0px; }
  12137. .iti-flag.nu {
  12138. height: 10px;
  12139. background-position: -3833px 0px; }
  12140. .iti-flag.nz {
  12141. height: 10px;
  12142. background-position: -3855px 0px; }
  12143. .iti-flag.om {
  12144. height: 10px;
  12145. background-position: -3877px 0px; }
  12146. .iti-flag.pa {
  12147. height: 14px;
  12148. background-position: -3899px 0px; }
  12149. .iti-flag.pe {
  12150. height: 14px;
  12151. background-position: -3921px 0px; }
  12152. .iti-flag.pf {
  12153. height: 14px;
  12154. background-position: -3943px 0px; }
  12155. .iti-flag.pg {
  12156. height: 15px;
  12157. background-position: -3965px 0px; }
  12158. .iti-flag.ph {
  12159. height: 10px;
  12160. background-position: -3987px 0px; }
  12161. .iti-flag.pk {
  12162. height: 14px;
  12163. background-position: -4009px 0px; }
  12164. .iti-flag.pl {
  12165. height: 13px;
  12166. background-position: -4031px 0px; }
  12167. .iti-flag.pm {
  12168. height: 14px;
  12169. background-position: -4053px 0px; }
  12170. .iti-flag.pn {
  12171. height: 10px;
  12172. background-position: -4075px 0px; }
  12173. .iti-flag.pr {
  12174. height: 14px;
  12175. background-position: -4097px 0px; }
  12176. .iti-flag.ps {
  12177. height: 10px;
  12178. background-position: -4119px 0px; }
  12179. .iti-flag.pt {
  12180. height: 14px;
  12181. background-position: -4141px 0px; }
  12182. .iti-flag.pw {
  12183. height: 13px;
  12184. background-position: -4163px 0px; }
  12185. .iti-flag.py {
  12186. height: 11px;
  12187. background-position: -4185px 0px; }
  12188. .iti-flag.qa {
  12189. height: 8px;
  12190. background-position: -4207px 0px; }
  12191. .iti-flag.re {
  12192. height: 14px;
  12193. background-position: -4229px 0px; }
  12194. .iti-flag.ro {
  12195. height: 14px;
  12196. background-position: -4251px 0px; }
  12197. .iti-flag.rs {
  12198. height: 14px;
  12199. background-position: -4273px 0px; }
  12200. .iti-flag.ru {
  12201. height: 14px;
  12202. background-position: -4295px 0px; }
  12203. .iti-flag.rw {
  12204. height: 14px;
  12205. background-position: -4317px 0px; }
  12206. .iti-flag.sa {
  12207. height: 14px;
  12208. background-position: -4339px 0px; }
  12209. .iti-flag.sb {
  12210. height: 10px;
  12211. background-position: -4361px 0px; }
  12212. .iti-flag.sc {
  12213. height: 10px;
  12214. background-position: -4383px 0px; }
  12215. .iti-flag.sd {
  12216. height: 10px;
  12217. background-position: -4405px 0px; }
  12218. .iti-flag.se {
  12219. height: 13px;
  12220. background-position: -4427px 0px; }
  12221. .iti-flag.sg {
  12222. height: 14px;
  12223. background-position: -4449px 0px; }
  12224. .iti-flag.sh {
  12225. height: 10px;
  12226. background-position: -4471px 0px; }
  12227. .iti-flag.si {
  12228. height: 10px;
  12229. background-position: -4493px 0px; }
  12230. .iti-flag.sj {
  12231. height: 15px;
  12232. background-position: -4515px 0px; }
  12233. .iti-flag.sk {
  12234. height: 14px;
  12235. background-position: -4537px 0px; }
  12236. .iti-flag.sl {
  12237. height: 14px;
  12238. background-position: -4559px 0px; }
  12239. .iti-flag.sm {
  12240. height: 15px;
  12241. background-position: -4581px 0px; }
  12242. .iti-flag.sn {
  12243. height: 14px;
  12244. background-position: -4603px 0px; }
  12245. .iti-flag.so {
  12246. height: 14px;
  12247. background-position: -4625px 0px; }
  12248. .iti-flag.sr {
  12249. height: 14px;
  12250. background-position: -4647px 0px; }
  12251. .iti-flag.ss {
  12252. height: 10px;
  12253. background-position: -4669px 0px; }
  12254. .iti-flag.st {
  12255. height: 10px;
  12256. background-position: -4691px 0px; }
  12257. .iti-flag.sv {
  12258. height: 12px;
  12259. background-position: -4713px 0px; }
  12260. .iti-flag.sx {
  12261. height: 14px;
  12262. background-position: -4735px 0px; }
  12263. .iti-flag.sy {
  12264. height: 14px;
  12265. background-position: -4757px 0px; }
  12266. .iti-flag.sz {
  12267. height: 14px;
  12268. background-position: -4779px 0px; }
  12269. .iti-flag.ta {
  12270. height: 10px;
  12271. background-position: -4801px 0px; }
  12272. .iti-flag.tc {
  12273. height: 10px;
  12274. background-position: -4823px 0px; }
  12275. .iti-flag.td {
  12276. height: 14px;
  12277. background-position: -4845px 0px; }
  12278. .iti-flag.tf {
  12279. height: 14px;
  12280. background-position: -4867px 0px; }
  12281. .iti-flag.tg {
  12282. height: 13px;
  12283. background-position: -4889px 0px; }
  12284. .iti-flag.th {
  12285. height: 14px;
  12286. background-position: -4911px 0px; }
  12287. .iti-flag.tj {
  12288. height: 10px;
  12289. background-position: -4933px 0px; }
  12290. .iti-flag.tk {
  12291. height: 10px;
  12292. background-position: -4955px 0px; }
  12293. .iti-flag.tl {
  12294. height: 10px;
  12295. background-position: -4977px 0px; }
  12296. .iti-flag.tm {
  12297. height: 14px;
  12298. background-position: -4999px 0px; }
  12299. .iti-flag.tn {
  12300. height: 14px;
  12301. background-position: -5021px 0px; }
  12302. .iti-flag.to {
  12303. height: 10px;
  12304. background-position: -5043px 0px; }
  12305. .iti-flag.tr {
  12306. height: 14px;
  12307. background-position: -5065px 0px; }
  12308. .iti-flag.tt {
  12309. height: 12px;
  12310. background-position: -5087px 0px; }
  12311. .iti-flag.tv {
  12312. height: 10px;
  12313. background-position: -5109px 0px; }
  12314. .iti-flag.tw {
  12315. height: 14px;
  12316. background-position: -5131px 0px; }
  12317. .iti-flag.tz {
  12318. height: 14px;
  12319. background-position: -5153px 0px; }
  12320. .iti-flag.ua {
  12321. height: 14px;
  12322. background-position: -5175px 0px; }
  12323. .iti-flag.ug {
  12324. height: 14px;
  12325. background-position: -5197px 0px; }
  12326. .iti-flag.um {
  12327. height: 11px;
  12328. background-position: -5219px 0px; }
  12329. .iti-flag.us {
  12330. height: 11px;
  12331. background-position: -5241px 0px; }
  12332. .iti-flag.uy {
  12333. height: 14px;
  12334. background-position: -5263px 0px; }
  12335. .iti-flag.uz {
  12336. height: 10px;
  12337. background-position: -5285px 0px; }
  12338. .iti-flag.va {
  12339. height: 15px;
  12340. background-position: -5307px 0px; }
  12341. .iti-flag.vc {
  12342. height: 14px;
  12343. background-position: -5324px 0px; }
  12344. .iti-flag.ve {
  12345. height: 14px;
  12346. background-position: -5346px 0px; }
  12347. .iti-flag.vg {
  12348. height: 10px;
  12349. background-position: -5368px 0px; }
  12350. .iti-flag.vi {
  12351. height: 14px;
  12352. background-position: -5390px 0px; }
  12353. .iti-flag.vn {
  12354. height: 14px;
  12355. background-position: -5412px 0px; }
  12356. .iti-flag.vu {
  12357. height: 12px;
  12358. background-position: -5434px 0px; }
  12359. .iti-flag.wf {
  12360. height: 14px;
  12361. background-position: -5456px 0px; }
  12362. .iti-flag.ws {
  12363. height: 10px;
  12364. background-position: -5478px 0px; }
  12365. .iti-flag.xk {
  12366. height: 15px;
  12367. background-position: -5500px 0px; }
  12368. .iti-flag.ye {
  12369. height: 14px;
  12370. background-position: -5522px 0px; }
  12371. .iti-flag.yt {
  12372. height: 14px;
  12373. background-position: -5544px 0px; }
  12374. .iti-flag.za {
  12375. height: 14px;
  12376. background-position: -5566px 0px; }
  12377. .iti-flag.zm {
  12378. height: 14px;
  12379. background-position: -5588px 0px; }
  12380. .iti-flag.zw {
  12381. height: 10px;
  12382. background-position: -5610px 0px; }
  12383.  
  12384. .iti-flag {
  12385. width: 20px;
  12386. height: 15px;
  12387. box-shadow: 0px 0px 1px 0px #888;
  12388. background-image: url("../img/flags.png");
  12389. background-repeat: no-repeat;
  12390. background-color: #DBDBDB;
  12391. background-position: 20px 0; }
  12392. @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  12393. .iti-flag {
  12394. background-image: url("../img/flags@2x.png"); } }
  12395.  
  12396. .iti-flag.np {
  12397. background-color: transparent; }
  12398.  
  12399. /**
  12400. * WHMCS Bootstrap Override Sheet
  12401. *
  12402. * These styles override Bootstrap's defaults.
  12403. *
  12404. * @author WHMCS Limited <development@whmcs.com>
  12405. * @copyright Copyright (c) WHMCS Limited 2005-2016
  12406. * @license http://www.whmcs.com/license/
  12407. */
  12408.  
  12409. body,
  12410. input,
  12411. button,
  12412. select,
  12413. textarea {
  12414. font-family: "Open Sans", Verdana, Tahoma, serif;
  12415. color: #333333;
  12416. }
  12417.  
  12418. h1,
  12419. h2,
  12420. h3,
  12421. h4,
  12422. h5,
  12423. h6 {
  12424. font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  12425. font-weight: 700;
  12426. }
  12427.  
  12428. .container-fluid.without-padding {
  12429. padding-left: 0;
  12430. padding-right: 0;
  12431. overflow-x: hidden;
  12432. }
  12433.  
  12434. .navbar-main {
  12435. margin-bottom: 0;
  12436. background-color: #0e5077;
  12437. border: 0;
  12438. min-height: 38px;
  12439. font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  12440. font-size: 15px;
  12441. }
  12442. .navbar-main li.account {
  12443. background-color: #043d5f;
  12444. }
  12445.  
  12446. .navbar-main .navbar-nav > li > a {
  12447. color: #fff;
  12448. }
  12449.  
  12450. .navbar-main .navbar-nav > li > a {
  12451. padding-top: 9px;
  12452. padding-bottom: 9px;
  12453. }
  12454.  
  12455. .navbar-main .navbar-nav > li > a:hover,
  12456. .navbar-main .navbar-nav > li > a:focus,
  12457. .navbar-main .navbar-nav > .active > a,
  12458. .navbar-main .navbar-nav > .active > a:hover,
  12459. .navbar-main .navbar-nav > .active > a:focus,
  12460. .navbar-main .navbar-nav > .open > a,
  12461. .navbar-main .navbar-nav > .open > a:hover,
  12462. .navbar-main .navbar-nav > .open > a:focus {
  12463. color: #eee;
  12464. background-color: #043d5f;
  12465. }
  12466.  
  12467. #main-menu .navbar-nav {
  12468. margin-left: -15px;
  12469. margin-right: -15px;
  12470. }
  12471.  
  12472. .navbar-main .dropdown-menu {
  12473. padding: 3px 0;
  12474. border-top: 0;
  12475. border-radius: 0;
  12476. }
  12477. .navbar-main .navbar-nav .dropdown-menu > li > a:hover,
  12478. .navbar-main .navbar-nav .dropdown-menu > li > a:focus,
  12479. .navbar-main .navbar-nav .dropdown-menu > .active > a,
  12480. .navbar-main .navbar-nav .dropdown-menu > .active > a:hover,
  12481. .navbar-main .navbar-nav .dropdown-menu > .active > a:focus,
  12482. .navbar-main .navbar-nav .dropdown-menu > .open > a,
  12483. .navbar-main .navbar-nav .dropdown-menu > .open > a:hover,
  12484. .navbar-main .navbar-nav .dropdown-menu > .open > a:focus {
  12485. color: #333;
  12486. background-color: #eee;
  12487. }
  12488.  
  12489. @media (max-width: 767px) {
  12490. .navbar-main .navbar-nav .open .dropdown-menu > li > a {
  12491. color: #ddd;
  12492. }
  12493. .navbar-main .navbar-nav .open .dropdown-menu > li > a:hover {
  12494. color: #fff;
  12495. }
  12496. }
  12497.  
  12498. @media (max-width: 991px) {
  12499. .navbar-header {
  12500. float: none;
  12501. }
  12502. .navbar-left,.navbar-right {
  12503. float: none !important;
  12504. }
  12505. .navbar-toggle {
  12506. display: block;
  12507. }
  12508. .navbar-collapse {
  12509. border-top: 1px solid transparent;
  12510. box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  12511. }
  12512. .navbar-fixed-top {
  12513. top: 0;
  12514. border-width: 0 0 1px;
  12515. }
  12516. .navbar-collapse.collapse {
  12517. display: none!important;
  12518. }
  12519. .navbar-nav {
  12520. float: none!important;
  12521. margin-top: 7px;
  12522. }
  12523. .navbar-nav>li {
  12524. float: none;
  12525. }
  12526. .navbar-nav>li>a {
  12527. padding-top: 10px;
  12528. padding-bottom: 10px;
  12529. }
  12530. .collapse.in{
  12531. display:block !important;
  12532. margin-bottom: 10px;
  12533. }
  12534. }
  12535.  
  12536. .panel {
  12537. font-size: 0.9em;
  12538. }
  12539.  
  12540. .list-group {
  12541. font-size: 0.9em;
  12542. }
  12543. .list-group-item {
  12544. border-color: #f5f5f5;
  12545. }
  12546. .list-group-item .badge {
  12547. background-color: transparent;
  12548. color: #666;
  12549. }
  12550. a.list-group-item.active,
  12551. a.list-group-item.active:hover,
  12552. a.list-group-item.active:focus {
  12553. background-color: #465054;
  12554. border-color: #465054;
  12555. }
  12556.  
  12557.  
  12558. .pagination {
  12559. font-size: 0.8em;
  12560. }
  12561.  
  12562. .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  12563. color: white;
  12564. background-color: #006687;
  12565. border-color: #006687;
  12566. }
  12567.  
  12568. .navbar-main .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  12569. text-decoration: none;
  12570. color: #fff;
  12571. background-color: #006687;
  12572. }
  12573.  
  12574. .label {
  12575. border-radius: 0;
  12576. }
  12577.  
  12578. input[type='file'].form-control {
  12579. height: inherit;
  12580. margin-bottom: 5px;
  12581. }
  12582.  
  12583. .list-group-item {
  12584. padding: 7px 15px;
  12585. }
  12586. .panel-body {
  12587. padding: 10px 15px;
  12588. }
  12589.  
  12590. /*
  12591. * We use a larger font-size than the bootstrap default, which requires an increase
  12592. * in the top offset to maintain correct alignment in form control feedback.
  12593. */
  12594. .has-feedback label ~ .form-control-feedback {
  12595. top: 27px !important;
  12596. }
  12597.  
  12598. .list-group-item > i.far.fa-circle {
  12599. color: #808080;
  12600. }
  12601.  
  12602. /*
  12603. * Language strings which are too long to fit into buttons should be "chopped off" inside the div
  12604. * of that button, instead of "overflowing" outside of the button. CORE-9272
  12605. */
  12606. .btn {
  12607. overflow: hidden;
  12608. }
  12609.  
  12610. /**
  12611. * WHMCS Main Style Sheet
  12612. *
  12613. * Additional styles for WHMCS beyond Bootstrap
  12614. *
  12615. * This stylesheet contains all the customized styling used
  12616. * by WHMCS. Overrides to Bootstrap styles can be found in
  12617. * overrides.css.
  12618. *
  12619. * @project WHMCS
  12620. * @cssdoc version 1.0-pre
  12621. * @package WHMCS
  12622. * @author WHMCS Limited <development@whmcs.com>
  12623. * @copyright Copyright (c) WHMCS Limited 2005-2018
  12624. * @license http://www.whmcs.com/license/
  12625. * @link http://www.whmcs.com/
  12626. */
  12627.  
  12628. html,body {
  12629. height: 100%;
  12630. }
  12631.  
  12632. body {
  12633. background-color: #f8f8f8;
  12634. }
  12635.  
  12636. h1, h2, h3, h4, h5, h6 {
  12637. font-weight: 400;
  12638. }
  12639.  
  12640. a {
  12641. color: #058;
  12642. }
  12643.  
  12644. /**
  12645. * -------------------------
  12646. * @section Sections
  12647. * -------------------------
  12648. */
  12649.  
  12650. section#header {
  12651. margin: 0;
  12652. padding: 10px 0;
  12653. background-color: #fff;
  12654. border-radius: 5px 5px 0 0;
  12655. }
  12656.  
  12657. section#header .logo img {
  12658. margin: 0;
  12659. padding: 0;
  12660. max-height: 50px;
  12661. vertical-align: middle;
  12662. }
  12663. section#header .logo-text {
  12664. font-family: 'Raleway';
  12665. font-weight: 400;
  12666. font-size: 2.6em;
  12667. white-space: nowrap;
  12668. }
  12669.  
  12670. section#header .search {
  12671. margin: 20px 0;
  12672. }
  12673. section#header .search .form-control {
  12674. border-color: #eee;
  12675. box-shadow: none;
  12676. }
  12677. section#header .search .btn {
  12678. background-color: #eee;
  12679. border-color: #eee;
  12680. color: #888;
  12681. }
  12682.  
  12683. section#main-body {
  12684. margin: 0;
  12685. padding: 20px 0;
  12686. min-height: 350px;
  12687. background-color: #fff;
  12688. }
  12689.  
  12690. section#main-content {
  12691. margin-bottom: 60px;
  12692. }
  12693.  
  12694. .main-content {
  12695. margin-bottom: 60px;
  12696. min-height: 300px;
  12697. }
  12698.  
  12699. section#footer {
  12700. margin: 0;
  12701. padding: 20px 10px;
  12702. background-color: #f8f8f8;
  12703. border-top: 1px solid #ddd;
  12704. color: #666;
  12705. font-size: 0.9em;
  12706. }
  12707. section#footer p {
  12708. margin: 0;
  12709. }
  12710.  
  12711. @media (min-width: 450px) {
  12712. section#footer {
  12713. line-height: 32px;
  12714. }
  12715. }
  12716.  
  12717. section#footer .back-to-top {
  12718. float: right;
  12719. }
  12720. section#footer .back-to-top i {
  12721. padding: 10px;
  12722. background-color: #ddd;
  12723. color: #888;
  12724. border-radius: 3px;
  12725. opacity: 0.7;
  12726. }
  12727.  
  12728. .adminreturndiv {
  12729. display: none !important;
  12730. }
  12731.  
  12732. .alert-bordered-left {
  12733. border: 0;
  12734. border-left: 3px solid;
  12735. border-radius: 0;
  12736. text-align: left;
  12737. }
  12738.  
  12739. .truncate {
  12740. white-space: nowrap;
  12741. overflow: hidden;
  12742. text-overflow: ellipsis;
  12743. }
  12744.  
  12745. /**
  12746. * -------------------------
  12747. * @section Main Navbar
  12748. * -------------------------
  12749. */
  12750.  
  12751. .navbar-main > li.dropdown:hover > ul.dropdown-menu {
  12752. display: block;
  12753. }
  12754. .navbar-main .navbar-toggle {
  12755. border-color: transparent;
  12756. }
  12757. .navbar-main .navbar-toggle .icon-bar {
  12758. background-color: #eee;
  12759. }
  12760. .navbar-main .navbar-toggle:focus,
  12761. .navbar-main .navbar-toggle:hover {
  12762. background-color: transparent;
  12763. }
  12764. .navbar-main .navbar-toggle:focus .icon-bar,
  12765. .navbar-main .navbar-toggle:hover .icon-bar {
  12766. background-color: #bbb;
  12767. }
  12768.  
  12769. @media (max-width: 991px) {
  12770. .navbar-main .navbar-nav>li>a {
  12771. padding: 3px 20px;
  12772. }
  12773.  
  12774. .navbar-main .open .dropdown-menu .dropdown-header,
  12775. .navbar-main .open .dropdown-menu>li>a {
  12776. padding: 3px 25px;
  12777. }
  12778. }
  12779.  
  12780. /**
  12781. * -------------------------
  12782. * @section General Styles
  12783. * -------------------------
  12784. */
  12785.  
  12786. div.header-lined h1 {
  12787. margin-top: 0;
  12788. margin-bottom: 15px;
  12789. padding:6px 0;
  12790. border-bottom:1px solid #ccc;
  12791. font-weight: 400;
  12792. color: #058;
  12793. }
  12794.  
  12795. div.header-lined .breadcrumb {
  12796. margin-top: -15px;
  12797. padding-left: 0;
  12798. background: transparent;
  12799. font-size: 0.8em;
  12800. border-radius: 0 0 4px 4px;
  12801. }
  12802. div.header-lined .breadcrumb li a {
  12803. color: #888;
  12804. }
  12805. div.header-lined .breadcrumb > .active {
  12806. color: #0e5077;
  12807. }
  12808.  
  12809. div.header-lined small {
  12810. white-space: nowrap;
  12811. overflow: hidden;
  12812. }
  12813.  
  12814. @media (max-width: 600px) {
  12815. h1,.h1{font-size:26px}
  12816. h2,.h2{font-size:20px}
  12817. h3,.h3{font-size:16px}
  12818. h4,.h4{font-size:14px}
  12819. h5,.h5{font-size:12px}
  12820. h6,.h6{font-size:11px}
  12821. div.header-lined small {
  12822. display: none;
  12823. }
  12824. }
  12825.  
  12826. @media (min-width: 380px) {
  12827. .btn-input-padded-responsive {
  12828. padding-left: 20px;
  12829. padding-right: 20px;
  12830. }
  12831. }
  12832. @media (min-width: 500px) {
  12833. .btn-input-padded-responsive {
  12834. padding-left: 35px;
  12835. padding-right: 35px;
  12836. }
  12837. }
  12838.  
  12839. /**
  12840. * -------------------------
  12841. * @section Margin Classes
  12842. * -------------------------
  12843. */
  12844.  
  12845. .margin-10 {
  12846. margin: 10px;
  12847. }
  12848. .margin-bottom {
  12849. margin-bottom: 20px;
  12850. }
  12851. .margin-top-5 {
  12852. margin-top: 5px;
  12853. }
  12854. .margin-bottom-5 {
  12855. margin-bottom: 5px;
  12856. }
  12857.  
  12858. .col-button-left {
  12859. padding-left: 0;
  12860. padding-right: 7px;
  12861. }
  12862. .col-button-right {
  12863. padding-left: 7px;
  12864. padding-right: 0;
  12865. }
  12866.  
  12867. /**
  12868. * -------------------------
  12869. * @section Form Classes
  12870. * -------------------------
  12871. */
  12872.  
  12873. .input-inline {
  12874. display: inline-block;
  12875. }
  12876.  
  12877. .input-inline-100 {
  12878. width: 100px;
  12879. }
  12880.  
  12881. .select-inline {
  12882. display: inline-block;
  12883. width: auto;
  12884. }
  12885.  
  12886. /**
  12887. * -------------------------
  12888. * @section Responsive Pull Left & Right
  12889. * -------------------------
  12890. */
  12891.  
  12892. @media (min-width: 992px) {
  12893. .pull-md-left {
  12894. float: left;
  12895. }
  12896. .pull-md-right {
  12897. float: right;
  12898. }
  12899. }
  12900. @media (min-width: 768px) {
  12901. .pull-sm-left {
  12902. float: left;
  12903. }
  12904. .pull-sm-right {
  12905. float: right;
  12906. }
  12907. .text-right-sm {
  12908. text-align: right;
  12909. }
  12910. }
  12911.  
  12912. /**
  12913. * -------------------------
  12914. * @section Login Page
  12915. * -------------------------
  12916. */
  12917.  
  12918. .logincontainer {
  12919. margin: 40px auto 100px auto;
  12920. padding: 0 10px;
  12921. max-width: 500px;
  12922. }
  12923.  
  12924. .logincontainer.with-social {
  12925. max-width: 650px;
  12926. }
  12927.  
  12928. .logincontainer .social-signin-btns {
  12929. padding: 23px 0;
  12930. }
  12931.  
  12932. @media (max-width: 500px) {
  12933. .logincontainer .social-signin-btns .btn {
  12934. display: block;
  12935. width: 100%;
  12936. }
  12937. }
  12938.  
  12939. @media (max-width: 600px) {
  12940. .logincontainer {
  12941. margin: 0 auto 30px auto;
  12942. }
  12943. }
  12944.  
  12945. @media (min-width: 768px) {
  12946. .logincontainer.with-social .login-form {
  12947. padding-right: 29px;
  12948. border-right: 1px solid #ddd;
  12949. }
  12950. .logincontainer .social-signin-btns .btn {
  12951. display: block;
  12952. width: 100%;
  12953. }
  12954. }
  12955.  
  12956. /**
  12957. * -------------------------
  12958. * @section Icons
  12959. * -------------------------
  12960. */
  12961.  
  12962. i.icon-rss {
  12963. color: #ff6600;
  12964. }
  12965.  
  12966. /**
  12967. * -------------------------
  12968. * @section Main Menu
  12969. * -------------------------
  12970. */
  12971.  
  12972. section#main-menu {
  12973. background-color: #006687;
  12974. }
  12975.  
  12976. /**
  12977. * -------------------------
  12978. * @section Home Page Banner
  12979. * -------------------------
  12980. */
  12981.  
  12982. section#home-banner {
  12983. margin: 0;
  12984. padding: 50px 0 60px;
  12985. background-color: #043d5f;
  12986. color: #fff;
  12987. }
  12988.  
  12989. section#home-banner h2 {
  12990. margin: 0;
  12991. padding: 0 25px 10px 25px;
  12992. }
  12993.  
  12994. section#home-banner .form-control {
  12995. border-radius: 0;
  12996. border: 0;
  12997. box-shadow: none;
  12998. font-weight: 300;
  12999. }
  13000.  
  13001. section#home-banner .btn {
  13002. border-radius: 0;
  13003. border: 0;
  13004. font-weight: 300;
  13005. color: #fff;
  13006. }
  13007.  
  13008. section#home-banner .btn.search {
  13009. background-color: #4ab98b;
  13010. }
  13011. section#home-banner .btn.transfer {
  13012. background-color: #bbb;
  13013. }
  13014.  
  13015. @media (max-width: 992px) {
  13016. section#home-banner h2 {
  13017. font-size: 26px;
  13018. }
  13019. }
  13020.  
  13021. @media (max-width: 767px) {
  13022. section#home-banner h2 {
  13023. font-size: 22px;
  13024. }
  13025. }
  13026.  
  13027. /**
  13028. * -------------------------
  13029. * @section Home Page Shortcut Buttons
  13030. * -------------------------
  13031. */
  13032.  
  13033. .home-shortcuts {
  13034. margin: 0;
  13035. background: #25a2c7;
  13036. color: #fff;
  13037. }
  13038. .home-shortcuts ul {
  13039. list-style-type: none;
  13040. margin: 0;
  13041. padding: 0;
  13042. }
  13043. .home-shortcuts li {
  13044. float: left;
  13045. width: 24%;
  13046. padding: 5px 3px;
  13047. border-right: 1px solid #0E88B0;
  13048. font-size: 0.9em;
  13049. text-align: center;
  13050. cursor: pointer;
  13051. overflow: hidden;
  13052. white-space: nowrap;
  13053. }
  13054. .home-shortcuts li:first-child {
  13055. border-left: 1px solid #0E88B0;
  13056. }
  13057. .home-shortcuts li a {
  13058. display: block;
  13059. color: #fff;
  13060. text-decoration: none;
  13061. }
  13062. .home-shortcuts li i {
  13063. font-size: 22px;
  13064. }
  13065. .home-shortcuts li p {
  13066. margin: 2px 0 0;
  13067. text-transform: uppercase;
  13068. }
  13069. .home-shortcuts li span {
  13070. display: none;
  13071. }
  13072. .home-shortcuts li:hover span {
  13073. display: inline-block;
  13074. }
  13075. .home-shortcuts .lead {
  13076. margin: 0;
  13077. line-height: 55px;
  13078. }
  13079. @media (max-width: 992px) {
  13080. .home-shortcuts ul {
  13081. text-align: center;
  13082. }
  13083. }
  13084. @media (max-width: 767px) {
  13085. .home-shortcuts li {
  13086. display: block;
  13087. float: none;
  13088. width: 100%;
  13089. border-right: 0;
  13090. border-bottom: 1px solid #0E88B0;
  13091. }
  13092. .home-shortcuts li:first-child {
  13093. border-left: 0;
  13094. }
  13095. .home-shortcuts li:last-child {
  13096. border: 0;
  13097. }
  13098. .home-shortcuts ul:hover li {
  13099. width: 100%;
  13100. }
  13101. }
  13102.  
  13103. /**
  13104. * -------------------------
  13105. * Client Homepage
  13106. * -------------------------
  13107. */
  13108.  
  13109. .text-domain {
  13110. font-size: 12px;
  13111. color: #006687;
  13112. }
  13113.  
  13114. .client-home-panels .panel > .panel-heading {
  13115. background-color: #fff;
  13116. border-bottom: 0;
  13117. font-weight: bold;
  13118. }
  13119. .client-home-panels .panel > .panel-heading .panel-title .btn {
  13120. color: #fff;
  13121. border: 0;
  13122. }
  13123. .client-home-panels .panel > .panel-heading .panel-title .btn:hover {
  13124. color: #000;
  13125. }
  13126. .client-home-panels .panel small {
  13127. color: #888;
  13128. }
  13129. .client-home-panels .panel > .panel-body {
  13130. padding: 0;
  13131. max-height: 170px;
  13132. overflow: auto;
  13133. }
  13134. .client-home-panels .panel > .panel-footer {
  13135. border-top: 0;
  13136. }
  13137. .client-home-panels .panel > .panel-body p {
  13138. padding: 10px 15px;
  13139. }
  13140. .client-home-panels .panel > .list-group {
  13141. max-height: 170px;
  13142. overflow: auto;
  13143. border-top: 1px solid #ddd;
  13144. border-bottom: 1px solid #ddd;
  13145. }
  13146. .client-home-panels .panel > .list-group .list-group-item {
  13147. padding: 4px 10px;
  13148. }
  13149.  
  13150. .client-home-panels .panel > .list-group .list-group-item:last-child {
  13151. border-bottom: 0;
  13152. }
  13153.  
  13154. .home-kb-search {
  13155. margin-bottom: 15px;
  13156. }
  13157. .home-kb-search .form-control {
  13158. padding-left: 50px;
  13159. background-color: #fff;
  13160. border: 1px solid #eee;
  13161. color: #999;
  13162. font-weight: 300;
  13163. }
  13164. .home-kb-search .form-control:focus {
  13165. border-color: #eee;
  13166. outline: 0;
  13167. -webkit-box-shadow: none;
  13168. box-shadow: none;
  13169. }
  13170. .home-kb-search i {
  13171. float: left;
  13172. margin-top: -30px;
  13173. margin-left: 20px;
  13174. color: #777;
  13175. }
  13176.  
  13177. /**
  13178. * -------------------------
  13179. * Client Homepage Tiles
  13180. * -------------------------
  13181. */
  13182.  
  13183. .tiles {
  13184. margin: 0 15px 15px 15px;
  13185. }
  13186. .tiles .tile {
  13187. padding: 12px 20px;
  13188. background-color: #f8f8f8;
  13189. border-right: 1px solid #ccc;
  13190. }
  13191. .tiles .tile a {
  13192. text-decoration: none;
  13193. }
  13194. .tiles .tile:hover {
  13195. background-color: #f2f2f2;
  13196. cursor: pointer;
  13197. }
  13198. .tiles .tile .highlight {
  13199. margin-top: 4px;
  13200. height: 2px;
  13201. border-radius: 2px;
  13202. }
  13203. .tiles .tile:last-child {
  13204. border: 0;
  13205. }
  13206. @media (max-width: 767px) {
  13207. .tiles .tile:nth-child(2) {
  13208. border: 0;
  13209. }
  13210. .tiles .tile:nth-child(1),
  13211. .tiles .tile:nth-child(2) {
  13212. border-bottom: 1px solid #ccc;
  13213. }
  13214. }
  13215. .tile .icon {
  13216. position: absolute;
  13217. top: 10px;
  13218. right: 10px;
  13219. font-size: 48px;
  13220. line-height: 1;
  13221. color: #ccc;
  13222. }
  13223. .tile .stat {
  13224. margin-top: 20px;
  13225. font-size: 40px;
  13226. line-height: 1;
  13227. }
  13228. .tile .title {
  13229. font-weight: bold;
  13230. color: #888;
  13231. text-transform: uppercase;
  13232. font-size: 12px;
  13233. }
  13234.  
  13235. /**
  13236. * -------------------------
  13237. * Panel Accents
  13238. * -------------------------
  13239. */
  13240.  
  13241. .panel.panel-accent-gold {
  13242. border-top: 3px solid #f0ad4e;
  13243. }
  13244. .panel.panel-accent-green {
  13245. border-top: 3px solid #5cb85c;
  13246. }
  13247. .panel.panel-accent-red {
  13248. border-top: 3px solid #d9534f;
  13249. }
  13250. .panel.panel-accent-blue {
  13251. border-top: 3px solid #5bc0de;
  13252. }
  13253. .panel.panel-accent-orange {
  13254. border-top: 3px solid #f39c12;
  13255. }
  13256. .panel.panel-accent-pink {
  13257. border-top: 3px solid #e671b8;
  13258. }
  13259. .panel.panel-accent-purple {
  13260. border-top: 3px solid #7b4f9d;
  13261. }
  13262. .panel.panel-accent-lime {
  13263. border-top: 3px solid #8cbf26;
  13264. }
  13265. .panel.panel-accent-magenta {
  13266. border-top: 3px solid #ff0097;
  13267. }
  13268. .panel.panel-accent-teal {
  13269. border-top: 3px solid #00aba9;
  13270. }
  13271. .panel.panel-accent-turquoise {
  13272. border-top: 3px solid #1abc9c;
  13273. }
  13274. .panel.panel-accent-emerald {
  13275. border-top: 3px solid #2ecc71;
  13276. }
  13277. .panel.panel-accent-amethyst {
  13278. border-top: 3px solid #9b59b6;
  13279. }
  13280. .panel.panel-accent-wet-asphalt {
  13281. border-top: 3px solid #34495e;
  13282. }
  13283. .panel.panel-accent-midnight-blue {
  13284. border-top: 3px solid #2c3e50;
  13285. }
  13286. .panel.panel-accent-sun-flower {
  13287. border-top: 3px solid #f1c40f;
  13288. }
  13289. .panel.panel-accent-pomegranate {
  13290. border-top: 3px solid #c0392b;
  13291. }
  13292. .panel.panel-accent-silver {
  13293. border-top: 3px solid #bdc3c7;
  13294. }
  13295. .panel.panel-accent-asbestos {
  13296. border-top: 3px solid #7f8c8d;
  13297. }
  13298.  
  13299. /**
  13300. * -------------------------
  13301. * Background Colors
  13302. * -------------------------
  13303. */
  13304.  
  13305. .bg-color-gold {
  13306. background-color: #f0ad4e;
  13307. }
  13308. .bg-color-green {
  13309. background-color: #5cb85c;
  13310. }
  13311. .bg-color-red {
  13312. background-color: #d9534f;
  13313. }
  13314. .bg-color-blue {
  13315. background-color: #5bc0de;
  13316. }
  13317. .bg-color-orange {
  13318. background-color: #f39c12;
  13319. }
  13320. .bg-color-pink {
  13321. background-color: #e671b8;
  13322. }
  13323. .bg-color-purple {
  13324. background-color: #7b4f9d;
  13325. }
  13326. .bg-color-lime {
  13327. background-color: #8cbf26;
  13328. }
  13329. .bg-color-magenta {
  13330. background-color: #ff0097;
  13331. }
  13332. .bg-color-teal {
  13333. background-color: #00aba9;
  13334. }
  13335. .bg-color-turquoise {
  13336. background-color: #1abc9c;
  13337. }
  13338. .bg-color-emerald {
  13339. background-color: #2ecc71;
  13340. }
  13341. .bg-color-amethyst {
  13342. background-color: #9b59b6;
  13343. }
  13344. .bg-color-wet-asphalt {
  13345. background-color: #34495e;
  13346. }
  13347. .bg-color-midnight-blue {
  13348. background-color: #2c3e50;
  13349. }
  13350. .bg-color-sun-flower {
  13351. background-color: #f1c40f;
  13352. }
  13353. .bg-color-pomegranate {
  13354. background-color: #c0392b;
  13355. }
  13356. .bg-color-silver {
  13357. background-color: #bdc3c7;
  13358. }
  13359. .bg-color-asbestos {
  13360. background-color: #7f8c8d;
  13361. }
  13362.  
  13363. /**
  13364. * -------------------------
  13365. * @section Navigational Bar
  13366. * -------------------------
  13367. */
  13368.  
  13369. ul.top-nav {
  13370. float: right;
  13371. margin-top: 8px;
  13372. padding-left: 0;
  13373. margin-bottom: 0;
  13374. list-style: none;
  13375. white-space: nowrap;
  13376. }
  13377. ul.top-nav > li,
  13378. ul.top-nav > li > a {
  13379. display: inline-block;
  13380. position: relative;
  13381. }
  13382. ul.top-nav > li > a {
  13383. padding: 6px 10px;
  13384. color: #777;
  13385. line-height: 20px;
  13386. text-decoration: none;
  13387. }
  13388. ul.top-nav > li:active > a,
  13389. ul.top-nav > li:focus > a,
  13390. ul.top-nav > li:hover > a,
  13391. ul.top-nav > li > a:focus {
  13392. color: #333;
  13393. text-decoration: none;
  13394. background: transparent;
  13395. }
  13396. ul.top-nav > li.primary-action {
  13397. padding-left: 15px;
  13398. margin-left: 5px;
  13399. border-left: solid 1px #ddd;
  13400. }
  13401. ul.top-nav > li.primary-action > a.btn {
  13402. padding: 6px 15px;
  13403. background-color: #0e5077;
  13404. color: #fff;
  13405. border-radius: 3px;
  13406. }
  13407. ul.top-nav > li > a.btn-logged-in-admin {
  13408. margin-left: 5px;
  13409. font-size: 1.5em;
  13410. }
  13411. ul.top-nav .tooltip-inner {
  13412. margin-left: -200px;
  13413. min-width: 250px;
  13414. width: 250px;
  13415. }
  13416.  
  13417. @media (max-width: 991px) {
  13418. ul.top-nav {
  13419. font-size: 0.9em;
  13420. }
  13421. ul.top-nav > li.primary-action > a.btn {
  13422. padding: 4px 12px;
  13423. font-size: 1em;
  13424. }
  13425. ul.top-nav > li > a.btn-logged-in-admin {
  13426. margin-top: -2px;
  13427. }
  13428. }
  13429.  
  13430. @media (max-width: 767px) {
  13431. ul.top-nav {
  13432. margin: 0;
  13433. font-size: 0.8em;
  13434. }
  13435. ul.top-nav > li > a {
  13436. padding: 6px;
  13437. }
  13438. ul.top-nav > li.primary-action > a.btn {
  13439. padding: 3px 12px;
  13440. font-size: 1em;
  13441. }
  13442. }
  13443.  
  13444. /**
  13445. * -------------------------
  13446. * @section Twitter Feed
  13447. * -------------------------
  13448. */
  13449.  
  13450. div.home-twitter {
  13451. margin-top: 20px;
  13452. margin-bottom: 40px;
  13453. }
  13454. div.tweet > i {
  13455. color: #2BABCF;
  13456. float: left;
  13457. margin-right: 15px;
  13458. }
  13459. div.tweet span {
  13460. font-size: 12px;
  13461. color: #ccc;
  13462. }
  13463.  
  13464. /**
  13465. * -------------------------
  13466. * @section Domain Checker
  13467. * -------------------------
  13468. */
  13469.  
  13470. div.domainresults div:not(.btn-group) {
  13471. margin: 0;
  13472. padding: 10px 25px;
  13473. background-color: #ddd;
  13474. color: #666;
  13475. font-size: 1.0em;
  13476. border-radius: 6px 6px 0 0;
  13477. }
  13478.  
  13479. div.domainresults div:not(.btn-group) span {
  13480. padding-left: 20px;
  13481. font-size: 14px;
  13482. color: #888;
  13483. }
  13484.  
  13485. div.domainresults table tr td {
  13486. padding: 5px 30px;
  13487. line-height: 40px;
  13488. }
  13489.  
  13490. .domain-checker-container {
  13491. margin: 20px 0;
  13492. padding: 0;
  13493. background-color: #ffce44;
  13494. -moz-border-radius: 10px;
  13495. -webkit-border-radius: 10px;
  13496. -o-border-radius: 10px;
  13497. border-radius: 10px;
  13498. background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffb201), to(#ffd960));
  13499. background: -webkit-linear-gradient(top, #ffd960, #ffb201);
  13500. background: -moz-linear-gradient(top, #ffd960, #ffb201);
  13501. background: -ms-linear-gradient(top, #ffd960, #ffb201);
  13502. background: -o-linear-gradient(top, #ffd960, #ffb201);
  13503. }
  13504.  
  13505. .domain-checker-bg {
  13506. margin: 0;
  13507. padding: 80px 0;
  13508. background-repeat: no-repeat;
  13509. background-position: 110% -5px;
  13510. background-image:url('../img/globe.png');
  13511. }
  13512.  
  13513. @media (max-width: 992px) {
  13514. .domain-checker-bg {
  13515. padding: 40px 0;
  13516. }
  13517. }
  13518.  
  13519. .domain-checker-container .input-group-box {
  13520. margin: 0 auto;
  13521. padding: 10px;
  13522. width: 100%;
  13523. background-color: #fff;
  13524. -moz-border-radius: 10px;
  13525. -webkit-border-radius: 10px;
  13526. -o-border-radius: 10px;
  13527. border-radius: 10px;
  13528. }
  13529.  
  13530. .domain-bulk-options-box {
  13531. position: absolute;
  13532. top: 18px;
  13533. right: 134px;
  13534. z-index:100;
  13535. }
  13536.  
  13537. @media (max-width: 767px) {
  13538. .domain-checker-container .input-group-box .input-group-btn {
  13539. display: block;
  13540. width: 100%;
  13541. }
  13542. .domain-checker-container .input-group-box .input-group-btn .btn {
  13543. width: 100%;
  13544. border-radius: 6px;
  13545. }
  13546. .domain-checker-container .input-group-box .form-control {
  13547. border-radius: 6px !important;
  13548. margin-bottom: 5px;
  13549. float: none;
  13550. }
  13551. }
  13552.  
  13553. .domain-check-availability {
  13554. width: 100px;
  13555. }
  13556.  
  13557. .domain-step-options {
  13558. min-height: 300px;
  13559. }
  13560.  
  13561. .domain-checker-result-headline {
  13562. margin: 20px;
  13563. font-size: 1.6em;
  13564. text-align: center;
  13565. }
  13566. .domain-checker-available {
  13567. color: #5cb85c;
  13568. }
  13569. .domain-checker-unavailable,
  13570. .domain-checker-invalid {
  13571. color: #d9534f;
  13572. }
  13573.  
  13574. div.domainresults div.domain-checkout-area {
  13575. display: none;
  13576. float: right;
  13577. padding: 8px 40px 0;
  13578. }
  13579.  
  13580. .domain-disclaimer-area {
  13581. margin: 0 0 25px 0;
  13582. font-size: 12px;
  13583. }
  13584.  
  13585. .domain-bulk-domain-well {
  13586. width: 60%;
  13587. }
  13588.  
  13589. .domain-tld-pricing-table-responsive {
  13590. border: 0;
  13591. margin-bottom: 0;
  13592. }
  13593.  
  13594. a.domain-tld-pricing-category {
  13595. display: block;
  13596. text-align: center;
  13597. }
  13598.  
  13599. .featured-tlds-container {
  13600. margin: 35px 0 15px;
  13601. }
  13602.  
  13603. .featured-tld {
  13604. margin: 0 0 20px 0;
  13605. border-radius: 4px;
  13606. box-shadow: 0 6px 20px rgba(0,0,0,.1);
  13607. }
  13608. .featured-tld .img-container {
  13609. padding: 20px 0;
  13610. height: 115px;
  13611. line-height: 75px;
  13612. overflow: hidden;
  13613. text-align: center;
  13614. }
  13615. @media (max-width: 767px) {
  13616. .featured-tld .img-container {
  13617. height: 80px;
  13618. line-height: 40px;
  13619. }
  13620. }
  13621. .featured-tld .img-container img {
  13622. max-width: 70%;
  13623. max-height: 100%;
  13624. }
  13625. .featured-tld .price {
  13626. padding: 5px;
  13627. background-color: #f9f9f9;
  13628. color: #555;
  13629. font-weight: 400;
  13630. line-height: 28px;
  13631. text-align: center;
  13632. border-radius: 0 0 4px 4px;
  13633. }
  13634.  
  13635. .featured-tld .price.blog {
  13636. background-color: #a0d5cb;
  13637. color: #fff;
  13638. }
  13639. .featured-tld .price.club {
  13640. background-color: #053796;
  13641. color: #fff;
  13642. }
  13643. .featured-tld .price.com {
  13644. background-color: #3aa4da;
  13645. color: #fff;
  13646. }
  13647. .featured-tld .price.couk {
  13648. background-color: #1d3774;
  13649. color: #fff;
  13650. }
  13651. .featured-tld .price.host {
  13652. background-color: #ed4d42;
  13653. color: #fff;
  13654. }
  13655. .featured-tld .price.live {
  13656. background-color: #ff9e19;
  13657. color: #fff;
  13658. }
  13659. .featured-tld .price.name {
  13660. background-color: #44b03e;
  13661. color: #fff;
  13662. }
  13663. .featured-tld .price.net {
  13664. background-color: #efc00e;
  13665. color: #fff;
  13666. }
  13667. .featured-tld .price.online {
  13668. background-color: #38ce6a;
  13669. color: #fff;
  13670. }
  13671. .featured-tld .price.rocks {
  13672. background-color: #fd563c;
  13673. color: #fff;
  13674. }
  13675. .featured-tld .price.shop {
  13676. background-color: #ff5900;
  13677. color: #fff;
  13678. }
  13679. .featured-tld .price.social {
  13680. background-color: #ff9a00;
  13681. color: #fff;
  13682. }
  13683. .featured-tld .price.store {
  13684. background-color: #0eadb3;
  13685. color: #fff;
  13686. }
  13687. .featured-tld .price.tech {
  13688. background-color: #0db04b;
  13689. color: #fff;
  13690. }
  13691. .featured-tld .price.tv {
  13692. background-color: #ea3438;
  13693. color: #fff;
  13694. }
  13695. .featured-tld .price.website {
  13696. background-color: #2db9ea;
  13697. color: #fff;
  13698. }
  13699.  
  13700. .tld-filters {
  13701. margin: 0 0 25px 0;
  13702. }
  13703. .tld-filters a {
  13704. display: inline-block;
  13705. margin-bottom: 4px;
  13706. padding: 5px 6px;
  13707. font-size: 90%;
  13708. font-weight: normal;
  13709. border-radius: 2px;
  13710. }
  13711.  
  13712. .domain-pricing .tld-row {
  13713. padding-top: 3px;
  13714. padding-bottom: 3px;
  13715. border-bottom: 1px solid #f5f5f5;
  13716. }
  13717. .domain-pricing .tld-row.highlighted {
  13718. background: #f3f9fd;
  13719. }
  13720.  
  13721. .domain-pricing .tld-pricing-header .col-xs-2,
  13722. .domain-pricing .tld-pricing-header .col-sm-2 {
  13723. height: 56px;
  13724. }
  13725. .domain-pricing .tld-pricing-header .col-xs-2,
  13726. .domain-pricing .tld-pricing-header .col-sm-2,
  13727. .domain-pricing .tld-pricing-header .col-xs-4,
  13728. .domain-pricing .tld-pricing-header .col-sm-4 {
  13729. padding-top: 4px;
  13730. padding-bottom: 4px;
  13731. border-bottom: 6px solid #97b5d2;
  13732. background-color: #efefef;
  13733. border-radius: 4px 4px 0 0;
  13734. }
  13735. .domain-pricing .no-bg {
  13736. background-color: transparent !important;
  13737. }
  13738. .domain-pricing .tld-pricing-header div:nth-child(odd) {
  13739. border-color: #336699;
  13740. background-color: #f5f5f5;
  13741. }
  13742. .domain-pricing .two-row-center {
  13743. line-height: 28px;
  13744. margin-top: 6px;
  13745. margin-bottom: 6px;
  13746. border-right: 2px solid #c7d7e6;
  13747. }
  13748.  
  13749. .domain-pricing .tld-row.no-tlds {
  13750. display: none;
  13751. }
  13752.  
  13753. .tld-sale-group {
  13754. padding: 1px 3px;
  13755. color: #fff;
  13756. font-size: 10px;
  13757. text-transform: uppercase;
  13758. }
  13759. .tld-sale-group-hot {
  13760. background-color: #f9615a;
  13761. }
  13762. .tld-sale-group-sale {
  13763. background-color: #f7d458;
  13764. }
  13765. .tld-sale-group-new {
  13766. background-color: #2ad588;
  13767. }
  13768.  
  13769. /**
  13770. * -------------------------
  13771. * @section Announcements Page
  13772. * -------------------------
  13773. */
  13774.  
  13775. div.announcement-single {
  13776. margin: 0 0 20px 0;
  13777. }
  13778. div.announcement-single blockquote {
  13779. margin-top: 30px;
  13780. }
  13781. div.announcement-single .label {
  13782. margin-right: 10px;
  13783. }
  13784.  
  13785. .announcement-single {
  13786. margin: 0 0 25px 0;
  13787. }
  13788. .announcement-single .title {
  13789. font-size: 1.5em;
  13790. font-weight: bold;
  13791. }
  13792. .announcement-single p {
  13793. margin: 2px 0 10px;
  13794. }
  13795. .announcement-single .article-items {
  13796. font-size: 0.85em;
  13797. color: #888;
  13798. }
  13799.  
  13800. /**
  13801. * -------------------------
  13802. * @section Product Details Page
  13803. * -------------------------
  13804. */
  13805.  
  13806. div.product-details {
  13807. margin: 0 0 20px 0;
  13808. }
  13809. div.product-details div.product-icon {
  13810. margin: 0;
  13811. padding: 0;
  13812. background-color: #efefef;
  13813. border-radius: 10px;
  13814. padding: 30px;
  13815. font-size: 60px;
  13816. line-height: 1em;
  13817. }
  13818.  
  13819. .product-status {
  13820. margin: 0 0 20px 0;
  13821. padding: 0;
  13822. border-radius: 10px;
  13823. }
  13824. .product-status-pending {
  13825. background-color: #F89406;
  13826. }
  13827. .product-status-active {
  13828. background-color: #46A546;
  13829. }
  13830. .product-status-suspended {
  13831. background-color: #0768B8;
  13832. }
  13833. .product-status-terminated,
  13834. .product-status-cancelled {
  13835. background-color: #666;
  13836. }
  13837. .product-status-fraud {
  13838. background-color: #000;
  13839. }
  13840. .product-status-text {
  13841. padding: 5px;
  13842. color: #fff;
  13843. text-align: center;
  13844. text-transform: uppercase;
  13845. }
  13846.  
  13847. div.product-details-tab-container {
  13848. margin: 0;
  13849. padding: 20px;
  13850. border: 1px solid #ddd;
  13851. border-top: 0;
  13852. }
  13853.  
  13854. .module-client-area {
  13855. padding: 15px 15px 0 15px;
  13856. }
  13857.  
  13858. /**
  13859. * -------------------------
  13860. * @section List Tables
  13861. * -------------------------
  13862. */
  13863.  
  13864. .dataTables_wrapper .dataTables_info {
  13865. margin: 0;
  13866. padding: 9px 10px;
  13867. background-color: #4f5360;
  13868. border: 0;
  13869. border-bottom: 1px solid #fff;
  13870. font-size: 0.9em;
  13871. color: #fff;
  13872. border-radius: 0;
  13873. text-align: left !important;
  13874. }
  13875. div.dataTables_wrapper div.dataTables_info {
  13876. padding: 21px 30px !important;
  13877. font-weight: 300;
  13878. }
  13879.  
  13880. .dataTables_wrapper table.table-list {
  13881. margin-top: 0 !important;
  13882. margin-bottom: 6px !important;
  13883. width: 100% !important;
  13884. }
  13885.  
  13886. .dataTables_wrapper table.table-list thead th {
  13887. border-bottom: 4px solid #a2d27a;
  13888. font-weight: normal;
  13889. }
  13890. .dataTables_wrapper table.table-list thead th:nth-child(even) {
  13891. border-bottom: 4px solid #7bc144;
  13892. }
  13893.  
  13894. .dataTables_wrapper table.table-list thead th.sorting_asc,
  13895. .dataTables_wrapper table.table-list thead th.sorting_desc {
  13896. background-color: #f6f6f6;
  13897. }
  13898.  
  13899.  
  13900.  
  13901. .dataTables_wrapper .dataTables_filter {
  13902. float: right;
  13903. }
  13904. .dataTables_wrapper .dataTables_filter label {
  13905. margin: 0;
  13906. padding: 12px;
  13907. }
  13908. .dataTables_wrapper .dataTables_filter label .form-control {
  13909. background: url('../../../assets/img/search.png') #fff no-repeat 8px 5px;
  13910. padding: 7px 10px 7px 45px!important;
  13911. border: 1px solid #fff;
  13912. height: auto;
  13913. width: 200px;
  13914. font-size: 13px;
  13915. border-radius: 2px;
  13916. }
  13917.  
  13918. @media (max-width: 600px) {
  13919. .dataTables_wrapper .dataTables_info {
  13920. padding: 9px 10px 40px;
  13921. }
  13922. .dataTables_wrapper .dataTables_filter {
  13923. float: right;
  13924. margin-top: 30px;
  13925. width: 100%;
  13926. }
  13927. .dataTables_wrapper .dataTables_filter label {
  13928. display: block;
  13929. margin: 5px;
  13930. padding: 0;
  13931. }
  13932. .dataTables_wrapper .dataTables_filter label .form-control {
  13933. margin: 0;
  13934. width: 100%;
  13935. }
  13936. }
  13937.  
  13938. .dataTables_wrapper .dataTables_length {
  13939. background-color: #f6f6f6;
  13940. font-size: 0.8em;
  13941. color: #888;
  13942. }
  13943. .dataTables_wrapper .dataTables_length label {
  13944. padding: 10px 10px 0 30px;
  13945. }
  13946. .dataTables_wrapper .dataTables_length label .form-control {
  13947. display: inline-block;
  13948. padding: 2px;
  13949. height: 25px;
  13950. width: auto;
  13951. border: 0;
  13952. }
  13953.  
  13954. .dataTables_wrapper .dataTables_paginate {
  13955. float: right;
  13956. padding: 6px 30px 0;
  13957. }
  13958.  
  13959. .dataTables_wrapper .dataTables_paginate .pagination > li > a,
  13960. .dataTables_wrapper .dataTables_paginate .pagination > li > span {
  13961. padding: 4px 8px;
  13962. }
  13963.  
  13964. .pagination>li>a,
  13965. .pagination>li>span {
  13966. color: #444;
  13967. }
  13968. .pagination>.active>a,
  13969. .pagination>.active>a:focus,
  13970. .pagination>.active>a:hover,
  13971. .pagination>.active>span,
  13972. .pagination>.active>span:focus,
  13973. .pagination>.active>span:hover {
  13974. background-color: #4f5360;
  13975. border-color: #4f5360;
  13976. }
  13977.  
  13978. table.dataTable.dtr-inline.collapsed tbody td:first-child:before, table.dataTable.dtr-inline.collapsed tbody th:first-child:before {
  13979. top: inherit !important;
  13980. box-shadow: none !important;
  13981. line-height: 16px !important;
  13982. }
  13983.  
  13984. .table-container {
  13985. padding: 0 0 25px 0;
  13986. }
  13987.  
  13988. table.table-list thead th {
  13989. padding: 8px;
  13990. background-color: #fff;
  13991. border-bottom: 1px solid #ccc;
  13992. color: #333;
  13993. text-align: center;
  13994. }
  13995.  
  13996. .table-list > tbody > tr:hover {
  13997. cursor: pointer;
  13998. cursor: hand;
  13999. }
  14000.  
  14001. table.table-list tbody td {
  14002. padding: 10px;
  14003. vertical-align: middle;
  14004. font-size: 0.94em;
  14005. }
  14006.  
  14007. .table-list > tbody > tr > td a.border-left {
  14008. border-left: 1px solid #eee;
  14009. padding-left: 20px;
  14010. display: block;
  14011. }
  14012.  
  14013.  
  14014. .table-list > tbody > tr > td {
  14015. background-color: #fff;
  14016. }
  14017. .table-list > tbody > tr:nth-child(even) > td {
  14018. background-color: #f8fcfd;
  14019. }
  14020.  
  14021. table.dtr-inline .dtr-title:empty {
  14022. display: none !important;
  14023. }
  14024.  
  14025. table.dtr-inline .responsive-edit-button {
  14026. display: none;
  14027. }
  14028.  
  14029. table.dtr-inline.collapsed .responsive-edit-button {
  14030. display: inherit;
  14031. }
  14032. /**
  14033. * -------------------------
  14034. * @section Status Lights
  14035. * -------------------------
  14036. */
  14037.  
  14038. .status {
  14039. display: block;
  14040. font-size: 0.9em;
  14041. line-height: 22px;
  14042. border: 2px solid #ccc;
  14043. border-radius: 3px;
  14044. background-color: #fff;
  14045. color: #333;
  14046. }
  14047.  
  14048. .status-custom {
  14049. background-color: white;
  14050. color: black;
  14051. border: 1px solid black;
  14052. padding: 1px;
  14053. }
  14054.  
  14055. .status-pending {
  14056. color: #D9534F;
  14057. }
  14058. .status-pending.transfer {
  14059. color: #A68500;
  14060. }
  14061. .status-active,
  14062. .status-open,
  14063. .status-completed {
  14064. color: #3fad46;
  14065. }
  14066. .status-suspended {
  14067. color: #F0AD4E;
  14068. }
  14069. .status-customer-reply {
  14070. color: #ff6600;
  14071. }
  14072. .status-fraud,
  14073. .status-answered {
  14074. color: #000000;
  14075. }
  14076. .status-expired,
  14077. .status-transferred.away{
  14078. color: #004258;
  14079. }
  14080. .status-cancelled {
  14081. color: #9FA29A;
  14082. }
  14083. .status-terminated {
  14084. color: #666;
  14085. }
  14086. .status-onhold {
  14087. color: #224488;
  14088. }
  14089. .status-inprogress {
  14090. color: #cc0000;
  14091. }
  14092. .status-closed {
  14093. color: #888;
  14094. }
  14095.  
  14096. .status-paid {
  14097. color: #498302;
  14098. }
  14099. .status-unpaid {
  14100. color: #ED3E48;
  14101. }
  14102. .status-cancelled {
  14103. color: #87939F;
  14104. }
  14105. .status-collections {
  14106. color: #9A141E;
  14107. }
  14108. .status-refunded {
  14109. color: #319FC3;
  14110. }
  14111.  
  14112. .status-customer-reply {
  14113. color: #ff6600;
  14114. }
  14115.  
  14116. .status-delivered {
  14117. color: #224488;
  14118. }
  14119.  
  14120. .status-accepted {
  14121. color: #498302;
  14122. }
  14123. .status-lost, .status-dead {
  14124. color: #000;
  14125. }
  14126.  
  14127. /**
  14128. * -------------------------
  14129. * @section Affiliates Page
  14130. * -------------------------
  14131. */
  14132.  
  14133. .affiliate-stat {
  14134. margin: 0;
  14135. padding: 15px;
  14136. font-size: 1.6em;
  14137. text-align: center;
  14138. }
  14139.  
  14140. .affiliate-stat span {
  14141. display: block;
  14142. font-size: 2.4em;
  14143. }
  14144.  
  14145. .affiliate-stat i {
  14146. float: left;
  14147. padding: 10px;
  14148. font-size: 4em;
  14149. }
  14150.  
  14151. .affiliate-referral-link {
  14152. margin: 40px 0;
  14153. }
  14154.  
  14155. .affiliate-referral-link span {
  14156. display: block;
  14157. margin: 0;
  14158. padding: 10px;
  14159. font-size: 1.4em;
  14160. border-radius: 10px;
  14161. border: 1px solid #ccc;
  14162. overflow: hidden;
  14163. }
  14164.  
  14165. @media (max-width: 1200px) {
  14166. .affiliate-stat {
  14167. font-size: 1.2em;
  14168. }
  14169. .affiliate-stat span {
  14170. font-size: 2.1em;
  14171. }
  14172. .affiliate-stat i {
  14173. font-size: 3.6em;
  14174. }
  14175. }
  14176.  
  14177. @media (max-width: 992px) {
  14178. .affiliate-stat {
  14179. font-size: 1.0em;
  14180. }
  14181. .affiliate-stat span {
  14182. font-size: 1.6em;
  14183. }
  14184. .affiliate-stat i {
  14185. font-size: 3em;
  14186. }
  14187. }
  14188.  
  14189. /**
  14190. * -------------------------
  14191. * @section Support Tickets
  14192. * -------------------------
  14193. */
  14194.  
  14195. .ticket-number {
  14196. display: block;
  14197. font-size: 1.2em;
  14198. font-style: italic;
  14199. color: #2a9fbb;
  14200. }
  14201. .ticket-subject.unread {
  14202. font-weight: bold;
  14203. }
  14204.  
  14205. .ticket-attachments-message {
  14206. padding-top: 4px;
  14207. font-size: 0.8em;
  14208. }
  14209.  
  14210. .ticket-reply {
  14211. margin: 10px 0;
  14212. padding: 0;
  14213. border: 1px solid #efefef;
  14214. background-color: #fff;
  14215. }
  14216.  
  14217. .ticket-reply.staff {
  14218. border: 1px solid #CCE4FC;
  14219. }
  14220.  
  14221. .ticket-reply .date {
  14222. float: right;
  14223. padding: 8px 10px;
  14224. font-size: 0.8em;
  14225. }
  14226.  
  14227. .ticket-reply .user {
  14228. padding: 5px 0;
  14229. background-color: #f8f8f8;
  14230. }
  14231.  
  14232. .ticket-reply.staff .user {
  14233. background-color: #F2F9FF;
  14234. }
  14235.  
  14236. .ticket-reply .user i {
  14237. float: left;
  14238. font-size: 2.2em;
  14239. padding: 2px 15px;
  14240. }
  14241.  
  14242. .ticket-reply .user .name {
  14243. display: block;
  14244. font-size: 0.9em;
  14245. }
  14246.  
  14247. .ticket-reply .user .type {
  14248. display: block;
  14249. font-weight: bold;
  14250. font-size: 0.8em;
  14251. }
  14252.  
  14253. .ticket-reply .message {
  14254. padding: 12px 15px;
  14255. }
  14256.  
  14257. .ticket-reply .rating,
  14258. .ticket-reply .rating-done {
  14259. float: right;
  14260. padding: 5px 10px;
  14261. unicode-bidi: bidi-override;
  14262. direction: rtl;
  14263. font-size: 24px;
  14264. }
  14265. .ticket-reply .rating span.star,
  14266. .ticket-reply .rating-done span.star {
  14267. font-family: FontAwesome;
  14268. font-weight: normal;
  14269. font-style: normal;
  14270. display: inline-block;
  14271. }
  14272. .ticket-reply .rating-done .rated {
  14273. display: inline-block;
  14274. font-size: 12px;
  14275. font-family: Tahoma;
  14276. }
  14277. .ticket-reply .rating span.star:hover {
  14278. cursor: pointer;
  14279. }
  14280. .ticket-reply .rating span.star:before,
  14281. .ticket-reply .rating-done span.star:before {
  14282. content: "\f006";
  14283. padding-right: 0;
  14284. color: #999;
  14285. }
  14286. .ticket-reply .rating span.star:hover:before,
  14287. .ticket-reply .rating span.star:hover ~ span.star:before,
  14288. .ticket-reply .rating-done span.star.active:before {
  14289. content: "\f005";
  14290. color: #F2DE88;
  14291. }
  14292.  
  14293. .ticket-reply .attachments {
  14294. margin: 0;
  14295. padding: 10px 20px;
  14296. border-top: 1px dashed #efefef;
  14297. background-color: #f8f8f8;
  14298. font-size: 0.8em;
  14299. }
  14300.  
  14301. .ticket-reply .attachments ul {
  14302. margin: 0;
  14303. padding: 0 0 0 15px;
  14304. list-style: none;
  14305. }
  14306.  
  14307. .ticket-reply .clear {
  14308. clear: both;
  14309. }
  14310.  
  14311. .panel > .list-group .ticket-details-children {
  14312. line-height: 20px;
  14313. }
  14314. .panel > .list-group .ticket-details-children .title {
  14315. font-size: 0.9em;
  14316. color: #999;
  14317. }
  14318.  
  14319. /**
  14320. * -------------------------
  14321. * @section Support Ticket Feedback
  14322. * -------------------------
  14323. */
  14324.  
  14325. .ticketfeedbackstaffcont {
  14326. margin: 10px auto;
  14327. padding: 15px;
  14328. width: 90%;
  14329. background-color: #efefef;
  14330. -moz-border-radius: 6px;
  14331. -webkit-border-radius: 6px;
  14332. -o-border-radius: 6px;
  14333. border-radius: 6px;
  14334. }
  14335.  
  14336. .ticketfeedbackrating {
  14337. padding: 0 100px;
  14338. }
  14339.  
  14340. .ticketfeedbackrating .rate {
  14341. float: left;
  14342. padding: 0 10px;
  14343. min-width: 30px;
  14344. text-align: center;
  14345. }
  14346.  
  14347. /**
  14348. * -------------------------
  14349. * @section Client Notifications
  14350. * -------------------------
  14351. */
  14352.  
  14353. .popover-user-notifications {
  14354. border-radius: 0;
  14355. padding: 5px 10px;
  14356. border-color: #ddd;
  14357. min-width: 310px;
  14358. font-family: 'Open Sans', sans-serif;
  14359. }
  14360. .popover-user-notifications .popover-content {
  14361. padding: 0;
  14362. }
  14363. .popover-user-notifications ul {
  14364. margin: 0;
  14365. padding: 0;
  14366. list-style: none;
  14367. }
  14368. .popover-user-notifications ul li {
  14369. padding: 5px 0;
  14370. min-height: 66px;
  14371. border-bottom: 1px solid #ddd;
  14372. }
  14373. .popover-user-notifications ul li:last-child {
  14374. border: 0;
  14375. }
  14376. .popover-user-notifications ul li a {
  14377. display: block;
  14378. padding: 10px 15px 10px 12px;
  14379. text-decoration: none;
  14380. color: #555;
  14381. font-size: 0.95em;
  14382. }
  14383. .popover-user-notifications ul li a:hover {
  14384. background-color: #f6f6f6;
  14385. }
  14386. .popover-user-notifications ul li i.fas,
  14387. .popover-user-notifications ul li i.far {
  14388. float: left;
  14389. padding-top: 6px;
  14390. font-size: 21px;
  14391. }
  14392. .popover-user-notifications ul li i.fas.fa-check-circle,
  14393. .popover-user-notifications ul li i.far.fa-check-circle{
  14394. color: #5cb85c;
  14395. }
  14396. .popover-user-notifications ul li i.fas.fa-warning,
  14397. .popover-user-notifications ul li i.far.fa-warning {
  14398. color: #ecc317;
  14399. }
  14400. .popover-user-notifications ul li i.fas.fa-exclamation-circle,
  14401. .popover-user-notifications ul li i.far.fa-exclamation-circle{
  14402. color: #ec2d45;
  14403. }
  14404. .popover-user-notifications ul li .message {
  14405. margin-left: 40px;
  14406. }
  14407. .popover-user-notifications ul li.none {
  14408. padding: 12px 0;
  14409. min-height: auto;
  14410. text-align: center;
  14411. font-weight: bold;
  14412. }
  14413.  
  14414. /**
  14415. * -------------------------
  14416. * @section Captcha
  14417. * -------------------------
  14418. */
  14419.  
  14420. .captchaimage {
  14421. margin: 0;
  14422. padding: 3px 0 4px;
  14423. -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  14424. transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  14425. text-align: right;
  14426. }
  14427.  
  14428. /**
  14429. * -------------------------
  14430. * @section Credit Cards
  14431. * -------------------------
  14432. */
  14433.  
  14434. div.credit-card {
  14435. margin: 0 auto 30px;
  14436. max-width: 400px;
  14437. background-color: #f8f8f8;
  14438. border: 1px solid #ccc;
  14439. border-radius: 8px;
  14440. }
  14441.  
  14442. div.credit-card div.card-type {
  14443. float: right;
  14444. padding: 10px 20px;
  14445. font-size: 1.2em;
  14446. }
  14447. div.credit-card div.card-icon {
  14448. float: left;
  14449. padding: 7px 7px;
  14450. font-size: 1.2em;
  14451. }
  14452.  
  14453. div.credit-card div.card-number {
  14454. padding: 10px;
  14455. background-color: #ccc;
  14456. font-size: 1.6em;
  14457. text-align: center;
  14458. clear: both;
  14459. }
  14460.  
  14461. div.credit-card div.card-start {
  14462. float: left;
  14463. padding: 20px 0 50px 50px;
  14464. font-size: 1.3em;
  14465. text-align: right;
  14466. }
  14467.  
  14468. div.credit-card div.card-expiry {
  14469. float: right;
  14470. padding: 20px 50px 50px 0;
  14471. height: 120px;
  14472. font-size: 1.3em;
  14473. text-align: right;
  14474. }
  14475.  
  14476. div.credit-card div.end {
  14477. clear: both;
  14478. }
  14479.  
  14480. @media (max-width: 600px) {
  14481. div.credit-card {
  14482. max-width: 250px;
  14483. }
  14484. div.credit-card div.card-type {
  14485. font-size: 1.0em;
  14486. }
  14487. div.credit-card div.card-icon {
  14488. font-size: 1.0em;
  14489. }
  14490. div.credit-card div.card-number {
  14491. padding: 6px 10px;
  14492. font-size: 1.2em;
  14493. }
  14494. div.credit-card div.card-start {
  14495. padding: 20px 0 30px 50px;
  14496. font-size: 0.9em;
  14497. }
  14498. div.credit-card div.card-expiry {
  14499. padding: 20px 50px 30px 0;
  14500. height: 80px;
  14501. font-size: 0.9em;
  14502. }
  14503. }
  14504.  
  14505. .auth3d-area {
  14506. border: 1px solid #fff;
  14507. }
  14508.  
  14509. .submit-3d {
  14510. width: 80%;
  14511. border: 1px solid #fff;
  14512. }
  14513.  
  14514. .invoice-summary {
  14515. margin: 0 0 25px 0;
  14516. padding: 15px;
  14517. height: 500px;
  14518. background-color: #f8f8f8;
  14519. border: 4px dashed #efefef;
  14520. border-radius: 10px;
  14521. }
  14522.  
  14523. .invoice-summary-table {
  14524. margin: 25px 0 25px 0;
  14525. max-height: 300px;
  14526. overflow: auto;
  14527. }
  14528.  
  14529. .invoice-summary-table td {
  14530. font-size: 0.8em;
  14531. }
  14532.  
  14533. .invoice-summary-table td.total-row {
  14534. background-color: #efefef;
  14535. font-weight: bold;
  14536. }
  14537.  
  14538. /* Card colors colorpicked from website logos */
  14539. div.credit-card .logo-visa {
  14540. color: #1a1f71;
  14541. }
  14542.  
  14543. div.credit-card .logo-amex {
  14544. color: #43abdf;
  14545. }
  14546.  
  14547. div.credit-card .logo-mastercard {
  14548. color: #ed0b00;
  14549. }
  14550.  
  14551. div.credit-card .logo-discover {
  14552. color: #000000;
  14553. }
  14554. /**
  14555. * -------------------------
  14556. * @section Sidebar Responsive Behaviour Classes
  14557. * -------------------------
  14558. */
  14559.  
  14560. div.sidebar .list-group-item-selected {
  14561. background-color: #319FC3;
  14562. color: #FFFFFF;
  14563. }
  14564. div.sidebar .list-group-item-selected .badge {
  14565. background-color: #FFFFFF;
  14566. color: #319FC3;
  14567. }
  14568.  
  14569. .sidebar.sidebar-secondary {
  14570. clear: left;
  14571. }
  14572.  
  14573. @media (max-width: 991px) {
  14574.  
  14575. .panel-actions {
  14576. border: 0;
  14577. box-shadow: none;
  14578. }
  14579.  
  14580. .panel-actions > .panel-heading > .panel-title {
  14581. display: inline;
  14582. }
  14583.  
  14584. .panel-actions > .panel-heading {
  14585. border-radius: 3px;
  14586. }
  14587.  
  14588. .panel-actions > .list-group {
  14589. padding: 10px;
  14590. overflow-x: scroll;
  14591. overflow-y: none;
  14592. white-space: nowrap;
  14593. }
  14594.  
  14595. .panel-actions > .list-group .list-group-item {
  14596. display: inline-block;
  14597. border: 1px solid #ddd !important;
  14598. border-radius: 3px !important;
  14599. white-space: nowrap;
  14600. text-align: center;
  14601. padding: 5px 25px;
  14602. margin: 2px;
  14603. }
  14604.  
  14605. .panel-actions > .list-group .list-group-item > .badge {
  14606. float: none;
  14607. margin: -2px 0 0 10px;
  14608. }
  14609.  
  14610. }
  14611.  
  14612. /**
  14613. * -------------------------
  14614. * @section Two Factor Authentication
  14615. * -------------------------
  14616. */
  14617.  
  14618. div#twofaactivation {
  14619. margin: 0 auto;
  14620. padding: 15px 30px;
  14621. width: 85%;
  14622. background-color: #efefef;
  14623. border-radius: 10px;
  14624. }
  14625.  
  14626. div#twofaactivation .errorbox {
  14627. margin: 0 0 20px 0;
  14628. padding: 10px 20px;
  14629. background-color: #FF4F4F;
  14630. text-shadow: none;
  14631. color: #fff;
  14632. text-align: center;
  14633. -moz-border-radius: 5px;
  14634. -webkit-border-radius: 5px;
  14635. -o-border-radius: 5px;
  14636. border-radius: 5px;
  14637. }
  14638.  
  14639. div#twofaactivation p {
  14640. margin: 15px 0;
  14641. }
  14642.  
  14643. /**
  14644. * -------------------------
  14645. * @section Popups
  14646. * -------------------------
  14647. */
  14648.  
  14649. #popup-backdrop {
  14650. background-color: #2E363F;
  14651. padding: 15px;
  14652. height: 100%;
  14653. }
  14654.  
  14655. .popup-header-padding {
  14656. margin-top: 5px;
  14657. margin-bottom: 5px;
  14658. }
  14659.  
  14660. /**
  14661. * -------------------------
  14662. * @section Uncategorized
  14663. * -------------------------
  14664. */
  14665.  
  14666. .btn.btn-action {
  14667. background-color: #72CA06;
  14668. border-color: #498302;
  14669. }
  14670.  
  14671. /**
  14672. * -------------------------
  14673. * @section Knowledgebase
  14674. * -------------------------
  14675. */
  14676.  
  14677. .kb-category {
  14678. margin: 0 0 10px 0;
  14679. }
  14680. .kb-category a {
  14681. display: block;
  14682. margin: 0 0 2px 0;
  14683. font-weight: bold;
  14684. text-decoration: none;
  14685. }
  14686. .kb-category a small {
  14687. color: #888;
  14688. }
  14689.  
  14690. .kbarticles {
  14691. padding: 0 0 25px 0;
  14692. font-size: 0.8em;
  14693. }
  14694. .kbarticles a {
  14695. font-size: 1.2em;
  14696. font-weight: 700;
  14697. }
  14698. .kbarticles a .glyphicon {
  14699. color: #8ce;
  14700. }
  14701. .kbcategories a.admin-inline-edit,
  14702. .kbarticles a.admin-inline-edit {
  14703. font-size: 0.92em;
  14704. }
  14705.  
  14706. h3.kb-alsoread {
  14707. padding: 8px 15px;
  14708. background-color: #eee;
  14709. border-radius: 6px;
  14710. font-size: 0.9em;
  14711. }
  14712.  
  14713. .kb-article-title {
  14714. margin: 0 0 22px 0;
  14715. font-size: 1.6em;
  14716. }
  14717. .kb-article-title h2 {
  14718. margin: 0;
  14719. }
  14720. .kb-article-title .btn-print {
  14721. float: right;
  14722. font-size: 1em;
  14723. }
  14724. .kb-article-content {
  14725. margin: 0 0 30px 0;
  14726. font-size: 1.2em;
  14727. line-height: 1.2em;
  14728. font-weight: 200;
  14729. }
  14730. .kb-rate-article {
  14731. margin: 20px 0;
  14732. padding: 15px 20px;
  14733. background-color: #eff7ff;
  14734. font-size: 1.4em;
  14735. line-height: 38px;
  14736. font-weight: 200;
  14737. color: #4d7cab;
  14738. }
  14739. .kb-rate-article .btn-lg {
  14740. padding: 0 16px;
  14741. }
  14742.  
  14743. .kb-article-details {
  14744. color: #999;
  14745. list-style: none;
  14746. margin: 35px 5px;
  14747. padding: 0;
  14748. font-size: 0.9em;
  14749.  
  14750. }
  14751. .kb-article-details li {
  14752. float: left;
  14753. padding-right: 30px;
  14754. }
  14755.  
  14756. .kb-search .form-control {
  14757. box-shadow: none;
  14758. border-radius: 3px;
  14759. }
  14760. .kb-search > .input-group-btn > .btn {
  14761. border-radius: 0 3px 3px 0;
  14762. }
  14763.  
  14764. /**
  14765. * -------------------------
  14766. * @section Domain Checker Responsive
  14767. * -------------------------
  14768. */
  14769.  
  14770. #stepResults {
  14771. font-size: 20px;
  14772. }
  14773. #stepResults .label {
  14774. font-size: 20px;
  14775. }
  14776.  
  14777. @media (max-width: 992px) {
  14778. #stepResults {
  14779. font-size: 14px;
  14780. }
  14781. #stepResults .label {
  14782. font-size: 14px;
  14783. }
  14784. div.domainresults table tr td {
  14785. padding: 5px 5px;
  14786. }
  14787. }
  14788.  
  14789. /**
  14790. * -------------------------
  14791. * Printing
  14792. * -------------------------
  14793. */
  14794.  
  14795. @media print {
  14796. .sidebar,
  14797. #main-menu,
  14798. #top-nav,
  14799. .header-lined {
  14800. display: none;
  14801. }
  14802. a[href]:after {
  14803. content:"" !important;
  14804. }
  14805. }
  14806.  
  14807. /**
  14808. * -------------------------
  14809. * Badges Spacing
  14810. * -------------------------
  14811. */
  14812.  
  14813. h3.with-badge::after {
  14814. content: '.';
  14815. color: #fff;
  14816. }
  14817.  
  14818. h3.with-badge span, h3.with-badge i {
  14819. float: left;
  14820. padding-right: 8px;
  14821. }
  14822.  
  14823. h3.with-badge .badge {
  14824. line-height: initial;
  14825. margin-top: 3px;
  14826. }
  14827.  
  14828. @media (min-width: 992px) {
  14829. h3.with-badge .badge {
  14830. padding: 3px 7px 3px 8px;
  14831. }
  14832. .sidebar .list-group-item .badge {
  14833. margin-top: -2px;
  14834. padding: 3px 7px 3px 8px;
  14835. line-height: initial;
  14836. min-width: 36px;
  14837. }
  14838. }
  14839.  
  14840. /**
  14841. * -------------------------
  14842. * Admin Masquerade Notice
  14843. * -------------------------
  14844. */
  14845.  
  14846. .admin-masquerade-notice {
  14847. margin: 25px 0 0 auto;
  14848. padding: 4px 10px;
  14849. max-width: 240px;
  14850. font-family: Tahoma;
  14851. font-size: 0.7em;
  14852. text-align: right;
  14853. }
  14854. .admin-masquerade-notice a {
  14855. text-decoration: underline;
  14856. }
  14857.  
  14858. a.admin-inline-edit {
  14859. margin-left: 6px;
  14860. font-weight: 400;
  14861. color: #888;
  14862. }
  14863. a.admin-inline-edit:hover {
  14864. color: #444;
  14865. text-decoration: none;
  14866. }
  14867.  
  14868. /**
  14869. * -------------------------
  14870. * Language Chooser
  14871. * -------------------------
  14872. */
  14873.  
  14874. .language-popover {
  14875. max-width: 450px;
  14876. width: 100%;
  14877. background-color: rgba(20, 20, 20, 0.98);
  14878. background-image: url('../img/worldmap.png');
  14879. background-repeat: no-repeat;
  14880. font-size: 0.8em;
  14881. }
  14882. .language-popover.popover.bottom > .arrow:after {
  14883. border-bottom-color: rgba(20, 20, 20, 0.97);
  14884. }
  14885. .language-popover .popover-content ul {
  14886. margin: 6px 0 14px 0;
  14887. padding: 0;
  14888. max-width: 400px;
  14889. list-style-type: none;
  14890. overflow: hidden;
  14891. }
  14892. .language-popover .popover-content li {
  14893. float: left;
  14894. display: inline;
  14895. padding: 0 20px 0 40px;
  14896. width: 33.333%;
  14897. line-height: 2em;
  14898. }
  14899. .language-popover .popover-content li a {
  14900. color: #f2f2f2;
  14901. }
  14902.  
  14903. @media (max-width: 480px) {
  14904. .language-popover {
  14905. max-width: 250px;
  14906. background-position: -50px 0;
  14907. }
  14908. .language-popover .popover-content li {
  14909. padding: 0 20px;
  14910. width: 50%;
  14911. }
  14912. }
  14913.  
  14914. /**
  14915. * -------------------------
  14916. * Login or Register Popover
  14917. * -------------------------
  14918. */
  14919.  
  14920. .login-popover {
  14921. font-size: 12px;
  14922. }
  14923. .login-popover .form-group {
  14924. margin-bottom: 5px;
  14925. }
  14926. .login-popover hr {
  14927. margin: 5px 0;
  14928. }
  14929.  
  14930. /**
  14931. * -------------------------
  14932. * Mass Pay
  14933. * -------------------------
  14934. */
  14935.  
  14936. tr.masspay-invoice-detail td {
  14937. font-size: 0.8em;
  14938. }
  14939. tr.masspay-total td {
  14940. background-color: #efefef;
  14941. font-weight: bold;
  14942. }
  14943.  
  14944. /**
  14945. * -------------------------
  14946. * Error Page
  14947. * -------------------------
  14948. */
  14949.  
  14950. .error-container {
  14951. text-align: center;
  14952. }
  14953. .error-container h1 {
  14954. margin-top: 40px;
  14955. }
  14956. .error-container .buttons {
  14957. margin: 25px 0;
  14958. }
  14959. .error-container .buttons .btn {
  14960. margin: 5px;
  14961. }
  14962.  
  14963. /**
  14964. * -------------------------
  14965. * Collapsable Panels
  14966. * -------------------------
  14967. */
  14968.  
  14969. .panel-collapsable > .panel-heading {
  14970. cursor: pointer;
  14971. }
  14972. .panel-collapsable > .panel-body-collapsed {
  14973. display: none;
  14974. }
  14975.  
  14976. /**
  14977. * -------------------------
  14978. * Licensing Addon
  14979. * -------------------------
  14980. */
  14981.  
  14982. .licensing-addon-latest-download h3 {
  14983. margin-top: 0;
  14984. }
  14985.  
  14986. /**
  14987. * -------------------------
  14988. * Domain Checker Captchas
  14989. * -------------------------
  14990. */
  14991.  
  14992. #google-recaptcha-domainchecker {
  14993. width: 304px;
  14994. height: 78px;
  14995. margin-top: 15px;
  14996. margin-bottom: 15px;
  14997. }
  14998.  
  14999. #default-captcha-domainchecker {
  15000. margin-top: 15px;
  15001. margin-bottom: -63px;
  15002. }
  15003.  
  15004. #default-captcha-domainchecker #inputCaptcha {
  15005. width: 100px;
  15006. border-radius: 4px;
  15007. }
  15008.  
  15009. .domainchecker-homepage-captcha #google-recaptcha-domainchecker {
  15010. margin-bottom: -46px;
  15011. }
  15012.  
  15013. @media (max-width: 991px) {
  15014. #google-recaptcha-domainchecker {
  15015. padding-left: 2.5%;
  15016. }
  15017.  
  15018. #default-captcha-domainchecker {
  15019. margin-bottom: -25px;
  15020. }
  15021. }
  15022.  
  15023. @media (max-width: 736px) {
  15024. #google-recaptcha-domainchecker {
  15025. transform: scale(0.935);
  15026. transform-origin: 0 0;
  15027. -webkit-transform: scale(0.935);
  15028. -webkit-transform-origin: 0 0;
  15029. }
  15030. }
  15031.  
  15032. @media (max-width: 384px) {
  15033. #google-recaptcha-domainchecker {
  15034. transform: scale(0.96);
  15035. transform-origin: 0 0;
  15036. }
  15037. }
  15038.  
  15039. @media (max-width: 360px) {
  15040. #google-recaptcha-domainchecker {
  15041. transform: scale(0.89);
  15042. transform-origin: 0 0;
  15043. }
  15044. }
  15045.  
  15046. @media (max-width: 320px) {
  15047. #google-recaptcha-domainchecker {
  15048. padding-left: 13.5%;
  15049. transform: scale(0.83);
  15050. transform-origin: 0 0;
  15051. -webkit-transform: scale(0.785);
  15052. -webkit-transform-origin: 0 0;
  15053. }
  15054. }
  15055.  
  15056. /**
  15057. * -------------------------
  15058. * Email Verification
  15059. * -------------------------
  15060. */
  15061.  
  15062. .email-verification {
  15063. margin: 0;
  15064. padding: 10px;
  15065. font-weight: 300;
  15066. background-color: #f8f8f8;
  15067. border-bottom: 1px solid #eee;
  15068. color: #333;
  15069. }
  15070. .email-verification .text {
  15071. display: block;
  15072. padding: 6px 0;
  15073. }
  15074. .email-verification .btn {
  15075. margin: 3px 0;
  15076. padding: 3px 10px;
  15077. background-color: #50525f;
  15078. border-color: #50525f;
  15079. color: #fff;
  15080. font-style: normal;
  15081. white-space: nowrap;
  15082. overflow: hidden;
  15083. text-overflow: ellipsis;
  15084. }
  15085. .email-verification .btn:active,
  15086. .email-verification .btn[disabled]:hover {
  15087. background-color: #50525f;
  15088. border-color: #50525f;
  15089. color: #fff;
  15090. }
  15091. .email-verification .btn.close {
  15092. margin-left: 10px;
  15093. background-color: transparent;
  15094. color: rgba(55, 55, 55, 0.5);
  15095. font-size: 22px;
  15096. opacity: 1;
  15097. }
  15098. .email-verification .btn.close:hover {
  15099. color: rgba(55, 55, 55, 0.8);
  15100. }
  15101. .email-verification .fas,
  15102. .email-verification .far {
  15103. color: #666;
  15104. float: left;
  15105. padding: 2px 10px 0 0;
  15106. font-size: 24px;
  15107. }
  15108.  
  15109. @media (min-width: 768px) {
  15110. .email-verification .text {
  15111. padding-top: 9px;
  15112. padding-bottom: 0;
  15113. }
  15114. .email-verification .btn {
  15115. margin: 0;
  15116. padding: 9px 25px;
  15117. }
  15118. .email-verification .button {
  15119. float: right;
  15120. }
  15121. .email-verification .fas,
  15122. .email-verification .far {
  15123. font-size: 36px;
  15124. }
  15125. }
  15126.  
  15127. .email-verification.success {
  15128. background-color: #ebfde4;
  15129. border-bottom: 1px solid #e3f7d5;
  15130. color: #5cb85c;
  15131. }
  15132. .email-verification.success .fas,
  15133. .email-verification.success .far {
  15134. color: #6fbb51;
  15135. }
  15136. .email-verification.failed {
  15137. background-color: #fdf8e3;
  15138. border-bottom: 1px solid #f7f3d0;
  15139. color: #b3a879;
  15140. }
  15141. .email-verification.failed .fas,
  15142. .email-verification.failed .far {
  15143. color: #b3a879;
  15144. }
  15145.  
  15146. /**
  15147. * -------------------------
  15148. * Markdown Editor
  15149. * -------------------------
  15150. */
  15151.  
  15152. .md-editor {
  15153. border: 1px solid #ddd;
  15154. border-radius: 3px;
  15155. }
  15156. .md-editor > .btn-toolbar {
  15157. background-color: #fff !important;
  15158. }
  15159. .md-editor > textarea.markdown-editor,
  15160. .md-editor > .md-preview {
  15161. padding: 15px !important;
  15162. border-top: 1px solid #ddd !important;
  15163. border-bottom: 1px solid #ddd !important;
  15164. background-color: #fff !important;
  15165. }
  15166. div.md-editor.active {
  15167. display: block;
  15168. border: 1px solid #ddd;
  15169. outline: 0;
  15170. -webkit-box-shadow: none;
  15171. box-shadow: none;
  15172. }
  15173. .markdown-editor-status {
  15174. padding: 2px 10px;
  15175. font-size: 9pt;
  15176. color: #959694;
  15177. text-align: right;
  15178.  
  15179. }
  15180.  
  15181. .small-font {
  15182. font-size: 0.9em;
  15183. }
  15184.  
  15185. /**
  15186. * -------------------------
  15187. * Markdown Content Formatting
  15188. * -------------------------
  15189. */
  15190.  
  15191. .markdown-content h1 {
  15192. font-size: 1.6em;
  15193. color: #333;
  15194. }
  15195. .markdown-content h2 {
  15196. font-size: 1.4em;
  15197. color: #333;
  15198. }
  15199. .markdown-content h3 {
  15200. font-size: 1.2em;
  15201. color: #333;
  15202. }
  15203. .markdown-content h4 {
  15204. font-size: 1.1em;
  15205. color: #333;
  15206. }
  15207.  
  15208. .markdown-content pre {
  15209. padding: 15px;
  15210. background-color: #444;
  15211. color: #f8f8f8;
  15212. border: 0;
  15213. }
  15214. .markdown-content pre code {
  15215. white-space: pre;
  15216. word-break: normal;
  15217. word-wrap: normal;
  15218. }
  15219.  
  15220. .markdown-content blockquote {
  15221. font-size: 1em;
  15222. }
  15223.  
  15224. .markdown-content table {
  15225. margin: 10px 0;
  15226. background-color: #fff;
  15227. border: 1px solid #ddd;
  15228. }
  15229. .markdown-content table > thead > tr > th {
  15230. padding: 4px 10px;
  15231. background-color: #f8f8f8;
  15232. border: 1px solid #ddd;
  15233. font-weight: bold;
  15234. text-align: center;
  15235. }
  15236. .markdown-content table > tbody > tr > td {
  15237. padding: 3px 8px;
  15238. border: 1px solid #ddd;
  15239. }
  15240.  
  15241. /**
  15242. * -------------------------
  15243. * Sidebar Panels
  15244. * -------------------------
  15245. */
  15246.  
  15247. .panel-sidebar {
  15248. border-color: #eee;
  15249. font-size: 15px;
  15250. }
  15251. .panel-sidebar>.panel-heading {
  15252. color: #333;
  15253. background-color: #f5f5f5;
  15254. border-bottom: 0;
  15255. }
  15256.  
  15257. .panel-heading i.far,
  15258. .panel-heading i.fas,
  15259. .panel-heading i.fal,
  15260. .panel-heading i.fab {
  15261. font-size:0.85em;
  15262. }
  15263.  
  15264. .panel-sidebar .panel-title {
  15265. font-size: 1.1em;
  15266. font-weight: 300;
  15267. font-family: 'Open Sans', sans-serif;
  15268. line-height: 26px;
  15269. color: #555;
  15270. }
  15271. .panel-sidebar .panel-minimise {
  15272. margin-top: 4px;
  15273. color: #ddd;
  15274. cursor: pointer;
  15275. transition: transform 200ms ease;
  15276. }
  15277. .panel-sidebar .panel-minimise.minimised {
  15278. transform: rotate(180deg);
  15279. margin-top: 7px;
  15280. }
  15281. .panel-sidebar>.panel-footer {
  15282. color: #333;
  15283. background-color: #f5f5f5;
  15284. border-top: 0;
  15285. }
  15286. .panel-sidebar .list-group-item {
  15287. line-height: 24px;
  15288. }
  15289. .panel-sidebar .list-group-item i:not(.fa-circle):not(.fa-dot-circle) {
  15290. float: right;
  15291. line-height: 24px;
  15292. font-size: 16px;
  15293. color: #ccc;
  15294. }
  15295. .panel-sidebar .list-group-item.disabled,
  15296. .panel-sidebar .list-group-item.disabled:focus,
  15297. .panel-sidebar .list-group-item.disabled:hover {
  15298. background-color: transparent;
  15299. opacity: 0.5;
  15300. }
  15301.  
  15302. .panel-sidebar a.list-group-item:hover i.fas,
  15303. .panel-sidebar a.list-group-item:hover i.far {
  15304. color: #666 !important;
  15305. }
  15306. .panel-sidebar a.list-group-item.active,
  15307. .panel-sidebar a.list-group-item.active:focus,
  15308. .panel-sidebar a.list-group-item.active:hover {
  15309. background-color: #465054;
  15310. border-color: #465054;
  15311. }
  15312. .panel-sidebar a.list-group-item.active i,
  15313. .panel-sidebar a.list-group-item.active:focus i,
  15314. .panel-sidebar a.list-group-item.active:hover i {
  15315. color: #fff;
  15316. }
  15317. .panel-sidebar.view-filter-btns .list-group-item.active,
  15318. .panel-sidebar.view-filter-btns .list-group-item.active:focus,
  15319. .panel-sidebar.view-filter-btns .list-group-item.active:hover {
  15320. background-color: #eee;
  15321. border-color: #eee;
  15322. color: #555;
  15323. }
  15324.  
  15325. .panel-sidebar .recent-ticket {
  15326. line-height: 20px;
  15327. }
  15328.  
  15329. /**
  15330. * -------------------------
  15331. * Store
  15332. * -------------------------
  15333. */
  15334.  
  15335. .store-order-container {
  15336. margin: 20px 0;
  15337. padding: 30px;
  15338. }
  15339. .store-order-container h2 {
  15340. margin-top: 0;
  15341. }
  15342. .store-order-container .btn {
  15343. padding: 10px 30px;
  15344. font-size: 1.15em;
  15345. font-weight: 300;
  15346. }
  15347.  
  15348. .store-order-container .store-domain-tabs {
  15349. margin-top: 20px;
  15350. }
  15351. .store-order-container .store-domain-tabs li a {
  15352. margin-right: 10px;
  15353. padding: 7px 15px;
  15354. background-color: #f9f9f9;
  15355. border-bottom: 1px solid #ddd;
  15356. }
  15357. .store-order-container .store-domain-tabs li.active a {
  15358. background-color: #fff;
  15359. border-bottom: 1px solid transparent;
  15360. }
  15361. .store-order-container .store-domain-tab-content {
  15362. margin-bottom: 20px;
  15363. padding: 20px;
  15364. border: 1px solid #ddd;
  15365. border-top: 0;
  15366. }
  15367. .store-order-container .store-domain-tab-content a {
  15368. text-decoration: underline;
  15369. }
  15370. .store-order-container .store-domain-tab-content a:hover {
  15371. text-decoration: none;
  15372. }
  15373.  
  15374. .store-order-container .payment-term h4 {
  15375. margin-top: 25px;
  15376. }
  15377. @media (min-width: 768px) {
  15378. .store-order-container .payment-term {
  15379. float: right;
  15380. }
  15381. .store-order-container .payment-term h4 {
  15382. margin-top: 0;
  15383. }
  15384. }
  15385.  
  15386. .store-order-container .domain-validation {
  15387. display: block;
  15388. padding-top: 5px;
  15389. font-size: 1.2em;
  15390. font-weight: 300;
  15391. color: #888;
  15392. }
  15393. .store-order-container .domain-validation.ok {
  15394. color: #53a22d;
  15395. }
  15396.  
  15397. .store-promoted-product {
  15398. margin: 50px 0;
  15399. padding: 30px 30px 50px 30px;
  15400. background-color: #f6f6f6;
  15401. }
  15402. .store-promoted-product .icon {
  15403. height: 200px;
  15404. line-height: 200px;
  15405. text-align: center;
  15406. overflow: hidden;
  15407. }
  15408. .store-promoted-product .icon img {
  15409. max-width: 100%;
  15410. max-height: 100%;
  15411. }
  15412. .store-promoted-product ul.features {
  15413. margin: 20px 0;
  15414. padding: 0;
  15415. list-style: none;
  15416. font-size: 1.1em;
  15417. font-weight: 300;
  15418. }
  15419. .store-promoted-product ul.features li {
  15420. float: left;
  15421. width: 50%;
  15422. margin-bottom: 5px;
  15423. }
  15424. .store-promoted-product ul.features li .fa:not(.fa-spinner) {
  15425. font-size: 1.2em;
  15426. color: #91c590;
  15427. margin-left: 20px;
  15428. margin-right: 10px;
  15429. }
  15430. .store-promoted-product .btn {
  15431. margin-top: 10px;
  15432. padding: 10px 30px;
  15433. font-size: 1.2em;
  15434. font-weight: 300;
  15435. }
  15436.  
  15437. /**
  15438. * -------------------------
  15439. * Promotional Content Formatting
  15440. * -------------------------
  15441. */
  15442.  
  15443. .promo-banner {
  15444. margin: 0;
  15445. padding: 15px 10px 20px 10px;
  15446. background-color: #fff;
  15447. border: 1px solid #ddd;
  15448. font-size: 1em;
  15449. overflow: auto;
  15450. }
  15451. .promo-banner .icon {
  15452. float: left;
  15453. margin: 0 20px 0 0;
  15454. }
  15455. .promo-banner img {
  15456. max-width: 300px;
  15457. max-height: 200px;
  15458. }
  15459. .promo-banner .icon-left {
  15460. margin-bottom: 10px;
  15461. text-align: center;
  15462. }
  15463. @media (max-width: 767px) {
  15464. .promo-banner form {
  15465. text-align: center;
  15466. }
  15467. }
  15468. @media (min-width: 768px) {
  15469. .promo-banner img {
  15470. max-width: 100%;
  15471. max-height: 100%;
  15472. }
  15473. .promo-banner .icon-left {
  15474. float: left;
  15475. margin: 0;
  15476. width: 155px;
  15477. }
  15478. .promo-banner .content {
  15479. margin-left: 185px;
  15480. }
  15481. }
  15482.  
  15483. .promo-banner h3 {
  15484. margin: 0;
  15485. padding: 0;
  15486. font-size: 24px;
  15487. font-weight: 300;
  15488. }
  15489. .promo-banner h4 {
  15490. font-size: 18px;
  15491. font-weight: 300;
  15492. }
  15493.  
  15494. .promo-banner p {
  15495. margin: 5px 0;
  15496. }
  15497.  
  15498. .promo-banner ul {
  15499. margin: 0;
  15500. padding: 0;
  15501. list-style: none;
  15502. font-size: 0.92em;
  15503. }
  15504. .promo-banner ul li {
  15505. margin-bottom: 4px;
  15506. }
  15507. @media (min-width: 1200px) {
  15508. .promo-banner ul li {
  15509. float: left;
  15510. width: 50%;
  15511. }
  15512. }
  15513.  
  15514. .promo-banner .fa:not(.fa-spinner) {
  15515. font-size: 1.2em;
  15516. color: #91c590;
  15517. margin-left: 20px;
  15518. margin-right: 10px;
  15519. }
  15520.  
  15521. .promo-banner a {
  15522. color: #ff6600;
  15523. text-decoration: underline;
  15524. }
  15525. .promo-banner .btn {
  15526. margin: 6px 0 0 0;
  15527. padding: 8px 30px;
  15528. background-color: #ff6600;
  15529. border: 0;
  15530. color: #fff;
  15531. }
  15532.  
  15533. @media (max-width: 650px) {
  15534. .promo-banner .icon {
  15535. width: 100%;
  15536. margin-bottom: 15px;
  15537. }
  15538. }
  15539.  
  15540. .promo-banner-rounded {
  15541. border-radius: 4px;
  15542. }
  15543.  
  15544. .promo-banner-slim {
  15545. padding: 10px;
  15546. }
  15547. .promo-banner-slim .icon-left {
  15548. width: 85px;
  15549. }
  15550. .promo-banner-slim .content {
  15551. margin-left: 110px;
  15552. }
  15553. .promo-banner-slim h3 {
  15554. font-size: 18px;
  15555. }
  15556. .promo-banner-slim h4 {
  15557. font-size: 14px;
  15558. }
  15559. .promo-banner-slim .btn {
  15560. margin: 0 20px 0 0;
  15561. padding: 6px 20px;
  15562. }
  15563.  
  15564. .promo-banner.ssl {
  15565. border-top: 3px solid #4da24c;
  15566. }
  15567. .promo-banner.ssl .btn {
  15568. background-color: #4da24c;
  15569. }
  15570.  
  15571. .promo-banner.weebly {
  15572. border-top: 3px solid #2990ea;
  15573. }
  15574. .promo-banner.weebly .btn {
  15575. background-color: #2990ea;
  15576. }
  15577.  
  15578. .promo-banner.spamexperts {
  15579. border-top: 3px solid #589ed7;
  15580. }
  15581. .promo-banner.spamexperts .btn {
  15582. background-color: #589ed7;
  15583. }
  15584.  
  15585. .promo-banner-slim.weebly .icon-left {
  15586. width: 160px;
  15587. }
  15588. .promo-banner-slim.weebly .content {
  15589. margin-left: 185px;
  15590. }
  15591.  
  15592. .promo-banner.sitelock {
  15593. border-top: 3px solid #f2952d;
  15594. }
  15595. .promo-banner.sitelock .btn {
  15596. background-color: #f2952d;
  15597. }
  15598.  
  15599. .mc-panel-promo {
  15600. font-size: 0.95em;
  15601. }
  15602. .mc-panel-promo img {
  15603. display: block;
  15604. margin: 0 auto 6px;
  15605. max-width: 90%;
  15606. max-height: 87px;
  15607. }
  15608.  
  15609. /**
  15610. * -------------------------
  15611. * MarketConnect Service SSO
  15612. * -------------------------
  15613. */
  15614.  
  15615. .panel-mc-sso {
  15616. padding: 0 10px 10px 10px;
  15617. }
  15618. .panel-mc-sso img {
  15619. max-width: 100%;
  15620. max-height: 120px;
  15621. }
  15622. .panel-mc-sso .row {
  15623. margin-left: -5px;
  15624. margin-right: -5px;
  15625. }
  15626. .panel-mc-sso .col-sm-6 {
  15627. padding-left: 5px;
  15628. padding-right: 5px;
  15629. }
  15630. .panel-mc-sso .form-control,
  15631. .panel-mc-sso .btn,
  15632. .panel-mc-sso small {
  15633. margin-top: 5px;
  15634. }
  15635. .panel-mc-sso small {
  15636. display: block;
  15637. }
  15638.  
  15639. /**
  15640. * -------------------------
  15641. * Social buttons
  15642. * -------------------------
  15643. */
  15644.  
  15645. .social-signin-btns {
  15646. text-align: center;
  15647. }
  15648. .social-signin-btns .btn {
  15649. margin-bottom: 5px;
  15650. }
  15651.  
  15652. .btn-social {
  15653. position: relative;
  15654. padding-left: 44px;
  15655. text-align: left;
  15656. white-space: nowrap;
  15657. overflow: hidden;
  15658. text-overflow: ellipsis;
  15659. }
  15660.  
  15661. .btn-social i.fas,
  15662. .btn-social i.far {
  15663. position: absolute;
  15664. left: 0;
  15665. top: 0;
  15666. bottom: 0;
  15667. width: 32px;
  15668. line-height: 34px;
  15669. font-size: 1.6em;
  15670. text-align: center;
  15671. border-right: 1px solid rgba(0, 0, 0, 0.2);
  15672. }
  15673. .btn-facebook {
  15674. color: #fff;
  15675. background-color: #3b5998;
  15676. border-color: rgba(0, 0, 0, 0.2)
  15677. }
  15678. .btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active, .btn-facebook.active, .open .dropdown-toggle.btn-facebook {
  15679. color: #fff;
  15680. background-color: #30487b;
  15681. border-color: rgba(0, 0, 0, 0.2)
  15682. }
  15683. .btn-facebook:active, .btn-facebook.active, .open .dropdown-toggle.btn-facebook {
  15684. background-image: none
  15685. }
  15686. .btn-facebook.disabled, .btn-facebook[disabled], fieldset[disabled] .btn-facebook, .btn-facebook.disabled:hover, .btn-facebook[disabled]:hover, fieldset[disabled] .btn-facebook:hover, .btn-facebook.disabled:focus, .btn-facebook[disabled]:focus, fieldset[disabled] .btn-facebook:focus, .btn-facebook.disabled:active, .btn-facebook[disabled]:active, fieldset[disabled] .btn-facebook:active, .btn-facebook.disabled.active, .btn-facebook[disabled].active, fieldset[disabled] .btn-facebook.active {
  15687. background-color: #3b5998;
  15688. border-color: rgba(0, 0, 0, 0.2)
  15689. }
  15690. .btn-google {
  15691. color: #fff;
  15692. background-color: #dd4b39;
  15693. border-color: rgba(0, 0, 0, 0.2)
  15694. }
  15695. .btn-google:hover, .btn-google:focus, .btn-google:active, .btn-google.active, .open .dropdown-toggle.btn-google {
  15696. color: #fff;
  15697. background-color: #ca3523;
  15698. border-color: rgba(0, 0, 0, 0.2)
  15699. }
  15700. .btn-google:active, .btn-google.active, .open .dropdown-toggle.btn-google {
  15701. background-image: none
  15702. }
  15703. .btn-google.disabled, .btn-google[disabled], fieldset[disabled] .btn-google, .btn-google.disabled:hover, .btn-google-plus[disabled]:hover, fieldset[disabled] .btn-google-plus:hover, .btn-google-plus.disabled:focus, .btn-google-plus[disabled]:focus, fieldset[disabled] .btn-google-plus:focus, .btn-google-plus.disabled:active, .btn-google-plus[disabled]:active, fieldset[disabled] .btn-google-plus:active, .btn-google-plus.disabled.active, .btn-google-plus[disabled].active, fieldset[disabled] .btn-google-plus.active {
  15704. background-color: #dd4b39;
  15705. border-color: rgba(0, 0, 0, 0.2)
  15706. }
  15707. .btn-twitter {
  15708. color: #fff;
  15709. background-color: #2ba9e1;
  15710. border-color: rgba(0, 0, 0, 0.2)
  15711. }
  15712. .btn-twitter:hover, .btn-twitter:focus, .btn-twitter:active, .btn-twitter.active, .open .dropdown-toggle.btn-twitter {
  15713. color: #fff;
  15714. background-color: #1c92c7;
  15715. border-color: rgba(0, 0, 0, 0.2)
  15716. }
  15717. .btn-twitter:active, .btn-twitter.active, .open .dropdown-toggle.btn-twitter {
  15718. background-image: none
  15719. }
  15720. .btn-twitter.disabled, .btn-twitter[disabled], fieldset[disabled] .btn-twitter, .btn-twitter.disabled:hover, .btn-twitter[disabled]:hover, fieldset[disabled] .btn-twitter:hover, .btn-twitter.disabled:focus, .btn-twitter[disabled]:focus, fieldset[disabled] .btn-twitter:focus, .btn-twitter.disabled:active, .btn-twitter[disabled]:active, fieldset[disabled] .btn-twitter:active, .btn-twitter.disabled.active, .btn-twitter[disabled].active, fieldset[disabled] .btn-twitter.active {
  15721. background-color: #2ba9e1;
  15722. border-color: rgba(0, 0, 0, 0.2)
  15723. }
  15724.  
  15725. .providerPreLinking {
  15726. min-height: 52px;
  15727. }
  15728. .providerLinkingFeedback {
  15729. display: none;
  15730. }
  15731.  
  15732. /**
  15733. * -------------------------
  15734. * Registration page
  15735. * -------------------------
  15736. */
  15737.  
  15738. #registration {
  15739. margin: 0;
  15740. padding: 0 0 40px 0;
  15741. }
  15742.  
  15743. #registration .field-container {
  15744. margin: 0 0 30px 0;
  15745. }
  15746.  
  15747. #registration label {
  15748. font-weight: 300;
  15749. color: #666;
  15750. font-size: 13px;
  15751. }
  15752.  
  15753. #registration .info-text-sm {
  15754. font-size: 0.85em;
  15755. text-align: center;
  15756. }
  15757.  
  15758. .marketing-email-optin {
  15759. margin: 0 0 20px 0;
  15760. padding: 10px 20px 20px;
  15761. background-color: #f8f8f8;
  15762. border-radius: 3px;
  15763. }
  15764.  
  15765. /*
  15766. * Section Dividers
  15767. */
  15768.  
  15769. #registration .sub-heading {
  15770. height: 0;
  15771. border-top: 1px solid #DDD;
  15772. text-align: center;
  15773. margin-top: 20px;
  15774. margin-bottom: 30px;
  15775. }
  15776. #registration .sub-heading span {
  15777. display: inline-block;
  15778. position: relative;
  15779. padding: 0 17px;
  15780. top: -11px;
  15781. font-size: 16px;
  15782. color: #058;
  15783. background-color: #fff;
  15784. }
  15785.  
  15786. /**
  15787. * Form fields
  15788. */
  15789.  
  15790. #registration .prepend-icon {
  15791. top: 0;
  15792. left: 0;
  15793. display: inline-block;
  15794. vertical-align: top;
  15795. position: relative;
  15796. width: 100%;
  15797. font-weight: normal;
  15798. }
  15799. #registration .field,
  15800. #registration .form-control {
  15801. position: relative;
  15802. vertical-align: top;
  15803. border: 1px solid #DDD;
  15804. display: -moz-inline-stack;
  15805. display: inline-block;
  15806. color: #626262;
  15807. outline: none;
  15808. background: #fff;
  15809. height: 36px;
  15810. width: 100%;
  15811. border-radius: 3px;
  15812. font-size: 13px;
  15813. }
  15814. #registration .input-group-lg > .form-control {
  15815. height: 46px;
  15816. padding: 10px 16px;
  15817. font-size: 18px;
  15818. line-height: 1.3333333;
  15819. border-radius: 6px 0 0 6px;
  15820. }
  15821. #registration .form-control-qty {
  15822. width: 70px;
  15823. text-align: center;
  15824. }
  15825. #registration .form-control-static-inline {
  15826. display: inline-block;
  15827. }
  15828. #registration .form-control:focus {
  15829. border-color: #ddd;
  15830. outline: 0;
  15831. -webkit-box-shadow: none;
  15832. box-shadow: none;
  15833. }
  15834. #registration textarea.field {
  15835. height: auto;
  15836. }
  15837. #registration .prepend-icon .field {
  15838. -webkit-appearance: none;
  15839. padding-left: 36px;
  15840. }
  15841. #registration .prepend-icon .field-icon i {
  15842. position: relative;
  15843. font-size: 14px;
  15844. }
  15845. #registration .prepend-icon .field-icon {
  15846. top: 0;
  15847. z-index: 4;
  15848. width: 42px;
  15849. height: 36px;
  15850. color: inherit;
  15851. line-height: 36px;
  15852. position: absolute;
  15853. text-align: center;
  15854. -webkit-transition: all 0.5s ease-out;
  15855. -moz-transition: all 0.5s ease-out;
  15856. -ms-transition: all 0.5s ease-out;
  15857. -o-transition: all 0.5s ease-out;
  15858. transition: all 0.5s ease-out;
  15859. pointer-events: none;
  15860. }
  15861. #registration .field-icon i {
  15862. color: #bbb;
  15863. }
  15864.  
  15865. #registration .field[disabled],
  15866. #registration .field[readonly] {
  15867. background-color: #f8f8f8;
  15868. opacity: 1;
  15869. }
  15870.  
  15871. #registration .field-help-text {
  15872. display: block;
  15873. margin-top: 5px;
  15874. margin-bottom: 10px;
  15875. color: #888;
  15876. font-size: 12px;
  15877. }
  15878.  
  15879. /**
  15880. * -------------------------
  15881. * Service Upgrade
  15882. * -------------------------
  15883. */
  15884.  
  15885. .upgrade .product-to-be-upgraded {
  15886. margin: 20px 0;
  15887. padding: 15px;
  15888. background-color: #f8f8f8;
  15889. }
  15890. .upgrade .product-to-be-upgraded h4,
  15891. .upgrade .product-to-be-upgraded h5 {
  15892. margin: 0;
  15893. }
  15894. .upgrade .products {
  15895. margin-left: -5px;
  15896. margin-right: -5px;
  15897. }
  15898. .upgrade .products .column {
  15899. padding-left: 5px;
  15900. padding-right: 5px;
  15901. }
  15902. .upgrade .products .product {
  15903. margin: 20px 0;
  15904. padding: 0;
  15905. background-color: #fff;
  15906. }
  15907. .upgrade .products .product .current,
  15908. .upgrade .products .product .recommended {
  15909. padding: 5px;
  15910. background-color: #ffbc00;
  15911. color: #f5f5f5;
  15912. font-weight: bold;
  15913. text-align: center;
  15914. }
  15915. .upgrade .products .product .recommended {
  15916. background-color: #25ac2f;
  15917. }
  15918. .upgrade .products .product ul {
  15919. border-left: 1px solid #eee;
  15920. border-right: 1px solid #eee;
  15921. }
  15922. .upgrade .products .product .footer {
  15923. border: 1px solid #eee;
  15924. border-top: 0;
  15925. }
  15926. .upgrade .products .product .header {
  15927. margin: 0;
  15928. padding: 20px;
  15929. background-color: #2b5580;
  15930. color: #fff;
  15931. }
  15932. .upgrade .products .product .header p {
  15933. font-size: 1.1em;
  15934. font-weight: 300;
  15935. }
  15936. .upgrade .products .product ul {
  15937. margin: 0;
  15938. padding: 20px 25px;
  15939. list-style: none;
  15940. }
  15941. .upgrade .products .product ul li {
  15942. line-height: 25px;
  15943. font-size: 0.9em;
  15944. text-align: right;
  15945. color: #aaa;
  15946. border-bottom: 1px solid #eee;
  15947. }
  15948. .upgrade .products .product ul li:last-child {
  15949. border: 0;
  15950. }
  15951. .upgrade .products .product ul li span {
  15952. float: left;
  15953. color: #444;
  15954. }
  15955. .upgrade .products .fas,
  15956. .upgrade .products .far {
  15957. font-size: 1.3em;
  15958. }
  15959. .upgrade .products .fa-check {
  15960. color: #23ad2e;
  15961. }
  15962. .upgrade .products .product .footer {
  15963. margin: 0;
  15964. padding: 20px;
  15965. }
  15966. .upgrade .products .product .footer select {
  15967. margin-bottom: 10px;
  15968. }
  15969. .upgrade .products .product .btn {
  15970. background-color: #2b5580;
  15971. color: #fff;
  15972. }
  15973.  
  15974. /**
  15975. * Helper Alerts
  15976. */
  15977. .alert .fas.pull-left {
  15978. margin: -3px 0 0 -3px;
  15979. }
  15980. .alert .alert-text {
  15981. margin-left: 56px;
  15982. }
  15983.  
  15984. /**
  15985. * WHMCS Telephone Country Code Dropdown
  15986. *
  15987. * Using https://github.com/jackocnr/intl-tel-input
  15988. *
  15989. * @copyright Copyright (c) WHMCS Limited 2005-2017
  15990. * @license http://www.whmcs.com/license/ WHMCS Eula
  15991. */
  15992.  
  15993. .intl-tel-input {
  15994. width: 100%;
  15995. }
  15996.  
  15997. /* ========================================================================
  15998. * bootstrap-switch - v3.3.2
  15999. * http://www.bootstrap-switch.org
  16000. * ========================================================================
  16001. * Copyright 2012-2013 Mattia Larentis
  16002. *
  16003. * ========================================================================
  16004. * Licensed under the Apache License, Version 2.0 (the "License");
  16005. * you may not use this file except in compliance with the License.
  16006. * You may obtain a copy of the License at
  16007. *
  16008. * http://www.apache.org/licenses/LICENSE-2.0
  16009. *
  16010. * Unless required by applicable law or agreed to in writing, software
  16011. * distributed under the License is distributed on an "AS IS" BASIS,
  16012. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  16013. * See the License for the specific language governing permissions and
  16014. * limitations under the License.
  16015. * ========================================================================
  16016. */
  16017.  
  16018. .bootstrap-switch {
  16019. display: inline-block;
  16020. direction: ltr;
  16021. cursor: pointer;
  16022. border-radius: 4px;
  16023. border: 1px solid;
  16024. border-color: #cccccc;
  16025. position: relative;
  16026. text-align: left;
  16027. overflow: hidden;
  16028. line-height: 8px;
  16029. z-index: 0;
  16030. -webkit-user-select: none;
  16031. -moz-user-select: none;
  16032. -ms-user-select: none;
  16033. user-select: none;
  16034. vertical-align: middle;
  16035. -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  16036. transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  16037. }
  16038. .bootstrap-switch .bootstrap-switch-container {
  16039. display: inline-block;
  16040. top: 0;
  16041. border-radius: 4px;
  16042. -webkit-transform: translate3d(0, 0, 0);
  16043. transform: translate3d(0, 0, 0);
  16044. }
  16045. .bootstrap-switch .bootstrap-switch-handle-on,
  16046. .bootstrap-switch .bootstrap-switch-handle-off,
  16047. .bootstrap-switch .bootstrap-switch-label {
  16048. -webkit-box-sizing: border-box;
  16049. -moz-box-sizing: border-box;
  16050. box-sizing: border-box;
  16051. cursor: pointer;
  16052. display: inline-block !important;
  16053. height: 100%;
  16054. padding: 6px 12px;
  16055. font-size: 14px;
  16056. line-height: 20px;
  16057. }
  16058. .bootstrap-switch .bootstrap-switch-handle-on,
  16059. .bootstrap-switch .bootstrap-switch-handle-off {
  16060. text-align: center;
  16061. z-index: 1;
  16062. }
  16063. .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
  16064. .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  16065. color: #fff;
  16066. background: #428bca;
  16067. }
  16068. .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
  16069. .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
  16070. color: #fff;
  16071. background: #5bc0de;
  16072. }
  16073. .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
  16074. .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  16075. color: #fff;
  16076. background: #5cb85c;
  16077. }
  16078. .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
  16079. .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
  16080. background: #f0ad4e;
  16081. color: #fff;
  16082. }
  16083. .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
  16084. .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
  16085. color: #fff;
  16086. background: #d9534f;
  16087. }
  16088. .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
  16089. .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  16090. color: #000;
  16091. background: #eeeeee;
  16092. }
  16093. .bootstrap-switch .bootstrap-switch-label {
  16094. text-align: center;
  16095. margin-top: -1px;
  16096. margin-bottom: -1px;
  16097. z-index: 100;
  16098. color: #333333;
  16099. background: #ffffff;
  16100. }
  16101. .bootstrap-switch .bootstrap-switch-handle-on {
  16102. border-bottom-left-radius: 3px;
  16103. border-top-left-radius: 3px;
  16104. }
  16105. .bootstrap-switch .bootstrap-switch-handle-off {
  16106. border-bottom-right-radius: 3px;
  16107. border-top-right-radius: 3px;
  16108. }
  16109. .bootstrap-switch input[type='radio'],
  16110. .bootstrap-switch input[type='checkbox'] {
  16111. position: absolute !important;
  16112. top: 0;
  16113. left: 0;
  16114. opacity: 0;
  16115. filter: alpha(opacity=0);
  16116. z-index: -1;
  16117. }
  16118. .bootstrap-switch input[type='radio'].form-control,
  16119. .bootstrap-switch input[type='checkbox'].form-control {
  16120. height: auto;
  16121. }
  16122. .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
  16123. .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
  16124. .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
  16125. padding: 1px 5px;
  16126. font-size: 12px;
  16127. line-height: 1.5;
  16128. }
  16129. .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
  16130. .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
  16131. .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  16132. padding: 5px 10px;
  16133. font-size: 12px;
  16134. line-height: 1.5;
  16135. }
  16136. .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
  16137. .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
  16138. .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
  16139. padding: 6px 16px;
  16140. font-size: 18px;
  16141. line-height: 1.33;
  16142. }
  16143. .bootstrap-switch.bootstrap-switch-disabled,
  16144. .bootstrap-switch.bootstrap-switch-readonly,
  16145. .bootstrap-switch.bootstrap-switch-indeterminate {
  16146. cursor: default !important;
  16147. }
  16148. .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
  16149. .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
  16150. .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
  16151. .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
  16152. .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
  16153. .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
  16154. .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
  16155. .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
  16156. .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
  16157. opacity: 0.5;
  16158. filter: alpha(opacity=50);
  16159. cursor: default !important;
  16160. }
  16161. .bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
  16162. -webkit-transition: margin-left 0.5s;
  16163. transition: margin-left 0.5s;
  16164. }
  16165. .bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
  16166. border-bottom-left-radius: 0;
  16167. border-top-left-radius: 0;
  16168. border-bottom-right-radius: 3px;
  16169. border-top-right-radius: 3px;
  16170. }
  16171. .bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
  16172. border-bottom-right-radius: 0;
  16173. border-top-right-radius: 0;
  16174. border-bottom-left-radius: 3px;
  16175. border-top-left-radius: 3px;
  16176. }
  16177. .bootstrap-switch.bootstrap-switch-focused {
  16178. border-color: #66afe9;
  16179. outline: 0;
  16180. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  16181. box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  16182. }
  16183. .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
  16184. .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
  16185. border-bottom-right-radius: 3px;
  16186. border-top-right-radius: 3px;
  16187. }
  16188. .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
  16189. .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
  16190. border-bottom-left-radius: 3px;
  16191. border-top-left-radius: 3px;
  16192. }
  16193.  
  16194. .md-editor{display:block;border:1px solid #ddd}.md-editor .md-footer,.md-editor>.md-header{display:block;padding:6px 4px;background:#f5f5f5}.md-editor>.md-header{margin:0}.md-editor>.md-preview{background:#fff;border-top:1px dashed #ddd;border-bottom:1px dashed #ddd;min-height:10px;overflow:auto}.md-editor>textarea{font-family:Menlo,Monaco,Consolas,"Courier New",monospace;font-size:14px;outline:0;margin:0;display:block;padding:0;width:100%;border:0;border-top:1px dashed #ddd;border-bottom:1px dashed #ddd;border-radius:0;box-shadow:none;background:#eee}.md-editor>textarea:focus{box-shadow:none;background:#fff}.md-editor.active{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.md-editor .md-controls{float:right;padding:3px}.md-editor .md-controls .md-control{right:5px;color:#bebebe;padding:3px 3px 3px 10px}.md-editor .md-controls .md-control:hover{color:#333}.md-editor.md-fullscreen-mode{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999;padding:60px 30px 15px;background:#fff!important;border:0!important}.md-editor.md-fullscreen-mode .md-footer{display:none}.md-editor.md-fullscreen-mode .md-input,.md-editor.md-fullscreen-mode .md-preview{margin:0 auto!important;height:100%!important;font-size:20px!important;padding:20px!important;color:#999;line-height:1.6em!important;resize:none!important;box-shadow:none!important;background:#fff!important;border:0!important}.md-editor.md-fullscreen-mode .md-preview{color:#333;overflow:auto}.md-editor.md-fullscreen-mode .md-input:focus,.md-editor.md-fullscreen-mode .md-input:hover{color:#333;background:#fff!important}.md-editor.md-fullscreen-mode .md-header{background:0 0;text-align:center;position:fixed;width:100%;top:20px}.md-editor.md-fullscreen-mode .btn-group{float:none}.md-editor.md-fullscreen-mode .btn{border:0;background:0 0;color:#b3b3b3}.md-editor.md-fullscreen-mode .btn.active,.md-editor.md-fullscreen-mode .btn:active,.md-editor.md-fullscreen-mode .btn:focus,.md-editor.md-fullscreen-mode .btn:hover{box-shadow:none;color:#333}.md-editor.md-fullscreen-mode .md-fullscreen-controls{position:absolute;top:20px;right:20px;text-align:right;z-index:1002;display:block}.md-editor.md-fullscreen-mode .md-fullscreen-controls a{color:#b3b3b3;clear:right;margin:10px;width:30px;height:30px;text-align:center}.md-editor.md-fullscreen-mode .md-fullscreen-controls a:hover{color:#333;text-decoration:none}.md-editor.md-fullscreen-mode .md-editor{height:100%!important;position:relative}.md-editor .md-fullscreen-controls{display:none}.md-nooverflow{overflow:hidden;position:fixed;width:100%}
  16195. table.dataTable {
  16196. clear: both;
  16197. margin-top: 6px !important;
  16198. margin-bottom: 6px !important;
  16199. max-width: none !important;
  16200. border-collapse: separate !important;
  16201. }
  16202. table.dataTable td,
  16203. table.dataTable th {
  16204. -webkit-box-sizing: content-box;
  16205. -moz-box-sizing: content-box;
  16206. box-sizing: content-box;
  16207. }
  16208. table.dataTable td.dataTables_empty,
  16209. table.dataTable th.dataTables_empty {
  16210. text-align: center;
  16211. }
  16212. table.dataTable.nowrap th,
  16213. table.dataTable.nowrap td {
  16214. white-space: nowrap;
  16215. }
  16216.  
  16217. div.dataTables_wrapper div.dataTables_length label {
  16218. font-weight: normal;
  16219. text-align: left;
  16220. white-space: nowrap;
  16221. }
  16222. div.dataTables_wrapper div.dataTables_length select {
  16223. width: 75px;
  16224. display: inline-block;
  16225. }
  16226. div.dataTables_wrapper div.dataTables_filter {
  16227. text-align: right;
  16228. }
  16229. div.dataTables_wrapper div.dataTables_filter label {
  16230. font-weight: normal;
  16231. white-space: nowrap;
  16232. text-align: left;
  16233. }
  16234. div.dataTables_wrapper div.dataTables_filter input {
  16235. margin-left: 0.5em;
  16236. display: inline-block;
  16237. width: auto;
  16238. }
  16239. div.dataTables_wrapper div.dataTables_info {
  16240. padding-top: 8px;
  16241. white-space: nowrap;
  16242. }
  16243. div.dataTables_wrapper div.dataTables_paginate {
  16244. margin: 0;
  16245. white-space: nowrap;
  16246. text-align: right;
  16247. }
  16248. div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  16249. margin: 2px 0;
  16250. white-space: nowrap;
  16251. }
  16252. div.dataTables_wrapper div.dataTables_processing {
  16253. position: absolute;
  16254. top: 50%;
  16255. left: 50%;
  16256. width: 200px;
  16257. margin-left: -100px;
  16258. margin-top: -26px;
  16259. text-align: center;
  16260. padding: 1em 0;
  16261. }
  16262.  
  16263. table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
  16264. table.dataTable thead > tr > td.sorting_asc,
  16265. table.dataTable thead > tr > td.sorting_desc,
  16266. table.dataTable thead > tr > td.sorting {
  16267. padding-right: 30px;
  16268. }
  16269. table.dataTable thead > tr > th:active,
  16270. table.dataTable thead > tr > td:active {
  16271. outline: none;
  16272. }
  16273. table.dataTable thead .sorting,
  16274. table.dataTable thead .sorting_asc,
  16275. table.dataTable thead .sorting_desc,
  16276. table.dataTable thead .sorting_asc_disabled,
  16277. table.dataTable thead .sorting_desc_disabled {
  16278. cursor: pointer;
  16279. position: relative;
  16280. }
  16281. table.dataTable thead .sorting:after,
  16282. table.dataTable thead .sorting_asc:after,
  16283. table.dataTable thead .sorting_desc:after,
  16284. table.dataTable thead .sorting_asc_disabled:after,
  16285. table.dataTable thead .sorting_desc_disabled:after {
  16286. position: absolute;
  16287. bottom: 8px;
  16288. right: 8px;
  16289. display: block;
  16290. font-family: 'Glyphicons Halflings';
  16291. opacity: 0.5;
  16292. }
  16293. table.dataTable thead .sorting:after {
  16294. opacity: 0.2;
  16295. content: "\e150";
  16296. /* sort */
  16297. }
  16298. table.dataTable thead .sorting_asc:after {
  16299. content: "\e155";
  16300. /* sort-by-attributes */
  16301. }
  16302. table.dataTable thead .sorting_desc:after {
  16303. content: "\e156";
  16304. /* sort-by-attributes-alt */
  16305. }
  16306. table.dataTable thead .sorting_asc_disabled:after,
  16307. table.dataTable thead .sorting_desc_disabled:after {
  16308. color: #eee;
  16309. }
  16310.  
  16311. div.dataTables_scrollHead table.dataTable {
  16312. margin-bottom: 0 !important;
  16313. }
  16314.  
  16315. div.dataTables_scrollBody table {
  16316. border-top: none;
  16317. margin-top: 0 !important;
  16318. margin-bottom: 0 !important;
  16319. }
  16320. div.dataTables_scrollBody table thead .sorting:after,
  16321. div.dataTables_scrollBody table thead .sorting_asc:after,
  16322. div.dataTables_scrollBody table thead .sorting_desc:after {
  16323. display: none;
  16324. }
  16325. div.dataTables_scrollBody table tbody tr:first-child th,
  16326. div.dataTables_scrollBody table tbody tr:first-child td {
  16327. border-top: none;
  16328. }
  16329.  
  16330. div.dataTables_scrollFoot table {
  16331. margin-top: 0 !important;
  16332. border-top: none;
  16333. }
  16334.  
  16335. @media screen and (max-width: 767px) {
  16336. div.dataTables_wrapper div.dataTables_length,
  16337. div.dataTables_wrapper div.dataTables_filter,
  16338. div.dataTables_wrapper div.dataTables_info,
  16339. div.dataTables_wrapper div.dataTables_paginate {
  16340. text-align: center;
  16341. }
  16342. }
  16343. table.dataTable.table-condensed > thead > tr > th {
  16344. padding-right: 20px;
  16345. }
  16346. table.dataTable.table-condensed .sorting:after,
  16347. table.dataTable.table-condensed .sorting_asc:after,
  16348. table.dataTable.table-condensed .sorting_desc:after {
  16349. top: 6px;
  16350. right: 6px;
  16351. }
  16352.  
  16353. table.table-bordered.dataTable th,
  16354. table.table-bordered.dataTable td {
  16355. border-left-width: 0;
  16356. }
  16357. table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
  16358. table.table-bordered.dataTable td:last-child,
  16359. table.table-bordered.dataTable td:last-child {
  16360. border-right-width: 0;
  16361. }
  16362. table.table-bordered.dataTable tbody th,
  16363. table.table-bordered.dataTable tbody td {
  16364. border-bottom-width: 0;
  16365. }
  16366.  
  16367. div.dataTables_scrollHead table.table-bordered {
  16368. border-bottom-width: 0;
  16369. }
  16370.  
  16371. div.table-responsive > div.dataTables_wrapper > div.row {
  16372. margin: 0;
  16373. }
  16374. div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  16375. padding-left: 0;
  16376. }
  16377. div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  16378. padding-right: 0;
  16379. }
  16380.  
  16381. table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
  16382. table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
  16383. table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  16384. cursor: default !important;
  16385. }
  16386. table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
  16387. table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
  16388. table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  16389. display: none !important;
  16390. }
  16391. table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child,
  16392. table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
  16393. position: relative;
  16394. padding-left: 30px;
  16395. cursor: pointer;
  16396. }
  16397. table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
  16398. table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  16399. top: 9px;
  16400. left: 4px;
  16401. height: 14px;
  16402. width: 14px;
  16403. display: block;
  16404. position: absolute;
  16405. color: white;
  16406. border: 2px solid white;
  16407. border-radius: 14px;
  16408. box-shadow: 0 0 3px #444;
  16409. box-sizing: content-box;
  16410. text-align: center;
  16411. font-family: 'Courier New', Courier, monospace;
  16412. line-height: 14px;
  16413. content: '+';
  16414. background-color: #337ab7;
  16415. }
  16416. table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
  16417. table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  16418. content: '-';
  16419. background-color: #d33333;
  16420. }
  16421. table.dataTable.dtr-inline.collapsed > tbody > tr.child td:before {
  16422. display: none;
  16423. }
  16424. table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
  16425. table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  16426. padding-left: 27px;
  16427. }
  16428. table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
  16429. table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  16430. top: 5px;
  16431. left: 4px;
  16432. height: 14px;
  16433. width: 14px;
  16434. border-radius: 14px;
  16435. line-height: 14px;
  16436. text-indent: 3px;
  16437. }
  16438. table.dataTable.dtr-column > tbody > tr > td.control,
  16439. table.dataTable.dtr-column > tbody > tr > th.control {
  16440. position: relative;
  16441. cursor: pointer;
  16442. }
  16443. table.dataTable.dtr-column > tbody > tr > td.control:before,
  16444. table.dataTable.dtr-column > tbody > tr > th.control:before {
  16445. top: 50%;
  16446. left: 50%;
  16447. height: 16px;
  16448. width: 16px;
  16449. margin-top: -10px;
  16450. margin-left: -10px;
  16451. display: block;
  16452. position: absolute;
  16453. color: white;
  16454. border: 2px solid white;
  16455. border-radius: 14px;
  16456. box-shadow: 0 0 3px #444;
  16457. box-sizing: content-box;
  16458. text-align: center;
  16459. font-family: 'Courier New', Courier, monospace;
  16460. line-height: 14px;
  16461. content: '+';
  16462. background-color: #337ab7;
  16463. }
  16464. table.dataTable.dtr-column > tbody > tr.parent td.control:before,
  16465. table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  16466. content: '-';
  16467. background-color: #d33333;
  16468. }
  16469. table.dataTable > tbody > tr.child {
  16470. padding: 0.5em 1em;
  16471. }
  16472. table.dataTable > tbody > tr.child:hover {
  16473. background: transparent !important;
  16474. }
  16475. table.dataTable > tbody > tr.child ul {
  16476. display: inline-block;
  16477. list-style-type: none;
  16478. margin: 0;
  16479. padding: 0;
  16480. }
  16481. table.dataTable > tbody > tr.child ul li {
  16482. border-bottom: 1px solid #efefef;
  16483. padding: 0.5em 0;
  16484. }
  16485. table.dataTable > tbody > tr.child ul li:first-child {
  16486. padding-top: 0;
  16487. }
  16488. table.dataTable > tbody > tr.child ul li:last-child {
  16489. border-bottom: none;
  16490. }
  16491. table.dataTable > tbody > tr.child span.dtr-title {
  16492. display: inline-block;
  16493. min-width: 75px;
  16494. font-weight: bold;
  16495. }
  16496.  
  16497. div.dtr-modal {
  16498. position: fixed;
  16499. box-sizing: border-box;
  16500. top: 0;
  16501. left: 0;
  16502. height: 100%;
  16503. width: 100%;
  16504. z-index: 100;
  16505. padding: 10em 1em;
  16506. }
  16507. div.dtr-modal div.dtr-modal-display {
  16508. position: absolute;
  16509. top: 0;
  16510. left: 0;
  16511. bottom: 0;
  16512. right: 0;
  16513. width: 50%;
  16514. height: 50%;
  16515. overflow: auto;
  16516. margin: auto;
  16517. z-index: 102;
  16518. overflow: auto;
  16519. background-color: #f5f5f7;
  16520. border: 1px solid black;
  16521. border-radius: 0.5em;
  16522. box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
  16523. }
  16524. div.dtr-modal div.dtr-modal-content {
  16525. position: relative;
  16526. padding: 1em;
  16527. }
  16528. div.dtr-modal div.dtr-modal-close {
  16529. position: absolute;
  16530. top: 6px;
  16531. right: 6px;
  16532. width: 22px;
  16533. height: 22px;
  16534. border: 1px solid #eaeaea;
  16535. background-color: #f9f9f9;
  16536. text-align: center;
  16537. border-radius: 3px;
  16538. cursor: pointer;
  16539. z-index: 12;
  16540. }
  16541. div.dtr-modal div.dtr-modal-close:hover {
  16542. background-color: #eaeaea;
  16543. }
  16544. div.dtr-modal div.dtr-modal-background {
  16545. position: fixed;
  16546. top: 0;
  16547. left: 0;
  16548. right: 0;
  16549. bottom: 0;
  16550. z-index: 101;
  16551. background: rgba(0, 0, 0, 0.6);
  16552. }
  16553.  
  16554. @media screen and (max-width: 767px) {
  16555. div.dtr-modal div.dtr-modal-display {
  16556. width: 95%;
  16557. }
  16558. }
  16559. div.dtr-bs-modal table.table tr:first-child td {
  16560. border-top: none;
  16561. }
  16562.  
  16563. .multiselect-container{position:absolute;list-style-type:none;margin:0;padding:0}.multiselect-container .input-group{margin:5px}.multiselect-container>li{padding:0}.multiselect-container>li>a.multiselect-all label{font-weight:700}.multiselect-container>li.multiselect-group label{margin:0;padding:3px 20px 3px 20px;height:100%;font-weight:700}.multiselect-container>li.multiselect-group-clickable label{cursor:pointer}.multiselect-container>li>a{padding:0}.multiselect-container>li>a>label{margin:0;height:100%;cursor:pointer;font-weight:400;padding:3px 20px 3px 40px}.multiselect-container>li>a>label.radio,.multiselect-container>li>a>label.checkbox{margin:0}.multiselect-container>li>a>label>input[type=checkbox]{margin-bottom:5px}.btn-group>.btn-group:nth-child(2)>.multiselect.btn{border-top-left-radius:4px;border-bottom-left-radius:4px}.form-inline .multiselect-container label.checkbox,.form-inline .multiselect-container label.radio{padding:3px 20px 3px 40px}.form-inline .multiselect-container li a label.checkbox input[type=checkbox],.form-inline .multiselect-container li a label.radio input[type=radio]{margin-left:-20px;margin-right:0}
Add Comment
Please, Sign In to add comment