j1-template 2020.0.13 → 2020.0.18

Sign up to get free protection for your applications and to get access to all the features.
Files changed (511) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/blocks/footer/boxes/about_box.proc +2 -2
  3. data/_includes/themes/j1/blocks/footer/boxes/links_box.proc +2 -2
  4. data/_includes/themes/j1/blocks/footer/boxes/news_box.proc +3 -3
  5. data/_includes/themes/j1/layouts/content_generator_page.html +23 -23
  6. data/_includes/themes/j1/layouts/content_generator_post.html +4 -2
  7. data/_includes/themes/j1/modules/navigator/procedures/topsearch.proc +2 -2
  8. data/_includes/themes/j1/procedures/global/create_word_cloud.proc +5 -2
  9. data/_includes/themes/j1/procedures/layouts/content_writer.proc +8 -9
  10. data/_includes/themes/j1/procedures/layouts/module_writer.proc +3 -13
  11. data/_includes/themes/j1/procedures/posts/collate_timeline.proc +10 -10
  12. data/_layouts/blog_archive.html +3 -3
  13. data/_layouts/default.html +60 -54
  14. data/_layouts/home.html +1 -1
  15. data/_layouts/page.html +2 -2
  16. data/_layouts/post.html +3 -3
  17. data/apps/public/cc/cc.yml +0 -2
  18. data/apps/public/cc/index.adoc +1 -5
  19. data/assets/data/authclient.html +35 -24
  20. data/assets/data/banner.html +4 -4
  21. data/assets/data/{cookie_consent.html → cookiebar.html} +76 -50
  22. data/assets/data/footer.html +1 -3
  23. data/assets/data/gallery_customizer.html +5 -5
  24. data/assets/data/jupyter/notebooks/_html/template.full.head.html +10 -10
  25. data/assets/data/jupyter/notebooks/_html/visualisation.html +11 -11
  26. data/assets/data/jupyter/notebooks/html/template.html +7 -7
  27. data/assets/data/jupyter/notebooks/html/visualisation.ok.html +12 -12
  28. data/assets/data/jupyter/notebooks/visualisation.ipynb +1 -1
  29. data/assets/data/menu.html +1 -1
  30. data/assets/data/mmenu.html +3 -3
  31. data/assets/data/mmenu_sidebar.html +1 -1
  32. data/assets/data/mmenu_toc.html +1 -1
  33. data/assets/data/panel.html +30 -31
  34. data/assets/data/quicklinks.html +23 -17
  35. data/assets/data/search.json +88 -84
  36. data/assets/data/ssm.html +1 -1
  37. data/assets/data/twa_v1.json +6978 -6980
  38. data/assets/themes/j1/adapter/js/algolia.js +16 -14
  39. data/assets/themes/j1/adapter/js/attic.js +25 -33
  40. data/assets/themes/j1/adapter/js/back2top.js +233 -0
  41. data/assets/themes/j1/adapter/js/carousel.js +15 -11
  42. data/assets/themes/j1/adapter/js/clipboard.js +20 -17
  43. data/assets/themes/j1/adapter/js/cookiebar.js +205 -0
  44. data/assets/themes/j1/adapter/js/framer.js +27 -19
  45. data/assets/themes/j1/adapter/js/gallery_customizer.js +220 -248
  46. data/assets/themes/j1/adapter/js/j1.js +304 -158
  47. data/assets/themes/j1/adapter/js/jf_gallery.js +21 -20
  48. data/assets/themes/j1/adapter/js/lightbox.js +9 -8
  49. data/assets/themes/j1/adapter/js/logger.js +3 -4
  50. data/assets/themes/j1/adapter/js/mdb.js +27 -30
  51. data/assets/themes/j1/adapter/js/mmenu.js +49 -51
  52. data/assets/themes/j1/adapter/js/navigator.js +167 -130
  53. data/assets/themes/j1/adapter/js/searcher.js +18 -12
  54. data/assets/themes/j1/adapter/js/ssm.js +83 -99
  55. data/assets/themes/j1/adapter/js/themer.js +74 -79
  56. data/assets/themes/j1/adapter/js/toccer.js +47 -15
  57. data/assets/themes/j1/core/css/animate.css +2382 -0
  58. data/assets/themes/j1/core/css/animate.min.css +7 -0
  59. data/assets/themes/j1/core/css/fontawesome.css +4415 -0
  60. data/assets/themes/j1/core/css/fontawesome.min.css +1 -0
  61. data/assets/themes/j1/core/css/iconify-icons.css +4106 -0
  62. data/assets/themes/j1/core/css/iconify-icons.min.css +1 -0
  63. data/assets/themes/j1/core/css/material-design-icons.css +14532 -0
  64. data/assets/themes/j1/core/css/material-design-icons.min.css +1 -0
  65. data/assets/themes/j1/core/css/theme_extensions.css +406 -1567
  66. data/assets/themes/j1/core/css/theme_extensions.min.css +1 -1
  67. data/assets/themes/j1/core/css/twemoji.css +9485 -0
  68. data/assets/themes/j1/core/css/twemoji.min.css +1 -0
  69. data/assets/themes/j1/core/css/uno.css +563 -1642
  70. data/assets/themes/j1/core/css/uno.min.css +1 -1
  71. data/assets/themes/j1/core/css/vendor.css +884 -33281
  72. data/assets/themes/j1/core/css/vendor.min.css +2 -9
  73. data/assets/themes/j1/core/js/template.js +26 -347
  74. data/assets/themes/j1/core/js/template.js.map +1 -1
  75. data/assets/themes/j1/core/js/template.min.js +1 -1
  76. data/assets/themes/j1/modules/backstretch/js/backstretch.js +1695 -0
  77. data/assets/themes/j1/modules/backstretch/js/backstretch.min.js +21 -0
  78. data/assets/themes/j1/modules/backstretch/js/backstretch.min.js.org +1 -0
  79. data/assets/themes/j1/modules/bmd/css/bootstrap-material-design.css +12177 -0
  80. data/assets/themes/j1/modules/bmd/css/bootstrap-material-design.min.css +8 -0
  81. data/assets/themes/j1/modules/bmd/js/bootstrap-material-design.js +6930 -0
  82. data/assets/themes/j1/modules/bmd/js/bootstrap-material-design.js.map +1 -0
  83. data/assets/themes/j1/modules/bmd/js/bootstrap-material-design.min.js +1 -0
  84. data/assets/themes/j1/modules/bootstrap/css/bootstrap.css +10278 -0
  85. data/assets/themes/j1/modules/bootstrap/css/bootstrap.css.map +1 -0
  86. data/assets/themes/j1/modules/bootstrap/css/bootstrap.min.css +7 -0
  87. data/assets/themes/j1/modules/bootstrap/css/bootstrap.min.css.map +1 -0
  88. data/assets/themes/j1/modules/bootstrap/js/bootstrap.js +4420 -0
  89. data/assets/themes/j1/modules/bootstrap/js/bootstrap.js.map +1 -0
  90. data/assets/themes/j1/modules/bootstrap/js/bootstrap.min.js +7 -0
  91. data/assets/themes/j1/modules/bootstrap/js/bootstrap.min.js.map +1 -0
  92. data/assets/themes/j1/{extensions → modules}/bsDatepicker/css/datepicker.css +1 -1
  93. data/assets/themes/j1/{extensions → modules}/bsDatepicker/css/theme/uno.css +1 -1
  94. data/assets/themes/j1/{extensions → modules}/bsDatepicker/js/datepicker.js +1 -1
  95. data/assets/themes/j1/{extensions → modules}/bsDatepicker/less/datepicker.less +0 -0
  96. data/assets/themes/j1/{extensions → modules}/bsThemeSwitcher/js/switcher.js +20 -10
  97. data/assets/themes/j1/{extensions → modules}/bsThemeSwitcher/js/switcher.min.js +1 -1
  98. data/assets/themes/j1/{extensions → modules}/carousel/css/carousel.css +1 -1
  99. data/assets/themes/j1/{extensions → modules}/carousel/css/carousel.min.css +1 -1
  100. data/assets/themes/j1/{extensions → modules}/carousel/css/carousel_transitions.css +1 -1
  101. data/assets/themes/j1/{extensions → modules}/carousel/css/carousel_transitions.min.css +1 -1
  102. data/assets/themes/j1/{extensions → modules}/carousel/css/theme/uno.css +1 -1
  103. data/assets/themes/j1/{extensions → modules}/carousel/css/theme/uno.min.css +1 -1
  104. data/assets/themes/j1/{extensions → modules}/carousel/images/ajax-loader.gif +0 -0
  105. data/assets/themes/j1/{extensions → modules}/carousel/images/grabbing.png +0 -0
  106. data/assets/themes/j1/{extensions → modules}/carousel/images/owl-logo.png +0 -0
  107. data/assets/themes/j1/{extensions → modules}/carousel/images/owl.video.play.png +0 -0
  108. data/assets/themes/j1/{extensions → modules}/carousel/js/carousel.js +0 -0
  109. data/assets/themes/j1/{extensions → modules}/carousel/js/carousel.min.js +0 -0
  110. data/assets/themes/j1/{extensions → modules}/clipboard/LICENSE +0 -0
  111. data/assets/themes/j1/{extensions → modules}/clipboard/css/theme/uno.css +1 -1
  112. data/assets/themes/j1/{extensions → modules}/clipboard/css/theme/uno.min.css +1 -1
  113. data/assets/themes/j1/{extensions → modules}/clipboard/js/clipboard.js +0 -0
  114. data/assets/themes/j1/{extensions → modules}/clipboard/js/clipboard.min.js +0 -0
  115. data/assets/themes/j1/{extensions → modules}/iconifyAPI/js/iconify.min.js +0 -0
  116. data/assets/themes/j1/{extensions → modules}/iframeResizer/LICENSE +0 -0
  117. data/assets/themes/j1/{extensions → modules}/iframeResizer/examples/frame.absolute.html +2 -5
  118. data/assets/themes/j1/{extensions → modules}/iframeResizer/examples/frame.content.html +17 -44
  119. data/assets/themes/j1/{extensions → modules}/iframeResizer/examples/frame.hover.html +2 -5
  120. data/assets/themes/j1/{extensions → modules}/iframeResizer/examples/frame.nested.html +5 -7
  121. data/assets/themes/j1/{extensions → modules}/iframeResizer/examples/frame.textarea.html +1 -1
  122. data/assets/themes/j1/{extensions → modules}/iframeResizer/examples/frame.tolerance.html +3 -5
  123. data/assets/themes/j1/{extensions → modules}/iframeResizer/examples/index.html +4 -3
  124. data/assets/themes/j1/{extensions → modules}/iframeResizer/examples/two.html +4 -3
  125. data/assets/themes/j1/{extensions → modules}/iframeResizer/js/client/iframeResizer.contentWindow.js +0 -0
  126. data/assets/themes/j1/{extensions → modules}/iframeResizer/js/client/iframeResizer.contentWindow.map +0 -0
  127. data/assets/themes/j1/{extensions → modules}/iframeResizer/js/client/iframeResizer.contentWindow.min.js +0 -0
  128. data/assets/themes/j1/{extensions → modules}/iframeResizer/js/iframeResizer.js +0 -0
  129. data/assets/themes/j1/{extensions → modules}/iframeResizer/js/iframeResizer.map +0 -0
  130. data/assets/themes/j1/{extensions → modules}/iframeResizer/js/iframeResizer.min.js +0 -0
  131. data/assets/themes/j1/modules/jekyllSearch/js/simple-jekyll-search.js +468 -0
  132. data/assets/themes/j1/modules/jekyllSearch/js/simple-jekyll-search.min.js +6 -0
  133. data/assets/themes/j1/{extensions → modules}/jqMouseWheel/README.md +0 -0
  134. data/assets/themes/j1/{extensions → modules}/jqMouseWheel/js/jquery.mousewheel.js +0 -0
  135. data/assets/themes/j1/{extensions → modules}/jqMouseWheel/js/jquery.mousewheel.min.js +0 -0
  136. data/assets/themes/j1/modules/jquery/js/jquery.js +10869 -0
  137. data/assets/themes/j1/modules/jquery/js/jquery.min.js +2 -0
  138. data/assets/themes/j1/{extensions → modules}/justifiedGallery/LICENSE +0 -0
  139. data/assets/themes/j1/{extensions → modules}/justifiedGallery/README.md +0 -0
  140. data/assets/themes/j1/{extensions → modules}/justifiedGallery/_versions/v3.7.0/css/justifiedGallery.css +0 -0
  141. data/assets/themes/j1/{extensions → modules}/justifiedGallery/_versions/v3.7.0/css/justifiedGallery.min.css +0 -0
  142. data/assets/themes/j1/{extensions/justifiedGallery/_versions/v4.0.0 → modules/justifiedGallery/_versions/v3.7.0}/css/theme/uno.css +1 -1
  143. data/assets/themes/j1/{extensions → modules}/justifiedGallery/_versions/v3.7.0/js/justifiedGallery.3.7.0.js +0 -0
  144. data/assets/themes/j1/{extensions → modules}/justifiedGallery/_versions/v3.7.0/js/justifiedGallery.js +0 -0
  145. data/assets/themes/j1/{extensions → modules}/justifiedGallery/_versions/v3.7.0/js/justifiedGallery.min.js +0 -0
  146. data/assets/themes/j1/{extensions → modules}/justifiedGallery/_versions/v3.7.0/less/.csslintrc +0 -0
  147. data/assets/themes/j1/{extensions → modules}/justifiedGallery/_versions/v3.7.0/less/justifiedGallery.less +0 -0
  148. data/assets/themes/j1/{extensions → modules}/justifiedGallery/_versions/v4.0.0/css/justifiedGallery.css +0 -0
  149. data/assets/themes/j1/{extensions → modules}/justifiedGallery/_versions/v4.0.0/css/justifiedGallery.min.css +0 -0
  150. data/assets/themes/j1/{extensions/justifiedGallery/_versions/v3.7.0 → modules/justifiedGallery/_versions/v4.0.0}/css/theme/uno.css +1 -1
  151. data/assets/themes/j1/{extensions → modules}/justifiedGallery/_versions/v4.0.0/js/jquery.justifiedGallery.js +0 -0
  152. data/assets/themes/j1/{extensions → modules}/justifiedGallery/_versions/v4.0.0/js/jquery.justifiedGallery.min.js +0 -0
  153. data/assets/themes/j1/{extensions → modules}/justifiedGallery/css/justifiedGallery.css +0 -0
  154. data/assets/themes/j1/{extensions → modules}/justifiedGallery/css/justifiedGallery.min.css +0 -0
  155. data/assets/themes/j1/{extensions → modules}/justifiedGallery/css/theme/uno.css +1 -1
  156. data/assets/themes/j1/{extensions → modules}/justifiedGallery/css/theme/uno.min.css +1 -1
  157. data/assets/themes/j1/{extensions → modules}/justifiedGallery/js/justifiedGallery.js +0 -0
  158. data/assets/themes/j1/{extensions → modules}/justifiedGallery/js/justifiedGallery.min.js +0 -0
  159. data/assets/themes/j1/{extensions → modules}/lightGallery/css/core/lg-fb-comment-box.css +0 -0
  160. data/assets/themes/j1/{extensions → modules}/lightGallery/css/core/lg-fb-comment-box.min.css +0 -0
  161. data/assets/themes/j1/{extensions → modules}/lightGallery/css/core/lg-transitions.css +0 -0
  162. data/assets/themes/j1/{extensions → modules}/lightGallery/css/core/lg-transitions.min.css +0 -0
  163. data/assets/themes/j1/{extensions → modules}/lightGallery/css/core/lightgallery.css +0 -0
  164. data/assets/themes/j1/{extensions → modules}/lightGallery/css/core/lightgallery.min.css +0 -0
  165. data/assets/themes/j1/{extensions → modules}/lightGallery/css/fonts/lg.eot +0 -0
  166. data/assets/themes/j1/{extensions → modules}/lightGallery/css/fonts/lg.svg +0 -0
  167. data/assets/themes/j1/{extensions → modules}/lightGallery/css/fonts/lg.ttf +0 -0
  168. data/assets/themes/j1/{extensions → modules}/lightGallery/css/fonts/lg.woff +0 -0
  169. data/assets/themes/j1/{extensions → modules}/lightGallery/css/img/loading.gif +0 -0
  170. data/assets/themes/j1/{extensions → modules}/lightGallery/css/img/video-play.png +0 -0
  171. data/assets/themes/j1/{extensions → modules}/lightGallery/css/img/vimeo-play.png +0 -0
  172. data/assets/themes/j1/{extensions → modules}/lightGallery/css/img/youtube-play.png +0 -0
  173. data/assets/themes/j1/{extensions → modules}/lightGallery/css/themes/icons/animation-w.png +0 -0
  174. data/assets/themes/j1/{extensions → modules}/lightGallery/css/themes/icons/customize-w.png +0 -0
  175. data/assets/themes/j1/{extensions → modules}/lightGallery/css/themes/icons/dynamic-w.png +0 -0
  176. data/assets/themes/j1/{extensions → modules}/lightGallery/css/themes/icons/facebook-icon.svg +0 -0
  177. data/assets/themes/j1/{extensions → modules}/lightGallery/css/themes/icons/googleplus-icon.svg +0 -0
  178. data/assets/themes/j1/{extensions → modules}/lightGallery/css/themes/icons/html5-w.png +0 -0
  179. data/assets/themes/j1/{extensions → modules}/lightGallery/css/themes/icons/linked-in.png +0 -0
  180. data/assets/themes/j1/{extensions → modules}/lightGallery/css/themes/icons/module-w.png +0 -0
  181. data/assets/themes/j1/{extensions → modules}/lightGallery/css/themes/icons/play-button.png +0 -0
  182. data/assets/themes/j1/{extensions → modules}/lightGallery/css/themes/icons/responsive-w.png +0 -0
  183. data/assets/themes/j1/{extensions → modules}/lightGallery/css/themes/icons/thumb-w.png +0 -0
  184. data/assets/themes/j1/{extensions → modules}/lightGallery/css/themes/icons/touch-w.png +0 -0
  185. data/assets/themes/j1/{extensions → modules}/lightGallery/css/themes/icons/twitter-icon.svg +0 -0
  186. data/assets/themes/j1/{extensions → modules}/lightGallery/css/themes/icons/twitter.png +0 -0
  187. data/assets/themes/j1/{extensions → modules}/lightGallery/css/themes/icons/video1-w.png +0 -0
  188. data/assets/themes/j1/{extensions → modules}/lightGallery/css/themes/icons/zoom-w.png +0 -0
  189. data/assets/themes/j1/{extensions → modules}/lightGallery/css/themes/icons/zoom.png +0 -0
  190. data/assets/themes/j1/{extensions → modules}/lightGallery/css/themes/uno.css +1 -1
  191. data/assets/themes/j1/{extensions → modules}/lightGallery/css/themes/uno.min.css +1 -1
  192. data/assets/themes/j1/{extensions → modules}/lightGallery/js/core/lightgallery.js +0 -0
  193. data/assets/themes/j1/{extensions → modules}/lightGallery/js/core/lightgallery.min.js +0 -0
  194. data/assets/themes/j1/{extensions → modules}/lightGallery/js/modules/j1/j1-video.js +0 -0
  195. data/assets/themes/j1/{extensions → modules}/lightGallery/js/modules/j1/j1-video.min.js +0 -0
  196. data/assets/themes/j1/{extensions → modules}/lightGallery/js/modules/lg-autoplay.js +0 -0
  197. data/assets/themes/j1/{extensions → modules}/lightGallery/js/modules/lg-autoplay.min.js +0 -0
  198. data/assets/themes/j1/{extensions → modules}/lightGallery/js/modules/lg-fullscreen.js +0 -0
  199. data/assets/themes/j1/{extensions → modules}/lightGallery/js/modules/lg-fullscreen.min.js +0 -0
  200. data/assets/themes/j1/{extensions → modules}/lightGallery/js/modules/lg-hash.js +0 -0
  201. data/assets/themes/j1/{extensions → modules}/lightGallery/js/modules/lg-hash.min.js +0 -0
  202. data/assets/themes/j1/{extensions → modules}/lightGallery/js/modules/lg-pager.js +0 -0
  203. data/assets/themes/j1/{extensions → modules}/lightGallery/js/modules/lg-pager.min.js +0 -0
  204. data/assets/themes/j1/{extensions → modules}/lightGallery/js/modules/lg-share.js +0 -0
  205. data/assets/themes/j1/{extensions → modules}/lightGallery/js/modules/lg-share.min.js +0 -0
  206. data/assets/themes/j1/{extensions → modules}/lightGallery/js/modules/lg-thumbnail.js +0 -0
  207. data/assets/themes/j1/{extensions → modules}/lightGallery/js/modules/lg-thumbnail.min.js +0 -0
  208. data/assets/themes/j1/{extensions → modules}/lightGallery/js/modules/lg-video.js +0 -0
  209. data/assets/themes/j1/{extensions → modules}/lightGallery/js/modules/lg-video.min.js +0 -0
  210. data/assets/themes/j1/{extensions → modules}/lightGallery/js/modules/lg-zoom.js +0 -0
  211. data/assets/themes/j1/{extensions → modules}/lightGallery/js/modules/lg-zoom.min.js +0 -0
  212. data/assets/themes/j1/{extensions → modules}/lightbox/LICENSE +0 -0
  213. data/assets/themes/j1/{extensions → modules}/lightbox/css/lightbox.css +1 -1
  214. data/assets/themes/j1/{extensions → modules}/lightbox/css/lightbox.min.css +1 -1
  215. data/assets/themes/j1/{extensions → modules}/lightbox/css/theme/uno.css +1 -1
  216. data/assets/themes/j1/{extensions → modules}/lightbox/css/theme/uno.min.css +1 -1
  217. data/assets/themes/j1/{extensions → modules}/lightbox/images/close.png +0 -0
  218. data/assets/themes/j1/{extensions → modules}/lightbox/images/loading.gif +0 -0
  219. data/assets/themes/j1/{extensions → modules}/lightbox/images/next.png +0 -0
  220. data/assets/themes/j1/{extensions → modules}/lightbox/images/prev.png +0 -0
  221. data/assets/themes/j1/{extensions → modules}/lightbox/js/lightbox.js +0 -0
  222. data/assets/themes/j1/{extensions → modules}/lightbox/js/lightbox.min.js +0 -0
  223. data/assets/themes/j1/{extensions → modules}/mmenuLight/css/mmenu.css +1 -1
  224. data/assets/themes/j1/{extensions → modules}/mmenuLight/css/mmenu.min.css +0 -0
  225. data/assets/themes/j1/{extensions/mmenuLight/css/theme/uno.min.css → modules/mmenuLight/css/theme/uno.css} +21 -12
  226. data/assets/themes/j1/{extensions/mmenuLight/css/theme/uno.css → modules/mmenuLight/css/theme/uno.min.css} +2 -2
  227. data/assets/themes/j1/modules/mmenuLight/js/mmenu.js +563 -0
  228. data/assets/themes/j1/{extensions/mmenuLight/js/mmenu.js → modules/mmenuLight/js/mmenu.min.js} +1 -1
  229. data/assets/themes/j1/{extensions → modules}/noUISlider/LICENSE +0 -0
  230. data/assets/themes/j1/{extensions → modules}/noUISlider/css/nouislider.css +0 -0
  231. data/assets/themes/j1/{extensions → modules}/noUISlider/css/nouislider.min.css +0 -0
  232. data/assets/themes/j1/{extensions → modules}/noUISlider/js/nouislider.js +0 -0
  233. data/assets/themes/j1/{extensions → modules}/noUISlider/js/nouislider.min.js +0 -0
  234. data/assets/themes/j1/modules/polyfills/js/msie.js +140 -0
  235. data/assets/themes/j1/modules/popper/js/popper.js +2623 -0
  236. data/assets/themes/j1/modules/popper/js/popper.js.map +1 -0
  237. data/assets/themes/j1/modules/popper/js/popper.min.js +4 -0
  238. data/assets/themes/j1/modules/popper/js/popper.min.js.map +1 -0
  239. data/assets/themes/j1/{extensions → modules}/rouge/css/base16.dark/theme.css +0 -0
  240. data/assets/themes/j1/{extensions → modules}/rouge/css/base16.light/theme.css +0 -0
  241. data/assets/themes/j1/{extensions → modules}/rouge/css/base16.monokai.dark/theme.css +0 -0
  242. data/assets/themes/j1/{extensions → modules}/rouge/css/base16.monokai.light/theme.css +0 -0
  243. data/assets/themes/j1/{extensions → modules}/rouge/css/base16.monokai/theme.css +0 -0
  244. data/assets/themes/j1/{extensions → modules}/rouge/css/base16.solarized.dark/theme.css +0 -0
  245. data/assets/themes/j1/{extensions → modules}/rouge/css/base16.solarized.light/theme.css +0 -0
  246. data/assets/themes/j1/{extensions → modules}/rouge/css/base16.solarized/theme.css +0 -0
  247. data/assets/themes/j1/{extensions → modules}/rouge/css/base16/theme.css +0 -0
  248. data/assets/themes/j1/{extensions → modules}/rouge/css/colorful/theme.css +0 -0
  249. data/assets/themes/j1/{extensions → modules}/rouge/css/github/theme.css +0 -0
  250. data/assets/themes/j1/{extensions → modules}/rouge/css/gruvbox.dark/theme.css +0 -0
  251. data/assets/themes/j1/{extensions → modules}/rouge/css/gruvbox.light/theme.css +0 -0
  252. data/assets/themes/j1/{extensions → modules}/rouge/css/gruvbox/theme.css +0 -0
  253. data/assets/themes/j1/{extensions → modules}/rouge/css/igorpro/theme.css +0 -0
  254. data/assets/themes/j1/{extensions → modules}/rouge/css/molokai/theme.css +0 -0
  255. data/assets/themes/j1/{extensions → modules}/rouge/css/monokai.sublime/theme.css +0 -0
  256. data/assets/themes/j1/{extensions → modules}/rouge/css/monokai/theme.css +0 -0
  257. data/assets/themes/j1/{extensions → modules}/rouge/css/pastie/theme.css +0 -0
  258. data/assets/themes/j1/{extensions → modules}/rouge/css/thankful_eyes/theme.css +0 -0
  259. data/assets/themes/j1/{extensions → modules}/rouge/css/tulip/theme.css +0 -0
  260. data/assets/themes/j1/modules/tocbot/css/theme/uno.css +89 -0
  261. data/assets/themes/j1/modules/tocbot/css/theme/uno.min.css +89 -0
  262. data/assets/themes/j1/modules/tocbot/css/tocbot.css +75 -0
  263. data/assets/themes/j1/modules/tocbot/css/tocbot.min.css +19 -0
  264. data/assets/themes/j1/modules/tocbot/js/tocbot.js +19 -0
  265. data/assets/themes/j1/modules/tocbot/js/tocbot.min.js +19 -0
  266. data/assets/themes/j1/{extensions → modules}/twemoji/js/LICENSE +0 -0
  267. data/assets/themes/j1/{extensions → modules}/twemoji/js/picker/LICENSE +0 -0
  268. data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.js +275 -0
  269. data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.min.js +275 -0
  270. data/assets/themes/j1/{extensions → modules}/twemoji/js/twemoji.js +0 -1
  271. data/assets/themes/j1/modules/twemoji/js/twemoji.min.js +25 -0
  272. data/assets/themes/j1/modules/util/js/js.cookie.js +163 -0
  273. data/assets/themes/j1/modules/util/js/lite-url.js +203 -0
  274. data/assets/themes/j1/modules/util/js/lite-url.min.js +7 -0
  275. data/assets/themes/j1/modules/util/js/log4javascript.js +264 -0
  276. data/assets/themes/j1/modules/util/js/platform.js +1260 -0
  277. data/assets/themes/j1/{extensions → modules}/videojs/css/themes/city.css +0 -0
  278. data/assets/themes/j1/{extensions → modules}/videojs/css/themes/city.min.css +0 -0
  279. data/assets/themes/j1/{extensions → modules}/videojs/css/themes/fantasy.css +0 -0
  280. data/assets/themes/j1/{extensions → modules}/videojs/css/themes/fantasy.min.css +0 -0
  281. data/assets/themes/j1/{extensions → modules}/videojs/css/themes/forest.css +0 -0
  282. data/assets/themes/j1/{extensions → modules}/videojs/css/themes/forest.min.css +0 -0
  283. data/assets/themes/j1/{extensions → modules}/videojs/css/themes/sea.css +0 -0
  284. data/assets/themes/j1/{extensions → modules}/videojs/css/themes/sea.min.css +0 -0
  285. data/assets/themes/j1/{extensions → modules}/videojs/css/video-js.css +0 -0
  286. data/assets/themes/j1/{extensions → modules}/videojs/css/video-js.min.css +0 -0
  287. data/assets/themes/j1/{extensions → modules}/videojs/js/video.js +0 -0
  288. data/assets/themes/j1/{extensions → modules}/videojs/js/video.min.js +0 -0
  289. data/assets/themes/j1/{extensions → modules}/vimeo/froogaloop/js/froogaloop2.min.js +0 -0
  290. data/assets/themes/j1/{extensions → modules}/vimeo/player/js/player.js +0 -0
  291. data/assets/themes/j1/{extensions → modules}/vimeo/player/js/player.js.map +0 -0
  292. data/assets/themes/j1/{extensions → modules}/vimeo/player/js/player.min.js +0 -0
  293. data/assets/themes/j1/{extensions → modules}/vimeo/player/js/player.min.js.map +0 -0
  294. data/lib/j1/version.rb +3 -3
  295. data/lib/j1_app/j1_auth_manager/views/auth_manager_ui.erb +391 -389
  296. data/lib/starter_web/Gemfile +20 -13
  297. data/lib/starter_web/_config.yml +2 -2
  298. data/lib/starter_web/_data/apps/carousel.yml +6 -7
  299. data/lib/starter_web/_data/apps/defaults/carousel.yml +2 -3
  300. data/lib/starter_web/_data/apps/defaults/gallery_customizer.yml +1 -2
  301. data/lib/starter_web/_data/apps/defaults/justified_gallery.yml +1 -2
  302. data/lib/starter_web/_data/apps/defaults/light_gallery.yml +1 -2
  303. data/lib/starter_web/_data/apps/defaults/lightbox.yml +1 -2
  304. data/lib/starter_web/_data/apps/gallery_customizer.yml +1 -2
  305. data/lib/starter_web/_data/apps/justified_gallery.yml +4 -5
  306. data/lib/starter_web/_data/apps/light_gallery.yml +1 -2
  307. data/lib/starter_web/_data/apps/lightbox.yml +1 -2
  308. data/lib/starter_web/_data/blocks/banner.yml +3 -4
  309. data/lib/starter_web/_data/blocks/defaults/banner.yml +3 -4
  310. data/lib/starter_web/_data/blocks/defaults/footer.yml +1 -2
  311. data/lib/starter_web/_data/blocks/defaults/panel.yml +3 -4
  312. data/lib/starter_web/_data/blocks/footer.yml +1 -2
  313. data/lib/starter_web/_data/blocks/panel.yml +14 -15
  314. data/lib/starter_web/_data/builder/blog_navigator.yml +1 -2
  315. data/lib/starter_web/_data/layouts/app.yml +1 -2
  316. data/lib/starter_web/_data/layouts/blog_archive.yml +1 -2
  317. data/lib/starter_web/_data/layouts/collection.yml +1 -2
  318. data/lib/starter_web/_data/layouts/home.yml +5 -6
  319. data/lib/starter_web/_data/layouts/post.yml +1 -2
  320. data/lib/starter_web/_data/layouts/raw.yml +1 -2
  321. data/lib/starter_web/_data/modules/advertising.yml +0 -1
  322. data/lib/starter_web/_data/modules/attics.yml +0 -1
  323. data/lib/starter_web/_data/modules/authentication.yml +0 -1
  324. data/lib/starter_web/_data/modules/{cookie_consent.yml → back2top.yml} +7 -13
  325. data/lib/starter_web/_data/modules/cookiebar.yml +2 -2
  326. data/lib/starter_web/_data/modules/defaults/attics.yml +5 -3
  327. data/lib/starter_web/_data/modules/defaults/authentication.yml +8 -10
  328. data/lib/starter_web/_data/modules/defaults/back2top.yml +146 -0
  329. data/lib/starter_web/_data/modules/defaults/cookiebar.yml +101 -50
  330. data/lib/starter_web/_data/modules/defaults/framer.yml +1 -3
  331. data/lib/starter_web/_data/modules/defaults/jekyll_search.yml +4 -2
  332. data/lib/starter_web/_data/modules/defaults/log4javascript.yml +4 -5
  333. data/lib/starter_web/_data/modules/defaults/log4r.yml +1 -2
  334. data/lib/starter_web/_data/modules/defaults/navigator.yml +16 -14
  335. data/lib/starter_web/_data/modules/defaults/stickybits.yml +1 -2
  336. data/lib/starter_web/_data/modules/defaults/themer.yml +1 -2
  337. data/lib/starter_web/_data/modules/defaults/toccer.yml +1 -2
  338. data/lib/starter_web/_data/modules/framer.yml +1 -2
  339. data/lib/starter_web/_data/modules/log4javascript.yml +4 -5
  340. data/lib/starter_web/_data/modules/log4r.yml +1 -2
  341. data/lib/starter_web/_data/modules/navigator_menu.yml +6 -7
  342. data/lib/starter_web/_data/modules/themer.yml +9 -9
  343. data/lib/starter_web/_data/modules/toccer.yml +1 -1
  344. data/lib/starter_web/_data/resources.yml +267 -170
  345. data/lib/starter_web/_data/template_settings.yml +11 -10
  346. data/lib/starter_web/_data/utilities/util_srv.yml +1 -1
  347. data/lib/starter_web/_plugins/asciidoctor-extensions/banner.rb +43 -0
  348. data/lib/starter_web/_plugins/asciidoctor-extensions/panel.rb +43 -0
  349. data/lib/starter_web/_plugins/{asciidoctor-extensions/lorem-inline.rb → lorem-inline.rb} +0 -0
  350. data/lib/starter_web/assets/images/modules/attics/aditya-joshi-1920x1280.jpg +0 -0
  351. data/lib/starter_web/assets/images/modules/attics/admin-dashboard-bootstrap-1280x600.jpg +0 -0
  352. data/lib/starter_web/assets/images/modules/attics/alex-holyoake-1920x1280.jpg +0 -0
  353. data/lib/starter_web/assets/images/modules/attics/anaya-katlego-1920x1280.jpg +0 -0
  354. data/lib/starter_web/assets/images/modules/attics/antonella-lombardi-1920x1280.jpg +0 -0
  355. data/lib/starter_web/assets/images/modules/attics/antonino-visalli-1920x1280.jpg +0 -0
  356. data/lib/starter_web/assets/images/modules/attics/banner/library-1920x800-bw.jpg +0 -0
  357. data/lib/starter_web/assets/images/modules/attics/banner/signpost-1920x800-bw.jpg +0 -0
  358. data/lib/starter_web/assets/images/modules/attics/banner/water-journal-1280x600.jpg +0 -0
  359. data/lib/starter_web/assets/images/modules/attics/banner/write-1280x600-bw.jpg +0 -0
  360. data/lib/starter_web/assets/images/modules/attics/brandon-mowinkel-1920x1280.jpg +0 -0
  361. data/lib/starter_web/assets/images/modules/attics/building-blocks-1920x1280-bw.jpg +0 -0
  362. data/lib/starter_web/assets/images/modules/attics/cookies-1920x1200-bw.jpg +0 -0
  363. data/lib/starter_web/assets/images/modules/attics/daniel-jensen-1920x1280.jpg +0 -0
  364. data/lib/starter_web/assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg +0 -0
  365. data/lib/starter_web/assets/images/modules/attics/go-up-1920x1280-bw.jpg +0 -0
  366. data/lib/starter_web/assets/images/modules/attics/ian-schneider-1920x1280.jpg +0 -0
  367. data/lib/starter_web/assets/images/modules/attics/ideas-start-here-1920x1280-bw.jpg +0 -0
  368. data/lib/starter_web/assets/images/modules/attics/jason-rosewell-1920x1280.jpg +0 -0
  369. data/lib/starter_web/assets/images/modules/attics/jessica-ruscello-1920x1280.jpg +0 -0
  370. data/lib/starter_web/assets/images/modules/attics/lianhao-1920x1280.jpg +0 -0
  371. data/lib/starter_web/assets/images/modules/attics/library-1920x1280-bw.jpg +0 -0
  372. data/lib/starter_web/assets/images/modules/attics/mae-mue-1920x1280-v.jpg +0 -0
  373. data/lib/starter_web/assets/images/modules/attics/mae-mue-1920x1280.jpg +0 -0
  374. data/lib/starter_web/assets/images/modules/attics/matthaeus-1920x1280.jpg +0 -0
  375. data/lib/starter_web/assets/images/modules/attics/nousnou-iwasaki-1920x1280.jpg +0 -0
  376. data/lib/starter_web/assets/images/modules/attics/premium-1920x1280-bw.jpg +0 -0
  377. data/lib/starter_web/assets/images/modules/attics/robert-v-ruggiero-1920x1280.jpg +0 -0
  378. data/lib/starter_web/assets/images/modules/attics/romain-vignes-1920x1280.jpg +0 -0
  379. data/lib/starter_web/assets/images/modules/attics/runner-1920x1200-bw.jpg +0 -0
  380. data/lib/starter_web/assets/images/modules/attics/spider-web-1920x1200-bw.jpg +0 -0
  381. data/lib/starter_web/assets/images/modules/attics/the-place-1920x1280-bw.jpg +0 -0
  382. data/lib/starter_web/assets/images/modules/attics/welcome-1920x1280-bw.jpg +0 -0
  383. data/lib/starter_web/assets/images/modules/carousel/cats/cat-1.jpg +0 -0
  384. data/lib/starter_web/assets/images/modules/carousel/cats/cat-2.jpg +0 -0
  385. data/lib/starter_web/assets/images/modules/carousel/cats/cat-3.jpg +0 -0
  386. data/lib/starter_web/assets/images/modules/carousel/cats/cat-4.jpg +0 -0
  387. data/lib/starter_web/assets/images/modules/carousel/cats/cat-5.jpg +0 -0
  388. data/lib/starter_web/assets/images/modules/carousel/cats/cat-6.jpg +0 -0
  389. data/lib/starter_web/assets/images/modules/carousel/cats/cat-7.jpg +0 -0
  390. data/lib/starter_web/assets/images/modules/carousel/cats/cat-8.jpg +0 -0
  391. data/lib/starter_web/assets/images/modules/carousel/mega_cities/andreas-brucker_b.jpg +0 -0
  392. data/lib/starter_web/assets/images/modules/carousel/mega_cities/denys-nevozhai-1_b.jpg +0 -0
  393. data/lib/starter_web/assets/images/modules/carousel/mega_cities/denys-nevozhai-2_b.jpg +0 -0
  394. data/lib/starter_web/assets/images/modules/carousel/mega_cities/luca-bravo_b.jpg +0 -0
  395. data/lib/starter_web/assets/images/modules/carousel/mega_cities/thomas-tucker_b.jpg +0 -0
  396. data/lib/starter_web/assets/images/modules/gallery/mega_cities/andreas-brucker_b.jpg +0 -0
  397. data/lib/starter_web/assets/images/modules/gallery/mega_cities/banter-snaps_b.jpg +0 -0
  398. data/lib/starter_web/assets/images/modules/gallery/mega_cities/denys-nevozhai-1_b.jpg +0 -0
  399. data/lib/starter_web/assets/images/modules/gallery/mega_cities/denys-nevozhai-2-bw.jpg +0 -0
  400. data/lib/starter_web/assets/images/modules/gallery/mega_cities/denys-nevozhai-2_b.jpg +0 -0
  401. data/lib/starter_web/assets/images/modules/gallery/mega_cities/emmad-mazhari_b.jpg +0 -0
  402. data/lib/starter_web/assets/images/modules/gallery/mega_cities/ethan-brooke_b.jpg +0 -0
  403. data/lib/starter_web/assets/images/modules/gallery/mega_cities/federico-rizzarelli_b.jpg +0 -0
  404. data/lib/starter_web/assets/images/modules/gallery/mega_cities/gints-gailis_b.jpg +0 -0
  405. data/lib/starter_web/assets/images/modules/gallery/mega_cities/johan-mouchet_b.jpg +0 -0
  406. data/lib/starter_web/assets/images/modules/gallery/mega_cities/luca-bravo_b.jpg +0 -0
  407. data/lib/starter_web/assets/images/modules/gallery/mega_cities/oskars-sylwan_b.jpg +0 -0
  408. data/lib/starter_web/assets/images/modules/gallery/mega_cities/steven-diaz_b.jpg +0 -0
  409. data/lib/starter_web/assets/images/modules/gallery/mega_cities/thomas-tucker-bw.jpg +0 -0
  410. data/lib/starter_web/assets/images/modules/gallery/mega_cities/thomas-tucker_b.jpg +0 -0
  411. data/lib/starter_web/assets/images/modules/lightbox/close.png +0 -0
  412. data/lib/starter_web/assets/images/modules/lightbox/loading.gif +0 -0
  413. data/lib/starter_web/assets/images/modules/lightbox/next.png +0 -0
  414. data/lib/starter_web/assets/images/modules/lightbox/prev.png +0 -0
  415. data/lib/starter_web/assets/images/pages/material/apple-touch-icon.png +0 -0
  416. data/lib/starter_web/assets/images/pages/roundtrip/100_present_images/lightbox-image-1.jpg +0 -0
  417. data/lib/starter_web/assets/images/pages/roundtrip/100_present_images/lightbox-image-2.jpg +0 -0
  418. data/lib/starter_web/assets/images/pages/roundtrip/100_present_images/lightbox-image-3.jpg +0 -0
  419. data/lib/starter_web/assets/images/pages/roundtrip/bootstrap-1920x1000-bw.jpg +0 -0
  420. data/lib/starter_web/assets/images/pages/roundtrip/cards-1920x1280-bw.jpg +0 -0
  421. data/lib/starter_web/assets/images/pages/roundtrip/emojies-1920x1280-bw.jpg +0 -0
  422. data/lib/starter_web/assets/images/pages/roundtrip/icon-fonts-1920x1280-bw.jpg +0 -0
  423. data/lib/starter_web/assets/images/pages/roundtrip/images-1920x1280-bw.jpg +0 -0
  424. data/lib/starter_web/assets/images/pages/roundtrip/puzzle-1920x1280-bw.jpg +0 -0
  425. data/lib/starter_web/assets/images/pages/roundtrip/tables-1920x1280-bw.jpg +0 -0
  426. data/lib/starter_web/assets/images/pages/roundtrip/themes-1920x1280-bw.jpg +0 -0
  427. data/lib/starter_web/assets/images/pages/roundtrip/typography-1920x1280-bw.jpg +0 -0
  428. data/lib/starter_web/assets/videos/gallery/adriana-lima-poster.jpg +0 -0
  429. data/lib/starter_web/assets/videos/gallery/kick-it-old-school-poster.jpg +0 -0
  430. data/lib/starter_web/assets/videos/gallery/video1-poster.jpg +0 -0
  431. data/lib/starter_web/assets/videos/gallery/video2-poster.jpg +0 -0
  432. data/lib/starter_web/assets/videos/gallery/video2-thumb.jpg +0 -0
  433. data/lib/starter_web/assets/videos/headers/still/underground-broadway.jpg +0 -0
  434. data/lib/starter_web/assets/videos/headers/still/victoria-oskolovich-on-vimeo.jpg +0 -0
  435. data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1-template.adoc.erb +3 -4
  436. data/lib/starter_web/collections/posts/public/featured/_posts/2018-05-01-confusion-about-base-url.adoc +1 -1
  437. data/lib/starter_web/collections/posts/public/featured/_posts/2019-05-01-top-open-source-static-site-generators.adoc +17 -17
  438. data/lib/starter_web/collections/posts/public/featured/_posts/2019-06-01-about-cookies.adoc +36 -40
  439. data/lib/starter_web/collections/posts/public/series/_posts/2018-11-01-docker-using-shared-folders.adoc +4 -6
  440. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-20-minneapolis.adoc +1 -3
  441. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-24-narcisse-snake-dens.adoc +3 -3
  442. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-26-columbia-river.adoc +4 -4
  443. data/lib/starter_web/index.html +3 -5
  444. data/lib/starter_web/package.json +11 -11
  445. data/lib/starter_web/pages/{public → protected}/site_search.adoc +2 -2
  446. data/lib/starter_web/pages/public/blog/navigator/archive.html +24 -18
  447. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +39 -34
  448. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +43 -30
  449. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +29 -29
  450. data/lib/starter_web/pages/public/blog/navigator/index.html +2 -2
  451. data/lib/starter_web/pages/public/learn/examples/floating_div.adoc +1 -1
  452. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/100_meet_and_greet_jekyll.adoc +1 -0
  453. data/lib/starter_web/pages/public/learn/roundtrip/000_bs_tour.1.asciidoc +1 -2
  454. data/lib/starter_web/pages/public/learn/roundtrip/000_bs_tour.adoc +1 -2
  455. data/lib/starter_web/pages/public/learn/roundtrip/000_bs_tour_api.adoc +16 -18
  456. data/lib/starter_web/pages/public/learn/roundtrip/000_includes/attributes.asciidoc +3 -3
  457. data/lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/410_bottom_info.asciidoc +5 -2
  458. data/lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/410_bottom_left_warning.asciidoc +2 -2
  459. data/lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/410_bottom_right_danger.asciidoc +2 -2
  460. data/lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/410_central_success.asciidoc +2 -2
  461. data/lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/410_full_height_left_info.asciidoc +2 -2
  462. data/lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/410_full_height_right_success.asciidoc +2 -2
  463. data/lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/410_top_info.asciidoc +3 -3
  464. data/lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/410_top_left_info.asciidoc +2 -2
  465. data/lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/410_top_right_success.asciidoc +2 -2
  466. data/lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/419_advanced_modals_demo.asciidoc +337 -0
  467. data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +2 -2
  468. data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +15 -12
  469. data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +2 -2
  470. data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +1 -1
  471. data/lib/starter_web/pages/public/learn/roundtrip/410_bs_modals_extentions.adoc +10 -37
  472. data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +2 -2
  473. data/lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc +20 -22
  474. data/lib/starter_web/pages/public/{previewer/mdb_preview → learn/roundtrip/510_mdb_preview}/000_includes/attributes.asciidoc +0 -0
  475. data/lib/starter_web/pages/public/{previewer/mdb_preview → learn/roundtrip/510_mdb_preview}/000_includes/documents/100_buttons.asciidoc +0 -0
  476. data/lib/starter_web/pages/public/{previewer/mdb_preview → learn/roundtrip/510_mdb_preview}/mdb_previewer.adoc +0 -0
  477. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/attributes.asciidoc +1 -1
  478. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/410_bottom_info.asciidoc +1 -1
  479. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/410_bottom_left_warning.asciidoc +1 -1
  480. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/410_bottom_right_danger.asciidoc +1 -1
  481. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/410_central_success.asciidoc +1 -1
  482. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/410_full_height_left_info.asciidoc +1 -1
  483. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/410_full_height_right_success.asciidoc +1 -1
  484. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/410_top_info.asciidoc +1 -1
  485. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/410_top_left_info.asciidoc +1 -1
  486. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/410_top_right_success.asciidoc +1 -1
  487. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/419_advanced_modals_html.asciidoc +5 -5
  488. data/lib/starter_web/pages/public/learn/whats_up.adoc +1 -2
  489. data/lib/starter_web/pages/public/legal/de/300_privacy.adoc +1 -1
  490. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +2 -2
  491. data/lib/starter_web/pages/public/previewer/bootstrap_theme.adoc +215 -179
  492. data/lib/starter_web/pages/public/previewer/iframer.adoc +3 -2
  493. data/lib/starter_web/pages/public/previewer/justified_gallery.html +1 -1
  494. data/lib/starter_web/pages/public/previewer/mdi_icons_preview.adoc +2 -2
  495. data/lib/starter_web/pages/public/previewer/twitter_emoji_preview.adoc +1 -1
  496. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  497. data/lib/starter_web/utilsrv/package.json +1 -1
  498. metadata +256 -204
  499. data/assets/themes/j1/adapter/js/cookie_consent.js +0 -286
  500. data/assets/themes/j1/core/css/custom.scss +0 -28
  501. data/assets/themes/j1/core/css/globals.css +0 -14523
  502. data/assets/themes/j1/core/css/globals.min.css +0 -1
  503. data/assets/themes/j1/core/css/uno.scss +0 -28
  504. data/assets/themes/j1/core/css/vendor.scss +0 -28
  505. data/assets/themes/j1/extensions/twemoji/js/picker/twemoji-picker.js +0 -21
  506. data/assets/themes/j1/extensions/twemoji/js/picker/twemoji-picker.min.js +0 -21
  507. data/assets/themes/j1/extensions/twemoji/js/twemoji.min.js +0 -25
  508. data/lib/starter_web/assets/videos/headers/still/underground-broadway.png +0 -0
  509. data/lib/starter_web/assets/videos/headers/still/victoria-oskolovich-on-vimeo.png +0 -0
  510. data/lib/starter_web/pages/public/clear_button.adoc +0 -121
  511. data/lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/419_advanced_modals_html.asciidoc +0 -928
@@ -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}
@@ -274,202 +274,6 @@ img.emoji {
274
274
  # NOTE: This is the (SASS) entry point for all theme COMPONENTS
275
275
  # -----------------------------------------------------------------------------
276
276
  */
277
- /*
278
- # -----------------------------------------------------------------------------
279
- # ~/theme_uno/components/_accordion_panel.scss
280
- # Provides styles for the J1 Accordion Panel
281
- #
282
- # Product/Info:
283
- # https://jekyll.one
284
- #
285
- # Copyright (C) 2020 Juergen Adams
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
- # -----------------------------------------------------------------------------
291
- */
292
- /* Accordion Block
293
- ------------------------------------------------------------------- */
294
- a.accordion-toggler {
295
- display: inline-flex;
296
- align-items: center; }
297
-
298
- .accordion-block {
299
- display: block; }
300
-
301
- .accordion-block p,
302
- .accordion-block h2 {
303
- color: #fff; }
304
-
305
- .accordion-block .panel,
306
- .panel-heading,
307
- .panel-group .panel {
308
- border-radius: 0;
309
- /* border: none; */ }
310
-
311
- .accordion-block .panel-heading {
312
- color: #fff;
313
- padding-top: .5rem;
314
- padding-bottom: .5rem; }
315
-
316
- .accordion-block h2 a:hover {
317
- text-decoration: none; }
318
-
319
- .accordion-block-light,
320
- .accordion-block-default {
321
- background: #fafafa;
322
- border: solid 1px #eee; }
323
-
324
- .accordion-block-light,
325
- .accordion-block-default:hover {
326
- box-shadow: 0 0 8px #E5E5E5; }
327
-
328
- .accordion-block-light p,
329
- .accordion-block-light h2,
330
- .accordion-block-default p,
331
- .accordion-block-default h2 {
332
- color: #555; }
333
-
334
- .accordion-block-dark {
335
- background: #ecf0f1 !important;
336
- border: solid 1px #888A85; }
337
-
338
- .accordion-block-dark:hover {
339
- box-shadow: 0 0 8px #2E3436; }
340
-
341
- .accordion-block-dark p, .accordion-block-dark h2 {
342
- color: #2d2d2d; }
343
-
344
- /* Accordion Box
345
- ------------------------------------------------------------------- */
346
- .accordion-box .panel-heading {
347
- padding: 0;
348
- box-shadow: none; }
349
-
350
- .accordion-box .panel-heading a {
351
- display: block;
352
- font-size: 24px;
353
- padding: 10px 15px;
354
- background: #fefefe; }
355
-
356
- /* Plus Toggle */
357
- .accordion-box .panel-heading a:before {
358
- color: #3465A4;
359
- font-size: 20px;
360
- content: "\f063";
361
- line-height: 12px;
362
- /* position: absolute; */
363
- padding-left: 10px;
364
- top: 36px;
365
- background: transparent;
366
- font-family: FontAwesome; }
367
-
368
- .accordion-box .panel-heading a.collapsed:before {
369
- content: "\f061"; }
370
-
371
- .accordion-box .title {
372
- text-align: center;
373
- text-transform: uppercase;
374
- margin-top: 0px;
375
- margin-bottom: 20px; }
376
-
377
- .accordion-box .title:after {
378
- left: 50%;
379
- width: 70px;
380
- margin-left: -35px; }
381
-
382
- .accordion-box .tagline {
383
- padding-left: 60px;
384
- padding-right: 60px;
385
- font-size: 14px; }
386
-
387
- .accordion-box .description-title {
388
- text-align: left;
389
- font-size: 22px;
390
- text-transform: uppercase;
391
- margin-top: 0px;
392
- margin-bottom: 20px; }
393
-
394
- .accordion-box .description-text {
395
- text-align: justify;
396
- margin-top: 0px;
397
- margin-bottom: 20px; }
398
-
399
- h2.accordion-box {
400
- color: #555;
401
- position: relative;
402
- margin-bottom: 30px; }
403
-
404
- h2.accordion-box:after {
405
- left: 0;
406
- width: 70px;
407
- height: 2px;
408
- content: " ";
409
- bottom: -10px;
410
- background: #555;
411
- position: absolute; }
412
-
413
- .accordion-box p {
414
- position: relative;
415
- margin-bottom: 50px; }
416
-
417
- .accordion-box p:after {
418
- content: " ";
419
- left: 50%;
420
- height: 1px;
421
- width: 50px;
422
- bottom: -15px;
423
- position: absolute;
424
- margin-left: -25px;
425
- background: #3465A4; }
426
-
427
- .acc-icon a.accordion-toggle i {
428
- color: #555;
429
- margin-right: 8px; }
430
-
431
- .acc-icon a.accordion-toggle:hover i {
432
- color: #39414c; }
433
-
434
- /* Accordion Icon
435
- ------------------------------------------------------------------- */
436
- .accordion-icon {
437
- padding-top: 15px;
438
- text-align: center; }
439
-
440
- .accordion-icon i {
441
- color: #fff;
442
- width: 90px;
443
- height: 90px;
444
- padding: 30px 20px 0px 20px;
445
- font-size: 50px;
446
- line-height: 30px;
447
- position: relative;
448
- text-align: center;
449
- background: #3465A4;
450
- margin-bottom: 5px;
451
- display: inline-block; }
452
-
453
- .accordion-icon i:after {
454
- top: -8px;
455
- left: -8px;
456
- right: -8px;
457
- bottom: -8px;
458
- content: " ";
459
- position: absolute;
460
- border: 1px solid #dedede;
461
- border-radius: 5px !important; }
462
-
463
- .accordion-icon:hover i,
464
- .accordion-icon:hover i:after {
465
- transition: all 0.3s ease-in-out; }
466
-
467
- .accordion-icon:hover i {
468
- background: #729FCF; }
469
-
470
- .accordion-icon:hover i:after {
471
- border-color: #729FCF; }
472
-
473
277
  /*
474
278
  # -----------------------------------------------------------------------------
475
279
  # ~/theme_uno/components/_advertising.scss
@@ -744,30 +548,6 @@ h2.accordion-box:after {
744
548
  margin-left: 1.5rem !important;
745
549
  margin-right: 2.5rem !important; } }
746
550
 
747
- /*
748
- # -----------------------------------------------------------------------------
749
- # ~/theme_uno/components/_panel.scss
750
- # Provides all general styles for J1 Template Panel
751
- #
752
- # Product/Info:
753
- # https://jekyll.one
754
- #
755
- # Copyright (C) 2020 Juergen Adams
756
- #
757
- # J1 Template is licensed under the MIT License.
758
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
759
- #
760
- # -----------------------------------------------------------------------------
761
- */
762
- /*
763
- Number to be clarified: 7.143
764
- */
765
- /*
766
- Styles to sort
767
- */
768
- p.tagline {
769
- margin-bottom: 0; }
770
-
771
551
  /*
772
552
  # -----------------------------------------------------------------------------
773
553
  # ~/theme_uno/components/_banner_parallax.scss
@@ -823,21 +603,6 @@ p.tagline {
823
603
  .banner-teaser {
824
604
  padding: 1rem; } }
825
605
 
826
- /*
827
- # -----------------------------------------------------------------------------
828
- # ~/theme_uno/components/_blog.scss
829
- # Provides general styles for the J1 Blog Posts
830
- #
831
- # Product/Info:
832
- # https://jekyll.one
833
- #
834
- # Copyright (C) 2020 Juergen Adams
835
- #
836
- # J1 Template is licensed under the MIT License.
837
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
838
- #
839
- # -----------------------------------------------------------------------------
840
- */
841
606
  /*
842
607
  # -----------------------------------------------------------------------------
843
608
  # ~/theme_uno/components/_cards.scss
@@ -1546,271 +1311,6 @@ a.card-title:hover {
1546
1311
  .card .tagbox {
1547
1312
  border-radius: 3px; }
1548
1313
 
1549
- /*
1550
- # -----------------------------------------------------------------------------
1551
- # ~/theme_uno/components/_blog_calendar.scss
1552
- # Provides general styles for Blog Post generator of type 'calendar'
1553
- #
1554
- # Product/Info:
1555
- # https://jekyll.one
1556
- #
1557
- # Copyright (C) 2020 Juergen Adams
1558
- #
1559
- # J1 Template is licensed under the MIT License.
1560
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
1561
- #
1562
- # -----------------------------------------------------------------------------
1563
- */
1564
- /* Header Box
1565
- ------------------------------------------------------------------ */
1566
- .calendar-header-box {
1567
- background: #fff; }
1568
-
1569
- .calendar-header-box .title {
1570
- text-align: center;
1571
- text-transform: uppercase; }
1572
-
1573
- .calendar-header-box .title:after {
1574
- left: 50%;
1575
- width: 70px;
1576
- margin-left: -35px; }
1577
-
1578
- .calendar-header-box .tagline {
1579
- padding-left: 60px;
1580
- padding-right: 60px;
1581
- font-size: 14px; }
1582
-
1583
- h2.calendar-header-box {
1584
- color: #555;
1585
- position: relative;
1586
- margin-bottom: 30px; }
1587
-
1588
- h2.calendar-header-box:after {
1589
- left: 0;
1590
- width: 70px;
1591
- height: 2px;
1592
- content: " ";
1593
- bottom: -10px;
1594
- background: #555;
1595
- position: absolute; }
1596
-
1597
- .calendar-header-box p {
1598
- position: relative;
1599
- margin-bottom: 50px; }
1600
-
1601
- .calendar-header-box p:after {
1602
- content: " ";
1603
- left: 50%;
1604
- height: 1px;
1605
- width: 50px;
1606
- bottom: -15px;
1607
- position: absolute;
1608
- margin-left: -25px;
1609
- background: #3465A4; }
1610
-
1611
- /* Calendar
1612
- ------------------------------------------------------------------ */
1613
- .calendar {
1614
- padding: 0;
1615
- list-style: none;
1616
- position: relative; }
1617
-
1618
- /* jadams 2016-09-20: */
1619
- .calendar-headline {
1620
- display: block;
1621
- margin: 10px 0 25px 0;
1622
- border-bottom: 1px solid #E5E5E5; }
1623
-
1624
- .calendar-headline h4 {
1625
- font-size: 24px;
1626
- margin: 0 0 -1px 0;
1627
- padding-bottom: 5px;
1628
- padding-left: 10px;
1629
- display: inline-block;
1630
- border-bottom: 1px dotted #3465a4; }
1631
-
1632
- /* jadams 2016-09-20: */
1633
- .calendar a {
1634
- color: #204a87;
1635
- text-decoration: none; }
1636
-
1637
- /* jadams 2016-10-21: New styles */
1638
- .tmtime h2, .tmtime h3 {
1639
- font-size: 28px; }
1640
-
1641
- .tmtime h4 {
1642
- font-size: 24px;
1643
- font-weight: 600; }
1644
-
1645
- /* The line */
1646
- .calendar > li {
1647
- position: relative; }
1648
-
1649
- .calendar:before {
1650
- top: 0;
1651
- bottom: 0;
1652
- left: 22%;
1653
- width: 3px;
1654
- content: '';
1655
- background: #EEEEEC;
1656
- position: absolute;
1657
- margin-left: -14px; }
1658
-
1659
- /* The date/time block */
1660
- .calendar > li .tmtime {
1661
- width: 25%;
1662
- display: block;
1663
- position: absolute;
1664
- padding-right: 40px;
1665
- padding-left: 0px; }
1666
-
1667
- .calendar > li .tmtime span {
1668
- top: 9px;
1669
- display: block;
1670
- text-align: right;
1671
- position: relative; }
1672
-
1673
- .calendar > li .tmtime span:first-child {
1674
- color: #999;
1675
- font-size: 14px;
1676
- line-height: 0.9; }
1677
-
1678
- .calendar > li .tmtime span:last-child {
1679
- color: #585f69;
1680
- font-size: 20px;
1681
- font-weight: normal; }
1682
-
1683
- /* Content Boxex
1684
- ------------------------------------------------------------------ */
1685
- /* Content Box (right) */
1686
- /* jadams 2016-09-20: added border-radius, might be an config option */
1687
- .calendar > li .tmlabel {
1688
- color: #657B83;
1689
- padding: 10px 20px 20px;
1690
- background: #EEEEEC;
1691
- line-height: 1.4;
1692
- clear: both;
1693
- position: relative;
1694
- border-radius: 4px;
1695
- margin: 0 0 40px 25%; }
1696
-
1697
- /* Timeline and label|icons
1698
- ------------------------------------------------------------------ */
1699
- .calendar > li .tmlabel li {
1700
- padding: 0; }
1701
-
1702
- .calendar > li .tmlabel .text-left {
1703
- float: left; }
1704
-
1705
- .calendar > li .tmlabel p {
1706
- margin: 0 0 -5px 0; }
1707
-
1708
- /* The triangle */
1709
- .calendar > li .tmlabel:after {
1710
- right: 100%;
1711
- border: solid transparent;
1712
- content: " ";
1713
- height: 0;
1714
- width: 0;
1715
- position: absolute;
1716
- pointer-events: none;
1717
- border-right-color: #EEEEEC;
1718
- border-width: 10px;
1719
- top: 18px; }
1720
-
1721
- /* The icons */
1722
- .calendar > li .tmicon {
1723
- top: 22px;
1724
- left: 22%;
1725
- width: 10px;
1726
- height: 10px;
1727
- position: absolute;
1728
- background: #3465A4;
1729
- margin: 0 0 0 -17px;
1730
- box-shadow: 0 0 0 4px #E5E5E5;
1731
- -webkit-font-smoothing: antialiased; }
1732
-
1733
- /* Footer
1734
- ------------------------------------------------------------------ */
1735
- .calendar .calendar-footer {
1736
- padding: 7px 12px;
1737
- overflow: hidden;
1738
- border-top: 1px solid #ccc; }
1739
-
1740
- .calendar .calendar-footer .blog-info {
1741
- float: left; }
1742
-
1743
- .calendar .calendar-footer .blog-info i {
1744
- color: #777; }
1745
-
1746
- .calendar .calendar-footer .likes {
1747
- float: right; }
1748
-
1749
- .calendar .calendar-footer .likes i {
1750
- margin-right: 2px;
1751
- color: #777; }
1752
-
1753
- .calendar .calendar-footer .likes:hover {
1754
- text-decoration: none;
1755
- color: inherit; }
1756
-
1757
- .calendar .calendar-footer .likes:hover i {
1758
- color: #729FCF; }
1759
-
1760
- a.calendar-list-unstyled {
1761
- color: #204A87; }
1762
-
1763
- a.calendar-list-unstyled,
1764
- a.calendar-list-unstyled:active,
1765
- a.calendar-list-unstyled:focus,
1766
- a.calendar-list-unstyled:hover {
1767
- outline: none;
1768
- font-size: 13px;
1769
- text-decoration: none !important;
1770
- -webkit-transition: all 0.3s ease-in-out;
1771
- -moz-transition: all 0.3s ease-in-out;
1772
- -o-transition: all 0.3s ease-in-out;
1773
- -ms-transition: all 0.3s ease-in-out;
1774
- transition: all 0.3s ease-in-out; }
1775
-
1776
- a.calendar-list-unstyled:hover {
1777
- color: #729FCF;
1778
- text-decoration: none; }
1779
-
1780
- .calendar > li .tmlabel.equal-height-column {
1781
- height: auto !important; }
1782
-
1783
- /* Media Queries
1784
- ------------------------------------------------------------------ */
1785
- @media screen and (max-width: 65.375em) {
1786
- .calendar > li .tmtime span:last-child {
1787
- font-size: 1.5em; } }
1788
-
1789
- @media screen and (max-width: 47.2em) {
1790
- .calendar:before {
1791
- display: none; }
1792
- .calendar > li .tmtime {
1793
- width: 100%;
1794
- position: relative;
1795
- padding: 0 0 20px 0; }
1796
- .calendar > li .tmtime span {
1797
- text-align: left; }
1798
- .calendar > li .tmlabel {
1799
- padding: 1em;
1800
- font-weight: 400;
1801
- margin: 0 0 30px 0; }
1802
- .calendar > li .tmlabel:after {
1803
- left: 20px;
1804
- top: -20px;
1805
- right: auto;
1806
- border-bottom-color: #EEEEEC;
1807
- border-right-color: transparent; }
1808
- .calendar > li .tmicon {
1809
- left: auto;
1810
- float: right;
1811
- position: relative;
1812
- margin: -55px 5px 0 0px; } }
1813
-
1814
1314
  /*
1815
1315
  # -----------------------------------------------------------------------------
1816
1316
  # ~/theme_uno/components/_blog_timeline.scss
@@ -2207,7 +1707,10 @@ a.timeline-list-unstyled:hover {
2207
1707
  # -----------------------------------------------------------------------------
2208
1708
  */
2209
1709
  /* CONTAINER layout helper classes
2210
- ------------------------------------------------------------------ */
1710
+ ------------------------------------------------------------------------------- */
1711
+ #content {
1712
+ padding-right: initial; }
1713
+
2211
1714
  .no-padding {
2212
1715
  padding-right: 0 !important;
2213
1716
  padding-left: 0 !important; }
@@ -2235,7 +1738,7 @@ a.timeline-list-unstyled:hover {
2235
1738
  -------------------------------------------------------------------------------- */
2236
1739
  /* jadams: background md_grey_900 */
2237
1740
  .footer {
2238
- padding: 70px 0;
1741
+ padding-top: 2em;
2239
1742
  background: #212121; }
2240
1743
 
2241
1744
  .footer p {
@@ -2400,318 +1903,15 @@ a.timeline-list-unstyled:hover {
2400
1903
  text-decoration: none; }
2401
1904
 
2402
1905
  @media (max-width: 992px) {
2403
- .copyright .terms-menu,
2404
- .copyright .dark-social.pull-right {
2405
- text-align: left;
2406
- float: none !important; } }
2407
-
2408
- /*
2409
- # -----------------------------------------------------------------------------
2410
- # ~/theme_uno/components/_forms.scss
2411
- # Provides additional styles for input fields (forms) used by J1 Template
2412
- #
2413
- # Product/Info:
2414
- # https://jekyll.one
2415
- #
2416
- # Copyright (C) 2020 Juergen Adams
2417
- #
2418
- # J1 Template is licensed under the MIT License.
2419
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
2420
- #
2421
- # -----------------------------------------------------------------------------
2422
- */
2423
- input:-webkit-autofill,
2424
- input:-webkit-autofill:hover,
2425
- input:-webkit-autofill:focus,
2426
- input:-webkit-autofill:active {
2427
- border-top-left-radius: 5px !important;
2428
- border-bottom-left-radius: 5px !important;
2429
- border-top-right-radius: 5px !important;
2430
- border-bottom-right-radius: 5px !important; }
2431
-
2432
- .form-group.position-relative input {
2433
- padding-right: 32px; }
2434
-
2435
- .form-clear {
2436
- align-items: center;
2437
- background: #cecece;
2438
- border-radius: 50%;
2439
- bottom: 8px;
2440
- color: rgba(0, 0, 0, 0.54);
2441
- cursor: pointer;
2442
- display: flex;
2443
- height: 24px;
2444
- justify-content: center;
2445
- position: absolute;
2446
- right: 10px;
2447
- width: 24px;
2448
- z-index: 10; }
2449
-
2450
- .form-clear-searcher {
2451
- bottom: 15px;
2452
- right: 50px;
2453
- background: transparent;
2454
- z-index: 99999; }
2455
-
2456
- .form-text + .form-clear {
2457
- bottom: calc(1rem + 18px); }
2458
-
2459
- .form-clear .material-icons {
2460
- font-size: 16px;
2461
- font-weight: 500; }
2462
-
2463
- /*
2464
- # -----------------------------------------------------------------------------
2465
- # ~/theme_uno/components/_icons.scss
2466
- # Provides all general icon styles for J1 Template
2467
- #
2468
- # Product/Info:
2469
- # https://jekyll.one
2470
- #
2471
- # Copyright (C) 2020 Juergen Adams
2472
- #
2473
- # J1 Template is licensed under the MIT License.
2474
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
2475
- #
2476
- # -----------------------------------------------------------------------------
2477
- */
2478
- /* j1-icons
2479
- ------------------------------------------------------------------ */
2480
- /* Social Icons
2481
- ------------------------------------------------------- */
2482
- .social-icons {
2483
- margin: 0;
2484
- padding: 0; }
2485
-
2486
- .social-icons li {
2487
- list-style: none;
2488
- margin-right: 3px;
2489
- margin-bottom: 5px;
2490
- text-indent: -9999px;
2491
- display: inline-block; }
2492
-
2493
- .social-icons li a, a.social-icon {
2494
- width: 28px;
2495
- height: 28px;
2496
- display: block;
2497
- background-position: 0 0;
2498
- background-repeat: no-repeat;
2499
- transition: all 0.3s ease-in-out; }
2500
-
2501
- .social-icons li:hover a {
2502
- background-position: 0 -38px; }
2503
-
2504
- .social-icons-color li a {
2505
- opacity: 0.7;
2506
- background-position: 0 -38px !important;
2507
- -webkit-backface-visibility: hidden;
2508
- /*For Chrome*/ }
2509
-
2510
- .social-icons-color li a:hover {
2511
- opacity: 1; }
2512
-
2513
- .social_amazon {
2514
- background: url(/assets/images/icons/social/amazon.png) no-repeat; }
2515
-
2516
- .social_behance {
2517
- background: url(/assets/images/icons/social/behance.png) no-repeat; }
2518
-
2519
- .social_blogger {
2520
- background: url(/assets/images/icons/social/blogger.png) no-repeat; }
2521
-
2522
- .social_deviantart {
2523
- background: url(/assets/images/icons/social/deviantart.png) no-repeat; }
2524
-
2525
- .social_dribbble {
2526
- background: url(/assets/images/icons/social/dribbble.png) no-repeat; }
2527
-
2528
- .social_dropbox {
2529
- background: url(/assets/images/icons/social/dropbox.png) no-repeat; }
2530
-
2531
- .social_evernote {
2532
- background: url(/assets/images/icons/social/evernote.png) no-repeat; }
2533
-
2534
- .social_facebook {
2535
- background: url(/assets/images/icons/social/facebook.png) no-repeat; }
2536
-
2537
- .social_forrst {
2538
- background: url(/assets/images/icons/social/forrst.png) no-repeat; }
2539
-
2540
- .social_github {
2541
- background: url(/assets/images/icons/social/github.png) no-repeat; }
2542
-
2543
- .social_googleplus {
2544
- background: url(/assets/images/icons/social/googleplus.png) no-repeat; }
2545
-
2546
- .social_jolicloud {
2547
- background: url(/assets/images/icons/social/jolicloud.png) no-repeat; }
2548
-
2549
- .social_last-fm {
2550
- background: url(/assets/images/icons/social/last-fm.png) no-repeat; }
2551
-
2552
- .social_linkedin {
2553
- background: url(/assets/images/icons/social/linkedin.png) no-repeat; }
2554
-
2555
- .social_picasa {
2556
- background: url(/assets/images/icons/social/picasa.png) no-repeat; }
2557
-
2558
- .social_pintrest {
2559
- background: url(/assets/images/icons/social/pintrest.png) no-repeat; }
2560
-
2561
- .social_rss {
2562
- background: url(/assets/images/icons/social/rss.png) no-repeat; }
2563
-
2564
- .social_skype {
2565
- background: url(/assets/images/icons/social/skype.png) no-repeat; }
2566
-
2567
- .social_spotify {
2568
- background: url(/assets/images/icons/social/spotify.png) no-repeat; }
2569
-
2570
- .social_stumbleupon {
2571
- background: url(/assets/images/icons/social/stumbleupon.png) no-repeat; }
2572
-
2573
- .social_tumblr {
2574
- background: url(/assets/images/icons/social/tumblr.png) no-repeat; }
2575
-
2576
- .social_twitter {
2577
- background: url(/assets/images/icons/social/twitter.png) no-repeat; }
2578
-
2579
- .social_vimeo {
2580
- background: url(/assets/images/icons/social/vimeo.png) no-repeat; }
2581
-
2582
- .social_wordpress {
2583
- background: url(/assets/images/icons/social/wordpress.png) no-repeat; }
2584
-
2585
- .social_xing {
2586
- background: url(/assets/images/icons/social/xing.png) no-repeat; }
2587
-
2588
- .social_yahoo {
2589
- background: url(/assets/images/icons/social/yahoo.png) no-repeat; }
2590
-
2591
- .social_youtube {
2592
- background: url(/assets/images/icons/social/youtube.png) no-repeat; }
2593
-
2594
- .social_vk {
2595
- background: url(/assets/images/icons/social/vk.png) no-repeat; }
2596
-
2597
- .social_instagram {
2598
- background: url(/assets/images/icons/social/instagram.png) no-repeat; }
2599
-
2600
- /*
2601
- # -----------------------------------------------------------------------------
2602
- # ~/theme_uno/components/_page.scss
2603
- # Provides all general styles for J1 Template Pages
2604
- #
2605
- # Product/Info:
2606
- # https://jekyll.one
2607
- #
2608
- # Copyright (C) 2020 Juergen Adams
2609
- #
2610
- # J1 Template is licensed under the MIT License.
2611
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
2612
- #
2613
- # -----------------------------------------------------------------------------
2614
- */
2615
- /* PAGE layout helper classes
2616
- ------------------------------------------------------------------ */
2617
- /*
2618
- # -----------------------------------------------------------------------------
2619
- # ~/theme_uno/components/_panel.scss
2620
- # Provides all general styles for J1 Template Panel
2621
- #
2622
- # Product/Info:
2623
- # https://jekyll.one
2624
- #
2625
- # Copyright (C) 2020 Juergen Adams
2626
- #
2627
- # J1 Template is licensed under the MIT License.
2628
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
2629
- #
2630
- # -----------------------------------------------------------------------------
2631
- */
2632
- .panel-fluid {
2633
- width: 100%;
2634
- padding: unset !important;
2635
- margin: unset !important; }
2636
-
2637
- .j1-panel-block.container, .j1-panel-block.container-fluid {
2638
- padding-left: 0 !important;
2639
- padding-right: 0 !important; }
2640
-
2641
- @media (max-width: 768px) {
2642
- .j1-panel-block.row {
2643
- margin-left: .5rem !important;
2644
- margin-right: .5rem !important; } }
2645
-
2646
- /*
2647
- # -----------------------------------------------------------------------------
2648
- # J1: ~src/scss/j1_template/core/_spinner.css
2649
- # CSS spinner (e.g. used with header module|backstretch)
2650
- #
2651
- # Product/Info:
2652
- # https://jekyll.one
2653
- #
2654
- # Copyright (C) 2020 Juergen Adams
2655
- #
2656
- # J1 Template is licensed under the MIT License.
2657
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
2658
- #
2659
- # -----------------------------------------------------------------------------
2660
- */
2661
- /* https://codepen.io/carpenumidium/pen/edngJ
2662
- ------------------------------------------------------------------- */
2663
- .parallax-day-night {
2664
- height: 100%;
2665
- background-color: #222;
2666
- 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);
2667
- 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;
2668
- 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%;
2669
- 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;
2670
- animation: weather 840s linear infinite; }
2671
- .parallax-day-night html:after, .parallax-day-night html:before {
2672
- content: '';
2673
- position: absolute;
2674
- border-radius: 50%;
2675
- z-index: 1;
2676
- /*-webkit-filter: blur(1px)*/ }
2677
- .parallax-day-night html:before {
2678
- height: 150px;
2679
- width: 150px;
2680
- box-shadow: inset 20px -20px 50px rgba(191, 163, 194, 0.5);
2681
- top: 20%;
2682
- left: 60%; }
2683
- .parallax-day-night html:after {
2684
- height: 100px;
2685
- width: 100px;
2686
- box-shadow: inset 30px -30px 50px rgba(133, 139, 173, 0.5);
2687
- top: 40%;
2688
- left: 50%; }
2689
-
2690
- @keyframes weather {
2691
- to {
2692
- 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%; } }
2693
-
2694
- /* https://codepen.io/carpenumidium/pen/vNNzyG
2695
- ------------------------------------------------------------------- */
2696
- .parallax-horizontal {
2697
- height: 100%;
2698
- /* max-height: 600px; */
2699
- width: 1000px;
2700
- background-color: rgba(46, 87, 107, 0.4);
2701
- 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");
2702
- background-repeat: repeat-x;
2703
- background-position: 0 20%, 0 95%, 0 0, 0 100%, 0 0;
2704
- background-size: 2500px, 800px, 500px 200px, 1000px, 400px 260px;
2705
- animation: 50s para infinite linear; }
2706
-
2707
- @keyframes para {
2708
- 100% {
2709
- background-position: -5000px 20%, -800px 95%, 500px 0, 1000px 100%, 400px 0; } }
1906
+ .copyright .terms-menu,
1907
+ .copyright .dark-social.pull-right {
1908
+ text-align: left;
1909
+ float: none !important; } }
2710
1910
 
2711
1911
  /*
2712
1912
  # -----------------------------------------------------------------------------
2713
- # ~/theme_uno/components/_panel_intro.scss
2714
- # Provides all general styles for J1 Template Intro Panel
1913
+ # ~/theme_uno/components/_panel.scss
1914
+ # Provides all general styles for J1 Template Panel
2715
1915
  #
2716
1916
  # Product/Info:
2717
1917
  # https://jekyll.one
@@ -2723,32 +1923,19 @@ input:-webkit-autofill:active {
2723
1923
  #
2724
1924
  # -----------------------------------------------------------------------------
2725
1925
  */
2726
- /* Content
2727
- ------------------------------------------------------------------ */
2728
- /* Service link block
2729
- ------------------------------------------------------------------ */
2730
- ul.service-list > li > a {
2731
- display: block;
1926
+ .panel-fluid {
2732
1927
  width: 100%;
2733
- border-bottom: dotted 1px #e0e0e0;
2734
- padding: 10px 30px 5px 30px;
2735
- color: #9E9E9E;
2736
- font-weight: 600; }
1928
+ padding: unset !important;
1929
+ margin: unset !important; }
2737
1930
 
2738
- ul.service-list > li > a:focus,
2739
- ul.service-list > li > a:hover {
2740
- color: #3F51B5 !important;
2741
- text-decoration: none !important; }
1931
+ .j1-panel-block.container, .j1-panel-block.container-fluid {
1932
+ padding-left: 0 !important;
1933
+ padding-right: 0 !important; }
2742
1934
 
2743
- /* Media Queries
2744
- ------------------------------------------------------------------ */
2745
1935
  @media (max-width: 768px) {
2746
- .intro-panel {
2747
- margin: 3rem; } }
2748
-
2749
- @media (max-width: 640px) {
2750
- .intro-panel {
2751
- margin: 3rem; } }
1936
+ .j1-panel-block.row {
1937
+ margin-left: .5rem !important;
1938
+ margin-right: .5rem !important; } }
2752
1939
 
2753
1940
  /*
2754
1941
  # -----------------------------------------------------------------------------
@@ -2913,9 +2100,15 @@ ul.service-list > li > a:hover {
2913
2100
  margin-bottom: 2rem;
2914
2101
  border-bottom: 1px solid #E5E5E5; }
2915
2102
 
2103
+ h4.post-headline > a {
2104
+ color: #0d47a1; }
2105
+
2106
+ h4.post-headline > a:hover {
2107
+ color: #212121; }
2108
+
2916
2109
  .post-headline h1 {
2917
2110
  color: rgba(0, 0, 0, 0.9);
2918
- font-size: 3.5rem;
2111
+ font-size: 3.5rem !important;
2919
2112
  font-weight: 400;
2920
2113
  margin: 0 0 -1px 0;
2921
2114
  padding-bottom: 5px;
@@ -2925,7 +2118,7 @@ ul.service-list > li > a:hover {
2925
2118
 
2926
2119
  .post-headline h2 {
2927
2120
  color: rgba(0, 0, 0, 0.9);
2928
- font-size: 3.5rem;
2121
+ font-size: 3rem !important;
2929
2122
  font-weight: 400;
2930
2123
  margin: 0 0 -1px 0;
2931
2124
  padding-bottom: 5px;
@@ -3131,353 +2324,6 @@ h2.featured-headline, h3.featured-headline {
3131
2324
  display: inline-block;
3132
2325
  border-bottom: 1px dotted #3465a4; }
3133
2326
 
3134
- /*
3135
- # -----------------------------------------------------------------------------
3136
- # ~/theme_uno/components/_sidebar.scss
3137
- # Provides all general styles for J1 Template Sidebar Navigation (TOC)
3138
- #
3139
- # Product/Info:
3140
- # https://jekyll.one
3141
- #
3142
- # Copyright (C) 2020 Juergen Adams
3143
- #
3144
- # J1 Template is licensed under the MIT License.
3145
- # See: https://github.com/jekyll-one/J1 Template/blob/master/LICENSE
3146
- #
3147
- # -----------------------------------------------------------------------------
3148
- */
3149
- /* Side navigation. Scrollspy and affixed enhanced navigation to
3150
- highlight sections and secondary sections of docs content.
3151
- ------------------------------------------------------------------ */
3152
- .j1-sidebar.affix {
3153
- position: fixed !important; }
3154
-
3155
- @media (min-width: 768px) {
3156
- .j1-sidebar {
3157
- padding-left: 0px; } }
3158
-
3159
- /* First level of nav */
3160
- .j1-sidenav {
3161
- margin-top: 20px;
3162
- margin-bottom: 20px; }
3163
-
3164
- /* All levels of nav */
3165
- .j1-sidebar .nav > li > a {
3166
- display: block;
3167
- padding: 5px 20px;
3168
- font-size: 13px;
3169
- font-weight: 500;
3170
- color: #767676; }
3171
-
3172
- .j1-sidebar .nav > li > a:hover,
3173
- .j1-sidebar .nav > li > a:focus {
3174
- padding-left: 19px;
3175
- color: #3465a4;
3176
- text-decoration: none;
3177
- background-color: transparent;
3178
- border-left: 1px solid #3465a4; }
3179
-
3180
- .j1-sidebar .nav > .active > a,
3181
- .j1-sidebar .nav > .active:hover > a,
3182
- .j1-sidebar .nav > .active:focus > a {
3183
- padding-left: 18px;
3184
- font-weight: bold;
3185
- color: #204a87;
3186
- background-color: transparent;
3187
- border-left: 2px solid #204a87; }
3188
-
3189
- /* Nav: second level (shown on .active) */
3190
- .j1-sidebar .nav .nav {
3191
- display: none;
3192
- /* Hide by default, but at >768px, show it */
3193
- padding-bottom: 10px; }
3194
-
3195
- .j1-sidebar .nav .nav > li > a {
3196
- padding-top: 3px;
3197
- padding-bottom: 1px;
3198
- padding-left: 30px;
3199
- font-size: 12px;
3200
- font-weight: normal; }
3201
-
3202
- .j1-sidebar .nav .nav > li > a:hover,
3203
- .j1-sidebar .nav .nav > li > a:focus {
3204
- padding-left: 29px; }
3205
-
3206
- .j1-sidebar .nav .nav > .active > a,
3207
- .j1-sidebar .nav .nav > .active:hover > a,
3208
- .j1-sidebar .nav .nav > .active:focus > a {
3209
- padding-left: 28px;
3210
- font-weight: 500; }
3211
-
3212
- /* Back to top (hidden on mobile) */
3213
- .back-to-top,
3214
- .j1-theme-toggle {
3215
- display: none;
3216
- padding: 4px 10px;
3217
- margin-top: 10px;
3218
- margin-left: 10px;
3219
- font-size: 14px;
3220
- font-weight: 500;
3221
- color: #555753; }
3222
-
3223
- .back-to-top:hover,
3224
- .j1-theme-toggle:hover {
3225
- color: #3465a4;
3226
- text-decoration: none !important; }
3227
-
3228
- .j1-theme-toggle {
3229
- margin-top: 0; }
3230
-
3231
- @media (min-width: 768px) {
3232
- .back-to-top,
3233
- .j1-theme-toggle {
3234
- display: block; } }
3235
-
3236
- /*
3237
- # -----------------------------------------------------------------------------
3238
- # ~/theme_uno/components/_slider.scss
3239
- # Provides all general styles for J1 Template Slider
3240
- #
3241
- # Product/Info:
3242
- # https://jekyll.one
3243
- #
3244
- # Copyright (C) 2020 Juergen Adams
3245
- #
3246
- # J1 Template is licensed under the MIT License.
3247
- # See: https://github.com/jekyll-one/J1 Template/blob/master/LICENSE
3248
- #
3249
- # -----------------------------------------------------------------------------
3250
- */
3251
- /* SLIDER helper classes
3252
- ------------------------------------------------------------------------------- */
3253
- /*
3254
- # -----------------------------------------------------------------------------
3255
- # J1: ~src/scss/j1_template/core/_spinner.css
3256
- # CSS spinner (e.g. used with header module|backstretch)
3257
- #
3258
- # Product/Info:
3259
- # https://jekyll.one
3260
- #
3261
- # Copyright (C) 2020 Juergen Adams
3262
- #
3263
- # J1 Template is licensed under the MIT License.
3264
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
3265
- #
3266
- # -----------------------------------------------------------------------------
3267
- */
3268
- /* https://codepen.io/carpenumidium/pen/GDkJj
3269
- ------------------------------------------------------------------- */
3270
- .spinner-swiping-dots {
3271
- height: 100%;
3272
- 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%);
3273
- background-repeat: no-repeat;
3274
- background-size: 2em 2em, 2em 2em, 2em 2em, 2em 2em;
3275
- background-position: calc(50% - 2.6em) 50%, calc(50% - 2.6em) 50%, 50% 50%, calc(50% + 2.6em) 50%;
3276
- animation: loadrunner .6s infinite; }
3277
-
3278
- @keyframes loadrunner {
3279
- 0% {
3280
- background-size: 0em 0em, 2em 2em, 2em 2em, 2em 2em;
3281
- background-position: calc(50% - 2.6em) 50%, calc(50% - 2.6em) 50%, 50% 50%, calc(50% + 2.6em) 50%; }
3282
- 100% {
3283
- background-size: 2em 2em, 2em 2em, 2em 2em, 0em 0em;
3284
- background-position: calc(50% - 2.6em) 50%, 50% 50%, calc(50% + 2.6em) 50%, calc(50% + 2.6em) 50%; } }
3285
-
3286
- /* https://codepen.io/carpenumidium/pen/arvKG
3287
- ------------------------------------------------------------------- */
3288
- .spinner-radial-dots {
3289
- height: 100%;
3290
- font-size: 1em;
3291
- background-color: #222;
3292
- 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);
3293
- 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;
3294
- background-size: 3em 3em, 2.5em 3em, 1em 3em, 2.5em 3em, 3em 3em, 2.5em 3em, 1em 3em, 2.5em 3em, 100% 100%;
3295
- background-repeat: no-repeat;
3296
- animation: .3s ring linear infinite reverse; }
3297
-
3298
- @keyframes ring {
3299
- 0% {
3300
- 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;
3301
- background-size: 3em 3em, 2.5em 3em, 1em 3em, 2.5em 3em, 3em 3em, 2.5em 3em, 1em 3em, 2.5em 3em, 100% 100%; }
3302
- 100% {
3303
- 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;
3304
- background-size: 2.5em 3em, 3em 3em, 2.5em 3em, 1em 3em, 2.5em 3em, 3em 3em, 2.5em 3em, 1em 3em, 100% 100%; } }
3305
-
3306
- /* https://codepen.io/carpenumidium/pen/CFnJb
3307
- ------------------------------------------------------------------- */
3308
- .spinner-moving-dots {
3309
- height: 100%;
3310
- background-color: #86bf40;
3311
- 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%);
3312
- background-position: 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%;
3313
- background-size: 1.5em 1.5em;
3314
- background-repeat: no-repeat;
3315
- animation: bloom 2.5s infinite; }
3316
-
3317
- @keyframes bloom {
3318
- 6.25% {
3319
- background-position: 50% calc(50% - 1.5em), 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%; }
3320
- 12.5% {
3321
- 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%; }
3322
- 18.75% {
3323
- 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%; }
3324
- 25% {
3325
- 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%; }
3326
- 31.25% {
3327
- 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%; }
3328
- 37.5% {
3329
- 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%; }
3330
- 43.75% {
3331
- 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%; }
3332
- 50% {
3333
- 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); }
3334
- 56.25% {
3335
- 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); }
3336
- 62.5% {
3337
- 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); }
3338
- 68.75% {
3339
- 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); }
3340
- 75% {
3341
- 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); }
3342
- 81.25% {
3343
- 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); }
3344
- 87.5% {
3345
- background-position: 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, calc(50% - 1em) calc(50% - 1em); } }
3346
-
3347
- /* https://codepen.io/carpenumidium/pen/oBtja
3348
- ------------------------------------------------------------------- */
3349
- .spinner-pulsed {
3350
- height: 100%;
3351
- background-color: #3F51B5;
3352
- 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);
3353
- 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%;
3354
- background-size: 5px 10px, 5px 10px, 5px 10px, 5px 10px, 5px 10px, 5px 10px, 5px 10px;
3355
- background-repeat: no-repeat;
3356
- animation: l-bars 1.6s linear infinite alternate; }
3357
-
3358
- @keyframes l-bars {
3359
- 0% {
3360
- background-size: 5px 30px, 5px 10px, 5px 10px, 5px 10px, 5px 10px, 5px 10px, 5px 10px; }
3361
- 16.6% {
3362
- background-size: 5px 10px, 5px 40px, 5px 10px, 5px 10px, 5px 10px, 5px 10px, 5px 10px; }
3363
- 33.2% {
3364
- background-size: 5px 10px, 5px 10px, 5px 40px, 5px 10px, 5px 10px, 5px 10px, 5px 10px; }
3365
- 49.8% {
3366
- background-size: 5px 10px, 5px 10px, 5px 10px, 5px 40px, 5px 10px, 5px 10px, 5px 10px; }
3367
- 66.4% {
3368
- background-size: 5px 10px, 5px 10px, 5px 10px, 5px 10px, 5px 40px, 5px 10px, 5px 10px; }
3369
- 83% {
3370
- background-size: 5px 10px, 5px 10px, 5px 10px, 5px 10px, 5px 10px, 5px 40px, 5px 10px; }
3371
- 100% {
3372
- background-size: 5px 10px, 5px 10px, 5px 10px, 5px 10px, 5px 10px, 5px 10px, 5px 40px; } }
3373
-
3374
- /* See: https://codepen.io/carpenumidium/pen/svIqw
3375
- ------------------------------------------------------------------- */
3376
- .spinner-rotate-dots {
3377
- height: 100%;
3378
- background-color: #3F51B5;
3379
- 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%);
3380
- 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);
3381
- background-size: 20px 20px;
3382
- background-repeat: no-repeat;
3383
- animation: load-dots 1s linear infinite; }
3384
-
3385
- @keyframes load-dots {
3386
- 12.5% {
3387
- 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%); }
3388
- 25% {
3389
- 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%); }
3390
- 37.5% {
3391
- 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%); }
3392
- 50% {
3393
- 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%); }
3394
- 62.5% {
3395
- 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%); }
3396
- 75% {
3397
- 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%); }
3398
- 87.5% {
3399
- 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%); }
3400
- 100% {
3401
- 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%); } }
3402
-
3403
- /*
3404
- # -----------------------------------------------------------------------------
3405
- # ~/theme_uno/components/_slider_parallax.scss
3406
- # Provides styles for J1 Template Parallax Slider
3407
- #
3408
- # Product/Info:
3409
- # https://jekyll.one
3410
- #
3411
- # Copyright (C) 2020 Juergen Adams
3412
- #
3413
- # J1 Template is licensed under the MIT License.
3414
- # See: https://github.com/jekyll-one/J1 Template/blob/master/LICENSE
3415
- #
3416
- # -----------------------------------------------------------------------------
3417
- */
3418
- /* NOTE: Several styles are moved to ~/assets/data/panels.html
3419
- for dynamic processing.
3420
- ------------------------------------------------------------------- */
3421
- .parallax-slider {
3422
- color: #fff;
3423
- padding: 75px 0;
3424
- position: relative; }
3425
-
3426
- .parallax-slider:before {
3427
- top: 0;
3428
- left: 0;
3429
- width: 100%;
3430
- height: 100%;
3431
- content: " ";
3432
- position: absolute; }
3433
-
3434
- .parallax-slider:after {
3435
- top: 0;
3436
- left: 0;
3437
- width: 100%;
3438
- height: 100%;
3439
- content: " ";
3440
- position: absolute; }
3441
-
3442
- /*Parallax Slider Inner*/
3443
- .parallax-slider-in {
3444
- z-index: 1;
3445
- padding: 0 45px;
3446
- position: relative; }
3447
-
3448
- .parallax-slider-in p {
3449
- color: #FAFAFA;
3450
- font-size: 28px;
3451
- font-family: "Open Sans", Arial, sans-serif; }
3452
-
3453
- /* moved to ~/assets/data/panels.html
3454
- .parallax-slider-in p:after,
3455
- .parallax-slider-in p:before {
3456
- content: ' " ';
3457
- position: absolute;
3458
- font-family: Tahoma;
3459
- }
3460
-
3461
- .parallax-slider-in p:after {
3462
- margin-left: 5px;
3463
- }
3464
-
3465
- .parallax-slider-in p:before {
3466
- margin-left: -20px;
3467
- }
3468
- */
3469
- .parallax-slider-in small {
3470
- color: #E5E5E5;
3471
- font-size: 22px;
3472
- font-weight: 400;
3473
- text-transform: uppercase; }
3474
-
3475
- @media (max-width: 768px) {
3476
- .parallax-slider-in {
3477
- padding: 0 40px; }
3478
- .parallax-slider-in p {
3479
- font-size: 20px; } }
3480
-
3481
2327
  /*
3482
2328
  # -----------------------------------------------------------------------------
3483
2329
  # ~/theme_uno/components/_rtable.scss
@@ -3762,7 +2608,7 @@ h2.featured-headline, h3.featured-headline {
3762
2608
  display: inline-block;
3763
2609
  line-height: 1.75rem;
3764
2610
  padding: 0 2em 0 1em;
3765
- background-color: #37474f;
2611
+ background-color: #212121;
3766
2612
  border-radius: 3px;
3767
2613
  white-space: nowrap;
3768
2614
  text-overflow: ellipsis;
@@ -3773,9 +2619,9 @@ h2.featured-headline, h3.featured-headline {
3773
2619
  text-decoration: none;
3774
2620
  transition: .2s; }
3775
2621
  .tag-cloud ul li a:hover {
3776
- background-color: #90a4ae; }
2622
+ background-color: #0d47a1; }
3777
2623
  .tag-cloud ul li a:hover span {
3778
- color: #7986cb; }
2624
+ color: #0d47a1; }
3779
2625
  .tag-cloud ul li span {
3780
2626
  position: absolute;
3781
2627
  top: 5px;
@@ -4550,7 +3396,7 @@ ul.posts li a:hover {
4550
3396
  border-radius: 30px; }
4551
3397
 
4552
3398
  .btn.btn-flex {
4553
- display: inline-flex;
3399
+ display: inline-flex !important;
4554
3400
  align-items: center; }
4555
3401
 
4556
3402
  /* jadams: social media button styles */
@@ -4736,7 +3582,7 @@ ul.posts li a:hover {
4736
3582
 
4737
3583
  /*
4738
3584
  # -----------------------------------------------------------------------------
4739
- # ~/vendor/asciidoc/_md_color_palette.scss
3585
+ # ~/theme_uno/components/mde/_md_color_palette.scss
4740
3586
  # Bootstrap MDE - Color Palette for MD Icons
4741
3587
  #
4742
3588
  # Product/Info:
@@ -5873,7 +4719,7 @@ a.md-blue-800:focus {
5873
4719
 
5874
4720
  a.md-blue-900:hover,
5875
4721
  a.md-blue-900:focus {
5876
- color: #093272 !important; }
4722
+ color: #212121 !important; }
5877
4723
 
5878
4724
  .md-blue-A100 {
5879
4725
  color: #82b1ff !important; }
@@ -8938,222 +7784,17 @@ figcaption .caption-title {
8938
7784
  display: block; }
8939
7785
 
8940
7786
  .color-palette .color-group li.main-color,
8941
- .color-palette .color-group:last-child li.main-color {
8942
- border-bottom: 4px solid #fafafa; }
8943
-
8944
- .color-palette .color-group li.main-color .name,
8945
- .color-palette .color-group:last-child li.main-color .name {
8946
- display: block;
8947
- margin-bottom: 53px; }
8948
-
8949
- .color-palette .color-group li.divide,
8950
- .color-palette .color-group:last-child li.divide {
8951
- border-top: 4px solid #fafafa; }
8952
-
8953
- /*
8954
- # ----------------------------------------------------------------------------
8955
- # ~/theme_uno/components/mde/_mde_custom.scss
8956
- # Theme Uno - MDE custon styles
8957
- # ----------------------------------------------------------------------------
8958
- */
8959
- /* Colors
8960
- ------------------------------------------------------------------- */
8961
- .bg-indigo {
8962
- color: #fff !important;
8963
- background-color: #3F51B5 !important; }
8964
-
8965
- a.bg-indigo:focus, a.bg-indigo:hover {
8966
- background-color: #E8EAF6 !important; }
8967
-
8968
- .bg-pink {
8969
- color: #fff !important;
8970
- background-color: #E91E63 !important; }
8971
-
8972
- a.bg-pink:focus, a.bg-pink:hover {
8973
- background-color: #E8EAF6 !important; }
8974
-
8975
- /* General
8976
- ------------------------------------------------------------------- */
8977
- /* Cards
8978
- ------------------------------------------------------------------- */
8979
- /* Modals
8980
- ------------------------------------------------------------------- */
8981
- /* jadams: Fixing the BS left shifting on modal open */
8982
- /* See: https://stackoverflow.com/questions/19960162/bootstrap-3-modal-fires-and-causes-page-to-shift-to-the-left-momentarily-brows */
8983
- .modal-open[style] {
8984
- padding-right: 0px !important; }
8985
-
8986
- /* BMD NavBar (navbar.scss) used for customized MD Drawer
8987
- ---------------------------------------------------------------------------- */
8988
- .bmd-navbar-title {
8989
- display: inline-block;
8990
- margin-top: -2.5rem;
8991
- margin-left: 5rem;
8992
- padding-bottom: .25rem;
8993
- margin-right: .5rem;
8994
- font-size: 1.25rem;
8995
- line-height: inherit;
8996
- white-space: nowrap;
8997
- list-style: none;
8998
- position: absolute; }
8999
-
9000
- .bmd-navbar-title:focus, .bmd-navbar-title:hover {
9001
- text-decoration: none; }
9002
-
9003
- .bmd-navbar-toggler {
9004
- -webkit-align-self: flex-start;
9005
- -ms-flex-item-align: start;
9006
- align-self: flex-start;
9007
- padding: .25rem .75rem;
9008
- font-size: 1.25rem;
9009
- line-height: 1;
9010
- background: transparent;
9011
- border: 1px solid transparent;
9012
- border-radius: .125rem; }
9013
-
9014
- /* Forms
9015
- ------------------------------------------------------------------- */
9016
- /* Selections
9017
- ------------------------------------------------------------------- */
9018
- /* Comments
9019
- ------------------------------------------------------------------- */
9020
- .comment .pull-left {
9021
- float: left; }
9022
-
9023
- .comment .avatar {
9024
- margin: 0 auto;
9025
- width: 64px;
9026
- height: 64px;
9027
- overflow: hidden;
9028
- border-radius: 50%;
9029
- margin-right: 15px;
9030
- 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); }
9031
-
9032
- .comment .avatar img {
9033
- width: 100%; }
9034
-
9035
- .comment .comment-heading {
9036
- font-size: 1.5rem;
9037
- padding-top: 1rem; }
9038
-
9039
- .comment .comment-heading small {
9040
- font-size: 0.9rem; }
9041
-
9042
- .comment .comment-body {
9043
- padding-right: 10px;
9044
- background: #f8f8f8; }
9045
-
9046
- .comment .comment-footer {
9047
- padding-right: 10px; }
9048
-
9049
- .comment .comment-footer .btn {
9050
- margin-bottom: 20px; }
9051
-
9052
- .comment .comment-footer:after {
9053
- display: table;
9054
- content: " ";
9055
- clear: both; }
9056
-
9057
- .comment p {
9058
- color: #999999;
9059
- font-size: 16px;
9060
- line-height: 1.6em;
9061
- padding: 0px 20px 10px 110px; }
9062
-
9063
- .comment-left,
9064
- .comment > .pull-left {
9065
- padding: 15px 10px 10px 20px; }
9066
-
9067
- /*
9068
- # ----------------------------------------------------------------------------
9069
- # ~/theme_uno/components/mde/_mde_elevation.scss
9070
- # Theme Uno - MDE elevation styles
9071
- # ----------------------------------------------------------------------------
9072
- */
9073
- /*
9074
- * Applies the correct css rules needed to have an element transition
9075
- * between elevations. This mixin should be applied to elements whose
9076
- * elevation values will change depending on their context (e.g. when
9077
- * active or disabled).
9078
- */
9079
- .raised-z0 {
9080
- 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; }
9081
-
9082
- .raised-z1 {
9083
- 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; }
9084
-
9085
- .raised-z2 {
9086
- 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; }
9087
-
9088
- .raised-z3 {
9089
- 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; }
9090
-
9091
- .raised-z4 {
9092
- 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; }
9093
-
9094
- .raised-z5 {
9095
- 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; }
9096
-
9097
- .raised-z6 {
9098
- 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; }
9099
-
9100
- .raised-z7 {
9101
- 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; }
9102
-
9103
- .raised-z8 {
9104
- 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; }
9105
-
9106
- .raised-z9 {
9107
- 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; }
9108
-
9109
- .raised-z10 {
9110
- 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; }
9111
-
9112
- .raised-z11 {
9113
- 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; }
9114
-
9115
- .raised-z12 {
9116
- 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; }
9117
-
9118
- .raised-z13 {
9119
- 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; }
9120
-
9121
- .raised-z14 {
9122
- 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; }
9123
-
9124
- .raised-z15 {
9125
- 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; }
9126
-
9127
- .raised-z16 {
9128
- 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; }
9129
-
9130
- .raised-z17 {
9131
- 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; }
9132
-
9133
- .raised-z18 {
9134
- 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; }
9135
-
9136
- .raised-z19 {
9137
- 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; }
9138
-
9139
- .raised-z20 {
9140
- 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; }
9141
-
9142
- .raised-z21 {
9143
- 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; }
9144
-
9145
- .raised-z22 {
9146
- 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; }
9147
-
9148
- .raised-z23 {
9149
- 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; }
7787
+ .color-palette .color-group:last-child li.main-color {
7788
+ border-bottom: 4px solid #fafafa; }
9150
7789
 
9151
- .raised-z24 {
9152
- 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; }
7790
+ .color-palette .color-group li.main-color .name,
7791
+ .color-palette .color-group:last-child li.main-color .name {
7792
+ display: block;
7793
+ margin-bottom: 53px; }
9153
7794
 
9154
- .raised-transition {
9155
- transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
9156
- will-change: box-shadow; }
7795
+ .color-palette .color-group li.divide,
7796
+ .color-palette .color-group:last-child li.divide {
7797
+ border-top: 4px solid #fafafa; }
9157
7798
 
9158
7799
  /*
9159
7800
  # ----------------------------------------------------------------------------
@@ -9286,84 +7927,6 @@ a.bg-pink:focus, a.bg-pink:hover {
9286
7927
  background-color: #e91e63;
9287
7928
  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); }
9288
7929
 
9289
- /*
9290
- # ----------------------------------------------------------------------------
9291
- # ~/theme_uno/components/mde/_mde_transparency.scss
9292
- # Theme Uno - MDE transparency styles
9293
- # ----------------------------------------------------------------------------
9294
- */
9295
- /*
9296
- * Applies the correct css rules needed to have an element transition
9297
- * between elevations. This mixin should be applied to elements whose
9298
- * elevation values will change depending on their context (e.g. when
9299
- * active or disabled).
9300
- */
9301
- .opacity-o0 {
9302
- opacity: 0 !important;
9303
- transition: opacity .5s ease-in-out;
9304
- -moz-transition: opacity .5s ease-in-out;
9305
- -webkit-transition: opacity .5s ease-in-out; }
9306
-
9307
- .opacity-o1 {
9308
- opacity: .1 !important;
9309
- transition: opacity .5s ease-in-out;
9310
- -moz-transition: opacity .5s ease-in-out;
9311
- -webkit-transition: opacity .5s ease-in-out; }
9312
-
9313
- .opacity-o2 {
9314
- opacity: .2 !important;
9315
- transition: opacity .5s ease-in-out;
9316
- -moz-transition: opacity .5s ease-in-out;
9317
- -webkit-transition: opacity .5s ease-in-out; }
9318
-
9319
- .opacity-o3 {
9320
- opacity: .3 !important;
9321
- transition: opacity .5s ease-in-out;
9322
- -moz-transition: opacity .5s ease-in-out;
9323
- -webkit-transition: opacity .5s ease-in-out; }
9324
-
9325
- .opacity-o4 {
9326
- opacity: .4 !important;
9327
- transition: opacity .5s ease-in-out;
9328
- -moz-transition: opacity .5s ease-in-out;
9329
- -webkit-transition: opacity .5s ease-in-out; }
9330
-
9331
- .opacity-o5 {
9332
- opacity: .5 !important;
9333
- transition: opacity .5s ease-in-out;
9334
- -moz-transition: opacity .5s ease-in-out;
9335
- -webkit-transition: opacity .5s ease-in-out; }
9336
-
9337
- .opacity-o6 {
9338
- opacity: .6 !important;
9339
- transition: opacity .5s ease-in-out;
9340
- -moz-transition: opacity .5s ease-in-out;
9341
- -webkit-transition: opacity .5s ease-in-out; }
9342
-
9343
- .opacity-o7 {
9344
- opacity: .7 !important;
9345
- transition: opacity .5s ease-in-out;
9346
- -moz-transition: opacity .5s ease-in-out;
9347
- -webkit-transition: opacity .5s ease-in-out; }
9348
-
9349
- .opacity-o8 {
9350
- opacity: .8 !important;
9351
- transition: opacity .5s ease-in-out;
9352
- -moz-transition: opacity .5s ease-in-out;
9353
- -webkit-transition: opacity .5s ease-in-out; }
9354
-
9355
- .opacity-o9 {
9356
- opacity: .9 !important;
9357
- transition: opacity .5s ease-in-out;
9358
- -moz-transition: opacity .5s ease-in-out;
9359
- -webkit-transition: opacity .5s ease-in-out; }
9360
-
9361
- .opacity-o10 {
9362
- opacity: 1 !important;
9363
- transition: opacity .5s ease-in-out;
9364
- -moz-transition: opacity .5s ease-in-out;
9365
- -webkit-transition: opacity .5s ease-in-out; }
9366
-
9367
7930
  /*
9368
7931
  # -----------------------------------------------------------------------------
9369
7932
  # ~/theme_uno/_modules.scss
@@ -9462,6 +8025,293 @@ body.scrollable {
9462
8025
  border-radius: 0.1rem !important;
9463
8026
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5) !important; }
9464
8027
 
8028
+ .modal .modal-header .modal-title {
8029
+ font-weight: 300; }
8030
+
8031
+ .modal .modal-header .lead {
8032
+ font-size: 1.5rem;
8033
+ font-weight: 400;
8034
+ color: #fafafa; }
8035
+
8036
+ .modal .modal-header .close {
8037
+ padding-top: 1rem;
8038
+ padding-right: 1rem;
8039
+ padding-bottom: 1.75rem;
8040
+ padding-left: 1rem; }
8041
+
8042
+ .modal .modal-footer {
8043
+ padding: 2rem 2rem 2rem 2rem !important;
8044
+ border-top: 1px solid #e0e0e0 !important; }
8045
+
8046
+ .modal .modal-footer-show {
8047
+ padding: 1rem 2rem 1.75rem 2rem; }
8048
+
8049
+ .modal .modal-footer-hidden {
8050
+ padding: 0; }
8051
+
8052
+ @media (min-width: 768px) {
8053
+ .modal .modal-dialog.modal-top {
8054
+ top: 0; }
8055
+ .modal .modal-dialog.modal-left {
8056
+ left: 0; }
8057
+ .modal .modal-dialog.modal-right {
8058
+ right: 0; }
8059
+ .modal .modal-dialog.modal-bottom {
8060
+ bottom: 0; }
8061
+ .modal .modal-dialog.modal-top-left {
8062
+ top: 10px;
8063
+ left: 10px; }
8064
+ .modal .modal-dialog.modal-top-right {
8065
+ top: 10px;
8066
+ right: 10px; }
8067
+ .modal .modal-dialog.modal-bottom-left {
8068
+ left: 10px;
8069
+ bottom: 10px; }
8070
+ .modal .modal-dialog.modal-bottom-right {
8071
+ right: 10px;
8072
+ bottom: 10px; } }
8073
+
8074
+ .modal.fade.top:not(.show) .modal-dialog {
8075
+ transform: translate3d(0, -25%, 0); }
8076
+
8077
+ .modal.fade.left:not(.show) .modal-dialog {
8078
+ transform: translate3d(-25%, 0, 0); }
8079
+
8080
+ .modal.fade.right:not(.show) .modal-dialog {
8081
+ transform: translate3d(25%, 0, 0); }
8082
+
8083
+ .modal.fade.bottom:not(.show) .modal-dialog {
8084
+ transform: translate3d(0, 25%, 0); }
8085
+
8086
+ @media (min-width: 576px) {
8087
+ .modal.modal-scrolling {
8088
+ position: relative; }
8089
+ .modal.modal-scrolling .modal-dialog {
8090
+ position: fixed;
8091
+ z-index: 1050; }
8092
+ .modal .modal-fluid {
8093
+ width: 100%;
8094
+ max-width: 100%; }
8095
+ .modal .modal-fluid .modal-content {
8096
+ width: 100%;
8097
+ border-radius: 0.3rem !important;
8098
+ box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5); }
8099
+ .modal .modal-frame {
8100
+ position: absolute;
8101
+ width: 100%;
8102
+ max-width: 100%;
8103
+ margin: 0; }
8104
+ .modal .modal-frame.modal-bottom {
8105
+ bottom: 0; }
8106
+ .modal .modal-full-height {
8107
+ display: flex;
8108
+ position: absolute;
8109
+ width: 400px;
8110
+ height: 100%;
8111
+ margin: 0;
8112
+ top: 0;
8113
+ bottom: 0;
8114
+ right: 0; }
8115
+ .modal .modal-full-height.modal-top, .modal .modal-full-height.modal-bottom {
8116
+ display: block;
8117
+ width: 100%;
8118
+ max-width: 100%;
8119
+ height: auto; }
8120
+ .modal .modal-full-height.modal-top {
8121
+ bottom: auto; }
8122
+ .modal .modal-full-height.modal-bottom {
8123
+ top: auto; }
8124
+ .modal .modal-side {
8125
+ position: absolute;
8126
+ right: 10px;
8127
+ bottom: 10px;
8128
+ margin: 0;
8129
+ width: 400px; } }
8130
+
8131
+ @media (min-width: 768px) {
8132
+ .modal.modal-scrolling {
8133
+ position: relative; }
8134
+ .modal.modal-scrolling .modal-dialog {
8135
+ position: fixed;
8136
+ z-index: 1050; }
8137
+ .modal .modal-fluid {
8138
+ width: 100%;
8139
+ max-width: 100%; }
8140
+ .modal .modal-fluid .modal-content {
8141
+ width: 100%;
8142
+ border-radius: 0.3rem !important; }
8143
+ .modal .modal-frame {
8144
+ position: absolute;
8145
+ width: 100%;
8146
+ max-width: 100%;
8147
+ margin: 0; }
8148
+ .modal .modal-frame.modal-bottom {
8149
+ bottom: 0; }
8150
+ .modal .modal-full-height {
8151
+ display: flex;
8152
+ position: absolute;
8153
+ width: 400px;
8154
+ height: 100%;
8155
+ margin: 0;
8156
+ top: 0;
8157
+ bottom: 0;
8158
+ right: 0; }
8159
+ .modal .modal-full-height.modal-top, .modal .modal-full-height.modal-bottom {
8160
+ display: block;
8161
+ width: 100%;
8162
+ max-width: 100%;
8163
+ height: auto; }
8164
+ .modal .modal-full-height.modal-top {
8165
+ bottom: auto; }
8166
+ .modal .modal-full-height.modal-bottom {
8167
+ top: auto; }
8168
+ .modal .modal-side {
8169
+ position: absolute;
8170
+ right: 10px;
8171
+ bottom: 10px;
8172
+ margin: 0;
8173
+ width: 400px; } }
8174
+
8175
+ .modal-dialog.modal-notify .btn {
8176
+ padding: .5rem 1.25rem .5rem 1rem; }
8177
+
8178
+ .modal-dialog.modal-notify .btn-outline-modal {
8179
+ background-color: transparent; }
8180
+
8181
+ .modal-dialog.modal-notify.modal-info .badge {
8182
+ background-color: #5c6bc0; }
8183
+
8184
+ .modal-dialog.modal-notify.modal-info .modal-header {
8185
+ background-color: #5c6bc0; }
8186
+
8187
+ .modal-dialog.modal-notify.modal-info .fa, .modal-dialog.modal-notify.modal-info .mdi {
8188
+ color: #9e9e9e; }
8189
+
8190
+ .modal-dialog.modal-notify.modal-info .btn-primary-modal {
8191
+ color: #f5f5f5;
8192
+ background: #3f51b5; }
8193
+ .modal-dialog.modal-notify.modal-info .btn-primary-modal:active {
8194
+ background-color: #5c6bc0 !important; }
8195
+ .modal-dialog.modal-notify.modal-info .btn-primary-modal:focus {
8196
+ background-color: #5c6bc0 !important; }
8197
+ .modal-dialog.modal-notify.modal-info .btn-primary-modal:hover {
8198
+ background-color: #5c6bc0 !important; }
8199
+
8200
+ .modal-dialog.modal-notify.modal-info .btn-secondary-modal {
8201
+ color: #f5f5f5;
8202
+ background: #9e9e9e; }
8203
+ .modal-dialog.modal-notify.modal-info .btn-secondary-modal:active {
8204
+ background-color: #bdbdbd !important; }
8205
+ .modal-dialog.modal-notify.modal-info .btn-secondary-modal:focus {
8206
+ background-color: #bdbdbd !important; }
8207
+ .modal-dialog.modal-notify.modal-info .btn-secondary-modal:hover {
8208
+ background-color: #bdbdbd !important; }
8209
+
8210
+ .modal-dialog.modal-notify.modal-info .btn-outline-modal {
8211
+ /* border: 2px solid; */
8212
+ /* border: 2px solid $pink; */
8213
+ /* color: $pink!important; */ }
8214
+
8215
+ .modal-dialog.modal-notify.modal-warning {
8216
+ /*
8217
+ .btn-outline-modal {
8218
+ border: 2px solid $color_neon_carrot_approx;
8219
+ color: $color_neon_carrot_approx !important;
8220
+ }
8221
+ */ }
8222
+ .modal-dialog.modal-notify.modal-warning .badge {
8223
+ background-color: #ff8e38; }
8224
+ .modal-dialog.modal-notify.modal-warning .modal-header {
8225
+ background-color: #ff8e38; }
8226
+ .modal-dialog.modal-notify.modal-warning .fa, .modal-dialog.modal-notify.modal-warning .mdi {
8227
+ color: #9e9e9e;
8228
+ /* color: $color_neon_carrot_approx; */ }
8229
+ .modal-dialog.modal-notify.modal-warning .btn-primary-modal {
8230
+ color: #f5f5f5;
8231
+ background: #ff8e38; }
8232
+ .modal-dialog.modal-notify.modal-warning .btn-primary-modal:active {
8233
+ background-color: #ff9c52 !important; }
8234
+ .modal-dialog.modal-notify.modal-warning .btn-primary-modal:focus {
8235
+ background-color: #ff9c52 !important; }
8236
+ .modal-dialog.modal-notify.modal-warning .btn-primary-modal:hover {
8237
+ background-color: #ff9c52 !important; }
8238
+
8239
+ .modal-dialog.modal-notify.modal-success {
8240
+ /*
8241
+ .btn-outline-modal {
8242
+ border: 2px solid $color_malachite_approx;
8243
+ color: $color_malachite_approx !important;
8244
+ }
8245
+ */ }
8246
+ .modal-dialog.modal-notify.modal-success .badge {
8247
+ background-color: #01d36b; }
8248
+ .modal-dialog.modal-notify.modal-success .modal-header {
8249
+ background-color: #01d36b; }
8250
+ .modal-dialog.modal-notify.modal-success .fa, .modal-dialog.modal-notify.modal-success .mdi {
8251
+ color: #9e9e9e;
8252
+ /* color: $color_malachite_approx; */ }
8253
+ .modal-dialog.modal-notify.modal-success .btn-primary-modal {
8254
+ color: #f5f5f5;
8255
+ background: #01d36b; }
8256
+ .modal-dialog.modal-notify.modal-success .btn-primary-modal:active {
8257
+ background-color: #01ec78 !important; }
8258
+ .modal-dialog.modal-notify.modal-success .btn-primary-modal:focus {
8259
+ background-color: #01ec78 !important; }
8260
+ .modal-dialog.modal-notify.modal-success .btn-primary-modal:hover {
8261
+ background-color: #01ec78 !important; }
8262
+
8263
+ .modal-dialog.modal-notify.modal-danger {
8264
+ /*
8265
+ .btn-outline-modal {
8266
+ border: 2px solid $color_sunset_orange_approx;
8267
+ color: $color_sunset_orange_approx !important;
8268
+ }
8269
+ */ }
8270
+ .modal-dialog.modal-notify.modal-danger .badge {
8271
+ background-color: #ff4b4b; }
8272
+ .modal-dialog.modal-notify.modal-danger .modal-header {
8273
+ background-color: #ff4b4b; }
8274
+ .modal-dialog.modal-notify.modal-danger .fa, .modal-dialog.modal-notify.modal-danger .mdi {
8275
+ /* color: $color_sunset_orange_approx; */
8276
+ color: #9e9e9e; }
8277
+ .modal-dialog.modal-notify.modal-danger .btn-primary-modal {
8278
+ color: #f5f5f5;
8279
+ background: #ff4b4b; }
8280
+ .modal-dialog.modal-notify.modal-danger .btn-primary-modal:active {
8281
+ background-color: #ff6565 !important; }
8282
+ .modal-dialog.modal-notify.modal-danger .btn-primary-modal:focus {
8283
+ background-color: #ff6565 !important; }
8284
+ .modal-dialog.modal-notify.modal-danger .btn-primary-modal:hover {
8285
+ background-color: #ff6565 !important; }
8286
+
8287
+ /*
8288
+ # -----------------------------------------------------------------------------
8289
+ # ~/theme_uno/modules/_enhanced-modals.scss
8290
+ # Provides CSS styles for J1 Enhanced Bootstrap Modals
8291
+ #
8292
+ # Product/Info:
8293
+ # https://jekyll.one
8294
+ #
8295
+ # Copyright (C) 2020 Juergen Adams
8296
+ #
8297
+ # J1 Template is licensed under the MIT License.
8298
+ # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
8299
+ # -----------------------------------------------------------------------------
8300
+ # NOTE: NO fa icons should be used with enhanced modals to NOT conflict
8301
+ # with asciidoc ICON colors
8302
+ # -----------------------------------------------------------------------------
8303
+
8304
+ */
8305
+ body.modal-open {
8306
+ padding-right: 0 !important; }
8307
+
8308
+ body.scrollable {
8309
+ overflow-y: auto; }
8310
+
8311
+ .modal .modal-content {
8312
+ border-radius: 0.1rem !important;
8313
+ box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5) !important; }
8314
+
9465
8315
  .modal .modal-header {
9466
8316
  border-top-left-radius: 0;
9467
8317
  border-top-right-radius: 0; }
@@ -9610,13 +8460,13 @@ body.scrollable {
9610
8460
  width: 400px; } }
9611
8461
 
9612
8462
  .modal-dialog.modal-notify.modal-info .badge {
9613
- background-color: #03a9f4; }
8463
+ background-color: #0d47a1; }
9614
8464
 
9615
8465
  .modal-dialog.modal-notify.modal-info .modal-header {
9616
- background-color: #03a9f4; }
8466
+ background-color: #0d47a1; }
9617
8467
 
9618
- .modal-dialog.modal-notify.modal-info .fa, .modal-dialog.modal-notify.modal-info .mdi {
9619
- color: #757575; }
8468
+ .modal-dialog.modal-notify.modal-info .mdi {
8469
+ color: #f5f5f5 !important; }
9620
8470
 
9621
8471
  .modal-dialog.modal-notify.modal-warning .badge {
9622
8472
  background-color: #ff5722; }
@@ -9624,8 +8474,8 @@ body.scrollable {
9624
8474
  .modal-dialog.modal-notify.modal-warning .modal-header {
9625
8475
  background-color: #ff5722; }
9626
8476
 
9627
- .modal-dialog.modal-notify.modal-warning .fa, .modal-dialog.modal-notify.modal-warning .mdi {
9628
- color: #757575; }
8477
+ .modal-dialog.modal-notify.modal-warning .mdi {
8478
+ color: #f5f5f5 !important; }
9629
8479
 
9630
8480
  .modal-dialog.modal-notify.modal-success .badge {
9631
8481
  background-color: #4caf50; }
@@ -9633,8 +8483,8 @@ body.scrollable {
9633
8483
  .modal-dialog.modal-notify.modal-success .modal-header {
9634
8484
  background-color: #4caf50; }
9635
8485
 
9636
- .modal-dialog.modal-notify.modal-success .fa, .modal-dialog.modal-notify.modal-success .mdi {
9637
- color: #757575; }
8486
+ .modal-dialog.modal-notify.modal-success .mdi {
8487
+ color: #f5f5f5 !important; }
9638
8488
 
9639
8489
  .modal-dialog.modal-notify.modal-danger .badge {
9640
8490
  background-color: #f44336; }
@@ -9642,8 +8492,8 @@ body.scrollable {
9642
8492
  .modal-dialog.modal-notify.modal-danger .modal-header {
9643
8493
  background-color: #f44336; }
9644
8494
 
9645
- .modal-dialog.modal-notify.modal-danger .fa, .modal-dialog.modal-notify.modal-danger .mdi {
9646
- color: #757575; }
8495
+ .modal-dialog.modal-notify.modal-danger .mdi {
8496
+ color: #f5f5f5 !important; }
9647
8497
 
9648
8498
  /*
9649
8499
  # -----------------------------------------------------------------------------
@@ -9660,6 +8510,9 @@ body.scrollable {
9660
8510
  #
9661
8511
  # -----------------------------------------------------------------------------
9662
8512
  */
8513
+ .nav-primary {
8514
+ background-color: #0D47A1; }
8515
+
9663
8516
  .stop-scrolling {
9664
8517
  overflow-y: hidden;
9665
8518
  -ms-scroll-chaining: none;
@@ -9723,7 +8576,7 @@ li.close-full-menu {
9723
8576
  height: 2px;
9724
8577
  width: 50px;
9725
8578
  content: " ";
9726
- background: #204a87;
8579
+ background: #0D47A1;
9727
8580
  position: absolute; }
9728
8581
 
9729
8582
  .heading-footer h2 {
@@ -10084,12 +8937,9 @@ nav.navbar.navigator {
10084
8937
  background-color: transparent;
10085
8938
  border-bottom: 0; }
10086
8939
  nav.navbar.navigator.navbar-transparent.light {
10087
- background-color: rgba(255, 255, 255, 0.3);
10088
- border-bottom: solid 3px #fafafa; }
8940
+ background-color: rgba(255, 255, 255, 0.3); }
10089
8941
  nav.navbar.navigator.navbar-transparent.dark {
10090
- background-color: rgba(0, 0, 0, 0.3);
10091
- border-bottom: solid 3px #555;
10092
- border-left: solid 1px #555; }
8942
+ background-color: rgba(0, 0, 0, 0.3); }
10093
8943
  nav.navbar.navigator.menu-center .container {
10094
8944
  position: relative; }
10095
8945
  nav.navbar.navigator.menu-center .navbar-header {
@@ -10367,7 +9217,7 @@ body {
10367
9217
  nav.navigator.navbar-full ul.nav > li > a {
10368
9218
  border: none; }
10369
9219
  nav.navbar.navigator {
10370
- background-color: #607d8b;
9220
+ background-color: #0D47A1;
10371
9221
  /* .dropdown-menu .dropdown-item {
10372
9222
  padding: .5rem;
10373
9223
  max-width: unset;
@@ -10766,7 +9616,8 @@ h4.result-item > a:hover {
10766
9616
 
10767
9617
  p.result-group-item-text {
10768
9618
  font-size: .875rem;
10769
- margin-bottom: .5rem; }
9619
+ margin-bottom: .5rem;
9620
+ text-align: justify; }
10770
9621
 
10771
9622
  #jss-results li {
10772
9623
  padding-top: .2rem;
@@ -10798,6 +9649,12 @@ p.result-group-item-text {
10798
9649
  font-weight: 400;
10799
9650
  color: #424242; }
10800
9651
 
9652
+ .form-clear-searcher {
9653
+ margin: .5rem .5rem 0 .5rem; }
9654
+
9655
+ .search-list-item {
9656
+ margin-right: 3.5rem; }
9657
+
10801
9658
  /*
10802
9659
  # -----------------------------------------------------------------------------
10803
9660
  # ~/theme_uno/modules/_ssm.scss
@@ -10835,6 +9692,9 @@ p.result-group-item-text {
10835
9692
  .ssm-sub-menu {
10836
9693
  background: #212121; }
10837
9694
 
9695
+ span.ssm-btn-text {
9696
+ margin-top: 8px; }
9697
+
10838
9698
  #ssm-container ul {
10839
9699
  padding: 0;
10840
9700
  margin: 0; }
@@ -10921,88 +9781,67 @@ p.result-group-item-text {
10921
9781
  transform: translate(15px, 0);
10922
9782
  }
10923
9783
  */
9784
+ /* jadams, 2020-08-07: media query WRONG on the container class.
9785
+ Padding on CONTAINER cause irritating paddings on HOME page
9786
+ TODO: Padding needs to be isolated on SSM (if used)
9787
+ See: packages\200_template_js\js\sticky-side-menu\ssm.js
9788
+ -------------------------------------------------------------------------------- */
10924
9789
  /* Responsive */
10925
- /* jadams, 2020-06-29: media query for SSM
9790
+ /* jadams, 2020-06-29: media query for SSM (space for ssm)
10926
9791
  -------------------------------------------------------------------------------- */
10927
9792
  /* Landscape iPad, 768px */
10928
- @media only screen and (min-width: 576px) and (max-width: 768px) {
9793
+ /*
9794
+ @media only screen and (min-width: 576px) and (max-width: 768px){
10929
9795
  .container, .container-fluid {
10930
9796
  padding-right: 30px !important;
10931
- /* space for ssm */ } }
10932
-
9797
+ }
9798
+ }
9799
+ */
10933
9800
  /* Small devices (landscape phones, up to 576px) */
10934
- @media only screen and (max-width: 576px) {
9801
+ /* @media only screen and (max-width: 576px) {
10935
9802
  .container, .container-fluid {
10936
9803
  padding-right: 30px !important;
10937
- /* space for ssm */ } }
10938
-
9804
+ }
9805
+ }
9806
+ */
10939
9807
  /*
10940
9808
  # -----------------------------------------------------------------------------
10941
- # ~/theme_uno/modules/_toccer.scss (v4.11.2)
10942
- # Provides base styles for the toc navigation based on Tim Scanlin's Tocbot
9809
+ # ~/theme_uno/modules/_totop.scss
9810
+ # Provides CSS styles for J1 Back2Top
10943
9811
  #
10944
- # Product/Info:
10945
- # https://jekyll.one
10946
- # https://tscanlin.github.io/tocbot
9812
+ # Product/Info:
9813
+ # https://jekyll-one.com
10947
9814
  #
10948
- # Copyright (C) 2016 Tim Scanlin
10949
- # Copyright (C) 2020 Juergen Adams
9815
+ # Copyright (C) 2019 Juergen Adams
10950
9816
  #
10951
- # J1 Template is licensed under MIT License.
10952
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
10953
- # Tocbot is licensed under MIT License.
10954
- # See: https://github.com/tscanlin/tocbot/blob/master/LICENSE
9817
+ # J1 Template is licensed under the MIT License.
9818
+ # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE
10955
9819
  #
10956
9820
  # -----------------------------------------------------------------------------
10957
9821
  */
10958
- .toc {
10959
- overflow-y: auto; }
10960
-
10961
- .toc > .toc-list {
10962
- overflow: hidden;
10963
- position: relative; }
10964
-
10965
- .toc > .toc-list li {
10966
- list-style: none; }
10967
-
10968
- .toc-list {
10969
- margin: 0;
10970
- padding-left: 10px; }
10971
-
10972
- a.toc-link {
10973
- color: #757575;
10974
- height: 100%;
10975
- font-size: 1rem; }
10976
-
10977
- a.toc-link:hover {
10978
- color: #fafafa;
10979
- text-decoration: none;
10980
- font-weight: 700; }
10981
-
10982
- .is-collapsible {
10983
- max-height: 1000px;
10984
- overflow: hidden;
10985
- transition: all 300ms ease-in-out; }
10986
-
10987
- .is-collapsed {
10988
- max-height: 0; }
10989
-
10990
- .is-position-fixed {
10991
- position: fixed !important;
10992
- top: 0; }
10993
-
10994
- .is-active-link {
10995
- font-weight: 700; }
10996
-
10997
- .toc-link::before {
10998
- background-color: #E0E0E0;
10999
- content: ' ';
11000
- display: inline-block;
11001
- height: inherit;
11002
- left: 0;
11003
- margin-top: -1px;
11004
- position: absolute;
11005
- width: 2px; }
11006
-
11007
- .is-active-link::before {
11008
- background-color: #757575; }
9822
+ /*
9823
+ ---------------------------------------------------------------------
9824
+ NOTE: Styles
9825
+ #topcontrol.position,
9826
+ #topcontrol.background,
9827
+ #topcontrol.content:after,
9828
+ #topcontrol.font-family:after
9829
+ #topcontrol.background:hover
9830
+ set dynamically via j1_adapter_back_to_top.js
9831
+ --------------------------------------------------------------------
9832
+ */
9833
+ #topcontrol {
9834
+ color: #fff;
9835
+ z-index: 99;
9836
+ width: 30px;
9837
+ height: 30px;
9838
+ font-size: 20px;
9839
+ border-radius: 3px !important; }
9840
+ #topcontrol:after {
9841
+ top: 0;
9842
+ left: 5px;
9843
+ position: absolute;
9844
+ text-align: center; }
9845
+ #topcontrol:hover {
9846
+ color: #fff;
9847
+ transition: all 0.3s ease-in-out; }