My personal site (brandoncornejo.name) (binaryatrocity.name)
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.

6339 lines
127 KiB

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