Prototype website for VPN service, Bitcoin payments via the Blockchain.info API
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6890 lines
135 KiB

10 years ago
  1. /*! UIkit 1.1.0 | http://www.getuikit.com | (c) 2013 YOOtheme | MIT License */
  2. /* LESS related */
  3. /*
  4. * Component: Variables
  5. * Description: Defines all color and style related values as variables
  6. * to allow easy customization for the most common cases.
  7. ========================================================================== */
  8. /* Global variables
  9. ========================================================================== */
  10. /*
  11. * Text
  12. */
  13. /*
  14. * Backgrounds & Borders
  15. */
  16. /*
  17. * Spacings
  18. */
  19. /*
  20. * Controls
  21. */
  22. /*
  23. * Z-index
  24. */
  25. /* Breakpoint variables
  26. ========================================================================== */
  27. /*
  28. * Breakpoints
  29. */
  30. /* Components variables
  31. ========================================================================== */
  32. /*
  33. * Base
  34. */
  35. /*
  36. * Grid
  37. */
  38. /*
  39. * Panel
  40. */
  41. /*
  42. * Article
  43. */
  44. /*
  45. * Comment
  46. */
  47. /*
  48. * Nav
  49. */
  50. /*
  51. * Navbar
  52. */
  53. /*
  54. * Subnav
  55. */
  56. /*
  57. * Breadcrumb
  58. */
  59. /*
  60. * Pagination
  61. */
  62. /*
  63. * Tab
  64. */
  65. /*
  66. * List
  67. */
  68. /*
  69. * Description list
  70. */
  71. /*
  72. * Table
  73. */
  74. /*
  75. * Form
  76. */
  77. /*
  78. * Button
  79. */
  80. /*
  81. * Icon
  82. */
  83. /*
  84. * Close
  85. */
  86. /*
  87. * Badge
  88. */
  89. /*
  90. * Alert
  91. */
  92. /*
  93. * Thumbnail
  94. */
  95. /*
  96. * Overlay
  97. */
  98. /*
  99. * Progress
  100. */
  101. /*
  102. * Search
  103. */
  104. /*
  105. * Dropdown
  106. */
  107. /*
  108. * Modal
  109. */
  110. /*
  111. * Off-canvas
  112. */
  113. /*
  114. * Tooltip
  115. */
  116. /*
  117. * Text
  118. */
  119. /*
  120. * Utility
  121. */
  122. /* Defaults */
  123. /*
  124. * Component: Normalize
  125. * Description: Reduces inconsistencies across all browsers
  126. *
  127. * Adapted from http://github.com/necolas/normalize.css (Version 2.1.2)
  128. *
  129. * Modifications: Moved `mark` and `h1` defaults to Base component
  130. * Changed `fieldset` defaults to 0
  131. * Added cursor for `radio` and `checkbox`
  132. * Set form controls box sizing to `border-box`
  133. * Modified `disabled` selector
  134. * Better font baseline for `code`, `kbd`, `pre` and `samp`
  135. * Removed placeholder transparency in Firefox
  136. *
  137. ========================================================================== */
  138. /* HTML5 display definitions
  139. ========================================================================== */
  140. /*
  141. * Corrects `block` display not defined in IE 8/9.
  142. */
  143. article,
  144. aside,
  145. details,
  146. figcaption,
  147. figure,
  148. footer,
  149. header,
  150. hgroup,
  151. main,
  152. nav,
  153. section,
  154. summary {
  155. display: block;
  156. }
  157. /*
  158. * Corrects `inline-block` display not defined in IE 8/9.
  159. */
  160. audio,
  161. canvas,
  162. video {
  163. display: inline-block;
  164. }
  165. /*
  166. * Prevents modern browsers from displaying `audio` without controls.
  167. * Remove excess height in iOS 5 devices.
  168. */
  169. audio:not([controls]) {
  170. display: none;
  171. height: 0;
  172. }
  173. /*
  174. * Addresses styling for `hidden` attribute not present in IE 8/9.
  175. */
  176. [hidden] {
  177. display: none;
  178. }
  179. /* Base
  180. ========================================================================== */
  181. /*
  182. * 1. Sets default font family to sans-serif.
  183. * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom.
  184. */
  185. html {
  186. font-family: sans-serif;
  187. /* 1 */
  188. -webkit-text-size-adjust: 100%;
  189. -ms-text-size-adjust: 100%;
  190. /* 2 */
  191. }
  192. /*
  193. * Removes default margin.
  194. */
  195. body {
  196. margin: 0;
  197. }
  198. /* Links
  199. ========================================================================== */
  200. /*
  201. * Addresses `outline` inconsistency between Chrome and other browsers.
  202. */
  203. a:focus {
  204. outline: thin dotted;
  205. }
  206. /*
  207. * Improves readability when focused and also mouse hovered in all browsers.
  208. */
  209. a:active,
  210. a:hover {
  211. outline: 0;
  212. }
  213. /* Typography
  214. ========================================================================== */
  215. /*
  216. * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
  217. */
  218. abbr[title] {
  219. border-bottom: 1px dotted;
  220. }
  221. /*
  222. * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
  223. */
  224. b,
  225. strong {
  226. font-weight: bold;
  227. }
  228. /*
  229. * Addresses styling not present in Safari 5 and Chrome.
  230. */
  231. dfn {
  232. font-style: italic;
  233. }
  234. /*
  235. * Address differences between Firefox and other browsers.
  236. */
  237. hr {
  238. -moz-box-sizing: content-box;
  239. box-sizing: content-box;
  240. height: 0;
  241. }
  242. /*
  243. * Corrects font family set oddly in Safari 5 and Chrome.
  244. * 1. Consolas has a better baseline in running text compared to `Courier`
  245. */
  246. code,
  247. kbd,
  248. pre,
  249. samp {
  250. font-family: Consolas, monospace, serif;
  251. /* 1 */
  252. font-size: 1em;
  253. }
  254. /*
  255. * Improves readability of pre-formatted text in all browsers.
  256. */
  257. pre {
  258. white-space: pre-wrap;
  259. }
  260. /*
  261. * Sets consistent quote types.
  262. */
  263. q {
  264. quotes: "\201C" "\201D" "\2018" "\2019";
  265. }
  266. /*
  267. * Addresses inconsistent and variable font size in all browsers.
  268. */
  269. small {
  270. font-size: 80%;
  271. }
  272. /*
  273. * Prevents `sub` and `sup` affecting `line-height` in all browsers.
  274. */
  275. sub,
  276. sup {
  277. font-size: 75%;
  278. line-height: 0;
  279. position: relative;
  280. vertical-align: baseline;
  281. }
  282. sup {
  283. top: -0.5em;
  284. }
  285. sub {
  286. bottom: -0.25em;
  287. }
  288. /* Embedded content
  289. ========================================================================== */
  290. /*
  291. * Removes border when inside `a` element in IE 8/9.
  292. */
  293. img {
  294. border: 0;
  295. }
  296. /*
  297. * Corrects overflow displayed oddly in IE 9.
  298. */
  299. svg:not(:root) {
  300. overflow: hidden;
  301. }
  302. /* Figures
  303. ========================================================================== */
  304. /*
  305. * Addresses margin not present in IE 8/9 and Safari 5.
  306. */
  307. figure {
  308. margin: 0;
  309. }
  310. /* Forms
  311. ========================================================================== */
  312. /*
  313. * Define consistent border, margin, and padding.
  314. */
  315. fieldset {
  316. border: 0;
  317. margin: 0;
  318. padding: 0;
  319. }
  320. /*
  321. * 1. Corrects color not being inherited in IE 8/9.
  322. * 2. Remove padding so people aren't caught out if they zero out fieldsets.
  323. */
  324. legend {
  325. border: 0;
  326. /* 1 */
  327. padding: 0;
  328. /* 2 */
  329. }
  330. /*
  331. * 1. Corrects font family not being inherited in all browsers.
  332. * 2. Corrects font size not being inherited in all browsers.
  333. * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
  334. * 4. Define consistent box sizing
  335. * Defaults: `button`, `input` and `textarea` have box sizing set to `content-box`
  336. * `select`, `input[type="checkbox"]` and `input[type="radio"]` have box sizing set to `border-box`
  337. * Exceptions: `input[type="checkbox"]` and `input[type="radio"]` have box sizing set to `content-box` in IE 8/9.
  338. * `input[type="search"]` has box sizing set to `border-box` in Safari 5 and Chrome.
  339. */
  340. button,
  341. input,
  342. select,
  343. textarea {
  344. font-family: inherit;
  345. /* 1 */
  346. font-size: 100%;
  347. /* 2 */
  348. margin: 0;
  349. /* 3 */
  350. -moz-box-sizing: border-box;
  351. /* 4 */
  352. -webkit-box-sizing: border-box;
  353. box-sizing: border-box;
  354. }
  355. /*
  356. * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet.
  357. */
  358. button,
  359. input {
  360. line-height: normal;
  361. }
  362. /*
  363. * Address inconsistent `text-transform` inheritance for `button` and `select`.
  364. * All other form control elements do not inherit `text-transform` values.
  365. * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
  366. * Correct `select` style inheritance in Firefox 4+ and Opera.
  367. */
  368. button,
  369. select {
  370. text-transform: none;
  371. }
  372. /*
  373. * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls.
  374. * 2. Corrects inability to style clickable `input` types in iOS.
  375. * 3. Improves usability and consistency of cursor style between image-type `input` and others.
  376. */
  377. button,
  378. html input[type="button"],
  379. input[type="reset"],
  380. input[type="submit"] {
  381. -webkit-appearance: button;
  382. /* 2 */
  383. cursor: pointer;
  384. /* 3 */
  385. }
  386. /*
  387. * Improves consistency of cursor style for clickable elements
  388. */
  389. input[type="radio"],
  390. input[type="checkbox"] {
  391. cursor: pointer;
  392. }
  393. /*
  394. * Re-set default cursor for disabled elements.
  395. */
  396. button:disabled,
  397. input:disabled {
  398. cursor: default;
  399. }
  400. /*
  401. * 2. Removes excess padding in IE 8/9.
  402. */
  403. input[type="checkbox"],
  404. input[type="radio"] {
  405. padding: 0;
  406. }
  407. /*
  408. * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
  409. */
  410. input[type="search"] {
  411. -webkit-appearance: textfield;
  412. }
  413. /*
  414. * Removes inner padding and search cancel button in Safari 5 and Chrome on OS X.
  415. */
  416. input[type="search"]::-webkit-search-cancel-button,
  417. input[type="search"]::-webkit-search-decoration {
  418. -webkit-appearance: none;
  419. }
  420. /*
  421. * Removes inner padding and border in Firefox 4+.
  422. */
  423. button::-moz-focus-inner,
  424. input::-moz-focus-inner {
  425. border: 0;
  426. padding: 0;
  427. }
  428. /*
  429. * 1. Removes default vertical scrollbar in IE 8/9.
  430. * 2. Improves readability and alignment in all browsers.
  431. */
  432. textarea {
  433. overflow: auto;
  434. /* 1 */
  435. vertical-align: top;
  436. /* 2 */
  437. }
  438. /*
  439. * Removes placeholder transparency in Firefox.
  440. */
  441. ::-moz-placeholder {
  442. opacity: 1;
  443. }
  444. /* Tables
  445. ========================================================================== */
  446. /*
  447. * Remove most spacing between table cells.
  448. */
  449. table {
  450. border-collapse: collapse;
  451. border-spacing: 0;
  452. }
  453. /*
  454. * Component: Base
  455. * Description: Sets default values for HTML elements
  456. *
  457. * Component: `uk-h1`, `uk-h2`, `uk-h3`, `uk-h4`, `uk-h5`, `uk-h6`
  458. * `uk-img-preserve`
  459. *
  460. ========================================================================== */
  461. /* Body
  462. ========================================================================== */
  463. /*
  464. * `font-size` is set in `html` element to support the `rem` unit for font-sizes
  465. */
  466. html {
  467. font-size: 14px;
  468. }
  469. body {
  470. background: #ffffff;
  471. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  472. font-weight: normal;
  473. line-height: 20px;
  474. color: #444444;
  475. }
  476. /* Only phones */
  477. @media (max-width: 767px) {
  478. /*
  479. * Break strings if their length exceeds the width of their container
  480. */
  481. body {
  482. word-wrap: break-word;
  483. -webkit-hyphens: auto;
  484. -ms-hyphens: auto;
  485. -moz-hyphens: auto;
  486. hyphens: auto;
  487. }
  488. }
  489. /* Text-level semantics
  490. ========================================================================== */
  491. /*
  492. * Links
  493. */
  494. a {
  495. text-decoration: none;
  496. }
  497. a:hover {
  498. text-decoration: underline;
  499. }
  500. a {
  501. color: #0077dd;
  502. }
  503. a:hover {
  504. color: #005599;
  505. }
  506. /*
  507. * Emphasize
  508. */
  509. em {
  510. color: #dd0055;
  511. }
  512. /*
  513. * Insert
  514. */
  515. ins {
  516. background: #ffffaa;
  517. color: #444444;
  518. text-decoration: none;
  519. }
  520. /*
  521. * Mark
  522. * Note: Addresses styling not present in IE 8/9.
  523. */
  524. mark {
  525. background: #ffffaa;
  526. color: #444444;
  527. }
  528. /*
  529. * Selection highlight
  530. */
  531. ::-moz-selection {
  532. background: #3399ff;
  533. color: #ffffff;
  534. text-shadow: none;
  535. }
  536. ::selection {
  537. background: #3399ff;
  538. color: #ffffff;
  539. text-shadow: none;
  540. }
  541. /*
  542. * Abbreviation and definition
  543. */
  544. abbr[title],
  545. dfn[title] {
  546. cursor: help;
  547. }
  548. dfn[title] {
  549. border-bottom: 1px dotted;
  550. font-style: normal;
  551. }
  552. /* Embedded content
  553. ========================================================================== */
  554. /*
  555. * 1. Corrects max-width behavior (2.) if padding and border are used
  556. * 2. Responsiveness: Sets a maxium width relative to the parent and auto scales the height
  557. * 3. Remove the gap between images and the bottom of their containers
  558. */
  559. img {
  560. -moz-box-sizing: border-box;
  561. box-sizing: border-box;
  562. /* 1 */
  563. max-width: 100%;
  564. height: auto;
  565. /* 2 */
  566. vertical-align: middle;
  567. /* 3 */
  568. }
  569. /*
  570. * Preserve original image dimensions
  571. * 1. Fix Google maps automatically via URL detection
  572. */
  573. .uk-img-preserve,
  574. .uk-img-preserve img,
  575. img[src*="maps.gstatic.com"],
  576. img[src*="googleapis.com"] {
  577. max-width: none;
  578. }
  579. /* Spacing for block elements
  580. ========================================================================== */
  581. p,
  582. hr,
  583. ul,
  584. ol,
  585. dl,
  586. blockquote,
  587. pre,
  588. address,
  589. fieldset,
  590. figure {
  591. margin: 0 0 15px 0;
  592. }
  593. /*
  594. * Don't worry about the universal selector.
  595. * There is no mentionable performance impact.
  596. */
  597. * + p,
  598. * + hr,
  599. * + ul,
  600. * + ol,
  601. * + dl,
  602. * + blockquote,
  603. * + pre,
  604. * + address,
  605. * + fieldset,
  606. * + figure {
  607. margin-top: 15px;
  608. }
  609. /* Headings
  610. ========================================================================== */
  611. h1,
  612. h2,
  613. h3,
  614. h4,
  615. h5,
  616. h6 {
  617. margin: 0 0 15px 0;
  618. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  619. font-weight: normal;
  620. color: #444444;
  621. text-transform: none;
  622. }
  623. /*
  624. * Don't worry about the universal selector.
  625. * There is no mentionable performance impact.
  626. */
  627. * + h1,
  628. * + h2,
  629. * + h3,
  630. * + h4,
  631. * + h5,
  632. * + h6 {
  633. margin-top: 25px;
  634. }
  635. /*
  636. * TODO: Use `:extend` to move heading classes to the utility component
  637. */
  638. h1,
  639. .uk-h1 {
  640. font-size: 36px;
  641. line-height: 42px;
  642. }
  643. h2,
  644. .uk-h2 {
  645. font-size: 24px;
  646. line-height: 30px;
  647. }
  648. h3,
  649. .uk-h3 {
  650. font-size: 18px;
  651. line-height: 24px;
  652. }
  653. h4,
  654. .uk-h4 {
  655. font-size: 16px;
  656. line-height: 22px;
  657. }
  658. h5,
  659. .uk-h5 {
  660. font-size: 14px;
  661. line-height: 20px;
  662. }
  663. h6,
  664. .uk-h6 {
  665. font-size: 12px;
  666. line-height: 18px;
  667. }
  668. /* Lists
  669. ========================================================================== */
  670. /*
  671. * Ordered and unordered lists
  672. */
  673. ul,
  674. ol {
  675. padding-left: 30px;
  676. }
  677. /* Reset margin for nested lists */
  678. ul > li > ul,
  679. ul > li > ol,
  680. ol > li > ol,
  681. ol > li > ul {
  682. margin: 0;
  683. }
  684. /*
  685. * Description lists
  686. */
  687. dt {
  688. font-weight: bold;
  689. }
  690. dd {
  691. margin-left: 0;
  692. }
  693. /* Horizontal rule
  694. ========================================================================== */
  695. hr {
  696. display: block;
  697. padding: 0;
  698. border: 0;
  699. border-top: 1px solid #dddddd;
  700. }
  701. /* Address
  702. ========================================================================== */
  703. address {
  704. font-style: normal;
  705. }
  706. /* Quotes
  707. ========================================================================== */
  708. q,
  709. blockquote {
  710. font-style: italic;
  711. }
  712. blockquote {
  713. padding-left: 15px;
  714. border-left: 5px solid #dddddd;
  715. font-size: 16px;
  716. line-height: 22px;
  717. }
  718. /* Small print for identifying the source */
  719. blockquote small {
  720. display: block;
  721. color: #999999;
  722. font-style: normal;
  723. }
  724. /* Smaller margin if `small` follows */
  725. blockquote p:last-of-type {
  726. margin-bottom: 5px;
  727. }
  728. /* Code and preformatted text
  729. ========================================================================== */
  730. code {
  731. color: #dd0055;
  732. font-size: 12px;
  733. white-space: nowrap;
  734. }
  735. /* Reset code elements if parent of pre elements */
  736. pre code {
  737. color: inherit;
  738. white-space: pre-wrap;
  739. }
  740. pre {
  741. padding: 10px;
  742. background: #f5f5f5;
  743. color: #444444;
  744. font-size: 12px;
  745. line-height: 18px;
  746. -moz-tab-size: 4;
  747. tab-size: 4;
  748. }
  749. /* Forms
  750. ========================================================================== */
  751. /*
  752. * Vertical alignment
  753. * Exclude `radio` and `checkbox` elements because the default `baseline` value aligns better with text
  754. */
  755. button,
  756. input:not([type="radio"]):not([type="checkbox"]),
  757. select {
  758. vertical-align: middle;
  759. }
  760. /* Iframe
  761. ========================================================================== */
  762. iframe {
  763. border: 0;
  764. }
  765. /* Fix viewport for IE10 snap mode
  766. * http://timkadlec.com/2012/10/ie10-snap-mode-and-responsive-design/
  767. ========================================================================== */
  768. @-ms-viewport {
  769. width: device-width;
  770. }
  771. /* Hooks
  772. ========================================================================== */
  773. /* Layout */
  774. /*
  775. * Name: Grid
  776. * Description: Provides a responsive, fluid and nestable grid
  777. *
  778. * Component: `uk-grid`
  779. * `uk-width-*`
  780. * `uk-push-*`
  781. * `uk-pull-*`
  782. *
  783. * Modifiers: `uk-grid-divider`
  784. * `uk-grid-margin`
  785. * `uk-grid-preserve`
  786. *
  787. * Uses: Panel: `uk-panel`
  788. *
  789. * Used by: Dropdown
  790. *
  791. ========================================================================== */
  792. /* Component
  793. ========================================================================== */
  794. /*
  795. * Micro clearfix
  796. */
  797. .uk-grid:before,
  798. .uk-grid:after {
  799. content: " ";
  800. display: table;
  801. }
  802. .uk-grid:after {
  803. clear: both;
  804. }
  805. /*
  806. * 1. Needed for the gutter
  807. * 2. Makes grid more robust so that it can be used with other block elements like lists
  808. */
  809. .uk-grid {
  810. /* 1 */
  811. margin: 0 0 0 -25px;
  812. /* 2 */
  813. padding: 0;
  814. list-style: none;
  815. }
  816. /*
  817. * Vertical gutter
  818. */
  819. .uk-grid + .uk-grid {
  820. margin-top: 25px;
  821. }
  822. /* Grid column
  823. ========================================================================== */
  824. /*
  825. * 1. Makes grid more robust so that it can be used with other block elements
  826. * 2. Create horizontal gutter
  827. * 3. `float` is set by default so columns always behave the same and create a new block format context
  828. */
  829. .uk-grid > [class*='uk-width-'] {
  830. /* 1 */
  831. margin: 0;
  832. /* 2 */
  833. padding-left: 25px;
  834. /* 3 */
  835. float: left;
  836. }
  837. /*
  838. * Remove margin from the last-child
  839. */
  840. .uk-grid > [class*='uk-width-'] > :last-child {
  841. margin-bottom: 0;
  842. }
  843. /* Sub-modifier: `uk-grid-margin`
  844. ========================================================================== */
  845. /*
  846. * This class is set by JavaScript and applies a vertical gutter if the columns stack or float into the next row
  847. * Higher specificity to override margin
  848. */
  849. .uk-grid > .uk-grid-margin {
  850. margin-top: 25px;
  851. }
  852. /* Modifier: `uk-grid-divider`
  853. ========================================================================== */
  854. /*
  855. * Horizontal divider
  856. * Does not work with `uk-push-*`, `uk-pull-*` and not if the columns float into the next row
  857. */
  858. .uk-grid-divider:not(:empty) {
  859. margin-left: -25px;
  860. margin-right: -25px;
  861. }
  862. .uk-grid-divider:not(:empty) > [class*='uk-width-'] {
  863. padding-left: 25px;
  864. padding-right: 25px;
  865. }
  866. .uk-grid-divider:not(:empty) > [class*='uk-width-1-']:not(.uk-width-1-1):nth-child(n+2),
  867. .uk-grid-divider:not(:empty) > [class*='uk-width-2-']:nth-child(n+2),
  868. .uk-grid-divider:not(:empty) > [class*='uk-width-3-']:nth-child(n+2),
  869. .uk-grid-divider:not(:empty) > [class*='uk-width-4-']:nth-child(n+2),
  870. .uk-grid-divider:not(:empty) > [class*='uk-width-5-']:nth-child(n+2),
  871. .uk-grid-divider:not(:empty) > [class*='uk-width-6-']:nth-child(n+2),
  872. .uk-grid-divider:not(:empty) > [class*='uk-width-7-']:nth-child(n+2),
  873. .uk-grid-divider:not(:empty) > [class*='uk-width-8-']:nth-child(n+2),
  874. .uk-grid-divider:not(:empty) > [class*='uk-width-9-']:nth-child(n+2) {
  875. border-left: 1px solid #dddddd;
  876. }
  877. /* Only tablets and desktop */
  878. @media (min-width: 768px) {
  879. .uk-grid-divider:not(:empty) > [class*='uk-width-medium-']:not(.uk-width-medium-1-1):nth-child(n+2) {
  880. border-left: 1px solid #dddddd;
  881. }
  882. }
  883. /* Only desktop */
  884. @media (min-width: 960px) {
  885. .uk-grid-divider:not(:empty) > [class*='uk-width-large-']:not(.uk-width-large-1-1):nth-child(n+2) {
  886. border-left: 1px solid #dddddd;
  887. }
  888. }
  889. /*
  890. * Vertical divider
  891. */
  892. .uk-grid-divider:empty {
  893. margin-top: 25px;
  894. margin-bottom: 25px;
  895. border-top: 1px solid #dddddd;
  896. }
  897. /* Panel in grid
  898. ========================================================================== */
  899. /*
  900. * Vertical gutter for panels
  901. */
  902. .uk-grid > [class*='uk-width-'] > .uk-panel + .uk-panel {
  903. margin-top: 25px;
  904. }
  905. /* Large gutter
  906. ========================================================================== */
  907. /* Only large screens */
  908. @media (min-width: 1220px) {
  909. /*
  910. * Grid
  911. */
  912. /* Horizontal gutter */
  913. .uk-grid:not(.uk-grid-preserve) {
  914. margin-left: -35px;
  915. }
  916. .uk-grid:not(.uk-grid-preserve) > [class*='uk-width-'] {
  917. padding-left: 35px;
  918. }
  919. /* Vertical gutter */
  920. .uk-grid:not(.uk-grid-preserve) + .uk-grid {
  921. margin-top: 35px;
  922. }
  923. .uk-grid:not(.uk-grid-preserve) > .uk-grid-margin {
  924. margin-top: 35px;
  925. }
  926. /* Vertical gutter for panels */
  927. .uk-grid:not(.uk-grid-preserve) > [class*='uk-width-'] > .uk-panel + .uk-panel {
  928. margin-top: 35px;
  929. }
  930. /*
  931. * Modifier: `uk-grid-divider`
  932. */
  933. .uk-grid-divider:not(.uk-grid-preserve):not(:empty) {
  934. margin-left: -35px;
  935. margin-right: -35px;
  936. }
  937. .uk-grid-divider:not(.uk-grid-preserve):not(:empty) > [class*='uk-width-'] {
  938. padding-left: 35px;
  939. padding-right: 35px;
  940. }
  941. .uk-grid-divider:not(.uk-grid-preserve):empty {
  942. margin-top: 35px;
  943. margin-bottom: 35px;
  944. }
  945. }
  946. /* Sub-object: `uk-width-*`
  947. ========================================================================== */
  948. [class*='uk-width-'] {
  949. -moz-box-sizing: border-box;
  950. box-sizing: border-box;
  951. width: 100%;
  952. }
  953. /*
  954. * Widths
  955. */
  956. /* Whole */
  957. .uk-width-1-1 {
  958. width: 100%;
  959. }
  960. /* Halves */
  961. .uk-width-1-2,
  962. .uk-width-2-4,
  963. .uk-width-3-6,
  964. .uk-width-5-10 {
  965. width: 50%;
  966. }
  967. /* Thirds */
  968. .uk-width-1-3,
  969. .uk-width-2-6 {
  970. width: 33.333%;
  971. }
  972. .uk-width-2-3,
  973. .uk-width-4-6 {
  974. width: 66.666%;
  975. }
  976. /* Quarters */
  977. .uk-width-1-4 {
  978. width: 25%;
  979. }
  980. .uk-width-3-4 {
  981. width: 75%;
  982. }
  983. /* Fifths */
  984. .uk-width-1-5,
  985. .uk-width-2-10 {
  986. width: 20%;
  987. }
  988. .uk-width-2-5,
  989. .uk-width-4-10 {
  990. width: 40%;
  991. }
  992. .uk-width-3-5,
  993. .uk-width-6-10 {
  994. width: 60%;
  995. }
  996. .uk-width-4-5,
  997. .uk-width-8-10 {
  998. width: 80%;
  999. }
  1000. /* Sixths */
  1001. .uk-width-1-6 {
  1002. width: 16.666%;
  1003. }
  1004. .uk-width-5-6 {
  1005. width: 83.333%;
  1006. }
  1007. /* Tenths */
  1008. .uk-width-1-10 {
  1009. width: 10%;
  1010. }
  1011. .uk-width-3-10 {
  1012. width: 30%;
  1013. }
  1014. .uk-width-7-10 {
  1015. width: 70%;
  1016. }
  1017. .uk-width-9-10 {
  1018. width: 90%;
  1019. }
  1020. /* Only tablets and desktop */
  1021. @media (min-width: 768px) {
  1022. /* Whole */
  1023. .uk-width-medium-1-1 {
  1024. width: 100%;
  1025. }
  1026. /* Halves */
  1027. .uk-width-medium-1-2,
  1028. .uk-width-medium-2-4,
  1029. .uk-width-medium-3-6,
  1030. .uk-width-medium-5-10 {
  1031. width: 50%;
  1032. }
  1033. /* Thirds */
  1034. .uk-width-medium-1-3,
  1035. .uk-width-medium-2-6 {
  1036. width: 33.333%;
  1037. }
  1038. .uk-width-medium-2-3,
  1039. .uk-width-medium-4-6 {
  1040. width: 66.666%;
  1041. }
  1042. /* Quarters */
  1043. .uk-width-medium-1-4 {
  1044. width: 25%;
  1045. }
  1046. .uk-width-medium-3-4 {
  1047. width: 75%;
  1048. }
  1049. /* Fifths */
  1050. .uk-width-medium-1-5,
  1051. .uk-width-medium-2-10 {
  1052. width: 20%;
  1053. }
  1054. .uk-width-medium-2-5,
  1055. .uk-width-medium-4-10 {
  1056. width: 40%;
  1057. }
  1058. .uk-width-medium-3-5,
  1059. .uk-width-medium-6-10 {
  1060. width: 60%;
  1061. }
  1062. .uk-width-medium-4-5,
  1063. .uk-width-medium-8-10 {
  1064. width: 80%;
  1065. }
  1066. /* Sixths */
  1067. .uk-width-medium-1-6 {
  1068. width: 16.666%;
  1069. }
  1070. .uk-width-medium-5-6 {
  1071. width: 83.333%;
  1072. }
  1073. /* Tenths */
  1074. .uk-width-medium-1-10 {
  1075. width: 10%;
  1076. }
  1077. .uk-width-medium-3-10 {
  1078. width: 30%;
  1079. }
  1080. .uk-width-medium-7-10 {
  1081. width: 70%;
  1082. }
  1083. .uk-width-medium-9-10 {
  1084. width: 90%;
  1085. }
  1086. }
  1087. /* Only desktop */
  1088. @media (min-width: 960px) {
  1089. /* Whole */
  1090. .uk-width-large-1-1 {
  1091. width: 100%;
  1092. }
  1093. /* Halves */
  1094. .uk-width-large-1-2,
  1095. .uk-width-large-2-4,
  1096. .uk-width-large-3-6,
  1097. .uk-width-large-5-10 {
  1098. width: 50%;
  1099. }
  1100. /* Thirds */
  1101. .uk-width-large-1-3,
  1102. .uk-width-large-2-6 {
  1103. width: 33.333%;
  1104. }
  1105. .uk-width-large-2-3,
  1106. .uk-width-large-4-6 {
  1107. width: 66.666%;
  1108. }
  1109. /* Quarters */
  1110. .uk-width-large-1-4 {
  1111. width: 25%;
  1112. }
  1113. .uk-width-large-3-4 {
  1114. width: 75%;
  1115. }
  1116. /* Fifths */
  1117. .uk-width-large-1-5,
  1118. .uk-width-large-2-10 {
  1119. width: 20%;
  1120. }
  1121. .uk-width-large-2-5,
  1122. .uk-width-large-4-10 {
  1123. width: 40%;
  1124. }
  1125. .uk-width-large-3-5,
  1126. .uk-width-large-6-10 {
  1127. width: 60%;
  1128. }
  1129. .uk-width-large-4-5,
  1130. .uk-width-large-8-10 {
  1131. width: 80%;
  1132. }
  1133. /* Sixths */
  1134. .uk-width-large-1-6 {
  1135. width: 16.666%;
  1136. }
  1137. .uk-width-large-5-6 {
  1138. width: 83.333%;
  1139. }
  1140. /* Tenths */
  1141. .uk-width-large-1-10 {
  1142. width: 10%;
  1143. }
  1144. .uk-width-large-3-10 {
  1145. width: 30%;
  1146. }
  1147. .uk-width-large-7-10 {
  1148. width: 70%;
  1149. }
  1150. .uk-width-large-9-10 {
  1151. width: 90%;
  1152. }
  1153. }
  1154. /* Sub-object: `uk-push-*` and `uk-pull-*`
  1155. ========================================================================== */
  1156. /*
  1157. * Source ordering
  1158. * Works only with `uk-width-medium-*`
  1159. */
  1160. /* Only tablets and desktop */
  1161. @media (min-width: 768px) {
  1162. [class*='uk-push-'],
  1163. [class*='uk-pull-'] {
  1164. position: relative;
  1165. }
  1166. /*
  1167. * Push
  1168. */
  1169. /* Halves */
  1170. .uk-push-1-2,
  1171. .uk-push-2-4,
  1172. .uk-push-3-6,
  1173. .uk-push-5-10 {
  1174. left: 50%;
  1175. }
  1176. /* Thirds */
  1177. .uk-push-1-3,
  1178. .uk-push-2-6 {
  1179. left: 33.333%;
  1180. }
  1181. .uk-push-2-3,
  1182. .uk-push-4-6 {
  1183. left: 66.666%;
  1184. }
  1185. /* Quarters */
  1186. .uk-push-1-4 {
  1187. left: 25%;
  1188. }
  1189. .uk-push-3-4 {
  1190. left: 75%;
  1191. }
  1192. /* Fifths */
  1193. .uk-push-1-5,
  1194. .uk-push-2-10 {
  1195. left: 20%;
  1196. }
  1197. .uk-push-2-5,
  1198. .uk-push-4-10 {
  1199. left: 40%;
  1200. }
  1201. .uk-push-3-5,
  1202. .uk-push-6-10 {
  1203. left: 60%;
  1204. }
  1205. .uk-push-4-5,
  1206. .uk-push-8-10 {
  1207. left: 80%;
  1208. }
  1209. /* Sixths */
  1210. .uk-push-1-6 {
  1211. left: 16.666%;
  1212. }
  1213. .uk-push-5-6 {
  1214. left: 83.333%;
  1215. }
  1216. /* Tenths */
  1217. .uk-push-1-10 {
  1218. left: 10%;
  1219. }
  1220. .uk-push-3-10 {
  1221. left: 30%;
  1222. }
  1223. .uk-push-7-10 {
  1224. left: 70%;
  1225. }
  1226. .uk-push-9-10 {
  1227. left: 90%;
  1228. }
  1229. /*
  1230. * Pull
  1231. */
  1232. /* Halves */
  1233. .uk-pull-1-2,
  1234. .uk-pull-2-4,
  1235. .uk-pull-3-6,
  1236. .uk-pull-5-10 {
  1237. left: -50%;
  1238. }
  1239. /* Thirds */
  1240. .uk-pull-1-3,
  1241. .uk-pull-2-6 {
  1242. left: -33.333%;
  1243. }
  1244. .uk-pull-2-3,
  1245. .uk-pull-4-6 {
  1246. left: -66.666%;
  1247. }
  1248. /* Quarters */
  1249. .uk-pull-1-4 {
  1250. left: -25%;
  1251. }
  1252. .uk-pull-3-4 {
  1253. left: -75%;
  1254. }
  1255. /* Fifths */
  1256. .uk-pull-1-5,
  1257. .uk-pull-2-10 {
  1258. left: -20%;
  1259. }
  1260. .uk-pull-2-5,
  1261. .uk-pull-4-10 {
  1262. left: -40%;
  1263. }
  1264. .uk-pull-3-5,
  1265. .uk-pull-6-10 {
  1266. left: -60%;
  1267. }
  1268. .uk-pull-4-5,
  1269. .uk-pull-8-10 {
  1270. left: -80%;
  1271. }
  1272. /* Sixths */
  1273. .uk-pull-1-6 {
  1274. left: -16.666%;
  1275. }
  1276. .uk-pull-5-6 {
  1277. left: -83.333%;
  1278. }
  1279. /* Tenths */
  1280. .uk-pull-1-10 {
  1281. left: -10%;
  1282. }
  1283. .uk-pull-3-10 {
  1284. left: -30%;
  1285. }
  1286. .uk-pull-7-10 {
  1287. left: -70%;
  1288. }
  1289. .uk-pull-9-10 {
  1290. left: -90%;
  1291. }
  1292. }
  1293. /*
  1294. * Name: Panel
  1295. * Description: Defines styles for reusable content areas
  1296. *
  1297. * Component: `uk-panel`
  1298. *
  1299. * Sub-objects: `uk-panel-title`
  1300. * `uk-panel-badge`
  1301. *
  1302. * Modifiers: `uk-panel-box`
  1303. * `uk-panel-box-primary`
  1304. * `uk-panel-box-secondary`
  1305. * `uk-panel-header`
  1306. * `uk-panel-space`
  1307. * `uk-panel-divider`
  1308. *
  1309. * Uses: Nav: `uk-nav-side`
  1310. *
  1311. * Used by: Dropdown
  1312. * Off-canvas
  1313. * Grid
  1314. *
  1315. ========================================================================== */
  1316. /* Component
  1317. ========================================================================== */
  1318. /*
  1319. * Create position context for badges
  1320. */
  1321. .uk-panel {
  1322. position: relative;
  1323. }
  1324. /*
  1325. * Micro clearfix to make panels more robust
  1326. */
  1327. .uk-panel:before,
  1328. .uk-panel:after {
  1329. content: " ";
  1330. display: table;
  1331. }
  1332. .uk-panel:after {
  1333. clear: both;
  1334. }
  1335. /*
  1336. * Remove margin from the last-child if not `uk-windget-title`
  1337. */
  1338. .uk-panel > :not(.uk-panel-title):last-child {
  1339. margin-bottom: 0;
  1340. }
  1341. /* Sub-object: `uk-panel-title`
  1342. ========================================================================== */
  1343. .uk-panel-title {
  1344. margin-bottom: 15px;
  1345. font-size: 18px;
  1346. line-height: 24px;
  1347. font-weight: normal;
  1348. text-transform: none;
  1349. color: #444444;
  1350. }
  1351. /* Sub-object: `uk-panel-badge`
  1352. ========================================================================== */
  1353. .uk-panel-badge {
  1354. position: absolute;
  1355. top: 0;
  1356. right: 0;
  1357. z-index: 1;
  1358. }
  1359. /*
  1360. * Remove margin from adjacent element
  1361. */
  1362. .uk-panel-badge + * {
  1363. margin-top: 0;
  1364. }
  1365. /* Modifier: `uk-panel-box`
  1366. ========================================================================== */
  1367. .uk-panel-box {
  1368. padding: 15px;
  1369. background: #f5f5f5;
  1370. color: #444444;
  1371. }
  1372. .uk-panel-box .uk-panel-title {
  1373. color: #444444;
  1374. }
  1375. .uk-panel-box .uk-panel-badge {
  1376. top: 10px;
  1377. right: 10px;
  1378. }
  1379. /*
  1380. * Nav in panel
  1381. */
  1382. .uk-panel-box .uk-nav-side {
  1383. margin: 0 -15px;
  1384. }
  1385. /*
  1386. * Sub-modifier: `uk-panel-box-primary`
  1387. */
  1388. .uk-panel-box-primary {
  1389. background-color: #ebf7fd;
  1390. color: #2d7091;
  1391. }
  1392. .uk-panel-box-primary .uk-panel-title {
  1393. color: #2d7091;
  1394. }
  1395. /*
  1396. * Sub-modifier: `uk-panel-box-secondary`
  1397. */
  1398. .uk-panel-box-secondary {
  1399. background-color: #eeeeee;
  1400. color: #444444;
  1401. }
  1402. .uk-panel-box-secondary .uk-panel-title {
  1403. color: #444444;
  1404. }
  1405. /* Modifier: `uk-panel-header`
  1406. ========================================================================== */
  1407. .uk-panel-header .uk-panel-title {
  1408. padding-bottom: 10px;
  1409. border-bottom: 1px solid #dddddd;
  1410. color: #444444;
  1411. }
  1412. /* Modifier: `uk-panel-space`
  1413. ========================================================================== */
  1414. .uk-panel-space {
  1415. padding: 30px;
  1416. }
  1417. .uk-panel-space .uk-panel-badge {
  1418. top: 30px;
  1419. right: 30px;
  1420. }
  1421. /* Modifier: `uk-panel-divider`
  1422. ========================================================================== */
  1423. .uk-panel + .uk-panel-divider {
  1424. margin-top: 50px !important;
  1425. }
  1426. .uk-panel + .uk-panel-divider:before {
  1427. content: "";
  1428. display: block;
  1429. position: absolute;
  1430. top: -25px;
  1431. left: 0;
  1432. right: 0;
  1433. border-top: 1px solid #dddddd;
  1434. }
  1435. /* Only large screens */
  1436. @media (min-width: 1220px) {
  1437. .uk-panel + .uk-panel-divider {
  1438. margin-top: 70px !important;
  1439. }
  1440. .uk-panel + .uk-panel-divider:before {
  1441. top: -35px;
  1442. }
  1443. }
  1444. /* Hooks
  1445. ========================================================================== */
  1446. /*
  1447. * Name: Article
  1448. * Description: Defines styles for articles within your page
  1449. *
  1450. * Component: `uk-article`
  1451. *
  1452. * Sub-objects: `uk-article-title`
  1453. * `uk-article-meta`
  1454. * `uk-article-lead`
  1455. * `uk-article-divider`
  1456. *
  1457. ========================================================================== */
  1458. /* Component
  1459. ========================================================================== */
  1460. /*
  1461. * Micro clearfix to make articles more robust
  1462. */
  1463. .uk-article:before,
  1464. .uk-article:after {
  1465. content: " ";
  1466. display: table;
  1467. }
  1468. .uk-article:after {
  1469. clear: both;
  1470. }
  1471. /*
  1472. * Remove margin from the last-child
  1473. */
  1474. .uk-article > :last-child {
  1475. margin-bottom: 0;
  1476. }
  1477. /*
  1478. * Vertical gutter for articles
  1479. */
  1480. .uk-article + .uk-article {
  1481. margin-top: 15px;
  1482. }
  1483. /* Sub-object `uk-article-title`
  1484. ========================================================================== */
  1485. .uk-article-title {
  1486. font-size: 36px;
  1487. line-height: 42px;
  1488. font-weight: normal;
  1489. text-transform: none;
  1490. }
  1491. .uk-article-title a {
  1492. color: inherit;
  1493. text-decoration: none;
  1494. }
  1495. /* Sub-object `uk-article-meta`
  1496. ========================================================================== */
  1497. .uk-article-meta {
  1498. font-size: 12px;
  1499. line-height: 18px;
  1500. color: #999999;
  1501. }
  1502. /* Sub-object `uk-article-lead`
  1503. ========================================================================== */
  1504. .uk-article-lead {
  1505. color: #444444;
  1506. font-size: 18px;
  1507. line-height: 24px;
  1508. font-weight: normal;
  1509. }
  1510. /* Sub-object `uk-article-divider`
  1511. ========================================================================== */
  1512. .uk-article-divider {
  1513. margin-bottom: 25px;
  1514. border-color: #dddddd;
  1515. }
  1516. * + .uk-article-divider {
  1517. margin-top: 25px;
  1518. }
  1519. /* Hooks
  1520. ========================================================================== */
  1521. /*
  1522. * Name: Comment
  1523. * Description: Defines styles for comment threads
  1524. *
  1525. * Component: `uk-comment`
  1526. *
  1527. * Sub-objects: `uk-comment-header`
  1528. * `uk-comment-avatar`
  1529. * `uk-comment-title`
  1530. * `uk-comment-meta`
  1531. * `uk-comment-body`
  1532. * `uk-comment-list`
  1533. *
  1534. ========================================================================== */
  1535. /* Component
  1536. ========================================================================== */
  1537. /* Sub-object `uk-comment-header`
  1538. ========================================================================== */
  1539. .uk-comment-header {
  1540. margin-bottom: 15px;
  1541. }
  1542. /*
  1543. * Micro clearfix
  1544. */
  1545. .uk-comment-header:before,
  1546. .uk-comment-header:after {
  1547. content: " ";
  1548. display: table;
  1549. }
  1550. .uk-comment-header:after {
  1551. clear: both;
  1552. }
  1553. /* Sub-object `uk-comment-avatar`
  1554. ========================================================================== */
  1555. .uk-comment-avatar {
  1556. margin-right: 15px;
  1557. float: left;
  1558. }
  1559. /* Sub-object `uk-comment-title`
  1560. ========================================================================== */
  1561. .uk-comment-title {
  1562. margin: 5px 0 0 0;
  1563. font-size: 16px;
  1564. line-height: 22px;
  1565. }
  1566. /* Sub-object `uk-comment-meta`
  1567. ========================================================================== */
  1568. .uk-comment-meta {
  1569. margin: 2px 0 0 0;
  1570. font-size: 11px;
  1571. line-height: 16px;
  1572. color: #999999;
  1573. }
  1574. /* Sub-object `uk-comment-body`
  1575. ========================================================================== */
  1576. /*
  1577. * Remove margin from the last-child
  1578. */
  1579. .uk-comment-body > :last-child {
  1580. margin-bottom: 0;
  1581. }
  1582. /* Sub-object `uk-comment-list`
  1583. ========================================================================== */
  1584. .uk-comment-list {
  1585. padding: 0;
  1586. list-style: none;
  1587. }
  1588. .uk-comment-list .uk-comment + ul {
  1589. margin: 15px 0 0 0;
  1590. padding-left: 100px;
  1591. list-style: none;
  1592. }
  1593. .uk-comment-list > li:nth-child(n+2),
  1594. .uk-comment-list .uk-comment + ul > li:nth-child(n+2) {
  1595. margin-top: 15px;
  1596. }
  1597. /* Hooks
  1598. ========================================================================== */
  1599. /* Navs */
  1600. /*
  1601. * Name: Nav
  1602. * Description: Defines styles for list navigations
  1603. *
  1604. * Component: `uk-nav`
  1605. *
  1606. * Sub-objects: `uk-nav-header`
  1607. * `uk-nav-divider`
  1608. * `uk-nav-sub`
  1609. *
  1610. * Modifiers: `uk-nav-parent-icon`
  1611. * `uk-nav-side`
  1612. * `uk-nav-dropdown`
  1613. * `uk-nav-navbar`
  1614. * `uk-nav-search`
  1615. * `uk-nav-offcanvas`
  1616. *
  1617. * States: `uk-active`
  1618. * `uk-parent`
  1619. * `uk-open`
  1620. * `uk-touch`
  1621. *
  1622. * Uses: Icon: FontAwesome
  1623. *
  1624. * Used by: Panel
  1625. * Dropdown
  1626. *
  1627. ========================================================================== */
  1628. /* Component
  1629. ========================================================================== */
  1630. .uk-nav,
  1631. .uk-nav ul {
  1632. margin: 0;
  1633. padding: 0;
  1634. list-style: none;
  1635. }
  1636. /*
  1637. * Items
  1638. */
  1639. .uk-nav li > a {
  1640. display: block;
  1641. text-decoration: none;
  1642. }
  1643. .uk-nav > li > a {
  1644. padding: 5px 15px;
  1645. }
  1646. /*
  1647. * Nested items
  1648. */
  1649. .uk-nav ul {
  1650. padding-left: 15px;
  1651. }
  1652. .uk-nav ul a {
  1653. padding: 2px 0;
  1654. }
  1655. /*
  1656. * Item subtitle
  1657. */
  1658. .uk-nav li > a > div {
  1659. font-size: 12px;
  1660. line-height: 18px;
  1661. }
  1662. /* Sub-object: `uk-nav-header`
  1663. ========================================================================== */
  1664. .uk-nav-header {
  1665. padding: 5px 15px;
  1666. text-transform: uppercase;
  1667. font-weight: bold;
  1668. font-size: 12px;
  1669. }
  1670. .uk-nav-header:not(:first-child) {
  1671. margin-top: 15px;
  1672. }
  1673. /* Sub-object: `uk-nav-divider`
  1674. ========================================================================== */
  1675. .uk-nav-divider {
  1676. margin: 9px 15px;
  1677. }
  1678. /* Sub-object: `uk-nav-sub`
  1679. ========================================================================== */
  1680. /*
  1681. * `ul` needed for higher specificity to override padding
  1682. */
  1683. ul.uk-nav-sub {
  1684. padding: 5px 0 5px 15px;
  1685. }
  1686. /* Modifier: `uk-nav-parent-icon`
  1687. ========================================================================== */
  1688. .uk-nav-parent-icon > .uk-parent > a:after {
  1689. content: "\f104";
  1690. width: 20px;
  1691. margin-right: -10px;
  1692. float: right;
  1693. font-family: "FontAwesome";
  1694. text-align: center;
  1695. }
  1696. .uk-nav-parent-icon > .uk-parent.uk-open > a:after {
  1697. content: "\f107";
  1698. }
  1699. /* Modifier `uk-nav-side`
  1700. ========================================================================== */
  1701. /*
  1702. * Items
  1703. */
  1704. .uk-nav-side > li > a {
  1705. color: #444444;
  1706. }
  1707. /*
  1708. * Hover
  1709. * 1. Apply hover style also to focus state
  1710. * 2. Remove default focus style
  1711. */
  1712. .uk-nav-side > li > a:hover,
  1713. .uk-nav-side > li > a:focus {
  1714. /* 1 */
  1715. background: rgba(0, 0, 0, 0.05);
  1716. color: #444444;
  1717. outline: none;
  1718. /* 2 */
  1719. }
  1720. /* Active */
  1721. .uk-nav-side > li.uk-active > a {
  1722. background: #00a8e6;
  1723. color: #ffffff;
  1724. }
  1725. /*
  1726. * Sub-object: `uk-nav-header`
  1727. */
  1728. .uk-nav-side .uk-nav-header {
  1729. color: #444444;
  1730. }
  1731. /*
  1732. * Sub-object: `uk-nav-divider`
  1733. */
  1734. .uk-nav-side .uk-nav-divider {
  1735. border-top: 1px solid #dddddd;
  1736. }
  1737. /*
  1738. * Nested items
  1739. */
  1740. .uk-nav-side ul a {
  1741. color: #0077dd;
  1742. }
  1743. .uk-nav-side ul a:hover {
  1744. color: #005599;
  1745. }
  1746. /* Modifier `uk-nav-dropdown`
  1747. ========================================================================== */
  1748. /*
  1749. * Items
  1750. */
  1751. .uk-nav-dropdown > li > a {
  1752. color: #444444;
  1753. }
  1754. /*
  1755. * Hover
  1756. * 1. Apply hover style also to focus state
  1757. * 2. Remove default focus style
  1758. */
  1759. .uk-nav-dropdown > li > a:hover,
  1760. .uk-nav-dropdown > li > a:focus {
  1761. /* 1 */
  1762. background: #00a8e6;
  1763. color: #ffffff;
  1764. outline: none;
  1765. /* 2 */
  1766. }
  1767. /*
  1768. * Sub-object: `uk-nav-header`
  1769. */
  1770. .uk-nav-dropdown .uk-nav-header {
  1771. color: #999999;
  1772. }
  1773. /*
  1774. * Sub-object: `uk-nav-divider`
  1775. */
  1776. .uk-nav-dropdown .uk-nav-divider {
  1777. border-top: 1px solid #dddddd;
  1778. }
  1779. /*
  1780. * Nested items
  1781. */
  1782. .uk-nav-dropdown ul a {
  1783. color: #0077dd;
  1784. }
  1785. .uk-nav-dropdown ul a:hover {
  1786. color: #005599;
  1787. }
  1788. /* Modifier `uk-nav-navbar`
  1789. ========================================================================== */
  1790. /*
  1791. * Items
  1792. */
  1793. .uk-nav-navbar > li > a {
  1794. color: #444444;
  1795. }
  1796. /*
  1797. * Hover
  1798. * 1. Apply hover style also to focus state
  1799. * 2. Remove default focus style
  1800. */
  1801. .uk-nav-navbar > li > a:hover,
  1802. .uk-nav-navbar > li > a:focus {
  1803. /* 1 */
  1804. background: #00a8e6;
  1805. color: #ffffff;
  1806. outline: none;
  1807. /* 2 */
  1808. }
  1809. /*
  1810. * Sub-object: `uk-nav-header`
  1811. */
  1812. .uk-nav-navbar .uk-nav-header {
  1813. color: #999999;
  1814. }
  1815. /*
  1816. * Sub-object: `uk-nav-divider`
  1817. */
  1818. .uk-nav-navbar .uk-nav-divider {
  1819. border-top: 1px solid #dddddd;
  1820. }
  1821. /*
  1822. * Nested items
  1823. */
  1824. .uk-nav-navbar ul a {
  1825. color: #0077dd;
  1826. }
  1827. .uk-nav-navbar ul a:hover {
  1828. color: #005599;
  1829. }
  1830. /* Modifier `uk-nav-search`
  1831. ========================================================================== */
  1832. /*
  1833. * Items
  1834. */
  1835. .uk-nav-search > li > a {
  1836. color: #444444;
  1837. }
  1838. /*
  1839. * Active
  1840. * 1. Remove default focus style
  1841. */
  1842. .uk-nav-search > li.uk-active > a {
  1843. background: #00a8e6;
  1844. color: #ffffff;
  1845. outline: none;
  1846. /* 2 */
  1847. }
  1848. /*
  1849. * Sub-object: `uk-nav-header`
  1850. */
  1851. .uk-nav-search .uk-nav-header {
  1852. color: #999999;
  1853. }
  1854. /*
  1855. * Sub-object: `uk-nav-divider`
  1856. */
  1857. .uk-nav-search .uk-nav-divider {
  1858. border-top: 1px solid #dddddd;
  1859. }
  1860. /*
  1861. * Nested items
  1862. */
  1863. .uk-nav-search ul a {
  1864. color: #0077dd;
  1865. }
  1866. .uk-nav-search ul a:hover {
  1867. color: #005599;
  1868. }
  1869. /* Modifier `uk-nav-offcanvas`
  1870. ========================================================================== */
  1871. /*
  1872. * Items
  1873. */
  1874. .uk-nav-offcanvas > li > a {
  1875. color: #cccccc;
  1876. padding: 10px 15px;
  1877. }
  1878. /*
  1879. * Hover
  1880. * No hover on touch devices because it behaves buggy in fixed offcanvas
  1881. * 1. Apply hover style also to focus state
  1882. * 2. Remove default focus style
  1883. */
  1884. .uk-nav-offcanvas > .uk-open > a,
  1885. html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover,
  1886. html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus {
  1887. /* 1 */
  1888. background: #404040;
  1889. color: #ffffff;
  1890. outline: none;
  1891. /* 2 */
  1892. }
  1893. /*
  1894. * Active
  1895. * `html .uk-nav` needed for higher specificity to override hover
  1896. */
  1897. html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
  1898. background: #1a1a1a;
  1899. color: #ffffff;
  1900. }
  1901. /*
  1902. * Sub-object: `uk-nav-header`
  1903. */
  1904. .uk-nav-offcanvas .uk-nav-header {
  1905. color: #777777;
  1906. }
  1907. /*
  1908. * Sub-object: `uk-nav-divider`
  1909. */
  1910. .uk-nav-offcanvas .uk-nav-divider {
  1911. border-top: 1px solid #1a1a1a;
  1912. }
  1913. /*
  1914. * Nested items
  1915. * No hover on touch devices because it behaves buggy in fixed offcanvas
  1916. */
  1917. .uk-nav-offcanvas ul a {
  1918. color: #cccccc;
  1919. }
  1920. html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
  1921. color: #ffffff;
  1922. }
  1923. /* Hooks
  1924. ========================================================================== */
  1925. /*
  1926. * Name: Navbar
  1927. * Description: Defines styles for the navigation bar
  1928. *
  1929. * Component: `uk-navbar`
  1930. *
  1931. * Sub-objects: `uk-navbar-nav`
  1932. * `uk-navbar-nav-subtitle`
  1933. * `uk-navbar-content`
  1934. * `uk-navbar-brand`
  1935. * `uk-navbar-toggle`
  1936. * `uk-navbar-toggle-alt`
  1937. * `uk-navbar-center`
  1938. * `uk-navbar-flip`
  1939. *
  1940. * Modifiers: `uk-navbar-attached`
  1941. *
  1942. * States: `uk-active`
  1943. * `uk-parent`
  1944. * `uk-open`
  1945. *
  1946. * Used by: Dropdown
  1947. *
  1948. ========================================================================== */
  1949. /* Component
  1950. ========================================================================== */
  1951. .uk-navbar {
  1952. background: #eeeeee;
  1953. color: #444444;
  1954. }
  1955. /*
  1956. * Micro clearfix
  1957. */
  1958. .uk-navbar:before,
  1959. .uk-navbar:after {
  1960. content: " ";
  1961. display: table;
  1962. }
  1963. .uk-navbar:after {
  1964. clear: both;
  1965. }
  1966. /* Sub-object: `uk-navbar-nav`
  1967. ========================================================================== */
  1968. .uk-navbar-nav {
  1969. margin: 0;
  1970. padding: 0;
  1971. list-style: none;
  1972. float: left;
  1973. }
  1974. /*
  1975. * 1. Create position context for dropdowns
  1976. */
  1977. .uk-navbar-nav > li {
  1978. position: relative;
  1979. /* 1 */
  1980. float: left;
  1981. }
  1982. /*
  1983. * 1. Dimensions
  1984. * 2. Style
  1985. */
  1986. .uk-navbar-nav > li > a {
  1987. display: block;
  1988. -moz-box-sizing: border-box;
  1989. box-sizing: border-box;
  1990. text-decoration: none;
  1991. /* 1 */
  1992. height: 40px;
  1993. padding: 0 15px;
  1994. line-height: 40px;
  1995. /* 2 */
  1996. color: #444444;
  1997. font-size: 14px;
  1998. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  1999. font-weight: normal;
  2000. }
  2001. /* Appear not as link */
  2002. .uk-navbar-nav > li > a[href='#'] {
  2003. cursor: auto;
  2004. }
  2005. /*
  2006. * Hover
  2007. * 1. Apply hover style also to focus state
  2008. * 2. Also apply if dropdown is opened
  2009. * 3. Remove default focus style
  2010. */
  2011. .uk-navbar-nav > li:hover > a,
  2012. .uk-navbar-nav > li > a:focus,
  2013. .uk-navbar-nav > li.uk-open > a {
  2014. /* 2 */
  2015. background-color: #f5f5f5;
  2016. color: #444444;
  2017. outline: none;
  2018. /* 3 */
  2019. }
  2020. /* OnClick */.uk-navbar-nav > li > a:active {
  2021. background-color: #dddddd;
  2022. color: #444444;
  2023. }
  2024. /* Active */
  2025. .uk-navbar-nav > li.uk-active > a {
  2026. background-color: #f5f5f5;
  2027. color: #444444;
  2028. }
  2029. /* Sub-objects: `uk-navbar-nav-subtitle`
  2030. ========================================================================== */
  2031. .uk-navbar-nav .uk-navbar-nav-subtitle {
  2032. line-height: 28px;
  2033. }
  2034. .uk-navbar-nav-subtitle > div {
  2035. margin-top: -6px;
  2036. font-size: 10px;
  2037. line-height: 12px;
  2038. }
  2039. /* Sub-objects: `uk-navbar-content`, `uk-navbar-brand`, `uk-navbar-toggle`
  2040. ========================================================================== */
  2041. /*
  2042. * Imitate navbar items
  2043. */
  2044. .uk-navbar-content,
  2045. .uk-navbar-brand,
  2046. .uk-navbar-toggle {
  2047. -moz-box-sizing: border-box;
  2048. box-sizing: border-box;
  2049. height: 40px;
  2050. padding: 0 15px;
  2051. float: left;
  2052. }
  2053. /*
  2054. * Helper to center all child elements vertically
  2055. */
  2056. .uk-navbar-content:before,
  2057. .uk-navbar-brand:before,
  2058. .uk-navbar-toggle:before {
  2059. content: '';
  2060. display: inline-block;
  2061. height: 100%;
  2062. vertical-align: middle;
  2063. }
  2064. /* Sub-objects: `uk-navbar-content`
  2065. ========================================================================== */
  2066. /*
  2067. * Better sibling spacing
  2068. */
  2069. .uk-navbar-content + .uk-navbar-content:not(.uk-navbar-center) {
  2070. padding-left: 0;
  2071. }
  2072. /*
  2073. * Link colors
  2074. */
  2075. .uk-navbar-content > a:not([class]) {
  2076. color: #0077dd;
  2077. }
  2078. .uk-navbar-content > a:not([class]):hover {
  2079. color: #005599;
  2080. }
  2081. /* Sub-objects: `uk-navbar-brand`
  2082. ========================================================================== */
  2083. .uk-navbar-brand {
  2084. font-size: 18px;
  2085. color: #444444;
  2086. }
  2087. /*
  2088. * 1. Apply hover style also to focus state
  2089. * 2. Remove default focus style
  2090. */
  2091. .uk-navbar-brand:hover,
  2092. .uk-navbar-brand:focus {
  2093. /* 1 */
  2094. color: #444444;
  2095. text-decoration: none;
  2096. outline: none;
  2097. /* 2 */
  2098. }
  2099. /* Sub-object: `uk-navbar-toggle`
  2100. ========================================================================== */
  2101. .uk-navbar-toggle {
  2102. font-size: 18px;
  2103. color: #444444;
  2104. }
  2105. /*
  2106. * 1. Apply hover style also to focus state
  2107. * 2. Remove default focus style
  2108. */
  2109. .uk-navbar-toggle:hover,
  2110. .uk-navbar-toggle:focus {
  2111. /* 1 */
  2112. color: #444444;
  2113. text-decoration: none;
  2114. outline: none;
  2115. /* 2 */
  2116. }
  2117. /*
  2118. * 1. Center icon vertically
  2119. */
  2120. .uk-navbar-toggle:after {
  2121. content: "\f0c9";
  2122. font-family: "FontAwesome";
  2123. vertical-align: middle;
  2124. /* 1 */
  2125. }
  2126. .uk-navbar-toggle-alt:after {
  2127. content: "\f002";
  2128. }
  2129. /* Sub-object: `uk-navbar-center`
  2130. ========================================================================== */
  2131. /*
  2132. * The element with this class needs to be last child in the navbar
  2133. * 1. This hack is needed because other float elements shift centered text
  2134. */
  2135. .uk-navbar-center {
  2136. max-width: 50%;
  2137. margin: auto;
  2138. /* 1 */
  2139. float: none;
  2140. text-align: center;
  2141. }
  2142. /* Sub-object: `uk-navbar-flip`
  2143. ========================================================================== */
  2144. .uk-navbar-flip {
  2145. float: right;
  2146. }
  2147. /* Hooks
  2148. ========================================================================== */
  2149. /*
  2150. * Name: Subnav
  2151. * Description: Defines styles for the sub navigation
  2152. *
  2153. * Component: `uk-subnav`
  2154. *
  2155. * Modifiers: `uk-subnav-line`
  2156. * `uk-subnav-pill`
  2157. *
  2158. * States: `uk-active`
  2159. *
  2160. ========================================================================== */
  2161. /* Component
  2162. ========================================================================== */
  2163. /*
  2164. * 1. Remove default list style
  2165. * 2. Remove whitespace between child elements when using `inline-block`
  2166. */
  2167. .uk-subnav {
  2168. /* 1 */
  2169. padding: 0;
  2170. list-style: none;
  2171. /* 2 */
  2172. letter-spacing: -0.31em;
  2173. }
  2174. /* Items
  2175. ========================================================================== */
  2176. /*
  2177. * 1. Create position context for dropdowns
  2178. * 2. Reset whitespace hack
  2179. */
  2180. .uk-subnav > li {
  2181. position: relative;
  2182. /* 1 */
  2183. letter-spacing: normal;
  2184. /* 2 */
  2185. }
  2186. .uk-subnav > li,
  2187. .uk-subnav > li > a,
  2188. .uk-subnav > li > span {
  2189. display: inline-block;
  2190. }
  2191. .uk-subnav > li:nth-child(n+2) {
  2192. margin-left: 10px;
  2193. }
  2194. /*
  2195. * Items
  2196. */
  2197. .uk-subnav > li > a {
  2198. color: #0077dd;
  2199. }
  2200. .uk-subnav > li > a:hover {
  2201. color: #005599;
  2202. }
  2203. /*
  2204. * Disabled
  2205. */
  2206. .uk-subnav > li > span {
  2207. color: #999999;
  2208. }
  2209. /* Modifier: 'subnav-line'
  2210. ========================================================================== */
  2211. .uk-subnav-line > li:nth-child(n+2):before {
  2212. content: "";
  2213. display: inline-block;
  2214. height: 10px;
  2215. margin-right: 10px;
  2216. border-left: 1px solid #dddddd;
  2217. }
  2218. /* Modifier: 'subnav-pill'
  2219. ========================================================================== */
  2220. .uk-subnav-pill > li > a,
  2221. .uk-subnav-pill > li > span {
  2222. padding: 3px 9px;
  2223. text-decoration: none;
  2224. }
  2225. /*
  2226. * Hover
  2227. * 1. Apply hover style also to focus state
  2228. * 2. Remove default focus style
  2229. */
  2230. .uk-subnav-pill > li > a:hover,
  2231. .uk-subnav-pill > li > a:focus {
  2232. /* 1 */
  2233. background: #eeeeee;
  2234. color: #444444;
  2235. outline: none;
  2236. /* 2 */
  2237. }
  2238. /*
  2239. * Active
  2240. * `li` needed for higher specificity to override hover
  2241. */
  2242. .uk-subnav-pill > li.uk-active > a {
  2243. background: #00a8e6;
  2244. color: #ffffff;
  2245. }
  2246. /* Hooks
  2247. ========================================================================== */
  2248. /*
  2249. * Name: Breadcrumb
  2250. * Description: Defines styles for a breadcrumb navigation
  2251. *
  2252. * Component: `uk-breadcrumb`
  2253. *
  2254. * States: `uk-active`
  2255. *
  2256. ========================================================================== */
  2257. /* Component
  2258. ========================================================================== */
  2259. /*
  2260. * 1. Remove default list style
  2261. * 2. Remove whitespace between child elements when using `inline-block`
  2262. */
  2263. .uk-breadcrumb {
  2264. /* 1 */
  2265. padding: 0;
  2266. list-style: none;
  2267. /* 2 */
  2268. letter-spacing: -0.31em;
  2269. }
  2270. /* Items
  2271. ========================================================================== */
  2272. /*
  2273. * Reset whitespace hack
  2274. */
  2275. .uk-breadcrumb > li {
  2276. letter-spacing: normal;
  2277. }
  2278. .uk-breadcrumb > li,
  2279. .uk-breadcrumb > li > a,
  2280. .uk-breadcrumb > li > span {
  2281. display: inline-block;
  2282. }
  2283. .uk-breadcrumb > li:nth-child(n+2):before {
  2284. content: "/";
  2285. display: inline-block;
  2286. margin: 0 8px;
  2287. vertical-align: top;
  2288. /* 2 */
  2289. }
  2290. /*
  2291. * Disabled
  2292. */
  2293. .uk-breadcrumb > li:not(.uk-active) > span {
  2294. color: #999999;
  2295. }
  2296. /* Hooks
  2297. ========================================================================== */
  2298. /*
  2299. * Name: Pagination
  2300. * Description: Defines styles for a navigation between pages
  2301. *
  2302. * Component: `uk-pagination`
  2303. *
  2304. * Sub-objects: `uk-pagination-previous`
  2305. * `uk-pagination-next`
  2306. *
  2307. * States: `uk-active`
  2308. * `uk-disabled`
  2309. *
  2310. * Modifiers: `uk-pagination-left`
  2311. * `uk-pagination-right`
  2312. *
  2313. ========================================================================== */
  2314. /* Component
  2315. ========================================================================== */
  2316. /*
  2317. * 1. Remove default list style
  2318. * 2. Center pagination by default
  2319. * 3. Remove whitespace between child elements when using `inline-block`
  2320. */
  2321. .uk-pagination {
  2322. /* 1 */
  2323. padding: 0;
  2324. list-style: none;
  2325. /* 2 */
  2326. text-align: center;
  2327. /* 3 */
  2328. letter-spacing: -0.31em;
  2329. }
  2330. /*
  2331. * Micro clearfix
  2332. * Needed if `uk-pagination-previous` or `uk-pagination-next` sub-objects are used
  2333. */
  2334. .uk-pagination:before,
  2335. .uk-pagination:after {
  2336. content: " ";
  2337. display: table;
  2338. }
  2339. .uk-pagination:after {
  2340. clear: both;
  2341. }
  2342. /* Items
  2343. ========================================================================== */
  2344. /*
  2345. * 1. Reset whitespace hack
  2346. */
  2347. .uk-pagination > li {
  2348. display: inline-block;
  2349. letter-spacing: normal;
  2350. /* 1 */
  2351. }
  2352. .uk-pagination > li:nth-child(n+2) {
  2353. margin-left: 5px;
  2354. }
  2355. /*
  2356. * 1. Makes pagination more robust against different box-sizing use
  2357. * 2. Reset text-align to center if alignment modifier is used
  2358. */
  2359. .uk-pagination > li > a,
  2360. .uk-pagination > li > span {
  2361. -moz-box-sizing: content-box;
  2362. box-sizing: content-box;
  2363. /* 1 */
  2364. display: inline-block;
  2365. min-width: 16px;
  2366. padding: 3px 5px;
  2367. line-height: 20px;
  2368. text-decoration: none;
  2369. text-align: center;
  2370. /* 2 */
  2371. }
  2372. /*
  2373. * Links
  2374. */
  2375. .uk-pagination > li > a {
  2376. background: #eeeeee;
  2377. color: #444444;
  2378. }
  2379. /*
  2380. * Hover
  2381. * 1. Apply hover style also to focus state
  2382. * 2. Remove default focus style
  2383. */
  2384. .uk-pagination > li > a:hover,
  2385. .uk-pagination > li > a:focus {
  2386. /* 1 */
  2387. background-color: #f5f5f5;
  2388. color: #444444;
  2389. outline: none;
  2390. /* 2 */
  2391. }
  2392. /* OnClick */
  2393. .uk-pagination > li > a:active {
  2394. background-color: #dddddd;
  2395. color: #444444;
  2396. }
  2397. /*
  2398. * Active
  2399. */
  2400. .uk-pagination > .uk-active > span {
  2401. background: #00a8e6;
  2402. color: #ffffff;
  2403. }
  2404. /*
  2405. * Disabled
  2406. */
  2407. .uk-pagination > .uk-disabled > span {
  2408. background-color: #f5f5f5;
  2409. color: #999999;
  2410. }
  2411. /* Previous and next navigation
  2412. ========================================================================== */
  2413. .uk-pagination-previous {
  2414. float: left;
  2415. }
  2416. .uk-pagination-next {
  2417. float: right;
  2418. }
  2419. /* Alignment modifiers
  2420. ========================================================================== */
  2421. .uk-pagination-left {
  2422. text-align: left;
  2423. }
  2424. .uk-pagination-right {
  2425. text-align: right;
  2426. }
  2427. /* Hooks
  2428. ========================================================================== */
  2429. /*
  2430. * Name: Tab
  2431. * Description: Defines styles for a tabbed navigation
  2432. *
  2433. * Component: `uk-tab`
  2434. *
  2435. * Modifiers: `uk-tab-flip`
  2436. * `uk-tab-center`
  2437. * `uk-tab-grid`
  2438. * `uk-tab-bottom`
  2439. * `uk-tab-left`
  2440. * `uk-tab-right`
  2441. * `uk-tab-responsive`
  2442. *
  2443. * States: `uk-active`
  2444. * `uk-disabled`
  2445. *
  2446. ========================================================================== */
  2447. /* Component
  2448. ========================================================================== */
  2449. .uk-tab {
  2450. margin: 0;
  2451. padding: 0;
  2452. list-style: none;
  2453. border-bottom: 1px solid #dddddd;
  2454. }
  2455. /*
  2456. * Micro clearfix on the deepest container
  2457. */
  2458. .uk-tab:before,
  2459. .uk-tab:after {
  2460. content: " ";
  2461. display: table;
  2462. }
  2463. .uk-tab:after {
  2464. clear: both;
  2465. }
  2466. /*
  2467. * Items
  2468. * 1. Create position context for dropdowns
  2469. */
  2470. .uk-tab > li {
  2471. position: relative;
  2472. /* 1 */
  2473. margin-bottom: -1px;
  2474. float: left;
  2475. }
  2476. .uk-tab > li > a {
  2477. display: block;
  2478. padding: 8px 12px;
  2479. border: 1px solid transparent;
  2480. border-bottom-width: 0;
  2481. color: #0077dd;
  2482. text-decoration: none;
  2483. }
  2484. .uk-tab > li:nth-child(n+2) > a {
  2485. margin-left: 5px;
  2486. }
  2487. /*
  2488. * Hover
  2489. * 1. Apply hover style also to focus state
  2490. * 2. Also apply if dropdown is opened
  2491. * 3. Remove default focus style
  2492. */
  2493. .uk-tab > li > a:hover,
  2494. .uk-tab > li > a:focus,
  2495. .uk-tab > li.uk-open > a {
  2496. /* 2 */
  2497. border-color: #f5f5f5;
  2498. background: #f5f5f5;
  2499. color: #005599;
  2500. outline: none;
  2501. /* 3 */
  2502. }
  2503. .uk-tab > li:not(.uk-active) > a:hover,
  2504. .uk-tab > li:not(.uk-active) > a:focus,
  2505. .uk-tab > li.uk-open:not(.uk-active) > a {
  2506. margin-bottom: 1px;
  2507. padding-bottom: 7px;
  2508. }
  2509. /* Active */
  2510. .uk-tab > li.uk-active > a {
  2511. border-color: #dddddd;
  2512. border-bottom-color: transparent;
  2513. background: #ffffff;
  2514. color: #444444;
  2515. }
  2516. /* Disabled */
  2517. .uk-tab > li.uk-disabled > a {
  2518. color: #999999;
  2519. cursor: auto;
  2520. }
  2521. .uk-tab > li.uk-disabled > a:hover,
  2522. .uk-tab > li.uk-disabled > a:focus,
  2523. .uk-tab > li.uk-disabled.uk-active > a {
  2524. background: none;
  2525. border-color: transparent;
  2526. }
  2527. /* Modifier: 'tab-flip'
  2528. ========================================================================== */
  2529. .uk-tab-flip > li {
  2530. float: right;
  2531. }
  2532. .uk-tab-flip > li:nth-child(n+2) > a {
  2533. margin-left: 0;
  2534. margin-right: 5px;
  2535. }
  2536. /* Modifier: 'tab-responsive'
  2537. ========================================================================== */
  2538. /*
  2539. * Hidden by default
  2540. */
  2541. .uk-tab-responsive {
  2542. display: none;
  2543. }
  2544. .uk-tab-responsive > a:before {
  2545. content: "\f0c9\00a0";
  2546. font-family: "FontAwesome";
  2547. }
  2548. /* Only phones */
  2549. @media (max-width: 767px) {
  2550. [data-uk-tab] > li {
  2551. display: none;
  2552. }
  2553. [data-uk-tab] > li.uk-tab-responsive {
  2554. display: block;
  2555. }
  2556. [data-uk-tab] > li.uk-tab-responsive > a {
  2557. margin-left: 0;
  2558. margin-right: 0;
  2559. }
  2560. }
  2561. /* Modifier: 'tab-center'
  2562. ========================================================================== */
  2563. .uk-tab-center {
  2564. border-bottom: 1px solid #dddddd;
  2565. }
  2566. .uk-tab-center-bottom {
  2567. border-bottom: none;
  2568. border-top: 1px solid #dddddd;
  2569. }
  2570. .uk-tab-center:before,
  2571. .uk-tab-center:after {
  2572. content: " ";
  2573. display: table;
  2574. }
  2575. .uk-tab-center:after {
  2576. clear: both;
  2577. }
  2578. .uk-tab-center .uk-tab {
  2579. position: relative;
  2580. left: 50%;
  2581. border: none;
  2582. float: left;
  2583. }
  2584. .uk-tab-center .uk-tab > li {
  2585. position: relative;
  2586. left: -50%;
  2587. }
  2588. .uk-tab-center .uk-tab > li > a {
  2589. text-align: center;
  2590. }
  2591. /* Modifier: 'tab-bottom'
  2592. ========================================================================== */
  2593. .uk-tab-bottom {
  2594. border-top: 1px solid #dddddd;
  2595. border-bottom: none;
  2596. }
  2597. .uk-tab-bottom > li {
  2598. margin-top: -1px;
  2599. margin-bottom: 0;
  2600. }
  2601. .uk-tab-bottom > li > a {
  2602. border-bottom-width: 1px;
  2603. border-top-width: 0;
  2604. }
  2605. .uk-tab-bottom > li:not(.uk-active) > a:hover,
  2606. .uk-tab-bottom > li:not(.uk-active) > a:focus,
  2607. .uk-tab-bottom > li.uk-open:not(.uk-active) > a {
  2608. margin-bottom: 0;
  2609. margin-top: 1px;
  2610. padding-bottom: 8px;
  2611. padding-top: 7px;
  2612. }
  2613. .uk-tab-bottom > li.uk-active > a {
  2614. border-top-color: transparent;
  2615. border-bottom-color: #dddddd;
  2616. }
  2617. /* Modifier: 'tab-grid'
  2618. ========================================================================== */
  2619. /*
  2620. * 1. Create position context to prevent hidden border because of negative `z-index`
  2621. */
  2622. .uk-tab-grid {
  2623. position: relative;
  2624. z-index: 0;
  2625. /* 1 */
  2626. margin-left: -5px;
  2627. border-bottom: none;
  2628. }
  2629. .uk-tab-grid:before {
  2630. display: block;
  2631. position: absolute;
  2632. left: 5px;
  2633. right: 0px;
  2634. bottom: -1px;
  2635. z-index: -1;
  2636. /* 1 */
  2637. border-top: 1px solid #dddddd;
  2638. }
  2639. .uk-tab-grid > li:first-child > a {
  2640. margin-left: 5px;
  2641. }
  2642. .uk-tab-grid > li > a {
  2643. text-align: center;
  2644. }
  2645. /*
  2646. * If `uk-tab-bottom`
  2647. */
  2648. .uk-tab-grid.uk-tab-bottom {
  2649. border-top: none;
  2650. }
  2651. .uk-tab-grid.uk-tab-bottom:before {
  2652. top: -1px;
  2653. bottom: auto;
  2654. }
  2655. /* Modifier: 'tab-left', 'tab-right'
  2656. ========================================================================== */
  2657. /* Only tablets and desktops */
  2658. @media (min-width: 768px) {
  2659. .uk-tab-left,
  2660. .uk-tab-right {
  2661. border-bottom: none;
  2662. }
  2663. .uk-tab-left > li,
  2664. .uk-tab-right > li {
  2665. margin-bottom: 0;
  2666. float: none;
  2667. }
  2668. .uk-tab-left > li:nth-child(n+2) > a,
  2669. .uk-tab-right > li:nth-child(n+2) > a {
  2670. margin-left: 0;
  2671. margin-top: 5px;
  2672. }
  2673. .uk-tab-left > li.uk-active > a,
  2674. .uk-tab-right > li.uk-active > a {
  2675. border-color: #dddddd;
  2676. }
  2677. /*
  2678. * Modifier: 'tab-left'
  2679. */
  2680. .uk-tab-left {
  2681. border-right: 1px solid #dddddd;
  2682. }
  2683. .uk-tab-left > li {
  2684. margin-right: -1px;
  2685. }
  2686. .uk-tab-left > li > a {
  2687. border-bottom-width: 1px;
  2688. border-right-width: 0;
  2689. }
  2690. .uk-tab-left > li:not(.uk-active) > a:hover,
  2691. .uk-tab-left > li:not(.uk-active) > a:focus {
  2692. margin-bottom: 0;
  2693. margin-right: 1px;
  2694. padding-bottom: 8px;
  2695. padding-right: 11px;
  2696. }
  2697. .uk-tab-left > li.uk-active > a {
  2698. border-right-color: transparent;
  2699. }
  2700. /*
  2701. * Modifier: 'tab-right'
  2702. */
  2703. .uk-tab-right {
  2704. border-left: 1px solid #dddddd;
  2705. }
  2706. .uk-tab-right > li {
  2707. margin-left: -1px;
  2708. }
  2709. .uk-tab-right > li > a {
  2710. border-bottom-width: 1px;
  2711. border-left-width: 0;
  2712. }
  2713. .uk-tab-right > li:not(.uk-active) > a:hover,
  2714. .uk-tab-right > li:not(.uk-active) > a:focus {
  2715. margin-bottom: 0;
  2716. margin-left: 1px;
  2717. padding-bottom: 8px;
  2718. padding-left: 11px;
  2719. }
  2720. .uk-tab-right > li.uk-active > a {
  2721. border-left-color: transparent;
  2722. }
  2723. }
  2724. /* Hooks
  2725. ========================================================================== */
  2726. /* Elements */
  2727. /*
  2728. * Name: List
  2729. * Description: Defines styles for ordered and unordered lists
  2730. *
  2731. * Component: `uk-list`
  2732. *
  2733. * Modifiers: `uk-list-line`
  2734. * `uk-list-striped`
  2735. * `uk-list-space`
  2736. *
  2737. ========================================================================== */
  2738. /* Component
  2739. ========================================================================== */
  2740. .uk-list {
  2741. padding: 0;
  2742. list-style: none;
  2743. }
  2744. /*
  2745. * Nested lists
  2746. */
  2747. .uk-list ul {
  2748. margin: 0;
  2749. padding-left: 20px;
  2750. list-style: none;
  2751. }
  2752. /* Modifier: `uk-list-line`
  2753. ========================================================================== */
  2754. .uk-list-line > li:nth-child(n+2) {
  2755. margin-top: 5px;
  2756. padding-top: 5px;
  2757. border-top: 1px solid #dddddd;
  2758. }
  2759. /* Modifier: `uk-list-striped`
  2760. ========================================================================== */
  2761. .uk-list-striped > li {
  2762. padding: 5px 5px;
  2763. }
  2764. .uk-list-striped > li:nth-of-type(odd) {
  2765. background: #f5f5f5;
  2766. }
  2767. /* Modifier: `uk-list-space`
  2768. ========================================================================== */
  2769. .uk-list-space > li:nth-child(n+2) {
  2770. margin-top: 10px;
  2771. }
  2772. /* Hooks
  2773. ========================================================================== */
  2774. /*
  2775. * Name: Description list
  2776. * Description: Defines styles for description lists
  2777. *
  2778. * Component: `uk-description-list`
  2779. *
  2780. * Modifiers: `uk-description-list-horizontal`
  2781. * `uk-description-list-line`
  2782. *
  2783. ========================================================================== */
  2784. /* Component
  2785. ========================================================================== */
  2786. /* Modifier: `uk-description-list-horizontal`
  2787. ========================================================================== */
  2788. /* Only tablets and desktops */
  2789. @media (min-width: 768px) {
  2790. .uk-description-list-horizontal {
  2791. overflow: hidden;
  2792. }
  2793. .uk-description-list-horizontal > dt {
  2794. width: 160px;
  2795. float: left;
  2796. clear: both;
  2797. overflow: hidden;
  2798. text-overflow: ellipsis;
  2799. white-space: nowrap;
  2800. }
  2801. .uk-description-list-horizontal > dd {
  2802. margin-left: 180px;
  2803. }
  2804. }
  2805. /* Modifier: `uk-description-list-line`
  2806. ========================================================================== */
  2807. .uk-description-list-line > dt {
  2808. font-weight: normal;
  2809. }
  2810. .uk-description-list-line > dt:nth-child(n+2) {
  2811. margin-top: 5px;
  2812. padding-top: 5px;
  2813. border-top: 1px solid #dddddd;
  2814. }
  2815. .uk-description-list-line > dd {
  2816. color: #999999;
  2817. }
  2818. /*
  2819. * Name: Table
  2820. * Description: Defines styles for tables
  2821. *
  2822. * Component: `uk-table`
  2823. *
  2824. * Modifiers: `uk-table-middle`
  2825. * `uk-table-striped`
  2826. * `uk-table-condensed`
  2827. * `uk-table-hover`
  2828. *
  2829. ========================================================================== */
  2830. /* Component
  2831. ========================================================================== */
  2832. /* Block element behavior */
  2833. .uk-table {
  2834. width: 100%;
  2835. margin-bottom: 15px 0;
  2836. }
  2837. /*
  2838. * Add margin if adjacent element
  2839. */
  2840. * + .uk-table {
  2841. margin-top: 15px;
  2842. }
  2843. .uk-table th,
  2844. .uk-table td {
  2845. padding: 8px 8px;
  2846. }
  2847. /* Set alignment */
  2848. .uk-table th {
  2849. text-align: left;
  2850. }
  2851. .uk-table td {
  2852. vertical-align: top;
  2853. }
  2854. .uk-table thead th {
  2855. vertical-align: bottom;
  2856. }
  2857. /*
  2858. * Caption and footer
  2859. */
  2860. .uk-table caption,
  2861. .uk-table tfoot {
  2862. font-size: 12px;
  2863. font-style: italic;
  2864. }
  2865. .uk-table caption {
  2866. text-align: left;
  2867. color: #999999;
  2868. }
  2869. /* Sub-modifier: `uk-table-middel`
  2870. ========================================================================== */
  2871. .uk-table-middle,
  2872. .uk-table-middle td {
  2873. vertical-align: middle !important;
  2874. }
  2875. /* Modifier: `uk-table-striped`
  2876. ========================================================================== */
  2877. .uk-table-striped tbody tr:nth-of-type(odd) td {
  2878. background: #f5f5f5;
  2879. }
  2880. /* Modifier: `uk-table-condensed`
  2881. ========================================================================== */
  2882. .uk-table-condensed td {
  2883. padding: 4px 8px;
  2884. }
  2885. /* Modifier: `uk-table-hover`
  2886. ========================================================================== */
  2887. .uk-table-hover tbody tr:hover td {
  2888. background: #eeeeee;
  2889. }
  2890. /* Hooks
  2891. ========================================================================== */
  2892. /*
  2893. * Name: Form
  2894. * Description: Defines styles for forms
  2895. *
  2896. * Component: `uk-form`
  2897. *
  2898. * Sub-objects: `uk-form-row`
  2899. * `uk-form-help-inline`
  2900. * `uk-form-help-block`
  2901. * `uk-form-label`
  2902. * `uk-form-controls`
  2903. * `uk-form-controls-condensed`
  2904. *
  2905. * Modifiers: `uk-form-stacked`
  2906. * `uk-form-horizontal`
  2907. *
  2908. * Sub-modifiers: `uk-form-danger`
  2909. * `uk-form-success`
  2910. * `uk-form-small`
  2911. * `uk-form-large`
  2912. * `uk-form-blank`
  2913. * `uk-form-width-mini`
  2914. * `uk-form-width-small`
  2915. * `uk-form-width-medium`
  2916. * `uk-form-width-large`
  2917. * `uk-form-controls-text`
  2918. *
  2919. ========================================================================== */
  2920. /* Component
  2921. ========================================================================== */
  2922. /*
  2923. * Remove margin from the last-child
  2924. */
  2925. .uk-form > :last-child {
  2926. margin-bottom: 0;
  2927. }
  2928. /*
  2929. * Controls
  2930. * Exept for `range`, `radio`, `checkbox`, `file`, `submit`, `reset`, `button` and `image`
  2931. * 1. Must be `height` because `min-height` is not working in OSX
  2932. * 2. Responsiveness: Sets a maxium width relative to the parent to scale on narrower viewports
  2933. */
  2934. .uk-form select,
  2935. .uk-form textarea,
  2936. .uk-form input[type="text"],
  2937. .uk-form input[type="password"],
  2938. .uk-form input[type="datetime"],
  2939. .uk-form input[type="datetime-local"],
  2940. .uk-form input[type="date"],
  2941. .uk-form input[type="month"],
  2942. .uk-form input[type="time"],
  2943. .uk-form input[type="week"],
  2944. .uk-form input[type="number"],
  2945. .uk-form input[type="email"],
  2946. .uk-form input[type="url"],
  2947. .uk-form input[type="search"],
  2948. .uk-form input[type="tel"],
  2949. .uk-form input[type="color"] {
  2950. height: 30px;
  2951. /* 1 */
  2952. max-width: 100%;
  2953. /* 2 */
  2954. padding: 4px 6px;
  2955. border: 1px solid #dddddd;
  2956. background: #ffffff;
  2957. color: #444444;
  2958. -webkit-transition: all linear 0.2s;
  2959. transition: all linear 0.2s;
  2960. /* Focus state */
  2961. /* Disabled state */
  2962. }
  2963. .uk-form select:focus,
  2964. .uk-form textarea:focus,
  2965. .uk-form input[type="text"]:focus,
  2966. .uk-form input[type="password"]:focus,
  2967. .uk-form input[type="datetime"]:focus,
  2968. .uk-form input[type="datetime-local"]:focus,
  2969. .uk-form input[type="date"]:focus,
  2970. .uk-form input[type="month"]:focus,
  2971. .uk-form input[type="time"]:focus,
  2972. .uk-form input[type="week"]:focus,
  2973. .uk-form input[type="number"]:focus,
  2974. .uk-form input[type="email"]:focus,
  2975. .uk-form input[type="url"]:focus,
  2976. .uk-form input[type="search"]:focus,
  2977. .uk-form input[type="tel"]:focus,
  2978. .uk-form input[type="color"]:focus {
  2979. border-color: #99baca;
  2980. outline: 0;
  2981. background: #f5fbfe;
  2982. color: #444444;
  2983. }
  2984. .uk-form select:disabled,
  2985. .uk-form textarea:disabled,
  2986. .uk-form input[type="text"]:disabled,
  2987. .uk-form input[type="password"]:disabled,
  2988. .uk-form input[type="datetime"]:disabled,
  2989. .uk-form input[type="datetime-local"]:disabled,
  2990. .uk-form input[type="date"]:disabled,
  2991. .uk-form input[type="month"]:disabled,
  2992. .uk-form input[type="time"]:disabled,
  2993. .uk-form input[type="week"]:disabled,
  2994. .uk-form input[type="number"]:disabled,
  2995. .uk-form input[type="email"]:disabled,
  2996. .uk-form input[type="url"]:disabled,
  2997. .uk-form input[type="search"]:disabled,
  2998. .uk-form input[type="tel"]:disabled,
  2999. .uk-form input[type="color"]:disabled {
  3000. border-color: #dddddd;
  3001. background-color: #f5f5f5;
  3002. color: #999999;
  3003. }
  3004. .uk-form textarea,
  3005. .uk-form select[multiple],
  3006. .uk-form select[size] {
  3007. height: auto;
  3008. }
  3009. /* 1 */
  3010. /*
  3011. * Placeholder
  3012. * 1. Higher specificity needed to override color in IE
  3013. */
  3014. .uk-form :-ms-input-placeholder {
  3015. color: #999999 !important;
  3016. }
  3017. /* 1. */
  3018. .uk-form ::-moz-placeholder {
  3019. color: #999999;
  3020. }
  3021. .uk-form ::-webkit-input-placeholder {
  3022. color: #999999;
  3023. }
  3024. .uk-form :disabled:-ms-input-placeholder {
  3025. color: #999999 !important;
  3026. }
  3027. /* 1. */
  3028. .uk-form :disabled::-moz-placeholder {
  3029. color: #999999;
  3030. }
  3031. .uk-form :disabled::-webkit-input-placeholder {
  3032. color: #999999;
  3033. }
  3034. /*
  3035. * Legend style
  3036. * 1. `margin-bottom` is not working in Safari and Opera.
  3037. * Using `padding` and :after instead to create the border
  3038. */
  3039. .uk-form legend {
  3040. width: 100%;
  3041. padding-bottom: 15px;
  3042. /* 1 */
  3043. font-size: 18px;
  3044. line-height: 30px;
  3045. }
  3046. /* 1 */
  3047. .uk-form legend:after {
  3048. content: "";
  3049. display: block;
  3050. border-bottom: 1px solid #dddddd;
  3051. }
  3052. /* Validation states
  3053. * Using !important to keep the selector simple
  3054. ========================================================================== */
  3055. /*
  3056. * Error state
  3057. */
  3058. .uk-form-danger {
  3059. border-color: #dc8d99 !important;
  3060. background: #fff7f8 !important;
  3061. color: #c91032 !important;
  3062. }
  3063. /*
  3064. * Success state
  3065. */
  3066. .uk-form-success {
  3067. border-color: #8ec73b !important;
  3068. background: #fafff2 !important;
  3069. color: #539022 !important;
  3070. }
  3071. /* Size modifiers
  3072. * Using !important to keep the selector simple
  3073. ========================================================================== */
  3074. .uk-form-small {
  3075. height: 25px !important;
  3076. padding: 3px 3px !important;
  3077. font-size: 12px;
  3078. }
  3079. .uk-form-large {
  3080. height: 40px !important;
  3081. padding: 8px 6px !important;
  3082. font-size: 16px;
  3083. }
  3084. /* Style modifiers
  3085. * Using !important to keep the selector simple
  3086. ========================================================================== */
  3087. /*
  3088. * Blank form
  3089. */
  3090. .uk-form-blank {
  3091. border: none !important;
  3092. background: none !important;
  3093. box-shadow: none !important;
  3094. outline: 1px dashed transparent !important;
  3095. }
  3096. .uk-form-blank:focus {
  3097. outline-color: #dddddd !important;
  3098. }
  3099. /* Size sub-modifiers
  3100. ========================================================================== */
  3101. /*
  3102. * Fixed widths
  3103. * 1. Different widths for mini sized `input` and `select` elements
  3104. */
  3105. input.uk-form-width-mini {
  3106. width: 40px;
  3107. }
  3108. /* 1 */
  3109. select.uk-form-width-mini {
  3110. width: 65px;
  3111. }
  3112. /* 1 */
  3113. .uk-form-width-small {
  3114. width: 130px;
  3115. }
  3116. .uk-form-width-medium {
  3117. width: 200px;
  3118. }
  3119. .uk-form-width-large {
  3120. width: 500px;
  3121. }
  3122. /* Sub-objects: `uk-form-row`
  3123. * Groups labels and controls in rows
  3124. ========================================================================== */
  3125. /*
  3126. * Micro clearfix
  3127. * Needed for `uk-form-horizontal` modifier
  3128. */
  3129. .uk-form-row:before,
  3130. .uk-form-row:after {
  3131. content: " ";
  3132. display: table;
  3133. }
  3134. .uk-form-row:after {
  3135. clear: both;
  3136. }
  3137. /*
  3138. * Vertical gutter
  3139. */
  3140. .uk-form-row + .uk-form-row {
  3141. margin-top: 15px;
  3142. }
  3143. /* Help text
  3144. * Sub-object: `uk-form-help-inline`, `uk-form-help-block`
  3145. ========================================================================== */
  3146. .uk-form-help-inline {
  3147. display: inline-block;
  3148. margin: 0 0 0 10px;
  3149. }
  3150. .uk-form-help-block {
  3151. margin: 5px 0 0 0;
  3152. }
  3153. /* Controls content
  3154. * Sub-object: `uk-form-controls`, `uk-form-controls-condensed`
  3155. ========================================================================== */
  3156. /*
  3157. * Remove margin from the last-child
  3158. */
  3159. .uk-form-controls > :last-child {
  3160. margin-bottom: 0;
  3161. }
  3162. /*
  3163. * Group controls and text into blocks with a small spacing between blocks
  3164. */
  3165. .uk-form-controls-condensed {
  3166. margin: 5px 0;
  3167. }
  3168. /* Modifier: `uk-form-stacked`
  3169. * Requrires sub-object: `uk-form-label`
  3170. ========================================================================== */
  3171. .uk-form-stacked .uk-form-label {
  3172. display: block;
  3173. margin-bottom: 5px;
  3174. font-weight: bold;
  3175. }
  3176. /* Modifier: `uk-form-horizontal`
  3177. * Requrires sub-objects: `uk-form-label`, `uk-form-controls`
  3178. ========================================================================== */
  3179. /* Only phones and tablets portrait */
  3180. @media (max-width: 959px) {
  3181. .uk-form-horizontal .uk-form-label {
  3182. /* Behave like `uk-form-stacked` */
  3183. display: block;
  3184. margin-bottom: 5px;
  3185. font-weight: bold;
  3186. }
  3187. }
  3188. /* Only tablets and desktops */
  3189. @media (min-width: 960px) {
  3190. .uk-form-horizontal .uk-form-label {
  3191. width: 200px;
  3192. margin-top: 5px;
  3193. float: left;
  3194. }
  3195. .uk-form-horizontal .uk-form-controls {
  3196. margin-left: 215px;
  3197. }
  3198. /* Better vertical alignment if controls are checkboxes and radio buttons with text */
  3199. .uk-form-horizontal .uk-form-controls-text {
  3200. padding-top: 5px;
  3201. }
  3202. }
  3203. /* Hooks
  3204. ========================================================================== */
  3205. /* Common */
  3206. /*
  3207. * Name: Button
  3208. * Description: Defines styles for buttons
  3209. *
  3210. * Component: `uk-button`
  3211. *
  3212. * Sub-objects: `uk-button-group`
  3213. * `uk-button-dropdown`
  3214. *
  3215. * Modifiers: `uk-button-primary`
  3216. * `uk-button-success`
  3217. * `uk-button-danger`
  3218. * `uk-button-link`
  3219. * `uk-button-mini`
  3220. * `uk-button-small`
  3221. * `uk-button-large`
  3222. * `uk-button-expand`
  3223. *
  3224. * States: `uk-active`
  3225. *
  3226. ========================================================================== */
  3227. /* Component
  3228. ========================================================================== */
  3229. /*
  3230. * 1. Required for `a` elements. Can't be moved to `a.button` selector because needs to be overwritable for `uk-button-link` and `uk-button-expand`
  3231. * 2. `min-height` is neccesary for `input` elments in Firefox and Opera because `line-height` is not working.
  3232. * 3. Required for `button` and `input` elements
  3233. * 4. `line-height` is used to create a height
  3234. * 5. Reset button group whitespace hack
  3235. */
  3236. .uk-button {
  3237. display: inline-block;
  3238. /* 1 */
  3239. min-height: 30px;
  3240. /* 2 */
  3241. padding: 0 12px;
  3242. border: none;
  3243. /* 3 */
  3244. background: #eeeeee;
  3245. line-height: 30px;
  3246. /* 4 */
  3247. color: #444444;
  3248. letter-spacing: normal;
  3249. /* 5 */
  3250. }
  3251. /* Required for `a` elements */
  3252. a.uk-button {
  3253. -moz-box-sizing: border-box;
  3254. box-sizing: border-box;
  3255. vertical-align: middle;
  3256. text-decoration: none;
  3257. }
  3258. /*
  3259. * Hover
  3260. * 1. Apply hover style also to focus state
  3261. * 2. Remove default focus style
  3262. */
  3263. .uk-button:hover,
  3264. .uk-button:focus {
  3265. /* 1 */
  3266. background-color: #f5f5f5;
  3267. color: #444444;
  3268. outline: none;
  3269. /* 2 */
  3270. }
  3271. /* Active */
  3272. .uk-button:active,
  3273. .uk-button.uk-active {
  3274. background-color: #dddddd;
  3275. color: #444444;
  3276. }
  3277. /* Color modifiers
  3278. ========================================================================== */
  3279. /*
  3280. * Modifier: `uk-button-primary`
  3281. */
  3282. .uk-button-primary {
  3283. background-color: #00a8e6;
  3284. color: #ffffff;
  3285. }
  3286. /* Hover */
  3287. .uk-button-primary:hover,
  3288. .uk-button-primary:focus {
  3289. background-color: #35b3ee;
  3290. color: #ffffff;
  3291. }
  3292. /* Active */
  3293. .uk-button-primary:active,
  3294. .uk-button-primary.uk-active {
  3295. background-color: #0091ca;
  3296. color: #ffffff;
  3297. }
  3298. /*
  3299. * Modifier: `uk-button-success`
  3300. */
  3301. .uk-button-success {
  3302. background-color: #8cc14c;
  3303. color: #ffffff;
  3304. }
  3305. /* Hover */
  3306. .uk-button-success:hover,
  3307. .uk-button-success:focus {
  3308. background-color: #8ec73b;
  3309. color: #ffffff;
  3310. }
  3311. /* Active */
  3312. .uk-button-success:active,
  3313. .uk-button-success.uk-active {
  3314. background-color: #72ae41;
  3315. color: #ffffff;
  3316. }
  3317. /*
  3318. * Modifier: `uk-button-danger`
  3319. */
  3320. .uk-button-danger {
  3321. background-color: #da314b;
  3322. color: #ffffff;
  3323. }
  3324. /* Hover */
  3325. .uk-button-danger:hover,
  3326. .uk-button-danger:focus {
  3327. background-color: #e4354f;
  3328. color: #ffffff;
  3329. }
  3330. /* Active */
  3331. .uk-button-danger:active,
  3332. .uk-button-danger.uk-active {
  3333. background-color: #c91032;
  3334. color: #ffffff;
  3335. }
  3336. /* Disabled state
  3337. * Overrides also the color modifiers
  3338. ========================================================================== */
  3339. /* Equal for all button types */
  3340. .uk-button:disabled {
  3341. background-color: #f5f5f5;
  3342. color: #999999;
  3343. }
  3344. /* Modifier: `uk-button-link`
  3345. ========================================================================== */
  3346. /* Reset */
  3347. .uk-button-link,
  3348. .uk-button-link:hover,
  3349. .uk-button-link:focus,
  3350. .uk-button-link:active,
  3351. .uk-button-link.uk-active,
  3352. .uk-button-link:disabled {
  3353. display: inline;
  3354. border: none;
  3355. background: none;
  3356. }
  3357. /* Color */
  3358. .uk-button-link {
  3359. color: #0077dd;
  3360. }
  3361. .uk-button-link:hover,
  3362. .uk-button-link:focus,
  3363. .uk-button-link:active,
  3364. .uk-button-link.uk-active {
  3365. color: #005599;
  3366. text-decoration: underline;
  3367. }
  3368. .uk-button-link:disabled {
  3369. color: #999999;
  3370. }
  3371. /* Focus */
  3372. .uk-button-link:focus {
  3373. outline: 1px dotted;
  3374. }
  3375. /* Size modifiers
  3376. ========================================================================== */
  3377. .uk-button-mini {
  3378. min-height: 20px;
  3379. padding: 0 6px;
  3380. line-height: 20px;
  3381. font-size: 11px;
  3382. }
  3383. .uk-button-small {
  3384. min-height: 25px;
  3385. padding: 0 10px;
  3386. line-height: 25px;
  3387. font-size: 12px;
  3388. }
  3389. .uk-button-large {
  3390. min-height: 40px;
  3391. padding: 0 15px;
  3392. line-height: 40px;
  3393. font-size: 16px;
  3394. }
  3395. /*
  3396. * Behave like a block element and take the full width
  3397. */
  3398. .uk-button-expand {
  3399. display: block;
  3400. width: 100%;
  3401. text-align: center;
  3402. }
  3403. .uk-button-expand + .uk-button-expand {
  3404. margin-top: 10px;
  3405. }
  3406. /* Sub-object `uk-button-group`
  3407. ========================================================================== */
  3408. /*
  3409. * 1. Behave like buttons
  3410. * 2. Create position context for dropdowns
  3411. * 3. Remove whitespace between child elements when using `inline-block`
  3412. * 4. Prevent buttons from wrapping
  3413. */
  3414. .uk-button-group {
  3415. /* 1 */
  3416. display: inline-block;
  3417. vertical-align: middle;
  3418. /* 2 */
  3419. position: relative;
  3420. /* 3 */
  3421. letter-spacing: -0.31em;
  3422. /* 4 */
  3423. white-space: nowrap;
  3424. }
  3425. .uk-button-group > * {
  3426. display: inline-block;
  3427. }
  3428. /* Sub-object: `uk-button-dropdown`
  3429. ========================================================================== */
  3430. /*
  3431. * 1. Behave like buttons
  3432. * 2. Create position context for dropdowns
  3433. */
  3434. .uk-button-dropdown {
  3435. /* 1 */
  3436. display: inline-block;
  3437. vertical-align: middle;
  3438. /* 2 */
  3439. position: relative;
  3440. }
  3441. /* Hooks
  3442. ========================================================================== */
  3443. /*
  3444. * Name: Icon
  3445. * Description: Defines styles for icons
  3446. *
  3447. * Adapted from http://fortawesome.github.com/Font-Awesome (Version 3.2.1)
  3448. *
  3449. * Component: `uk-icon-*`
  3450. *
  3451. * Sub-objects: `uk-icon-button`
  3452. *
  3453. * Modifiers: `uk-icon-small`
  3454. * `uk-icon-medium`
  3455. * `uk-icon-large`
  3456. * `uk-icon-spin`
  3457. *
  3458. * Uses: Animation
  3459. *
  3460. ========================================================================== */
  3461. /* Font-face
  3462. ========================================================================== */
  3463. @font-face {
  3464. font-family: 'FontAwesome';
  3465. src: url("../fonts/fontawesome-webfont.eot");
  3466. src: url("../fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype");
  3467. font-weight: normal;
  3468. font-style: normal;
  3469. }
  3470. /* Component
  3471. ========================================================================== */
  3472. /*
  3473. * 1. Allow margin
  3474. * 2. Prevent inherit font style
  3475. * 3. Align vertical to text
  3476. * 4. Correct line-height
  3477. * 5. Better font rendering in Webkit
  3478. */
  3479. [class*='uk-icon-']:before {
  3480. display: inline-block;
  3481. /* 1 */
  3482. font-family: "FontAwesome";
  3483. font-weight: normal;
  3484. font-style: normal;
  3485. /* 2 */
  3486. vertical-align: baseline;
  3487. /* 3 */
  3488. line-height: 1;
  3489. /* 4 */
  3490. -webkit-font-smoothing: antialiased;
  3491. /* 5 */
  3492. }
  3493. /* Size modifiers
  3494. ========================================================================== */
  3495. .uk-icon-small:before {
  3496. font-size: 150%;
  3497. vertical-align: -10%;
  3498. }
  3499. .uk-icon-medium:before {
  3500. font-size: 200%;
  3501. vertical-align: -16%;
  3502. }
  3503. .uk-icon-large:before {
  3504. font-size: 250%;
  3505. vertical-align: -22%;
  3506. }
  3507. /* Modifier: `uk-icon-spin`
  3508. ========================================================================== */
  3509. .uk-icon-spin {
  3510. display: inline-block;
  3511. -webkit-animation: uk-spin 2s infinite linear;
  3512. animation: uk-spin 2s infinite linear;
  3513. }
  3514. /* Modifier: `uk-icon-button`
  3515. ========================================================================== */
  3516. .uk-icon-button {
  3517. -moz-box-sizing: border-box;
  3518. box-sizing: border-box;
  3519. display: inline-block;
  3520. width: 35px;
  3521. height: 35px;
  3522. border-radius: 100%;
  3523. background: #eeeeee;
  3524. line-height: 35px;
  3525. color: #444444;
  3526. font-size: 17.5px;
  3527. text-align: center;
  3528. }
  3529. /*
  3530. * Hover
  3531. * 1. Apply hover style also to focus state
  3532. * 2. Remove default focus style
  3533. */
  3534. .uk-icon-button:hover,
  3535. .uk-icon-button:focus {
  3536. /* 1 */
  3537. background-color: #f5f5f5;
  3538. color: #444444;
  3539. text-decoration: none;
  3540. outline: none;
  3541. /* 2 */
  3542. }
  3543. /* Active */
  3544. .uk-icon-button:active {
  3545. background-color: #dddddd;
  3546. color: #444444;
  3547. }
  3548. /* Icon mapping
  3549. ========================================================================== */
  3550. .uk-icon-glass:before {
  3551. content: "\f000";
  3552. }
  3553. .uk-icon-music:before {
  3554. content: "\f001";
  3555. }
  3556. .uk-icon-search:before {
  3557. content: "\f002";
  3558. }
  3559. .uk-icon-envelope-alt:before {
  3560. content: "\f003";
  3561. }
  3562. .uk-icon-heart:before {
  3563. content: "\f004";
  3564. }
  3565. .uk-icon-star:before {
  3566. content: "\f005";
  3567. }
  3568. .uk-icon-star-empty:before {
  3569. content: "\f006";
  3570. }
  3571. .uk-icon-user:before {
  3572. content: "\f007";
  3573. }
  3574. .uk-icon-film:before {
  3575. content: "\f008";
  3576. }
  3577. .uk-icon-th-large:before {
  3578. content: "\f009";
  3579. }
  3580. .uk-icon-th:before {
  3581. content: "\f00a";
  3582. }
  3583. .uk-icon-th-list:before {
  3584. content: "\f00b";
  3585. }
  3586. .uk-icon-ok:before {
  3587. content: "\f00c";
  3588. }
  3589. .uk-icon-remove:before {
  3590. content: "\f00d";
  3591. }
  3592. .uk-icon-zoom-in:before {
  3593. content: "\f00e";
  3594. }
  3595. .uk-icon-zoom-out:before {
  3596. content: "\f010";
  3597. }
  3598. .uk-icon-power-off:before,
  3599. .uk-icon-off:before {
  3600. content: "\f011";
  3601. }
  3602. .uk-icon-signal:before {
  3603. content: "\f012";
  3604. }
  3605. .uk-icon-gear:before,
  3606. .uk-icon-cog:before {
  3607. content: "\f013";
  3608. }
  3609. .uk-icon-trash:before {
  3610. content: "\f014";
  3611. }
  3612. .uk-icon-home:before {
  3613. content: "\f015";
  3614. }
  3615. .uk-icon-file-alt:before {
  3616. content: "\f016";
  3617. }
  3618. .uk-icon-time:before {
  3619. content: "\f017";
  3620. }
  3621. .uk-icon-road:before {
  3622. content: "\f018";
  3623. }
  3624. .uk-icon-download-alt:before {
  3625. content: "\f019";
  3626. }
  3627. .uk-icon-download:before {
  3628. content: "\f01a";
  3629. }
  3630. .uk-icon-upload:before {
  3631. content: "\f01b";
  3632. }
  3633. .uk-icon-inbox:before {
  3634. content: "\f01c";
  3635. }
  3636. .uk-icon-play-circle:before {
  3637. content: "\f01d";
  3638. }
  3639. .uk-icon-rotate-right:before,
  3640. .uk-icon-repeat:before {
  3641. content: "\f01e";
  3642. }
  3643. .uk-icon-refresh:before {
  3644. content: "\f021";
  3645. }
  3646. .uk-icon-list-alt:before {
  3647. content: "\f022";
  3648. }
  3649. .uk-icon-lock:before {
  3650. content: "\f023";
  3651. }
  3652. .uk-icon-flag:before {
  3653. content: "\f024";
  3654. }
  3655. .uk-icon-headphones:before {
  3656. content: "\f025";
  3657. }
  3658. .uk-icon-volume-off:before {
  3659. content: "\f026";
  3660. }
  3661. .uk-icon-volume-down:before {
  3662. content: "\f027";
  3663. }
  3664. .uk-icon-volume-up:before {
  3665. content: "\f028";
  3666. }
  3667. .uk-icon-qrcode:before {
  3668. content: "\f029";
  3669. }
  3670. .uk-icon-barcode:before {
  3671. content: "\f02a";
  3672. }
  3673. .uk-icon-tag:before {
  3674. content: "\f02b";
  3675. }
  3676. .uk-icon-tags:before {
  3677. content: "\f02c";
  3678. }
  3679. .uk-icon-book:before {
  3680. content: "\f02d";
  3681. }
  3682. .uk-icon-bookmark:before {
  3683. content: "\f02e";
  3684. }
  3685. .uk-icon-print:before {
  3686. content: "\f02f";
  3687. }
  3688. .uk-icon-camera:before {
  3689. content: "\f030";
  3690. }
  3691. .uk-icon-font:before {
  3692. content: "\f031";
  3693. }
  3694. .uk-icon-bold:before {
  3695. content: "\f032";
  3696. }
  3697. .uk-icon-italic:before {
  3698. content: "\f033";
  3699. }
  3700. .uk-icon-text-height:before {
  3701. content: "\f034";
  3702. }
  3703. .uk-icon-text-width:before {
  3704. content: "\f035";
  3705. }
  3706. .uk-icon-align-left:before {
  3707. content: "\f036";
  3708. }
  3709. .uk-icon-align-center:before {
  3710. content: "\f037";
  3711. }
  3712. .uk-icon-align-right:before {
  3713. content: "\f038";
  3714. }
  3715. .uk-icon-align-justify:before {
  3716. content: "\f039";
  3717. }
  3718. .uk-icon-list:before {
  3719. content: "\f03a";
  3720. }
  3721. .uk-icon-indent-left:before {
  3722. content: "\f03b";
  3723. }
  3724. .uk-icon-indent-right:before {
  3725. content: "\f03c";
  3726. }
  3727. .uk-icon-facetime-video:before {
  3728. content: "\f03d";
  3729. }
  3730. .uk-icon-picture:before {
  3731. content: "\f03e";
  3732. }
  3733. .uk-icon-pencil:before {
  3734. content: "\f040";
  3735. }
  3736. .uk-icon-map-marker:before {
  3737. content: "\f041";
  3738. }
  3739. .uk-icon-adjust:before {
  3740. content: "\f042";
  3741. }
  3742. .uk-icon-tint:before {
  3743. content: "\f043";
  3744. }
  3745. .uk-icon-edit:before {
  3746. content: "\f044";
  3747. }
  3748. .uk-icon-share:before {
  3749. content: "\f045";
  3750. }
  3751. .uk-icon-check:before {
  3752. content: "\f046";
  3753. }
  3754. .uk-icon-move:before {
  3755. content: "\f047";
  3756. }
  3757. .uk-icon-step-backward:before {
  3758. content: "\f048";
  3759. }
  3760. .uk-icon-fast-backward:before {
  3761. content: "\f049";
  3762. }
  3763. .uk-icon-backward:before {
  3764. content: "\f04a";
  3765. }
  3766. .uk-icon-play:before {
  3767. content: "\f04b";
  3768. }
  3769. .uk-icon-pause:before {
  3770. content: "\f04c";
  3771. }
  3772. .uk-icon-stop:before {
  3773. content: "\f04d";
  3774. }
  3775. .uk-icon-forward:before {
  3776. content: "\f04e";
  3777. }
  3778. .uk-icon-fast-forward:before {
  3779. content: "\f050";
  3780. }
  3781. .uk-icon-step-forward:before {
  3782. content: "\f051";
  3783. }
  3784. .uk-icon-eject:before {
  3785. content: "\f052";
  3786. }
  3787. .uk-icon-chevron-left:before {
  3788. content: "\f053";
  3789. }
  3790. .uk-icon-chevron-right:before {
  3791. content: "\f054";
  3792. }
  3793. .uk-icon-plus-sign:before {
  3794. content: "\f055";
  3795. }
  3796. .uk-icon-minus-sign:before {
  3797. content: "\f056";
  3798. }
  3799. .uk-icon-remove-sign:before {
  3800. content: "\f057";
  3801. }
  3802. .uk-icon-ok-sign:before {
  3803. content: "\f058";
  3804. }
  3805. .uk-icon-question-sign:before {
  3806. content: "\f059";
  3807. }
  3808. .uk-icon-info-sign:before {
  3809. content: "\f05a";
  3810. }
  3811. .uk-icon-screenshot:before {
  3812. content: "\f05b";
  3813. }
  3814. .uk-icon-remove-circle:before {
  3815. content: "\f05c";
  3816. }
  3817. .uk-icon-ok-circle:before {
  3818. content: "\f05d";
  3819. }
  3820. .uk-icon-ban-circle:before {
  3821. content: "\f05e";
  3822. }
  3823. .uk-icon-arrow-left:before {
  3824. content: "\f060";
  3825. }
  3826. .uk-icon-arrow-right:before {
  3827. content: "\f061";
  3828. }
  3829. .uk-icon-arrow-up:before {
  3830. content: "\f062";
  3831. }
  3832. .uk-icon-arrow-down:before {
  3833. content: "\f063";
  3834. }
  3835. .uk-icon-mail-forward:before,
  3836. .uk-icon-share-alt:before {
  3837. content: "\f064";
  3838. }
  3839. .uk-icon-resize-full:before {
  3840. content: "\f065";
  3841. }
  3842. .uk-icon-resize-small:before {
  3843. content: "\f066";
  3844. }
  3845. .uk-icon-plus:before {
  3846. content: "\f067";
  3847. }
  3848. .uk-icon-minus:before {
  3849. content: "\f068";
  3850. }
  3851. .uk-icon-asterisk:before {
  3852. content: "\f069";
  3853. }
  3854. .uk-icon-exclamation-sign:before {
  3855. content: "\f06a";
  3856. }
  3857. .uk-icon-gift:before {
  3858. content: "\f06b";
  3859. }
  3860. .uk-icon-leaf:before {
  3861. content: "\f06c";
  3862. }
  3863. .uk-icon-fire:before {
  3864. content: "\f06d";
  3865. }
  3866. .uk-icon-eye-open:before {
  3867. content: "\f06e";
  3868. }
  3869. .uk-icon-eye-close:before {
  3870. content: "\f070";
  3871. }
  3872. .uk-icon-warning-sign:before {
  3873. content: "\f071";
  3874. }
  3875. .uk-icon-plane:before {
  3876. content: "\f072";
  3877. }
  3878. .uk-icon-calendar:before {
  3879. content: "\f073";
  3880. }
  3881. .uk-icon-random:before {
  3882. content: "\f074";
  3883. }
  3884. .uk-icon-comment:before {
  3885. content: "\f075";
  3886. }
  3887. .uk-icon-magnet:before {
  3888. content: "\f076";
  3889. }
  3890. .uk-icon-chevron-up:before {
  3891. content: "\f077";
  3892. }
  3893. .uk-icon-chevron-down:before {
  3894. content: "\f078";
  3895. }
  3896. .uk-icon-retweet:before {
  3897. content: "\f079";
  3898. }
  3899. .uk-icon-shopping-cart:before {
  3900. content: "\f07a";
  3901. }
  3902. .uk-icon-folder-close:before {
  3903. content: "\f07b";
  3904. }
  3905. .uk-icon-folder-open:before {
  3906. content: "\f07c";
  3907. }
  3908. .uk-icon-resize-vertical:before {
  3909. content: "\f07d";
  3910. }
  3911. .uk-icon-resize-horizontal:before {
  3912. content: "\f07e";
  3913. }
  3914. .uk-icon-bar-chart:before {
  3915. content: "\f080";
  3916. }
  3917. .uk-icon-twitter-sign:before {
  3918. content: "\f081";
  3919. }
  3920. .uk-icon-facebook-sign:before {
  3921. content: "\f082";
  3922. }
  3923. .uk-icon-camera-retro:before {
  3924. content: "\f083";
  3925. }
  3926. .uk-icon-key:before {
  3927. content: "\f084";
  3928. }
  3929. .uk-icon-gears:before,
  3930. .uk-icon-cogs:before {
  3931. content: "\f085";
  3932. }
  3933. .uk-icon-comments:before {
  3934. content: "\f086";
  3935. }
  3936. .uk-icon-thumbs-up-alt:before {
  3937. content: "\f087";
  3938. }
  3939. .uk-icon-thumbs-down-alt:before {
  3940. content: "\f088";
  3941. }
  3942. .uk-icon-star-half:before {
  3943. content: "\f089";
  3944. }
  3945. .uk-icon-heart-empty:before {
  3946. content: "\f08a";
  3947. }
  3948. .uk-icon-signout:before {
  3949. content: "\f08b";
  3950. }
  3951. .uk-icon-linkedin-sign:before {
  3952. content: "\f08c";
  3953. }
  3954. .uk-icon-pushpin:before {
  3955. content: "\f08d";
  3956. }
  3957. .uk-icon-external-link:before {
  3958. content: "\f08e";
  3959. }
  3960. .uk-icon-signin:before {
  3961. content: "\f090";
  3962. }
  3963. .uk-icon-trophy:before {
  3964. content: "\f091";
  3965. }
  3966. .uk-icon-github-sign:before {
  3967. content: "\f092";
  3968. }
  3969. .uk-icon-upload-alt:before {
  3970. content: "\f093";
  3971. }
  3972. .uk-icon-lemon:before {
  3973. content: "\f094";
  3974. }
  3975. .uk-icon-phone:before {
  3976. content: "\f095";
  3977. }
  3978. .uk-icon-unchecked:before,
  3979. .uk-icon-check-empty:before {
  3980. content: "\f096";
  3981. }
  3982. .uk-icon-bookmark-empty:before {
  3983. content: "\f097";
  3984. }
  3985. .uk-icon-phone-sign:before {
  3986. content: "\f098";
  3987. }
  3988. .uk-icon-twitter:before {
  3989. content: "\f099";
  3990. }
  3991. .uk-icon-facebook:before {
  3992. content: "\f09a";
  3993. }
  3994. .uk-icon-github:before {
  3995. content: "\f09b";
  3996. }
  3997. .uk-icon-unlock:before {
  3998. content: "\f09c";
  3999. }
  4000. .uk-icon-credit-card:before {
  4001. content: "\f09d";
  4002. }
  4003. .uk-icon-rss:before {
  4004. content: "\f09e";
  4005. }
  4006. .uk-icon-hdd:before {
  4007. content: "\f0a0";
  4008. }
  4009. .uk-icon-bullhorn:before {
  4010. content: "\f0a1";
  4011. }
  4012. .uk-icon-bell:before {
  4013. content: "\f0a2";
  4014. }
  4015. .uk-icon-certificate:before {
  4016. content: "\f0a3";
  4017. }
  4018. .uk-icon-hand-right:before {
  4019. content: "\f0a4";
  4020. }
  4021. .uk-icon-hand-left:before {
  4022. content: "\f0a5";
  4023. }
  4024. .uk-icon-hand-up:before {
  4025. content: "\f0a6";
  4026. }
  4027. .uk-icon-hand-down:before {
  4028. content: "\f0a7";
  4029. }
  4030. .uk-icon-circle-arrow-left:before {
  4031. content: "\f0a8";
  4032. }
  4033. .uk-icon-circle-arrow-right:before {
  4034. content: "\f0a9";
  4035. }
  4036. .uk-icon-circle-arrow-up:before {
  4037. content: "\f0aa";
  4038. }
  4039. .uk-icon-circle-arrow-down:before {
  4040. content: "\f0ab";
  4041. }
  4042. .uk-icon-globe:before {
  4043. content: "\f0ac";
  4044. }
  4045. .uk-icon-wrench:before {
  4046. content: "\f0ad";
  4047. }
  4048. .uk-icon-tasks:before {
  4049. content: "\f0ae";
  4050. }
  4051. .uk-icon-filter:before {
  4052. content: "\f0b0";
  4053. }
  4054. .uk-icon-briefcase:before {
  4055. content: "\f0b1";
  4056. }
  4057. .uk-icon-fullscreen:before {
  4058. content: "\f0b2";
  4059. }
  4060. .uk-icon-group:before {
  4061. content: "\f0c0";
  4062. }
  4063. .uk-icon-link:before {
  4064. content: "\f0c1";
  4065. }
  4066. .uk-icon-cloud:before {
  4067. content: "\f0c2";
  4068. }
  4069. .uk-icon-beaker:before {
  4070. content: "\f0c3";
  4071. }
  4072. .uk-icon-cut:before {
  4073. content: "\f0c4";
  4074. }
  4075. .uk-icon-copy:before {
  4076. content: "\f0c5";
  4077. }
  4078. .uk-icon-paperclip:before,
  4079. .uk-icon-paper-clip:before {
  4080. content: "\f0c6";
  4081. }
  4082. .uk-icon-save:before {
  4083. content: "\f0c7";
  4084. }
  4085. .uk-icon-sign-blank:before {
  4086. content: "\f0c8";
  4087. }
  4088. .uk-icon-reorder:before {
  4089. content: "\f0c9";
  4090. }
  4091. .uk-icon-list-ul:before {
  4092. content: "\f0ca";
  4093. }
  4094. .uk-icon-list-ol:before {
  4095. content: "\f0cb";
  4096. }
  4097. .uk-icon-strikethrough:before {
  4098. content: "\f0cc";
  4099. }
  4100. .uk-icon-underline:before {
  4101. content: "\f0cd";
  4102. }
  4103. .uk-icon-table:before {
  4104. content: "\f0ce";
  4105. }
  4106. .uk-icon-magic:before {
  4107. content: "\f0d0";
  4108. }
  4109. .uk-icon-truck:before {
  4110. content: "\f0d1";
  4111. }
  4112. .uk-icon-pinterest:before {
  4113. content: "\f0d2";
  4114. }
  4115. .uk-icon-pinterest-sign:before {
  4116. content: "\f0d3";
  4117. }
  4118. .uk-icon-google-plus-sign:before {
  4119. content: "\f0d4";
  4120. }
  4121. .uk-icon-google-plus:before {
  4122. content: "\f0d5";
  4123. }
  4124. .uk-icon-money:before {
  4125. content: "\f0d6";
  4126. }
  4127. .uk-icon-caret-down:before {
  4128. content: "\f0d7";
  4129. }
  4130. .uk-icon-caret-up:before {
  4131. content: "\f0d8";
  4132. }
  4133. .uk-icon-caret-left:before {
  4134. content: "\f0d9";
  4135. }
  4136. .uk-icon-caret-right:before {
  4137. content: "\f0da";
  4138. }
  4139. .uk-icon-columns:before {
  4140. content: "\f0db";
  4141. }
  4142. .uk-icon-sort:before {
  4143. content: "\f0dc";
  4144. }
  4145. .uk-icon-sort-down:before {
  4146. content: "\f0dd";
  4147. }
  4148. .uk-icon-sort-up:before {
  4149. content: "\f0de";
  4150. }
  4151. .uk-icon-envelope:before {
  4152. content: "\f0e0";
  4153. }
  4154. .uk-icon-linkedin:before {
  4155. content: "\f0e1";
  4156. }
  4157. .uk-icon-rotate-left:before,
  4158. .uk-icon-undo:before {
  4159. content: "\f0e2";
  4160. }
  4161. .uk-icon-legal:before {
  4162. content: "\f0e3";
  4163. }
  4164. .uk-icon-dashboard:before {
  4165. content: "\f0e4";
  4166. }
  4167. .uk-icon-comment-alt:before {
  4168. content: "\f0e5";
  4169. }
  4170. .uk-icon-comments-alt:before {
  4171. content: "\f0e6";
  4172. }
  4173. .uk-icon-bolt:before {
  4174. content: "\f0e7";
  4175. }
  4176. .uk-icon-sitemap:before {
  4177. content: "\f0e8";
  4178. }
  4179. .uk-icon-umbrella:before {
  4180. content: "\f0e9";
  4181. }
  4182. .uk-icon-paste:before {
  4183. content: "\f0ea";
  4184. }
  4185. .uk-icon-lightbulb:before {
  4186. content: "\f0eb";
  4187. }
  4188. .uk-icon-exchange:before {
  4189. content: "\f0ec";
  4190. }
  4191. .uk-icon-cloud-download:before {
  4192. content: "\f0ed";
  4193. }
  4194. .uk-icon-cloud-upload:before {
  4195. content: "\f0ee";
  4196. }
  4197. .uk-icon-user-md:before {
  4198. content: "\f0f0";
  4199. }
  4200. .uk-icon-stethoscope:before {
  4201. content: "\f0f1";
  4202. }
  4203. .uk-icon-suitcase:before {
  4204. content: "\f0f2";
  4205. }
  4206. .uk-icon-bell-alt:before {
  4207. content: "\f0f3";
  4208. }
  4209. .uk-icon-coffee:before {
  4210. content: "\f0f4";
  4211. }
  4212. .uk-icon-food:before {
  4213. content: "\f0f5";
  4214. }
  4215. .uk-icon-file-text-alt:before {
  4216. content: "\f0f6";
  4217. }
  4218. .uk-icon-building:before {
  4219. content: "\f0f7";
  4220. }
  4221. .uk-icon-hospital:before {
  4222. content: "\f0f8";
  4223. }
  4224. .uk-icon-ambulance:before {
  4225. content: "\f0f9";
  4226. }
  4227. .uk-icon-medkit:before {
  4228. content: "\f0fa";
  4229. }
  4230. .uk-icon-fighter-jet:before {
  4231. content: "\f0fb";
  4232. }
  4233. .uk-icon-beer:before {
  4234. content: "\f0fc";
  4235. }
  4236. .uk-icon-h-sign:before {
  4237. content: "\f0fd";
  4238. }
  4239. .uk-icon-plus-sign-alt:before {
  4240. content: "\f0fe";
  4241. }
  4242. .uk-icon-double-angle-left:before {
  4243. content: "\f100";
  4244. }
  4245. .uk-icon-double-angle-right:before {
  4246. content: "\f101";
  4247. }
  4248. .uk-icon-double-angle-up:before {
  4249. content: "\f102";
  4250. }
  4251. .uk-icon-double-angle-down:before {
  4252. content: "\f103";
  4253. }
  4254. .uk-icon-angle-left:before {
  4255. content: "\f104";
  4256. }
  4257. .uk-icon-angle-right:before {
  4258. content: "\f105";
  4259. }
  4260. .uk-icon-angle-up:before {
  4261. content: "\f106";
  4262. }
  4263. .uk-icon-angle-down:before {
  4264. content: "\f107";
  4265. }
  4266. .uk-icon-desktop:before {
  4267. content: "\f108";
  4268. }
  4269. .uk-icon-laptop:before {
  4270. content: "\f109";
  4271. }
  4272. .uk-icon-tablet:before {
  4273. content: "\f10a";
  4274. }
  4275. .uk-icon-mobile-phone:before {
  4276. content: "\f10b";
  4277. }
  4278. .uk-icon-circle-blank:before {
  4279. content: "\f10c";
  4280. }
  4281. .uk-icon-quote-left:before {
  4282. content: "\f10d";
  4283. }
  4284. .uk-icon-quote-right:before {
  4285. content: "\f10e";
  4286. }
  4287. .uk-icon-spinner:before {
  4288. content: "\f110";
  4289. }
  4290. .uk-icon-circle:before {
  4291. content: "\f111";
  4292. }
  4293. .uk-icon-mail-reply:before,
  4294. .uk-icon-reply:before {
  4295. content: "\f112";
  4296. }
  4297. .uk-icon-github-alt:before {
  4298. content: "\f113";
  4299. }
  4300. .uk-icon-folder-close-alt:before {
  4301. content: "\f114";
  4302. }
  4303. .uk-icon-folder-open-alt:before {
  4304. content: "\f115";
  4305. }
  4306. .uk-icon-expand-alt:before {
  4307. content: "\f116";
  4308. }
  4309. .uk-icon-collapse-alt:before {
  4310. content: "\f117";
  4311. }
  4312. .uk-icon-smile:before {
  4313. content: "\f118";
  4314. }
  4315. .uk-icon-frown:before {
  4316. content: "\f119";
  4317. }
  4318. .uk-icon-meh:before {
  4319. content: "\f11a";
  4320. }
  4321. .uk-icon-gamepad:before {
  4322. content: "\f11b";
  4323. }
  4324. .uk-icon-keyboard:before {
  4325. content: "\f11c";
  4326. }
  4327. .uk-icon-flag-alt:before {
  4328. content: "\f11d";
  4329. }
  4330. .uk-icon-flag-checkered:before {
  4331. content: "\f11e";
  4332. }
  4333. .uk-icon-terminal:before {
  4334. content: "\f120";
  4335. }
  4336. .uk-icon-code:before {
  4337. content: "\f121";
  4338. }
  4339. .uk-icon-reply-all:before {
  4340. content: "\f122";
  4341. }
  4342. .uk-icon-mail-reply-all:before {
  4343. content: "\f122";
  4344. }
  4345. .uk-icon-star-half-full:before,
  4346. .uk-icon-star-half-empty:before {
  4347. content: "\f123";
  4348. }
  4349. .uk-icon-location-arrow:before {
  4350. content: "\f124";
  4351. }
  4352. .uk-icon-crop:before {
  4353. content: "\f125";
  4354. }
  4355. .uk-icon-code-fork:before {
  4356. content: "\f126";
  4357. }
  4358. .uk-icon-unlink:before {
  4359. content: "\f127";
  4360. }
  4361. .uk-icon-question:before {
  4362. content: "\f128";
  4363. }
  4364. .uk-icon-info:before {
  4365. content: "\f129";
  4366. }
  4367. .uk-icon-exclamation:before {
  4368. content: "\f12a";
  4369. }
  4370. .uk-icon-superscript:before {
  4371. content: "\f12b";
  4372. }
  4373. .uk-icon-subscript:before {
  4374. content: "\f12c";
  4375. }
  4376. .uk-icon-eraser:before {
  4377. content: "\f12d";
  4378. }
  4379. .uk-icon-puzzle-piece:before {
  4380. content: "\f12e";
  4381. }
  4382. .uk-icon-microphone:before {
  4383. content: "\f130";
  4384. }
  4385. .uk-icon-microphone-off:before {
  4386. content: "\f131";
  4387. }
  4388. .uk-icon-shield:before {
  4389. content: "\f132";
  4390. }
  4391. .uk-icon-calendar-empty:before {
  4392. content: "\f133";
  4393. }
  4394. .uk-icon-fire-extinguisher:before {
  4395. content: "\f134";
  4396. }
  4397. .uk-icon-rocket:before {
  4398. content: "\f135";
  4399. }
  4400. .uk-icon-maxcdn:before {
  4401. content: "\f136";
  4402. }
  4403. .uk-icon-chevron-sign-left:before {
  4404. content: "\f137";
  4405. }
  4406. .uk-icon-chevron-sign-right:before {
  4407. content: "\f138";
  4408. }
  4409. .uk-icon-chevron-sign-up:before {
  4410. content: "\f139";
  4411. }
  4412. .uk-icon-chevron-sign-down:before {
  4413. content: "\f13a";
  4414. }
  4415. .uk-icon-html5:before {
  4416. content: "\f13b";
  4417. }
  4418. .uk-icon-css3:before {
  4419. content: "\f13c";
  4420. }
  4421. .uk-icon-anchor:before {
  4422. content: "\f13d";
  4423. }
  4424. .uk-icon-unlock-alt:before {
  4425. content: "\f13e";
  4426. }
  4427. .uk-icon-bullseye:before {
  4428. content: "\f140";
  4429. }
  4430. .uk-icon-ellipsis-horizontal:before {
  4431. content: "\f141";
  4432. }
  4433. .uk-icon-ellipsis-vertical:before {
  4434. content: "\f142";
  4435. }
  4436. .uk-icon-rss-sign:before {
  4437. content: "\f143";
  4438. }
  4439. .uk-icon-play-sign:before {
  4440. content: "\f144";
  4441. }
  4442. .uk-icon-ticket:before {
  4443. content: "\f145";
  4444. }
  4445. .uk-icon-minus-sign-alt:before {
  4446. content: "\f146";
  4447. }
  4448. .uk-icon-check-minus:before {
  4449. content: "\f147";
  4450. }
  4451. .uk-icon-level-up:before {
  4452. content: "\f148";
  4453. }
  4454. .uk-icon-level-down:before {
  4455. content: "\f149";
  4456. }
  4457. .uk-icon-check-sign:before {
  4458. content: "\f14a";
  4459. }
  4460. .uk-icon-edit-sign:before {
  4461. content: "\f14b";
  4462. }
  4463. .uk-icon-external-link-sign:before {
  4464. content: "\f14c";
  4465. }
  4466. .uk-icon-share-sign:before {
  4467. content: "\f14d";
  4468. }
  4469. .uk-icon-compass:before {
  4470. content: "\f14e";
  4471. }
  4472. .uk-icon-collapse:before {
  4473. content: "\f150";
  4474. }
  4475. .uk-icon-collapse-top:before {
  4476. content: "\f151";
  4477. }
  4478. .uk-icon-expand:before {
  4479. content: "\f152";
  4480. }
  4481. .uk-icon-euro:before,
  4482. .uk-icon-eur:before {
  4483. content: "\f153";
  4484. }
  4485. .uk-icon-gbp:before {
  4486. content: "\f154";
  4487. }
  4488. .uk-icon-dollar:before,
  4489. .uk-icon-usd:before {
  4490. content: "\f155";
  4491. }
  4492. .uk-icon-rupee:before,
  4493. .uk-icon-inr:before {
  4494. content: "\f156";
  4495. }
  4496. .uk-icon-yen:before,
  4497. .uk-icon-jpy:before {
  4498. content: "\f157";
  4499. }
  4500. .uk-icon-renminbi:before,
  4501. .uk-icon-cny:before {
  4502. content: "\f158";
  4503. }
  4504. .uk-icon-won:before,
  4505. .uk-icon-krw:before {
  4506. content: "\f159";
  4507. }
  4508. .uk-icon-bitcoin:before,
  4509. .uk-icon-btc:before {
  4510. content: "\f15a";
  4511. }
  4512. .uk-icon-file:before {
  4513. content: "\f15b";
  4514. }
  4515. .uk-icon-file-text:before {
  4516. content: "\f15c";
  4517. }
  4518. .uk-icon-sort-by-alphabet:before {
  4519. content: "\f15d";
  4520. }
  4521. .uk-icon-sort-by-alphabet-alt:before {
  4522. content: "\f15e";
  4523. }
  4524. .uk-icon-sort-by-attributes:before {
  4525. content: "\f160";
  4526. }
  4527. .uk-icon-sort-by-attributes-alt:before {
  4528. content: "\f161";
  4529. }
  4530. .uk-icon-sort-by-order:before {
  4531. content: "\f162";
  4532. }
  4533. .uk-icon-sort-by-order-alt:before {
  4534. content: "\f163";
  4535. }
  4536. .uk-icon-thumbs-up:before {
  4537. content: "\f164";
  4538. }
  4539. .uk-icon-thumbs-down:before {
  4540. content: "\f165";
  4541. }
  4542. .uk-icon-youtube-sign:before {
  4543. content: "\f166";
  4544. }
  4545. .uk-icon-youtube:before {
  4546. content: "\f167";
  4547. }
  4548. .uk-icon-xing:before {
  4549. content: "\f168";
  4550. }
  4551. .uk-icon-xing-sign:before {
  4552. content: "\f169";
  4553. }
  4554. .uk-icon-youtube-play:before {
  4555. content: "\f16a";
  4556. }
  4557. .uk-icon-dropbox:before {
  4558. content: "\f16b";
  4559. }
  4560. .uk-icon-stackexchange:before {
  4561. content: "\f16c";
  4562. }
  4563. .uk-icon-instagram:before {
  4564. content: "\f16d";
  4565. }
  4566. .uk-icon-flickr:before {
  4567. content: "\f16e";
  4568. }
  4569. .uk-icon-adn:before {
  4570. content: "\f170";
  4571. }
  4572. .uk-icon-bitbucket:before {
  4573. content: "\f171";
  4574. }
  4575. .uk-icon-bitbucket-sign:before {
  4576. content: "\f172";
  4577. }
  4578. .uk-icon-tumblr:before {
  4579. content: "\f173";
  4580. }
  4581. .uk-icon-tumblr-sign:before {
  4582. content: "\f174";
  4583. }
  4584. .uk-icon-long-arrow-down:before {
  4585. content: "\f175";
  4586. }
  4587. .uk-icon-long-arrow-up:before {
  4588. content: "\f176";
  4589. }
  4590. .uk-icon-long-arrow-left:before {
  4591. content: "\f177";
  4592. }
  4593. .uk-icon-long-arrow-right:before {
  4594. content: "\f178";
  4595. }
  4596. .uk-icon-apple:before {
  4597. content: "\f179";
  4598. }
  4599. .uk-icon-windows:before {
  4600. content: "\f17a";
  4601. }
  4602. .uk-icon-android:before {
  4603. content: "\f17b";
  4604. }
  4605. .uk-icon-linux:before {
  4606. content: "\f17c";
  4607. }
  4608. .uk-icon-dribbble:before {
  4609. content: "\f17d";
  4610. }
  4611. .uk-icon-skype:before {
  4612. content: "\f17e";
  4613. }
  4614. .uk-icon-foursquare:before {
  4615. content: "\f180";
  4616. }
  4617. .uk-icon-trello:before {
  4618. content: "\f181";
  4619. }
  4620. .uk-icon-female:before {
  4621. content: "\f182";
  4622. }
  4623. .uk-icon-male:before {
  4624. content: "\f183";
  4625. }
  4626. .uk-icon-gittip:before {
  4627. content: "\f184";
  4628. }
  4629. .uk-icon-sun:before {
  4630. content: "\f185";
  4631. }
  4632. .uk-icon-moon:before {
  4633. content: "\f186";
  4634. }
  4635. .uk-icon-archive:before {
  4636. content: "\f187";
  4637. }
  4638. .uk-icon-bug:before {
  4639. content: "\f188";
  4640. }
  4641. .uk-icon-vk:before {
  4642. content: "\f189";
  4643. }
  4644. .uk-icon-weibo:before {
  4645. content: "\f18a";
  4646. }
  4647. .uk-icon-renren:before {
  4648. content: "\f18b";
  4649. }
  4650. /* Hooks
  4651. ========================================================================== */
  4652. /*
  4653. * Name: Close
  4654. * Description: Defines styles for a close button
  4655. *
  4656. * Component: `uk-close`
  4657. *
  4658. * Modifiers: `uk-close-alt`
  4659. *
  4660. * Uses: Icon: FontAwesome
  4661. *
  4662. * Used by: Alert
  4663. * Modal
  4664. *
  4665. ========================================================================== */
  4666. /* Component
  4667. ========================================================================== */
  4668. /*
  4669. * 1. Required for `button` elements and makes
  4670. * close button more robust against different box-sizing use
  4671. * 2. Required for `button` elements
  4672. */
  4673. .uk-close {
  4674. -moz-box-sizing: content-box;
  4675. box-sizing: content-box;
  4676. /* 1 */
  4677. display: inline-block;
  4678. width: 20px;
  4679. line-height: 20px;
  4680. text-align: center;
  4681. color: inherit;
  4682. opacity: 0.3;
  4683. /* 2. */
  4684. padding: 0;
  4685. border: 0;
  4686. -webkit-appearance: none;
  4687. background: transparent;
  4688. /* Needed for Sarari */
  4689. }
  4690. /* Icon */
  4691. .uk-close:after {
  4692. display: block;
  4693. content: "\f00d";
  4694. font-family: "FontAwesome";
  4695. }
  4696. /*
  4697. * Hover
  4698. * 1. Apply hover style also to focus state
  4699. * 2. Remove default focus style
  4700. */
  4701. .uk-close:hover,
  4702. .uk-close:focus {
  4703. /* 1 */
  4704. opacity: 0.5;
  4705. outline: none;
  4706. /* 2 */
  4707. }
  4708. /* Required for `a` elements */
  4709. a.uk-close:hover {
  4710. color: inherit;
  4711. text-decoration: none;
  4712. cursor: pointer;
  4713. }
  4714. /* Modifier
  4715. ========================================================================== */
  4716. .uk-close-alt {
  4717. padding: 2px;
  4718. border-radius: 100%;
  4719. background: #eeeeee;
  4720. opacity: 1;
  4721. }
  4722. /* Hover */
  4723. .uk-close-alt:hover,
  4724. .uk-close-alt:focus {
  4725. opacity: 1;
  4726. }
  4727. /* Icon */
  4728. .uk-close-alt:after {
  4729. opacity: 0.5;
  4730. }
  4731. .uk-close-alt:hover:after,
  4732. .uk-close-alt:focus:after {
  4733. opacity: 0.8;
  4734. }
  4735. /* Hooks
  4736. ========================================================================== */
  4737. /*
  4738. * Name: Badge
  4739. * Description: Defines styles for badges
  4740. *
  4741. * Component: `uk-badge`
  4742. *
  4743. * Modifiers: `uk-badge-notification`
  4744. * `uk-badge-success`
  4745. * `uk-badge-danger`
  4746. *
  4747. ========================================================================== */
  4748. /* Component
  4749. ========================================================================== */
  4750. .uk-badge {
  4751. display: inline-block;
  4752. padding: 0 5px;
  4753. background: #00a8e6;
  4754. font-size: 10px;
  4755. font-weight: bold;
  4756. line-height: 14px;
  4757. color: #ffffff;
  4758. text-align: center;
  4759. vertical-align: middle;
  4760. text-transform: none;
  4761. }
  4762. /* Modifier: `uk-badge-notification`;
  4763. ========================================================================== */
  4764. .uk-badge-notification {
  4765. -moz-box-sizing: border-box;
  4766. box-sizing: border-box;
  4767. min-width: 18px;
  4768. border-radius: 500px;
  4769. font-size: 12px;
  4770. line-height: 18px;
  4771. }
  4772. /* Color modifier
  4773. ========================================================================== */
  4774. /*
  4775. * Modifier: `uk-badge-success`
  4776. */
  4777. .uk-badge-success {
  4778. background-color: #8cc14c;
  4779. }
  4780. /*
  4781. * Modifier: `uk-badge-warning`
  4782. */
  4783. .uk-badge-warning {
  4784. background-color: #faa732;
  4785. }
  4786. /*
  4787. * Modifier: `uk-badge-danger`
  4788. */
  4789. .uk-badge-danger {
  4790. background-color: #da314b;
  4791. }
  4792. /* Hooks
  4793. ========================================================================== */
  4794. /*
  4795. * Name: Alert
  4796. * Description: Defines styles for alert messages
  4797. *
  4798. * Component: `uk-alert`
  4799. *
  4800. * Sub-objects: `uk-alert-close`
  4801. *
  4802. * Modifiers: `uk-alert-success`
  4803. * `uk-alert-warning`
  4804. * `uk-alert-danger`
  4805. * `uk-alert-large`
  4806. *
  4807. * Uses: Close: `uk-close`
  4808. *
  4809. ========================================================================== */
  4810. /* Component
  4811. ========================================================================== */
  4812. .uk-alert {
  4813. margin-bottom: 15px;
  4814. padding: 10px;
  4815. background: #ebf7fd;
  4816. color: #2d7091;
  4817. }
  4818. /*
  4819. * Add margin if adjacent element
  4820. */
  4821. * + .uk-alert {
  4822. margin-top: 15px;
  4823. }
  4824. /*
  4825. * Remove margin from the last-child
  4826. */
  4827. .uk-alert > :last-child {
  4828. margin-bottom: 0;
  4829. }
  4830. /*
  4831. * Keep color for headings if the default heading color is changed
  4832. */
  4833. .uk-alert h1,
  4834. .uk-alert h2,
  4835. .uk-alert h3,
  4836. .uk-alert h4,
  4837. .uk-alert h5,
  4838. .uk-alert h6 {
  4839. color: inherit;
  4840. }
  4841. /* Close in alert
  4842. ========================================================================== */
  4843. .uk-alert > .uk-close:first-child {
  4844. float: right;
  4845. }
  4846. /*
  4847. * Remove margin from adjacent element
  4848. */
  4849. .uk-alert > .uk-close:first-child + * {
  4850. margin-top: 0;
  4851. }
  4852. /* Modifier: `uk-alert-success`
  4853. ========================================================================== */
  4854. .uk-alert-success {
  4855. background: #f2fae3;
  4856. color: #659f13;
  4857. }
  4858. /* Modifier: `uk-alert-warning`
  4859. ========================================================================== */
  4860. .uk-alert-warning {
  4861. background: #fffceb;
  4862. color: #e28327;
  4863. }
  4864. /* Modifier: `uk-alert-danger`
  4865. ========================================================================== */
  4866. .uk-alert-danger {
  4867. background: #fff1f0;
  4868. color: #d85030;
  4869. }
  4870. /* Modifier: `uk-alert-large`
  4871. ========================================================================== */
  4872. .uk-alert-large {
  4873. padding: 20px;
  4874. }
  4875. .uk-alert-large > .uk-close:first-child {
  4876. margin: -10px -10px 0 0;
  4877. }
  4878. /* Hooks
  4879. ========================================================================== */
  4880. /*
  4881. * Name: Thumbnail
  4882. * Description: Defines styles for image thumbnails
  4883. *
  4884. * Component: `uk-thumbnail`
  4885. *
  4886. * Sub-objects: `uk-thumbnail-caption`
  4887. *
  4888. * Modifiers: `uk-thumbnail-mini`
  4889. * `uk-thumbnail-small`
  4890. * `uk-thumbnail-medium`
  4891. * `uk-thumbnail-large`
  4892. * `uk-thumbnail-expand`
  4893. *
  4894. ========================================================================== */
  4895. /* Component
  4896. ========================================================================== */
  4897. /*
  4898. * 1. Corrects max-width behavior (2.) if padding and border are used
  4899. * 2. Responsive behavior
  4900. * 3. Required for `figure` element
  4901. */
  4902. .uk-thumbnail {
  4903. /* Required for `a`, `div` or `figure` elements */
  4904. display: inline-block;
  4905. -moz-box-sizing: border-box;
  4906. /* 1 */
  4907. box-sizing: border-box;
  4908. max-width: 100%;
  4909. /* 2 */
  4910. margin: 0;
  4911. /* 3 */
  4912. padding: 4px;
  4913. border: 1px solid #dddddd;
  4914. background: #ffffff;
  4915. }
  4916. /*
  4917. * Hover state for `a` elements
  4918. * 1. Apply hover style also to focus state
  4919. * 2. Needed for caption
  4920. * 3. Remove default focus style
  4921. */
  4922. a.uk-thumbnail:hover,
  4923. a.uk-thumbnail:focus {
  4924. /* 1 */
  4925. border-color: #aaaaaa;
  4926. background-color: #ffffff;
  4927. text-decoration: none;
  4928. /* 2 */
  4929. outline: none;
  4930. /* 3 */
  4931. }
  4932. /* Caption
  4933. ========================================================================== */
  4934. .uk-thumbnail-caption {
  4935. padding-top: 5px;
  4936. text-align: center;
  4937. color: #444444;
  4938. }
  4939. /* Sizes
  4940. ========================================================================== */
  4941. .uk-thumbnail-mini {
  4942. width: 150px;
  4943. }
  4944. .uk-thumbnail-small {
  4945. width: 200px;
  4946. }
  4947. .uk-thumbnail-medium {
  4948. width: 300px;
  4949. }
  4950. .uk-thumbnail-large {
  4951. width: 400px;
  4952. }
  4953. .uk-thumbnail-expand,
  4954. .uk-thumbnail-expand > img {
  4955. width: 100%;
  4956. }
  4957. /* Hooks
  4958. ========================================================================== */
  4959. /*
  4960. * Name: Overlay
  4961. * Description: Defines styles for image overlays
  4962. *
  4963. * Component: `uk-overlay`
  4964. *
  4965. * Sub-objects: `uk-overlay-area`
  4966. * `uk-overlay-caption`
  4967. * `uk-overlay-toggle`
  4968. *
  4969. ========================================================================== */
  4970. /* Component
  4971. ========================================================================== */
  4972. /*
  4973. * 1. Container width fits its content
  4974. * 2. Create position context
  4975. * 3. Set max-width for responsive images to prevent `inline-block` consequences
  4976. * 4. Remove the gap between the container and its child element
  4977. */
  4978. .uk-overlay {
  4979. /* 1 */
  4980. display: inline-block;
  4981. /* 2 */
  4982. position: relative;
  4983. /* 3 */
  4984. max-width: 100%;
  4985. /* 4 */
  4986. vertical-align: middle;
  4987. }
  4988. /* Sub-object `uk-overlay-area`
  4989. ========================================================================== */
  4990. /*
  4991. * 1. Set position
  4992. * 2. Set style
  4993. * 3. Fade-in transition
  4994. */
  4995. .uk-overlay-area {
  4996. /* 1 */
  4997. position: absolute;
  4998. top: 0;
  4999. bottom: 0;
  5000. left: 0;
  5001. right: 0;
  5002. /* 2 */
  5003. background: rgba(0, 0, 0, 0.3);
  5004. /* 3 */
  5005. opacity: 0;
  5006. -webkit-transition: opacity 0.15s linear;
  5007. transition: opacity 0.15s linear;
  5008. }
  5009. /*
  5010. * Hover
  5011. * 1. Use optional `uk-overlay-toggle` to trigger the overlay earlier
  5012. */
  5013. .uk-overlay:hover .uk-overlay-area,
  5014. .uk-overlay-toggle:hover .uk-overlay-area {
  5015. opacity: 1;
  5016. }
  5017. /* 1 */
  5018. /*
  5019. * Icon
  5020. */
  5021. .uk-overlay-area:before {
  5022. content: "\f002";
  5023. position: absolute;
  5024. top: 50%;
  5025. left: 50%;
  5026. width: 50px;
  5027. height: 50px;
  5028. margin-top: -25px;
  5029. margin-left: -25px;
  5030. font-size: 50px;
  5031. line-height: 1;
  5032. font-family: "FontAwesome";
  5033. text-align: center;
  5034. color: #ffffff;
  5035. }
  5036. /* Sub-object `uk-overlay-caption`
  5037. ========================================================================== */
  5038. /*
  5039. * 1. Set position
  5040. * 2. Set style
  5041. * 3. Fade-in transition
  5042. */
  5043. .uk-overlay-caption {
  5044. /* 1 */
  5045. position: absolute;
  5046. bottom: 0;
  5047. left: 0;
  5048. right: 0;
  5049. /* 2 */
  5050. padding: 15px;
  5051. background: rgba(0, 0, 0, 0.5);
  5052. color: #ffffff;
  5053. /* 3 */
  5054. opacity: 0;
  5055. -webkit-transition: opacity 0.15s linear;
  5056. transition: opacity 0.15s linear;
  5057. }
  5058. /*
  5059. * Hover
  5060. * 1. Use optional `uk-overlay-toggle` to trigger the overlay earlier
  5061. */
  5062. .uk-overlay:hover .uk-overlay-caption,
  5063. .uk-overlay-toggle:hover .uk-overlay-caption {
  5064. opacity: 1;
  5065. }
  5066. /* 1 */
  5067. /* Hooks
  5068. ========================================================================== */
  5069. /*
  5070. * Name: Progress
  5071. * Description: Defines styles for progress bars
  5072. *
  5073. * Component: `uk-progress`
  5074. *
  5075. * Sub-objects: `uk-progress-bar`
  5076. *
  5077. * Modifiers: `uk-progress-mini`
  5078. * `uk-progress-small`
  5079. * `uk-progress-success`
  5080. * `uk-progress-warning`
  5081. * `uk-progress-danger`
  5082. * `uk-progress-striped`
  5083. *
  5084. ========================================================================== */
  5085. /* Component
  5086. ========================================================================== */
  5087. /*
  5088. * 1. Clearing
  5089. * 2. Vertical alignment if text is used
  5090. */
  5091. .uk-progress {
  5092. -moz-box-sizing: border-box;
  5093. box-sizing: border-box;
  5094. height: 20px;
  5095. margin-bottom: 15px;
  5096. background: #eeeeee;
  5097. overflow: hidden;
  5098. /* 1 */
  5099. line-height: 20px;
  5100. /* 2 */
  5101. }
  5102. /*
  5103. * Add margin if adjacent element
  5104. */
  5105. * + .uk-progress {
  5106. margin-top: 15px;
  5107. }
  5108. /* Sub-object: `uk-progress-bar`
  5109. ========================================================================== */
  5110. .uk-progress-bar {
  5111. width: 0;
  5112. height: 100%;
  5113. background: #00a8e6;
  5114. float: left;
  5115. /* Transition */
  5116. -webkit-transition: width 0.6s ease;
  5117. transition: width 0.6s ease;
  5118. /* Allow text */
  5119. font-size: 12px;
  5120. color: #ffffff;
  5121. text-align: center;
  5122. }
  5123. /* Size modifiers
  5124. ========================================================================== */
  5125. /* Mini */
  5126. .uk-progress-mini {
  5127. height: 6px;
  5128. }
  5129. /* Small */
  5130. .uk-progress-small {
  5131. height: 12px;
  5132. }
  5133. /* Color modifiers
  5134. ========================================================================== */
  5135. .uk-progress-success .uk-progress-bar {
  5136. background-color: #8cc14c;
  5137. }
  5138. .uk-progress-warning .uk-progress-bar {
  5139. background-color: #faa732;
  5140. }
  5141. .uk-progress-danger .uk-progress-bar {
  5142. background-color: #da314b;
  5143. }
  5144. /* Modifier: `uk-progress-striped`
  5145. ========================================================================== */
  5146. .uk-progress-striped .uk-progress-bar {
  5147. background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  5148. background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  5149. background-size: 30px 30px;
  5150. }
  5151. /*
  5152. * Animation
  5153. */
  5154. .uk-progress-striped.uk-active .uk-progress-bar {
  5155. -webkit-animation: uk-progress-bar-stripes 2s linear infinite;
  5156. animation: uk-progress-bar-stripes 2s linear infinite;
  5157. }
  5158. @-webkit-keyframes uk-progress-bar-stripes {
  5159. 0% {
  5160. background-position: 0 0;
  5161. }
  5162. 100% {
  5163. background-position: 30px 0;
  5164. }
  5165. }
  5166. @keyframes uk-progress-bar-stripes {
  5167. 0% {
  5168. background-position: 0 0;
  5169. }
  5170. 100% {
  5171. background-position: 30px 0;
  5172. }
  5173. }
  5174. /* Hooks
  5175. ========================================================================== */
  5176. /*
  5177. * Name: Search
  5178. * Description: Defines a search component
  5179. *
  5180. * Component: `uk-search`
  5181. *
  5182. * Sub-objects: `uk-search-field`
  5183. * `uk-search-close`
  5184. *
  5185. * States: `uk-active`
  5186. * `uk-loading`
  5187. *
  5188. * Uses: Animation
  5189. * Icon: FontAwesome
  5190. *
  5191. * Used by: Off-canvas
  5192. *
  5193. ========================================================================== */
  5194. /* Component
  5195. ========================================================================== */
  5196. /*
  5197. * 1. Create position context for dropdowns
  5198. * 2. Needed for `form` element
  5199. */
  5200. .uk-search {
  5201. display: inline-block;
  5202. position: relative;
  5203. /* 1 */
  5204. margin: 0;
  5205. /* 2 */
  5206. }
  5207. /*
  5208. * Icon
  5209. */
  5210. .uk-search:before {
  5211. content: "\f002";
  5212. position: absolute;
  5213. top: 0;
  5214. left: 0;
  5215. width: 30px;
  5216. line-height: 30px;
  5217. text-align: center;
  5218. font-family: "FontAwesome";
  5219. font-size: 14px;
  5220. color: rgba(0, 0, 0, 0.2);
  5221. }
  5222. /* Sub-object `uk-search-field`
  5223. ========================================================================== */
  5224. /*
  5225. * 1. Needed to reset iOS `input[type="search"]` appearance
  5226. */
  5227. .uk-search-field {
  5228. width: 120px;
  5229. height: 30px;
  5230. padding: 0 30px;
  5231. border: 1px solid rgba(0, 0, 0, 0);
  5232. border-radius: 0;
  5233. /* 1 */
  5234. background: rgba(0, 0, 0, 0);
  5235. color: #444444;
  5236. -webkit-transition: all linear 0.2s;
  5237. transition: all linear 0.2s;
  5238. }
  5239. /*
  5240. * Needed to reset iOS `input[type="search"]` appearance
  5241. * Higher specificity to override appearance set by normalize.less
  5242. */
  5243. input.uk-search-field {
  5244. -webkit-appearance: none;
  5245. }
  5246. /* Placeholder */
  5247. .uk-search-field:-ms-input-placeholder {
  5248. color: #999999;
  5249. }
  5250. .uk-search-field::-moz-placeholder {
  5251. color: #999999;
  5252. }
  5253. .uk-search-field::-webkit-input-placeholder {
  5254. color: #999999;
  5255. }
  5256. /* Removes cancel button in IE10 */
  5257. .uk-search-field::-ms-clear {
  5258. display: none;
  5259. }
  5260. /* Focus */
  5261. .uk-search-field:focus {
  5262. outline: 0;
  5263. }
  5264. /* Focus + active */
  5265. .uk-search-field:focus,
  5266. .uk-active .uk-search-field {
  5267. width: 180px;
  5268. }
  5269. /* Sub-object `uk-search-close`
  5270. ========================================================================== */
  5271. /*
  5272. * 1. Required for `button` elements
  5273. */
  5274. .uk-search-close {
  5275. display: none;
  5276. position: absolute;
  5277. top: 0;
  5278. right: 0;
  5279. width: 30px;
  5280. line-height: 30px;
  5281. text-align: center;
  5282. font-size: 14px;
  5283. color: rgba(0, 0, 0, 0.2);
  5284. /* 1. */
  5285. padding: 0;
  5286. border: 0;
  5287. -webkit-appearance: none;
  5288. background: transparent;
  5289. /* Needed for Sarari */
  5290. }
  5291. .uk-loading > .uk-search-close,
  5292. .uk-active > .uk-search-close {
  5293. display: block;
  5294. }
  5295. /*
  5296. * Icon
  5297. */
  5298. .uk-search-close:after {
  5299. display: block;
  5300. content: "\f00d";
  5301. font-family: "FontAwesome";
  5302. }
  5303. /* Loading icon */
  5304. .uk-loading > .uk-search-close:after {
  5305. content: "\f110";
  5306. -webkit-animation: uk-spin 2s infinite linear;
  5307. animation: uk-spin 2s infinite linear;
  5308. }
  5309. /* Hooks
  5310. ========================================================================== */
  5311. /*
  5312. * Name: Animation
  5313. * Description: Provides a useful set of keyframe animations
  5314. *
  5315. * Component: `uk-animation-*`
  5316. *
  5317. * Modifiers: `uk-animation-fade`
  5318. * `uk-animation-scale-up`
  5319. * `uk-animation-scale-down`
  5320. * `uk-animation-slide-top`
  5321. * `uk-animation-slide-bottom`
  5322. * `uk-animation-slide-left`
  5323. * `uk-animation-slide-right`
  5324. * `uk-animation-reverse`
  5325. *
  5326. * Used by: Dropdown
  5327. * Icon
  5328. * Search
  5329. *
  5330. ========================================================================== */
  5331. /* Component
  5332. ========================================================================== */
  5333. [class*='uk-animation-'] {
  5334. -webkit-animation-duration: 0.5s;
  5335. animation-duration: 0.5s;
  5336. -webkit-animation-timing-function: ease-out;
  5337. animation-timing-function: ease-out;
  5338. -webkit-animation-fill-mode: both;
  5339. animation-fill-mode: both;
  5340. }
  5341. /*
  5342. * Fade
  5343. */
  5344. .uk-animation-fade {
  5345. -webkit-animation-name: uk-fade;
  5346. animation-name: uk-fade;
  5347. -webkit-animation-duration: 0.8s;
  5348. animation-duration: 0.8s;
  5349. -webkit-animation-timing-function: linear;
  5350. animation-timing-function: linear;
  5351. }
  5352. /*
  5353. * Scale
  5354. */
  5355. .uk-animation-scale-up {
  5356. -webkit-animation-name: uk-scale-up;
  5357. animation-name: uk-scale-up;
  5358. }
  5359. .uk-animation-scale-down {
  5360. -webkit-animation-name: uk-scale-down;
  5361. animation-name: uk-scale-down;
  5362. }
  5363. /*
  5364. * Slide
  5365. */
  5366. .uk-animation-slide-top {
  5367. -webkit-animation-name: uk-slide-top;
  5368. animation-name: uk-slide-top;
  5369. }
  5370. .uk-animation-slide-bottom {
  5371. -webkit-animation-name: uk-slide-bottom;
  5372. animation-name: uk-slide-bottom;
  5373. }
  5374. .uk-animation-slide-left {
  5375. -webkit-animation-name: uk-slide-left;
  5376. animation-name: uk-slide-left;
  5377. }
  5378. .uk-animation-slide-right {
  5379. -webkit-animation-name: uk-slide-right;
  5380. animation-name: uk-slide-right;
  5381. }
  5382. /* Modifiers
  5383. ========================================================================== */
  5384. .uk-animation-reverse {
  5385. -webkit-animation-direction: reverse;
  5386. animation-direction: reverse;
  5387. }
  5388. /* Keyframes
  5389. ========================================================================== */
  5390. /*
  5391. * Fade
  5392. */
  5393. @-webkit-keyframes uk-fade {
  5394. 0% {
  5395. opacity: 0;
  5396. }
  5397. 100% {
  5398. opacity: 1;
  5399. }
  5400. }
  5401. @keyframes uk-fade {
  5402. 0% {
  5403. opacity: 0;
  5404. }
  5405. 100% {
  5406. opacity: 1;
  5407. }
  5408. }
  5409. /*
  5410. * Scale up
  5411. */
  5412. @-webkit-keyframes uk-scale-up {
  5413. 0% {
  5414. opacity: 0;
  5415. -webkit-transform: scale(0.2);
  5416. }
  5417. 100% {
  5418. opacity: 1;
  5419. -webkit-transform: scale(1);
  5420. }
  5421. }
  5422. @keyframes uk-scale-up {
  5423. 0% {
  5424. opacity: 0;
  5425. transform: scale(0.2);
  5426. }
  5427. 100% {
  5428. opacity: 1;
  5429. transform: scale(1);
  5430. }
  5431. }
  5432. /*
  5433. * Scale down
  5434. */
  5435. @-webkit-keyframes uk-scale-down {
  5436. 0% {
  5437. opacity: 0;
  5438. -webkit-transform: scale(1.8);
  5439. }
  5440. 100% {
  5441. opacity: 1;
  5442. -webkit-transform: scale(1);
  5443. }
  5444. }
  5445. @keyframes uk-scale-down {
  5446. 0% {
  5447. opacity: 0;
  5448. transform: scale(1.8);
  5449. }
  5450. 100% {
  5451. opacity: 1;
  5452. transform: scale(1);
  5453. }
  5454. }
  5455. /*
  5456. * Slide top
  5457. */
  5458. @-webkit-keyframes uk-slide-top {
  5459. 0% {
  5460. opacity: 0;
  5461. -webkit-transform: translateY(-100%);
  5462. }
  5463. 100% {
  5464. opacity: 1;
  5465. -webkit-transform: translateY(0);
  5466. }
  5467. }
  5468. @keyframes uk-slide-top {
  5469. 0% {
  5470. opacity: 0;
  5471. transform: translateY(-100%);
  5472. }
  5473. 100% {
  5474. opacity: 1;
  5475. transform: translateY(0);
  5476. }
  5477. }
  5478. /*
  5479. * Slide bottom
  5480. */
  5481. @-webkit-keyframes uk-slide-bottom {
  5482. 0% {
  5483. opacity: 0;
  5484. -webkit-transform: translateY(100%);
  5485. }
  5486. 100% {
  5487. opacity: 1;
  5488. -webkit-transform: translateY(0);
  5489. }
  5490. }
  5491. @keyframes uk-slide-bottom {
  5492. 0% {
  5493. opacity: 0;
  5494. transform: translateY(100%);
  5495. }
  5496. 100% {
  5497. opacity: 1;
  5498. transform: translateY(0);
  5499. }
  5500. }
  5501. /*
  5502. * Slide left
  5503. */
  5504. @-webkit-keyframes uk-slide-left {
  5505. 0% {
  5506. opacity: 0;
  5507. -webkit-transform: translateX(-100%);
  5508. }
  5509. 100% {
  5510. opacity: 1;
  5511. -webkit-transform: translateX(0);
  5512. }
  5513. }
  5514. @keyframes uk-slide-left {
  5515. 0% {
  5516. opacity: 0;
  5517. transform: translateX(-100%);
  5518. }
  5519. 100% {
  5520. opacity: 1;
  5521. transform: translateX(0);
  5522. }
  5523. }
  5524. /*
  5525. * Slide right
  5526. */
  5527. @-webkit-keyframes uk-slide-right {
  5528. 0% {
  5529. opacity: 0;
  5530. -webkit-transform: translateX(100%);
  5531. }
  5532. 100% {
  5533. opacity: 1;
  5534. -webkit-transform: translateX(0);
  5535. }
  5536. }
  5537. @keyframes uk-slide-right {
  5538. 0% {
  5539. opacity: 0;
  5540. transform: translateX(100%);
  5541. }
  5542. 100% {
  5543. opacity: 1;
  5544. transform: translateX(0);
  5545. }
  5546. }
  5547. /*
  5548. * Slide top fixed
  5549. */
  5550. @-webkit-keyframes uk-slide-top-fixed {
  5551. 0% {
  5552. opacity: 0;
  5553. -webkit-transform: translateY(-10px);
  5554. }
  5555. 100% {
  5556. opacity: 1;
  5557. -webkit-transform: translateY(0);
  5558. }
  5559. }
  5560. @keyframes uk-slide-top-fixed {
  5561. 0% {
  5562. opacity: 0;
  5563. transform: translateY(-10px);
  5564. }
  5565. 100% {
  5566. opacity: 1;
  5567. transform: translateY(0);
  5568. }
  5569. }
  5570. /*
  5571. * Slide bottom fixed
  5572. */
  5573. @-webkit-keyframes uk-slide-bottom-fixed {
  5574. 0% {
  5575. opacity: 0;
  5576. -webkit-transform: translateY(10px);
  5577. }
  5578. 100% {
  5579. opacity: 1;
  5580. -webkit-transform: translateY(0);
  5581. }
  5582. }
  5583. @keyframes uk-slide-bottom-fixed {
  5584. 0% {
  5585. opacity: 0;
  5586. transform: translateY(10px);
  5587. }
  5588. 100% {
  5589. opacity: 1;
  5590. transform: translateY(0);
  5591. }
  5592. }
  5593. /*
  5594. * Spin
  5595. */
  5596. @-webkit-keyframes uk-spin {
  5597. 0% {
  5598. -webkit-transform: rotate(0deg);
  5599. }
  5600. 100% {
  5601. -webkit-transform: rotate(359deg);
  5602. }
  5603. }
  5604. @keyframes uk-spin {
  5605. 0% {
  5606. transform: rotate(0deg);
  5607. }
  5608. 100% {
  5609. transform: rotate(359deg);
  5610. }
  5611. }
  5612. /* JavaScript */
  5613. /*
  5614. * Name: Dropdown
  5615. * Description: Defines styles for a toggleable dropdown
  5616. *
  5617. * Component: `uk-dropdown`
  5618. *
  5619. * Modifiers: `uk-dropdown-flip`
  5620. * `uk-dropdown-center`
  5621. * `uk-dropdown-justify`
  5622. * `uk-dropdown-up`
  5623. * `uk-dropdown-width-2`
  5624. * `uk-dropdown-width-3`
  5625. * `uk-dropdown-width-4`
  5626. * `uk-dropdown-width-5`
  5627. * `uk-dropdown-stack`
  5628. * `uk-dropdown-small`
  5629. * `uk-dropdown-navbar`
  5630. * `uk-dropdown-search`
  5631. *
  5632. * States: `uk-open`
  5633. *
  5634. * Uses: Animation
  5635. * Grid: `uk-grid`, `uk-width-*`
  5636. * Panel: `uk-panel`
  5637. * Navbar: `uk-navbar-flip`
  5638. *
  5639. ========================================================================== */
  5640. /* Component
  5641. ========================================================================== */
  5642. /*
  5643. * 1. Hide by default
  5644. * 2. Set position
  5645. * 3. Box-sizing is needed for `uk-dropdown-justify`
  5646. * 4. Set style
  5647. * 5. Reset button group whitespace hack
  5648. */
  5649. .uk-dropdown {
  5650. /* 1 */
  5651. display: none;
  5652. /* 2 */
  5653. position: absolute;
  5654. top: 100%;
  5655. left: 0;
  5656. z-index: 1000;
  5657. /* 3 */
  5658. -moz-box-sizing: border-box;
  5659. box-sizing: border-box;
  5660. /* 4 */
  5661. width: 200px;
  5662. margin-top: 5px;
  5663. padding: 15px;
  5664. background: #f5f5f5;
  5665. color: #444444;
  5666. /* 5 */
  5667. letter-spacing: normal;
  5668. }
  5669. /*
  5670. * 1. Show dropdown
  5671. * 2. Set animation
  5672. * 3. Needed for scale animation
  5673. */
  5674. .uk-open > .uk-dropdown {
  5675. /* 1 */
  5676. display: block;
  5677. /* 2 */
  5678. -webkit-animation: uk-fade 0.2s ease-in-out;
  5679. animation: uk-fade 0.2s ease-in-out;
  5680. /* 3 */
  5681. -webkit-transform-origin: 0 0;
  5682. transform-origin: 0 0;
  5683. }
  5684. /* Alignment modifiers
  5685. ========================================================================== */
  5686. /*
  5687. * Modifier `uk-dropdown-flip`
  5688. */
  5689. .uk-dropdown-flip {
  5690. left: auto;
  5691. right: 0;
  5692. }
  5693. /*
  5694. * Modifier `uk-dropdown-up`
  5695. */
  5696. .uk-dropdown-up {
  5697. top: auto;
  5698. bottom: 100%;
  5699. margin-top: auto;
  5700. margin-bottom: 5px;
  5701. }
  5702. /* Nav in dropdown
  5703. ========================================================================== */
  5704. .uk-dropdown .uk-nav {
  5705. margin: 0 -15px;
  5706. }
  5707. /* Grid and panel in dropdown
  5708. ========================================================================== */
  5709. /*
  5710. * Vertical gutter
  5711. */
  5712. /* Grid */
  5713. .uk-dropdown > .uk-grid + .uk-grid {
  5714. margin-top: 15px;
  5715. }
  5716. /* Panels */
  5717. .uk-dropdown > .uk-grid > [class*='uk-width-'] > .uk-panel + .uk-panel {
  5718. margin-top: 15px;
  5719. }
  5720. /* Only tablets and desktops */
  5721. @media (min-width: 768px) {
  5722. /*
  5723. * Horizontal gutter
  5724. */
  5725. .uk-dropdown:not(.uk-dropdown-stack) > .uk-grid {
  5726. margin-left: -15px;
  5727. margin-right: -15px;
  5728. }
  5729. .uk-dropdown:not(.uk-dropdown-stack) > .uk-grid > [class*='uk-width-'] {
  5730. padding-left: 15px;
  5731. padding-right: 15px;
  5732. }
  5733. /*
  5734. * Column divider
  5735. */
  5736. .uk-dropdown:not(.uk-dropdown-stack) > .uk-grid > [class*='uk-width-']:nth-child(n+2) {
  5737. border-left: 1px solid #dddddd;
  5738. }
  5739. /*
  5740. * Width multiplier for dropdown columns
  5741. */
  5742. .uk-dropdown-width-2:not(.uk-dropdown-stack) {
  5743. width: 400px;
  5744. }
  5745. .uk-dropdown-width-3:not(.uk-dropdown-stack) {
  5746. width: 600px;
  5747. }
  5748. .uk-dropdown-width-4:not(.uk-dropdown-stack) {
  5749. width: 800px;
  5750. }
  5751. .uk-dropdown-width-5:not(.uk-dropdown-stack) {
  5752. width: 1000px;
  5753. }
  5754. }
  5755. /* Only phones */
  5756. @media (max-width: 767px) {
  5757. /*
  5758. * Stack columns and take full width
  5759. */
  5760. .uk-dropdown > .uk-grid > [class*='uk-width-'] {
  5761. width: 100%;
  5762. }
  5763. /*
  5764. * Vertical gutter
  5765. */
  5766. .uk-dropdown > .uk-grid > [class*='uk-width-']:nth-child(n+2) {
  5767. margin-top: 15px;
  5768. }
  5769. }
  5770. /*
  5771. * Stack grid columns
  5772. */
  5773. .uk-dropdown-stack > .uk-grid > [class*='uk-width-'] {
  5774. width: 100%;
  5775. }
  5776. .uk-dropdown-stack > .uk-grid > [class*='uk-width-']:nth-child(n+2) {
  5777. margin-top: 15px;
  5778. }
  5779. /* Modifier `uk-dropdown-small`
  5780. ========================================================================== */
  5781. /*
  5782. * Set min-width and text expands dropdown if needed
  5783. */
  5784. .uk-dropdown-small {
  5785. min-width: 150px;
  5786. width: auto;
  5787. padding: 5px;
  5788. white-space: nowrap;
  5789. }
  5790. /*
  5791. * Nav in dropdown
  5792. */
  5793. .uk-dropdown-small .uk-nav {
  5794. margin: 0 -5px;
  5795. }
  5796. /* Modifier: `uk-dropdown-navbar`
  5797. ========================================================================== */
  5798. .uk-dropdown-navbar {
  5799. margin-top: 0;
  5800. background: #f5f5f5;
  5801. color: #444444;
  5802. }
  5803. .uk-open > .uk-dropdown-navbar {
  5804. -webkit-animation: uk-slide-top-fixed 0.2s ease-in-out;
  5805. animation: uk-slide-top-fixed 0.2s ease-in-out;
  5806. }
  5807. /* Modifier: `uk-dropdown-search`
  5808. ========================================================================== */
  5809. .uk-dropdown-search {
  5810. width: 300px;
  5811. margin-top: 0;
  5812. background: #f5f5f5;
  5813. color: #444444;
  5814. }
  5815. .uk-open > .uk-dropdown-search {
  5816. -webkit-animation: uk-slide-top-fixed 0.2s ease-in-out;
  5817. animation: uk-slide-top-fixed 0.2s ease-in-out;
  5818. }
  5819. /*
  5820. * Dependency `uk-navbar-flip`
  5821. */
  5822. .uk-navbar-flip .uk-dropdown-search {
  5823. margin-top: 5px;
  5824. margin-right: -15px;
  5825. }
  5826. /* Hooks
  5827. ========================================================================== */
  5828. /*
  5829. * Name: Modal
  5830. * Description: Defines styles for modal dialogs
  5831. *
  5832. * Component: `uk-modal`
  5833. *
  5834. * Sub-objects: `uk-modal-dialog`
  5835. * `uk-modal-close`
  5836. *
  5837. * Modifiers: `uk-modal-dialog-slide`
  5838. * `uk-modal-dialog-frameless`
  5839. *
  5840. * States: `uk-open`
  5841. *
  5842. * Uses: Close: `uk-close`
  5843. *
  5844. ========================================================================== */
  5845. /* Component
  5846. ========================================================================== */
  5847. /*
  5848. * This is the modal overlay and modal dialog container
  5849. * 1. Hide by default
  5850. * 2. Set fixed position
  5851. * 3. Webkit needs a height to position the modal dialog vertically in percent
  5852. * 4. Allow scrolling for the modal dialog
  5853. * 5. Mask the background page
  5854. * 6. Fade-in transition
  5855. */
  5856. .uk-modal {
  5857. /* 1 */
  5858. display: none;
  5859. /* 2 */
  5860. position: fixed;
  5861. top: 0;
  5862. right: 0;
  5863. bottom: 0;
  5864. left: 0;
  5865. z-index: 1020;
  5866. /* 3 */
  5867. height: 100%;
  5868. /* 4 */
  5869. overflow-y: auto;
  5870. -webkit-overflow-scrolling: touch;
  5871. /* 5 */
  5872. background: rgba(0, 0, 0, 0.6);
  5873. /* 6 */
  5874. opacity: 0;
  5875. -webkit-transition: opacity 0.15s linear;
  5876. transition: opacity 0.15s linear;
  5877. }
  5878. /*
  5879. * Open state
  5880. */
  5881. .uk-modal.uk-open {
  5882. opacity: 1;
  5883. }
  5884. /*
  5885. * Prevents dublicated scrollbar caused by 4.
  5886. */
  5887. .uk-modal-page {
  5888. overflow: hidden;
  5889. }
  5890. /* Sub-object: `uk-modal-dialog`
  5891. ========================================================================== */
  5892. /*
  5893. * 1. Set position
  5894. * 2. Set box sizing
  5895. * 3. Center dialog box
  5896. * 4. Set style
  5897. */
  5898. .uk-modal-dialog {
  5899. /* 1 */
  5900. position: relative;
  5901. top: 10%;
  5902. left: 50%;
  5903. /* 2 */
  5904. -moz-box-sizing: border-box;
  5905. box-sizing: border-box;
  5906. padding: 20px;
  5907. width: 600px;
  5908. /* 3 */
  5909. margin-left: -300px;
  5910. /* 4 */
  5911. background: #ffffff;
  5912. }
  5913. /* Only phones */
  5914. @media (max-width: 767px) {
  5915. /*
  5916. * Fit the phone width perfectly
  5917. */
  5918. .uk-modal-dialog {
  5919. top: 0;
  5920. left: 0;
  5921. right: 0;
  5922. width: auto;
  5923. margin: 10px;
  5924. }
  5925. }
  5926. /*
  5927. * Remove margin from the last-child
  5928. */
  5929. .uk-modal-dialog > :last-child {
  5930. margin-bottom: 0;
  5931. }
  5932. /* Modifier: `uk-modal-dialog-slide`
  5933. ========================================================================== */
  5934. /*
  5935. * Adds a slide-in transition to the modal dialog
  5936. */
  5937. .uk-modal-dialog-slide {
  5938. opacity: 0;
  5939. -webkit-transform: translateY(-25%);
  5940. transform: translateY(-25%);
  5941. -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s ease-out;
  5942. transition: opacity 0.3s linear, transform 0.3s ease-out;
  5943. }
  5944. .uk-open .uk-modal-dialog-slide {
  5945. opacity: 1;
  5946. -webkit-transform: translateY(0);
  5947. transform: translateY(0);
  5948. }
  5949. /* Close in modal
  5950. ========================================================================== */
  5951. .uk-modal-dialog > .uk-close:first-child {
  5952. margin: -10px -10px 0 0;
  5953. float: right;
  5954. }
  5955. /*
  5956. * Remove margin from adjacent element
  5957. */
  5958. .uk-modal-dialog > .uk-close:first-child + * {
  5959. margin-top: 0;
  5960. }
  5961. /* Modifier: `uk-modal-dialog-frameless`
  5962. ========================================================================== */
  5963. .uk-modal-dialog-frameless {
  5964. padding: 0;
  5965. }
  5966. /*
  5967. * Close in modal
  5968. */
  5969. .uk-modal-dialog-frameless > .uk-close:first-child {
  5970. position: absolute;
  5971. top: -12px;
  5972. right: -12px;
  5973. margin: 0;
  5974. float: none;
  5975. }
  5976. /* Only phones */
  5977. @media (max-width: 767px) {
  5978. .uk-modal-dialog-frameless > .uk-close:first-child {
  5979. top: -7px;
  5980. right: -7px;
  5981. }
  5982. }
  5983. /* Hooks
  5984. ========================================================================== */
  5985. /*
  5986. * Name: Off-canvas
  5987. * Description: Defines styles for an off-canvas sidebar that slides in and out of the page
  5988. *
  5989. * Component: `uk-offcanvas`
  5990. *
  5991. * Sub-objects: `uk-offcanvas-page`
  5992. * `uk-offcanvas-bar`
  5993. *
  5994. * Modifiers: `uk-offcanvas-bar-flip`
  5995. *
  5996. * States: `uk-active`
  5997. *
  5998. * Uses: Panel: `uk-panel`
  5999. * Search: `uk-search`, `uk-search-field`
  6000. *
  6001. ========================================================================== */
  6002. /* Component
  6003. ========================================================================== */
  6004. /*
  6005. * This is the offcanvas overlay and bar container
  6006. * 1. Hide by default
  6007. * 2. Set fixed position
  6008. * 3. Mask the background page
  6009. */
  6010. .uk-offcanvas {
  6011. /* 1 */
  6012. display: none;
  6013. /* 2 */
  6014. position: fixed;
  6015. top: 0;
  6016. right: 0;
  6017. bottom: 0;
  6018. left: 0;
  6019. z-index: 1010;
  6020. /* 3 */
  6021. background: rgba(0, 0, 0, 0.1);
  6022. }
  6023. .uk-offcanvas.uk-active {
  6024. display: block;
  6025. }
  6026. /* Sub-object `uk-offcanvas-page`
  6027. ========================================================================== */
  6028. /*
  6029. * Prepares the whole HTML page to slide-out
  6030. * 1. Fix the main page and disallow scrolling
  6031. * 2. Side-out transition
  6032. */
  6033. .uk-offcanvas-page {
  6034. /* 1 */
  6035. position: fixed;
  6036. /* 2 */
  6037. -webkit-transition: margin-left 0.3s ease-in-out 50ms;
  6038. transition: margin-left 0.3s ease-in-out 50ms;
  6039. }
  6040. /* Sub-object `uk-offcanvas-bar`
  6041. ========================================================================== */
  6042. /*
  6043. * This is the offcanvas bar
  6044. * 1. Set fixed position
  6045. * 2. Size and style
  6046. * 3. Allow scrolling
  6047. * 4. Side-out transition
  6048. */
  6049. .uk-offcanvas-bar {
  6050. /* 1 */
  6051. position: fixed;
  6052. top: 0;
  6053. bottom: 0;
  6054. left: 0;
  6055. -webkit-transform: translateX(-100%);
  6056. transform: translateX(-100%);
  6057. z-index: 1011;
  6058. /* 2 */
  6059. width: 270px;
  6060. max-width: 100%;
  6061. background: #333333;
  6062. /* 3 */
  6063. overflow-y: auto;
  6064. -webkit-overflow-scrolling: touch;
  6065. /* 4 */
  6066. -webkit-transition: -webkit-transform 0.3s ease-in-out;
  6067. transition: transform 0.3s ease-in-out;
  6068. }
  6069. .uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show {
  6070. -webkit-transform: translateX(0%);
  6071. transform: translateX(0%);
  6072. }
  6073. /* Modifier `uk-offcanvas-bar-flip`
  6074. ========================================================================== */
  6075. .uk-offcanvas-bar-flip {
  6076. left: auto;
  6077. right: 0;
  6078. -webkit-transform: translateX(100%);
  6079. transform: translateX(100%);
  6080. }
  6081. /* Panel in offcanvas
  6082. ========================================================================== */
  6083. .uk-offcanvas .uk-panel {
  6084. margin: 20px 15px;
  6085. color: #777777;
  6086. }
  6087. .uk-offcanvas .uk-panel-title {
  6088. color: #cccccc;
  6089. }
  6090. .uk-offcanvas .uk-panel a:not([class]) {
  6091. color: #cccccc;
  6092. }
  6093. .uk-offcanvas .uk-panel a:not([class]):hover {
  6094. color: #ffffff;
  6095. }
  6096. /* Search in offcanvas
  6097. ========================================================================== */
  6098. .uk-offcanvas .uk-search {
  6099. display: block;
  6100. margin: 20px 15px;
  6101. }
  6102. .uk-offcanvas .uk-search:before {
  6103. color: #777777;
  6104. }
  6105. .uk-offcanvas .uk-search-field {
  6106. width: 100%;
  6107. border-color: rgba(0, 0, 0, 0);
  6108. background: #1a1a1a;
  6109. color: #cccccc;
  6110. }
  6111. .uk-offcanvas .uk-search-field:-ms-input-placeholder {
  6112. color: #777777;
  6113. }
  6114. .uk-offcanvas .uk-search-field::-moz-placeholder {
  6115. color: #777777;
  6116. }
  6117. .uk-offcanvas .uk-search-field::-webkit-input-placeholder {
  6118. color: #777777;
  6119. }
  6120. /* Hooks
  6121. ========================================================================== */
  6122. /*
  6123. * Name: Switcher
  6124. * Description: Defines styles for the switcher
  6125. *
  6126. * Component: `uk-switcher`
  6127. *
  6128. * States: `uk-active`
  6129. *
  6130. ========================================================================== */
  6131. /* Component
  6132. ========================================================================== */
  6133. .uk-switcher {
  6134. margin: 0;
  6135. padding: 0;
  6136. list-style: none;
  6137. }
  6138. /*
  6139. * Items
  6140. */
  6141. .uk-switcher > *:not(.uk-active) {
  6142. display: none;
  6143. }
  6144. /*
  6145. * Name: Tooltip
  6146. * Description: Defines styles for tooltips
  6147. *
  6148. * Component: `uk-tooltip`
  6149. *
  6150. * Modifiers `uk-tooltip-top`
  6151. * `uk-tooltip-top-left`
  6152. * `uk-tooltip-top-right`
  6153. * `uk-tooltip-bottom`
  6154. * `uk-tooltip-bottom-left`
  6155. * `uk-tooltip-bottom-right`
  6156. * `uk-tooltip-left`
  6157. * `uk-tooltip-right`
  6158. *
  6159. ========================================================================== */
  6160. /* Component
  6161. ========================================================================== */
  6162. /*
  6163. * 1. Hide by default
  6164. * 2. Set fixed position
  6165. * 3. Set dimensions
  6166. * 4. Set style
  6167. */
  6168. .uk-tooltip {
  6169. /* 1 */
  6170. display: none;
  6171. /* 2 */
  6172. position: absolute;
  6173. z-index: 1030;
  6174. /* 3 */
  6175. -moz-box-sizing: border-box;
  6176. box-sizing: border-box;
  6177. max-width: 200px;
  6178. padding: 5px 8px;
  6179. /* 4 */
  6180. background: #333333;
  6181. color: rgba(255, 255, 255, 0.7);
  6182. font-size: 12px;
  6183. line-height: 18px;
  6184. text-align: center;
  6185. }
  6186. /* Triangle
  6187. ========================================================================== */
  6188. /*
  6189. * 1. Dashed is less antialised than solid
  6190. */
  6191. .uk-tooltip:after {
  6192. content: "";
  6193. display: block;
  6194. position: absolute;
  6195. width: 0;
  6196. height: 0;
  6197. border: 5px dashed #333333;
  6198. /* 1 */
  6199. }
  6200. /* Direction modifiers
  6201. ========================================================================== */
  6202. /*
  6203. * Top
  6204. */
  6205. .uk-tooltip-top:after,
  6206. .uk-tooltip-top-left:after,
  6207. .uk-tooltip-top-right:after {
  6208. bottom: -5px;
  6209. border-top-style: solid;
  6210. border-bottom: none;
  6211. border-left-color: transparent;
  6212. border-right-color: transparent;
  6213. border-top-color: #333333;
  6214. }
  6215. /*
  6216. * Bottom
  6217. */
  6218. .uk-tooltip-bottom:after,
  6219. .uk-tooltip-bottom-left:after,
  6220. .uk-tooltip-bottom-right:after {
  6221. top: -5px;
  6222. border-bottom-style: solid;
  6223. border-top: none;
  6224. border-left-color: transparent;
  6225. border-right-color: transparent;
  6226. border-bottom-color: #333333;
  6227. }
  6228. /*
  6229. * Top/Bottom center
  6230. */
  6231. .uk-tooltip-top:after,
  6232. .uk-tooltip-bottom:after {
  6233. left: 50%;
  6234. margin-left: -5px;
  6235. }
  6236. /*
  6237. * Top/Bottom left
  6238. */
  6239. .uk-tooltip-top-left:after,
  6240. .uk-tooltip-bottom-left:after {
  6241. left: 10px;
  6242. }
  6243. /*
  6244. * Top/Bottom right
  6245. */
  6246. .uk-tooltip-top-right:after,
  6247. .uk-tooltip-bottom-right:after {
  6248. right: 10px;
  6249. }
  6250. /*
  6251. * Left
  6252. */
  6253. .uk-tooltip-left:after {
  6254. right: -5px;
  6255. top: 50%;
  6256. margin-top: -5px;
  6257. border-left-style: solid;
  6258. border-right: none;
  6259. border-top-color: transparent;
  6260. border-bottom-color: transparent;
  6261. border-left-color: #333333;
  6262. }
  6263. /*
  6264. * Right
  6265. */
  6266. .uk-tooltip-right:after {
  6267. left: -5px;
  6268. top: 50%;
  6269. margin-top: -5px;
  6270. border-right-style: solid;
  6271. border-left: none;
  6272. border-top-color: transparent;
  6273. border-bottom-color: transparent;
  6274. border-right-color: #333333;
  6275. }
  6276. /* Hooks
  6277. ========================================================================== */
  6278. /* Need to be loaded last */
  6279. /*
  6280. * Name: Text
  6281. * Description: Collection of useful text utility classes to style your content
  6282. *
  6283. * Component: `uk-text-*`
  6284. *
  6285. ========================================================================== */
  6286. /* Size modifiers
  6287. ========================================================================== */
  6288. .uk-text-small {
  6289. font-size: 11px;
  6290. line-height: 16px;
  6291. }
  6292. .uk-text-large {
  6293. font-size: 18px;
  6294. line-height: 24px;
  6295. }
  6296. /* Weight modifiers
  6297. ========================================================================== */
  6298. .uk-text-bold {
  6299. font-weight: bold;
  6300. }
  6301. /* Color modifiers
  6302. ========================================================================== */
  6303. .uk-text-muted {
  6304. color: #999999;
  6305. }
  6306. .uk-text-info {
  6307. color: #2d7091;
  6308. }
  6309. .uk-text-success {
  6310. color: #659f13;
  6311. }
  6312. .uk-text-warning {
  6313. color: #e28327;
  6314. }
  6315. .uk-text-danger {
  6316. color: #d85030;
  6317. }
  6318. /* Alignment modifiers
  6319. ========================================================================== */
  6320. .uk-text-left {
  6321. text-align: left !important;
  6322. }
  6323. .uk-text-right {
  6324. text-align: right !important;
  6325. }
  6326. .uk-text-center {
  6327. text-align: center !important;
  6328. }
  6329. .uk-text-justify {
  6330. text-align: justify !important;
  6331. }
  6332. /* Wrap modifiers
  6333. ========================================================================== */
  6334. /*
  6335. * Prevent text from wrapping onto multiple lines, and truncate with an ellipsis
  6336. */
  6337. .uk-text-truncate {
  6338. overflow: hidden;
  6339. text-overflow: ellipsis;
  6340. white-space: nowrap;
  6341. }
  6342. /*
  6343. * Break strings if their length exceeds the width of their container
  6344. */
  6345. .uk-text-break {
  6346. word-wrap: break-word;
  6347. -webkit-hyphens: auto;
  6348. -ms-hyphens: auto;
  6349. -moz-hyphens: auto;
  6350. hyphens: auto;
  6351. }
  6352. /*
  6353. * Name: Utility
  6354. * Description: Collection of useful utility classes to style your content
  6355. *
  6356. * Component: `uk-container-*`
  6357. * `uk-clearfix`
  6358. * `uk-nbfc-*`
  6359. * `uk-float-*`
  6360. * `uk-align-*`
  6361. * `uk-vertical-align`
  6362. * `uk-height-1-1`
  6363. * `uk-responsive-*`
  6364. * `uk-margin-*`
  6365. * `uk-heading-*`
  6366. * `uk-link-muted`
  6367. * `uk-scrollable-*`
  6368. * `uk-display-*`
  6369. * `uk-visible-*`
  6370. * `uk-hidden-*`
  6371. *
  6372. ========================================================================== */
  6373. /* Container
  6374. ========================================================================== */
  6375. .uk-container {
  6376. -moz-box-sizing: border-box;
  6377. box-sizing: border-box;
  6378. max-width: 980px;
  6379. padding: 0 25px;
  6380. }
  6381. /* Only large screens */
  6382. @media (min-width: 1220px) {
  6383. .uk-container {
  6384. max-width: 1200px;
  6385. padding: 0 35px;
  6386. }
  6387. }
  6388. /*
  6389. * Micro clearfix
  6390. */
  6391. .uk-container:before,
  6392. .uk-container:after {
  6393. content: " ";
  6394. display: table;
  6395. }
  6396. .uk-container:after {
  6397. clear: both;
  6398. }
  6399. /*
  6400. * Center container
  6401. */
  6402. .uk-container-center {
  6403. margin-left: auto;
  6404. margin-right: auto;
  6405. }
  6406. /* Clearing
  6407. ========================================================================== */
  6408. /*
  6409. * Micro clearfix
  6410. */
  6411. .uk-clearfix:before,
  6412. .uk-clearfix:after {
  6413. content: " ";
  6414. display: table;
  6415. }
  6416. .uk-clearfix:after {
  6417. clear: both;
  6418. }
  6419. /*
  6420. * Create a new block formatting context
  6421. */
  6422. .uk-nbfc {
  6423. overflow: hidden;
  6424. }
  6425. .uk-nbfc-alt {
  6426. display: table-cell;
  6427. width: 10000px;
  6428. }
  6429. /* Alignment of block elements
  6430. ========================================================================== */
  6431. /*
  6432. * Float blocks
  6433. */
  6434. .uk-float-left {
  6435. float: left;
  6436. }
  6437. .uk-float-right {
  6438. float: right;
  6439. }
  6440. /* Alignment of images and objects
  6441. ========================================================================== */
  6442. /*
  6443. * Alignment
  6444. */
  6445. [class*='uk-align-'] {
  6446. display: block;
  6447. margin-bottom: 15px;
  6448. }
  6449. .uk-align-left {
  6450. margin-right: 15px;
  6451. float: left;
  6452. }
  6453. .uk-align-right {
  6454. margin-left: 15px;
  6455. float: right;
  6456. }
  6457. /* Only tablets and desktop */
  6458. @media (min-width: 768px) {
  6459. .uk-align-medium-left {
  6460. margin-right: 15px;
  6461. margin-bottom: 15px;
  6462. float: left;
  6463. }
  6464. .uk-align-medium-right {
  6465. margin-left: 15px;
  6466. margin-bottom: 15px;
  6467. float: right;
  6468. }
  6469. }
  6470. .uk-align-center {
  6471. margin-left: auto;
  6472. margin-right: auto;
  6473. }
  6474. /* Vertical alignment
  6475. ========================================================================== */
  6476. /*
  6477. * Remove whitespace between child elements when using `inline-block`
  6478. */
  6479. .uk-vertical-align {
  6480. letter-spacing: -0.31em;
  6481. }
  6482. /*
  6483. * The `uk-vertical-align` container needs a specific height
  6484. */
  6485. .uk-vertical-align:before {
  6486. content: '';
  6487. display: inline-block;
  6488. height: 100%;
  6489. vertical-align: middle;
  6490. }
  6491. /*
  6492. * Sub-object which can have any height
  6493. * 1. Reset whitespace hack
  6494. */
  6495. .uk-vertical-align-middle,
  6496. .uk-vertical-align-bottom {
  6497. display: inline-block;
  6498. letter-spacing: normal;
  6499. /* 1 */
  6500. max-width: 100%;
  6501. }
  6502. .uk-vertical-align-middle {
  6503. vertical-align: middle;
  6504. }
  6505. .uk-vertical-align-bottom {
  6506. vertical-align: bottom;
  6507. }
  6508. /*
  6509. * This helper class is very useful to extend the `html` and `body` element to the full height of the page.
  6510. */
  6511. .uk-height-1-1 {
  6512. height: 100%;
  6513. }
  6514. /* Responsive objects
  6515. * Note: Images are already responsive by default, see Base component
  6516. ========================================================================== */
  6517. /*
  6518. * 1. Corrects max-width/max-height behavior if padding and border are used
  6519. */
  6520. .uk-responsive-width,
  6521. .uk-responsive-height {
  6522. -moz-box-sizing: border-box;
  6523. box-sizing: border-box;
  6524. }
  6525. /*
  6526. * Responsiveness: Sets a maxium width relative to the parent and auto scales the height
  6527. */
  6528. .uk-responsive-width {
  6529. max-width: 100%;
  6530. height: auto;
  6531. }
  6532. /*
  6533. * Responsiveness: Sets a maxium height relative to the parent and auto scales the width
  6534. * Only works if the parent element has a fixed height.
  6535. */
  6536. .uk-responsive-height {
  6537. max-height: 100%;
  6538. width: auto;
  6539. }
  6540. /* Margin
  6541. ========================================================================== */
  6542. /*
  6543. * Create a block with the same margin of a paragraph
  6544. */
  6545. .uk-margin {
  6546. margin-bottom: 15px;
  6547. }
  6548. /*
  6549. * Add margin if adjacent element
  6550. */
  6551. * + .uk-margin {
  6552. margin-top: 15px;
  6553. }
  6554. /*
  6555. * Margin top and bottom
  6556. */
  6557. .uk-margin-top {
  6558. margin-top: 15px !important;
  6559. }
  6560. .uk-margin-bottom {
  6561. margin-bottom: 15px !important;
  6562. }
  6563. /*
  6564. * Remove margins
  6565. */
  6566. .uk-margin-remove {
  6567. margin: 0 !important;
  6568. }
  6569. .uk-margin-top-remove {
  6570. margin-top: 0 !important;
  6571. }
  6572. .uk-margin-bottom-remove {
  6573. margin-bottom: 0 !important;
  6574. }
  6575. /* Headings
  6576. ========================================================================== */
  6577. /* Only tablets and desktops */
  6578. @media (min-width: 768px) {
  6579. .uk-heading-large {
  6580. font-size: 52px;
  6581. line-height: 64px;
  6582. }
  6583. }
  6584. /* Link
  6585. ========================================================================== */
  6586. .uk-link-muted,
  6587. .uk-link-muted * {
  6588. color: #444444;
  6589. }
  6590. .uk-link-muted:hover,
  6591. .uk-link-muted *:hover {
  6592. color: #444444;
  6593. }
  6594. /* Scrollable
  6595. ========================================================================== */
  6596. /*
  6597. * Enable scrolling for preformatted text
  6598. */
  6599. .uk-scrollable-text {
  6600. max-height: 300px;
  6601. overflow-y: scroll;
  6602. }
  6603. /*
  6604. * Box with scrolling enabled
  6605. */
  6606. .uk-scrollable-box {
  6607. max-height: 150px;
  6608. padding: 10px;
  6609. border: 1px solid #dddddd;
  6610. overflow: auto;
  6611. }
  6612. /*
  6613. * Remove margin from the last-child
  6614. */
  6615. .uk-scrollable-box > :last-child {
  6616. margin-bottom: 0;
  6617. }
  6618. /* Display
  6619. ========================================================================== */
  6620. /*
  6621. * Display
  6622. */
  6623. .uk-display-block {
  6624. display: block !important;
  6625. }
  6626. .uk-display-inline {
  6627. display: inline !important;
  6628. }
  6629. .uk-display-inline-block {
  6630. display: inline-block !important;
  6631. }
  6632. /*
  6633. * Visibility
  6634. * Avoids setting display to `block`
  6635. */
  6636. /* Only desktops */
  6637. @media (min-width: 960px) {
  6638. .uk-visible-small {
  6639. display: none !important;
  6640. }
  6641. .uk-visible-medium {
  6642. display: none !important;
  6643. }
  6644. .uk-hidden-large {
  6645. display: none !important;
  6646. }
  6647. }
  6648. /* Only tablets portrait */
  6649. @media (min-width: 768px) and (max-width: 959px) {
  6650. .uk-visible-small {
  6651. display: none !important;
  6652. }
  6653. .uk-visible-large {
  6654. display: none !important ;
  6655. }
  6656. .uk-hidden-medium {
  6657. display: none !important;
  6658. }
  6659. }
  6660. /* Only phones */
  6661. @media (max-width: 767px) {
  6662. .uk-visible-medium {
  6663. display: none !important;
  6664. }
  6665. .uk-visible-large {
  6666. display: none !important;
  6667. }
  6668. .uk-hidden-small {
  6669. display: none !important;
  6670. }
  6671. }
  6672. /* Remove from the flow and screen readers on any device */
  6673. .uk-hidden {
  6674. display: none !important;
  6675. visibility: hidden !important;
  6676. }
  6677. /* Show on hover */
  6678. .uk-visible-hover:hover .uk-hidden {
  6679. display: block !important;
  6680. visibility: visible !important;
  6681. }
  6682. .uk-visible-hover-inline:hover .uk-hidden {
  6683. display: inline-block !important;
  6684. visibility: visible !important;
  6685. }
  6686. /* Hooks
  6687. ========================================================================== */
  6688. /*
  6689. * Component: Print
  6690. * Description: Optimize page for printing
  6691. *
  6692. * Adapted from http://github.com/h5bp/html5-boilerplate
  6693. *
  6694. * Modifications: Removed link `href` and `title` related rules
  6695. *
  6696. ========================================================================== */
  6697. @media print {
  6698. * {
  6699. background: transparent !important;
  6700. color: black !important;
  6701. box-shadow: none !important;
  6702. text-shadow: none !important;
  6703. }
  6704. a,
  6705. a:visited {
  6706. text-decoration: underline;
  6707. }
  6708. pre,
  6709. blockquote {
  6710. border: 1px solid #999;
  6711. page-break-inside: avoid;
  6712. }
  6713. thead {
  6714. display: table-header-group;
  6715. }
  6716. tr,
  6717. img {
  6718. page-break-inside: avoid;
  6719. }
  6720. img {
  6721. max-width: 100% !important;
  6722. }
  6723. @page {
  6724. margin: 0.5cm;
  6725. }
  6726. p,
  6727. h2,
  6728. h3 {
  6729. orphans: 3;
  6730. widows: 3;
  6731. }
  6732. h2,
  6733. h3 {
  6734. page-break-after: avoid;
  6735. }
  6736. }