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.

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