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.

6622 lines
135 KiB

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