cronapp-framework-js 2.9.1-SNAPSHOT.1 → 2.9.1-SP.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1652) hide show
  1. package/components/crn-anchor.components.json +205 -0
  2. package/components/crn-button-filter.components.json +51 -9
  3. package/components/crn-button.components.json +296 -30
  4. package/components/crn-checkbox.components.json +1 -1
  5. package/components/crn-component.components.json +43 -0
  6. package/components/crn-cron-captcha.components.json +1 -1
  7. package/components/crn-datasource.components.json +3 -3
  8. package/components/crn-dynamic-file.components.json +41 -0
  9. package/components/crn-dynamic-menu.components.json +6 -13
  10. package/components/crn-eight-four-container.components.json +7 -30
  11. package/components/crn-enterprise-checkbox.components.json +67 -5
  12. package/components/crn-enterprise-combobox-multiple.components.json +70 -3
  13. package/components/crn-four-eight-container.components.json +7 -30
  14. package/components/crn-frame.components.json +3 -9
  15. package/components/crn-icon.components.json +73 -18
  16. package/components/crn-menu-item.components.json +3 -2
  17. package/components/crn-one-container.components.json +14 -2
  18. package/components/crn-panel.components.json +45 -10
  19. package/components/crn-radioOption.components.json +19 -2
  20. package/components/crn-radiogroup.components.json +60 -7
  21. package/components/crn-rating.components.json +76 -19
  22. package/components/crn-sidebar.components.json +1 -1
  23. package/components/crn-slider.components.json +2 -1
  24. package/components/crn-three-container.components.json +7 -30
  25. package/components/crn-trhee-six-three-container.components.json +7 -30
  26. package/components/crn-two-container.components.json +7 -30
  27. package/components/crn-upload-file.components.json +46 -11
  28. package/components/crn-upload.components.json +49 -11
  29. package/components/crn-vertical-container.components.json +1 -1
  30. package/components/cron-breadcrumbs.components.json +5 -4
  31. package/components/cron-ordered-list.components.json +2 -1
  32. package/components/css/checkbox-color.css +856 -242
  33. package/components/css/color-default.css +289 -21
  34. package/components/css/combobox-color.css +655 -52
  35. package/components/css/crn-input-password.css +16 -7
  36. package/components/css/deprecated/checkbox-color.css +348 -0
  37. package/components/css/deprecated/color-default.css +111 -0
  38. package/components/css/deprecated/combobox-color.css +145 -0
  39. package/components/css/deprecated/multiselect-editor.css +106 -0
  40. package/components/css/deprecated/option-color.css +335 -0
  41. package/components/css/designtime.css +0 -26
  42. package/components/css/font-size.css +16 -0
  43. package/components/css/option-color.css +453 -147
  44. package/components/templates/Component_Container/crn-eight-four-container.template.html +14 -4
  45. package/components/templates/Component_Container/crn-four-eight-container.template.html +14 -4
  46. package/components/templates/Component_Container/crn-one-container.template.html +7 -1
  47. package/components/templates/Component_Container/crn-three-container.template.html +21 -5
  48. package/components/templates/Component_Container/crn-three-six-three-container.template.html +21 -5
  49. package/components/templates/Component_Container/crn-two-container.template.html +14 -4
  50. package/components/templates/accordion.template.html +4 -4
  51. package/components/templates/anchor.template.html +1 -1
  52. package/components/templates/button.template.html +2 -2
  53. package/components/templates/crn-signature-pad.designtime.html +3 -6
  54. package/components/templates/cron-calendar.designtime.html +74 -169
  55. package/components/templates/cron-checkbox.template.html +1 -1
  56. package/components/templates/cron-combobox-multiple.designtime.html +11 -9
  57. package/components/templates/cron-combobox-multiple.template.html +1 -1
  58. package/components/templates/cron-crud.template.html +7 -7
  59. package/components/templates/cron-dynamic-menu.designtime.html +3 -1
  60. package/components/templates/cron-dynamic-menu.template.html +4 -3
  61. package/components/templates/cron-frame.template.html +1 -1
  62. package/components/templates/cron-scheduler.designtime.html +94 -106
  63. package/components/templates/cron-slider.designtime.html +34 -0
  64. package/components/templates/cron-tree-view.designtime.html +30 -23
  65. package/components/templates/dynamicfile.template.html +1 -1
  66. package/components/templates/dynamictitle.template.html +1 -1
  67. package/components/templates/form.template.html +7 -7
  68. package/components/templates/icon.template.html +1 -1
  69. package/components/templates/image-menu.template.html +1 -1
  70. package/components/templates/navbar.template.html +8 -9
  71. package/components/templates/panel.template.html +1 -1
  72. package/components/templates/radiogroup.template.html +1 -1
  73. package/components/templates/rating.template.html +5 -5
  74. package/components/templates/social-button-bar.template.html +20 -20
  75. package/components/templates/sub-form.template.html +7 -7
  76. package/components/templates/textinputbutton.template.html +1 -1
  77. package/css/animate.css +48 -18
  78. package/css/app.css +37 -329
  79. package/css/cronos.css +2 -3
  80. package/css/fonts/SourceSansPro/SourceSansPro-Black.otf +0 -0
  81. package/css/fonts/SourceSansPro/SourceSansPro-BlackIt.otf +0 -0
  82. package/css/fonts/SourceSansPro/SourceSansPro-Bold.otf +0 -0
  83. package/css/fonts/SourceSansPro/SourceSansPro-BoldIt.otf +0 -0
  84. package/css/fonts/SourceSansPro/SourceSansPro-ExtraLight.otf +0 -0
  85. package/css/fonts/SourceSansPro/SourceSansPro-ExtraLightIt.otf +0 -0
  86. package/css/fonts/SourceSansPro/SourceSansPro-It.otf +0 -0
  87. package/css/fonts/SourceSansPro/SourceSansPro-Light.otf +0 -0
  88. package/css/fonts/SourceSansPro/SourceSansPro-LightIt.otf +0 -0
  89. package/css/fonts/SourceSansPro/SourceSansPro-Regular.otf +0 -0
  90. package/css/fonts/SourceSansPro/SourceSansPro-Semibold.otf +0 -0
  91. package/css/fonts/SourceSansPro/SourceSansPro-SemiboldIt.otf +0 -0
  92. package/css/fonts/SourceSansPro/SourceSansPro.css +83 -0
  93. package/css/fonts/WorkSans/WorkSans-Black.ttf +0 -0
  94. package/css/fonts/WorkSans/WorkSans-BlackItalic.ttf +0 -0
  95. package/css/fonts/WorkSans/WorkSans-Bold.ttf +0 -0
  96. package/css/fonts/WorkSans/WorkSans-BoldItalic.ttf +0 -0
  97. package/css/fonts/WorkSans/WorkSans-ExtraBold.ttf +0 -0
  98. package/css/fonts/WorkSans/WorkSans-ExtraBoldItalic.ttf +0 -0
  99. package/css/fonts/WorkSans/WorkSans-ExtraLight.ttf +0 -0
  100. package/css/fonts/WorkSans/WorkSans-ExtraLightItalic.ttf +0 -0
  101. package/css/fonts/WorkSans/WorkSans-Italic.ttf +0 -0
  102. package/css/fonts/WorkSans/WorkSans-Light.ttf +0 -0
  103. package/css/fonts/WorkSans/WorkSans-LightItalic.ttf +0 -0
  104. package/css/fonts/WorkSans/WorkSans-Medium.ttf +0 -0
  105. package/css/fonts/WorkSans/WorkSans-MediumItalic.ttf +0 -0
  106. package/css/fonts/WorkSans/WorkSans-Regular.ttf +0 -0
  107. package/css/fonts/WorkSans/WorkSans-SemiBold.ttf +0 -0
  108. package/css/fonts/WorkSans/WorkSans-SemiBoldItalic.ttf +0 -0
  109. package/css/fonts/WorkSans/WorkSans-Thin.ttf +0 -0
  110. package/css/fonts/WorkSans/WorkSans-ThinItalic.ttf +0 -0
  111. package/css/fonts/WorkSans/WorkSans.css +97 -0
  112. package/css/fonts/arial-narrow/arial-narrow-bold-italic.ttf +0 -0
  113. package/css/fonts/arial-narrow/arial-narrow-bold.ttf +0 -0
  114. package/css/fonts/arial-narrow/arial-narrow-italic.ttf +0 -0
  115. package/css/fonts/arial-narrow/arial-narrow.css +27 -0
  116. package/css/fonts/arial-narrow/arial-narrow.ttf +0 -0
  117. package/css/fonts/calibri/calibri-bold-italic.ttf +0 -0
  118. package/css/fonts/calibri/calibri-bold.ttf +0 -0
  119. package/css/fonts/calibri/calibri-italic.ttf +0 -0
  120. package/css/fonts/calibri/calibri-light-italic.ttf +0 -0
  121. package/css/fonts/calibri/calibri-light.ttf +0 -0
  122. package/css/fonts/calibri/calibri-regular.ttf +0 -0
  123. package/css/fonts/calibri/calibri.css +41 -0
  124. package/css/fonts/georgia/georgia.css +27 -0
  125. package/css/fonts/georgia/georgia_bold.ttf +0 -0
  126. package/css/fonts/georgia/georgia_bold_italic.ttf +0 -0
  127. package/css/fonts/georgia/georgia_italic.ttf +0 -0
  128. package/css/fonts/georgia/georgia_regular.ttf +0 -0
  129. package/css/fonts/{glyphicons-halflings-regular.eot → glyphicons-halflings/glyphicons-halflings-regular.eot} +0 -0
  130. package/css/fonts/{glyphicons-halflings-regular.svg → glyphicons-halflings/glyphicons-halflings-regular.svg} +0 -0
  131. package/css/fonts/{glyphicons-halflings-regular.ttf → glyphicons-halflings/glyphicons-halflings-regular.ttf} +0 -0
  132. package/css/fonts/{glyphicons-halflings-regular.woff → glyphicons-halflings/glyphicons-halflings-regular.woff} +0 -0
  133. package/css/fonts/{glyphicons-halflings-regular.woff2 → glyphicons-halflings/glyphicons-halflings-regular.woff2} +0 -0
  134. package/css/fonts/helvetica-neue/HelveticaNeue.css +125 -0
  135. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Bd.otf +0 -0
  136. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-BdIt.otf +0 -0
  137. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Blk.otf +0 -0
  138. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-BlkIt.otf +0 -0
  139. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Hv.otf +0 -0
  140. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-HvIt.otf +0 -0
  141. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-It.otf +0 -0
  142. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Lt.otf +0 -0
  143. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-LtIt.otf +0 -0
  144. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Md.otf +0 -0
  145. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-MdIt.otf +0 -0
  146. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Roman.otf +0 -0
  147. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Th.otf +0 -0
  148. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-ThIt.otf +0 -0
  149. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-UltLt.otf +0 -0
  150. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-UltLtIt.otf +0 -0
  151. package/css/fonts/inter/Inter-Black.otf +0 -0
  152. package/css/fonts/inter/Inter-BlackItalic.otf +0 -0
  153. package/css/fonts/inter/Inter-Bold.otf +0 -0
  154. package/css/fonts/inter/Inter-BoldItalic.otf +0 -0
  155. package/css/fonts/inter/Inter-ExtraBold.otf +0 -0
  156. package/css/fonts/inter/Inter-ExtraBoldItalic.otf +0 -0
  157. package/css/fonts/inter/Inter-ExtraLightItalic.otf +0 -0
  158. package/css/fonts/inter/Inter-Italic.otf +0 -0
  159. package/css/fonts/inter/Inter-Light.otf +0 -0
  160. package/css/fonts/inter/Inter-LightItalic.otf +0 -0
  161. package/css/fonts/inter/Inter-Medium.otf +0 -0
  162. package/css/fonts/inter/Inter-MediumItalic.otf +0 -0
  163. package/css/fonts/inter/Inter-Regular.otf +0 -0
  164. package/css/fonts/inter/Inter-SemiBold.otf +0 -0
  165. package/css/fonts/inter/Inter-SemiBoldItalic.otf +0 -0
  166. package/css/fonts/inter/Inter-Thin.otf +0 -0
  167. package/css/fonts/inter/Inter-ThinItalic.otf +0 -0
  168. package/css/fonts/inter/inter.css +104 -0
  169. package/css/fonts/lato/Lato-Black.ttf +0 -0
  170. package/css/fonts/lato/Lato-BlackItalic.ttf +0 -0
  171. package/css/fonts/lato/Lato-Bold.ttf +0 -0
  172. package/css/fonts/lato/Lato-BoldItalic.ttf +0 -0
  173. package/css/fonts/lato/Lato-Hairline.ttf +0 -0
  174. package/css/fonts/lato/Lato-HairlineItalic.ttf +0 -0
  175. package/css/fonts/lato/Lato-Heavy.ttf +0 -0
  176. package/css/fonts/lato/Lato-HeavyItalic.ttf +0 -0
  177. package/css/fonts/lato/Lato-Italic.ttf +0 -0
  178. package/css/fonts/lato/Lato-Light.ttf +0 -0
  179. package/css/fonts/lato/Lato-LightItalic.ttf +0 -0
  180. package/css/fonts/lato/Lato-Medium.ttf +0 -0
  181. package/css/fonts/lato/Lato-MediumItalic.ttf +0 -0
  182. package/css/fonts/lato/Lato-Regular.ttf +0 -0
  183. package/css/fonts/lato/Lato-Semibold.ttf +0 -0
  184. package/css/fonts/lato/Lato-SemiboldItalic.ttf +0 -0
  185. package/css/fonts/lato/Lato-Thin.ttf +0 -0
  186. package/css/fonts/lato/Lato-ThinItalic.ttf +0 -0
  187. package/css/fonts/lato/lato.css +125 -0
  188. package/css/fonts/material-icons/MaterialIcons-Regular.ttf +0 -0
  189. package/css/fonts/material-icons/font-material-icon.css +22 -0
  190. package/css/fonts/material-icons/material-icons.woff2 +0 -0
  191. package/css/fonts/news-cycle/NewsCycle-Bold.ttf +0 -0
  192. package/css/fonts/news-cycle/NewsCycle-Regular.ttf +0 -0
  193. package/css/fonts/news-cycle/NewsCycle.css +13 -0
  194. package/css/fonts/open-sans/OpenSans-Bold.ttf +0 -0
  195. package/css/fonts/open-sans/OpenSans-BoldItalic.ttf +0 -0
  196. package/css/fonts/open-sans/OpenSans-ExtraBold.ttf +0 -0
  197. package/css/fonts/open-sans/OpenSans-ExtraBoldItalic.ttf +0 -0
  198. package/css/fonts/open-sans/OpenSans-Italic.ttf +0 -0
  199. package/css/fonts/open-sans/OpenSans-Light.ttf +0 -0
  200. package/css/fonts/open-sans/OpenSans-LightItalic.ttf +0 -0
  201. package/css/fonts/open-sans/OpenSans-Regular.ttf +0 -0
  202. package/css/fonts/open-sans/OpenSans-Semibold.ttf +0 -0
  203. package/css/fonts/open-sans/OpenSans-SemiboldItalic.ttf +0 -0
  204. package/css/fonts/open-sans/OpenSans.css +69 -0
  205. package/css/fonts/raleway/Raleway-Black.ttf +0 -0
  206. package/css/fonts/raleway/Raleway-BlackItalic.ttf +0 -0
  207. package/css/fonts/raleway/Raleway-Bold.ttf +0 -0
  208. package/css/fonts/raleway/Raleway-BoldItalic.ttf +0 -0
  209. package/css/fonts/raleway/Raleway-ExtraBold.ttf +0 -0
  210. package/css/fonts/raleway/Raleway-ExtraBoldItalic.ttf +0 -0
  211. package/css/fonts/raleway/Raleway-ExtraLight.ttf +0 -0
  212. package/css/fonts/raleway/Raleway-ExtraLightItalic.ttf +0 -0
  213. package/css/fonts/raleway/Raleway-Italic.ttf +0 -0
  214. package/css/fonts/raleway/Raleway-Light.ttf +0 -0
  215. package/css/fonts/raleway/Raleway-LightItalic.ttf +0 -0
  216. package/css/fonts/raleway/Raleway-Medium.ttf +0 -0
  217. package/css/fonts/raleway/Raleway-MediumItalic.ttf +0 -0
  218. package/css/fonts/raleway/Raleway-Regular.ttf +0 -0
  219. package/css/fonts/raleway/Raleway-SemiBold.ttf +0 -0
  220. package/css/fonts/raleway/Raleway-SemiBoldItalic.ttf +0 -0
  221. package/css/fonts/raleway/Raleway-Thin.ttf +0 -0
  222. package/css/fonts/raleway/Raleway-ThinItalic.ttf +0 -0
  223. package/css/fonts/raleway/raleway.css +111 -0
  224. package/css/fonts/rawline/rawline-100.ttf +0 -0
  225. package/css/fonts/rawline/rawline-100i.ttf +0 -0
  226. package/css/fonts/rawline/rawline-200.ttf +0 -0
  227. package/css/fonts/rawline/rawline-200i.ttf +0 -0
  228. package/css/fonts/rawline/rawline-300.ttf +0 -0
  229. package/css/fonts/rawline/rawline-300i.ttf +0 -0
  230. package/css/fonts/rawline/rawline-400.ttf +0 -0
  231. package/css/fonts/rawline/rawline-400i.ttf +0 -0
  232. package/css/fonts/rawline/rawline-500.ttf +0 -0
  233. package/css/fonts/rawline/rawline-500i.ttf +0 -0
  234. package/css/fonts/rawline/rawline-600.ttf +0 -0
  235. package/css/fonts/rawline/rawline-600i.ttf +0 -0
  236. package/css/fonts/rawline/rawline-700.ttf +0 -0
  237. package/css/fonts/rawline/rawline-700i.ttf +0 -0
  238. package/css/fonts/rawline/rawline-800.ttf +0 -0
  239. package/css/fonts/rawline/rawline-800i.ttf +0 -0
  240. package/css/fonts/rawline/rawline-900.ttf +0 -0
  241. package/css/fonts/rawline/rawline-900i.ttf +0 -0
  242. package/css/fonts/rawline/rawline.css +111 -0
  243. package/css/fonts/roboto/Roboto-Black.ttf +0 -0
  244. package/css/fonts/roboto/Roboto-BlackItalic.ttf +0 -0
  245. package/css/fonts/roboto/Roboto-Bold.ttf +0 -0
  246. package/css/fonts/roboto/Roboto-BoldItalic.ttf +0 -0
  247. package/css/fonts/roboto/Roboto-Italic.ttf +0 -0
  248. package/css/fonts/roboto/Roboto-Light.ttf +0 -0
  249. package/css/fonts/roboto/Roboto-LightItalic.ttf +0 -0
  250. package/css/fonts/roboto/Roboto-Medium.ttf +0 -0
  251. package/css/fonts/roboto/Roboto-MediumItalic.ttf +0 -0
  252. package/css/fonts/roboto/Roboto-Regular.ttf +0 -0
  253. package/css/fonts/roboto/Roboto-Thin.ttf +0 -0
  254. package/css/fonts/roboto/Roboto-ThinItalic.ttf +0 -0
  255. package/css/fonts/roboto/roboto.css +83 -0
  256. package/css/fonts/times-new-roman/Times-New-Roman.css +27 -0
  257. package/css/fonts/times-new-roman/times-new-roman-bold-italic.ttf +0 -0
  258. package/css/fonts/times-new-roman/times-new-roman-italic.ttf +0 -0
  259. package/css/fonts/times-new-roman/times-new-roman.ttf +0 -0
  260. package/css/fonts/times-new-roman/times-new-romanbold.ttf +0 -0
  261. package/css/fonts/ubuntu/Ubuntu-B.ttf +0 -0
  262. package/css/fonts/ubuntu/Ubuntu-BI.ttf +0 -0
  263. package/css/fonts/ubuntu/Ubuntu-C.ttf +0 -0
  264. package/css/fonts/ubuntu/Ubuntu-L.ttf +0 -0
  265. package/css/fonts/ubuntu/Ubuntu-LI.ttf +0 -0
  266. package/css/fonts/ubuntu/Ubuntu-M.ttf +0 -0
  267. package/css/fonts/ubuntu/Ubuntu-MI.ttf +0 -0
  268. package/css/fonts/ubuntu/Ubuntu-R.ttf +0 -0
  269. package/css/fonts/ubuntu/Ubuntu-RI.ttf +0 -0
  270. package/css/fonts/ubuntu/Ubuntu.css +55 -0
  271. package/css/privacy/privacy.css +91 -22
  272. package/css/themes/aquamarine.min.css +5 -2
  273. package/css/themes/cerulean.min.css +4 -2
  274. package/css/themes/cosmo.min.css +5 -2
  275. package/css/themes/custom/aquamarine/button-aquamarine.css +336 -0
  276. package/css/themes/custom/aquamarine/checkbox-aquamarine.css +113 -0
  277. package/css/themes/custom/aquamarine/custom-aquamarine.css +1466 -0
  278. package/css/themes/custom/aquamarine/navbar-aquamarine.css +80 -0
  279. package/css/themes/custom/aquamarine/panel-aquamarine.css +139 -0
  280. package/css/themes/custom/cerulean/button-cerulean.css +210 -152
  281. package/css/themes/custom/cerulean/custom-cerulean.css +623 -23
  282. package/css/themes/custom/cerulean/navbar-cerulean.css +39 -8
  283. package/css/themes/custom/cerulean/panel-cerulean.css +87 -18
  284. package/css/themes/custom/cosmo/button-cosmo.css +109 -0
  285. package/css/themes/custom/cosmo/custom-cosmo.css +1005 -0
  286. package/css/themes/custom/cosmo/navbar-cosmo.css +93 -0
  287. package/css/themes/custom/cosmo/panel-cosmo.css +132 -0
  288. package/css/themes/custom/cyborg/button-cyborg.css +90 -0
  289. package/css/themes/custom/cyborg/custom-cyborg.css +1189 -0
  290. package/css/themes/custom/cyborg/navbar-cyborg.css +102 -0
  291. package/css/themes/custom/cyborg/panel-cyborg.css +131 -0
  292. package/css/themes/custom/darkly/button-darkly.css +162 -0
  293. package/css/themes/custom/darkly/custom-darkly.css +779 -25
  294. package/css/themes/custom/darkly/navbar-darkly.css +73 -11
  295. package/css/themes/custom/darkly/panel-darkly.css +68 -30
  296. package/css/themes/custom/dsgov/button-dsgov.css +164 -0
  297. package/css/themes/custom/dsgov/calendar-dsgov.css +231 -0
  298. package/css/themes/custom/dsgov/color-dsgov.css +138 -0
  299. package/css/themes/custom/dsgov/custom-dsgov.css +1246 -0
  300. package/css/themes/custom/dsgov/form-dsgov.css +362 -0
  301. package/css/themes/custom/dsgov/navbar-dsgov.css +242 -0
  302. package/css/themes/custom/dsgov/panel-dsgov.css +200 -0
  303. package/css/themes/custom/dsgov/slider-dsgov.css +92 -0
  304. package/css/themes/custom/dsgov/table-grid-dsgov.css +436 -0
  305. package/css/themes/custom/flatly/button-flatly.css +173 -0
  306. package/css/themes/custom/flatly/custom-flatly.css +629 -36
  307. package/css/themes/custom/flatly/navbar-flatly.css +53 -10
  308. package/css/themes/custom/flatly/panel-flatly.css +67 -26
  309. package/css/themes/custom/fuse/button-fuse.css +157 -0
  310. package/css/themes/custom/fuse/custom-fuse.css +1147 -0
  311. package/css/themes/custom/fuse/navbar-fuse.css +129 -0
  312. package/css/themes/custom/fuse/panel-fuse.css +183 -0
  313. package/css/themes/custom/journal/button-journal.css +195 -0
  314. package/css/themes/custom/journal/custom-journal.css +938 -0
  315. package/css/themes/custom/journal/navbar-journal.css +147 -0
  316. package/css/themes/custom/journal/panel-journal.css +123 -0
  317. package/css/themes/custom/lumen/button-lumen.css +213 -0
  318. package/css/themes/custom/lumen/custom-lumen.css +1089 -0
  319. package/css/themes/custom/lumen/navbar-lumen.css +97 -0
  320. package/css/themes/custom/lumen/panel-lumen.css +125 -0
  321. package/css/themes/custom/material/custom-material.css +770 -3118
  322. package/css/themes/custom/material/grid-material.css +302 -0
  323. package/css/themes/custom/material/navbar-material.css +88 -0
  324. package/css/themes/custom/material/panel-material.css +120 -0
  325. package/css/themes/custom/materialui/custom-materialui.css +275 -0
  326. package/css/themes/custom/navigator/custom-navigator.css +46 -60
  327. package/css/themes/custom/paper/button-paper.css +204 -0
  328. package/css/themes/custom/paper/custom-paper.css +1148 -0
  329. package/css/themes/custom/paper/navbar-paper.css +104 -0
  330. package/css/themes/custom/paper/panel-paper.css +81 -0
  331. package/css/themes/custom/readable/button-readable.css +182 -0
  332. package/css/themes/custom/readable/custom-readable.css +1030 -0
  333. package/css/themes/custom/readable/navbar-readable.css +148 -0
  334. package/css/themes/custom/readable/panel-readable.css +126 -0
  335. package/css/themes/custom/sandstone/button-sandstone.css +187 -0
  336. package/css/themes/custom/sandstone/custom-sandstone.css +992 -0
  337. package/css/themes/custom/sandstone/navbar-sandstone.css +89 -0
  338. package/css/themes/custom/sandstone/panel-sandstone.css +125 -0
  339. package/css/themes/custom/simplex/button-simplex.css +304 -0
  340. package/css/themes/custom/simplex/custom-simplex.css +922 -0
  341. package/css/themes/custom/simplex/navbar-simplex.css +109 -0
  342. package/css/themes/custom/simplex/panel-simplex.css +121 -0
  343. package/css/themes/custom/slate/button-slate.css +306 -0
  344. package/css/themes/custom/slate/custom-slate.css +1179 -0
  345. package/css/themes/custom/slate/navbar-slate.css +97 -0
  346. package/css/themes/custom/slate/panel-slate.css +87 -0
  347. package/css/themes/custom/spacelab/button-spacelab.css +192 -154
  348. package/css/themes/custom/spacelab/custom-spacelab.css +629 -7
  349. package/css/themes/custom/spacelab/navbar-spacelab.css +90 -11
  350. package/css/themes/custom/spacelab/panel-spacelab.css +96 -84
  351. package/css/themes/custom/superhero/button-superhero.css +166 -0
  352. package/css/themes/custom/superhero/custom-superhero.css +909 -35
  353. package/css/themes/custom/superhero/navbar-superhero.css +32 -6
  354. package/css/themes/custom/superhero/panel-superhero.css +32 -12
  355. package/css/themes/custom/superhero/tabs-superhero.css +2 -2
  356. package/css/themes/custom/theme-general/button.css +214 -72
  357. package/css/themes/custom/theme-general/carousel.css +31 -1
  358. package/css/themes/custom/theme-general/forms.css +91 -6
  359. package/css/themes/custom/theme-general/login.css +250 -6
  360. package/css/themes/custom/theme-general/menu.css +177 -3
  361. package/css/themes/custom/theme-general/modal.css +137 -5
  362. package/css/themes/custom/theme-general/notification.css +47 -6
  363. package/css/themes/custom/theme-general/report-viewer.css +11 -11
  364. package/css/themes/custom/theme-general/scheduler.css +142 -3
  365. package/css/themes/custom/theme-general/slider.css +64 -8
  366. package/css/themes/custom/theme-general/table-grid.css +166 -7
  367. package/css/themes/custom/theme-general/tabs.css +12 -12
  368. package/css/themes/custom/theme-general/theme-general.css +401 -59
  369. package/css/themes/custom/theme-general/timeline.css +6 -6
  370. package/css/themes/custom/theme-general/treeview.css +10 -9
  371. package/css/themes/custom/united/button-united.css +187 -0
  372. package/css/themes/custom/united/custom-united.css +965 -0
  373. package/css/themes/custom/united/navbar-united.css +101 -0
  374. package/css/themes/custom/united/panel-united.css +121 -0
  375. package/css/themes/custom/yeti/button-yeti.css +274 -0
  376. package/css/themes/custom/yeti/custom-yeti.css +1047 -0
  377. package/css/themes/custom/yeti/navbar-yeti.css +77 -0
  378. package/css/themes/custom/yeti/panel-yeti.css +127 -0
  379. package/css/themes/cyborg.min.css +5 -2
  380. package/css/themes/darkly.min.css +4 -2
  381. package/css/themes/deprecated/aquamarine.min.css +6 -0
  382. package/css/themes/deprecated/cerulean.min.css +7 -0
  383. package/css/themes/deprecated/cosmo.min.css +7 -0
  384. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.3/_media-print.css +0 -0
  385. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.3/alert.css +0 -0
  386. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.3/badge.css +0 -0
  387. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.3/basics.css +0 -0
  388. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.3/blockquote.css +0 -0
  389. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.3/breadcrumb.css +0 -0
  390. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.3/btn-group.css +0 -0
  391. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.3/btn-toolbar.css +0 -0
  392. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.3/btn.css +0 -0
  393. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.3/caret.css +0 -0
  394. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.3/carousel.css +0 -0
  395. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.3/close.css +0 -0
  396. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.3/col.css +0 -0
  397. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.3/collapse.css +0 -0
  398. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.3/container.css +0 -0
  399. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.3/dropdown.css +0 -0
  400. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.3/embed-responsive.css +0 -0
  401. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.3/form.css +0 -0
  402. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.3/glyphicon.css +0 -0
  403. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.3/has.css +0 -0
  404. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.3/import_bootswatch.css +0 -0
  405. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.3/input-group.css +0 -0
  406. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.3/input.css +0 -0
  407. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.3/jumbotron.css +0 -0
  408. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.3/kbd.css +0 -0
  409. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.3/label.css +0 -0
  410. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.3/list-group.css +0 -0
  411. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.3/media.css +0 -0
  412. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.3/modal.css +0 -0
  413. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.3/nav-justified.css +0 -0
  414. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.3/nav-pills.css +0 -0
  415. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.3/nav-stacked.css +0 -0
  416. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.3/nav-tabs.css +0 -0
  417. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.3/nav.css +0 -0
  418. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.3/navbar.css +0 -0
  419. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.3/pager.css +0 -0
  420. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.3/pagination.css +0 -0
  421. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.3/panel.css +0 -0
  422. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.3/popover.css +0 -0
  423. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.3/pre.css +0 -0
  424. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.3/progress.css +0 -0
  425. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.3/table.css +0 -0
  426. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.3/text.css +0 -0
  427. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.3/thumbnail.css +0 -0
  428. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.3/tooltip.css +0 -0
  429. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.3/visible.css +0 -0
  430. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.3/well.css +0 -0
  431. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.6/_media-print.css +0 -0
  432. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.6/alert.css +0 -0
  433. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.6/animations.css +0 -0
  434. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.6/badge.css +0 -0
  435. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.6/basics.css +0 -0
  436. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.6/blockquote.css +0 -0
  437. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.6/breadcrumb.css +0 -0
  438. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.6/btn.css +0 -0
  439. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.6/carousel.css +0 -0
  440. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.6/close.css +0 -0
  441. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.6/col.css +0 -0
  442. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.6/collapse.css +0 -0
  443. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.6/container.css +0 -0
  444. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.6/dropdown.css +0 -0
  445. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.6/embed-responsive.css +0 -0
  446. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.6/fade.css +0 -0
  447. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.6/form_input.css +0 -0
  448. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.6/glyphicon.css +0 -0
  449. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.6/img_figure.css +0 -0
  450. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.6/import_bootswatch.css +0 -0
  451. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.6/input-group.css +0 -0
  452. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.6/jumbotron.css +0 -0
  453. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.6/label.css +0 -0
  454. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.6/list-group.css +0 -0
  455. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.6/media.css +0 -0
  456. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.6/modal.css +0 -0
  457. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.6/nav.css +0 -0
  458. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.6/navbar.css +0 -0
  459. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.6/pager.css +0 -0
  460. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.6/pagination.css +0 -0
  461. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.6/panel.css +0 -0
  462. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.6/popover.css +0 -0
  463. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.6/progress.css +0 -0
  464. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.6/table.css +0 -0
  465. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.6/text.css +0 -0
  466. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.6/thumbnail.css +0 -0
  467. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.6/tooltip.css +0 -0
  468. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.6/visible.css +0 -0
  469. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.6/well.css +0 -0
  470. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.7/_media-print.css +0 -0
  471. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.7/alert.css +0 -0
  472. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.7/animations.css +0 -0
  473. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.7/badge.css +0 -0
  474. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.7/basics.css +0 -0
  475. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.7/blockquote.css +0 -0
  476. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.7/breadcrumb.css +0 -0
  477. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.7/btn.css +0 -0
  478. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.7/carousel.css +0 -0
  479. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.7/close.css +0 -0
  480. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.7/col.css +0 -0
  481. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.7/collapse.css +0 -0
  482. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.7/container.css +0 -0
  483. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.7/dropdown.css +0 -0
  484. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.7/embed-responsive.css +0 -0
  485. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.7/fade.css +0 -0
  486. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.7/figure_img.css +0 -0
  487. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.7/form-control.css +0 -0
  488. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.7/glyphicon.css +0 -0
  489. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.7/import_bootswatch.css +0 -0
  490. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.7/input-group.css +0 -0
  491. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.7/input.css +0 -0
  492. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.7/jumbotron.css +0 -0
  493. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.7/label.css +0 -0
  494. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.7/list-group.css +0 -0
  495. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.7/media.css +0 -0
  496. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.7/modal.css +0 -0
  497. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.7/nav.css +0 -0
  498. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.7/navbar.css +0 -0
  499. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.7/pager.css +0 -0
  500. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.7/pagination.css +0 -0
  501. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.7/panel.css +0 -0
  502. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.7/popover.css +0 -0
  503. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.7/progress.css +0 -0
  504. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.7/table.css +0 -0
  505. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.7/text.css +0 -0
  506. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.7/thumbnail.css +0 -0
  507. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.7/tooltip.css +0 -0
  508. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.7/visible.css +0 -0
  509. package/css/themes/{custom → deprecated/custom}/_bootswatch-v3.3.7/well.css +0 -0
  510. package/css/themes/{custom → deprecated/custom}/_bootswatch-v4.1.3/_media-print.css +0 -0
  511. package/css/themes/{custom → deprecated/custom}/_bootswatch-v4.1.3/accordion.css +0 -0
  512. package/css/themes/{custom → deprecated/custom}/_bootswatch-v4.1.3/alert.css +0 -0
  513. package/css/themes/{custom → deprecated/custom}/_bootswatch-v4.1.3/align.css +0 -0
  514. package/css/themes/{custom → deprecated/custom}/_bootswatch-v4.1.3/badge.css +0 -0
  515. package/css/themes/{custom → deprecated/custom}/_bootswatch-v4.1.3/basics.css +0 -0
  516. package/css/themes/{custom → deprecated/custom}/_bootswatch-v4.1.3/blockquote.css +0 -0
  517. package/css/themes/{custom → deprecated/custom}/_bootswatch-v4.1.3/border.css +0 -0
  518. package/css/themes/{custom → deprecated/custom}/_bootswatch-v4.1.3/breadcrumb.css +0 -0
  519. package/css/themes/{custom → deprecated/custom}/_bootswatch-v4.1.3/btn.css +0 -0
  520. package/css/themes/{custom → deprecated/custom}/_bootswatch-v4.1.3/card.css +0 -0
  521. package/css/themes/{custom → deprecated/custom}/_bootswatch-v4.1.3/carousel.css +0 -0
  522. package/css/themes/{custom → deprecated/custom}/_bootswatch-v4.1.3/close.css +0 -0
  523. package/css/themes/{custom → deprecated/custom}/_bootswatch-v4.1.3/col.css +0 -0
  524. package/css/themes/{custom → deprecated/custom}/_bootswatch-v4.1.3/container.css +0 -0
  525. package/css/themes/{custom → deprecated/custom}/_bootswatch-v4.1.3/custom.css +0 -0
  526. package/css/themes/{custom → deprecated/custom}/_bootswatch-v4.1.3/display.css +0 -0
  527. package/css/themes/{custom → deprecated/custom}/_bootswatch-v4.1.3/dropdown.css +0 -0
  528. package/css/themes/{custom → deprecated/custom}/_bootswatch-v4.1.3/embed-responsive.css +0 -0
  529. package/css/themes/{custom → deprecated/custom}/_bootswatch-v4.1.3/flex.css +0 -0
  530. package/css/themes/{custom → deprecated/custom}/_bootswatch-v4.1.3/float.css +0 -0
  531. package/css/themes/{custom → deprecated/custom}/_bootswatch-v4.1.3/form.css +0 -0
  532. package/css/themes/{custom → deprecated/custom}/_bootswatch-v4.1.3/img_figure.css +0 -0
  533. package/css/themes/{custom → deprecated/custom}/_bootswatch-v4.1.3/import_bootswatch.css +0 -0
  534. package/css/themes/{custom → deprecated/custom}/_bootswatch-v4.1.3/input-group.css +0 -0
  535. package/css/themes/{custom → deprecated/custom}/_bootswatch-v4.1.3/jumbotron.css +0 -0
  536. package/css/themes/{custom → deprecated/custom}/_bootswatch-v4.1.3/justify.css +0 -0
  537. package/css/themes/{custom → deprecated/custom}/_bootswatch-v4.1.3/list-group.css +0 -0
  538. package/css/themes/{custom → deprecated/custom}/_bootswatch-v4.1.3/margin.css +0 -0
  539. package/css/themes/{custom → deprecated/custom}/_bootswatch-v4.1.3/modal.css +0 -0
  540. package/css/themes/{custom → deprecated/custom}/_bootswatch-v4.1.3/nav.css +0 -0
  541. package/css/themes/{custom → deprecated/custom}/_bootswatch-v4.1.3/navbar.css +0 -0
  542. package/css/themes/{custom → deprecated/custom}/_bootswatch-v4.1.3/padding.css +0 -0
  543. package/css/themes/{custom → deprecated/custom}/_bootswatch-v4.1.3/page.css +0 -0
  544. package/css/themes/{custom → deprecated/custom}/_bootswatch-v4.1.3/pagination.css +0 -0
  545. package/css/themes/{custom → deprecated/custom}/_bootswatch-v4.1.3/popover.css +0 -0
  546. package/css/themes/{custom → deprecated/custom}/_bootswatch-v4.1.3/position.css +0 -0
  547. package/css/themes/{custom → deprecated/custom}/_bootswatch-v4.1.3/progress.css +0 -0
  548. package/css/themes/{custom → deprecated/custom}/_bootswatch-v4.1.3/rounded.css +0 -0
  549. package/css/themes/{custom → deprecated/custom}/_bootswatch-v4.1.3/shadow.css +0 -0
  550. package/css/themes/{custom → deprecated/custom}/_bootswatch-v4.1.3/table.css +0 -0
  551. package/css/themes/{custom → deprecated/custom}/_bootswatch-v4.1.3/text.css +0 -0
  552. package/css/themes/{custom → deprecated/custom}/_bootswatch-v4.1.3/tooltip.css +0 -0
  553. package/css/themes/{custom → deprecated/custom}/_bootswatch-v4.1.3/validated.css +0 -0
  554. package/css/themes/{custom → deprecated/custom}/aquamarine/custom-aquamarine.min.css +0 -0
  555. package/css/themes/{custom → deprecated/custom}/aquamarine/font/WorkSans-Black.woff +0 -0
  556. package/css/themes/{custom → deprecated/custom}/aquamarine/font/WorkSans-Black.woff2 +0 -0
  557. package/css/themes/{custom → deprecated/custom}/aquamarine/font/WorkSans-BlackItalic.woff +0 -0
  558. package/css/themes/{custom → deprecated/custom}/aquamarine/font/WorkSans-BlackItalic.woff2 +0 -0
  559. package/css/themes/{custom → deprecated/custom}/aquamarine/font/WorkSans-Bold.woff +0 -0
  560. package/css/themes/{custom → deprecated/custom}/aquamarine/font/WorkSans-Bold.woff2 +0 -0
  561. package/css/themes/{custom → deprecated/custom}/aquamarine/font/WorkSans-BoldItalic.woff +0 -0
  562. package/css/themes/{custom → deprecated/custom}/aquamarine/font/WorkSans-BoldItalic.woff2 +0 -0
  563. package/css/themes/{custom → deprecated/custom}/aquamarine/font/WorkSans-ExtraBold.woff +0 -0
  564. package/css/themes/{custom → deprecated/custom}/aquamarine/font/WorkSans-ExtraBold.woff2 +0 -0
  565. package/css/themes/{custom → deprecated/custom}/aquamarine/font/WorkSans-ExtraBoldItalic.woff +0 -0
  566. package/css/themes/{custom → deprecated/custom}/aquamarine/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
  567. package/css/themes/{custom → deprecated/custom}/aquamarine/font/WorkSans-ExtraLight.woff +0 -0
  568. package/css/themes/{custom → deprecated/custom}/aquamarine/font/WorkSans-ExtraLight.woff2 +0 -0
  569. package/css/themes/{custom → deprecated/custom}/aquamarine/font/WorkSans-ExtraLightItalic.woff +0 -0
  570. package/css/themes/{custom → deprecated/custom}/aquamarine/font/WorkSans-ExtraLightItalic.woff2 +0 -0
  571. package/css/themes/{custom → deprecated/custom}/aquamarine/font/WorkSans-Italic.woff +0 -0
  572. package/css/themes/{custom → deprecated/custom}/aquamarine/font/WorkSans-Italic.woff2 +0 -0
  573. package/css/themes/{custom → deprecated/custom}/aquamarine/font/WorkSans-Light.woff +0 -0
  574. package/css/themes/{custom → deprecated/custom}/aquamarine/font/WorkSans-Light.woff2 +0 -0
  575. package/css/themes/{custom → deprecated/custom}/aquamarine/font/WorkSans-LightItalic.woff +0 -0
  576. package/css/themes/{custom → deprecated/custom}/aquamarine/font/WorkSans-LightItalic.woff2 +0 -0
  577. package/css/themes/{custom → deprecated/custom}/aquamarine/font/WorkSans-Medium.woff +0 -0
  578. package/css/themes/{custom → deprecated/custom}/aquamarine/font/WorkSans-Medium.woff2 +0 -0
  579. package/css/themes/{custom → deprecated/custom}/aquamarine/font/WorkSans-MediumItalic.woff +0 -0
  580. package/css/themes/{custom → deprecated/custom}/aquamarine/font/WorkSans-MediumItalic.woff2 +0 -0
  581. package/css/themes/{custom → deprecated/custom}/aquamarine/font/WorkSans-Regular.woff +0 -0
  582. package/css/themes/{custom → deprecated/custom}/aquamarine/font/WorkSans-Regular.woff2 +0 -0
  583. package/css/themes/{custom → deprecated/custom}/aquamarine/font/WorkSans-SemiBold.woff +0 -0
  584. package/css/themes/{custom → deprecated/custom}/aquamarine/font/WorkSans-SemiBold.woff2 +0 -0
  585. package/css/themes/{custom → deprecated/custom}/aquamarine/font/WorkSans-SemiBoldItalic.woff +0 -0
  586. package/css/themes/{custom → deprecated/custom}/aquamarine/font/WorkSans-SemiBoldItalic.woff2 +0 -0
  587. package/css/themes/{custom → deprecated/custom}/aquamarine/font/WorkSans-Thin.woff +0 -0
  588. package/css/themes/{custom → deprecated/custom}/aquamarine/font/WorkSans-Thin.woff2 +0 -0
  589. package/css/themes/{custom → deprecated/custom}/aquamarine/font/WorkSans-ThinItalic.woff +0 -0
  590. package/css/themes/{custom → deprecated/custom}/aquamarine/font/WorkSans-ThinItalic.woff2 +0 -0
  591. package/css/themes/deprecated/custom/aquamarine/font/fonts.css +162 -0
  592. package/css/themes/deprecated/custom/aquamarine/img/arrow-gray.svg +3 -0
  593. package/css/themes/deprecated/custom/aquamarine/img/arrow-white.svg +3 -0
  594. package/css/themes/deprecated/custom/cerulean/custom-cerulean.min.css +6908 -0
  595. package/css/themes/deprecated/custom/cerulean/img/arrow-gray.svg +10 -0
  596. package/css/themes/deprecated/custom/cerulean/img/arrow-white.svg +10 -0
  597. package/css/themes/deprecated/custom/cosmo/custom-cosmo.min.css +6943 -0
  598. package/css/themes/deprecated/custom/cyborg/custom-cyborg.min.css +6936 -0
  599. package/css/themes/deprecated/custom/darkly/custom-darkly.min.css +7059 -0
  600. package/css/themes/{custom → deprecated/custom}/dsgov/_bootswatch-v3.3.7/_media-print.css +0 -0
  601. package/css/themes/{custom → deprecated/custom}/dsgov/_bootswatch-v3.3.7/alert.css +0 -0
  602. package/css/themes/{custom → deprecated/custom}/dsgov/_bootswatch-v3.3.7/animations.css +0 -0
  603. package/css/themes/{custom → deprecated/custom}/dsgov/_bootswatch-v3.3.7/badge.css +0 -0
  604. package/css/themes/{custom → deprecated/custom}/dsgov/_bootswatch-v3.3.7/basics.css +0 -0
  605. package/css/themes/{custom → deprecated/custom}/dsgov/_bootswatch-v3.3.7/blockquote.css +0 -0
  606. package/css/themes/{custom → deprecated/custom}/dsgov/_bootswatch-v3.3.7/breadcrumb.css +0 -0
  607. package/css/themes/{custom → deprecated/custom}/dsgov/_bootswatch-v3.3.7/btn.css +0 -0
  608. package/css/themes/{custom → deprecated/custom}/dsgov/_bootswatch-v3.3.7/carousel.css +0 -0
  609. package/css/themes/{custom → deprecated/custom}/dsgov/_bootswatch-v3.3.7/close.css +0 -0
  610. package/css/themes/{custom → deprecated/custom}/dsgov/_bootswatch-v3.3.7/col.css +0 -0
  611. package/css/themes/{custom → deprecated/custom}/dsgov/_bootswatch-v3.3.7/collapse.css +0 -0
  612. package/css/themes/{custom → deprecated/custom}/dsgov/_bootswatch-v3.3.7/container.css +0 -0
  613. package/css/themes/{custom → deprecated/custom}/dsgov/_bootswatch-v3.3.7/dropdown.css +0 -0
  614. package/css/themes/{custom → deprecated/custom}/dsgov/_bootswatch-v3.3.7/embed-responsive.css +0 -0
  615. package/css/themes/{custom → deprecated/custom}/dsgov/_bootswatch-v3.3.7/fade.css +0 -0
  616. package/css/themes/{custom → deprecated/custom}/dsgov/_bootswatch-v3.3.7/figure_img.css +0 -0
  617. package/css/themes/{custom → deprecated/custom}/dsgov/_bootswatch-v3.3.7/form-control.css +0 -0
  618. package/css/themes/{custom → deprecated/custom}/dsgov/_bootswatch-v3.3.7/glyphicon.css +0 -0
  619. package/css/themes/{custom → deprecated/custom}/dsgov/_bootswatch-v3.3.7/import_bootswatch.css +0 -0
  620. package/css/themes/{custom → deprecated/custom}/dsgov/_bootswatch-v3.3.7/input-group.css +0 -0
  621. package/css/themes/{custom → deprecated/custom}/dsgov/_bootswatch-v3.3.7/input.css +0 -0
  622. package/css/themes/{custom → deprecated/custom}/dsgov/_bootswatch-v3.3.7/jumbotron.css +0 -0
  623. package/css/themes/{custom → deprecated/custom}/dsgov/_bootswatch-v3.3.7/label.css +0 -0
  624. package/css/themes/{custom → deprecated/custom}/dsgov/_bootswatch-v3.3.7/list-group.css +0 -0
  625. package/css/themes/{custom → deprecated/custom}/dsgov/_bootswatch-v3.3.7/media.css +0 -0
  626. package/css/themes/{custom → deprecated/custom}/dsgov/_bootswatch-v3.3.7/modal.css +0 -0
  627. package/css/themes/{custom → deprecated/custom}/dsgov/_bootswatch-v3.3.7/nav.css +0 -0
  628. package/css/themes/{custom → deprecated/custom}/dsgov/_bootswatch-v3.3.7/navbar.css +0 -0
  629. package/css/themes/{custom → deprecated/custom}/dsgov/_bootswatch-v3.3.7/pager.css +0 -0
  630. package/css/themes/{custom → deprecated/custom}/dsgov/_bootswatch-v3.3.7/pagination.css +0 -0
  631. package/css/themes/{custom → deprecated/custom}/dsgov/_bootswatch-v3.3.7/panel.css +0 -0
  632. package/css/themes/{custom → deprecated/custom}/dsgov/_bootswatch-v3.3.7/popover.css +0 -0
  633. package/css/themes/{custom → deprecated/custom}/dsgov/_bootswatch-v3.3.7/progress.css +0 -0
  634. package/css/themes/{custom → deprecated/custom}/dsgov/_bootswatch-v3.3.7/table.css +0 -0
  635. package/css/themes/{custom → deprecated/custom}/dsgov/_bootswatch-v3.3.7/text.css +0 -0
  636. package/css/themes/{custom → deprecated/custom}/dsgov/_bootswatch-v3.3.7/thumbnail.css +0 -0
  637. package/css/themes/{custom → deprecated/custom}/dsgov/_bootswatch-v3.3.7/tooltip.css +0 -0
  638. package/css/themes/{custom → deprecated/custom}/dsgov/_bootswatch-v3.3.7/visible.css +0 -0
  639. package/css/themes/{custom → deprecated/custom}/dsgov/_bootswatch-v3.3.7/well.css +0 -0
  640. package/css/themes/{custom → deprecated/custom}/dsgov/custom-dsgov.min.css +0 -0
  641. package/css/themes/{custom → deprecated/custom}/dsgov/font/WorkSans-Black.woff +0 -0
  642. package/css/themes/{custom → deprecated/custom}/dsgov/font/WorkSans-Black.woff2 +0 -0
  643. package/css/themes/{custom → deprecated/custom}/dsgov/font/WorkSans-BlackItalic.woff +0 -0
  644. package/css/themes/{custom → deprecated/custom}/dsgov/font/WorkSans-BlackItalic.woff2 +0 -0
  645. package/css/themes/{custom → deprecated/custom}/dsgov/font/WorkSans-Bold.woff +0 -0
  646. package/css/themes/{custom → deprecated/custom}/dsgov/font/WorkSans-Bold.woff2 +0 -0
  647. package/css/themes/{custom → deprecated/custom}/dsgov/font/WorkSans-BoldItalic.woff +0 -0
  648. package/css/themes/{custom → deprecated/custom}/dsgov/font/WorkSans-BoldItalic.woff2 +0 -0
  649. package/css/themes/{custom → deprecated/custom}/dsgov/font/WorkSans-ExtraBold.woff +0 -0
  650. package/css/themes/{custom → deprecated/custom}/dsgov/font/WorkSans-ExtraBold.woff2 +0 -0
  651. package/css/themes/{custom → deprecated/custom}/dsgov/font/WorkSans-ExtraBoldItalic.woff +0 -0
  652. package/css/themes/{custom → deprecated/custom}/dsgov/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
  653. package/css/themes/{custom → deprecated/custom}/dsgov/font/WorkSans-ExtraLight.woff +0 -0
  654. package/css/themes/{custom → deprecated/custom}/dsgov/font/WorkSans-ExtraLight.woff2 +0 -0
  655. package/css/themes/{custom → deprecated/custom}/dsgov/font/WorkSans-ExtraLightItalic.woff +0 -0
  656. package/css/themes/{custom → deprecated/custom}/dsgov/font/WorkSans-ExtraLightItalic.woff2 +0 -0
  657. package/css/themes/{custom → deprecated/custom}/dsgov/font/WorkSans-Italic.woff +0 -0
  658. package/css/themes/{custom → deprecated/custom}/dsgov/font/WorkSans-Italic.woff2 +0 -0
  659. package/css/themes/{custom → deprecated/custom}/dsgov/font/WorkSans-Light.woff +0 -0
  660. package/css/themes/{custom → deprecated/custom}/dsgov/font/WorkSans-Light.woff2 +0 -0
  661. package/css/themes/{custom → deprecated/custom}/dsgov/font/WorkSans-LightItalic.woff +0 -0
  662. package/css/themes/{custom → deprecated/custom}/dsgov/font/WorkSans-LightItalic.woff2 +0 -0
  663. package/css/themes/{custom → deprecated/custom}/dsgov/font/WorkSans-Medium.woff +0 -0
  664. package/css/themes/{custom → deprecated/custom}/dsgov/font/WorkSans-Medium.woff2 +0 -0
  665. package/css/themes/{custom → deprecated/custom}/dsgov/font/WorkSans-MediumItalic.woff +0 -0
  666. package/css/themes/{custom → deprecated/custom}/dsgov/font/WorkSans-MediumItalic.woff2 +0 -0
  667. package/css/themes/{custom → deprecated/custom}/dsgov/font/WorkSans-Regular.woff +0 -0
  668. package/css/themes/{custom → deprecated/custom}/dsgov/font/WorkSans-Regular.woff2 +0 -0
  669. package/css/themes/{custom → deprecated/custom}/dsgov/font/WorkSans-SemiBold.woff +0 -0
  670. package/css/themes/{custom → deprecated/custom}/dsgov/font/WorkSans-SemiBold.woff2 +0 -0
  671. package/css/themes/{custom → deprecated/custom}/dsgov/font/WorkSans-SemiBoldItalic.woff +0 -0
  672. package/css/themes/{custom → deprecated/custom}/dsgov/font/WorkSans-SemiBoldItalic.woff2 +0 -0
  673. package/css/themes/{custom → deprecated/custom}/dsgov/font/WorkSans-Thin.woff +0 -0
  674. package/css/themes/{custom → deprecated/custom}/dsgov/font/WorkSans-Thin.woff2 +0 -0
  675. package/css/themes/{custom → deprecated/custom}/dsgov/font/WorkSans-ThinItalic.woff +0 -0
  676. package/css/themes/{custom → deprecated/custom}/dsgov/font/WorkSans-ThinItalic.woff2 +0 -0
  677. package/css/themes/{custom/aquamarine → deprecated/custom/dsgov}/font/fonts.css +0 -0
  678. package/css/themes/{custom → deprecated/custom}/dsgov/font2/fonts.css +0 -0
  679. package/css/themes/{custom → deprecated/custom}/dsgov/font2/rawline-100.woff +0 -0
  680. package/css/themes/{custom → deprecated/custom}/dsgov/font2/rawline-100i.woff +0 -0
  681. package/css/themes/{custom → deprecated/custom}/dsgov/font2/rawline-200.woff +0 -0
  682. package/css/themes/{custom → deprecated/custom}/dsgov/font2/rawline-200i.woff +0 -0
  683. package/css/themes/{custom → deprecated/custom}/dsgov/font2/rawline-300.woff +0 -0
  684. package/css/themes/{custom → deprecated/custom}/dsgov/font2/rawline-300i.woff +0 -0
  685. package/css/themes/{custom → deprecated/custom}/dsgov/font2/rawline-400.woff +0 -0
  686. package/css/themes/{custom → deprecated/custom}/dsgov/font2/rawline-400i.woff +0 -0
  687. package/css/themes/{custom → deprecated/custom}/dsgov/font2/rawline-500.woff +0 -0
  688. package/css/themes/{custom → deprecated/custom}/dsgov/font2/rawline-500i.woff +0 -0
  689. package/css/themes/{custom → deprecated/custom}/dsgov/font2/rawline-600.woff +0 -0
  690. package/css/themes/{custom → deprecated/custom}/dsgov/font2/rawline-600i.woff +0 -0
  691. package/css/themes/{custom → deprecated/custom}/dsgov/font2/rawline-700.woff +0 -0
  692. package/css/themes/{custom → deprecated/custom}/dsgov/font2/rawline-700i.woff +0 -0
  693. package/css/themes/{custom → deprecated/custom}/dsgov/font2/rawline-800.woff +0 -0
  694. package/css/themes/{custom → deprecated/custom}/dsgov/font2/rawline-800i.woff +0 -0
  695. package/css/themes/{custom → deprecated/custom}/dsgov/font2/rawline-900.woff +0 -0
  696. package/css/themes/{custom → deprecated/custom}/dsgov/font2/rawline-900i.woff +0 -0
  697. package/css/themes/deprecated/custom/dsgov/img/arrow-blue.svg +9 -0
  698. package/css/themes/deprecated/custom/dsgov/img/cover.jpg +0 -0
  699. package/css/themes/deprecated/custom/flatly/custom-flatly.min.css +7033 -0
  700. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/_media-print.css +73 -0
  701. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/alert.css +37 -0
  702. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/animations.css +26 -0
  703. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/badge.css +48 -0
  704. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/basics.css +734 -0
  705. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/blockquote.css +54 -0
  706. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/breadcrumb.css +30 -0
  707. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/btn.css +391 -0
  708. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/carousel.css +252 -0
  709. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/close.css +27 -0
  710. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/col.css +787 -0
  711. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/collapse.css +30 -0
  712. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/container.css +31 -0
  713. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/dropdown.css +157 -0
  714. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/embed-responsive.css +29 -0
  715. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/fade.css +10 -0
  716. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/figure_img.css +39 -0
  717. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/form-control.css +310 -0
  718. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/glyphicon.css +1066 -0
  719. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/import_bootswatch.css +40 -0
  720. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/input-group.css +184 -0
  721. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/input.css +144 -0
  722. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/jumbotron.css +49 -0
  723. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/label.css +35 -0
  724. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/list-group.css +129 -0
  725. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/media.css +60 -0
  726. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/modal.css +142 -0
  727. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/nav.css +271 -0
  728. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/navbar.css +617 -0
  729. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/pager.css +52 -0
  730. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/pagination.css +113 -0
  731. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/panel.css +295 -0
  732. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/popover.css +148 -0
  733. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/progress.css +65 -0
  734. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/table.css +268 -0
  735. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/text.css +31 -0
  736. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/thumbnail.css +29 -0
  737. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/tooltip.css +129 -0
  738. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/visible.css +269 -0
  739. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/well.css +25 -0
  740. package/css/themes/{custom → deprecated/custom}/fuse/components_css/alert.css +0 -0
  741. package/css/themes/{custom → deprecated/custom}/fuse/components_css/badge.css +0 -0
  742. package/css/themes/{custom → deprecated/custom}/fuse/components_css/blockquote.css +0 -0
  743. package/css/themes/{custom → deprecated/custom}/fuse/components_css/breadcrumb.css +0 -0
  744. package/css/themes/{custom → deprecated/custom}/fuse/components_css/btn.css +0 -0
  745. package/css/themes/deprecated/custom/fuse/components_css/carousel.css +252 -0
  746. package/css/themes/{custom → deprecated/custom}/fuse/components_css/close.css +0 -0
  747. package/css/themes/deprecated/custom/fuse/components_css/embed-responsive.css +29 -0
  748. package/css/themes/{custom → deprecated/custom}/fuse/components_css/form.css +0 -0
  749. package/css/themes/{custom → deprecated/custom}/fuse/components_css/glyphicon.css +0 -0
  750. package/css/themes/{custom → deprecated/custom}/fuse/components_css/hidden.css +0 -0
  751. package/css/themes/{custom → deprecated/custom}/fuse/components_css/import_components_css.css +0 -0
  752. package/css/themes/{custom → deprecated/custom}/fuse/components_css/list-group.css +0 -0
  753. package/css/themes/deprecated/custom/fuse/components_css/media.css +60 -0
  754. package/css/themes/{custom → deprecated/custom}/fuse/components_css/modal.css +0 -0
  755. package/css/themes/deprecated/custom/fuse/components_css/navbar.css +400 -0
  756. package/css/themes/{custom → deprecated/custom}/fuse/components_css/pager.css +0 -0
  757. package/css/themes/{custom → deprecated/custom}/fuse/components_css/pagination.css +0 -0
  758. package/css/themes/{custom → deprecated/custom}/fuse/components_css/panel.css +0 -0
  759. package/css/themes/{custom → deprecated/custom}/fuse/components_css/popover.css +0 -0
  760. package/css/themes/{custom → deprecated/custom}/fuse/components_css/progress.css +0 -0
  761. package/css/themes/{custom → deprecated/custom}/fuse/components_css/table.css +0 -0
  762. package/css/themes/{custom → deprecated/custom}/fuse/components_css/thumbnail.css +0 -0
  763. package/css/themes/{custom → deprecated/custom}/fuse/components_css/tooltip.css +0 -0
  764. package/css/themes/{custom → deprecated/custom}/fuse/components_css/type_bootstrap.css +0 -0
  765. package/css/themes/deprecated/custom/fuse/components_css/visible.css +207 -0
  766. package/css/themes/{custom → deprecated/custom}/fuse/components_css/well.css +0 -0
  767. package/css/themes/deprecated/custom/fuse/custom-fuse.min.css +4179 -0
  768. package/css/themes/{custom → deprecated/custom}/fuse/font/Inter-roman.var.woff2 +0 -0
  769. package/css/themes/{custom/fuse/font/fonts.css → deprecated/custom/fuse/font/font.css} +0 -0
  770. package/css/themes/deprecated/custom/fuse/font/fonts.css +8 -0
  771. package/css/themes/{custom → deprecated/custom}/fuse/img/arrow-gray.svg +0 -0
  772. package/css/themes/{custom → deprecated/custom}/fuse/img/arrow-white.svg +0 -0
  773. package/css/themes/deprecated/custom/journal/custom-journal.min.css +9548 -0
  774. package/css/themes/deprecated/custom/lumen/custom-lumen.min.css +7183 -0
  775. package/css/themes/{custom → deprecated/custom}/lumen/font/SourceSansPro-Black.woff +0 -0
  776. package/css/themes/{custom → deprecated/custom}/lumen/font/SourceSansPro-Black.woff2 +0 -0
  777. package/css/themes/{custom → deprecated/custom}/lumen/font/SourceSansPro-BlackIt.woff +0 -0
  778. package/css/themes/{custom → deprecated/custom}/lumen/font/SourceSansPro-BlackIt.woff2 +0 -0
  779. package/css/themes/{custom → deprecated/custom}/lumen/font/SourceSansPro-Bold.woff +0 -0
  780. package/css/themes/{custom → deprecated/custom}/lumen/font/SourceSansPro-Bold.woff2 +0 -0
  781. package/css/themes/{custom → deprecated/custom}/lumen/font/SourceSansPro-BoldIt.woff +0 -0
  782. package/css/themes/{custom → deprecated/custom}/lumen/font/SourceSansPro-BoldIt.woff2 +0 -0
  783. package/css/themes/{custom → deprecated/custom}/lumen/font/SourceSansPro-ExtraLight.woff +0 -0
  784. package/css/themes/{custom → deprecated/custom}/lumen/font/SourceSansPro-ExtraLight.woff2 +0 -0
  785. package/css/themes/{custom → deprecated/custom}/lumen/font/SourceSansPro-ExtraLightIt.woff +0 -0
  786. package/css/themes/{custom → deprecated/custom}/lumen/font/SourceSansPro-ExtraLightIt.woff2 +0 -0
  787. package/css/themes/{custom → deprecated/custom}/lumen/font/SourceSansPro-It.woff +0 -0
  788. package/css/themes/{custom → deprecated/custom}/lumen/font/SourceSansPro-It.woff2 +0 -0
  789. package/css/themes/{custom → deprecated/custom}/lumen/font/SourceSansPro-Light.woff +0 -0
  790. package/css/themes/{custom → deprecated/custom}/lumen/font/SourceSansPro-Light.woff2 +0 -0
  791. package/css/themes/{custom → deprecated/custom}/lumen/font/SourceSansPro-LightIt.woff +0 -0
  792. package/css/themes/{custom → deprecated/custom}/lumen/font/SourceSansPro-LightIt.woff2 +0 -0
  793. package/css/themes/{custom → deprecated/custom}/lumen/font/SourceSansPro-Regular.woff +0 -0
  794. package/css/themes/{custom → deprecated/custom}/lumen/font/SourceSansPro-Regular.woff2 +0 -0
  795. package/css/themes/{custom → deprecated/custom}/lumen/font/SourceSansPro-Semibold.woff +0 -0
  796. package/css/themes/{custom → deprecated/custom}/lumen/font/SourceSansPro-Semibold.woff2 +0 -0
  797. package/css/themes/{custom → deprecated/custom}/lumen/font/SourceSansPro-SemiboldIt.woff +0 -0
  798. package/css/themes/{custom → deprecated/custom}/lumen/font/SourceSansPro-SemiboldIt.woff2 +0 -0
  799. package/css/themes/{custom → deprecated/custom}/lumen/font/fonts.css +0 -0
  800. package/css/themes/{custom → deprecated/custom}/lumen/img/arrow-gray.svg +0 -0
  801. package/css/themes/{custom → deprecated/custom}/lumen/img/arrow-white.svg +0 -0
  802. package/css/themes/deprecated/custom/material/components_css/crn-button.css +152 -0
  803. package/css/themes/{custom/material_raiz → deprecated/custom/material}/components_css/crn-carousel.css +0 -0
  804. package/css/themes/deprecated/custom/material/components_css/crn-cron-calendar.css +173 -0
  805. package/css/themes/deprecated/custom/material/components_css/crn-cron-grid.css +263 -0
  806. package/css/themes/{custom/material_raiz → deprecated/custom/material}/components_css/crn-enterprise.css +0 -0
  807. package/css/themes/deprecated/custom/material/components_css/crn-navbar.css +165 -0
  808. package/css/themes/deprecated/custom/material/components_css/crn-scheduler.css +97 -0
  809. package/css/themes/deprecated/custom/material/components_css/login.css +29 -0
  810. package/css/themes/{custom/material_raiz → deprecated/custom/material}/components_css/ui-notification.css +0 -0
  811. package/css/themes/deprecated/custom/material/custom-material.css +280 -0
  812. package/css/themes/{custom → deprecated/custom}/material/font/Roboto-Black.woff +0 -0
  813. package/css/themes/{custom → deprecated/custom}/material/font/Roboto-Black.woff2 +0 -0
  814. package/css/themes/{custom → deprecated/custom}/material/font/Roboto-BlackItalic.woff +0 -0
  815. package/css/themes/{custom → deprecated/custom}/material/font/Roboto-BlackItalic.woff2 +0 -0
  816. package/css/themes/{custom → deprecated/custom}/material/font/Roboto-Bold.woff +0 -0
  817. package/css/themes/{custom → deprecated/custom}/material/font/Roboto-Bold.woff2 +0 -0
  818. package/css/themes/{custom → deprecated/custom}/material/font/Roboto-BoldItalic.woff +0 -0
  819. package/css/themes/{custom → deprecated/custom}/material/font/Roboto-BoldItalic.woff2 +0 -0
  820. package/css/themes/{custom → deprecated/custom}/material/font/Roboto-Italic.woff +0 -0
  821. package/css/themes/{custom → deprecated/custom}/material/font/Roboto-Italic.woff2 +0 -0
  822. package/css/themes/{custom → deprecated/custom}/material/font/Roboto-Light.woff +0 -0
  823. package/css/themes/{custom → deprecated/custom}/material/font/Roboto-Light.woff2 +0 -0
  824. package/css/themes/{custom → deprecated/custom}/material/font/Roboto-LightItalic.woff +0 -0
  825. package/css/themes/{custom → deprecated/custom}/material/font/Roboto-LightItalic.woff2 +0 -0
  826. package/css/themes/{custom → deprecated/custom}/material/font/Roboto-Medium.woff +0 -0
  827. package/css/themes/{custom → deprecated/custom}/material/font/Roboto-Medium.woff2 +0 -0
  828. package/css/themes/{custom → deprecated/custom}/material/font/Roboto-MediumItalic.woff +0 -0
  829. package/css/themes/{custom → deprecated/custom}/material/font/Roboto-MediumItalic.woff2 +0 -0
  830. package/css/themes/{custom → deprecated/custom}/material/font/Roboto-Regular.woff +0 -0
  831. package/css/themes/{custom → deprecated/custom}/material/font/Roboto-Regular.woff2 +0 -0
  832. package/css/themes/{custom → deprecated/custom}/material/font/Roboto-Thin.woff +0 -0
  833. package/css/themes/{custom → deprecated/custom}/material/font/Roboto-Thin.woff2 +0 -0
  834. package/css/themes/{custom → deprecated/custom}/material/font/Roboto-ThinItalic.woff +0 -0
  835. package/css/themes/{custom → deprecated/custom}/material/font/Roboto-ThinItalic.woff2 +0 -0
  836. package/css/themes/{custom → deprecated/custom}/material/font/fonts.css +0 -0
  837. package/css/themes/{custom → deprecated/custom}/material/img/arrow-gray.svg +0 -0
  838. package/css/themes/{custom → deprecated/custom}/material/img/arrow-white.svg +0 -0
  839. package/css/themes/{custom → deprecated/custom}/material_raiz/components_css/crn-button.css +0 -0
  840. package/css/themes/deprecated/custom/material_raiz/components_css/crn-carousel.css +11 -0
  841. package/css/themes/{custom → deprecated/custom}/material_raiz/components_css/crn-cron-calendar.css +0 -0
  842. package/css/themes/{custom → deprecated/custom}/material_raiz/components_css/crn-cron-grid.css +0 -0
  843. package/css/themes/deprecated/custom/material_raiz/components_css/crn-enterprise.css +58 -0
  844. package/css/themes/{custom → deprecated/custom}/material_raiz/components_css/crn-navbar.css +0 -0
  845. package/css/themes/{custom → deprecated/custom}/material_raiz/components_css/crn-scheduler.css +0 -0
  846. package/css/themes/{custom → deprecated/custom}/material_raiz/components_css/login.css +0 -0
  847. package/css/themes/deprecated/custom/material_raiz/components_css/ui-notification.css +27 -0
  848. package/css/themes/{custom → deprecated/custom}/material_raiz/custom-material_raiz.css +0 -0
  849. package/css/themes/deprecated/custom/navigator/custom-navigator.css +195 -0
  850. package/css/themes/deprecated/custom/paper/custom-paper.min.css +8943 -0
  851. package/css/themes/deprecated/custom/readable/custom-readable.min.css +8203 -0
  852. package/css/themes/deprecated/custom/sandstone/custom-sandstone.min.css +6917 -0
  853. package/css/themes/deprecated/custom/simplex/custom-simplex.min.css +6917 -0
  854. package/css/themes/deprecated/custom/slate/custom-slate.min.css +7283 -0
  855. package/css/themes/deprecated/custom/spacelab/custom-spacelab.min.css +6971 -0
  856. package/css/themes/deprecated/custom/superhero/custom-superhero.min.css +7019 -0
  857. package/css/themes/deprecated/custom/united/custom-united.min.css +6783 -0
  858. package/css/themes/deprecated/custom/yeti/custom-yeti.min.css +7077 -0
  859. package/css/themes/deprecated/cyborg.min.css +7 -0
  860. package/css/themes/deprecated/darkly.min.css +7 -0
  861. package/css/themes/deprecated/dsgov.min.css +6 -0
  862. package/css/themes/deprecated/flatly.min.css +7 -0
  863. package/css/themes/deprecated/fuse.min.css +7 -0
  864. package/css/themes/deprecated/journal.min.css +7 -0
  865. package/css/themes/deprecated/lumen.min.css +7 -0
  866. package/css/themes/deprecated/material.min.css +4 -0
  867. package/css/themes/{material_raiz.min.css → deprecated/material_raiz.min.css} +0 -0
  868. package/css/themes/deprecated/paper.min.css +7 -0
  869. package/css/themes/deprecated/readable.min.css +7 -0
  870. package/css/themes/deprecated/sandstone.min.css +7 -0
  871. package/css/themes/deprecated/simplex.min.css +7 -0
  872. package/css/themes/deprecated/slate.min.css +7 -0
  873. package/css/themes/deprecated/spacelab.min.css +7 -0
  874. package/css/themes/deprecated/superhero.min.css +7 -0
  875. package/css/themes/deprecated/united.min.css +7 -0
  876. package/css/themes/deprecated/yeti.min.css +7 -0
  877. package/css/themes/dsgov.min.css +5 -2
  878. package/css/themes/flatly.min.css +4 -2
  879. package/css/themes/fuse.min.css +5 -2
  880. package/css/themes/journal.min.css +5 -2
  881. package/css/themes/lumen.min.css +5 -2
  882. package/css/themes/material.min.css +9 -3
  883. package/css/themes/materialui.min.css +9 -0
  884. package/css/themes/paper.min.css +5 -2
  885. package/css/themes/readable.min.css +5 -2
  886. package/css/themes/sandstone.min.css +5 -2
  887. package/css/themes/simplex.min.css +5 -2
  888. package/css/themes/slate.min.css +5 -2
  889. package/css/themes/spacelab.min.css +4 -3
  890. package/css/themes/superhero.min.css +4 -2
  891. package/css/themes/theme.editor.view.html +1820 -0
  892. package/css/themes/united.min.css +5 -2
  893. package/css/themes/yeti.min.css +5 -2
  894. package/dist/components/css/checkbox-color.css +1 -1
  895. package/dist/components/css/color-default.css +1 -1
  896. package/dist/components/css/combobox-color.css +1 -1
  897. package/dist/components/css/crn-input-password.css +1 -1
  898. package/dist/components/css/deprecated/checkbox-color.css +1 -0
  899. package/dist/components/css/deprecated/color-default.css +1 -0
  900. package/dist/components/css/deprecated/combobox-color.css +1 -0
  901. package/dist/components/css/deprecated/multiselect-editor.css +1 -0
  902. package/dist/components/css/deprecated/option-color.css +1 -0
  903. package/dist/components/css/designtime.css +1 -1
  904. package/dist/components/css/font-size.css +1 -1
  905. package/dist/components/css/option-color.css +1 -1
  906. package/dist/components/js/format.min.js +1 -1
  907. package/dist/components/js/jquery.inputmask.bundle.js +1 -1
  908. package/dist/components/js/jquery.mask.min.js +1 -1
  909. package/dist/components/js/qrcode.js +1 -1
  910. package/dist/components/templates/Component_Container/crn-eight-four-container.template.html +1 -1
  911. package/dist/components/templates/Component_Container/crn-four-eight-container.template.html +1 -1
  912. package/dist/components/templates/Component_Container/crn-one-container.template.html +1 -1
  913. package/dist/components/templates/Component_Container/crn-three-container.template.html +1 -1
  914. package/dist/components/templates/Component_Container/crn-three-six-three-container.template.html +1 -1
  915. package/dist/components/templates/Component_Container/crn-two-container.template.html +1 -1
  916. package/dist/components/templates/accordion.template.html +1 -1
  917. package/dist/components/templates/anchor.template.html +1 -1
  918. package/dist/components/templates/button.template.html +1 -1
  919. package/dist/components/templates/crn-signature-pad.designtime.html +1 -1
  920. package/dist/components/templates/cron-calendar.designtime.html +1 -1
  921. package/dist/components/templates/cron-checkbox.template.html +1 -1
  922. package/dist/components/templates/cron-combobox-multiple.designtime.html +1 -1
  923. package/dist/components/templates/cron-combobox-multiple.template.html +1 -1
  924. package/dist/components/templates/cron-crud.template.html +1 -1
  925. package/dist/components/templates/cron-dynamic-menu.designtime.html +1 -1
  926. package/dist/components/templates/cron-dynamic-menu.template.html +1 -1
  927. package/dist/components/templates/cron-frame.template.html +1 -1
  928. package/dist/components/templates/cron-scheduler.designtime.html +1 -2
  929. package/dist/components/templates/cron-slider.designtime.html +1 -0
  930. package/dist/components/templates/cron-tree-view.designtime.html +1 -1
  931. package/dist/components/templates/dynamicfile.template.html +1 -1
  932. package/dist/components/templates/dynamictitle.template.html +1 -1
  933. package/dist/components/templates/form.template.html +1 -1
  934. package/dist/components/templates/icon.template.html +1 -1
  935. package/dist/components/templates/image-menu.template.html +1 -1
  936. package/dist/components/templates/navbar.template.html +1 -1
  937. package/dist/components/templates/panel.template.html +1 -1
  938. package/dist/components/templates/radiogroup.template.html +1 -1
  939. package/dist/components/templates/rating.template.html +1 -1
  940. package/dist/components/templates/social-button-bar.template.html +1 -1
  941. package/dist/components/templates/sub-form.template.html +1 -1
  942. package/dist/components/templates/textinputbutton.template.html +1 -1
  943. package/dist/css/animate.css +1 -1
  944. package/dist/css/app.css +1 -1
  945. package/dist/css/cronos.css +1 -1
  946. package/dist/css/modalTemplate.css +1 -1
  947. package/dist/css/privacy/privacy.css +1 -1
  948. package/dist/css/themes/aquamarine.min.css +1 -1
  949. package/dist/css/themes/cerulean.min.css +1 -1
  950. package/dist/css/themes/cosmo.min.css +1 -1
  951. package/dist/css/themes/custom/aquamarine/button-aquamarine.css +1 -0
  952. package/dist/css/themes/custom/aquamarine/checkbox-aquamarine.css +1 -0
  953. package/dist/css/themes/custom/aquamarine/custom-aquamarine.css +1 -0
  954. package/dist/css/themes/custom/aquamarine/font/fonts.css +1 -1
  955. package/dist/css/themes/custom/aquamarine/navbar-aquamarine.css +1 -0
  956. package/dist/css/themes/custom/aquamarine/panel-aquamarine.css +1 -0
  957. package/dist/css/themes/custom/cerulean/button-cerulean.css +1 -1
  958. package/dist/css/themes/custom/cerulean/custom-cerulean.css +1 -1
  959. package/dist/css/themes/custom/cerulean/navbar-cerulean.css +1 -1
  960. package/dist/css/themes/custom/cerulean/panel-cerulean.css +1 -1
  961. package/dist/css/themes/custom/cosmo/button-cosmo.css +1 -0
  962. package/dist/css/themes/custom/cosmo/custom-cosmo.css +1 -0
  963. package/dist/css/themes/custom/cosmo/navbar-cosmo.css +1 -0
  964. package/dist/css/themes/custom/cosmo/panel-cosmo.css +1 -0
  965. package/dist/css/themes/custom/cyborg/button-cyborg.css +1 -0
  966. package/dist/css/themes/custom/cyborg/custom-cyborg.css +1 -0
  967. package/dist/css/themes/custom/cyborg/navbar-cyborg.css +1 -0
  968. package/dist/css/themes/custom/cyborg/panel-cyborg.css +1 -0
  969. package/dist/css/themes/custom/darkly/button-darkly.css +1 -0
  970. package/dist/css/themes/custom/darkly/custom-darkly.css +1 -1
  971. package/dist/css/themes/custom/darkly/navbar-darkly.css +1 -1
  972. package/dist/css/themes/custom/darkly/panel-darkly.css +1 -1
  973. package/dist/css/themes/custom/dsgov/button-dsgov.css +1 -0
  974. package/dist/css/themes/custom/dsgov/calendar-dsgov.css +1 -0
  975. package/dist/css/themes/custom/dsgov/color-dsgov.css +1 -0
  976. package/dist/css/themes/custom/dsgov/custom-dsgov.css +1 -0
  977. package/dist/css/themes/custom/dsgov/form-dsgov.css +1 -0
  978. package/dist/css/themes/custom/dsgov/navbar-dsgov.css +1 -0
  979. package/dist/css/themes/custom/dsgov/panel-dsgov.css +1 -0
  980. package/dist/css/themes/custom/dsgov/slider-dsgov.css +1 -0
  981. package/dist/css/themes/custom/dsgov/table-grid-dsgov.css +1 -0
  982. package/dist/css/themes/custom/flatly/button-flatly.css +1 -0
  983. package/dist/css/themes/custom/flatly/custom-flatly.css +1 -1
  984. package/dist/css/themes/custom/flatly/navbar-flatly.css +1 -1
  985. package/dist/css/themes/custom/flatly/panel-flatly.css +1 -1
  986. package/dist/css/themes/custom/fuse/button-fuse.css +1 -0
  987. package/dist/css/themes/custom/fuse/custom-fuse.css +1 -0
  988. package/dist/css/themes/custom/fuse/navbar-fuse.css +1 -0
  989. package/dist/css/themes/custom/fuse/panel-fuse.css +1 -0
  990. package/dist/css/themes/custom/journal/button-journal.css +1 -0
  991. package/dist/css/themes/custom/journal/custom-journal.css +1 -0
  992. package/dist/css/themes/custom/journal/navbar-journal.css +1 -0
  993. package/dist/css/themes/custom/journal/panel-journal.css +1 -0
  994. package/dist/css/themes/custom/lumen/button-lumen.css +1 -0
  995. package/dist/css/themes/custom/lumen/custom-lumen.css +1 -0
  996. package/dist/css/themes/custom/lumen/navbar-lumen.css +1 -0
  997. package/dist/css/themes/custom/lumen/panel-lumen.css +1 -0
  998. package/dist/css/themes/custom/material/custom-material.css +1 -1
  999. package/dist/css/themes/custom/material/grid-material.css +1 -0
  1000. package/dist/css/themes/custom/material/navbar-material.css +1 -0
  1001. package/dist/css/themes/custom/material/panel-material.css +1 -0
  1002. package/dist/css/themes/custom/materialui/custom-materialui.css +1 -0
  1003. package/dist/css/themes/custom/navigator/custom-navigator.css +1 -1
  1004. package/dist/css/themes/custom/paper/button-paper.css +1 -0
  1005. package/dist/css/themes/custom/paper/custom-paper.css +1 -0
  1006. package/dist/css/themes/custom/paper/navbar-paper.css +1 -0
  1007. package/dist/css/themes/custom/paper/panel-paper.css +1 -0
  1008. package/dist/css/themes/custom/readable/button-readable.css +1 -0
  1009. package/dist/css/themes/custom/readable/custom-readable.css +1 -0
  1010. package/dist/css/themes/custom/readable/navbar-readable.css +1 -0
  1011. package/dist/css/themes/custom/readable/panel-readable.css +1 -0
  1012. package/dist/css/themes/custom/sandstone/button-sandstone.css +1 -0
  1013. package/dist/css/themes/custom/sandstone/custom-sandstone.css +1 -0
  1014. package/dist/css/themes/custom/sandstone/navbar-sandstone.css +1 -0
  1015. package/dist/css/themes/custom/sandstone/panel-sandstone.css +1 -0
  1016. package/dist/css/themes/custom/simplex/button-simplex.css +1 -0
  1017. package/dist/css/themes/custom/simplex/custom-simplex.css +1 -0
  1018. package/dist/css/themes/custom/simplex/navbar-simplex.css +1 -0
  1019. package/dist/css/themes/custom/simplex/panel-simplex.css +1 -0
  1020. package/dist/css/themes/custom/slate/button-slate.css +1 -0
  1021. package/dist/css/themes/custom/slate/custom-slate.css +1 -0
  1022. package/dist/css/themes/custom/slate/navbar-slate.css +1 -0
  1023. package/dist/css/themes/custom/slate/panel-slate.css +1 -0
  1024. package/dist/css/themes/custom/spacelab/button-spacelab.css +1 -1
  1025. package/dist/css/themes/custom/spacelab/custom-spacelab.css +1 -1
  1026. package/dist/css/themes/custom/spacelab/navbar-spacelab.css +1 -1
  1027. package/dist/css/themes/custom/spacelab/panel-spacelab.css +1 -1
  1028. package/dist/css/themes/custom/superhero/button-superhero.css +1 -0
  1029. package/dist/css/themes/custom/superhero/custom-superhero.css +1 -1
  1030. package/dist/css/themes/custom/superhero/navbar-superhero.css +1 -1
  1031. package/dist/css/themes/custom/superhero/panel-superhero.css +1 -1
  1032. package/dist/css/themes/custom/superhero/tabs-superhero.css +1 -1
  1033. package/dist/css/themes/custom/theme-general/button.css +1 -1
  1034. package/dist/css/themes/custom/theme-general/carousel.css +1 -1
  1035. package/dist/css/themes/custom/theme-general/forms.css +1 -1
  1036. package/dist/css/themes/custom/theme-general/login.css +1 -1
  1037. package/dist/css/themes/custom/theme-general/menu.css +1 -1
  1038. package/dist/css/themes/custom/theme-general/modal.css +1 -1
  1039. package/dist/css/themes/custom/theme-general/notification.css +1 -1
  1040. package/dist/css/themes/custom/theme-general/report-viewer.css +1 -1
  1041. package/dist/css/themes/custom/theme-general/scheduler.css +1 -1
  1042. package/dist/css/themes/custom/theme-general/slider.css +1 -1
  1043. package/dist/css/themes/custom/theme-general/table-grid.css +1 -1
  1044. package/dist/css/themes/custom/theme-general/tabs.css +1 -1
  1045. package/dist/css/themes/custom/theme-general/theme-general.css +1 -1
  1046. package/dist/css/themes/custom/theme-general/timeline.css +1 -1
  1047. package/dist/css/themes/custom/theme-general/treeview.css +1 -1
  1048. package/dist/css/themes/custom/united/button-united.css +1 -0
  1049. package/dist/css/themes/custom/united/custom-united.css +1 -0
  1050. package/dist/css/themes/custom/united/navbar-united.css +1 -0
  1051. package/dist/css/themes/custom/united/panel-united.css +1 -0
  1052. package/dist/css/themes/custom/yeti/button-yeti.css +1 -0
  1053. package/dist/css/themes/custom/yeti/custom-yeti.css +1 -0
  1054. package/dist/css/themes/custom/yeti/navbar-yeti.css +1 -0
  1055. package/dist/css/themes/custom/yeti/panel-yeti.css +1 -0
  1056. package/dist/css/themes/cyborg.min.css +1 -1
  1057. package/dist/css/themes/darkly.min.css +1 -1
  1058. package/dist/css/themes/deprecated/aquamarine.min.css +1 -0
  1059. package/dist/css/themes/deprecated/cerulean.min.css +1 -0
  1060. package/dist/css/themes/deprecated/cosmo.min.css +1 -0
  1061. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/_media-print.css +1 -0
  1062. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/alert.css +1 -0
  1063. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/badge.css +1 -0
  1064. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/basics.css +11 -0
  1065. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/blockquote.css +1 -0
  1066. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/breadcrumb.css +1 -0
  1067. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn-group.css +1 -0
  1068. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn-toolbar.css +1 -0
  1069. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn.css +1 -0
  1070. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/caret.css +1 -0
  1071. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/carousel.css +1 -0
  1072. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/close.css +1 -0
  1073. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/col.css +1 -0
  1074. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/collapse.css +1 -0
  1075. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/container.css +1 -0
  1076. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/dropdown.css +1 -0
  1077. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/embed-responsive.css +1 -0
  1078. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/form.css +1 -0
  1079. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/glyphicon.css +1 -0
  1080. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/has.css +1 -0
  1081. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/import_bootswatch.css +1 -0
  1082. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/input-group.css +1 -0
  1083. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/input.css +1 -0
  1084. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/jumbotron.css +1 -0
  1085. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/kbd.css +1 -0
  1086. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/label.css +1 -0
  1087. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/list-group.css +1 -0
  1088. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/media.css +1 -0
  1089. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/modal.css +1 -0
  1090. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-justified.css +1 -0
  1091. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-pills.css +1 -0
  1092. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-stacked.css +1 -0
  1093. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-tabs.css +1 -0
  1094. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav.css +1 -0
  1095. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/navbar.css +1 -0
  1096. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/pager.css +1 -0
  1097. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/pagination.css +1 -0
  1098. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/panel.css +1 -0
  1099. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/popover.css +1 -0
  1100. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/pre.css +1 -0
  1101. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/progress.css +1 -0
  1102. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/table.css +1 -0
  1103. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/text.css +1 -0
  1104. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/thumbnail.css +1 -0
  1105. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/tooltip.css +1 -0
  1106. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/visible.css +1 -0
  1107. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/well.css +1 -0
  1108. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/_media-print.css +1 -0
  1109. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/alert.css +1 -0
  1110. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/animations.css +1 -0
  1111. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/badge.css +1 -0
  1112. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/basics.css +11 -0
  1113. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/blockquote.css +1 -0
  1114. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/breadcrumb.css +1 -0
  1115. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/btn.css +1 -0
  1116. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/carousel.css +1 -0
  1117. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/close.css +1 -0
  1118. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/col.css +1 -0
  1119. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/collapse.css +1 -0
  1120. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/container.css +1 -0
  1121. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/dropdown.css +1 -0
  1122. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/embed-responsive.css +1 -0
  1123. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/fade.css +1 -0
  1124. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/form_input.css +1 -0
  1125. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/glyphicon.css +1 -0
  1126. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/img_figure.css +1 -0
  1127. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/import_bootswatch.css +1 -0
  1128. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/input-group.css +1 -0
  1129. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/jumbotron.css +1 -0
  1130. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/label.css +1 -0
  1131. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/list-group.css +1 -0
  1132. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/media.css +1 -0
  1133. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/modal.css +1 -0
  1134. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/nav.css +1 -0
  1135. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/navbar.css +1 -0
  1136. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/pager.css +1 -0
  1137. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/pagination.css +1 -0
  1138. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/panel.css +1 -0
  1139. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/popover.css +1 -0
  1140. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/progress.css +1 -0
  1141. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/table.css +1 -0
  1142. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/text.css +1 -0
  1143. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/thumbnail.css +1 -0
  1144. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/tooltip.css +1 -0
  1145. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/visible.css +1 -0
  1146. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/well.css +1 -0
  1147. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/_media-print.css +1 -0
  1148. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/alert.css +1 -0
  1149. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/animations.css +1 -0
  1150. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/badge.css +1 -0
  1151. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/basics.css +11 -0
  1152. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/blockquote.css +1 -0
  1153. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/breadcrumb.css +1 -0
  1154. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/btn.css +1 -0
  1155. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/carousel.css +1 -0
  1156. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/close.css +1 -0
  1157. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/col.css +1 -0
  1158. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/collapse.css +1 -0
  1159. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/container.css +1 -0
  1160. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/dropdown.css +1 -0
  1161. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/embed-responsive.css +1 -0
  1162. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/fade.css +1 -0
  1163. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/figure_img.css +1 -0
  1164. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/form-control.css +1 -0
  1165. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/glyphicon.css +1 -0
  1166. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/import_bootswatch.css +1 -0
  1167. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/input-group.css +1 -0
  1168. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/input.css +1 -0
  1169. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/jumbotron.css +1 -0
  1170. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/label.css +1 -0
  1171. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/list-group.css +1 -0
  1172. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/media.css +1 -0
  1173. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/modal.css +1 -0
  1174. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/nav.css +1 -0
  1175. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/navbar.css +1 -0
  1176. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/pager.css +1 -0
  1177. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/pagination.css +1 -0
  1178. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/panel.css +1 -0
  1179. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/popover.css +1 -0
  1180. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/progress.css +1 -0
  1181. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/table.css +1 -0
  1182. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/text.css +1 -0
  1183. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/thumbnail.css +1 -0
  1184. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/tooltip.css +1 -0
  1185. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/visible.css +1 -0
  1186. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/well.css +1 -0
  1187. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/_media-print.css +1 -0
  1188. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/accordion.css +1 -0
  1189. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/alert.css +1 -0
  1190. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/align.css +1 -0
  1191. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/badge.css +1 -0
  1192. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/basics.css +12 -0
  1193. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/blockquote.css +1 -0
  1194. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/border.css +1 -0
  1195. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/breadcrumb.css +1 -0
  1196. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/btn.css +1 -0
  1197. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/card.css +1 -0
  1198. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/carousel.css +1 -0
  1199. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/close.css +1 -0
  1200. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/col.css +1 -0
  1201. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/container.css +1 -0
  1202. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/custom.css +1 -0
  1203. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/display.css +1 -0
  1204. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/dropdown.css +1 -0
  1205. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/embed-responsive.css +1 -0
  1206. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/flex.css +1 -0
  1207. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/float.css +1 -0
  1208. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/form.css +1 -0
  1209. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/img_figure.css +1 -0
  1210. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/import_bootswatch.css +1 -0
  1211. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/input-group.css +1 -0
  1212. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/jumbotron.css +1 -0
  1213. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/justify.css +1 -0
  1214. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/list-group.css +1 -0
  1215. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/margin.css +1 -0
  1216. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/modal.css +1 -0
  1217. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/nav.css +1 -0
  1218. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/navbar.css +1 -0
  1219. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/padding.css +1 -0
  1220. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/page.css +1 -0
  1221. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/pagination.css +1 -0
  1222. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/popover.css +1 -0
  1223. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/position.css +1 -0
  1224. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/progress.css +1 -0
  1225. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/rounded.css +1 -0
  1226. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/shadow.css +1 -0
  1227. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/table.css +1 -0
  1228. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/text.css +1 -0
  1229. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/tooltip.css +1 -0
  1230. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/validated.css +1 -0
  1231. package/dist/css/themes/deprecated/custom/aquamarine/custom-aquamarine.min.css +1 -0
  1232. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Black.woff +0 -0
  1233. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Black.woff2 +0 -0
  1234. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-BlackItalic.woff +0 -0
  1235. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-BlackItalic.woff2 +0 -0
  1236. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Bold.woff +0 -0
  1237. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Bold.woff2 +0 -0
  1238. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-BoldItalic.woff +0 -0
  1239. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-BoldItalic.woff2 +0 -0
  1240. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBold.woff +0 -0
  1241. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBold.woff2 +0 -0
  1242. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff +0 -0
  1243. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
  1244. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLight.woff +0 -0
  1245. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLight.woff2 +0 -0
  1246. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff +0 -0
  1247. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff2 +0 -0
  1248. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Italic.woff +0 -0
  1249. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Italic.woff2 +0 -0
  1250. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Light.woff +0 -0
  1251. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Light.woff2 +0 -0
  1252. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-LightItalic.woff +0 -0
  1253. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-LightItalic.woff2 +0 -0
  1254. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Medium.woff +0 -0
  1255. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Medium.woff2 +0 -0
  1256. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-MediumItalic.woff +0 -0
  1257. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-MediumItalic.woff2 +0 -0
  1258. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Regular.woff +0 -0
  1259. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Regular.woff2 +0 -0
  1260. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBold.woff +0 -0
  1261. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBold.woff2 +0 -0
  1262. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff +0 -0
  1263. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff2 +0 -0
  1264. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Thin.woff +0 -0
  1265. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Thin.woff2 +0 -0
  1266. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ThinItalic.woff +0 -0
  1267. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ThinItalic.woff2 +0 -0
  1268. package/dist/css/themes/deprecated/custom/aquamarine/font/fonts.css +1 -0
  1269. package/dist/css/themes/deprecated/custom/aquamarine/img/arrow-gray.svg +1 -0
  1270. package/dist/css/themes/deprecated/custom/aquamarine/img/arrow-white.svg +1 -0
  1271. package/dist/css/themes/deprecated/custom/cerulean/custom-cerulean.min.css +13 -0
  1272. package/dist/css/themes/{custom/lumen → deprecated/custom/cerulean}/img/arrow-gray.svg +0 -0
  1273. package/dist/css/themes/{custom/lumen → deprecated/custom/cerulean}/img/arrow-white.svg +0 -0
  1274. package/dist/css/themes/deprecated/custom/cosmo/custom-cosmo.min.css +13 -0
  1275. package/dist/css/themes/deprecated/custom/cyborg/custom-cyborg.min.css +13 -0
  1276. package/dist/css/themes/deprecated/custom/darkly/custom-darkly.min.css +13 -0
  1277. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/_media-print.css +1 -0
  1278. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/alert.css +1 -0
  1279. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/animations.css +1 -0
  1280. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/badge.css +1 -0
  1281. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/basics.css +11 -0
  1282. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/blockquote.css +1 -0
  1283. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/breadcrumb.css +1 -0
  1284. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/btn.css +1 -0
  1285. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/carousel.css +1 -0
  1286. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/close.css +1 -0
  1287. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/col.css +1 -0
  1288. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/collapse.css +1 -0
  1289. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/container.css +1 -0
  1290. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/dropdown.css +1 -0
  1291. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/embed-responsive.css +1 -0
  1292. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/fade.css +1 -0
  1293. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/figure_img.css +1 -0
  1294. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/form-control.css +1 -0
  1295. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/glyphicon.css +1 -0
  1296. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/import_bootswatch.css +1 -0
  1297. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/input-group.css +1 -0
  1298. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/input.css +1 -0
  1299. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/jumbotron.css +1 -0
  1300. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/label.css +1 -0
  1301. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/list-group.css +1 -0
  1302. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/media.css +1 -0
  1303. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/modal.css +1 -0
  1304. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/nav.css +1 -0
  1305. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/navbar.css +1 -0
  1306. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/pager.css +1 -0
  1307. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/pagination.css +1 -0
  1308. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/panel.css +1 -0
  1309. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/popover.css +1 -0
  1310. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/progress.css +1 -0
  1311. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/table.css +1 -0
  1312. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/text.css +1 -0
  1313. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/thumbnail.css +1 -0
  1314. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/tooltip.css +1 -0
  1315. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/visible.css +1 -0
  1316. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/well.css +1 -0
  1317. package/dist/css/themes/deprecated/custom/dsgov/custom-dsgov.min.css +1 -0
  1318. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Black.woff +0 -0
  1319. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Black.woff2 +0 -0
  1320. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-BlackItalic.woff +0 -0
  1321. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-BlackItalic.woff2 +0 -0
  1322. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Bold.woff +0 -0
  1323. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Bold.woff2 +0 -0
  1324. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-BoldItalic.woff +0 -0
  1325. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-BoldItalic.woff2 +0 -0
  1326. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBold.woff +0 -0
  1327. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBold.woff2 +0 -0
  1328. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff +0 -0
  1329. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
  1330. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLight.woff +0 -0
  1331. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLight.woff2 +0 -0
  1332. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLightItalic.woff +0 -0
  1333. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLightItalic.woff2 +0 -0
  1334. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Italic.woff +0 -0
  1335. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Italic.woff2 +0 -0
  1336. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Light.woff +0 -0
  1337. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Light.woff2 +0 -0
  1338. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-LightItalic.woff +0 -0
  1339. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-LightItalic.woff2 +0 -0
  1340. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Medium.woff +0 -0
  1341. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Medium.woff2 +0 -0
  1342. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-MediumItalic.woff +0 -0
  1343. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-MediumItalic.woff2 +0 -0
  1344. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Regular.woff +0 -0
  1345. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Regular.woff2 +0 -0
  1346. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBold.woff +0 -0
  1347. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBold.woff2 +0 -0
  1348. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBoldItalic.woff +0 -0
  1349. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBoldItalic.woff2 +0 -0
  1350. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Thin.woff +0 -0
  1351. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Thin.woff2 +0 -0
  1352. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ThinItalic.woff +0 -0
  1353. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ThinItalic.woff2 +0 -0
  1354. package/dist/css/themes/deprecated/custom/dsgov/font/fonts.css +1 -0
  1355. package/dist/css/themes/deprecated/custom/dsgov/font2/fonts.css +1 -0
  1356. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-100.woff +0 -0
  1357. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-100i.woff +0 -0
  1358. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-200.woff +0 -0
  1359. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-200i.woff +0 -0
  1360. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-300.woff +0 -0
  1361. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-300i.woff +0 -0
  1362. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-400.woff +0 -0
  1363. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-400i.woff +0 -0
  1364. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-500.woff +0 -0
  1365. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-500i.woff +0 -0
  1366. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-600.woff +0 -0
  1367. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-600i.woff +0 -0
  1368. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-700.woff +0 -0
  1369. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-700i.woff +0 -0
  1370. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-800.woff +0 -0
  1371. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-800i.woff +0 -0
  1372. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-900.woff +0 -0
  1373. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-900i.woff +0 -0
  1374. package/dist/css/themes/deprecated/custom/dsgov/img/arrow-blue.svg +1 -0
  1375. package/dist/css/themes/deprecated/custom/dsgov/img/cover.jpg +0 -0
  1376. package/dist/css/themes/deprecated/custom/flatly/custom-flatly.min.css +13 -0
  1377. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/_media-print.css +1 -0
  1378. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/alert.css +1 -0
  1379. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/animations.css +1 -0
  1380. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/badge.css +1 -0
  1381. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/basics.css +11 -0
  1382. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/blockquote.css +1 -0
  1383. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/breadcrumb.css +1 -0
  1384. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/btn.css +1 -0
  1385. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/carousel.css +1 -0
  1386. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/close.css +1 -0
  1387. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/col.css +1 -0
  1388. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/collapse.css +1 -0
  1389. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/container.css +1 -0
  1390. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/dropdown.css +1 -0
  1391. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/embed-responsive.css +1 -0
  1392. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/fade.css +1 -0
  1393. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/figure_img.css +1 -0
  1394. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/form-control.css +1 -0
  1395. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/glyphicon.css +1 -0
  1396. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/import_bootswatch.css +1 -0
  1397. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/input-group.css +1 -0
  1398. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/input.css +1 -0
  1399. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/jumbotron.css +1 -0
  1400. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/label.css +1 -0
  1401. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/list-group.css +1 -0
  1402. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/media.css +1 -0
  1403. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/modal.css +1 -0
  1404. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/nav.css +1 -0
  1405. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/navbar.css +1 -0
  1406. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/pager.css +1 -0
  1407. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/pagination.css +1 -0
  1408. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/panel.css +1 -0
  1409. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/popover.css +1 -0
  1410. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/progress.css +1 -0
  1411. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/table.css +1 -0
  1412. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/text.css +1 -0
  1413. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/thumbnail.css +1 -0
  1414. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/tooltip.css +1 -0
  1415. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/visible.css +1 -0
  1416. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/well.css +1 -0
  1417. package/dist/css/themes/deprecated/custom/fuse/components_css/alert.css +1 -0
  1418. package/dist/css/themes/deprecated/custom/fuse/components_css/badge.css +1 -0
  1419. package/dist/css/themes/deprecated/custom/fuse/components_css/blockquote.css +1 -0
  1420. package/dist/css/themes/deprecated/custom/fuse/components_css/breadcrumb.css +1 -0
  1421. package/dist/css/themes/deprecated/custom/fuse/components_css/btn.css +1 -0
  1422. package/dist/css/themes/deprecated/custom/fuse/components_css/carousel.css +1 -0
  1423. package/dist/css/themes/deprecated/custom/fuse/components_css/close.css +1 -0
  1424. package/dist/css/themes/deprecated/custom/fuse/components_css/embed-responsive.css +1 -0
  1425. package/dist/css/themes/deprecated/custom/fuse/components_css/form.css +1 -0
  1426. package/dist/css/themes/deprecated/custom/fuse/components_css/glyphicon.css +1 -0
  1427. package/dist/css/themes/deprecated/custom/fuse/components_css/hidden.css +1 -0
  1428. package/dist/css/themes/deprecated/custom/fuse/components_css/import_components_css.css +1 -0
  1429. package/dist/css/themes/deprecated/custom/fuse/components_css/list-group.css +1 -0
  1430. package/dist/css/themes/deprecated/custom/fuse/components_css/media.css +1 -0
  1431. package/dist/css/themes/deprecated/custom/fuse/components_css/modal.css +1 -0
  1432. package/dist/css/themes/deprecated/custom/fuse/components_css/navbar.css +1 -0
  1433. package/dist/css/themes/deprecated/custom/fuse/components_css/pager.css +1 -0
  1434. package/dist/css/themes/deprecated/custom/fuse/components_css/pagination.css +1 -0
  1435. package/dist/css/themes/deprecated/custom/fuse/components_css/panel.css +1 -0
  1436. package/dist/css/themes/deprecated/custom/fuse/components_css/popover.css +1 -0
  1437. package/dist/css/themes/deprecated/custom/fuse/components_css/progress.css +1 -0
  1438. package/dist/css/themes/deprecated/custom/fuse/components_css/table.css +1 -0
  1439. package/dist/css/themes/deprecated/custom/fuse/components_css/thumbnail.css +1 -0
  1440. package/dist/css/themes/deprecated/custom/fuse/components_css/tooltip.css +1 -0
  1441. package/dist/css/themes/deprecated/custom/fuse/components_css/type_bootstrap.css +1 -0
  1442. package/dist/css/themes/deprecated/custom/fuse/components_css/visible.css +1 -0
  1443. package/dist/css/themes/deprecated/custom/fuse/components_css/well.css +1 -0
  1444. package/dist/css/themes/deprecated/custom/fuse/custom-fuse.min.css +1 -0
  1445. package/dist/css/themes/deprecated/custom/fuse/font/Inter-roman.var.woff2 +0 -0
  1446. package/dist/css/themes/deprecated/custom/fuse/font/font.css +1 -0
  1447. package/dist/css/themes/deprecated/custom/fuse/font/fonts.css +1 -0
  1448. package/dist/css/themes/deprecated/custom/fuse/img/arrow-gray.svg +1 -0
  1449. package/dist/css/themes/deprecated/custom/fuse/img/arrow-white.svg +1 -0
  1450. package/dist/css/themes/deprecated/custom/journal/custom-journal.min.css +12 -0
  1451. package/dist/css/themes/deprecated/custom/lumen/custom-lumen.min.css +13 -0
  1452. package/dist/css/themes/{custom → deprecated/custom}/lumen/font/SourceSansPro-Black.woff +0 -0
  1453. package/dist/css/themes/{custom → deprecated/custom}/lumen/font/SourceSansPro-Black.woff2 +0 -0
  1454. package/dist/css/themes/{custom → deprecated/custom}/lumen/font/SourceSansPro-BlackIt.woff +0 -0
  1455. package/dist/css/themes/{custom → deprecated/custom}/lumen/font/SourceSansPro-BlackIt.woff2 +0 -0
  1456. package/dist/css/themes/{custom → deprecated/custom}/lumen/font/SourceSansPro-Bold.woff +0 -0
  1457. package/dist/css/themes/{custom → deprecated/custom}/lumen/font/SourceSansPro-Bold.woff2 +0 -0
  1458. package/dist/css/themes/{custom → deprecated/custom}/lumen/font/SourceSansPro-BoldIt.woff +0 -0
  1459. package/dist/css/themes/{custom → deprecated/custom}/lumen/font/SourceSansPro-BoldIt.woff2 +0 -0
  1460. package/dist/css/themes/{custom → deprecated/custom}/lumen/font/SourceSansPro-ExtraLight.woff +0 -0
  1461. package/dist/css/themes/{custom → deprecated/custom}/lumen/font/SourceSansPro-ExtraLight.woff2 +0 -0
  1462. package/dist/css/themes/{custom → deprecated/custom}/lumen/font/SourceSansPro-ExtraLightIt.woff +0 -0
  1463. package/dist/css/themes/{custom → deprecated/custom}/lumen/font/SourceSansPro-ExtraLightIt.woff2 +0 -0
  1464. package/dist/css/themes/{custom → deprecated/custom}/lumen/font/SourceSansPro-It.woff +0 -0
  1465. package/dist/css/themes/{custom → deprecated/custom}/lumen/font/SourceSansPro-It.woff2 +0 -0
  1466. package/dist/css/themes/{custom → deprecated/custom}/lumen/font/SourceSansPro-Light.woff +0 -0
  1467. package/dist/css/themes/{custom → deprecated/custom}/lumen/font/SourceSansPro-Light.woff2 +0 -0
  1468. package/dist/css/themes/{custom → deprecated/custom}/lumen/font/SourceSansPro-LightIt.woff +0 -0
  1469. package/dist/css/themes/{custom → deprecated/custom}/lumen/font/SourceSansPro-LightIt.woff2 +0 -0
  1470. package/dist/css/themes/{custom → deprecated/custom}/lumen/font/SourceSansPro-Regular.woff +0 -0
  1471. package/dist/css/themes/{custom → deprecated/custom}/lumen/font/SourceSansPro-Regular.woff2 +0 -0
  1472. package/dist/css/themes/{custom → deprecated/custom}/lumen/font/SourceSansPro-Semibold.woff +0 -0
  1473. package/dist/css/themes/{custom → deprecated/custom}/lumen/font/SourceSansPro-Semibold.woff2 +0 -0
  1474. package/dist/css/themes/{custom → deprecated/custom}/lumen/font/SourceSansPro-SemiboldIt.woff +0 -0
  1475. package/dist/css/themes/{custom → deprecated/custom}/lumen/font/SourceSansPro-SemiboldIt.woff2 +0 -0
  1476. package/dist/css/themes/{custom → deprecated/custom}/lumen/font/fonts.css +0 -0
  1477. package/dist/css/themes/deprecated/custom/lumen/img/arrow-gray.svg +1 -0
  1478. package/dist/css/themes/deprecated/custom/lumen/img/arrow-white.svg +1 -0
  1479. package/dist/css/themes/deprecated/custom/material/components_css/crn-button.css +1 -0
  1480. package/dist/css/themes/deprecated/custom/material/components_css/crn-carousel.css +1 -0
  1481. package/dist/css/themes/deprecated/custom/material/components_css/crn-cron-calendar.css +1 -0
  1482. package/dist/css/themes/deprecated/custom/material/components_css/crn-cron-grid.css +1 -0
  1483. package/dist/css/themes/deprecated/custom/material/components_css/crn-enterprise.css +1 -0
  1484. package/dist/css/themes/deprecated/custom/material/components_css/crn-navbar.css +1 -0
  1485. package/dist/css/themes/deprecated/custom/material/components_css/crn-scheduler.css +1 -0
  1486. package/dist/css/themes/deprecated/custom/material/components_css/login.css +1 -0
  1487. package/dist/css/themes/deprecated/custom/material/components_css/ui-notification.css +1 -0
  1488. package/dist/css/themes/deprecated/custom/material/custom-material.css +1 -0
  1489. package/dist/css/themes/deprecated/custom/material/font/Roboto-Black.woff +0 -0
  1490. package/dist/css/themes/deprecated/custom/material/font/Roboto-Black.woff2 +0 -0
  1491. package/dist/css/themes/deprecated/custom/material/font/Roboto-BlackItalic.woff +0 -0
  1492. package/dist/css/themes/deprecated/custom/material/font/Roboto-BlackItalic.woff2 +0 -0
  1493. package/dist/css/themes/deprecated/custom/material/font/Roboto-Bold.woff +0 -0
  1494. package/dist/css/themes/deprecated/custom/material/font/Roboto-Bold.woff2 +0 -0
  1495. package/dist/css/themes/deprecated/custom/material/font/Roboto-BoldItalic.woff +0 -0
  1496. package/dist/css/themes/deprecated/custom/material/font/Roboto-BoldItalic.woff2 +0 -0
  1497. package/dist/css/themes/deprecated/custom/material/font/Roboto-Italic.woff +0 -0
  1498. package/dist/css/themes/deprecated/custom/material/font/Roboto-Italic.woff2 +0 -0
  1499. package/dist/css/themes/deprecated/custom/material/font/Roboto-Light.woff +0 -0
  1500. package/dist/css/themes/deprecated/custom/material/font/Roboto-Light.woff2 +0 -0
  1501. package/dist/css/themes/deprecated/custom/material/font/Roboto-LightItalic.woff +0 -0
  1502. package/dist/css/themes/deprecated/custom/material/font/Roboto-LightItalic.woff2 +0 -0
  1503. package/dist/css/themes/deprecated/custom/material/font/Roboto-Medium.woff +0 -0
  1504. package/dist/css/themes/deprecated/custom/material/font/Roboto-Medium.woff2 +0 -0
  1505. package/dist/css/themes/deprecated/custom/material/font/Roboto-MediumItalic.woff +0 -0
  1506. package/dist/css/themes/deprecated/custom/material/font/Roboto-MediumItalic.woff2 +0 -0
  1507. package/dist/css/themes/deprecated/custom/material/font/Roboto-Regular.woff +0 -0
  1508. package/dist/css/themes/deprecated/custom/material/font/Roboto-Regular.woff2 +0 -0
  1509. package/dist/css/themes/deprecated/custom/material/font/Roboto-Thin.woff +0 -0
  1510. package/dist/css/themes/deprecated/custom/material/font/Roboto-Thin.woff2 +0 -0
  1511. package/dist/css/themes/deprecated/custom/material/font/Roboto-ThinItalic.woff +0 -0
  1512. package/dist/css/themes/deprecated/custom/material/font/Roboto-ThinItalic.woff2 +0 -0
  1513. package/dist/css/themes/deprecated/custom/material/font/fonts.css +1 -0
  1514. package/dist/css/themes/deprecated/custom/material/img/arrow-gray.svg +1 -0
  1515. package/dist/css/themes/deprecated/custom/material/img/arrow-white.svg +1 -0
  1516. package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-button.css +1 -0
  1517. package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-carousel.css +1 -0
  1518. package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-cron-calendar.css +1 -0
  1519. package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-cron-grid.css +1 -0
  1520. package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-enterprise.css +1 -0
  1521. package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-navbar.css +1 -0
  1522. package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-scheduler.css +1 -0
  1523. package/dist/css/themes/deprecated/custom/material_raiz/components_css/login.css +1 -0
  1524. package/dist/css/themes/deprecated/custom/material_raiz/components_css/ui-notification.css +1 -0
  1525. package/dist/css/themes/deprecated/custom/material_raiz/custom-material_raiz.css +1 -0
  1526. package/dist/css/themes/deprecated/custom/navigator/custom-navigator.css +1 -0
  1527. package/dist/css/themes/deprecated/custom/paper/custom-paper.min.css +13 -0
  1528. package/dist/css/themes/deprecated/custom/readable/custom-readable.min.css +13 -0
  1529. package/dist/css/themes/deprecated/custom/sandstone/custom-sandstone.min.css +13 -0
  1530. package/dist/css/themes/deprecated/custom/simplex/custom-simplex.min.css +13 -0
  1531. package/dist/css/themes/deprecated/custom/slate/custom-slate.min.css +13 -0
  1532. package/dist/css/themes/deprecated/custom/spacelab/custom-spacelab.min.css +13 -0
  1533. package/dist/css/themes/deprecated/custom/superhero/custom-superhero.min.css +13 -0
  1534. package/dist/css/themes/deprecated/custom/united/custom-united.min.css +13 -0
  1535. package/dist/css/themes/deprecated/custom/yeti/custom-yeti.min.css +13 -0
  1536. package/dist/css/themes/deprecated/cyborg.min.css +1 -0
  1537. package/dist/css/themes/deprecated/darkly.min.css +1 -0
  1538. package/dist/css/themes/deprecated/dsgov.min.css +1 -0
  1539. package/dist/css/themes/deprecated/flatly.min.css +1 -0
  1540. package/dist/css/themes/deprecated/fuse.min.css +1 -0
  1541. package/dist/css/themes/deprecated/journal.min.css +1 -0
  1542. package/dist/css/themes/deprecated/lumen.min.css +1 -0
  1543. package/dist/css/themes/deprecated/material.min.css +1 -0
  1544. package/dist/css/themes/deprecated/material_raiz.min.css +1 -0
  1545. package/dist/css/themes/deprecated/paper.min.css +1 -0
  1546. package/dist/css/themes/deprecated/readable.min.css +1 -0
  1547. package/dist/css/themes/deprecated/sandstone.min.css +1 -0
  1548. package/dist/css/themes/deprecated/simplex.min.css +1 -0
  1549. package/dist/css/themes/deprecated/slate.min.css +1 -0
  1550. package/dist/css/themes/deprecated/spacelab.min.css +1 -0
  1551. package/dist/css/themes/deprecated/superhero.min.css +1 -0
  1552. package/dist/css/themes/deprecated/united.min.css +1 -0
  1553. package/dist/css/themes/deprecated/yeti.min.css +1 -0
  1554. package/dist/css/themes/dsgov.min.css +1 -1
  1555. package/dist/css/themes/flatly.min.css +1 -1
  1556. package/dist/css/themes/fuse.min.css +1 -1
  1557. package/dist/css/themes/journal.min.css +1 -1
  1558. package/dist/css/themes/lumen.min.css +1 -1
  1559. package/dist/css/themes/material.min.css +1 -1
  1560. package/dist/css/themes/materialui.min.css +1 -0
  1561. package/dist/css/themes/paper.min.css +1 -1
  1562. package/dist/css/themes/readable.min.css +1 -1
  1563. package/dist/css/themes/sandstone.min.css +1 -1
  1564. package/dist/css/themes/simplex.min.css +1 -1
  1565. package/dist/css/themes/slate.min.css +1 -1
  1566. package/dist/css/themes/spacelab.min.css +1 -1
  1567. package/dist/css/themes/superhero.min.css +1 -1
  1568. package/dist/css/themes/theme.editor.view.html +5 -0
  1569. package/dist/css/themes/united.min.css +1 -1
  1570. package/dist/css/themes/yeti.min.css +1 -1
  1571. package/dist/i18n/locale_en_us.json +4 -1
  1572. package/dist/i18n/locale_pt_br.json +4 -1
  1573. package/dist/img/cron-icon/crn-component.svg +1 -0
  1574. package/dist/js/app.js +1 -1
  1575. package/dist/js/controllers.js +1 -1
  1576. package/dist/js/dashboard/dashboard.service.js +1 -1
  1577. package/dist/js/directives.js +14 -1
  1578. package/dist/js/reports/reports.service.js +1 -1
  1579. package/dist/js/stateProvider.js +1 -1
  1580. package/gulpfile.js +1 -1
  1581. package/i18n/locale_en_us.json +4 -1
  1582. package/i18n/locale_pt_br.json +4 -1
  1583. package/img/cron-icon/crn-component.svg +22 -0
  1584. package/js/app.js +16 -2
  1585. package/js/controllers.js +10 -2
  1586. package/js/dashboard/dashboard.service.js +4 -2
  1587. package/js/directives.js +650 -347
  1588. package/js/reports/reports.service.js +5 -2
  1589. package/js/stateProvider.js +17 -8
  1590. package/package.json +4 -4
  1591. package/postupdate.json +128 -115
  1592. package/css/modalTemplate.css +0 -37
  1593. package/css/reset_password.css +0 -5
  1594. package/css/signup.css +0 -16
  1595. package/css/themes/custom/cosmo/custom-cosmo.min.css +0 -2959
  1596. package/css/themes/custom/cyborg/custom-cyborg.min.css +0 -1805
  1597. package/css/themes/custom/dsgov/font/fonts.css +0 -162
  1598. package/css/themes/custom/fuse/components_css/navbar.css +0 -405
  1599. package/css/themes/custom/fuse/custom-fuse.min.css +0 -3107
  1600. package/css/themes/custom/journal/custom-journal.min.css +0 -1570
  1601. package/css/themes/custom/lumen/custom-lumen.min.css +0 -3479
  1602. package/css/themes/custom/paper/custom-paper.min.css +0 -1561
  1603. package/css/themes/custom/readable/custom-readable.min.css +0 -2661
  1604. package/css/themes/custom/sandstone/custom-sandstone.min.css +0 -1055
  1605. package/css/themes/custom/simplex/custom-simplex.min.css +0 -2646
  1606. package/css/themes/custom/slate/custom-slate.min.css +0 -2956
  1607. package/css/themes/custom/spacelab/font/OpenSans-Bold.woff +0 -0
  1608. package/css/themes/custom/spacelab/font/OpenSans-Bold.woff2 +0 -0
  1609. package/css/themes/custom/spacelab/font/OpenSans-BoldItalic.woff +0 -0
  1610. package/css/themes/custom/spacelab/font/OpenSans-BoldItalic.woff2 +0 -0
  1611. package/css/themes/custom/spacelab/font/OpenSans-Extrabold.woff +0 -0
  1612. package/css/themes/custom/spacelab/font/OpenSans-Extrabold.woff2 +0 -0
  1613. package/css/themes/custom/spacelab/font/OpenSans-ExtraboldItalic.woff +0 -0
  1614. package/css/themes/custom/spacelab/font/OpenSans-ExtraboldItalic.woff2 +0 -0
  1615. package/css/themes/custom/spacelab/font/OpenSans-Italic.woff +0 -0
  1616. package/css/themes/custom/spacelab/font/OpenSans-Italic.woff2 +0 -0
  1617. package/css/themes/custom/spacelab/font/OpenSans-Light.woff +0 -0
  1618. package/css/themes/custom/spacelab/font/OpenSans-Light.woff2 +0 -0
  1619. package/css/themes/custom/spacelab/font/OpenSans-Semibold.woff +0 -0
  1620. package/css/themes/custom/spacelab/font/OpenSans-Semibold.woff2 +0 -0
  1621. package/css/themes/custom/spacelab/font/OpenSans-SemiboldItalic.woff +0 -0
  1622. package/css/themes/custom/spacelab/font/OpenSans-SemiboldItalic.woff2 +0 -0
  1623. package/css/themes/custom/spacelab/font/OpenSans.woff +0 -0
  1624. package/css/themes/custom/spacelab/font/OpenSans.woff2 +0 -0
  1625. package/css/themes/custom/spacelab/font/OpenSansLight-Italic.woff +0 -0
  1626. package/css/themes/custom/spacelab/font/OpenSansLight-Italic.woff2 +0 -0
  1627. package/css/themes/custom/spacelab/font/fonts.css +0 -89
  1628. package/css/themes/custom/theme-general/cookies.css +0 -34
  1629. package/css/themes/custom/united/custom-united.min.css +0 -2493
  1630. package/css/themes/custom/yeti/custom-yeti.min.css +0 -3363
  1631. package/dist/css/themes/custom/spacelab/font/OpenSans-Bold.woff +0 -0
  1632. package/dist/css/themes/custom/spacelab/font/OpenSans-Bold.woff2 +0 -0
  1633. package/dist/css/themes/custom/spacelab/font/OpenSans-BoldItalic.woff +0 -0
  1634. package/dist/css/themes/custom/spacelab/font/OpenSans-BoldItalic.woff2 +0 -0
  1635. package/dist/css/themes/custom/spacelab/font/OpenSans-Extrabold.woff +0 -0
  1636. package/dist/css/themes/custom/spacelab/font/OpenSans-Extrabold.woff2 +0 -0
  1637. package/dist/css/themes/custom/spacelab/font/OpenSans-ExtraboldItalic.woff +0 -0
  1638. package/dist/css/themes/custom/spacelab/font/OpenSans-ExtraboldItalic.woff2 +0 -0
  1639. package/dist/css/themes/custom/spacelab/font/OpenSans-Italic.woff +0 -0
  1640. package/dist/css/themes/custom/spacelab/font/OpenSans-Italic.woff2 +0 -0
  1641. package/dist/css/themes/custom/spacelab/font/OpenSans-Light.woff +0 -0
  1642. package/dist/css/themes/custom/spacelab/font/OpenSans-Light.woff2 +0 -0
  1643. package/dist/css/themes/custom/spacelab/font/OpenSans-Semibold.woff +0 -0
  1644. package/dist/css/themes/custom/spacelab/font/OpenSans-Semibold.woff2 +0 -0
  1645. package/dist/css/themes/custom/spacelab/font/OpenSans-SemiboldItalic.woff +0 -0
  1646. package/dist/css/themes/custom/spacelab/font/OpenSans-SemiboldItalic.woff2 +0 -0
  1647. package/dist/css/themes/custom/spacelab/font/OpenSans.woff +0 -0
  1648. package/dist/css/themes/custom/spacelab/font/OpenSans.woff2 +0 -0
  1649. package/dist/css/themes/custom/spacelab/font/OpenSansLight-Italic.woff +0 -0
  1650. package/dist/css/themes/custom/spacelab/font/OpenSansLight-Italic.woff2 +0 -0
  1651. package/dist/css/themes/custom/spacelab/font/fonts.css +0 -1
  1652. package/dist/css/themes/custom/theme-general/cookies.css +0 -1
@@ -1,2661 +0,0 @@
1
- @import "../_bootswatch-v3.3.6/import_bootswatch.css";
2
-
3
- /* -- Fonts -- */
4
-
5
- @import url("https://fonts.googleapis.com/css?family=Raleway:400,700");
6
-
7
- body {
8
- font-family: Georgia, "Times New Roman", Times, serif;
9
- font-size: 16px;
10
- line-height: 1.42857143;
11
- color: #333333;
12
- background-color: #ffffff
13
- }
14
-
15
- .btn,
16
- legend,
17
- .pagination,
18
- .navbar,
19
- .input-group-addon,
20
- .pager {
21
- font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif
22
- }
23
-
24
- .label {
25
- font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
26
- font-weight: normal
27
- }
28
-
29
-
30
- /* -- .has -- */
31
-
32
- .has-success .help-block,
33
- .has-success .control-label,
34
- .has-success .radio,
35
- .has-success .checkbox,
36
- .has-success .radio-inline,
37
- .has-success .checkbox-inline,
38
- .has-success.radio label,
39
- .has-success.checkbox label,
40
- .has-success.radio-inline label,
41
- .has-success.checkbox-inline label {
42
- color: #3fad46
43
- }
44
-
45
- .has-success .form-control {
46
- border-color: #3fad46;
47
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
48
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
49
- }
50
-
51
- .has-success .form-control:focus {
52
- border-color: #318837;
53
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #81d186;
54
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #81d186
55
- }
56
-
57
- .has-success .input-group-addon {
58
- color: #3fad46;
59
- border-color: #3fad46;
60
- background-color: #dff0d8
61
- }
62
-
63
- .has-success .form-control-feedback {
64
- color: #3fad46
65
- }
66
-
67
- .has-warning .help-block,
68
- .has-warning .control-label,
69
- .has-warning .radio,
70
- .has-warning .checkbox,
71
- .has-warning .radio-inline,
72
- .has-warning .checkbox-inline,
73
- .has-warning.radio label,
74
- .has-warning.checkbox label,
75
- .has-warning.radio-inline label,
76
- .has-warning.checkbox-inline label {
77
- color: #f0ad4e
78
- }
79
-
80
- .has-warning .form-control {
81
- border-color: #f0ad4e;
82
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
83
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
84
- }
85
-
86
- .has-warning .form-control:focus {
87
- border-color: #ec971f;
88
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f8d9ac;
89
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f8d9ac
90
- }
91
-
92
- .has-warning .input-group-addon {
93
- color: #f0ad4e;
94
- border-color: #f0ad4e;
95
- background-color: #fcf8e3
96
- }
97
-
98
- .has-warning .form-control-feedback {
99
- color: #f0ad4e
100
- }
101
-
102
- .has-error .help-block,
103
- .has-error .control-label,
104
- .has-error .radio,
105
- .has-error .checkbox,
106
- .has-error .radio-inline,
107
- .has-error .checkbox-inline,
108
- .has-error.radio label,
109
- .has-error.checkbox label,
110
- .has-error.radio-inline label,
111
- .has-error.checkbox-inline label {
112
- color: #d9534f
113
- }
114
-
115
- .has-error .form-control {
116
- border-color: #d9534f;
117
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
118
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
119
- }
120
-
121
- .has-error .form-control:focus {
122
- border-color: #c9302c;
123
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3;
124
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3
125
- }
126
-
127
- .has-error .input-group-addon {
128
- color: #d9534f;
129
- border-color: #d9534f;
130
- background-color: #f2dede
131
- }
132
-
133
- .has-error .form-control-feedback {
134
- color: #d9534f
135
- }
136
-
137
-
138
- /* -- tooltip -- */
139
-
140
- .tooltip {
141
- font-family: Georgia, "Times New Roman", Times, serif;
142
- line-height: 1.42857143;
143
- font-size: 14px;
144
- opacity: 0;
145
- }
146
-
147
- .tooltip-inner {
148
- background-color: #000000;
149
- border-radius: 4px
150
- }
151
-
152
- .tooltip.top .tooltip-arrow {
153
- border-top-color: #000000
154
- }
155
-
156
- .tooltip.top-left .tooltip-arrow,
157
- .tooltip.top-right .tooltip-arrow,
158
- .tooltip.right .tooltip-arrow,
159
- .tooltip.left .tooltip-arrow,
160
- .tooltip.bottom .tooltip-arrow,
161
- .tooltip.bottom-left .tooltip-arrow,
162
- .tooltip.bottom-right .tooltip-arrow {
163
- border-bottom-color: #000000
164
- }
165
-
166
-
167
- /* -- popover -- */
168
-
169
- .popover {
170
- font-family: Georgia, "Times New Roman", Times, serif;
171
- }
172
-
173
- .popover-title {
174
- font-size: 16px;
175
- border-radius: 5px 5px 0 0
176
- }
177
-
178
- .popover.top>.arrow {
179
- border-top-color: #999999;
180
- border-top-color: rgba(0, 0, 0, 0.25);
181
- }
182
-
183
- .popover.right>.arrow {
184
- border-right-color: #999999;
185
- border-right-color: rgba(0, 0, 0, 0.25)
186
- }
187
-
188
- .popover.bottom>.arrow {
189
- border-bottom-color: #999999;
190
- border-bottom-color: rgba(0, 0, 0, 0.25);
191
- }
192
-
193
- .popover.left>.arrow {
194
- border-left-color: #999999;
195
- border-left-color: rgba(0, 0, 0, 0.25)
196
- }
197
-
198
-
199
- /* -- pager -- */
200
-
201
- .pager li>a:hover,
202
- .pager li>a:focus {
203
- text-decoration: none;
204
- background-color: #4582ec
205
- }
206
-
207
- .pager .disabled>a,
208
- .pager .disabled>a:hover,
209
- .pager .disabled>a:focus,
210
- .pager .disabled>span {
211
- color: #b3b3b3;
212
- }
213
-
214
- .pager a {
215
- color: #333333
216
- }
217
-
218
- .pager a:hover {
219
- border-color: transparent;
220
- color: #fff
221
- }
222
-
223
- .pager .disabled a {
224
- border-color: #dddddd
225
- }
226
-
227
-
228
- /* -- pagination -- */
229
-
230
- .pagination {
231
- margin: 22px 0;
232
- border-radius: 4px
233
- }
234
-
235
- .pagination>li>a,
236
- .pagination>li>span {
237
- padding: 8px 12px;
238
- line-height: 1.42857143;
239
- color: #333333;
240
- }
241
-
242
- .pagination>li:first-child>a,
243
- .pagination>li:first-child>span {
244
- margin-left: 0;
245
- border-bottom-left-radius: 4px;
246
- border-top-left-radius: 4px
247
- }
248
-
249
- .pagination>li:last-child>a,
250
- .pagination>li:last-child>span {
251
- border-bottom-right-radius: 4px;
252
- border-top-right-radius: 4px
253
- }
254
-
255
- .pagination>li>a:hover,
256
- .pagination>li>span:hover,
257
- .pagination>li>a:focus,
258
- .pagination>li>span:focus {
259
- z-index: 2;
260
- color: #ffffff;
261
- background-color: #4582ec;
262
- border-color: #4582ec
263
- }
264
-
265
- .pagination>.active>a,
266
- .pagination>.active>span,
267
- .pagination>.active>a:hover,
268
- .pagination>.active>span:hover,
269
- .pagination>.active>a:focus,
270
- .pagination>.active>span:focus {
271
- z-index: 3;
272
- color: #ffffff;
273
- background-color: #4582ec;
274
- border-color: #4582ec;
275
- cursor: default
276
- }
277
-
278
- .pagination>.disabled>span,
279
- .pagination>.disabled>span:hover,
280
- .pagination>.disabled>span:focus,
281
- .pagination>.disabled>a,
282
- .pagination>.disabled>a:hover,
283
- .pagination>.disabled>a:focus {
284
- color: #b3b3b3;
285
- background-color: #ffffff;
286
- border-color: #dddddd;
287
- cursor: not-allowed
288
- }
289
-
290
- .pagination-lg>li>a,
291
- .pagination-lg>li>span {
292
- padding: 14px 16px;
293
- font-size: 20px;
294
- }
295
-
296
- .pagination-lg>li:first-child>a,
297
- .pagination-lg>li:first-child>span {
298
- border-bottom-left-radius: 6px;
299
- border-top-left-radius: 6px
300
- }
301
-
302
- .pagination-lg>li:last-child>a,
303
- .pagination-lg>li:last-child>span {
304
- border-bottom-right-radius: 6px;
305
- border-top-right-radius: 6px
306
- }
307
-
308
- .pagination-sm>li>a,
309
- .pagination-sm>li>span {
310
- font-size: 14px;
311
- }
312
-
313
- .pagination-lg>li>a,
314
- .pagination-lg>li>span {
315
- padding: 14px 24px
316
- }
317
-
318
-
319
- /* -- alert -- */
320
-
321
- .alert {
322
- border: 1px solid transparent;
323
- border-radius: 4px
324
- }
325
-
326
- .alert-success {
327
- background-color: #3fad46;
328
- border-color: #3fad46;
329
- color: #ffffff
330
- }
331
-
332
- .alert-success hr {
333
- border-top-color: #389a3e
334
- }
335
-
336
- .alert-success .alert-link {
337
- color: #e6e6e6
338
- }
339
-
340
- .alert-info {
341
- background-color: #5bc0de;
342
- border-color: #5bc0de;
343
- color: #ffffff
344
- }
345
-
346
- .alert-info hr {
347
- border-top-color: #46b8da
348
- }
349
-
350
- .alert-info .alert-link {
351
- color: #e6e6e6
352
- }
353
-
354
- .alert-warning {
355
- background-color: #f0ad4e;
356
- border-color: #f0ad4e;
357
- color: #ffffff
358
- }
359
-
360
- .alert-warning hr {
361
- border-top-color: #eea236
362
- }
363
-
364
- .alert-warning .alert-link {
365
- color: #e6e6e6
366
- }
367
-
368
- .alert-danger {
369
- background-color: #d9534f;
370
- border-color: #d9534f;
371
- color: #ffffff
372
- }
373
-
374
- .alert-danger hr {
375
- border-top-color: #d43f3a
376
- }
377
-
378
- .alert-danger .alert-link {
379
- color: #e6e6e6
380
- }
381
-
382
- .alert .alert-link {
383
- color: #ffffff;
384
- text-decoration: underline
385
- }
386
-
387
-
388
- /* -- close -- */
389
-
390
- .close {
391
- float: right;
392
- font-size: 24px;
393
- font-weight: bold;
394
- line-height: 1;
395
- color: #ffffff;
396
- text-shadow: 0 1px 0 #ffffff;
397
- opacity: 0.2;
398
- filter: alpha(opacity=20)
399
- }
400
-
401
- .close:hover,
402
- .close:focus {
403
- color: #ffffff;
404
- }
405
-
406
- .close {
407
- color: #fff;
408
- text-decoration: none;
409
- text-shadow: none;
410
- opacity: 0.4
411
- }
412
-
413
- .close:hover,
414
- .close:focus {
415
- color: #fff;
416
- opacity: 1
417
- }
418
-
419
-
420
- /* -- btn -- */
421
-
422
- .btn {
423
- padding: 8px 12px;
424
- font-size: 16px;
425
- line-height: 1.42857143;
426
- border-radius: 4px;
427
- }
428
-
429
- .btn:hover,
430
- .btn:focus,
431
- .btn.focus {
432
- color: #333333;
433
- }
434
-
435
- .btn-default {
436
- color: #333333;
437
- background-color: #ffffff;
438
- border-color: #dddddd
439
- }
440
-
441
- .btn-default:focus,
442
- .btn-default.focus {
443
- color: #333333;
444
- background-color: #e6e6e6;
445
- border-color: #9d9d9d
446
- }
447
-
448
- .btn-default:hover {
449
- color: #333333;
450
- background-color: #e6e6e6;
451
- border-color: #bebebe
452
- }
453
-
454
- .btn-default:active,
455
- .btn-default.active,
456
- .open>.dropdown-toggle.btn-default {
457
- color: #333333;
458
- background-color: #e6e6e6;
459
- border-color: #bebebe
460
- }
461
-
462
- .btn-default:active:hover,
463
- .btn-default.active:hover,
464
- .open>.dropdown-toggle.btn-default:hover,
465
- .btn-default:active:focus,
466
- .btn-default.active:focus,
467
- .open>.dropdown-toggle.btn-default:focus,
468
- .btn-default:active.focus,
469
- .btn-default.active.focus,
470
- .open>.dropdown-toggle.btn-default.focus {
471
- color: #333333;
472
- background-color: #d4d4d4;
473
- border-color: #9d9d9d
474
- }
475
-
476
- .btn-default.disabled:hover,
477
- .btn-default[disabled]:hover,
478
- fieldset[disabled] .btn-default:hover,
479
- .btn-default.disabled:focus,
480
- .btn-default[disabled]:focus,
481
- fieldset[disabled] .btn-default:focus,
482
- .btn-default.disabled.focus,
483
- .btn-default[disabled].focus,
484
- fieldset[disabled] .btn-default.focus {
485
- background-color: #ffffff;
486
- border-color: #dddddd
487
- }
488
-
489
- .btn-default .badge {
490
- color: #ffffff;
491
- background-color: #333333
492
- }
493
-
494
- .btn-primary {
495
- color: #ffffff;
496
- background-color: #4582ec;
497
- border-color: #4582ec
498
- }
499
-
500
- .btn-primary:focus,
501
- .btn-primary.focus {
502
- color: #ffffff;
503
- background-color: #1863e6;
504
- border-color: #1045a1
505
- }
506
-
507
- .btn-primary:hover {
508
- color: #ffffff;
509
- background-color: #1863e6;
510
- border-color: #175fdd
511
- }
512
-
513
- .btn-primary:active,
514
- .btn-primary.active,
515
- .open>.dropdown-toggle.btn-primary {
516
- color: #ffffff;
517
- background-color: #1863e6;
518
- border-color: #175fdd
519
- }
520
-
521
- .btn-primary:active:hover,
522
- .btn-primary.active:hover,
523
- .open>.dropdown-toggle.btn-primary:hover,
524
- .btn-primary:active:focus,
525
- .btn-primary.active:focus,
526
- .open>.dropdown-toggle.btn-primary:focus,
527
- .btn-primary:active.focus,
528
- .btn-primary.active.focus,
529
- .open>.dropdown-toggle.btn-primary.focus {
530
- color: #ffffff;
531
- background-color: #1455c6;
532
- border-color: #1045a1
533
- }
534
-
535
- .btn-primary.disabled:hover,
536
- .btn-primary[disabled]:hover,
537
- fieldset[disabled] .btn-primary:hover,
538
- .btn-primary.disabled:focus,
539
- .btn-primary[disabled]:focus,
540
- fieldset[disabled] .btn-primary:focus,
541
- .btn-primary.disabled.focus,
542
- .btn-primary[disabled].focus,
543
- fieldset[disabled] .btn-primary.focus {
544
- background-color: #4582ec;
545
- border-color: #4582ec
546
- }
547
-
548
- .btn-primary .badge {
549
- color: #4582ec;
550
- background-color: #ffffff
551
- }
552
-
553
- .btn-success {
554
- color: #ffffff;
555
- background-color: #3fad46;
556
- border-color: #3fad46
557
- }
558
-
559
- .btn-success:focus,
560
- .btn-success.focus {
561
- color: #ffffff;
562
- background-color: #318837;
563
- border-color: #1d5020
564
- }
565
-
566
- .btn-success:hover {
567
- color: #ffffff;
568
- background-color: #318837;
569
- border-color: #2f8034
570
- }
571
-
572
- .btn-success:active,
573
- .btn-success.active,
574
- .open>.dropdown-toggle.btn-success {
575
- color: #ffffff;
576
- background-color: #318837;
577
- border-color: #2f8034
578
- }
579
-
580
- .btn-success:active:hover,
581
- .btn-success.active:hover,
582
- .open>.dropdown-toggle.btn-success:hover,
583
- .btn-success:active:focus,
584
- .btn-success.active:focus,
585
- .open>.dropdown-toggle.btn-success:focus,
586
- .btn-success:active.focus,
587
- .btn-success.active.focus,
588
- .open>.dropdown-toggle.btn-success.focus {
589
- color: #ffffff;
590
- background-color: #286d2c;
591
- border-color: #1d5020
592
- }
593
-
594
- .btn-success.disabled:hover,
595
- .btn-success[disabled]:hover,
596
- fieldset[disabled] .btn-success:hover,
597
- .btn-success.disabled:focus,
598
- .btn-success[disabled]:focus,
599
- fieldset[disabled] .btn-success:focus,
600
- .btn-success.disabled.focus,
601
- .btn-success[disabled].focus,
602
- fieldset[disabled] .btn-success.focus {
603
- background-color: #3fad46;
604
- border-color: #3fad46
605
- }
606
-
607
- .btn-success .badge {
608
- color: #3fad46;
609
- background-color: #ffffff
610
- }
611
-
612
- .btn-info {
613
- color: #ffffff;
614
- background-color: #5bc0de;
615
- border-color: #5bc0de
616
- }
617
-
618
- .btn-info:focus,
619
- .btn-info.focus {
620
- color: #ffffff;
621
- background-color: #31b0d5;
622
- border-color: #1f7e9a
623
- }
624
-
625
- .btn-info:hover {
626
- color: #ffffff;
627
- background-color: #31b0d5;
628
- border-color: #2aabd2
629
- }
630
-
631
- .btn-info:active,
632
- .btn-info.active,
633
- .open>.dropdown-toggle.btn-info {
634
- color: #ffffff;
635
- background-color: #31b0d5;
636
- border-color: #2aabd2
637
- }
638
-
639
- .btn-info:active:hover,
640
- .btn-info.active:hover,
641
- .open>.dropdown-toggle.btn-info:hover,
642
- .btn-info:active:focus,
643
- .btn-info.active:focus,
644
- .open>.dropdown-toggle.btn-info:focus,
645
- .btn-info:active.focus,
646
- .btn-info.active.focus,
647
- .open>.dropdown-toggle.btn-info.focus {
648
- color: #ffffff;
649
- background-color: #269abc;
650
- border-color: #1f7e9a
651
- }
652
-
653
- .btn-info.disabled:hover,
654
- .btn-info[disabled]:hover,
655
- fieldset[disabled] .btn-info:hover,
656
- .btn-info.disabled:focus,
657
- .btn-info[disabled]:focus,
658
- fieldset[disabled] .btn-info:focus,
659
- .btn-info.disabled.focus,
660
- .btn-info[disabled].focus,
661
- fieldset[disabled] .btn-info.focus {
662
- background-color: #5bc0de;
663
- border-color: #5bc0de
664
- }
665
-
666
- .btn-info .badge {
667
- color: #5bc0de;
668
- background-color: #ffffff
669
- }
670
-
671
- .btn-warning {
672
- color: #ffffff;
673
- background-color: #f0ad4e;
674
- border-color: #f0ad4e
675
- }
676
-
677
- .btn-warning:focus,
678
- .btn-warning.focus {
679
- color: #ffffff;
680
- background-color: #ec971f;
681
- border-color: #b06d0f
682
- }
683
-
684
- .btn-warning:hover {
685
- color: #ffffff;
686
- background-color: #ec971f;
687
- border-color: #eb9316
688
- }
689
-
690
- .btn-warning:active,
691
- .btn-warning.active,
692
- .open>.dropdown-toggle.btn-warning {
693
- color: #ffffff;
694
- background-color: #ec971f;
695
- border-color: #eb9316
696
- }
697
-
698
- .btn-warning:active:hover,
699
- .btn-warning.active:hover,
700
- .open>.dropdown-toggle.btn-warning:hover,
701
- .btn-warning:active:focus,
702
- .btn-warning.active:focus,
703
- .open>.dropdown-toggle.btn-warning:focus,
704
- .btn-warning:active.focus,
705
- .btn-warning.active.focus,
706
- .open>.dropdown-toggle.btn-warning.focus {
707
- color: #ffffff;
708
- background-color: #d58512;
709
- border-color: #b06d0f
710
- }
711
-
712
- .btn-warning.disabled:hover,
713
- .btn-warning[disabled]:hover,
714
- fieldset[disabled] .btn-warning:hover,
715
- .btn-warning.disabled:focus,
716
- .btn-warning[disabled]:focus,
717
- fieldset[disabled] .btn-warning:focus,
718
- .btn-warning.disabled.focus,
719
- .btn-warning[disabled].focus,
720
- fieldset[disabled] .btn-warning.focus {
721
- background-color: #f0ad4e;
722
- border-color: #f0ad4e
723
- }
724
-
725
- .btn-warning .badge {
726
- color: #f0ad4e;
727
- background-color: #ffffff
728
- }
729
-
730
- .btn-danger {
731
- color: #ffffff;
732
- background-color: #d9534f;
733
- border-color: #d9534f
734
- }
735
-
736
- .btn-danger:focus,
737
- .btn-danger.focus {
738
- color: #ffffff;
739
- background-color: #c9302c;
740
- border-color: #8b211e
741
- }
742
-
743
- .btn-danger:hover {
744
- color: #ffffff;
745
- background-color: #c9302c;
746
- border-color: #c12e2a
747
- }
748
-
749
- .btn-danger:active,
750
- .btn-danger.active,
751
- .open>.dropdown-toggle.btn-danger {
752
- color: #ffffff;
753
- background-color: #c9302c;
754
- border-color: #c12e2a
755
- }
756
-
757
- .btn-danger:active:hover,
758
- .btn-danger.active:hover,
759
- .open>.dropdown-toggle.btn-danger:hover,
760
- .btn-danger:active:focus,
761
- .btn-danger.active:focus,
762
- .open>.dropdown-toggle.btn-danger:focus,
763
- .btn-danger:active.focus,
764
- .btn-danger.active.focus,
765
- .open>.dropdown-toggle.btn-danger.focus {
766
- color: #ffffff;
767
- background-color: #ac2925;
768
- border-color: #8b211e
769
- }
770
-
771
- .btn-danger:active,
772
- .btn-danger.active,
773
- .open>.dropdown-toggle.btn-danger {
774
- background-image: none
775
- }
776
-
777
- .btn-danger.disabled:hover,
778
- .btn-danger[disabled]:hover,
779
- fieldset[disabled] .btn-danger:hover,
780
- .btn-danger.disabled:focus,
781
- .btn-danger[disabled]:focus,
782
- fieldset[disabled] .btn-danger:focus,
783
- .btn-danger.disabled.focus,
784
- .btn-danger[disabled].focus,
785
- fieldset[disabled] .btn-danger.focus {
786
- background-color: #d9534f;
787
- border-color: #d9534f
788
- }
789
-
790
- .btn-danger .badge {
791
- color: #d9534f;
792
- background-color: #ffffff
793
- }
794
-
795
- .btn-link {
796
- color: #4582ec;
797
- }
798
-
799
- .btn-link:hover,
800
- .btn-link:focus {
801
- color: #134fb8;
802
- text-decoration: underline;
803
- background-color: transparent
804
- }
805
-
806
- .btn-link[disabled]:hover,
807
- fieldset[disabled] .btn-link:hover,
808
- .btn-link[disabled]:focus,
809
- fieldset[disabled] .btn-link:focus {
810
- color: #b3b3b3;
811
- }
812
-
813
- .btn-lg,
814
- .btn-group-lg>.btn {
815
- padding: 14px 16px;
816
- font-size: 20px;
817
- line-height: 1.3333333;
818
- border-radius: 6px
819
- }
820
-
821
- .btn-sm,
822
- .btn-group-sm>.btn {
823
- padding: 5px 10px;
824
- font-size: 14px;
825
- }
826
-
827
- .btn-xs,
828
- .btn-group-xs>.btn {
829
- font-size: 14px;
830
- }
831
-
832
- .btn-group-vertical>.btn:first-child:not(:last-child) {
833
- border-top-right-radius: 4px;
834
- border-top-left-radius: 4px;
835
- border-bottom-right-radius: 0;
836
- border-bottom-left-radius: 0
837
- }
838
-
839
- .btn-group-vertical>.btn:last-child:not(:first-child) {
840
- border-top-right-radius: 0;
841
- border-top-left-radius: 0;
842
- border-bottom-right-radius: 4px;
843
- border-bottom-left-radius: 4px
844
- }
845
-
846
-
847
- /* -- badge -- */
848
-
849
- .badge {
850
- font-size: 14px;
851
- font-weight: bold;
852
- background-color: #4582ec;
853
- }
854
-
855
- .list-group-item.active>.badge,
856
- .nav-pills>.active>a>.badge {
857
- color: #4582ec;
858
- }
859
-
860
- .badge {
861
- padding: 1px 7px 5px;
862
- vertical-align: 2px;
863
- font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
864
- font-weight: normal
865
- }
866
-
867
-
868
- /* -- Customizations for kendo -- */
869
-
870
- .k-grid-header .k-header:hover,
871
- .k-grid-header .k-header:hover a {
872
- color: #317eac;
873
- }
874
-
875
-
876
- /* -- label -- */
877
-
878
- .label-default {
879
- background-color: #ffffff
880
- }
881
-
882
- .label-default[href]:hover,
883
- .label-default[href]:focus {
884
- background-color: #e6e6e6
885
- }
886
-
887
- .label-primary {
888
- background-color: #4582ec
889
- }
890
-
891
- .label-primary[href]:hover,
892
- .label-primary[href]:focus {
893
- background-color: #1863e6
894
- }
895
-
896
- .label-success {
897
- background-color: #3fad46
898
- }
899
-
900
- .label-success[href]:hover,
901
- .label-success[href]:focus {
902
- background-color: #318837
903
- }
904
-
905
- .label-info {
906
- background-color: #5bc0de
907
- }
908
-
909
- .label-info[href]:hover,
910
- .label-info[href]:focus {
911
- background-color: #31b0d5
912
- }
913
-
914
- .label-warning {
915
- background-color: #f0ad4e
916
- }
917
-
918
- .label-warning[href]:hover,
919
- .label-warning[href]:focus {
920
- background-color: #ec971f
921
- }
922
-
923
- .label-danger {
924
- background-color: #d9534f
925
- }
926
-
927
- .label-danger[href]:hover,
928
- .label-danger[href]:focus {
929
- background-color: #c9302c
930
- }
931
-
932
- .label-default {
933
- border: 1px solid #ddd;
934
- color: #333333
935
- }
936
-
937
-
938
- /* -- form -- */
939
-
940
- .form-control {
941
- height: 40px;
942
- padding: 8px 12px;
943
- font-size: 16px;
944
- line-height: 1.42857143;
945
- color: #333333;
946
- background-color: #ffffff;
947
- background-image: none;
948
- border: 1px solid #dddddd;
949
- border-radius: 4px;
950
- }
951
-
952
- .form-control::-moz-placeholder {
953
- color: #b3b3b3;
954
- opacity: 1
955
- }
956
-
957
- .form-control:-ms-input-placeholder {
958
- color: #b3b3b3
959
- }
960
-
961
- .form-control::-webkit-input-placeholder {
962
- color: #b3b3b3
963
- }
964
-
965
- .form-control[disabled],
966
- .form-control[readonly],
967
- fieldset[disabled] .form-control {
968
- background-color: #eeeeee;
969
- }
970
-
971
- @media screen and (-webkit-min-device-pixel-ratio:0) {
972
-
973
- input[type="date"].form-control,
974
- input[type="time"].form-control,
975
- input[type="datetime-local"].form-control,
976
- input[type="month"].form-control {
977
- line-height: 40px
978
- }
979
-
980
- input[type="date"].input-sm,
981
- input[type="time"].input-sm,
982
- input[type="datetime-local"].input-sm,
983
- input[type="month"].input-sm,
984
- .input-group-sm input[type="date"],
985
- .input-group-sm input[type="time"],
986
- .input-group-sm input[type="datetime-local"],
987
- .input-group-sm input[type="month"] {
988
- line-height: 33px
989
- }
990
-
991
- input[type="date"].input-lg,
992
- input[type="time"].input-lg,
993
- input[type="datetime-local"].input-lg,
994
- input[type="month"].input-lg,
995
- .input-group-lg input[type="date"],
996
- .input-group-lg input[type="time"],
997
- .input-group-lg input[type="datetime-local"],
998
- .input-group-lg input[type="month"] {
999
- line-height: 57px
1000
- }
1001
- }
1002
-
1003
- .radio label,
1004
- .checkbox label {
1005
- min-height: 22px;
1006
- }
1007
-
1008
- .form-control-static {
1009
- padding-top: 9px;
1010
- padding-bottom: 9px;
1011
- margin-bottom: 0;
1012
- min-height: 38px
1013
- }
1014
-
1015
- .input-sm {
1016
- height: 33px;
1017
- font-size: 14px;
1018
- }
1019
-
1020
- select.input-sm {
1021
- height: 33px;
1022
- line-height: 33px
1023
- }
1024
-
1025
- .form-group-sm .form-control {
1026
- height: 33px;
1027
- font-size: 14px;
1028
- }
1029
-
1030
- .form-group-sm select.form-control {
1031
- height: 33px;
1032
- line-height: 33px
1033
- }
1034
-
1035
- .form-group-sm .form-control-static {
1036
- height: 33px;
1037
- min-height: 36px;
1038
- font-size: 14px;
1039
- }
1040
-
1041
- .input-lg {
1042
- height: 57px;
1043
- padding: 14px 16px;
1044
- font-size: 20px;
1045
- border-radius: 6px
1046
- }
1047
-
1048
- select.input-lg {
1049
- height: 57px;
1050
- line-height: 57px
1051
- }
1052
-
1053
- .form-group-lg .form-control {
1054
- height: 57px;
1055
- padding: 14px 16px;
1056
- font-size: 20px;
1057
- line-height: 1.3333333;
1058
- border-radius: 6px
1059
- }
1060
-
1061
- .form-group-lg select.form-control {
1062
- height: 57px;
1063
- line-height: 57px
1064
- }
1065
-
1066
- .form-group-lg .form-control-static {
1067
- height: 57px;
1068
- min-height: 42px;
1069
- padding: 15px 16px;
1070
- font-size: 20px;
1071
- line-height: 1.3333333
1072
- }
1073
-
1074
- .has-feedback .form-control {
1075
- padding-right: 50px
1076
- }
1077
-
1078
- .form-control-feedback {
1079
- width: 40px;
1080
- height: 40px;
1081
- line-height: 40px;
1082
- }
1083
-
1084
- .input-lg+.form-control-feedback,
1085
- .input-group-lg+.form-control-feedback,
1086
- .form-group-lg .form-control+.form-control-feedback {
1087
- width: 57px;
1088
- height: 57px;
1089
- line-height: 57px
1090
- }
1091
-
1092
- .input-sm+.form-control-feedback,
1093
- .input-group-sm+.form-control-feedback,
1094
- .form-group-sm .form-control+.form-control-feedback {
1095
- width: 33px;
1096
- height: 33px;
1097
- line-height: 33px
1098
- }
1099
-
1100
- .form-horizontal .radio,
1101
- .form-horizontal .checkbox,
1102
- .form-horizontal .radio-inline,
1103
- .form-horizontal .checkbox-inline {
1104
- padding-top: 9px
1105
- }
1106
-
1107
- .form-horizontal .radio,
1108
- .form-horizontal .checkbox {
1109
- min-height: 31px
1110
- }
1111
-
1112
- @media (min-width:768px) {
1113
- .form-horizontal .control-label {
1114
- padding-top: 9px
1115
- }
1116
- }
1117
-
1118
- @media (min-width:768px) {
1119
- .form-horizontal .form-group-lg .control-label {
1120
- padding-top: 15px;
1121
- font-size: 20px
1122
- }
1123
- }
1124
-
1125
- @media (min-width:768px) {
1126
- .form-horizontal .form-group-sm .control-label {
1127
- font-size: 14px
1128
- }
1129
- }
1130
-
1131
-
1132
- /* -- input-group -- */
1133
-
1134
- .input-group-lg>.form-control,
1135
- .input-group-lg>.input-group-addon,
1136
- .input-group-lg>.input-group-btn>.btn {
1137
- height: 57px;
1138
- padding: 14px 16px;
1139
- font-size: 20px;
1140
- border-radius: 6px
1141
- }
1142
-
1143
- select.input-group-lg>.form-control,
1144
- select.input-group-lg>.input-group-addon,
1145
- select.input-group-lg>.input-group-btn>.btn {
1146
- height: 57px;
1147
- line-height: 57px
1148
- }
1149
-
1150
- .input-group-sm>.form-control,
1151
- .input-group-sm>.input-group-addon,
1152
- .input-group-sm>.input-group-btn>.btn {
1153
- height: 33px;
1154
- padding: 5px 10px;
1155
- font-size: 14px;
1156
- line-height: 1.5;
1157
- border-radius: 3px
1158
- }
1159
-
1160
- select.input-group-sm>.form-control,
1161
- select.input-group-sm>.input-group-addon,
1162
- select.input-group-sm>.input-group-btn>.btn {
1163
- height: 33px;
1164
- line-height: 33px
1165
- }
1166
-
1167
- .input-group-addon {
1168
- padding: 8px 12px;
1169
- font-size: 16px;
1170
- color: #333333;
1171
- background-color: #eeeeee;
1172
- border: 1px solid #dddddd;
1173
- border-radius: 4px
1174
- }
1175
-
1176
- .input-group-addon.input-sm {
1177
- font-size: 14px;
1178
- border-radius: 3px
1179
- }
1180
-
1181
- .input-group-addon.input-lg {
1182
- padding: 14px 16px;
1183
- font-size: 20px;
1184
- border-radius: 6px
1185
- }
1186
-
1187
-
1188
- /* -- breadcrumb -- */
1189
-
1190
- .breadcrumb>.active {
1191
- color: #b3b3b3
1192
- }
1193
-
1194
-
1195
- /* -- dropdown -- */
1196
-
1197
- .dropdown-menu {
1198
- font-size: 16px;
1199
- }
1200
-
1201
- .dropdown-menu .divider {
1202
- margin: 10px 0;
1203
- }
1204
-
1205
- .dropdown-menu>li>a {
1206
- line-height: 1.42857143;
1207
- color: #333333;
1208
- }
1209
-
1210
- .dropdown-menu>li>a:hover,
1211
- .dropdown-menu>li>a:focus {
1212
- text-decoration: none;
1213
- color: #ffffff;
1214
- background-color: #4582ec
1215
- }
1216
-
1217
- .dropdown-menu>.active>a,
1218
- .dropdown-menu>.active>a:hover,
1219
- .dropdown-menu>.active>a:focus {
1220
- color: #ffffff;
1221
- text-decoration: none;
1222
- outline: 0;
1223
- background-color: #4582ec
1224
- }
1225
-
1226
- .dropdown-menu>.disabled>a,
1227
- .dropdown-menu>.disabled>a:hover,
1228
- .dropdown-menu>.disabled>a:focus {
1229
- color: #b3b3b3
1230
- }
1231
-
1232
- .dropdown-menu>.disabled>a:hover,
1233
- .dropdown-menu>.disabled>a:focus {
1234
- text-decoration: none;
1235
- background-color: transparent;
1236
- background-image: none;
1237
- filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
1238
- cursor: not-allowed
1239
- }
1240
-
1241
- .dropdown-header {
1242
- font-size: 14px;
1243
- line-height: 1.42857143;
1244
- color: #b3b3b3;
1245
- }
1246
-
1247
-
1248
- /* -- nav -- */
1249
-
1250
- .nav>li.disabled>a {
1251
- color: #b3b3b3
1252
- }
1253
-
1254
- .nav>li.disabled>a:hover,
1255
- .nav>li.disabled>a:focus {
1256
- color: #b3b3b3;
1257
- }
1258
-
1259
- .nav .open>a,
1260
- .nav .open>a:hover,
1261
- .nav .open>a:focus {
1262
- border-color: #4582ec
1263
- }
1264
-
1265
- .nav-tabs {
1266
- border-bottom: 1px solid #dddddd
1267
- }
1268
-
1269
- .nav-tabs>li>a:hover {
1270
- border-color: #eeeeee #eeeeee #dddddd
1271
- }
1272
-
1273
- .nav-tabs>li.active>a,
1274
- .nav-tabs>li.active>a:hover,
1275
- .nav-tabs>li.active>a:focus {
1276
- color: #555555;
1277
- background-color: #ffffff;
1278
- border: 1px solid #dddddd;
1279
- }
1280
-
1281
- .nav-tabs.nav-justified>li>a {
1282
- border-radius: 4px
1283
- }
1284
-
1285
- .nav-tabs.nav-justified>.active>a,
1286
- .nav-tabs.nav-justified>.active>a:hover,
1287
- .nav-tabs.nav-justified>.active>a:focus {
1288
- border: 1px solid #dddddd
1289
- }
1290
-
1291
- @media (min-width:768px) {
1292
- .nav-tabs.nav-justified>li>a {
1293
- border-bottom: 1px solid #dddddd;
1294
- border-radius: 4px 4px 0 0
1295
- }
1296
- }
1297
-
1298
- .nav-pills>li>a {
1299
- border-radius: 4px
1300
- }
1301
-
1302
- .nav-pills>li.active>a,
1303
- .nav-pills>li.active>a:hover,
1304
- .nav-pills>li.active>a:focus {
1305
- background-color: #4582ec
1306
- }
1307
-
1308
- .nav-tabs-justified>.active>a,
1309
- .nav-tabs-justified>.active>a:hover,
1310
- .nav-tabs-justified>.active>a:focus {
1311
- border: 1px solid #dddddd
1312
- }
1313
-
1314
- @media (min-width:768px) {
1315
- .nav-tabs-justified>li>a {
1316
- border-bottom: 1px solid #dddddd;
1317
- border-radius: 4px 4px 0 0
1318
- }
1319
- }
1320
-
1321
- .nav .open>a,
1322
- .nav .open>a:hover,
1323
- .nav .open>a:focus {
1324
- border: 1px solid #ddd
1325
- }
1326
-
1327
-
1328
- /* -- navbar -- */
1329
-
1330
- .navbar-brand {
1331
- float: left;
1332
- padding: 21.5px 15px;
1333
- font-size: 20px;
1334
- line-height: 22px;
1335
- height: 65px
1336
- }
1337
-
1338
- .navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
1339
- margin-bottom: 0;
1340
- border-top-right-radius: 4px;
1341
- border-top-left-radius: 4px;
1342
- border-bottom-right-radius: 0;
1343
- border-bottom-left-radius: 0
1344
- }
1345
-
1346
- .navbar-default {
1347
- background-color: #ffffff;
1348
- border-color: #dddddd
1349
- }
1350
-
1351
- .navbar-default .navbar-brand {
1352
- color: #4582ec
1353
- }
1354
-
1355
- .navbar-default .navbar-brand:hover,
1356
- .navbar-default .navbar-brand:focus {
1357
- color: #4582ec;
1358
- background-color: transparent
1359
- }
1360
-
1361
- .navbar-default .navbar-text {
1362
- color: #333333
1363
- }
1364
-
1365
- #navbar-profile span,
1366
- #navbar-3 .navbar-nav a,
1367
- .navbar-default .navbar-nav>li>a {
1368
- color: #4582ec
1369
- }
1370
-
1371
- #navbar-3 .navbar-nav a:hover,
1372
- #navbar-3 .navbar-nav a:focus,
1373
- .navbar-default .navbar-nav a:hover,
1374
- .navbar-default .navbar-nav a:focus,
1375
- .navbar-default .navbar-nav>li>a:hover,
1376
- .navbar-default .navbar-nav>li>a:focus {
1377
- color: #4582ec;
1378
- background-color: transparent
1379
- }
1380
-
1381
- .navbar-default .navbar-nav>.active>a,
1382
- .navbar-default .navbar-nav>.active>a:hover,
1383
- .navbar-default .navbar-nav>.active>a:focus {
1384
- color: #4582ec;
1385
- background-color: transparent
1386
- }
1387
-
1388
- .navbar-default .navbar-nav>.disabled>a,
1389
- .navbar-default .navbar-nav>.disabled>a:hover,
1390
- .navbar-default .navbar-nav>.disabled>a:focus {
1391
- color: #333333;
1392
- background-color: transparent
1393
- }
1394
-
1395
- .navbar-default .navbar-toggle {
1396
- border-color: #dddddd
1397
- }
1398
-
1399
- .navbar-default .navbar-toggle:hover,
1400
- .navbar-default .navbar-toggle:focus {
1401
- background-color: #dddddd
1402
- }
1403
-
1404
- .navbar-default .navbar-toggle .icon-bar {
1405
- background-color: #cccccc
1406
- }
1407
-
1408
- .navbar-default .navbar-collapse,
1409
- .navbar-default .navbar-form {
1410
- border-color: #dddddd
1411
- }
1412
-
1413
- .navbar-default .navbar-nav>.open>a,
1414
- .navbar-default .navbar-nav>.open>a:hover,
1415
- .navbar-default .navbar-nav>.open>a:focus {
1416
- background-color: transparent;
1417
- color: #4582ec
1418
- }
1419
-
1420
- @media (max-width:767px) {
1421
- .navbar-default .navbar-nav .open .dropdown-menu>li>a {
1422
- color: #4582ec
1423
- }
1424
-
1425
- .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
1426
- .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
1427
- color: #4582ec;
1428
- background-color: transparent
1429
- }
1430
-
1431
- .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
1432
- .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
1433
- .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
1434
- color: #4582ec;
1435
- background-color: transparent
1436
- }
1437
-
1438
- .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
1439
- .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
1440
- .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
1441
- color: #333333;
1442
- background-color: transparent
1443
- }
1444
- }
1445
-
1446
- .navbar-default .navbar-link {
1447
- color: #4582ec
1448
- }
1449
-
1450
- .navbar-default .navbar-link:hover {
1451
- color: #4582ec
1452
- }
1453
-
1454
- .navbar-default .btn-link {
1455
- color: #4582ec
1456
- }
1457
-
1458
- .navbar-default .btn-link:hover,
1459
- .navbar-default .btn-link:focus {
1460
- color: #4582ec
1461
- }
1462
-
1463
- .navbar-default .btn-link[disabled]:hover,
1464
- fieldset[disabled] .navbar-default .btn-link:hover,
1465
- .navbar-default .btn-link[disabled]:focus,
1466
- fieldset[disabled] .navbar-default .btn-link:focus {
1467
- color: #333333
1468
- }
1469
-
1470
- .navbar-inverse {
1471
- background-color: #ffffff;
1472
- border-color: #dddddd
1473
- }
1474
-
1475
- .navbar-inverse .navbar-brand {
1476
- color: #333333
1477
- }
1478
-
1479
- .navbar-inverse .navbar-brand:hover,
1480
- .navbar-inverse .navbar-brand:focus {
1481
- color: #333333;
1482
- background-color: transparent
1483
- }
1484
-
1485
- .navbar-inverse .navbar-text {
1486
- color: #333333
1487
- }
1488
-
1489
- .navbar-inverse .navbar-nav>li>a {
1490
- color: #333333
1491
- }
1492
-
1493
- .navbar-inverse .navbar-nav>li>a:hover,
1494
- .navbar-inverse .navbar-nav>li>a:focus {
1495
- color: #333333;
1496
- background-color: transparent
1497
- }
1498
-
1499
- .navbar-inverse .navbar-nav>.active>a,
1500
- .navbar-inverse .navbar-nav>.active>a:hover,
1501
- .navbar-inverse .navbar-nav>.active>a:focus {
1502
- color: #333333;
1503
- background-color: transparent
1504
- }
1505
-
1506
- .navbar-inverse .navbar-nav>.disabled>a,
1507
- .navbar-inverse .navbar-nav>.disabled>a:hover,
1508
- .navbar-inverse .navbar-nav>.disabled>a:focus {
1509
- color: #cccccc;
1510
- background-color: transparent
1511
- }
1512
-
1513
- .navbar-inverse .navbar-toggle {
1514
- border-color: #dddddd
1515
- }
1516
-
1517
- .navbar-inverse .navbar-toggle:hover,
1518
- .navbar-inverse .navbar-toggle:focus {
1519
- background-color: #dddddd
1520
- }
1521
-
1522
- .navbar-inverse .navbar-toggle .icon-bar {
1523
- background-color: #cccccc
1524
- }
1525
-
1526
- .navbar-inverse .navbar-collapse,
1527
- .navbar-inverse .navbar-form {
1528
- border-color: #ededed
1529
- }
1530
-
1531
- .navbar-inverse .navbar-nav>.open>a,
1532
- .navbar-inverse .navbar-nav>.open>a:hover,
1533
- .navbar-inverse .navbar-nav>.open>a:focus {
1534
- background-color: transparent;
1535
- color: #333333
1536
- }
1537
-
1538
- @media (max-width:767px) {
1539
- .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
1540
- border-color: #dddddd
1541
- }
1542
-
1543
- .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
1544
- background-color: #dddddd
1545
- }
1546
-
1547
- .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
1548
- color: #333333
1549
- }
1550
-
1551
- .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
1552
- .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
1553
- color: #333333;
1554
- background-color: transparent
1555
- }
1556
-
1557
- .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
1558
- .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
1559
- .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
1560
- color: #333333;
1561
- background-color: transparent
1562
- }
1563
-
1564
- .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
1565
- .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
1566
- .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
1567
- color: #cccccc;
1568
- background-color: transparent
1569
- }
1570
- }
1571
-
1572
- .navbar-inverse .navbar-link {
1573
- color: #333333
1574
- }
1575
-
1576
- .navbar-inverse .navbar-link:hover {
1577
- color: #333333
1578
- }
1579
-
1580
- .navbar-inverse .btn-link {
1581
- color: #333333
1582
- }
1583
-
1584
- .navbar-inverse .btn-link:hover,
1585
- .navbar-inverse .btn-link:focus {
1586
- color: #333333
1587
- }
1588
-
1589
- .navbar-inverse .btn-link[disabled]:hover,
1590
- fieldset[disabled] .navbar-inverse .btn-link:hover,
1591
- .navbar-inverse .btn-link[disabled]:focus,
1592
- fieldset[disabled] .navbar-inverse .btn-link:focus {
1593
- color: #cccccc
1594
- }
1595
-
1596
- .navbar-nav,
1597
- .navbar-form {
1598
- margin-left: 0;
1599
- margin-right: 0
1600
- }
1601
-
1602
- #navbar-3 .navbar-nav a,
1603
- .navbar-default .navbar-nav a,
1604
- .navbar-nav>li>a {
1605
- margin: 12.5px 6px;
1606
- padding: 8px 12px;
1607
- border: 1px solid transparent;
1608
- border-radius: 4px
1609
- }
1610
-
1611
- .navbar-nav>li>a:hover {
1612
- border: 1px solid #ddd
1613
- }
1614
-
1615
- .navbar-nav>.active>a,
1616
- .navbar-nav>.active>a:hover {
1617
- border: 1px solid #ddd
1618
- }
1619
-
1620
- .navbar-default .navbar-nav>.active>a:hover {
1621
- color: #4582ec
1622
- }
1623
-
1624
- .navbar-inverse .navbar-nav>.active>a:hover {
1625
- color: #333333
1626
- }
1627
-
1628
- .navbar-brand {
1629
- padding-top: 12.5px;
1630
- padding-bottom: 12.5px;
1631
- line-height: 1.9
1632
- }
1633
-
1634
- @media (min-width:768px) {
1635
- .navbar .navbar-nav>li>a {
1636
- padding: 8px 12px
1637
- }
1638
- }
1639
-
1640
- @media (max-width:767px) {
1641
- .navbar .navbar-nav>li>a {
1642
- margin: 0
1643
- }
1644
- }
1645
-
1646
-
1647
- /* -- progress -- */
1648
-
1649
- .progress {
1650
- overflow: hidden;
1651
- height: 22px;
1652
- margin-bottom: 22px;
1653
- background-color: #f5f5f5;
1654
- border-radius: 4px;
1655
- -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
1656
- box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
1657
- }
1658
-
1659
- .progress-bar {
1660
- font-size: 14px;
1661
- line-height: 22px;
1662
- background-color: #4582ec;
1663
- }
1664
-
1665
- .progress-bar-success {
1666
- background-color: #3fad46
1667
- }
1668
-
1669
- .progress-bar-info {
1670
- background-color: #5bc0de
1671
- }
1672
-
1673
- .progress-bar-warning {
1674
- background-color: #f0ad4e
1675
- }
1676
-
1677
- .progress-bar-danger {
1678
- background-color: #d9534f
1679
- }
1680
-
1681
-
1682
- /* -- blockquote -- */
1683
-
1684
- blockquote {
1685
- padding: 11px 22px;
1686
- margin: 0 0 22px;
1687
- font-size: 20px;
1688
- border-left: 5px solid #4582ec
1689
- }
1690
-
1691
- blockquote footer,
1692
- blockquote small,
1693
- blockquote .small {
1694
- line-height: 1.42857143;
1695
- color: #333333
1696
- }
1697
-
1698
- .blockquote-reverse,
1699
- blockquote.pull-right {
1700
- border-right: 5px solid #4582ec;
1701
- }
1702
-
1703
-
1704
- /* -- img -- */
1705
-
1706
- .img-rounded {
1707
- border-radius: 6px
1708
- }
1709
-
1710
-
1711
- /* -- well -- */
1712
-
1713
- .well {
1714
- background-color: #f7f7f7;
1715
- border: 1px solid #e5e5e5;
1716
- border-radius: 4px;
1717
- }
1718
-
1719
- .well-lg {
1720
- border-radius: 6px
1721
- }
1722
-
1723
-
1724
- /* -- jumbotron -- */
1725
-
1726
- .jumbotron {
1727
- background-color: #f7f7f7
1728
- }
1729
-
1730
- .jumbotron h1,
1731
- .jumbotron .h1 {
1732
- color: inherit
1733
- }
1734
-
1735
- .jumbotron p {
1736
- font-size: 24px;
1737
- }
1738
-
1739
- .jumbotron>hr {
1740
- border-top-color: #dedede
1741
- }
1742
-
1743
- .container .jumbotron,
1744
- .container-fluid .jumbotron {
1745
- border-radius: 6px;
1746
- }
1747
-
1748
- @media screen and (min-width:768px) {
1749
-
1750
- .jumbotron h1,
1751
- .jumbotron .h1 {
1752
- font-size: 72px
1753
- }
1754
- }
1755
-
1756
-
1757
- /* -- text -- */
1758
-
1759
- .text-muted {
1760
- color: #b3b3b3
1761
- }
1762
-
1763
- .text-primary {
1764
- color: #4582ec
1765
- }
1766
-
1767
- a.text-primary:hover,
1768
- a.text-primary:focus {
1769
- color: #1863e6
1770
- }
1771
-
1772
- .text-success {
1773
- color: #3fad46
1774
- }
1775
-
1776
- a.text-success:hover,
1777
- a.text-success:focus {
1778
- color: #318837
1779
- }
1780
-
1781
- .text-info {
1782
- color: #5bc0de
1783
- }
1784
-
1785
- a.text-info:hover,
1786
- a.text-info:focus {
1787
- color: #31b0d5
1788
- }
1789
-
1790
- .text-warning {
1791
- color: #f0ad4e
1792
- }
1793
-
1794
- a.text-warning:hover,
1795
- a.text-warning:focus {
1796
- color: #ec971f
1797
- }
1798
-
1799
- .text-danger {
1800
- color: #d9534f
1801
- }
1802
-
1803
- a.text-danger:hover,
1804
- a.text-danger:focus {
1805
- color: #c9302c
1806
- }
1807
-
1808
- .bg-primary {
1809
- color: #fff;
1810
- background-color: #4582ec
1811
- }
1812
-
1813
- a.bg-primary:hover,
1814
- a.bg-primary:focus {
1815
- background-color: #1863e6
1816
- }
1817
-
1818
- .bg-success {
1819
- background-color: #dff0d8
1820
- }
1821
-
1822
- a.bg-success:hover,
1823
- a.bg-success:focus {
1824
- background-color: #c1e2b3
1825
- }
1826
-
1827
- .bg-info {
1828
- background-color: #d9edf7
1829
- }
1830
-
1831
- a.bg-info:hover,
1832
- a.bg-info:focus {
1833
- background-color: #afd9ee
1834
- }
1835
-
1836
- .bg-warning {
1837
- background-color: #fcf8e3
1838
- }
1839
-
1840
- a.bg-warning:hover,
1841
- a.bg-warning:focus {
1842
- background-color: #f7ecb5
1843
- }
1844
-
1845
- .bg-danger {
1846
- background-color: #f2dede
1847
- }
1848
-
1849
- a.bg-danger:hover,
1850
- a.bg-danger:focus {
1851
- background-color: #e4b9b9
1852
- }
1853
-
1854
-
1855
- /* -- table -- */
1856
-
1857
- caption {
1858
- color: #b3b3b3;
1859
- }
1860
-
1861
- .table>thead>tr>th,
1862
- .table>tbody>tr>th,
1863
- .table>tfoot>tr>th,
1864
- .table>thead>tr>td,
1865
- .table>tbody>tr>td,
1866
- .table>tfoot>tr>td {
1867
- line-height: 1.42857143;
1868
- }
1869
-
1870
- .table>thead>tr>td.active,
1871
- .table>tbody>tr>td.active,
1872
- .table>tfoot>tr>td.active,
1873
- .table>thead>tr>th.active,
1874
- .table>tbody>tr>th.active,
1875
- .table>tfoot>tr>th.active,
1876
- .table>thead>tr.active>td,
1877
- .table>tbody>tr.active>td,
1878
- .table>tfoot>tr.active>td,
1879
- .table>thead>tr.active>th,
1880
- .table>tbody>tr.active>th,
1881
- .table>tfoot>tr.active>th {
1882
- background-color: #f5f5f5
1883
- }
1884
-
1885
- .table-hover>tbody>tr>td.active:hover,
1886
- .table-hover>tbody>tr>th.active:hover,
1887
- .table-hover>tbody>tr.active:hover>td,
1888
- .table-hover>tbody>tr:hover>.active,
1889
- .table-hover>tbody>tr.active:hover>th {
1890
- background-color: #e8e8e8
1891
- }
1892
-
1893
- .table>thead>tr>td.success,
1894
- .table>tbody>tr>td.success,
1895
- .table>tfoot>tr>td.success,
1896
- .table>thead>tr>th.success,
1897
- .table>tbody>tr>th.success,
1898
- .table>tfoot>tr>th.success,
1899
- .table>thead>tr.success>td,
1900
- .table>tbody>tr.success>td,
1901
- .table>tfoot>tr.success>td,
1902
- .table>thead>tr.success>th,
1903
- .table>tbody>tr.success>th,
1904
- .table>tfoot>tr.success>th {
1905
- background-color: #dff0d8
1906
- }
1907
-
1908
- .table-hover>tbody>tr>td.success:hover,
1909
- .table-hover>tbody>tr>th.success:hover,
1910
- .table-hover>tbody>tr.success:hover>td,
1911
- .table-hover>tbody>tr:hover>.success,
1912
- .table-hover>tbody>tr.success:hover>th {
1913
- background-color: #d0e9c6
1914
- }
1915
-
1916
- .table>thead>tr>td.info,
1917
- .table>tbody>tr>td.info,
1918
- .table>tfoot>tr>td.info,
1919
- .table>thead>tr>th.info,
1920
- .table>tbody>tr>th.info,
1921
- .table>tfoot>tr>th.info,
1922
- .table>thead>tr.info>td,
1923
- .table>tbody>tr.info>td,
1924
- .table>tfoot>tr.info>td,
1925
- .table>thead>tr.info>th,
1926
- .table>tbody>tr.info>th,
1927
- .table>tfoot>tr.info>th {
1928
- background-color: #d9edf7
1929
- }
1930
-
1931
- .table-hover>tbody>tr>td.info:hover,
1932
- .table-hover>tbody>tr>th.info:hover,
1933
- .table-hover>tbody>tr.info:hover>td,
1934
- .table-hover>tbody>tr:hover>.info,
1935
- .table-hover>tbody>tr.info:hover>th {
1936
- background-color: #c4e3f3
1937
- }
1938
-
1939
- .table>thead>tr>td.warning,
1940
- .table>tbody>tr>td.warning,
1941
- .table>tfoot>tr>td.warning,
1942
- .table>thead>tr>th.warning,
1943
- .table>tbody>tr>th.warning,
1944
- .table>tfoot>tr>th.warning,
1945
- .table>thead>tr.warning>td,
1946
- .table>tbody>tr.warning>td,
1947
- .table>tfoot>tr.warning>td,
1948
- .table>thead>tr.warning>th,
1949
- .table>tbody>tr.warning>th,
1950
- .table>tfoot>tr.warning>th {
1951
- background-color: #fcf8e3
1952
- }
1953
-
1954
- .table-hover>tbody>tr>td.warning:hover,
1955
- .table-hover>tbody>tr>th.warning:hover,
1956
- .table-hover>tbody>tr.warning:hover>td,
1957
- .table-hover>tbody>tr:hover>.warning,
1958
- .table-hover>tbody>tr.warning:hover>th {
1959
- background-color: #faf2cc
1960
- }
1961
-
1962
- .table>thead>tr>td.danger,
1963
- .table>tbody>tr>td.danger,
1964
- .table>tfoot>tr>td.danger,
1965
- .table>thead>tr>th.danger,
1966
- .table>tbody>tr>th.danger,
1967
- .table>tfoot>tr>th.danger,
1968
- .table>thead>tr.danger>td,
1969
- .table>tbody>tr.danger>td,
1970
- .table>tfoot>tr.danger>td,
1971
- .table>thead>tr.danger>th,
1972
- .table>tbody>tr.danger>th,
1973
- .table>tfoot>tr.danger>th {
1974
- background-color: #f2dede
1975
- }
1976
-
1977
- .table-hover>tbody>tr>td.danger:hover,
1978
- .table-hover>tbody>tr>th.danger:hover,
1979
- .table-hover>tbody>tr.danger:hover>td,
1980
- .table-hover>tbody>tr:hover>.danger,
1981
- .table-hover>tbody>tr.danger:hover>th {
1982
- background-color: #ebcccc
1983
- }
1984
-
1985
-
1986
- /* -- list-group -- */
1987
-
1988
- .list-group-item:first-child {
1989
- border-top-right-radius: 4px;
1990
- border-top-left-radius: 4px
1991
- }
1992
-
1993
- .list-group-item:last-child {
1994
- margin-bottom: 0;
1995
- border-bottom-right-radius: 4px;
1996
- border-bottom-left-radius: 4px
1997
- }
1998
-
1999
- .list-group-item.disabled .list-group-item-text,
2000
- .list-group-item.disabled:hover .list-group-item-text,
2001
- .list-group-item.disabled:focus .list-group-item-text {
2002
- color: #b3b3b3
2003
- }
2004
-
2005
- .list-group-item.active,
2006
- .list-group-item.active:hover,
2007
- .list-group-item.active:focus {
2008
- background-color: #4582ec;
2009
- border-color: #4582ec
2010
- }
2011
-
2012
- .list-group-item.active .list-group-item-text,
2013
- .list-group-item.active:hover .list-group-item-text,
2014
- .list-group-item.active:focus .list-group-item-text {
2015
- color: #fefeff
2016
- }
2017
-
2018
- .list-group-item-success {
2019
- color: #3fad46;
2020
- background-color: #dff0d8
2021
- }
2022
-
2023
- a.list-group-item-success,
2024
- button.list-group-item-success {
2025
- color: #3fad46
2026
- }
2027
-
2028
- a.list-group-item-success:hover,
2029
- button.list-group-item-success:hover,
2030
- a.list-group-item-success:focus,
2031
- button.list-group-item-success:focus {
2032
- color: #3fad46;
2033
- background-color: #d0e9c6
2034
- }
2035
-
2036
- a.list-group-item-success.active,
2037
- button.list-group-item-success.active,
2038
- a.list-group-item-success.active:hover,
2039
- button.list-group-item-success.active:hover,
2040
- a.list-group-item-success.active:focus,
2041
- button.list-group-item-success.active:focus {
2042
- color: #fff;
2043
- background-color: #3fad46;
2044
- border-color: #3fad46
2045
- }
2046
-
2047
- .list-group-item-info {
2048
- color: #5bc0de;
2049
- background-color: #d9edf7
2050
- }
2051
-
2052
- a.list-group-item-info,
2053
- button.list-group-item-info {
2054
- color: #5bc0de
2055
- }
2056
-
2057
- a.list-group-item-info:hover,
2058
- button.list-group-item-info:hover,
2059
- a.list-group-item-info:focus,
2060
- button.list-group-item-info:focus {
2061
- color: #5bc0de;
2062
- background-color: #c4e3f3
2063
- }
2064
-
2065
- a.list-group-item-info.active,
2066
- button.list-group-item-info.active,
2067
- a.list-group-item-info.active:hover,
2068
- button.list-group-item-info.active:hover,
2069
- a.list-group-item-info.active:focus,
2070
- button.list-group-item-info.active:focus {
2071
- color: #fff;
2072
- background-color: #5bc0de;
2073
- border-color: #5bc0de
2074
- }
2075
-
2076
- .list-group-item-warning {
2077
- color: #f0ad4e;
2078
- background-color: #fcf8e3
2079
- }
2080
-
2081
- a.list-group-item-warning,
2082
- button.list-group-item-warning {
2083
- color: #f0ad4e
2084
- }
2085
-
2086
- a.list-group-item-warning:hover,
2087
- button.list-group-item-warning:hover,
2088
- a.list-group-item-warning:focus,
2089
- button.list-group-item-warning:focus {
2090
- color: #f0ad4e;
2091
- background-color: #faf2cc
2092
- }
2093
-
2094
- a.list-group-item-warning.active,
2095
- button.list-group-item-warning.active,
2096
- a.list-group-item-warning.active:hover,
2097
- button.list-group-item-warning.active:hover,
2098
- a.list-group-item-warning.active:focus,
2099
- button.list-group-item-warning.active:focus {
2100
- color: #fff;
2101
- background-color: #f0ad4e;
2102
- border-color: #f0ad4e
2103
- }
2104
-
2105
- .list-group-item-danger {
2106
- color: #d9534f;
2107
- background-color: #f2dede
2108
- }
2109
-
2110
- a.list-group-item-danger,
2111
- button.list-group-item-danger {
2112
- color: #d9534f
2113
- }
2114
-
2115
- a.list-group-item-danger:hover,
2116
- button.list-group-item-danger:hover,
2117
- a.list-group-item-danger:focus,
2118
- button.list-group-item-danger:focus {
2119
- color: #d9534f;
2120
- background-color: #ebcccc
2121
- }
2122
-
2123
- a.list-group-item-danger.active,
2124
- button.list-group-item-danger.active,
2125
- a.list-group-item-danger.active:hover,
2126
- button.list-group-item-danger.active:hover,
2127
- a.list-group-item-danger.active:focus,
2128
- button.list-group-item-danger.active:focus {
2129
- color: #fff;
2130
- background-color: #d9534f;
2131
- border-color: #d9534f
2132
- }
2133
-
2134
-
2135
- /* -- thumbnail -- */
2136
-
2137
- .thumbnail {
2138
- margin-bottom: 22px;
2139
- line-height: 1.42857143;
2140
- border-radius: 4px;
2141
- }
2142
-
2143
- a.thumbnail:hover,
2144
- a.thumbnail:focus,
2145
- a.thumbnail.active {
2146
- border-color: #4582ec
2147
- }
2148
-
2149
- .thumbnail .caption {
2150
- padding: 9px;
2151
- color: #333333
2152
- }
2153
-
2154
-
2155
- /* -- modal -- */
2156
-
2157
- .modal-title {
2158
- line-height: 1.42857143
2159
- }
2160
-
2161
- .modal-footer {
2162
- padding: 20px;
2163
- border-top: 1px solid #e5e5e5
2164
- }
2165
-
2166
-
2167
- /* -- panel -- */
2168
-
2169
- .panel-title {
2170
- font-size: 18px;
2171
- }
2172
-
2173
- .panel>.table:first-child,
2174
- .panel>.table-responsive:first-child>.table:first-child {
2175
- border-top-right-radius: 3px;
2176
- border-top-left-radius: 3px
2177
- }
2178
-
2179
- .panel>.table:first-child>thead:first-child>tr:first-child,
2180
- .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
2181
- .panel>.table:first-child>tbody:first-child>tr:first-child,
2182
- .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
2183
- border-top-left-radius: 3px;
2184
- border-top-right-radius: 3px
2185
- }
2186
-
2187
- .panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
2188
- .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
2189
- .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
2190
- .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
2191
- .panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
2192
- .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
2193
- .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
2194
- .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
2195
- border-top-left-radius: 3px
2196
- }
2197
-
2198
- .panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
2199
- .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
2200
- .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
2201
- .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
2202
- .panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
2203
- .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
2204
- .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
2205
- .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
2206
- border-top-right-radius: 3px
2207
- }
2208
-
2209
- .panel>.table:last-child,
2210
- .panel>.table-responsive:last-child>.table:last-child {
2211
- border-bottom-right-radius: 3px;
2212
- border-bottom-left-radius: 3px
2213
- }
2214
-
2215
- .panel>.table:last-child>tbody:last-child>tr:last-child,
2216
- .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
2217
- .panel>.table:last-child>tfoot:last-child>tr:last-child,
2218
- .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
2219
- border-bottom-left-radius: 3px;
2220
- border-bottom-right-radius: 3px
2221
- }
2222
-
2223
- .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
2224
- .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
2225
- .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
2226
- .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
2227
- .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
2228
- .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
2229
- .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
2230
- .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
2231
- border-bottom-left-radius: 3px
2232
- }
2233
-
2234
- .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
2235
- .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
2236
- .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
2237
- .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
2238
- .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
2239
- .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
2240
- .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
2241
- .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
2242
- border-bottom-right-radius: 3px
2243
- }
2244
-
2245
- .panel-group .panel-heading+.panel-collapse>.panel-body,
2246
- .panel-group .panel-heading+.panel-collapse>.list-group {
2247
- border: 1px solid #dddddd;
2248
- border-top: none;
2249
- }
2250
-
2251
- .panel-group .panel-footer+.panel-collapse .panel-body {
2252
- border: 1px solid #dddddd;
2253
- border-top: none;
2254
- }
2255
-
2256
- .panel-default {
2257
- border-color: #dddddd
2258
- }
2259
-
2260
- .panel-default>.panel-heading {
2261
- color: #333333;
2262
- background-color: #f5f5f5;
2263
- border: 1px solid #dddddd;
2264
- }
2265
-
2266
- .panel-default>.panel-heading .badge {
2267
- color: #f5f5f5;
2268
- background-color: #333333
2269
- }
2270
-
2271
- .panel-primary {
2272
- border-color: #4582ec
2273
- }
2274
-
2275
- .panel-primary>.panel-heading {
2276
- color: #ffffff;
2277
- background-color: #4582ec;
2278
- border-color: #4582ec
2279
- }
2280
-
2281
- .panel-primary>.panel-heading+.panel-collapse>.panel-body {
2282
- border-top-color: #4582ec
2283
- }
2284
-
2285
- .panel-primary>.panel-heading .badge {
2286
- color: #4582ec;
2287
- background-color: #ffffff
2288
- }
2289
-
2290
- .panel-primary>.panel-footer+.panel-collapse>.panel-body {
2291
- border-bottom-color: #4582ec
2292
- }
2293
-
2294
- .panel-success {
2295
- border-color: #3fad46
2296
- }
2297
-
2298
- .panel-success>.panel-heading {
2299
- color: #ffffff;
2300
- background-color: #3fad46;
2301
- border-color: #3fad46
2302
- }
2303
-
2304
- .panel-success>.panel-heading+.panel-collapse>.panel-body {
2305
- border-top-color: #3fad46
2306
- }
2307
-
2308
- .panel-success>.panel-heading .badge {
2309
- color: #3fad46;
2310
- background-color: #ffffff
2311
- }
2312
-
2313
- .panel-success>.panel-footer+.panel-collapse>.panel-body {
2314
- border-bottom-color: #3fad46
2315
- }
2316
-
2317
- .panel-info {
2318
- border-color: #5bc0de
2319
- }
2320
-
2321
- .panel-info>.panel-heading {
2322
- color: #ffffff;
2323
- background-color: #5bc0de;
2324
- border-color: #5bc0de
2325
- }
2326
-
2327
- .panel-info>.panel-heading+.panel-collapse>.panel-body {
2328
- border-top-color: #5bc0de
2329
- }
2330
-
2331
- .panel-info>.panel-heading .badge {
2332
- color: #5bc0de;
2333
- background-color: #ffffff
2334
- }
2335
-
2336
- .panel-info>.panel-footer+.panel-collapse>.panel-body {
2337
- border-bottom-color: #5bc0de
2338
- }
2339
-
2340
- .panel-warning {
2341
- border-color: #f0ad4e
2342
- }
2343
-
2344
- .panel-warning>.panel-heading {
2345
- color: #ffffff;
2346
- background-color: #f0ad4e;
2347
- border-color: #f0ad4e
2348
- }
2349
-
2350
- .panel-warning>.panel-heading+.panel-collapse>.panel-body {
2351
- border-top-color: #f0ad4e
2352
- }
2353
-
2354
- .panel-warning>.panel-heading .badge {
2355
- color: #f0ad4e;
2356
- background-color: #ffffff
2357
- }
2358
-
2359
- .panel-warning>.panel-footer+.panel-collapse>.panel-body {
2360
- border-bottom-color: #f0ad4e
2361
- }
2362
-
2363
- .panel-danger {
2364
- border-color: #d9534f
2365
- }
2366
-
2367
- .panel-danger>.panel-heading {
2368
- color: #ffffff;
2369
- background-color: #d9534f;
2370
- border-color: #d9534f
2371
- }
2372
-
2373
- .panel-danger>.panel-heading+.panel-collapse>.panel-body {
2374
- border-top-color: #d9534f
2375
- }
2376
-
2377
- .panel-danger>.panel-heading .badge {
2378
- color: #d9534f;
2379
- background-color: #ffffff
2380
- }
2381
-
2382
- .panel-danger>.panel-footer+.panel-collapse>.panel-body {
2383
- border-bottom-color: #d9534f
2384
- }
2385
-
2386
- .panel {
2387
- -webkit-box-shadow: none;
2388
- box-shadow: none
2389
- }
2390
-
2391
- .panel-default .close {
2392
- color: #333333
2393
- }
2394
-
2395
-
2396
- /* -- others -- */
2397
-
2398
- a {
2399
- color: #4582ec;
2400
- }
2401
-
2402
- a:hover,
2403
- a:focus {
2404
- color: #134fb8;
2405
- }
2406
-
2407
- hr {
2408
- margin-top: 22px;
2409
- margin-bottom: 22px;
2410
- }
2411
-
2412
- h1,
2413
- h2,
2414
- h3,
2415
- h4,
2416
- h5,
2417
- h6,
2418
- .h1,
2419
- .h2,
2420
- .h3,
2421
- .h4,
2422
- .h5,
2423
- .h6 {
2424
- font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
2425
- font-weight: bold;
2426
- line-height: 1.1;
2427
- color: inherit
2428
- }
2429
-
2430
- h1 small,
2431
- h2 small,
2432
- h3 small,
2433
- h4 small,
2434
- h5 small,
2435
- h6 small,
2436
- .h1 small,
2437
- .h2 small,
2438
- .h3 small,
2439
- .h4 small,
2440
- .h5 small,
2441
- .h6 small,
2442
- h1 .small,
2443
- h2 .small,
2444
- h3 .small,
2445
- h4 .small,
2446
- h5 .small,
2447
- h6 .small,
2448
- .h1 .small,
2449
- .h2 .small,
2450
- .h3 .small,
2451
- .h4 .small,
2452
- .h5 .small,
2453
- .h6 .small {
2454
- font-weight: normal;
2455
- line-height: 1;
2456
- color: #b3b3b3
2457
- }
2458
-
2459
- h1,
2460
- .h1,
2461
- h2,
2462
- .h2,
2463
- h3,
2464
- .h3 {
2465
- margin-top: 22px;
2466
- margin-bottom: 11px
2467
- }
2468
-
2469
- h1 small,
2470
- .h1 small,
2471
- h2 small,
2472
- .h2 small,
2473
- h3 small,
2474
- .h3 small,
2475
- h1 .small,
2476
- .h1 .small,
2477
- h2 .small,
2478
- .h2 .small,
2479
- h3 .small,
2480
- .h3 .small {
2481
- font-size: 65%
2482
- }
2483
-
2484
- h4,
2485
- .h4,
2486
- h5,
2487
- .h5,
2488
- h6,
2489
- .h6 {
2490
- margin-top: 11px;
2491
- margin-bottom: 11px
2492
- }
2493
-
2494
- h4 small,
2495
- .h4 small,
2496
- h5 small,
2497
- .h5 small,
2498
- h6 small,
2499
- .h6 small,
2500
- h4 .small,
2501
- .h4 .small,
2502
- h5 .small,
2503
- .h5 .small,
2504
- h6 .small,
2505
- .h6 .small {
2506
- font-size: 75%
2507
- }
2508
-
2509
- h1,
2510
- .h1 {
2511
- font-size: 41px
2512
- }
2513
-
2514
- h2,
2515
- .h2 {
2516
- font-size: 34px
2517
- }
2518
-
2519
- h3,
2520
- .h3 {
2521
- font-size: 28px
2522
- }
2523
-
2524
- h4,
2525
- .h4 {
2526
- font-size: 20px
2527
- }
2528
-
2529
- h5,
2530
- .h5 {
2531
- font-size: 16px
2532
- }
2533
-
2534
- h6,
2535
- .h6 {
2536
- font-size: 14px
2537
- }
2538
-
2539
- p {
2540
- margin: 0 0 11px
2541
- }
2542
-
2543
- .lead {
2544
- margin-bottom: 22px;
2545
- font-size: 18px;
2546
- }
2547
-
2548
- @media (min-width:768px) {
2549
- .lead {
2550
- font-size: 24px
2551
- }
2552
- }
2553
-
2554
- small,
2555
- .small {
2556
- font-size: 87%
2557
- }
2558
-
2559
- mark,
2560
- .mark {
2561
- background-color: #fcf8e3;
2562
- }
2563
-
2564
- .page-header {
2565
- padding-bottom: 10px;
2566
- margin: 44px 0 22px;
2567
- border-bottom: 1px solid #dddddd
2568
- }
2569
-
2570
- ul,
2571
- ol {
2572
- margin-bottom: 11px
2573
- }
2574
-
2575
- dl {
2576
- margin-bottom: 22px
2577
- }
2578
-
2579
- dt,
2580
- dd {
2581
- line-height: 1.42857143
2582
- }
2583
-
2584
- dt {
2585
- font-weight: bold
2586
- }
2587
-
2588
- dd {
2589
- margin-left: 0
2590
- }
2591
-
2592
- abbr[title],
2593
- abbr[data-original-title] {
2594
- border-bottom: 1px dotted #b3b3b3
2595
- }
2596
-
2597
- code {
2598
- color: #c7254e;
2599
- background-color: #f9f2f4;
2600
- border-radius: 4px
2601
- }
2602
-
2603
- pre {
2604
- padding: 10.5px;
2605
- margin: 0 0 11px;
2606
- font-size: 15px;
2607
- line-height: 1.42857143;
2608
- color: #333333;
2609
- border-radius: 4px
2610
- }
2611
-
2612
- legend {
2613
- margin-bottom: 22px;
2614
- font-size: 24px;
2615
- color: #333333;
2616
- border: 0;
2617
- border-bottom: 1px solid #e5e5e5
2618
- }
2619
-
2620
- output {
2621
- padding-top: 9px;
2622
- font-size: 16px;
2623
- line-height: 1.42857143;
2624
- color: #333333
2625
- }
2626
-
2627
- .help-block {
2628
- color: #737373
2629
- }
2630
-
2631
- address {
2632
- margin-bottom: 22px;
2633
- font-style: normal;
2634
- line-height: 1.42857143
2635
- }
2636
-
2637
- .modal .close {
2638
- color: #333333
2639
- }
2640
-
2641
- #navbar-3 .navbar-nav a:hover,
2642
- #navbar-3 .navbar-nav a:focus,
2643
- .navbar-default .navbar-nav a:hover,
2644
- .navbar-default .navbar-nav a:focus,
2645
- .navbar-nav>li>a:hover {
2646
- border: 1px solid #ddd;
2647
- }
2648
-
2649
- /* Horizontal menu - 3 */
2650
- #navbar-3 .navbar-nav a {
2651
- text-decoration: none;
2652
- }
2653
-
2654
- #navbar-3 .navbar-nav a:hover,
2655
- #navbar-3 .navbar-nav a:focus {
2656
- text-decoration: none;
2657
- }
2658
-
2659
- #navbar-3 .nav-button {
2660
- padding: 15px;
2661
- }