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