cronapp-framework-js 2.9.1-SNAPSHOT.2 → 2.9.1

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 (1578) hide show
  1. package/components/crn-anchor.components.json +205 -0
  2. package/components/crn-button-filter.components.json +39 -8
  3. package/components/crn-button.components.json +285 -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 +60 -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 +35 -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 +38 -14
  28. package/components/crn-upload.components.json +38 -12
  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/designtime.css +0 -26
  37. package/components/css/font-size.css +16 -0
  38. package/components/css/option-color.css +453 -147
  39. package/components/templates/Component_Container/crn-eight-four-container.template.html +14 -4
  40. package/components/templates/Component_Container/crn-four-eight-container.template.html +14 -4
  41. package/components/templates/Component_Container/crn-one-container.template.html +7 -1
  42. package/components/templates/Component_Container/crn-three-container.template.html +21 -5
  43. package/components/templates/Component_Container/crn-three-six-three-container.template.html +21 -5
  44. package/components/templates/Component_Container/crn-two-container.template.html +14 -4
  45. package/components/templates/accordion.template.html +4 -4
  46. package/components/templates/anchor.template.html +1 -1
  47. package/components/templates/button.template.html +2 -2
  48. package/components/templates/crn-signature-pad.designtime.html +3 -6
  49. package/components/templates/cron-checkbox.template.html +1 -1
  50. package/components/templates/cron-combobox-multiple.designtime.html +11 -9
  51. package/components/templates/cron-combobox-multiple.template.html +1 -1
  52. package/components/templates/cron-crud.template.html +7 -7
  53. package/components/templates/cron-dynamic-menu.designtime.html +3 -1
  54. package/components/templates/cron-dynamic-menu.template.html +4 -3
  55. package/components/templates/cron-frame.template.html +1 -1
  56. package/components/templates/cron-scheduler.designtime.html +94 -106
  57. package/components/templates/cron-slider.designtime.html +34 -0
  58. package/components/templates/cron-tree-view.designtime.html +30 -23
  59. package/components/templates/dynamicfile.template.html +1 -1
  60. package/components/templates/dynamictitle.template.html +1 -1
  61. package/components/templates/form.template.html +7 -7
  62. package/components/templates/icon.template.html +1 -1
  63. package/components/templates/image-menu.template.html +1 -1
  64. package/components/templates/navbar.template.html +8 -9
  65. package/components/templates/panel.template.html +1 -1
  66. package/components/templates/radiogroup.template.html +1 -1
  67. package/components/templates/rating.template.html +5 -5
  68. package/components/templates/social-button-bar.template.html +20 -20
  69. package/components/templates/sub-form.template.html +7 -7
  70. package/components/templates/textinputbutton.template.html +1 -1
  71. package/css/animate.css +48 -18
  72. package/css/app.css +54 -369
  73. package/css/cronos.css +2 -3
  74. package/css/fonts/SourceSansPro/SourceSansPro-Black.otf +0 -0
  75. package/css/fonts/SourceSansPro/SourceSansPro-BlackIt.otf +0 -0
  76. package/css/fonts/SourceSansPro/SourceSansPro-Bold.otf +0 -0
  77. package/css/fonts/SourceSansPro/SourceSansPro-BoldIt.otf +0 -0
  78. package/css/fonts/SourceSansPro/SourceSansPro-ExtraLight.otf +0 -0
  79. package/css/fonts/SourceSansPro/SourceSansPro-ExtraLightIt.otf +0 -0
  80. package/css/fonts/SourceSansPro/SourceSansPro-It.otf +0 -0
  81. package/css/fonts/SourceSansPro/SourceSansPro-Light.otf +0 -0
  82. package/css/fonts/SourceSansPro/SourceSansPro-LightIt.otf +0 -0
  83. package/css/fonts/SourceSansPro/SourceSansPro-Regular.otf +0 -0
  84. package/css/fonts/SourceSansPro/SourceSansPro-Semibold.otf +0 -0
  85. package/css/fonts/SourceSansPro/SourceSansPro-SemiboldIt.otf +0 -0
  86. package/css/fonts/SourceSansPro/SourceSansPro.css +83 -0
  87. package/css/fonts/WorkSans/WorkSans-Black.ttf +0 -0
  88. package/css/fonts/WorkSans/WorkSans-BlackItalic.ttf +0 -0
  89. package/css/fonts/WorkSans/WorkSans-Bold.ttf +0 -0
  90. package/css/fonts/WorkSans/WorkSans-BoldItalic.ttf +0 -0
  91. package/css/fonts/WorkSans/WorkSans-ExtraBold.ttf +0 -0
  92. package/css/fonts/WorkSans/WorkSans-ExtraBoldItalic.ttf +0 -0
  93. package/css/fonts/WorkSans/WorkSans-ExtraLight.ttf +0 -0
  94. package/css/fonts/WorkSans/WorkSans-ExtraLightItalic.ttf +0 -0
  95. package/css/fonts/WorkSans/WorkSans-Italic.ttf +0 -0
  96. package/css/fonts/WorkSans/WorkSans-Light.ttf +0 -0
  97. package/css/fonts/WorkSans/WorkSans-LightItalic.ttf +0 -0
  98. package/css/fonts/WorkSans/WorkSans-Medium.ttf +0 -0
  99. package/css/fonts/WorkSans/WorkSans-MediumItalic.ttf +0 -0
  100. package/css/fonts/WorkSans/WorkSans-Regular.ttf +0 -0
  101. package/css/fonts/WorkSans/WorkSans-SemiBold.ttf +0 -0
  102. package/css/fonts/WorkSans/WorkSans-SemiBoldItalic.ttf +0 -0
  103. package/css/fonts/WorkSans/WorkSans-Thin.ttf +0 -0
  104. package/css/fonts/WorkSans/WorkSans-ThinItalic.ttf +0 -0
  105. package/css/fonts/WorkSans/WorkSans.css +97 -0
  106. package/css/fonts/arial-narrow/arial-narrow-bold-italic.ttf +0 -0
  107. package/css/fonts/arial-narrow/arial-narrow-bold.ttf +0 -0
  108. package/css/fonts/arial-narrow/arial-narrow-italic.ttf +0 -0
  109. package/css/fonts/arial-narrow/arial-narrow.css +27 -0
  110. package/css/fonts/arial-narrow/arial-narrow.ttf +0 -0
  111. package/css/fonts/calibri/calibri-bold-italic.ttf +0 -0
  112. package/css/fonts/calibri/calibri-bold.ttf +0 -0
  113. package/css/fonts/calibri/calibri-italic.ttf +0 -0
  114. package/css/fonts/calibri/calibri-light-italic.ttf +0 -0
  115. package/css/fonts/calibri/calibri-light.ttf +0 -0
  116. package/css/fonts/calibri/calibri-regular.ttf +0 -0
  117. package/css/fonts/calibri/calibri.css +41 -0
  118. package/css/fonts/georgia/georgia.css +27 -0
  119. package/css/fonts/georgia/georgia_bold.ttf +0 -0
  120. package/css/fonts/georgia/georgia_bold_italic.ttf +0 -0
  121. package/css/fonts/georgia/georgia_italic.ttf +0 -0
  122. package/css/fonts/georgia/georgia_regular.ttf +0 -0
  123. package/css/fonts/{glyphicons-halflings-regular.eot → glyphicons-halflings/glyphicons-halflings-regular.eot} +0 -0
  124. package/css/fonts/{glyphicons-halflings-regular.svg → glyphicons-halflings/glyphicons-halflings-regular.svg} +0 -0
  125. package/css/fonts/{glyphicons-halflings-regular.ttf → glyphicons-halflings/glyphicons-halflings-regular.ttf} +0 -0
  126. package/css/fonts/{glyphicons-halflings-regular.woff → glyphicons-halflings/glyphicons-halflings-regular.woff} +0 -0
  127. package/css/fonts/{glyphicons-halflings-regular.woff2 → glyphicons-halflings/glyphicons-halflings-regular.woff2} +0 -0
  128. package/css/fonts/helvetica-neue/HelveticaNeue.css +125 -0
  129. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Bd.otf +0 -0
  130. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-BdIt.otf +0 -0
  131. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Blk.otf +0 -0
  132. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-BlkIt.otf +0 -0
  133. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Hv.otf +0 -0
  134. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-HvIt.otf +0 -0
  135. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-It.otf +0 -0
  136. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Lt.otf +0 -0
  137. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-LtIt.otf +0 -0
  138. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Md.otf +0 -0
  139. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-MdIt.otf +0 -0
  140. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Roman.otf +0 -0
  141. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Th.otf +0 -0
  142. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-ThIt.otf +0 -0
  143. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-UltLt.otf +0 -0
  144. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-UltLtIt.otf +0 -0
  145. package/css/fonts/inter/Inter-Black.otf +0 -0
  146. package/css/fonts/inter/Inter-BlackItalic.otf +0 -0
  147. package/css/fonts/inter/Inter-Bold.otf +0 -0
  148. package/css/fonts/inter/Inter-BoldItalic.otf +0 -0
  149. package/css/fonts/inter/Inter-ExtraBold.otf +0 -0
  150. package/css/fonts/inter/Inter-ExtraBoldItalic.otf +0 -0
  151. package/css/fonts/inter/Inter-ExtraLightItalic.otf +0 -0
  152. package/css/fonts/inter/Inter-Italic.otf +0 -0
  153. package/css/fonts/inter/Inter-Light.otf +0 -0
  154. package/css/fonts/inter/Inter-LightItalic.otf +0 -0
  155. package/css/fonts/inter/Inter-Medium.otf +0 -0
  156. package/css/fonts/inter/Inter-MediumItalic.otf +0 -0
  157. package/css/fonts/inter/Inter-Regular.otf +0 -0
  158. package/css/fonts/inter/Inter-SemiBold.otf +0 -0
  159. package/css/fonts/inter/Inter-SemiBoldItalic.otf +0 -0
  160. package/css/fonts/inter/Inter-Thin.otf +0 -0
  161. package/css/fonts/inter/Inter-ThinItalic.otf +0 -0
  162. package/css/fonts/inter/inter.css +104 -0
  163. package/css/fonts/lato/Lato-Black.ttf +0 -0
  164. package/css/fonts/lato/Lato-BlackItalic.ttf +0 -0
  165. package/css/fonts/lato/Lato-Bold.ttf +0 -0
  166. package/css/fonts/lato/Lato-BoldItalic.ttf +0 -0
  167. package/css/fonts/lato/Lato-Hairline.ttf +0 -0
  168. package/css/fonts/lato/Lato-HairlineItalic.ttf +0 -0
  169. package/css/fonts/lato/Lato-Heavy.ttf +0 -0
  170. package/css/fonts/lato/Lato-HeavyItalic.ttf +0 -0
  171. package/css/fonts/lato/Lato-Italic.ttf +0 -0
  172. package/css/fonts/lato/Lato-Light.ttf +0 -0
  173. package/css/fonts/lato/Lato-LightItalic.ttf +0 -0
  174. package/css/fonts/lato/Lato-Medium.ttf +0 -0
  175. package/css/fonts/lato/Lato-MediumItalic.ttf +0 -0
  176. package/css/fonts/lato/Lato-Regular.ttf +0 -0
  177. package/css/fonts/lato/Lato-Semibold.ttf +0 -0
  178. package/css/fonts/lato/Lato-SemiboldItalic.ttf +0 -0
  179. package/css/fonts/lato/Lato-Thin.ttf +0 -0
  180. package/css/fonts/lato/Lato-ThinItalic.ttf +0 -0
  181. package/css/fonts/lato/lato.css +125 -0
  182. package/css/fonts/material-icons/MaterialIcons-Regular.ttf +0 -0
  183. package/css/fonts/material-icons/font-material-icon.css +22 -0
  184. package/css/fonts/material-icons/material-icons.woff2 +0 -0
  185. package/css/fonts/news-cycle/NewsCycle-Bold.ttf +0 -0
  186. package/css/fonts/news-cycle/NewsCycle-Regular.ttf +0 -0
  187. package/css/fonts/news-cycle/NewsCycle.css +13 -0
  188. package/css/fonts/open-sans/OpenSans-Bold.ttf +0 -0
  189. package/css/fonts/open-sans/OpenSans-BoldItalic.ttf +0 -0
  190. package/css/fonts/open-sans/OpenSans-ExtraBold.ttf +0 -0
  191. package/css/fonts/open-sans/OpenSans-ExtraBoldItalic.ttf +0 -0
  192. package/css/fonts/open-sans/OpenSans-Italic.ttf +0 -0
  193. package/css/fonts/open-sans/OpenSans-Light.ttf +0 -0
  194. package/css/fonts/open-sans/OpenSans-LightItalic.ttf +0 -0
  195. package/css/fonts/open-sans/OpenSans-Regular.ttf +0 -0
  196. package/css/fonts/open-sans/OpenSans-Semibold.ttf +0 -0
  197. package/css/fonts/open-sans/OpenSans-SemiboldItalic.ttf +0 -0
  198. package/css/fonts/open-sans/OpenSans.css +69 -0
  199. package/css/fonts/raleway/Raleway-Black.ttf +0 -0
  200. package/css/fonts/raleway/Raleway-BlackItalic.ttf +0 -0
  201. package/css/fonts/raleway/Raleway-Bold.ttf +0 -0
  202. package/css/fonts/raleway/Raleway-BoldItalic.ttf +0 -0
  203. package/css/fonts/raleway/Raleway-ExtraBold.ttf +0 -0
  204. package/css/fonts/raleway/Raleway-ExtraBoldItalic.ttf +0 -0
  205. package/css/fonts/raleway/Raleway-ExtraLight.ttf +0 -0
  206. package/css/fonts/raleway/Raleway-ExtraLightItalic.ttf +0 -0
  207. package/css/fonts/raleway/Raleway-Italic.ttf +0 -0
  208. package/css/fonts/raleway/Raleway-Light.ttf +0 -0
  209. package/css/fonts/raleway/Raleway-LightItalic.ttf +0 -0
  210. package/css/fonts/raleway/Raleway-Medium.ttf +0 -0
  211. package/css/fonts/raleway/Raleway-MediumItalic.ttf +0 -0
  212. package/css/fonts/raleway/Raleway-Regular.ttf +0 -0
  213. package/css/fonts/raleway/Raleway-SemiBold.ttf +0 -0
  214. package/css/fonts/raleway/Raleway-SemiBoldItalic.ttf +0 -0
  215. package/css/fonts/raleway/Raleway-Thin.ttf +0 -0
  216. package/css/fonts/raleway/Raleway-ThinItalic.ttf +0 -0
  217. package/css/fonts/raleway/raleway.css +111 -0
  218. package/css/fonts/rawline/rawline-100.ttf +0 -0
  219. package/css/fonts/rawline/rawline-100i.ttf +0 -0
  220. package/css/fonts/rawline/rawline-200.ttf +0 -0
  221. package/css/fonts/rawline/rawline-200i.ttf +0 -0
  222. package/css/fonts/rawline/rawline-300.ttf +0 -0
  223. package/css/fonts/rawline/rawline-300i.ttf +0 -0
  224. package/css/fonts/rawline/rawline-400.ttf +0 -0
  225. package/css/fonts/rawline/rawline-400i.ttf +0 -0
  226. package/css/fonts/rawline/rawline-500.ttf +0 -0
  227. package/css/fonts/rawline/rawline-500i.ttf +0 -0
  228. package/css/fonts/rawline/rawline-600.ttf +0 -0
  229. package/css/fonts/rawline/rawline-600i.ttf +0 -0
  230. package/css/fonts/rawline/rawline-700.ttf +0 -0
  231. package/css/fonts/rawline/rawline-700i.ttf +0 -0
  232. package/css/fonts/rawline/rawline-800.ttf +0 -0
  233. package/css/fonts/rawline/rawline-800i.ttf +0 -0
  234. package/css/fonts/rawline/rawline-900.ttf +0 -0
  235. package/css/fonts/rawline/rawline-900i.ttf +0 -0
  236. package/css/fonts/rawline/rawline.css +111 -0
  237. package/css/fonts/roboto/Roboto-Black.ttf +0 -0
  238. package/css/fonts/roboto/Roboto-BlackItalic.ttf +0 -0
  239. package/css/fonts/roboto/Roboto-Bold.ttf +0 -0
  240. package/css/fonts/roboto/Roboto-BoldItalic.ttf +0 -0
  241. package/css/fonts/roboto/Roboto-Italic.ttf +0 -0
  242. package/css/fonts/roboto/Roboto-Light.ttf +0 -0
  243. package/css/fonts/roboto/Roboto-LightItalic.ttf +0 -0
  244. package/css/fonts/roboto/Roboto-Medium.ttf +0 -0
  245. package/css/fonts/roboto/Roboto-MediumItalic.ttf +0 -0
  246. package/css/fonts/roboto/Roboto-Regular.ttf +0 -0
  247. package/css/fonts/roboto/Roboto-Thin.ttf +0 -0
  248. package/css/fonts/roboto/Roboto-ThinItalic.ttf +0 -0
  249. package/css/fonts/roboto/roboto.css +83 -0
  250. package/css/fonts/times-new-roman/Times-New-Roman.css +27 -0
  251. package/css/fonts/times-new-roman/times-new-roman-bold-italic.ttf +0 -0
  252. package/css/fonts/times-new-roman/times-new-roman-italic.ttf +0 -0
  253. package/css/fonts/times-new-roman/times-new-roman.ttf +0 -0
  254. package/css/fonts/times-new-roman/times-new-romanbold.ttf +0 -0
  255. package/css/fonts/ubuntu/Ubuntu-B.ttf +0 -0
  256. package/css/fonts/ubuntu/Ubuntu-BI.ttf +0 -0
  257. package/css/fonts/ubuntu/Ubuntu-C.ttf +0 -0
  258. package/css/fonts/ubuntu/Ubuntu-L.ttf +0 -0
  259. package/css/fonts/ubuntu/Ubuntu-LI.ttf +0 -0
  260. package/css/fonts/ubuntu/Ubuntu-M.ttf +0 -0
  261. package/css/fonts/ubuntu/Ubuntu-MI.ttf +0 -0
  262. package/css/fonts/ubuntu/Ubuntu-R.ttf +0 -0
  263. package/css/fonts/ubuntu/Ubuntu-RI.ttf +0 -0
  264. package/css/fonts/ubuntu/Ubuntu.css +55 -0
  265. package/css/privacy/privacy.css +91 -22
  266. package/css/themes/aquamarine.min.css +5 -2
  267. package/css/themes/cerulean.min.css +4 -2
  268. package/css/themes/cosmo.min.css +5 -2
  269. package/css/themes/custom/aquamarine/button-aquamarine.css +316 -0
  270. package/css/themes/custom/aquamarine/checkbox-aquamarine.css +113 -0
  271. package/css/themes/custom/aquamarine/custom-aquamarine.css +1425 -0
  272. package/css/themes/custom/aquamarine/navbar-aquamarine.css +80 -0
  273. package/css/themes/custom/aquamarine/panel-aquamarine.css +139 -0
  274. package/css/themes/custom/cerulean/button-cerulean.css +191 -152
  275. package/css/themes/custom/cerulean/custom-cerulean.css +581 -23
  276. package/css/themes/custom/cerulean/navbar-cerulean.css +39 -8
  277. package/css/themes/custom/cerulean/panel-cerulean.css +87 -18
  278. package/css/themes/custom/cosmo/button-cosmo.css +109 -0
  279. package/css/themes/custom/cosmo/custom-cosmo.css +1005 -0
  280. package/css/themes/custom/cosmo/navbar-cosmo.css +93 -0
  281. package/css/themes/custom/cosmo/panel-cosmo.css +132 -0
  282. package/css/themes/custom/cyborg/button-cyborg.css +90 -0
  283. package/css/themes/custom/cyborg/custom-cyborg.css +1189 -0
  284. package/css/themes/custom/cyborg/navbar-cyborg.css +102 -0
  285. package/css/themes/custom/cyborg/panel-cyborg.css +131 -0
  286. package/css/themes/custom/darkly/button-darkly.css +162 -0
  287. package/css/themes/custom/darkly/custom-darkly.css +779 -25
  288. package/css/themes/custom/darkly/navbar-darkly.css +73 -11
  289. package/css/themes/custom/darkly/panel-darkly.css +68 -30
  290. package/css/themes/custom/dsgov/button-dsgov.css +164 -0
  291. package/css/themes/custom/dsgov/calendar-dsgov.css +231 -0
  292. package/css/themes/custom/dsgov/color-dsgov.css +138 -0
  293. package/css/themes/custom/dsgov/custom-dsgov.css +1209 -0
  294. package/css/themes/custom/dsgov/form-dsgov.css +362 -0
  295. package/css/themes/custom/dsgov/navbar-dsgov.css +242 -0
  296. package/css/themes/custom/dsgov/panel-dsgov.css +200 -0
  297. package/css/themes/custom/dsgov/slider-dsgov.css +92 -0
  298. package/css/themes/custom/dsgov/table-grid-dsgov.css +436 -0
  299. package/css/themes/custom/flatly/button-flatly.css +173 -0
  300. package/css/themes/custom/flatly/custom-flatly.css +629 -36
  301. package/css/themes/custom/flatly/navbar-flatly.css +53 -10
  302. package/css/themes/custom/flatly/panel-flatly.css +67 -26
  303. package/css/themes/custom/fuse/button-fuse.css +157 -0
  304. package/css/themes/custom/fuse/custom-fuse.css +1105 -0
  305. package/css/themes/custom/fuse/navbar-fuse.css +129 -0
  306. package/css/themes/custom/fuse/panel-fuse.css +183 -0
  307. package/css/themes/custom/journal/button-journal.css +195 -0
  308. package/css/themes/custom/journal/custom-journal.css +938 -0
  309. package/css/themes/custom/journal/navbar-journal.css +147 -0
  310. package/css/themes/custom/journal/panel-journal.css +123 -0
  311. package/css/themes/custom/lumen/button-lumen.css +213 -0
  312. package/css/themes/custom/lumen/custom-lumen.css +1089 -0
  313. package/css/themes/custom/lumen/navbar-lumen.css +97 -0
  314. package/css/themes/custom/lumen/panel-lumen.css +125 -0
  315. package/css/themes/custom/material/custom-material.css +727 -3120
  316. package/css/themes/custom/material/grid-material.css +302 -0
  317. package/css/themes/custom/material/navbar-material.css +88 -0
  318. package/css/themes/custom/material/panel-material.css +120 -0
  319. package/css/themes/custom/materialui/custom-materialui.css +275 -0
  320. package/css/themes/custom/navigator/custom-navigator.css +46 -60
  321. package/css/themes/custom/paper/button-paper.css +204 -0
  322. package/css/themes/custom/paper/custom-paper.css +1148 -0
  323. package/css/themes/custom/paper/navbar-paper.css +104 -0
  324. package/css/themes/custom/paper/panel-paper.css +81 -0
  325. package/css/themes/custom/readable/button-readable.css +182 -0
  326. package/css/themes/custom/readable/custom-readable.css +1030 -0
  327. package/css/themes/custom/readable/navbar-readable.css +148 -0
  328. package/css/themes/custom/readable/panel-readable.css +126 -0
  329. package/css/themes/custom/sandstone/button-sandstone.css +187 -0
  330. package/css/themes/custom/sandstone/custom-sandstone.css +992 -0
  331. package/css/themes/custom/sandstone/navbar-sandstone.css +89 -0
  332. package/css/themes/custom/sandstone/panel-sandstone.css +125 -0
  333. package/css/themes/custom/simplex/button-simplex.css +304 -0
  334. package/css/themes/custom/simplex/custom-simplex.css +922 -0
  335. package/css/themes/custom/simplex/navbar-simplex.css +109 -0
  336. package/css/themes/custom/simplex/panel-simplex.css +121 -0
  337. package/css/themes/custom/slate/button-slate.css +306 -0
  338. package/css/themes/custom/slate/custom-slate.css +1179 -0
  339. package/css/themes/custom/slate/navbar-slate.css +97 -0
  340. package/css/themes/custom/slate/panel-slate.css +87 -0
  341. package/css/themes/custom/spacelab/button-spacelab.css +192 -154
  342. package/css/themes/custom/spacelab/custom-spacelab.css +629 -7
  343. package/css/themes/custom/spacelab/navbar-spacelab.css +90 -11
  344. package/css/themes/custom/spacelab/panel-spacelab.css +96 -84
  345. package/css/themes/custom/superhero/button-superhero.css +166 -0
  346. package/css/themes/custom/superhero/custom-superhero.css +909 -35
  347. package/css/themes/custom/superhero/navbar-superhero.css +32 -6
  348. package/css/themes/custom/superhero/panel-superhero.css +32 -12
  349. package/css/themes/custom/superhero/tabs-superhero.css +2 -2
  350. package/css/themes/custom/theme-general/button.css +194 -72
  351. package/css/themes/custom/theme-general/carousel.css +31 -1
  352. package/css/themes/custom/theme-general/forms.css +91 -6
  353. package/css/themes/custom/theme-general/login.css +250 -6
  354. package/css/themes/custom/theme-general/menu.css +177 -3
  355. package/css/themes/custom/theme-general/modal.css +137 -5
  356. package/css/themes/custom/theme-general/notification.css +47 -6
  357. package/css/themes/custom/theme-general/report-viewer.css +11 -11
  358. package/css/themes/custom/theme-general/scheduler.css +150 -3
  359. package/css/themes/custom/theme-general/slider.css +64 -8
  360. package/css/themes/custom/theme-general/table-grid.css +166 -7
  361. package/css/themes/custom/theme-general/tabs.css +12 -12
  362. package/css/themes/custom/theme-general/theme-general.css +401 -59
  363. package/css/themes/custom/theme-general/timeline.css +6 -6
  364. package/css/themes/custom/theme-general/treeview.css +10 -9
  365. package/css/themes/custom/united/button-united.css +187 -0
  366. package/css/themes/custom/united/custom-united.css +965 -0
  367. package/css/themes/custom/united/navbar-united.css +101 -0
  368. package/css/themes/custom/united/panel-united.css +121 -0
  369. package/css/themes/custom/yeti/button-yeti.css +274 -0
  370. package/css/themes/custom/yeti/custom-yeti.css +1047 -0
  371. package/css/themes/custom/yeti/navbar-yeti.css +77 -0
  372. package/css/themes/custom/yeti/panel-yeti.css +127 -0
  373. package/css/themes/cyborg.min.css +5 -2
  374. package/css/themes/darkly.min.css +4 -2
  375. package/css/themes/dsgov.min.css +5 -2
  376. package/css/themes/flatly.min.css +4 -2
  377. package/css/themes/fuse.min.css +5 -2
  378. package/css/themes/journal.min.css +5 -2
  379. package/css/themes/lumen.min.css +5 -2
  380. package/css/themes/material.min.css +9 -3
  381. package/css/themes/materialui.min.css +9 -0
  382. package/css/themes/paper.min.css +5 -2
  383. package/css/themes/readable.min.css +5 -2
  384. package/css/themes/sandstone.min.css +5 -2
  385. package/css/themes/simplex.min.css +5 -2
  386. package/css/themes/slate.min.css +5 -2
  387. package/css/themes/spacelab.min.css +4 -3
  388. package/css/themes/superhero.min.css +4 -2
  389. package/css/themes/theme.editor.view.html +1820 -0
  390. package/css/themes/united.min.css +5 -2
  391. package/css/themes/yeti.min.css +5 -2
  392. package/deprecated/components/css/checkbox-color.css +348 -0
  393. package/deprecated/components/css/color-default.css +111 -0
  394. package/deprecated/components/css/combobox-color.css +145 -0
  395. package/deprecated/components/css/multiselect-editor.css +106 -0
  396. package/deprecated/components/css/option-color.css +335 -0
  397. package/deprecated/css/animate.css +433 -0
  398. package/deprecated/css/app.css +427 -0
  399. package/deprecated/css/cronos-template.css +0 -0
  400. package/deprecated/css/cronos.css +263 -0
  401. package/deprecated/css/fonts/glyphicons-halflings-regular.eot +0 -0
  402. package/deprecated/css/fonts/glyphicons-halflings-regular.svg +288 -0
  403. package/deprecated/css/fonts/glyphicons-halflings-regular.ttf +0 -0
  404. package/deprecated/css/fonts/glyphicons-halflings-regular.woff +0 -0
  405. package/deprecated/css/fonts/glyphicons-halflings-regular.woff2 +0 -0
  406. package/{css → deprecated/css}/modalTemplate.css +0 -0
  407. package/deprecated/css/themes/cerulean.min.css +7 -0
  408. package/deprecated/css/themes/cosmo.min.css +7 -0
  409. package/deprecated/css/themes/custom/cerulean/custom-cerulean.min.css +6908 -0
  410. package/deprecated/css/themes/custom/cosmo/custom-cosmo.min.css +6943 -0
  411. package/deprecated/css/themes/custom/cyborg/custom-cyborg.min.css +6936 -0
  412. package/deprecated/css/themes/custom/darkly/custom-darkly.min.css +7059 -0
  413. package/deprecated/css/themes/custom/flatly/custom-flatly.min.css +7033 -0
  414. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/_media-print.css +0 -0
  415. package/{css/themes/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/alert.css +0 -0
  416. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/animations.css +0 -0
  417. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/badge.css +0 -0
  418. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/basics.css +0 -0
  419. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/blockquote.css +0 -0
  420. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/breadcrumb.css +0 -0
  421. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/btn.css +0 -0
  422. package/{css/themes/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/carousel.css +0 -0
  423. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/close.css +0 -0
  424. package/{css/themes/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/col.css +0 -0
  425. package/{css/themes/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/collapse.css +0 -0
  426. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/container.css +0 -0
  427. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/dropdown.css +0 -0
  428. package/{css/themes/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/embed-responsive.css +0 -0
  429. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/fade.css +0 -0
  430. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/figure_img.css +0 -0
  431. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/form-control.css +0 -0
  432. package/{css/themes/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/glyphicon.css +0 -0
  433. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/import_bootswatch.css +0 -0
  434. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/input-group.css +0 -0
  435. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/input.css +0 -0
  436. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/jumbotron.css +0 -0
  437. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/label.css +0 -0
  438. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/list-group.css +0 -0
  439. package/{css/themes/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/media.css +0 -0
  440. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/modal.css +0 -0
  441. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/nav.css +0 -0
  442. package/{css/themes/custom/dsgov → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/navbar.css +0 -0
  443. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/pager.css +0 -0
  444. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/pagination.css +0 -0
  445. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/panel.css +0 -0
  446. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/popover.css +0 -0
  447. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/progress.css +0 -0
  448. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/table.css +0 -0
  449. package/{css/themes/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/text.css +0 -0
  450. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/thumbnail.css +0 -0
  451. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/tooltip.css +0 -0
  452. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/visible.css +0 -0
  453. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/well.css +0 -0
  454. package/{css → deprecated/css}/themes/custom/fuse/components_css/alert.css +0 -0
  455. package/{css → deprecated/css}/themes/custom/fuse/components_css/badge.css +0 -0
  456. package/{css → deprecated/css}/themes/custom/fuse/components_css/blockquote.css +0 -0
  457. package/{css → deprecated/css}/themes/custom/fuse/components_css/breadcrumb.css +0 -0
  458. package/{css → deprecated/css}/themes/custom/fuse/components_css/btn.css +0 -0
  459. package/{css/themes/custom/_bootswatch-v3.3.7 → deprecated/css/themes/custom/fuse/components_css}/carousel.css +0 -0
  460. package/{css → deprecated/css}/themes/custom/fuse/components_css/close.css +0 -0
  461. package/deprecated/css/themes/custom/fuse/components_css/embed-responsive.css +29 -0
  462. package/{css → deprecated/css}/themes/custom/fuse/components_css/form.css +0 -0
  463. package/{css → deprecated/css}/themes/custom/fuse/components_css/glyphicon.css +0 -0
  464. package/{css → deprecated/css}/themes/custom/fuse/components_css/hidden.css +0 -0
  465. package/{css → deprecated/css}/themes/custom/fuse/components_css/import_components_css.css +0 -0
  466. package/{css → deprecated/css}/themes/custom/fuse/components_css/list-group.css +0 -0
  467. package/{css/themes/custom/_bootswatch-v3.3.7 → deprecated/css/themes/custom/fuse/components_css}/media.css +0 -0
  468. package/{css → deprecated/css}/themes/custom/fuse/components_css/modal.css +0 -0
  469. package/deprecated/css/themes/custom/fuse/components_css/navbar.css +400 -0
  470. package/{css → deprecated/css}/themes/custom/fuse/components_css/pager.css +0 -0
  471. package/{css → deprecated/css}/themes/custom/fuse/components_css/pagination.css +0 -0
  472. package/{css → deprecated/css}/themes/custom/fuse/components_css/panel.css +0 -0
  473. package/{css → deprecated/css}/themes/custom/fuse/components_css/popover.css +0 -0
  474. package/{css → deprecated/css}/themes/custom/fuse/components_css/progress.css +0 -0
  475. package/{css → deprecated/css}/themes/custom/fuse/components_css/table.css +0 -0
  476. package/{css → deprecated/css}/themes/custom/fuse/components_css/thumbnail.css +0 -0
  477. package/{css → deprecated/css}/themes/custom/fuse/components_css/tooltip.css +0 -0
  478. package/{css → deprecated/css}/themes/custom/fuse/components_css/type_bootstrap.css +0 -0
  479. package/deprecated/css/themes/custom/fuse/components_css/visible.css +207 -0
  480. package/{css → deprecated/css}/themes/custom/fuse/components_css/well.css +0 -0
  481. package/deprecated/css/themes/custom/fuse/custom-fuse.min.css +4179 -0
  482. package/{css → deprecated/css}/themes/custom/fuse/font/Inter-roman.var.woff2 +0 -0
  483. package/{css/themes/custom/fuse/font/fonts.css → deprecated/css/themes/custom/fuse/font/font.css} +0 -0
  484. package/deprecated/css/themes/custom/journal/custom-journal.min.css +9548 -0
  485. package/deprecated/css/themes/custom/lumen/custom-lumen.min.css +7183 -0
  486. package/deprecated/css/themes/custom/material/components_css/crn-button.css +152 -0
  487. package/{css/themes/custom/material_raiz → deprecated/css/themes/custom/material}/components_css/crn-carousel.css +0 -0
  488. package/deprecated/css/themes/custom/material/components_css/crn-cron-calendar.css +173 -0
  489. package/deprecated/css/themes/custom/material/components_css/crn-cron-grid.css +263 -0
  490. package/{css/themes/custom/material_raiz → deprecated/css/themes/custom/material}/components_css/crn-enterprise.css +0 -0
  491. package/deprecated/css/themes/custom/material/components_css/crn-navbar.css +165 -0
  492. package/deprecated/css/themes/custom/material/components_css/crn-scheduler.css +97 -0
  493. package/deprecated/css/themes/custom/material/components_css/login.css +29 -0
  494. package/{css/themes/custom/material_raiz → deprecated/css/themes/custom/material}/components_css/ui-notification.css +0 -0
  495. package/deprecated/css/themes/custom/material/custom-material.css +280 -0
  496. package/deprecated/css/themes/custom/navigator/custom-navigator.css +195 -0
  497. package/deprecated/css/themes/custom/paper/custom-paper.min.css +8943 -0
  498. package/deprecated/css/themes/custom/readable/custom-readable.min.css +8203 -0
  499. package/deprecated/css/themes/custom/sandstone/custom-sandstone.min.css +6917 -0
  500. package/deprecated/css/themes/custom/simplex/custom-simplex.min.css +6917 -0
  501. package/deprecated/css/themes/custom/slate/custom-slate.min.css +7283 -0
  502. package/deprecated/css/themes/custom/spacelab/custom-spacelab.min.css +6971 -0
  503. package/deprecated/css/themes/custom/superhero/custom-superhero.min.css +7019 -0
  504. package/deprecated/css/themes/custom/united/custom-united.min.css +6783 -0
  505. package/deprecated/css/themes/custom/yeti/custom-yeti.min.css +7077 -0
  506. package/deprecated/css/themes/cyborg.min.css +7 -0
  507. package/deprecated/css/themes/darkly.min.css +7 -0
  508. package/deprecated/css/themes/flatly.min.css +7 -0
  509. package/deprecated/css/themes/fuse.min.css +7 -0
  510. package/deprecated/css/themes/journal.min.css +7 -0
  511. package/deprecated/css/themes/lumen.min.css +7 -0
  512. package/deprecated/css/themes/material.min.css +4 -0
  513. package/deprecated/css/themes/paper.min.css +7 -0
  514. package/deprecated/css/themes/readable.min.css +7 -0
  515. package/deprecated/css/themes/sandstone.min.css +7 -0
  516. package/deprecated/css/themes/simplex.min.css +7 -0
  517. package/deprecated/css/themes/slate.min.css +7 -0
  518. package/deprecated/css/themes/spacelab.min.css +7 -0
  519. package/deprecated/css/themes/superhero.min.css +7 -0
  520. package/deprecated/css/themes/united.min.css +7 -0
  521. package/deprecated/css/themes/yeti.min.css +7 -0
  522. package/deprecated/dist/components/css/checkbox-color.css +1 -0
  523. package/deprecated/dist/components/css/color-default.css +1 -0
  524. package/deprecated/dist/components/css/combobox-color.css +1 -0
  525. package/deprecated/dist/components/css/font-size.css +1 -0
  526. package/deprecated/dist/components/css/image.css +1 -0
  527. package/deprecated/dist/components/css/multiselect-editor.css +1 -0
  528. package/deprecated/dist/components/css/option-color.css +1 -0
  529. package/deprecated/dist/components/js/format.min.js +1 -0
  530. package/deprecated/dist/components/js/jquery.inputmask.bundle.js +1 -0
  531. package/deprecated/dist/components/js/jquery.mask.min.js +1 -0
  532. package/deprecated/dist/components/js/qrcode.js +1 -0
  533. package/deprecated/dist/components/reports/BOOLEAN.parameter.html +1 -0
  534. package/deprecated/dist/components/reports/DATE.parameter.html +1 -0
  535. package/deprecated/dist/components/reports/DOUBLE.parameter.html +1 -0
  536. package/deprecated/dist/components/reports/FLOAT.parameter.html +1 -0
  537. package/deprecated/dist/components/reports/INTEGER.parameter.html +1 -0
  538. package/deprecated/dist/components/reports/LONG.parameter.html +1 -0
  539. package/deprecated/dist/components/reports/STRING.parameter.html +1 -0
  540. package/deprecated/dist/components/reports/reports.parameters.html +1 -0
  541. package/deprecated/dist/components/reports/reports.view.html +1 -0
  542. package/deprecated/dist/components/templates/Component_Container/crn-eight-four-container.template.html +1 -0
  543. package/deprecated/dist/components/templates/Component_Container/crn-four-eight-container.template.html +1 -0
  544. package/deprecated/dist/components/templates/Component_Container/crn-one-container.template.html +1 -0
  545. package/deprecated/dist/components/templates/Component_Container/crn-three-container.template.html +1 -0
  546. package/deprecated/dist/components/templates/Component_Container/crn-three-six-three-container.template.html +1 -0
  547. package/deprecated/dist/components/templates/Component_Container/crn-two-container.template.html +1 -0
  548. package/deprecated/dist/components/templates/accordion.template.html +1 -0
  549. package/deprecated/dist/components/templates/anchor.template.html +1 -0
  550. package/deprecated/dist/components/templates/angular-ui-notification.template.html +1 -0
  551. package/deprecated/dist/components/templates/banner.template.html +1 -0
  552. package/deprecated/dist/components/templates/button-report.template.html +1 -0
  553. package/deprecated/dist/components/templates/button.oauth2.template.html +1 -0
  554. package/deprecated/dist/components/templates/button.template.html +1 -0
  555. package/deprecated/dist/components/templates/buttonfilter.template.html +1 -0
  556. package/deprecated/dist/components/templates/carousel.template.html +1 -0
  557. package/deprecated/dist/components/templates/cell.template.html +1 -0
  558. package/deprecated/dist/components/templates/chart.template.html +1 -0
  559. package/deprecated/dist/components/templates/checkbox.template.html +1 -0
  560. package/deprecated/dist/components/templates/combobox-dynamic.template.html +1 -0
  561. package/deprecated/dist/components/templates/combobox.template.html +1 -0
  562. package/deprecated/dist/components/templates/crn-carousel-item.tempate.html +1 -0
  563. package/deprecated/dist/components/templates/crn-input-password.designtime.html +1 -0
  564. package/deprecated/dist/components/templates/crn-input-password.template.html +1 -0
  565. package/deprecated/dist/components/templates/crn-list-item.template.html +1 -0
  566. package/deprecated/dist/components/templates/crn-ordered-list.template.html +1 -0
  567. package/deprecated/dist/components/templates/crn-ordered-sub-list.template.html +1 -0
  568. package/deprecated/dist/components/templates/crn-unordered-list.template.html +1 -0
  569. package/deprecated/dist/components/templates/crn-unordered-sub-list.template.html +1 -0
  570. package/deprecated/dist/components/templates/cron-autocomplete.designtime.html +26 -0
  571. package/deprecated/dist/components/templates/cron-autocomplete.template.html +1 -0
  572. package/deprecated/dist/components/templates/cron-barcode.template.html +1 -0
  573. package/deprecated/dist/components/templates/cron-breadcrumbs.designtime.html +1 -0
  574. package/deprecated/dist/components/templates/cron-breadcrumbs.template.html +1 -0
  575. package/deprecated/dist/components/templates/cron-calendar.designtime.html +1 -0
  576. package/deprecated/dist/components/templates/cron-calendar.template.html +1 -0
  577. package/deprecated/dist/components/templates/cron-captcha.designtime.html +6 -0
  578. package/deprecated/dist/components/templates/cron-captcha.template.html +1 -0
  579. package/deprecated/dist/components/templates/cron-chat.designtime.html +17 -0
  580. package/deprecated/dist/components/templates/cron-chat.template.html +1 -0
  581. package/deprecated/dist/components/templates/cron-checkbox.template.html +1 -0
  582. package/deprecated/dist/components/templates/cron-combobox-multiple.designtime.html +1 -0
  583. package/deprecated/dist/components/templates/cron-combobox-multiple.template.html +1 -0
  584. package/deprecated/dist/components/templates/cron-combobox.designtime.html +1 -0
  585. package/deprecated/dist/components/templates/cron-combobox.template.html +1 -0
  586. package/deprecated/dist/components/templates/cron-crud.template.html +1 -0
  587. package/deprecated/dist/components/templates/cron-date.template.html +1 -0
  588. package/deprecated/dist/components/templates/cron-dynamic-autocomplete.template.html +1 -0
  589. package/deprecated/dist/components/templates/cron-dynamic-combobox.designtime.html +1 -0
  590. package/deprecated/dist/components/templates/cron-dynamic-combobox.template.html +1 -0
  591. package/deprecated/dist/components/templates/cron-dynamic-menu.designtime.html +1 -0
  592. package/deprecated/dist/components/templates/cron-dynamic-menu.template.html +1 -0
  593. package/deprecated/dist/components/templates/cron-grid.designtime.html +1 -0
  594. package/deprecated/dist/components/templates/cron-grid.template.html +1 -0
  595. package/deprecated/dist/components/templates/cron-ordered-list.template.html +1 -0
  596. package/deprecated/dist/components/templates/cron-qrcode.template.html +1 -0
  597. package/deprecated/dist/components/templates/cron-radio.template.html +1 -0
  598. package/deprecated/dist/components/templates/cron-report-viewer.designtime.html +1 -0
  599. package/deprecated/dist/components/templates/cron-report-viewer.template.html +1 -0
  600. package/deprecated/dist/components/templates/cron-rich-editor.template.html +1 -0
  601. package/deprecated/dist/components/templates/cron-scheduler.designtime.html +2 -0
  602. package/deprecated/dist/components/templates/cron-scheduler.template.html +1 -0
  603. package/deprecated/dist/components/templates/cron-slider.template.html +1 -0
  604. package/deprecated/dist/components/templates/cron-switch.template.html +1 -0
  605. package/deprecated/dist/components/templates/cron-tree-view.designtime.html +1 -0
  606. package/deprecated/dist/components/templates/cron-tree-view.template.html +1 -0
  607. package/deprecated/dist/components/templates/datasource.template.html +1 -0
  608. package/deprecated/dist/components/templates/datasourcefilter.template.html +1 -0
  609. package/deprecated/dist/components/templates/datasourcefiltercomplex.template.html +1 -0
  610. package/deprecated/dist/components/templates/date.template.html +1 -0
  611. package/deprecated/dist/components/templates/datetime.template.html +1 -0
  612. package/deprecated/dist/components/templates/div.template.html +1 -0
  613. package/deprecated/dist/components/templates/dynamicfile.template.html +1 -0
  614. package/deprecated/dist/components/templates/dynamicimage.template.html +1 -0
  615. package/deprecated/dist/components/templates/dynamictitle.template.html +1 -0
  616. package/deprecated/dist/components/templates/evaluation.template.html +1 -0
  617. package/deprecated/dist/components/templates/fileupload-button.template.html +1 -0
  618. package/deprecated/dist/components/templates/fileupload.template.html +1 -0
  619. package/deprecated/dist/components/templates/foot-cell.template.html +1 -0
  620. package/deprecated/dist/components/templates/foot-row.template.html +1 -0
  621. package/deprecated/dist/components/templates/form.template.html +1 -0
  622. package/deprecated/dist/components/templates/grid-horizontal.template.html +1 -0
  623. package/deprecated/dist/components/templates/grid-vertical.template.html +1 -0
  624. package/deprecated/dist/components/templates/grid.template.html +1 -0
  625. package/deprecated/dist/components/templates/head-cell.template.html +1 -0
  626. package/deprecated/dist/components/templates/head-row.template.html +1 -0
  627. package/deprecated/dist/components/templates/head.template.html +1 -0
  628. package/deprecated/dist/components/templates/header.template.html +1 -0
  629. package/deprecated/dist/components/templates/icon.template.html +1 -0
  630. package/deprecated/dist/components/templates/image-menu.template.html +1 -0
  631. package/deprecated/dist/components/templates/image.default.template.html +1 -0
  632. package/deprecated/dist/components/templates/image.template.html +1 -0
  633. package/deprecated/dist/components/templates/list.template.html +1 -0
  634. package/deprecated/dist/components/templates/multiselect.template.html +1 -0
  635. package/deprecated/dist/components/templates/navbar.template.html +1 -0
  636. package/deprecated/dist/components/templates/panel.template.html +1 -0
  637. package/deprecated/dist/components/templates/qrcode.template.html +1 -0
  638. package/deprecated/dist/components/templates/radiogroup.template.html +1 -0
  639. package/deprecated/dist/components/templates/rating.template.html +1 -0
  640. package/deprecated/dist/components/templates/row.template.html +1 -0
  641. package/deprecated/dist/components/templates/sidebar.template.html +1 -0
  642. package/deprecated/dist/components/templates/social-button-bar.template.html +1 -0
  643. package/deprecated/dist/components/templates/sub-form.template.html +1 -0
  644. package/deprecated/dist/components/templates/subtitle.template.html +1 -0
  645. package/deprecated/dist/components/templates/table.template.html +1 -0
  646. package/deprecated/dist/components/templates/tabs.template.html +1 -0
  647. package/deprecated/dist/components/templates/text.template.html +1 -0
  648. package/deprecated/dist/components/templates/textarea.template.html +1 -0
  649. package/deprecated/dist/components/templates/textinput.template.html +1 -0
  650. package/deprecated/dist/components/templates/textinputbutton.html +1 -0
  651. package/deprecated/dist/components/templates/textinputbutton.template.html +1 -0
  652. package/deprecated/dist/components/templates/textinputicon.template.html +1 -0
  653. package/deprecated/dist/components/templates/time.template.html +1 -0
  654. package/deprecated/dist/components/templates/title-default.template.html +1 -0
  655. package/deprecated/dist/components/templates/title.template.html +1 -0
  656. package/deprecated/dist/components/templates/treeview.template.html +1 -0
  657. package/deprecated/dist/css/animate.css +1 -0
  658. package/deprecated/dist/css/app.css +1 -0
  659. package/deprecated/dist/css/cronos-template.css +0 -0
  660. package/deprecated/dist/css/cronos.css +1 -0
  661. package/deprecated/dist/css/fonts/glyphicons-halflings-regular.eot +0 -0
  662. package/deprecated/dist/css/fonts/glyphicons-halflings-regular.svg +1 -0
  663. package/deprecated/dist/css/fonts/glyphicons-halflings-regular.ttf +0 -0
  664. package/deprecated/dist/css/fonts/glyphicons-halflings-regular.woff +0 -0
  665. package/deprecated/dist/css/fonts/glyphicons-halflings-regular.woff2 +0 -0
  666. package/deprecated/dist/css/modalTemplate.css +1 -0
  667. package/deprecated/dist/css/themes/cerulean.min.css +1 -0
  668. package/deprecated/dist/css/themes/cosmo.min.css +1 -0
  669. package/deprecated/dist/css/themes/custom/cerulean/custom-cerulean.min.css +13 -0
  670. package/deprecated/dist/css/themes/custom/cosmo/custom-cosmo.min.css +13 -0
  671. package/deprecated/dist/css/themes/custom/cyborg/custom-cyborg.min.css +13 -0
  672. package/deprecated/dist/css/themes/custom/darkly/custom-darkly.min.css +13 -0
  673. package/deprecated/dist/css/themes/custom/flatly/custom-flatly.min.css +13 -0
  674. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/_media-print.css +1 -0
  675. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/alert.css +1 -0
  676. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/animations.css +1 -0
  677. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/badge.css +1 -0
  678. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/basics.css +11 -0
  679. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/blockquote.css +1 -0
  680. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/breadcrumb.css +1 -0
  681. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/btn.css +1 -0
  682. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/carousel.css +1 -0
  683. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/close.css +1 -0
  684. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/col.css +1 -0
  685. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/collapse.css +1 -0
  686. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/container.css +1 -0
  687. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/dropdown.css +1 -0
  688. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/embed-responsive.css +1 -0
  689. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/fade.css +1 -0
  690. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/figure_img.css +1 -0
  691. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/form-control.css +1 -0
  692. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/glyphicon.css +1 -0
  693. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/import_bootswatch.css +1 -0
  694. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/input-group.css +1 -0
  695. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/input.css +1 -0
  696. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/jumbotron.css +1 -0
  697. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/label.css +1 -0
  698. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/list-group.css +1 -0
  699. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/media.css +1 -0
  700. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/modal.css +1 -0
  701. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/nav.css +1 -0
  702. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/navbar.css +1 -0
  703. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/pager.css +1 -0
  704. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/pagination.css +1 -0
  705. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/panel.css +1 -0
  706. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/popover.css +1 -0
  707. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/progress.css +1 -0
  708. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/table.css +1 -0
  709. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/text.css +1 -0
  710. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/thumbnail.css +1 -0
  711. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/tooltip.css +1 -0
  712. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/visible.css +1 -0
  713. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/well.css +1 -0
  714. package/deprecated/dist/css/themes/custom/fuse/components_css/alert.css +1 -0
  715. package/deprecated/dist/css/themes/custom/fuse/components_css/badge.css +1 -0
  716. package/deprecated/dist/css/themes/custom/fuse/components_css/blockquote.css +1 -0
  717. package/deprecated/dist/css/themes/custom/fuse/components_css/breadcrumb.css +1 -0
  718. package/deprecated/dist/css/themes/custom/fuse/components_css/btn.css +1 -0
  719. package/deprecated/dist/css/themes/custom/fuse/components_css/carousel.css +1 -0
  720. package/deprecated/dist/css/themes/custom/fuse/components_css/close.css +1 -0
  721. package/deprecated/dist/css/themes/custom/fuse/components_css/embed-responsive.css +1 -0
  722. package/deprecated/dist/css/themes/custom/fuse/components_css/form.css +1 -0
  723. package/deprecated/dist/css/themes/custom/fuse/components_css/glyphicon.css +1 -0
  724. package/deprecated/dist/css/themes/custom/fuse/components_css/hidden.css +1 -0
  725. package/deprecated/dist/css/themes/custom/fuse/components_css/import_components_css.css +1 -0
  726. package/deprecated/dist/css/themes/custom/fuse/components_css/list-group.css +1 -0
  727. package/deprecated/dist/css/themes/custom/fuse/components_css/media.css +1 -0
  728. package/deprecated/dist/css/themes/custom/fuse/components_css/modal.css +1 -0
  729. package/deprecated/dist/css/themes/custom/fuse/components_css/navbar.css +1 -0
  730. package/deprecated/dist/css/themes/custom/fuse/components_css/pager.css +1 -0
  731. package/deprecated/dist/css/themes/custom/fuse/components_css/pagination.css +1 -0
  732. package/deprecated/dist/css/themes/custom/fuse/components_css/panel.css +1 -0
  733. package/deprecated/dist/css/themes/custom/fuse/components_css/popover.css +1 -0
  734. package/deprecated/dist/css/themes/custom/fuse/components_css/progress.css +1 -0
  735. package/deprecated/dist/css/themes/custom/fuse/components_css/table.css +1 -0
  736. package/deprecated/dist/css/themes/custom/fuse/components_css/thumbnail.css +1 -0
  737. package/deprecated/dist/css/themes/custom/fuse/components_css/tooltip.css +1 -0
  738. package/deprecated/dist/css/themes/custom/fuse/components_css/type_bootstrap.css +1 -0
  739. package/deprecated/dist/css/themes/custom/fuse/components_css/visible.css +1 -0
  740. package/deprecated/dist/css/themes/custom/fuse/components_css/well.css +1 -0
  741. package/deprecated/dist/css/themes/custom/fuse/custom-fuse.min.css +1 -0
  742. package/deprecated/dist/css/themes/custom/fuse/font/Inter-roman.var.woff2 +0 -0
  743. package/deprecated/dist/css/themes/custom/fuse/font/font.css +1 -0
  744. package/deprecated/dist/css/themes/custom/journal/custom-journal.min.css +12 -0
  745. package/deprecated/dist/css/themes/custom/lumen/custom-lumen.min.css +13 -0
  746. package/deprecated/dist/css/themes/custom/material/components_css/crn-button.css +1 -0
  747. package/deprecated/dist/css/themes/custom/material/components_css/crn-carousel.css +1 -0
  748. package/deprecated/dist/css/themes/custom/material/components_css/crn-cron-calendar.css +1 -0
  749. package/deprecated/dist/css/themes/custom/material/components_css/crn-cron-grid.css +1 -0
  750. package/deprecated/dist/css/themes/custom/material/components_css/crn-enterprise.css +1 -0
  751. package/deprecated/dist/css/themes/custom/material/components_css/crn-navbar.css +1 -0
  752. package/deprecated/dist/css/themes/custom/material/components_css/crn-scheduler.css +1 -0
  753. package/deprecated/dist/css/themes/custom/material/components_css/login.css +1 -0
  754. package/deprecated/dist/css/themes/custom/material/components_css/ui-notification.css +1 -0
  755. package/deprecated/dist/css/themes/custom/material/custom-material.css +1 -0
  756. package/deprecated/dist/css/themes/custom/navigator/custom-navigator.css +1 -0
  757. package/deprecated/dist/css/themes/custom/paper/custom-paper.min.css +13 -0
  758. package/deprecated/dist/css/themes/custom/readable/custom-readable.min.css +13 -0
  759. package/deprecated/dist/css/themes/custom/sandstone/custom-sandstone.min.css +13 -0
  760. package/deprecated/dist/css/themes/custom/simplex/custom-simplex.min.css +13 -0
  761. package/deprecated/dist/css/themes/custom/slate/custom-slate.min.css +13 -0
  762. package/deprecated/dist/css/themes/custom/spacelab/custom-spacelab.min.css +13 -0
  763. package/deprecated/dist/css/themes/custom/superhero/custom-superhero.min.css +13 -0
  764. package/deprecated/dist/css/themes/custom/united/custom-united.min.css +13 -0
  765. package/deprecated/dist/css/themes/custom/yeti/custom-yeti.min.css +13 -0
  766. package/deprecated/dist/css/themes/cyborg.min.css +1 -0
  767. package/deprecated/dist/css/themes/darkly.min.css +1 -0
  768. package/deprecated/dist/css/themes/flatly.min.css +1 -0
  769. package/deprecated/dist/css/themes/fuse.min.css +1 -0
  770. package/deprecated/dist/css/themes/journal.min.css +1 -0
  771. package/deprecated/dist/css/themes/lumen.min.css +1 -0
  772. package/deprecated/dist/css/themes/material.min.css +1 -0
  773. package/deprecated/dist/css/themes/paper.min.css +1 -0
  774. package/deprecated/dist/css/themes/readable.min.css +1 -0
  775. package/deprecated/dist/css/themes/sandstone.min.css +1 -0
  776. package/deprecated/dist/css/themes/simplex.min.css +1 -0
  777. package/deprecated/dist/css/themes/slate.min.css +1 -0
  778. package/deprecated/dist/css/themes/spacelab.min.css +1 -0
  779. package/deprecated/dist/css/themes/superhero.min.css +1 -0
  780. package/deprecated/dist/css/themes/united.min.css +1 -0
  781. package/deprecated/dist/css/themes/yeti.min.css +1 -0
  782. package/deprecated/dist/i18n/locale_en_us.json +143 -0
  783. package/deprecated/dist/i18n/locale_pt_br.json +143 -0
  784. package/deprecated/dist/img/ballon_icon.svg +1 -0
  785. package/deprecated/dist/img/barcode.png +0 -0
  786. package/deprecated/dist/img/cron-icon/crn-QRCode.svg +1 -0
  787. package/deprecated/dist/img/cron-icon/crn-accordion.svg +1 -0
  788. package/deprecated/dist/img/cron-icon/crn-anchor.svg +1 -0
  789. package/deprecated/dist/img/cron-icon/crn-button.svg +1 -0
  790. package/deprecated/dist/img/cron-icon/crn-calendar.svg +1 -0
  791. package/deprecated/dist/img/cron-icon/crn-captcha.svg +1 -0
  792. package/deprecated/dist/img/cron-icon/crn-carousel.svg +1 -0
  793. package/deprecated/dist/img/cron-icon/crn-chart.svg +1 -0
  794. package/deprecated/dist/img/cron-icon/crn-checkbox.svg +1 -0
  795. package/deprecated/dist/img/cron-icon/crn-combobox-dynamic.svg +1 -0
  796. package/deprecated/dist/img/cron-icon/crn-combobox.svg +1 -0
  797. package/deprecated/dist/img/cron-icon/crn-cron-crud.svg +1 -0
  798. package/deprecated/dist/img/cron-icon/crn-cron-dashboard-viewer.svg +1 -0
  799. package/deprecated/dist/img/cron-icon/crn-datasource.svg +1 -0
  800. package/deprecated/dist/img/cron-icon/crn-datepicker.svg +1 -0
  801. package/deprecated/dist/img/cron-icon/crn-datetimepicker.svg +1 -0
  802. package/deprecated/dist/img/cron-icon/crn-dynamic-file.svg +1 -0
  803. package/deprecated/dist/img/cron-icon/crn-dynamic-image.svg +1 -0
  804. package/deprecated/dist/img/cron-icon/crn-dynamic-menu.svg +1 -0
  805. package/deprecated/dist/img/cron-icon/crn-eight-four-container.svg +1 -0
  806. package/deprecated/dist/img/cron-icon/crn-enterprise-autocomplete.svg +1 -0
  807. package/deprecated/dist/img/cron-icon/crn-enterprise-combobox-multiple.svg +1 -0
  808. package/deprecated/dist/img/cron-icon/crn-enterprise-combobox.svg +1 -0
  809. package/deprecated/dist/img/cron-icon/crn-enterprise-dynamic-autocomplete.svg +1 -0
  810. package/deprecated/dist/img/cron-icon/crn-enterprise-dynamic-combobox.svg +1 -0
  811. package/deprecated/dist/img/cron-icon/crn-form.svg +1 -0
  812. package/deprecated/dist/img/cron-icon/crn-four-eight-container.svg +1 -0
  813. package/deprecated/dist/img/cron-icon/crn-grid-table.svg +1 -0
  814. package/deprecated/dist/img/cron-icon/crn-grid.svg +1 -0
  815. package/deprecated/dist/img/cron-icon/crn-header.svg +1 -0
  816. package/deprecated/dist/img/cron-icon/crn-horizontal-container.svg +1 -0
  817. package/deprecated/dist/img/cron-icon/crn-icon.svg +1 -0
  818. package/deprecated/dist/img/cron-icon/crn-image.svg +1 -0
  819. package/deprecated/dist/img/cron-icon/crn-input-password.svg +1 -0
  820. package/deprecated/dist/img/cron-icon/crn-jumbotron.svg +1 -0
  821. package/deprecated/dist/img/cron-icon/crn-list.svg +1 -0
  822. package/deprecated/dist/img/cron-icon/crn-navbar.svg +1 -0
  823. package/deprecated/dist/img/cron-icon/crn-one-container.svg +1 -0
  824. package/deprecated/dist/img/cron-icon/crn-ordered-list.svg +1 -0
  825. package/deprecated/dist/img/cron-icon/crn-ordered-sub-list.svg +1 -0
  826. package/deprecated/dist/img/cron-icon/crn-panel.svg +1 -0
  827. package/deprecated/dist/img/cron-icon/crn-radiogroup.svg +1 -0
  828. package/deprecated/dist/img/cron-icon/crn-rating.svg +1 -0
  829. package/deprecated/dist/img/cron-icon/crn-report-viewer.svg +1 -0
  830. package/deprecated/dist/img/cron-icon/crn-rich-editor.svg +1 -0
  831. package/deprecated/dist/img/cron-icon/crn-scheduler.svg +1 -0
  832. package/deprecated/dist/img/cron-icon/crn-simple-text.svg +1 -0
  833. package/deprecated/dist/img/cron-icon/crn-slider.svg +1 -0
  834. package/deprecated/dist/img/cron-icon/crn-social-login.svg +1 -0
  835. package/deprecated/dist/img/cron-icon/crn-sub-form.svg +1 -0
  836. package/deprecated/dist/img/cron-icon/crn-table.svg +1 -0
  837. package/deprecated/dist/img/cron-icon/crn-tabs.svg +1 -0
  838. package/deprecated/dist/img/cron-icon/crn-text-component.svg +1 -0
  839. package/deprecated/dist/img/cron-icon/crn-textarea.svg +1 -0
  840. package/deprecated/dist/img/cron-icon/crn-textinput.svg +1 -0
  841. package/deprecated/dist/img/cron-icon/crn-textinputbutton.svg +1 -0
  842. package/deprecated/dist/img/cron-icon/crn-textinputicon.svg +1 -0
  843. package/deprecated/dist/img/cron-icon/crn-three-container.svg +1 -0
  844. package/deprecated/dist/img/cron-icon/crn-three-six-three-container.svg +1 -0
  845. package/deprecated/dist/img/cron-icon/crn-timepicker.svg +1 -0
  846. package/deprecated/dist/img/cron-icon/crn-tree-view.svg +1 -0
  847. package/deprecated/dist/img/cron-icon/crn-two-container.svg +1 -0
  848. package/deprecated/dist/img/cron-icon/crn-unordered-list.svg +1 -0
  849. package/deprecated/dist/img/cron-icon/crn-unordered-sub-list.svg +1 -0
  850. package/deprecated/dist/img/cron-icon/crn-upload.svg +1 -0
  851. package/deprecated/dist/img/cron-icon/crn-vertical-container.svg +1 -0
  852. package/deprecated/dist/img/cron-icon/cron-breadrumb.svg +1 -0
  853. package/deprecated/dist/img/cronGrid.png +0 -0
  854. package/deprecated/dist/img/cronRichEditor.png +0 -0
  855. package/deprecated/dist/img/cronapp-logo-login.png +0 -0
  856. package/deprecated/dist/img/img-user.svg +1 -0
  857. package/deprecated/dist/img/logo-cronapp-negativa.svg +1 -0
  858. package/deprecated/dist/img/logo.png +0 -0
  859. package/deprecated/dist/img/logo.svg +1 -0
  860. package/deprecated/dist/img/nophoto.png +0 -0
  861. package/deprecated/dist/img/placehold-100x100.png +0 -0
  862. package/deprecated/dist/img/placehold-900x500.png +0 -0
  863. package/deprecated/dist/img/qrcode.png +0 -0
  864. package/deprecated/dist/img/recaptcha-logo.svg +1 -0
  865. package/deprecated/dist/img/selectFile.png +0 -0
  866. package/deprecated/dist/img/selectImg.svg +1 -0
  867. package/deprecated/dist/img/svg-charts.svg +1 -0
  868. package/deprecated/dist/img/switch.png +0 -0
  869. package/deprecated/dist/js/LanguageSelectDirective.js +1 -0
  870. package/deprecated/dist/js/LocaleService.js +1 -0
  871. package/deprecated/dist/js/app.authentication.js +1 -0
  872. package/deprecated/dist/js/app.js +1 -0
  873. package/deprecated/dist/js/controllers.authentication.js +1 -0
  874. package/deprecated/dist/js/controllers.js +1 -0
  875. package/deprecated/dist/js/custom.controllers.js +1 -0
  876. package/deprecated/dist/js/customModules.js +1 -0
  877. package/deprecated/dist/js/customStateProvider.js +0 -0
  878. package/deprecated/dist/js/directives.js +14 -0
  879. package/deprecated/dist/js/filters.js +1 -0
  880. package/deprecated/dist/js/local-dateformat.directive.js +1 -0
  881. package/deprecated/dist/js/reports/parameters.controller.js +1 -0
  882. package/deprecated/dist/js/reports/reports.service.js +1 -0
  883. package/deprecated/dist/js/services.js +1 -0
  884. package/deprecated/dist/js/stateProvider.js +1 -0
  885. package/deprecated/dist/js/upload.service.js +1 -0
  886. package/deprecated/img/ballon_icon.svg +3 -0
  887. package/deprecated/img/barcode.png +0 -0
  888. package/deprecated/img/cron-icon/crn-QRCode.svg +38 -0
  889. package/deprecated/img/cron-icon/crn-accordion.svg +25 -0
  890. package/deprecated/img/cron-icon/crn-anchor.svg +29 -0
  891. package/deprecated/img/cron-icon/crn-button.svg +24 -0
  892. package/deprecated/img/cron-icon/crn-calendar.svg +23 -0
  893. package/deprecated/img/cron-icon/crn-captcha.svg +36 -0
  894. package/deprecated/img/cron-icon/crn-carousel.svg +26 -0
  895. package/deprecated/img/cron-icon/crn-chart.svg +19 -0
  896. package/deprecated/img/cron-icon/crn-checkbox.svg +21 -0
  897. package/deprecated/img/cron-icon/crn-combobox-dynamic.svg +27 -0
  898. package/deprecated/img/cron-icon/crn-combobox.svg +24 -0
  899. package/deprecated/img/cron-icon/crn-cron-crud.svg +28 -0
  900. package/deprecated/img/cron-icon/crn-cron-dashboard-viewer.svg +18 -0
  901. package/deprecated/img/cron-icon/crn-datasource.svg +27 -0
  902. package/deprecated/img/cron-icon/crn-datepicker.svg +35 -0
  903. package/deprecated/img/cron-icon/crn-datetimepicker.svg +41 -0
  904. package/deprecated/img/cron-icon/crn-dynamic-file.svg +26 -0
  905. package/deprecated/img/cron-icon/crn-dynamic-image.svg +25 -0
  906. package/deprecated/img/cron-icon/crn-dynamic-menu.svg +28 -0
  907. package/deprecated/img/cron-icon/crn-eight-four-container.svg +18 -0
  908. package/deprecated/img/cron-icon/crn-enterprise-autocomplete.svg +26 -0
  909. package/deprecated/img/cron-icon/crn-enterprise-combobox-multiple.svg +21 -0
  910. package/deprecated/img/cron-icon/crn-enterprise-combobox.svg +24 -0
  911. package/deprecated/img/cron-icon/crn-enterprise-dynamic-autocomplete.svg +29 -0
  912. package/deprecated/img/cron-icon/crn-enterprise-dynamic-combobox.svg +27 -0
  913. package/deprecated/img/cron-icon/crn-form.svg +24 -0
  914. package/deprecated/img/cron-icon/crn-four-eight-container.svg +20 -0
  915. package/deprecated/img/cron-icon/crn-grid-table.svg +21 -0
  916. package/deprecated/img/cron-icon/crn-grid.svg +27 -0
  917. package/deprecated/img/cron-icon/crn-header.svg +18 -0
  918. package/deprecated/img/cron-icon/crn-horizontal-container.svg +19 -0
  919. package/deprecated/img/cron-icon/crn-icon.svg +23 -0
  920. package/deprecated/img/cron-icon/crn-image.svg +20 -0
  921. package/deprecated/img/cron-icon/crn-input-password.svg +24 -0
  922. package/deprecated/img/cron-icon/crn-jumbotron.svg +24 -0
  923. package/deprecated/img/cron-icon/crn-list.svg +24 -0
  924. package/deprecated/img/cron-icon/crn-navbar.svg +25 -0
  925. package/deprecated/img/cron-icon/crn-one-container.svg +17 -0
  926. package/deprecated/img/cron-icon/crn-ordered-list.svg +44 -0
  927. package/deprecated/img/cron-icon/crn-ordered-sub-list.svg +42 -0
  928. package/deprecated/img/cron-icon/crn-panel.svg +21 -0
  929. package/deprecated/img/cron-icon/crn-radiogroup.svg +25 -0
  930. package/deprecated/img/cron-icon/crn-rating.svg +20 -0
  931. package/deprecated/img/cron-icon/crn-report-viewer.svg +24 -0
  932. package/deprecated/img/cron-icon/crn-rich-editor.svg +22 -0
  933. package/deprecated/img/cron-icon/crn-scheduler.svg +27 -0
  934. package/deprecated/img/cron-icon/crn-simple-text.svg +18 -0
  935. package/deprecated/img/cron-icon/crn-slider.svg +19 -0
  936. package/deprecated/img/cron-icon/crn-social-login.svg +29 -0
  937. package/deprecated/img/cron-icon/crn-sub-form.svg +27 -0
  938. package/deprecated/img/cron-icon/crn-table.svg +20 -0
  939. package/deprecated/img/cron-icon/crn-tabs.svg +22 -0
  940. package/deprecated/img/cron-icon/crn-text-component.svg +22 -0
  941. package/deprecated/img/cron-icon/crn-textarea.svg +22 -0
  942. package/deprecated/img/cron-icon/crn-textinput.svg +23 -0
  943. package/deprecated/img/cron-icon/crn-textinputbutton.svg +33 -0
  944. package/deprecated/img/cron-icon/crn-textinputicon.svg +29 -0
  945. package/deprecated/img/cron-icon/crn-three-container.svg +21 -0
  946. package/deprecated/img/cron-icon/crn-three-six-three-container.svg +19 -0
  947. package/deprecated/img/cron-icon/crn-timepicker.svg +20 -0
  948. package/deprecated/img/cron-icon/crn-tree-view.svg +19 -0
  949. package/deprecated/img/cron-icon/crn-two-container.svg +18 -0
  950. package/deprecated/img/cron-icon/crn-unordered-list.svg +24 -0
  951. package/deprecated/img/cron-icon/crn-unordered-sub-list.svg +28 -0
  952. package/deprecated/img/cron-icon/crn-upload.svg +20 -0
  953. package/deprecated/img/cron-icon/crn-vertical-container.svg +19 -0
  954. package/deprecated/img/cron-icon/cron-breadrumb.svg +638 -0
  955. package/deprecated/img/cronGrid.png +0 -0
  956. package/deprecated/img/cronRichEditor.png +0 -0
  957. package/deprecated/img/cronapp-logo-login.png +0 -0
  958. package/deprecated/img/img-user.svg +1 -0
  959. package/deprecated/img/logo-cronapp-negativa.svg +1 -0
  960. package/deprecated/img/logo.png +0 -0
  961. package/deprecated/img/logo.svg +1 -0
  962. package/deprecated/img/nophoto.png +0 -0
  963. package/deprecated/img/placehold-100x100.png +0 -0
  964. package/deprecated/img/placehold-900x500.png +0 -0
  965. package/deprecated/img/qrcode.png +0 -0
  966. package/deprecated/img/recaptcha-logo.svg +1 -0
  967. package/deprecated/img/selectFile.png +0 -0
  968. package/deprecated/img/selectImg.svg +44 -0
  969. package/deprecated/img/svg-charts.svg +1 -0
  970. package/dist/components/css/checkbox-color.css +1 -1
  971. package/dist/components/css/color-default.css +1 -1
  972. package/dist/components/css/combobox-color.css +1 -1
  973. package/dist/components/css/crn-input-password.css +1 -1
  974. package/dist/components/css/designtime.css +1 -1
  975. package/dist/components/css/font-size.css +1 -1
  976. package/dist/components/css/option-color.css +1 -1
  977. package/dist/components/js/format.min.js +1 -1
  978. package/dist/components/js/jquery.inputmask.bundle.js +1 -1
  979. package/dist/components/js/jquery.mask.min.js +1 -1
  980. package/dist/components/js/qrcode.js +1 -1
  981. package/dist/components/templates/Component_Container/crn-eight-four-container.template.html +1 -1
  982. package/dist/components/templates/Component_Container/crn-four-eight-container.template.html +1 -1
  983. package/dist/components/templates/Component_Container/crn-one-container.template.html +1 -1
  984. package/dist/components/templates/Component_Container/crn-three-container.template.html +1 -1
  985. package/dist/components/templates/Component_Container/crn-three-six-three-container.template.html +1 -1
  986. package/dist/components/templates/Component_Container/crn-two-container.template.html +1 -1
  987. package/dist/components/templates/accordion.template.html +1 -1
  988. package/dist/components/templates/anchor.template.html +1 -1
  989. package/dist/components/templates/button.template.html +1 -1
  990. package/dist/components/templates/crn-signature-pad.designtime.html +1 -1
  991. package/dist/components/templates/cron-checkbox.template.html +1 -1
  992. package/dist/components/templates/cron-combobox-multiple.designtime.html +1 -1
  993. package/dist/components/templates/cron-combobox-multiple.template.html +1 -1
  994. package/dist/components/templates/cron-crud.template.html +1 -1
  995. package/dist/components/templates/cron-dynamic-menu.designtime.html +1 -1
  996. package/dist/components/templates/cron-dynamic-menu.template.html +1 -1
  997. package/dist/components/templates/cron-frame.template.html +1 -1
  998. package/dist/components/templates/cron-scheduler.designtime.html +1 -2
  999. package/dist/components/templates/cron-slider.designtime.html +1 -0
  1000. package/dist/components/templates/cron-tree-view.designtime.html +1 -1
  1001. package/dist/components/templates/dynamicfile.template.html +1 -1
  1002. package/dist/components/templates/dynamictitle.template.html +1 -1
  1003. package/dist/components/templates/form.template.html +1 -1
  1004. package/dist/components/templates/icon.template.html +1 -1
  1005. package/dist/components/templates/image-menu.template.html +1 -1
  1006. package/dist/components/templates/navbar.template.html +1 -1
  1007. package/dist/components/templates/panel.template.html +1 -1
  1008. package/dist/components/templates/radiogroup.template.html +1 -1
  1009. package/dist/components/templates/rating.template.html +1 -1
  1010. package/dist/components/templates/social-button-bar.template.html +1 -1
  1011. package/dist/components/templates/sub-form.template.html +1 -1
  1012. package/dist/components/templates/textinputbutton.template.html +1 -1
  1013. package/dist/css/animate.css +1 -1
  1014. package/dist/css/app.css +1 -1
  1015. package/dist/css/cronos.css +1 -1
  1016. package/dist/css/modalTemplate.css +1 -1
  1017. package/dist/css/privacy/privacy.css +1 -1
  1018. package/dist/css/themes/aquamarine.min.css +1 -1
  1019. package/dist/css/themes/cerulean.min.css +1 -1
  1020. package/dist/css/themes/cosmo.min.css +1 -1
  1021. package/dist/css/themes/custom/aquamarine/button-aquamarine.css +1 -0
  1022. package/dist/css/themes/custom/aquamarine/checkbox-aquamarine.css +1 -0
  1023. package/dist/css/themes/custom/aquamarine/custom-aquamarine.css +1 -0
  1024. package/dist/css/themes/custom/aquamarine/font/fonts.css +1 -1
  1025. package/dist/css/themes/custom/aquamarine/navbar-aquamarine.css +1 -0
  1026. package/dist/css/themes/custom/aquamarine/panel-aquamarine.css +1 -0
  1027. package/dist/css/themes/custom/cerulean/button-cerulean.css +1 -1
  1028. package/dist/css/themes/custom/cerulean/custom-cerulean.css +1 -1
  1029. package/dist/css/themes/custom/cerulean/navbar-cerulean.css +1 -1
  1030. package/dist/css/themes/custom/cerulean/panel-cerulean.css +1 -1
  1031. package/dist/css/themes/custom/cosmo/button-cosmo.css +1 -0
  1032. package/dist/css/themes/custom/cosmo/custom-cosmo.css +1 -0
  1033. package/dist/css/themes/custom/cosmo/navbar-cosmo.css +1 -0
  1034. package/dist/css/themes/custom/cosmo/panel-cosmo.css +1 -0
  1035. package/dist/css/themes/custom/cyborg/button-cyborg.css +1 -0
  1036. package/dist/css/themes/custom/cyborg/custom-cyborg.css +1 -0
  1037. package/dist/css/themes/custom/cyborg/navbar-cyborg.css +1 -0
  1038. package/dist/css/themes/custom/cyborg/panel-cyborg.css +1 -0
  1039. package/dist/css/themes/custom/darkly/button-darkly.css +1 -0
  1040. package/dist/css/themes/custom/darkly/custom-darkly.css +1 -1
  1041. package/dist/css/themes/custom/darkly/navbar-darkly.css +1 -1
  1042. package/dist/css/themes/custom/darkly/panel-darkly.css +1 -1
  1043. package/dist/css/themes/custom/dsgov/button-dsgov.css +1 -0
  1044. package/dist/css/themes/custom/dsgov/calendar-dsgov.css +1 -0
  1045. package/dist/css/themes/custom/dsgov/color-dsgov.css +1 -0
  1046. package/dist/css/themes/custom/dsgov/custom-dsgov.css +1 -0
  1047. package/dist/css/themes/custom/dsgov/form-dsgov.css +1 -0
  1048. package/dist/css/themes/custom/dsgov/navbar-dsgov.css +1 -0
  1049. package/dist/css/themes/custom/dsgov/panel-dsgov.css +1 -0
  1050. package/dist/css/themes/custom/dsgov/slider-dsgov.css +1 -0
  1051. package/dist/css/themes/custom/dsgov/table-grid-dsgov.css +1 -0
  1052. package/dist/css/themes/custom/flatly/button-flatly.css +1 -0
  1053. package/dist/css/themes/custom/flatly/custom-flatly.css +1 -1
  1054. package/dist/css/themes/custom/flatly/navbar-flatly.css +1 -1
  1055. package/dist/css/themes/custom/flatly/panel-flatly.css +1 -1
  1056. package/dist/css/themes/custom/fuse/button-fuse.css +1 -0
  1057. package/dist/css/themes/custom/fuse/custom-fuse.css +1 -0
  1058. package/dist/css/themes/custom/fuse/navbar-fuse.css +1 -0
  1059. package/dist/css/themes/custom/fuse/panel-fuse.css +1 -0
  1060. package/dist/css/themes/custom/journal/button-journal.css +1 -0
  1061. package/dist/css/themes/custom/journal/custom-journal.css +1 -0
  1062. package/dist/css/themes/custom/journal/navbar-journal.css +1 -0
  1063. package/dist/css/themes/custom/journal/panel-journal.css +1 -0
  1064. package/dist/css/themes/custom/lumen/button-lumen.css +1 -0
  1065. package/dist/css/themes/custom/lumen/custom-lumen.css +1 -0
  1066. package/dist/css/themes/custom/lumen/navbar-lumen.css +1 -0
  1067. package/dist/css/themes/custom/lumen/panel-lumen.css +1 -0
  1068. package/dist/css/themes/custom/material/custom-material.css +1 -1
  1069. package/dist/css/themes/custom/material/grid-material.css +1 -0
  1070. package/dist/css/themes/custom/material/navbar-material.css +1 -0
  1071. package/dist/css/themes/custom/material/panel-material.css +1 -0
  1072. package/dist/css/themes/custom/materialui/custom-materialui.css +1 -0
  1073. package/dist/css/themes/custom/navigator/custom-navigator.css +1 -1
  1074. package/dist/css/themes/custom/paper/button-paper.css +1 -0
  1075. package/dist/css/themes/custom/paper/custom-paper.css +1 -0
  1076. package/dist/css/themes/custom/paper/navbar-paper.css +1 -0
  1077. package/dist/css/themes/custom/paper/panel-paper.css +1 -0
  1078. package/dist/css/themes/custom/readable/button-readable.css +1 -0
  1079. package/dist/css/themes/custom/readable/custom-readable.css +1 -0
  1080. package/dist/css/themes/custom/readable/navbar-readable.css +1 -0
  1081. package/dist/css/themes/custom/readable/panel-readable.css +1 -0
  1082. package/dist/css/themes/custom/sandstone/button-sandstone.css +1 -0
  1083. package/dist/css/themes/custom/sandstone/custom-sandstone.css +1 -0
  1084. package/dist/css/themes/custom/sandstone/navbar-sandstone.css +1 -0
  1085. package/dist/css/themes/custom/sandstone/panel-sandstone.css +1 -0
  1086. package/dist/css/themes/custom/simplex/button-simplex.css +1 -0
  1087. package/dist/css/themes/custom/simplex/custom-simplex.css +1 -0
  1088. package/dist/css/themes/custom/simplex/navbar-simplex.css +1 -0
  1089. package/dist/css/themes/custom/simplex/panel-simplex.css +1 -0
  1090. package/dist/css/themes/custom/slate/button-slate.css +1 -0
  1091. package/dist/css/themes/custom/slate/custom-slate.css +1 -0
  1092. package/dist/css/themes/custom/slate/navbar-slate.css +1 -0
  1093. package/dist/css/themes/custom/slate/panel-slate.css +1 -0
  1094. package/dist/css/themes/custom/spacelab/button-spacelab.css +1 -1
  1095. package/dist/css/themes/custom/spacelab/custom-spacelab.css +1 -1
  1096. package/dist/css/themes/custom/spacelab/navbar-spacelab.css +1 -1
  1097. package/dist/css/themes/custom/spacelab/panel-spacelab.css +1 -1
  1098. package/dist/css/themes/custom/superhero/button-superhero.css +1 -0
  1099. package/dist/css/themes/custom/superhero/custom-superhero.css +1 -1
  1100. package/dist/css/themes/custom/superhero/navbar-superhero.css +1 -1
  1101. package/dist/css/themes/custom/superhero/panel-superhero.css +1 -1
  1102. package/dist/css/themes/custom/superhero/tabs-superhero.css +1 -1
  1103. package/dist/css/themes/custom/theme-general/button.css +1 -1
  1104. package/dist/css/themes/custom/theme-general/carousel.css +1 -1
  1105. package/dist/css/themes/custom/theme-general/forms.css +1 -1
  1106. package/dist/css/themes/custom/theme-general/login.css +1 -1
  1107. package/dist/css/themes/custom/theme-general/menu.css +1 -1
  1108. package/dist/css/themes/custom/theme-general/modal.css +1 -1
  1109. package/dist/css/themes/custom/theme-general/notification.css +1 -1
  1110. package/dist/css/themes/custom/theme-general/report-viewer.css +1 -1
  1111. package/dist/css/themes/custom/theme-general/scheduler.css +1 -1
  1112. package/dist/css/themes/custom/theme-general/slider.css +1 -1
  1113. package/dist/css/themes/custom/theme-general/table-grid.css +1 -1
  1114. package/dist/css/themes/custom/theme-general/tabs.css +1 -1
  1115. package/dist/css/themes/custom/theme-general/theme-general.css +1 -1
  1116. package/dist/css/themes/custom/theme-general/timeline.css +1 -1
  1117. package/dist/css/themes/custom/theme-general/treeview.css +1 -1
  1118. package/dist/css/themes/custom/united/button-united.css +1 -0
  1119. package/dist/css/themes/custom/united/custom-united.css +1 -0
  1120. package/dist/css/themes/custom/united/navbar-united.css +1 -0
  1121. package/dist/css/themes/custom/united/panel-united.css +1 -0
  1122. package/dist/css/themes/custom/yeti/button-yeti.css +1 -0
  1123. package/dist/css/themes/custom/yeti/custom-yeti.css +1 -0
  1124. package/dist/css/themes/custom/yeti/navbar-yeti.css +1 -0
  1125. package/dist/css/themes/custom/yeti/panel-yeti.css +1 -0
  1126. package/dist/css/themes/cyborg.min.css +1 -1
  1127. package/dist/css/themes/darkly.min.css +1 -1
  1128. package/dist/css/themes/dsgov.min.css +1 -1
  1129. package/dist/css/themes/flatly.min.css +1 -1
  1130. package/dist/css/themes/fuse.min.css +1 -1
  1131. package/dist/css/themes/journal.min.css +1 -1
  1132. package/dist/css/themes/lumen.min.css +1 -1
  1133. package/dist/css/themes/material.min.css +1 -1
  1134. package/dist/css/themes/materialui.min.css +1 -0
  1135. package/dist/css/themes/paper.min.css +1 -1
  1136. package/dist/css/themes/readable.min.css +1 -1
  1137. package/dist/css/themes/sandstone.min.css +1 -1
  1138. package/dist/css/themes/simplex.min.css +1 -1
  1139. package/dist/css/themes/slate.min.css +1 -1
  1140. package/dist/css/themes/spacelab.min.css +1 -1
  1141. package/dist/css/themes/superhero.min.css +1 -1
  1142. package/dist/css/themes/theme.editor.view.html +5 -0
  1143. package/dist/css/themes/united.min.css +1 -1
  1144. package/dist/css/themes/yeti.min.css +1 -1
  1145. package/dist/i18n/locale_en_us.json +4 -1
  1146. package/dist/i18n/locale_pt_br.json +4 -1
  1147. package/dist/img/cron-icon/crn-component.svg +1 -0
  1148. package/dist/js/app.js +1 -1
  1149. package/dist/js/controllers.js +1 -1
  1150. package/dist/js/dashboard/dashboard.service.js +1 -1
  1151. package/dist/js/directives.js +14 -1
  1152. package/dist/js/reports/reports.service.js +1 -1
  1153. package/dist/js/stateProvider.js +1 -1
  1154. package/gulpfile.js +1 -1
  1155. package/i18n/locale_en_us.json +4 -1
  1156. package/i18n/locale_pt_br.json +4 -1
  1157. package/img/cron-icon/crn-component.svg +22 -0
  1158. package/js/app.js +16 -2
  1159. package/js/controllers.js +10 -2
  1160. package/js/dashboard/dashboard.service.js +4 -2
  1161. package/js/directives.js +650 -347
  1162. package/js/reports/reports.service.js +5 -2
  1163. package/js/stateProvider.js +17 -8
  1164. package/package.json +4 -4
  1165. package/postupdate.json +128 -115
  1166. package/css/reset_password.css +0 -5
  1167. package/css/signup.css +0 -16
  1168. package/css/themes/custom/_bootswatch-v3.3.3/_media-print.css +0 -71
  1169. package/css/themes/custom/_bootswatch-v3.3.3/badge.css +0 -47
  1170. package/css/themes/custom/_bootswatch-v3.3.3/basics.css +0 -620
  1171. package/css/themes/custom/_bootswatch-v3.3.3/blockquote.css +0 -54
  1172. package/css/themes/custom/_bootswatch-v3.3.3/breadcrumb.css +0 -21
  1173. package/css/themes/custom/_bootswatch-v3.3.3/btn-group.css +0 -169
  1174. package/css/themes/custom/_bootswatch-v3.3.3/btn-toolbar.css +0 -15
  1175. package/css/themes/custom/_bootswatch-v3.3.3/btn.css +0 -158
  1176. package/css/themes/custom/_bootswatch-v3.3.3/caret.css +0 -24
  1177. package/css/themes/custom/_bootswatch-v3.3.3/close.css +0 -27
  1178. package/css/themes/custom/_bootswatch-v3.3.3/container.css +0 -49
  1179. package/css/themes/custom/_bootswatch-v3.3.3/dropdown.css +0 -133
  1180. package/css/themes/custom/_bootswatch-v3.3.3/form.css +0 -401
  1181. package/css/themes/custom/_bootswatch-v3.3.3/has.css +0 -172
  1182. package/css/themes/custom/_bootswatch-v3.3.3/import_bootswatch.css +0 -46
  1183. package/css/themes/custom/_bootswatch-v3.3.3/input-group.css +0 -184
  1184. package/css/themes/custom/_bootswatch-v3.3.3/input.css +0 -39
  1185. package/css/themes/custom/_bootswatch-v3.3.3/jumbotron.css +0 -44
  1186. package/css/themes/custom/_bootswatch-v3.3.3/kbd.css +0 -17
  1187. package/css/themes/custom/_bootswatch-v3.3.3/label.css +0 -33
  1188. package/css/themes/custom/_bootswatch-v3.3.3/list-group.css +0 -75
  1189. package/css/themes/custom/_bootswatch-v3.3.3/modal.css +0 -143
  1190. package/css/themes/custom/_bootswatch-v3.3.3/nav-justified.css +0 -27
  1191. package/css/themes/custom/_bootswatch-v3.3.3/nav-pills.css +0 -11
  1192. package/css/themes/custom/_bootswatch-v3.3.3/nav-stacked.css +0 -8
  1193. package/css/themes/custom/_bootswatch-v3.3.3/nav-tabs.css +0 -78
  1194. package/css/themes/custom/_bootswatch-v3.3.3/nav.css +0 -27
  1195. package/css/themes/custom/_bootswatch-v3.3.3/navbar.css +0 -351
  1196. package/css/themes/custom/_bootswatch-v3.3.3/pager.css +0 -27
  1197. package/css/themes/custom/_bootswatch-v3.3.3/pagination.css +0 -71
  1198. package/css/themes/custom/_bootswatch-v3.3.3/panel.css +0 -264
  1199. package/css/themes/custom/_bootswatch-v3.3.3/popover.css +0 -149
  1200. package/css/themes/custom/_bootswatch-v3.3.3/pre.css +0 -22
  1201. package/css/themes/custom/_bootswatch-v3.3.3/progress.css +0 -63
  1202. package/css/themes/custom/_bootswatch-v3.3.3/table.css +0 -268
  1203. package/css/themes/custom/_bootswatch-v3.3.3/thumbnail.css +0 -41
  1204. package/css/themes/custom/_bootswatch-v3.3.3/tooltip.css +0 -129
  1205. package/css/themes/custom/_bootswatch-v3.3.3/visible.css +0 -261
  1206. package/css/themes/custom/_bootswatch-v3.3.3/well.css +0 -25
  1207. package/css/themes/custom/_bootswatch-v3.3.6/_media-print.css +0 -71
  1208. package/css/themes/custom/_bootswatch-v3.3.6/alert.css +0 -48
  1209. package/css/themes/custom/_bootswatch-v3.3.6/animations.css +0 -26
  1210. package/css/themes/custom/_bootswatch-v3.3.6/badge.css +0 -58
  1211. package/css/themes/custom/_bootswatch-v3.3.6/basics.css +0 -725
  1212. package/css/themes/custom/_bootswatch-v3.3.6/blockquote.css +0 -54
  1213. package/css/themes/custom/_bootswatch-v3.3.6/breadcrumb.css +0 -21
  1214. package/css/themes/custom/_bootswatch-v3.3.6/btn.css +0 -491
  1215. package/css/themes/custom/_bootswatch-v3.3.6/carousel.css +0 -261
  1216. package/css/themes/custom/_bootswatch-v3.3.6/close.css +0 -37
  1217. package/css/themes/custom/_bootswatch-v3.3.6/col.css +0 -787
  1218. package/css/themes/custom/_bootswatch-v3.3.6/collapse.css +0 -30
  1219. package/css/themes/custom/_bootswatch-v3.3.6/container.css +0 -31
  1220. package/css/themes/custom/_bootswatch-v3.3.6/dropdown.css +0 -158
  1221. package/css/themes/custom/_bootswatch-v3.3.6/embed-responsive.css +0 -29
  1222. package/css/themes/custom/_bootswatch-v3.3.6/fade.css +0 -10
  1223. package/css/themes/custom/_bootswatch-v3.3.6/form_input.css +0 -782
  1224. package/css/themes/custom/_bootswatch-v3.3.6/glyphicon.css +0 -1066
  1225. package/css/themes/custom/_bootswatch-v3.3.6/img_figure.css +0 -39
  1226. package/css/themes/custom/_bootswatch-v3.3.6/import_bootswatch.css +0 -38
  1227. package/css/themes/custom/_bootswatch-v3.3.6/input-group.css +0 -184
  1228. package/css/themes/custom/_bootswatch-v3.3.6/jumbotron.css +0 -49
  1229. package/css/themes/custom/_bootswatch-v3.3.6/label.css +0 -35
  1230. package/css/themes/custom/_bootswatch-v3.3.6/list-group.css +0 -133
  1231. package/css/themes/custom/_bootswatch-v3.3.6/media.css +0 -60
  1232. package/css/themes/custom/_bootswatch-v3.3.6/modal.css +0 -143
  1233. package/css/themes/custom/_bootswatch-v3.3.6/nav.css +0 -276
  1234. package/css/themes/custom/_bootswatch-v3.3.6/navbar.css +0 -408
  1235. package/css/themes/custom/_bootswatch-v3.3.6/pager.css +0 -44
  1236. package/css/themes/custom/_bootswatch-v3.3.6/pagination.css +0 -109
  1237. package/css/themes/custom/_bootswatch-v3.3.6/panel.css +0 -288
  1238. package/css/themes/custom/_bootswatch-v3.3.6/popover.css +0 -154
  1239. package/css/themes/custom/_bootswatch-v3.3.6/progress.css +0 -95
  1240. package/css/themes/custom/_bootswatch-v3.3.6/table.css +0 -171
  1241. package/css/themes/custom/_bootswatch-v3.3.6/text.css +0 -31
  1242. package/css/themes/custom/_bootswatch-v3.3.6/thumbnail.css +0 -29
  1243. package/css/themes/custom/_bootswatch-v3.3.6/tooltip.css +0 -129
  1244. package/css/themes/custom/_bootswatch-v3.3.6/visible.css +0 -269
  1245. package/css/themes/custom/_bootswatch-v3.3.6/well.css +0 -31
  1246. package/css/themes/custom/_bootswatch-v3.3.7/alert.css +0 -37
  1247. package/css/themes/custom/_bootswatch-v3.3.7/col.css +0 -787
  1248. package/css/themes/custom/_bootswatch-v3.3.7/collapse.css +0 -30
  1249. package/css/themes/custom/_bootswatch-v3.3.7/embed-responsive.css +0 -29
  1250. package/css/themes/custom/_bootswatch-v3.3.7/glyphicon.css +0 -1066
  1251. package/css/themes/custom/_bootswatch-v3.3.7/navbar.css +0 -619
  1252. package/css/themes/custom/_bootswatch-v3.3.7/text.css +0 -31
  1253. package/css/themes/custom/_bootswatch-v4.1.3/_media-print.css +0 -79
  1254. package/css/themes/custom/_bootswatch-v4.1.3/accordion.css +0 -19
  1255. package/css/themes/custom/_bootswatch-v4.1.3/alert.css +0 -27
  1256. package/css/themes/custom/_bootswatch-v4.1.3/align.css +0 -393
  1257. package/css/themes/custom/_bootswatch-v4.1.3/badge.css +0 -26
  1258. package/css/themes/custom/_bootswatch-v4.1.3/basics.css +0 -706
  1259. package/css/themes/custom/_bootswatch-v4.1.3/blockquote.css +0 -14
  1260. package/css/themes/custom/_bootswatch-v4.1.3/border.css +0 -75
  1261. package/css/themes/custom/_bootswatch-v4.1.3/breadcrumb.css +0 -35
  1262. package/css/themes/custom/_bootswatch-v4.1.3/btn.css +0 -244
  1263. package/css/themes/custom/_bootswatch-v4.1.3/card.css +0 -260
  1264. package/css/themes/custom/_bootswatch-v4.1.3/carousel.css +0 -251
  1265. package/css/themes/custom/_bootswatch-v4.1.3/close.css +0 -27
  1266. package/css/themes/custom/_bootswatch-v4.1.3/col.css +0 -1125
  1267. package/css/themes/custom/_bootswatch-v4.1.3/container.css +0 -39
  1268. package/css/themes/custom/_bootswatch-v4.1.3/custom.css +0 -413
  1269. package/css/themes/custom/_bootswatch-v4.1.3/display.css +0 -209
  1270. package/css/themes/custom/_bootswatch-v4.1.3/dropdown.css +0 -176
  1271. package/css/themes/custom/_bootswatch-v4.1.3/embed-responsive.css +0 -42
  1272. package/css/themes/custom/_bootswatch-v4.1.3/flex.css +0 -318
  1273. package/css/themes/custom/_bootswatch-v4.1.3/float.css +0 -59
  1274. package/css/themes/custom/_bootswatch-v4.1.3/form.css +0 -294
  1275. package/css/themes/custom/_bootswatch-v4.1.3/img_figure.css +0 -27
  1276. package/css/themes/custom/_bootswatch-v4.1.3/import_bootswatch.css +0 -43
  1277. package/css/themes/custom/_bootswatch-v4.1.3/input-group.css +0 -178
  1278. package/css/themes/custom/_bootswatch-v4.1.3/jumbotron.css +0 -18
  1279. package/css/themes/custom/_bootswatch-v4.1.3/justify.css +0 -136
  1280. package/css/themes/custom/_bootswatch-v4.1.3/list-group.css +0 -218
  1281. package/css/themes/custom/_bootswatch-v4.1.3/margin.css +0 -711
  1282. package/css/themes/custom/_bootswatch-v4.1.3/modal.css +0 -182
  1283. package/css/themes/custom/_bootswatch-v4.1.3/nav.css +0 -45
  1284. package/css/themes/custom/_bootswatch-v4.1.3/navbar.css +0 -353
  1285. package/css/themes/custom/_bootswatch-v4.1.3/padding.css +0 -611
  1286. package/css/themes/custom/_bootswatch-v4.1.3/page.css +0 -55
  1287. package/css/themes/custom/_bootswatch-v4.1.3/pagination.css +0 -44
  1288. package/css/themes/custom/_bootswatch-v4.1.3/popover.css +0 -199
  1289. package/css/themes/custom/_bootswatch-v4.1.3/position.css +0 -20
  1290. package/css/themes/custom/_bootswatch-v4.1.3/progress.css +0 -46
  1291. package/css/themes/custom/_bootswatch-v4.1.3/rounded.css +0 -31
  1292. package/css/themes/custom/_bootswatch-v4.1.3/shadow.css +0 -19
  1293. package/css/themes/custom/_bootswatch-v4.1.3/table.css +0 -96
  1294. package/css/themes/custom/_bootswatch-v4.1.3/text.css +0 -113
  1295. package/css/themes/custom/_bootswatch-v4.1.3/tooltip.css +0 -122
  1296. package/css/themes/custom/_bootswatch-v4.1.3/validated.css +0 -239
  1297. package/css/themes/custom/aquamarine/custom-aquamarine.min.css +0 -3085
  1298. package/css/themes/custom/aquamarine/font/WorkSans-Black.woff +0 -0
  1299. package/css/themes/custom/aquamarine/font/WorkSans-Black.woff2 +0 -0
  1300. package/css/themes/custom/aquamarine/font/WorkSans-BlackItalic.woff +0 -0
  1301. package/css/themes/custom/aquamarine/font/WorkSans-BlackItalic.woff2 +0 -0
  1302. package/css/themes/custom/aquamarine/font/WorkSans-Bold.woff +0 -0
  1303. package/css/themes/custom/aquamarine/font/WorkSans-Bold.woff2 +0 -0
  1304. package/css/themes/custom/aquamarine/font/WorkSans-BoldItalic.woff +0 -0
  1305. package/css/themes/custom/aquamarine/font/WorkSans-BoldItalic.woff2 +0 -0
  1306. package/css/themes/custom/aquamarine/font/WorkSans-ExtraBold.woff +0 -0
  1307. package/css/themes/custom/aquamarine/font/WorkSans-ExtraBold.woff2 +0 -0
  1308. package/css/themes/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff +0 -0
  1309. package/css/themes/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
  1310. package/css/themes/custom/aquamarine/font/WorkSans-ExtraLight.woff +0 -0
  1311. package/css/themes/custom/aquamarine/font/WorkSans-ExtraLight.woff2 +0 -0
  1312. package/css/themes/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff +0 -0
  1313. package/css/themes/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff2 +0 -0
  1314. package/css/themes/custom/aquamarine/font/WorkSans-Italic.woff +0 -0
  1315. package/css/themes/custom/aquamarine/font/WorkSans-Italic.woff2 +0 -0
  1316. package/css/themes/custom/aquamarine/font/WorkSans-Light.woff +0 -0
  1317. package/css/themes/custom/aquamarine/font/WorkSans-Light.woff2 +0 -0
  1318. package/css/themes/custom/aquamarine/font/WorkSans-LightItalic.woff +0 -0
  1319. package/css/themes/custom/aquamarine/font/WorkSans-LightItalic.woff2 +0 -0
  1320. package/css/themes/custom/aquamarine/font/WorkSans-Medium.woff +0 -0
  1321. package/css/themes/custom/aquamarine/font/WorkSans-Medium.woff2 +0 -0
  1322. package/css/themes/custom/aquamarine/font/WorkSans-MediumItalic.woff +0 -0
  1323. package/css/themes/custom/aquamarine/font/WorkSans-MediumItalic.woff2 +0 -0
  1324. package/css/themes/custom/aquamarine/font/WorkSans-Regular.woff +0 -0
  1325. package/css/themes/custom/aquamarine/font/WorkSans-Regular.woff2 +0 -0
  1326. package/css/themes/custom/aquamarine/font/WorkSans-SemiBold.woff +0 -0
  1327. package/css/themes/custom/aquamarine/font/WorkSans-SemiBold.woff2 +0 -0
  1328. package/css/themes/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff +0 -0
  1329. package/css/themes/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff2 +0 -0
  1330. package/css/themes/custom/aquamarine/font/WorkSans-Thin.woff +0 -0
  1331. package/css/themes/custom/aquamarine/font/WorkSans-Thin.woff2 +0 -0
  1332. package/css/themes/custom/aquamarine/font/WorkSans-ThinItalic.woff +0 -0
  1333. package/css/themes/custom/aquamarine/font/WorkSans-ThinItalic.woff2 +0 -0
  1334. package/css/themes/custom/aquamarine/font/fonts.css +0 -162
  1335. package/css/themes/custom/cosmo/custom-cosmo.min.css +0 -2959
  1336. package/css/themes/custom/cyborg/custom-cyborg.min.css +0 -1805
  1337. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/_media-print.css +0 -73
  1338. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/alert.css +0 -37
  1339. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/animations.css +0 -26
  1340. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/badge.css +0 -48
  1341. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/basics.css +0 -734
  1342. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/blockquote.css +0 -54
  1343. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/breadcrumb.css +0 -30
  1344. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/btn.css +0 -391
  1345. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/carousel.css +0 -252
  1346. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/close.css +0 -27
  1347. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/col.css +0 -787
  1348. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/collapse.css +0 -30
  1349. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/container.css +0 -31
  1350. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/dropdown.css +0 -157
  1351. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/embed-responsive.css +0 -29
  1352. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/fade.css +0 -10
  1353. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/figure_img.css +0 -39
  1354. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/form-control.css +0 -310
  1355. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/glyphicon.css +0 -1066
  1356. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/import_bootswatch.css +0 -40
  1357. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/input-group.css +0 -184
  1358. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/input.css +0 -144
  1359. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/jumbotron.css +0 -49
  1360. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/label.css +0 -35
  1361. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/list-group.css +0 -129
  1362. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/media.css +0 -60
  1363. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/modal.css +0 -142
  1364. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/nav.css +0 -271
  1365. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/pager.css +0 -52
  1366. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/pagination.css +0 -113
  1367. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/panel.css +0 -295
  1368. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/popover.css +0 -148
  1369. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/progress.css +0 -65
  1370. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/table.css +0 -268
  1371. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/text.css +0 -31
  1372. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/thumbnail.css +0 -29
  1373. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/tooltip.css +0 -129
  1374. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/visible.css +0 -269
  1375. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/well.css +0 -25
  1376. package/css/themes/custom/dsgov/custom-dsgov.min.css +0 -3246
  1377. package/css/themes/custom/dsgov/font/WorkSans-Black.woff +0 -0
  1378. package/css/themes/custom/dsgov/font/WorkSans-Black.woff2 +0 -0
  1379. package/css/themes/custom/dsgov/font/WorkSans-BlackItalic.woff +0 -0
  1380. package/css/themes/custom/dsgov/font/WorkSans-BlackItalic.woff2 +0 -0
  1381. package/css/themes/custom/dsgov/font/WorkSans-Bold.woff +0 -0
  1382. package/css/themes/custom/dsgov/font/WorkSans-Bold.woff2 +0 -0
  1383. package/css/themes/custom/dsgov/font/WorkSans-BoldItalic.woff +0 -0
  1384. package/css/themes/custom/dsgov/font/WorkSans-BoldItalic.woff2 +0 -0
  1385. package/css/themes/custom/dsgov/font/WorkSans-ExtraBold.woff +0 -0
  1386. package/css/themes/custom/dsgov/font/WorkSans-ExtraBold.woff2 +0 -0
  1387. package/css/themes/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff +0 -0
  1388. package/css/themes/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
  1389. package/css/themes/custom/dsgov/font/WorkSans-ExtraLight.woff +0 -0
  1390. package/css/themes/custom/dsgov/font/WorkSans-ExtraLight.woff2 +0 -0
  1391. package/css/themes/custom/dsgov/font/WorkSans-ExtraLightItalic.woff +0 -0
  1392. package/css/themes/custom/dsgov/font/WorkSans-ExtraLightItalic.woff2 +0 -0
  1393. package/css/themes/custom/dsgov/font/WorkSans-Italic.woff +0 -0
  1394. package/css/themes/custom/dsgov/font/WorkSans-Italic.woff2 +0 -0
  1395. package/css/themes/custom/dsgov/font/WorkSans-Light.woff +0 -0
  1396. package/css/themes/custom/dsgov/font/WorkSans-Light.woff2 +0 -0
  1397. package/css/themes/custom/dsgov/font/WorkSans-LightItalic.woff +0 -0
  1398. package/css/themes/custom/dsgov/font/WorkSans-LightItalic.woff2 +0 -0
  1399. package/css/themes/custom/dsgov/font/WorkSans-Medium.woff +0 -0
  1400. package/css/themes/custom/dsgov/font/WorkSans-Medium.woff2 +0 -0
  1401. package/css/themes/custom/dsgov/font/WorkSans-MediumItalic.woff +0 -0
  1402. package/css/themes/custom/dsgov/font/WorkSans-MediumItalic.woff2 +0 -0
  1403. package/css/themes/custom/dsgov/font/WorkSans-Regular.woff +0 -0
  1404. package/css/themes/custom/dsgov/font/WorkSans-Regular.woff2 +0 -0
  1405. package/css/themes/custom/dsgov/font/WorkSans-SemiBold.woff +0 -0
  1406. package/css/themes/custom/dsgov/font/WorkSans-SemiBold.woff2 +0 -0
  1407. package/css/themes/custom/dsgov/font/WorkSans-SemiBoldItalic.woff +0 -0
  1408. package/css/themes/custom/dsgov/font/WorkSans-SemiBoldItalic.woff2 +0 -0
  1409. package/css/themes/custom/dsgov/font/WorkSans-Thin.woff +0 -0
  1410. package/css/themes/custom/dsgov/font/WorkSans-Thin.woff2 +0 -0
  1411. package/css/themes/custom/dsgov/font/WorkSans-ThinItalic.woff +0 -0
  1412. package/css/themes/custom/dsgov/font/WorkSans-ThinItalic.woff2 +0 -0
  1413. package/css/themes/custom/dsgov/font/fonts.css +0 -162
  1414. package/css/themes/custom/dsgov/font2/fonts.css +0 -144
  1415. package/css/themes/custom/dsgov/font2/rawline-100.woff +0 -0
  1416. package/css/themes/custom/dsgov/font2/rawline-100i.woff +0 -0
  1417. package/css/themes/custom/dsgov/font2/rawline-200.woff +0 -0
  1418. package/css/themes/custom/dsgov/font2/rawline-200i.woff +0 -0
  1419. package/css/themes/custom/dsgov/font2/rawline-300.woff +0 -0
  1420. package/css/themes/custom/dsgov/font2/rawline-300i.woff +0 -0
  1421. package/css/themes/custom/dsgov/font2/rawline-400.woff +0 -0
  1422. package/css/themes/custom/dsgov/font2/rawline-400i.woff +0 -0
  1423. package/css/themes/custom/dsgov/font2/rawline-500.woff +0 -0
  1424. package/css/themes/custom/dsgov/font2/rawline-500i.woff +0 -0
  1425. package/css/themes/custom/dsgov/font2/rawline-600.woff +0 -0
  1426. package/css/themes/custom/dsgov/font2/rawline-600i.woff +0 -0
  1427. package/css/themes/custom/dsgov/font2/rawline-700.woff +0 -0
  1428. package/css/themes/custom/dsgov/font2/rawline-700i.woff +0 -0
  1429. package/css/themes/custom/dsgov/font2/rawline-800.woff +0 -0
  1430. package/css/themes/custom/dsgov/font2/rawline-800i.woff +0 -0
  1431. package/css/themes/custom/dsgov/font2/rawline-900.woff +0 -0
  1432. package/css/themes/custom/dsgov/font2/rawline-900i.woff +0 -0
  1433. package/css/themes/custom/fuse/components_css/navbar.css +0 -405
  1434. package/css/themes/custom/fuse/custom-fuse.min.css +0 -3107
  1435. package/css/themes/custom/fuse/img/arrow-gray.svg +0 -9
  1436. package/css/themes/custom/fuse/img/arrow-white.svg +0 -9
  1437. package/css/themes/custom/journal/custom-journal.min.css +0 -1570
  1438. package/css/themes/custom/lumen/custom-lumen.min.css +0 -3479
  1439. package/css/themes/custom/lumen/font/SourceSansPro-Black.woff +0 -0
  1440. package/css/themes/custom/lumen/font/SourceSansPro-Black.woff2 +0 -0
  1441. package/css/themes/custom/lumen/font/SourceSansPro-BlackIt.woff +0 -0
  1442. package/css/themes/custom/lumen/font/SourceSansPro-BlackIt.woff2 +0 -0
  1443. package/css/themes/custom/lumen/font/SourceSansPro-Bold.woff +0 -0
  1444. package/css/themes/custom/lumen/font/SourceSansPro-Bold.woff2 +0 -0
  1445. package/css/themes/custom/lumen/font/SourceSansPro-BoldIt.woff +0 -0
  1446. package/css/themes/custom/lumen/font/SourceSansPro-BoldIt.woff2 +0 -0
  1447. package/css/themes/custom/lumen/font/SourceSansPro-ExtraLight.woff +0 -0
  1448. package/css/themes/custom/lumen/font/SourceSansPro-ExtraLight.woff2 +0 -0
  1449. package/css/themes/custom/lumen/font/SourceSansPro-ExtraLightIt.woff +0 -0
  1450. package/css/themes/custom/lumen/font/SourceSansPro-ExtraLightIt.woff2 +0 -0
  1451. package/css/themes/custom/lumen/font/SourceSansPro-It.woff +0 -0
  1452. package/css/themes/custom/lumen/font/SourceSansPro-It.woff2 +0 -0
  1453. package/css/themes/custom/lumen/font/SourceSansPro-Light.woff +0 -0
  1454. package/css/themes/custom/lumen/font/SourceSansPro-Light.woff2 +0 -0
  1455. package/css/themes/custom/lumen/font/SourceSansPro-LightIt.woff +0 -0
  1456. package/css/themes/custom/lumen/font/SourceSansPro-LightIt.woff2 +0 -0
  1457. package/css/themes/custom/lumen/font/SourceSansPro-Regular.woff +0 -0
  1458. package/css/themes/custom/lumen/font/SourceSansPro-Regular.woff2 +0 -0
  1459. package/css/themes/custom/lumen/font/SourceSansPro-Semibold.woff +0 -0
  1460. package/css/themes/custom/lumen/font/SourceSansPro-Semibold.woff2 +0 -0
  1461. package/css/themes/custom/lumen/font/SourceSansPro-SemiboldIt.woff +0 -0
  1462. package/css/themes/custom/lumen/font/SourceSansPro-SemiboldIt.woff2 +0 -0
  1463. package/css/themes/custom/lumen/font/fonts.css +0 -108
  1464. package/css/themes/custom/lumen/img/arrow-gray.svg +0 -11
  1465. package/css/themes/custom/lumen/img/arrow-white.svg +0 -11
  1466. package/css/themes/custom/material/font/Roboto-Black.woff +0 -0
  1467. package/css/themes/custom/material/font/Roboto-Black.woff2 +0 -0
  1468. package/css/themes/custom/material/font/Roboto-BlackItalic.woff +0 -0
  1469. package/css/themes/custom/material/font/Roboto-BlackItalic.woff2 +0 -0
  1470. package/css/themes/custom/material/font/Roboto-Bold.woff +0 -0
  1471. package/css/themes/custom/material/font/Roboto-Bold.woff2 +0 -0
  1472. package/css/themes/custom/material/font/Roboto-BoldItalic.woff +0 -0
  1473. package/css/themes/custom/material/font/Roboto-BoldItalic.woff2 +0 -0
  1474. package/css/themes/custom/material/font/Roboto-Italic.woff +0 -0
  1475. package/css/themes/custom/material/font/Roboto-Italic.woff2 +0 -0
  1476. package/css/themes/custom/material/font/Roboto-Light.woff +0 -0
  1477. package/css/themes/custom/material/font/Roboto-Light.woff2 +0 -0
  1478. package/css/themes/custom/material/font/Roboto-LightItalic.woff +0 -0
  1479. package/css/themes/custom/material/font/Roboto-LightItalic.woff2 +0 -0
  1480. package/css/themes/custom/material/font/Roboto-Medium.woff +0 -0
  1481. package/css/themes/custom/material/font/Roboto-Medium.woff2 +0 -0
  1482. package/css/themes/custom/material/font/Roboto-MediumItalic.woff +0 -0
  1483. package/css/themes/custom/material/font/Roboto-MediumItalic.woff2 +0 -0
  1484. package/css/themes/custom/material/font/Roboto-Regular.woff +0 -0
  1485. package/css/themes/custom/material/font/Roboto-Regular.woff2 +0 -0
  1486. package/css/themes/custom/material/font/Roboto-Thin.woff +0 -0
  1487. package/css/themes/custom/material/font/Roboto-Thin.woff2 +0 -0
  1488. package/css/themes/custom/material/font/Roboto-ThinItalic.woff +0 -0
  1489. package/css/themes/custom/material/font/Roboto-ThinItalic.woff2 +0 -0
  1490. package/css/themes/custom/material/font/fonts.css +0 -108
  1491. package/css/themes/custom/material/img/arrow-gray.svg +0 -11
  1492. package/css/themes/custom/material/img/arrow-white.svg +0 -11
  1493. package/css/themes/custom/material_raiz/components_css/crn-button.css +0 -174
  1494. package/css/themes/custom/material_raiz/components_css/crn-cron-calendar.css +0 -176
  1495. package/css/themes/custom/material_raiz/components_css/crn-cron-grid.css +0 -241
  1496. package/css/themes/custom/material_raiz/components_css/crn-navbar.css +0 -185
  1497. package/css/themes/custom/material_raiz/components_css/crn-scheduler.css +0 -98
  1498. package/css/themes/custom/material_raiz/components_css/login.css +0 -38
  1499. package/css/themes/custom/material_raiz/custom-material_raiz.css +0 -363
  1500. package/css/themes/custom/paper/custom-paper.min.css +0 -1561
  1501. package/css/themes/custom/readable/custom-readable.min.css +0 -2661
  1502. package/css/themes/custom/sandstone/custom-sandstone.min.css +0 -1055
  1503. package/css/themes/custom/simplex/custom-simplex.min.css +0 -2646
  1504. package/css/themes/custom/slate/custom-slate.min.css +0 -2956
  1505. package/css/themes/custom/spacelab/font/OpenSans-Bold.woff +0 -0
  1506. package/css/themes/custom/spacelab/font/OpenSans-Bold.woff2 +0 -0
  1507. package/css/themes/custom/spacelab/font/OpenSans-BoldItalic.woff +0 -0
  1508. package/css/themes/custom/spacelab/font/OpenSans-BoldItalic.woff2 +0 -0
  1509. package/css/themes/custom/spacelab/font/OpenSans-Extrabold.woff +0 -0
  1510. package/css/themes/custom/spacelab/font/OpenSans-Extrabold.woff2 +0 -0
  1511. package/css/themes/custom/spacelab/font/OpenSans-ExtraboldItalic.woff +0 -0
  1512. package/css/themes/custom/spacelab/font/OpenSans-ExtraboldItalic.woff2 +0 -0
  1513. package/css/themes/custom/spacelab/font/OpenSans-Italic.woff +0 -0
  1514. package/css/themes/custom/spacelab/font/OpenSans-Italic.woff2 +0 -0
  1515. package/css/themes/custom/spacelab/font/OpenSans-Light.woff +0 -0
  1516. package/css/themes/custom/spacelab/font/OpenSans-Light.woff2 +0 -0
  1517. package/css/themes/custom/spacelab/font/OpenSans-Semibold.woff +0 -0
  1518. package/css/themes/custom/spacelab/font/OpenSans-Semibold.woff2 +0 -0
  1519. package/css/themes/custom/spacelab/font/OpenSans-SemiboldItalic.woff +0 -0
  1520. package/css/themes/custom/spacelab/font/OpenSans-SemiboldItalic.woff2 +0 -0
  1521. package/css/themes/custom/spacelab/font/OpenSans.woff +0 -0
  1522. package/css/themes/custom/spacelab/font/OpenSans.woff2 +0 -0
  1523. package/css/themes/custom/spacelab/font/OpenSansLight-Italic.woff +0 -0
  1524. package/css/themes/custom/spacelab/font/OpenSansLight-Italic.woff2 +0 -0
  1525. package/css/themes/custom/spacelab/font/fonts.css +0 -89
  1526. package/css/themes/custom/theme-general/cookies.css +0 -34
  1527. package/css/themes/custom/united/custom-united.min.css +0 -2493
  1528. package/css/themes/custom/yeti/custom-yeti.min.css +0 -3363
  1529. package/css/themes/material_raiz.min.css +0 -3
  1530. package/dist/css/themes/custom/lumen/font/SourceSansPro-Black.woff +0 -0
  1531. package/dist/css/themes/custom/lumen/font/SourceSansPro-Black.woff2 +0 -0
  1532. package/dist/css/themes/custom/lumen/font/SourceSansPro-BlackIt.woff +0 -0
  1533. package/dist/css/themes/custom/lumen/font/SourceSansPro-BlackIt.woff2 +0 -0
  1534. package/dist/css/themes/custom/lumen/font/SourceSansPro-Bold.woff +0 -0
  1535. package/dist/css/themes/custom/lumen/font/SourceSansPro-Bold.woff2 +0 -0
  1536. package/dist/css/themes/custom/lumen/font/SourceSansPro-BoldIt.woff +0 -0
  1537. package/dist/css/themes/custom/lumen/font/SourceSansPro-BoldIt.woff2 +0 -0
  1538. package/dist/css/themes/custom/lumen/font/SourceSansPro-ExtraLight.woff +0 -0
  1539. package/dist/css/themes/custom/lumen/font/SourceSansPro-ExtraLight.woff2 +0 -0
  1540. package/dist/css/themes/custom/lumen/font/SourceSansPro-ExtraLightIt.woff +0 -0
  1541. package/dist/css/themes/custom/lumen/font/SourceSansPro-ExtraLightIt.woff2 +0 -0
  1542. package/dist/css/themes/custom/lumen/font/SourceSansPro-It.woff +0 -0
  1543. package/dist/css/themes/custom/lumen/font/SourceSansPro-It.woff2 +0 -0
  1544. package/dist/css/themes/custom/lumen/font/SourceSansPro-Light.woff +0 -0
  1545. package/dist/css/themes/custom/lumen/font/SourceSansPro-Light.woff2 +0 -0
  1546. package/dist/css/themes/custom/lumen/font/SourceSansPro-LightIt.woff +0 -0
  1547. package/dist/css/themes/custom/lumen/font/SourceSansPro-LightIt.woff2 +0 -0
  1548. package/dist/css/themes/custom/lumen/font/SourceSansPro-Regular.woff +0 -0
  1549. package/dist/css/themes/custom/lumen/font/SourceSansPro-Regular.woff2 +0 -0
  1550. package/dist/css/themes/custom/lumen/font/SourceSansPro-Semibold.woff +0 -0
  1551. package/dist/css/themes/custom/lumen/font/SourceSansPro-Semibold.woff2 +0 -0
  1552. package/dist/css/themes/custom/lumen/font/SourceSansPro-SemiboldIt.woff +0 -0
  1553. package/dist/css/themes/custom/lumen/font/SourceSansPro-SemiboldIt.woff2 +0 -0
  1554. package/dist/css/themes/custom/lumen/font/fonts.css +0 -1
  1555. package/dist/css/themes/custom/lumen/img/arrow-gray.svg +0 -1
  1556. package/dist/css/themes/custom/lumen/img/arrow-white.svg +0 -1
  1557. package/dist/css/themes/custom/spacelab/font/OpenSans-Bold.woff +0 -0
  1558. package/dist/css/themes/custom/spacelab/font/OpenSans-Bold.woff2 +0 -0
  1559. package/dist/css/themes/custom/spacelab/font/OpenSans-BoldItalic.woff +0 -0
  1560. package/dist/css/themes/custom/spacelab/font/OpenSans-BoldItalic.woff2 +0 -0
  1561. package/dist/css/themes/custom/spacelab/font/OpenSans-Extrabold.woff +0 -0
  1562. package/dist/css/themes/custom/spacelab/font/OpenSans-Extrabold.woff2 +0 -0
  1563. package/dist/css/themes/custom/spacelab/font/OpenSans-ExtraboldItalic.woff +0 -0
  1564. package/dist/css/themes/custom/spacelab/font/OpenSans-ExtraboldItalic.woff2 +0 -0
  1565. package/dist/css/themes/custom/spacelab/font/OpenSans-Italic.woff +0 -0
  1566. package/dist/css/themes/custom/spacelab/font/OpenSans-Italic.woff2 +0 -0
  1567. package/dist/css/themes/custom/spacelab/font/OpenSans-Light.woff +0 -0
  1568. package/dist/css/themes/custom/spacelab/font/OpenSans-Light.woff2 +0 -0
  1569. package/dist/css/themes/custom/spacelab/font/OpenSans-Semibold.woff +0 -0
  1570. package/dist/css/themes/custom/spacelab/font/OpenSans-Semibold.woff2 +0 -0
  1571. package/dist/css/themes/custom/spacelab/font/OpenSans-SemiboldItalic.woff +0 -0
  1572. package/dist/css/themes/custom/spacelab/font/OpenSans-SemiboldItalic.woff2 +0 -0
  1573. package/dist/css/themes/custom/spacelab/font/OpenSans.woff +0 -0
  1574. package/dist/css/themes/custom/spacelab/font/OpenSans.woff2 +0 -0
  1575. package/dist/css/themes/custom/spacelab/font/OpenSansLight-Italic.woff +0 -0
  1576. package/dist/css/themes/custom/spacelab/font/OpenSansLight-Italic.woff2 +0 -0
  1577. package/dist/css/themes/custom/spacelab/font/fonts.css +0 -1
  1578. package/dist/css/themes/custom/theme-general/cookies.css +0 -1
@@ -1,3363 +0,0 @@
1
- @import "../_bootswatch-v3.3.7/import_bootswatch.css";
2
-
3
- /* -- Fonts -- */
4
-
5
- @import url("https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700");
6
- body {
7
- font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
8
- font-size: 15px;
9
- line-height: 1.4;
10
- color: #222222;
11
- background-color: #ffffff;
12
- }
13
-
14
-
15
- /* -- Customizations for kendo -- */
16
-
17
- .k-grid-header .k-header:hover,
18
- .k-grid-header .k-header:hover a {
19
- color: #317eac;
20
- }
21
-
22
-
23
- /* -- alert -- */
24
-
25
- .alert {
26
- margin-bottom: 21px;
27
- border-radius: 0;
28
- }
29
-
30
- .alert-success {
31
- background-color: #43ac6a;
32
- border-color: #3c9a5f;
33
- color: #ffffff;
34
- }
35
-
36
- .alert-success hr {
37
- border-top-color: #358753;
38
- }
39
-
40
- .alert-success .alert-link {
41
- color: #e6e6e6;
42
- }
43
-
44
- .alert-info {
45
- background-color: #5bc0de;
46
- border-color: #3db5d8;
47
- color: #ffffff;
48
- }
49
-
50
- .alert-info hr {
51
- border-top-color: #2aabd2;
52
- }
53
-
54
- .alert-info .alert-link {
55
- color: #e6e6e6;
56
- }
57
-
58
- .alert-warning {
59
- background-color: #e99002;
60
- border-color: #d08002;
61
- color: #ffffff;
62
- }
63
-
64
- .alert-warning hr {
65
- border-top-color: #b67102;
66
- }
67
-
68
- .alert-warning .alert-link {
69
- color: #e6e6e6;
70
- }
71
-
72
- .alert-danger {
73
- background-color: #f04124;
74
- border-color: #ea2f10;
75
- color: #ffffff;
76
- }
77
-
78
- .alert-danger hr {
79
- border-top-color: #d32a0e;
80
- }
81
-
82
- .alert-danger .alert-link {
83
- color: #e6e6e6;
84
- }
85
-
86
- .alert {
87
- font-size: 12px;
88
- font-weight: 300;
89
- }
90
-
91
- .alert .alert-link {
92
- font-weight: normal;
93
- color: #fff;
94
- text-decoration: underline;
95
- }
96
-
97
- .alert .close {
98
- color: #fff;
99
- }
100
-
101
-
102
- /* -- progress -- */
103
-
104
- .progress {
105
- height: 21px;
106
- margin-bottom: 21px;
107
- background-color: #f5f5f5;
108
- border-radius: 0;
109
- -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
110
- box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
111
- }
112
-
113
- .progress-bar {
114
- line-height: 21px;
115
- color: #ffffff;
116
- text-align: center;
117
- background-color: #008cba;
118
- -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
119
- box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
120
- -webkit-transition: width 0.6s ease;
121
- -o-transition: width 0.6s ease;
122
- transition: width 0.6s ease;
123
- }
124
-
125
- .progress-bar-success {
126
- background-color: #43ac6a;
127
- }
128
-
129
- .progress-bar-info {
130
- background-color: #5bc0de;
131
- }
132
-
133
- .progress-bar-warning {
134
- background-color: #e99002;
135
- }
136
-
137
- .progress-bar-danger {
138
- background-color: #f04124;
139
- }
140
-
141
- .progress {
142
- height: 22px;
143
- padding: 2px;
144
- background-color: #f6f6f6;
145
- border: 1px solid #ccc;
146
- -webkit-box-shadow: none;
147
- box-shadow: none;
148
- }
149
-
150
-
151
- /* -- badge -- */
152
-
153
- .badge {
154
- font-weight: bold;
155
- color: #ffffff;
156
- background-color: #008cba;
157
- border-radius: 10px;
158
- }
159
-
160
- a.badge:hover,
161
- a.badge:focus {
162
- color: #ffffff;
163
- text-decoration: none;
164
- cursor: pointer;
165
- }
166
-
167
- .list-group-item.active>.badge,
168
- .nav-pills>.active>a>.badge {
169
- color: #008cba;
170
- background-color: #ffffff;
171
- }
172
-
173
- .badge {
174
- font-weight: 300;
175
- }
176
-
177
-
178
- /* -- blockquote -- */
179
-
180
- blockquote {
181
- padding: 10.5px 21px;
182
- margin: 0 0 21px;
183
- font-size: 18.75px;
184
- border-left: 5px solid #dddddd;
185
- }
186
-
187
- blockquote footer,
188
- blockquote small,
189
- blockquote .small {
190
- color: #6f6f6f;
191
- }
192
-
193
- .blockquote-reverse,
194
- blockquote.pull-right {
195
- border-right: 5px solid #dddddd;
196
- }
197
-
198
- blockquote {
199
- border-left-width: 1px;
200
- color: #6f6f6f;
201
- }
202
-
203
- blockquote.pull-right {
204
- border-right-width: 1px;
205
- }
206
-
207
- blockquote small {
208
- font-size: 12px;
209
- font-weight: 300;
210
- }
211
-
212
-
213
- /* -- breadcrumb -- */
214
-
215
- .breadcrumb {
216
- margin-bottom: 21px;
217
- background-color: #f5f5f5;
218
- border-radius: 0;
219
- }
220
-
221
- .breadcrumb>li+li:before {
222
- color: #999999;
223
- }
224
-
225
- .breadcrumb>.active {
226
- color: #333333;
227
- }
228
-
229
- .breadcrumb {
230
- border: 1px solid #dddddd;
231
- border-radius: 3px;
232
- font-size: 10px;
233
- font-weight: 300;
234
- text-transform: uppercase;
235
- }
236
-
237
-
238
- /* -- btn -- */
239
-
240
- .btn {
241
- border: 1px solid transparent;
242
- white-space: nowrap;
243
- padding: 8px 12px;
244
- font-size: 15px;
245
- line-height: 1.4;
246
- border-radius: 0;
247
- }
248
-
249
- .btn:hover,
250
- .btn:focus,
251
- .btn.focus {
252
- color: #333333;
253
- text-decoration: none;
254
- }
255
-
256
- .btn-default {
257
- color: #333333;
258
- background-color: #e7e7e7;
259
- border-color: #cccccc;
260
- }
261
-
262
- .btn-default:focus,
263
- .btn-default.focus {
264
- color: #333333;
265
- background-color: #cecece;
266
- border-color: #8c8c8c;
267
- }
268
-
269
- .btn-default:hover {
270
- color: #333333;
271
- background-color: #cecece;
272
- border-color: #adadad;
273
- }
274
-
275
- .btn-default:active,
276
- .btn-default.active,
277
- .open>.dropdown-toggle.btn-default {
278
- color: #333333;
279
- background-color: #cecece;
280
- border-color: #adadad;
281
- }
282
-
283
- .btn-default:active:hover,
284
- .btn-default.active:hover,
285
- .open>.dropdown-toggle.btn-default:hover,
286
- .btn-default:active:focus,
287
- .btn-default.active:focus,
288
- .open>.dropdown-toggle.btn-default:focus,
289
- .btn-default:active.focus,
290
- .btn-default.active.focus,
291
- .open>.dropdown-toggle.btn-default.focus {
292
- color: #333333;
293
- background-color: #bcbcbc;
294
- border-color: #8c8c8c;
295
- }
296
-
297
- .btn-default.disabled:hover,
298
- .btn-default[disabled]:hover,
299
- fieldset[disabled] .btn-default:hover,
300
- .btn-default.disabled:focus,
301
- .btn-default[disabled]:focus,
302
- fieldset[disabled] .btn-default:focus,
303
- .btn-default.disabled.focus,
304
- .btn-default[disabled].focus,
305
- fieldset[disabled] .btn-default.focus {
306
- background-color: #e7e7e7;
307
- border-color: #cccccc;
308
- }
309
-
310
- .btn-default .badge {
311
- color: #e7e7e7;
312
- background-color: #333333;
313
- }
314
-
315
- .btn-primary {
316
- color: #ffffff;
317
- background-color: #008cba;
318
- border-color: #0079a1;
319
- }
320
-
321
- .btn-primary:focus,
322
- .btn-primary.focus {
323
- color: #ffffff;
324
- background-color: #006687;
325
- border-color: #001921;
326
- }
327
-
328
- .btn-primary:hover {
329
- color: #ffffff;
330
- background-color: #006687;
331
- border-color: #004b63;
332
- }
333
-
334
- .btn-primary:active,
335
- .btn-primary.active,
336
- .open>.dropdown-toggle.btn-primary {
337
- color: #ffffff;
338
- background-color: #006687;
339
- border-color: #004b63;
340
- }
341
-
342
- .btn-primary:active:hover,
343
- .btn-primary.active:hover,
344
- .open>.dropdown-toggle.btn-primary:hover,
345
- .btn-primary:active:focus,
346
- .btn-primary.active:focus,
347
- .open>.dropdown-toggle.btn-primary:focus,
348
- .btn-primary:active.focus,
349
- .btn-primary.active.focus,
350
- .open>.dropdown-toggle.btn-primary.focus {
351
- color: #ffffff;
352
- background-color: #004b63;
353
- border-color: #001921;
354
- }
355
-
356
- .btn-primary.disabled:hover,
357
- .btn-primary[disabled]:hover,
358
- fieldset[disabled] .btn-primary:hover,
359
- .btn-primary.disabled:focus,
360
- .btn-primary[disabled]:focus,
361
- fieldset[disabled] .btn-primary:focus,
362
- .btn-primary.disabled.focus,
363
- .btn-primary[disabled].focus,
364
- fieldset[disabled] .btn-primary.focus {
365
- background-color: #008cba;
366
- border-color: #0079a1;
367
- }
368
-
369
- .btn-primary .badge {
370
- color: #008cba;
371
- background-color: #ffffff;
372
- }
373
-
374
- .btn-success {
375
- color: #ffffff;
376
- background-color: #43ac6a;
377
- border-color: #3c9a5f;
378
- }
379
-
380
- .btn-success:focus,
381
- .btn-success.focus {
382
- color: #ffffff;
383
- background-color: #358753;
384
- border-color: #183e26;
385
- }
386
-
387
- .btn-success:hover {
388
- color: #ffffff;
389
- background-color: #358753;
390
- border-color: #2b6e44;
391
- }
392
-
393
- .btn-success:active,
394
- .btn-success.active,
395
- .open>.dropdown-toggle.btn-success {
396
- color: #ffffff;
397
- background-color: #358753;
398
- border-color: #2b6e44;
399
- }
400
-
401
- .btn-success:active:hover,
402
- .btn-success.active:hover,
403
- .open>.dropdown-toggle.btn-success:hover,
404
- .btn-success:active:focus,
405
- .btn-success.active:focus,
406
- .open>.dropdown-toggle.btn-success:focus,
407
- .btn-success:active.focus,
408
- .btn-success.active.focus,
409
- .open>.dropdown-toggle.btn-success.focus {
410
- color: #ffffff;
411
- background-color: #2b6e44;
412
- border-color: #183e26;
413
- }
414
-
415
- .btn-success.disabled:hover,
416
- .btn-success[disabled]:hover,
417
- fieldset[disabled] .btn-success:hover,
418
- .btn-success.disabled:focus,
419
- .btn-success[disabled]:focus,
420
- fieldset[disabled] .btn-success:focus,
421
- .btn-success.disabled.focus,
422
- .btn-success[disabled].focus,
423
- fieldset[disabled] .btn-success.focus {
424
- background-color: #43ac6a;
425
- border-color: #3c9a5f;
426
- }
427
-
428
- .btn-success .badge {
429
- color: #43ac6a;
430
- background-color: #ffffff;
431
- }
432
-
433
- .btn-info {
434
- color: #ffffff;
435
- background-color: #5bc0de;
436
- border-color: #46b8da;
437
- }
438
-
439
- .btn-info:focus,
440
- .btn-info.focus {
441
- color: #ffffff;
442
- background-color: #31b0d5;
443
- border-color: #1b6d85;
444
- }
445
-
446
- .btn-info:hover {
447
- color: #ffffff;
448
- background-color: #31b0d5;
449
- border-color: #269abc;
450
- }
451
-
452
- .btn-info:active,
453
- .btn-info.active,
454
- .open>.dropdown-toggle.btn-info {
455
- color: #ffffff;
456
- background-color: #31b0d5;
457
- border-color: #269abc;
458
- }
459
-
460
- .btn-info:active:hover,
461
- .btn-info.active:hover,
462
- .open>.dropdown-toggle.btn-info:hover,
463
- .btn-info:active:focus,
464
- .btn-info.active:focus,
465
- .open>.dropdown-toggle.btn-info:focus,
466
- .btn-info:active.focus,
467
- .btn-info.active.focus,
468
- .open>.dropdown-toggle.btn-info.focus {
469
- color: #ffffff;
470
- background-color: #269abc;
471
- border-color: #1b6d85;
472
- }
473
-
474
- .btn-info.disabled:hover,
475
- .btn-info[disabled]:hover,
476
- fieldset[disabled] .btn-info:hover,
477
- .btn-info.disabled:focus,
478
- .btn-info[disabled]:focus,
479
- fieldset[disabled] .btn-info:focus,
480
- .btn-info.disabled.focus,
481
- .btn-info[disabled].focus,
482
- fieldset[disabled] .btn-info.focus {
483
- background-color: #5bc0de;
484
- border-color: #46b8da;
485
- }
486
-
487
- .btn-info .badge {
488
- color: #5bc0de;
489
- background-color: #ffffff;
490
- }
491
-
492
- .btn-warning {
493
- color: #ffffff;
494
- background-color: #e99002;
495
- border-color: #d08002;
496
- }
497
-
498
- .btn-warning:focus,
499
- .btn-warning.focus {
500
- color: #ffffff;
501
- background-color: #b67102;
502
- border-color: #513201;
503
- }
504
-
505
- .btn-warning:hover {
506
- color: #ffffff;
507
- background-color: #b67102;
508
- border-color: #935b01;
509
- }
510
-
511
- .btn-warning:active,
512
- .btn-warning.active,
513
- .open>.dropdown-toggle.btn-warning {
514
- color: #ffffff;
515
- background-color: #b67102;
516
- border-color: #935b01;
517
- }
518
-
519
- .btn-warning:active:hover,
520
- .btn-warning.active:hover,
521
- .open>.dropdown-toggle.btn-warning:hover,
522
- .btn-warning:active:focus,
523
- .btn-warning.active:focus,
524
- .open>.dropdown-toggle.btn-warning:focus,
525
- .btn-warning:active.focus,
526
- .btn-warning.active.focus,
527
- .open>.dropdown-toggle.btn-warning.focus {
528
- color: #ffffff;
529
- background-color: #935b01;
530
- border-color: #513201;
531
- }
532
-
533
- .btn-warning.disabled:hover,
534
- .btn-warning[disabled]:hover,
535
- fieldset[disabled] .btn-warning:hover,
536
- .btn-warning.disabled:focus,
537
- .btn-warning[disabled]:focus,
538
- fieldset[disabled] .btn-warning:focus,
539
- .btn-warning.disabled.focus,
540
- .btn-warning[disabled].focus,
541
- fieldset[disabled] .btn-warning.focus {
542
- background-color: #e99002;
543
- border-color: #d08002;
544
- }
545
-
546
- .btn-warning .badge {
547
- color: #e99002;
548
- background-color: #ffffff;
549
- }
550
-
551
- .btn-danger {
552
- color: #ffffff;
553
- background-color: #f04124;
554
- border-color: #ea2f10;
555
- }
556
-
557
- .btn-danger:focus,
558
- .btn-danger.focus {
559
- color: #ffffff;
560
- background-color: #d32a0e;
561
- border-color: #731708;
562
- }
563
-
564
- .btn-danger:hover {
565
- color: #ffffff;
566
- background-color: #d32a0e;
567
- border-color: #b1240c;
568
- }
569
-
570
- .btn-danger:active,
571
- .btn-danger.active,
572
- .open>.dropdown-toggle.btn-danger {
573
- color: #ffffff;
574
- background-color: #d32a0e;
575
- border-color: #b1240c;
576
- }
577
-
578
- .btn-danger:active:hover,
579
- .btn-danger.active:hover,
580
- .open>.dropdown-toggle.btn-danger:hover,
581
- .btn-danger:active:focus,
582
- .btn-danger.active:focus,
583
- .open>.dropdown-toggle.btn-danger:focus,
584
- .btn-danger:active.focus,
585
- .btn-danger.active.focus,
586
- .open>.dropdown-toggle.btn-danger.focus {
587
- color: #ffffff;
588
- background-color: #b1240c;
589
- border-color: #731708;
590
- }
591
-
592
- .btn-danger.disabled:hover,
593
- .btn-danger[disabled]:hover,
594
- fieldset[disabled] .btn-danger:hover,
595
- .btn-danger.disabled:focus,
596
- .btn-danger[disabled]:focus,
597
- fieldset[disabled] .btn-danger:focus,
598
- .btn-danger.disabled.focus,
599
- .btn-danger[disabled].focus,
600
- fieldset[disabled] .btn-danger.focus {
601
- background-color: #f04124;
602
- border-color: #ea2f10;
603
- }
604
-
605
- .btn-danger .badge {
606
- color: #f04124;
607
- background-color: #ffffff;
608
- }
609
-
610
- .btn-link {
611
- color: #008cba;
612
- }
613
-
614
- .btn-link:hover,
615
- .btn-link:focus {
616
- color: #008cba;
617
- }
618
-
619
- .btn-link[disabled]:hover,
620
- fieldset[disabled] .btn-link:hover,
621
- .btn-link[disabled]:focus,
622
- fieldset[disabled] .btn-link:focus {
623
- color: #999999;
624
- text-decoration: none;
625
- }
626
-
627
- .btn-lg,
628
- .btn-group-lg>.btn {
629
- padding: 16px 20px;
630
- font-size: 19px;
631
- border-radius: 0;
632
- }
633
-
634
- .btn-sm,
635
- .btn-group-sm>.btn {
636
- padding: 8px 12px;
637
- border-radius: 0;
638
- }
639
-
640
- .btn-xs,
641
- .btn-group-xs>.btn {
642
- padding: 4px 6px;
643
- font-size: 12px;
644
- line-height: 1.5;
645
- border-radius: 0;
646
- }
647
-
648
- .btn-group,
649
- .btn-group-vertical {
650
- position: relative;
651
- display: inline-block;
652
- vertical-align: middle;
653
- }
654
-
655
- .btn-group>.btn,
656
- .btn-group-vertical>.btn {
657
- position: relative;
658
- float: left;
659
- }
660
-
661
- .btn-group>.btn:hover,
662
- .btn-group-vertical>.btn:hover,
663
- .btn-group>.btn:focus,
664
- .btn-group-vertical>.btn:focus,
665
- .btn-group>.btn:active,
666
- .btn-group-vertical>.btn:active,
667
- .btn-group>.btn.active,
668
- .btn-group-vertical>.btn.active {
669
- z-index: 2;
670
- }
671
-
672
- .btn-group .btn+.btn,
673
- .btn-group .btn+.btn-group,
674
- .btn-group .btn-group+.btn,
675
- .btn-group .btn-group+.btn-group {
676
- margin-left: -1px;
677
- }
678
-
679
- .btn-toolbar {
680
- margin-left: -5px;
681
- }
682
-
683
- .btn-toolbar .btn,
684
- .btn-toolbar .btn-group,
685
- .btn-toolbar .input-group {
686
- float: left;
687
- }
688
-
689
- .btn-toolbar>.btn,
690
- .btn-toolbar>.btn-group,
691
- .btn-toolbar>.input-group {
692
- margin-left: 5px;
693
- }
694
-
695
- .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
696
- border-radius: 0;
697
- }
698
-
699
- .btn-group>.btn:first-child {
700
- margin-left: 0;
701
- }
702
-
703
- .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
704
- border-bottom-right-radius: 0;
705
- border-top-right-radius: 0;
706
- }
707
-
708
- .btn-group>.btn:last-child:not(:first-child),
709
- .btn-group>.dropdown-toggle:not(:first-child) {
710
- border-bottom-left-radius: 0;
711
- border-top-left-radius: 0;
712
- }
713
-
714
- .btn-group>.btn-group {
715
- float: left;
716
- }
717
-
718
- .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
719
- border-radius: 0;
720
- }
721
-
722
- .btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
723
- .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
724
- border-bottom-right-radius: 0;
725
- border-top-right-radius: 0;
726
- }
727
-
728
- .btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
729
- border-bottom-left-radius: 0;
730
- border-top-left-radius: 0;
731
- }
732
-
733
- .btn-group .dropdown-toggle:active,
734
- .btn-group.open .dropdown-toggle {
735
- outline: 0;
736
- }
737
-
738
- .btn-group>.btn+.dropdown-toggle {
739
- padding-left: 8px;
740
- padding-right: 8px;
741
- }
742
-
743
- .btn-group>.btn-lg+.dropdown-toggle {
744
- padding-left: 12px;
745
- padding-right: 12px;
746
- }
747
-
748
- .btn-group.open .dropdown-toggle {
749
- -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
750
- box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
751
- }
752
-
753
- .btn-group.open .dropdown-toggle.btn-link {
754
- -webkit-box-shadow: none;
755
- box-shadow: none;
756
- }
757
-
758
- .btn .caret {
759
- margin-left: 0;
760
- }
761
-
762
- .btn-lg .caret {
763
- border-width: 5px 5px 0;
764
- border-bottom-width: 0;
765
- }
766
-
767
- .dropup .btn-lg .caret {
768
- border-width: 0 5px 5px;
769
- }
770
-
771
- .btn-group-vertical>.btn,
772
- .btn-group-vertical>.btn-group,
773
- .btn-group-vertical>.btn-group>.btn {
774
- display: block;
775
- float: none;
776
- width: 100%;
777
- max-width: 100%;
778
- }
779
-
780
- .btn-group-vertical>.btn-group>.btn {
781
- float: none;
782
- }
783
-
784
- .btn-group-vertical>.btn+.btn,
785
- .btn-group-vertical>.btn+.btn-group,
786
- .btn-group-vertical>.btn-group+.btn,
787
- .btn-group-vertical>.btn-group+.btn-group {
788
- margin-top: -1px;
789
- margin-left: 0;
790
- }
791
-
792
- .btn-group-vertical>.btn:not(:first-child):not(:last-child) {
793
- border-radius: 0;
794
- }
795
-
796
- .btn-group-vertical>.btn:first-child:not(:last-child) {
797
- border-top-right-radius: 0;
798
- border-top-left-radius: 0;
799
- border-bottom-right-radius: 0;
800
- border-bottom-left-radius: 0;
801
- }
802
-
803
- .btn-group-vertical>.btn:last-child:not(:first-child) {
804
- border-top-right-radius: 0;
805
- border-top-left-radius: 0;
806
- border-bottom-right-radius: 0;
807
- border-bottom-left-radius: 0;
808
- }
809
-
810
- .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
811
- border-radius: 0;
812
- }
813
-
814
- .btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
815
- .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
816
- border-bottom-right-radius: 0;
817
- border-bottom-left-radius: 0;
818
- }
819
-
820
- .btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
821
- border-top-right-radius: 0;
822
- border-top-left-radius: 0;
823
- }
824
-
825
- .btn-group-justified {
826
- display: table;
827
- width: 100%;
828
- table-layout: fixed;
829
- border-collapse: separate;
830
- }
831
-
832
- .btn-group-justified>.btn,
833
- .btn-group-justified>.btn-group {
834
- float: none;
835
- display: table-cell;
836
- width: 1%;
837
- }
838
-
839
- .btn-group-justified>.btn-group .btn {
840
- width: 100%;
841
- }
842
-
843
- .btn-group-justified>.btn-group .dropdown-menu {
844
- left: auto;
845
- }
846
-
847
- [data-toggle="buttons"]>.btn input[type="radio"],
848
- [data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
849
- [data-toggle="buttons"]>.btn input[type="checkbox"],
850
- [data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
851
- position: absolute;
852
- clip: rect(0, 0, 0, 0);
853
- pointer-events: none;
854
- }
855
-
856
- .btn {
857
- padding: 8px 12px;
858
- }
859
-
860
- .btn-lg {
861
- padding: 16px 20px;
862
- }
863
-
864
- .btn-sm {
865
- padding: 8px 12px;
866
- }
867
-
868
- .btn-xs {
869
- padding: 4px 6px;
870
- }
871
-
872
- .btn-group .btn~.dropdown-toggle {
873
- padding-left: 16px;
874
- padding-right: 16px;
875
- }
876
-
877
- .btn-group .dropdown-menu {
878
- border-top-width: 0;
879
- }
880
-
881
- .btn-group.dropup .dropdown-menu {
882
- border-top-width: 1px;
883
- border-bottom-width: 0;
884
- margin-bottom: 0;
885
- }
886
-
887
- .btn-group .dropdown-toggle.btn-default~.dropdown-menu {
888
- background-color: #e7e7e7;
889
- border-color: #cccccc;
890
- }
891
-
892
- .btn-group .dropdown-toggle.btn-default~.dropdown-menu>li>a {
893
- color: #333333;
894
- }
895
-
896
- .btn-group .dropdown-toggle.btn-default~.dropdown-menu>li>a:hover {
897
- background-color: #d3d3d3;
898
- }
899
-
900
- .btn-group .dropdown-toggle.btn-primary~.dropdown-menu {
901
- background-color: #008cba;
902
- border-color: #0079a1;
903
- }
904
-
905
- .btn-group .dropdown-toggle.btn-primary~.dropdown-menu>li>a {
906
- color: #ffffff;
907
- }
908
-
909
- .btn-group .dropdown-toggle.btn-primary~.dropdown-menu>li>a:hover {
910
- background-color: #006d91;
911
- }
912
-
913
- .btn-group .dropdown-toggle.btn-success~.dropdown-menu {
914
- background-color: #43ac6a;
915
- border-color: #3c9a5f;
916
- }
917
-
918
- .btn-group .dropdown-toggle.btn-success~.dropdown-menu>li>a {
919
- color: #ffffff;
920
- }
921
-
922
- .btn-group .dropdown-toggle.btn-success~.dropdown-menu>li>a:hover {
923
- background-color: #388f58;
924
- }
925
-
926
- .btn-group .dropdown-toggle.btn-info~.dropdown-menu {
927
- background-color: #5bc0de;
928
- border-color: #46b8da;
929
- }
930
-
931
- .btn-group .dropdown-toggle.btn-info~.dropdown-menu>li>a {
932
- color: #ffffff;
933
- }
934
-
935
- .btn-group .dropdown-toggle.btn-info~.dropdown-menu>li>a:hover {
936
- background-color: #39b3d7;
937
- }
938
-
939
- .btn-group .dropdown-toggle.btn-warning~.dropdown-menu {
940
- background-color: #e99002;
941
- border-color: #d08002;
942
- }
943
-
944
- .btn-group .dropdown-toggle.btn-warning~.dropdown-menu>li>a {
945
- color: #ffffff;
946
- }
947
-
948
- .btn-group .dropdown-toggle.btn-warning~.dropdown-menu>li>a:hover {
949
- background-color: #c17702;
950
- }
951
-
952
- .btn-group .dropdown-toggle.btn-danger~.dropdown-menu {
953
- background-color: #f04124;
954
- border-color: #ea2f10;
955
- }
956
-
957
- .btn-group .dropdown-toggle.btn-danger~.dropdown-menu>li>a {
958
- color: #ffffff;
959
- }
960
-
961
- .btn-group .dropdown-toggle.btn-danger~.dropdown-menu>li>a:hover {
962
- background-color: #dc2c0f;
963
- }
964
-
965
-
966
- /* -- close -- */
967
-
968
- .close {
969
- float: right;
970
- font-size: 22.5px;
971
- color: #222222;
972
- text-shadow: 0 1px 0 #ffffff;
973
- }
974
-
975
- .close:hover,
976
- .close:focus {
977
- color: #222222;
978
- }
979
-
980
- .close {
981
- opacity: 0.4;
982
- text-decoration: none;
983
- text-shadow: none;
984
- }
985
-
986
- .close:hover,
987
- .close:focus {
988
- opacity: 1;
989
- }
990
-
991
-
992
- /* -- dropdown -- */
993
-
994
- .dropdown-menu {
995
- font-size: 15px;
996
- text-align: left;
997
- background-color: #ffffff;
998
- border: 1px solid #cccccc;
999
- border: 1px solid rgba(0, 0, 0, 0.15);
1000
- border-radius: 0;
1001
- -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
1002
- box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
1003
- }
1004
-
1005
- .dropdown-menu>li>a {
1006
- color: #555555;
1007
- }
1008
-
1009
- .dropdown-menu>li>a:hover,
1010
- .dropdown-menu>li>a:focus {
1011
- text-decoration: none;
1012
- color: #262626;
1013
- background-color: #eeeeee;
1014
- }
1015
-
1016
- .dropdown-menu>.active>a,
1017
- .dropdown-menu>.active>a:hover,
1018
- .dropdown-menu>.active>a:focus {
1019
- color: #ffffff;
1020
- text-decoration: none;
1021
- outline: 0;
1022
- background-color: #008cba;
1023
- }
1024
-
1025
- .dropdown-menu>.disabled>a,
1026
- .dropdown-menu>.disabled>a:hover,
1027
- .dropdown-menu>.disabled>a:focus {
1028
- color: #999999;
1029
- }
1030
-
1031
- .dropdown-header {
1032
- color: #999999;
1033
- }
1034
-
1035
- .dropdown-menu {
1036
- padding: 0;
1037
- margin-top: 0;
1038
- font-size: 12px;
1039
- }
1040
-
1041
- .dropdown-menu>li>a {
1042
- padding: 12px 15px;
1043
- }
1044
-
1045
- .dropdown-header {
1046
- padding-left: 15px;
1047
- padding-right: 15px;
1048
- font-size: 9px;
1049
- text-transform: uppercase;
1050
- }
1051
-
1052
-
1053
- /* -- well -- */
1054
-
1055
- .well {
1056
- background-color: #fafafa;
1057
- border: 1px solid #e8e8e8;
1058
- border-radius: 0;
1059
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
1060
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
1061
- }
1062
-
1063
- .well-lg {
1064
- border-radius: 0;
1065
- }
1066
-
1067
- .well-sm {
1068
- border-radius: 0;
1069
- }
1070
-
1071
-
1072
- /* -- thumbnail -- */
1073
-
1074
- .img-thumbnail {
1075
- padding: 4px;
1076
- line-height: 1.4;
1077
- background-color: #ffffff;
1078
- border: 1px solid #dddddd;
1079
- border-radius: 0;
1080
- }
1081
-
1082
- .thumbnail {
1083
- margin-bottom: 21px;
1084
- line-height: 1.4;
1085
- background-color: #ffffff;
1086
- border: 1px solid #dddddd;
1087
- border-radius: 0;
1088
- }
1089
-
1090
- a.thumbnail:hover,
1091
- a.thumbnail:focus,
1092
- a.thumbnail.active {
1093
- border-color: #008cba;
1094
- }
1095
-
1096
- .thumbnail .caption {
1097
- padding: 9px;
1098
- color: #222222;
1099
- }
1100
-
1101
-
1102
- /* -- form-control -- */
1103
-
1104
- .form-control {
1105
- height: 39px;
1106
- padding: 8px 12px;
1107
- font-size: 15px;
1108
- line-height: 1.4;
1109
- color: #6f6f6f;
1110
- background-color: #ffffff;
1111
- background-image: none;
1112
- border: 1px solid #cccccc;
1113
- border-radius: 0;
1114
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1115
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1116
- }
1117
-
1118
- .form-control:focus {
1119
- border-color: #66afe9;
1120
- outline: 0;
1121
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
1122
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
1123
- }
1124
-
1125
- .form-control::-moz-placeholder {
1126
- color: #999999;
1127
- opacity: 1;
1128
- }
1129
-
1130
- .form-control:-ms-input-placeholder {
1131
- color: #999999;
1132
- }
1133
-
1134
- .form-control::-webkit-input-placeholder {
1135
- color: #999999;
1136
- }
1137
-
1138
- .form-control::-ms-expand {
1139
- border: 0;
1140
- background-color: transparent;
1141
- }
1142
-
1143
- .form-control[disabled],
1144
- .form-control[readonly],
1145
- fieldset[disabled] .form-control {
1146
- background-color: #eeeeee;
1147
- }
1148
-
1149
- @media screen and (-webkit-min-device-pixel-ratio: 0) {
1150
- input[type="date"].form-control,
1151
- input[type="time"].form-control,
1152
- input[type="datetime-local"].form-control,
1153
- input[type="month"].form-control {
1154
- line-height: 39px;
1155
- }
1156
- input[type="date"].input-sm,
1157
- input[type="time"].input-sm,
1158
- input[type="datetime-local"].input-sm,
1159
- input[type="month"].input-sm,
1160
- .input-group-sm input[type="date"],
1161
- .input-group-sm input[type="time"],
1162
- .input-group-sm input[type="datetime-local"],
1163
- .input-group-sm input[type="month"] {
1164
- line-height: 36px;
1165
- }
1166
- input[type="date"].input-lg,
1167
- input[type="time"].input-lg,
1168
- input[type="datetime-local"].input-lg,
1169
- input[type="month"].input-lg,
1170
- .input-group-lg input[type="date"],
1171
- .input-group-lg input[type="time"],
1172
- .input-group-lg input[type="datetime-local"],
1173
- .input-group-lg input[type="month"] {
1174
- line-height: 60px;
1175
- }
1176
- }
1177
-
1178
- .form-control-static {
1179
- padding-top: 9px;
1180
- padding-bottom: 9px;
1181
- margin-bottom: 0;
1182
- min-height: 36px;
1183
- }
1184
-
1185
- .input-sm {
1186
- height: 36px;
1187
- padding: 8px 12px;
1188
- font-size: 12px;
1189
- line-height: 1.5;
1190
- border-radius: 0;
1191
- }
1192
-
1193
- select.input-sm {
1194
- height: 36px;
1195
- line-height: 36px;
1196
- }
1197
-
1198
- .form-group-sm .form-control {
1199
- height: 36px;
1200
- padding: 8px 12px;
1201
- border-radius: 0;
1202
- }
1203
-
1204
- .form-group-sm select.form-control {
1205
- height: 36px;
1206
- line-height: 36px;
1207
- }
1208
-
1209
- .form-group-sm .form-control-static {
1210
- height: 36px;
1211
- min-height: 33px;
1212
- padding: 9px 12px;
1213
- font-size: 12px;
1214
- line-height: 1.5;
1215
- }
1216
-
1217
- .has-feedback .form-control {
1218
- padding-right: 48.75px;
1219
- }
1220
-
1221
- .form-control-feedback {
1222
- width: 39px;
1223
- height: 39px;
1224
- line-height: 39px;
1225
- }
1226
-
1227
- .input-lg+.form-control-feedback,
1228
- .input-group-lg+.form-control-feedback,
1229
- .form-group-lg .form-control+.form-control-feedback {
1230
- width: 60px;
1231
- height: 60px;
1232
- line-height: 60px;
1233
- }
1234
-
1235
- .input-sm+.form-control-feedback,
1236
- .input-group-sm+.form-control-feedback,
1237
- .form-group-sm .form-control+.form-control-feedback {
1238
- width: 36px;
1239
- height: 36px;
1240
- line-height: 36px;
1241
- }
1242
-
1243
- .help-block {
1244
- color: #626262;
1245
- }
1246
-
1247
- .form-horizontal .radio,
1248
- .form-horizontal .checkbox,
1249
- .form-horizontal .radio-inline,
1250
- .form-horizontal .checkbox-inline {
1251
- padding-top: 9px;
1252
- }
1253
-
1254
- .form-horizontal .radio,
1255
- .form-horizontal .checkbox {
1256
- min-height: 30px;
1257
- }
1258
-
1259
- @media (min-width: 768px) {
1260
- .form-horizontal .control-label {
1261
- text-align: right;
1262
- margin-bottom: 0;
1263
- padding-top: 9px;
1264
- }
1265
- }
1266
-
1267
- @media (min-width: 768px) {
1268
- .form-horizontal .form-group-lg .control-label {
1269
- padding-top: 17px;
1270
- font-size: 19px;
1271
- }
1272
- }
1273
-
1274
- @media (min-width: 768px) {
1275
- .form-horizontal .form-group-sm .control-label {
1276
- padding-top: 9px;
1277
- font-size: 12px;
1278
- }
1279
- }
1280
-
1281
- .form-group-lg .form-control {
1282
- height: 60px;
1283
- padding: 16px 20px;
1284
- font-size: 19px;
1285
- line-height: 1.3333333;
1286
- border-radius: 0;
1287
- }
1288
-
1289
- .form-group-lg select.form-control {
1290
- height: 60px;
1291
- line-height: 60px;
1292
- }
1293
-
1294
- .form-group-lg textarea.form-control,
1295
- .form-group-lg select[multiple].form-control {
1296
- height: auto;
1297
- }
1298
-
1299
- .form-group-lg .form-control-static {
1300
- height: 60px;
1301
- min-height: 40px;
1302
- padding: 17px 20px;
1303
- font-size: 19px;
1304
- line-height: 1.3333333;
1305
- }
1306
-
1307
-
1308
- /* -- input-group -- */
1309
-
1310
- .input-group-lg>.form-control,
1311
- .input-group-lg>.input-group-addon,
1312
- .input-group-lg>.input-group-btn>.btn {
1313
- height: 60px;
1314
- padding: 16px 20px;
1315
- font-size: 19px;
1316
- line-height: 1.3333333;
1317
- border-radius: 0;
1318
- }
1319
-
1320
- select.input-group-lg>.form-control,
1321
- select.input-group-lg>.input-group-addon,
1322
- select.input-group-lg>.input-group-btn>.btn {
1323
- height: 60px;
1324
- line-height: 60px;
1325
- }
1326
-
1327
- .input-group-sm>.form-control,
1328
- .input-group-sm>.input-group-addon,
1329
- .input-group-sm>.input-group-btn>.btn {
1330
- height: 36px;
1331
- padding: 8px 12px;
1332
- font-size: 12px;
1333
- line-height: 1.5;
1334
- border-radius: 0;
1335
- }
1336
-
1337
- select.input-group-sm>.form-control,
1338
- select.input-group-sm>.input-group-addon,
1339
- select.input-group-sm>.input-group-btn>.btn {
1340
- height: 36px;
1341
- line-height: 36px;
1342
- }
1343
-
1344
- .input-group-addon {
1345
- padding: 8px 12px;
1346
- font-size: 15px;
1347
- color: #6f6f6f;
1348
- text-align: center;
1349
- background-color: #eeeeee;
1350
- border: 1px solid #cccccc;
1351
- border-radius: 0;
1352
- }
1353
-
1354
- .input-group-addon.input-sm {
1355
- padding: 8px 12px;
1356
- font-size: 12px;
1357
- border-radius: 0;
1358
- }
1359
-
1360
- .input-group-addon.input-lg {
1361
- padding: 16px 20px;
1362
- font-size: 19px;
1363
- border-radius: 0;
1364
- }
1365
-
1366
-
1367
- /* -- .has -- */
1368
-
1369
- .has-success .help-block,
1370
- .has-success .control-label,
1371
- .has-success .radio,
1372
- .has-success .checkbox,
1373
- .has-success .radio-inline,
1374
- .has-success .checkbox-inline,
1375
- .has-success.radio label,
1376
- .has-success.checkbox label,
1377
- .has-success.radio-inline label,
1378
- .has-success.checkbox-inline label {
1379
- color: #43ac6a;
1380
- }
1381
-
1382
- .has-success .form-control {
1383
- border-color: #43ac6a;
1384
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1385
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1386
- }
1387
-
1388
- .has-success .form-control:focus {
1389
- border-color: #358753;
1390
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #85d0a1;
1391
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #85d0a1;
1392
- }
1393
-
1394
- .has-success .input-group-addon {
1395
- color: #43ac6a;
1396
- border-color: #43ac6a;
1397
- background-color: #dff0d8;
1398
- }
1399
-
1400
- .has-success .form-control-feedback {
1401
- color: #43ac6a;
1402
- }
1403
-
1404
- .has-warning .help-block,
1405
- .has-warning .control-label,
1406
- .has-warning .radio,
1407
- .has-warning .checkbox,
1408
- .has-warning .radio-inline,
1409
- .has-warning .checkbox-inline,
1410
- .has-warning.radio label,
1411
- .has-warning.checkbox label,
1412
- .has-warning.radio-inline label,
1413
- .has-warning.checkbox-inline label {
1414
- color: #e99002;
1415
- }
1416
-
1417
- .has-warning .form-control {
1418
- border-color: #e99002;
1419
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1420
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1421
- }
1422
-
1423
- .has-warning .form-control:focus {
1424
- border-color: #b67102;
1425
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #febc53;
1426
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #febc53;
1427
- }
1428
-
1429
- .has-warning .input-group-addon {
1430
- color: #e99002;
1431
- border-color: #e99002;
1432
- background-color: #fcf8e3;
1433
- }
1434
-
1435
- .has-warning .form-control-feedback {
1436
- color: #e99002;
1437
- }
1438
-
1439
- .has-error .help-block,
1440
- .has-error .control-label,
1441
- .has-error .radio,
1442
- .has-error .checkbox,
1443
- .has-error .radio-inline,
1444
- .has-error .checkbox-inline,
1445
- .has-error.radio label,
1446
- .has-error.checkbox label,
1447
- .has-error.radio-inline label,
1448
- .has-error.checkbox-inline label {
1449
- color: #f04124;
1450
- }
1451
-
1452
- .has-error .form-control {
1453
- border-color: #f04124;
1454
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1455
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1456
- }
1457
-
1458
- .has-error .form-control:focus {
1459
- border-color: #d32a0e;
1460
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f79483;
1461
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f79483;
1462
- }
1463
-
1464
- .has-error .input-group-addon {
1465
- color: #f04124;
1466
- border-color: #f04124;
1467
- background-color: #f2dede;
1468
- }
1469
-
1470
- .has-error .form-control-feedback {
1471
- color: #f04124;
1472
- }
1473
-
1474
- .has-feedback label~.form-control-feedback {
1475
- top: 26px;
1476
- }
1477
-
1478
- .has-feedback label.sr-only~.form-control-feedback {
1479
- top: 0;
1480
- }
1481
-
1482
-
1483
- /* -- input -- */
1484
-
1485
- .input-lg {
1486
- height: 60px;
1487
- padding: 16px 20px;
1488
- font-size: 19px;
1489
- line-height: 1.3333333;
1490
- border-radius: 0;
1491
- }
1492
-
1493
- select.input-lg {
1494
- height: 60px;
1495
- line-height: 60px;
1496
- }
1497
-
1498
-
1499
- /* -- jumbotron -- */
1500
-
1501
- .jumbotron {
1502
- background-color: #fafafa;
1503
- }
1504
-
1505
- .jumbotron p {
1506
- font-size: 23px;
1507
- }
1508
-
1509
- .jumbotron>hr {
1510
- border-top-color: #e1e1e1;
1511
- }
1512
-
1513
- .container .jumbotron,
1514
- .container-fluid .jumbotron {
1515
- border-radius: 0;
1516
- }
1517
-
1518
- @media screen and (min-width: 768px) {
1519
- .jumbotron h1,
1520
- .jumbotron .h1 {
1521
- font-size: 68px;
1522
- }
1523
- }
1524
-
1525
-
1526
- /* -- label -- */
1527
-
1528
- .label-default {
1529
- background-color: #999999;
1530
- }
1531
-
1532
- .label-default[href]:hover,
1533
- .label-default[href]:focus {
1534
- background-color: #808080;
1535
- }
1536
-
1537
- .label-primary {
1538
- background-color: #008cba;
1539
- }
1540
-
1541
- .label-primary[href]:hover,
1542
- .label-primary[href]:focus {
1543
- background-color: #006687;
1544
- }
1545
-
1546
- .label-success {
1547
- background-color: #43ac6a;
1548
- }
1549
-
1550
- .label-success[href]:hover,
1551
- .label-success[href]:focus {
1552
- background-color: #358753;
1553
- }
1554
-
1555
- .label-info {
1556
- background-color: #5bc0de;
1557
- }
1558
-
1559
- .label-info[href]:hover,
1560
- .label-info[href]:focus {
1561
- background-color: #31b0d5;
1562
- }
1563
-
1564
- .label-warning {
1565
- background-color: #e99002;
1566
- }
1567
-
1568
- .label-warning[href]:hover,
1569
- .label-warning[href]:focus {
1570
- background-color: #b67102;
1571
- }
1572
-
1573
- .label-danger {
1574
- background-color: #f04124;
1575
- }
1576
-
1577
- .label-danger[href]:hover,
1578
- .label-danger[href]:focus {
1579
- background-color: #d32a0e;
1580
- }
1581
-
1582
- .label {
1583
- padding-left: 1em;
1584
- padding-right: 1em;
1585
- border-radius: 0;
1586
- font-weight: 300;
1587
- }
1588
-
1589
- .label-default {
1590
- background-color: #e7e7e7;
1591
- color: #333333;
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: #eeeeee;
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: #008cba;
1652
- border-color: #008cba;
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: #87e1ff;
1659
- }
1660
-
1661
- .list-group-item-success {
1662
- color: #43ac6a;
1663
- background-color: #dff0d8;
1664
- }
1665
-
1666
- a.list-group-item-success,
1667
- button.list-group-item-success {
1668
- color: #43ac6a;
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: #43ac6a;
1676
- background-color: #d0e9c6;
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: #43ac6a;
1687
- border-color: #43ac6a;
1688
- }
1689
-
1690
- .list-group-item-info {
1691
- color: #5bc0de;
1692
- background-color: #d9edf7;
1693
- }
1694
-
1695
- a.list-group-item-info,
1696
- button.list-group-item-info {
1697
- color: #5bc0de;
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: #5bc0de;
1705
- background-color: #c4e3f3;
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: #5bc0de;
1716
- border-color: #5bc0de;
1717
- }
1718
-
1719
- .list-group-item-warning {
1720
- color: #e99002;
1721
- background-color: #fcf8e3;
1722
- }
1723
-
1724
- a.list-group-item-warning,
1725
- button.list-group-item-warning {
1726
- color: #e99002;
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: #e99002;
1734
- background-color: #faf2cc;
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: #e99002;
1745
- border-color: #e99002;
1746
- }
1747
-
1748
- .list-group-item-danger {
1749
- color: #f04124;
1750
- background-color: #f2dede;
1751
- }
1752
-
1753
- a.list-group-item-danger,
1754
- button.list-group-item-danger {
1755
- color: #f04124;
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: #f04124;
1763
- background-color: #ebcccc;
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: #f04124;
1774
- border-color: #f04124;
1775
- }
1776
-
1777
-
1778
- /* -- panel -- */
1779
-
1780
- .panel {
1781
- margin-bottom: 21px;
1782
- background-color: #ffffff;
1783
- border: 1px solid transparent;
1784
- border-radius: 0;
1785
- -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
1786
- box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
1787
- }
1788
-
1789
- .panel-heading {
1790
- border-top-right-radius: -1;
1791
- border-top-left-radius: -1;
1792
- }
1793
-
1794
- .panel-title {
1795
- font-size: 17px;
1796
- }
1797
-
1798
- .panel-footer {
1799
- background-color: #f5f5f5;
1800
- border-top: 1px solid #dddddd;
1801
- border-bottom-right-radius: -1;
1802
- border-bottom-left-radius: -1;
1803
- }
1804
-
1805
- .panel>.list-group:first-child .list-group-item:first-child,
1806
- .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
1807
- border-top: 0;
1808
- border-top-right-radius: -1;
1809
- border-top-left-radius: -1;
1810
- }
1811
-
1812
- .panel>.list-group:last-child .list-group-item:last-child,
1813
- .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
1814
- border-bottom: 0;
1815
- border-bottom-right-radius: -1;
1816
- border-bottom-left-radius: -1;
1817
- }
1818
-
1819
- .panel>.table:first-child,
1820
- .panel>.table-responsive:first-child>.table:first-child {
1821
- border-top-right-radius: -1;
1822
- border-top-left-radius: -1;
1823
- }
1824
-
1825
- .panel>.table:first-child>thead:first-child>tr:first-child,
1826
- .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
1827
- .panel>.table:first-child>tbody:first-child>tr:first-child,
1828
- .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
1829
- border-top-left-radius: -1;
1830
- border-top-right-radius: -1;
1831
- }
1832
-
1833
- .panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
1834
- .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
1835
- .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
1836
- .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
1837
- .panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
1838
- .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
1839
- .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
1840
- .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
1841
- border-top-left-radius: -1;
1842
- }
1843
-
1844
- .panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
1845
- .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
1846
- .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
1847
- .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
1848
- .panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
1849
- .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
1850
- .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
1851
- .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
1852
- border-top-right-radius: -1;
1853
- }
1854
-
1855
- .panel>.table:last-child,
1856
- .panel>.table-responsive:last-child>.table:last-child {
1857
- border-bottom-right-radius: -1;
1858
- border-bottom-left-radius: -1;
1859
- }
1860
-
1861
- .panel>.table:last-child>tbody:last-child>tr:last-child,
1862
- .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
1863
- .panel>.table:last-child>tfoot:last-child>tr:last-child,
1864
- .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
1865
- border-bottom-left-radius: -1;
1866
- border-bottom-right-radius: -1;
1867
- }
1868
-
1869
- .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
1870
- .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
1871
- .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
1872
- .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
1873
- .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
1874
- .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
1875
- .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
1876
- .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
1877
- border-bottom-left-radius: -1;
1878
- }
1879
-
1880
- .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
1881
- .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
1882
- .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
1883
- .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
1884
- .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
1885
- .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
1886
- .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
1887
- .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
1888
- border-bottom-right-radius: -1;
1889
- }
1890
-
1891
- .panel>.panel-body+.table,
1892
- .panel>.panel-body+.table-responsive,
1893
- .panel>.table+.panel-body,
1894
- .panel>.table-responsive+.panel-body {
1895
- border-top: 1px solid #dddddd;
1896
- }
1897
-
1898
- .panel-group {
1899
- margin-bottom: 21px;
1900
- }
1901
-
1902
- .panel-group .panel {
1903
- margin-bottom: 0;
1904
- border-radius: 0;
1905
- }
1906
-
1907
- .panel-group .panel-heading+.panel-collapse>.panel-body,
1908
- .panel-group .panel-heading+.panel-collapse>.list-group {
1909
- border-top: 1px solid #dddddd;
1910
- }
1911
-
1912
- .panel-group .panel-footer+.panel-collapse .panel-body {
1913
- border-bottom: 1px solid #dddddd;
1914
- }
1915
-
1916
- .panel-default {
1917
- border-color: #dddddd;
1918
- }
1919
-
1920
- .panel-default>.panel-heading {
1921
- color: #333333;
1922
- background-color: #f5f5f5;
1923
- border-color: #dddddd;
1924
- }
1925
-
1926
- .panel-default>.panel-heading+.panel-collapse>.panel-body {
1927
- border-top-color: #dddddd;
1928
- }
1929
-
1930
- .panel-default>.panel-heading .badge {
1931
- color: #f5f5f5;
1932
- background-color: #333333;
1933
- }
1934
-
1935
- .panel-default>.panel-footer+.panel-collapse>.panel-body {
1936
- border-bottom-color: #dddddd;
1937
- }
1938
-
1939
- .panel-primary {
1940
- border-color: #008cba;
1941
- }
1942
-
1943
- .panel-primary>.panel-heading {
1944
- color: #ffffff;
1945
- background-color: #008cba;
1946
- border-color: #008cba;
1947
- }
1948
-
1949
- .panel-primary>.panel-heading+.panel-collapse>.panel-body {
1950
- border-top-color: #008cba;
1951
- }
1952
-
1953
- .panel-primary>.panel-heading .badge {
1954
- color: #008cba;
1955
- background-color: #ffffff;
1956
- }
1957
-
1958
- .panel-primary>.panel-footer+.panel-collapse>.panel-body {
1959
- border-bottom-color: #008cba;
1960
- }
1961
-
1962
- .panel-success {
1963
- border-color: #3c9a5f;
1964
- }
1965
-
1966
- .panel-success>.panel-heading {
1967
- color: #ffffff;
1968
- background-color: #43ac6a;
1969
- border-color: #3c9a5f;
1970
- }
1971
-
1972
- .panel-success>.panel-heading+.panel-collapse>.panel-body {
1973
- border-top-color: #3c9a5f;
1974
- }
1975
-
1976
- .panel-success>.panel-heading .badge {
1977
- color: #43ac6a;
1978
- background-color: #ffffff;
1979
- }
1980
-
1981
- .panel-success>.panel-footer+.panel-collapse>.panel-body {
1982
- border-bottom-color: #3c9a5f;
1983
- }
1984
-
1985
- .panel-info {
1986
- border-color: #3db5d8;
1987
- }
1988
-
1989
- .panel-info>.panel-heading {
1990
- color: #ffffff;
1991
- background-color: #5bc0de;
1992
- border-color: #3db5d8;
1993
- }
1994
-
1995
- .panel-info>.panel-heading+.panel-collapse>.panel-body {
1996
- border-top-color: #3db5d8;
1997
- }
1998
-
1999
- .panel-info>.panel-heading .badge {
2000
- color: #5bc0de;
2001
- background-color: #ffffff;
2002
- }
2003
-
2004
- .panel-info>.panel-footer+.panel-collapse>.panel-body {
2005
- border-bottom-color: #3db5d8;
2006
- }
2007
-
2008
- .panel-warning {
2009
- border-color: #d08002;
2010
- }
2011
-
2012
- .panel-warning>.panel-heading {
2013
- color: #ffffff;
2014
- background-color: #e99002;
2015
- border-color: #d08002;
2016
- }
2017
-
2018
- .panel-warning>.panel-heading+.panel-collapse>.panel-body {
2019
- border-top-color: #d08002;
2020
- }
2021
-
2022
- .panel-warning>.panel-heading .badge {
2023
- color: #e99002;
2024
- background-color: #ffffff;
2025
- }
2026
-
2027
- .panel-warning>.panel-footer+.panel-collapse>.panel-body {
2028
- border-bottom-color: #d08002;
2029
- }
2030
-
2031
- .panel-danger {
2032
- border-color: #ea2f10;
2033
- }
2034
-
2035
- .panel-danger>.panel-heading {
2036
- color: #ffffff;
2037
- background-color: #f04124;
2038
- border-color: #ea2f10;
2039
- }
2040
-
2041
- .panel-danger>.panel-heading+.panel-collapse>.panel-body {
2042
- border-top-color: #ea2f10;
2043
- }
2044
-
2045
- .panel-danger>.panel-heading .badge {
2046
- color: #f04124;
2047
- background-color: #ffffff;
2048
- }
2049
-
2050
- .panel-danger>.panel-footer+.panel-collapse>.panel-body {
2051
- border-bottom-color: #ea2f10;
2052
- }
2053
-
2054
- .panel-heading,
2055
- .panel-footer {
2056
- border-top-right-radius: 0;
2057
- border-top-left-radius: 0;
2058
- }
2059
-
2060
- .panel-default .close {
2061
- color: #222222;
2062
- }
2063
-
2064
-
2065
- /* -- modal -- */
2066
-
2067
- .modal-content {
2068
- background-color: #ffffff;
2069
- border: 1px solid #999999;
2070
- border: 1px solid rgba(0, 0, 0, 0.2);
2071
- border-radius: 0;
2072
- -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
2073
- box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
2074
- }
2075
-
2076
- .modal-header {
2077
- padding: 15px;
2078
- border-bottom: 1px solid #e5e5e5;
2079
- }
2080
-
2081
- .modal-body {
2082
- padding: 20px;
2083
- }
2084
-
2085
- .modal-footer {
2086
- padding: 20px;
2087
- text-align: right;
2088
- border-top: 1px solid #e5e5e5;
2089
- }
2090
-
2091
-
2092
- /* -- nav -- */
2093
-
2094
- .nav>li>a:hover,
2095
- .nav>li>a:focus {
2096
- background-color: #eeeeee;
2097
- }
2098
-
2099
- .nav>li.disabled>a {
2100
- color: #999999;
2101
- }
2102
-
2103
- .nav>li.disabled>a:hover,
2104
- .nav>li.disabled>a:focus {
2105
- color: #999999;
2106
- }
2107
-
2108
- .nav .open>a,
2109
- .nav .open>a:hover,
2110
- .nav .open>a:focus {
2111
- background-color: #eeeeee;
2112
- border-color: #008cba;
2113
- }
2114
-
2115
- .nav .nav-divider {
2116
- background-color: #e5e5e5;
2117
- }
2118
-
2119
- .nav-tabs {
2120
- border-bottom: 1px solid #dddddd;
2121
- }
2122
-
2123
- .nav-tabs>li>a {
2124
- border-radius: 0 0 0 0;
2125
- }
2126
-
2127
- .nav-tabs>li>a:hover {
2128
- border-color: #eeeeee #eeeeee #dddddd;
2129
- }
2130
-
2131
- .nav-tabs>li.active>a,
2132
- .nav-tabs>li.active>a:hover,
2133
- .nav-tabs>li.active>a:focus {
2134
- color: #6f6f6f;
2135
- background-color: #ffffff;
2136
- border: 1px solid #dddddd;
2137
- }
2138
-
2139
- .nav-tabs.nav-justified>li>a {
2140
- margin-right: 0;
2141
- border-radius: 0;
2142
- }
2143
-
2144
- .nav-tabs.nav-justified>.active>a,
2145
- .nav-tabs.nav-justified>.active>a:hover,
2146
- .nav-tabs.nav-justified>.active>a:focus {
2147
- border: 1px solid #dddddd;
2148
- }
2149
-
2150
- @media (min-width: 768px) {
2151
- .nav-tabs.nav-justified>li>a {
2152
- border-bottom: 1px solid #dddddd;
2153
- border-radius: 0 0 0 0;
2154
- }
2155
- }
2156
-
2157
- .nav-pills>li>a {
2158
- border-radius: 0;
2159
- }
2160
-
2161
- .nav-pills>li.active>a,
2162
- .nav-pills>li.active>a:hover,
2163
- .nav-pills>li.active>a:focus {
2164
- color: #ffffff;
2165
- background-color: #008cba;
2166
- }
2167
-
2168
- .nav-tabs-justified>li>a {
2169
- margin-right: 0;
2170
- border-radius: 0;
2171
- }
2172
-
2173
- .nav-tabs-justified>.active>a,
2174
- .nav-tabs-justified>.active>a:hover,
2175
- .nav-tabs-justified>.active>a:focus {
2176
- border: 1px solid #dddddd;
2177
- }
2178
-
2179
- @media (min-width: 768px) {
2180
- .nav-tabs-justified>li>a {
2181
- border-bottom: 1px solid #dddddd;
2182
- border-radius: 0 0 0 0;
2183
- }
2184
- .nav-tabs-justified>.active>a,
2185
- .nav-tabs-justified>.active>a:hover,
2186
- .nav-tabs-justified>.active>a:focus {
2187
- border-bottom-color: #ffffff;
2188
- }
2189
- }
2190
-
2191
- .nav .open>a,
2192
- .nav .open>a:hover,
2193
- .nav .open>a:focus {
2194
- border-color: transparent;
2195
- }
2196
-
2197
- .nav-tabs>li>a {
2198
- background-color: #e7e7e7;
2199
- color: #222222;
2200
- }
2201
-
2202
- .nav-tabs .caret {
2203
- border-top-color: #222222;
2204
- border-bottom-color: #222222;
2205
- }
2206
-
2207
- .nav-pills {
2208
- font-weight: 300;
2209
- }
2210
-
2211
-
2212
- /* -- navbar -- */
2213
-
2214
- .navbar {
2215
- min-height: 45px;
2216
- margin-bottom: 21px;
2217
- }
2218
-
2219
- .navbar-brand {
2220
- float: left;
2221
- padding: 12px 15px;
2222
- font-size: 19px;
2223
- line-height: 21px;
2224
- height: 45px;
2225
- }
2226
-
2227
- .navbar-toggle {
2228
- margin-top: 5.5px;
2229
- margin-bottom: 5.5px;
2230
- border-radius: 0;
2231
- }
2232
-
2233
- @media (min-width: 768px) {
2234
- .navbar-nav>li>a {
2235
- padding-top: 12px;
2236
- padding-bottom: 12px;
2237
- }
2238
- }
2239
-
2240
- .navbar-form {
2241
- margin-top: 3px;
2242
- margin-bottom: 3px;
2243
- }
2244
-
2245
- .navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
2246
- margin-bottom: 0;
2247
- border-top-right-radius: 0;
2248
- border-top-left-radius: 0;
2249
- border-bottom-right-radius: 0;
2250
- border-bottom-left-radius: 0;
2251
- }
2252
-
2253
- .navbar-btn {
2254
- margin-top: 3px;
2255
- margin-bottom: 3px;
2256
- }
2257
-
2258
- .navbar-btn.btn-sm {
2259
- margin-top: 4.5px;
2260
- margin-bottom: 4.5px;
2261
- }
2262
-
2263
- .navbar-btn.btn-xs {
2264
- margin-top: 11.5px;
2265
- margin-bottom: 11.5px;
2266
- }
2267
-
2268
- .navbar-text {
2269
- margin-top: 12px;
2270
- margin-bottom: 12px;
2271
- }
2272
-
2273
- .navbar-default {
2274
- background-color: #333333;
2275
- border-color: #222222;
2276
- }
2277
-
2278
- .navbar-default .navbar-brand {
2279
- color: #ffffff;
2280
- }
2281
-
2282
- .navbar-default .navbar-brand:hover,
2283
- .navbar-default .navbar-brand:focus {
2284
- color: #ffffff;
2285
- background-color: transparent;
2286
- }
2287
-
2288
- .navbar-default .navbar-text {
2289
- color: #ffffff;
2290
- }
2291
-
2292
- #navbar-profile span,
2293
- #navbar-3 .navbar-nav a,
2294
- .navbar-default .navbar-nav>li>a {
2295
- color: #ffffff;
2296
- }
2297
-
2298
- #navbar-3 .navbar-nav a:hover,
2299
- #navbar-3 .navbar-nav a:focus,
2300
- .navbar-default .navbar-nav a:hover,
2301
- .navbar-default .navbar-nav a:focus,
2302
- .navbar-default .navbar-nav>li>a:hover,
2303
- .navbar-default .navbar-nav>li>a:focus {
2304
- color: #ffffff;
2305
- background-color: #272727;
2306
- }
2307
-
2308
- .navbar-default .navbar-nav>.active>a,
2309
- .navbar-default .navbar-nav>.active>a:hover,
2310
- .navbar-default .navbar-nav>.active>a:focus {
2311
- color: #ffffff;
2312
- background-color: #272727;
2313
- }
2314
-
2315
- .navbar-default .navbar-nav>.disabled>a,
2316
- .navbar-default .navbar-nav>.disabled>a:hover,
2317
- .navbar-default .navbar-nav>.disabled>a:focus {
2318
- color: #cccccc;
2319
- background-color: transparent;
2320
- }
2321
-
2322
- .navbar-default .navbar-toggle {
2323
- border-color: transparent;
2324
- }
2325
-
2326
- .navbar-default .navbar-toggle:hover,
2327
- .navbar-default .navbar-toggle:focus {
2328
- background-color: transparent;
2329
- }
2330
-
2331
- .navbar-default .navbar-toggle .icon-bar {
2332
- background-color: #ffffff;
2333
- }
2334
-
2335
- .navbar-default .navbar-collapse,
2336
- .navbar-default .navbar-form {
2337
- border-color: #222222;
2338
- }
2339
-
2340
- .navbar-default .navbar-nav>.open>a,
2341
- .navbar-default .navbar-nav>.open>a:hover,
2342
- .navbar-default .navbar-nav>.open>a:focus {
2343
- background-color: #272727;
2344
- color: #ffffff;
2345
- }
2346
-
2347
- @media (max-width: 767px) {
2348
- .navbar-default .navbar-nav .open .dropdown-menu>li>a {
2349
- color: #ffffff;
2350
- }
2351
- .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
2352
- .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
2353
- color: #ffffff;
2354
- background-color: #272727;
2355
- }
2356
- .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
2357
- .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
2358
- .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
2359
- color: #ffffff;
2360
- background-color: #272727;
2361
- }
2362
- .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
2363
- .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
2364
- .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
2365
- color: #cccccc;
2366
- background-color: transparent;
2367
- }
2368
- }
2369
-
2370
- .navbar-default .navbar-link {
2371
- color: #ffffff;
2372
- }
2373
-
2374
- .navbar-default .navbar-link:hover {
2375
- color: #ffffff;
2376
- }
2377
-
2378
- .navbar-default .btn-link {
2379
- color: #ffffff;
2380
- }
2381
-
2382
- .navbar-default .btn-link:hover,
2383
- .navbar-default .btn-link:focus {
2384
- color: #ffffff;
2385
- }
2386
-
2387
- .navbar-default .btn-link[disabled]:hover,
2388
- fieldset[disabled] .navbar-default .btn-link:hover,
2389
- .navbar-default .btn-link[disabled]:focus,
2390
- fieldset[disabled] .navbar-default .btn-link:focus {
2391
- color: #cccccc;
2392
- }
2393
-
2394
- .navbar-inverse {
2395
- background-color: #008cba;
2396
- border-color: #006687;
2397
- }
2398
-
2399
- .navbar-inverse .navbar-brand {
2400
- color: #ffffff;
2401
- }
2402
-
2403
- .navbar-inverse .navbar-brand:hover,
2404
- .navbar-inverse .navbar-brand:focus {
2405
- color: #ffffff;
2406
- background-color: transparent;
2407
- }
2408
-
2409
- .navbar-inverse .navbar-text {
2410
- color: #ffffff;
2411
- }
2412
-
2413
- .navbar-inverse .navbar-nav>li>a {
2414
- color: #ffffff;
2415
- }
2416
-
2417
- .navbar-inverse .navbar-nav>li>a:hover,
2418
- .navbar-inverse .navbar-nav>li>a:focus {
2419
- color: #ffffff;
2420
- background-color: #006687;
2421
- }
2422
-
2423
- .navbar-inverse .navbar-nav>.active>a,
2424
- .navbar-inverse .navbar-nav>.active>a:hover,
2425
- .navbar-inverse .navbar-nav>.active>a:focus {
2426
- color: #ffffff;
2427
- background-color: #006687;
2428
- }
2429
-
2430
- .navbar-inverse .navbar-nav>.disabled>a,
2431
- .navbar-inverse .navbar-nav>.disabled>a:hover,
2432
- .navbar-inverse .navbar-nav>.disabled>a:focus {
2433
- color: #444444;
2434
- background-color: transparent;
2435
- }
2436
-
2437
- .navbar-inverse .navbar-toggle {
2438
- border-color: transparent;
2439
- }
2440
-
2441
- .navbar-inverse .navbar-toggle:hover,
2442
- .navbar-inverse .navbar-toggle:focus {
2443
- background-color: transparent;
2444
- }
2445
-
2446
- .navbar-inverse .navbar-toggle .icon-bar {
2447
- background-color: #ffffff;
2448
- }
2449
-
2450
- .navbar-inverse .navbar-collapse,
2451
- .navbar-inverse .navbar-form {
2452
- border-color: #007196;
2453
- }
2454
-
2455
- .navbar-inverse .navbar-nav>.open>a,
2456
- .navbar-inverse .navbar-nav>.open>a:hover,
2457
- .navbar-inverse .navbar-nav>.open>a:focus {
2458
- background-color: #006687;
2459
- color: #ffffff;
2460
- }
2461
-
2462
- @media (max-width: 767px) {
2463
- .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
2464
- border-color: #006687;
2465
- }
2466
- .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
2467
- background-color: #006687;
2468
- }
2469
- .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
2470
- color: #ffffff;
2471
- }
2472
- .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
2473
- .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
2474
- color: #ffffff;
2475
- background-color: #006687;
2476
- }
2477
- .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
2478
- .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
2479
- .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
2480
- color: #ffffff;
2481
- background-color: #006687;
2482
- }
2483
- .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
2484
- .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
2485
- .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
2486
- color: #444444;
2487
- background-color: transparent;
2488
- }
2489
- }
2490
-
2491
- .navbar-inverse .navbar-link {
2492
- color: #ffffff;
2493
- }
2494
-
2495
- .navbar-inverse .navbar-link:hover {
2496
- color: #ffffff;
2497
- }
2498
-
2499
- .navbar-inverse .btn-link {
2500
- color: #ffffff;
2501
- }
2502
-
2503
- .navbar-inverse .btn-link:hover,
2504
- .navbar-inverse .btn-link:focus {
2505
- color: #ffffff;
2506
- }
2507
-
2508
- .navbar-inverse .btn-link[disabled]:hover,
2509
- fieldset[disabled] .navbar-inverse .btn-link:hover,
2510
- .navbar-inverse .btn-link[disabled]:focus,
2511
- fieldset[disabled] .navbar-inverse .btn-link:focus {
2512
- color: #444444;
2513
- }
2514
-
2515
- .navbar {
2516
- border: none;
2517
- font-size: 13px;
2518
- font-weight: 300;
2519
- }
2520
-
2521
- .navbar .navbar-toggle:hover .icon-bar {
2522
- background-color: #b3b3b3;
2523
- }
2524
-
2525
- .navbar-collapse {
2526
- border-top-color: rgba(0, 0, 0, 0.2);
2527
- -webkit-box-shadow: none;
2528
- box-shadow: none;
2529
- }
2530
-
2531
- .navbar .btn {
2532
- padding-top: 6px;
2533
- padding-bottom: 6px;
2534
- }
2535
-
2536
- .navbar-form {
2537
- margin-top: 7px;
2538
- margin-bottom: 5px;
2539
- }
2540
-
2541
- .navbar-form .form-control {
2542
- height: auto;
2543
- padding: 4px 6px;
2544
- }
2545
-
2546
- .navbar-text {
2547
- margin: 12px 15px;
2548
- line-height: 21px;
2549
- }
2550
-
2551
- .navbar .dropdown-menu {
2552
- border: none;
2553
- }
2554
-
2555
- .navbar .dropdown-menu>li>a,
2556
- .navbar .dropdown-menu>li>a:focus {
2557
- background-color: transparent;
2558
- font-size: 13px;
2559
- font-weight: 300;
2560
- }
2561
-
2562
- .navbar .dropdown-header {
2563
- color: rgba(255, 255, 255, 0.5);
2564
- }
2565
-
2566
- .navbar-default .dropdown-menu {
2567
- background-color: #333333;
2568
- }
2569
-
2570
- .navbar-default .dropdown-menu>li>a,
2571
- .navbar-default .dropdown-menu>li>a:focus {
2572
- color: #ffffff;
2573
- }
2574
-
2575
- .navbar-default .dropdown-menu>li>a:hover,
2576
- .navbar-default .dropdown-menu>.active>a,
2577
- .navbar-default .dropdown-menu>.active>a:hover {
2578
- background-color: #272727;
2579
- }
2580
-
2581
- .navbar-inverse .dropdown-menu {
2582
- background-color: #008cba;
2583
- }
2584
-
2585
- .navbar-inverse .dropdown-menu>li>a,
2586
- .navbar-inverse .dropdown-menu>li>a:focus {
2587
- color: #ffffff;
2588
- }
2589
-
2590
- .navbar-inverse .dropdown-menu>li>a:hover,
2591
- .navbar-inverse .dropdown-menu>.active>a,
2592
- .navbar-inverse .dropdown-menu>.active>a:hover {
2593
- background-color: #006687;
2594
- }
2595
-
2596
-
2597
- /* -- pager -- */
2598
-
2599
- .pager {
2600
- padding-left: 0;
2601
- margin: 21px 0;
2602
- }
2603
-
2604
- .pager li>a,
2605
- .pager li>span {
2606
- background-color: transparent;
2607
- border: 1px solid transparent;
2608
- border-radius: 3px;
2609
- }
2610
-
2611
- .pager li>a:hover,
2612
- .pager li>a:focus {
2613
- text-decoration: none;
2614
- background-color: #eeeeee;
2615
- }
2616
-
2617
- .pager .disabled>a,
2618
- .pager .disabled>a:hover,
2619
- .pager .disabled>a:focus,
2620
- .pager .disabled>span {
2621
- color: #999999;
2622
- background-color: transparent;
2623
- cursor: not-allowed;
2624
- }
2625
-
2626
- .pager {
2627
- font-size: 12px;
2628
- font-weight: 300;
2629
- color: #999999;
2630
- }
2631
-
2632
-
2633
- /* -- pagination -- */
2634
-
2635
- .pagination {
2636
- margin: 21px 0;
2637
- border-radius: 0;
2638
- }
2639
-
2640
- .pagination>li>a,
2641
- .pagination>li>span {
2642
- padding: 8px 12px;
2643
- color: #008cba;
2644
- background-color: transparent;
2645
- border: 1px solid transparent;
2646
- margin-left: -1px;
2647
- }
2648
-
2649
- .pagination>li:first-child>a,
2650
- .pagination>li:first-child>span {
2651
- margin-left: 0;
2652
- border-bottom-left-radius: 0;
2653
- border-top-left-radius: 0;
2654
- }
2655
-
2656
- .pagination>li:last-child>a,
2657
- .pagination>li:last-child>span {
2658
- border-bottom-right-radius: 0;
2659
- border-top-right-radius: 0;
2660
- }
2661
-
2662
- .pagination>li>a:hover,
2663
- .pagination>li>span:hover,
2664
- .pagination>li>a:focus,
2665
- .pagination>li>span:focus {
2666
- z-index: 2;
2667
- color: #008cba;
2668
- background-color: #eeeeee;
2669
- border-color: transparent;
2670
- }
2671
-
2672
- .pagination>.active>a,
2673
- .pagination>.active>span,
2674
- .pagination>.active>a:hover,
2675
- .pagination>.active>span:hover,
2676
- .pagination>.active>a:focus,
2677
- .pagination>.active>span:focus {
2678
- z-index: 3;
2679
- color: #ffffff;
2680
- background-color: #008cba;
2681
- border-color: transparent;
2682
- cursor: default;
2683
- }
2684
-
2685
- .pagination>.disabled>span,
2686
- .pagination>.disabled>span:hover,
2687
- .pagination>.disabled>span:focus,
2688
- .pagination>.disabled>a,
2689
- .pagination>.disabled>a:hover,
2690
- .pagination>.disabled>a:focus {
2691
- color: #999999;
2692
- background-color: #ffffff;
2693
- border-color: transparent;
2694
- cursor: not-allowed;
2695
- }
2696
-
2697
- .pagination-lg>li>a,
2698
- .pagination-lg>li>span {
2699
- padding: 16px 20px;
2700
- font-size: 19px;
2701
- line-height: 1.3333333;
2702
- }
2703
-
2704
- .pagination-lg>li:first-child>a,
2705
- .pagination-lg>li:first-child>span {
2706
- border-bottom-left-radius: 0;
2707
- border-top-left-radius: 0;
2708
- }
2709
-
2710
- .pagination-lg>li:last-child>a,
2711
- .pagination-lg>li:last-child>span {
2712
- border-bottom-right-radius: 0;
2713
- border-top-right-radius: 0;
2714
- }
2715
-
2716
- .pagination-sm>li>a,
2717
- .pagination-sm>li>span {
2718
- padding: 8px 12px;
2719
- font-size: 12px;
2720
- line-height: 1.5;
2721
- }
2722
-
2723
- .pagination-sm>li:first-child>a,
2724
- .pagination-sm>li:first-child>span {
2725
- border-bottom-left-radius: 0;
2726
- border-top-left-radius: 0;
2727
- }
2728
-
2729
- .pagination-sm>li:last-child>a,
2730
- .pagination-sm>li:last-child>span {
2731
- border-bottom-right-radius: 0;
2732
- border-top-right-radius: 0;
2733
- }
2734
-
2735
- .pagination {
2736
- font-size: 12px;
2737
- font-weight: 300;
2738
- color: #999999;
2739
- }
2740
-
2741
- .pagination>li>a,
2742
- .pagination>li>span {
2743
- margin-left: 4px;
2744
- color: #999999;
2745
- }
2746
-
2747
- .pagination>.active>a,
2748
- .pagination>.active>span {
2749
- color: #fff;
2750
- }
2751
-
2752
- .pagination>li>a,
2753
- .pagination>li:first-child>a,
2754
- .pagination>li:last-child>a,
2755
- .pagination>li>span,
2756
- .pagination>li:first-child>span,
2757
- .pagination>li:last-child>span {
2758
- border-radius: 3px;
2759
- }
2760
-
2761
- .pagination-lg>li>a,
2762
- .pagination-lg>li>span {
2763
- padding-left: 22px;
2764
- padding-right: 22px;
2765
- }
2766
-
2767
- .pagination-sm>li>a,
2768
- .pagination-sm>li>span {
2769
- padding: 0 5px;
2770
- }
2771
-
2772
-
2773
- /* -- popover -- */
2774
-
2775
- .popover {
2776
- font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
2777
- font-size: 15px;
2778
- background-color: #333333;
2779
- -webkit-background-clip: padding-box;
2780
- background-clip: padding-box;
2781
- border: 1px solid #333333;
2782
- border: 1px solid transparent;
2783
- border-radius: 0;
2784
- -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2785
- box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2786
- }
2787
-
2788
- .popover-title {
2789
- font-size: 15px;
2790
- background-color: #333333;
2791
- border-bottom: 1px solid #262626;
2792
- border-radius: -1 -1 0 0;
2793
- }
2794
-
2795
- .popover.top>.arrow {
2796
- border-top-color: #000000;
2797
- border-top-color: rgba(0, 0, 0, 0.05);
2798
- bottom: -11px;
2799
- }
2800
-
2801
- .popover.top>.arrow:after {
2802
- border-top-color: #333333;
2803
- }
2804
-
2805
- .popover.right>.arrow {
2806
- border-right-color: #000000;
2807
- border-right-color: rgba(0, 0, 0, 0.05);
2808
- }
2809
-
2810
- .popover.right>.arrow:after {
2811
- border-right-color: #333333;
2812
- }
2813
-
2814
- .popover.bottom>.arrow {
2815
- border-bottom-color: #000000;
2816
- border-bottom-color: rgba(0, 0, 0, 0.05);
2817
- top: -11px;
2818
- }
2819
-
2820
- .popover.bottom>.arrow:after {
2821
- border-bottom-color: #333333;
2822
- }
2823
-
2824
- .popover.left>.arrow {
2825
- border-left-color: #000000;
2826
- border-left-color: rgba(0, 0, 0, 0.05);
2827
- }
2828
-
2829
- .popover.left>.arrow:after {
2830
- border-left-color: #333333;
2831
- bottom: -10px;
2832
- }
2833
-
2834
- .popover {
2835
- color: #fff;
2836
- font-size: 12px;
2837
- font-weight: 300;
2838
- }
2839
-
2840
-
2841
- /* -- table -- */
2842
-
2843
- caption {
2844
- color: #999999;
2845
- }
2846
-
2847
- .table {
2848
- margin-bottom: 21px;
2849
- }
2850
-
2851
- .table>thead>tr>th,
2852
- .table>tbody>tr>th,
2853
- .table>tfoot>tr>th,
2854
- .table>thead>tr>td,
2855
- .table>tbody>tr>td,
2856
- .table>tfoot>tr>td {
2857
- border-top: 1px solid #dddddd;
2858
- }
2859
-
2860
- .table>tbody+tbody {
2861
- border-top: 2px solid #dddddd;
2862
- }
2863
-
2864
- .table .table {
2865
- background-color: #ffffff;
2866
- }
2867
-
2868
- .table-bordered {
2869
- border: 1px solid #dddddd;
2870
- }
2871
-
2872
- .table-bordered>thead>tr>th,
2873
- .table-bordered>tbody>tr>th,
2874
- .table-bordered>tfoot>tr>th,
2875
- .table-bordered>thead>tr>td,
2876
- .table-bordered>tbody>tr>td,
2877
- .table-bordered>tfoot>tr>td {
2878
- border: 1px solid #dddddd;
2879
- }
2880
-
2881
- .table-striped>tbody>tr:nth-of-type(odd) {
2882
- background-color: #f9f9f9;
2883
- }
2884
-
2885
- .table-hover>tbody>tr:hover {
2886
- background-color: #f5f5f5;
2887
- }
2888
-
2889
- .table>thead>tr>td.active,
2890
- .table>tbody>tr>td.active,
2891
- .table>tfoot>tr>td.active,
2892
- .table>thead>tr>th.active,
2893
- .table>tbody>tr>th.active,
2894
- .table>tfoot>tr>th.active,
2895
- .table>thead>tr.active>td,
2896
- .table>tbody>tr.active>td,
2897
- .table>tfoot>tr.active>td,
2898
- .table>thead>tr.active>th,
2899
- .table>tbody>tr.active>th,
2900
- .table>tfoot>tr.active>th {
2901
- background-color: #f5f5f5;
2902
- }
2903
-
2904
- .table-hover>tbody>tr>td.active:hover,
2905
- .table-hover>tbody>tr>th.active:hover,
2906
- .table-hover>tbody>tr.active:hover>td,
2907
- .table-hover>tbody>tr:hover>.active,
2908
- .table-hover>tbody>tr.active:hover>th {
2909
- background-color: #e8e8e8;
2910
- }
2911
-
2912
- .table>thead>tr>td.success,
2913
- .table>tbody>tr>td.success,
2914
- .table>tfoot>tr>td.success,
2915
- .table>thead>tr>th.success,
2916
- .table>tbody>tr>th.success,
2917
- .table>tfoot>tr>th.success,
2918
- .table>thead>tr.success>td,
2919
- .table>tbody>tr.success>td,
2920
- .table>tfoot>tr.success>td,
2921
- .table>thead>tr.success>th,
2922
- .table>tbody>tr.success>th,
2923
- .table>tfoot>tr.success>th {
2924
- background-color: #dff0d8;
2925
- }
2926
-
2927
- .table-hover>tbody>tr>td.success:hover,
2928
- .table-hover>tbody>tr>th.success:hover,
2929
- .table-hover>tbody>tr.success:hover>td,
2930
- .table-hover>tbody>tr:hover>.success,
2931
- .table-hover>tbody>tr.success:hover>th {
2932
- background-color: #d0e9c6;
2933
- }
2934
-
2935
- .table>thead>tr>td.info,
2936
- .table>tbody>tr>td.info,
2937
- .table>tfoot>tr>td.info,
2938
- .table>thead>tr>th.info,
2939
- .table>tbody>tr>th.info,
2940
- .table>tfoot>tr>th.info,
2941
- .table>thead>tr.info>td,
2942
- .table>tbody>tr.info>td,
2943
- .table>tfoot>tr.info>td,
2944
- .table>thead>tr.info>th,
2945
- .table>tbody>tr.info>th,
2946
- .table>tfoot>tr.info>th {
2947
- background-color: #d9edf7;
2948
- }
2949
-
2950
- .table-hover>tbody>tr>td.info:hover,
2951
- .table-hover>tbody>tr>th.info:hover,
2952
- .table-hover>tbody>tr.info:hover>td,
2953
- .table-hover>tbody>tr:hover>.info,
2954
- .table-hover>tbody>tr.info:hover>th {
2955
- background-color: #c4e3f3;
2956
- }
2957
-
2958
- .table>thead>tr>td.warning,
2959
- .table>tbody>tr>td.warning,
2960
- .table>tfoot>tr>td.warning,
2961
- .table>thead>tr>th.warning,
2962
- .table>tbody>tr>th.warning,
2963
- .table>tfoot>tr>th.warning,
2964
- .table>thead>tr.warning>td,
2965
- .table>tbody>tr.warning>td,
2966
- .table>tfoot>tr.warning>td,
2967
- .table>thead>tr.warning>th,
2968
- .table>tbody>tr.warning>th,
2969
- .table>tfoot>tr.warning>th {
2970
- background-color: #fcf8e3;
2971
- }
2972
-
2973
- .table-hover>tbody>tr>td.warning:hover,
2974
- .table-hover>tbody>tr>th.warning:hover,
2975
- .table-hover>tbody>tr.warning:hover>td,
2976
- .table-hover>tbody>tr:hover>.warning,
2977
- .table-hover>tbody>tr.warning:hover>th {
2978
- background-color: #faf2cc;
2979
- }
2980
-
2981
- .table>thead>tr>td.danger,
2982
- .table>tbody>tr>td.danger,
2983
- .table>tfoot>tr>td.danger,
2984
- .table>thead>tr>th.danger,
2985
- .table>tbody>tr>th.danger,
2986
- .table>tfoot>tr>th.danger,
2987
- .table>thead>tr.danger>td,
2988
- .table>tbody>tr.danger>td,
2989
- .table>tfoot>tr.danger>td,
2990
- .table>thead>tr.danger>th,
2991
- .table>tbody>tr.danger>th,
2992
- .table>tfoot>tr.danger>th {
2993
- background-color: #f2dede;
2994
- }
2995
-
2996
- .table-hover>tbody>tr>td.danger:hover,
2997
- .table-hover>tbody>tr>th.danger:hover,
2998
- .table-hover>tbody>tr.danger:hover>td,
2999
- .table-hover>tbody>tr:hover>.danger,
3000
- .table-hover>tbody>tr.danger:hover>th {
3001
- background-color: #ebcccc;
3002
- }
3003
-
3004
- @media screen and (max-width: 767px) {
3005
- .table-responsive {
3006
- border: 1px solid #dddddd;
3007
- }
3008
- }
3009
-
3010
-
3011
- /* -- text -- */
3012
-
3013
- .text-muted {
3014
- color: #999999;
3015
- }
3016
-
3017
- .text-primary {
3018
- color: #008cba;
3019
- }
3020
-
3021
- a.text-primary:hover,
3022
- a.text-primary:focus {
3023
- color: #006687;
3024
- }
3025
-
3026
- .text-success {
3027
- color: #43ac6a;
3028
- }
3029
-
3030
- a.text-success:hover,
3031
- a.text-success:focus {
3032
- color: #358753;
3033
- }
3034
-
3035
- .text-info {
3036
- color: #5bc0de;
3037
- }
3038
-
3039
- a.text-info:hover,
3040
- a.text-info:focus {
3041
- color: #31b0d5;
3042
- }
3043
-
3044
- .text-warning {
3045
- color: #e99002;
3046
- }
3047
-
3048
- a.text-warning:hover,
3049
- a.text-warning:focus {
3050
- color: #b67102;
3051
- }
3052
-
3053
- .text-danger {
3054
- color: #f04124;
3055
- }
3056
-
3057
- a.text-danger:hover,
3058
- a.text-danger:focus {
3059
- color: #d32a0e;
3060
- }
3061
-
3062
-
3063
- /* -- background -- */
3064
-
3065
- .bg-primary {
3066
- color: #fff;
3067
- background-color: #008cba;
3068
- }
3069
-
3070
- a.bg-primary:hover,
3071
- a.bg-primary:focus {
3072
- background-color: #006687;
3073
- }
3074
-
3075
- .bg-success {
3076
- background-color: #dff0d8;
3077
- }
3078
-
3079
- a.bg-success:hover,
3080
- a.bg-success:focus {
3081
- background-color: #c1e2b3;
3082
- }
3083
-
3084
- .bg-info {
3085
- background-color: #d9edf7;
3086
- }
3087
-
3088
- a.bg-info:hover,
3089
- a.bg-info:focus {
3090
- background-color: #afd9ee;
3091
- }
3092
-
3093
- .bg-warning {
3094
- background-color: #fcf8e3;
3095
- }
3096
-
3097
- a.bg-warning:hover,
3098
- a.bg-warning:focus {
3099
- background-color: #f7ecb5;
3100
- }
3101
-
3102
- .bg-danger {
3103
- background-color: #f2dede;
3104
- }
3105
-
3106
- a.bg-danger:hover,
3107
- a.bg-danger:focus {
3108
- background-color: #e4b9b9;
3109
- }
3110
-
3111
-
3112
- /* -- tooltip -- */
3113
-
3114
- .tooltip {
3115
- font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
3116
- font-style: normal;
3117
- font-size: 12px;
3118
- }
3119
-
3120
- .tooltip.in {
3121
- opacity: 0.9;
3122
- filter: alpha(opacity=90);
3123
- }
3124
-
3125
- .tooltip-inner {
3126
- color: #ffffff;
3127
- background-color: #333333;
3128
- border-radius: 0;
3129
- }
3130
-
3131
- .tooltip.top .tooltip-arrow,
3132
- .tooltip.top-left .tooltip-arrow,
3133
- .tooltip.top-right .tooltip-arrow,
3134
- .tooltip.right .tooltip-arrow,
3135
- .tooltip.left .tooltip-arrow,
3136
- .tooltip.bottom .tooltip-arrow,
3137
- .tooltip.bottom-left .tooltip-arrow,
3138
- .tooltip.bottom-right .tooltip-arrow {
3139
- border-bottom-color: #333333;
3140
- }
3141
-
3142
-
3143
- /* -- others -- */
3144
-
3145
- a {
3146
- color: #008cba;
3147
- }
3148
-
3149
- a:hover,
3150
- a:focus {
3151
- color: #008cba;
3152
- text-decoration: underline;
3153
- }
3154
-
3155
- hr {
3156
- margin-top: 21px;
3157
- margin-bottom: 21px;
3158
- border: 0;
3159
- border-top: 1px solid #dddddd;
3160
- }
3161
-
3162
- h1,
3163
- h2,
3164
- h3,
3165
- h4,
3166
- h5,
3167
- h6,
3168
- .h1,
3169
- .h2,
3170
- .h3,
3171
- .h4,
3172
- .h5,
3173
- .h6 {
3174
- font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
3175
- font-weight: 300;
3176
- }
3177
-
3178
- h1 small,
3179
- h2 small,
3180
- h3 small,
3181
- h4 small,
3182
- h5 small,
3183
- h6 small,
3184
- .h1 small,
3185
- .h2 small,
3186
- .h3 small,
3187
- .h4 small,
3188
- .h5 small,
3189
- .h6 small,
3190
- h1 .small,
3191
- h2 .small,
3192
- h3 .small,
3193
- h4 .small,
3194
- h5 .small,
3195
- h6 .small,
3196
- .h1 .small,
3197
- .h2 .small,
3198
- .h3 .small,
3199
- .h4 .small,
3200
- .h5 .small,
3201
- .h6 .small {
3202
- color: #999999;
3203
- }
3204
-
3205
- h1,
3206
- .h1,
3207
- h2,
3208
- .h2,
3209
- h3,
3210
- .h3 {
3211
- margin-top: 21px;
3212
- margin-bottom: 10.5px;
3213
- }
3214
-
3215
- h1,
3216
- .h1 {
3217
- font-size: 39px;
3218
- }
3219
-
3220
- h2,
3221
- .h2 {
3222
- font-size: 32px;
3223
- }
3224
-
3225
- h3,
3226
- .h3 {
3227
- font-size: 26px;
3228
- }
3229
-
3230
- h4,
3231
- .h4 {
3232
- font-size: 19px;
3233
- }
3234
-
3235
- h5,
3236
- .h5 {
3237
- font-size: 15px;
3238
- }
3239
-
3240
- h6,
3241
- .h6 {
3242
- font-size: 13px;
3243
- }
3244
-
3245
- p {
3246
- margin: 0 0 10.5px;
3247
- }
3248
-
3249
- .lead {
3250
- margin-bottom: 21px;
3251
- font-size: 17px;
3252
- }
3253
-
3254
- @media (min-width: 768px) {
3255
- .lead {
3256
- font-size: 22.5px;
3257
- }
3258
- }
3259
-
3260
- small,
3261
- .small {
3262
- font-size: 80%;
3263
- }
3264
-
3265
- mark,
3266
- .mark {
3267
- background-color: #fcf8e3;
3268
- }
3269
-
3270
- .page-header {
3271
- padding-bottom: 9.5px;
3272
- margin: 42px 0 21px;
3273
- border-bottom: 1px solid #dddddd;
3274
- }
3275
-
3276
- abbr[title],
3277
- abbr[data-original-title] {
3278
- border-bottom: 1px dotted #999999;
3279
- }
3280
-
3281
- address {
3282
- margin-bottom: 21px;
3283
- }
3284
-
3285
- pre {
3286
- padding: 10px;
3287
- margin: 0 0 10.5px;
3288
- font-size: 14px;
3289
- color: #333333;
3290
- background-color: #f5f5f5;
3291
- border: 1px solid #cccccc;
3292
- border-radius: 0;
3293
- }
3294
-
3295
- legend {
3296
- margin-bottom: 21px;
3297
- font-size: 22.5px;
3298
- line-height: inherit;
3299
- color: #333333;
3300
- border: 0;
3301
- border-bottom: 1px solid #e5e5e5;
3302
- }
3303
-
3304
- output {
3305
- padding-top: 9px;
3306
- font-size: 15px;
3307
- color: #6f6f6f;
3308
- }
3309
-
3310
- .lead {
3311
- color: #6f6f6f;
3312
- }
3313
-
3314
- cite {
3315
- font-style: italic;
3316
- }
3317
-
3318
- table {
3319
- font-size: 12px;
3320
- }
3321
-
3322
- label,
3323
- .control-label,
3324
- .help-block,
3325
- .checkbox,
3326
- .radio {
3327
- font-size: 12px;
3328
- font-weight: normal;
3329
- }
3330
-
3331
- input[type="radio"],
3332
- input[type="checkbox"] {
3333
- margin-top: 1px;
3334
- }
3335
-
3336
- .list-group {
3337
- font-size: 12px;
3338
- font-weight: 300;
3339
- }
3340
-
3341
- #navbar-3 .navbar-nav a,
3342
- #navbar-profile span {
3343
- font-size: 11px;
3344
- line-height: 22px;
3345
- font-weight: 500;
3346
- text-transform: uppercase;
3347
- }
3348
-
3349
- /* Horizontal menu - 3 */
3350
- #navbar-3 .navbar-nav a {
3351
- padding: 12px 15px;
3352
- margin: 0;
3353
- text-decoration: none;
3354
- }
3355
-
3356
- #navbar-3 .navbar-nav a:hover,
3357
- #navbar-3 .navbar-nav a:focus{
3358
- text-decoration: none;
3359
- }
3360
-
3361
- #navbar-3 .nav-button {
3362
- padding: 15px;
3363
- }