j1-template 2020.0.10 → 2020.0.15

Sign up to get free protection for your applications and to get access to all the features.
Files changed (542) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/blocks/ads/ad.html +64 -0
  3. data/_includes/themes/j1/blocks/footer/boxes/about_box.proc +1 -1
  4. data/_includes/themes/j1/blocks/footer/boxes/links_box.proc +2 -2
  5. data/_includes/themes/j1/blocks/footer/boxes/news_box.proc +2 -2
  6. data/_includes/themes/j1/layouts/content_generator_blog_archive.html +3 -2
  7. data/_includes/themes/j1/layouts/content_generator_collection.html +3 -2
  8. data/_includes/themes/j1/layouts/content_generator_page.html +26 -25
  9. data/_includes/themes/j1/layouts/content_generator_post.html +12 -12
  10. data/_includes/themes/j1/layouts/layout_metadata_generator.html +134 -4
  11. data/_includes/themes/j1/modules/connectors/ad/custom-provider.html +6 -9
  12. data/_includes/themes/j1/modules/connectors/ad/google-adsense.html +9 -6
  13. data/_includes/themes/j1/modules/connectors/ads +3 -6
  14. data/_includes/themes/j1/modules/navigator/generator.html +0 -1
  15. data/_includes/themes/j1/modules/navigator/procedures/topsearch.proc +5 -5
  16. data/_includes/themes/j1/procedures/global/create_word_cloud.proc +5 -2
  17. data/_includes/themes/j1/procedures/layouts/content_writer.proc +8 -9
  18. data/_includes/themes/j1/procedures/layouts/module_writer.proc +3 -13
  19. data/_includes/themes/j1/procedures/posts/collate_timeline.proc +14 -14
  20. data/_layouts/default.html +76 -65
  21. data/apps/public/cc/index.adoc +2 -6
  22. data/assets/data/authclient.html +22 -12
  23. data/assets/data/banner.html +23 -23
  24. data/assets/data/carousel.json +30 -21
  25. data/assets/data/cookiebar.html +277 -0
  26. data/assets/data/footer.html +14 -7
  27. data/assets/data/galleries.json +90 -81
  28. data/assets/data/gallery_customizer.html +20 -11
  29. data/assets/data/jupyter/notebooks/_html/template.full.head.html +10 -10
  30. data/assets/data/jupyter/notebooks/_html/visualisation.html +11 -11
  31. data/assets/data/jupyter/notebooks/html/template.html +7 -7
  32. data/assets/data/jupyter/notebooks/html/visualisation.ok.html +12 -12
  33. data/assets/data/mdi_icons.json +55 -1
  34. data/assets/data/menu.html +16 -9
  35. data/assets/data/mmenu.html +48 -95
  36. data/assets/data/mmenu_sidebar.html +40 -44
  37. data/assets/data/mmenu_toc.html +20 -4
  38. data/assets/data/panel.html +41 -33
  39. data/assets/data/quicklinks.html +29 -19
  40. data/assets/data/search.json +165 -0
  41. data/assets/data/ssm.html +20 -9
  42. data/assets/data/themes.json +17 -6
  43. data/assets/data/twa_v1.json +54 -0
  44. data/assets/themes/j1/adapter/js/algolia.js +28 -17
  45. data/assets/themes/j1/adapter/js/attic.js +51 -40
  46. data/assets/themes/j1/adapter/js/carousel.js +27 -13
  47. data/assets/themes/j1/adapter/js/clipboard.js +232 -0
  48. data/assets/themes/j1/adapter/js/cookiebar.js +204 -0
  49. data/assets/themes/j1/adapter/js/framer.js +37 -21
  50. data/assets/themes/j1/adapter/js/gallery_customizer.js +230 -250
  51. data/assets/themes/j1/adapter/js/j1.js +534 -798
  52. data/assets/themes/j1/adapter/js/{justified_gallery.js → jf_gallery.js} +32 -22
  53. data/assets/themes/j1/adapter/js/lightbox.js +20 -10
  54. data/assets/themes/j1/adapter/js/logger.js +13 -6
  55. data/assets/themes/j1/adapter/js/mdb.js +164 -0
  56. data/assets/themes/j1/adapter/js/mmenu.js +60 -69
  57. data/assets/themes/j1/adapter/js/navigator.js +194 -162
  58. data/assets/themes/j1/adapter/js/searcher.js +30 -14
  59. data/assets/themes/j1/adapter/js/ssm.js +111 -88
  60. data/assets/themes/j1/adapter/js/themer.js +70 -102
  61. data/assets/themes/j1/adapter/js/toccer.js +30 -22
  62. data/assets/themes/j1/core/css/animate.css +2382 -0
  63. data/assets/themes/j1/core/css/animate.min.css +7 -0
  64. data/assets/themes/j1/core/css/fontawesome.css +4415 -0
  65. data/assets/themes/j1/core/css/fontawesome.min.css +1 -0
  66. data/assets/themes/j1/core/css/iconify-icons.css +4106 -0
  67. data/assets/themes/j1/core/css/iconify-icons.min.css +1 -0
  68. data/assets/themes/j1/core/css/material-design-icons.css +14532 -0
  69. data/assets/themes/j1/core/css/material-design-icons.min.css +1 -0
  70. data/assets/themes/j1/core/css/theme_extensions.css +207 -3034
  71. data/assets/themes/j1/core/css/theme_extensions.min.css +1 -1
  72. data/assets/themes/j1/core/css/twemoji.css +9485 -0
  73. data/assets/themes/j1/core/css/twemoji.min.css +1 -0
  74. data/assets/themes/j1/core/css/uno.css +334 -3034
  75. data/assets/themes/j1/core/css/uno.min.css +1 -1
  76. data/assets/themes/j1/core/css/vendor.css +767 -33214
  77. data/assets/themes/j1/core/css/vendor.min.css +2 -9
  78. data/assets/themes/j1/core/js/template.js +25 -416
  79. data/assets/themes/j1/core/js/template.js.map +1 -1
  80. data/assets/themes/j1/core/js/template.min.js +1 -1
  81. data/assets/themes/j1/modules/backstretch/js/backstretch.js +1695 -0
  82. data/assets/themes/j1/modules/backstretch/js/backstretch.min.js +21 -0
  83. data/assets/themes/j1/modules/backstretch/js/backstretch.min.js.org +1 -0
  84. data/assets/themes/j1/modules/bmd/css/bootstrap-material-design.css +12177 -0
  85. data/assets/themes/j1/modules/bmd/css/bootstrap-material-design.min.css +8 -0
  86. data/assets/themes/j1/modules/bmd/js/bootstrap-material-design.js +6930 -0
  87. data/assets/themes/j1/modules/bmd/js/bootstrap-material-design.js.map +1 -0
  88. data/assets/themes/j1/modules/bmd/js/bootstrap-material-design.min.js +1 -0
  89. data/assets/themes/j1/modules/bootstrap/css/bootstrap.css +10278 -0
  90. data/assets/themes/j1/modules/bootstrap/css/bootstrap.css.map +1 -0
  91. data/assets/themes/j1/modules/bootstrap/css/bootstrap.min.css +7 -0
  92. data/assets/themes/j1/modules/bootstrap/css/bootstrap.min.css.map +1 -0
  93. data/assets/themes/j1/modules/bootstrap/js/bootstrap.js +4420 -0
  94. data/assets/themes/j1/modules/bootstrap/js/bootstrap.js.map +1 -0
  95. data/assets/themes/j1/modules/bootstrap/js/bootstrap.min.js +7 -0
  96. data/assets/themes/j1/modules/bootstrap/js/bootstrap.min.js.map +1 -0
  97. data/assets/themes/j1/modules/bsDatepicker/css/datepicker.css +203 -0
  98. data/assets/themes/j1/modules/bsDatepicker/css/theme/uno.css +235 -0
  99. data/assets/themes/j1/modules/bsDatepicker/js/datepicker.js +509 -0
  100. data/assets/themes/j1/modules/bsDatepicker/less/datepicker.less +122 -0
  101. data/assets/themes/j1/modules/bsThemeSwitcher/js/switcher.js +435 -0
  102. data/assets/themes/j1/modules/bsThemeSwitcher/js/switcher.min.js +20 -0
  103. data/assets/themes/j1/{extensions → modules}/carousel/css/carousel.css +1 -1
  104. data/assets/themes/j1/{extensions → modules}/carousel/css/carousel.min.css +1 -1
  105. data/assets/themes/j1/{extensions → modules}/carousel/css/carousel_transitions.css +1 -1
  106. data/assets/themes/j1/{extensions → modules}/carousel/css/carousel_transitions.min.css +1 -1
  107. data/assets/themes/j1/{extensions → modules}/carousel/css/theme/uno.css +1 -1
  108. data/assets/themes/j1/{extensions → modules}/carousel/css/theme/uno.min.css +1 -1
  109. data/assets/themes/j1/{extensions → modules}/carousel/images/ajax-loader.gif +0 -0
  110. data/assets/themes/j1/{extensions → modules}/carousel/images/grabbing.png +0 -0
  111. data/assets/themes/j1/{extensions → modules}/carousel/images/owl-logo.png +0 -0
  112. data/assets/themes/j1/{extensions → modules}/carousel/images/owl.video.play.png +0 -0
  113. data/assets/themes/j1/{extensions → modules}/carousel/js/carousel.js +0 -0
  114. data/assets/themes/j1/{extensions → modules}/carousel/js/carousel.min.js +0 -0
  115. data/assets/themes/j1/modules/clipboard/LICENSE +20 -0
  116. data/assets/themes/j1/modules/clipboard/css/theme/uno.css +52 -0
  117. data/assets/themes/j1/modules/clipboard/css/theme/uno.min.css +52 -0
  118. data/assets/themes/j1/modules/clipboard/js/clipboard.js +975 -0
  119. data/assets/themes/j1/modules/clipboard/js/clipboard.min.js +7 -0
  120. data/assets/themes/j1/{extensions/iconify → modules/iconifyAPI}/js/iconify.min.js +0 -0
  121. data/assets/themes/j1/modules/iframeResizer/LICENSE +21 -0
  122. data/assets/themes/j1/modules/iframeResizer/examples/frame.absolute.html +127 -0
  123. data/assets/themes/j1/modules/iframeResizer/examples/frame.content.html +157 -0
  124. data/assets/themes/j1/modules/iframeResizer/examples/frame.hover.html +68 -0
  125. data/assets/themes/j1/modules/iframeResizer/examples/frame.nested.html +100 -0
  126. data/assets/themes/j1/modules/iframeResizer/examples/frame.textarea.html +45 -0
  127. data/assets/themes/j1/modules/iframeResizer/examples/frame.tolerance.html +113 -0
  128. data/assets/themes/j1/modules/iframeResizer/examples/index.html +83 -0
  129. data/assets/themes/j1/modules/iframeResizer/examples/two.html +88 -0
  130. data/assets/themes/j1/modules/iframeResizer/js/client/iframeResizer.contentWindow.js +1288 -0
  131. data/assets/themes/j1/modules/iframeResizer/js/client/iframeResizer.contentWindow.map +1 -0
  132. data/assets/themes/j1/modules/iframeResizer/js/client/iframeResizer.contentWindow.min.js +10 -0
  133. data/assets/themes/j1/modules/iframeResizer/js/iframeResizer.js +1390 -0
  134. data/assets/themes/j1/modules/iframeResizer/js/iframeResizer.map +1 -0
  135. data/assets/themes/j1/modules/iframeResizer/js/iframeResizer.min.js +9 -0
  136. data/assets/themes/j1/modules/jekyllSearch/js/simple-jekyll-search.js +468 -0
  137. data/assets/themes/j1/modules/jekyllSearch/js/simple-jekyll-search.min.js +6 -0
  138. data/assets/themes/j1/modules/jqMouseWheel/README.md +76 -0
  139. data/assets/themes/j1/modules/jqMouseWheel/js/jquery.mousewheel.js +221 -0
  140. data/assets/themes/j1/modules/jqMouseWheel/js/jquery.mousewheel.min.js +9 -0
  141. data/assets/themes/j1/modules/jquery/js/jquery.js +10869 -0
  142. data/assets/themes/j1/modules/jquery/js/jquery.min.js +2 -0
  143. data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/LICENSE +0 -0
  144. data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/README.md +0 -0
  145. data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/_versions/v3.7.0/css/justifiedGallery.css +0 -0
  146. data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/_versions/v3.7.0/css/justifiedGallery.min.css +0 -0
  147. data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/_versions/v3.7.0/css/theme/uno.css +1 -1
  148. data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/_versions/v3.7.0/js/justifiedGallery.3.7.0.js +0 -0
  149. data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/_versions/v3.7.0/js/justifiedGallery.js +0 -0
  150. data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/_versions/v3.7.0/js/justifiedGallery.min.js +0 -0
  151. data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/_versions/v3.7.0/less/.csslintrc +0 -0
  152. data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/_versions/v3.7.0/less/justifiedGallery.less +0 -0
  153. data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/_versions/v4.0.0/css/justifiedGallery.css +0 -0
  154. data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/_versions/v4.0.0/css/justifiedGallery.min.css +0 -0
  155. data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/_versions/v4.0.0/css/theme/uno.css +1 -1
  156. data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/_versions/v4.0.0/js/jquery.justifiedGallery.js +0 -0
  157. data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/_versions/v4.0.0/js/jquery.justifiedGallery.min.js +0 -0
  158. data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/css/justifiedGallery.css +0 -0
  159. data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/css/justifiedGallery.min.css +0 -0
  160. data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/css/theme/uno.css +1 -1
  161. data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/css/theme/uno.min.css +1 -1
  162. data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/js/justifiedGallery.js +0 -0
  163. data/assets/themes/j1/{extensions/justified_gallery → modules/justifiedGallery}/js/justifiedGallery.min.js +0 -0
  164. data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/core/lg-fb-comment-box.css +0 -0
  165. data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/core/lg-fb-comment-box.min.css +0 -0
  166. data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/core/lg-transitions.css +0 -0
  167. data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/core/lg-transitions.min.css +0 -0
  168. data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/core/lightgallery.css +0 -0
  169. data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/core/lightgallery.min.css +0 -0
  170. data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/fonts/lg.eot +0 -0
  171. data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/fonts/lg.svg +0 -0
  172. data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/fonts/lg.ttf +0 -0
  173. data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/fonts/lg.woff +0 -0
  174. data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/img/loading.gif +0 -0
  175. data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/img/video-play.png +0 -0
  176. data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/img/vimeo-play.png +0 -0
  177. data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/img/youtube-play.png +0 -0
  178. data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/themes/icons/animation-w.png +0 -0
  179. data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/themes/icons/customize-w.png +0 -0
  180. data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/themes/icons/dynamic-w.png +0 -0
  181. data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/themes/icons/facebook-icon.svg +0 -0
  182. data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/themes/icons/googleplus-icon.svg +0 -0
  183. data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/themes/icons/html5-w.png +0 -0
  184. data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/themes/icons/linked-in.png +0 -0
  185. data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/themes/icons/module-w.png +0 -0
  186. data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/themes/icons/play-button.png +0 -0
  187. data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/themes/icons/responsive-w.png +0 -0
  188. data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/themes/icons/thumb-w.png +0 -0
  189. data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/themes/icons/touch-w.png +0 -0
  190. data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/themes/icons/twitter-icon.svg +0 -0
  191. data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/themes/icons/twitter.png +0 -0
  192. data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/themes/icons/video1-w.png +0 -0
  193. data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/themes/icons/zoom-w.png +0 -0
  194. data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/themes/icons/zoom.png +0 -0
  195. data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/themes/uno.css +1 -1
  196. data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/css/themes/uno.min.css +1 -1
  197. data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/js/core/lightgallery.js +0 -0
  198. data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/js/core/lightgallery.min.js +0 -0
  199. data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/js/modules/j1/j1-video.js +0 -0
  200. data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/js/modules/j1/j1-video.min.js +0 -0
  201. data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/js/modules/lg-autoplay.js +0 -0
  202. data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/js/modules/lg-autoplay.min.js +0 -0
  203. data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/js/modules/lg-fullscreen.js +0 -0
  204. data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/js/modules/lg-fullscreen.min.js +0 -0
  205. data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/js/modules/lg-hash.js +0 -0
  206. data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/js/modules/lg-hash.min.js +0 -0
  207. data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/js/modules/lg-pager.js +0 -0
  208. data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/js/modules/lg-pager.min.js +0 -0
  209. data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/js/modules/lg-share.js +0 -0
  210. data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/js/modules/lg-share.min.js +0 -0
  211. data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/js/modules/lg-thumbnail.js +0 -0
  212. data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/js/modules/lg-thumbnail.min.js +0 -0
  213. data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/js/modules/lg-video.js +0 -0
  214. data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/js/modules/lg-video.min.js +0 -0
  215. data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/js/modules/lg-zoom.js +0 -0
  216. data/assets/themes/j1/{extensions/light_gallery → modules/lightGallery}/js/modules/lg-zoom.min.js +0 -0
  217. data/assets/themes/j1/modules/lightbox/LICENSE +22 -0
  218. data/assets/themes/j1/modules/lightbox/css/lightbox.css +224 -0
  219. data/assets/themes/j1/modules/lightbox/css/lightbox.min.css +21 -0
  220. data/assets/themes/j1/modules/lightbox/css/theme/uno.css +25 -0
  221. data/assets/themes/j1/modules/lightbox/css/theme/uno.min.css +26 -0
  222. data/{lib/starter_web/assets/images/modules/lightbox → assets/themes/j1/modules/lightbox/images}/close.png +0 -0
  223. data/{lib/starter_web/assets/images/modules/lightbox → assets/themes/j1/modules/lightbox/images}/loading.gif +0 -0
  224. data/{lib/starter_web/assets/images/modules/lightbox → assets/themes/j1/modules/lightbox/images}/next.png +0 -0
  225. data/{lib/starter_web/assets/images/modules/lightbox → assets/themes/j1/modules/lightbox/images}/prev.png +0 -0
  226. data/assets/themes/j1/modules/lightbox/js/lightbox.js +583 -0
  227. data/assets/themes/j1/modules/lightbox/js/lightbox.min.js +35 -0
  228. data/assets/themes/j1/modules/mmenuLight/css/mmenu.css +392 -0
  229. data/assets/themes/j1/modules/mmenuLight/css/mmenu.min.css +393 -0
  230. data/assets/themes/j1/modules/mmenuLight/css/theme/uno.css +178 -0
  231. data/assets/themes/j1/modules/mmenuLight/css/theme/uno.min.css +170 -0
  232. data/assets/themes/j1/modules/mmenuLight/js/mmenu.js +563 -0
  233. data/assets/themes/j1/modules/mmenuLight/js/mmenu.min.js +30 -0
  234. data/assets/themes/j1/modules/noUISlider/LICENSE +13 -0
  235. data/assets/themes/j1/modules/noUISlider/css/nouislider.css +260 -0
  236. data/assets/themes/j1/modules/noUISlider/css/nouislider.min.css +1 -0
  237. data/assets/themes/j1/modules/noUISlider/js/nouislider.js +2312 -0
  238. data/assets/themes/j1/modules/noUISlider/js/nouislider.min.js +3 -0
  239. data/assets/themes/j1/modules/polyfills/js/msie.js +140 -0
  240. data/assets/themes/j1/modules/popper/js/popper.js +2623 -0
  241. data/assets/themes/j1/modules/popper/js/popper.js.map +1 -0
  242. data/assets/themes/j1/modules/popper/js/popper.min.js +4 -0
  243. data/assets/themes/j1/modules/popper/js/popper.min.js.map +1 -0
  244. data/assets/themes/j1/{extensions → modules}/rouge/css/base16.dark/theme.css +0 -0
  245. data/assets/themes/j1/{extensions → modules}/rouge/css/base16.light/theme.css +0 -0
  246. data/assets/themes/j1/{extensions → modules}/rouge/css/base16.monokai.dark/theme.css +0 -0
  247. data/assets/themes/j1/{extensions → modules}/rouge/css/base16.monokai.light/theme.css +0 -0
  248. data/assets/themes/j1/{extensions → modules}/rouge/css/base16.monokai/theme.css +0 -0
  249. data/assets/themes/j1/{extensions → modules}/rouge/css/base16.solarized.dark/theme.css +0 -0
  250. data/assets/themes/j1/{extensions → modules}/rouge/css/base16.solarized.light/theme.css +0 -0
  251. data/assets/themes/j1/{extensions → modules}/rouge/css/base16.solarized/theme.css +0 -0
  252. data/assets/themes/j1/{extensions → modules}/rouge/css/base16/theme.css +0 -0
  253. data/assets/themes/j1/{extensions → modules}/rouge/css/colorful/theme.css +0 -0
  254. data/assets/themes/j1/{extensions → modules}/rouge/css/github/theme.css +0 -0
  255. data/assets/themes/j1/{extensions → modules}/rouge/css/gruvbox.dark/theme.css +0 -0
  256. data/assets/themes/j1/{extensions → modules}/rouge/css/gruvbox.light/theme.css +0 -0
  257. data/assets/themes/j1/{extensions → modules}/rouge/css/gruvbox/theme.css +0 -0
  258. data/assets/themes/j1/{extensions → modules}/rouge/css/igorpro/theme.css +0 -0
  259. data/assets/themes/j1/{extensions → modules}/rouge/css/molokai/theme.css +0 -0
  260. data/assets/themes/j1/{extensions → modules}/rouge/css/monokai.sublime/theme.css +0 -0
  261. data/assets/themes/j1/{extensions → modules}/rouge/css/monokai/theme.css +0 -0
  262. data/assets/themes/j1/{extensions → modules}/rouge/css/pastie/theme.css +0 -0
  263. data/assets/themes/j1/{extensions → modules}/rouge/css/thankful_eyes/theme.css +0 -0
  264. data/assets/themes/j1/{extensions → modules}/rouge/css/tulip/theme.css +0 -0
  265. data/assets/themes/j1/modules/tocbot/css/theme/uno.css +89 -0
  266. data/assets/themes/j1/modules/tocbot/css/theme/uno.min.css +89 -0
  267. data/assets/themes/j1/modules/tocbot/css/tocbot.css +75 -0
  268. data/assets/themes/j1/modules/tocbot/css/tocbot.min.css +19 -0
  269. data/assets/themes/j1/modules/tocbot/js/tocbot.js +19 -0
  270. data/assets/themes/j1/modules/tocbot/js/tocbot.min.js +19 -0
  271. data/assets/themes/j1/modules/twemoji/js/LICENSE +21 -0
  272. data/assets/themes/j1/modules/twemoji/js/picker/LICENSE +21 -0
  273. data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.js +275 -0
  274. data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.min.js +275 -0
  275. data/assets/themes/j1/modules/twemoji/js/twemoji.js +589 -0
  276. data/assets/themes/j1/modules/twemoji/js/twemoji.min.js +25 -0
  277. data/assets/themes/j1/modules/util/js/js.cookie.js +163 -0
  278. data/assets/themes/j1/modules/util/js/lite-url.js +203 -0
  279. data/assets/themes/j1/modules/util/js/lite-url.min.js +7 -0
  280. data/assets/themes/j1/{extensions/log4javascript/log4javascript.min.js → modules/util/js/log4javascript.js} +0 -2
  281. data/assets/themes/j1/modules/util/js/platform.js +1260 -0
  282. data/assets/themes/j1/{extensions → modules}/videojs/css/themes/city.css +0 -0
  283. data/assets/themes/j1/{extensions → modules}/videojs/css/themes/city.min.css +0 -0
  284. data/assets/themes/j1/{extensions → modules}/videojs/css/themes/fantasy.css +0 -0
  285. data/assets/themes/j1/{extensions → modules}/videojs/css/themes/fantasy.min.css +0 -0
  286. data/assets/themes/j1/{extensions → modules}/videojs/css/themes/forest.css +0 -0
  287. data/assets/themes/j1/{extensions → modules}/videojs/css/themes/forest.min.css +0 -0
  288. data/assets/themes/j1/{extensions → modules}/videojs/css/themes/sea.css +0 -0
  289. data/assets/themes/j1/{extensions → modules}/videojs/css/themes/sea.min.css +0 -0
  290. data/assets/themes/j1/{extensions → modules}/videojs/css/video-js.css +0 -0
  291. data/assets/themes/j1/{extensions → modules}/videojs/css/video-js.min.css +0 -0
  292. data/assets/themes/j1/{extensions → modules}/videojs/js/video.js +0 -0
  293. data/assets/themes/j1/{extensions → modules}/videojs/js/video.min.js +0 -0
  294. data/assets/themes/j1/{extensions → modules}/vimeo/froogaloop/js/froogaloop2.min.js +0 -0
  295. data/assets/themes/j1/{extensions → modules}/vimeo/player/js/player.js +0 -0
  296. data/assets/themes/j1/{extensions → modules}/vimeo/player/js/player.js.map +0 -0
  297. data/assets/themes/j1/{extensions → modules}/vimeo/player/js/player.min.js +0 -0
  298. data/assets/themes/j1/{extensions → modules}/vimeo/player/js/player.min.js.map +0 -0
  299. data/lib/j1/version.rb +1 -1
  300. data/lib/starter_web/Gemfile +21 -12
  301. data/lib/starter_web/_config.yml +11 -10
  302. data/lib/starter_web/_data/_defaults/resources.yml +13 -13
  303. data/lib/starter_web/_data/blocks/banner.yml +23 -31
  304. data/lib/starter_web/_data/blocks/footer.yml +10 -3
  305. data/lib/starter_web/_data/blocks/panel.yml +21 -21
  306. data/lib/starter_web/_data/layouts/default.yml +10 -0
  307. data/lib/starter_web/_data/layouts/home.yml +7 -7
  308. data/lib/starter_web/_data/layouts/page.yml +15 -16
  309. data/lib/starter_web/_data/modules/advertising.yml +48 -0
  310. data/lib/starter_web/_data/modules/attics.yml +3 -39
  311. data/lib/starter_web/_data/modules/cookiebar.yml +2 -2
  312. data/lib/starter_web/_data/modules/defaults/attics.yml +17 -16
  313. data/lib/starter_web/_data/modules/defaults/cookie_consent.yml +75 -12
  314. data/lib/starter_web/_data/modules/defaults/cookiebar.yml +101 -50
  315. data/lib/starter_web/_data/modules/defaults/jekyll_search.yml +12 -9
  316. data/lib/starter_web/_data/modules/defaults/navigator.yml +55 -21
  317. data/lib/starter_web/_data/modules/jekyll_search.yml +1 -20
  318. data/lib/starter_web/_data/modules/navigator.yml +1 -1
  319. data/lib/starter_web/_data/modules/navigator_menu.yml +3 -0
  320. data/lib/starter_web/_data/modules/themer.yml +10 -11
  321. data/lib/starter_web/_data/resources.yml +379 -174
  322. data/lib/starter_web/_data/template_settings.yml +118 -6
  323. data/lib/starter_web/_data/utilities/util_srv.yml +1 -1
  324. data/lib/starter_web/_plugins/asciidoctor-extensions/banner.rb +43 -0
  325. data/lib/starter_web/_plugins/asciidoctor-extensions/fab-icon-inline.rb +1 -1
  326. data/lib/starter_web/_plugins/asciidoctor-extensions/fas-icon-inline.rb +2 -2
  327. data/lib/starter_web/_plugins/asciidoctor-extensions/iconify-icon-inline.rb +2 -2
  328. data/lib/starter_web/_plugins/asciidoctor-extensions/mdi-icon-inline.rb +2 -2
  329. data/lib/starter_web/_plugins/asciidoctor-extensions/panel.rb +43 -0
  330. data/lib/starter_web/_plugins/asciidoctor-extensions/twitter-emoji-inline.rb +2 -2
  331. data/lib/starter_web/_plugins/{asciidoctor-extensions/lorem-inline.rb → lorem-inline.rb} +0 -0
  332. data/lib/starter_web/_plugins/minifyJS.rb +54 -0
  333. data/lib/starter_web/_plugins/minifyJSON.rb +47 -0
  334. data/lib/starter_web/assets/images/modules/attics/aditya-joshi-1920x1280.webp +0 -0
  335. data/lib/starter_web/assets/images/modules/attics/admin-dashboard-bootstrap-1280x600.webp +0 -0
  336. data/lib/starter_web/assets/images/modules/attics/alex-holyoake-1920x1280.webp +0 -0
  337. data/lib/starter_web/assets/images/modules/attics/anaya-katlego-1920x1280.webp +0 -0
  338. data/lib/starter_web/assets/images/modules/attics/antonella-lombardi-1920x1280.webp +0 -0
  339. data/lib/starter_web/assets/images/modules/attics/antonino-visalli-1920x1280.webp +0 -0
  340. data/lib/starter_web/assets/images/modules/attics/banner/admin-dashboard-bootstrap-1280x800-bw.webp +0 -0
  341. data/lib/starter_web/assets/images/modules/attics/banner/docker-1280x600-bw.webp +0 -0
  342. data/lib/starter_web/assets/images/modules/attics/banner/jekyll.1200x600-bw.webp +0 -0
  343. data/lib/starter_web/assets/images/modules/attics/banner/library-1920x800-bw.webp +0 -0
  344. data/lib/starter_web/assets/images/modules/attics/banner/signpost-1920x800-bw.webp +0 -0
  345. data/lib/starter_web/assets/images/modules/attics/banner/water-journal-1280x600.webp +0 -0
  346. data/lib/starter_web/assets/images/modules/attics/banner/write-1280x600-bw.webp +0 -0
  347. data/lib/starter_web/assets/images/modules/attics/brandon-mowinkel-1920x1280.webp +0 -0
  348. data/lib/starter_web/assets/images/modules/attics/building-blocks-1920x1280-bw.webp +0 -0
  349. data/lib/starter_web/assets/images/modules/attics/cookies-1920x1200-bw.webp +0 -0
  350. data/lib/starter_web/assets/images/modules/attics/daniel-jensen-1920x1280.webp +0 -0
  351. data/lib/starter_web/assets/images/modules/attics/giammarco-boscaro-1920x1280.webp +0 -0
  352. data/lib/starter_web/assets/images/modules/attics/go-up-1920x1280-bw.webp +0 -0
  353. data/lib/starter_web/assets/images/modules/attics/ian-schneider-1920x1280.webp +0 -0
  354. data/lib/starter_web/assets/images/modules/attics/ideas-start-here-1920x1280-bw.webp +0 -0
  355. data/lib/starter_web/assets/images/modules/attics/jason-rosewell-1920x1280.webp +0 -0
  356. data/lib/starter_web/assets/images/modules/attics/jessica-ruscello-1920x1280.webp +0 -0
  357. data/lib/starter_web/assets/images/modules/attics/lianhao-1920x1280.webp +0 -0
  358. data/lib/starter_web/assets/images/modules/attics/library-1920x1280-bw.webp +0 -0
  359. data/lib/starter_web/assets/images/modules/attics/matthaeus-1920x1280.webp +0 -0
  360. data/lib/starter_web/assets/images/modules/attics/nousnou-iwasaki-1920x1280.webp +0 -0
  361. data/lib/starter_web/assets/images/modules/attics/premium-1920x1280-bw.webp +0 -0
  362. data/lib/starter_web/assets/images/modules/attics/robert-v-ruggiero-1920x1280.webp +0 -0
  363. data/lib/starter_web/assets/images/modules/attics/romain-vignes-1920x1280.webp +0 -0
  364. data/lib/starter_web/assets/images/modules/attics/runner-1920x1200-bw.webp +0 -0
  365. data/lib/starter_web/assets/images/modules/attics/spider-web-1920x1200-bw.webp +0 -0
  366. data/lib/starter_web/assets/images/modules/attics/the-place-1920x1280-bw.webp +0 -0
  367. data/lib/starter_web/assets/images/modules/attics/welcome-1920x1280-bw.webp +0 -0
  368. data/lib/starter_web/assets/images/modules/carousel/cats/cat-1.jpg +0 -0
  369. data/lib/starter_web/assets/images/modules/carousel/mega_cities/andreas-brucker_b.jpg +0 -0
  370. data/lib/starter_web/assets/images/modules/carousel/mega_cities/denys-nevozhai-1_b.jpg +0 -0
  371. data/lib/starter_web/assets/images/modules/carousel/mega_cities/denys-nevozhai-2_b.jpg +0 -0
  372. data/lib/starter_web/assets/images/modules/carousel/mega_cities/luca-bravo_b.jpg +0 -0
  373. data/lib/starter_web/assets/images/modules/carousel/mega_cities/thomas-tucker_b.jpg +0 -0
  374. data/lib/starter_web/assets/images/modules/gallery/mega_cities/banter-snaps_b.jpg +0 -0
  375. data/lib/starter_web/assets/images/modules/gallery/mega_cities/denys-nevozhai-1_b.jpg +0 -0
  376. data/lib/starter_web/assets/images/modules/gallery/mega_cities/denys-nevozhai-2-bw.jpg +0 -0
  377. data/lib/starter_web/assets/images/modules/gallery/mega_cities/denys-nevozhai-2_b.jpg +0 -0
  378. data/lib/starter_web/assets/images/modules/gallery/mega_cities/emmad-mazhari_b.jpg +0 -0
  379. data/lib/starter_web/assets/images/modules/gallery/mega_cities/ethan-brooke_b.jpg +0 -0
  380. data/lib/starter_web/assets/images/modules/gallery/mega_cities/federico-rizzarelli_b.jpg +0 -0
  381. data/lib/starter_web/assets/images/modules/gallery/mega_cities/gints-gailis_b.jpg +0 -0
  382. data/lib/starter_web/assets/images/modules/gallery/mega_cities/johan-mouchet_b.jpg +0 -0
  383. data/lib/starter_web/assets/images/modules/gallery/mega_cities/luca-bravo_b.jpg +0 -0
  384. data/lib/starter_web/assets/images/modules/gallery/mega_cities/oskars-sylwan_b.jpg +0 -0
  385. data/lib/starter_web/assets/images/modules/gallery/mega_cities/steven-diaz_b.jpg +0 -0
  386. data/lib/starter_web/assets/images/modules/gallery/mega_cities/thomas-tucker-bw.jpg +0 -0
  387. data/lib/starter_web/assets/images/modules/gallery/mega_cities/thomas-tucker_b.jpg +0 -0
  388. data/lib/starter_web/assets/images/pages/roundtrip/bootstrap-1920x1000-bw.webp +0 -0
  389. data/lib/starter_web/assets/images/pages/roundtrip/cards-1920x1280-bw.webp +0 -0
  390. data/lib/starter_web/assets/images/pages/roundtrip/emojies-1920x1280-bw.webp +0 -0
  391. data/lib/starter_web/assets/images/pages/roundtrip/icon-fonts-1920x1280-bw.webp +0 -0
  392. data/lib/starter_web/assets/images/pages/roundtrip/images-1920x1280-bw.webp +0 -0
  393. data/lib/starter_web/assets/images/pages/roundtrip/puzzle-1920x1280-bw.webp +0 -0
  394. data/lib/starter_web/assets/images/pages/roundtrip/tables-1920x1280-bw.webp +0 -0
  395. data/lib/starter_web/assets/images/pages/roundtrip/themes-1920x1280-bw.webp +0 -0
  396. data/lib/starter_web/assets/images/pages/roundtrip/typography-1920x1280-bw.webp +0 -0
  397. data/lib/starter_web/assets/videos/headers/still/underground-broadway.webp +0 -0
  398. data/lib/starter_web/assets/videos/headers/still/victoria-oskolovich-on-vimeo.webp +0 -0
  399. data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1-template.adoc.erb +5 -6
  400. data/lib/starter_web/collections/posts/public/featured/_posts/2018-05-01-confusion-about-base-url.adoc +2 -2
  401. data/lib/starter_web/collections/posts/public/featured/_posts/2019-05-01-top-open-source-static-site-generators.adoc +19 -19
  402. data/lib/starter_web/collections/posts/public/featured/_posts/2019-06-01-about-cookies.adoc +38 -42
  403. data/lib/starter_web/collections/posts/public/series/_posts/2018-11-01-docker-using-shared-folders.adoc +4 -7
  404. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-20-minneapolis.adoc +1 -3
  405. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-24-narcisse-snake-dens.adoc +3 -3
  406. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-26-columbia-river.adoc +4 -4
  407. data/lib/starter_web/index.html +13 -12
  408. data/lib/starter_web/package.json +9 -9
  409. data/lib/starter_web/pages/public/about/about_site.adoc +1 -1
  410. data/lib/starter_web/pages/public/about/become_a_patron.adoc +1 -1
  411. data/lib/starter_web/pages/public/blog/navigator/archive.html +24 -18
  412. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +39 -34
  413. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +43 -30
  414. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +29 -29
  415. data/lib/starter_web/pages/public/blog/navigator/index.html +3 -3
  416. data/lib/starter_web/pages/public/learn/examples/floating_ad.adoc +221 -0
  417. data/lib/starter_web/pages/public/learn/{floating_sidebar.adoc → examples/floating_div.adoc} +60 -50
  418. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/000_includes/parts.asciidoc +1 -1
  419. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/100_meet_and_greet_jekyll.adoc +1 -0
  420. data/lib/starter_web/pages/public/learn/roundtrip/000_bs_tour.1.asciidoc +1 -2
  421. data/lib/starter_web/pages/public/learn/roundtrip/000_bs_tour.adoc +1 -2
  422. data/lib/starter_web/pages/public/learn/roundtrip/000_bs_tour_api.adoc +18 -20
  423. data/lib/starter_web/pages/public/learn/roundtrip/000_includes/attributes.asciidoc +1 -1
  424. data/lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/410_table_3_column.asciidoc +1 -1
  425. data/lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/419_advanced_modals_html.asciidoc +5 -5
  426. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +3 -3
  427. data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +2 -2
  428. data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +8 -4
  429. data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +37 -46
  430. data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +3 -3
  431. data/lib/starter_web/pages/public/learn/roundtrip/410_bs_modals_extentions.adoc +10 -11
  432. data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +40 -40
  433. data/lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc +21 -23
  434. data/lib/starter_web/pages/public/learn/roundtrip/510_mdb_preview/000_includes/attributes.asciidoc +69 -0
  435. data/lib/starter_web/pages/public/learn/roundtrip/510_mdb_preview/000_includes/documents/100_buttons.asciidoc +170 -0
  436. data/lib/starter_web/pages/public/learn/roundtrip/510_mdb_preview/mdb_previewer.adoc +52 -0
  437. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/attributes.asciidoc +3 -3
  438. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/410_table_3_column.asciidoc +1 -1
  439. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/419_advanced_modals_html.asciidoc +5 -5
  440. data/lib/starter_web/pages/public/learn/whats_up.adoc +3 -3
  441. data/lib/starter_web/pages/public/legal/en/000_copyright.adoc +1 -1
  442. data/lib/starter_web/pages/public/legal/en/100_impress.adoc +1 -1
  443. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +1 -1
  444. data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +1 -1
  445. data/lib/starter_web/pages/public/previewer/000_includes/tables/mdi_icons/100_absolute_sizes.asciidoc +1 -1
  446. data/lib/starter_web/pages/public/previewer/000_includes/tables/mdi_icons/110_bs_grid_sizes.asciidoc +1 -1
  447. data/lib/starter_web/pages/public/previewer/000_includes/tables/mdi_icons/120_relative_sizes.asciidoc +1 -41
  448. data/lib/starter_web/pages/public/previewer/000_includes/tables/mdi_icons/200_rotate.asciidoc +1 -1
  449. data/lib/starter_web/pages/public/previewer/000_includes/tables/mdi_icons/300_flip.asciidoc +1 -1
  450. data/lib/starter_web/pages/public/previewer/000_includes/tables/mdi_icons/400_spin_pulsed.asciidoc +1 -1
  451. data/lib/starter_web/pages/public/previewer/000_includes/tables/mdi_icons/500_bw_color_palette.asciidoc +1 -1
  452. data/lib/starter_web/pages/public/previewer/000_includes/tables/mdi_icons/510_bs_color_palette.asciidoc +1 -1
  453. data/lib/starter_web/pages/public/previewer/000_includes/tables/mdi_icons/600_md_color_palette.asciidoc +1 -1
  454. data/lib/starter_web/pages/public/previewer/000_includes/tables/mdi_icons/601_md_color_palette_indigo.asciidoc +1 -1
  455. data/lib/starter_web/pages/public/previewer/000_includes/tables/mdi_icons/602_md_color_palette_pink.asciidoc +1 -1
  456. data/lib/starter_web/pages/public/previewer/000_includes/tables/twitter_emoji/100_bs_sizes.asciidoc +1 -1
  457. data/lib/starter_web/pages/public/previewer/000_includes/tables/twitter_emoji/100_relative_sizes.asciidoc +1 -1
  458. data/lib/starter_web/pages/public/previewer/000_includes/tables/twitter_emoji/200_rotate.asciidoc +1 -1
  459. data/lib/starter_web/pages/public/previewer/000_includes/tables/twitter_emoji/300_flip.asciidoc +1 -1
  460. data/lib/starter_web/pages/public/previewer/000_includes/tables/twitter_emoji/400_spin_pulsed.asciidoc +1 -1
  461. data/lib/starter_web/pages/public/previewer/bootstrap_theme.adoc +672 -865
  462. data/lib/starter_web/pages/public/previewer/iframer.adoc +18 -16
  463. data/lib/starter_web/pages/public/previewer/justified_gallery.html +1 -1
  464. data/lib/starter_web/pages/public/previewer/mdi_icons_preview.adoc +1 -1
  465. data/lib/starter_web/pages/public/previewer/twitter_emoji_preview.adoc +3 -3
  466. data/lib/starter_web/pages/public/site_search.adoc +1 -1
  467. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  468. data/lib/starter_web/utilsrv/package.json +1 -1
  469. metadata +295 -216
  470. data/assets/data/colors.json +0 -42
  471. data/assets/data/cookie_consent.html +0 -223
  472. data/assets/data/font_sizes.json +0 -42
  473. data/assets/data/messages.yml +0 -131
  474. data/assets/data/search.yml +0 -153
  475. data/assets/themes/j1/adapter/js/cookie_consent.js +0 -277
  476. data/assets/themes/j1/core/css/custom.scss +0 -28
  477. data/assets/themes/j1/core/css/globals.css +0 -14523
  478. data/assets/themes/j1/core/css/globals.min.css +0 -1
  479. data/assets/themes/j1/core/css/uno.scss +0 -28
  480. data/assets/themes/j1/core/css/vendor.scss +0 -28
  481. data/assets/themes/j1/extensions/iframe_resizer/examples/frame.absolute.html +0 -86
  482. data/assets/themes/j1/extensions/iframe_resizer/examples/frame.content.html +0 -58
  483. data/assets/themes/j1/extensions/iframe_resizer/examples/frame.hover.html +0 -51
  484. data/assets/themes/j1/extensions/iframe_resizer/examples/frame.nested.html +0 -68
  485. data/assets/themes/j1/extensions/iframe_resizer/examples/frame.textarea.html +0 -46
  486. data/assets/themes/j1/extensions/iframe_resizer/examples/frame.tolerance.html +0 -79
  487. data/assets/themes/j1/extensions/iframe_resizer/examples/index.html +0 -70
  488. data/assets/themes/j1/extensions/iframe_resizer/examples/two.html +0 -71
  489. data/assets/themes/j1/extensions/iframe_resizer/js/client/iframeResizer.contentWindow.js +0 -1104
  490. data/assets/themes/j1/extensions/iframe_resizer/js/client/iframeResizer.contentWindow.map +0 -1
  491. data/assets/themes/j1/extensions/iframe_resizer/js/client/iframeResizer.contentWindow.min.js +0 -10
  492. data/assets/themes/j1/extensions/log4javascript/log4javascript.js +0 -5826
  493. data/lib/starter_web/_data/modules/cookie_consent.yml +0 -128
  494. data/lib/starter_web/assets/images/modules/attics/aditya-joshi-1920x1280.jpg +0 -0
  495. data/lib/starter_web/assets/images/modules/attics/admin-dashboard-bootstrap-1280x600.png +0 -0
  496. data/lib/starter_web/assets/images/modules/attics/alex-holyoake-1920x1280.jpg +0 -0
  497. data/lib/starter_web/assets/images/modules/attics/anaya-katlego-1920x1280.jpg +0 -0
  498. data/lib/starter_web/assets/images/modules/attics/antonella-lombardi-1920x1280.jpg +0 -0
  499. data/lib/starter_web/assets/images/modules/attics/antonino-visalli-1920x1280.jpg +0 -0
  500. data/lib/starter_web/assets/images/modules/attics/banner/admin-dashboard-bootstrap-1280x800-bw.jpg +0 -0
  501. data/lib/starter_web/assets/images/modules/attics/banner/docker-1280x600-bw.jpg +0 -0
  502. data/lib/starter_web/assets/images/modules/attics/banner/jekyll.1200x600-bw.jpg +0 -0
  503. data/lib/starter_web/assets/images/modules/attics/banner/library-1920x800-bw.jpg +0 -0
  504. data/lib/starter_web/assets/images/modules/attics/banner/signpost-1920x800-bw.jpg +0 -0
  505. data/lib/starter_web/assets/images/modules/attics/banner/water-journal-1280x600.jpg +0 -0
  506. data/lib/starter_web/assets/images/modules/attics/banner/write-1280x600-bw.jpg +0 -0
  507. data/lib/starter_web/assets/images/modules/attics/brandon-mowinkel-1920x1280.jpg +0 -0
  508. data/lib/starter_web/assets/images/modules/attics/building-blocks-1920x1280-bw.jpg +0 -0
  509. data/lib/starter_web/assets/images/modules/attics/cookies-1920x1200-bw.jpg +0 -0
  510. data/lib/starter_web/assets/images/modules/attics/daniel-jensen-1920x1280.jpg +0 -0
  511. data/lib/starter_web/assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg +0 -0
  512. data/lib/starter_web/assets/images/modules/attics/go-up-1920x1280-bw.jpg +0 -0
  513. data/lib/starter_web/assets/images/modules/attics/ian-schneider-1920x1280.jpg +0 -0
  514. data/lib/starter_web/assets/images/modules/attics/ideas-start-here-1920x1280-bw.jpg +0 -0
  515. data/lib/starter_web/assets/images/modules/attics/jason-rosewell-1920x1280.jpg +0 -0
  516. data/lib/starter_web/assets/images/modules/attics/jessica-ruscello-1920x1280.jpg +0 -0
  517. data/lib/starter_web/assets/images/modules/attics/lianhao-1920x1280.jpg +0 -0
  518. data/lib/starter_web/assets/images/modules/attics/library-1920x1280-bw.jpg +0 -0
  519. data/lib/starter_web/assets/images/modules/attics/mae-mu-Vf9gbsLZyf0-unsplash.jpg +0 -0
  520. data/lib/starter_web/assets/images/modules/attics/mae-mue-1920x1280-v.jpg +0 -0
  521. data/lib/starter_web/assets/images/modules/attics/mae-mue-1920x1280.jpg +0 -0
  522. data/lib/starter_web/assets/images/modules/attics/matthaeus-1920x1280.jpg +0 -0
  523. data/lib/starter_web/assets/images/modules/attics/nousnou-iwasaki-1920x1280.jpg +0 -0
  524. data/lib/starter_web/assets/images/modules/attics/premium-1920x1280-bw.jpg +0 -0
  525. data/lib/starter_web/assets/images/modules/attics/robert-v-ruggiero-1920x1280.jpg +0 -0
  526. data/lib/starter_web/assets/images/modules/attics/romain-vignes-1920x1280.jpg +0 -0
  527. data/lib/starter_web/assets/images/modules/attics/runner-1920x1200-bw.jpg +0 -0
  528. data/lib/starter_web/assets/images/modules/attics/spider-web-1920x1200-bw.jpg +0 -0
  529. data/lib/starter_web/assets/images/modules/attics/the-place-1920x1280-bw.jpg +0 -0
  530. data/lib/starter_web/assets/images/modules/attics/welcome-1920x1280-bw.jpg +0 -0
  531. data/lib/starter_web/assets/images/pages/roundtrip/bootstrap-1920x1000-bw.jpg +0 -0
  532. data/lib/starter_web/assets/images/pages/roundtrip/cards-1920x1280-bw.jpg +0 -0
  533. data/lib/starter_web/assets/images/pages/roundtrip/emojies-1920x1280-bw.jpg +0 -0
  534. data/lib/starter_web/assets/images/pages/roundtrip/icon-fonts-1920x1280-bw.jpg +0 -0
  535. data/lib/starter_web/assets/images/pages/roundtrip/images-1920x1280-bw.jpg +0 -0
  536. data/lib/starter_web/assets/images/pages/roundtrip/puzzle-1920x1280-bw.jpg +0 -0
  537. data/lib/starter_web/assets/images/pages/roundtrip/tables-1920x1280-bw.jpg +0 -0
  538. data/lib/starter_web/assets/images/pages/roundtrip/themes-1920x1280-bw.jpg +0 -0
  539. data/lib/starter_web/assets/images/pages/roundtrip/typography-1920x1280-bw.jpg +0 -0
  540. data/lib/starter_web/assets/videos/headers/still/underground-broadway.png +0 -0
  541. data/lib/starter_web/assets/videos/headers/still/victoria-oskolovich-on-vimeo.png +0 -0
  542. data/lib/starter_web/pages/public/clear_button.adoc +0 -121
@@ -0,0 +1 @@
1
+ @font-face{font-family:Material Design Icons;src:url(/assets/themes/j1/core/fonts/materialdesign_icons/fonts/materialdesignicons-webfont.eot?v=3.3.92);src:url(/assets/themes/j1/core/fonts/materialdesign_icons/fonts/materialdesignicons-webfont.eot?#iefix&v=3.3.92) format("embedded-opentype"),url(/assets/themes/j1/core/fonts/materialdesign_icons/fonts/materialdesignicons-webfont.woff) format("woff"),url(/assets/themes/j1/core/fonts/materialdesign_icons/fonts/materialdesignicons-webfont.woff2) format("woff2"),url(/assets/themes/j1/core/fonts/materialdesign_icons/fonts/materialdesignicons-webfont.ttf?v=3.3.92) format("truetype"),url(/assets/themes/j1/core/fonts/materialdesign_icons/fonts/materialdesignicons-webfont.svg?v=3.3.92#materialdesigniconsregular) format("svg");font-weight:400;font-style:normal}.mdi-spin:before{animation:a 2s infinite linear}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.mdi-pulsed:before{animation:pulse 2s infinite;box-shadow:0 0 0 rgba(204,169,44,.4)}.mdi-pulsed:hover{animation:none}.mdi-set,.mdi:before{display:inline-block;font:normal normal normal 24px/1 Material Design Icons;font-size:inherit;text-rendering:auto;line-height:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mdi-18px.mdi-set,.mdi-18px.mdi:before{font-size:18px}.mdi-24px.mdi-set,.mdi-24px.mdi:before{font-size:24px}.mdi-36px.mdi-set,.mdi-36px.mdi:before{font-size:36px}.mdi-48px.mdi-set,.mdi-48px.mdi:before{font-size:48px}.mdi-dark:before{color:rgba(0,0,0,.54)}.mdi-dark.mdi-inactive:before{color:rgba(0,0,0,.26)}.mdi-light:before{color:#9e9e9e}.mdi-light.mdi-inactive:before{color:#e0e0e0}.mdi-rotate-45:before{transform:rotate(45deg)}.mdi-rotate-90:before{transform:rotate(90deg)}.mdi-rotate-135:before{transform:rotate(135deg)}.mdi-rotate-180:before{transform:rotate(180deg)}.mdi-rotate-225:before{transform:rotate(225deg)}.mdi-rotate-270:before{transform:rotate(270deg)}.mdi-rotate-315:before{transform:rotate(315deg)}.mdi-flip-h:before{transform:scaleX(-1);filter:FlipH;-ms-filter:"FlipH"}.mdi-flip-v:before{transform:scaleY(-1);filter:FlipV;-ms-filter:"FlipV"}.mdi-access-point:before{content:"\F002"}.mdi-access-point-network:before{content:"\F003"}.mdi-access-point-network-off:before{content:"\FBBD"}.mdi-account:before{content:"\F004"}.mdi-account-alert:before{content:"\F005"}.mdi-account-alert-outline:before{content:"\FB2C"}.mdi-account-arrow-left:before{content:"\FB2D"}.mdi-account-arrow-left-outline:before{content:"\FB2E"}.mdi-account-arrow-right:before{content:"\FB2F"}.mdi-account-arrow-right-outline:before{content:"\FB30"}.mdi-account-box:before{content:"\F006"}.mdi-account-box-multiple:before{content:"\F933"}.mdi-account-box-outline:before{content:"\F007"}.mdi-account-card-details:before{content:"\F5D2"}.mdi-account-check:before{content:"\F008"}.mdi-account-check-outline:before{content:"\FBBE"}.mdi-account-child:before{content:"\FA88"}.mdi-account-child-circle:before{content:"\FA89"}.mdi-account-circle:before{content:"\F009"}.mdi-account-circle-outline:before{content:"\FB31"}.mdi-account-clock:before{content:"\FB32"}.mdi-account-clock-outline:before{content:"\FB33"}.mdi-account-convert:before{content:"\F00A"}.mdi-account-details:before{content:"\F631"}.mdi-account-edit:before{content:"\F6BB"}.mdi-account-group:before{content:"\F848"}.mdi-account-group-outline:before{content:"\FB34"}.mdi-account-heart:before{content:"\F898"}.mdi-account-heart-outline:before{content:"\FBBF"}.mdi-account-key:before{content:"\F00B"}.mdi-account-key-outline:before{content:"\FBC0"}.mdi-account-minus:before{content:"\F00D"}.mdi-account-minus-outline:before{content:"\FAEB"}.mdi-account-multiple:before{content:"\F00E"}.mdi-account-multiple-check:before{content:"\F8C4"}.mdi-account-multiple-minus:before{content:"\F5D3"}.mdi-account-multiple-minus-outline:before{content:"\FBC1"}.mdi-account-multiple-outline:before{content:"\F00F"}.mdi-account-multiple-plus:before{content:"\F010"}.mdi-account-multiple-plus-outline:before{content:"\F7FF"}.mdi-account-network:before{content:"\F011"}.mdi-account-network-outline:before{content:"\FBC2"}.mdi-account-off:before{content:"\F012"}.mdi-account-off-outline:before{content:"\FBC3"}.mdi-account-outline:before{content:"\F013"}.mdi-account-plus:before{content:"\F014"}.mdi-account-plus-outline:before{content:"\F800"}.mdi-account-question:before{content:"\FB35"}.mdi-account-question-outline:before{content:"\FB36"}.mdi-account-remove:before{content:"\F015"}.mdi-account-remove-outline:before{content:"\FAEC"}.mdi-account-search:before{content:"\F016"}.mdi-account-search-outline:before{content:"\F934"}.mdi-account-settings:before{content:"\F630"}.mdi-account-star:before{content:"\F017"}.mdi-account-star-outline:before{content:"\FBC4"}.mdi-account-supervisor:before{content:"\FA8A"}.mdi-account-supervisor-circle:before{content:"\FA8B"}.mdi-account-switch:before{content:"\F019"}.mdi-account-tie:before{content:"\FCBF"}.mdi-accusoft:before{content:"\F849"}.mdi-adjust:before{content:"\F01A"}.mdi-adobe:before{content:"\F935"}.mdi-air-conditioner:before{content:"\F01B"}.mdi-airbag:before{content:"\FBC5"}.mdi-airballoon:before{content:"\F01C"}.mdi-airplane:before{content:"\F01D"}.mdi-airplane-landing:before{content:"\F5D4"}.mdi-airplane-off:before{content:"\F01E"}.mdi-airplane-takeoff:before{content:"\F5D5"}.mdi-airplay:before{content:"\F01F"}.mdi-airport:before{content:"\F84A"}.mdi-alarm:before{content:"\F020"}.mdi-alarm-bell:before{content:"\F78D"}.mdi-alarm-check:before{content:"\F021"}.mdi-alarm-light:before{content:"\F78E"}.mdi-alarm-light-outline:before{content:"\FBC6"}.mdi-alarm-multiple:before{content:"\F022"}.mdi-alarm-off:before{content:"\F023"}.mdi-alarm-plus:before{content:"\F024"}.mdi-alarm-snooze:before{content:"\F68D"}.mdi-album:before{content:"\F025"}.mdi-alert:before{content:"\F026"}.mdi-alert-box:before{content:"\F027"}.mdi-alert-box-outline:before{content:"\FCC0"}.mdi-alert-circle:before{content:"\F028"}.mdi-alert-circle-outline:before{content:"\F5D6"}.mdi-alert-decagram:before{content:"\F6BC"}.mdi-alert-decagram-outline:before{content:"\FCC1"}.mdi-alert-octagon:before{content:"\F029"}.mdi-alert-octagon-outline:before{content:"\FCC2"}.mdi-alert-octagram:before{content:"\F766"}.mdi-alert-octagram-outline:before{content:"\FCC3"}.mdi-alert-outline:before{content:"\F02A"}.mdi-alien:before{content:"\F899"}.mdi-all-inclusive:before{content:"\F6BD"}.mdi-alpha:before{content:"\F02B"}.mdi-alpha-a:before{content:"\41"}.mdi-alpha-a-box:before{content:"\FAED"}.mdi-alpha-a-box-outline:before{content:"\FBC7"}.mdi-alpha-a-circle:before{content:"\FBC8"}.mdi-alpha-a-circle-outline:before{content:"\FBC9"}.mdi-alpha-b:before{content:"\42"}.mdi-alpha-b-box:before{content:"\FAEE"}.mdi-alpha-b-box-outline:before{content:"\FBCA"}.mdi-alpha-b-circle:before{content:"\FBCB"}.mdi-alpha-b-circle-outline:before{content:"\FBCC"}.mdi-alpha-c:before{content:"\43"}.mdi-alpha-c-box:before{content:"\FAEF"}.mdi-alpha-c-box-outline:before{content:"\FBCD"}.mdi-alpha-c-circle:before{content:"\FBCE"}.mdi-alpha-c-circle-outline:before{content:"\FBCF"}.mdi-alpha-d:before{content:"\44"}.mdi-alpha-d-box:before{content:"\FAF0"}.mdi-alpha-d-box-outline:before{content:"\FBD0"}.mdi-alpha-d-circle:before{content:"\FBD1"}.mdi-alpha-d-circle-outline:before{content:"\FBD2"}.mdi-alpha-e:before{content:"\45"}.mdi-alpha-e-box:before{content:"\FAF1"}.mdi-alpha-e-box-outline:before{content:"\FBD3"}.mdi-alpha-e-circle:before{content:"\FBD4"}.mdi-alpha-e-circle-outline:before{content:"\FBD5"}.mdi-alpha-f:before{content:"\46"}.mdi-alpha-f-box:before{content:"\FAF2"}.mdi-alpha-f-box-outline:before{content:"\FBD6"}.mdi-alpha-f-circle:before{content:"\FBD7"}.mdi-alpha-f-circle-outline:before{content:"\FBD8"}.mdi-alpha-g:before{content:"\47"}.mdi-alpha-g-box:before{content:"\FAF3"}.mdi-alpha-g-box-outline:before{content:"\FBD9"}.mdi-alpha-g-circle:before{content:"\FBDA"}.mdi-alpha-g-circle-outline:before{content:"\FBDB"}.mdi-alpha-h:before{content:"\48"}.mdi-alpha-h-box:before{content:"\FAF4"}.mdi-alpha-h-box-outline:before{content:"\FBDC"}.mdi-alpha-h-circle:before{content:"\FBDD"}.mdi-alpha-h-circle-outline:before{content:"\FBDE"}.mdi-alpha-i:before{content:"\49"}.mdi-alpha-i-box:before{content:"\FAF5"}.mdi-alpha-i-box-outline:before{content:"\FBDF"}.mdi-alpha-i-circle:before{content:"\FBE0"}.mdi-alpha-i-circle-outline:before{content:"\FBE1"}.mdi-alpha-j:before{content:"\4A"}.mdi-alpha-j-box:before{content:"\FAF6"}.mdi-alpha-j-box-outline:before{content:"\FBE2"}.mdi-alpha-j-circle:before{content:"\FBE3"}.mdi-alpha-j-circle-outline:before{content:"\FBE4"}.mdi-alpha-k:before{content:"\4B"}.mdi-alpha-k-box:before{content:"\FAF7"}.mdi-alpha-k-box-outline:before{content:"\FBE5"}.mdi-alpha-k-circle:before{content:"\FBE6"}.mdi-alpha-k-circle-outline:before{content:"\FBE7"}.mdi-alpha-l:before{content:"\4C"}.mdi-alpha-l-box:before{content:"\FAF8"}.mdi-alpha-l-box-outline:before{content:"\FBE8"}.mdi-alpha-l-circle:before{content:"\FBE9"}.mdi-alpha-l-circle-outline:before{content:"\FBEA"}.mdi-alpha-m:before{content:"\4D"}.mdi-alpha-m-box:before{content:"\FAF9"}.mdi-alpha-m-box-outline:before{content:"\FBEB"}.mdi-alpha-m-circle:before{content:"\FBEC"}.mdi-alpha-m-circle-outline:before{content:"\FBED"}.mdi-alpha-n:before{content:"\4E"}.mdi-alpha-n-box:before{content:"\FAFA"}.mdi-alpha-n-box-outline:before{content:"\FBEE"}.mdi-alpha-n-circle:before{content:"\FBEF"}.mdi-alpha-n-circle-outline:before{content:"\FBF0"}.mdi-alpha-o:before{content:"\4F"}.mdi-alpha-o-box:before{content:"\FAFB"}.mdi-alpha-o-box-outline:before{content:"\FBF1"}.mdi-alpha-o-circle:before{content:"\FBF2"}.mdi-alpha-o-circle-outline:before{content:"\FBF3"}.mdi-alpha-p:before{content:"\50"}.mdi-alpha-p-box:before{content:"\FAFC"}.mdi-alpha-p-box-outline:before{content:"\FBF4"}.mdi-alpha-p-circle:before{content:"\FBF5"}.mdi-alpha-p-circle-outline:before{content:"\FBF6"}.mdi-alpha-q:before{content:"\51"}.mdi-alpha-q-box:before{content:"\FAFD"}.mdi-alpha-q-box-outline:before{content:"\FBF7"}.mdi-alpha-q-circle:before{content:"\FBF8"}.mdi-alpha-q-circle-outline:before{content:"\FBF9"}.mdi-alpha-r:before{content:"\52"}.mdi-alpha-r-box:before{content:"\FAFE"}.mdi-alpha-r-box-outline:before{content:"\FBFA"}.mdi-alpha-r-circle:before{content:"\FBFB"}.mdi-alpha-r-circle-outline:before{content:"\FBFC"}.mdi-alpha-s:before{content:"\53"}.mdi-alpha-s-box:before{content:"\FAFF"}.mdi-alpha-s-box-outline:before{content:"\FBFD"}.mdi-alpha-s-circle:before{content:"\FBFE"}.mdi-alpha-s-circle-outline:before{content:"\FBFF"}.mdi-alpha-t:before{content:"\54"}.mdi-alpha-t-box:before{content:"\FB00"}.mdi-alpha-t-box-outline:before{content:"\FC00"}.mdi-alpha-t-circle:before{content:"\FC01"}.mdi-alpha-t-circle-outline:before{content:"\FC02"}.mdi-alpha-u:before{content:"\55"}.mdi-alpha-u-box:before{content:"\FB01"}.mdi-alpha-u-box-outline:before{content:"\FC03"}.mdi-alpha-u-circle:before{content:"\FC04"}.mdi-alpha-u-circle-outline:before{content:"\FC05"}.mdi-alpha-v:before{content:"\56"}.mdi-alpha-v-box:before{content:"\FB02"}.mdi-alpha-v-box-outline:before{content:"\FC06"}.mdi-alpha-v-circle:before{content:"\FC07"}.mdi-alpha-v-circle-outline:before{content:"\FC08"}.mdi-alpha-w:before{content:"\57"}.mdi-alpha-w-box:before{content:"\FB03"}.mdi-alpha-w-box-outline:before{content:"\FC09"}.mdi-alpha-w-circle:before{content:"\FC0A"}.mdi-alpha-w-circle-outline:before{content:"\FC0B"}.mdi-alpha-x:before{content:"\58"}.mdi-alpha-x-box:before{content:"\FB04"}.mdi-alpha-x-box-outline:before{content:"\FC0C"}.mdi-alpha-x-circle:before{content:"\FC0D"}.mdi-alpha-x-circle-outline:before{content:"\FC0E"}.mdi-alpha-y:before{content:"\59"}.mdi-alpha-y-box:before{content:"\FB05"}.mdi-alpha-y-box-outline:before{content:"\FC0F"}.mdi-alpha-y-circle:before{content:"\FC10"}.mdi-alpha-y-circle-outline:before{content:"\FC11"}.mdi-alpha-z:before{content:"\5A"}.mdi-alpha-z-box:before{content:"\FB06"}.mdi-alpha-z-box-outline:before{content:"\FC12"}.mdi-alpha-z-circle:before{content:"\FC13"}.mdi-alpha-z-circle-outline:before{content:"\FC14"}.mdi-alphabetical:before{content:"\F02C"}.mdi-altimeter:before{content:"\F5D7"}.mdi-amazon:before{content:"\F02D"}.mdi-amazon-alexa:before{content:"\F8C5"}.mdi-amazon-drive:before{content:"\F02E"}.mdi-ambulance:before{content:"\F02F"}.mdi-ammunition:before{content:"\FCC4"}.mdi-ampersand:before{content:"\FA8C"}.mdi-amplifier:before{content:"\F030"}.mdi-anchor:before{content:"\F031"}.mdi-android:before{content:"\F032"}.mdi-android-auto:before{content:"\FA8D"}.mdi-android-debug-bridge:before{content:"\F033"}.mdi-android-head:before{content:"\F78F"}.mdi-android-studio:before{content:"\F034"}.mdi-angle-acute:before{content:"\F936"}.mdi-angle-obtuse:before{content:"\F937"}.mdi-angle-right:before{content:"\F938"}.mdi-angular:before{content:"\F6B1"}.mdi-angularjs:before{content:"\F6BE"}.mdi-animation:before{content:"\F5D8"}.mdi-animation-outline:before{content:"\FA8E"}.mdi-animation-play:before{content:"\F939"}.mdi-animation-play-outline:before{content:"\FA8F"}.mdi-anvil:before{content:"\F89A"}.mdi-apple:before{content:"\F035"}.mdi-apple-finder:before{content:"\F036"}.mdi-apple-icloud:before{content:"\F038"}.mdi-apple-ios:before{content:"\F037"}.mdi-apple-keyboard-caps:before{content:"\F632"}.mdi-apple-keyboard-command:before{content:"\F633"}.mdi-apple-keyboard-control:before{content:"\F634"}.mdi-apple-keyboard-option:before{content:"\F635"}.mdi-apple-keyboard-shift:before{content:"\F636"}.mdi-apple-safari:before{content:"\F039"}.mdi-application:before{content:"\F614"}.mdi-apps:before{content:"\F03B"}.mdi-arch:before{content:"\F8C6"}.mdi-archive:before{content:"\F03C"}.mdi-arrange-bring-forward:before{content:"\F03D"}.mdi-arrange-bring-to-front:before{content:"\F03E"}.mdi-arrange-send-backward:before{content:"\F03F"}.mdi-arrange-send-to-back:before{content:"\F040"}.mdi-arrow-all:before{content:"\F041"}.mdi-arrow-bottom-left:before{content:"\F042"}.mdi-arrow-bottom-left-bold-outline:before{content:"\F9B6"}.mdi-arrow-bottom-left-thick:before{content:"\F9B7"}.mdi-arrow-bottom-right:before{content:"\F043"}.mdi-arrow-bottom-right-bold-outline:before{content:"\F9B8"}.mdi-arrow-bottom-right-thick:before{content:"\F9B9"}.mdi-arrow-collapse:before{content:"\F615"}.mdi-arrow-collapse-all:before{content:"\F044"}.mdi-arrow-collapse-down:before{content:"\F791"}.mdi-arrow-collapse-horizontal:before{content:"\F84B"}.mdi-arrow-collapse-left:before{content:"\F792"}.mdi-arrow-collapse-right:before{content:"\F793"}.mdi-arrow-collapse-up:before{content:"\F794"}.mdi-arrow-collapse-vertical:before{content:"\F84C"}.mdi-arrow-decision:before{content:"\F9BA"}.mdi-arrow-decision-auto:before{content:"\F9BB"}.mdi-arrow-decision-auto-outline:before{content:"\F9BC"}.mdi-arrow-decision-outline:before{content:"\F9BD"}.mdi-arrow-down:before{content:"\F045"}.mdi-arrow-down-bold:before{content:"\F72D"}.mdi-arrow-down-bold-box:before{content:"\F72E"}.mdi-arrow-down-bold-box-outline:before{content:"\F72F"}.mdi-arrow-down-bold-circle:before{content:"\F047"}.mdi-arrow-down-bold-circle-outline:before{content:"\F048"}.mdi-arrow-down-bold-hexagon-outline:before{content:"\F049"}.mdi-arrow-down-bold-outline:before{content:"\F9BE"}.mdi-arrow-down-box:before{content:"\F6BF"}.mdi-arrow-down-circle:before{content:"\FCB7"}.mdi-arrow-down-circle-outline:before{content:"\FCB8"}.mdi-arrow-down-drop-circle:before{content:"\F04A"}.mdi-arrow-down-drop-circle-outline:before{content:"\F04B"}.mdi-arrow-down-thick:before{content:"\F046"}.mdi-arrow-expand:before{content:"\F616"}.mdi-arrow-expand-all:before{content:"\F04C"}.mdi-arrow-expand-down:before{content:"\F795"}.mdi-arrow-expand-horizontal:before{content:"\F84D"}.mdi-arrow-expand-left:before{content:"\F796"}.mdi-arrow-expand-right:before{content:"\F797"}.mdi-arrow-expand-up:before{content:"\F798"}.mdi-arrow-expand-vertical:before{content:"\F84E"}.mdi-arrow-left:before{content:"\F04D"}.mdi-arrow-left-bold:before{content:"\F730"}.mdi-arrow-left-bold-box:before{content:"\F731"}.mdi-arrow-left-bold-box-outline:before{content:"\F732"}.mdi-arrow-left-bold-circle:before{content:"\F04F"}.mdi-arrow-left-bold-circle-outline:before{content:"\F050"}.mdi-arrow-left-bold-hexagon-outline:before{content:"\F051"}.mdi-arrow-left-bold-outline:before{content:"\F9BF"}.mdi-arrow-left-box:before{content:"\F6C0"}.mdi-arrow-left-circle:before{content:"\FCB9"}.mdi-arrow-left-circle-outline:before{content:"\FCBA"}.mdi-arrow-left-drop-circle:before{content:"\F052"}.mdi-arrow-left-drop-circle-outline:before{content:"\F053"}.mdi-arrow-left-right-bold-outline:before{content:"\F9C0"}.mdi-arrow-left-thick:before{content:"\F04E"}.mdi-arrow-right:before{content:"\F054"}.mdi-arrow-right-bold:before{content:"\F733"}.mdi-arrow-right-bold-box:before{content:"\F734"}.mdi-arrow-right-bold-box-outline:before{content:"\F735"}.mdi-arrow-right-bold-circle:before{content:"\F056"}.mdi-arrow-right-bold-circle-outline:before{content:"\F057"}.mdi-arrow-right-bold-hexagon-outline:before{content:"\F058"}.mdi-arrow-right-bold-outline:before{content:"\F9C1"}.mdi-arrow-right-box:before{content:"\F6C1"}.mdi-arrow-right-circle:before{content:"\FCBB"}.mdi-arrow-right-circle-outline:before{content:"\FCBC"}.mdi-arrow-right-drop-circle:before{content:"\F059"}.mdi-arrow-right-drop-circle-outline:before{content:"\F05A"}.mdi-arrow-right-thick:before{content:"\F055"}.mdi-arrow-split-horizontal:before{content:"\F93A"}.mdi-arrow-split-vertical:before{content:"\F93B"}.mdi-arrow-top-left:before{content:"\F05B"}.mdi-arrow-top-left-bold-outline:before{content:"\F9C2"}.mdi-arrow-top-left-thick:before{content:"\F9C3"}.mdi-arrow-top-right:before{content:"\F05C"}.mdi-arrow-top-right-bold-outline:before{content:"\F9C4"}.mdi-arrow-top-right-thick:before{content:"\F9C5"}.mdi-arrow-up:before{content:"\F05D"}.mdi-arrow-up-bold:before{content:"\F736"}.mdi-arrow-up-bold-box:before{content:"\F737"}.mdi-arrow-up-bold-box-outline:before{content:"\F738"}.mdi-arrow-up-bold-circle:before{content:"\F05F"}.mdi-arrow-up-bold-circle-outline:before{content:"\F060"}.mdi-arrow-up-bold-hexagon-outline:before{content:"\F061"}.mdi-arrow-up-bold-outline:before{content:"\F9C6"}.mdi-arrow-up-box:before{content:"\F6C2"}.mdi-arrow-up-circle:before{content:"\FCBD"}.mdi-arrow-up-circle-outline:before{content:"\FCBE"}.mdi-arrow-up-down-bold-outline:before{content:"\F9C7"}.mdi-arrow-up-drop-circle:before{content:"\F062"}.mdi-arrow-up-drop-circle-outline:before{content:"\F063"}.mdi-arrow-up-thick:before{content:"\F05E"}.mdi-artist:before{content:"\F802"}.mdi-artist-outline:before{content:"\FCC5"}.mdi-artstation:before{content:"\FB37"}.mdi-aspect-ratio:before{content:"\FA23"}.mdi-assistant:before{content:"\F064"}.mdi-asterisk:before{content:"\F6C3"}.mdi-at:before{content:"\F065"}.mdi-atlassian:before{content:"\F803"}.mdi-atom:before{content:"\F767"}.mdi-attachment:before{content:"\F066"}.mdi-audio-video:before{content:"\F93C"}.mdi-audiobook:before{content:"\F067"}.mdi-augmented-reality:before{content:"\F84F"}.mdi-auto-fix:before{content:"\F068"}.mdi-auto-upload:before{content:"\F069"}.mdi-autorenew:before{content:"\F06A"}.mdi-av-timer:before{content:"\F06B"}.mdi-axe:before{content:"\F8C7"}.mdi-azure:before{content:"\F804"}.mdi-babel:before{content:"\FA24"}.mdi-baby:before{content:"\F06C"}.mdi-baby-buggy:before{content:"\F68E"}.mdi-backburger:before{content:"\F06D"}.mdi-backspace:before{content:"\F06E"}.mdi-backspace-outline:before{content:"\FB38"}.mdi-backup-restore:before{content:"\F06F"}.mdi-badminton:before{content:"\F850"}.mdi-balloon:before{content:"\FA25"}.mdi-ballot:before{content:"\F9C8"}.mdi-ballot-outline:before{content:"\F9C9"}.mdi-ballot-recount:before{content:"\FC15"}.mdi-ballot-recount-outline:before{content:"\FC16"}.mdi-bandcamp:before{content:"\F674"}.mdi-bank:before{content:"\F070"}.mdi-bank-transfer:before{content:"\FA26"}.mdi-bank-transfer-in:before{content:"\FA27"}.mdi-bank-transfer-out:before{content:"\FA28"}.mdi-barcode:before{content:"\F071"}.mdi-barcode-scan:before{content:"\F072"}.mdi-barley:before{content:"\F073"}.mdi-barley-off:before{content:"\FB39"}.mdi-barn:before{content:"\FB3A"}.mdi-barrel:before{content:"\F074"}.mdi-baseball:before{content:"\F851"}.mdi-baseball-bat:before{content:"\F852"}.mdi-basecamp:before{content:"\F075"}.mdi-basket:before{content:"\F076"}.mdi-basket-fill:before{content:"\F077"}.mdi-basket-unfill:before{content:"\F078"}.mdi-basketball:before{content:"\F805"}.mdi-basketball-hoop:before{content:"\FC17"}.mdi-basketball-hoop-outline:before{content:"\FC18"}.mdi-bat:before{content:"\FB3B"}.mdi-battery:before{content:"\F079"}.mdi-battery-10:before{content:"\F07A"}.mdi-battery-10-bluetooth:before{content:"\F93D"}.mdi-battery-20:before{content:"\F07B"}.mdi-battery-20-bluetooth:before{content:"\F93E"}.mdi-battery-30:before{content:"\F07C"}.mdi-battery-30-bluetooth:before{content:"\F93F"}.mdi-battery-40:before{content:"\F07D"}.mdi-battery-40-bluetooth:before{content:"\F940"}.mdi-battery-50:before{content:"\F07E"}.mdi-battery-50-bluetooth:before{content:"\F941"}.mdi-battery-60:before{content:"\F07F"}.mdi-battery-60-bluetooth:before{content:"\F942"}.mdi-battery-70:before{content:"\F080"}.mdi-battery-70-bluetooth:before{content:"\F943"}.mdi-battery-80:before{content:"\F081"}.mdi-battery-80-bluetooth:before{content:"\F944"}.mdi-battery-90:before{content:"\F082"}.mdi-battery-90-bluetooth:before{content:"\F945"}.mdi-battery-alert:before{content:"\F083"}.mdi-battery-alert-bluetooth:before{content:"\F946"}.mdi-battery-bluetooth:before{content:"\F947"}.mdi-battery-bluetooth-variant:before{content:"\F948"}.mdi-battery-charging:before{content:"\F084"}.mdi-battery-charging-10:before{content:"\F89B"}.mdi-battery-charging-100:before{content:"\F085"}.mdi-battery-charging-20:before{content:"\F086"}.mdi-battery-charging-30:before{content:"\F087"}.mdi-battery-charging-40:before{content:"\F088"}.mdi-battery-charging-50:before{content:"\F89C"}.mdi-battery-charging-60:before{content:"\F089"}.mdi-battery-charging-70:before{content:"\F89D"}.mdi-battery-charging-80:before{content:"\F08A"}.mdi-battery-charging-90:before{content:"\F08B"}.mdi-battery-charging-outline:before{content:"\F89E"}.mdi-battery-charging-wireless:before{content:"\F806"}.mdi-battery-charging-wireless-10:before{content:"\F807"}.mdi-battery-charging-wireless-20:before{content:"\F808"}.mdi-battery-charging-wireless-30:before{content:"\F809"}.mdi-battery-charging-wireless-40:before{content:"\F80A"}.mdi-battery-charging-wireless-50:before{content:"\F80B"}.mdi-battery-charging-wireless-60:before{content:"\F80C"}.mdi-battery-charging-wireless-70:before{content:"\F80D"}.mdi-battery-charging-wireless-80:before{content:"\F80E"}.mdi-battery-charging-wireless-90:before{content:"\F80F"}.mdi-battery-charging-wireless-alert:before{content:"\F810"}.mdi-battery-charging-wireless-outline:before{content:"\F811"}.mdi-battery-minus:before{content:"\F08C"}.mdi-battery-negative:before{content:"\F08D"}.mdi-battery-outline:before{content:"\F08E"}.mdi-battery-plus:before{content:"\F08F"}.mdi-battery-positive:before{content:"\F090"}.mdi-battery-unknown:before{content:"\F091"}.mdi-battery-unknown-bluetooth:before{content:"\F949"}.mdi-battlenet:before{content:"\FB3C"}.mdi-beach:before{content:"\F092"}.mdi-beaker:before{content:"\FCC6"}.mdi-beaker-outline:before{content:"\F68F"}.mdi-beats:before{content:"\F097"}.mdi-bed-empty:before{content:"\F89F"}.mdi-beer:before{content:"\F098"}.mdi-behance:before{content:"\F099"}.mdi-bell:before{content:"\F09A"}.mdi-bell-off:before{content:"\F09B"}.mdi-bell-off-outline:before{content:"\FA90"}.mdi-bell-outline:before{content:"\F09C"}.mdi-bell-plus:before{content:"\F09D"}.mdi-bell-plus-outline:before{content:"\FA91"}.mdi-bell-ring:before{content:"\F09E"}.mdi-bell-ring-outline:before{content:"\F09F"}.mdi-bell-sleep:before{content:"\F0A0"}.mdi-bell-sleep-outline:before{content:"\FA92"}.mdi-beta:before{content:"\F0A1"}.mdi-betamax:before{content:"\F9CA"}.mdi-bible:before{content:"\F0A2"}.mdi-bike:before{content:"\F0A3"}.mdi-billiards:before{content:"\FB3D"}.mdi-billiards-rack:before{content:"\FB3E"}.mdi-bing:before{content:"\F0A4"}.mdi-binoculars:before{content:"\F0A5"}.mdi-bio:before{content:"\F0A6"}.mdi-biohazard:before{content:"\F0A7"}.mdi-bitbucket:before{content:"\F0A8"}.mdi-bitcoin:before{content:"\F812"}.mdi-black-mesa:before{content:"\F0A9"}.mdi-blackberry:before{content:"\F0AA"}.mdi-blender:before{content:"\FCC7"}.mdi-blender-software:before{content:"\F0AB"}.mdi-blinds:before{content:"\F0AC"}.mdi-block-helper:before{content:"\F0AD"}.mdi-blogger:before{content:"\F0AE"}.mdi-blood-bag:before{content:"\FCC8"}.mdi-bluetooth:before{content:"\F0AF"}.mdi-bluetooth-audio:before{content:"\F0B0"}.mdi-bluetooth-connect:before{content:"\F0B1"}.mdi-bluetooth-off:before{content:"\F0B2"}.mdi-bluetooth-settings:before{content:"\F0B3"}.mdi-bluetooth-transfer:before{content:"\F0B4"}.mdi-blur:before{content:"\F0B5"}.mdi-blur-linear:before{content:"\F0B6"}.mdi-blur-off:before{content:"\F0B7"}.mdi-blur-radial:before{content:"\F0B8"}.mdi-bolnisi-cross:before{content:"\FCC9"}.mdi-bomb:before{content:"\F690"}.mdi-bomb-off:before{content:"\F6C4"}.mdi-bone:before{content:"\F0B9"}.mdi-book:before{content:"\F0BA"}.mdi-book-lock:before{content:"\F799"}.mdi-book-lock-open:before{content:"\F79A"}.mdi-book-minus:before{content:"\F5D9"}.mdi-book-multiple:before{content:"\F0BB"}.mdi-book-multiple-minus:before{content:"\FA93"}.mdi-book-multiple-plus:before{content:"\FA94"}.mdi-book-multiple-remove:before{content:"\FA95"}.mdi-book-multiple-variant:before{content:"\F0BC"}.mdi-book-open:before{content:"\F0BD"}.mdi-book-open-outline:before{content:"\FB3F"}.mdi-book-open-page-variant:before{content:"\F5DA"}.mdi-book-open-variant:before{content:"\F0BE"}.mdi-book-outline:before{content:"\FB40"}.mdi-book-plus:before{content:"\F5DB"}.mdi-book-remove:before{content:"\FA96"}.mdi-book-variant:before{content:"\F0BF"}.mdi-bookmark:before{content:"\F0C0"}.mdi-bookmark-check:before{content:"\F0C1"}.mdi-bookmark-minus:before{content:"\F9CB"}.mdi-bookmark-minus-outline:before{content:"\F9CC"}.mdi-bookmark-music:before{content:"\F0C2"}.mdi-bookmark-off:before{content:"\F9CD"}.mdi-bookmark-off-outline:before{content:"\F9CE"}.mdi-bookmark-outline:before{content:"\F0C3"}.mdi-bookmark-plus:before{content:"\F0C5"}.mdi-bookmark-plus-outline:before{content:"\F0C4"}.mdi-bookmark-remove:before{content:"\F0C6"}.mdi-boombox:before{content:"\F5DC"}.mdi-bootstrap:before{content:"\F6C5"}.mdi-border-all:before{content:"\F0C7"}.mdi-border-all-variant:before{content:"\F8A0"}.mdi-border-bottom:before{content:"\F0C8"}.mdi-border-bottom-variant:before{content:"\F8A1"}.mdi-border-color:before{content:"\F0C9"}.mdi-border-horizontal:before{content:"\F0CA"}.mdi-border-inside:before{content:"\F0CB"}.mdi-border-left:before{content:"\F0CC"}.mdi-border-left-variant:before{content:"\F8A2"}.mdi-border-none:before{content:"\F0CD"}.mdi-border-none-variant:before{content:"\F8A3"}.mdi-border-outside:before{content:"\F0CE"}.mdi-border-right:before{content:"\F0CF"}.mdi-border-right-variant:before{content:"\F8A4"}.mdi-border-style:before{content:"\F0D0"}.mdi-border-top:before{content:"\F0D1"}.mdi-border-top-variant:before{content:"\F8A5"}.mdi-border-vertical:before{content:"\F0D2"}.mdi-bottle-wine:before{content:"\F853"}.mdi-bow-tie:before{content:"\F677"}.mdi-bowl:before{content:"\F617"}.mdi-bowling:before{content:"\F0D3"}.mdi-box:before{content:"\F0D4"}.mdi-box-cutter:before{content:"\F0D5"}.mdi-box-shadow:before{content:"\F637"}.mdi-boxing-glove:before{content:"\FB41"}.mdi-braille:before{content:"\F9CF"}.mdi-brain:before{content:"\F9D0"}.mdi-bread-slice:before{content:"\FCCA"}.mdi-bread-slice-outline:before{content:"\FCCB"}.mdi-bridge:before{content:"\F618"}.mdi-briefcase:before{content:"\F0D6"}.mdi-briefcase-account:before{content:"\FCCC"}.mdi-briefcase-account-outline:before{content:"\FCCD"}.mdi-briefcase-check:before{content:"\F0D7"}.mdi-briefcase-download:before{content:"\F0D8"}.mdi-briefcase-download-outline:before{content:"\FC19"}.mdi-briefcase-edit:before{content:"\FA97"}.mdi-briefcase-edit-outline:before{content:"\FC1A"}.mdi-briefcase-minus:before{content:"\FA29"}.mdi-briefcase-minus-outline:before{content:"\FC1B"}.mdi-briefcase-outline:before{content:"\F813"}.mdi-briefcase-plus:before{content:"\FA2A"}.mdi-briefcase-plus-outline:before{content:"\FC1C"}.mdi-briefcase-remove:before{content:"\FA2B"}.mdi-briefcase-remove-outline:before{content:"\FC1D"}.mdi-briefcase-search:before{content:"\FA2C"}.mdi-briefcase-search-outline:before{content:"\FC1E"}.mdi-briefcase-upload:before{content:"\F0D9"}.mdi-briefcase-upload-outline:before{content:"\FC1F"}.mdi-brightness-1:before{content:"\F0DA"}.mdi-brightness-2:before{content:"\F0DB"}.mdi-brightness-3:before{content:"\F0DC"}.mdi-brightness-4:before{content:"\F0DD"}.mdi-brightness-5:before{content:"\F0DE"}.mdi-brightness-6:before{content:"\F0DF"}.mdi-brightness-7:before{content:"\F0E0"}.mdi-brightness-auto:before{content:"\F0E1"}.mdi-brightness-percent:before{content:"\FCCE"}.mdi-broom:before{content:"\F0E2"}.mdi-brush:before{content:"\F0E3"}.mdi-buddhism:before{content:"\F94A"}.mdi-buffer:before{content:"\F619"}.mdi-bug:before{content:"\F0E4"}.mdi-bug-check:before{content:"\FA2D"}.mdi-bug-check-outline:before{content:"\FA2E"}.mdi-bug-outline:before{content:"\FA2F"}.mdi-bulldozer:before{content:"\FB07"}.mdi-bullet:before{content:"\FCCF"}.mdi-bulletin-board:before{content:"\F0E5"}.mdi-bullhorn:before{content:"\F0E6"}.mdi-bullhorn-outline:before{content:"\FB08"}.mdi-bullseye:before{content:"\F5DD"}.mdi-bullseye-arrow:before{content:"\F8C8"}.mdi-bus:before{content:"\F0E7"}.mdi-bus-alert:before{content:"\FA98"}.mdi-bus-articulated-end:before{content:"\F79B"}.mdi-bus-articulated-front:before{content:"\F79C"}.mdi-bus-clock:before{content:"\F8C9"}.mdi-bus-double-decker:before{content:"\F79D"}.mdi-bus-school:before{content:"\F79E"}.mdi-bus-side:before{content:"\F79F"}.mdi-cached:before{content:"\F0E8"}.mdi-cake:before{content:"\F0E9"}.mdi-cake-layered:before{content:"\F0EA"}.mdi-cake-variant:before{content:"\F0EB"}.mdi-calculator:before{content:"\F0EC"}.mdi-calculator-variant:before{content:"\FA99"}.mdi-calendar:before{content:"\F0ED"}.mdi-calendar-alert:before{content:"\FA30"}.mdi-calendar-blank:before{content:"\F0EE"}.mdi-calendar-blank-outline:before{content:"\FB42"}.mdi-calendar-check:before{content:"\F0EF"}.mdi-calendar-check-outline:before{content:"\FC20"}.mdi-calendar-clock:before{content:"\F0F0"}.mdi-calendar-edit:before{content:"\F8A6"}.mdi-calendar-export:before{content:"\FB09"}.mdi-calendar-heart:before{content:"\F9D1"}.mdi-calendar-import:before{content:"\FB0A"}.mdi-calendar-multiple:before{content:"\F0F1"}.mdi-calendar-multiple-check:before{content:"\F0F2"}.mdi-calendar-multiselect:before{content:"\FA31"}.mdi-calendar-outline:before{content:"\FB43"}.mdi-calendar-plus:before{content:"\F0F3"}.mdi-calendar-question:before{content:"\F691"}.mdi-calendar-range:before{content:"\F678"}.mdi-calendar-range-outline:before{content:"\FB44"}.mdi-calendar-remove:before{content:"\F0F4"}.mdi-calendar-remove-outline:before{content:"\FC21"}.mdi-calendar-search:before{content:"\F94B"}.mdi-calendar-star:before{content:"\F9D2"}.mdi-calendar-text:before{content:"\F0F5"}.mdi-calendar-text-outline:before{content:"\FC22"}.mdi-calendar-today:before{content:"\F0F6"}.mdi-calendar-week:before{content:"\FA32"}.mdi-calendar-week-begin:before{content:"\FA33"}.mdi-call-made:before{content:"\F0F7"}.mdi-call-merge:before{content:"\F0F8"}.mdi-call-missed:before{content:"\F0F9"}.mdi-call-received:before{content:"\F0FA"}.mdi-call-split:before{content:"\F0FB"}.mdi-camcorder:before{content:"\F0FC"}.mdi-camcorder-box:before{content:"\F0FD"}.mdi-camcorder-box-off:before{content:"\F0FE"}.mdi-camcorder-off:before{content:"\F0FF"}.mdi-camera:before{content:"\F100"}.mdi-camera-account:before{content:"\F8CA"}.mdi-camera-burst:before{content:"\F692"}.mdi-camera-control:before{content:"\FB45"}.mdi-camera-enhance:before{content:"\F101"}.mdi-camera-enhance-outline:before{content:"\FB46"}.mdi-camera-front:before{content:"\F102"}.mdi-camera-front-variant:before{content:"\F103"}.mdi-camera-gopro:before{content:"\F7A0"}.mdi-camera-image:before{content:"\F8CB"}.mdi-camera-iris:before{content:"\F104"}.mdi-camera-metering-center:before{content:"\F7A1"}.mdi-camera-metering-matrix:before{content:"\F7A2"}.mdi-camera-metering-partial:before{content:"\F7A3"}.mdi-camera-metering-spot:before{content:"\F7A4"}.mdi-camera-off:before{content:"\F5DF"}.mdi-camera-party-mode:before{content:"\F105"}.mdi-camera-rear:before{content:"\F106"}.mdi-camera-rear-variant:before{content:"\F107"}.mdi-camera-switch:before{content:"\F108"}.mdi-camera-timer:before{content:"\F109"}.mdi-cancel:before{content:"\F739"}.mdi-candle:before{content:"\F5E2"}.mdi-candycane:before{content:"\F10A"}.mdi-cannabis:before{content:"\F7A5"}.mdi-caps-lock:before{content:"\FA9A"}.mdi-car:before{content:"\F10B"}.mdi-car-battery:before{content:"\F10C"}.mdi-car-brake-abs:before{content:"\FC23"}.mdi-car-brake-parking:before{content:"\FC24"}.mdi-car-connected:before{content:"\F10D"}.mdi-car-convertible:before{content:"\F7A6"}.mdi-car-door:before{content:"\FB47"}.mdi-car-electric:before{content:"\FB48"}.mdi-car-esp:before{content:"\FC25"}.mdi-car-estate:before{content:"\F7A7"}.mdi-car-hatchback:before{content:"\F7A8"}.mdi-car-key:before{content:"\FB49"}.mdi-car-light-dimmed:before{content:"\FC26"}.mdi-car-light-fog:before{content:"\FC27"}.mdi-car-light-high:before{content:"\FC28"}.mdi-car-limousine:before{content:"\F8CC"}.mdi-car-multiple:before{content:"\FB4A"}.mdi-car-pickup:before{content:"\F7A9"}.mdi-car-side:before{content:"\F7AA"}.mdi-car-sports:before{content:"\F7AB"}.mdi-car-tire-alert:before{content:"\FC29"}.mdi-car-wash:before{content:"\F10E"}.mdi-caravan:before{content:"\F7AC"}.mdi-card:before{content:"\FB4B"}.mdi-card-bulleted:before{content:"\FB4C"}.mdi-card-bulleted-off:before{content:"\FB4D"}.mdi-card-bulleted-off-outline:before{content:"\FB4E"}.mdi-card-bulleted-outline:before{content:"\FB4F"}.mdi-card-bulleted-settings:before{content:"\FB50"}.mdi-card-bulleted-settings-outline:before{content:"\FB51"}.mdi-card-outline:before{content:"\FB52"}.mdi-card-text:before{content:"\FB53"}.mdi-card-text-outline:before{content:"\FB54"}.mdi-cards:before{content:"\F638"}.mdi-cards-club:before{content:"\F8CD"}.mdi-cards-diamond:before{content:"\F8CE"}.mdi-cards-heart:before{content:"\F8CF"}.mdi-cards-outline:before{content:"\F639"}.mdi-cards-playing-outline:before{content:"\F63A"}.mdi-cards-spade:before{content:"\F8D0"}.mdi-cards-variant:before{content:"\F6C6"}.mdi-carrot:before{content:"\F10F"}.mdi-cart:before{content:"\F110"}.mdi-cart-arrow-right:before{content:"\FC2A"}.mdi-cart-off:before{content:"\F66B"}.mdi-cart-outline:before{content:"\F111"}.mdi-cart-plus:before{content:"\F112"}.mdi-case-sensitive-alt:before{content:"\F113"}.mdi-cash:before{content:"\F114"}.mdi-cash-100:before{content:"\F115"}.mdi-cash-multiple:before{content:"\F116"}.mdi-cash-refund:before{content:"\FA9B"}.mdi-cash-register:before{content:"\FCD0"}.mdi-cash-usd:before{content:"\F117"}.mdi-cassette:before{content:"\F9D3"}.mdi-cast:before{content:"\F118"}.mdi-cast-connected:before{content:"\F119"}.mdi-cast-off:before{content:"\F789"}.mdi-castle:before{content:"\F11A"}.mdi-cat:before{content:"\F11B"}.mdi-cctv:before{content:"\F7AD"}.mdi-ceiling-light:before{content:"\F768"}.mdi-cellphone:before{content:"\F11C"}.mdi-cellphone-android:before{content:"\F11D"}.mdi-cellphone-arrow-down:before{content:"\F9D4"}.mdi-cellphone-basic:before{content:"\F11E"}.mdi-cellphone-dock:before{content:"\F11F"}.mdi-cellphone-erase:before{content:"\F94C"}.mdi-cellphone-iphone:before{content:"\F120"}.mdi-cellphone-key:before{content:"\F94D"}.mdi-cellphone-link:before{content:"\F121"}.mdi-cellphone-link-off:before{content:"\F122"}.mdi-cellphone-lock:before{content:"\F94E"}.mdi-cellphone-message:before{content:"\F8D2"}.mdi-cellphone-off:before{content:"\F94F"}.mdi-cellphone-screenshot:before{content:"\FA34"}.mdi-cellphone-settings:before{content:"\F123"}.mdi-cellphone-settings-variant:before{content:"\F950"}.mdi-cellphone-sound:before{content:"\F951"}.mdi-cellphone-text:before{content:"\F8D1"}.mdi-cellphone-wireless:before{content:"\F814"}.mdi-celtic-cross:before{content:"\FCD1"}.mdi-certificate:before{content:"\F124"}.mdi-chair-school:before{content:"\F125"}.mdi-charity:before{content:"\FC2B"}.mdi-chart-arc:before{content:"\F126"}.mdi-chart-areaspline:before{content:"\F127"}.mdi-chart-bar:before{content:"\F128"}.mdi-chart-bar-stacked:before{content:"\F769"}.mdi-chart-bell-curve:before{content:"\FC2C"}.mdi-chart-bubble:before{content:"\F5E3"}.mdi-chart-donut:before{content:"\F7AE"}.mdi-chart-donut-variant:before{content:"\F7AF"}.mdi-chart-gantt:before{content:"\F66C"}.mdi-chart-histogram:before{content:"\F129"}.mdi-chart-line:before{content:"\F12A"}.mdi-chart-line-stacked:before{content:"\F76A"}.mdi-chart-line-variant:before{content:"\F7B0"}.mdi-chart-multiline:before{content:"\F8D3"}.mdi-chart-pie:before{content:"\F12B"}.mdi-chart-scatterplot-hexbin:before{content:"\F66D"}.mdi-chart-timeline:before{content:"\F66E"}.mdi-chat:before{content:"\FB55"}.mdi-chat-alert:before{content:"\FB56"}.mdi-chat-processing:before{content:"\FB57"}.mdi-check:before{content:"\F12C"}.mdi-check-all:before{content:"\F12D"}.mdi-check-box-multiple-outline:before{content:"\FC2D"}.mdi-check-box-outline:before{content:"\FC2E"}.mdi-check-circle:before{content:"\F5E0"}.mdi-check-circle-outline:before{content:"\F5E1"}.mdi-check-decagram:before{content:"\F790"}.mdi-check-network:before{content:"\FC2F"}.mdi-check-network-outline:before{content:"\FC30"}.mdi-check-outline:before{content:"\F854"}.mdi-checkbook:before{content:"\FA9C"}.mdi-checkbox-blank:before{content:"\F12E"}.mdi-checkbox-blank-circle:before{content:"\F12F"}.mdi-checkbox-blank-circle-outline:before{content:"\F130"}.mdi-checkbox-blank-outline:before{content:"\F131"}.mdi-checkbox-intermediate:before{content:"\F855"}.mdi-checkbox-marked:before{content:"\F132"}.mdi-checkbox-marked-circle:before{content:"\F133"}.mdi-checkbox-marked-circle-outline:before{content:"\F134"}.mdi-checkbox-marked-outline:before{content:"\F135"}.mdi-checkbox-multiple-blank:before{content:"\F136"}.mdi-checkbox-multiple-blank-circle:before{content:"\F63B"}.mdi-checkbox-multiple-blank-circle-outline:before{content:"\F63C"}.mdi-checkbox-multiple-blank-outline:before{content:"\F137"}.mdi-checkbox-multiple-marked:before{content:"\F138"}.mdi-checkbox-multiple-marked-circle:before{content:"\F63D"}.mdi-checkbox-multiple-marked-circle-outline:before{content:"\F63E"}.mdi-checkbox-multiple-marked-outline:before{content:"\F139"}.mdi-checkerboard:before{content:"\F13A"}.mdi-chef-hat:before{content:"\FB58"}.mdi-chemical-weapon:before{content:"\F13B"}.mdi-chess-bishop:before{content:"\F85B"}.mdi-chess-king:before{content:"\F856"}.mdi-chess-knight:before{content:"\F857"}.mdi-chess-pawn:before{content:"\F858"}.mdi-chess-queen:before{content:"\F859"}.mdi-chess-rook:before{content:"\F85A"}.mdi-chevron-double-down:before{content:"\F13C"}.mdi-chevron-double-left:before{content:"\F13D"}.mdi-chevron-double-right:before{content:"\F13E"}.mdi-chevron-double-up:before{content:"\F13F"}.mdi-chevron-down:before{content:"\F140"}.mdi-chevron-down-box:before{content:"\F9D5"}.mdi-chevron-down-box-outline:before{content:"\F9D6"}.mdi-chevron-down-circle:before{content:"\FB0B"}.mdi-chevron-down-circle-outline:before{content:"\FB0C"}.mdi-chevron-left:before{content:"\F141"}.mdi-chevron-left-box:before{content:"\F9D7"}.mdi-chevron-left-box-outline:before{content:"\F9D8"}.mdi-chevron-left-circle:before{content:"\FB0D"}.mdi-chevron-left-circle-outline:before{content:"\FB0E"}.mdi-chevron-right:before{content:"\F142"}.mdi-chevron-right-box:before{content:"\F9D9"}.mdi-chevron-right-box-outline:before{content:"\F9DA"}.mdi-chevron-right-circle:before{content:"\FB0F"}.mdi-chevron-right-circle-outline:before{content:"\FB10"}.mdi-chevron-up:before{content:"\F143"}.mdi-chevron-up-box:before{content:"\F9DB"}.mdi-chevron-up-box-outline:before{content:"\F9DC"}.mdi-chevron-up-circle:before{content:"\FB11"}.mdi-chevron-up-circle-outline:before{content:"\FB12"}.mdi-chili-hot:before{content:"\F7B1"}.mdi-chili-medium:before{content:"\F7B2"}.mdi-chili-mild:before{content:"\F7B3"}.mdi-chip:before{content:"\F61A"}.mdi-christianity:before{content:"\F952"}.mdi-christianity-outline:before{content:"\FCD2"}.mdi-church:before{content:"\F144"}.mdi-circle:before{content:"\F764"}.mdi-circle-edit-outline:before{content:"\F8D4"}.mdi-circle-medium:before{content:"\F9DD"}.mdi-circle-outline:before{content:"\F765"}.mdi-circle-slice-1:before{content:"\FA9D"}.mdi-circle-slice-2:before{content:"\FA9E"}.mdi-circle-slice-3:before{content:"\FA9F"}.mdi-circle-slice-4:before{content:"\FAA0"}.mdi-circle-slice-5:before{content:"\FAA1"}.mdi-circle-slice-6:before{content:"\FAA2"}.mdi-circle-slice-7:before{content:"\FAA3"}.mdi-circle-slice-8:before{content:"\FAA4"}.mdi-circle-small:before{content:"\F9DE"}.mdi-cisco-webex:before{content:"\F145"}.mdi-city:before{content:"\F146"}.mdi-city-variant:before{content:"\FA35"}.mdi-city-variant-outline:before{content:"\FA36"}.mdi-clipboard:before{content:"\F147"}.mdi-clipboard-account:before{content:"\F148"}.mdi-clipboard-account-outline:before{content:"\FC31"}.mdi-clipboard-alert:before{content:"\F149"}.mdi-clipboard-alert-outline:before{content:"\FCD3"}.mdi-clipboard-arrow-down:before{content:"\F14A"}.mdi-clipboard-arrow-down-outline:before{content:"\FC32"}.mdi-clipboard-arrow-left:before{content:"\F14B"}.mdi-clipboard-arrow-left-outline:before{content:"\FCD4"}.mdi-clipboard-arrow-right:before{content:"\FCD5"}.mdi-clipboard-arrow-right-outline:before{content:"\FCD6"}.mdi-clipboard-arrow-up:before{content:"\FC33"}.mdi-clipboard-arrow-up-outline:before{content:"\FC34"}.mdi-clipboard-check:before{content:"\F14C"}.mdi-clipboard-check-outline:before{content:"\F8A7"}.mdi-clipboard-flow:before{content:"\F6C7"}.mdi-clipboard-outline:before{content:"\F14D"}.mdi-clipboard-play:before{content:"\FC35"}.mdi-clipboard-play-outline:before{content:"\FC36"}.mdi-clipboard-plus:before{content:"\F750"}.mdi-clipboard-pulse:before{content:"\F85C"}.mdi-clipboard-pulse-outline:before{content:"\F85D"}.mdi-clipboard-text:before{content:"\F14E"}.mdi-clipboard-text-outline:before{content:"\FA37"}.mdi-clipboard-text-play:before{content:"\FC37"}.mdi-clipboard-text-play-outline:before{content:"\FC38"}.mdi-clippy:before{content:"\F14F"}.mdi-clock:before{content:"\F953"}.mdi-clock-alert:before{content:"\F954"}.mdi-clock-alert-outline:before{content:"\F5CE"}.mdi-clock-end:before{content:"\F151"}.mdi-clock-fast:before{content:"\F152"}.mdi-clock-in:before{content:"\F153"}.mdi-clock-out:before{content:"\F154"}.mdi-clock-outline:before{content:"\F150"}.mdi-clock-start:before{content:"\F155"}.mdi-close:before{content:"\F156"}.mdi-close-box:before{content:"\F157"}.mdi-close-box-multiple:before{content:"\FC39"}.mdi-close-box-multiple-outline:before{content:"\FC3A"}.mdi-close-box-outline:before{content:"\F158"}.mdi-close-circle:before{content:"\F159"}.mdi-close-circle-outline:before{content:"\F15A"}.mdi-close-network:before{content:"\F15B"}.mdi-close-network-outline:before{content:"\FC3B"}.mdi-close-octagon:before{content:"\F15C"}.mdi-close-octagon-outline:before{content:"\F15D"}.mdi-close-outline:before{content:"\F6C8"}.mdi-closed-caption:before{content:"\F15E"}.mdi-cloud:before{content:"\F15F"}.mdi-cloud-alert:before{content:"\F9DF"}.mdi-cloud-braces:before{content:"\F7B4"}.mdi-cloud-check:before{content:"\F160"}.mdi-cloud-circle:before{content:"\F161"}.mdi-cloud-download:before{content:"\F162"}.mdi-cloud-download-outline:before{content:"\FB59"}.mdi-cloud-off-outline:before{content:"\F164"}.mdi-cloud-outline:before{content:"\F163"}.mdi-cloud-print:before{content:"\F165"}.mdi-cloud-print-outline:before{content:"\F166"}.mdi-cloud-question:before{content:"\FA38"}.mdi-cloud-search:before{content:"\F955"}.mdi-cloud-search-outline:before{content:"\F956"}.mdi-cloud-sync:before{content:"\F63F"}.mdi-cloud-tags:before{content:"\F7B5"}.mdi-cloud-upload:before{content:"\F167"}.mdi-cloud-upload-outline:before{content:"\FB5A"}.mdi-clover:before{content:"\F815"}.mdi-code-array:before{content:"\F168"}.mdi-code-braces:before{content:"\F169"}.mdi-code-brackets:before{content:"\F16A"}.mdi-code-equal:before{content:"\F16B"}.mdi-code-greater-than:before{content:"\F16C"}.mdi-code-greater-than-or-equal:before{content:"\F16D"}.mdi-code-less-than:before{content:"\F16E"}.mdi-code-less-than-or-equal:before{content:"\F16F"}.mdi-code-not-equal:before{content:"\F170"}.mdi-code-not-equal-variant:before{content:"\F171"}.mdi-code-parentheses:before{content:"\F172"}.mdi-code-string:before{content:"\F173"}.mdi-code-tags:before{content:"\F174"}.mdi-code-tags-check:before{content:"\F693"}.mdi-codepen:before{content:"\F175"}.mdi-coffee:before{content:"\F176"}.mdi-coffee-outline:before{content:"\F6C9"}.mdi-coffee-to-go:before{content:"\F177"}.mdi-coffin:before{content:"\FB5B"}.mdi-cogs:before{content:"\F8D5"}.mdi-coin:before{content:"\F178"}.mdi-coins:before{content:"\F694"}.mdi-collage:before{content:"\F640"}.mdi-collapse-all:before{content:"\FAA5"}.mdi-collapse-all-outline:before{content:"\FAA6"}.mdi-color-helper:before{content:"\F179"}.mdi-comment:before{content:"\F17A"}.mdi-comment-account:before{content:"\F17B"}.mdi-comment-account-outline:before{content:"\F17C"}.mdi-comment-alert:before{content:"\F17D"}.mdi-comment-alert-outline:before{content:"\F17E"}.mdi-comment-arrow-left:before{content:"\F9E0"}.mdi-comment-arrow-left-outline:before{content:"\F9E1"}.mdi-comment-arrow-right:before{content:"\F9E2"}.mdi-comment-arrow-right-outline:before{content:"\F9E3"}.mdi-comment-check:before{content:"\F17F"}.mdi-comment-check-outline:before{content:"\F180"}.mdi-comment-eye:before{content:"\FA39"}.mdi-comment-eye-outline:before{content:"\FA3A"}.mdi-comment-multiple:before{content:"\F85E"}.mdi-comment-multiple-outline:before{content:"\F181"}.mdi-comment-outline:before{content:"\F182"}.mdi-comment-plus:before{content:"\F9E4"}.mdi-comment-plus-outline:before{content:"\F183"}.mdi-comment-processing:before{content:"\F184"}.mdi-comment-processing-outline:before{content:"\F185"}.mdi-comment-question:before{content:"\F816"}.mdi-comment-question-outline:before{content:"\F186"}.mdi-comment-remove:before{content:"\F5DE"}.mdi-comment-remove-outline:before{content:"\F187"}.mdi-comment-search:before{content:"\FA3B"}.mdi-comment-search-outline:before{content:"\FA3C"}.mdi-comment-text:before{content:"\F188"}.mdi-comment-text-multiple:before{content:"\F85F"}.mdi-comment-text-multiple-outline:before{content:"\F860"}.mdi-comment-text-outline:before{content:"\F189"}.mdi-compare:before{content:"\F18A"}.mdi-compass:before{content:"\F18B"}.mdi-compass-off:before{content:"\FB5C"}.mdi-compass-off-outline:before{content:"\FB5D"}.mdi-compass-outline:before{content:"\F18C"}.mdi-console:before{content:"\F18D"}.mdi-console-line:before{content:"\F7B6"}.mdi-console-network:before{content:"\F8A8"}.mdi-console-network-outline:before{content:"\FC3C"}.mdi-contact-mail:before{content:"\F18E"}.mdi-contacts:before{content:"\F6CA"}.mdi-contain:before{content:"\FA3D"}.mdi-contain-end:before{content:"\FA3E"}.mdi-contain-start:before{content:"\FA3F"}.mdi-content-copy:before{content:"\F18F"}.mdi-content-cut:before{content:"\F190"}.mdi-content-duplicate:before{content:"\F191"}.mdi-content-paste:before{content:"\F192"}.mdi-content-save:before{content:"\F193"}.mdi-content-save-all:before{content:"\F194"}.mdi-content-save-edit:before{content:"\FCD7"}.mdi-content-save-edit-outline:before{content:"\FCD8"}.mdi-content-save-outline:before{content:"\F817"}.mdi-content-save-settings:before{content:"\F61B"}.mdi-content-save-settings-outline:before{content:"\FB13"}.mdi-contrast:before{content:"\F195"}.mdi-contrast-box:before{content:"\F196"}.mdi-contrast-circle:before{content:"\F197"}.mdi-controller-classic:before{content:"\FB5E"}.mdi-controller-classic-outline:before{content:"\FB5F"}.mdi-cookie:before{content:"\F198"}.mdi-copyright:before{content:"\F5E6"}.mdi-cordova:before{content:"\F957"}.mdi-corn:before{content:"\F7B7"}.mdi-counter:before{content:"\F199"}.mdi-cow:before{content:"\F19A"}.mdi-crane:before{content:"\F861"}.mdi-creation:before{content:"\F1C9"}.mdi-credit-card:before{content:"\F19B"}.mdi-credit-card-multiple:before{content:"\F19C"}.mdi-credit-card-off:before{content:"\F5E4"}.mdi-credit-card-plus:before{content:"\F675"}.mdi-credit-card-refund:before{content:"\FAA7"}.mdi-credit-card-scan:before{content:"\F19D"}.mdi-credit-card-settings:before{content:"\F8D6"}.mdi-crop:before{content:"\F19E"}.mdi-crop-free:before{content:"\F19F"}.mdi-crop-landscape:before{content:"\F1A0"}.mdi-crop-portrait:before{content:"\F1A1"}.mdi-crop-rotate:before{content:"\F695"}.mdi-crop-square:before{content:"\F1A2"}.mdi-crosshairs:before{content:"\F1A3"}.mdi-crosshairs-gps:before{content:"\F1A4"}.mdi-crown:before{content:"\F1A5"}.mdi-cryengine:before{content:"\F958"}.mdi-crystal-ball:before{content:"\FB14"}.mdi-cube:before{content:"\F1A6"}.mdi-cube-outline:before{content:"\F1A7"}.mdi-cube-scan:before{content:"\FB60"}.mdi-cube-send:before{content:"\F1A8"}.mdi-cube-unfolded:before{content:"\F1A9"}.mdi-cup:before{content:"\F1AA"}.mdi-cup-off:before{content:"\F5E5"}.mdi-cup-water:before{content:"\F1AB"}.mdi-cupcake:before{content:"\F959"}.mdi-curling:before{content:"\F862"}.mdi-currency-bdt:before{content:"\F863"}.mdi-currency-brl:before{content:"\FB61"}.mdi-currency-btc:before{content:"\F1AC"}.mdi-currency-chf:before{content:"\F7B8"}.mdi-currency-cny:before{content:"\F7B9"}.mdi-currency-eth:before{content:"\F7BA"}.mdi-currency-eur:before{content:"\F1AD"}.mdi-currency-gbp:before{content:"\F1AE"}.mdi-currency-ils:before{content:"\FC3D"}.mdi-currency-inr:before{content:"\F1AF"}.mdi-currency-jpy:before{content:"\F7BB"}.mdi-currency-krw:before{content:"\F7BC"}.mdi-currency-kzt:before{content:"\F864"}.mdi-currency-ngn:before{content:"\F1B0"}.mdi-currency-php:before{content:"\F9E5"}.mdi-currency-rub:before{content:"\F1B1"}.mdi-currency-sign:before{content:"\F7BD"}.mdi-currency-try:before{content:"\F1B2"}.mdi-currency-twd:before{content:"\F7BE"}.mdi-currency-usd:before{content:"\F1B3"}.mdi-currency-usd-off:before{content:"\F679"}.mdi-current-ac:before{content:"\F95A"}.mdi-current-dc:before{content:"\F95B"}.mdi-cursor-default:before{content:"\F1B4"}.mdi-cursor-default-click:before{content:"\FCD9"}.mdi-cursor-default-click-outline:before{content:"\FCDA"}.mdi-cursor-default-outline:before{content:"\F1B5"}.mdi-cursor-move:before{content:"\F1B6"}.mdi-cursor-pointer:before{content:"\F1B7"}.mdi-cursor-text:before{content:"\F5E7"}.mdi-database:before{content:"\F1B8"}.mdi-database-check:before{content:"\FAA8"}.mdi-database-edit:before{content:"\FB62"}.mdi-database-export:before{content:"\F95D"}.mdi-database-import:before{content:"\F95C"}.mdi-database-lock:before{content:"\FAA9"}.mdi-database-minus:before{content:"\F1B9"}.mdi-database-plus:before{content:"\F1BA"}.mdi-database-refresh:before{content:"\FCDB"}.mdi-database-remove:before{content:"\FCDC"}.mdi-database-search:before{content:"\F865"}.mdi-database-settings:before{content:"\FCDD"}.mdi-death-star:before{content:"\F8D7"}.mdi-death-star-variant:before{content:"\F8D8"}.mdi-deathly-hallows:before{content:"\FB63"}.mdi-debian:before{content:"\F8D9"}.mdi-debug-step-into:before{content:"\F1BB"}.mdi-debug-step-out:before{content:"\F1BC"}.mdi-debug-step-over:before{content:"\F1BD"}.mdi-decagram:before{content:"\F76B"}.mdi-decagram-outline:before{content:"\F76C"}.mdi-decimal-decrease:before{content:"\F1BE"}.mdi-decimal-increase:before{content:"\F1BF"}.mdi-delete:before{content:"\F1C0"}.mdi-delete-circle:before{content:"\F682"}.mdi-delete-circle-outline:before{content:"\FB64"}.mdi-delete-empty:before{content:"\F6CB"}.mdi-delete-forever:before{content:"\F5E8"}.mdi-delete-forever-outline:before{content:"\FB65"}.mdi-delete-outline:before{content:"\F9E6"}.mdi-delete-restore:before{content:"\F818"}.mdi-delete-sweep:before{content:"\F5E9"}.mdi-delete-sweep-outline:before{content:"\FC3E"}.mdi-delete-variant:before{content:"\F1C1"}.mdi-delta:before{content:"\F1C2"}.mdi-desk-lamp:before{content:"\F95E"}.mdi-deskphone:before{content:"\F1C3"}.mdi-desktop-classic:before{content:"\F7BF"}.mdi-desktop-mac:before{content:"\F1C4"}.mdi-desktop-mac-dashboard:before{content:"\F9E7"}.mdi-desktop-tower:before{content:"\F1C5"}.mdi-desktop-tower-monitor:before{content:"\FAAA"}.mdi-details:before{content:"\F1C6"}.mdi-developer-board:before{content:"\F696"}.mdi-deviantart:before{content:"\F1C7"}.mdi-dialpad:before{content:"\F61C"}.mdi-diameter:before{content:"\FC3F"}.mdi-diameter-outline:before{content:"\FC40"}.mdi-diameter-variant:before{content:"\FC41"}.mdi-diamond:before{content:"\FB66"}.mdi-diamond-outline:before{content:"\FB67"}.mdi-diamond-stone:before{content:"\F1C8"}.mdi-dice-1:before{content:"\F1CA"}.mdi-dice-2:before{content:"\F1CB"}.mdi-dice-3:before{content:"\F1CC"}.mdi-dice-4:before{content:"\F1CD"}.mdi-dice-5:before{content:"\F1CE"}.mdi-dice-6:before{content:"\F1CF"}.mdi-dice-d10:before{content:"\F76E"}.mdi-dice-d12:before{content:"\F866"}.mdi-dice-d20:before{content:"\F5EA"}.mdi-dice-d4:before{content:"\F5EB"}.mdi-dice-d6:before{content:"\F5EC"}.mdi-dice-d8:before{content:"\F5ED"}.mdi-dice-multiple:before{content:"\F76D"}.mdi-dictionary:before{content:"\F61D"}.mdi-dip-switch:before{content:"\F7C0"}.mdi-directions:before{content:"\F1D0"}.mdi-directions-fork:before{content:"\F641"}.mdi-disc:before{content:"\F5EE"}.mdi-disc-alert:before{content:"\F1D1"}.mdi-disc-player:before{content:"\F95F"}.mdi-discord:before{content:"\F66F"}.mdi-dishwasher:before{content:"\FAAB"}.mdi-disqus:before{content:"\F1D2"}.mdi-disqus-outline:before{content:"\F1D3"}.mdi-division:before{content:"\F1D4"}.mdi-division-box:before{content:"\F1D5"}.mdi-dlna:before{content:"\FA40"}.mdi-dna:before{content:"\F683"}.mdi-dns:before{content:"\F1D6"}.mdi-dns-outline:before{content:"\FB68"}.mdi-do-not-disturb:before{content:"\F697"}.mdi-do-not-disturb-off:before{content:"\F698"}.mdi-docker:before{content:"\F867"}.mdi-doctor:before{content:"\FA41"}.mdi-dog:before{content:"\FA42"}.mdi-dog-service:before{content:"\FAAC"}.mdi-dog-side:before{content:"\FA43"}.mdi-dolby:before{content:"\F6B2"}.mdi-domain:before{content:"\F1D7"}.mdi-donkey:before{content:"\F7C1"}.mdi-door:before{content:"\F819"}.mdi-door-closed:before{content:"\F81A"}.mdi-door-open:before{content:"\F81B"}.mdi-doorbell-video:before{content:"\F868"}.mdi-dot-net:before{content:"\FAAD"}.mdi-dots-horizontal:before{content:"\F1D8"}.mdi-dots-horizontal-circle:before{content:"\F7C2"}.mdi-dots-horizontal-circle-outline:before{content:"\FB69"}.mdi-dots-vertical:before{content:"\F1D9"}.mdi-dots-vertical-circle:before{content:"\F7C3"}.mdi-dots-vertical-circle-outline:before{content:"\FB6A"}.mdi-douban:before{content:"\F699"}.mdi-download:before{content:"\F1DA"}.mdi-download-multiple:before{content:"\F9E8"}.mdi-download-network:before{content:"\F6F3"}.mdi-download-network-outline:before{content:"\FC42"}.mdi-download-outline:before{content:"\FB6B"}.mdi-drag:before{content:"\F1DB"}.mdi-drag-horizontal:before{content:"\F1DC"}.mdi-drag-variant:before{content:"\FB6C"}.mdi-drag-vertical:before{content:"\F1DD"}.mdi-drama-masks:before{content:"\FCDE"}.mdi-drawing:before{content:"\F1DE"}.mdi-drawing-box:before{content:"\F1DF"}.mdi-dribbble:before{content:"\F1E0"}.mdi-dribbble-box:before{content:"\F1E1"}.mdi-drone:before{content:"\F1E2"}.mdi-dropbox:before{content:"\F1E3"}.mdi-drupal:before{content:"\F1E4"}.mdi-duck:before{content:"\F1E5"}.mdi-dumbbell:before{content:"\F1E6"}.mdi-dump-truck:before{content:"\FC43"}.mdi-ear-hearing:before{content:"\F7C4"}.mdi-ear-hearing-off:before{content:"\FA44"}.mdi-earth:before{content:"\F1E7"}.mdi-earth-box:before{content:"\F6CC"}.mdi-earth-box-off:before{content:"\F6CD"}.mdi-earth-off:before{content:"\F1E8"}.mdi-edge:before{content:"\F1E9"}.mdi-egg:before{content:"\FAAE"}.mdi-egg-easter:before{content:"\FAAF"}.mdi-eight-track:before{content:"\F9E9"}.mdi-eject:before{content:"\F1EA"}.mdi-eject-outline:before{content:"\FB6D"}.mdi-elephant:before{content:"\F7C5"}.mdi-elevation-decline:before{content:"\F1EB"}.mdi-elevation-rise:before{content:"\F1EC"}.mdi-elevator:before{content:"\F1ED"}.mdi-email:before{content:"\F1EE"}.mdi-email-alert:before{content:"\F6CE"}.mdi-email-box:before{content:"\FCDF"}.mdi-email-check:before{content:"\FAB0"}.mdi-email-check-outline:before{content:"\FAB1"}.mdi-email-lock:before{content:"\F1F1"}.mdi-email-mark-as-unread:before{content:"\FB6E"}.mdi-email-open:before{content:"\F1EF"}.mdi-email-open-outline:before{content:"\F5EF"}.mdi-email-outline:before{content:"\F1F0"}.mdi-email-plus:before{content:"\F9EA"}.mdi-email-plus-outline:before{content:"\F9EB"}.mdi-email-search:before{content:"\F960"}.mdi-email-search-outline:before{content:"\F961"}.mdi-email-variant:before{content:"\F5F0"}.mdi-ember:before{content:"\FB15"}.mdi-emby:before{content:"\F6B3"}.mdi-emoticon:before{content:"\FC44"}.mdi-emoticon-angry:before{content:"\FC45"}.mdi-emoticon-angry-outline:before{content:"\FC46"}.mdi-emoticon-cool:before{content:"\FC47"}.mdi-emoticon-cool-outline:before{content:"\F1F3"}.mdi-emoticon-cry:before{content:"\FC48"}.mdi-emoticon-cry-outline:before{content:"\FC49"}.mdi-emoticon-dead:before{content:"\FC4A"}.mdi-emoticon-dead-outline:before{content:"\F69A"}.mdi-emoticon-devil:before{content:"\FC4B"}.mdi-emoticon-devil-outline:before{content:"\F1F4"}.mdi-emoticon-excited:before{content:"\FC4C"}.mdi-emoticon-excited-outline:before{content:"\F69B"}.mdi-emoticon-happy:before{content:"\FC4D"}.mdi-emoticon-happy-outline:before{content:"\F1F5"}.mdi-emoticon-kiss:before{content:"\FC4E"}.mdi-emoticon-kiss-outline:before{content:"\FC4F"}.mdi-emoticon-neutral:before{content:"\FC50"}.mdi-emoticon-neutral-outline:before{content:"\F1F6"}.mdi-emoticon-outline:before{content:"\F1F2"}.mdi-emoticon-poop:before{content:"\F1F7"}.mdi-emoticon-poop-outline:before{content:"\FC51"}.mdi-emoticon-sad:before{content:"\FC52"}.mdi-emoticon-sad-outline:before{content:"\F1F8"}.mdi-emoticon-tongue:before{content:"\F1F9"}.mdi-emoticon-tongue-outline:before{content:"\FC53"}.mdi-emoticon-wink:before{content:"\FC54"}.mdi-emoticon-wink-outline:before{content:"\FC55"}.mdi-engine:before{content:"\F1FA"}.mdi-engine-off:before{content:"\FA45"}.mdi-engine-off-outline:before{content:"\FA46"}.mdi-engine-outline:before{content:"\F1FB"}.mdi-equal:before{content:"\F1FC"}.mdi-equal-box:before{content:"\F1FD"}.mdi-eraser:before{content:"\F1FE"}.mdi-eraser-variant:before{content:"\F642"}.mdi-escalator:before{content:"\F1FF"}.mdi-eslint:before{content:"\FC56"}.mdi-et:before{content:"\FAB2"}.mdi-ethereum:before{content:"\F869"}.mdi-ethernet:before{content:"\F200"}.mdi-ethernet-cable:before{content:"\F201"}.mdi-ethernet-cable-off:before{content:"\F202"}.mdi-etsy:before{content:"\F203"}.mdi-ev-station:before{content:"\F5F1"}.mdi-eventbrite:before{content:"\F7C6"}.mdi-evernote:before{content:"\F204"}.mdi-exclamation:before{content:"\F205"}.mdi-exit-run:before{content:"\FA47"}.mdi-exit-to-app:before{content:"\F206"}.mdi-expand-all:before{content:"\FAB3"}.mdi-expand-all-outline:before{content:"\FAB4"}.mdi-exponent:before{content:"\F962"}.mdi-exponent-box:before{content:"\F963"}.mdi-export:before{content:"\F207"}.mdi-export-variant:before{content:"\FB6F"}.mdi-eye:before{content:"\F208"}.mdi-eye-check:before{content:"\FCE0"}.mdi-eye-check-outline:before{content:"\FCE1"}.mdi-eye-circle:before{content:"\FB70"}.mdi-eye-circle-outline:before{content:"\FB71"}.mdi-eye-off:before{content:"\F209"}.mdi-eye-off-outline:before{content:"\F6D0"}.mdi-eye-outline:before{content:"\F6CF"}.mdi-eye-plus:before{content:"\F86A"}.mdi-eye-plus-outline:before{content:"\F86B"}.mdi-eye-settings:before{content:"\F86C"}.mdi-eye-settings-outline:before{content:"\F86D"}.mdi-eyedropper:before{content:"\F20A"}.mdi-eyedropper-variant:before{content:"\F20B"}.mdi-face:before{content:"\F643"}.mdi-face-outline:before{content:"\FB72"}.mdi-face-profile:before{content:"\F644"}.mdi-face-recognition:before{content:"\FC57"}.mdi-facebook:before{content:"\F20C"}.mdi-facebook-box:before{content:"\F20D"}.mdi-facebook-messenger:before{content:"\F20E"}.mdi-facebook-workplace:before{content:"\FB16"}.mdi-factory:before{content:"\F20F"}.mdi-fan:before{content:"\F210"}.mdi-fan-off:before{content:"\F81C"}.mdi-fast-forward:before{content:"\F211"}.mdi-fast-forward-30:before{content:"\FCE2"}.mdi-fast-forward-outline:before{content:"\F6D1"}.mdi-fax:before{content:"\F212"}.mdi-feather:before{content:"\F6D2"}.mdi-feature-search:before{content:"\FA48"}.mdi-feature-search-outline:before{content:"\FA49"}.mdi-fedora:before{content:"\F8DA"}.mdi-ferry:before{content:"\F213"}.mdi-file:before{content:"\F214"}.mdi-file-account:before{content:"\F73A"}.mdi-file-alert:before{content:"\FA4A"}.mdi-file-alert-outline:before{content:"\FA4B"}.mdi-file-cabinet:before{content:"\FAB5"}.mdi-file-chart:before{content:"\F215"}.mdi-file-check:before{content:"\F216"}.mdi-file-cloud:before{content:"\F217"}.mdi-file-compare:before{content:"\F8A9"}.mdi-file-delimited:before{content:"\F218"}.mdi-file-document:before{content:"\F219"}.mdi-file-document-box:before{content:"\F21A"}.mdi-file-document-box-multiple:before{content:"\FAB6"}.mdi-file-document-box-multiple-outline:before{content:"\FAB7"}.mdi-file-document-box-outline:before{content:"\F9EC"}.mdi-file-document-outline:before{content:"\F9ED"}.mdi-file-download:before{content:"\F964"}.mdi-file-download-outline:before{content:"\F965"}.mdi-file-excel:before{content:"\F21B"}.mdi-file-excel-box:before{content:"\F21C"}.mdi-file-export:before{content:"\F21D"}.mdi-file-find:before{content:"\F21E"}.mdi-file-find-outline:before{content:"\FB73"}.mdi-file-hidden:before{content:"\F613"}.mdi-file-image:before{content:"\F21F"}.mdi-file-import:before{content:"\F220"}.mdi-file-lock:before{content:"\F221"}.mdi-file-move:before{content:"\FAB8"}.mdi-file-multiple:before{content:"\F222"}.mdi-file-music:before{content:"\F223"}.mdi-file-outline:before{content:"\F224"}.mdi-file-pdf:before{content:"\F225"}.mdi-file-pdf-box:before{content:"\F226"}.mdi-file-percent:before{content:"\F81D"}.mdi-file-plus:before{content:"\F751"}.mdi-file-powerpoint:before{content:"\F227"}.mdi-file-powerpoint-box:before{content:"\F228"}.mdi-file-presentation-box:before{content:"\F229"}.mdi-file-question:before{content:"\F86E"}.mdi-file-remove:before{content:"\FB74"}.mdi-file-replace:before{content:"\FB17"}.mdi-file-replace-outline:before{content:"\FB18"}.mdi-file-restore:before{content:"\F670"}.mdi-file-search:before{content:"\FC58"}.mdi-file-search-outline:before{content:"\FC59"}.mdi-file-send:before{content:"\F22A"}.mdi-file-table:before{content:"\FC5A"}.mdi-file-table-outline:before{content:"\FC5B"}.mdi-file-tree:before{content:"\F645"}.mdi-file-undo:before{content:"\F8DB"}.mdi-file-upload:before{content:"\FA4C"}.mdi-file-upload-outline:before{content:"\FA4D"}.mdi-file-video:before{content:"\F22B"}.mdi-file-word:before{content:"\F22C"}.mdi-file-word-box:before{content:"\F22D"}.mdi-file-xml:before{content:"\F22E"}.mdi-film:before{content:"\F22F"}.mdi-filmstrip:before{content:"\F230"}.mdi-filmstrip-off:before{content:"\F231"}.mdi-filter:before{content:"\F232"}.mdi-filter-outline:before{content:"\F233"}.mdi-filter-remove:before{content:"\F234"}.mdi-filter-remove-outline:before{content:"\F235"}.mdi-filter-variant:before{content:"\F236"}.mdi-finance:before{content:"\F81E"}.mdi-find-replace:before{content:"\F6D3"}.mdi-fingerprint:before{content:"\F237"}.mdi-fire:before{content:"\F238"}.mdi-fire-truck:before{content:"\F8AA"}.mdi-firebase:before{content:"\F966"}.mdi-firefox:before{content:"\F239"}.mdi-fish:before{content:"\F23A"}.mdi-flag:before{content:"\F23B"}.mdi-flag-checkered:before{content:"\F23C"}.mdi-flag-minus:before{content:"\FB75"}.mdi-flag-outline:before{content:"\F23D"}.mdi-flag-plus:before{content:"\FB76"}.mdi-flag-remove:before{content:"\FB77"}.mdi-flag-triangle:before{content:"\F23F"}.mdi-flag-variant:before{content:"\F240"}.mdi-flag-variant-outline:before{content:"\F23E"}.mdi-flash:before{content:"\F241"}.mdi-flash-auto:before{content:"\F242"}.mdi-flash-circle:before{content:"\F81F"}.mdi-flash-off:before{content:"\F243"}.mdi-flash-outline:before{content:"\F6D4"}.mdi-flash-red-eye:before{content:"\F67A"}.mdi-flashlight:before{content:"\F244"}.mdi-flashlight-off:before{content:"\F245"}.mdi-flask:before{content:"\F093"}.mdi-flask-empty:before{content:"\F094"}.mdi-flask-empty-outline:before{content:"\F095"}.mdi-flask-outline:before{content:"\F096"}.mdi-flattr:before{content:"\F246"}.mdi-flickr:before{content:"\FCE3"}.mdi-flip-to-back:before{content:"\F247"}.mdi-flip-to-front:before{content:"\F248"}.mdi-floor-lamp:before{content:"\F8DC"}.mdi-floor-plan:before{content:"\F820"}.mdi-floppy:before{content:"\F249"}.mdi-floppy-variant:before{content:"\F9EE"}.mdi-flower:before{content:"\F24A"}.mdi-flower-outline:before{content:"\F9EF"}.mdi-flower-poppy:before{content:"\FCE4"}.mdi-flower-tulip:before{content:"\F9F0"}.mdi-flower-tulip-outline:before{content:"\F9F1"}.mdi-folder:before{content:"\F24B"}.mdi-folder-account:before{content:"\F24C"}.mdi-folder-account-outline:before{content:"\FB78"}.mdi-folder-clock:before{content:"\FAB9"}.mdi-folder-clock-outline:before{content:"\FABA"}.mdi-folder-download:before{content:"\F24D"}.mdi-folder-edit:before{content:"\F8DD"}.mdi-folder-google-drive:before{content:"\F24E"}.mdi-folder-image:before{content:"\F24F"}.mdi-folder-key:before{content:"\F8AB"}.mdi-folder-key-network:before{content:"\F8AC"}.mdi-folder-key-network-outline:before{content:"\FC5C"}.mdi-folder-lock:before{content:"\F250"}.mdi-folder-lock-open:before{content:"\F251"}.mdi-folder-move:before{content:"\F252"}.mdi-folder-multiple:before{content:"\F253"}.mdi-folder-multiple-image:before{content:"\F254"}.mdi-folder-multiple-outline:before{content:"\F255"}.mdi-folder-network:before{content:"\F86F"}.mdi-folder-network-outline:before{content:"\FC5D"}.mdi-folder-open:before{content:"\F76F"}.mdi-folder-outline:before{content:"\F256"}.mdi-folder-plus:before{content:"\F257"}.mdi-folder-plus-outline:before{content:"\FB79"}.mdi-folder-pound:before{content:"\FCE5"}.mdi-folder-pound-outline:before{content:"\FCE6"}.mdi-folder-remove:before{content:"\F258"}.mdi-folder-remove-outline:before{content:"\FB7A"}.mdi-folder-search:before{content:"\F967"}.mdi-folder-search-outline:before{content:"\F968"}.mdi-folder-star:before{content:"\F69C"}.mdi-folder-star-outline:before{content:"\FB7B"}.mdi-folder-sync:before{content:"\FCE7"}.mdi-folder-sync-outline:before{content:"\FCE8"}.mdi-folder-text:before{content:"\FC5E"}.mdi-folder-text-outline:before{content:"\FC5F"}.mdi-folder-upload:before{content:"\F259"}.mdi-font-awesome:before{content:"\F03A"}.mdi-food:before{content:"\F25A"}.mdi-food-apple:before{content:"\F25B"}.mdi-food-apple-outline:before{content:"\FC60"}.mdi-food-croissant:before{content:"\F7C7"}.mdi-food-fork-drink:before{content:"\F5F2"}.mdi-food-off:before{content:"\F5F3"}.mdi-food-variant:before{content:"\F25C"}.mdi-football:before{content:"\F25D"}.mdi-football-australian:before{content:"\F25E"}.mdi-football-helmet:before{content:"\F25F"}.mdi-forklift:before{content:"\F7C8"}.mdi-format-align-bottom:before{content:"\F752"}.mdi-format-align-center:before{content:"\F260"}.mdi-format-align-justify:before{content:"\F261"}.mdi-format-align-left:before{content:"\F262"}.mdi-format-align-middle:before{content:"\F753"}.mdi-format-align-right:before{content:"\F263"}.mdi-format-align-top:before{content:"\F754"}.mdi-format-annotation-minus:before{content:"\FABB"}.mdi-format-annotation-plus:before{content:"\F646"}.mdi-format-bold:before{content:"\F264"}.mdi-format-clear:before{content:"\F265"}.mdi-format-color-fill:before{content:"\F266"}.mdi-format-color-text:before{content:"\F69D"}.mdi-format-columns:before{content:"\F8DE"}.mdi-format-float-center:before{content:"\F267"}.mdi-format-float-left:before{content:"\F268"}.mdi-format-float-none:before{content:"\F269"}.mdi-format-float-right:before{content:"\F26A"}.mdi-format-font:before{content:"\F6D5"}.mdi-format-font-size-decrease:before{content:"\F9F2"}.mdi-format-font-size-increase:before{content:"\F9F3"}.mdi-format-header-1:before{content:"\F26B"}.mdi-format-header-2:before{content:"\F26C"}.mdi-format-header-3:before{content:"\F26D"}.mdi-format-header-4:before{content:"\F26E"}.mdi-format-header-5:before{content:"\F26F"}.mdi-format-header-6:before{content:"\F270"}.mdi-format-header-decrease:before{content:"\F271"}.mdi-format-header-equal:before{content:"\F272"}.mdi-format-header-increase:before{content:"\F273"}.mdi-format-header-pound:before{content:"\F274"}.mdi-format-horizontal-align-center:before{content:"\F61E"}.mdi-format-horizontal-align-left:before{content:"\F61F"}.mdi-format-horizontal-align-right:before{content:"\F620"}.mdi-format-indent-decrease:before{content:"\F275"}.mdi-format-indent-increase:before{content:"\F276"}.mdi-format-italic:before{content:"\F277"}.mdi-format-letter-case:before{content:"\FB19"}.mdi-format-letter-case-lower:before{content:"\FB1A"}.mdi-format-letter-case-upper:before{content:"\FB1B"}.mdi-format-line-spacing:before{content:"\F278"}.mdi-format-line-style:before{content:"\F5C8"}.mdi-format-line-weight:before{content:"\F5C9"}.mdi-format-list-bulleted:before{content:"\F279"}.mdi-format-list-bulleted-type:before{content:"\F27A"}.mdi-format-list-checkbox:before{content:"\F969"}.mdi-format-list-checks:before{content:"\F755"}.mdi-format-list-numbered:before{content:"\F27B"}.mdi-format-list-numbered-rtl:before{content:"\FCE9"}.mdi-format-page-break:before{content:"\F6D6"}.mdi-format-paint:before{content:"\F27C"}.mdi-format-paragraph:before{content:"\F27D"}.mdi-format-pilcrow:before{content:"\F6D7"}.mdi-format-quote-close:before{content:"\F27E"}.mdi-format-quote-open:before{content:"\F756"}.mdi-format-rotate-90:before{content:"\F6A9"}.mdi-format-section:before{content:"\F69E"}.mdi-format-size:before{content:"\F27F"}.mdi-format-strikethrough:before{content:"\F280"}.mdi-format-strikethrough-variant:before{content:"\F281"}.mdi-format-subscript:before{content:"\F282"}.mdi-format-superscript:before{content:"\F283"}.mdi-format-text:before{content:"\F284"}.mdi-format-text-wrapping-clip:before{content:"\FCEA"}.mdi-format-text-wrapping-overflow:before{content:"\FCEB"}.mdi-format-text-wrapping-wrap:before{content:"\FCEC"}.mdi-format-textbox:before{content:"\FCED"}.mdi-format-textdirection-l-to-r:before{content:"\F285"}.mdi-format-textdirection-r-to-l:before{content:"\F286"}.mdi-format-title:before{content:"\F5F4"}.mdi-format-underline:before{content:"\F287"}.mdi-format-vertical-align-bottom:before{content:"\F621"}.mdi-format-vertical-align-center:before{content:"\F622"}.mdi-format-vertical-align-top:before{content:"\F623"}.mdi-format-wrap-inline:before{content:"\F288"}.mdi-format-wrap-square:before{content:"\F289"}.mdi-format-wrap-tight:before{content:"\F28A"}.mdi-format-wrap-top-bottom:before{content:"\F28B"}.mdi-forum:before{content:"\F28C"}.mdi-forum-outline:before{content:"\F821"}.mdi-forward:before{content:"\F28D"}.mdi-fountain:before{content:"\F96A"}.mdi-fountain-pen:before{content:"\FCEE"}.mdi-fountain-pen-tip:before{content:"\FCEF"}.mdi-foursquare:before{content:"\F28E"}.mdi-freebsd:before{content:"\F8DF"}.mdi-fridge:before{content:"\F290"}.mdi-fridge-bottom:before{content:"\F292"}.mdi-fridge-outline:before{content:"\F28F"}.mdi-fridge-top:before{content:"\F291"}.mdi-fuel:before{content:"\F7C9"}.mdi-fullscreen:before{content:"\F293"}.mdi-fullscreen-exit:before{content:"\F294"}.mdi-function:before{content:"\F295"}.mdi-function-variant:before{content:"\F870"}.mdi-fuse:before{content:"\FC61"}.mdi-fuse-blade:before{content:"\FC62"}.mdi-gamepad:before{content:"\F296"}.mdi-gamepad-variant:before{content:"\F297"}.mdi-garage:before{content:"\F6D8"}.mdi-garage-alert:before{content:"\F871"}.mdi-garage-open:before{content:"\F6D9"}.mdi-gas-cylinder:before{content:"\F647"}.mdi-gas-station:before{content:"\F298"}.mdi-gate:before{content:"\F299"}.mdi-gate-and:before{content:"\F8E0"}.mdi-gate-nand:before{content:"\F8E1"}.mdi-gate-nor:before{content:"\F8E2"}.mdi-gate-not:before{content:"\F8E3"}.mdi-gate-or:before{content:"\F8E4"}.mdi-gate-xnor:before{content:"\F8E5"}.mdi-gate-xor:before{content:"\F8E6"}.mdi-gauge:before{content:"\F29A"}.mdi-gauge-empty:before{content:"\F872"}.mdi-gauge-full:before{content:"\F873"}.mdi-gauge-low:before{content:"\F874"}.mdi-gavel:before{content:"\F29B"}.mdi-gender-female:before{content:"\F29C"}.mdi-gender-male:before{content:"\F29D"}.mdi-gender-male-female:before{content:"\F29E"}.mdi-gender-transgender:before{content:"\F29F"}.mdi-gentoo:before{content:"\F8E7"}.mdi-gesture:before{content:"\F7CA"}.mdi-gesture-double-tap:before{content:"\F73B"}.mdi-gesture-pinch:before{content:"\FABC"}.mdi-gesture-spread:before{content:"\FABD"}.mdi-gesture-swipe-down:before{content:"\F73C"}.mdi-gesture-swipe-horizontal:before{content:"\FABE"}.mdi-gesture-swipe-left:before{content:"\F73D"}.mdi-gesture-swipe-right:before{content:"\F73E"}.mdi-gesture-swipe-up:before{content:"\F73F"}.mdi-gesture-swipe-vertical:before{content:"\FABF"}.mdi-gesture-tap:before{content:"\F740"}.mdi-gesture-two-double-tap:before{content:"\F741"}.mdi-gesture-two-tap:before{content:"\F742"}.mdi-ghost:before{content:"\F2A0"}.mdi-ghost-off:before{content:"\F9F4"}.mdi-gift:before{content:"\F2A1"}.mdi-git:before{content:"\F2A2"}.mdi-github-box:before{content:"\F2A3"}.mdi-github-circle:before{content:"\F2A4"}.mdi-github-face:before{content:"\F6DA"}.mdi-gitlab:before{content:"\FB7C"}.mdi-glass-cocktail:before{content:"\F356"}.mdi-glass-flute:before{content:"\F2A5"}.mdi-glass-mug:before{content:"\F2A6"}.mdi-glass-stange:before{content:"\F2A7"}.mdi-glass-tulip:before{content:"\F2A8"}.mdi-glass-wine:before{content:"\F875"}.mdi-glassdoor:before{content:"\F2A9"}.mdi-glasses:before{content:"\F2AA"}.mdi-globe-model:before{content:"\F8E8"}.mdi-gmail:before{content:"\F2AB"}.mdi-gnome:before{content:"\F2AC"}.mdi-gog:before{content:"\FB7D"}.mdi-golf:before{content:"\F822"}.mdi-gondola:before{content:"\F685"}.mdi-google:before{content:"\F2AD"}.mdi-google-adwords:before{content:"\FC63"}.mdi-google-allo:before{content:"\F801"}.mdi-google-analytics:before{content:"\F7CB"}.mdi-google-assistant:before{content:"\F7CC"}.mdi-google-cardboard:before{content:"\F2AE"}.mdi-google-chrome:before{content:"\F2AF"}.mdi-google-circles:before{content:"\F2B0"}.mdi-google-circles-communities:before{content:"\F2B1"}.mdi-google-circles-extended:before{content:"\F2B2"}.mdi-google-circles-group:before{content:"\F2B3"}.mdi-google-controller:before{content:"\F2B4"}.mdi-google-controller-off:before{content:"\F2B5"}.mdi-google-drive:before{content:"\F2B6"}.mdi-google-earth:before{content:"\F2B7"}.mdi-google-fit:before{content:"\F96B"}.mdi-google-glass:before{content:"\F2B8"}.mdi-google-hangouts:before{content:"\F2C9"}.mdi-google-home:before{content:"\F823"}.mdi-google-keep:before{content:"\F6DB"}.mdi-google-lens:before{content:"\F9F5"}.mdi-google-maps:before{content:"\F5F5"}.mdi-google-nearby:before{content:"\F2B9"}.mdi-google-pages:before{content:"\F2BA"}.mdi-google-photos:before{content:"\F6DC"}.mdi-google-physical-web:before{content:"\F2BB"}.mdi-google-play:before{content:"\F2BC"}.mdi-google-plus:before{content:"\F2BD"}.mdi-google-plus-box:before{content:"\F2BE"}.mdi-google-spreadsheet:before{content:"\F9F6"}.mdi-google-street-view:before{content:"\FC64"}.mdi-google-translate:before{content:"\F2BF"}.mdi-google-wallet:before{content:"\F2C0"}.mdi-gpu:before{content:"\F8AD"}.mdi-gradient:before{content:"\F69F"}.mdi-graphql:before{content:"\F876"}.mdi-grave-stone:before{content:"\FB7E"}.mdi-grease-pencil:before{content:"\F648"}.mdi-greater-than:before{content:"\F96C"}.mdi-greater-than-or-equal:before{content:"\F96D"}.mdi-grid:before{content:"\F2C1"}.mdi-grid-large:before{content:"\F757"}.mdi-grid-off:before{content:"\F2C2"}.mdi-group:before{content:"\F2C3"}.mdi-guitar-acoustic:before{content:"\F770"}.mdi-guitar-electric:before{content:"\F2C4"}.mdi-guitar-pick:before{content:"\F2C5"}.mdi-guitar-pick-outline:before{content:"\F2C6"}.mdi-guy-fawkes-mask:before{content:"\F824"}.mdi-hackernews:before{content:"\F624"}.mdi-hail:before{content:"\FAC0"}.mdi-halloween:before{content:"\FB7F"}.mdi-hamburger:before{content:"\F684"}.mdi-hammer:before{content:"\F8E9"}.mdi-hand:before{content:"\FA4E"}.mdi-hand-okay:before{content:"\FA4F"}.mdi-hand-peace:before{content:"\FA50"}.mdi-hand-peace-variant:before{content:"\FA51"}.mdi-hand-pointing-down:before{content:"\FA52"}.mdi-hand-pointing-left:before{content:"\FA53"}.mdi-hand-pointing-right:before{content:"\F2C7"}.mdi-hand-pointing-up:before{content:"\FA54"}.mdi-hanger:before{content:"\F2C8"}.mdi-hard-hat:before{content:"\F96E"}.mdi-harddisk:before{content:"\F2CA"}.mdi-hat-fedora:before{content:"\FB80"}.mdi-hazard-lights:before{content:"\FC65"}.mdi-headphones:before{content:"\F2CB"}.mdi-headphones-bluetooth:before{content:"\F96F"}.mdi-headphones-box:before{content:"\F2CC"}.mdi-headphones-off:before{content:"\F7CD"}.mdi-headphones-settings:before{content:"\F2CD"}.mdi-headset:before{content:"\F2CE"}.mdi-headset-dock:before{content:"\F2CF"}.mdi-headset-off:before{content:"\F2D0"}.mdi-heart:before{content:"\F2D1"}.mdi-heart-box:before{content:"\F2D2"}.mdi-heart-box-outline:before{content:"\F2D3"}.mdi-heart-broken:before{content:"\F2D4"}.mdi-heart-broken-outline:before{content:"\FCF0"}.mdi-heart-circle:before{content:"\F970"}.mdi-heart-circle-outline:before{content:"\F971"}.mdi-heart-half:before{content:"\F6DE"}.mdi-heart-half-full:before{content:"\F6DD"}.mdi-heart-half-outline:before{content:"\F6DF"}.mdi-heart-multiple:before{content:"\FA55"}.mdi-heart-multiple-outline:before{content:"\FA56"}.mdi-heart-off:before{content:"\F758"}.mdi-heart-outline:before{content:"\F2D5"}.mdi-heart-pulse:before{content:"\F5F6"}.mdi-helicopter:before{content:"\FAC1"}.mdi-help:before{content:"\F2D6"}.mdi-help-box:before{content:"\F78A"}.mdi-help-circle:before{content:"\F2D7"}.mdi-help-circle-outline:before{content:"\F625"}.mdi-help-network:before{content:"\F6F4"}.mdi-help-network-outline:before{content:"\FC66"}.mdi-help-rhombus:before{content:"\FB81"}.mdi-help-rhombus-outline:before{content:"\FB82"}.mdi-hexagon:before{content:"\F2D8"}.mdi-hexagon-multiple:before{content:"\F6E0"}.mdi-hexagon-outline:before{content:"\F2D9"}.mdi-hexagon-slice-1:before{content:"\FAC2"}.mdi-hexagon-slice-2:before{content:"\FAC3"}.mdi-hexagon-slice-3:before{content:"\FAC4"}.mdi-hexagon-slice-4:before{content:"\FAC5"}.mdi-hexagon-slice-5:before{content:"\FAC6"}.mdi-hexagon-slice-6:before{content:"\FAC7"}.mdi-hexagram:before{content:"\FAC8"}.mdi-hexagram-outline:before{content:"\FAC9"}.mdi-high-definition:before{content:"\F7CE"}.mdi-high-definition-box:before{content:"\F877"}.mdi-highway:before{content:"\F5F7"}.mdi-hinduism:before{content:"\F972"}.mdi-history:before{content:"\F2DA"}.mdi-hockey-puck:before{content:"\F878"}.mdi-hockey-sticks:before{content:"\F879"}.mdi-hololens:before{content:"\F2DB"}.mdi-home:before{content:"\F2DC"}.mdi-home-account:before{content:"\F825"}.mdi-home-alert:before{content:"\F87A"}.mdi-home-assistant:before{content:"\F7CF"}.mdi-home-automation:before{content:"\F7D0"}.mdi-home-circle:before{content:"\F7D1"}.mdi-home-city:before{content:"\FCF1"}.mdi-home-city-outline:before{content:"\FCF2"}.mdi-home-currency-usd:before{content:"\F8AE"}.mdi-home-heart:before{content:"\F826"}.mdi-home-lock:before{content:"\F8EA"}.mdi-home-lock-open:before{content:"\F8EB"}.mdi-home-map-marker:before{content:"\F5F8"}.mdi-home-minus:before{content:"\F973"}.mdi-home-modern:before{content:"\F2DD"}.mdi-home-outline:before{content:"\F6A0"}.mdi-home-plus:before{content:"\F974"}.mdi-home-variant:before{content:"\F2DE"}.mdi-home-variant-outline:before{content:"\FB83"}.mdi-hook:before{content:"\F6E1"}.mdi-hook-off:before{content:"\F6E2"}.mdi-hops:before{content:"\F2DF"}.mdi-horseshoe:before{content:"\FA57"}.mdi-hospital:before{content:"\F2E0"}.mdi-hospital-building:before{content:"\F2E1"}.mdi-hospital-marker:before{content:"\F2E2"}.mdi-hot-tub:before{content:"\F827"}.mdi-hotel:before{content:"\F2E3"}.mdi-houzz:before{content:"\F2E4"}.mdi-houzz-box:before{content:"\F2E5"}.mdi-hubspot:before{content:"\FCF3"}.mdi-hulu:before{content:"\F828"}.mdi-human:before{content:"\F2E6"}.mdi-human-child:before{content:"\F2E7"}.mdi-human-female:before{content:"\F649"}.mdi-human-female-boy:before{content:"\FA58"}.mdi-human-female-female:before{content:"\FA59"}.mdi-human-female-girl:before{content:"\FA5A"}.mdi-human-greeting:before{content:"\F64A"}.mdi-human-handsdown:before{content:"\F64B"}.mdi-human-handsup:before{content:"\F64C"}.mdi-human-male:before{content:"\F64D"}.mdi-human-male-boy:before{content:"\FA5B"}.mdi-human-male-female:before{content:"\F2E8"}.mdi-human-male-girl:before{content:"\FA5C"}.mdi-human-male-male:before{content:"\FA5D"}.mdi-human-pregnant:before{content:"\F5CF"}.mdi-humble-bundle:before{content:"\F743"}.mdi-ice-cream:before{content:"\F829"}.mdi-iframe:before{content:"\FC67"}.mdi-iframe-outline:before{content:"\FC68"}.mdi-image:before{content:"\F2E9"}.mdi-image-album:before{content:"\F2EA"}.mdi-image-area:before{content:"\F2EB"}.mdi-image-area-close:before{content:"\F2EC"}.mdi-image-broken:before{content:"\F2ED"}.mdi-image-broken-variant:before{content:"\F2EE"}.mdi-image-filter:before{content:"\F2EF"}.mdi-image-filter-black-white:before{content:"\F2F0"}.mdi-image-filter-center-focus:before{content:"\F2F1"}.mdi-image-filter-center-focus-weak:before{content:"\F2F2"}.mdi-image-filter-drama:before{content:"\F2F3"}.mdi-image-filter-frames:before{content:"\F2F4"}.mdi-image-filter-hdr:before{content:"\F2F5"}.mdi-image-filter-none:before{content:"\F2F6"}.mdi-image-filter-tilt-shift:before{content:"\F2F7"}.mdi-image-filter-vintage:before{content:"\F2F8"}.mdi-image-move:before{content:"\F9F7"}.mdi-image-multiple:before{content:"\F2F9"}.mdi-image-off:before{content:"\F82A"}.mdi-image-outline:before{content:"\F975"}.mdi-image-plus:before{content:"\F87B"}.mdi-image-search:before{content:"\F976"}.mdi-image-search-outline:before{content:"\F977"}.mdi-image-size-select-actual:before{content:"\FC69"}.mdi-image-size-select-large:before{content:"\FC6A"}.mdi-image-size-select-small:before{content:"\FC6B"}.mdi-import:before{content:"\F2FA"}.mdi-inbox:before{content:"\F686"}.mdi-inbox-arrow-down:before{content:"\F2FB"}.mdi-inbox-arrow-up:before{content:"\F3D1"}.mdi-inbox-multiple:before{content:"\F8AF"}.mdi-inbox-multiple-outline:before{content:"\FB84"}.mdi-incognito:before{content:"\F5F9"}.mdi-infinity:before{content:"\F6E3"}.mdi-information:before{content:"\F2FC"}.mdi-information-outline:before{content:"\F2FD"}.mdi-information-variant:before{content:"\F64E"}.mdi-instagram:before{content:"\F2FE"}.mdi-instapaper:before{content:"\F2FF"}.mdi-internet-explorer:before{content:"\F300"}.mdi-invert-colors:before{content:"\F301"}.mdi-ip:before{content:"\FA5E"}.mdi-ip-network:before{content:"\FA5F"}.mdi-ip-network-outline:before{content:"\FC6C"}.mdi-ipod:before{content:"\FC6D"}.mdi-islam:before{content:"\F978"}.mdi-itunes:before{content:"\F676"}.mdi-jeepney:before{content:"\F302"}.mdi-jira:before{content:"\F303"}.mdi-jquery:before{content:"\F87C"}.mdi-jsfiddle:before{content:"\F304"}.mdi-json:before{content:"\F626"}.mdi-judaism:before{content:"\F979"}.mdi-karate:before{content:"\F82B"}.mdi-keg:before{content:"\F305"}.mdi-kettle:before{content:"\F5FA"}.mdi-key:before{content:"\F306"}.mdi-key-change:before{content:"\F307"}.mdi-key-minus:before{content:"\F308"}.mdi-key-plus:before{content:"\F309"}.mdi-key-remove:before{content:"\F30A"}.mdi-key-variant:before{content:"\F30B"}.mdi-keyboard:before{content:"\F30C"}.mdi-keyboard-backspace:before{content:"\F30D"}.mdi-keyboard-caps:before{content:"\F30E"}.mdi-keyboard-close:before{content:"\F30F"}.mdi-keyboard-off:before{content:"\F310"}.mdi-keyboard-outline:before{content:"\F97A"}.mdi-keyboard-return:before{content:"\F311"}.mdi-keyboard-settings:before{content:"\F9F8"}.mdi-keyboard-settings-outline:before{content:"\F9F9"}.mdi-keyboard-tab:before{content:"\F312"}.mdi-keyboard-variant:before{content:"\F313"}.mdi-kickstarter:before{content:"\F744"}.mdi-knife:before{content:"\F9FA"}.mdi-knife-military:before{content:"\F9FB"}.mdi-kodi:before{content:"\F314"}.mdi-label:before{content:"\F315"}.mdi-label-off:before{content:"\FACA"}.mdi-label-off-outline:before{content:"\FACB"}.mdi-label-outline:before{content:"\F316"}.mdi-label-variant:before{content:"\FACC"}.mdi-label-variant-outline:before{content:"\FACD"}.mdi-ladybug:before{content:"\F82C"}.mdi-lambda:before{content:"\F627"}.mdi-lamp:before{content:"\F6B4"}.mdi-lan:before{content:"\F317"}.mdi-lan-connect:before{content:"\F318"}.mdi-lan-disconnect:before{content:"\F319"}.mdi-lan-pending:before{content:"\F31A"}.mdi-language-c:before{content:"\F671"}.mdi-language-cpp:before{content:"\F672"}.mdi-language-csharp:before{content:"\F31B"}.mdi-language-css3:before{content:"\F31C"}.mdi-language-go:before{content:"\F7D2"}.mdi-language-haskell:before{content:"\FC6E"}.mdi-language-html5:before{content:"\F31D"}.mdi-language-java:before{content:"\FB1C"}.mdi-language-javascript:before{content:"\F31E"}.mdi-language-lua:before{content:"\F8B0"}.mdi-language-php:before{content:"\F31F"}.mdi-language-python:before{content:"\F320"}.mdi-language-python-text:before{content:"\F321"}.mdi-language-r:before{content:"\F7D3"}.mdi-language-ruby-on-rails:before{content:"\FACE"}.mdi-language-swift:before{content:"\F6E4"}.mdi-language-typescript:before{content:"\F6E5"}.mdi-laptop:before{content:"\F322"}.mdi-laptop-chromebook:before{content:"\F323"}.mdi-laptop-mac:before{content:"\F324"}.mdi-laptop-off:before{content:"\F6E6"}.mdi-laptop-windows:before{content:"\F325"}.mdi-laravel:before{content:"\FACF"}.mdi-lastfm:before{content:"\F326"}.mdi-lastpass:before{content:"\F446"}.mdi-launch:before{content:"\F327"}.mdi-lava-lamp:before{content:"\F7D4"}.mdi-layers:before{content:"\F328"}.mdi-layers-off:before{content:"\F329"}.mdi-layers-off-outline:before{content:"\F9FC"}.mdi-layers-outline:before{content:"\F9FD"}.mdi-lead-pencil:before{content:"\F64F"}.mdi-leaf:before{content:"\F32A"}.mdi-leaf-maple:before{content:"\FC6F"}.mdi-led-off:before{content:"\F32B"}.mdi-led-on:before{content:"\F32C"}.mdi-led-outline:before{content:"\F32D"}.mdi-led-strip:before{content:"\F7D5"}.mdi-led-variant-off:before{content:"\F32E"}.mdi-led-variant-on:before{content:"\F32F"}.mdi-led-variant-outline:before{content:"\F330"}.mdi-less-than:before{content:"\F97B"}.mdi-less-than-or-equal:before{content:"\F97C"}.mdi-library:before{content:"\F331"}.mdi-library-books:before{content:"\F332"}.mdi-library-movie:before{content:"\FCF4"}.mdi-library-music:before{content:"\F333"}.mdi-library-plus:before{content:"\F334"}.mdi-library-shelves:before{content:"\FB85"}.mdi-library-video:before{content:"\FCF5"}.mdi-lifebuoy:before{content:"\F87D"}.mdi-light-switch:before{content:"\F97D"}.mdi-lightbulb:before{content:"\F335"}.mdi-lightbulb-on:before{content:"\F6E7"}.mdi-lightbulb-on-outline:before{content:"\F6E8"}.mdi-lightbulb-outline:before{content:"\F336"}.mdi-lighthouse:before{content:"\F9FE"}.mdi-lighthouse-on:before{content:"\F9FF"}.mdi-link:before{content:"\F337"}.mdi-link-box:before{content:"\FCF6"}.mdi-link-box-outline:before{content:"\FCF7"}.mdi-link-box-variant:before{content:"\FCF8"}.mdi-link-box-variant-outline:before{content:"\FCF9"}.mdi-link-off:before{content:"\F338"}.mdi-link-plus:before{content:"\FC70"}.mdi-link-variant:before{content:"\F339"}.mdi-link-variant-off:before{content:"\F33A"}.mdi-linkedin:before{content:"\F33B"}.mdi-linkedin-box:before{content:"\F33C"}.mdi-linux:before{content:"\F33D"}.mdi-linux-mint:before{content:"\F8EC"}.mdi-litecoin:before{content:"\FA60"}.mdi-loading:before{content:"\F771"}.mdi-lock:before{content:"\F33E"}.mdi-lock-alert:before{content:"\F8ED"}.mdi-lock-clock:before{content:"\F97E"}.mdi-lock-open:before{content:"\F33F"}.mdi-lock-open-outline:before{content:"\F340"}.mdi-lock-outline:before{content:"\F341"}.mdi-lock-pattern:before{content:"\F6E9"}.mdi-lock-plus:before{content:"\F5FB"}.mdi-lock-question:before{content:"\F8EE"}.mdi-lock-reset:before{content:"\F772"}.mdi-lock-smart:before{content:"\F8B1"}.mdi-locker:before{content:"\F7D6"}.mdi-locker-multiple:before{content:"\F7D7"}.mdi-login:before{content:"\F342"}.mdi-login-variant:before{content:"\F5FC"}.mdi-logout:before{content:"\F343"}.mdi-logout-variant:before{content:"\F5FD"}.mdi-looks:before{content:"\F344"}.mdi-loop:before{content:"\F6EA"}.mdi-loupe:before{content:"\F345"}.mdi-lumx:before{content:"\F346"}.mdi-lyft:before{content:"\FB1D"}.mdi-magnet:before{content:"\F347"}.mdi-magnet-on:before{content:"\F348"}.mdi-magnify:before{content:"\F349"}.mdi-magnify-close:before{content:"\F97F"}.mdi-magnify-minus:before{content:"\F34A"}.mdi-magnify-minus-cursor:before{content:"\FA61"}.mdi-magnify-minus-outline:before{content:"\F6EB"}.mdi-magnify-plus:before{content:"\F34B"}.mdi-magnify-plus-cursor:before{content:"\FA62"}.mdi-magnify-plus-outline:before{content:"\F6EC"}.mdi-mail-ru:before{content:"\F34C"}.mdi-mailbox:before{content:"\F6ED"}.mdi-map:before{content:"\F34D"}.mdi-map-clock:before{content:"\FCFA"}.mdi-map-clock-outline:before{content:"\FCFB"}.mdi-map-legend:before{content:"\FA00"}.mdi-map-marker:before{content:"\F34E"}.mdi-map-marker-check:before{content:"\FC71"}.mdi-map-marker-circle:before{content:"\F34F"}.mdi-map-marker-distance:before{content:"\F8EF"}.mdi-map-marker-minus:before{content:"\F650"}.mdi-map-marker-multiple:before{content:"\F350"}.mdi-map-marker-off:before{content:"\F351"}.mdi-map-marker-outline:before{content:"\F7D8"}.mdi-map-marker-path:before{content:"\FCFC"}.mdi-map-marker-plus:before{content:"\F651"}.mdi-map-marker-radius:before{content:"\F352"}.mdi-map-minus:before{content:"\F980"}.mdi-map-outline:before{content:"\F981"}.mdi-map-plus:before{content:"\F982"}.mdi-map-search:before{content:"\F983"}.mdi-map-search-outline:before{content:"\F984"}.mdi-mapbox:before{content:"\FB86"}.mdi-margin:before{content:"\F353"}.mdi-markdown:before{content:"\F354"}.mdi-marker:before{content:"\F652"}.mdi-marker-check:before{content:"\F355"}.mdi-mastodon:before{content:"\FAD0"}.mdi-mastodon-variant:before{content:"\FAD1"}.mdi-material-design:before{content:"\F985"}.mdi-material-ui:before{content:"\F357"}.mdi-math-compass:before{content:"\F358"}.mdi-math-cos:before{content:"\FC72"}.mdi-math-sin:before{content:"\FC73"}.mdi-math-tan:before{content:"\FC74"}.mdi-matrix:before{content:"\F628"}.mdi-maxcdn:before{content:"\F359"}.mdi-medal:before{content:"\F986"}.mdi-medical-bag:before{content:"\F6EE"}.mdi-medium:before{content:"\F35A"}.mdi-meetup:before{content:"\FAD2"}.mdi-memory:before{content:"\F35B"}.mdi-menu:before{content:"\F35C"}.mdi-menu-down:before{content:"\F35D"}.mdi-menu-down-outline:before{content:"\F6B5"}.mdi-menu-left:before{content:"\F35E"}.mdi-menu-left-outline:before{content:"\FA01"}.mdi-menu-open:before{content:"\FB87"}.mdi-menu-right:before{content:"\F35F"}.mdi-menu-right-outline:before{content:"\FA02"}.mdi-menu-swap:before{content:"\FA63"}.mdi-menu-swap-outline:before{content:"\FA64"}.mdi-menu-up:before{content:"\F360"}.mdi-menu-up-outline:before{content:"\F6B6"}.mdi-message:before{content:"\F361"}.mdi-message-alert:before{content:"\F362"}.mdi-message-alert-outline:before{content:"\FA03"}.mdi-message-bulleted:before{content:"\F6A1"}.mdi-message-bulleted-off:before{content:"\F6A2"}.mdi-message-draw:before{content:"\F363"}.mdi-message-image:before{content:"\F364"}.mdi-message-outline:before{content:"\F365"}.mdi-message-plus:before{content:"\F653"}.mdi-message-processing:before{content:"\F366"}.mdi-message-reply:before{content:"\F367"}.mdi-message-reply-text:before{content:"\F368"}.mdi-message-settings:before{content:"\F6EF"}.mdi-message-settings-variant:before{content:"\F6F0"}.mdi-message-text:before{content:"\F369"}.mdi-message-text-outline:before{content:"\F36A"}.mdi-message-video:before{content:"\F36B"}.mdi-meteor:before{content:"\F629"}.mdi-metronome:before{content:"\F7D9"}.mdi-metronome-tick:before{content:"\F7DA"}.mdi-micro-sd:before{content:"\F7DB"}.mdi-microphone:before{content:"\F36C"}.mdi-microphone-minus:before{content:"\F8B2"}.mdi-microphone-off:before{content:"\F36D"}.mdi-microphone-outline:before{content:"\F36E"}.mdi-microphone-plus:before{content:"\F8B3"}.mdi-microphone-settings:before{content:"\F36F"}.mdi-microphone-variant:before{content:"\F370"}.mdi-microphone-variant-off:before{content:"\F371"}.mdi-microscope:before{content:"\F654"}.mdi-microsoft:before{content:"\F372"}.mdi-microsoft-dynamics:before{content:"\F987"}.mdi-microwave:before{content:"\FC75"}.mdi-midi:before{content:"\F8F0"}.mdi-midi-port:before{content:"\F8F1"}.mdi-minecraft:before{content:"\F373"}.mdi-mini-sd:before{content:"\FA04"}.mdi-minidisc:before{content:"\FA05"}.mdi-minus:before{content:"\F374"}.mdi-minus-box:before{content:"\F375"}.mdi-minus-box-outline:before{content:"\F6F1"}.mdi-minus-circle:before{content:"\F376"}.mdi-minus-circle-outline:before{content:"\F377"}.mdi-minus-network:before{content:"\F378"}.mdi-minus-network-outline:before{content:"\FC76"}.mdi-mixcloud:before{content:"\F62A"}.mdi-mixed-reality:before{content:"\F87E"}.mdi-mixer:before{content:"\F7DC"}.mdi-molecule:before{content:"\FB88"}.mdi-monitor:before{content:"\F379"}.mdi-monitor-cellphone:before{content:"\F988"}.mdi-monitor-cellphone-star:before{content:"\F989"}.mdi-monitor-dashboard:before{content:"\FA06"}.mdi-monitor-multiple:before{content:"\F37A"}.mdi-more:before{content:"\F37B"}.mdi-mother-nurse:before{content:"\FCFD"}.mdi-motorbike:before{content:"\F37C"}.mdi-mouse:before{content:"\F37D"}.mdi-mouse-bluetooth:before{content:"\F98A"}.mdi-mouse-off:before{content:"\F37E"}.mdi-mouse-variant:before{content:"\F37F"}.mdi-mouse-variant-off:before{content:"\F380"}.mdi-move-resize:before{content:"\F655"}.mdi-move-resize-variant:before{content:"\F656"}.mdi-movie:before{content:"\F381"}.mdi-movie-roll:before{content:"\F7DD"}.mdi-muffin:before{content:"\F98B"}.mdi-multiplication:before{content:"\F382"}.mdi-multiplication-box:before{content:"\F383"}.mdi-mushroom:before{content:"\F7DE"}.mdi-mushroom-outline:before{content:"\F7DF"}.mdi-music:before{content:"\F759"}.mdi-music-box:before{content:"\F384"}.mdi-music-box-outline:before{content:"\F385"}.mdi-music-circle:before{content:"\F386"}.mdi-music-circle-outline:before{content:"\FAD3"}.mdi-music-note:before{content:"\F387"}.mdi-music-note-bluetooth:before{content:"\F5FE"}.mdi-music-note-bluetooth-off:before{content:"\F5FF"}.mdi-music-note-eighth:before{content:"\F388"}.mdi-music-note-half:before{content:"\F389"}.mdi-music-note-off:before{content:"\F38A"}.mdi-music-note-quarter:before{content:"\F38B"}.mdi-music-note-sixteenth:before{content:"\F38C"}.mdi-music-note-whole:before{content:"\F38D"}.mdi-music-off:before{content:"\F75A"}.mdi-nas:before{content:"\F8F2"}.mdi-nativescript:before{content:"\F87F"}.mdi-nature:before{content:"\F38E"}.mdi-nature-people:before{content:"\F38F"}.mdi-navigation:before{content:"\F390"}.mdi-near-me:before{content:"\F5CD"}.mdi-needle:before{content:"\F391"}.mdi-netflix:before{content:"\F745"}.mdi-network:before{content:"\F6F2"}.mdi-network-off:before{content:"\FC77"}.mdi-network-off-outline:before{content:"\FC78"}.mdi-network-outline:before{content:"\FC79"}.mdi-network-strength-1:before{content:"\F8F3"}.mdi-network-strength-1-alert:before{content:"\F8F4"}.mdi-network-strength-2:before{content:"\F8F5"}.mdi-network-strength-2-alert:before{content:"\F8F6"}.mdi-network-strength-3:before{content:"\F8F7"}.mdi-network-strength-3-alert:before{content:"\F8F8"}.mdi-network-strength-4:before{content:"\F8F9"}.mdi-network-strength-4-alert:before{content:"\F8FA"}.mdi-network-strength-off:before{content:"\F8FB"}.mdi-network-strength-off-outline:before{content:"\F8FC"}.mdi-network-strength-outline:before{content:"\F8FD"}.mdi-new-box:before{content:"\F394"}.mdi-newspaper:before{content:"\F395"}.mdi-nfc:before{content:"\F396"}.mdi-nfc-tap:before{content:"\F397"}.mdi-nfc-variant:before{content:"\F398"}.mdi-ninja:before{content:"\F773"}.mdi-nintendo-switch:before{content:"\F7E0"}.mdi-nodejs:before{content:"\F399"}.mdi-not-equal:before{content:"\F98C"}.mdi-not-equal-variant:before{content:"\F98D"}.mdi-note:before{content:"\F39A"}.mdi-note-multiple:before{content:"\F6B7"}.mdi-note-multiple-outline:before{content:"\F6B8"}.mdi-note-outline:before{content:"\F39B"}.mdi-note-plus:before{content:"\F39C"}.mdi-note-plus-outline:before{content:"\F39D"}.mdi-note-text:before{content:"\F39E"}.mdi-notebook:before{content:"\F82D"}.mdi-notification-clear-all:before{content:"\F39F"}.mdi-npm:before{content:"\F6F6"}.mdi-npm-variant:before{content:"\F98E"}.mdi-npm-variant-outline:before{content:"\F98F"}.mdi-nuke:before{content:"\F6A3"}.mdi-null:before{content:"\F7E1"}.mdi-numeric:before{content:"\F3A0"}.mdi-numeric-0:before{content:"\30"}.mdi-numeric-0-box:before{content:"\F3A1"}.mdi-numeric-0-box-multiple-outline:before{content:"\F3A2"}.mdi-numeric-0-box-outline:before{content:"\F3A3"}.mdi-numeric-0-circle:before{content:"\FC7A"}.mdi-numeric-0-circle-outline:before{content:"\FC7B"}.mdi-numeric-1:before{content:"\31"}.mdi-numeric-1-box:before{content:"\F3A4"}.mdi-numeric-1-box-multiple-outline:before{content:"\F3A5"}.mdi-numeric-1-box-outline:before{content:"\F3A6"}.mdi-numeric-1-circle:before{content:"\FC7C"}.mdi-numeric-1-circle-outline:before{content:"\FC7D"}.mdi-numeric-2:before{content:"\32"}.mdi-numeric-2-box:before{content:"\F3A7"}.mdi-numeric-2-box-multiple-outline:before{content:"\F3A8"}.mdi-numeric-2-box-outline:before{content:"\F3A9"}.mdi-numeric-2-circle:before{content:"\FC7E"}.mdi-numeric-2-circle-outline:before{content:"\FC7F"}.mdi-numeric-3:before{content:"\33"}.mdi-numeric-3-box:before{content:"\F3AA"}.mdi-numeric-3-box-multiple-outline:before{content:"\F3AB"}.mdi-numeric-3-box-outline:before{content:"\F3AC"}.mdi-numeric-3-circle:before{content:"\FC80"}.mdi-numeric-3-circle-outline:before{content:"\FC81"}.mdi-numeric-4:before{content:"\34"}.mdi-numeric-4-box:before{content:"\F3AD"}.mdi-numeric-4-box-multiple-outline:before{content:"\F3AE"}.mdi-numeric-4-box-outline:before{content:"\F3AF"}.mdi-numeric-4-circle:before{content:"\FC82"}.mdi-numeric-4-circle-outline:before{content:"\FC83"}.mdi-numeric-5:before{content:"\35"}.mdi-numeric-5-box:before{content:"\F3B0"}.mdi-numeric-5-box-multiple-outline:before{content:"\F3B1"}.mdi-numeric-5-box-outline:before{content:"\F3B2"}.mdi-numeric-5-circle:before{content:"\FC84"}.mdi-numeric-5-circle-outline:before{content:"\FC85"}.mdi-numeric-6:before{content:"\36"}.mdi-numeric-6-box:before{content:"\F3B3"}.mdi-numeric-6-box-multiple-outline:before{content:"\F3B4"}.mdi-numeric-6-box-outline:before{content:"\F3B5"}.mdi-numeric-6-circle:before{content:"\FC86"}.mdi-numeric-6-circle-outline:before{content:"\FC87"}.mdi-numeric-7:before{content:"\37"}.mdi-numeric-7-box:before{content:"\F3B6"}.mdi-numeric-7-box-multiple-outline:before{content:"\F3B7"}.mdi-numeric-7-box-outline:before{content:"\F3B8"}.mdi-numeric-7-circle:before{content:"\FC88"}.mdi-numeric-7-circle-outline:before{content:"\FC89"}.mdi-numeric-8:before{content:"\38"}.mdi-numeric-8-box:before{content:"\F3B9"}.mdi-numeric-8-box-multiple-outline:before{content:"\F3BA"}.mdi-numeric-8-box-outline:before{content:"\F3BB"}.mdi-numeric-8-circle:before{content:"\FC8A"}.mdi-numeric-8-circle-outline:before{content:"\FC8B"}.mdi-numeric-9:before{content:"\39"}.mdi-numeric-9-box:before{content:"\F3BC"}.mdi-numeric-9-box-multiple-outline:before{content:"\F3BD"}.mdi-numeric-9-box-outline:before{content:"\F3BE"}.mdi-numeric-9-circle:before{content:"\FC8C"}.mdi-numeric-9-circle-outline:before{content:"\FC8D"}.mdi-numeric-9-plus-box:before{content:"\F3BF"}.mdi-numeric-9-plus-box-multiple-outline:before{content:"\F3C0"}.mdi-numeric-9-plus-box-outline:before{content:"\F3C1"}.mdi-numeric-9-plus-circle:before{content:"\FC8E"}.mdi-numeric-9-plus-circle-outline:before{content:"\FC8F"}.mdi-nut:before{content:"\F6F7"}.mdi-nutrition:before{content:"\F3C2"}.mdi-oar:before{content:"\F67B"}.mdi-octagon:before{content:"\F3C3"}.mdi-octagon-outline:before{content:"\F3C4"}.mdi-octagram:before{content:"\F6F8"}.mdi-octagram-outline:before{content:"\F774"}.mdi-odnoklassniki:before{content:"\F3C5"}.mdi-office:before{content:"\F3C6"}.mdi-office-building:before{content:"\F990"}.mdi-oil:before{content:"\F3C7"}.mdi-oil-temperature:before{content:"\F3C8"}.mdi-omega:before{content:"\F3C9"}.mdi-one-up:before{content:"\FB89"}.mdi-onedrive:before{content:"\F3CA"}.mdi-onenote:before{content:"\F746"}.mdi-onepassword:before{content:"\F880"}.mdi-opacity:before{content:"\F5CC"}.mdi-open-in-app:before{content:"\F3CB"}.mdi-open-in-new:before{content:"\F3CC"}.mdi-open-source-initiative:before{content:"\FB8A"}.mdi-openid:before{content:"\F3CD"}.mdi-opera:before{content:"\F3CE"}.mdi-orbit:before{content:"\F018"}.mdi-origin:before{content:"\FB2B"}.mdi-ornament:before{content:"\F3CF"}.mdi-ornament-variant:before{content:"\F3D0"}.mdi-outlook:before{content:"\FCFE"}.mdi-owl:before{content:"\F3D2"}.mdi-pac-man:before{content:"\FB8B"}.mdi-package:before{content:"\F3D3"}.mdi-package-down:before{content:"\F3D4"}.mdi-package-up:before{content:"\F3D5"}.mdi-package-variant:before{content:"\F3D6"}.mdi-package-variant-closed:before{content:"\F3D7"}.mdi-page-first:before{content:"\F600"}.mdi-page-last:before{content:"\F601"}.mdi-page-layout-body:before{content:"\F6F9"}.mdi-page-layout-footer:before{content:"\F6FA"}.mdi-page-layout-header:before{content:"\F6FB"}.mdi-page-layout-sidebar-left:before{content:"\F6FC"}.mdi-page-layout-sidebar-right:before{content:"\F6FD"}.mdi-page-next:before{content:"\FB8C"}.mdi-page-next-outline:before{content:"\FB8D"}.mdi-page-previous:before{content:"\FB8E"}.mdi-page-previous-outline:before{content:"\FB8F"}.mdi-palette:before{content:"\F3D8"}.mdi-palette-advanced:before{content:"\F3D9"}.mdi-palette-swatch:before{content:"\F8B4"}.mdi-pan:before{content:"\FB90"}.mdi-pan-bottom-left:before{content:"\FB91"}.mdi-pan-bottom-right:before{content:"\FB92"}.mdi-pan-down:before{content:"\FB93"}.mdi-pan-horizontal:before{content:"\FB94"}.mdi-pan-left:before{content:"\FB95"}.mdi-pan-right:before{content:"\FB96"}.mdi-pan-top-left:before{content:"\FB97"}.mdi-pan-top-right:before{content:"\FB98"}.mdi-pan-up:before{content:"\FB99"}.mdi-pan-vertical:before{content:"\FB9A"}.mdi-panda:before{content:"\F3DA"}.mdi-pandora:before{content:"\F3DB"}.mdi-panorama:before{content:"\F3DC"}.mdi-panorama-fisheye:before{content:"\F3DD"}.mdi-panorama-horizontal:before{content:"\F3DE"}.mdi-panorama-vertical:before{content:"\F3DF"}.mdi-panorama-wide-angle:before{content:"\F3E0"}.mdi-paper-cut-vertical:before{content:"\F3E1"}.mdi-paperclip:before{content:"\F3E2"}.mdi-parachute:before{content:"\FC90"}.mdi-parachute-outline:before{content:"\FC91"}.mdi-parking:before{content:"\F3E3"}.mdi-passport:before{content:"\F7E2"}.mdi-patreon:before{content:"\F881"}.mdi-pause:before{content:"\F3E4"}.mdi-pause-circle:before{content:"\F3E5"}.mdi-pause-circle-outline:before{content:"\F3E6"}.mdi-pause-octagon:before{content:"\F3E7"}.mdi-pause-octagon-outline:before{content:"\F3E8"}.mdi-paw:before{content:"\F3E9"}.mdi-paw-off:before{content:"\F657"}.mdi-paypal:before{content:"\F882"}.mdi-peace:before{content:"\F883"}.mdi-pen:before{content:"\F3EA"}.mdi-pencil:before{content:"\F3EB"}.mdi-pencil-box:before{content:"\F3EC"}.mdi-pencil-box-outline:before{content:"\F3ED"}.mdi-pencil-circle:before{content:"\F6FE"}.mdi-pencil-circle-outline:before{content:"\F775"}.mdi-pencil-lock:before{content:"\F3EE"}.mdi-pencil-off:before{content:"\F3EF"}.mdi-pencil-outline:before{content:"\FC92"}.mdi-pentagon:before{content:"\F6FF"}.mdi-pentagon-outline:before{content:"\F700"}.mdi-percent:before{content:"\F3F0"}.mdi-periodic-table:before{content:"\F8B5"}.mdi-periodic-table-co2:before{content:"\F7E3"}.mdi-periscope:before{content:"\F747"}.mdi-perspective-less:before{content:"\FCFF"}.mdi-perspective-more:before{content:"\FD00"}.mdi-pharmacy:before{content:"\F3F1"}.mdi-phone:before{content:"\F3F2"}.mdi-phone-bluetooth:before{content:"\F3F3"}.mdi-phone-classic:before{content:"\F602"}.mdi-phone-forward:before{content:"\F3F4"}.mdi-phone-hangup:before{content:"\F3F5"}.mdi-phone-in-talk:before{content:"\F3F6"}.mdi-phone-incoming:before{content:"\F3F7"}.mdi-phone-lock:before{content:"\F3F8"}.mdi-phone-log:before{content:"\F3F9"}.mdi-phone-minus:before{content:"\F658"}.mdi-phone-missed:before{content:"\F3FA"}.mdi-phone-outgoing:before{content:"\F3FB"}.mdi-phone-paused:before{content:"\F3FC"}.mdi-phone-plus:before{content:"\F659"}.mdi-phone-return:before{content:"\F82E"}.mdi-phone-rotate-landscape:before{content:"\F884"}.mdi-phone-rotate-portrait:before{content:"\F885"}.mdi-phone-settings:before{content:"\F3FD"}.mdi-phone-voip:before{content:"\F3FE"}.mdi-pi:before{content:"\F3FF"}.mdi-pi-box:before{content:"\F400"}.mdi-piano:before{content:"\F67C"}.mdi-pickaxe:before{content:"\F8B6"}.mdi-pier:before{content:"\F886"}.mdi-pier-crane:before{content:"\F887"}.mdi-pig:before{content:"\F401"}.mdi-pill:before{content:"\F402"}.mdi-pillar:before{content:"\F701"}.mdi-pin:before{content:"\F403"}.mdi-pin-off:before{content:"\F404"}.mdi-pin-off-outline:before{content:"\F92F"}.mdi-pin-outline:before{content:"\F930"}.mdi-pine-tree:before{content:"\F405"}.mdi-pine-tree-box:before{content:"\F406"}.mdi-pinterest:before{content:"\F407"}.mdi-pinterest-box:before{content:"\F408"}.mdi-pinwheel:before{content:"\FAD4"}.mdi-pinwheel-outline:before{content:"\FAD5"}.mdi-pipe:before{content:"\F7E4"}.mdi-pipe-disconnected:before{content:"\F7E5"}.mdi-pipe-leak:before{content:"\F888"}.mdi-pirate:before{content:"\FA07"}.mdi-pistol:before{content:"\F702"}.mdi-piston:before{content:"\F889"}.mdi-pizza:before{content:"\F409"}.mdi-play:before{content:"\F40A"}.mdi-play-box-outline:before{content:"\F40B"}.mdi-play-circle:before{content:"\F40C"}.mdi-play-circle-outline:before{content:"\F40D"}.mdi-play-network:before{content:"\F88A"}.mdi-play-network-outline:before{content:"\FC93"}.mdi-play-pause:before{content:"\F40E"}.mdi-play-protected-content:before{content:"\F40F"}.mdi-play-speed:before{content:"\F8FE"}.mdi-playlist-check:before{content:"\F5C7"}.mdi-playlist-edit:before{content:"\F8FF"}.mdi-playlist-minus:before{content:"\F410"}.mdi-playlist-music:before{content:"\FC94"}.mdi-playlist-music-outline:before{content:"\FC95"}.mdi-playlist-play:before{content:"\F411"}.mdi-playlist-plus:before{content:"\F412"}.mdi-playlist-remove:before{content:"\F413"}.mdi-playstation:before{content:"\F414"}.mdi-plex:before{content:"\F6B9"}.mdi-plus:before{content:"\F415"}.mdi-plus-box:before{content:"\F416"}.mdi-plus-box-outline:before{content:"\F703"}.mdi-plus-circle:before{content:"\F417"}.mdi-plus-circle-multiple-outline:before{content:"\F418"}.mdi-plus-circle-outline:before{content:"\F419"}.mdi-plus-minus:before{content:"\F991"}.mdi-plus-minus-box:before{content:"\F992"}.mdi-plus-network:before{content:"\F41A"}.mdi-plus-network-outline:before{content:"\FC96"}.mdi-plus-one:before{content:"\F41B"}.mdi-plus-outline:before{content:"\F704"}.mdi-pocket:before{content:"\F41C"}.mdi-podcast:before{content:"\F993"}.mdi-podium:before{content:"\FD01"}.mdi-podium-bronze:before{content:"\FD02"}.mdi-podium-gold:before{content:"\FD03"}.mdi-podium-silver:before{content:"\FD04"}.mdi-pokeball:before{content:"\F41D"}.mdi-pokemon-go:before{content:"\FA08"}.mdi-poker-chip:before{content:"\F82F"}.mdi-polaroid:before{content:"\F41E"}.mdi-poll:before{content:"\F41F"}.mdi-poll-box:before{content:"\F420"}.mdi-polymer:before{content:"\F421"}.mdi-pool:before{content:"\F606"}.mdi-popcorn:before{content:"\F422"}.mdi-postage-stamp:before{content:"\FC97"}.mdi-pot:before{content:"\F65A"}.mdi-pot-mix:before{content:"\F65B"}.mdi-pound:before{content:"\F423"}.mdi-pound-box:before{content:"\F424"}.mdi-power:before{content:"\F425"}.mdi-power-cycle:before{content:"\F900"}.mdi-power-off:before{content:"\F901"}.mdi-power-on:before{content:"\F902"}.mdi-power-plug:before{content:"\F6A4"}.mdi-power-plug-off:before{content:"\F6A5"}.mdi-power-settings:before{content:"\F426"}.mdi-power-sleep:before{content:"\F903"}.mdi-power-socket:before{content:"\F427"}.mdi-power-socket-au:before{content:"\F904"}.mdi-power-socket-eu:before{content:"\F7E6"}.mdi-power-socket-uk:before{content:"\F7E7"}.mdi-power-socket-us:before{content:"\F7E8"}.mdi-power-standby:before{content:"\F905"}.mdi-powershell:before{content:"\FA09"}.mdi-prescription:before{content:"\F705"}.mdi-presentation:before{content:"\F428"}.mdi-presentation-play:before{content:"\F429"}.mdi-printer:before{content:"\F42A"}.mdi-printer-3d:before{content:"\F42B"}.mdi-printer-alert:before{content:"\F42C"}.mdi-printer-settings:before{content:"\F706"}.mdi-printer-wireless:before{content:"\FA0A"}.mdi-priority-high:before{content:"\F603"}.mdi-priority-low:before{content:"\F604"}.mdi-professional-hexagon:before{content:"\F42D"}.mdi-progress-alert:before{content:"\FC98"}.mdi-progress-check:before{content:"\F994"}.mdi-progress-clock:before{content:"\F995"}.mdi-progress-download:before{content:"\F996"}.mdi-progress-upload:before{content:"\F997"}.mdi-progress-wrench:before{content:"\FC99"}.mdi-projector:before{content:"\F42E"}.mdi-projector-screen:before{content:"\F42F"}.mdi-publish:before{content:"\F6A6"}.mdi-pulse:before{content:"\F430"}.mdi-pumpkin:before{content:"\FB9B"}.mdi-puzzle:before{content:"\F431"}.mdi-puzzle-outline:before{content:"\FA65"}.mdi-qi:before{content:"\F998"}.mdi-qqchat:before{content:"\F605"}.mdi-qrcode:before{content:"\F432"}.mdi-qrcode-edit:before{content:"\F8B7"}.mdi-qrcode-scan:before{content:"\F433"}.mdi-quadcopter:before{content:"\F434"}.mdi-quality-high:before{content:"\F435"}.mdi-quality-low:before{content:"\FA0B"}.mdi-quality-medium:before{content:"\FA0C"}.mdi-quicktime:before{content:"\F436"}.mdi-quora:before{content:"\FD05"}.mdi-rabbit:before{content:"\F906"}.mdi-radar:before{content:"\F437"}.mdi-radiator:before{content:"\F438"}.mdi-radiator-disabled:before{content:"\FAD6"}.mdi-radiator-off:before{content:"\FAD7"}.mdi-radio:before{content:"\F439"}.mdi-radio-am:before{content:"\FC9A"}.mdi-radio-fm:before{content:"\FC9B"}.mdi-radio-handheld:before{content:"\F43A"}.mdi-radio-tower:before{content:"\F43B"}.mdi-radioactive:before{content:"\F43C"}.mdi-radiobox-blank:before{content:"\F43D"}.mdi-radiobox-marked:before{content:"\F43E"}.mdi-radius:before{content:"\FC9C"}.mdi-radius-outline:before{content:"\FC9D"}.mdi-raspberrypi:before{content:"\F43F"}.mdi-ray-end:before{content:"\F440"}.mdi-ray-end-arrow:before{content:"\F441"}.mdi-ray-start:before{content:"\F442"}.mdi-ray-start-arrow:before{content:"\F443"}.mdi-ray-start-end:before{content:"\F444"}.mdi-ray-vertex:before{content:"\F445"}.mdi-react:before{content:"\F707"}.mdi-read:before{content:"\F447"}.mdi-receipt:before{content:"\F449"}.mdi-record:before{content:"\F44A"}.mdi-record-player:before{content:"\F999"}.mdi-record-rec:before{content:"\F44B"}.mdi-recycle:before{content:"\F44C"}.mdi-reddit:before{content:"\F44D"}.mdi-redo:before{content:"\F44E"}.mdi-redo-variant:before{content:"\F44F"}.mdi-reflect-horizontal:before{content:"\FA0D"}.mdi-reflect-vertical:before{content:"\FA0E"}.mdi-refresh:before{content:"\F450"}.mdi-regex:before{content:"\F451"}.mdi-registered-trademark:before{content:"\FA66"}.mdi-relative-scale:before{content:"\F452"}.mdi-reload:before{content:"\F453"}.mdi-reminder:before{content:"\F88B"}.mdi-remote:before{content:"\F454"}.mdi-remote-desktop:before{content:"\F8B8"}.mdi-rename-box:before{content:"\F455"}.mdi-reorder-horizontal:before{content:"\F687"}.mdi-reorder-vertical:before{content:"\F688"}.mdi-repeat:before{content:"\F456"}.mdi-repeat-off:before{content:"\F457"}.mdi-repeat-once:before{content:"\F458"}.mdi-replay:before{content:"\F459"}.mdi-reply:before{content:"\F45A"}.mdi-reply-all:before{content:"\F45B"}.mdi-reproduction:before{content:"\F45C"}.mdi-resistor:before{content:"\FB1F"}.mdi-resistor-nodes:before{content:"\FB20"}.mdi-resize:before{content:"\FA67"}.mdi-resize-bottom-right:before{content:"\F45D"}.mdi-responsive:before{content:"\F45E"}.mdi-restart:before{content:"\F708"}.mdi-restore:before{content:"\F99A"}.mdi-restore-clock:before{content:"\F6A7"}.mdi-rewind:before{content:"\F45F"}.mdi-rewind-10:before{content:"\FD06"}.mdi-rewind-outline:before{content:"\F709"}.mdi-rhombus:before{content:"\F70A"}.mdi-rhombus-medium:before{content:"\FA0F"}.mdi-rhombus-outline:before{content:"\F70B"}.mdi-rhombus-split:before{content:"\FA10"}.mdi-ribbon:before{content:"\F460"}.mdi-rice:before{content:"\F7E9"}.mdi-ring:before{content:"\F7EA"}.mdi-road:before{content:"\F461"}.mdi-road-variant:before{content:"\F462"}.mdi-robot:before{content:"\F6A8"}.mdi-robot-industrial:before{content:"\FB21"}.mdi-robot-vacuum:before{content:"\F70C"}.mdi-robot-vacuum-variant:before{content:"\F907"}.mdi-rocket:before{content:"\F463"}.mdi-roller-skate:before{content:"\FD07"}.mdi-rollerblade:before{content:"\FD08"}.mdi-rollupjs:before{content:"\FB9C"}.mdi-room-service:before{content:"\F88C"}.mdi-rotate-3d:before{content:"\F464"}.mdi-rotate-left:before{content:"\F465"}.mdi-rotate-left-variant:before{content:"\F466"}.mdi-rotate-right:before{content:"\F467"}.mdi-rotate-right-variant:before{content:"\F468"}.mdi-rounded-corner:before{content:"\F607"}.mdi-router-wireless:before{content:"\F469"}.mdi-router-wireless-settings:before{content:"\FA68"}.mdi-routes:before{content:"\F46A"}.mdi-rowing:before{content:"\F608"}.mdi-rss:before{content:"\F46B"}.mdi-rss-box:before{content:"\F46C"}.mdi-ruby:before{content:"\FD09"}.mdi-ruler:before{content:"\F46D"}.mdi-ruler-square:before{content:"\FC9E"}.mdi-run:before{content:"\F70D"}.mdi-run-fast:before{content:"\F46E"}.mdi-sack:before{content:"\FD0A"}.mdi-sack-percent:before{content:"\FD0B"}.mdi-safe:before{content:"\FA69"}.mdi-safety-goggles:before{content:"\FD0C"}.mdi-sale:before{content:"\F46F"}.mdi-salesforce:before{content:"\F88D"}.mdi-sass:before{content:"\F7EB"}.mdi-satellite:before{content:"\F470"}.mdi-satellite-uplink:before{content:"\F908"}.mdi-satellite-variant:before{content:"\F471"}.mdi-sausage:before{content:"\F8B9"}.mdi-saxophone:before{content:"\F609"}.mdi-scale:before{content:"\F472"}.mdi-scale-balance:before{content:"\F5D1"}.mdi-scale-bathroom:before{content:"\F473"}.mdi-scanner:before{content:"\F6AA"}.mdi-scanner-off:before{content:"\F909"}.mdi-school:before{content:"\F474"}.mdi-scissors-cutting:before{content:"\FA6A"}.mdi-screen-rotation:before{content:"\F475"}.mdi-screen-rotation-lock:before{content:"\F476"}.mdi-screwdriver:before{content:"\F477"}.mdi-script:before{content:"\FB9D"}.mdi-script-outline:before{content:"\F478"}.mdi-script-text:before{content:"\FB9E"}.mdi-script-text-outline:before{content:"\FB9F"}.mdi-sd:before{content:"\F479"}.mdi-seal:before{content:"\F47A"}.mdi-search-web:before{content:"\F70E"}.mdi-seat:before{content:"\FC9F"}.mdi-seat-flat:before{content:"\F47B"}.mdi-seat-flat-angled:before{content:"\F47C"}.mdi-seat-individual-suite:before{content:"\F47D"}.mdi-seat-legroom-extra:before{content:"\F47E"}.mdi-seat-legroom-normal:before{content:"\F47F"}.mdi-seat-legroom-reduced:before{content:"\F480"}.mdi-seat-outline:before{content:"\FCA0"}.mdi-seat-recline-extra:before{content:"\F481"}.mdi-seat-recline-normal:before{content:"\F482"}.mdi-seatbelt:before{content:"\FCA1"}.mdi-security:before{content:"\F483"}.mdi-security-network:before{content:"\F484"}.mdi-select:before{content:"\F485"}.mdi-select-all:before{content:"\F486"}.mdi-select-color:before{content:"\FD0D"}.mdi-select-compare:before{content:"\FAD8"}.mdi-select-drag:before{content:"\FA6B"}.mdi-select-inverse:before{content:"\F487"}.mdi-select-off:before{content:"\F488"}.mdi-selection:before{content:"\F489"}.mdi-selection-drag:before{content:"\FA6C"}.mdi-selection-ellipse:before{content:"\FD0E"}.mdi-selection-off:before{content:"\F776"}.mdi-send:before{content:"\F48A"}.mdi-send-lock:before{content:"\F7EC"}.mdi-serial-port:before{content:"\F65C"}.mdi-server:before{content:"\F48B"}.mdi-server-minus:before{content:"\F48C"}.mdi-server-network:before{content:"\F48D"}.mdi-server-network-off:before{content:"\F48E"}.mdi-server-off:before{content:"\F48F"}.mdi-server-plus:before{content:"\F490"}.mdi-server-remove:before{content:"\F491"}.mdi-server-security:before{content:"\F492"}.mdi-set-all:before{content:"\F777"}.mdi-set-center:before{content:"\F778"}.mdi-set-center-right:before{content:"\F779"}.mdi-set-left:before{content:"\F77A"}.mdi-set-left-center:before{content:"\F77B"}.mdi-set-left-right:before{content:"\F77C"}.mdi-set-none:before{content:"\F77D"}.mdi-set-right:before{content:"\F77E"}.mdi-set-top-box:before{content:"\F99E"}.mdi-settings:before{content:"\F493"}.mdi-settings-box:before{content:"\F494"}.mdi-settings-helper:before{content:"\FA6D"}.mdi-settings-outline:before{content:"\F8BA"}.mdi-shape:before{content:"\F830"}.mdi-shape-circle-plus:before{content:"\F65D"}.mdi-shape-outline:before{content:"\F831"}.mdi-shape-plus:before{content:"\F495"}.mdi-shape-polygon-plus:before{content:"\F65E"}.mdi-shape-rectangle-plus:before{content:"\F65F"}.mdi-shape-square-plus:before{content:"\F660"}.mdi-share:before{content:"\F496"}.mdi-share-outline:before{content:"\F931"}.mdi-share-variant:before{content:"\F497"}.mdi-sheep:before{content:"\FCA2"}.mdi-shield:before{content:"\F498"}.mdi-shield-account:before{content:"\F88E"}.mdi-shield-account-outline:before{content:"\FA11"}.mdi-shield-airplane:before{content:"\F6BA"}.mdi-shield-airplane-outline:before{content:"\FCA3"}.mdi-shield-check:before{content:"\F565"}.mdi-shield-check-outline:before{content:"\FCA4"}.mdi-shield-cross:before{content:"\FCA5"}.mdi-shield-cross-outline:before{content:"\FCA6"}.mdi-shield-half-full:before{content:"\F77F"}.mdi-shield-home:before{content:"\F689"}.mdi-shield-home-outline:before{content:"\FCA7"}.mdi-shield-key:before{content:"\FBA0"}.mdi-shield-key-outline:before{content:"\FBA1"}.mdi-shield-link-variant:before{content:"\FD0F"}.mdi-shield-link-variant-outline:before{content:"\FD10"}.mdi-shield-lock:before{content:"\F99C"}.mdi-shield-lock-outline:before{content:"\FCA8"}.mdi-shield-off:before{content:"\F99D"}.mdi-shield-off-outline:before{content:"\F99B"}.mdi-shield-outline:before{content:"\F499"}.mdi-shield-plus:before{content:"\FAD9"}.mdi-shield-plus-outline:before{content:"\FADA"}.mdi-shield-remove:before{content:"\FADB"}.mdi-shield-remove-outline:before{content:"\FADC"}.mdi-ship-wheel:before{content:"\F832"}.mdi-shoe-formal:before{content:"\FB22"}.mdi-shoe-heel:before{content:"\FB23"}.mdi-shopify:before{content:"\FADD"}.mdi-shopping:before{content:"\F49A"}.mdi-shopping-music:before{content:"\F49B"}.mdi-shovel:before{content:"\F70F"}.mdi-shovel-off:before{content:"\F710"}.mdi-shower:before{content:"\F99F"}.mdi-shower-head:before{content:"\F9A0"}.mdi-shredder:before{content:"\F49C"}.mdi-shuffle:before{content:"\F49D"}.mdi-shuffle-disabled:before{content:"\F49E"}.mdi-shuffle-variant:before{content:"\F49F"}.mdi-sigma:before{content:"\F4A0"}.mdi-sigma-lower:before{content:"\F62B"}.mdi-sign-caution:before{content:"\F4A1"}.mdi-sign-direction:before{content:"\F780"}.mdi-sign-text:before{content:"\F781"}.mdi-signal:before{content:"\F4A2"}.mdi-signal-2g:before{content:"\F711"}.mdi-signal-3g:before{content:"\F712"}.mdi-signal-4g:before{content:"\F713"}.mdi-signal-5g:before{content:"\FA6E"}.mdi-signal-cellular-1:before{content:"\F8BB"}.mdi-signal-cellular-2:before{content:"\F8BC"}.mdi-signal-cellular-3:before{content:"\F8BD"}.mdi-signal-cellular-outline:before{content:"\F8BE"}.mdi-signal-hspa:before{content:"\F714"}.mdi-signal-hspa-plus:before{content:"\F715"}.mdi-signal-off:before{content:"\F782"}.mdi-signal-variant:before{content:"\F60A"}.mdi-silo:before{content:"\FB24"}.mdi-silverware:before{content:"\F4A3"}.mdi-silverware-fork:before{content:"\F4A4"}.mdi-silverware-fork-knife:before{content:"\FA6F"}.mdi-silverware-spoon:before{content:"\F4A5"}.mdi-silverware-variant:before{content:"\F4A6"}.mdi-sim:before{content:"\F4A7"}.mdi-sim-alert:before{content:"\F4A8"}.mdi-sim-off:before{content:"\F4A9"}.mdi-sina-weibo:before{content:"\FADE"}.mdi-sitemap:before{content:"\F4AA"}.mdi-skate:before{content:"\FD11"}.mdi-skew-less:before{content:"\FD12"}.mdi-skew-more:before{content:"\FD13"}.mdi-skip-backward:before{content:"\F4AB"}.mdi-skip-forward:before{content:"\F4AC"}.mdi-skip-next:before{content:"\F4AD"}.mdi-skip-next-circle:before{content:"\F661"}.mdi-skip-next-circle-outline:before{content:"\F662"}.mdi-skip-previous:before{content:"\F4AE"}.mdi-skip-previous-circle:before{content:"\F663"}.mdi-skip-previous-circle-outline:before{content:"\F664"}.mdi-skull:before{content:"\F68B"}.mdi-skull-crossbones:before{content:"\FBA2"}.mdi-skull-crossbones-outline:before{content:"\FBA3"}.mdi-skull-outline:before{content:"\FBA4"}.mdi-skype:before{content:"\F4AF"}.mdi-skype-business:before{content:"\F4B0"}.mdi-slack:before{content:"\F4B1"}.mdi-slackware:before{content:"\F90A"}.mdi-sleep:before{content:"\F4B2"}.mdi-sleep-off:before{content:"\F4B3"}.mdi-smog:before{content:"\FA70"}.mdi-smoke-detector:before{content:"\F392"}.mdi-smoking:before{content:"\F4B4"}.mdi-smoking-off:before{content:"\F4B5"}.mdi-snapchat:before{content:"\F4B6"}.mdi-snowflake:before{content:"\F716"}.mdi-snowman:before{content:"\F4B7"}.mdi-soccer:before{content:"\F4B8"}.mdi-soccer-field:before{content:"\F833"}.mdi-sofa:before{content:"\F4B9"}.mdi-solar-power:before{content:"\FA71"}.mdi-solid:before{content:"\F68C"}.mdi-sort:before{content:"\F4BA"}.mdi-sort-alphabetical:before{content:"\F4BB"}.mdi-sort-ascending:before{content:"\F4BC"}.mdi-sort-descending:before{content:"\F4BD"}.mdi-sort-numeric:before{content:"\F4BE"}.mdi-sort-variant:before{content:"\F4BF"}.mdi-sort-variant-lock:before{content:"\FCA9"}.mdi-sort-variant-lock-open:before{content:"\FCAA"}.mdi-soundcloud:before{content:"\F4C0"}.mdi-source-branch:before{content:"\F62C"}.mdi-source-commit:before{content:"\F717"}.mdi-source-commit-end:before{content:"\F718"}.mdi-source-commit-end-local:before{content:"\F719"}.mdi-source-commit-local:before{content:"\F71A"}.mdi-source-commit-next-local:before{content:"\F71B"}.mdi-source-commit-start:before{content:"\F71C"}.mdi-source-commit-start-next-local:before{content:"\F71D"}.mdi-source-fork:before{content:"\F4C1"}.mdi-source-merge:before{content:"\F62D"}.mdi-source-pull:before{content:"\F4C2"}.mdi-source-repository:before{content:"\FCAB"}.mdi-source-repository-multiple:before{content:"\FCAC"}.mdi-soy-sauce:before{content:"\F7ED"}.mdi-spa:before{content:"\FCAD"}.mdi-spa-outline:before{content:"\FCAE"}.mdi-space-invaders:before{content:"\FBA5"}.mdi-speaker:before{content:"\F4C3"}.mdi-speaker-bluetooth:before{content:"\F9A1"}.mdi-speaker-multiple:before{content:"\FD14"}.mdi-speaker-off:before{content:"\F4C4"}.mdi-speaker-wireless:before{content:"\F71E"}.mdi-speedometer:before{content:"\F4C5"}.mdi-spellcheck:before{content:"\F4C6"}.mdi-spider-web:before{content:"\FBA6"}.mdi-spotify:before{content:"\F4C7"}.mdi-spotlight:before{content:"\F4C8"}.mdi-spotlight-beam:before{content:"\F4C9"}.mdi-spray:before{content:"\F665"}.mdi-spray-bottle:before{content:"\FADF"}.mdi-square:before{content:"\F763"}.mdi-square-edit-outline:before{content:"\F90B"}.mdi-square-inc:before{content:"\F4CA"}.mdi-square-inc-cash:before{content:"\F4CB"}.mdi-square-medium:before{content:"\FA12"}.mdi-square-medium-outline:before{content:"\FA13"}.mdi-square-outline:before{content:"\F762"}.mdi-square-root:before{content:"\F783"}.mdi-square-root-box:before{content:"\F9A2"}.mdi-square-small:before{content:"\FA14"}.mdi-squeegee:before{content:"\FAE0"}.mdi-ssh:before{content:"\F8BF"}.mdi-stack-exchange:before{content:"\F60B"}.mdi-stack-overflow:before{content:"\F4CC"}.mdi-stadium:before{content:"\F71F"}.mdi-stairs:before{content:"\F4CD"}.mdi-stamper:before{content:"\FD15"}.mdi-standard-definition:before{content:"\F7EE"}.mdi-star:before{content:"\F4CE"}.mdi-star-box:before{content:"\FA72"}.mdi-star-box-outline:before{content:"\FA73"}.mdi-star-circle:before{content:"\F4CF"}.mdi-star-circle-outline:before{content:"\F9A3"}.mdi-star-face:before{content:"\F9A4"}.mdi-star-four-points:before{content:"\FAE1"}.mdi-star-four-points-outline:before{content:"\FAE2"}.mdi-star-half:before{content:"\F4D0"}.mdi-star-off:before{content:"\F4D1"}.mdi-star-outline:before{content:"\F4D2"}.mdi-star-three-points:before{content:"\FAE3"}.mdi-star-three-points-outline:before{content:"\FAE4"}.mdi-steam:before{content:"\F4D3"}.mdi-steam-box:before{content:"\F90C"}.mdi-steering:before{content:"\F4D4"}.mdi-steering-off:before{content:"\F90D"}.mdi-step-backward:before{content:"\F4D5"}.mdi-step-backward-2:before{content:"\F4D6"}.mdi-step-forward:before{content:"\F4D7"}.mdi-step-forward-2:before{content:"\F4D8"}.mdi-stethoscope:before{content:"\F4D9"}.mdi-sticker:before{content:"\F5D0"}.mdi-sticker-emoji:before{content:"\F784"}.mdi-stocking:before{content:"\F4DA"}.mdi-stop:before{content:"\F4DB"}.mdi-stop-circle:before{content:"\F666"}.mdi-stop-circle-outline:before{content:"\F667"}.mdi-store:before{content:"\F4DC"}.mdi-store-24-hour:before{content:"\F4DD"}.mdi-stove:before{content:"\F4DE"}.mdi-strava:before{content:"\FB25"}.mdi-subdirectory-arrow-left:before{content:"\F60C"}.mdi-subdirectory-arrow-right:before{content:"\F60D"}.mdi-subtitles:before{content:"\FA15"}.mdi-subtitles-outline:before{content:"\FA16"}.mdi-subway:before{content:"\F6AB"}.mdi-subway-variant:before{content:"\F4DF"}.mdi-summit:before{content:"\F785"}.mdi-sunglasses:before{content:"\F4E0"}.mdi-surround-sound:before{content:"\F5C5"}.mdi-surround-sound-2-0:before{content:"\F7EF"}.mdi-surround-sound-3-1:before{content:"\F7F0"}.mdi-surround-sound-5-1:before{content:"\F7F1"}.mdi-surround-sound-7-1:before{content:"\F7F2"}.mdi-svg:before{content:"\F720"}.mdi-swap-horizontal:before{content:"\F4E1"}.mdi-swap-horizontal-bold:before{content:"\FBA9"}.mdi-swap-horizontal-variant:before{content:"\F8C0"}.mdi-swap-vertical:before{content:"\F4E2"}.mdi-swap-vertical-bold:before{content:"\FBAA"}.mdi-swap-vertical-variant:before{content:"\F8C1"}.mdi-swim:before{content:"\F4E3"}.mdi-switch:before{content:"\F4E4"}.mdi-sword:before{content:"\F4E5"}.mdi-sword-cross:before{content:"\F786"}.mdi-symfony:before{content:"\FAE5"}.mdi-sync:before{content:"\F4E6"}.mdi-sync-alert:before{content:"\F4E7"}.mdi-sync-off:before{content:"\F4E8"}.mdi-tab:before{content:"\F4E9"}.mdi-tab-minus:before{content:"\FB26"}.mdi-tab-plus:before{content:"\F75B"}.mdi-tab-remove:before{content:"\FB27"}.mdi-tab-unselected:before{content:"\F4EA"}.mdi-table:before{content:"\F4EB"}.mdi-table-border:before{content:"\FA17"}.mdi-table-column:before{content:"\F834"}.mdi-table-column-plus-after:before{content:"\F4EC"}.mdi-table-column-plus-before:before{content:"\F4ED"}.mdi-table-column-remove:before{content:"\F4EE"}.mdi-table-column-width:before{content:"\F4EF"}.mdi-table-edit:before{content:"\F4F0"}.mdi-table-large:before{content:"\F4F1"}.mdi-table-merge-cells:before{content:"\F9A5"}.mdi-table-of-contents:before{content:"\F835"}.mdi-table-plus:before{content:"\FA74"}.mdi-table-remove:before{content:"\FA75"}.mdi-table-row:before{content:"\F836"}.mdi-table-row-height:before{content:"\F4F2"}.mdi-table-row-plus-after:before{content:"\F4F3"}.mdi-table-row-plus-before:before{content:"\F4F4"}.mdi-table-row-remove:before{content:"\F4F5"}.mdi-table-search:before{content:"\F90E"}.mdi-table-settings:before{content:"\F837"}.mdi-tablet:before{content:"\F4F6"}.mdi-tablet-android:before{content:"\F4F7"}.mdi-tablet-cellphone:before{content:"\F9A6"}.mdi-tablet-ipad:before{content:"\F4F8"}.mdi-taco:before{content:"\F761"}.mdi-tag:before{content:"\F4F9"}.mdi-tag-faces:before{content:"\F4FA"}.mdi-tag-heart:before{content:"\F68A"}.mdi-tag-heart-outline:before{content:"\FBAB"}.mdi-tag-minus:before{content:"\F90F"}.mdi-tag-multiple:before{content:"\F4FB"}.mdi-tag-outline:before{content:"\F4FC"}.mdi-tag-plus:before{content:"\F721"}.mdi-tag-remove:before{content:"\F722"}.mdi-tag-text-outline:before{content:"\F4FD"}.mdi-tank:before{content:"\FD16"}.mdi-tape-measure:before{content:"\FB28"}.mdi-target:before{content:"\F4FE"}.mdi-target-account:before{content:"\FBAC"}.mdi-target-variant:before{content:"\FA76"}.mdi-taxi:before{content:"\F4FF"}.mdi-teach:before{content:"\F88F"}.mdi-teamviewer:before{content:"\F500"}.mdi-telegram:before{content:"\F501"}.mdi-telescope:before{content:"\FB29"}.mdi-television:before{content:"\F502"}.mdi-television-box:before{content:"\F838"}.mdi-television-classic:before{content:"\F7F3"}.mdi-television-classic-off:before{content:"\F839"}.mdi-television-guide:before{content:"\F503"}.mdi-television-off:before{content:"\F83A"}.mdi-temperature-celsius:before{content:"\F504"}.mdi-temperature-fahrenheit:before{content:"\F505"}.mdi-temperature-kelvin:before{content:"\F506"}.mdi-tennis:before{content:"\F507"}.mdi-tent:before{content:"\F508"}.mdi-terrain:before{content:"\F509"}.mdi-test-tube:before{content:"\F668"}.mdi-test-tube-empty:before{content:"\F910"}.mdi-test-tube-off:before{content:"\F911"}.mdi-text:before{content:"\F9A7"}.mdi-text-shadow:before{content:"\F669"}.mdi-text-short:before{content:"\F9A8"}.mdi-text-subject:before{content:"\F9A9"}.mdi-text-to-speech:before{content:"\F50A"}.mdi-text-to-speech-off:before{content:"\F50B"}.mdi-textbox:before{content:"\F60E"}.mdi-textbox-password:before{content:"\F7F4"}.mdi-texture:before{content:"\F50C"}.mdi-theater:before{content:"\F50D"}.mdi-theme-light-dark:before{content:"\F50E"}.mdi-thermometer:before{content:"\F50F"}.mdi-thermometer-lines:before{content:"\F510"}.mdi-thermostat:before{content:"\F393"}.mdi-thermostat-box:before{content:"\F890"}.mdi-thought-bubble:before{content:"\F7F5"}.mdi-thought-bubble-outline:before{content:"\F7F6"}.mdi-thumb-down:before{content:"\F511"}.mdi-thumb-down-outline:before{content:"\F512"}.mdi-thumb-up:before{content:"\F513"}.mdi-thumb-up-outline:before{content:"\F514"}.mdi-thumbs-up-down:before{content:"\F515"}.mdi-ticket:before{content:"\F516"}.mdi-ticket-account:before{content:"\F517"}.mdi-ticket-confirmation:before{content:"\F518"}.mdi-ticket-outline:before{content:"\F912"}.mdi-ticket-percent:before{content:"\F723"}.mdi-tie:before{content:"\F519"}.mdi-tilde:before{content:"\F724"}.mdi-timelapse:before{content:"\F51A"}.mdi-timeline:before{content:"\FBAD"}.mdi-timeline-outline:before{content:"\FBAE"}.mdi-timeline-text:before{content:"\FBAF"}.mdi-timeline-text-outline:before{content:"\FBB0"}.mdi-timer:before{content:"\F51B"}.mdi-timer-10:before{content:"\F51C"}.mdi-timer-3:before{content:"\F51D"}.mdi-timer-off:before{content:"\F51E"}.mdi-timer-sand:before{content:"\F51F"}.mdi-timer-sand-empty:before{content:"\F6AC"}.mdi-timer-sand-full:before{content:"\F78B"}.mdi-timetable:before{content:"\F520"}.mdi-toaster-oven:before{content:"\FCAF"}.mdi-toggle-switch:before{content:"\F521"}.mdi-toggle-switch-off:before{content:"\F522"}.mdi-toggle-switch-off-outline:before{content:"\FA18"}.mdi-toggle-switch-outline:before{content:"\FA19"}.mdi-toilet:before{content:"\F9AA"}.mdi-toolbox:before{content:"\F9AB"}.mdi-toolbox-outline:before{content:"\F9AC"}.mdi-tooltip:before{content:"\F523"}.mdi-tooltip-account:before{content:"\F00C"}.mdi-tooltip-edit:before{content:"\F524"}.mdi-tooltip-image:before{content:"\F525"}.mdi-tooltip-image-outline:before{content:"\FBB1"}.mdi-tooltip-outline:before{content:"\F526"}.mdi-tooltip-plus:before{content:"\FBB2"}.mdi-tooltip-plus-outline:before{content:"\F527"}.mdi-tooltip-text:before{content:"\F528"}.mdi-tooltip-text-outline:before{content:"\FBB3"}.mdi-tooth:before{content:"\F8C2"}.mdi-tooth-outline:before{content:"\F529"}.mdi-tor:before{content:"\F52A"}.mdi-tortoise:before{content:"\FD17"}.mdi-tournament:before{content:"\F9AD"}.mdi-tower-beach:before{content:"\F680"}.mdi-tower-fire:before{content:"\F681"}.mdi-towing:before{content:"\F83B"}.mdi-track-light:before{content:"\F913"}.mdi-trackpad:before{content:"\F7F7"}.mdi-trackpad-lock:before{content:"\F932"}.mdi-tractor:before{content:"\F891"}.mdi-trademark:before{content:"\FA77"}.mdi-traffic-light:before{content:"\F52B"}.mdi-train:before{content:"\F52C"}.mdi-train-car:before{content:"\FBB4"}.mdi-train-variant:before{content:"\F8C3"}.mdi-tram:before{content:"\F52D"}.mdi-transcribe:before{content:"\F52E"}.mdi-transcribe-close:before{content:"\F52F"}.mdi-transfer:before{content:"\F530"}.mdi-transit-connection:before{content:"\FD18"}.mdi-transit-connection-variant:before{content:"\FD19"}.mdi-transit-transfer:before{content:"\F6AD"}.mdi-transition:before{content:"\F914"}.mdi-transition-masked:before{content:"\F915"}.mdi-translate:before{content:"\F5CA"}.mdi-transmission-tower:before{content:"\FD1A"}.mdi-trash-can:before{content:"\FA78"}.mdi-trash-can-outline:before{content:"\FA79"}.mdi-treasure-chest:before{content:"\F725"}.mdi-tree:before{content:"\F531"}.mdi-trello:before{content:"\F532"}.mdi-trending-down:before{content:"\F533"}.mdi-trending-neutral:before{content:"\F534"}.mdi-trending-up:before{content:"\F535"}.mdi-triangle:before{content:"\F536"}.mdi-triangle-outline:before{content:"\F537"}.mdi-triforce:before{content:"\FBB5"}.mdi-trophy:before{content:"\F538"}.mdi-trophy-award:before{content:"\F539"}.mdi-trophy-outline:before{content:"\F53A"}.mdi-trophy-variant:before{content:"\F53B"}.mdi-trophy-variant-outline:before{content:"\F53C"}.mdi-truck:before{content:"\F53D"}.mdi-truck-check:before{content:"\FCB0"}.mdi-truck-delivery:before{content:"\F53E"}.mdi-truck-fast:before{content:"\F787"}.mdi-truck-trailer:before{content:"\F726"}.mdi-tshirt-crew:before{content:"\FA7A"}.mdi-tshirt-crew-outline:before{content:"\F53F"}.mdi-tshirt-v:before{content:"\FA7B"}.mdi-tshirt-v-outline:before{content:"\F540"}.mdi-tumble-dryer:before{content:"\F916"}.mdi-tumblr:before{content:"\F541"}.mdi-tumblr-box:before{content:"\F917"}.mdi-tumblr-reblog:before{content:"\F542"}.mdi-tune:before{content:"\F62E"}.mdi-tune-vertical:before{content:"\F66A"}.mdi-turnstile:before{content:"\FCB1"}.mdi-turnstile-outline:before{content:"\FCB2"}.mdi-turtle:before{content:"\FCB3"}.mdi-twitch:before{content:"\F543"}.mdi-twitter:before{content:"\F544"}.mdi-twitter-box:before{content:"\F545"}.mdi-twitter-circle:before{content:"\F546"}.mdi-twitter-retweet:before{content:"\F547"}.mdi-two-factor-authentication:before{content:"\F9AE"}.mdi-uber:before{content:"\F748"}.mdi-ubisoft:before{content:"\FBB6"}.mdi-ubuntu:before{content:"\F548"}.mdi-ultra-high-definition:before{content:"\F7F8"}.mdi-umbraco:before{content:"\F549"}.mdi-umbrella:before{content:"\F54A"}.mdi-umbrella-closed:before{content:"\F9AF"}.mdi-umbrella-outline:before{content:"\F54B"}.mdi-undo:before{content:"\F54C"}.mdi-undo-variant:before{content:"\F54D"}.mdi-unfold-less-horizontal:before{content:"\F54E"}.mdi-unfold-less-vertical:before{content:"\F75F"}.mdi-unfold-more-horizontal:before{content:"\F54F"}.mdi-unfold-more-vertical:before{content:"\F760"}.mdi-ungroup:before{content:"\F550"}.mdi-unity:before{content:"\F6AE"}.mdi-unreal:before{content:"\F9B0"}.mdi-untappd:before{content:"\F551"}.mdi-update:before{content:"\F6AF"}.mdi-upload:before{content:"\F552"}.mdi-upload-multiple:before{content:"\F83C"}.mdi-upload-network:before{content:"\F6F5"}.mdi-upload-network-outline:before{content:"\FCB4"}.mdi-usb:before{content:"\F553"}.mdi-van-passenger:before{content:"\F7F9"}.mdi-van-utility:before{content:"\F7FA"}.mdi-vanish:before{content:"\F7FB"}.mdi-variable:before{content:"\FAE6"}.mdi-vector-arrange-above:before{content:"\F554"}.mdi-vector-arrange-below:before{content:"\F555"}.mdi-vector-bezier:before{content:"\FAE7"}.mdi-vector-circle:before{content:"\F556"}.mdi-vector-circle-variant:before{content:"\F557"}.mdi-vector-combine:before{content:"\F558"}.mdi-vector-curve:before{content:"\F559"}.mdi-vector-difference:before{content:"\F55A"}.mdi-vector-difference-ab:before{content:"\F55B"}.mdi-vector-difference-ba:before{content:"\F55C"}.mdi-vector-ellipse:before{content:"\F892"}.mdi-vector-intersection:before{content:"\F55D"}.mdi-vector-line:before{content:"\F55E"}.mdi-vector-point:before{content:"\F55F"}.mdi-vector-polygon:before{content:"\F560"}.mdi-vector-polyline:before{content:"\F561"}.mdi-vector-radius:before{content:"\F749"}.mdi-vector-rectangle:before{content:"\F5C6"}.mdi-vector-selection:before{content:"\F562"}.mdi-vector-square:before{content:"\F001"}.mdi-vector-triangle:before{content:"\F563"}.mdi-vector-union:before{content:"\F564"}.mdi-venmo:before{content:"\F578"}.mdi-vhs:before{content:"\FA1A"}.mdi-vibrate:before{content:"\F566"}.mdi-vibrate-off:before{content:"\FCB5"}.mdi-video:before{content:"\F567"}.mdi-video-3d:before{content:"\F7FC"}.mdi-video-4k-box:before{content:"\F83D"}.mdi-video-account:before{content:"\F918"}.mdi-video-image:before{content:"\F919"}.mdi-video-input-antenna:before{content:"\F83E"}.mdi-video-input-component:before{content:"\F83F"}.mdi-video-input-hdmi:before{content:"\F840"}.mdi-video-input-svideo:before{content:"\F841"}.mdi-video-minus:before{content:"\F9B1"}.mdi-video-off:before{content:"\F568"}.mdi-video-off-outline:before{content:"\FBB7"}.mdi-video-outline:before{content:"\FBB8"}.mdi-video-plus:before{content:"\F9B2"}.mdi-video-stabilization:before{content:"\F91A"}.mdi-video-switch:before{content:"\F569"}.mdi-video-vintage:before{content:"\FA1B"}.mdi-view-agenda:before{content:"\F56A"}.mdi-view-array:before{content:"\F56B"}.mdi-view-carousel:before{content:"\F56C"}.mdi-view-column:before{content:"\F56D"}.mdi-view-dashboard:before{content:"\F56E"}.mdi-view-dashboard-outline:before{content:"\FA1C"}.mdi-view-dashboard-variant:before{content:"\F842"}.mdi-view-day:before{content:"\F56F"}.mdi-view-grid:before{content:"\F570"}.mdi-view-headline:before{content:"\F571"}.mdi-view-list:before{content:"\F572"}.mdi-view-module:before{content:"\F573"}.mdi-view-parallel:before{content:"\F727"}.mdi-view-quilt:before{content:"\F574"}.mdi-view-sequential:before{content:"\F728"}.mdi-view-split-horizontal:before{content:"\FBA7"}.mdi-view-split-vertical:before{content:"\FBA8"}.mdi-view-stream:before{content:"\F575"}.mdi-view-week:before{content:"\F576"}.mdi-vimeo:before{content:"\F577"}.mdi-violin:before{content:"\F60F"}.mdi-virtual-reality:before{content:"\F893"}.mdi-visual-studio:before{content:"\F610"}.mdi-visual-studio-code:before{content:"\FA1D"}.mdi-vk:before{content:"\F579"}.mdi-vk-box:before{content:"\F57A"}.mdi-vk-circle:before{content:"\F57B"}.mdi-vlc:before{content:"\F57C"}.mdi-voice:before{content:"\F5CB"}.mdi-voicemail:before{content:"\F57D"}.mdi-volleyball:before{content:"\F9B3"}.mdi-volume-high:before{content:"\F57E"}.mdi-volume-low:before{content:"\F57F"}.mdi-volume-medium:before{content:"\F580"}.mdi-volume-minus:before{content:"\F75D"}.mdi-volume-mute:before{content:"\F75E"}.mdi-volume-off:before{content:"\F581"}.mdi-volume-plus:before{content:"\F75C"}.mdi-vote:before{content:"\FA1E"}.mdi-vote-outline:before{content:"\FA1F"}.mdi-vpn:before{content:"\F582"}.mdi-vuejs:before{content:"\F843"}.mdi-walk:before{content:"\F583"}.mdi-wall:before{content:"\F7FD"}.mdi-wall-sconce:before{content:"\F91B"}.mdi-wall-sconce-flat:before{content:"\F91C"}.mdi-wall-sconce-variant:before{content:"\F91D"}.mdi-wallet:before{content:"\F584"}.mdi-wallet-giftcard:before{content:"\F585"}.mdi-wallet-membership:before{content:"\F586"}.mdi-wallet-outline:before{content:"\FBB9"}.mdi-wallet-travel:before{content:"\F587"}.mdi-wan:before{content:"\F588"}.mdi-washing-machine:before{content:"\F729"}.mdi-watch:before{content:"\F589"}.mdi-watch-export:before{content:"\F58A"}.mdi-watch-export-variant:before{content:"\F894"}.mdi-watch-import:before{content:"\F58B"}.mdi-watch-import-variant:before{content:"\F895"}.mdi-watch-variant:before{content:"\F896"}.mdi-watch-vibrate:before{content:"\F6B0"}.mdi-watch-vibrate-off:before{content:"\FCB6"}.mdi-water:before{content:"\F58C"}.mdi-water-off:before{content:"\F58D"}.mdi-water-percent:before{content:"\F58E"}.mdi-water-pump:before{content:"\F58F"}.mdi-watermark:before{content:"\F612"}.mdi-waves:before{content:"\F78C"}.mdi-waze:before{content:"\FBBA"}.mdi-weather-cloudy:before{content:"\F590"}.mdi-weather-fog:before{content:"\F591"}.mdi-weather-hail:before{content:"\F592"}.mdi-weather-hurricane:before{content:"\F897"}.mdi-weather-lightning:before{content:"\F593"}.mdi-weather-lightning-rainy:before{content:"\F67D"}.mdi-weather-night:before{content:"\F594"}.mdi-weather-partlycloudy:before{content:"\F595"}.mdi-weather-pouring:before{content:"\F596"}.mdi-weather-rainy:before{content:"\F597"}.mdi-weather-snowy:before{content:"\F598"}.mdi-weather-snowy-rainy:before{content:"\F67E"}.mdi-weather-sunny:before{content:"\F599"}.mdi-weather-sunset:before{content:"\F59A"}.mdi-weather-sunset-down:before{content:"\F59B"}.mdi-weather-sunset-up:before{content:"\F59C"}.mdi-weather-windy:before{content:"\F59D"}.mdi-weather-windy-variant:before{content:"\F59E"}.mdi-web:before{content:"\F59F"}.mdi-webcam:before{content:"\F5A0"}.mdi-webhook:before{content:"\F62F"}.mdi-webpack:before{content:"\F72A"}.mdi-wechat:before{content:"\F611"}.mdi-weight:before{content:"\F5A1"}.mdi-weight-gram:before{content:"\FD1B"}.mdi-weight-kilogram:before{content:"\F5A2"}.mdi-weight-pound:before{content:"\F9B4"}.mdi-whatsapp:before{content:"\F5A3"}.mdi-wheelchair-accessibility:before{content:"\F5A4"}.mdi-whistle:before{content:"\F9B5"}.mdi-white-balance-auto:before{content:"\F5A5"}.mdi-white-balance-incandescent:before{content:"\F5A6"}.mdi-white-balance-iridescent:before{content:"\F5A7"}.mdi-white-balance-sunny:before{content:"\F5A8"}.mdi-widgets:before{content:"\F72B"}.mdi-wifi:before{content:"\F5A9"}.mdi-wifi-off:before{content:"\F5AA"}.mdi-wifi-strength-1:before{content:"\F91E"}.mdi-wifi-strength-1-alert:before{content:"\F91F"}.mdi-wifi-strength-1-lock:before{content:"\F920"}.mdi-wifi-strength-2:before{content:"\F921"}.mdi-wifi-strength-2-alert:before{content:"\F922"}.mdi-wifi-strength-2-lock:before{content:"\F923"}.mdi-wifi-strength-3:before{content:"\F924"}.mdi-wifi-strength-3-alert:before{content:"\F925"}.mdi-wifi-strength-3-lock:before{content:"\F926"}.mdi-wifi-strength-4:before{content:"\F927"}.mdi-wifi-strength-4-alert:before{content:"\F928"}.mdi-wifi-strength-4-lock:before{content:"\F929"}.mdi-wifi-strength-alert-outline:before{content:"\F92A"}.mdi-wifi-strength-lock-outline:before{content:"\F92B"}.mdi-wifi-strength-off:before{content:"\F92C"}.mdi-wifi-strength-off-outline:before{content:"\F92D"}.mdi-wifi-strength-outline:before{content:"\F92E"}.mdi-wii:before{content:"\F5AB"}.mdi-wiiu:before{content:"\F72C"}.mdi-wikipedia:before{content:"\F5AC"}.mdi-window-close:before{content:"\F5AD"}.mdi-window-closed:before{content:"\F5AE"}.mdi-window-maximize:before{content:"\F5AF"}.mdi-window-minimize:before{content:"\F5B0"}.mdi-window-open:before{content:"\F5B1"}.mdi-window-restore:before{content:"\F5B2"}.mdi-windows:before{content:"\F5B3"}.mdi-windows-classic:before{content:"\FA20"}.mdi-wiper:before{content:"\FAE8"}.mdi-wordpress:before{content:"\F5B4"}.mdi-worker:before{content:"\F5B5"}.mdi-wrap:before{content:"\F5B6"}.mdi-wrap-disabled:before{content:"\FBBB"}.mdi-wrench:before{content:"\F5B7"}.mdi-wrench-outline:before{content:"\FBBC"}.mdi-wunderlist:before{content:"\F5B8"}.mdi-xamarin:before{content:"\F844"}.mdi-xamarin-outline:before{content:"\F845"}.mdi-xaml:before{content:"\F673"}.mdi-xbox:before{content:"\F5B9"}.mdi-xbox-controller:before{content:"\F5BA"}.mdi-xbox-controller-battery-alert:before{content:"\F74A"}.mdi-xbox-controller-battery-charging:before{content:"\FA21"}.mdi-xbox-controller-battery-empty:before{content:"\F74B"}.mdi-xbox-controller-battery-full:before{content:"\F74C"}.mdi-xbox-controller-battery-low:before{content:"\F74D"}.mdi-xbox-controller-battery-medium:before{content:"\F74E"}.mdi-xbox-controller-battery-unknown:before{content:"\F74F"}.mdi-xbox-controller-off:before{content:"\F5BB"}.mdi-xda:before{content:"\F5BC"}.mdi-xing:before{content:"\F5BD"}.mdi-xing-box:before{content:"\F5BE"}.mdi-xing-circle:before{content:"\F5BF"}.mdi-xml:before{content:"\F5C0"}.mdi-xmpp:before{content:"\F7FE"}.mdi-yahoo:before{content:"\FB2A"}.mdi-yammer:before{content:"\F788"}.mdi-yeast:before{content:"\F5C1"}.mdi-yelp:before{content:"\F5C2"}.mdi-yin-yang:before{content:"\F67F"}.mdi-youtube:before{content:"\F5C3"}.mdi-youtube-creator-studio:before{content:"\F846"}.mdi-youtube-gaming:before{content:"\F847"}.mdi-youtube-subscription:before{content:"\FD1C"}.mdi-youtube-tv:before{content:"\F448"}.mdi-z-wave:before{content:"\FAE9"}.mdi-zend:before{content:"\FAEA"}.mdi-zigbee:before{content:"\FD1D"}.mdi-zip-box:before{content:"\F5C4"}.mdi-zip-disk:before{content:"\FA22"}.mdi-zodiac-aquarius:before{content:"\FA7C"}.mdi-zodiac-aries:before{content:"\FA7D"}.mdi-zodiac-cancer:before{content:"\FA7E"}.mdi-zodiac-capricorn:before{content:"\FA7F"}.mdi-zodiac-gemini:before{content:"\FA80"}.mdi-zodiac-leo:before{content:"\FA81"}.mdi-zodiac-libra:before{content:"\FA82"}.mdi-zodiac-pisces:before{content:"\FA83"}.mdi-zodiac-sagittarius:before{content:"\FA84"}.mdi-zodiac-scorpio:before{content:"\FA85"}.mdi-zodiac-taurus:before{content:"\FA86"}.mdi-zodiac-virgo:before{content:"\FA87"}.mdi-blank:before{content:"\F68C";visibility:hidden}.mdi-bs-primary{color:#3f51b5}a.mdi-bs-primary:focus,a.mdi-bs-primary:hover{color:#1a237e}.mdi-bs-secondary{color:#e91e63}a.mdi-bs-secondary:focus,a.mdi-bs-secondary:hover{color:#880e4f}.mdi-bs-success{color:#4caf50}a.mdi-bs-success:focus,a.mdi-bs-success:hover{color:#1b5e20}.mdi-bs-info{color:#03a9f4}a.mdi-bs-info:focus,a.mdi-bs-info:hover{color:#01579b}.mdi-bs-warning{color:#ffeb3b}a.mdi-bs-warning:focus,a.mdi-bs-warning:hover{color:#f57f17}.mdi-bs-danger{color:#f44336}a.mdi-bs-danger:focus,a.mdi-bs-danger:hover{color:#b71c1c}.mdi-md-red{color:#f44336}a.mdi-md-red:focus,a.mdi-md-red:hover{color:#e53935}.mdi-md-red-50{color:#ffebee}.mdi-md-red-100,a.mdi-md-red-50:focus,a.mdi-md-red-50:hover{color:#ffcdd2}.mdi-md-red-200,a.mdi-md-red-100:focus,a.mdi-md-red-100:hover{color:#ef9a9a}.mdi-md-red-300,a.mdi-md-red-200:focus,a.mdi-md-red-200:hover{color:#e57373}.mdi-md-red-400,a.mdi-md-red-300:focus,a.mdi-md-red-300:hover{color:#ef5350}.mdi-md-red-500,a.mdi-md-red-400:focus,a.mdi-md-red-400:hover{color:#f44336}.mdi-md-red-600,a.mdi-md-red-500:focus,a.mdi-md-red-500:hover{color:#e53935}.mdi-md-red-700,a.mdi-md-red-600:focus,a.mdi-md-red-600:hover{color:#d32f2f}.mdi-md-red-800,a.mdi-md-red-700:focus,a.mdi-md-red-700:hover{color:#c62828}.mdi-md-red-900,a.mdi-md-red-800:focus,a.mdi-md-red-800:hover{color:#b71c1c}a.mdi-md-red-900:focus,a.mdi-md-red-900:hover{color:#8b1515}.mdi-md-red-A100{color:#ff8a80}a.mdi-md-red-A100:focus,a.mdi-md-red-A100:hover{color:#ff5b4d}.mdi-md-red-A200{color:#ff5252}a.mdi-md-red-A200:focus,a.mdi-md-red-A200:hover{color:#ff1f1f}.mdi-md-red-A400{color:#ff1744}a.mdi-md-red-A400:focus,a.mdi-md-red-A400:hover{color:#e3002c}.mdi-md-red-A700{color:#d50000}a.mdi-md-red-A700:focus,a.mdi-md-red-A700:hover{color:#a20000}.mdi-md-bg-red{background-color:#f44336}a.mdi-md-bg-red:focus,a.mdi-md-bg-red:hover{background-color:#e53935}.mdi-md-bg-red-50{background-color:#ffebee}.mdi-md-bg-red-100,a.mdi-md-bg-red-50:focus,a.mdi-md-bg-red-50:hover{background-color:#ffcdd2}.mdi-md-bg-red-200,a.mdi-md-bg-red-100:focus,a.mdi-md-bg-red-100:hover{background-color:#ef9a9a}.mdi-md-bg-red-300,a.mdi-md-bg-red-200:focus,a.mdi-md-bg-red-200:hover{background-color:#e57373}.mdi-md-bg-red-400,a.mdi-md-bg-red-300:focus,a.mdi-md-bg-red-300:hover{background-color:#ef5350}.mdi-md-bg-red-500,a.mdi-md-bg-red-400:focus,a.mdi-md-bg-red-400:hover{background-color:#f44336}.mdi-md-bg-red-600,a.mdi-md-bg-red-500:focus,a.mdi-md-bg-red-500:hover{background-color:#e53935}.mdi-md-bg-red-700,a.mdi-md-bg-red-600:focus,a.mdi-md-bg-red-600:hover{background-color:#d32f2f}.mdi-md-bg-red-800,a.mdi-md-bg-red-700:focus,a.mdi-md-bg-red-700:hover{background-color:#c62828}.mdi-md-bg-red-900,a.mdi-md-bg-red-800:focus,a.mdi-md-bg-red-800:hover{background-color:#b71c1c}a.mdi-md-bg-red-900:focus,a.mdi-md-bg-red-900:hover{background-color:#8b1515}.mdi-md-bg-red-A100{background-color:#ff8a80}a.mdi-md-bg-red-A100:focus,a.mdi-md-bg-red-A100:hover{background-color:#ff5b4d}.mdi-md-bg-red-A200{background-color:#ff5252}a.mdi-md-bg-red-A200:focus,a.mdi-md-bg-red-A200:hover{background-color:#ff1f1f}.mdi-md-bg-red-A400{background-color:#ff1744}a.mdi-md-bg-red-A400:focus,a.mdi-md-bg-red-A400:hover{background-color:#e3002c}.mdi-md-bg-red-A700{background-color:#d50000}a.mdi-md-bg-red-A700:focus,a.mdi-md-bg-red-A700:hover{background-color:#a20000}.mdi-md-pink{color:#e91e63}a.mdi-md-pink:focus,a.mdi-md-pink:hover{color:#d81b60}.mdi-md-pink-50{color:#fce4ec}.mdi-md-pink-100,a.mdi-md-pink-50:focus,a.mdi-md-pink-50:hover{color:#f8bbd0}.mdi-md-pink-200,a.mdi-md-pink-100:focus,a.mdi-md-pink-100:hover{color:#f48fb1}.mdi-md-pink-300,a.mdi-md-pink-200:focus,a.mdi-md-pink-200:hover{color:#f06292}.mdi-md-pink-400,a.mdi-md-pink-300:focus,a.mdi-md-pink-300:hover{color:#ec407a}.mdi-md-pink-500,a.mdi-md-pink-400:focus,a.mdi-md-pink-400:hover{color:#e91e63}.mdi-md-pink-600,a.mdi-md-pink-500:focus,a.mdi-md-pink-500:hover{color:#d81b60}.mdi-md-pink-700,a.mdi-md-pink-600:focus,a.mdi-md-pink-600:hover{color:#c2185b}.mdi-md-pink-800,a.mdi-md-pink-700:focus,a.mdi-md-pink-700:hover{color:#ad1457}.mdi-md-pink-900,a.mdi-md-pink-800:focus,a.mdi-md-pink-800:hover{color:#880e4f}a.mdi-md-pink-900:focus,a.mdi-md-pink-900:hover{color:#5a0934}.mdi-md-pink-A100{color:#ff80ab}a.mdi-md-pink-A100:focus,a.mdi-md-pink-A100:hover{color:#ff4d89}.mdi-md-pink-A200{color:#ff4081}a.mdi-md-pink-A200:focus,a.mdi-md-pink-A200:hover{color:#ff0d5f}.mdi-md-pink-A400{color:#f50057}a.mdi-md-pink-A400:focus,a.mdi-md-pink-A400:hover{color:#c20045}.mdi-md-pink-A700{color:#c51162}a.mdi-md-pink-A700:focus,a.mdi-md-pink-A700:hover{color:#960d4b}.mdi-md-bg-pink{background-color:#e91e63}a.mdi-md-bg-pink:focus,a.mdi-md-bg-pink:hover{background-color:#d81b60}.mdi-md-bg-pink-50{background-color:#fce4ec}.mdi-md-bg-pink-100,a.mdi-md-bg-pink-50:focus,a.mdi-md-bg-pink-50:hover{background-color:#f8bbd0}.mdi-md-bg-pink-200,a.mdi-md-bg-pink-100:focus,a.mdi-md-bg-pink-100:hover{background-color:#f48fb1}.mdi-md-bg-pink-300,a.mdi-md-bg-pink-200:focus,a.mdi-md-bg-pink-200:hover{background-color:#f06292}.mdi-md-bg-pink-400,a.mdi-md-bg-pink-300:focus,a.mdi-md-bg-pink-300:hover{background-color:#ec407a}.mdi-md-bg-pink-500,a.mdi-md-bg-pink-400:focus,a.mdi-md-bg-pink-400:hover{background-color:#e91e63}.mdi-md-bg-pink-600,a.mdi-md-bg-pink-500:focus,a.mdi-md-bg-pink-500:hover{background-color:#d81b60}.mdi-md-bg-pink-700,a.mdi-md-bg-pink-600:focus,a.mdi-md-bg-pink-600:hover{background-color:#c2185b}.mdi-md-bg-pink-800,a.mdi-md-bg-pink-700:focus,a.mdi-md-bg-pink-700:hover{background-color:#ad1457}.mdi-md-bg-pink-900,a.mdi-md-bg-pink-800:focus,a.mdi-md-bg-pink-800:hover{background-color:#880e4f}a.mdi-md-bg-pink-900:focus,a.mdi-md-bg-pink-900:hover{background-color:#5a0934}.mdi-md-bg-pink-A100{background-color:#ff80ab}a.mdi-md-bg-pink-A100:focus,a.mdi-md-bg-pink-A100:hover{background-color:#ff4d89}.mdi-md-bg-pink-A200{background-color:#ff4081}a.mdi-md-bg-pink-A200:focus,a.mdi-md-bg-pink-A200:hover{background-color:#ff0d5f}.mdi-md-bg-pink-A400{background-color:#f50057}a.mdi-md-bg-pink-A400:focus,a.mdi-md-bg-pink-A400:hover{background-color:#c20045}.mdi-md-bg-pink-A700{background-color:#c51162}a.mdi-md-bg-pink-A700:focus,a.mdi-md-bg-pink-A700:hover{background-color:#960d4b}.mdi-md-purple{color:#9c27b0}a.mdi-md-purple:focus,a.mdi-md-purple:hover{color:#8e24aa}.mdi-md-purple-50{color:#f3e5f5}.mdi-md-purple-100,a.mdi-md-purple-50:focus,a.mdi-md-purple-50:hover{color:#e1bee7}.mdi-md-purple-200,a.mdi-md-purple-100:focus,a.mdi-md-purple-100:hover{color:#ce93d8}.mdi-md-purple-300,a.mdi-md-purple-200:focus,a.mdi-md-purple-200:hover{color:#ba68c8}.mdi-md-purple-400,a.mdi-md-purple-300:focus,a.mdi-md-purple-300:hover{color:#ab47bc}.mdi-md-purple-500,a.mdi-md-purple-400:focus,a.mdi-md-purple-400:hover{color:#9c27b0}.mdi-md-purple-600,a.mdi-md-purple-500:focus,a.mdi-md-purple-500:hover{color:#8e24aa}.mdi-md-purple-700,a.mdi-md-purple-600:focus,a.mdi-md-purple-600:hover{color:#7b1fa2}.mdi-md-purple-800,a.mdi-md-purple-700:focus,a.mdi-md-purple-700:hover{color:#6a1b9a}.mdi-md-purple-900,a.mdi-md-purple-800:focus,a.mdi-md-purple-800:hover{color:#4a148c}a.mdi-md-purple-900:focus,a.mdi-md-purple-900:hover{color:#320e5f}.mdi-md-purple-A100{color:#ea80fc}a.mdi-md-purple-A100:focus,a.mdi-md-purple-A100:hover{color:#e24efb}.mdi-md-purple-A200{color:#e040fb}a.mdi-md-purple-A200:focus,a.mdi-md-purple-A200:hover{color:#d80efa}.mdi-md-purple-A400{color:#d500f9}a.mdi-md-purple-A400:focus,a.mdi-md-purple-A400:hover{color:#a900c6}.mdi-md-purple-A700{color:#a0f}a.mdi-md-purple-A700:focus,a.mdi-md-purple-A700:hover{color:#80c}.mdi-md-bg-purple{background-color:#9c27b0}a.mdi-md-bg-purple:focus,a.mdi-md-bg-purple:hover{background-color:#8e24aa}.mdi-md-bg-purple-50{background-color:#f3e5f5}.mdi-md-bg-purple-100,a.mdi-md-bg-purple-50:focus,a.mdi-md-bg-purple-50:hover{background-color:#e1bee7}.mdi-md-bg-purple-200,a.mdi-md-bg-purple-100:focus,a.mdi-md-bg-purple-100:hover{background-color:#ce93d8}.mdi-md-bg-purple-300,a.mdi-md-bg-purple-200:focus,a.mdi-md-bg-purple-200:hover{background-color:#ba68c8}.mdi-md-bg-purple-400,a.mdi-md-bg-purple-300:focus,a.mdi-md-bg-purple-300:hover{background-color:#ab47bc}.mdi-md-bg-purple-500,a.mdi-md-bg-purple-400:focus,a.mdi-md-bg-purple-400:hover{background-color:#9c27b0}.mdi-md-bg-purple-600,a.mdi-md-bg-purple-500:focus,a.mdi-md-bg-purple-500:hover{background-color:#8e24aa}.mdi-md-bg-purple-700,a.mdi-md-bg-purple-600:focus,a.mdi-md-bg-purple-600:hover{background-color:#7b1fa2}.mdi-md-bg-purple-800,a.mdi-md-bg-purple-700:focus,a.mdi-md-bg-purple-700:hover{background-color:#6a1b9a}.mdi-md-bg-purple-900,a.mdi-md-bg-purple-800:focus,a.mdi-md-bg-purple-800:hover{background-color:#4a148c}a.mdi-md-bg-purple-900:focus,a.mdi-md-bg-purple-900:hover{background-color:#320e5f}.mdi-md-bg-purple-A100{background-color:#ea80fc}a.mdi-md-bg-purple-A100:focus,a.mdi-md-bg-purple-A100:hover{background-color:#e24efb}.mdi-md-bg-purple-A200{background-color:#e040fb}a.mdi-md-bg-purple-A200:focus,a.mdi-md-bg-purple-A200:hover{background-color:#d80efa}.mdi-md-bg-purple-A400{background-color:#d500f9}a.mdi-md-bg-purple-A400:focus,a.mdi-md-bg-purple-A400:hover{background-color:#a900c6}.mdi-md-bg-purple-A700{background-color:#a0f}a.mdi-md-bg-purple-A700:focus,a.mdi-md-bg-purple-A700:hover{background-color:#80c}.mdi-md-deep-purple{color:#673ab7}a.mdi-md-deep-purple:focus,a.mdi-md-deep-purple:hover{color:#5e35b1}.mdi-md-deep-purple-50{color:#ede7f6}.mdi-md-deep-purple-100,a.mdi-md-deep-purple-50:focus,a.mdi-md-deep-purple-50:hover{color:#d1c4e9}.mdi-md-deep-purple-200,a.mdi-md-deep-purple-100:focus,a.mdi-md-deep-purple-100:hover{color:#b39ddb}.mdi-md-deep-purple-300,a.mdi-md-deep-purple-200:focus,a.mdi-md-deep-purple-200:hover{color:#9575cd}.mdi-md-deep-purple-400,a.mdi-md-deep-purple-300:focus,a.mdi-md-deep-purple-300:hover{color:#7e57c2}.mdi-md-deep-purple-500,a.mdi-md-deep-purple-400:focus,a.mdi-md-deep-purple-400:hover{color:#673ab7}.mdi-md-deep-purple-600,a.mdi-md-deep-purple-500:focus,a.mdi-md-deep-purple-500:hover{color:#5e35b1}.mdi-md-deep-purple-700,a.mdi-md-deep-purple-600:focus,a.mdi-md-deep-purple-600:hover{color:#512da8}.mdi-md-deep-purple-800,a.mdi-md-deep-purple-700:focus,a.mdi-md-deep-purple-700:hover{color:#4527a0}.mdi-md-deep-purple-900,a.mdi-md-deep-purple-800:focus,a.mdi-md-deep-purple-800:hover{color:#311b92}a.mdi-md-deep-purple-900:focus,a.mdi-md-deep-purple-900:hover{color:#231367}.mdi-md-deep-purple-A100{color:#b388ff}a.mdi-md-deep-purple-A100:focus,a.mdi-md-deep-purple-A100:hover{color:#9255ff}.mdi-md-deep-purple-A200{color:#7c4dff}a.mdi-md-deep-purple-A200:focus,a.mdi-md-deep-purple-A200:hover{color:#561aff}.mdi-md-deep-purple-A400{color:#651fff}a.mdi-md-deep-purple-A400:focus,a.mdi-md-deep-purple-A400:hover{color:#4900eb}.mdi-md-deep-purple-A700{color:#6200ea}a.mdi-md-deep-purple-A700:focus,a.mdi-md-deep-purple-A700:hover{color:#4d00b7}.mdi-md-bg-deep-purple{background-color:#673ab7}a.mdi-md-bg-deep-purple:focus,a.mdi-md-bg-deep-purple:hover{background-color:#5e35b1}.mdi-md-bg-deep-purple-50{background-color:#ede7f6}.mdi-md-bg-deep-purple-100,a.mdi-md-bg-deep-purple-50:focus,a.mdi-md-bg-deep-purple-50:hover{background-color:#d1c4e9}.mdi-md-bg-deep-purple-200,a.mdi-md-bg-deep-purple-100:focus,a.mdi-md-bg-deep-purple-100:hover{background-color:#b39ddb}.mdi-md-bg-deep-purple-300,a.mdi-md-bg-deep-purple-200:focus,a.mdi-md-bg-deep-purple-200:hover{background-color:#9575cd}.mdi-md-bg-deep-purple-400,a.mdi-md-bg-deep-purple-300:focus,a.mdi-md-bg-deep-purple-300:hover{background-color:#7e57c2}.mdi-md-bg-deep-purple-500,a.mdi-md-bg-deep-purple-400:focus,a.mdi-md-bg-deep-purple-400:hover{background-color:#673ab7}.mdi-md-bg-deep-purple-600,a.mdi-md-bg-deep-purple-500:focus,a.mdi-md-bg-deep-purple-500:hover{background-color:#5e35b1}.mdi-md-bg-deep-purple-700,a.mdi-md-bg-deep-purple-600:focus,a.mdi-md-bg-deep-purple-600:hover{background-color:#512da8}.mdi-md-bg-deep-purple-800,a.mdi-md-bg-deep-purple-700:focus,a.mdi-md-bg-deep-purple-700:hover{background-color:#4527a0}.mdi-md-bg-deep-purple-900,a.mdi-md-bg-deep-purple-800:focus,a.mdi-md-bg-deep-purple-800:hover{background-color:#311b92}a.mdi-md-bg-deep-purple-900:focus,a.mdi-md-bg-deep-purple-900:hover{background-color:#231367}.mdi-md-bg-deep-purple-A100{background-color:#b388ff}a.mdi-md-bg-deep-purple-A100:focus,a.mdi-md-bg-deep-purple-A100:hover{background-color:#9255ff}.mdi-md-bg-deep-purple-A200{background-color:#7c4dff}a.mdi-md-bg-deep-purple-A200:focus,a.mdi-md-bg-deep-purple-A200:hover{background-color:#561aff}.mdi-md-bg-deep-purple-A400{background-color:#651fff}a.mdi-md-bg-deep-purple-A400:focus,a.mdi-md-bg-deep-purple-A400:hover{background-color:#4900eb}.mdi-md-bg-deep-purple-A700{background-color:#6200ea}a.mdi-md-bg-deep-purple-A700:focus,a.mdi-md-bg-deep-purple-A700:hover{background-color:#4d00b7}.mdi-md-indigo{color:#3f51b5}a.mdi-md-indigo:focus,a.mdi-md-indigo:hover{color:#3949ab}.mdi-md-indigo-50{color:#e8eaf6}.mdi-md-indigo-100,a.mdi-md-indigo-50:focus,a.mdi-md-indigo-50:hover{color:#c5cae9}.mdi-md-indigo-200,a.mdi-md-indigo-100:focus,a.mdi-md-indigo-100:hover{color:#9fa8da}.mdi-md-indigo-300,a.mdi-md-indigo-200:focus,a.mdi-md-indigo-200:hover{color:#7986cb}.mdi-md-indigo-400,a.mdi-md-indigo-300:focus,a.mdi-md-indigo-300:hover{color:#5c6bc0}.mdi-md-indigo-500,a.mdi-md-indigo-400:focus,a.mdi-md-indigo-400:hover{color:#3f51b5}.mdi-md-indigo-600,a.mdi-md-indigo-500:focus,a.mdi-md-indigo-500:hover{color:#3949ab}.mdi-md-indigo-700,a.mdi-md-indigo-600:focus,a.mdi-md-indigo-600:hover{color:#303f9f}.mdi-md-indigo-800,a.mdi-md-indigo-700:focus,a.mdi-md-indigo-700:hover{color:#283593}.mdi-md-indigo-900,a.mdi-md-indigo-800:focus,a.mdi-md-indigo-800:hover{color:#1a237e}a.mdi-md-indigo-900:focus,a.mdi-md-indigo-900:hover{color:#111754}.mdi-md-indigo-A100{color:#8c9eff}a.mdi-md-indigo-A100:focus,a.mdi-md-indigo-A100:hover{color:#5973ff}.mdi-md-indigo-A200{color:#536dfe}a.mdi-md-indigo-A200:focus,a.mdi-md-indigo-A200:hover{color:#2042fe}.mdi-md-indigo-A400{color:#3d5afe}a.mdi-md-indigo-A400:focus,a.mdi-md-indigo-A400:hover{color:#0a2ffe}.mdi-md-indigo-A700{color:#304ffe}a.mdi-md-indigo-A700:focus,a.mdi-md-indigo-A700:hover{color:#0127fa}.mdi-md-bg-indigo{background-color:#3f51b5}a.mdi-md-bg-indigo:focus,a.mdi-md-bg-indigo:hover{background-color:#3949ab}.mdi-md-bg-indigo-50{background-color:#e8eaf6}.mdi-md-bg-indigo-100,a.mdi-md-bg-indigo-50:focus,a.mdi-md-bg-indigo-50:hover{background-color:#c5cae9}.mdi-md-bg-indigo-200,a.mdi-md-bg-indigo-100:focus,a.mdi-md-bg-indigo-100:hover{background-color:#9fa8da}.mdi-md-bg-indigo-300,a.mdi-md-bg-indigo-200:focus,a.mdi-md-bg-indigo-200:hover{background-color:#7986cb}.mdi-md-bg-indigo-400,a.mdi-md-bg-indigo-300:focus,a.mdi-md-bg-indigo-300:hover{background-color:#5c6bc0}.mdi-md-bg-indigo-500,a.mdi-md-bg-indigo-400:focus,a.mdi-md-bg-indigo-400:hover{background-color:#3f51b5}.mdi-md-bg-indigo-600,a.mdi-md-bg-indigo-500:focus,a.mdi-md-bg-indigo-500:hover{background-color:#3949ab}.mdi-md-bg-indigo-700,a.mdi-md-bg-indigo-600:focus,a.mdi-md-bg-indigo-600:hover{background-color:#303f9f}.mdi-md-bg-indigo-800,a.mdi-md-bg-indigo-700:focus,a.mdi-md-bg-indigo-700:hover{background-color:#283593}.mdi-md-bg-indigo-900,a.mdi-md-bg-indigo-800:focus,a.mdi-md-bg-indigo-800:hover{background-color:#1a237e}a.mdi-md-bg-indigo-900:focus,a.mdi-md-bg-indigo-900:hover{background-color:#111754}.mdi-md-bg-indigo-A100{background-color:#8c9eff}a.mdi-md-bg-indigo-A100:focus,a.mdi-md-bg-indigo-A100:hover{background-color:#5973ff}.mdi-md-bg-indigo-A200{background-color:#536dfe}a.mdi-md-bg-indigo-A200:focus,a.mdi-md-bg-indigo-A200:hover{background-color:#2042fe}.mdi-md-bg-indigo-A400{background-color:#3d5afe}a.mdi-md-bg-indigo-A400:focus,a.mdi-md-bg-indigo-A400:hover{background-color:#0a2ffe}.mdi-md-bg-indigo-A700{background-color:#304ffe}a.mdi-md-bg-indigo-A700:focus,a.mdi-md-bg-indigo-A700:hover{background-color:#0127fa}.mdi-md-blue{color:#2196f3}a.mdi-md-blue:focus,a.mdi-md-blue:hover{color:#1e88e5}.mdi-md-blue-50{color:#e3f2fd}.mdi-md-blue-100,a.mdi-md-blue-50:focus,a.mdi-md-blue-50:hover{color:#bbdefb}.mdi-md-blue-200,a.mdi-md-blue-100:focus,a.mdi-md-blue-100:hover{color:#90caf9}.mdi-md-blue-300,a.mdi-md-blue-200:focus,a.mdi-md-blue-200:hover{color:#64b5f6}.mdi-md-blue-400,a.mdi-md-blue-300:focus,a.mdi-md-blue-300:hover{color:#42a5f5}.mdi-md-blue-500,a.mdi-md-blue-400:focus,a.mdi-md-blue-400:hover{color:#2196f3}.mdi-md-blue-600,a.mdi-md-blue-500:focus,a.mdi-md-blue-500:hover{color:#1e88e5}.mdi-md-blue-700,a.mdi-md-blue-600:focus,a.mdi-md-blue-600:hover{color:#1976d2}.mdi-md-blue-800,a.mdi-md-blue-700:focus,a.mdi-md-blue-700:hover{color:#1565c0}.mdi-md-blue-900,a.mdi-md-blue-800:focus,a.mdi-md-blue-800:hover{color:#0d47a1}a.mdi-md-blue-900:focus,a.mdi-md-blue-900:hover{color:#093272}.mdi-md-blue-A100{color:#82b1ff}a.mdi-md-blue-A100:focus,a.mdi-md-blue-A100:hover{color:#4f91ff}.mdi-md-blue-A200{color:#448aff}a.mdi-md-blue-A200:focus,a.mdi-md-blue-A200:hover{color:#116aff}.mdi-md-blue-A400{color:#2979ff}a.mdi-md-blue-A400:focus,a.mdi-md-blue-A400:hover{color:#005cf5}.mdi-md-blue-A700{color:#2962ff}a.mdi-md-blue-A700:focus,a.mdi-md-blue-A700:hover{color:#0041f5}.mdi-md-bg-blue{background-color:#2196f3}a.mdi-md-bg-blue:focus,a.mdi-md-bg-blue:hover{background-color:#1e88e5}.mdi-md-bg-blue-50{background-color:#e3f2fd}.mdi-md-bg-blue-100,a.mdi-md-bg-blue-50:focus,a.mdi-md-bg-blue-50:hover{background-color:#bbdefb}.mdi-md-bg-blue-200,a.mdi-md-bg-blue-100:focus,a.mdi-md-bg-blue-100:hover{background-color:#90caf9}.mdi-md-bg-blue-300,a.mdi-md-bg-blue-200:focus,a.mdi-md-bg-blue-200:hover{background-color:#64b5f6}.mdi-md-bg-blue-400,a.mdi-md-bg-blue-300:focus,a.mdi-md-bg-blue-300:hover{background-color:#42a5f5}.mdi-md-bg-blue-500,a.mdi-md-bg-blue-400:focus,a.mdi-md-bg-blue-400:hover{background-color:#2196f3}.mdi-md-bg-blue-600,a.mdi-md-bg-blue-500:focus,a.mdi-md-bg-blue-500:hover{background-color:#1e88e5}.mdi-md-bg-blue-700,a.mdi-md-bg-blue-600:focus,a.mdi-md-bg-blue-600:hover{background-color:#1976d2}.mdi-md-bg-blue-800,a.mdi-md-bg-blue-700:focus,a.mdi-md-bg-blue-700:hover{background-color:#1565c0}.mdi-md-bg-blue-900,a.mdi-md-bg-blue-800:focus,a.mdi-md-bg-blue-800:hover{background-color:#0d47a1}a.mdi-md-bg-blue-900:focus,a.mdi-md-bg-blue-900:hover{background-color:#093272}.mdi-md-bg-blue-A100{background-color:#82b1ff}a.mdi-md-bg-blue-A100:focus,a.mdi-md-bg-blue-A100:hover{background-color:#4f91ff}.mdi-md-bg-blue-A200{background-color:#448aff}a.mdi-md-bg-blue-A200:focus,a.mdi-md-bg-blue-A200:hover{background-color:#116aff}.mdi-md-bg-blue-A400{background-color:#2979ff}a.mdi-md-bg-blue-A400:focus,a.mdi-md-bg-blue-A400:hover{background-color:#005cf5}.mdi-md-bg-blue-A700{background-color:#2962ff}a.mdi-md-bg-blue-A700:focus,a.mdi-md-bg-blue-A700:hover{background-color:#0041f5}.mdi-md-light-blue{color:#03a9f4}a.mdi-md-light-blue:focus,a.mdi-md-light-blue:hover{color:#039be5}.mdi-md-light-blue-50{color:#e1f5fe}.mdi-md-light-blue-100,a.mdi-md-light-blue-50:focus,a.mdi-md-light-blue-50:hover{color:#b3e5fc}.mdi-md-light-blue-200,a.mdi-md-light-blue-100:focus,a.mdi-md-light-blue-100:hover{color:#81d4fa}.mdi-md-light-blue-300,a.mdi-md-light-blue-200:focus,a.mdi-md-light-blue-200:hover{color:#4fc3f7}.mdi-md-light-blue-400,a.mdi-md-light-blue-300:focus,a.mdi-md-light-blue-300:hover{color:#29b6f6}.mdi-md-light-blue-500,a.mdi-md-light-blue-400:focus,a.mdi-md-light-blue-400:hover{color:#03a9f4}.mdi-md-light-blue-600,a.mdi-md-light-blue-500:focus,a.mdi-md-light-blue-500:hover{color:#039be5}.mdi-md-light-blue-700,a.mdi-md-light-blue-600:focus,a.mdi-md-light-blue-600:hover{color:#0288d1}.mdi-md-light-blue-800,a.mdi-md-light-blue-700:focus,a.mdi-md-light-blue-700:hover{color:#0277bd}.mdi-md-light-blue-900,a.mdi-md-light-blue-800:focus,a.mdi-md-light-blue-800:hover{color:#01579b}a.mdi-md-light-blue-900:focus,a.mdi-md-light-blue-900:hover{color:#013b68}.mdi-md-light-blue-A100{color:#80d8ff}a.mdi-md-light-blue-A100:focus,a.mdi-md-light-blue-A100:hover{color:#4dc8ff}.mdi-md-light-blue-A200{color:#40c4ff}a.mdi-md-light-blue-A200:focus,a.mdi-md-light-blue-A200:hover{color:#0db4ff}.mdi-md-light-blue-A400{color:#00b0ff}a.mdi-md-light-blue-A400:focus,a.mdi-md-light-blue-A400:hover{color:#008dcc}.mdi-md-light-blue-A700{color:#0091ea}a.mdi-md-light-blue-A700:focus,a.mdi-md-light-blue-A700:hover{color:#0071b7}.mdi-md-bg-light-blue{background-color:#03a9f4}a.mdi-md-bg-light-blue:focus,a.mdi-md-bg-light-blue:hover{background-color:#039be5}.mdi-md-bg-light-blue-50{background-color:#e1f5fe}.mdi-md-bg-light-blue-100,a.mdi-md-bg-light-blue-50:focus,a.mdi-md-bg-light-blue-50:hover{background-color:#b3e5fc}.mdi-md-bg-light-blue-200,a.mdi-md-bg-light-blue-100:focus,a.mdi-md-bg-light-blue-100:hover{background-color:#81d4fa}.mdi-md-bg-light-blue-300,a.mdi-md-bg-light-blue-200:focus,a.mdi-md-bg-light-blue-200:hover{background-color:#4fc3f7}.mdi-md-bg-light-blue-400,a.mdi-md-bg-light-blue-300:focus,a.mdi-md-bg-light-blue-300:hover{background-color:#29b6f6}.mdi-md-bg-light-blue-500,a.mdi-md-bg-light-blue-400:focus,a.mdi-md-bg-light-blue-400:hover{background-color:#03a9f4}.mdi-md-bg-light-blue-600,a.mdi-md-bg-light-blue-500:focus,a.mdi-md-bg-light-blue-500:hover{background-color:#039be5}.mdi-md-bg-light-blue-700,a.mdi-md-bg-light-blue-600:focus,a.mdi-md-bg-light-blue-600:hover{background-color:#0288d1}.mdi-md-bg-light-blue-800,a.mdi-md-bg-light-blue-700:focus,a.mdi-md-bg-light-blue-700:hover{background-color:#0277bd}.mdi-md-bg-light-blue-900,a.mdi-md-bg-light-blue-800:focus,a.mdi-md-bg-light-blue-800:hover{background-color:#01579b}a.mdi-md-bg-light-blue-900:focus,a.mdi-md-bg-light-blue-900:hover{background-color:#013b68}.mdi-md-bg-light-blue-A100{background-color:#80d8ff}a.mdi-md-bg-light-blue-A100:focus,a.mdi-md-bg-light-blue-A100:hover{background-color:#4dc8ff}.mdi-md-bg-light-blue-A200{background-color:#40c4ff}a.mdi-md-bg-light-blue-A200:focus,a.mdi-md-bg-light-blue-A200:hover{background-color:#0db4ff}.mdi-md-bg-light-blue-A400{background-color:#00b0ff}a.mdi-md-bg-light-blue-A400:focus,a.mdi-md-bg-light-blue-A400:hover{background-color:#008dcc}.mdi-md-bg-light-blue-A700{background-color:#0091ea}a.mdi-md-bg-light-blue-A700:focus,a.mdi-md-bg-light-blue-A700:hover{background-color:#0071b7}.mdi-md-cyan{color:#00bcd4}a.mdi-md-cyan:focus,a.mdi-md-cyan:hover{color:#00acc1}.mdi-md-cyan-50{color:#e0f7fa}.mdi-md-cyan-100,a.mdi-md-cyan-50:focus,a.mdi-md-cyan-50:hover{color:#b2ebf2}.mdi-md-cyan-200,a.mdi-md-cyan-100:focus,a.mdi-md-cyan-100:hover{color:#80deea}.mdi-md-cyan-300,a.mdi-md-cyan-200:focus,a.mdi-md-cyan-200:hover{color:#4dd0e1}.mdi-md-cyan-400,a.mdi-md-cyan-300:focus,a.mdi-md-cyan-300:hover{color:#26c6da}.mdi-md-cyan-500,a.mdi-md-cyan-400:focus,a.mdi-md-cyan-400:hover{color:#00bcd4}.mdi-md-cyan-600,a.mdi-md-cyan-500:focus,a.mdi-md-cyan-500:hover{color:#00acc1}.mdi-md-cyan-700,a.mdi-md-cyan-600:focus,a.mdi-md-cyan-600:hover{color:#0097a7}.mdi-md-cyan-800,a.mdi-md-cyan-700:focus,a.mdi-md-cyan-700:hover{color:#00838f}.mdi-md-cyan-900,a.mdi-md-cyan-800:focus,a.mdi-md-cyan-800:hover{color:#006064}a.mdi-md-cyan-900:focus,a.mdi-md-cyan-900:hover{color:#002f31}.mdi-md-cyan-A100{color:#84ffff}a.mdi-md-cyan-A100:focus,a.mdi-md-cyan-A100:hover{color:#51ffff}.mdi-md-cyan-A200{color:#18ffff}a.mdi-md-cyan-A200:focus,a.mdi-md-cyan-A200:hover{color:#00e4e4}.mdi-md-cyan-A400{color:#00e5ff}a.mdi-md-cyan-A400:focus,a.mdi-md-cyan-A400:hover{color:#00b7cc}.mdi-md-cyan-A700{color:#00b8d4}a.mdi-md-cyan-A700:focus,a.mdi-md-cyan-A700:hover{color:#008ca1}.mdi-md-bg-cyan{background-color:#00bcd4}a.mdi-md-bg-cyan:focus,a.mdi-md-bg-cyan:hover{background-color:#00acc1}.mdi-md-bg-cyan-50{background-color:#e0f7fa}.mdi-md-bg-cyan-100,a.mdi-md-bg-cyan-50:focus,a.mdi-md-bg-cyan-50:hover{background-color:#b2ebf2}.mdi-md-bg-cyan-200,a.mdi-md-bg-cyan-100:focus,a.mdi-md-bg-cyan-100:hover{background-color:#80deea}.mdi-md-bg-cyan-300,a.mdi-md-bg-cyan-200:focus,a.mdi-md-bg-cyan-200:hover{background-color:#4dd0e1}.mdi-md-bg-cyan-400,a.mdi-md-bg-cyan-300:focus,a.mdi-md-bg-cyan-300:hover{background-color:#26c6da}.mdi-md-bg-cyan-500,a.mdi-md-bg-cyan-400:focus,a.mdi-md-bg-cyan-400:hover{background-color:#00bcd4}.mdi-md-bg-cyan-600,a.mdi-md-bg-cyan-500:focus,a.mdi-md-bg-cyan-500:hover{background-color:#00acc1}.mdi-md-bg-cyan-700,a.mdi-md-bg-cyan-600:focus,a.mdi-md-bg-cyan-600:hover{background-color:#0097a7}.mdi-md-bg-cyan-800,a.mdi-md-bg-cyan-700:focus,a.mdi-md-bg-cyan-700:hover{background-color:#00838f}.mdi-md-bg-cyan-900,a.mdi-md-bg-cyan-800:focus,a.mdi-md-bg-cyan-800:hover{background-color:#006064}a.mdi-md-bg-cyan-900:focus,a.mdi-md-bg-cyan-900:hover{background-color:#002f31}.mdi-md-bg-cyan-A100{background-color:#84ffff}a.mdi-md-bg-cyan-A100:focus,a.mdi-md-bg-cyan-A100:hover{background-color:#51ffff}.mdi-md-bg-cyan-A200{background-color:#18ffff}a.mdi-md-bg-cyan-A200:focus,a.mdi-md-bg-cyan-A200:hover{background-color:#00e4e4}.mdi-md-bg-cyan-A400{background-color:#00e5ff}a.mdi-md-bg-cyan-A400:focus,a.mdi-md-bg-cyan-A400:hover{background-color:#00b7cc}.mdi-md-bg-cyan-A700{background-color:#00b8d4}a.mdi-md-bg-cyan-A700:focus,a.mdi-md-bg-cyan-A700:hover{background-color:#008ca1}.mdi-md-teal{color:#009688}a.mdi-md-teal:focus,a.mdi-md-teal:hover{color:#00897b}.mdi-md-teal-50{color:#e0f2f1}.mdi-md-teal-100,a.mdi-md-teal-50:focus,a.mdi-md-teal-50:hover{color:#b2dfdb}.mdi-md-teal-200,a.mdi-md-teal-100:focus,a.mdi-md-teal-100:hover{color:#80cbc4}.mdi-md-teal-300,a.mdi-md-teal-200:focus,a.mdi-md-teal-200:hover{color:#4db6ac}.mdi-md-teal-400,a.mdi-md-teal-300:focus,a.mdi-md-teal-300:hover{color:#26a69a}.mdi-md-teal-500,a.mdi-md-teal-400:focus,a.mdi-md-teal-400:hover{color:#009688}.mdi-md-teal-600,a.mdi-md-teal-500:focus,a.mdi-md-teal-500:hover{color:#00897b}.mdi-md-teal-700,a.mdi-md-teal-600:focus,a.mdi-md-teal-600:hover{color:#00796b}.mdi-md-teal-800,a.mdi-md-teal-700:focus,a.mdi-md-teal-700:hover{color:#00695c}.mdi-md-teal-900,a.mdi-md-teal-800:focus,a.mdi-md-teal-800:hover{color:#004d40}a.mdi-md-teal-900:focus,a.mdi-md-teal-900:hover{color:#001a16}.mdi-md-teal-A100{color:#a7ffeb}a.mdi-md-teal-A100:focus,a.mdi-md-teal-A100:hover{color:#74ffdf}.mdi-md-teal-A200{color:#64ffda}a.mdi-md-teal-A200:focus,a.mdi-md-teal-A200:hover{color:#31ffce}.mdi-md-teal-A400{color:#1de9b6}a.mdi-md-teal-A400:focus,a.mdi-md-teal-A400:hover{color:#13c095}.mdi-md-teal-A700{color:#00bfa5}a.mdi-md-teal-A700:focus,a.mdi-md-teal-A700:hover{color:#008c79}.mdi-md-bg-teal{background-color:#009688}a.mdi-md-bg-teal:focus,a.mdi-md-bg-teal:hover{background-color:#00897b}.mdi-md-bg-teal-50{background-color:#e0f2f1}.mdi-md-bg-teal-100,a.mdi-md-bg-teal-50:focus,a.mdi-md-bg-teal-50:hover{background-color:#b2dfdb}.mdi-md-bg-teal-200,a.mdi-md-bg-teal-100:focus,a.mdi-md-bg-teal-100:hover{background-color:#80cbc4}.mdi-md-bg-teal-300,a.mdi-md-bg-teal-200:focus,a.mdi-md-bg-teal-200:hover{background-color:#4db6ac}.mdi-md-bg-teal-400,a.mdi-md-bg-teal-300:focus,a.mdi-md-bg-teal-300:hover{background-color:#26a69a}.mdi-md-bg-teal-500,a.mdi-md-bg-teal-400:focus,a.mdi-md-bg-teal-400:hover{background-color:#009688}.mdi-md-bg-teal-600,a.mdi-md-bg-teal-500:focus,a.mdi-md-bg-teal-500:hover{background-color:#00897b}.mdi-md-bg-teal-700,a.mdi-md-bg-teal-600:focus,a.mdi-md-bg-teal-600:hover{background-color:#00796b}.mdi-md-bg-teal-800,a.mdi-md-bg-teal-700:focus,a.mdi-md-bg-teal-700:hover{background-color:#00695c}.mdi-md-bg-teal-900,a.mdi-md-bg-teal-800:focus,a.mdi-md-bg-teal-800:hover{background-color:#004d40}a.mdi-md-bg-teal-900:focus,a.mdi-md-bg-teal-900:hover{background-color:#001a16}.mdi-md-bg-teal-A100{background-color:#a7ffeb}a.mdi-md-bg-teal-A100:focus,a.mdi-md-bg-teal-A100:hover{background-color:#74ffdf}.mdi-md-bg-teal-A200{background-color:#64ffda}a.mdi-md-bg-teal-A200:focus,a.mdi-md-bg-teal-A200:hover{background-color:#31ffce}.mdi-md-bg-teal-A400{background-color:#1de9b6}a.mdi-md-bg-teal-A400:focus,a.mdi-md-bg-teal-A400:hover{background-color:#13c095}.mdi-md-bg-teal-A700{background-color:#00bfa5}a.mdi-md-bg-teal-A700:focus,a.mdi-md-bg-teal-A700:hover{background-color:#008c79}.mdi-md-green{color:#4caf50}a.mdi-md-green:focus,a.mdi-md-green:hover{color:#43a047}.mdi-md-green-50{color:#e8f5e9}.mdi-md-green-100,a.mdi-md-green-50:focus,a.mdi-md-green-50:hover{color:#c8e6c9}.mdi-md-green-200,a.mdi-md-green-100:focus,a.mdi-md-green-100:hover{color:#a5d6a7}.mdi-md-green-300,a.mdi-md-green-200:focus,a.mdi-md-green-200:hover{color:#81c784}.mdi-md-green-400,a.mdi-md-green-300:focus,a.mdi-md-green-300:hover{color:#66bb6a}.mdi-md-green-500,a.mdi-md-green-400:focus,a.mdi-md-green-400:hover{color:#4caf50}.mdi-md-green-600,a.mdi-md-green-500:focus,a.mdi-md-green-500:hover{color:#43a047}.mdi-md-green-700,a.mdi-md-green-600:focus,a.mdi-md-green-600:hover{color:#388e3c}.mdi-md-green-800,a.mdi-md-green-700:focus,a.mdi-md-green-700:hover{color:#2e7d32}.mdi-md-green-900,a.mdi-md-green-800:focus,a.mdi-md-green-800:hover{color:#1b5e20}a.mdi-md-green-900:focus,a.mdi-md-green-900:hover{color:#103613}.mdi-md-green-A100{color:#b9f6ca}a.mdi-md-green-A100:focus,a.mdi-md-green-A100:hover{color:#8cf0a8}.mdi-md-green-A200{color:#69f0ae}a.mdi-md-green-A200:focus,a.mdi-md-green-A200:hover{color:#3beb95}.mdi-md-green-A400{color:#00e676}a.mdi-md-green-A400:focus,a.mdi-md-green-A400:hover{color:#00b35c}.mdi-md-green-A700{color:#00c853}a.mdi-md-green-A700:focus,a.mdi-md-green-A700:hover{color:#00953e}.mdi-md-bg-green{background-color:#4caf50}a.mdi-md-bg-green:focus,a.mdi-md-bg-green:hover{background-color:#43a047}.mdi-md-bg-green-50{background-color:#e8f5e9}.mdi-md-bg-green-100,a.mdi-md-bg-green-50:focus,a.mdi-md-bg-green-50:hover{background-color:#c8e6c9}.mdi-md-bg-green-200,a.mdi-md-bg-green-100:focus,a.mdi-md-bg-green-100:hover{background-color:#a5d6a7}.mdi-md-bg-green-300,a.mdi-md-bg-green-200:focus,a.mdi-md-bg-green-200:hover{background-color:#81c784}.mdi-md-bg-green-400,a.mdi-md-bg-green-300:focus,a.mdi-md-bg-green-300:hover{background-color:#66bb6a}.mdi-md-bg-green-500,a.mdi-md-bg-green-400:focus,a.mdi-md-bg-green-400:hover{background-color:#4caf50}.mdi-md-bg-green-600,a.mdi-md-bg-green-500:focus,a.mdi-md-bg-green-500:hover{background-color:#43a047}.mdi-md-bg-green-700,a.mdi-md-bg-green-600:focus,a.mdi-md-bg-green-600:hover{background-color:#388e3c}.mdi-md-bg-green-800,a.mdi-md-bg-green-700:focus,a.mdi-md-bg-green-700:hover{background-color:#2e7d32}.mdi-md-bg-green-900,a.mdi-md-bg-green-800:focus,a.mdi-md-bg-green-800:hover{background-color:#1b5e20}a.mdi-md-bg-green-900:focus,a.mdi-md-bg-green-900:hover{background-color:#103613}.mdi-md-bg-green-A100{background-color:#b9f6ca}a.mdi-md-bg-green-A100:focus,a.mdi-md-bg-green-A100:hover{background-color:#8cf0a8}.mdi-md-bg-green-A200{background-color:#69f0ae}a.mdi-md-bg-green-A200:focus,a.mdi-md-bg-green-A200:hover{background-color:#3beb95}.mdi-md-bg-green-A400{background-color:#00e676}a.mdi-md-bg-green-A400:focus,a.mdi-md-bg-green-A400:hover{background-color:#00b35c}.mdi-md-bg-green-A700{background-color:#00c853}a.mdi-md-bg-green-A700:focus,a.mdi-md-bg-green-A700:hover{background-color:#00953e}.mdi-md-light-green{color:#8bc34a}a.mdi-md-light-green:focus,a.mdi-md-light-green:hover{color:#7cb342}.mdi-md-light-green-50{color:#f1f8e9}.mdi-md-light-green-100,a.mdi-md-light-green-50:focus,a.mdi-md-light-green-50:hover{color:#dcedc8}.mdi-md-light-green-200,a.mdi-md-light-green-100:focus,a.mdi-md-light-green-100:hover{color:#c5e1a5}.mdi-md-light-green-300,a.mdi-md-light-green-200:focus,a.mdi-md-light-green-200:hover{color:#aed581}.mdi-md-light-green-400,a.mdi-md-light-green-300:focus,a.mdi-md-light-green-300:hover{color:#9ccc65}.mdi-md-light-green-500,a.mdi-md-light-green-400:focus,a.mdi-md-light-green-400:hover{color:#8bc34a}.mdi-md-light-green-600,a.mdi-md-light-green-500:focus,a.mdi-md-light-green-500:hover{color:#7cb342}.mdi-md-light-green-700,a.mdi-md-light-green-600:focus,a.mdi-md-light-green-600:hover{color:#689f38}.mdi-md-light-green-800,a.mdi-md-light-green-700:focus,a.mdi-md-light-green-700:hover{color:#558b2f}.mdi-md-light-green-900,a.mdi-md-light-green-800:focus,a.mdi-md-light-green-800:hover{color:#33691e}a.mdi-md-light-green-900:focus,a.mdi-md-light-green-900:hover{color:#204113}.mdi-md-light-green-A100{color:#ccff90}a.mdi-md-light-green-A100:focus,a.mdi-md-light-green-A100:hover{color:#b5ff5d}.mdi-md-light-green-A200{color:#b2ff59}a.mdi-md-light-green-A200:focus,a.mdi-md-light-green-A200:hover{color:#9aff26}.mdi-md-light-green-A400{color:#76ff03}a.mdi-md-light-green-A400:focus,a.mdi-md-light-green-A400:hover{color:#5ecf00}.mdi-md-light-green-A700{color:#64dd17}a.mdi-md-light-green-A700:focus,a.mdi-md-light-green-A700:hover{color:#4faf12}.mdi-md-bg-light-green{background-color:#8bc34a}a.mdi-md-bg-light-green:focus,a.mdi-md-bg-light-green:hover{background-color:#7cb342}.mdi-md-bg-light-green-50{background-color:#f1f8e9}.mdi-md-bg-light-green-100,a.mdi-md-bg-light-green-50:focus,a.mdi-md-bg-light-green-50:hover{background-color:#dcedc8}.mdi-md-bg-light-green-200,a.mdi-md-bg-light-green-100:focus,a.mdi-md-bg-light-green-100:hover{background-color:#c5e1a5}.mdi-md-bg-light-green-300,a.mdi-md-bg-light-green-200:focus,a.mdi-md-bg-light-green-200:hover{background-color:#aed581}.mdi-md-bg-light-green-400,a.mdi-md-bg-light-green-300:focus,a.mdi-md-bg-light-green-300:hover{background-color:#9ccc65}.mdi-md-bg-light-green-500,a.mdi-md-bg-light-green-400:focus,a.mdi-md-bg-light-green-400:hover{background-color:#8bc34a}.mdi-md-bg-light-green-600,a.mdi-md-bg-light-green-500:focus,a.mdi-md-bg-light-green-500:hover{background-color:#7cb342}.mdi-md-bg-light-green-700,a.mdi-md-bg-light-green-600:focus,a.mdi-md-bg-light-green-600:hover{background-color:#689f38}.mdi-md-bg-light-green-800,a.mdi-md-bg-light-green-700:focus,a.mdi-md-bg-light-green-700:hover{background-color:#558b2f}.mdi-md-bg-light-green-900,a.mdi-md-bg-light-green-800:focus,a.mdi-md-bg-light-green-800:hover{background-color:#33691e}a.mdi-md-bg-light-green-900:focus,a.mdi-md-bg-light-green-900:hover{background-color:#204113}.mdi-md-bg-light-green-A100{background-color:#ccff90}a.mdi-md-bg-light-green-A100:focus,a.mdi-md-bg-light-green-A100:hover{background-color:#b5ff5d}.mdi-md-bg-light-green-A200{background-color:#b2ff59}a.mdi-md-bg-light-green-A200:focus,a.mdi-md-bg-light-green-A200:hover{background-color:#9aff26}.mdi-md-bg-light-green-A400{background-color:#76ff03}a.mdi-md-bg-light-green-A400:focus,a.mdi-md-bg-light-green-A400:hover{background-color:#5ecf00}.mdi-md-bg-light-green-A700{background-color:#64dd17}a.mdi-md-bg-light-green-A700:focus,a.mdi-md-bg-light-green-A700:hover{background-color:#4faf12}.mdi-md-lime{color:#cddc39}a.mdi-md-lime:focus,a.mdi-md-lime:hover{color:#c0ca33}.mdi-md-lime-50{color:#f9fbe7}.mdi-md-lime-100,a.mdi-md-lime-50:focus,a.mdi-md-lime-50:hover{color:#f0f4c3}.mdi-md-lime-200,a.mdi-md-lime-100:focus,a.mdi-md-lime-100:hover{color:#e6ee9c}.mdi-md-lime-300,a.mdi-md-lime-200:focus,a.mdi-md-lime-200:hover{color:#dce775}.mdi-md-lime-400,a.mdi-md-lime-300:focus,a.mdi-md-lime-300:hover{color:#d4e157}.mdi-md-lime-500,a.mdi-md-lime-400:focus,a.mdi-md-lime-400:hover{color:#cddc39}.mdi-md-lime-600,a.mdi-md-lime-500:focus,a.mdi-md-lime-500:hover{color:#c0ca33}.mdi-md-lime-700,a.mdi-md-lime-600:focus,a.mdi-md-lime-600:hover{color:#afb42b}.mdi-md-lime-800,a.mdi-md-lime-700:focus,a.mdi-md-lime-700:hover{color:#9e9d24}.mdi-md-lime-900,a.mdi-md-lime-800:focus,a.mdi-md-lime-800:hover{color:#827717}a.mdi-md-lime-900:focus,a.mdi-md-lime-900:hover{color:#574f0f}.mdi-md-lime-A100{color:#f4ff81}a.mdi-md-lime-A100:focus,a.mdi-md-lime-A100:hover{color:#f0ff4e}.mdi-md-lime-A200{color:#eeff41}a.mdi-md-lime-A200:focus,a.mdi-md-lime-A200:hover{color:#e9ff0e}.mdi-md-lime-A400{color:#c6ff00}a.mdi-md-lime-A400:focus,a.mdi-md-lime-A400:hover{color:#9ecc00}.mdi-md-lime-A700{color:#aeea00}a.mdi-md-lime-A700:focus,a.mdi-md-lime-A700:hover{color:#88b700}.mdi-md-bg-lime{background-color:#cddc39}a.mdi-md-bg-lime:focus,a.mdi-md-bg-lime:hover{background-color:#c0ca33}.mdi-md-bg-lime-50{background-color:#f9fbe7}.mdi-md-bg-lime-100,a.mdi-md-bg-lime-50:focus,a.mdi-md-bg-lime-50:hover{background-color:#f0f4c3}.mdi-md-bg-lime-200,a.mdi-md-bg-lime-100:focus,a.mdi-md-bg-lime-100:hover{background-color:#e6ee9c}.mdi-md-bg-lime-300,a.mdi-md-bg-lime-200:focus,a.mdi-md-bg-lime-200:hover{background-color:#dce775}.mdi-md-bg-lime-400,a.mdi-md-bg-lime-300:focus,a.mdi-md-bg-lime-300:hover{background-color:#d4e157}.mdi-md-bg-lime-500,a.mdi-md-bg-lime-400:focus,a.mdi-md-bg-lime-400:hover{background-color:#cddc39}.mdi-md-bg-lime-600,a.mdi-md-bg-lime-500:focus,a.mdi-md-bg-lime-500:hover{background-color:#c0ca33}.mdi-md-bg-lime-700,a.mdi-md-bg-lime-600:focus,a.mdi-md-bg-lime-600:hover{background-color:#afb42b}.mdi-md-bg-lime-800,a.mdi-md-bg-lime-700:focus,a.mdi-md-bg-lime-700:hover{background-color:#9e9d24}.mdi-md-bg-lime-900,a.mdi-md-bg-lime-800:focus,a.mdi-md-bg-lime-800:hover{background-color:#827717}a.mdi-md-bg-lime-900:focus,a.mdi-md-bg-lime-900:hover{background-color:#574f0f}.mdi-md-bg-lime-A100{background-color:#f4ff81}a.mdi-md-bg-lime-A100:focus,a.mdi-md-bg-lime-A100:hover{background-color:#f0ff4e}.mdi-md-bg-lime-A200{background-color:#eeff41}a.mdi-md-bg-lime-A200:focus,a.mdi-md-bg-lime-A200:hover{background-color:#e9ff0e}.mdi-md-bg-lime-A400{background-color:#c6ff00}a.mdi-md-bg-lime-A400:focus,a.mdi-md-bg-lime-A400:hover{background-color:#9ecc00}.mdi-md-bg-lime-A700{background-color:#aeea00}a.mdi-md-bg-lime-A700:focus,a.mdi-md-bg-lime-A700:hover{background-color:#88b700}.mdi-md-yellow{color:#ffeb3b}a.mdi-md-yellow:focus,a.mdi-md-yellow:hover{color:#fdd835}.mdi-md-yellow-50{color:#fffde7}.mdi-md-yellow-100,a.mdi-md-yellow-50:focus,a.mdi-md-yellow-50:hover{color:#fff9c4}.mdi-md-yellow-200,a.mdi-md-yellow-100:focus,a.mdi-md-yellow-100:hover{color:#fff59d}.mdi-md-yellow-300,a.mdi-md-yellow-200:focus,a.mdi-md-yellow-200:hover{color:#fff176}.mdi-md-yellow-400,a.mdi-md-yellow-300:focus,a.mdi-md-yellow-300:hover{color:#ffee58}.mdi-md-yellow-500,a.mdi-md-yellow-400:focus,a.mdi-md-yellow-400:hover{color:#ffeb3b}.mdi-md-yellow-600,a.mdi-md-yellow-500:focus,a.mdi-md-yellow-500:hover{color:#fdd835}.mdi-md-yellow-700,a.mdi-md-yellow-600:focus,a.mdi-md-yellow-600:hover{color:#fbc02d}.mdi-md-yellow-800,a.mdi-md-yellow-700:focus,a.mdi-md-yellow-700:hover{color:#f9a825}.mdi-md-yellow-900,a.mdi-md-yellow-800:focus,a.mdi-md-yellow-800:hover{color:#f57f17}a.mdi-md-yellow-900:focus,a.mdi-md-yellow-900:hover{color:#d06609}.mdi-md-yellow-A100{color:#ffff8d}a.mdi-md-yellow-A100:focus,a.mdi-md-yellow-A100:hover{color:#ffff5a}.mdi-md-yellow-A200{color:#ff0}a.mdi-md-yellow-A200:focus,a.mdi-md-yellow-A200:hover{color:#cc0}.mdi-md-yellow-A400{color:#ffea00}a.mdi-md-yellow-A400:focus,a.mdi-md-yellow-A400:hover{color:#cb0}.mdi-md-yellow-A700{color:#ffd600}a.mdi-md-yellow-A700:focus,a.mdi-md-yellow-A700:hover{color:#ccab00}.mdi-md-bg-yellow{background-color:#ffeb3b}a.mdi-md-bg-yellow:focus,a.mdi-md-bg-yellow:hover{background-color:#fdd835}.mdi-md-bg-yellow-50{background-color:#fffde7}.mdi-md-bg-yellow-100,a.mdi-md-bg-yellow-50:focus,a.mdi-md-bg-yellow-50:hover{background-color:#fff9c4}.mdi-md-bg-yellow-200,a.mdi-md-bg-yellow-100:focus,a.mdi-md-bg-yellow-100:hover{background-color:#fff59d}.mdi-md-bg-yellow-300,a.mdi-md-bg-yellow-200:focus,a.mdi-md-bg-yellow-200:hover{background-color:#fff176}.mdi-md-bg-yellow-400,a.mdi-md-bg-yellow-300:focus,a.mdi-md-bg-yellow-300:hover{background-color:#ffee58}.mdi-md-bg-yellow-500,a.mdi-md-bg-yellow-400:focus,a.mdi-md-bg-yellow-400:hover{background-color:#ffeb3b}.mdi-md-bg-yellow-600,a.mdi-md-bg-yellow-500:focus,a.mdi-md-bg-yellow-500:hover{background-color:#fdd835}.mdi-md-bg-yellow-700,a.mdi-md-bg-yellow-600:focus,a.mdi-md-bg-yellow-600:hover{background-color:#fbc02d}.mdi-md-bg-yellow-800,a.mdi-md-bg-yellow-700:focus,a.mdi-md-bg-yellow-700:hover{background-color:#f9a825}.mdi-md-bg-yellow-900,a.mdi-md-bg-yellow-800:focus,a.mdi-md-bg-yellow-800:hover{background-color:#f57f17}a.mdi-md-bg-yellow-900:focus,a.mdi-md-bg-yellow-900:hover{background-color:#d06609}.mdi-md-bg-yellow-A100{background-color:#ffff8d}a.mdi-md-bg-yellow-A100:focus,a.mdi-md-bg-yellow-A100:hover{background-color:#ffff5a}.mdi-md-bg-yellow-A200{background-color:#ff0}a.mdi-md-bg-yellow-A200:focus,a.mdi-md-bg-yellow-A200:hover{background-color:#cc0}.mdi-md-bg-yellow-A400{background-color:#ffea00}a.mdi-md-bg-yellow-A400:focus,a.mdi-md-bg-yellow-A400:hover{background-color:#cb0}.mdi-md-bg-yellow-A700{background-color:#ffd600}a.mdi-md-bg-yellow-A700:focus,a.mdi-md-bg-yellow-A700:hover{background-color:#ccab00}.mdi-md-amber{color:#ffc107}a.mdi-md-amber:focus,a.mdi-md-amber:hover{color:#ffb300}.mdi-md-amber-50{color:#fff8e1}.mdi-md-amber-100,a.mdi-md-amber-50:focus,a.mdi-md-amber-50:hover{color:#ffecb3}.mdi-md-amber-200,a.mdi-md-amber-100:focus,a.mdi-md-amber-100:hover{color:#ffe082}.mdi-md-amber-300,a.mdi-md-amber-200:focus,a.mdi-md-amber-200:hover{color:#ffd54f}.mdi-md-amber-400,a.mdi-md-amber-300:focus,a.mdi-md-amber-300:hover{color:#ffca28}.mdi-md-amber-500,a.mdi-md-amber-400:focus,a.mdi-md-amber-400:hover{color:#ffc107}.mdi-md-amber-600,a.mdi-md-amber-500:focus,a.mdi-md-amber-500:hover{color:#ffb300}.mdi-md-amber-700,a.mdi-md-amber-600:focus,a.mdi-md-amber-600:hover{color:#ffa000}.mdi-md-amber-800,a.mdi-md-amber-700:focus,a.mdi-md-amber-700:hover{color:#ff8f00}.mdi-md-amber-900,a.mdi-md-amber-800:focus,a.mdi-md-amber-800:hover{color:#ff6f00}a.mdi-md-amber-900:focus,a.mdi-md-amber-900:hover{color:#cc5900}.mdi-md-amber-A100{color:#ffe57f}a.mdi-md-amber-A100:focus,a.mdi-md-amber-A100:hover{color:#ffdb4c}.mdi-md-amber-A200{color:#ffd740}a.mdi-md-amber-A200:focus,a.mdi-md-amber-A200:hover{color:#ffcc0d}.mdi-md-amber-A400{color:#ffc400}a.mdi-md-amber-A400:focus,a.mdi-md-amber-A400:hover{color:#cc9d00}.mdi-md-amber-A700{color:#ffab00}a.mdi-md-amber-A700:focus,a.mdi-md-amber-A700:hover{color:#cc8900}.mdi-md-bg-amber{background-color:#ffc107}a.mdi-md-bg-amber:focus,a.mdi-md-bg-amber:hover{background-color:#ffb300}.mdi-md-bg-amber-50{background-color:#fff8e1}.mdi-md-bg-amber-100,a.mdi-md-bg-amber-50:focus,a.mdi-md-bg-amber-50:hover{background-color:#ffecb3}.mdi-md-bg-amber-200,a.mdi-md-bg-amber-100:focus,a.mdi-md-bg-amber-100:hover{background-color:#ffe082}.mdi-md-bg-amber-300,a.mdi-md-bg-amber-200:focus,a.mdi-md-bg-amber-200:hover{background-color:#ffd54f}.mdi-md-bg-amber-400,a.mdi-md-bg-amber-300:focus,a.mdi-md-bg-amber-300:hover{background-color:#ffca28}.mdi-md-bg-amber-500,a.mdi-md-bg-amber-400:focus,a.mdi-md-bg-amber-400:hover{background-color:#ffc107}.mdi-md-bg-amber-600,a.mdi-md-bg-amber-500:focus,a.mdi-md-bg-amber-500:hover{background-color:#ffb300}.mdi-md-bg-amber-700,a.mdi-md-bg-amber-600:focus,a.mdi-md-bg-amber-600:hover{background-color:#ffa000}.mdi-md-bg-amber-800,a.mdi-md-bg-amber-700:focus,a.mdi-md-bg-amber-700:hover{background-color:#ff8f00}.mdi-md-bg-amber-900,a.mdi-md-bg-amber-800:focus,a.mdi-md-bg-amber-800:hover{background-color:#ff6f00}a.mdi-md-bg-amber-900:focus,a.mdi-md-bg-amber-900:hover{background-color:#cc5900}.mdi-md-bg-amber-A100{background-color:#ffe57f}a.mdi-md-bg-amber-A100:focus,a.mdi-md-bg-amber-A100:hover{background-color:#ffdb4c}.mdi-md-bg-amber-A200{background-color:#ffd740}a.mdi-md-bg-amber-A200:focus,a.mdi-md-bg-amber-A200:hover{background-color:#ffcc0d}.mdi-md-bg-amber-A400{background-color:#ffc400}a.mdi-md-bg-amber-A400:focus,a.mdi-md-bg-amber-A400:hover{background-color:#cc9d00}.mdi-md-bg-amber-A700{background-color:#ffab00}a.mdi-md-bg-amber-A700:focus,a.mdi-md-bg-amber-A700:hover{background-color:#cc8900}.mdi-md-orange{color:#ff9800}a.mdi-md-orange:focus,a.mdi-md-orange:hover{color:#fb8c00}.mdi-md-orange-50{color:#fff3e0}.mdi-md-orange-100,a.mdi-md-orange-50:focus,a.mdi-md-orange-50:hover{color:#ffe0b2}.mdi-md-orange-200,a.mdi-md-orange-100:focus,a.mdi-md-orange-100:hover{color:#ffcc80}.mdi-md-orange-300,a.mdi-md-orange-200:focus,a.mdi-md-orange-200:hover{color:#ffb74d}.mdi-md-orange-400,a.mdi-md-orange-300:focus,a.mdi-md-orange-300:hover{color:#ffa726}.mdi-md-orange-500,a.mdi-md-orange-400:focus,a.mdi-md-orange-400:hover{color:#ff9800}.mdi-md-orange-600,a.mdi-md-orange-500:focus,a.mdi-md-orange-500:hover{color:#fb8c00}.mdi-md-orange-700,a.mdi-md-orange-600:focus,a.mdi-md-orange-600:hover{color:#f57c00}.mdi-md-orange-800,a.mdi-md-orange-700:focus,a.mdi-md-orange-700:hover{color:#ef6c00}.mdi-md-orange-900,a.mdi-md-orange-800:focus,a.mdi-md-orange-800:hover{color:#e65100}a.mdi-md-orange-900:focus,a.mdi-md-orange-900:hover{color:#b33f00}.mdi-md-orange-A100{color:#ffd180}a.mdi-md-orange-A100:focus,a.mdi-md-orange-A100:hover{color:#ffbf4d}.mdi-md-orange-A200{color:#ffab40}a.mdi-md-orange-A200:focus,a.mdi-md-orange-A200:hover{color:#ff950d}.mdi-md-orange-A400{color:#ff9100}a.mdi-md-orange-A400:focus,a.mdi-md-orange-A400:hover{color:#cc7400}.mdi-md-orange-A700{color:#ff6d00}a.mdi-md-orange-A700:focus,a.mdi-md-orange-A700:hover{color:#cc5700}.mdi-md-bg-orange{background-color:#ff9800}a.mdi-md-bg-orange:focus,a.mdi-md-bg-orange:hover{background-color:#fb8c00}.mdi-md-bg-orange-50{background-color:#fff3e0}.mdi-md-bg-orange-100,a.mdi-md-bg-orange-50:focus,a.mdi-md-bg-orange-50:hover{background-color:#ffe0b2}.mdi-md-bg-orange-200,a.mdi-md-bg-orange-100:focus,a.mdi-md-bg-orange-100:hover{background-color:#ffcc80}.mdi-md-bg-orange-300,a.mdi-md-bg-orange-200:focus,a.mdi-md-bg-orange-200:hover{background-color:#ffb74d}.mdi-md-bg-orange-400,a.mdi-md-bg-orange-300:focus,a.mdi-md-bg-orange-300:hover{background-color:#ffa726}.mdi-md-bg-orange-500,a.mdi-md-bg-orange-400:focus,a.mdi-md-bg-orange-400:hover{background-color:#ff9800}.mdi-md-bg-orange-600,a.mdi-md-bg-orange-500:focus,a.mdi-md-bg-orange-500:hover{background-color:#fb8c00}.mdi-md-bg-orange-700,a.mdi-md-bg-orange-600:focus,a.mdi-md-bg-orange-600:hover{background-color:#f57c00}.mdi-md-bg-orange-800,a.mdi-md-bg-orange-700:focus,a.mdi-md-bg-orange-700:hover{background-color:#ef6c00}.mdi-md-bg-orange-900,a.mdi-md-bg-orange-800:focus,a.mdi-md-bg-orange-800:hover{background-color:#e65100}a.mdi-md-bg-orange-900:focus,a.mdi-md-bg-orange-900:hover{background-color:#b33f00}.mdi-md-bg-orange-A100{background-color:#ffd180}a.mdi-md-bg-orange-A100:focus,a.mdi-md-bg-orange-A100:hover{background-color:#ffbf4d}.mdi-md-bg-orange-A200{background-color:#ffab40}a.mdi-md-bg-orange-A200:focus,a.mdi-md-bg-orange-A200:hover{background-color:#ff950d}.mdi-md-bg-orange-A400{background-color:#ff9100}a.mdi-md-bg-orange-A400:focus,a.mdi-md-bg-orange-A400:hover{background-color:#cc7400}.mdi-md-bg-orange-A700{background-color:#ff6d00}a.mdi-md-bg-orange-A700:focus,a.mdi-md-bg-orange-A700:hover{background-color:#cc5700}.mdi-md-deep-orange{color:#ff5722}a.mdi-md-deep-orange:focus,a.mdi-md-deep-orange:hover{color:#f4511e}.mdi-md-deep-orange-50{color:#fbe9e7}.mdi-md-deep-orange-100,a.mdi-md-deep-orange-50:focus,a.mdi-md-deep-orange-50:hover{color:#ffccbc}.mdi-md-deep-orange-200,a.mdi-md-deep-orange-100:focus,a.mdi-md-deep-orange-100:hover{color:#ffab91}.mdi-md-deep-orange-300,a.mdi-md-deep-orange-200:focus,a.mdi-md-deep-orange-200:hover{color:#ff8a65}.mdi-md-deep-orange-400,a.mdi-md-deep-orange-300:focus,a.mdi-md-deep-orange-300:hover{color:#ff7043}.mdi-md-deep-orange-500,a.mdi-md-deep-orange-400:focus,a.mdi-md-deep-orange-400:hover{color:#ff5722}.mdi-md-deep-orange-600,a.mdi-md-deep-orange-500:focus,a.mdi-md-deep-orange-500:hover{color:#f4511e}.mdi-md-deep-orange-700,a.mdi-md-deep-orange-600:focus,a.mdi-md-deep-orange-600:hover{color:#e64a19}.mdi-md-deep-orange-800,a.mdi-md-deep-orange-700:focus,a.mdi-md-deep-orange-700:hover{color:#d84315}.mdi-md-deep-orange-900,a.mdi-md-deep-orange-800:focus,a.mdi-md-deep-orange-800:hover{color:#bf360c}a.mdi-md-deep-orange-900:focus,a.mdi-md-deep-orange-900:hover{color:#8f2809}.mdi-md-deep-orange-A100{color:#ff9e80}a.mdi-md-deep-orange-A100:focus,a.mdi-md-deep-orange-A100:hover{color:#ff774d}.mdi-md-deep-orange-A200{color:#ff6e40}a.mdi-md-deep-orange-A200:focus,a.mdi-md-deep-orange-A200:hover{color:#ff470d}.mdi-md-deep-orange-A400{color:#ff3d00}a.mdi-md-deep-orange-A400:focus,a.mdi-md-deep-orange-A400:hover{color:#cc3100}.mdi-md-deep-orange-A700{color:#dd2c00}a.mdi-md-deep-orange-A700:focus,a.mdi-md-deep-orange-A700:hover{color:#a20}.mdi-md-bg-deep-orange{background-color:#ff5722}a.mdi-md-bg-deep-orange:focus,a.mdi-md-bg-deep-orange:hover{background-color:#f4511e}.mdi-md-bg-deep-orange-50{background-color:#fbe9e7}.mdi-md-bg-deep-orange-100,a.mdi-md-bg-deep-orange-50:focus,a.mdi-md-bg-deep-orange-50:hover{background-color:#ffccbc}.mdi-md-bg-deep-orange-200,a.mdi-md-bg-deep-orange-100:focus,a.mdi-md-bg-deep-orange-100:hover{background-color:#ffab91}.mdi-md-bg-deep-orange-300,a.mdi-md-bg-deep-orange-200:focus,a.mdi-md-bg-deep-orange-200:hover{background-color:#ff8a65}.mdi-md-bg-deep-orange-400,a.mdi-md-bg-deep-orange-300:focus,a.mdi-md-bg-deep-orange-300:hover{background-color:#ff7043}.mdi-md-bg-deep-orange-500,a.mdi-md-bg-deep-orange-400:focus,a.mdi-md-bg-deep-orange-400:hover{background-color:#ff5722}.mdi-md-bg-deep-orange-600,a.mdi-md-bg-deep-orange-500:focus,a.mdi-md-bg-deep-orange-500:hover{background-color:#f4511e}.mdi-md-bg-deep-orange-700,a.mdi-md-bg-deep-orange-600:focus,a.mdi-md-bg-deep-orange-600:hover{background-color:#e64a19}.mdi-md-bg-deep-orange-800,a.mdi-md-bg-deep-orange-700:focus,a.mdi-md-bg-deep-orange-700:hover{background-color:#d84315}.mdi-md-bg-deep-orange-900,a.mdi-md-bg-deep-orange-800:focus,a.mdi-md-bg-deep-orange-800:hover{background-color:#bf360c}a.mdi-md-bg-deep-orange-900:focus,a.mdi-md-bg-deep-orange-900:hover{background-color:#8f2809}.mdi-md-bg-deep-orange-A100{background-color:#ff9e80}a.mdi-md-bg-deep-orange-A100:focus,a.mdi-md-bg-deep-orange-A100:hover{background-color:#ff774d}.mdi-md-bg-deep-orange-A200{background-color:#ff6e40}a.mdi-md-bg-deep-orange-A200:focus,a.mdi-md-bg-deep-orange-A200:hover{background-color:#ff470d}.mdi-md-bg-deep-orange-A400{background-color:#ff3d00}a.mdi-md-bg-deep-orange-A400:focus,a.mdi-md-bg-deep-orange-A400:hover{background-color:#cc3100}.mdi-md-bg-deep-orange-A700{background-color:#dd2c00}a.mdi-md-bg-deep-orange-A700:focus,a.mdi-md-bg-deep-orange-A700:hover{background-color:#a20}.mdi-md-brown{color:#795548}a.mdi-md-brown:focus,a.mdi-md-brown:hover{color:#6d4c41}.mdi-md-brown-50{color:#efebe9}.mdi-md-brown-100,a.mdi-md-brown-50:focus,a.mdi-md-brown-50:hover{color:#d7ccc8}.mdi-md-brown-200,a.mdi-md-brown-100:focus,a.mdi-md-brown-100:hover{color:#bcaaa4}.mdi-md-brown-300,a.mdi-md-brown-200:focus,a.mdi-md-brown-200:hover{color:#a1887f}.mdi-md-brown-400,a.mdi-md-brown-300:focus,a.mdi-md-brown-300:hover{color:#8d6e63}.mdi-md-brown-500,a.mdi-md-brown-400:focus,a.mdi-md-brown-400:hover{color:#795548}.mdi-md-brown-600,a.mdi-md-brown-500:focus,a.mdi-md-brown-500:hover{color:#6d4c41}.mdi-md-brown-700,a.mdi-md-brown-600:focus,a.mdi-md-brown-600:hover{color:#5d4037}.mdi-md-brown-800,a.mdi-md-brown-700:focus,a.mdi-md-brown-700:hover{color:#4e342e}.mdi-md-brown-900,a.mdi-md-brown-800:focus,a.mdi-md-brown-800:hover{color:#3e2723}a.mdi-md-brown-900:focus,a.mdi-md-brown-900:hover{color:#1d1211}.mdi-md-bg-brown{background-color:#795548}a.mdi-md-bg-brown:focus,a.mdi-md-bg-brown:hover{background-color:#6d4c41}.mdi-md-bg-brown-50{background-color:#efebe9}.mdi-md-bg-brown-100,a.mdi-md-bg-brown-50:focus,a.mdi-md-bg-brown-50:hover{background-color:#d7ccc8}.mdi-md-bg-brown-200,a.mdi-md-bg-brown-100:focus,a.mdi-md-bg-brown-100:hover{background-color:#bcaaa4}.mdi-md-bg-brown-300,a.mdi-md-bg-brown-200:focus,a.mdi-md-bg-brown-200:hover{background-color:#a1887f}.mdi-md-bg-brown-400,a.mdi-md-bg-brown-300:focus,a.mdi-md-bg-brown-300:hover{background-color:#8d6e63}.mdi-md-bg-brown-500,a.mdi-md-bg-brown-400:focus,a.mdi-md-bg-brown-400:hover{background-color:#795548}.mdi-md-bg-brown-600,a.mdi-md-bg-brown-500:focus,a.mdi-md-bg-brown-500:hover{background-color:#6d4c41}.mdi-md-bg-brown-700,a.mdi-md-bg-brown-600:focus,a.mdi-md-bg-brown-600:hover{background-color:#5d4037}.mdi-md-bg-brown-800,a.mdi-md-bg-brown-700:focus,a.mdi-md-bg-brown-700:hover{background-color:#4e342e}.mdi-md-bg-brown-900,a.mdi-md-bg-brown-800:focus,a.mdi-md-bg-brown-800:hover{background-color:#3e2723}a.mdi-md-bg-brown-900:focus,a.mdi-md-bg-brown-900:hover{background-color:#1d1211}.mdi-md-grey{color:#9e9e9e}a.mdi-md-grey:focus,a.mdi-md-grey:hover{color:#757575}.mdi-md-grey-50{color:#fafafa}.mdi-md-grey-100,a.mdi-md-grey-50:focus,a.mdi-md-grey-50:hover{color:#f5f5f5}.mdi-md-grey-200,a.mdi-md-grey-100:focus,a.mdi-md-grey-100:hover{color:#eee}.mdi-md-grey-300,a.mdi-md-grey-200:focus,a.mdi-md-grey-200:hover{color:#e0e0e0}.mdi-md-grey-400,a.mdi-md-grey-300:focus,a.mdi-md-grey-300:hover{color:#bdbdbd}.mdi-md-grey-500,a.mdi-md-grey-400:focus,a.mdi-md-grey-400:hover{color:#9e9e9e}.mdi-md-grey-600,a.mdi-md-grey-500:focus,a.mdi-md-grey-500:hover{color:#757575}.mdi-md-grey-700,a.mdi-md-grey-600:focus,a.mdi-md-grey-600:hover{color:#616161}.mdi-md-grey-800,a.mdi-md-grey-700:focus,a.mdi-md-grey-700:hover{color:#424242}.mdi-md-grey-900,a.mdi-md-grey-800:focus,a.mdi-md-grey-800:hover{color:#212121}a.mdi-md-grey-900:focus,a.mdi-md-grey-900:hover{color:#080808}.mdi-md-bg-grey{background-color:#9e9e9e}a.mdi-md-bg-grey:focus,a.mdi-md-bg-grey:hover{background-color:#757575}.mdi-md-bg-grey-50{background-color:#fafafa}.mdi-md-bg-grey-100,a.mdi-md-bg-grey-50:focus,a.mdi-md-bg-grey-50:hover{background-color:#f5f5f5}.mdi-md-bg-grey-200,a.mdi-md-bg-grey-100:focus,a.mdi-md-bg-grey-100:hover{background-color:#eee}.mdi-md-bg-grey-300,a.mdi-md-bg-grey-200:focus,a.mdi-md-bg-grey-200:hover{background-color:#e0e0e0}.mdi-md-bg-grey-400,a.mdi-md-bg-grey-300:focus,a.mdi-md-bg-grey-300:hover{background-color:#bdbdbd}.mdi-md-bg-grey-500,a.mdi-md-bg-grey-400:focus,a.mdi-md-bg-grey-400:hover{background-color:#9e9e9e}.mdi-md-bg-grey-600,a.mdi-md-bg-grey-500:focus,a.mdi-md-bg-grey-500:hover{background-color:#757575}.mdi-md-bg-grey-700,a.mdi-md-bg-grey-600:focus,a.mdi-md-bg-grey-600:hover{background-color:#616161}.mdi-md-bg-grey-800,a.mdi-md-bg-grey-700:focus,a.mdi-md-bg-grey-700:hover{background-color:#424242}.mdi-md-bg-grey-900,a.mdi-md-bg-grey-800:focus,a.mdi-md-bg-grey-800:hover{background-color:#212121}a.mdi-md-bg-grey-900:focus,a.mdi-md-bg-grey-900:hover{background-color:#080808}.mdi-md-blue-grey{color:#607d8b}a.mdi-md-blue-grey:focus,a.mdi-md-blue-grey:hover{color:#546e7a}.mdi-md-blue-grey-50{color:#eceff1}.mdi-md-blue-grey-100,a.mdi-md-blue-grey-50:focus,a.mdi-md-blue-grey-50:hover{color:#cfd8dc}.mdi-md-blue-grey-200,a.mdi-md-blue-grey-100:focus,a.mdi-md-blue-grey-100:hover{color:#b0bec5}.mdi-md-blue-grey-300,a.mdi-md-blue-grey-200:focus,a.mdi-md-blue-grey-200:hover{color:#90a4ae}.mdi-md-blue-grey-400,a.mdi-md-blue-grey-300:focus,a.mdi-md-blue-grey-300:hover{color:#78909c}.mdi-md-blue-grey-500,a.mdi-md-blue-grey-400:focus,a.mdi-md-blue-grey-400:hover{color:#607d8b}.mdi-md-blue-grey-600,a.mdi-md-blue-grey-500:focus,a.mdi-md-blue-grey-500:hover{color:#546e7a}.mdi-md-blue-grey-700,a.mdi-md-blue-grey-600:focus,a.mdi-md-blue-grey-600:hover{color:#455a64}.mdi-md-blue-grey-800,a.mdi-md-blue-grey-700:focus,a.mdi-md-blue-grey-700:hover{color:#37474f}.mdi-md-blue-grey-900,a.mdi-md-blue-grey-800:focus,a.mdi-md-blue-grey-800:hover{color:#263238}a.mdi-md-blue-grey-900:focus,a.mdi-md-blue-grey-900:hover{color:#11171a}.mdi-md-bg-blue-grey{background-color:#607d8b}a.mdi-md-bg-blue-grey:focus,a.mdi-md-bg-blue-grey:hover{background-color:#546e7a}.mdi-md-bg-blue-grey-50{background-color:#eceff1}.mdi-md-bg-blue-grey-100,a.mdi-md-bg-blue-grey-50:focus,a.mdi-md-bg-blue-grey-50:hover{background-color:#cfd8dc}.mdi-md-bg-blue-grey-200,a.mdi-md-bg-blue-grey-100:focus,a.mdi-md-bg-blue-grey-100:hover{background-color:#b0bec5}.mdi-md-bg-blue-grey-300,a.mdi-md-bg-blue-grey-200:focus,a.mdi-md-bg-blue-grey-200:hover{background-color:#90a4ae}.mdi-md-bg-blue-grey-400,a.mdi-md-bg-blue-grey-300:focus,a.mdi-md-bg-blue-grey-300:hover{background-color:#78909c}.mdi-md-bg-blue-grey-500,a.mdi-md-bg-blue-grey-400:focus,a.mdi-md-bg-blue-grey-400:hover{background-color:#607d8b}.mdi-md-bg-blue-grey-600,a.mdi-md-bg-blue-grey-500:focus,a.mdi-md-bg-blue-grey-500:hover{background-color:#546e7a}.mdi-md-bg-blue-grey-700,a.mdi-md-bg-blue-grey-600:focus,a.mdi-md-bg-blue-grey-600:hover{background-color:#455a64}.mdi-md-bg-blue-grey-800,a.mdi-md-bg-blue-grey-700:focus,a.mdi-md-bg-blue-grey-700:hover{background-color:#37474f}.mdi-md-bg-blue-grey-900,a.mdi-md-bg-blue-grey-800:focus,a.mdi-md-bg-blue-grey-800:hover{background-color:#263238}a.mdi-md-bg-blue-grey-900:focus,a.mdi-md-bg-blue-grey-900:hover{background-color:#11171a}.mdi-md-white-lighter{color:hsla(0,0%,100%,.12)}.mdi-md-white-light,a.mdi-md-white-lighter:focus,a.mdi-md-white-lighter:hover{color:hsla(0,0%,100%,.3)}.mdi-md-white-dark,a.mdi-md-white-light:focus,a.mdi-md-white-light:hover{color:hsla(0,0%,100%,.7)}.mdi-md-white-darker,a.mdi-md-white-dark:focus,a.mdi-md-white-dark:hover,a.mdi-md-white-darker:focus,a.mdi-md-white-darker:hover{color:#fff}.mdi-md-black-lighter{color:rgba(0,0,0,.12)}.mdi-md-black-light,a.mdi-md-black-lighter:focus,a.mdi-md-black-lighter:hover{color:rgba(0,0,0,.26)}.mdi-md-black-dark,a.mdi-md-black-light:focus,a.mdi-md-black-light:hover{color:rgba(0,0,0,.54)}.mdi-md-black-darker,a.mdi-md-black-dark:focus,a.mdi-md-black-dark:hover{color:rgba(0,0,0,.87)}a.mdi-md-black-darker:focus,a.mdi-md-black-darker:hover{color:#000}.mdi-xs.mdi-set,.mdi-xs.mdi:before{font-size:1.25em}.mdi-sm.mdi-set,.mdi-sm.mdi:before{font-size:1.375em}.mdi-md.mdi-set,.mdi-md.mdi:before{font-size:1.5em}.mdi-lg.mdi-set,.mdi-lg.mdi:before{font-size:1.75em;vertical-align:-25%}.mdi-xl.mdi-set,.mdi-xl.mdi:before{font-size:2em;vertical-align:-25%}.mdi-1x.mdi-set,.mdi-1x.mdi:before{font-size:1rem}.mdi-2x.mdi-set,.mdi-2x.mdi:before{font-size:2rem}.mdi-3x.mdi-set,.mdi-3x.mdi:before{font-size:3rem}.mdi-4x.mdi-set,.mdi-4x.mdi:before{font-size:4rem}.mdi-5x.mdi-set,.mdi-5x.mdi:before{font-size:5rem}.mdi-6x.mdi-set,.mdi-6x.mdi:before{font-size:6rem}.mdi-7x.mdi-set,.mdi-7x.mdi:before{font-size:7rem}.mdi-8x.mdi-set,.mdi-8x.mdi:before{font-size:8rem}.mdi-9x.mdi-set,.mdi-9x.mdi:before{font-size:9rem}.mdi-10x.mdi-set,.mdi-10x.mdi:before{font-size:10rem}
@@ -260,214 +260,44 @@ img.emoji {
260
260
 
261
261
  /*
262
262
  # -----------------------------------------------------------------------------
263
- # ~/theme_uno/_components.scss
263
+ # ~/theme_uno/_components.scss
264
+ # Contains all styles for BUILDING BLOCKS used by J1 Template
264
265
  #
265
- # This is the (SASS) entry point for theme ADDONS
266
- #
267
- # Product/Info:
268
- # https://jekyll.one
266
+ # Product/Info:
267
+ # https://jekyll.one
269
268
  #
270
- # Copyright (C) 2020 Juergen Adams
269
+ # Copyright (C) 2020 Juergen Adams
271
270
  #
272
- # J1 Template is licensed under the MIT License.
273
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
271
+ # J1 Template is licensed under the MIT License.
272
+ # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
273
+ # -----------------------------------------------------------------------------
274
+ # NOTE: This is the (SASS) entry point for all theme COMPONENTS
274
275
  # -----------------------------------------------------------------------------
275
276
  */
276
277
  /*
277
278
  # -----------------------------------------------------------------------------
278
- # ~/theme_uno/components/_accordion_panel.scss
279
- # Provides styles for the J1 Accordion Panel
279
+ # ~/theme_uno/components/_advertising.scss
280
+ # Provides general styles for ads used by J1 Template
280
281
  #
281
- # Product/Info:
282
- # https://jekyll.one
283
- #
284
- # Copyright (C) 2020 Juergen Adams
282
+ # Product/Info:
283
+ # https://jekyll.one
285
284
  #
286
- # J1 Template is licensed under the MIT License.
287
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
285
+ # Copyright (C) 2020 Juergen Adams
288
286
  #
287
+ # J1 Template is licensed under the MIT License.
288
+ # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
289
+ # -----------------------------------------------------------------------------
290
+ # NOTE: See https://en.bem.info/methodology/naming-convention/
289
291
  # -----------------------------------------------------------------------------
290
292
  */
291
- /* Accordion Block
292
- ------------------------------------------------------------------- */
293
- a.accordion-toggler {
294
- display: inline-flex;
295
- align-items: center; }
296
-
297
- .accordion-block {
298
- display: block; }
299
-
300
- .accordion-block p,
301
- .accordion-block h2 {
302
- color: #fff; }
303
-
304
- .accordion-block .panel,
305
- .panel-heading,
306
- .panel-group .panel {
307
- border-radius: 0;
308
- /* border: none; */ }
309
-
310
- .accordion-block .panel-heading {
311
- color: #fff;
312
- padding-top: .5rem;
313
- padding-bottom: .5rem; }
314
-
315
- .accordion-block h2 a:hover {
316
- text-decoration: none; }
317
-
318
- .accordion-block-light,
319
- .accordion-block-default {
320
- background: #fafafa;
321
- border: solid 1px #eee; }
322
-
323
- .accordion-block-light,
324
- .accordion-block-default:hover {
325
- box-shadow: 0 0 8px #E5E5E5; }
326
-
327
- .accordion-block-light p,
328
- .accordion-block-light h2,
329
- .accordion-block-default p,
330
- .accordion-block-default h2 {
331
- color: #555; }
332
-
333
- .accordion-block-dark {
334
- background: #ecf0f1 !important;
335
- border: solid 1px #888A85; }
336
-
337
- .accordion-block-dark:hover {
338
- box-shadow: 0 0 8px #2E3436; }
339
-
340
- .accordion-block-dark p, .accordion-block-dark h2 {
341
- color: #2d2d2d; }
342
-
343
- /* Accordion Box
344
- ------------------------------------------------------------------- */
345
- .accordion-box .panel-heading {
346
- padding: 0;
347
- box-shadow: none; }
348
-
349
- .accordion-box .panel-heading a {
350
- display: block;
351
- font-size: 24px;
352
- padding: 10px 15px;
353
- background: #fefefe; }
354
-
355
- /* Plus Toggle */
356
- .accordion-box .panel-heading a:before {
357
- color: #3465A4;
358
- font-size: 20px;
359
- content: "\f063";
360
- line-height: 12px;
361
- /* position: absolute; */
362
- padding-left: 10px;
363
- top: 36px;
364
- background: transparent;
365
- font-family: FontAwesome; }
366
-
367
- .accordion-box .panel-heading a.collapsed:before {
368
- content: "\f061"; }
369
-
370
- .accordion-box .title {
371
- text-align: center;
372
- text-transform: uppercase;
373
- margin-top: 0px;
374
- margin-bottom: 20px; }
375
-
376
- .accordion-box .title:after {
377
- left: 50%;
378
- width: 70px;
379
- margin-left: -35px; }
380
-
381
- .accordion-box .tagline {
382
- padding-left: 60px;
383
- padding-right: 60px;
384
- font-size: 14px; }
385
-
386
- .accordion-box .description-title {
387
- text-align: left;
388
- font-size: 22px;
389
- text-transform: uppercase;
390
- margin-top: 0px;
391
- margin-bottom: 20px; }
392
-
393
- .accordion-box .description-text {
394
- text-align: justify;
395
- margin-top: 0px;
396
- margin-bottom: 20px; }
397
-
398
- h2.accordion-box {
399
- color: #555;
400
- position: relative;
401
- margin-bottom: 30px; }
402
-
403
- h2.accordion-box:after {
404
- left: 0;
405
- width: 70px;
406
- height: 2px;
407
- content: " ";
408
- bottom: -10px;
409
- background: #555;
410
- position: absolute; }
411
-
412
- .accordion-box p {
413
- position: relative;
414
- margin-bottom: 50px; }
415
-
416
- .accordion-box p:after {
417
- content: " ";
418
- left: 50%;
419
- height: 1px;
420
- width: 50px;
421
- bottom: -15px;
422
- position: absolute;
423
- margin-left: -25px;
424
- background: #3465A4; }
425
-
426
- .acc-icon a.accordion-toggle i {
427
- color: #555;
428
- margin-right: 8px; }
429
-
430
- .acc-icon a.accordion-toggle:hover i {
431
- color: #39414c; }
432
-
433
- /* Accordion Icon
434
- ------------------------------------------------------------------- */
435
- .accordion-icon {
436
- padding-top: 15px;
437
- text-align: center; }
438
-
439
- .accordion-icon i {
440
- color: #fff;
441
- width: 90px;
442
- height: 90px;
443
- padding: 30px 20px 0px 20px;
444
- font-size: 50px;
445
- line-height: 30px;
446
- position: relative;
447
- text-align: center;
448
- background: #3465A4;
449
- margin-bottom: 5px;
450
- display: inline-block; }
451
-
452
- .accordion-icon i:after {
453
- top: -8px;
454
- left: -8px;
455
- right: -8px;
456
- bottom: -8px;
457
- content: " ";
458
- position: absolute;
459
- border: 1px solid #dedede;
460
- border-radius: 5px !important; }
461
-
462
- .accordion-icon:hover i,
463
- .accordion-icon:hover i:after {
464
- transition: all 0.3s ease-in-out; }
465
-
466
- .accordion-icon:hover i {
467
- background: #729FCF; }
468
-
469
- .accordion-icon:hover i:after {
470
- border-color: #729FCF; }
293
+ .advertising {
294
+ background-color: white;
295
+ border: 1px solid rgba(0, 0, 0, 0.12);
296
+ margin: 0;
297
+ padding: 1.5rem;
298
+ border-radius: 3px;
299
+ margin-bottom: 0.25rem;
300
+ z-index: 9; }
471
301
 
472
302
  /*
473
303
  # -----------------------------------------------------------------------------
@@ -718,30 +548,6 @@ h2.accordion-box:after {
718
548
  margin-left: 1.5rem !important;
719
549
  margin-right: 2.5rem !important; } }
720
550
 
721
- /*
722
- # -----------------------------------------------------------------------------
723
- # ~/theme_uno/components/_panel.scss
724
- # Provides all general styles for J1 Template Panel
725
- #
726
- # Product/Info:
727
- # https://jekyll.one
728
- #
729
- # Copyright (C) 2020 Juergen Adams
730
- #
731
- # J1 Template is licensed under the MIT License.
732
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
733
- #
734
- # -----------------------------------------------------------------------------
735
- */
736
- /*
737
- Number to be clarified: 7.143
738
- */
739
- /*
740
- Styles to sort
741
- */
742
- p.tagline {
743
- margin-bottom: 0; }
744
-
745
551
  /*
746
552
  # -----------------------------------------------------------------------------
747
553
  # ~/theme_uno/components/_banner_parallax.scss
@@ -797,21 +603,6 @@ p.tagline {
797
603
  .banner-teaser {
798
604
  padding: 1rem; } }
799
605
 
800
- /*
801
- # -----------------------------------------------------------------------------
802
- # ~/theme_uno/components/_blog.scss
803
- # Provides general styles for the J1 Blog Posts
804
- #
805
- # Product/Info:
806
- # https://jekyll.one
807
- #
808
- # Copyright (C) 2020 Juergen Adams
809
- #
810
- # J1 Template is licensed under the MIT License.
811
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
812
- #
813
- # -----------------------------------------------------------------------------
814
- */
815
606
  /*
816
607
  # -----------------------------------------------------------------------------
817
608
  # ~/theme_uno/components/_cards.scss
@@ -1522,8 +1313,8 @@ a.card-title:hover {
1522
1313
 
1523
1314
  /*
1524
1315
  # -----------------------------------------------------------------------------
1525
- # ~/theme_uno/components/_blog_calendar.scss
1526
- # Provides general styles for Blog Post generator of type 'calendar'
1316
+ # ~/theme_uno/components/_blog_timeline.scss
1317
+ # Provides general styles for Blog Post generator of type 'timeline'
1527
1318
  #
1528
1319
  # Product/Info:
1529
1320
  # https://jekyll.one
@@ -1532,34 +1323,33 @@ a.card-title:hover {
1532
1323
  #
1533
1324
  # J1 Template is licensed under the MIT License.
1534
1325
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
1535
- #
1536
1326
  # -----------------------------------------------------------------------------
1537
1327
  */
1538
1328
  /* Header Box
1539
- ------------------------------------------------------------------ */
1540
- .calendar-header-box {
1329
+ -------------------------------------------------------------------------------- */
1330
+ .timeline-header-box {
1541
1331
  background: #fff; }
1542
1332
 
1543
- .calendar-header-box .title {
1333
+ .timeline-header-box .title {
1544
1334
  text-align: center;
1545
1335
  text-transform: uppercase; }
1546
1336
 
1547
- .calendar-header-box .title:after {
1337
+ .timeline-header-box .title:after {
1548
1338
  left: 50%;
1549
1339
  width: 70px;
1550
1340
  margin-left: -35px; }
1551
1341
 
1552
- .calendar-header-box .tagline {
1342
+ .timeline-header-box .tagline {
1553
1343
  padding-left: 60px;
1554
1344
  padding-right: 60px;
1555
1345
  font-size: 14px; }
1556
1346
 
1557
- h2.calendar-header-box {
1347
+ h2.timeline-header-box {
1558
1348
  color: #555;
1559
1349
  position: relative;
1560
1350
  margin-bottom: 30px; }
1561
1351
 
1562
- h2.calendar-header-box:after {
1352
+ h2.timeline-header-box:after {
1563
1353
  left: 0;
1564
1354
  width: 70px;
1565
1355
  height: 2px;
@@ -1568,11 +1358,11 @@ h2.calendar-header-box:after {
1568
1358
  background: #555;
1569
1359
  position: absolute; }
1570
1360
 
1571
- .calendar-header-box p {
1361
+ .timeline-header-box p {
1572
1362
  position: relative;
1573
1363
  margin-bottom: 50px; }
1574
1364
 
1575
- .calendar-header-box p:after {
1365
+ .timeline-header-box p:after {
1576
1366
  content: " ";
1577
1367
  left: 50%;
1578
1368
  height: 1px;
@@ -1582,362 +1372,98 @@ h2.calendar-header-box:after {
1582
1372
  margin-left: -25px;
1583
1373
  background: #3465A4; }
1584
1374
 
1585
- /* Calendar
1586
- ------------------------------------------------------------------ */
1587
- .calendar {
1588
- padding: 0;
1375
+ /* Timeline
1376
+ -------------------------------------------------------------------------------- */
1377
+ .timeline {
1378
+ padding: 20px 0;
1589
1379
  list-style: none;
1590
1380
  position: relative; }
1591
1381
 
1592
- /* jadams 2016-09-20: */
1593
- .calendar-headline {
1382
+ .timeline-title {
1594
1383
  display: block;
1595
- margin: 10px 0 25px 0;
1384
+ margin: 1.25rem 1.5rem .75rem .75rem;
1596
1385
  border-bottom: 1px solid #E5E5E5; }
1597
1386
 
1598
- .calendar-headline h4 {
1387
+ .timeline-title h2 {
1599
1388
  font-size: 24px;
1600
1389
  margin: 0 0 -1px 0;
1601
1390
  padding-bottom: 5px;
1602
1391
  padding-left: 10px;
1603
1392
  display: inline-block;
1604
- border-bottom: 1px dotted #3465a4; }
1393
+ border-bottom: 1px dotted #607d8b; }
1394
+
1395
+ .timeline-title h4 {
1396
+ color: rgba(0, 0, 0, 0.5);
1397
+ font-weight: 400;
1398
+ margin: 0 0 -1px 0;
1399
+ padding-bottom: 5px;
1400
+ display: inline-block;
1401
+ border-bottom: 1px dotted #607d8b; }
1605
1402
 
1606
- /* jadams 2016-09-20: */
1607
- .calendar a {
1608
- color: #204a87;
1403
+ .timeline-title h4:hover {
1404
+ color: rgba(0, 0, 0, 0.9);
1609
1405
  text-decoration: none; }
1610
1406
 
1611
- /* jadams 2016-10-21: New styles */
1612
- .tmtime h2, .tmtime h3 {
1613
- font-size: 28px; }
1407
+ .timeline-tagline {
1408
+ margin-bottom: 0.5rem; }
1614
1409
 
1615
- .tmtime h4 {
1616
- font-size: 24px;
1617
- font-weight: 600; }
1410
+ .timeline-excerpt {
1411
+ display: block; }
1618
1412
 
1619
- /* The line */
1620
- .calendar > li {
1621
- position: relative; }
1413
+ .timeline-icon {
1414
+ float: left;
1415
+ margin-right: 1.5rem;
1416
+ line-height: 1; }
1417
+
1418
+ a.timeline-list-unstyled {
1419
+ color: #204A87; }
1420
+
1421
+ a.timeline-list-unstyled,
1422
+ a.timeline-list-unstyled:active,
1423
+ a.timeline-list-unstyled:active,
1424
+ a.timeline-list-unstyled:hover {
1425
+ outline: none;
1426
+ font-size: 13px;
1427
+ text-decoration: none !important;
1428
+ -webkit-transition: all 0.3s ease-in-out;
1429
+ -moz-transition: all 0.3s ease-in-out;
1430
+ -o-transition: all 0.3s ease-in-out;
1431
+ -ms-transition: all 0.3s ease-in-out;
1432
+ transition: all 0.3s ease-in-out; }
1433
+
1434
+ a.timeline-list-unstyled:hover {
1435
+ color: #729FCF;
1436
+ text-decoration: none; }
1622
1437
 
1623
- .calendar:before {
1438
+ .timeline:before {
1624
1439
  top: 0;
1625
1440
  bottom: 0;
1626
- left: 22%;
1627
- width: 3px;
1628
- content: '';
1629
- background: #EEEEEC;
1630
1441
  position: absolute;
1631
- margin-left: -14px; }
1442
+ content: " ";
1443
+ width: 3px;
1444
+ background-color: #eee;
1445
+ left: 50%;
1446
+ margin-left: -1.5px; }
1632
1447
 
1633
- /* The date/time block */
1634
- .calendar > li .tmtime {
1635
- width: 25%;
1636
- display: block;
1637
- position: absolute;
1638
- padding-right: 40px;
1639
- padding-left: 0px; }
1448
+ .timeline > li {
1449
+ margin-bottom: 40px;
1450
+ position: relative;
1451
+ width: 50%;
1452
+ float: left;
1453
+ clear: left; }
1640
1454
 
1641
- .calendar > li .tmtime span {
1642
- top: 9px;
1643
- display: block;
1644
- text-align: right;
1645
- position: relative; }
1455
+ .timeline > li:before,
1456
+ .timeline > li:after {
1457
+ content: " ";
1458
+ display: table; }
1646
1459
 
1647
- .calendar > li .tmtime span:first-child {
1648
- color: #999;
1649
- font-size: 14px;
1650
- line-height: 0.9; }
1460
+ .timeline > li:after {
1461
+ clear: both; }
1651
1462
 
1652
- .calendar > li .tmtime span:last-child {
1653
- color: #585f69;
1654
- font-size: 20px;
1655
- font-weight: normal; }
1656
-
1657
- /* Content Boxex
1658
- ------------------------------------------------------------------ */
1659
- /* Content Box (right) */
1660
- /* jadams 2016-09-20: added border-radius, might be an config option */
1661
- .calendar > li .tmlabel {
1662
- color: #657B83;
1663
- padding: 10px 20px 20px;
1664
- background: #EEEEEC;
1665
- line-height: 1.4;
1666
- clear: both;
1667
- position: relative;
1668
- border-radius: 4px;
1669
- margin: 0 0 40px 25%; }
1670
-
1671
- /* Timeline and label|icons
1672
- ------------------------------------------------------------------ */
1673
- .calendar > li .tmlabel li {
1674
- padding: 0; }
1675
-
1676
- .calendar > li .tmlabel .text-left {
1677
- float: left; }
1678
-
1679
- .calendar > li .tmlabel p {
1680
- margin: 0 0 -5px 0; }
1681
-
1682
- /* The triangle */
1683
- .calendar > li .tmlabel:after {
1684
- right: 100%;
1685
- border: solid transparent;
1686
- content: " ";
1687
- height: 0;
1688
- width: 0;
1689
- position: absolute;
1690
- pointer-events: none;
1691
- border-right-color: #EEEEEC;
1692
- border-width: 10px;
1693
- top: 18px; }
1694
-
1695
- /* The icons */
1696
- .calendar > li .tmicon {
1697
- top: 22px;
1698
- left: 22%;
1699
- width: 10px;
1700
- height: 10px;
1701
- position: absolute;
1702
- background: #3465A4;
1703
- margin: 0 0 0 -17px;
1704
- box-shadow: 0 0 0 4px #E5E5E5;
1705
- -webkit-font-smoothing: antialiased; }
1706
-
1707
- /* Footer
1708
- ------------------------------------------------------------------ */
1709
- .calendar .calendar-footer {
1710
- padding: 7px 12px;
1711
- overflow: hidden;
1712
- border-top: 1px solid #ccc; }
1713
-
1714
- .calendar .calendar-footer .blog-info {
1715
- float: left; }
1716
-
1717
- .calendar .calendar-footer .blog-info i {
1718
- color: #777; }
1719
-
1720
- .calendar .calendar-footer .likes {
1721
- float: right; }
1722
-
1723
- .calendar .calendar-footer .likes i {
1724
- margin-right: 2px;
1725
- color: #777; }
1726
-
1727
- .calendar .calendar-footer .likes:hover {
1728
- text-decoration: none;
1729
- color: inherit; }
1730
-
1731
- .calendar .calendar-footer .likes:hover i {
1732
- color: #729FCF; }
1733
-
1734
- a.calendar-list-unstyled {
1735
- color: #204A87; }
1736
-
1737
- a.calendar-list-unstyled,
1738
- a.calendar-list-unstyled:active,
1739
- a.calendar-list-unstyled:focus,
1740
- a.calendar-list-unstyled:hover {
1741
- outline: none;
1742
- font-size: 13px;
1743
- text-decoration: none !important;
1744
- -webkit-transition: all 0.3s ease-in-out;
1745
- -moz-transition: all 0.3s ease-in-out;
1746
- -o-transition: all 0.3s ease-in-out;
1747
- -ms-transition: all 0.3s ease-in-out;
1748
- transition: all 0.3s ease-in-out; }
1749
-
1750
- a.calendar-list-unstyled:hover {
1751
- color: #729FCF;
1752
- text-decoration: none; }
1753
-
1754
- .calendar > li .tmlabel.equal-height-column {
1755
- height: auto !important; }
1756
-
1757
- /* Media Queries
1758
- ------------------------------------------------------------------ */
1759
- @media screen and (max-width: 65.375em) {
1760
- .calendar > li .tmtime span:last-child {
1761
- font-size: 1.5em; } }
1762
-
1763
- @media screen and (max-width: 47.2em) {
1764
- .calendar:before {
1765
- display: none; }
1766
- .calendar > li .tmtime {
1767
- width: 100%;
1768
- position: relative;
1769
- padding: 0 0 20px 0; }
1770
- .calendar > li .tmtime span {
1771
- text-align: left; }
1772
- .calendar > li .tmlabel {
1773
- padding: 1em;
1774
- font-weight: 400;
1775
- margin: 0 0 30px 0; }
1776
- .calendar > li .tmlabel:after {
1777
- left: 20px;
1778
- top: -20px;
1779
- right: auto;
1780
- border-bottom-color: #EEEEEC;
1781
- border-right-color: transparent; }
1782
- .calendar > li .tmicon {
1783
- left: auto;
1784
- float: right;
1785
- position: relative;
1786
- margin: -55px 5px 0 0px; } }
1787
-
1788
- /*
1789
- # -----------------------------------------------------------------------------
1790
- # ~/theme_uno/components/_blog_timeline.scss
1791
- # Provides general styles for Blog Post generator of type 'timeline'
1792
- #
1793
- # Product/Info:
1794
- # https://jekyll.one
1795
- #
1796
- # Copyright (C) 2020 Juergen Adams
1797
- #
1798
- # J1 Template is licensed under the MIT License.
1799
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
1800
- # -----------------------------------------------------------------------------
1801
- */
1802
- /* Header Box
1803
- -------------------------------------------------------------------------------- */
1804
- .timeline-header-box {
1805
- background: #fff; }
1806
-
1807
- .timeline-header-box .title {
1808
- text-align: center;
1809
- text-transform: uppercase; }
1810
-
1811
- .timeline-header-box .title:after {
1812
- left: 50%;
1813
- width: 70px;
1814
- margin-left: -35px; }
1815
-
1816
- .timeline-header-box .tagline {
1817
- padding-left: 60px;
1818
- padding-right: 60px;
1819
- font-size: 14px; }
1820
-
1821
- h2.timeline-header-box {
1822
- color: #555;
1823
- position: relative;
1824
- margin-bottom: 30px; }
1825
-
1826
- h2.timeline-header-box:after {
1827
- left: 0;
1828
- width: 70px;
1829
- height: 2px;
1830
- content: " ";
1831
- bottom: -10px;
1832
- background: #555;
1833
- position: absolute; }
1834
-
1835
- .timeline-header-box p {
1836
- position: relative;
1837
- margin-bottom: 50px; }
1838
-
1839
- .timeline-header-box p:after {
1840
- content: " ";
1841
- left: 50%;
1842
- height: 1px;
1843
- width: 50px;
1844
- bottom: -15px;
1845
- position: absolute;
1846
- margin-left: -25px;
1847
- background: #3465A4; }
1848
-
1849
- /* Timeline
1850
- -------------------------------------------------------------------------------- */
1851
- .timeline {
1852
- padding: 20px 0;
1853
- list-style: none;
1854
- position: relative; }
1855
-
1856
- .timeline-title {
1857
- display: block;
1858
- margin: 1.25rem 1.5rem .75rem .75rem;
1859
- border-bottom: 1px solid #E5E5E5; }
1860
-
1861
- .timeline-title h2 {
1862
- font-size: 24px;
1863
- margin: 0 0 -1px 0;
1864
- padding-bottom: 5px;
1865
- padding-left: 10px;
1866
- display: inline-block;
1867
- border-bottom: 1px dotted #607d8b; }
1868
-
1869
- .timeline-title h4 {
1870
- color: rgba(0, 0, 0, 0.5);
1871
- font-weight: 400;
1872
- margin: 0 0 -1px 0;
1873
- padding-bottom: 5px;
1874
- display: inline-block;
1875
- border-bottom: 1px dotted #607d8b; }
1876
-
1877
- .timeline-title h4:hover {
1878
- color: rgba(0, 0, 0, 0.9);
1879
- text-decoration: none; }
1880
-
1881
- .timeline-tagline {
1882
- margin-bottom: 0.5rem; }
1883
-
1884
- .timeline-excerpt {
1885
- display: block; }
1886
-
1887
- .timeline-icon {
1888
- float: left;
1889
- margin-right: 1.5rem;
1890
- line-height: 1; }
1891
-
1892
- a.timeline-list-unstyled {
1893
- color: #204A87; }
1894
-
1895
- a.timeline-list-unstyled,
1896
- a.timeline-list-unstyled:active,
1897
- a.timeline-list-unstyled:active,
1898
- a.timeline-list-unstyled:hover {
1899
- outline: none;
1900
- font-size: 13px;
1901
- text-decoration: none !important;
1902
- -webkit-transition: all 0.3s ease-in-out;
1903
- -moz-transition: all 0.3s ease-in-out;
1904
- -o-transition: all 0.3s ease-in-out;
1905
- -ms-transition: all 0.3s ease-in-out;
1906
- transition: all 0.3s ease-in-out; }
1907
-
1908
- a.timeline-list-unstyled:hover {
1909
- color: #729FCF;
1910
- text-decoration: none; }
1911
-
1912
- .timeline:before {
1913
- top: 0;
1914
- bottom: 0;
1915
- position: absolute;
1916
- content: " ";
1917
- width: 3px;
1918
- background-color: #eee;
1919
- left: 50%;
1920
- margin-left: -1.5px; }
1921
-
1922
- .timeline > li {
1923
- margin-bottom: 40px;
1924
- position: relative;
1925
- width: 50%;
1926
- float: left;
1927
- clear: left; }
1928
-
1929
- .timeline > li:before,
1930
- .timeline > li:after {
1931
- content: " ";
1932
- display: table; }
1933
-
1934
- .timeline > li:after {
1935
- clear: both; }
1936
-
1937
- .timeline > li:before,
1938
- .timeline > li:after {
1939
- content: " ";
1940
- display: table; }
1463
+ .timeline > li:before,
1464
+ .timeline > li:after {
1465
+ content: " ";
1466
+ display: table; }
1941
1467
 
1942
1468
  .timeline > li:after {
1943
1469
  clear: both; }
@@ -2165,27 +1691,6 @@ a.timeline-list-unstyled:hover {
2165
1691
  margin: 1rem 1.8rem 2rem .5rem;
2166
1692
  text-align: justify; }
2167
1693
 
2168
- /*
2169
- # -----------------------------------------------------------------------------
2170
- # ~/theme_uno/components/_container.scss
2171
- # Provides all general container styles for J1 Template
2172
- #
2173
- # Product/Info:
2174
- # https://jekyll.one
2175
- #
2176
- # Copyright (C) 2020 Juergen Adams
2177
- #
2178
- # J1 Template is licensed under the MIT License.
2179
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
2180
- #
2181
- # -----------------------------------------------------------------------------
2182
- */
2183
- /* CONTAINER layout helper classes
2184
- ------------------------------------------------------------------ */
2185
- .no-padding {
2186
- padding-right: 0 !important;
2187
- padding-left: 0 !important; }
2188
-
2189
1694
  /*
2190
1695
  # -----------------------------------------------------------------------------
2191
1696
  # ~/theme_uno/components/_footer.scss
@@ -2209,7 +1714,7 @@ a.timeline-list-unstyled:hover {
2209
1714
  -------------------------------------------------------------------------------- */
2210
1715
  /* jadams: background md_grey_900 */
2211
1716
  .footer {
2212
- padding: 70px 0;
1717
+ padding-top: 2em;
2213
1718
  background: #212121; }
2214
1719
 
2215
1720
  .footer p {
@@ -2381,8 +1886,8 @@ a.timeline-list-unstyled:hover {
2381
1886
 
2382
1887
  /*
2383
1888
  # -----------------------------------------------------------------------------
2384
- # ~/theme_uno/components/_forms.scss
2385
- # Provides additional styles for input fields (forms) used by J1 Template
1889
+ # ~/theme_uno/components/_panel.scss
1890
+ # Provides all general styles for J1 Template Panel
2386
1891
  #
2387
1892
  # Product/Info:
2388
1893
  # https://jekyll.one
@@ -2394,335 +1899,19 @@ a.timeline-list-unstyled:hover {
2394
1899
  #
2395
1900
  # -----------------------------------------------------------------------------
2396
1901
  */
2397
- input:-webkit-autofill,
2398
- input:-webkit-autofill:hover,
2399
- input:-webkit-autofill:focus,
2400
- input:-webkit-autofill:active {
2401
- border-top-left-radius: 5px !important;
2402
- border-bottom-left-radius: 5px !important;
2403
- border-top-right-radius: 5px !important;
2404
- border-bottom-right-radius: 5px !important; }
2405
-
2406
- .form-group.position-relative input {
2407
- padding-right: 32px; }
2408
-
2409
- .form-clear {
2410
- align-items: center;
2411
- background: #cecece;
2412
- border-radius: 50%;
2413
- bottom: 8px;
2414
- color: rgba(0, 0, 0, 0.54);
2415
- cursor: pointer;
2416
- display: flex;
2417
- height: 24px;
2418
- justify-content: center;
2419
- position: absolute;
2420
- right: 10px;
2421
- width: 24px;
2422
- z-index: 10; }
1902
+ .panel-fluid {
1903
+ width: 100%;
1904
+ padding: unset !important;
1905
+ margin: unset !important; }
2423
1906
 
2424
- .form-clear-searcher {
2425
- bottom: 18px;
2426
- right: 50px;
2427
- background: transparent;
2428
- z-index: 99999; }
1907
+ .j1-panel-block.container, .j1-panel-block.container-fluid {
1908
+ padding-left: 0 !important;
1909
+ padding-right: 0 !important; }
2429
1910
 
2430
- .form-text + .form-clear {
2431
- bottom: calc(1rem + 18px); }
2432
-
2433
- .form-clear .material-icons {
2434
- font-size: 16px;
2435
- font-weight: 500; }
2436
-
2437
- /*
2438
- # -----------------------------------------------------------------------------
2439
- # ~/theme_uno/components/_icons.scss
2440
- # Provides all general icon styles for J1 Template
2441
- #
2442
- # Product/Info:
2443
- # https://jekyll.one
2444
- #
2445
- # Copyright (C) 2020 Juergen Adams
2446
- #
2447
- # J1 Template is licensed under the MIT License.
2448
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
2449
- #
2450
- # -----------------------------------------------------------------------------
2451
- */
2452
- /* j1-icons
2453
- ------------------------------------------------------------------ */
2454
- /* Social Icons
2455
- ------------------------------------------------------- */
2456
- .social-icons {
2457
- margin: 0;
2458
- padding: 0; }
2459
-
2460
- .social-icons li {
2461
- list-style: none;
2462
- margin-right: 3px;
2463
- margin-bottom: 5px;
2464
- text-indent: -9999px;
2465
- display: inline-block; }
2466
-
2467
- .social-icons li a, a.social-icon {
2468
- width: 28px;
2469
- height: 28px;
2470
- display: block;
2471
- background-position: 0 0;
2472
- background-repeat: no-repeat;
2473
- transition: all 0.3s ease-in-out; }
2474
-
2475
- .social-icons li:hover a {
2476
- background-position: 0 -38px; }
2477
-
2478
- .social-icons-color li a {
2479
- opacity: 0.7;
2480
- background-position: 0 -38px !important;
2481
- -webkit-backface-visibility: hidden;
2482
- /*For Chrome*/ }
2483
-
2484
- .social-icons-color li a:hover {
2485
- opacity: 1; }
2486
-
2487
- .social_amazon {
2488
- background: url(/assets/images/icons/social/amazon.png) no-repeat; }
2489
-
2490
- .social_behance {
2491
- background: url(/assets/images/icons/social/behance.png) no-repeat; }
2492
-
2493
- .social_blogger {
2494
- background: url(/assets/images/icons/social/blogger.png) no-repeat; }
2495
-
2496
- .social_deviantart {
2497
- background: url(/assets/images/icons/social/deviantart.png) no-repeat; }
2498
-
2499
- .social_dribbble {
2500
- background: url(/assets/images/icons/social/dribbble.png) no-repeat; }
2501
-
2502
- .social_dropbox {
2503
- background: url(/assets/images/icons/social/dropbox.png) no-repeat; }
2504
-
2505
- .social_evernote {
2506
- background: url(/assets/images/icons/social/evernote.png) no-repeat; }
2507
-
2508
- .social_facebook {
2509
- background: url(/assets/images/icons/social/facebook.png) no-repeat; }
2510
-
2511
- .social_forrst {
2512
- background: url(/assets/images/icons/social/forrst.png) no-repeat; }
2513
-
2514
- .social_github {
2515
- background: url(/assets/images/icons/social/github.png) no-repeat; }
2516
-
2517
- .social_googleplus {
2518
- background: url(/assets/images/icons/social/googleplus.png) no-repeat; }
2519
-
2520
- .social_jolicloud {
2521
- background: url(/assets/images/icons/social/jolicloud.png) no-repeat; }
2522
-
2523
- .social_last-fm {
2524
- background: url(/assets/images/icons/social/last-fm.png) no-repeat; }
2525
-
2526
- .social_linkedin {
2527
- background: url(/assets/images/icons/social/linkedin.png) no-repeat; }
2528
-
2529
- .social_picasa {
2530
- background: url(/assets/images/icons/social/picasa.png) no-repeat; }
2531
-
2532
- .social_pintrest {
2533
- background: url(/assets/images/icons/social/pintrest.png) no-repeat; }
2534
-
2535
- .social_rss {
2536
- background: url(/assets/images/icons/social/rss.png) no-repeat; }
2537
-
2538
- .social_skype {
2539
- background: url(/assets/images/icons/social/skype.png) no-repeat; }
2540
-
2541
- .social_spotify {
2542
- background: url(/assets/images/icons/social/spotify.png) no-repeat; }
2543
-
2544
- .social_stumbleupon {
2545
- background: url(/assets/images/icons/social/stumbleupon.png) no-repeat; }
2546
-
2547
- .social_tumblr {
2548
- background: url(/assets/images/icons/social/tumblr.png) no-repeat; }
2549
-
2550
- .social_twitter {
2551
- background: url(/assets/images/icons/social/twitter.png) no-repeat; }
2552
-
2553
- .social_vimeo {
2554
- background: url(/assets/images/icons/social/vimeo.png) no-repeat; }
2555
-
2556
- .social_wordpress {
2557
- background: url(/assets/images/icons/social/wordpress.png) no-repeat; }
2558
-
2559
- .social_xing {
2560
- background: url(/assets/images/icons/social/xing.png) no-repeat; }
2561
-
2562
- .social_yahoo {
2563
- background: url(/assets/images/icons/social/yahoo.png) no-repeat; }
2564
-
2565
- .social_youtube {
2566
- background: url(/assets/images/icons/social/youtube.png) no-repeat; }
2567
-
2568
- .social_vk {
2569
- background: url(/assets/images/icons/social/vk.png) no-repeat; }
2570
-
2571
- .social_instagram {
2572
- background: url(/assets/images/icons/social/instagram.png) no-repeat; }
2573
-
2574
- /*
2575
- # -----------------------------------------------------------------------------
2576
- # ~/theme_uno/components/_page.scss
2577
- # Provides all general styles for J1 Template Pages
2578
- #
2579
- # Product/Info:
2580
- # https://jekyll.one
2581
- #
2582
- # Copyright (C) 2020 Juergen Adams
2583
- #
2584
- # J1 Template is licensed under the MIT License.
2585
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
2586
- #
2587
- # -----------------------------------------------------------------------------
2588
- */
2589
- /* PAGE layout helper classes
2590
- ------------------------------------------------------------------ */
2591
- /*
2592
- # -----------------------------------------------------------------------------
2593
- # ~/theme_uno/components/_panel.scss
2594
- # Provides all general styles for J1 Template Panel
2595
- #
2596
- # Product/Info:
2597
- # https://jekyll.one
2598
- #
2599
- # Copyright (C) 2020 Juergen Adams
2600
- #
2601
- # J1 Template is licensed under the MIT License.
2602
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
2603
- #
2604
- # -----------------------------------------------------------------------------
2605
- */
2606
- .panel-fluid {
2607
- width: 100%;
2608
- padding: unset !important;
2609
- margin: unset !important; }
2610
-
2611
- .j1-panel-block.container, .j1-panel-block.container-fluid {
2612
- padding-left: 0 !important;
2613
- padding-right: 0 !important; }
2614
-
2615
- @media (max-width: 768px) {
2616
- .j1-panel-block.row {
2617
- margin-left: .5rem !important;
2618
- margin-right: .5rem !important; } }
2619
-
2620
- /*
2621
- # -----------------------------------------------------------------------------
2622
- # J1: ~src/scss/j1_template/core/_spinner.css
2623
- # CSS spinner (e.g. used with header module|backstretch)
2624
- #
2625
- # Product/Info:
2626
- # https://jekyll.one
2627
- #
2628
- # Copyright (C) 2020 Juergen Adams
2629
- #
2630
- # J1 Template is licensed under the MIT License.
2631
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
2632
- #
2633
- # -----------------------------------------------------------------------------
2634
- */
2635
- /* https://codepen.io/carpenumidium/pen/edngJ
2636
- ------------------------------------------------------------------- */
2637
- .parallax-day-night {
2638
- height: 100%;
2639
- background-color: #222;
2640
- background-image: linear-gradient(180deg, transparent, #bab3ab 0), linear-gradient(-45deg, #bab3ab 40%, transparent 0), linear-gradient(45deg, #bab3ab 40%, transparent 0), linear-gradient(45deg, transparent 40%, #bab3ab 0), linear-gradient(-45deg, transparent 40%, #bab3ab 0), linear-gradient(#bab3ab, #bab3ab), linear-gradient(45deg, transparent 40%, #bab3ab 0), linear-gradient(-45deg, transparent 40%, #bab3ab 0), linear-gradient(45deg, transparent 40%, #bab3ab 0), linear-gradient(-45deg, transparent 40%, #bab3ab 0), linear-gradient(#bab3ab, #bab3ab), linear-gradient(#bab3ab, #bab3ab), linear-gradient(#bab3ab, #bab3ab), linear-gradient(#bab3ab, #bab3ab), linear-gradient(#bab3ab, #bab3ab), linear-gradient(#bab3ab, #bab3ab), linear-gradient(#bab3ab, #bab3ab), linear-gradient(180deg, #a33d29, #a33d29, white, #598ca6, #8cbfd9, #4b3d8f, #6f6699, #4d4d4d, #a33d29);
2641
- background-position: 50% 100%, calc(50% - 15px) calc(100% - 145px), calc(50% + 15px) calc(100% - 145px), calc(50% - 20px) calc(100% - 140px), calc(50% + 20px) calc(100% - 140px), 50% calc(100% - 135px), calc(50% - 15px) calc(100% - 130px), calc(50% + 15px) calc(100% - 130px), calc(50% - 10px) calc(100% - 120px), calc(50% + 10px) calc(100% - 120px), 50% calc(100% - 70px), calc(50% + 5px) calc(100% - 75px), calc(50% + 20px) calc(100% - 80px), calc(50% + 25px) calc(100% - 79px), calc(50% + 35px) calc(100% - 53px), calc(50% + 35px) calc(100% - 70px), 50% 100%, 0 0;
2642
- background-size: 15px 161px, 30px 20px, 30px 20px, 30px 5px, 30px 5px, 40px 5px, 30px 5px, 30px 5px, 30px 5px, 30px 5px, 25px 30px, 25px 20px, 30px 5px, 3px 7px, 5px 30px, 7px 3px, 2px 185px, 100% 1500%;
2643
- background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat-y;
2644
- animation: weather 840s linear infinite; }
2645
- .parallax-day-night html:after, .parallax-day-night html:before {
2646
- content: '';
2647
- position: absolute;
2648
- border-radius: 50%;
2649
- z-index: 1;
2650
- /*-webkit-filter: blur(1px)*/ }
2651
- .parallax-day-night html:before {
2652
- height: 150px;
2653
- width: 150px;
2654
- box-shadow: inset 20px -20px 50px rgba(191, 163, 194, 0.5);
2655
- top: 20%;
2656
- left: 60%; }
2657
- .parallax-day-night html:after {
2658
- height: 100px;
2659
- width: 100px;
2660
- box-shadow: inset 30px -30px 50px rgba(133, 139, 173, 0.5);
2661
- top: 40%;
2662
- left: 50%; }
2663
-
2664
- @keyframes weather {
2665
- to {
2666
- background-position: 50% 100%, calc(50% - 15px) calc(100% - 145px), calc(50% + 15px) calc(100% - 145px), calc(50% - 20px) calc(100% - 140px), calc(50% + 20px) calc(100% - 140px), 50% calc(100% - 135px), calc(50% - 15px) calc(100% - 130px), calc(50% + 15px) calc(100% - 130px), calc(50% - 10px) calc(100% - 120px), calc(50% + 10px) calc(100% - 120px), 50% calc(100% - 70px), calc(50% + 5px) calc(100% - 75px), calc(50% + 20px) calc(100% - 80px), calc(50% + 25px) calc(100% - 79px), calc(50% + 35px) calc(100% - 53px), calc(50% + 35px) calc(100% - 70px), 50% 100%, 0 1500%; } }
2667
-
2668
- /* https://codepen.io/carpenumidium/pen/vNNzyG
2669
- ------------------------------------------------------------------- */
2670
- .parallax-horizontal {
2671
- height: 100%;
2672
- /* max-height: 600px; */
2673
- width: 1000px;
2674
- background-color: rgba(46, 87, 107, 0.4);
2675
- background-image: url("http://www.clker.com/cliparts/q/L/o/j/C/Q/forest-hi.png"), url("http://www.inserthtml.com/parallax/trees.png"), url("https://db.tt/cKICP4Xj"), url("http://www.augstudy.com/images/theme/impress/bg_mountains.png"), url("https://db.tt/vKBcgeOj");
2676
- background-repeat: repeat-x;
2677
- background-position: 0 20%, 0 95%, 0 0, 0 100%, 0 0;
2678
- background-size: 2500px, 800px, 500px 200px, 1000px, 400px 260px;
2679
- animation: 50s para infinite linear; }
2680
-
2681
- @keyframes para {
2682
- 100% {
2683
- background-position: -5000px 20%, -800px 95%, 500px 0, 1000px 100%, 400px 0; } }
2684
-
2685
- /*
2686
- # -----------------------------------------------------------------------------
2687
- # ~/theme_uno/components/_panel_intro.scss
2688
- # Provides all general styles for J1 Template Intro Panel
2689
- #
2690
- # Product/Info:
2691
- # https://jekyll.one
2692
- #
2693
- # Copyright (C) 2020 Juergen Adams
2694
- #
2695
- # J1 Template is licensed under the MIT License.
2696
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
2697
- #
2698
- # -----------------------------------------------------------------------------
2699
- */
2700
- /* Content
2701
- ------------------------------------------------------------------ */
2702
- /* Service link block
2703
- ------------------------------------------------------------------ */
2704
- ul.service-list > li > a {
2705
- display: block;
2706
- width: 100%;
2707
- border-bottom: dotted 1px #e0e0e0;
2708
- padding: 10px 30px 5px 30px;
2709
- color: #9E9E9E;
2710
- font-weight: 600; }
2711
-
2712
- ul.service-list > li > a:focus,
2713
- ul.service-list > li > a:hover {
2714
- color: #3F51B5 !important;
2715
- text-decoration: none !important; }
2716
-
2717
- /* Media Queries
2718
- ------------------------------------------------------------------ */
2719
- @media (max-width: 768px) {
2720
- .intro-panel {
2721
- margin: 3rem; } }
2722
-
2723
- @media (max-width: 640px) {
2724
- .intro-panel {
2725
- margin: 3rem; } }
1911
+ @media (max-width: 768px) {
1912
+ .j1-panel-block.row {
1913
+ margin-left: .5rem !important;
1914
+ margin-right: .5rem !important; } }
2726
1915
 
2727
1916
  /*
2728
1917
  # -----------------------------------------------------------------------------
@@ -2889,7 +2078,7 @@ ul.service-list > li > a:hover {
2889
2078
 
2890
2079
  .post-headline h1 {
2891
2080
  color: rgba(0, 0, 0, 0.9);
2892
- font-size: 3.5rem;
2081
+ font-size: 3.5rem !important;
2893
2082
  font-weight: 400;
2894
2083
  margin: 0 0 -1px 0;
2895
2084
  padding-bottom: 5px;
@@ -2899,7 +2088,7 @@ ul.service-list > li > a:hover {
2899
2088
 
2900
2089
  .post-headline h2 {
2901
2090
  color: rgba(0, 0, 0, 0.9);
2902
- font-size: 3.5rem;
2091
+ font-size: 3rem !important;
2903
2092
  font-weight: 400;
2904
2093
  margin: 0 0 -1px 0;
2905
2094
  padding-bottom: 5px;
@@ -3107,127 +2296,8 @@ h2.featured-headline, h3.featured-headline {
3107
2296
 
3108
2297
  /*
3109
2298
  # -----------------------------------------------------------------------------
3110
- # ~/theme_uno/components/_sidebar.scss
3111
- # Provides all general styles for J1 Template Sidebar Navigation (TOC)
3112
- #
3113
- # Product/Info:
3114
- # https://jekyll.one
3115
- #
3116
- # Copyright (C) 2020 Juergen Adams
3117
- #
3118
- # J1 Template is licensed under the MIT License.
3119
- # See: https://github.com/jekyll-one/J1 Template/blob/master/LICENSE
3120
- #
3121
- # -----------------------------------------------------------------------------
3122
- */
3123
- /* Side navigation. Scrollspy and affixed enhanced navigation to
3124
- highlight sections and secondary sections of docs content.
3125
- ------------------------------------------------------------------ */
3126
- .j1-sidebar.affix {
3127
- position: fixed !important; }
3128
-
3129
- @media (min-width: 768px) {
3130
- .j1-sidebar {
3131
- padding-left: 0px; } }
3132
-
3133
- /* First level of nav */
3134
- .j1-sidenav {
3135
- margin-top: 20px;
3136
- margin-bottom: 20px; }
3137
-
3138
- /* All levels of nav */
3139
- .j1-sidebar .nav > li > a {
3140
- display: block;
3141
- padding: 5px 20px;
3142
- font-size: 13px;
3143
- font-weight: 500;
3144
- color: #767676; }
3145
-
3146
- .j1-sidebar .nav > li > a:hover,
3147
- .j1-sidebar .nav > li > a:focus {
3148
- padding-left: 19px;
3149
- color: #3465a4;
3150
- text-decoration: none;
3151
- background-color: transparent;
3152
- border-left: 1px solid #3465a4; }
3153
-
3154
- .j1-sidebar .nav > .active > a,
3155
- .j1-sidebar .nav > .active:hover > a,
3156
- .j1-sidebar .nav > .active:focus > a {
3157
- padding-left: 18px;
3158
- font-weight: bold;
3159
- color: #204a87;
3160
- background-color: transparent;
3161
- border-left: 2px solid #204a87; }
3162
-
3163
- /* Nav: second level (shown on .active) */
3164
- .j1-sidebar .nav .nav {
3165
- display: none;
3166
- /* Hide by default, but at >768px, show it */
3167
- padding-bottom: 10px; }
3168
-
3169
- .j1-sidebar .nav .nav > li > a {
3170
- padding-top: 3px;
3171
- padding-bottom: 1px;
3172
- padding-left: 30px;
3173
- font-size: 12px;
3174
- font-weight: normal; }
3175
-
3176
- .j1-sidebar .nav .nav > li > a:hover,
3177
- .j1-sidebar .nav .nav > li > a:focus {
3178
- padding-left: 29px; }
3179
-
3180
- .j1-sidebar .nav .nav > .active > a,
3181
- .j1-sidebar .nav .nav > .active:hover > a,
3182
- .j1-sidebar .nav .nav > .active:focus > a {
3183
- padding-left: 28px;
3184
- font-weight: 500; }
3185
-
3186
- /* Back to top (hidden on mobile) */
3187
- .back-to-top,
3188
- .j1-theme-toggle {
3189
- display: none;
3190
- padding: 4px 10px;
3191
- margin-top: 10px;
3192
- margin-left: 10px;
3193
- font-size: 14px;
3194
- font-weight: 500;
3195
- color: #555753; }
3196
-
3197
- .back-to-top:hover,
3198
- .j1-theme-toggle:hover {
3199
- color: #3465a4;
3200
- text-decoration: none !important; }
3201
-
3202
- .j1-theme-toggle {
3203
- margin-top: 0; }
3204
-
3205
- @media (min-width: 768px) {
3206
- .back-to-top,
3207
- .j1-theme-toggle {
3208
- display: block; } }
3209
-
3210
- /*
3211
- # -----------------------------------------------------------------------------
3212
- # ~/theme_uno/components/_slider.scss
3213
- # Provides all general styles for J1 Template Slider
3214
- #
3215
- # Product/Info:
3216
- # https://jekyll.one
3217
- #
3218
- # Copyright (C) 2020 Juergen Adams
3219
- #
3220
- # J1 Template is licensed under the MIT License.
3221
- # See: https://github.com/jekyll-one/J1 Template/blob/master/LICENSE
3222
- #
3223
- # -----------------------------------------------------------------------------
3224
- */
3225
- /* SLIDER helper classes
3226
- ------------------------------------------------------------------------------- */
3227
- /*
3228
- # -----------------------------------------------------------------------------
3229
- # J1: ~src/scss/j1_template/core/_spinner.css
3230
- # CSS spinner (e.g. used with header module|backstretch)
2299
+ # ~/theme_uno/components/_rtable.scss
2300
+ # Provides styles for J1 Template Responsive Tables
3231
2301
  #
3232
2302
  # Product/Info:
3233
2303
  # https://jekyll.one
@@ -3239,250 +2309,22 @@ h2.featured-headline, h3.featured-headline {
3239
2309
  #
3240
2310
  # -----------------------------------------------------------------------------
3241
2311
  */
3242
- /* https://codepen.io/carpenumidium/pen/GDkJj
3243
- ------------------------------------------------------------------- */
3244
- .spinner-swiping-dots {
3245
- height: 100%;
3246
- background-image: radial-gradient(#222 65%, transparent 70%), radial-gradient(#222 65%, transparent 70%), radial-gradient(#222 65%, transparent 70%), radial-gradient(#222 65%, transparent 70%);
3247
- background-repeat: no-repeat;
3248
- background-size: 2em 2em, 2em 2em, 2em 2em, 2em 2em;
3249
- background-position: calc(50% - 2.6em) 50%, calc(50% - 2.6em) 50%, 50% 50%, calc(50% + 2.6em) 50%;
3250
- animation: loadrunner .6s infinite; }
3251
-
3252
- @keyframes loadrunner {
3253
- 0% {
3254
- background-size: 0em 0em, 2em 2em, 2em 2em, 2em 2em;
3255
- background-position: calc(50% - 2.6em) 50%, calc(50% - 2.6em) 50%, 50% 50%, calc(50% + 2.6em) 50%; }
3256
- 100% {
3257
- background-size: 2em 2em, 2em 2em, 2em 2em, 0em 0em;
3258
- background-position: calc(50% - 2.6em) 50%, 50% 50%, calc(50% + 2.6em) 50%, calc(50% + 2.6em) 50%; } }
3259
-
3260
- /* https://codepen.io/carpenumidium/pen/arvKG
3261
- ------------------------------------------------------------------- */
3262
- .spinner-radial-dots {
3263
- height: 100%;
3264
- font-size: 1em;
3265
- background-color: #222;
3266
- background-image: radial-gradient(rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0) 60%), radial-gradient(rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0) 60%), radial-gradient(rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0) 60%), radial-gradient(white 50%, rgba(255, 255, 255, 0) 53%), radial-gradient(white 50%, rgba(255, 255, 255, 0) 53%), radial-gradient(white 50%, rgba(255, 255, 255, 0) 53%), radial-gradient(white 50%, rgba(255, 255, 255, 0) 53%), radial-gradient(rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0) 60%), radial-gradient(#47b4eb, #333333);
3267
- background-position: 50% 50%, calc(50% + 3em) calc(50% - .5em), calc(50% + 4em) calc(50% - 1.5em), calc(50% + 3em) calc(50% - 2.5em), 50% calc(50% - 3em), calc(50% - 3em) calc(50% - 2.5em), calc(50% - 4em) calc(50% - 1.5em), calc(50% - 3em) calc(50% - .5em), 0 0;
3268
- background-size: 3em 3em, 2.5em 3em, 1em 3em, 2.5em 3em, 3em 3em, 2.5em 3em, 1em 3em, 2.5em 3em, 100% 100%;
3269
- background-repeat: no-repeat;
3270
- animation: .3s ring linear infinite reverse; }
3271
-
3272
- @keyframes ring {
3273
- 0% {
3274
- background-position: 50% 50%, calc(50% + 3em) calc(50% - .5em), calc(50% + 4em) calc(50% - 1.5em), calc(50% + 3em) calc(50% - 2.5em), 50% calc(50% - 3em), calc(50% - 3em) calc(50% - 2.5em), calc(50% - 4em) calc(50% - 1.5em), calc(50% - 3em) calc(50% - .5em), 0 0;
3275
- background-size: 3em 3em, 2.5em 3em, 1em 3em, 2.5em 3em, 3em 3em, 2.5em 3em, 1em 3em, 2.5em 3em, 100% 100%; }
3276
- 100% {
3277
- background-position: calc(50% - 3em) calc(50% - .5em), 50% 50%, calc(50% + 3em) calc(50% - .5em), calc(50% + 4em) calc(50% - 1.5em), calc(50% + 3em) calc(50% - 2.5em), 50% calc(50% - 3em), calc(50% - 3em) calc(50% - 2.5em), calc(50% - 4em) calc(50% - 1.5em), 0 0;
3278
- background-size: 2.5em 3em, 3em 3em, 2.5em 3em, 1em 3em, 2.5em 3em, 3em 3em, 2.5em 3em, 1em 3em, 100% 100%; } }
3279
-
3280
- /* https://codepen.io/carpenumidium/pen/CFnJb
3281
- ------------------------------------------------------------------- */
3282
- .spinner-moving-dots {
3283
- height: 100%;
3284
- background-color: #86bf40;
3285
- background-image: radial-gradient(white 30%, rgba(255, 255, 255, 0) 35%), radial-gradient(white 30%, rgba(255, 255, 255, 0) 35%), radial-gradient(white 30%, rgba(255, 255, 255, 0) 35%), radial-gradient(white 30%, rgba(255, 255, 255, 0) 35%), radial-gradient(white 30%, rgba(255, 255, 255, 0) 35%), radial-gradient(white 30%, rgba(255, 255, 255, 0) 35%), radial-gradient(white 30%, rgba(255, 255, 255, 0) 35%), radial-gradient(white 30%, rgba(255, 255, 255, 0) 35%);
3286
- background-position: 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%;
3287
- background-size: 1.5em 1.5em;
3288
- background-repeat: no-repeat;
3289
- animation: bloom 2.5s infinite; }
3290
-
3291
- @keyframes bloom {
3292
- 6.25% {
3293
- background-position: 50% calc(50% - 1.5em), 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%; }
3294
- 12.5% {
3295
- background-position: 50% calc(50% - 1.5em), calc(50% + 1em) calc(50% - 1em), 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%; }
3296
- 18.75% {
3297
- background-position: 50% calc(50% - 1.5em), calc(50% + 1em) calc(50% - 1em), calc(50% + 1.5em) 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%; }
3298
- 25% {
3299
- background-position: 50% calc(50% - 1.5em), calc(50% + 1em) calc(50% - 1em), calc(50% + 1.5em) 50%, calc(50% + 1em) calc(50% + 1em), 50% 50%, 50% 50%, 50% 50%, 50% 50%; }
3300
- 31.25% {
3301
- background-position: 50% calc(50% - 1.5em), calc(50% + 1em) calc(50% - 1em), calc(50% + 1.5em) 50%, calc(50% + 1em) calc(50% + 1em), 50% calc(50% + 1.5em), 50% 50%, 50% 50%, 50% 50%; }
3302
- 37.5% {
3303
- background-position: 50% calc(50% - 1.5em), calc(50% + 1em) calc(50% - 1em), calc(50% + 1.5em) 50%, calc(50% + 1em) calc(50% + 1em), 50% calc(50% + 1.5em), calc(50% - 1em) calc(50% + 1em), 50% 50%, 50% 50%; }
3304
- 43.75% {
3305
- background-position: 50% calc(50% - 1.5em), calc(50% + 1em) calc(50% - 1em), calc(50% + 1.5em) 50%, calc(50% + 1em) calc(50% + 1em), 50% calc(50% + 1.5em), calc(50% - 1em) calc(50% + 1em), calc(50% - 1.5em) 50%, 50% 50%; }
3306
- 50% {
3307
- background-position: 50% 50%, calc(50% + 1em) calc(50% - 1em), calc(50% + 1.5em) 50%, calc(50% + 1em) calc(50% + 1em), 50% calc(50% + 1.5em), calc(50% - 1em) calc(50% + 1em), calc(50% - 1.5em) 50%, calc(50% - 1em) calc(50% - 1em); }
3308
- 56.25% {
3309
- background-position: 50% 50%, 50% 50%, calc(50% + 1.5em) 50%, calc(50% + 1em) calc(50% + 1em), 50% calc(50% + 1.5em), calc(50% - 1em) calc(50% + 1em), calc(50% - 1.5em) 50%, calc(50% - 1em) calc(50% - 1em); }
3310
- 62.5% {
3311
- background-position: 50% 50%, 50% 50%, 50% 50%, calc(50% + 1em) calc(50% + 1em), 50% calc(50% + 1.5em), calc(50% - 1em) calc(50% + 1em), calc(50% - 1.5em) 50%, calc(50% - 1em) calc(50% - 1em); }
3312
- 68.75% {
3313
- background-position: 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% calc(50% + 1.5em), calc(50% - 1em) calc(50% + 1em), calc(50% - 1.5em) 50%, calc(50% - 1em) calc(50% - 1em); }
3314
- 75% {
3315
- background-position: 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, calc(50% - 1em) calc(50% + 1em), calc(50% - 1.5em) 50%, calc(50% - 1em) calc(50% - 1em); }
3316
- 81.25% {
3317
- background-position: 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, calc(50% - 1.5em) 50%, calc(50% - 1em) calc(50% - 1em); }
3318
- 87.5% {
3319
- background-position: 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, calc(50% - 1em) calc(50% - 1em); } }
3320
-
3321
- /* https://codepen.io/carpenumidium/pen/oBtja
3322
- ------------------------------------------------------------------- */
3323
- .spinner-pulsed {
3324
- height: 100%;
3325
- background-color: #3F51B5;
3326
- background-image: linear-gradient(white, white), linear-gradient(white, white), linear-gradient(white, white), linear-gradient(white, white), linear-gradient(white, white), linear-gradient(white, white), linear-gradient(white, white);
3327
- background-position: calc(50% - 30px) 50%, calc(50% - 20px) 50%, calc(50% - 10px) 50%, 50% 50%, calc(50% + 10px) 50%, calc(50% + 20px) 50%, calc(50% + 30px) 50%;
3328
- background-size: 5px 10px, 5px 10px, 5px 10px, 5px 10px, 5px 10px, 5px 10px, 5px 10px;
3329
- background-repeat: no-repeat;
3330
- animation: l-bars 1.6s linear infinite alternate; }
3331
-
3332
- @keyframes l-bars {
3333
- 0% {
3334
- background-size: 5px 30px, 5px 10px, 5px 10px, 5px 10px, 5px 10px, 5px 10px, 5px 10px; }
3335
- 16.6% {
3336
- background-size: 5px 10px, 5px 40px, 5px 10px, 5px 10px, 5px 10px, 5px 10px, 5px 10px; }
3337
- 33.2% {
3338
- background-size: 5px 10px, 5px 10px, 5px 40px, 5px 10px, 5px 10px, 5px 10px, 5px 10px; }
3339
- 49.8% {
3340
- background-size: 5px 10px, 5px 10px, 5px 10px, 5px 40px, 5px 10px, 5px 10px, 5px 10px; }
3341
- 66.4% {
3342
- background-size: 5px 10px, 5px 10px, 5px 10px, 5px 10px, 5px 40px, 5px 10px, 5px 10px; }
3343
- 83% {
3344
- background-size: 5px 10px, 5px 10px, 5px 10px, 5px 10px, 5px 10px, 5px 40px, 5px 10px; }
3345
- 100% {
3346
- background-size: 5px 10px, 5px 10px, 5px 10px, 5px 10px, 5px 10px, 5px 10px, 5px 40px; } }
3347
-
3348
- /* See: https://codepen.io/carpenumidium/pen/svIqw
3349
- ------------------------------------------------------------------- */
3350
- .spinner-rotate-dots {
3351
- height: 100%;
3352
- background-color: #3F51B5;
3353
- background-image: radial-gradient(white 45%, transparent 50%), radial-gradient(rgba(255, 255, 255, 0.3) 5%, transparent 10%), radial-gradient(rgba(255, 255, 255, 0.4) 10%, transparent 15%), radial-gradient(rgba(255, 255, 255, 0.5) 10%, transparent 15%), radial-gradient(rgba(255, 255, 255, 0.6) 20%, transparent 25%), radial-gradient(rgba(255, 255, 255, 0.7) 20%, transparent 25%), radial-gradient(rgba(255, 255, 255, 0.8) 30%, transparent 35%), radial-gradient(rgba(255, 255, 255, 0.9) 30%, transparent 35%);
3354
- background-position: 50% calc(50% - 20px), calc(50% + 16px) calc(50% - 16px), calc(50% + 24px) 50%, calc(50% + 16px) calc(50% + 16px), 50% calc(50% + 24px), calc(50% - 16px) calc(50% + 16px), calc(50% - 24px) 50%, calc(50% - 16px) calc(50% - 16px);
3355
- background-size: 20px 20px;
3356
- background-repeat: no-repeat;
3357
- animation: load-dots 1s linear infinite; }
3358
-
3359
- @keyframes load-dots {
3360
- 12.5% {
3361
- background-image: radial-gradient(rgba(255, 255, 255, 0.9) 30%, transparent 35%), radial-gradient(white 45%, transparent 50%), radial-gradient(rgba(255, 255, 255, 0.3) 5%, transparent 10%), radial-gradient(rgba(255, 255, 255, 0.4) 10%, transparent 15%), radial-gradient(rgba(255, 255, 255, 0.5) 10%, transparent 15%), radial-gradient(rgba(255, 255, 255, 0.6) 20%, transparent 25%), radial-gradient(rgba(255, 255, 255, 0.7) 20%, transparent 25%), radial-gradient(rgba(255, 255, 255, 0.8) 30%, transparent 35%); }
3362
- 25% {
3363
- background-image: radial-gradient(rgba(255, 255, 255, 0.8) 30%, transparent 35%), radial-gradient(rgba(255, 255, 255, 0.9) 30%, transparent 35%), radial-gradient(white 45%, transparent 50%), radial-gradient(rgba(255, 255, 255, 0.3) 5%, transparent 10%), radial-gradient(rgba(255, 255, 255, 0.4) 10%, transparent 15%), radial-gradient(rgba(255, 255, 255, 0.5) 10%, transparent 15%), radial-gradient(rgba(255, 255, 255, 0.6) 20%, transparent 25%), radial-gradient(rgba(255, 255, 255, 0.7) 20%, transparent 25%); }
3364
- 37.5% {
3365
- background-image: radial-gradient(rgba(255, 255, 255, 0.7) 20%, transparent 25%), radial-gradient(rgba(255, 255, 255, 0.8) 30%, transparent 35%), radial-gradient(rgba(255, 255, 255, 0.9) 30%, transparent 35%), radial-gradient(white 45%, transparent 50%), radial-gradient(rgba(255, 255, 255, 0.3) 5%, transparent 10%), radial-gradient(rgba(255, 255, 255, 0.4) 10%, transparent 15%), radial-gradient(rgba(255, 255, 255, 0.5) 10%, transparent 15%), radial-gradient(rgba(255, 255, 255, 0.6) 20%, transparent 25%); }
3366
- 50% {
3367
- background-image: radial-gradient(rgba(255, 255, 255, 0.6) 20%, transparent 25%), radial-gradient(rgba(255, 255, 255, 0.7) 20%, transparent 25%), radial-gradient(rgba(255, 255, 255, 0.8) 30%, transparent 35%), radial-gradient(rgba(255, 255, 255, 0.9) 30%, transparent 35%), radial-gradient(white 45%, transparent 50%), radial-gradient(rgba(255, 255, 255, 0.3) 5%, transparent 10%), radial-gradient(rgba(255, 255, 255, 0.4) 10%, transparent 15%), radial-gradient(rgba(255, 255, 255, 0.5) 10%, transparent 15%); }
3368
- 62.5% {
3369
- background-image: radial-gradient(rgba(255, 255, 255, 0.5) 10%, transparent 15%), radial-gradient(rgba(255, 255, 255, 0.6) 20%, transparent 25%), radial-gradient(rgba(255, 255, 255, 0.7) 20%, transparent 25%), radial-gradient(rgba(255, 255, 255, 0.8) 30%, transparent 35%), radial-gradient(rgba(255, 255, 255, 0.9) 30%, transparent 35%), radial-gradient(white 45%, transparent 50%), radial-gradient(rgba(255, 255, 255, 0.3) 5%, transparent 10%), radial-gradient(rgba(255, 255, 255, 0.4) 10%, transparent 15%); }
3370
- 75% {
3371
- background-image: radial-gradient(rgba(255, 255, 255, 0.4) 10%, transparent 15%), radial-gradient(rgba(255, 255, 255, 0.5) 10%, transparent 15%), radial-gradient(rgba(255, 255, 255, 0.6) 20%, transparent 25%), radial-gradient(rgba(255, 255, 255, 0.7) 20%, transparent 25%), radial-gradient(rgba(255, 255, 255, 0.8) 30%, transparent 35%), radial-gradient(rgba(255, 255, 255, 0.9) 30%, transparent 35%), radial-gradient(white 45%, transparent 50%), radial-gradient(rgba(255, 255, 255, 0.3) 5%, transparent 10%); }
3372
- 87.5% {
3373
- background-image: radial-gradient(rgba(255, 255, 255, 0.3) 5%, transparent 10%), radial-gradient(rgba(255, 255, 255, 0.4) 10%, transparent 15%), radial-gradient(rgba(255, 255, 255, 0.5) 10%, transparent 15%), radial-gradient(rgba(255, 255, 255, 0.6) 20%, transparent 25%), radial-gradient(rgba(255, 255, 255, 0.7) 20%, transparent 25%), radial-gradient(rgba(255, 255, 255, 0.8) 30%, transparent 35%), radial-gradient(rgba(255, 255, 255, 0.9) 30%, transparent 35%), radial-gradient(white 45%, transparent 50%); }
3374
- 100% {
3375
- background-image: radial-gradient(white 45%, transparent 50%), radial-gradient(rgba(255, 255, 255, 0.3) 5%, transparent 10%), radial-gradient(rgba(255, 255, 255, 0.4) 10%, transparent 15%), radial-gradient(rgba(255, 255, 255, 0.5) 10%, transparent 15%), radial-gradient(rgba(255, 255, 255, 0.6) 20%, transparent 25%), radial-gradient(rgba(255, 255, 255, 0.7) 20%, transparent 25%), radial-gradient(rgba(255, 255, 255, 0.8) 30%, transparent 35%), radial-gradient(rgba(255, 255, 255, 0.9) 30%, transparent 35%); } }
3376
-
3377
- /*
3378
- # -----------------------------------------------------------------------------
3379
- # ~/theme_uno/components/_slider_parallax.scss
3380
- # Provides styles for J1 Template Parallax Slider
3381
- #
3382
- # Product/Info:
3383
- # https://jekyll.one
3384
- #
3385
- # Copyright (C) 2020 Juergen Adams
3386
- #
3387
- # J1 Template is licensed under the MIT License.
3388
- # See: https://github.com/jekyll-one/J1 Template/blob/master/LICENSE
3389
- #
3390
- # -----------------------------------------------------------------------------
2312
+ /* Resource
2313
+ ---------------------------------------------------------------------------- */
2314
+ /* Document : rtable-no-more-table
2315
+ Created on : 28/02/2012, 11:01:54 AM
2316
+ Author : Simon Elvery
2317
+ Description: Demonstration of the responsive tables method described
2318
+ by Chris Coyier at:
2319
+ http://elvery.net/demo/responsive-tables/#no-more-tables
2320
+ https://bootsnipp.com/snippets/featured/no-more-tables-respsonsive-table
2321
+ http://css-tricks.com/responsive-data-tables/
3391
2322
  */
3392
- /* NOTE: Several styles are moved to ~/assets/data/panels.html
3393
- for dynamic processing.
3394
- ------------------------------------------------------------------- */
3395
- .parallax-slider {
3396
- color: #fff;
3397
- padding: 75px 0;
3398
- position: relative; }
3399
-
3400
- .parallax-slider:before {
3401
- top: 0;
3402
- left: 0;
2323
+ .table-responsive-stacked {
2324
+ display: block;
3403
2325
  width: 100%;
3404
- height: 100%;
3405
- content: " ";
3406
- position: absolute; }
3407
-
3408
- .parallax-slider:after {
3409
- top: 0;
3410
- left: 0;
3411
- width: 100%;
3412
- height: 100%;
3413
- content: " ";
3414
- position: absolute; }
3415
-
3416
- /*Parallax Slider Inner*/
3417
- .parallax-slider-in {
3418
- z-index: 1;
3419
- padding: 0 45px;
3420
- position: relative; }
3421
-
3422
- .parallax-slider-in p {
3423
- color: #FAFAFA;
3424
- font-size: 28px;
3425
- font-family: "Open Sans", Arial, sans-serif; }
3426
-
3427
- /* moved to ~/assets/data/panels.html
3428
- .parallax-slider-in p:after,
3429
- .parallax-slider-in p:before {
3430
- content: ' " ';
3431
- position: absolute;
3432
- font-family: Tahoma;
3433
- }
3434
-
3435
- .parallax-slider-in p:after {
3436
- margin-left: 5px;
3437
- }
3438
-
3439
- .parallax-slider-in p:before {
3440
- margin-left: -20px;
3441
- }
3442
- */
3443
- .parallax-slider-in small {
3444
- color: #E5E5E5;
3445
- font-size: 22px;
3446
- font-weight: 400;
3447
- text-transform: uppercase; }
3448
-
3449
- @media (max-width: 768px) {
3450
- .parallax-slider-in {
3451
- padding: 0 40px; }
3452
- .parallax-slider-in p {
3453
- font-size: 20px; } }
3454
-
3455
- /*
3456
- # -----------------------------------------------------------------------------
3457
- # ~/theme_uno/components/_rtable.scss
3458
- # Provides styles for J1 Template Responsive Tables
3459
- #
3460
- # Product/Info:
3461
- # https://jekyll.one
3462
- #
3463
- # Copyright (C) 2020 Juergen Adams
3464
- #
3465
- # J1 Template is licensed under the MIT License.
3466
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
3467
- #
3468
- # -----------------------------------------------------------------------------
3469
- */
3470
- /* Resource
3471
- ---------------------------------------------------------------------------- */
3472
- /* Document : rtable-no-more-table
3473
- Created on : 28/02/2012, 11:01:54 AM
3474
- Author : Simon Elvery
3475
- Description: Demonstration of the responsive tables method described
3476
- by Chris Coyier at:
3477
- http://elvery.net/demo/responsive-tables/#no-more-tables
3478
- https://bootsnipp.com/snippets/featured/no-more-tables-respsonsive-table
3479
- http://css-tricks.com/responsive-data-tables/
3480
- */
3481
- .table-responsive-stacked {
3482
- display: block;
3483
- width: 100%;
3484
- overflow-x: auto;
3485
- -webkit-overflow-scrolling: touch; }
2326
+ overflow-x: auto;
2327
+ -webkit-overflow-scrolling: touch; }
3486
2328
 
3487
2329
  @media only screen and (max-width: 1200px) {
3488
2330
  .table-responsive-stacked-xl table,
@@ -4524,18 +3366,9 @@ ul.posts li a:hover {
4524
3366
  border-radius: 30px; }
4525
3367
 
4526
3368
  .btn.btn-flex {
4527
- display: inline-flex;
3369
+ display: inline-flex !important;
4528
3370
  align-items: center; }
4529
3371
 
4530
- .btn:not(.btn-just-icon):not(.btn-fab):not(.btn-text) .fa {
4531
- margin-right: .5rem; }
4532
-
4533
- .btn:not(.btn-just-icon):not(.btn-fab):not(.btn-text) .mdi {
4534
- margin-right: .5rem; }
4535
-
4536
- .btn:not(.btn-just-icon):not(.btn-fab):not(.btn-text) .zmdi {
4537
- margin-right: .5rem; }
4538
-
4539
3372
  /* jadams: social media button styles */
4540
3373
  .btn.btn-facebook {
4541
3374
  background-color: #3b5998;
@@ -8933,420 +7766,6 @@ figcaption .caption-title {
8933
7766
  .color-palette .color-group:last-child li.divide {
8934
7767
  border-top: 4px solid #fafafa; }
8935
7768
 
8936
- /*
8937
- # ----------------------------------------------------------------------------
8938
- # ~/theme_uno/components/mde/_mde_custom.scss
8939
- # Theme Uno - MDE custon styles
8940
- # ----------------------------------------------------------------------------
8941
- */
8942
- /* Colors
8943
- ------------------------------------------------------------------- */
8944
- .bg-indigo {
8945
- color: #fff !important;
8946
- background-color: #3F51B5 !important; }
8947
-
8948
- a.bg-indigo:focus, a.bg-indigo:hover {
8949
- background-color: #E8EAF6 !important; }
8950
-
8951
- .bg-pink {
8952
- color: #fff !important;
8953
- background-color: #E91E63 !important; }
8954
-
8955
- a.bg-pink:focus, a.bg-pink:hover {
8956
- background-color: #E8EAF6 !important; }
8957
-
8958
- /* General
8959
- ------------------------------------------------------------------- */
8960
- /* Cards
8961
- ------------------------------------------------------------------- */
8962
- /* Modals
8963
- ------------------------------------------------------------------- */
8964
- /* jadams: Fixing the BS left shifting on modal open */
8965
- /* See: https://stackoverflow.com/questions/19960162/bootstrap-3-modal-fires-and-causes-page-to-shift-to-the-left-momentarily-brows */
8966
- .modal-open[style] {
8967
- padding-right: 0px !important; }
8968
-
8969
- /* BMD NavBar (navbar.scss) used for customized MD Drawer
8970
- ---------------------------------------------------------------------------- */
8971
- .bmd-navbar-title {
8972
- display: inline-block;
8973
- margin-top: -2.5rem;
8974
- margin-left: 5rem;
8975
- padding-bottom: .25rem;
8976
- margin-right: .5rem;
8977
- font-size: 1.25rem;
8978
- line-height: inherit;
8979
- white-space: nowrap;
8980
- list-style: none;
8981
- position: absolute; }
8982
-
8983
- .bmd-navbar-title:focus, .bmd-navbar-title:hover {
8984
- text-decoration: none; }
8985
-
8986
- .bmd-navbar-toggler {
8987
- -webkit-align-self: flex-start;
8988
- -ms-flex-item-align: start;
8989
- align-self: flex-start;
8990
- padding: .25rem .75rem;
8991
- font-size: 1.25rem;
8992
- line-height: 1;
8993
- background: transparent;
8994
- border: 1px solid transparent;
8995
- border-radius: .125rem; }
8996
-
8997
- /* Forms
8998
- ------------------------------------------------------------------- */
8999
- /* Selections
9000
- ------------------------------------------------------------------- */
9001
- /* Comments
9002
- ------------------------------------------------------------------- */
9003
- .comment .pull-left {
9004
- float: left; }
9005
-
9006
- .comment .avatar {
9007
- margin: 0 auto;
9008
- width: 64px;
9009
- height: 64px;
9010
- overflow: hidden;
9011
- border-radius: 50%;
9012
- margin-right: 15px;
9013
- box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); }
9014
-
9015
- .comment .avatar img {
9016
- width: 100%; }
9017
-
9018
- .comment .comment-heading {
9019
- font-size: 1.5rem;
9020
- padding-top: 1rem; }
9021
-
9022
- .comment .comment-heading small {
9023
- font-size: 0.9rem; }
9024
-
9025
- .comment .comment-body {
9026
- padding-right: 10px;
9027
- background: #f8f8f8; }
9028
-
9029
- .comment .comment-footer {
9030
- padding-right: 10px; }
9031
-
9032
- .comment .comment-footer .btn {
9033
- margin-bottom: 20px; }
9034
-
9035
- .comment .comment-footer:after {
9036
- display: table;
9037
- content: " ";
9038
- clear: both; }
9039
-
9040
- .comment p {
9041
- color: #999999;
9042
- font-size: 16px;
9043
- line-height: 1.6em;
9044
- padding: 0px 20px 10px 110px; }
9045
-
9046
- .comment-left,
9047
- .comment > .pull-left {
9048
- padding: 15px 10px 10px 20px; }
9049
-
9050
- /*
9051
- # ----------------------------------------------------------------------------
9052
- # ~/theme_uno/components/mde/_mde_elevation.scss
9053
- # Theme Uno - MDE elevation styles
9054
- # ----------------------------------------------------------------------------
9055
- */
9056
- /*
9057
- * Applies the correct css rules needed to have an element transition
9058
- * between elevations. This mixin should be applied to elements whose
9059
- * elevation values will change depending on their context (e.g. when
9060
- * active or disabled).
9061
- */
9062
- .raised-z0 {
9063
- box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12) !important; }
9064
-
9065
- .raised-z1 {
9066
- box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12) !important; }
9067
-
9068
- .raised-z2 {
9069
- box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12) !important; }
9070
-
9071
- .raised-z3 {
9072
- box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12) !important; }
9073
-
9074
- .raised-z4 {
9075
- box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12) !important; }
9076
-
9077
- .raised-z5 {
9078
- box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12) !important; }
9079
-
9080
- .raised-z6 {
9081
- box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12) !important; }
9082
-
9083
- .raised-z7 {
9084
- box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12) !important; }
9085
-
9086
- .raised-z8 {
9087
- box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12) !important; }
9088
-
9089
- .raised-z9 {
9090
- box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12) !important; }
9091
-
9092
- .raised-z10 {
9093
- box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12) !important; }
9094
-
9095
- .raised-z11 {
9096
- box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12) !important; }
9097
-
9098
- .raised-z12 {
9099
- box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12) !important; }
9100
-
9101
- .raised-z13 {
9102
- box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12) !important; }
9103
-
9104
- .raised-z14 {
9105
- box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12) !important; }
9106
-
9107
- .raised-z15 {
9108
- box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12) !important; }
9109
-
9110
- .raised-z16 {
9111
- box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12) !important; }
9112
-
9113
- .raised-z17 {
9114
- box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12) !important; }
9115
-
9116
- .raised-z18 {
9117
- box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12) !important; }
9118
-
9119
- .raised-z19 {
9120
- box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12) !important; }
9121
-
9122
- .raised-z20 {
9123
- box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12) !important; }
9124
-
9125
- .raised-z21 {
9126
- box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12) !important; }
9127
-
9128
- .raised-z22 {
9129
- box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12) !important; }
9130
-
9131
- .raised-z23 {
9132
- box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12) !important; }
9133
-
9134
- .raised-z24 {
9135
- box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12) !important; }
9136
-
9137
- .raised-transition {
9138
- transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
9139
- will-change: box-shadow; }
9140
-
9141
- /*
9142
- # ----------------------------------------------------------------------------
9143
- # ~/theme_uno/components/mde/_mde_nav_tabs_pills.scss
9144
- # Theme Uno - MDE navigation pills and tab styles
9145
- # ----------------------------------------------------------------------------
9146
- */
9147
- /* Navigation Tabs
9148
- ------------------------------------------------------------------- */
9149
- .nav-tabs {
9150
- background: #009688; }
9151
-
9152
- .nav-tabs > li > a {
9153
- color: #f5f5f5;
9154
- border: 0;
9155
- margin: 0; }
9156
-
9157
- .nav-tabs > li > a:hover {
9158
- background-color: transparent;
9159
- border: 0; }
9160
-
9161
- .nav-tabs > li > a,
9162
- .nav-tabs > li > a:hover,
9163
- .nav-tabs > li > a:focus {
9164
- background-color: transparent !important;
9165
- border: 0 !important;
9166
- color: #f5f5f5 !important;
9167
- font-weight: 500; }
9168
-
9169
- .nav-tabs > li.disabled > a,
9170
- .nav-tabs > li.disabled > a:hover {
9171
- color: rgba(255, 255, 255, 0.5); }
9172
-
9173
- .tab-space {
9174
- padding: 1rem 0 1rem 0px; }
9175
-
9176
- .tab-content {
9177
- margin: 1rem 0px;
9178
- overflow: hidden;
9179
- width: 100%;
9180
- height: auto;
9181
- /* text-align: center; */ }
9182
-
9183
- .tab-content img {
9184
- border-radius: 3px;
9185
- max-width: 300px;
9186
- height: auto; }
9187
-
9188
- /* Navigation Pills
9189
- ------------------------------------------------------------------- */
9190
- .section-image .nav-pills > li > a {
9191
- color: #999999; }
9192
-
9193
- .nav-pills > li > a:hover,
9194
- .nav-pills > li > a:focus,
9195
- .nav-pills > li > a:focus,
9196
- .section-image .nav-pills > li > a:hover {
9197
- background-color: #3f51b5; }
9198
-
9199
- .nav-pills > li > a {
9200
- line-height: 24px;
9201
- text-transform: uppercase;
9202
- font-size: 12px;
9203
- font-weight: 500;
9204
- min-width: 100px;
9205
- text-align: center;
9206
- color: #555555;
9207
- transition: all .3s; }
9208
-
9209
- /* jadams: 2017-04-12 */
9210
- .nav-pills > li i {
9211
- display: block;
9212
- /* font-size: 30px; */
9213
- padding: 15px 0; }
9214
-
9215
- /* jadams: 2017-04-12 */
9216
- .nav-pills > li i {
9217
- font-size: 3em; }
9218
-
9219
- /* jadams: Checked for BS4 */
9220
- .nav-pills .nav-link.active,
9221
- .nav-pills .nav-link.active:focus,
9222
- .nav-pills .nav-link.active:hover,
9223
- .nav-pills .nav-item.open .nav-link,
9224
- .nav-pills .nav-item.open .nav-link:focus,
9225
- .nav-pills .nav-item.open .nav-link:hover {
9226
- background-color: #3f51b5;
9227
- color: #f5f5f5; }
9228
-
9229
- /* jadams: Checked for BS4 should be overwritten by nav.scss */
9230
- .nav-tabs .nav-link, .nav-pills .nav-link {
9231
- padding: 0.5em 0.8575em; }
9232
-
9233
- /* jadams: Checked for BS4 */
9234
- .nav-pills > li > a:hover {
9235
- background-color: rgba(200, 200, 200, 0.3); }
9236
-
9237
- .nav-pills:not(.nav-pills-icons) > li > a {
9238
- border-radius: 30px; }
9239
-
9240
- .nav-pills.nav-stacked > li + li {
9241
- margin-top: 5px; }
9242
-
9243
- .nav-pills.nav-pills-info .nav-link.active,
9244
- .nav-pills.nav-pills-info .nav-link.active:focus,
9245
- .nav-pills.nav-pills-info .nav-link.active:hover {
9246
- background-color: #3f51b5; }
9247
-
9248
- .nav-pills.nav-pills-success .nav-link.active,
9249
- .nav-pills.nav-pills-success .nav-link.active:focus,
9250
- .nav-pills.nav-pills-success .nav-link.active:hover {
9251
- background-color: #4caf50;
9252
- box-shadow: 0 16px 26px -10px rgba(76, 175, 80, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(76, 175, 80, 0.2); }
9253
-
9254
- .nav-pills.nav-pills-warning .nav-link.active,
9255
- .nav-pills.nav-pills-warning .nav-link.active:focus,
9256
- .nav-pills.nav-pills-warning .nav-link.active:hover {
9257
- background-color: #ff9800;
9258
- box-shadow: 0 16px 26px -10px rgba(255, 152, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 152, 0, 0.2); }
9259
-
9260
- .nav-pills.nav-pills-danger .nav-link.active,
9261
- .nav-pills.nav-pills-danger .nav-link.active:focus,
9262
- .nav-pills.nav-pills-danger .nav-link.active:hover {
9263
- background-color: #f44336;
9264
- box-shadow: 0 16px 26px -10px rgba(255, 152, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 152, 0, 0.2); }
9265
-
9266
- .nav-pills.nav-pills-rose .nav-link.active,
9267
- .nav-pills.nav-pills-rose .nav-link.active:focus,
9268
- .nav-pills.nav-pills-rose .nav-link.active:hover {
9269
- background-color: #e91e63;
9270
- box-shadow: 0 16px 26px -10px rgba(233, 30, 99, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(233, 30, 99, 0.2); }
9271
-
9272
- /*
9273
- # ----------------------------------------------------------------------------
9274
- # ~/theme_uno/components/mde/_mde_transparency.scss
9275
- # Theme Uno - MDE transparency styles
9276
- # ----------------------------------------------------------------------------
9277
- */
9278
- /*
9279
- * Applies the correct css rules needed to have an element transition
9280
- * between elevations. This mixin should be applied to elements whose
9281
- * elevation values will change depending on their context (e.g. when
9282
- * active or disabled).
9283
- */
9284
- .opacity-o0 {
9285
- opacity: 0 !important;
9286
- transition: opacity .5s ease-in-out;
9287
- -moz-transition: opacity .5s ease-in-out;
9288
- -webkit-transition: opacity .5s ease-in-out; }
9289
-
9290
- .opacity-o1 {
9291
- opacity: .1 !important;
9292
- transition: opacity .5s ease-in-out;
9293
- -moz-transition: opacity .5s ease-in-out;
9294
- -webkit-transition: opacity .5s ease-in-out; }
9295
-
9296
- .opacity-o2 {
9297
- opacity: .2 !important;
9298
- transition: opacity .5s ease-in-out;
9299
- -moz-transition: opacity .5s ease-in-out;
9300
- -webkit-transition: opacity .5s ease-in-out; }
9301
-
9302
- .opacity-o3 {
9303
- opacity: .3 !important;
9304
- transition: opacity .5s ease-in-out;
9305
- -moz-transition: opacity .5s ease-in-out;
9306
- -webkit-transition: opacity .5s ease-in-out; }
9307
-
9308
- .opacity-o4 {
9309
- opacity: .4 !important;
9310
- transition: opacity .5s ease-in-out;
9311
- -moz-transition: opacity .5s ease-in-out;
9312
- -webkit-transition: opacity .5s ease-in-out; }
9313
-
9314
- .opacity-o5 {
9315
- opacity: .5 !important;
9316
- transition: opacity .5s ease-in-out;
9317
- -moz-transition: opacity .5s ease-in-out;
9318
- -webkit-transition: opacity .5s ease-in-out; }
9319
-
9320
- .opacity-o6 {
9321
- opacity: .6 !important;
9322
- transition: opacity .5s ease-in-out;
9323
- -moz-transition: opacity .5s ease-in-out;
9324
- -webkit-transition: opacity .5s ease-in-out; }
9325
-
9326
- .opacity-o7 {
9327
- opacity: .7 !important;
9328
- transition: opacity .5s ease-in-out;
9329
- -moz-transition: opacity .5s ease-in-out;
9330
- -webkit-transition: opacity .5s ease-in-out; }
9331
-
9332
- .opacity-o8 {
9333
- opacity: .8 !important;
9334
- transition: opacity .5s ease-in-out;
9335
- -moz-transition: opacity .5s ease-in-out;
9336
- -webkit-transition: opacity .5s ease-in-out; }
9337
-
9338
- .opacity-o9 {
9339
- opacity: .9 !important;
9340
- transition: opacity .5s ease-in-out;
9341
- -moz-transition: opacity .5s ease-in-out;
9342
- -webkit-transition: opacity .5s ease-in-out; }
9343
-
9344
- .opacity-o10 {
9345
- opacity: 1 !important;
9346
- transition: opacity .5s ease-in-out;
9347
- -moz-transition: opacity .5s ease-in-out;
9348
- -webkit-transition: opacity .5s ease-in-out; }
9349
-
9350
7769
  /*
9351
7770
  # -----------------------------------------------------------------------------
9352
7771
  # ~/theme_uno/_modules.scss
@@ -9361,68 +7780,6 @@ a.bg-pink:focus, a.bg-pink:hover {
9361
7780
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
9362
7781
  # -----------------------------------------------------------------------------
9363
7782
  */
9364
- /*
9365
- # -----------------------------------------------------------------------------
9366
- # ~/theme_uno/modules/_clipboard.scss
9367
- # Provides CSS styles for J1 Clipboard
9368
- #
9369
- # Product/Info:
9370
- # https://jekyll.one
9371
- #
9372
- # Copyright (C) 2020 Juergen Adams
9373
- #
9374
- # J1 Template is licensed under the MIT License.
9375
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
9376
- #
9377
- # -----------------------------------------------------------------------------
9378
- */
9379
- .tooltip-inner {
9380
- background-color: #607d8b;
9381
- border-radius: 0.125rem; }
9382
-
9383
- .tooltip.in {
9384
- opacity: 1.0; }
9385
-
9386
- .tooltip.tooltip-top .tooltip-arrow {
9387
- border-top-color: #607d8b; }
9388
-
9389
- .tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
9390
- border-top-color: #607d8b; }
9391
-
9392
- .btn-clipboard {
9393
- position: absolute;
9394
- top: .6rem;
9395
- right: .5rem;
9396
- z-index: 3;
9397
- display: block;
9398
- padding: .25rem .5rem;
9399
- font-size: .75rem;
9400
- color: #9e9e9e;
9401
- cursor: pointer;
9402
- text-transform: uppercase;
9403
- background-color: transparent;
9404
- border-radius: .25rem; }
9405
- .btn-clipboard:hover {
9406
- color: #fff;
9407
- background-color: #607d8b; }
9408
- .btn-clipboard + .tooltip > .tooltip-inner {
9409
- background-color: #f44336; }
9410
-
9411
- .j1-clipboard {
9412
- position: relative;
9413
- display: block;
9414
- float: right; }
9415
-
9416
- .j1-tooltip + .tooltip > .tooltip-inner {
9417
- background-color: #f44336; }
9418
-
9419
- .j1-tooltip + .tooltip > .tooltip-arrow {
9420
- background-color: #f44336; }
9421
-
9422
- @media (min-width: 320px) and (max-width: 767px) {
9423
- .j1-clipboard {
9424
- display: none; } }
9425
-
9426
7783
  /*
9427
7784
  # -----------------------------------------------------------------------------
9428
7785
  # ~/theme_uno/modules/_cookiebar.css
@@ -9482,149 +7839,6 @@ a.bg-pink:focus, a.bg-pink:hover {
9482
7839
  #cookie-bar .cb-policy:hover {
9483
7840
  background: #0055dd; }
9484
7841
 
9485
- .datepicker {
9486
- top: 0;
9487
- left: 0;
9488
- padding: 4px;
9489
- margin-top: 1px;
9490
- -webkit-border-radius: 4px;
9491
- -moz-border-radius: 4px;
9492
- border-radius: 4px; }
9493
- .datepicker > div {
9494
- display: none; }
9495
- .datepicker table {
9496
- width: 100%;
9497
- margin: 0; }
9498
- .datepicker td,
9499
- .datepicker th {
9500
- text-align: center;
9501
- width: 20px;
9502
- height: 20px;
9503
- -webkit-border-radius: 4px;
9504
- -moz-border-radius: 4px;
9505
- border-radius: 4px; }
9506
- .datepicker td {
9507
- text-align: center; }
9508
- .datepicker td p {
9509
- font-size: 1em;
9510
- font-weight: 400;
9511
- border-radius: 50%;
9512
- height: 29px;
9513
- line-height: 29px;
9514
- margin: 3px 0 8px;
9515
- width: 29px; }
9516
- .datepicker td :hover {
9517
- cursor: pointer; }
9518
- .datepicker th {
9519
- font-weight: 500; }
9520
- .datepicker th.switch-datepicker {
9521
- font-size: 1em; }
9522
- .datepicker .prev p,
9523
- .datepicker .next p {
9524
- font-size: 1.825em; }
9525
- .datepicker p:hover {
9526
- background: #eeeeee; }
9527
- .datepicker .day.disabled {
9528
- color: #eeeeee; }
9529
- .datepicker td.old,
9530
- .datepicker td.new {
9531
- color: #999999;
9532
- border-top: 0; }
9533
- .datepicker td.active p,
9534
- .datepicker td.active:hover p {
9535
- box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
9536
- color: #ffffff;
9537
- background-color: #3f51b5; }
9538
- .datepicker td.primary p,
9539
- .datepicker td.primary:hover p {
9540
- background-color: #3f51b5; }
9541
- .datepicker td.info p,
9542
- .datepicker td.info:hover p {
9543
- background-color: #00bcd4; }
9544
- .datepicker td.success p,
9545
- .datepicker td.success:hover p {
9546
- background-color: #4caf50; }
9547
- .datepicker td.warning p,
9548
- .datepicker td.warning:hover p {
9549
- background-color: #ffeb3b; }
9550
- .datepicker td.danger p,
9551
- .datepicker td.danger:hover p {
9552
- background-color: #f44336; }
9553
- .datepicker span {
9554
- display: block;
9555
- width: 55px;
9556
- height: 54px;
9557
- line-height: 54px;
9558
- float: left;
9559
- margin: 2px;
9560
- cursor: pointer;
9561
- -webkit-border-radius: 4px;
9562
- -moz-border-radius: 4px;
9563
- border-radius: 4px; }
9564
- .datepicker span.old {
9565
- color: #999999; }
9566
- .datepicker span.active, .datepicker span.active:focus, .datepicker span.active:hover, .datepicker span.active:active {
9567
- background-color: #3f51b5;
9568
- box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); }
9569
- .datepicker span.active {
9570
- color: #FFFFFF; }
9571
- .datepicker span:hover {
9572
- background-color: #EEEEEE; }
9573
- .datepicker span.primary,
9574
- .datepicker span.primary:hover {
9575
- background-color: #3f51b5; }
9576
- .datepicker span.info,
9577
- .datepicker span.info:hover {
9578
- background-color: #00bcd4; }
9579
- .datepicker span.success,
9580
- .datepicker span.success:hover {
9581
- background-color: #4caf50; }
9582
- .datepicker span.warning,
9583
- .datepicker span.warning:hover {
9584
- background-color: #ffeb3b; }
9585
- .datepicker span.danger,
9586
- .datepicker span.danger:hover {
9587
- background-color: #f44336; }
9588
- .datepicker th.switch-datepicker {
9589
- width: 145px; }
9590
- .datepicker th.next,
9591
- .datepicker th.prev {
9592
- font-size: 21px; }
9593
- .datepicker thead tr:first-child th {
9594
- cursor: pointer; }
9595
- .datepicker thead tr:first-child th:hover {
9596
- background: #eeeeee; }
9597
- .datepicker.dropdown-menu {
9598
- border-radius: 0.1rem;
9599
- box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
9600
- -webkit-transition: all 150ms linear;
9601
- -moz-transition: all 150ms linear;
9602
- -o-transition: all 150ms linear;
9603
- -ms-transition: all 150ms linear;
9604
- transition: all 150ms linear;
9605
- margin-top: -20px;
9606
- opacity: 0;
9607
- visibility: hidden; }
9608
- .datepicker.dropdown-menu.open {
9609
- opacity: 1;
9610
- visibility: visible;
9611
- margin-top: 1px; }
9612
- .datepicker .table-condensed > tbody > tr > td {
9613
- padding: 2px; }
9614
- .datepicker .table-condensed > thead > tr > th {
9615
- padding: 0; }
9616
-
9617
- .input-append.date .add-on i,
9618
- .input-prepend.date .add-on i {
9619
- display: block;
9620
- cursor: pointer;
9621
- width: 16px;
9622
- height: 16px; }
9623
-
9624
- .datepicker-months thead {
9625
- padding: 0 0 3px;
9626
- display: block; }
9627
-
9628
7842
  /*
9629
7843
  # -----------------------------------------------------------------------------
9630
7844
  # ~/theme_uno/modules/_enhanced-modals.scss
@@ -9786,739 +8000,52 @@ body.scrollable {
9786
8000
  width: 100%;
9787
8001
  max-width: 100%;
9788
8002
  height: auto; }
9789
- .modal .modal-full-height.modal-top {
9790
- bottom: auto; }
9791
- .modal .modal-full-height.modal-bottom {
9792
- top: auto; }
9793
- .modal .modal-side {
9794
- position: absolute;
9795
- right: 10px;
9796
- bottom: 10px;
9797
- margin: 0;
9798
- width: 400px; } }
9799
-
9800
- .modal-dialog.modal-notify.modal-info .badge {
9801
- background-color: #03a9f4; }
9802
-
9803
- .modal-dialog.modal-notify.modal-info .modal-header {
9804
- background-color: #03a9f4; }
9805
-
9806
- .modal-dialog.modal-notify.modal-info .fa, .modal-dialog.modal-notify.modal-info .mdi {
9807
- color: #757575; }
9808
-
9809
- .modal-dialog.modal-notify.modal-warning .badge {
9810
- background-color: #ff5722; }
9811
-
9812
- .modal-dialog.modal-notify.modal-warning .modal-header {
9813
- background-color: #ff5722; }
9814
-
9815
- .modal-dialog.modal-notify.modal-warning .fa, .modal-dialog.modal-notify.modal-warning .mdi {
9816
- color: #757575; }
9817
-
9818
- .modal-dialog.modal-notify.modal-success .badge {
9819
- background-color: #4caf50; }
9820
-
9821
- .modal-dialog.modal-notify.modal-success .modal-header {
9822
- background-color: #4caf50; }
9823
-
9824
- .modal-dialog.modal-notify.modal-success .fa, .modal-dialog.modal-notify.modal-success .mdi {
9825
- color: #757575; }
9826
-
9827
- .modal-dialog.modal-notify.modal-danger .badge {
9828
- background-color: #f44336; }
9829
-
9830
- .modal-dialog.modal-notify.modal-danger .modal-header {
9831
- background-color: #f44336; }
9832
-
9833
- .modal-dialog.modal-notify.modal-danger .fa, .modal-dialog.modal-notify.modal-danger .mdi {
9834
- color: #757575; }
9835
-
9836
- /*
9837
- # ----------------------------------------------------------------------------
9838
- # ~/theme_uno/modules/_lightbox.scss
9839
- # Theme Uno - additional styles for LightBox 2
9840
- # ----------------------------------------------------------------------------
9841
- */
9842
- html.lb-disable-scrolling {
9843
- overflow: hidden;
9844
- /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
9845
- position: fixed;
9846
- height: 100vh;
9847
- width: 100vw; }
9848
-
9849
- .lightboxOverlay {
9850
- position: absolute;
9851
- top: 0;
9852
- left: 0;
9853
- z-index: 9999;
9854
- background-color: black;
9855
- filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
9856
- opacity: 0.8;
9857
- display: none; }
9858
-
9859
- .lightbox {
9860
- position: absolute;
9861
- left: 0;
9862
- width: 100%;
9863
- z-index: 10000;
9864
- text-align: center;
9865
- line-height: 0;
9866
- font-weight: normal; }
9867
-
9868
- .lightbox .lb-image {
9869
- display: block;
9870
- height: auto;
9871
- max-width: inherit;
9872
- max-height: none;
9873
- border-radius: 2px;
9874
- /* Image border */
9875
- /* jadams: Removed the irritating border */
9876
- /* border: 4px solid white; */ }
9877
-
9878
- .lightbox a img {
9879
- border: none; }
9880
-
9881
- .lb-outerContainer {
9882
- position: relative;
9883
- *zoom: 1;
9884
- width: 250px;
9885
- height: 250px;
9886
- margin: 0 auto;
9887
- border-radius: 4px;
9888
- /* Background color behind image.
9889
- This is visible during transitions. */
9890
- background-color: white; }
9891
-
9892
- .lb-outerContainer:after {
9893
- content: "";
9894
- display: table;
9895
- clear: both; }
9896
-
9897
- .lb-loader {
9898
- position: absolute;
9899
- top: 43%;
9900
- left: 0;
9901
- height: 25%;
9902
- width: 100%;
9903
- text-align: center;
9904
- line-height: 0; }
9905
-
9906
- .lb-cancel {
9907
- display: block;
9908
- width: 32px;
9909
- height: 32px;
9910
- margin: 0 auto;
9911
- background: url(/assets/images/modules/lightbox/loading.gif) no-repeat; }
9912
-
9913
- .lb-nav {
9914
- position: absolute;
9915
- top: 0;
9916
- left: 0;
9917
- height: 100%;
9918
- width: 100%;
9919
- z-index: 10; }
9920
-
9921
- .lb-container > .nav {
9922
- left: 0; }
9923
-
9924
- .lb-nav a {
9925
- outline: none;
9926
- background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }
9927
-
9928
- .lb-prev, .lb-next {
9929
- height: 100%;
9930
- cursor: pointer;
9931
- display: block; }
9932
-
9933
- .lb-nav a.lb-prev {
9934
- width: 34%;
9935
- left: 0;
9936
- float: left;
9937
- background: url(/assets/images/modules/lightbox/prev.png) left 48% no-repeat;
9938
- filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
9939
- opacity: 0;
9940
- -webkit-transition: opacity 0.6s;
9941
- -moz-transition: opacity 0.6s;
9942
- -o-transition: opacity 0.6s;
9943
- transition: opacity 0.6s; }
9944
-
9945
- .lb-nav a.lb-prev:hover {
9946
- filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
9947
- opacity: 1; }
9948
-
9949
- .lb-nav a.lb-next {
9950
- width: 64%;
9951
- right: 0;
9952
- float: right;
9953
- background: url(/assets/images/modules/lightbox/next.png) right 48% no-repeat;
9954
- filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
9955
- opacity: 0;
9956
- -webkit-transition: opacity 0.6s;
9957
- -moz-transition: opacity 0.6s;
9958
- -o-transition: opacity 0.6s;
9959
- transition: opacity 0.6s; }
9960
-
9961
- .lb-nav a.lb-next:hover {
9962
- filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
9963
- opacity: 1; }
9964
-
9965
- .lb-dataContainer {
9966
- margin: 0 auto;
9967
- padding-top: 5px;
9968
- *zoom: 1;
9969
- width: 100%;
9970
- border-bottom-left-radius: 4px;
9971
- border-bottom-right-radius: 4px; }
9972
-
9973
- .lb-dataContainer:after {
9974
- content: "";
9975
- display: table;
9976
- clear: both; }
9977
-
9978
- .lb-closeContainer {
9979
- margin-top: 0.5rem; }
9980
-
9981
- .lb-data {
9982
- padding: 0 4px;
9983
- color: #ccc; }
9984
-
9985
- .lb-data .lb-details {
9986
- width: 85%;
9987
- margin-top: 0.25rem;
9988
- float: left;
9989
- text-align: left;
9990
- line-height: 1.25rem; }
9991
-
9992
- .lb-data .lb-caption {
9993
- margin-top: 0.25rem;
9994
- font-size: 1rem;
9995
- font-weight: bold;
9996
- line-height: 1.25rem; }
9997
-
9998
- .lb-data .lb-caption a {
9999
- color: #4ae; }
10000
-
10001
- .lb-data .lb-number {
10002
- display: block;
10003
- clear: left;
10004
- padding-bottom: 1em;
10005
- font-size: 12px;
10006
- color: #999999; }
10007
-
10008
- .lb-data .lb-close {
10009
- display: block;
10010
- float: right;
10011
- width: 30px;
10012
- height: 30px;
10013
- background: url(/assets/images/modules/lightbox/close.png) top right no-repeat;
10014
- text-align: right;
10015
- outline: none;
10016
- filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
10017
- opacity: 0.7;
10018
- -webkit-transition: opacity 0.2s;
10019
- -moz-transition: opacity 0.2s;
10020
- -o-transition: opacity 0.2s;
10021
- transition: opacity 0.2s; }
10022
-
10023
- .lb-data .lb-close:hover {
10024
- cursor: pointer;
10025
- filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
10026
- opacity: 1; }
10027
-
10028
- /*
10029
- # -----------------------------------------------------------------------------
10030
- # ~/theme_uno/modules/_mmenu-light.scss (v3.0.5)
10031
- # Provides base styles for mobile menu light
10032
- #
10033
- # Product/Info:
10034
- # https://jekyll.one
10035
- # https://github.com/FrDH/mmenu-light
10036
- #
10037
- # Copyright (C) 2020 Fred Heusschen
10038
- # Copyright (C) 2020 Juergen Adams
10039
- #
10040
- # J1 Template is licensed under MIT License.
10041
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
10042
- # MMenu is licensed under CC-BY-4.0 License.
10043
- # See: http://creativecommons.org/licenses/by/4.0/
10044
- #
10045
- # -----------------------------------------------------------------------------
10046
- */
10047
- :root {
10048
- --mm-ocd-width: 80%;
10049
- --mm-ocd-min-width: 200px;
10050
- --mm-ocd-max-width: 440px
10051
- ; }
10052
-
10053
- body.mm-ocd-opened {
10054
- overflow-y: hidden;
10055
- -ms-scroll-chaining: none;
10056
- overscroll-behavior: none; }
10057
-
10058
- /*
10059
- jadams, 2020-06-20: CSS/Offset to the NAV bar should be calculted
10060
- at runtime as a dyn style
10061
- */
10062
- .mm-ocd {
10063
- position: fixed;
10064
- top: 80px;
10065
- /* jadams, 2020-06-20: offset to the NAV bar */
10066
- right: 0;
10067
- bottom: 100%;
10068
- left: 0;
10069
- z-index: 9999;
10070
- overflow: hidden;
10071
- -ms-scroll-chaining: none;
10072
- overscroll-behavior: contain;
10073
- background: rgba(0, 0, 0, 0);
10074
- -webkit-transition-property: bottom, background-color;
10075
- -o-transition-property: bottom, background-color;
10076
- transition-property: bottom, background-color;
10077
- -webkit-transition-duration: 0s, .3s;
10078
- -o-transition-duration: 0s, .3s;
10079
- transition-duration: 0s, .3s;
10080
- -webkit-transition-timing-function: ease;
10081
- -o-transition-timing-function: ease;
10082
- transition-timing-function: ease;
10083
- -webkit-transition-delay: .45s, .15s;
10084
- -o-transition-delay: .45s, .15s;
10085
- transition-delay: .45s, .15s; }
10086
-
10087
- .mm-ocd--open {
10088
- bottom: 0;
10089
- background: rgba(0, 0, 0, 0.25);
10090
- -webkit-transition-delay: 0s;
10091
- -o-transition-delay: 0s;
10092
- transition-delay: 0s; }
10093
-
10094
- .mm-ocd__content {
10095
- position: absolute;
10096
- top: 0;
10097
- bottom: 0;
10098
- z-index: 2;
10099
- width: 80%;
10100
- width: var(--mm-ocd-width);
10101
- min-width: 200px;
10102
- min-width: var(--mm-ocd-min-width);
10103
- max-width: 440px;
10104
- max-width: var(--mm-ocd-max-width);
10105
- background: #fff;
10106
- -webkit-transition-property: -webkit-transform;
10107
- transition-property: -webkit-transform;
10108
- -o-transition-property: transform;
10109
- transition-property: transform;
10110
- transition-property: transform, -webkit-transform;
10111
- -webkit-transition-duration: .3s;
10112
- -o-transition-duration: .3s;
10113
- transition-duration: .3s;
10114
- -webkit-transition-timing-function: ease;
10115
- -o-transition-timing-function: ease;
10116
- transition-timing-function: ease; }
10117
-
10118
- .mm-ocd--left .mm-ocd__content {
10119
- left: 0;
10120
- -webkit-transform: translate3d(-100%, 0, 0);
10121
- transform: translate3d(-100%, 0, 0); }
10122
-
10123
- .mm-ocd--right .mm-ocd__content {
10124
- right: 0;
10125
- -webkit-transform: translate3d(100%, 0, 0);
10126
- transform: translate3d(100%, 0, 0); }
10127
-
10128
- .mm-ocd--open .mm-ocd__content {
10129
- -webkit-transform: translate3d(0, 0, 0);
10130
- transform: translate3d(0, 0, 0); }
10131
-
10132
- .mm-ocd__backdrop {
10133
- position: absolute;
10134
- top: 0;
10135
- bottom: 0;
10136
- z-index: 3;
10137
- width: calc(100% - 80%);
10138
- width: calc(100% - var(--mm-ocd-width));
10139
- min-width: calc(100% - 440px);
10140
- min-width: calc(100% - var(--mm-ocd-max-width));
10141
- max-width: calc(100% - 200px);
10142
- max-width: calc(100% - var(--mm-ocd-min-width));
10143
- background: rgba(3, 2, 1, 0); }
10144
-
10145
- .mm-ocd--left .mm-ocd__backdrop {
10146
- right: 0; }
10147
-
10148
- .mm-ocd--right .mm-ocd__backdrop {
10149
- left: 0; }
10150
-
10151
- .mm-spn,
10152
- .mm-spn a,
10153
- .mm-spn li,
10154
- .mm-spn span,
10155
- .mm-spn ul {
10156
- display: block;
10157
- padding: 0;
10158
- margin: 0;
10159
- -webkit-box-sizing: border-box;
10160
- box-sizing: border-box; }
10161
-
10162
- :root {
10163
- --mm-spn-item-height: 50px;
10164
- --mm-spn-item-indent: 20px;
10165
- --mm-spn-line-height: 24px
10166
- ; }
10167
-
10168
- .mm-spn {
10169
- width: 100%;
10170
- height: 100%;
10171
- -webkit-tap-highlight-color: transparent;
10172
- -webkit-overflow-scrolling: touch;
10173
- overflow: hidden;
10174
- -webkit-clip-path: inset(0 0 0 0);
10175
- clip-path: inset(0 0 0 0);
10176
- -webkit-transform: translateX(0);
10177
- -ms-transform: translateX(0);
10178
- transform: translateX(0); }
10179
-
10180
- .mm-spn ul {
10181
- -webkit-overflow-scrolling: touch;
10182
- position: fixed;
10183
- top: 0;
10184
- left: 100%;
10185
- bottom: 0;
10186
- z-index: 2;
10187
- width: 130%;
10188
- padding-right: 30%;
10189
- line-height: 24px;
10190
- line-height: var(--mm-spn-line-height);
10191
- overflow: visible;
10192
- overflow-y: auto;
10193
- background: inherit;
10194
- -webkit-transition: left .3s ease 0s;
10195
- -o-transition: left .3s ease 0s;
10196
- transition: left .3s ease 0s;
10197
- cursor: default; }
10198
-
10199
- .mm-spn ul:after {
10200
- content: '';
10201
- display: block;
10202
- height: 50px;
10203
- height: var(--mm-spn-item-height); }
10204
-
10205
- .mm-spn > ul {
10206
- left: 0; }
10207
-
10208
- .mm-spn ul.mm-spn--open {
10209
- left: 0; }
10210
-
10211
- .mm-spn ul.mm-spn--parent {
10212
- left: -30%;
10213
- overflow-y: hidden; }
10214
-
10215
- .mm-spn li {
10216
- position: relative;
10217
- background: inherit;
10218
- cursor: pointer; }
10219
-
10220
- .mm-spn li:before {
10221
- content: '';
10222
- display: block;
10223
- position: absolute;
10224
- top: 25px;
10225
- top: calc(var(--mm-spn-item-height)/ 2);
10226
- right: 25px;
10227
- right: calc(var(--mm-spn-item-height)/ 2);
10228
- z-index: 0;
10229
- width: 10px;
10230
- height: 10px;
10231
- border-top: 2px solid;
10232
- border-right: 2px solid;
10233
- -webkit-transform: rotate(45deg) translate(0, -50%);
10234
- -ms-transform: rotate(45deg) translate(0, -50%);
10235
- transform: rotate(45deg) translate(0, -50%);
10236
- opacity: .4; }
10237
-
10238
- .mm-spn li:after {
10239
- content: '';
10240
- display: block;
10241
- margin-left: 20px;
10242
- margin-left: var(--mm-spn-item-indent);
10243
- border-top: 1px solid;
10244
- opacity: .15; }
10245
-
10246
- .mm-spn a,
10247
- .mm-spn span {
10248
- position: relative;
10249
- z-index: 1;
10250
- padding: 13px 20px;
10251
- padding: calc((var(--mm-spn-item-height) - var(--mm-spn-line-height))/ 2) var(--mm-spn-item-indent); }
10252
-
10253
- .mm-spn a {
10254
- background: inherit;
10255
- color: inherit;
10256
- text-decoration: none; }
10257
-
10258
- .mm-spn a:not(:last-child) {
10259
- width: calc(100% - 50px);
10260
- width: calc(100% - var(--mm-spn-item-height)); }
10261
-
10262
- .mm-spn a:not(:last-child):after {
10263
- content: '';
10264
- display: block;
10265
- position: absolute;
10266
- top: 0;
10267
- right: 0;
10268
- bottom: 0;
10269
- border-right: 1px solid;
10270
- opacity: .15; }
10271
-
10272
- .mm-spn span {
10273
- background: 0 0; }
10274
-
10275
- .mm-spn.mm-spn--navbar {
10276
- cursor: pointer; }
10277
-
10278
- .mm-spn.mm-spn--navbar:before {
10279
- content: '';
10280
- display: block;
10281
- position: absolute;
10282
- top: 25px;
10283
- top: calc(var(--mm-spn-item-height)/ 2);
10284
- left: 20px;
10285
- left: var(--mm-spn-item-indent);
10286
- width: 10px;
10287
- height: 10px;
10288
- margin-top: 2px;
10289
- border-top: 2px solid;
10290
- border-left: 2px solid;
10291
- -webkit-transform: rotate(-45deg) translate(50%, -50%);
10292
- -ms-transform: rotate(-45deg) translate(50%, -50%);
10293
- transform: rotate(-45deg) translate(50%, -50%);
10294
- opacity: .4; }
10295
-
10296
- .mm-spn.mm-spn--navbar.mm-spn--main {
10297
- cursor: default; }
10298
-
10299
- .mm-spn.mm-spn--navbar.mm-spn--main:before {
10300
- content: none;
10301
- display: none; }
10302
-
10303
- .mm-spn.mm-spn--navbar:after {
10304
- content: attr(data-mm-spn-title);
10305
- display: block;
10306
- position: absolute;
10307
- top: 0;
10308
- left: 0;
10309
- right: 0;
10310
- height: 50px;
10311
- height: var(--mm-spn-item-height);
10312
- padding: 0 40px;
10313
- padding: 0 calc(var(--mm-spn-item-indent) * 2);
10314
- line-height: 50px;
10315
- line-height: var(--mm-spn-item-height);
10316
- opacity: .4;
10317
- text-align: left;
10318
- /* jadams, 2020-06-20: set menu title to the left */
10319
- overflow: hidden;
10320
- white-space: nowrap;
10321
- -o-text-overflow: ellipsis;
10322
- text-overflow: ellipsis;
10323
- font-size: x-large;
10324
- /* jadams, 2020-06-20: increase size of the menu title */ }
10325
-
10326
- .mm-spn.mm-spn--navbar.mm-spn--main:after {
10327
- padding-left: 20px;
10328
- padding-left: var(--mm-spn-item-indent); }
10329
-
10330
- .mm-spn.mm-spn--navbar ul {
10331
- top: 51px;
10332
- top: calc(var(--mm-spn-item-height) + 1px); }
10333
-
10334
- .mm-spn.mm-spn--navbar ul:before {
10335
- content: '';
10336
- display: block;
10337
- position: fixed;
10338
- top: inherit;
10339
- z-index: 2;
10340
- width: 100%;
10341
- border-top: 1px solid currentColor;
10342
- opacity: .15; }
10343
-
10344
- .mm-spn.mm-spn--light {
10345
- color: #444;
10346
- background: #f3f3f3; }
10347
-
10348
- /* jadams, 2020-06-20: set j1 template colors (dark theme) */
10349
- .mm-spn.mm-spn--dark {
10350
- color: #e3e3e3;
10351
- background: #191919; }
10352
-
10353
- .mm-spn.mm-spn--vertical {
10354
- overflow-y: auto; }
10355
-
10356
- .mm-spn.mm-spn--vertical ul {
10357
- width: 100%;
10358
- padding-right: 0;
10359
- position: static; }
10360
-
10361
- .mm-spn.mm-spn--vertical ul ul {
10362
- display: none;
10363
- padding-left: 20px;
10364
- padding-left: var(--mm-spn-item-indent); }
10365
-
10366
- .mm-spn.mm-spn--vertical ul ul:after {
10367
- height: 25px;
10368
- height: calc(var(--mm-spn-item-height)/ 2); }
10369
-
10370
- .mm-spn.mm-spn--vertical ul.mm-spn--open {
10371
- display: block; }
10372
-
10373
- .mm-spn.mm-spn--vertical li.mm-spn--open:before {
10374
- -webkit-transform: rotate(135deg) translate(-50%, 0);
10375
- -ms-transform: rotate(135deg) translate(-50%, 0);
10376
- transform: rotate(135deg) translate(-50%, 0); }
10377
-
10378
- .mm-spn.mm-spn--vertical ul ul li:last-child:after {
10379
- content: none;
10380
- display: none; }
10381
-
10382
- /*
10383
- # -----------------------------------------------------------------------------
10384
- # ~/theme_uno/modules/_mmenu-theme-uno.scss
10385
- # Provides theme styles (Uno) for mobile menu
10386
- #
10387
- # Product/Info:
10388
- # https://jekyll.one
10389
- #
10390
- # Copyright (C) 2020 Juergen Adams
10391
- #
10392
- # J1 Template is licensed under MIT License.
10393
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
10394
- # -----------------------------------------------------------------------------
10395
- */
10396
- /*
10397
- jadams, 2020-06-20: CSS/Offset to the NAV bar should be calculated
10398
- at runtime as a dyn style
10399
- */
10400
- /* CSS overwrites
10401
- ----------------------------------------------------------------------------- */
10402
- /* Drawer */
10403
- .mm-ocd--left .mm-ocd__content {
10404
- background-color: #212121; }
8003
+ .modal .modal-full-height.modal-top {
8004
+ bottom: auto; }
8005
+ .modal .modal-full-height.modal-bottom {
8006
+ top: auto; }
8007
+ .modal .modal-side {
8008
+ position: absolute;
8009
+ right: 10px;
8010
+ bottom: 10px;
8011
+ margin: 0;
8012
+ width: 400px; } }
10405
8013
 
10406
- .mm-ocd--right .mm-ocd__content {
10407
- background-color: #212121; }
8014
+ .modal-dialog.modal-notify.modal-info .badge {
8015
+ background-color: #03a9f4; }
10408
8016
 
10409
- /* Responsive */
10410
- /* jadams, 2020-07-02: media query for MMenu
10411
- --------------------------------------------------------------------------------
10412
- NOTE: For unknown reason, style "mm-ocd--left" is NOT applied correctly
10413
- like "mm-ocd--right" what cause the wrong background-color
10414
- As a workaround, the background-color is added to the media
10415
- queries as well (but MUST be removed if fixed!!!)
10416
- -------------------------------------------------------------------------------- */
10417
- /* Large desktop */
10418
- @media only screen and (min-width: 1200px) {
10419
- .mm-ocd {
10420
- top: 80px;
10421
- /* drawer top offset to NAV bar */ }
10422
- .mm-ocd__content {
10423
- background-color: #212121; } }
10424
-
10425
- /* Desktop */
10426
- @media only screen and (min-width: 992px) {
10427
- .mm-ocd {
10428
- top: 80px;
10429
- /* drawer top offset to NAV bar */ }
10430
- .mm-ocd__content {
10431
- background-color: #212121; } }
10432
-
10433
- /* Desktop 2 (intermediate|responsive size) */
10434
- @media only screen and (min-width: 768px) and (max-width: 992px) {
10435
- .mm-ocd {
10436
- top: 68px;
10437
- /* drawer top offset to NAV bar */ }
10438
- .mm-ocd__content {
10439
- background-color: #212121; } }
8017
+ .modal-dialog.modal-notify.modal-info .modal-header {
8018
+ background-color: #03a9f4; }
10440
8019
 
10441
- /* Landscape iPad, 768px */
10442
- @media only screen and (min-width: 576px) and (max-width: 768px) {
10443
- .mm-ocd {
10444
- top: 68px;
10445
- /* drawer top offset to NAV bar */ }
10446
- .mm-ocd__content {
10447
- background-color: #212121; } }
8020
+ .modal-dialog.modal-notify.modal-info .fa, .modal-dialog.modal-notify.modal-info .mdi {
8021
+ color: #757575; }
10448
8022
 
10449
- /* Small devices (landscape phones, up to 576px) */
10450
- @media only screen and (max-width: 576px) {
10451
- .mm-ocd {
10452
- top: 68px;
10453
- /* drawer top offset to NAV bar */ }
10454
- .mm-ocd__content {
10455
- background-color: #212121; } }
10456
-
10457
- /* Navigator */
10458
- .mm-spn.mm-spn--navbar:after {
10459
- text-align: left;
10460
- /* jadams, 2020-06-20: set menu title to the left */
10461
- font-size: x-large;
10462
- /* jadams, 2020-06-20: increase size of the menu title */ }
10463
-
10464
- /* Themes */
10465
- /* jadams, 2020-06-20: set j1 template colors (dark theme) */
10466
- .mm-spn.mm-spn--dark {
10467
- color: #e3e3e3;
10468
- background: #191919; }
10469
-
10470
- /* Sidebar (Drawer)
10471
- ----------------------------------------------------------------------------- */
10472
- .mm-side {
10473
- margin: 1.5rem; }
10474
-
10475
- .mm-side .widget {
10476
- position: relative;
10477
- z-index: 1;
10478
- margin-bottom: 25px; }
8023
+ .modal-dialog.modal-notify.modal-warning .badge {
8024
+ background-color: #ff5722; }
10479
8025
 
10480
- .mm-side .widget .title {
10481
- color: #fff;
10482
- margin-bottom: 15px;
10483
- border-left: 3px solid #204a87;
10484
- padding-left: 5px; }
8026
+ .modal-dialog.modal-notify.modal-warning .modal-header {
8027
+ background-color: #ff5722; }
10485
8028
 
10486
- .mm-side .widget .heading {
10487
- text-align: left;
10488
- color: #eee;
10489
- font-size: 18px;
10490
- text-transform: uppercase;
10491
- position: relative;
10492
- margin-bottom: 10px;
10493
- padding-bottom: 10px; }
8029
+ .modal-dialog.modal-notify.modal-warning .fa, .modal-dialog.modal-notify.modal-warning .mdi {
8030
+ color: #757575; }
10494
8031
 
10495
- .mm-side .widget ul.link {
10496
- font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
10497
- font-size: 14px;
10498
- padding: 0;
10499
- margin: 0;
10500
- list-style: none; }
8032
+ .modal-dialog.modal-notify.modal-success .badge {
8033
+ background-color: #4caf50; }
10501
8034
 
10502
- .mm-side .widget ul.link li a {
10503
- color: #aaa; }
8035
+ .modal-dialog.modal-notify.modal-success .modal-header {
8036
+ background-color: #4caf50; }
10504
8037
 
10505
- .mm-side .widget ul.link li a:focus, .mm-side .widget ul.link li a:hover {
10506
- color: #fafafa;
10507
- text-decoration: none;
10508
- font-weight: 700; }
8038
+ .modal-dialog.modal-notify.modal-success .fa, .modal-dialog.modal-notify.modal-success .mdi {
8039
+ color: #757575; }
10509
8040
 
10510
- /* Navigation (Menu)
10511
- ----------------------------------------------------------------------------- */
10512
- .mm-spn a:hover {
10513
- color: #fafafa;
10514
- text-decoration: none;
10515
- font-weight: 700; }
8041
+ .modal-dialog.modal-notify.modal-danger .badge {
8042
+ background-color: #f44336; }
10516
8043
 
10517
- /* jadams, 2020-07-03: added hover to global style */
10518
- a.toc-link:hover {
10519
- color: #fafafa;
10520
- text-decoration: none;
10521
- font-weight: 700; }
8044
+ .modal-dialog.modal-notify.modal-danger .modal-header {
8045
+ background-color: #f44336; }
8046
+
8047
+ .modal-dialog.modal-notify.modal-danger .fa, .modal-dialog.modal-notify.modal-danger .mdi {
8048
+ color: #757575; }
10522
8049
 
10523
8050
  /*
10524
8051
  # -----------------------------------------------------------------------------
@@ -10536,8 +8063,15 @@ a.toc-link:hover {
10536
8063
  # -----------------------------------------------------------------------------
10537
8064
  */
10538
8065
  .stop-scrolling {
8066
+ overflow-y: hidden;
8067
+ -ms-scroll-chaining: none;
8068
+ overscroll-behavior: none; }
8069
+
8070
+ .stop-scrolling-freeze {
10539
8071
  position: fixed;
10540
8072
  overflow-y: scroll;
8073
+ -ms-scroll-chaining: none;
8074
+ overscroll-behavior: none;
10541
8075
  top: 0;
10542
8076
  right: 0;
10543
8077
  bottom: 0;
@@ -10952,12 +8486,9 @@ nav.navbar.navigator {
10952
8486
  background-color: transparent;
10953
8487
  border-bottom: 0; }
10954
8488
  nav.navbar.navigator.navbar-transparent.light {
10955
- background-color: rgba(255, 255, 255, 0.3);
10956
- border-bottom: solid 3px #fafafa; }
8489
+ background-color: rgba(255, 255, 255, 0.3); }
10957
8490
  nav.navbar.navigator.navbar-transparent.dark {
10958
- background-color: rgba(0, 0, 0, 0.3);
10959
- border-bottom: solid 3px #555;
10960
- border-left: solid 1px #555; }
8491
+ background-color: rgba(0, 0, 0, 0.3); }
10961
8492
  nav.navbar.navigator.menu-center .container {
10962
8493
  position: relative; }
10963
8494
  nav.navbar.navigator.menu-center .navbar-header {
@@ -11279,7 +8810,7 @@ body {
11279
8810
  border-top: none; }
11280
8811
  nav.navbar.navigator .navbar-nav .nav-item {
11281
8812
  width: 95%;
11282
- line-height: .1rem; }
8813
+ line-height: 1rem; }
11283
8814
  nav.navbar.navigator .navbar-nav.open {
11284
8815
  border-bottom: 0px;
11285
8816
  background-image: linear-gradient(#141414, #1c1c1c 40%, #212121);
@@ -11384,7 +8915,8 @@ body {
11384
8915
  display: none !important; }
11385
8916
  nav.navbar.navigator .navbar-toggler {
11386
8917
  color: rgba(255, 255, 255, 0.5);
11387
- padding: 1rem 0.5rem 1rem 0.5rem;
8918
+ padding-right: .5rem;
8919
+ padding-bottom: .5rem;
11388
8920
  border: 0;
11389
8921
  border-color: transparent;
11390
8922
  border-radius: 0; }
@@ -11526,311 +9058,6 @@ body {
11526
9058
  padding-top: 15px !important;
11527
9059
  padding-bottom: 15px !important; } }
11528
9060
 
11529
- /*
11530
- # ----------------------------------------------------------------------------
11531
- # ~/theme_uno/modules/_noui_slider.scss
11532
- # Theme Uno - additional mde styles for noUiSlider
11533
- # ----------------------------------------------------------------------------
11534
- */
11535
- .noUi-target,
11536
- .noUi-target * {
11537
- -webkit-touch-callout: none;
11538
- -ms-touch-action: none;
11539
- user-select: none;
11540
- box-sizing: border-box; }
11541
-
11542
- .noUi-base {
11543
- width: 100%;
11544
- height: 100%;
11545
- position: relative; }
11546
-
11547
- .noUi-origin {
11548
- position: absolute;
11549
- right: 0;
11550
- top: 0;
11551
- left: 0;
11552
- bottom: 0; }
11553
-
11554
- .noUi-handle {
11555
- position: relative;
11556
- z-index: 1;
11557
- box-sizing: border-box; }
11558
-
11559
- .noUi-handle:focus {
11560
- outline-width: 0; }
11561
-
11562
- .noUi-stacking .noUi-handle {
11563
- z-index: 10; }
11564
-
11565
- .noUi-state-tap .noUi-origin {
11566
- transition: left 0.3s, top 0.3s; }
11567
-
11568
- .noUi-state-drag * {
11569
- cursor: inherit !important; }
11570
-
11571
- .noUi-horizontal {
11572
- height: 10px; }
11573
-
11574
- .noUi-handle {
11575
- box-sizing: border-box;
11576
- width: 24px;
11577
- height: 24px;
11578
- left: -10px;
11579
- top: -11px;
11580
- cursor: pointer;
11581
- border-radius: 100%;
11582
- transition: all 0.2s ease-out;
11583
- border: 1px solid;
11584
- background: #FFFFFF;
11585
- box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
11586
-
11587
- .noUi-vertical .noUi-handle {
11588
- margin-left: 5px;
11589
- cursor: ns-resize; }
11590
-
11591
- .noUi-horizontal.noUi-extended {
11592
- padding: 0 15px; }
11593
-
11594
- .noUi-horizontal.noUi-extended .noUi-origin {
11595
- right: -15px; }
11596
-
11597
- .noUi-background {
11598
- height: 2px;
11599
- margin: 20px 0; }
11600
-
11601
- .noUi-origin {
11602
- margin: 0;
11603
- border-radius: 0;
11604
- height: 2px;
11605
- background: #c8c8c8; }
11606
- .noUi-origin[style^="left: 0"] .noUi-handle {
11607
- background-color: #fff;
11608
- border: 2px solid #c8c8c8; }
11609
- .noUi-origin[style^="left: 0"] .noUi-handle.noUi-active {
11610
- border-width: 1px; }
11611
-
11612
- .noUi-target {
11613
- border-radius: 0.1rem; }
11614
-
11615
- .noUi-horizontal {
11616
- height: 2px;
11617
- margin: 15px 0; }
11618
-
11619
- .noUi-vertical {
11620
- height: 100%;
11621
- width: 2px;
11622
- margin: 0 15px;
11623
- display: inline-block; }
11624
-
11625
- .noUi-handle.noUi-active {
11626
- transform: scale3d(2, 2, 1); }
11627
-
11628
- [disabled].noUi-slider {
11629
- opacity: 0.5; }
11630
-
11631
- [disabled] .noUi-handle {
11632
- cursor: not-allowed; }
11633
-
11634
- .slider {
11635
- background: #c8c8c8; }
11636
-
11637
- .slider.noUi-connect {
11638
- background-color: #3f51b5; }
11639
-
11640
- .slider .noUi-handle {
11641
- border-color: #3f51b5; }
11642
-
11643
- .slider.slider-info .noUi-connect, .slider.slider-info.noUi-connect {
11644
- background-color: #00bcd4; }
11645
-
11646
- .slider.slider-info .noUi-handle {
11647
- border-color: #00bcd4; }
11648
-
11649
- .slider.slider-success .noUi-connect, .slider.slider-success.noUi-connect {
11650
- background-color: #4caf50; }
11651
-
11652
- .slider.slider-success .noUi-handle {
11653
- border-color: #4caf50; }
11654
-
11655
- .slider.slider-warning .noUi-connect, .slider.slider-warning.noUi-connect {
11656
- background-color: #ffeb3b; }
11657
-
11658
- .slider.slider-warning .noUi-handle {
11659
- border-color: #ffeb3b; }
11660
-
11661
- .slider.slider-danger .noUi-connect, .slider.slider-danger.noUi-connect {
11662
- background-color: #f44336; }
11663
-
11664
- .slider.slider-danger .noUi-handle {
11665
- border-color: #f44336; }
11666
-
11667
- /*
11668
- # ----------------------------------------------------------------------------
11669
- # Theme Uno - additional mde styles for noUiSlider
11670
- # ~/theme_uno/extensions/mde/_mde_noui_slider.scss
11671
- # ----------------------------------------------------------------------------
11672
- */
11673
- /*
11674
- // Additional styles
11675
- // -----------------------------------------------------------------------------
11676
- .noUi-slider label {
11677
- position: relative;
11678
- padding-left: .5rem;;
11679
- }
11680
-
11681
- // Default styles
11682
- // -----------------------------------------------------------------------------
11683
- .noUi-target,
11684
- .noUi-target * {
11685
- touch-action: none;
11686
- -webkit-touch-callout: none;
11687
- -ms-touch-action: none;
11688
- -webkit-user-select: none;
11689
- -moz-user-select: none;
11690
- -ms-user-select: none;
11691
- user-select: none;
11692
- -webkit-box-sizing: border-box;
11693
- -moz-box-sizing: border-box;
11694
- box-sizing: border-box;
11695
- }
11696
-
11697
- // jadams, 2017-05-22, limit the slider to 80% for the right
11698
- .noUi-base {
11699
- width: 80%;
11700
- height: 100%;
11701
- position: relative;
11702
- background: #FCE4EC;
11703
- }
11704
-
11705
- .noUi-connect {
11706
- position: absolute;
11707
- right: 0;
11708
- top: 0;
11709
- left: 0;
11710
- bottom: 0;
11711
- background-color: #F06292;
11712
- }
11713
-
11714
- .noUi-origin {
11715
- position: absolute;
11716
- height: 2px;
11717
- top: 0;
11718
- left: 0;
11719
- margin: 0;
11720
- bottom: 0;
11721
- border-radius: 0;
11722
- }
11723
-
11724
- .noUi-stacking .noUi-handle {
11725
- z-index: 10;
11726
- }
11727
- .noUi-state-tap .noUi-origin {
11728
- -webkit-transition: left 0.3s, top 0.3s;
11729
- -o-transition: left 0.3s, top 0.3s;
11730
- transition: left 0.3s, top 0.3s;
11731
- }
11732
- .noUi-state-drag * {
11733
- cursor: inherit !important;
11734
- }
11735
-
11736
- .noUi-horizontal {
11737
- height: 2px;
11738
- }
11739
-
11740
- // jadams 2017-05-22, limit the handle on the left
11741
- .noUi-horizontal .noUi-handle {
11742
- left: -5px;
11743
- }
11744
-
11745
- // jadams 2017-05-22, style of the handle
11746
- .noUi-base .noUi-handle {
11747
- background-color: #E91E63;
11748
- border: none;
11749
- border-radius: 6px;
11750
- box-shadow: none;
11751
- color: #FFFFFF;
11752
- display: table;
11753
- height: 30px;
11754
- width: 40px;
11755
- margin-top: -15px;
11756
- padding: 0;
11757
- position: absolute;
11758
- text-align: center;
11759
- z-index: 2;
11760
- -webkit-box-sizing: border-box;
11761
- -moz-box-sizing: border-box;
11762
- box-sizing: border-box;
11763
- -webkit-transition: all 0.2s ease-out;
11764
- -o-transition: all 0.2s ease-out;
11765
- transition: all 0.2s ease-out;
11766
- -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
11767
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
11768
- -webkit-transition: left 0.2s ease-in, background-color 0.2s ease-in, -webkit-transform 0.3s ease;
11769
- transition: left 0.2s ease-in, background-color 0.2s ease-in, -webkit-transform 0.3s ease;
11770
- -o-transition: left 0.2s ease-in, background-color 0.2s ease-in, transform 0.3s ease, -o-transform 0.3s ease;
11771
- }
11772
-
11773
- .noUi-base .noUi-handle::before {
11774
- background: transparent;
11775
- content: attr(data-value);
11776
- display: table-cell;
11777
- font-size: 1rem;
11778
- font-weight: 100;
11779
- position: static;
11780
- width: 100%;
11781
- vertical-align: middle;
11782
- }
11783
-
11784
- .noUi-base .noUi-handle::after {
11785
- display: none;
11786
- }
11787
-
11788
- .noUi-horizontal.noUi-extended {
11789
- padding-right: 32px;
11790
- }
11791
- .noUi-horizontal.noUi-extended .noUi-handle {
11792
- left: -1px;
11793
- }
11794
- .noUi-horizontal.noUi-extended .noUi-origin {
11795
- right: -2px;
11796
- }
11797
-
11798
- .noUi-background {
11799
- height: 2px;
11800
- margin: 20px 0;
11801
- }
11802
-
11803
- .noUi-origin[style^="left: 0"] .noUi-handle {
11804
- background-color: #F06292;
11805
- border: 2px solid #c8c8c8;
11806
- }
11807
- .noUi-origin[style^="left: 0"] .noUi-handle.noUi-active {
11808
- border-width: 1px;
11809
- }
11810
- .noUi-origin[style^="left: 100"] .noUi-handle {
11811
- background-color: #880E4F;
11812
- border: 2px solid #c8c8c8;
11813
- }
11814
- .noUi-origin[style^="left: 100"] .noUi-handle.noUi-active {
11815
- border-width: 1px;
11816
- }
11817
-
11818
- .noUi-target {
11819
- border-radius: 2px;
11820
- }
11821
- .noUi-horizontal {
11822
- height: 2px;
11823
- margin: 15px 0;
11824
- }
11825
-
11826
- .noUi-base .noUi-handle:hover {
11827
- background-color: #F06292;
11828
- }
11829
- .noUi-base .noUi-handle.noUi-active {
11830
- background-color: #E91E63;
11831
- z-index: 3;
11832
- }
11833
- */
11834
9061
  /*
11835
9062
  # -----------------------------------------------------------------------------
11836
9063
  # ~/theme_uno/modules/_searcher.scss
@@ -11886,9 +9113,9 @@ body {
11886
9113
  color: rgba(255, 255, 255, 0.5); }
11887
9114
 
11888
9115
  h4.result-item {
11889
- font-size: 1.25rem !important; }
9116
+ font-size: 1.5rem !important; }
11890
9117
 
11891
- h6.result-item {
9118
+ h5.result-item {
11892
9119
  font-size: .875rem !important; }
11893
9120
 
11894
9121
  h4.result-item > a {
@@ -11911,12 +9138,14 @@ h4.result-item > a:hover {
11911
9138
  .panel-search {
11912
9139
  max-height: 350px;
11913
9140
  width: 98%;
9141
+ margin-left: 1.25rem;
9142
+ margin-right: 1rem;
11914
9143
  background-color: unset;
11915
9144
  overflow-y: scroll !important; }
11916
9145
  .panel-search p {
11917
9146
  /* font-size: 1.1em; */
11918
9147
  /* margin-left: .5em; */
11919
- margin-bottom: 0 !important; }
9148
+ /* margin-bottom: 0 !important; */ }
11920
9149
  .panel-search > .panel-heading {
11921
9150
  color: #424242 !important;
11922
9151
  /* background-color: $color_star_dust_approx !important; */
@@ -11927,11 +9156,17 @@ h4.result-item > a:hover {
11927
9156
 
11928
9157
  .panel-heading {
11929
9158
  padding: 10px 15px;
9159
+ margin-left: 1.5rem;
11930
9160
  font-weight: 400; }
11931
9161
 
11932
9162
  .result-group-item-text {
11933
9163
  /* color: $color_cerulean_blue_approx !important; */
11934
- line-height: 1.3; }
9164
+ line-height: 1.25; }
9165
+
9166
+ p.result-group-item-text {
9167
+ font-size: .875rem;
9168
+ margin-bottom: .5rem;
9169
+ text-align: justify; }
11935
9170
 
11936
9171
  #jss-results li {
11937
9172
  padding-top: .2rem;
@@ -11954,7 +9189,7 @@ h4.result-item > a:hover {
11954
9189
  .result-group-item p {
11955
9190
  color: rgba(0, 0, 0, 0.8);
11956
9191
  font-size: 1.75rem;
11957
- line-height: 1.3; }
9192
+ line-height: 1.25; }
11958
9193
 
11959
9194
  .panel-body p {
11960
9195
  font-size: 1.1em;
@@ -11963,6 +9198,12 @@ h4.result-item > a:hover {
11963
9198
  font-weight: 400;
11964
9199
  color: #424242; }
11965
9200
 
9201
+ .form-clear-searcher {
9202
+ margin: .5rem .5rem 0 .5rem; }
9203
+
9204
+ .search-list-item {
9205
+ margin-right: 3.5rem; }
9206
+
11966
9207
  /*
11967
9208
  # -----------------------------------------------------------------------------
11968
9209
  # ~/theme_uno/modules/_ssm.scss
@@ -12000,6 +9241,9 @@ h4.result-item > a:hover {
12000
9241
  .ssm-sub-menu {
12001
9242
  background: #212121; }
12002
9243
 
9244
+ span.ssm-btn-text {
9245
+ margin-top: 8px; }
9246
+
12003
9247
  #ssm-container ul {
12004
9248
  padding: 0;
12005
9249
  margin: 0; }
@@ -12100,74 +9344,3 @@ h4.result-item > a:hover {
12100
9344
  .container, .container-fluid {
12101
9345
  padding-right: 30px !important;
12102
9346
  /* space for ssm */ } }
12103
-
12104
- /*
12105
- # -----------------------------------------------------------------------------
12106
- # ~/theme_uno/modules/_toccer.scss (v4.11.2)
12107
- # Provides base styles for the toc navigation based on Tim Scanlin's Tocbot
12108
- #
12109
- # Product/Info:
12110
- # https://jekyll.one
12111
- # https://tscanlin.github.io/tocbot
12112
- #
12113
- # Copyright (C) 2016 Tim Scanlin
12114
- # Copyright (C) 2020 Juergen Adams
12115
- #
12116
- # J1 Template is licensed under MIT License.
12117
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
12118
- # Tocbot is licensed under MIT License.
12119
- # See: https://github.com/tscanlin/tocbot/blob/master/LICENSE
12120
- #
12121
- # -----------------------------------------------------------------------------
12122
- */
12123
- .toc {
12124
- overflow-y: auto; }
12125
-
12126
- .toc > .toc-list {
12127
- overflow: hidden;
12128
- position: relative; }
12129
-
12130
- .toc > .toc-list li {
12131
- list-style: none; }
12132
-
12133
- .toc-list {
12134
- margin: 0;
12135
- padding-left: 10px; }
12136
-
12137
- a.toc-link {
12138
- color: #757575;
12139
- height: 100%;
12140
- font-size: 1rem; }
12141
-
12142
- a.toc-link:hover {
12143
- color: #fafafa;
12144
- text-decoration: none;
12145
- font-weight: 700; }
12146
-
12147
- .is-collapsible {
12148
- max-height: 1000px;
12149
- overflow: hidden;
12150
- transition: all 300ms ease-in-out; }
12151
-
12152
- .is-collapsed {
12153
- max-height: 0; }
12154
-
12155
- .is-position-fixed {
12156
- position: fixed !important;
12157
- top: 0; }
12158
-
12159
- .is-active-link {
12160
- font-weight: 700; }
12161
-
12162
- .toc-link::before {
12163
- background-color: #E0E0E0;
12164
- content: ' ';
12165
- display: inline-block;
12166
- height: inherit;
12167
- left: 0;
12168
- margin-top: -1px;
12169
- position: absolute;
12170
- width: 2px; }
12171
-
12172
- .is-active-link::before {
12173
- background-color: #757575; }