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,2959 +0,0 @@
1
- @import "../_bootswatch-v3.3.3/import_bootswatch.css";
2
-
3
- /* -- Fonts -- */
4
-
5
- @import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700");
6
- body {
7
- font-family: "Source Sans Pro", Calibri, Candara, Arial, sans-serif;
8
- font-size: 15px;
9
- line-height: 1.42857143;
10
- color: #333333;
11
- background-color: #ffffff;
12
- -webkit-font-smoothing: antialiased;
13
- }
14
-
15
- code,
16
- kbd,
17
- pre,
18
- samp {
19
- font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
20
- }
21
-
22
-
23
- /* -- component badge -- */
24
-
25
- a.badge:hover,
26
- a.badge:focus {
27
- color: #ffffff;
28
- }
29
-
30
- .list-group-item.active>.badge,
31
- .nav-pills>.active>a>.badge {
32
- color: #2780e3;
33
- background-color: #ffffff;
34
- }
35
-
36
-
37
- /* -- .btn -- */
38
-
39
- .btn:hover,
40
- .btn:focus,
41
- .btn.focus {
42
- color: #ffffff;
43
- }
44
-
45
- .btn-default {
46
- color: #ffffff;
47
- background-color: #222222;
48
- border-color: #222222;
49
- }
50
-
51
- .btn-default:focus,
52
- .btn-default.focus {
53
- color: #ffffff;
54
- background-color: #090909;
55
- border-color: #000000;
56
- }
57
-
58
- .btn-default:hover {
59
- color: #ffffff;
60
- background-color: #090909;
61
- border-color: #040404;
62
- }
63
-
64
- .btn-default:active,
65
- .btn-default.active,
66
- .open>.dropdown-toggle.btn-default {
67
- color: #ffffff;
68
- background-color: #090909;
69
- border-color: #040404;
70
- }
71
-
72
- .btn-default:active:hover,
73
- .btn-default.active:hover,
74
- .open>.dropdown-toggle.btn-default:hover,
75
- .btn-default:active:focus,
76
- .btn-default.active:focus,
77
- .open>.dropdown-toggle.btn-default:focus,
78
- .btn-default:active.focus,
79
- .btn-default.active.focus,
80
- .open>.dropdown-toggle.btn-default.focus {
81
- color: #ffffff;
82
- background-color: #000000;
83
- border-color: #000000;
84
- }
85
-
86
- .btn-default.disabled:hover,
87
- .btn-default[disabled]:hover,
88
- fieldset[disabled] .btn-default:hover,
89
- .btn-default.disabled:focus,
90
- .btn-default[disabled]:focus,
91
- fieldset[disabled] .btn-default:focus,
92
- .btn-default.disabled.focus,
93
- .btn-default[disabled].focus,
94
- fieldset[disabled] .btn-default.focus {
95
- background-color: #222222;
96
- border-color: #222222;
97
- }
98
-
99
- .btn-default .badge {
100
- color: #222222;
101
- background-color: #ffffff;
102
- }
103
-
104
- .btn-primary {
105
- color: #ffffff;
106
- background-color: #2780e3;
107
- border-color: #2780e3;
108
- }
109
-
110
- .btn-primary:focus,
111
- .btn-primary.focus {
112
- color: #ffffff;
113
- background-color: #1967be;
114
- border-color: #10427b;
115
- }
116
-
117
- .btn-primary:hover {
118
- color: #ffffff;
119
- background-color: #1967be;
120
- border-color: #1862b5;
121
- }
122
-
123
- .btn-primary:active,
124
- .btn-primary.active,
125
- .open>.dropdown-toggle.btn-primary {
126
- color: #ffffff;
127
- background-color: #1967be;
128
- border-color: #1862b5;
129
- }
130
-
131
- .btn-primary:active:hover,
132
- .btn-primary.active:hover,
133
- .open>.dropdown-toggle.btn-primary:hover,
134
- .btn-primary:active:focus,
135
- .btn-primary.active:focus,
136
- .open>.dropdown-toggle.btn-primary:focus,
137
- .btn-primary:active.focus,
138
- .btn-primary.active.focus,
139
- .open>.dropdown-toggle.btn-primary.focus {
140
- color: #ffffff;
141
- background-color: #15569f;
142
- border-color: #10427b;
143
- }
144
-
145
- .btn-primary.disabled:hover,
146
- .btn-primary[disabled]:hover,
147
- fieldset[disabled] .btn-primary:hover,
148
- .btn-primary.disabled:focus,
149
- .btn-primary[disabled]:focus,
150
- fieldset[disabled] .btn-primary:focus,
151
- .btn-primary.disabled.focus,
152
- .btn-primary[disabled].focus,
153
- fieldset[disabled] .btn-primary.focus {
154
- background-color: #2780e3;
155
- border-color: #2780e3;
156
- }
157
-
158
- .btn-primary .badge {
159
- color: #2780e3;
160
- background-color: #ffffff;
161
- }
162
-
163
- .btn-success {
164
- color: #ffffff;
165
- background-color: #3fb618;
166
- border-color: #3fb618;
167
- }
168
-
169
- .btn-success:focus,
170
- .btn-success.focus {
171
- color: #ffffff;
172
- background-color: #2f8912;
173
- border-color: #184509;
174
- }
175
-
176
- .btn-success:hover {
177
- color: #ffffff;
178
- background-color: #2f8912;
179
- border-color: #2c8011;
180
- }
181
-
182
- .btn-success:active,
183
- .btn-success.active,
184
- .open>.dropdown-toggle.btn-success {
185
- color: #ffffff;
186
- background-color: #2f8912;
187
- border-color: #2c8011;
188
- }
189
-
190
- .btn-success:active:hover,
191
- .btn-success.active:hover,
192
- .open>.dropdown-toggle.btn-success:hover,
193
- .btn-success:active:focus,
194
- .btn-success.active:focus,
195
- .open>.dropdown-toggle.btn-success:focus,
196
- .btn-success:active.focus,
197
- .btn-success.active.focus,
198
- .open>.dropdown-toggle.btn-success.focus {
199
- color: #ffffff;
200
- background-color: #24690e;
201
- border-color: #184509;
202
- }
203
-
204
- .btn-success.disabled:hover,
205
- .btn-success[disabled]:hover,
206
- fieldset[disabled] .btn-success:hover,
207
- .btn-success.disabled:focus,
208
- .btn-success[disabled]:focus,
209
- fieldset[disabled] .btn-success:focus,
210
- .btn-success.disabled.focus,
211
- .btn-success[disabled].focus,
212
- fieldset[disabled] .btn-success.focus {
213
- background-color: #3fb618;
214
- border-color: #3fb618;
215
- }
216
-
217
- .btn-success .badge {
218
- color: #3fb618;
219
- background-color: #ffffff;
220
- }
221
-
222
- .btn-info {
223
- color: #ffffff;
224
- background-color: #9954bb;
225
- border-color: #9954bb;
226
- }
227
-
228
- .btn-info:focus,
229
- .btn-info.focus {
230
- color: #ffffff;
231
- background-color: #7e3f9d;
232
- border-color: #522967;
233
- }
234
-
235
- .btn-info:hover {
236
- color: #ffffff;
237
- background-color: #7e3f9d;
238
- border-color: #783c96;
239
- }
240
-
241
- .btn-info:active,
242
- .btn-info.active,
243
- .open>.dropdown-toggle.btn-info {
244
- color: #ffffff;
245
- background-color: #7e3f9d;
246
- border-color: #783c96;
247
- }
248
-
249
- .btn-info:active:hover,
250
- .btn-info.active:hover,
251
- .open>.dropdown-toggle.btn-info:hover,
252
- .btn-info:active:focus,
253
- .btn-info.active:focus,
254
- .open>.dropdown-toggle.btn-info:focus,
255
- .btn-info:active.focus,
256
- .btn-info.active.focus,
257
- .open>.dropdown-toggle.btn-info.focus {
258
- color: #ffffff;
259
- background-color: #6a3484;
260
- border-color: #522967;
261
- }
262
-
263
- .btn-info.disabled:hover,
264
- .btn-info[disabled]:hover,
265
- fieldset[disabled] .btn-info:hover,
266
- .btn-info.disabled:focus,
267
- .btn-info[disabled]:focus,
268
- fieldset[disabled] .btn-info:focus,
269
- .btn-info.disabled.focus,
270
- .btn-info[disabled].focus,
271
- fieldset[disabled] .btn-info.focus {
272
- background-color: #9954bb;
273
- border-color: #9954bb;
274
- }
275
-
276
- .btn-info .badge {
277
- color: #9954bb;
278
- background-color: #ffffff;
279
- }
280
-
281
- .btn-warning {
282
- color: #ffffff;
283
- background-color: #ff7518;
284
- border-color: #ff7518;
285
- }
286
-
287
- .btn-warning:focus,
288
- .btn-warning.focus {
289
- color: #ffffff;
290
- background-color: #e45c00;
291
- border-color: #983d00;
292
- }
293
-
294
- .btn-warning:hover {
295
- color: #ffffff;
296
- background-color: #e45c00;
297
- border-color: #da5800;
298
- }
299
-
300
- .btn-warning:active,
301
- .btn-warning.active,
302
- .open>.dropdown-toggle.btn-warning {
303
- color: #ffffff;
304
- background-color: #e45c00;
305
- border-color: #da5800;
306
- }
307
-
308
- .btn-warning:active:hover,
309
- .btn-warning.active:hover,
310
- .open>.dropdown-toggle.btn-warning:hover,
311
- .btn-warning:active:focus,
312
- .btn-warning.active:focus,
313
- .open>.dropdown-toggle.btn-warning:focus,
314
- .btn-warning:active.focus,
315
- .btn-warning.active.focus,
316
- .open>.dropdown-toggle.btn-warning.focus {
317
- color: #ffffff;
318
- background-color: #c04d00;
319
- border-color: #983d00;
320
- }
321
-
322
- .btn-warning.disabled:hover,
323
- .btn-warning[disabled]:hover,
324
- fieldset[disabled] .btn-warning:hover,
325
- .btn-warning.disabled:focus,
326
- .btn-warning[disabled]:focus,
327
- fieldset[disabled] .btn-warning:focus,
328
- .btn-warning.disabled.focus,
329
- .btn-warning[disabled].focus,
330
- fieldset[disabled] .btn-warning.focus {
331
- background-color: #ff7518;
332
- border-color: #ff7518;
333
- }
334
-
335
- .btn-warning .badge {
336
- color: #ff7518;
337
- background-color: #ffffff;
338
- }
339
-
340
- .btn-danger {
341
- color: #ffffff;
342
- background-color: #ff0039;
343
- border-color: #ff0039;
344
- }
345
-
346
- .btn-danger:focus,
347
- .btn-danger.focus {
348
- color: #ffffff;
349
- background-color: #cc002e;
350
- border-color: #80001c;
351
- }
352
-
353
- .btn-danger:hover {
354
- color: #ffffff;
355
- background-color: #cc002e;
356
- border-color: #c2002b;
357
- }
358
-
359
- .btn-danger:active,
360
- .btn-danger.active,
361
- .open>.dropdown-toggle.btn-danger {
362
- color: #ffffff;
363
- background-color: #cc002e;
364
- border-color: #c2002b;
365
- }
366
-
367
- .btn-danger:active:hover,
368
- .btn-danger.active:hover,
369
- .open>.dropdown-toggle.btn-danger:hover,
370
- .btn-danger:active:focus,
371
- .btn-danger.active:focus,
372
- .open>.dropdown-toggle.btn-danger:focus,
373
- .btn-danger:active.focus,
374
- .btn-danger.active.focus,
375
- .open>.dropdown-toggle.btn-danger.focus {
376
- color: #ffffff;
377
- background-color: #a80026;
378
- border-color: #80001c;
379
- }
380
-
381
- .btn-danger.disabled:hover,
382
- .btn-danger[disabled]:hover,
383
- fieldset[disabled] .btn-danger:hover,
384
- .btn-danger.disabled:focus,
385
- .btn-danger[disabled]:focus,
386
- fieldset[disabled] .btn-danger:focus,
387
- .btn-danger.disabled.focus,
388
- .btn-danger[disabled].focus,
389
- fieldset[disabled] .btn-danger.focus {
390
- background-color: #ff0039;
391
- border-color: #ff0039;
392
- }
393
-
394
- .btn-danger .badge {
395
- color: #ff0039;
396
- background-color: #ffffff;
397
- }
398
-
399
- .btn-link {
400
- color: #2780e3;
401
- }
402
-
403
- .btn-link:hover,
404
- .btn-link:focus {
405
- color: #165ba8;
406
- }
407
-
408
- .btn-link[disabled]:hover,
409
- fieldset[disabled] .btn-link:hover,
410
- .btn-link[disabled]:focus,
411
- fieldset[disabled] .btn-link:focus {
412
- color: #999999;
413
- text-decoration: none;
414
- }
415
-
416
- .btn-lg,
417
- .btn-group-lg>.btn {
418
- padding: 18px 30px;
419
- font-size: 19px;
420
- border-radius: 0;
421
- }
422
-
423
- .btn-sm,
424
- .btn-group-sm>.btn,
425
- .btn-xs,
426
- .btn-group-xs>.btn {
427
- border-radius: 0;
428
- }
429
-
430
-
431
- /* -- .btn-default -- */
432
-
433
-
434
- /* -- .btn-primary -- */
435
-
436
-
437
- /* -- .btn-success -- */
438
-
439
-
440
- /* -- .btn-info -- */
441
-
442
-
443
- /* -- .btn-warning -- */
444
-
445
-
446
- /* -- .btn-danger -- */
447
-
448
-
449
- /* -- .btn-link -- */
450
-
451
-
452
- /* -- color background -- */
453
-
454
- .bg-primary {
455
- color: #fff;
456
- background-color: #2780e3;
457
- }
458
-
459
- a.bg-primary:hover,
460
- a.bg-primary:focus {
461
- background-color: #1967be;
462
- }
463
-
464
- .bg-success {
465
- background-color: #3fb618;
466
- }
467
-
468
- a.bg-success:hover,
469
- a.bg-success:focus {
470
- background-color: #2f8912;
471
- }
472
-
473
- .bg-info {
474
- background-color: #9954bb;
475
- }
476
-
477
- a.bg-info:hover,
478
- a.bg-info:focus {
479
- background-color: #7e3f9d;
480
- }
481
-
482
- .bg-warning {
483
- background-color: #ff7518;
484
- }
485
-
486
- a.bg-warning:hover,
487
- a.bg-warning:focus {
488
- background-color: #e45c00;
489
- }
490
-
491
- .bg-danger {
492
- background-color: #ff0039;
493
- }
494
-
495
- a.bg-danger:hover,
496
- a.bg-danger:focus {
497
- background-color: #cc002e;
498
- }
499
-
500
-
501
- /* -- color nav -- */
502
-
503
- .navbar-default {
504
- background-color: #222222;
505
- border-color: #121212;
506
- }
507
-
508
- .navbar-default .navbar-brand {
509
- color: #ffffff;
510
- }
511
-
512
- .navbar-default .navbar-brand:hover,
513
- .navbar-default .navbar-brand:focus {
514
- color: #ffffff;
515
- background-color: none;
516
- }
517
-
518
- .navbar-default .navbar-text {
519
- color: #ffffff;
520
- }
521
-
522
- #navbar-profile span,
523
- #navbar-3 .navbar-nav a,
524
- .navbar-default .navbar-nav>li>a {
525
- color: #ffffff;
526
- }
527
-
528
- #navbar-3 .navbar-nav a:hover,
529
- #navbar-3 .navbar-nav a:focus,
530
- .navbar-default .navbar-nav a:hover,
531
- .navbar-default .navbar-nav a:focus,
532
- .navbar-default .navbar-nav>li>a:hover,
533
- .navbar-default .navbar-nav>li>a:focus {
534
- color: #ffffff;
535
- background-color: #090909;
536
- }
537
-
538
- .navbar-default .navbar-nav>.active>a,
539
- .navbar-default .navbar-nav>.active>a:hover,
540
- .navbar-default .navbar-nav>.active>a:focus {
541
- color: #ffffff;
542
- background-color: #090909;
543
- }
544
-
545
- .navbar-default .navbar-nav>.disabled>a,
546
- .navbar-default .navbar-nav>.disabled>a:hover,
547
- .navbar-default .navbar-nav>.disabled>a:focus {
548
- color: #cccccc;
549
- background-color: transparent;
550
- }
551
-
552
- .navbar-default .navbar-toggle {
553
- border-color: transparent;
554
- }
555
-
556
- .navbar-default .navbar-toggle:hover,
557
- .navbar-default .navbar-toggle:focus {
558
- background-color: #090909;
559
- }
560
-
561
- .navbar-default .navbar-toggle .icon-bar {
562
- background-color: #ffffff;
563
- }
564
-
565
- .navbar-default .navbar-collapse,
566
- .navbar-default .navbar-form {
567
- border-color: #121212;
568
- }
569
-
570
- .navbar-default .navbar-nav>.open>a,
571
- .navbar-default .navbar-nav>.open>a:hover,
572
- .navbar-default .navbar-nav>.open>a:focus {
573
- background-color: #090909;
574
- color: #ffffff;
575
- }
576
-
577
- @media (max-width: 767px) {
578
- .navbar-default .navbar-nav .open .dropdown-menu>li>a {
579
- color: #ffffff;
580
- }
581
- .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
582
- .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
583
- color: #ffffff;
584
- background-color: #090909;
585
- }
586
- .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
587
- .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
588
- .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
589
- color: #ffffff;
590
- background-color: #090909;
591
- }
592
- .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
593
- .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
594
- .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
595
- color: #cccccc;
596
- background-color: transparent;
597
- }
598
- }
599
-
600
- .navbar-default .navbar-link {
601
- color: #ffffff;
602
- }
603
-
604
- .navbar-default .navbar-link:hover {
605
- color: #ffffff;
606
- }
607
-
608
- .navbar-default .btn-link {
609
- color: #ffffff;
610
- }
611
-
612
- .navbar-default .btn-link:hover,
613
- .navbar-default .btn-link:focus {
614
- color: #ffffff;
615
- }
616
-
617
- .navbar-default .btn-link[disabled]:hover,
618
- fieldset[disabled] .navbar-default .btn-link:hover,
619
- .navbar-default .btn-link[disabled]:focus,
620
- fieldset[disabled] .navbar-default .btn-link:focus {
621
- color: #cccccc;
622
- }
623
-
624
- .navbar-inverse {
625
- background-color: #2780e3;
626
- border-color: #1967be;
627
- }
628
-
629
- .navbar-inverse .navbar-brand {
630
- color: #ffffff;
631
- }
632
-
633
- .navbar-inverse .navbar-brand:hover,
634
- .navbar-inverse .navbar-brand:focus {
635
- color: #ffffff;
636
- background-color: none;
637
- }
638
-
639
- .navbar-inverse .navbar-text {
640
- color: #ffffff;
641
- }
642
-
643
- .navbar-inverse .navbar-nav>li>a {
644
- color: #ffffff;
645
- }
646
-
647
- .navbar-inverse .navbar-nav>li>a:hover,
648
- .navbar-inverse .navbar-nav>li>a:focus {
649
- color: #ffffff;
650
- background-color: #1967be;
651
- }
652
-
653
- .navbar-inverse .navbar-nav>.active>a,
654
- .navbar-inverse .navbar-nav>.active>a:hover,
655
- .navbar-inverse .navbar-nav>.active>a:focus {
656
- color: #ffffff;
657
- background-color: #1967be;
658
- }
659
-
660
- .navbar-inverse .navbar-nav>.disabled>a,
661
- .navbar-inverse .navbar-nav>.disabled>a:hover,
662
- .navbar-inverse .navbar-nav>.disabled>a:focus {
663
- color: #ffffff;
664
- background-color: transparent;
665
- }
666
-
667
- .navbar-inverse .navbar-toggle {
668
- border-color: transparent;
669
- }
670
-
671
- .navbar-inverse .navbar-toggle:hover,
672
- .navbar-inverse .navbar-toggle:focus {
673
- background-color: #1967be;
674
- }
675
-
676
- .navbar-inverse .navbar-toggle .icon-bar {
677
- background-color: #ffffff;
678
- }
679
-
680
- .navbar-inverse .navbar-collapse,
681
- .navbar-inverse .navbar-form {
682
- border-color: #1a6ecc;
683
- }
684
-
685
- .navbar-inverse .navbar-nav>.open>a,
686
- .navbar-inverse .navbar-nav>.open>a:hover,
687
- .navbar-inverse .navbar-nav>.open>a:focus {
688
- background-color: #1967be;
689
- color: #ffffff;
690
- }
691
-
692
- @media (max-width: 767px) {
693
- .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
694
- border-color: #1967be;
695
- }
696
- .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
697
- background-color: #1967be;
698
- }
699
- .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
700
- color: #ffffff;
701
- }
702
- .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
703
- .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
704
- color: #ffffff;
705
- background-color: #1967be;
706
- }
707
- .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
708
- .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
709
- .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
710
- color: #ffffff;
711
- background-color: #1967be;
712
- }
713
- .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
714
- .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
715
- .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
716
- color: #ffffff;
717
- background-color: transparent;
718
- }
719
- }
720
-
721
- .navbar-inverse .navbar-link {
722
- color: #ffffff;
723
- }
724
-
725
- .navbar-inverse .navbar-link:hover {
726
- color: #ffffff;
727
- }
728
-
729
- .navbar-inverse .btn-link {
730
- color: #ffffff;
731
- }
732
-
733
- .navbar-inverse .btn-link:hover,
734
- .navbar-inverse .btn-link:focus {
735
- color: #ffffff;
736
- }
737
-
738
- .navbar-inverse .btn-link[disabled]:hover,
739
- fieldset[disabled] .navbar-inverse .btn-link:hover,
740
- .navbar-inverse .btn-link[disabled]:focus,
741
- fieldset[disabled] .navbar-inverse .btn-link:focus {
742
- color: #ffffff;
743
- }
744
-
745
-
746
- /* -- .popover -- */
747
-
748
- .popover {
749
- font-family: "Source Sans Pro", Calibri, Candara, Arial, sans-serif;
750
- font-size: 15px;
751
- background-color: #ffffff;
752
- border: 1px solid rgba(0, 0, 0, 0.2);
753
- border-radius: 0;
754
- }
755
-
756
- .popover-title {
757
- font-size: 15px;
758
- background-color: #f7f7f7;
759
- border-bottom: 1px solid #ebebeb;
760
- border-radius: -1 -1 0 0;
761
- }
762
-
763
- .popover.top>.arrow {
764
- border-top-color: #999999;
765
- border-top-color: rgba(0, 0, 0, 0.25);
766
- }
767
-
768
- .popover.top>.arrow:after {
769
- border-top-color: #ffffff;
770
- }
771
-
772
- .popover.right>.arrow {
773
- border-right-color: #999999;
774
- }
775
-
776
- .popover.right>.arrow:after {
777
- border-right-color: #ffffff;
778
- }
779
-
780
- .popover.bottom>.arrow {
781
- border-bottom-color: #999999;
782
- border-bottom-color: rgba(0, 0, 0, 0.25);
783
- }
784
-
785
- .popover.bottom>.arrow:after {
786
- border-bottom-color: #ffffff;
787
- }
788
-
789
- .popover.left>.arrow {
790
- border-left-color: #999999;
791
- }
792
-
793
- .popover.left>.arrow:after {
794
- border-left-color: #ffffff;
795
- }
796
-
797
-
798
- /* -- color dropdown-menu -- */
799
-
800
- .dropdown-menu {
801
- position: absolute;
802
- top: 100%;
803
- left: 0;
804
- z-index: 1000;
805
- display: none;
806
- float: left;
807
- min-width: 160px;
808
- padding: 5px 0;
809
- margin: 2px 0 0;
810
- list-style: none;
811
- font-size: 15px;
812
- text-align: left;
813
- background-color: #ffffff;
814
- border: 1px solid #cccccc;
815
- border: 1px solid rgba(0, 0, 0, 0.15);
816
- border-radius: 0;
817
- -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
818
- box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
819
- -webkit-background-clip: padding-box;
820
- background-clip: padding-box;
821
- }
822
-
823
- .dropdown-menu .divider {
824
- margin: 9.5px 0;
825
- background-color: #e5e5e5;
826
- }
827
-
828
- .dropdown-menu>li>a {
829
- color: #333333;
830
- }
831
-
832
- .dropdown-menu>li>a:hover,
833
- .dropdown-menu>li>a:focus {
834
- text-decoration: none;
835
- color: #ffffff;
836
- background-color: #2780e3;
837
- }
838
-
839
- .dropdown-menu>.active>a,
840
- .dropdown-menu>.active>a:hover,
841
- .dropdown-menu>.active>a:focus {
842
- color: #ffffff;
843
- background-color: #2780e3;
844
- }
845
-
846
- .dropdown-menu>.disabled>a,
847
- .dropdown-menu>.disabled>a:hover,
848
- .dropdown-menu>.disabled>a:focus {
849
- color: #999999;
850
- }
851
-
852
-
853
- /* -- color table -- */
854
-
855
- table {
856
- background-color: transparent;
857
- }
858
-
859
- caption {
860
- color: #999999;
861
- }
862
-
863
- .table>thead>tr>th,
864
- .table>tbody>tr>th,
865
- .table>tfoot>tr>th,
866
- .table>thead>tr>td,
867
- .table>tbody>tr>td,
868
- .table>tfoot>tr>td {
869
- border-top: 1px solid #dddddd;
870
- }
871
-
872
- .table>thead>tr>th {
873
- border-bottom: 2px solid #dddddd;
874
- }
875
-
876
- .table>tbody+tbody {
877
- border-top: 2px solid #dddddd;
878
- }
879
-
880
- .table .table {
881
- background-color: #ffffff;
882
- }
883
-
884
- .table-bordered {
885
- border: 1px solid #dddddd;
886
- }
887
-
888
- .table-bordered>thead>tr>th,
889
- .table-bordered>tbody>tr>th,
890
- .table-bordered>tfoot>tr>th,
891
- .table-bordered>thead>tr>td,
892
- .table-bordered>tbody>tr>td,
893
- .table-bordered>tfoot>tr>td {
894
- border: 1px solid #dddddd;
895
- }
896
-
897
- .table-striped>tbody>tr:nth-of-type(odd) {
898
- background-color: #f9f9f9;
899
- }
900
-
901
- .table-hover>tbody>tr:hover {
902
- background-color: #f5f5f5;
903
- }
904
-
905
- .table>thead>tr>td.active,
906
- .table>tbody>tr>td.active,
907
- .table>tfoot>tr>td.active,
908
- .table>thead>tr>th.active,
909
- .table>tbody>tr>th.active,
910
- .table>tfoot>tr>th.active,
911
- .table>thead>tr.active>td,
912
- .table>tbody>tr.active>td,
913
- .table>tfoot>tr.active>td,
914
- .table>thead>tr.active>th,
915
- .table>tbody>tr.active>th,
916
- .table>tfoot>tr.active>th {
917
- background-color: #f5f5f5;
918
- }
919
-
920
- .table-hover>tbody>tr>td.active:hover,
921
- .table-hover>tbody>tr>th.active:hover,
922
- .table-hover>tbody>tr.active:hover>td,
923
- .table-hover>tbody>tr:hover>.active,
924
- .table-hover>tbody>tr.active:hover>th {
925
- background-color: #e8e8e8;
926
- }
927
-
928
- .table>thead>tr>td.success,
929
- .table>tbody>tr>td.success,
930
- .table>tfoot>tr>td.success,
931
- .table>thead>tr>th.success,
932
- .table>tbody>tr>th.success,
933
- .table>tfoot>tr>th.success,
934
- .table>thead>tr.success>td,
935
- .table>tbody>tr.success>td,
936
- .table>tfoot>tr.success>td,
937
- .table>thead>tr.success>th,
938
- .table>tbody>tr.success>th,
939
- .table>tfoot>tr.success>th {
940
- background-color: #3fb618;
941
- }
942
-
943
- .table-hover>tbody>tr>td.success:hover,
944
- .table-hover>tbody>tr>th.success:hover,
945
- .table-hover>tbody>tr.success:hover>td,
946
- .table-hover>tbody>tr:hover>.success,
947
- .table-hover>tbody>tr.success:hover>th {
948
- background-color: #379f15;
949
- }
950
-
951
- .table>thead>tr>td.info,
952
- .table>tbody>tr>td.info,
953
- .table>tfoot>tr>td.info,
954
- .table>thead>tr>th.info,
955
- .table>tbody>tr>th.info,
956
- .table>tfoot>tr>th.info,
957
- .table>thead>tr.info>td,
958
- .table>tbody>tr.info>td,
959
- .table>tfoot>tr.info>td,
960
- .table>thead>tr.info>th,
961
- .table>tbody>tr.info>th,
962
- .table>tfoot>tr.info>th {
963
- background-color: #9954bb;
964
- }
965
-
966
- .table-hover>tbody>tr>td.info:hover,
967
- .table-hover>tbody>tr>th.info:hover,
968
- .table-hover>tbody>tr.info:hover>td,
969
- .table-hover>tbody>tr:hover>.info,
970
- .table-hover>tbody>tr.info:hover>th {
971
- background-color: #8d46b0;
972
- }
973
-
974
- .table>thead>tr>td.warning,
975
- .table>tbody>tr>td.warning,
976
- .table>tfoot>tr>td.warning,
977
- .table>thead>tr>th.warning,
978
- .table>tbody>tr>th.warning,
979
- .table>tfoot>tr>th.warning,
980
- .table>thead>tr.warning>td,
981
- .table>tbody>tr.warning>td,
982
- .table>tfoot>tr.warning>td,
983
- .table>thead>tr.warning>th,
984
- .table>tbody>tr.warning>th,
985
- .table>tfoot>tr.warning>th {
986
- background-color: #ff7518;
987
- }
988
-
989
- .table-hover>tbody>tr>td.warning:hover,
990
- .table-hover>tbody>tr>th.warning:hover,
991
- .table-hover>tbody>tr.warning:hover>td,
992
- .table-hover>tbody>tr:hover>.warning,
993
- .table-hover>tbody>tr.warning:hover>th {
994
- background-color: #fe6600;
995
- }
996
-
997
- .table>thead>tr>td.danger,
998
- .table>tbody>tr>td.danger,
999
- .table>tfoot>tr>td.danger,
1000
- .table>thead>tr>th.danger,
1001
- .table>tbody>tr>th.danger,
1002
- .table>tfoot>tr>th.danger,
1003
- .table>thead>tr.danger>td,
1004
- .table>tbody>tr.danger>td,
1005
- .table>tfoot>tr.danger>td,
1006
- .table>thead>tr.danger>th,
1007
- .table>tbody>tr.danger>th,
1008
- .table>tfoot>tr.danger>th {
1009
- background-color: #ff0039;
1010
- }
1011
-
1012
- .table-hover>tbody>tr>td.danger:hover,
1013
- .table-hover>tbody>tr>th.danger:hover,
1014
- .table-hover>tbody>tr.danger:hover>td,
1015
- .table-hover>tbody>tr:hover>.danger,
1016
- .table-hover>tbody>tr.danger:hover>th {
1017
- background-color: #e60033;
1018
- }
1019
-
1020
- @media screen and (max-width: 767px) {
1021
- .table-responsive {
1022
- margin-bottom: 15.75px;
1023
- border: 1px solid #dddddd;
1024
- }
1025
- }
1026
-
1027
- table a:not(.btn),
1028
- .table a:not(.btn) {
1029
- text-decoration: underline;
1030
- }
1031
-
1032
- table .dropdown-menu a,
1033
- .table .dropdown-menu a {
1034
- text-decoration: none;
1035
- }
1036
-
1037
- table .success,
1038
- .table .success,
1039
- table .warning,
1040
- .table .warning,
1041
- table .danger,
1042
- .table .danger,
1043
- table .info,
1044
- .table .info {
1045
- color: #fff;
1046
- }
1047
-
1048
- table .success a,
1049
- .table .success a,
1050
- table .warning a,
1051
- .table .warning a,
1052
- table .danger a,
1053
- .table .danger a,
1054
- table .info a,
1055
- .table .info a {
1056
- color: #fff;
1057
- }
1058
-
1059
-
1060
- /* -- .panel-group -- */
1061
-
1062
- .panel-heading,
1063
- .panel-footer {
1064
- border-top-right-radius: 0;
1065
- border-top-left-radius: 0;
1066
- }
1067
-
1068
- .panel-default .close {
1069
- color: #333333;
1070
- }
1071
-
1072
-
1073
- /* -- .panel -- */
1074
-
1075
- .panel {
1076
- margin-bottom: 21px;
1077
- background-color: #ffffff;
1078
- border-radius: 0;
1079
- }
1080
-
1081
- .panel-heading {
1082
- border-top-right-radius: -1;
1083
- border-top-left-radius: -1;
1084
- }
1085
-
1086
- .panel-footer {
1087
- background-color: #f5f5f5;
1088
- border-top: 1px solid #dddddd;
1089
- border-bottom-right-radius: -1;
1090
- border-bottom-left-radius: -1;
1091
- }
1092
-
1093
- .panel>.list-group:first-child .list-group-item:first-child,
1094
- .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
1095
- border-top: 0;
1096
- border-top-right-radius: -1;
1097
- border-top-left-radius: -1;
1098
- }
1099
-
1100
- .panel>.list-group:last-child .list-group-item:last-child,
1101
- .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
1102
- border-bottom: 0;
1103
- border-bottom-right-radius: -1;
1104
- border-bottom-left-radius: -1;
1105
- }
1106
-
1107
- .panel>.table:first-child,
1108
- .panel>.table-responsive:first-child>.table:first-child {
1109
- border-top-right-radius: -1;
1110
- border-top-left-radius: -1;
1111
- }
1112
-
1113
- .panel>.table:first-child>thead:first-child>tr:first-child,
1114
- .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
1115
- .panel>.table:first-child>tbody:first-child>tr:first-child,
1116
- .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
1117
- border-top-left-radius: -1;
1118
- border-top-right-radius: -1;
1119
- }
1120
-
1121
- .panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
1122
- .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
1123
- .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
1124
- .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
1125
- .panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
1126
- .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
1127
- .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
1128
- .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
1129
- border-top-left-radius: -1;
1130
- }
1131
-
1132
- .panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
1133
- .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
1134
- .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
1135
- .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
1136
- .panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
1137
- .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
1138
- .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
1139
- .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
1140
- border-top-right-radius: -1;
1141
- }
1142
-
1143
- .panel>.table:last-child,
1144
- .panel>.table-responsive:last-child>.table:last-child {
1145
- border-bottom-right-radius: -1;
1146
- border-bottom-left-radius: -1;
1147
- }
1148
-
1149
- .panel>.table:last-child>tbody:last-child>tr:last-child,
1150
- .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
1151
- .panel>.table:last-child>tfoot:last-child>tr:last-child,
1152
- .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
1153
- border-bottom-left-radius: -1;
1154
- border-bottom-right-radius: -1;
1155
- }
1156
-
1157
- .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
1158
- .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
1159
- .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
1160
- .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
1161
- .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
1162
- .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
1163
- .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
1164
- .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
1165
- border-bottom-left-radius: -1;
1166
- }
1167
-
1168
- .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
1169
- .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
1170
- .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
1171
- .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
1172
- .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
1173
- .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
1174
- .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
1175
- .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
1176
- border-bottom-right-radius: -1;
1177
- }
1178
-
1179
- .panel>.panel-body+.table,
1180
- .panel>.panel-body+.table-responsive,
1181
- .panel>.table+.panel-body,
1182
- .panel>.table-responsive+.panel-body {
1183
- border-top: 1px solid #dddddd;
1184
- }
1185
-
1186
- .panel-group {
1187
- margin-bottom: 21px;
1188
- }
1189
-
1190
- .panel-group .panel {
1191
- margin-bottom: 0;
1192
- border-radius: 0;
1193
- }
1194
-
1195
- .panel-group .panel+.panel {
1196
- margin-top: 5px;
1197
- }
1198
-
1199
- .panel-group .panel-heading+.panel-collapse>.panel-body,
1200
- .panel-group .panel-heading+.panel-collapse>.list-group {
1201
- border-top: 1px solid #dddddd;
1202
- }
1203
-
1204
- .panel-group .panel-footer+.panel-collapse .panel-body {
1205
- border-bottom: 1px solid #dddddd;
1206
- }
1207
-
1208
- .panel-default {
1209
- border-color: #dddddd;
1210
- }
1211
-
1212
- .panel-default>.panel-heading {
1213
- color: #333333;
1214
- background-color: #f5f5f5;
1215
- border-color: #dddddd;
1216
- }
1217
-
1218
- .panel-default>.panel-heading+.panel-collapse>.panel-body {
1219
- border-top-color: #dddddd;
1220
- }
1221
-
1222
- .panel-default>.panel-heading .badge {
1223
- color: #f5f5f5;
1224
- background-color: #333333;
1225
- }
1226
-
1227
- .panel-default>.panel-footer+.panel-collapse>.panel-body {
1228
- border-bottom-color: #dddddd;
1229
- }
1230
-
1231
- .panel-primary {
1232
- border-color: #2780e3;
1233
- }
1234
-
1235
- .panel-primary>.panel-heading {
1236
- color: #ffffff;
1237
- background-color: #2780e3;
1238
- border-color: #2780e3;
1239
- }
1240
-
1241
- .panel-primary>.panel-heading+.panel-collapse>.panel-body {
1242
- border-top-color: #2780e3;
1243
- }
1244
-
1245
- .panel-primary>.panel-heading .badge {
1246
- color: #2780e3;
1247
- background-color: #ffffff;
1248
- }
1249
-
1250
- .panel-primary>.panel-footer+.panel-collapse>.panel-body {
1251
- border-bottom-color: #2780e3;
1252
- }
1253
-
1254
- .panel-success {
1255
- border-color: #4e9f15;
1256
- }
1257
-
1258
- .panel-success>.panel-heading {
1259
- color: #ffffff;
1260
- background-color: #3fb618;
1261
- border-color: #4e9f15;
1262
- }
1263
-
1264
- .panel-success>.panel-heading+.panel-collapse>.panel-body {
1265
- border-top-color: #4e9f15;
1266
- }
1267
-
1268
- .panel-success>.panel-heading .badge {
1269
- color: #3fb618;
1270
- background-color: #ffffff;
1271
- }
1272
-
1273
- .panel-success>.panel-footer+.panel-collapse>.panel-body {
1274
- border-bottom-color: #4e9f15;
1275
- }
1276
-
1277
- .panel-info {
1278
- border-color: #7643a8;
1279
- }
1280
-
1281
- .panel-info>.panel-heading {
1282
- color: #ffffff;
1283
- background-color: #9954bb;
1284
- border-color: #7643a8;
1285
- }
1286
-
1287
- .panel-info>.panel-heading+.panel-collapse>.panel-body {
1288
- border-top-color: #7643a8;
1289
- }
1290
-
1291
- .panel-info>.panel-heading .badge {
1292
- color: #9954bb;
1293
- background-color: #ffffff;
1294
- }
1295
-
1296
- .panel-info>.panel-footer+.panel-collapse>.panel-body {
1297
- border-bottom-color: #7643a8;
1298
- }
1299
-
1300
- .panel-warning {
1301
- border-color: #ff4309;
1302
- }
1303
-
1304
- .panel-warning>.panel-heading {
1305
- color: #ffffff;
1306
- background-color: #ff7518;
1307
- border-color: #ff4309;
1308
- }
1309
-
1310
- .panel-warning>.panel-heading+.panel-collapse>.panel-body {
1311
- border-top-color: #ff4309;
1312
- }
1313
-
1314
- .panel-warning>.panel-heading .badge {
1315
- color: #ff7518;
1316
- background-color: #ffffff;
1317
- }
1318
-
1319
- .panel-warning>.panel-footer+.panel-collapse>.panel-body {
1320
- border-bottom-color: #ff4309;
1321
- }
1322
-
1323
- .panel-danger {
1324
- border-color: #f0005e;
1325
- }
1326
-
1327
- .panel-danger>.panel-heading {
1328
- color: #ffffff;
1329
- background-color: #ff0039;
1330
- border-color: #f0005e;
1331
- }
1332
-
1333
- .panel-danger>.panel-heading+.panel-collapse>.panel-body {
1334
- border-top-color: #f0005e;
1335
- }
1336
-
1337
- .panel-danger>.panel-heading .badge {
1338
- color: #ff0039;
1339
- background-color: #ffffff;
1340
- }
1341
-
1342
- .panel-danger>.panel-footer+.panel-collapse>.panel-body {
1343
- border-bottom-color: #f0005e;
1344
- }
1345
-
1346
-
1347
- /* -- .pagination -- */
1348
-
1349
- .pagination {
1350
- margin: 21px 0;
1351
- border-radius: 0;
1352
- }
1353
-
1354
- .pagination>li>a,
1355
- .pagination>li>span {
1356
- padding: 10px 18px;
1357
- color: #2780e3;
1358
- background-color: #ffffff;
1359
- border: 1px solid #dddddd;
1360
- }
1361
-
1362
- .pagination>li:first-child>a,
1363
- .pagination>li:first-child>span {
1364
- border-bottom-left-radius: 0;
1365
- border-top-left-radius: 0;
1366
- }
1367
-
1368
- .pagination>li:last-child>a,
1369
- .pagination>li:last-child>span {
1370
- border-bottom-right-radius: 0;
1371
- border-top-right-radius: 0;
1372
- }
1373
-
1374
- .pagination>li>a:hover,
1375
- .pagination>li>span:hover,
1376
- .pagination>li>a:focus,
1377
- .pagination>li>span:focus {
1378
- z-index: 2;
1379
- color: #165ba8;
1380
- background-color: #e6e6e6;
1381
- border-color: #dddddd;
1382
- }
1383
-
1384
- .pagination>.active>a,
1385
- .pagination>.active>span,
1386
- .pagination>.active>a:hover,
1387
- .pagination>.active>span:hover,
1388
- .pagination>.active>a:focus,
1389
- .pagination>.active>span:focus {
1390
- z-index: 3;
1391
- color: #999999;
1392
- background-color: #f5f5f5;
1393
- border-color: #dddddd;
1394
- cursor: default;
1395
- }
1396
-
1397
- .pagination>.disabled>span,
1398
- .pagination>.disabled>span:hover,
1399
- .pagination>.disabled>span:focus,
1400
- .pagination>.disabled>a,
1401
- .pagination>.disabled>a:hover,
1402
- .pagination>.disabled>a:focus {
1403
- color: #999999;
1404
- background-color: #ffffff;
1405
- border-color: #dddddd;
1406
- cursor: not-allowed;
1407
- }
1408
-
1409
- .pagination-lg>li>a,
1410
- .pagination-lg>li>span {
1411
- padding: 18px 30px;
1412
- font-size: 19px;
1413
- }
1414
-
1415
- .pagination-lg>li:first-child>a,
1416
- .pagination-lg>li:first-child>span {
1417
- border-bottom-left-radius: 0;
1418
- border-top-left-radius: 0;
1419
- }
1420
-
1421
- .pagination-lg>li:last-child>a,
1422
- .pagination-lg>li:last-child>span {
1423
- border-bottom-right-radius: 0;
1424
- border-top-right-radius: 0;
1425
- }
1426
-
1427
- .pagination-sm>li>a,
1428
- .pagination-sm>li>span {
1429
- font-size: 13px;
1430
- }
1431
-
1432
- .pagination-sm>li:first-child>a,
1433
- .pagination-sm>li:first-child>span {
1434
- border-bottom-left-radius: 0;
1435
- border-top-left-radius: 0;
1436
- }
1437
-
1438
- .pagination-sm>li:last-child>a,
1439
- .pagination-sm>li:last-child>span {
1440
- border-bottom-right-radius: 0;
1441
- border-top-right-radius: 0;
1442
- }
1443
-
1444
-
1445
- /* -- .pager -- */
1446
-
1447
- .page-header {
1448
- padding-bottom: 9.5px;
1449
- margin: 42px 0 21px;
1450
- border-bottom: 1px solid #e6e6e6;
1451
- }
1452
-
1453
- .pager li>a,
1454
- .pager li>span {
1455
- background-color: #ffffff;
1456
- border: 1px solid #dddddd;
1457
- border-radius: 0;
1458
- }
1459
-
1460
- .pager li>a:hover,
1461
- .pager li>a:focus {
1462
- text-decoration: none;
1463
- background-color: #e6e6e6;
1464
- }
1465
-
1466
- .pager .disabled>a,
1467
- .pager .disabled>a:hover,
1468
- .pager .disabled>a:focus,
1469
- .pager .disabled>span {
1470
- color: #999999;
1471
- background-color: #ffffff;
1472
- cursor: not-allowed;
1473
- }
1474
-
1475
-
1476
- /* -- .navbar -- */
1477
-
1478
- @media (min-width: 768px) {
1479
- .navbar {
1480
- border-radius: 0;
1481
- }
1482
- }
1483
-
1484
- .navbar-brand {
1485
- padding: 14.5px 15px;
1486
- font-size: 19px;
1487
- line-height: 21px;
1488
- }
1489
-
1490
- .navbar-nav>li>a {
1491
- line-height: 21px;
1492
- }
1493
-
1494
- .navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
1495
- border-top-right-radius: 0;
1496
- border-top-left-radius: 0;
1497
- }
1498
-
1499
- .navbar-btn {
1500
- margin-top: 3.5px;
1501
- margin-bottom: 3.5px;
1502
- }
1503
-
1504
- .navbar-btn.btn-sm {
1505
- margin-top: 9.5px;
1506
- margin-bottom: 9.5px;
1507
- }
1508
-
1509
- .navbar-text {
1510
- margin-top: 14.5px;
1511
- margin-bottom: 14.5px;
1512
- }
1513
-
1514
-
1515
- /* -- .label -- */
1516
-
1517
- a.label:hover,
1518
- a.label:focus {
1519
- color: #ffffff;
1520
- }
1521
-
1522
- .label-default {
1523
- background-color: #222222;
1524
- }
1525
-
1526
- .label-default[href]:hover,
1527
- .label-default[href]:focus {
1528
- background-color: #090909;
1529
- }
1530
-
1531
- .label-primary {
1532
- background-color: #2780e3;
1533
- }
1534
-
1535
- .label-primary[href]:hover,
1536
- .label-primary[href]:focus {
1537
- background-color: #1967be;
1538
- }
1539
-
1540
- .label-success {
1541
- background-color: #3fb618;
1542
- }
1543
-
1544
- .label-success[href]:hover,
1545
- .label-success[href]:focus {
1546
- background-color: #2f8912;
1547
- }
1548
-
1549
- .label-info {
1550
- background-color: #9954bb;
1551
- }
1552
-
1553
- .label-info[href]:hover,
1554
- .label-info[href]:focus {
1555
- background-color: #7e3f9d;
1556
- }
1557
-
1558
- .label-warning {
1559
- background-color: #ff7518;
1560
- }
1561
-
1562
- .label-warning[href]:hover,
1563
- .label-warning[href]:focus {
1564
- background-color: #e45c00;
1565
- }
1566
-
1567
- .label-danger {
1568
- background-color: #ff0039;
1569
- }
1570
-
1571
- .label-danger[href]:hover,
1572
- .label-danger[href]:focus {
1573
- background-color: #cc002e;
1574
- }
1575
-
1576
-
1577
- /* -- .jumbotron -- */
1578
-
1579
- .jumbotron {
1580
- background-color: #e6e6e6;
1581
- }
1582
-
1583
- .jumbotron>hr {
1584
- border-top-color: #cccccc;
1585
- }
1586
-
1587
- @media screen and (min-width: 768px) {
1588
- .jumbotron h1,
1589
- .jumbotron .h1 {
1590
- font-size: 68px;
1591
- }
1592
- }
1593
-
1594
-
1595
- /* -- .list-group -- */
1596
-
1597
- .list-group-item {
1598
- background-color: #ffffff;
1599
- border: 1px solid #dddddd;
1600
- }
1601
-
1602
- .list-group-item:first-child {
1603
- border-top-right-radius: 0;
1604
- border-top-left-radius: 0;
1605
- }
1606
-
1607
- .list-group-item:last-child {
1608
- margin-bottom: 0;
1609
- border-bottom-right-radius: 0;
1610
- border-bottom-left-radius: 0;
1611
- }
1612
-
1613
- a.list-group-item,
1614
- button.list-group-item {
1615
- color: #555555;
1616
- }
1617
-
1618
- a.list-group-item .list-group-item-heading,
1619
- button.list-group-item .list-group-item-heading {
1620
- color: #333333;
1621
- }
1622
-
1623
- a.list-group-item:hover,
1624
- button.list-group-item:hover,
1625
- a.list-group-item:focus,
1626
- button.list-group-item:focus {
1627
- text-decoration: none;
1628
- color: #555555;
1629
- background-color: #f5f5f5;
1630
- }
1631
-
1632
- .list-group-item.disabled,
1633
- .list-group-item.disabled:hover,
1634
- .list-group-item.disabled:focus {
1635
- background-color: #e6e6e6;
1636
- color: #999999;
1637
- cursor: not-allowed;
1638
- }
1639
-
1640
- .list-group-item.disabled .list-group-item-text,
1641
- .list-group-item.disabled:hover .list-group-item-text,
1642
- .list-group-item.disabled:focus .list-group-item-text {
1643
- color: #999999;
1644
- }
1645
-
1646
- .list-group-item.active,
1647
- .list-group-item.active:hover,
1648
- .list-group-item.active:focus {
1649
- z-index: 2;
1650
- color: #ffffff;
1651
- background-color: #2780e3;
1652
- border-color: #dddddd;
1653
- }
1654
-
1655
- .list-group-item.active .list-group-item-text,
1656
- .list-group-item.active:hover .list-group-item-text,
1657
- .list-group-item.active:focus .list-group-item-text {
1658
- color: #dceafa;
1659
- }
1660
-
1661
- .list-group-item-success {
1662
- color: #ffffff;
1663
- background-color: #3fb618;
1664
- }
1665
-
1666
- a.list-group-item-success,
1667
- button.list-group-item-success {
1668
- color: #ffffff;
1669
- }
1670
-
1671
- a.list-group-item-success:hover,
1672
- button.list-group-item-success:hover,
1673
- a.list-group-item-success:focus,
1674
- button.list-group-item-success:focus {
1675
- color: #ffffff;
1676
- background-color: #379f15;
1677
- }
1678
-
1679
- a.list-group-item-success.active,
1680
- button.list-group-item-success.active,
1681
- a.list-group-item-success.active:hover,
1682
- button.list-group-item-success.active:hover,
1683
- a.list-group-item-success.active:focus,
1684
- button.list-group-item-success.active:focus {
1685
- color: #fff;
1686
- background-color: #ffffff;
1687
- border-color: #ffffff;
1688
- }
1689
-
1690
- .list-group-item-info {
1691
- color: #ffffff;
1692
- background-color: #9954bb;
1693
- }
1694
-
1695
- a.list-group-item-info,
1696
- button.list-group-item-info {
1697
- color: #ffffff;
1698
- }
1699
-
1700
- a.list-group-item-info:hover,
1701
- button.list-group-item-info:hover,
1702
- a.list-group-item-info:focus,
1703
- button.list-group-item-info:focus {
1704
- color: #ffffff;
1705
- background-color: #8d46b0;
1706
- }
1707
-
1708
- a.list-group-item-info.active,
1709
- button.list-group-item-info.active,
1710
- a.list-group-item-info.active:hover,
1711
- button.list-group-item-info.active:hover,
1712
- a.list-group-item-info.active:focus,
1713
- button.list-group-item-info.active:focus {
1714
- color: #fff;
1715
- background-color: #ffffff;
1716
- border-color: #ffffff;
1717
- }
1718
-
1719
- .list-group-item-warning {
1720
- color: #ffffff;
1721
- background-color: #ff7518;
1722
- }
1723
-
1724
- a.list-group-item-warning,
1725
- button.list-group-item-warning {
1726
- color: #ffffff;
1727
- }
1728
-
1729
- a.list-group-item-warning:hover,
1730
- button.list-group-item-warning:hover,
1731
- a.list-group-item-warning:focus,
1732
- button.list-group-item-warning:focus {
1733
- color: #ffffff;
1734
- background-color: #fe6600;
1735
- }
1736
-
1737
- a.list-group-item-warning.active,
1738
- button.list-group-item-warning.active,
1739
- a.list-group-item-warning.active:hover,
1740
- button.list-group-item-warning.active:hover,
1741
- a.list-group-item-warning.active:focus,
1742
- button.list-group-item-warning.active:focus {
1743
- color: #fff;
1744
- background-color: #ffffff;
1745
- border-color: #ffffff;
1746
- }
1747
-
1748
- .list-group-item-danger {
1749
- color: #ffffff;
1750
- background-color: #ff0039;
1751
- }
1752
-
1753
- a.list-group-item-danger,
1754
- button.list-group-item-danger {
1755
- color: #ffffff;
1756
- }
1757
-
1758
- a.list-group-item-danger:hover,
1759
- button.list-group-item-danger:hover,
1760
- a.list-group-item-danger:focus,
1761
- button.list-group-item-danger:focus {
1762
- color: #ffffff;
1763
- background-color: #e60033;
1764
- }
1765
-
1766
- a.list-group-item-danger.active,
1767
- button.list-group-item-danger.active,
1768
- a.list-group-item-danger.active:hover,
1769
- button.list-group-item-danger.active:hover,
1770
- a.list-group-item-danger.active:focus,
1771
- button.list-group-item-danger.active:focus {
1772
- color: #fff;
1773
- background-color: #ffffff;
1774
- border-color: #ffffff;
1775
- }
1776
-
1777
- .list-group-item-heading {
1778
- margin-top: 0;
1779
- margin-bottom: 5px;
1780
- }
1781
-
1782
- .list-group-item-text {
1783
- margin-bottom: 0;
1784
- line-height: 1.3;
1785
- }
1786
-
1787
- a.list-group-item-success.active {
1788
- background-color: #3fb618;
1789
- }
1790
-
1791
- a.list-group-item-success.active:hover,
1792
- a.list-group-item-success.active:focus {
1793
- background-color: #379f15;
1794
- }
1795
-
1796
- a.list-group-item-warning.active {
1797
- background-color: #ff7518;
1798
- }
1799
-
1800
- a.list-group-item-warning.active:hover,
1801
- a.list-group-item-warning.active:focus {
1802
- background-color: #fe6600;
1803
- }
1804
-
1805
- a.list-group-item-danger.active {
1806
- background-color: #ff0039;
1807
- }
1808
-
1809
- a.list-group-item-danger.active:hover,
1810
- a.list-group-item-danger.active:focus {
1811
- background-color: #e60033;
1812
- }
1813
-
1814
-
1815
- /* -- .progress -- */
1816
-
1817
- .progress {
1818
- height: 8px;
1819
- background-color: #cccccc;
1820
- border-radius: 0;
1821
- -webkit-box-shadow: none;
1822
- box-shadow: none;
1823
- }
1824
-
1825
- .progress .progress-bar {
1826
- font-size: 8px;
1827
- line-height: 8px;
1828
- color: #ffffff;
1829
- background-color: #2780e3;
1830
- }
1831
-
1832
- .progress-bar-success {
1833
- background-color: #3fb618;
1834
- }
1835
-
1836
- .progress-bar-info {
1837
- background-color: #9954bb;
1838
- }
1839
-
1840
- .progress-bar-warning {
1841
- background-color: #ff7518;
1842
- }
1843
-
1844
- .progress-bar-danger {
1845
- background-color: #ff0039;
1846
- }
1847
-
1848
-
1849
- /* -- .thumbnail -- */
1850
-
1851
- .thumbnail {
1852
- background-color: #ffffff;
1853
- border: 1px solid #dddddd;
1854
- border-radius: 0;
1855
- transition: border 0.2s ease-in-out;
1856
- }
1857
-
1858
- a.thumbnail:hover,
1859
- a.thumbnail:focus,
1860
- a.thumbnail.active {
1861
- border-color: #2780e3;
1862
- }
1863
-
1864
- .thumbnail .caption {
1865
- color: #333333;
1866
- }
1867
-
1868
- .img-thumbnail {
1869
- background-color: #ffffff;
1870
- border: 1px solid #dddddd;
1871
- border-radius: 0;
1872
- }
1873
-
1874
-
1875
- /* -- .alert -- */
1876
-
1877
- .alert {
1878
- border: none;
1879
- }
1880
-
1881
- .alert .alert-link {
1882
- text-decoration: underline;
1883
- color: #fff;
1884
- }
1885
-
1886
- .alert .close {
1887
- color: #fff;
1888
- }
1889
-
1890
- .alert-success {
1891
- background-color: #3fb618;
1892
- border-color: #4e9f15;
1893
- color: #ffffff;
1894
- }
1895
-
1896
- .alert-success hr {
1897
- border-top-color: #438912;
1898
- }
1899
-
1900
- .alert-success .alert-link {
1901
- color: #e6e6e6;
1902
- }
1903
-
1904
- .alert-info {
1905
- background-color: #9954bb;
1906
- border-color: #7643a8;
1907
- color: #ffffff;
1908
- }
1909
-
1910
- .alert-info hr {
1911
- border-top-color: #693c96;
1912
- }
1913
-
1914
- .alert-info .alert-link {
1915
- color: #e6e6e6;
1916
- }
1917
-
1918
- .alert-warning {
1919
- background-color: #ff7518;
1920
- border-color: #ff4309;
1921
- color: #ffffff;
1922
- }
1923
-
1924
- .alert-warning hr {
1925
- border-top-color: #ee3800;
1926
- }
1927
-
1928
- .alert-warning .alert-link {
1929
- color: #e6e6e6;
1930
- }
1931
-
1932
- .alert-danger {
1933
- background-color: #ff0039;
1934
- border-color: #f0005e;
1935
- color: #ffffff;
1936
- }
1937
-
1938
- .alert-danger hr {
1939
- border-top-color: #d60054;
1940
- }
1941
-
1942
- .alert-danger .alert-link {
1943
- color: #e6e6e6;
1944
- }
1945
-
1946
-
1947
- /* -- .close -- */
1948
-
1949
- .close {
1950
- font-size: 22.5px;
1951
- color: #333333;
1952
- text-shadow: 0 1px 0 #ffffff;
1953
- text-decoration: none;
1954
- text-shadow: none;
1955
- opacity: 0.4;
1956
- }
1957
-
1958
- .close:hover,
1959
- .close:focus {
1960
- color: #333333;
1961
- opacity: 1;
1962
- }
1963
-
1964
-
1965
- /* -- blockquote -- */
1966
-
1967
- blockquote {
1968
- border-left: 5px solid #e6e6e6;
1969
- }
1970
-
1971
- blockquote footer,
1972
- blockquote small,
1973
- blockquote .small {
1974
- color: #999999;
1975
- }
1976
-
1977
- .blockquote-reverse,
1978
- blockquote.pull-right {
1979
- border-right: 5px solid #e6e6e6;
1980
- }
1981
-
1982
-
1983
- /* -- breadcrumb -- */
1984
-
1985
- .breadcrumb {
1986
- background-color: #f5f5f5;
1987
- }
1988
-
1989
- .breadcrumb>li+li:before {
1990
- color: #cccccc;
1991
- }
1992
-
1993
- .breadcrumb>.active {
1994
- color: #999999;
1995
- }
1996
-
1997
-
1998
- /* -- animation .fade -- */
1999
-
2000
- .fade {
2001
- opacity: 0;
2002
- -webkit-transition: opacity 0.15s linear;
2003
- -o-transition: opacity 0.15s linear;
2004
- transition: opacity 0.15s linear;
2005
- }
2006
-
2007
- .fade.in {
2008
- opacity: 1;
2009
- }
2010
-
2011
-
2012
- /* -- form -- */
2013
-
2014
- .form-control {
2015
- height: 43px;
2016
- padding: 10px 18px;
2017
- font-size: 15px;
2018
- color: #333333;
2019
- background-color: #ffffff;
2020
- border: 1px solid #cccccc;
2021
- border-radius: 0;
2022
- }
2023
-
2024
- .form-control::-moz-placeholder {
2025
- color: #999999;
2026
- }
2027
-
2028
- .form-control:-ms-input-placeholder {
2029
- color: #999999;
2030
- }
2031
-
2032
- .form-control::-webkit-input-placeholder {
2033
- color: #999999;
2034
- }
2035
-
2036
- .form-control[disabled],
2037
- .form-control[readonly],
2038
- fieldset[disabled] .form-control {
2039
- background-color: #e6e6e6;
2040
- }
2041
-
2042
- @media screen and (-webkit-min-device-pixel-ratio: 0) {
2043
- input[type="date"].form-control,
2044
- input[type="time"].form-control,
2045
- input[type="datetime-local"].form-control,
2046
- input[type="month"].form-control {
2047
- line-height: 43px;
2048
- }
2049
- input[type="date"].input-sm,
2050
- input[type="time"].input-sm,
2051
- input[type="datetime-local"].input-sm,
2052
- input[type="month"].input-sm,
2053
- .input-group-sm input[type="date"],
2054
- .input-group-sm input[type="time"],
2055
- .input-group-sm input[type="datetime-local"],
2056
- .input-group-sm input[type="month"] {
2057
- line-height: 31px;
2058
- }
2059
- input[type="date"].input-lg,
2060
- input[type="time"].input-lg,
2061
- input[type="datetime-local"].input-lg,
2062
- input[type="month"].input-lg,
2063
- .input-group-lg input[type="date"],
2064
- .input-group-lg input[type="time"],
2065
- .input-group-lg input[type="datetime-local"],
2066
- .input-group-lg input[type="month"] {
2067
- line-height: 64px;
2068
- }
2069
- }
2070
-
2071
- .radio label,
2072
- .checkbox label {
2073
- min-height: 21px;
2074
- }
2075
-
2076
- .form-control-static {
2077
- padding-top: 11px;
2078
- padding-bottom: 11px;
2079
- min-height: 36px;
2080
- }
2081
-
2082
- .input-sm {
2083
- height: 31px;
2084
- font-size: 13px;
2085
- border-radius: 0;
2086
- }
2087
-
2088
- select.input-sm {
2089
- height: 31px;
2090
- line-height: 31px;
2091
- }
2092
-
2093
- .form-group-sm .form-control {
2094
- height: 31px;
2095
- font-size: 13px;
2096
- border-radius: 0;
2097
- }
2098
-
2099
- .form-group-sm select.form-control {
2100
- height: 31px;
2101
- line-height: 31px;
2102
- }
2103
-
2104
- .form-group-sm .form-control-static {
2105
- height: 31px;
2106
- min-height: 34px;
2107
- font-size: 13px;
2108
- }
2109
-
2110
- .input-lg {
2111
- height: 64px;
2112
- padding: 18px 30px;
2113
- font-size: 19px;
2114
- border-radius: 0;
2115
- }
2116
-
2117
- select.input-lg {
2118
- height: 64px;
2119
- line-height: 64px;
2120
- }
2121
-
2122
- .form-group-lg .form-control {
2123
- height: 64px;
2124
- padding: 18px 30px;
2125
- font-size: 19px;
2126
- border-radius: 0;
2127
- }
2128
-
2129
- .form-group-lg select.form-control {
2130
- height: 64px;
2131
- line-height: 64px;
2132
- }
2133
-
2134
- .form-group-lg .form-control-static {
2135
- height: 64px;
2136
- min-height: 40px;
2137
- padding: 19px 30px;
2138
- font-size: 19px;
2139
- }
2140
-
2141
- .has-feedback .form-control {
2142
- padding-right: 53.75px;
2143
- }
2144
-
2145
- .form-control-feedback {
2146
- width: 43px;
2147
- height: 43px;
2148
- line-height: 43px;
2149
- }
2150
-
2151
- .input-lg+.form-control-feedback,
2152
- .input-group-lg+.form-control-feedback,
2153
- .form-group-lg .form-control+.form-control-feedback {
2154
- width: 64px;
2155
- height: 64px;
2156
- line-height: 64px;
2157
- }
2158
-
2159
- .input-sm+.form-control-feedback,
2160
- .input-group-sm+.form-control-feedback,
2161
- .form-group-sm .form-control+.form-control-feedback {
2162
- width: 31px;
2163
- height: 31px;
2164
- line-height: 31px;
2165
- }
2166
-
2167
- .form-horizontal .radio,
2168
- .form-horizontal .checkbox,
2169
- .form-horizontal .radio-inline,
2170
- .form-horizontal .checkbox-inline {
2171
- padding-top: 11px;
2172
- }
2173
-
2174
- .form-horizontal .radio,
2175
- .form-horizontal .checkbox {
2176
- min-height: 32px;
2177
- }
2178
-
2179
- @media (min-width: 768px) {
2180
- .form-horizontal .control-label {
2181
- padding-top: 11px;
2182
- }
2183
- }
2184
-
2185
- @media (min-width: 768px) {
2186
- .form-horizontal .form-group-lg .control-label {
2187
- padding-top: 19px;
2188
- font-size: 19px;
2189
- }
2190
- }
2191
-
2192
- @media (min-width: 768px) {
2193
- .form-horizontal .form-group-sm .control-label {
2194
- font-size: 13px;
2195
- }
2196
- }
2197
-
2198
- input[type="search"] {
2199
- -webkit-box-sizing: border-box;
2200
- -moz-box-sizing: border-box;
2201
- box-sizing: border-box;
2202
- }
2203
-
2204
- input[type="radio"],
2205
- input[type="checkbox"] {
2206
- margin: 4px 0 0;
2207
- margin-top: 1px \9;
2208
- line-height: normal;
2209
- }
2210
-
2211
- input[type="file"] {
2212
- display: block;
2213
- }
2214
-
2215
- input[type="range"] {
2216
- display: block;
2217
- width: 100%;
2218
- }
2219
-
2220
- select[multiple],
2221
- select[size] {
2222
- height: auto;
2223
- }
2224
-
2225
- input[type="file"]:focus,
2226
- input[type="radio"]:focus,
2227
- input[type="checkbox"]:focus {
2228
- outline: 5px auto -webkit-focus-ring-color;
2229
- outline-offset: -2px;
2230
- }
2231
-
2232
- output {
2233
- display: block;
2234
- padding-top: 11px;
2235
- font-size: 15px;
2236
- line-height: 1.42857143;
2237
- color: #333333;
2238
- }
2239
-
2240
- input[type="submit"].btn-block,
2241
- input[type="reset"].btn-block,
2242
- input[type="button"].btn-block {
2243
- width: 100%;
2244
- }
2245
-
2246
- [data-toggle="buttons"]>.btn input[type="radio"],
2247
- [data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
2248
- [data-toggle="buttons"]>.btn input[type="checkbox"],
2249
- [data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
2250
- position: absolute;
2251
- clip: rect(0, 0, 0, 0);
2252
- pointer-events: none;
2253
- }
2254
-
2255
-
2256
- /* -- has -- */
2257
-
2258
- .has-warning .help-block,
2259
- .has-warning .control-label,
2260
- .has-warning .radio,
2261
- .has-warning .checkbox,
2262
- .has-warning .radio-inline,
2263
- .has-warning .checkbox-inline,
2264
- .has-warning.radio label,
2265
- .has-warning.checkbox label,
2266
- .has-warning.radio-inline label,
2267
- .has-warning.checkbox-inline label,
2268
- .has-warning .form-control-feedback {
2269
- color: #ff7518;
2270
- }
2271
-
2272
- .has-warning .form-control,
2273
- .has-warning .form-control:focus,
2274
- .has-warning .input-group-addon {
2275
- border: 1px solid #ff7518;
2276
- }
2277
-
2278
- .has-error .help-block,
2279
- .has-error .control-label,
2280
- .has-error .radio,
2281
- .has-error .checkbox,
2282
- .has-error .radio-inline,
2283
- .has-error .checkbox-inline,
2284
- .has-error.radio label,
2285
- .has-error.checkbox label,
2286
- .has-error.radio-inline label,
2287
- .has-error.checkbox-inline label,
2288
- .has-error .form-control-feedback {
2289
- color: #ff0039;
2290
- }
2291
-
2292
- .has-error .form-control,
2293
- .has-error .form-control:focus,
2294
- .has-error .input-group-addon {
2295
- border: 1px solid #ff0039;
2296
- }
2297
-
2298
- .has-success .help-block,
2299
- .has-success .control-label,
2300
- .has-success .radio,
2301
- .has-success .checkbox,
2302
- .has-success .radio-inline,
2303
- .has-success .checkbox-inline,
2304
- .has-success.radio label,
2305
- .has-success.checkbox label,
2306
- .has-success.radio-inline label,
2307
- .has-success.checkbox-inline label,
2308
- .has-success .form-control-feedback {
2309
- color: #3fb618;
2310
- }
2311
-
2312
- .has-success .form-control,
2313
- .has-success .form-control:focus,
2314
- .has-success .input-group-addon {
2315
- border: 1px solid #3fb618;
2316
- }
2317
-
2318
- .has-success .help-block,
2319
- .has-success .control-label,
2320
- .has-success .radio,
2321
- .has-success .checkbox,
2322
- .has-success .radio-inline,
2323
- .has-success .checkbox-inline,
2324
- .has-success.radio label,
2325
- .has-success.checkbox label,
2326
- .has-success.radio-inline label,
2327
- .has-success.checkbox-inline label {
2328
- color: #ffffff;
2329
- }
2330
-
2331
- .has-success .form-control {
2332
- border-color: #ffffff;
2333
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2334
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2335
- }
2336
-
2337
- .has-success .form-control:focus {
2338
- border-color: #e6e6e6;
2339
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
2340
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
2341
- }
2342
-
2343
- .has-success .input-group-addon {
2344
- color: #ffffff;
2345
- border-color: #ffffff;
2346
- background-color: #3fb618;
2347
- }
2348
-
2349
- .has-success .form-control-feedback {
2350
- color: #ffffff;
2351
- }
2352
-
2353
- .has-warning .help-block,
2354
- .has-warning .control-label,
2355
- .has-warning .radio,
2356
- .has-warning .checkbox,
2357
- .has-warning .radio-inline,
2358
- .has-warning .checkbox-inline,
2359
- .has-warning.radio label,
2360
- .has-warning.checkbox label,
2361
- .has-warning.radio-inline label,
2362
- .has-warning.checkbox-inline label {
2363
- color: #ffffff;
2364
- }
2365
-
2366
- .has-warning .form-control {
2367
- border-color: #ffffff;
2368
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2369
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2370
- }
2371
-
2372
- .has-warning .form-control:focus {
2373
- border-color: #e6e6e6;
2374
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
2375
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
2376
- }
2377
-
2378
- .has-warning .input-group-addon {
2379
- color: #ffffff;
2380
- border-color: #ffffff;
2381
- background-color: #ff7518;
2382
- }
2383
-
2384
- .has-warning .form-control-feedback {
2385
- color: #ffffff;
2386
- }
2387
-
2388
- .has-error .help-block,
2389
- .has-error .control-label,
2390
- .has-error .radio,
2391
- .has-error .checkbox,
2392
- .has-error .radio-inline,
2393
- .has-error .checkbox-inline,
2394
- .has-error.radio label,
2395
- .has-error.checkbox label,
2396
- .has-error.radio-inline label,
2397
- .has-error.checkbox-inline label {
2398
- color: #ffffff;
2399
- }
2400
-
2401
- .has-error .form-control {
2402
- border-color: #ffffff;
2403
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2404
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2405
- }
2406
-
2407
- .has-error .form-control:focus {
2408
- border-color: #e6e6e6;
2409
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
2410
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
2411
- }
2412
-
2413
- .has-error .input-group-addon {
2414
- color: #ffffff;
2415
- border-color: #ffffff;
2416
- background-color: #ff0039;
2417
- }
2418
-
2419
- .has-error .form-control-feedback {
2420
- color: #ffffff;
2421
- }
2422
-
2423
- .has-feedback label~.form-control-feedback {
2424
- top: 26px;
2425
- }
2426
-
2427
- .has-feedback label.sr-only~.form-control-feedback {
2428
- top: 0;
2429
- }
2430
-
2431
-
2432
- /* -- .text -- */
2433
-
2434
- .text-muted {
2435
- color: #999999;
2436
- }
2437
-
2438
- .text-primary {
2439
- color: #2780e3;
2440
- }
2441
-
2442
- a.text-primary:hover,
2443
- a.text-primary:focus {
2444
- color: #1967be;
2445
- }
2446
-
2447
- .text-success {
2448
- color: #ffffff;
2449
- }
2450
-
2451
- a.text-success:hover,
2452
- a.text-success:focus {
2453
- color: #e6e6e6;
2454
- }
2455
-
2456
- .text-info {
2457
- color: #ffffff;
2458
- }
2459
-
2460
- a.text-info:hover,
2461
- a.text-info:focus {
2462
- color: #e6e6e6;
2463
- }
2464
-
2465
- .text-warning {
2466
- color: #ffffff;
2467
- }
2468
-
2469
- a.text-warning:hover,
2470
- a.text-warning:focus {
2471
- color: #e6e6e6;
2472
- }
2473
-
2474
- .text-danger {
2475
- color: #ffffff;
2476
- }
2477
-
2478
- a.text-danger:hover,
2479
- a.text-danger:focus {
2480
- color: #e6e6e6;
2481
- }
2482
-
2483
-
2484
- /* -- .nav -- */
2485
-
2486
- .nav>li>a:hover,
2487
- .nav>li>a:focus {
2488
- text-decoration: none;
2489
- background-color: #e6e6e6;
2490
- }
2491
-
2492
- .nav>li.disabled>a {
2493
- color: #999999;
2494
- }
2495
-
2496
- .nav>li.disabled>a:hover,
2497
- .nav>li.disabled>a:focus {
2498
- color: #999999;
2499
- }
2500
-
2501
- .nav .open>a,
2502
- .nav .open>a:hover,
2503
- .nav .open>a:focus {
2504
- background-color: #e6e6e6;
2505
- border-color: #2780e3;
2506
- }
2507
-
2508
- .nav .nav-divider {
2509
- height: 1px;
2510
- margin: 9.5px 0;
2511
- overflow: hidden;
2512
- background-color: #e5e5e5;
2513
- }
2514
-
2515
-
2516
- /* -- .nav-tabs -- */
2517
-
2518
- .nav-tabs>li>a:hover {
2519
- border-color: #e6e6e6 #e6e6e6 #dddddd;
2520
- }
2521
-
2522
- .nav-tabs>li.active>a,
2523
- .nav-tabs>li.active>a:hover,
2524
- .nav-tabs>li.active>a:focus {
2525
- color: #555555;
2526
- background-color: #ffffff;
2527
- border: 1px solid #dddddd;
2528
- }
2529
-
2530
- .nav-tabs.nav-justified>li>a {
2531
- margin-right: 0;
2532
- border-radius: 0;
2533
- }
2534
-
2535
- .nav-tabs.nav-justified>.active>a,
2536
- .nav-tabs.nav-justified>.active>a:hover,
2537
- .nav-tabs.nav-justified>.active>a:focus {
2538
- border: 1px solid #dddddd;
2539
- }
2540
-
2541
- @media (min-width: 768px) {
2542
- .nav-tabs.nav-justified>li>a {
2543
- border-bottom: 1px solid #dddddd;
2544
- border-radius: 0 0 0 0;
2545
- }
2546
- .nav-tabs.nav-justified>.active>a,
2547
- .nav-tabs.nav-justified>.active>a:hover,
2548
- .nav-tabs.nav-justified>.active>a:focus {
2549
- border-bottom-color: #ffffff;
2550
- }
2551
- }
2552
-
2553
- .nav-tabs {
2554
- border-bottom: 1px solid #dddddd;
2555
- }
2556
-
2557
- .nav-pills>li>a {
2558
- border-radius: 0;
2559
- }
2560
-
2561
- .nav-pills>li.active>a,
2562
- .nav-pills>li.active>a:hover,
2563
- .nav-pills>li.active>a:focus {
2564
- color: #ffffff;
2565
- background-color: #2780e3;
2566
- }
2567
-
2568
- .nav-tabs-justified {
2569
- border-bottom: 0;
2570
- }
2571
-
2572
- .nav-tabs-justified>li>a {
2573
- margin-right: 0;
2574
- border-radius: 0;
2575
- }
2576
-
2577
- .nav-tabs-justified>.active>a,
2578
- .nav-tabs-justified>.active>a:hover,
2579
- .nav-tabs-justified>.active>a:focus {
2580
- border: 1px solid #dddddd;
2581
- }
2582
-
2583
- @media (min-width: 768px) {
2584
- .nav-tabs-justified>li>a {
2585
- border-bottom: 1px solid #dddddd;
2586
- border-radius: 0 0 0 0;
2587
- }
2588
- .nav-tabs-justified>.active>a,
2589
- .nav-tabs-justified>.active>a:hover,
2590
- .nav-tabs-justified>.active>a:focus {
2591
- border-bottom-color: #ffffff;
2592
- }
2593
- }
2594
-
2595
-
2596
- /* -- .tooltip- */
2597
-
2598
- .tooltip {
2599
- font-family: "Source Sans Pro", Calibri, Candara, Arial, sans-serif;
2600
- font-size: 13px;
2601
- }
2602
-
2603
- .tooltip-inner {
2604
- color: #ffffff;
2605
- background-color: #000000;
2606
- border-radius: 0;
2607
- }
2608
-
2609
- .tooltip.top .tooltip-arrow {
2610
- border-top-color: #000000;
2611
- }
2612
-
2613
- .tooltip.top-left .tooltip-arrow,
2614
- .tooltip.top-right .tooltip-arrow,
2615
- .tooltip.right .tooltip-arrow,
2616
- .tooltip.left .tooltip-arrow,
2617
- .tooltip.bottom .tooltip-arrow,
2618
- .tooltip.bottom-left .tooltip-arrow,
2619
- .tooltip.bottom-right .tooltip-arrow {
2620
- border-bottom-color: #000000;
2621
- }
2622
-
2623
-
2624
- /* -- Customizing Kendo -- */
2625
-
2626
- .k-grid-header .k-header:hover,
2627
- .k-grid-header .k-header:hover a {
2628
- color: #317eac;
2629
- }
2630
-
2631
-
2632
- /* -- animations -- */
2633
-
2634
- @-webkit-keyframes progress-bar-stripes {
2635
- from {
2636
- background-position: 40px 0;
2637
- }
2638
- to {
2639
- background-position: 0 0;
2640
- }
2641
- }
2642
-
2643
- @-o-keyframes progress-bar-stripes {
2644
- from {
2645
- background-position: 40px 0;
2646
- }
2647
- to {
2648
- background-position: 0 0;
2649
- }
2650
- }
2651
-
2652
- @keyframes progress-bar-stripes {
2653
- from {
2654
- background-position: 40px 0;
2655
- }
2656
- to {
2657
- background-position: 0 0;
2658
- }
2659
- }
2660
-
2661
-
2662
- /* -- modal -- */
2663
-
2664
- .modal-content {
2665
- background-color: #ffffff;
2666
- border: 1px solid #999999;
2667
- border: 1px solid transparent;
2668
- border-radius: 0;
2669
- }
2670
-
2671
- .modal-header {
2672
- border-bottom: 1px solid #e5e5e5;
2673
- }
2674
-
2675
- .modal-footer {
2676
- border-top: 1px solid #e5e5e5;
2677
- }
2678
-
2679
-
2680
- /* -- others -- */
2681
-
2682
- html {
2683
- font-size: 10px;
2684
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
2685
- }
2686
-
2687
- a {
2688
- color: #2780e3;
2689
- }
2690
-
2691
- a:hover,
2692
- a:focus {
2693
- color: #165ba8;
2694
- }
2695
-
2696
- .img-rounded {
2697
- border-radius: 0;
2698
- }
2699
-
2700
- h1,
2701
- h2,
2702
- h3,
2703
- h4,
2704
- h5,
2705
- h6,
2706
- .h1,
2707
- .h2,
2708
- .h3,
2709
- .h4,
2710
- .h5,
2711
- .h6 {
2712
- font-family: "Source Sans Pro", Calibri, Candara, Arial, sans-serif;
2713
- color: inherit;
2714
- }
2715
-
2716
- h1 small,
2717
- h2 small,
2718
- h3 small,
2719
- h4 small,
2720
- h5 small,
2721
- h6 small,
2722
- .h1 small,
2723
- .h2 small,
2724
- .h3 small,
2725
- .h4 small,
2726
- .h5 small,
2727
- .h6 small,
2728
- h1 .small,
2729
- h2 .small,
2730
- h3 .small,
2731
- h4 .small,
2732
- h5 .small,
2733
- h6 .small,
2734
- .h1 .small,
2735
- .h2 .small,
2736
- .h3 .small,
2737
- .h4 .small,
2738
- .h5 .small,
2739
- .h6 .small {
2740
- color: #999999;
2741
- }
2742
-
2743
- h1,
2744
- .h1 {
2745
- font-size: 39px;
2746
- }
2747
-
2748
- h2,
2749
- .h2 {
2750
- font-size: 32px;
2751
- }
2752
-
2753
- h3,
2754
- .h3 {
2755
- font-size: 26px;
2756
- }
2757
-
2758
- h4,
2759
- .h4 {
2760
- font-size: 19px;
2761
- }
2762
-
2763
- h5,
2764
- .h5 {
2765
- font-size: 15px;
2766
- }
2767
-
2768
- h6,
2769
- .h6 {
2770
- font-size: 13px;
2771
- }
2772
-
2773
- @media (min-width: 768px) {
2774
- .lead {
2775
- font-size: 22.5px;
2776
- }
2777
- }
2778
-
2779
- mark,
2780
- .mark {
2781
- background-color: #ff7518;
2782
- }
2783
-
2784
- .btn-group-vertical>.btn:first-child:not(:last-child) {
2785
- border-top-right-radius: 0;
2786
- border-top-left-radius: 0;
2787
- border-bottom-right-radius: 0;
2788
- border-bottom-left-radius: 0;
2789
- }
2790
-
2791
- .btn-group-vertical>.btn:last-child:not(:first-child) {
2792
- border-top-right-radius: 0;
2793
- border-top-left-radius: 0;
2794
- border-bottom-right-radius: 0;
2795
- border-bottom-left-radius: 0;
2796
- }
2797
-
2798
- select.input-group-lg>.form-control,
2799
- select.input-group-lg>.input-group-addon,
2800
- select.input-group-lg>.input-group-btn>.btn {
2801
- height: 64px;
2802
- line-height: 64px;
2803
- }
2804
-
2805
- .input-group-sm>.form-control,
2806
- .input-group-sm>.input-group-addon,
2807
- .input-group-sm>.input-group-btn>.btn {
2808
- height: 31px;
2809
- font-size: 13px;
2810
- border-radius: 0;
2811
- }
2812
-
2813
- select.input-group-sm>.form-control,
2814
- select.input-group-sm>.input-group-addon,
2815
- select.input-group-sm>.input-group-btn>.btn {
2816
- height: 31px;
2817
- line-height: 31px;
2818
- }
2819
-
2820
- .input-group-addon {
2821
- padding: 10px 18px;
2822
- font-size: 15px;
2823
- color: #333333;
2824
- background-color: #e6e6e6;
2825
- border: 1px solid #cccccc;
2826
- }
2827
-
2828
- .input-group-addon.input-sm {
2829
- font-size: 13px;
2830
- border-radius: 0;
2831
- }
2832
-
2833
- .input-group-addon.input-lg {
2834
- padding: 18px 30px;
2835
- font-size: 19px;
2836
- border-radius: 0;
2837
- }
2838
-
2839
- .well {
2840
- background-color: #f5f5f5;
2841
- border: 1px solid #e3e3e3;
2842
- }
2843
-
2844
- hr {
2845
- margin-top: 21px;
2846
- margin-bottom: 21px;
2847
- border: 0;
2848
- border-top: 1px solid #e6e6e6;
2849
- }
2850
-
2851
- abbr[title],
2852
- abbr[data-original-title] {
2853
- cursor: help;
2854
- border-bottom: 1px dotted #999999;
2855
- }
2856
-
2857
- code {
2858
- padding: 2px 4px;
2859
- font-size: 90%;
2860
- color: #c7254e;
2861
- background-color: #f9f2f4;
2862
- border-radius: 0;
2863
- }
2864
-
2865
- .pre-scrollable {
2866
- max-height: 340px;
2867
- overflow-y: scroll;
2868
- }
2869
-
2870
- fieldset {
2871
- padding: 0;
2872
- margin: 0;
2873
- border: 0;
2874
- min-width: 0;
2875
- }
2876
-
2877
- legend {
2878
- display: block;
2879
- width: 100%;
2880
- padding: 0;
2881
- margin-bottom: 21px;
2882
- font-size: 22.5px;
2883
- line-height: inherit;
2884
- color: #333333;
2885
- border: 0;
2886
- border-bottom: 1px solid #e5e5e5;
2887
- }
2888
-
2889
- .help-block {
2890
- display: block;
2891
- margin-top: 5px;
2892
- margin-bottom: 10px;
2893
- color: #737373;
2894
- }
2895
-
2896
- .tab-content>.tab-pane {
2897
- display: none;
2898
- }
2899
-
2900
- .tab-content>.active {
2901
- display: block;
2902
- }
2903
-
2904
- .nav-tabs .dropdown-menu {
2905
- margin-top: -1px;
2906
- border-top-right-radius: 0;
2907
- border-top-left-radius: 0;
2908
- }
2909
-
2910
- .center-block {
2911
- display: block;
2912
- margin-left: auto;
2913
- margin-right: auto;
2914
- }
2915
-
2916
- .pull-right {
2917
- float: right;
2918
- }
2919
-
2920
- .pull-left {
2921
- float: left;
2922
- }
2923
-
2924
- .navbar-inverse .badge {
2925
- background-color: #fff;
2926
- color: #2780e3;
2927
- }
2928
-
2929
- .dropdown-menu>li>a:hover,
2930
- .dropdown-menu>li>a:focus {
2931
- background-image: none;
2932
- }
2933
-
2934
- .label {
2935
- border-radius: 0;
2936
- }
2937
-
2938
- .popover {
2939
- color: #333333;
2940
- }
2941
-
2942
-
2943
-
2944
-
2945
- /* Horizontal menu - 3 */
2946
- #navbar-3 .navbar-nav a {
2947
- padding: 15px;
2948
- margin: 0;
2949
- text-decoration: none;
2950
- }
2951
-
2952
- #navbar-3 .navbar-nav a:hover,
2953
- #navbar-3 .navbar-nav a:focus{
2954
- text-decoration: none;
2955
- }
2956
-
2957
- #navbar-3 .nav-button {
2958
- padding: 15px;
2959
- }