cronapp-framework-js 2.9.0 → 2.9.1-SNAPSHOT.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 (366) hide show
  1. package/components/crn-enterprise-combobox-multiple.components.json +1 -1
  2. package/components/crn-enterprise-dynamic-combobox.components.json +1 -1
  3. package/components/cron-breadcrumbs.components.json +2 -2
  4. package/components/cron-ordered-list.components.json +8 -8
  5. package/components/templates/accordion.template.html +6 -6
  6. package/components/templates/cron-breadcrumbs.template.html +5 -3
  7. package/components/templates/cron-dynamic-menu.template.html +1 -1
  8. package/components/templates/cron-grid.designtime.html +63 -64
  9. package/components/templates/list.template.html +1 -1
  10. package/components/templates/radiogroup.template.html +1 -1
  11. package/css/themes/aquamarine.min.css +6 -0
  12. package/css/themes/cerulean.min.css +4 -3
  13. package/css/themes/custom/aquamarine/custom-aquamarine.min.css +3085 -0
  14. package/css/themes/custom/aquamarine/font/WorkSans-Black.woff +0 -0
  15. package/css/themes/custom/aquamarine/font/WorkSans-Black.woff2 +0 -0
  16. package/css/themes/custom/aquamarine/font/WorkSans-BlackItalic.woff +0 -0
  17. package/css/themes/custom/aquamarine/font/WorkSans-BlackItalic.woff2 +0 -0
  18. package/css/themes/custom/aquamarine/font/WorkSans-Bold.woff +0 -0
  19. package/css/themes/custom/aquamarine/font/WorkSans-Bold.woff2 +0 -0
  20. package/css/themes/custom/aquamarine/font/WorkSans-BoldItalic.woff +0 -0
  21. package/css/themes/custom/aquamarine/font/WorkSans-BoldItalic.woff2 +0 -0
  22. package/css/themes/custom/aquamarine/font/WorkSans-ExtraBold.woff +0 -0
  23. package/css/themes/custom/aquamarine/font/WorkSans-ExtraBold.woff2 +0 -0
  24. package/css/themes/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff +0 -0
  25. package/css/themes/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
  26. package/css/themes/custom/aquamarine/font/WorkSans-ExtraLight.woff +0 -0
  27. package/css/themes/custom/aquamarine/font/WorkSans-ExtraLight.woff2 +0 -0
  28. package/css/themes/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff +0 -0
  29. package/css/themes/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff2 +0 -0
  30. package/css/themes/custom/aquamarine/font/WorkSans-Italic.woff +0 -0
  31. package/css/themes/custom/aquamarine/font/WorkSans-Italic.woff2 +0 -0
  32. package/css/themes/custom/aquamarine/font/WorkSans-Light.woff +0 -0
  33. package/css/themes/custom/aquamarine/font/WorkSans-Light.woff2 +0 -0
  34. package/css/themes/custom/aquamarine/font/WorkSans-LightItalic.woff +0 -0
  35. package/css/themes/custom/aquamarine/font/WorkSans-LightItalic.woff2 +0 -0
  36. package/css/themes/custom/aquamarine/font/WorkSans-Medium.woff +0 -0
  37. package/css/themes/custom/aquamarine/font/WorkSans-Medium.woff2 +0 -0
  38. package/css/themes/custom/aquamarine/font/WorkSans-MediumItalic.woff +0 -0
  39. package/css/themes/custom/aquamarine/font/WorkSans-MediumItalic.woff2 +0 -0
  40. package/css/themes/custom/aquamarine/font/WorkSans-Regular.woff +0 -0
  41. package/css/themes/custom/aquamarine/font/WorkSans-Regular.woff2 +0 -0
  42. package/css/themes/custom/aquamarine/font/WorkSans-SemiBold.woff +0 -0
  43. package/css/themes/custom/aquamarine/font/WorkSans-SemiBold.woff2 +0 -0
  44. package/css/themes/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff +0 -0
  45. package/css/themes/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff2 +0 -0
  46. package/css/themes/custom/aquamarine/font/WorkSans-Thin.woff +0 -0
  47. package/css/themes/custom/aquamarine/font/WorkSans-Thin.woff2 +0 -0
  48. package/css/themes/custom/aquamarine/font/WorkSans-ThinItalic.woff +0 -0
  49. package/css/themes/custom/aquamarine/font/WorkSans-ThinItalic.woff2 +0 -0
  50. package/css/themes/custom/aquamarine/font/fonts.css +162 -0
  51. package/css/themes/custom/aquamarine/img/arrow-gray.svg +3 -0
  52. package/css/themes/custom/aquamarine/img/arrow-white.svg +3 -0
  53. package/css/themes/custom/cerulean/button-cerulean.css +277 -0
  54. package/css/themes/custom/cerulean/custom-cerulean.css +322 -0
  55. package/css/themes/custom/cerulean/img/arrow-gray.svg +10 -0
  56. package/css/themes/custom/cerulean/img/arrow-white.svg +10 -0
  57. package/css/themes/custom/cerulean/navbar-cerulean.css +42 -0
  58. package/css/themes/custom/cerulean/panel-cerulean.css +51 -0
  59. package/css/themes/custom/darkly/custom-darkly.css +348 -0
  60. package/css/themes/custom/darkly/navbar-darkly.css +49 -0
  61. package/css/themes/custom/darkly/panel-darkly.css +90 -0
  62. package/css/themes/custom/dsgov/custom-dsgov.min.css +293 -43
  63. package/css/themes/custom/flatly/custom-flatly.css +317 -0
  64. package/css/themes/custom/flatly/navbar-flatly.css +48 -0
  65. package/css/themes/custom/flatly/panel-flatly.css +83 -0
  66. package/css/themes/custom/fuse/custom-fuse.min.css +1 -1
  67. package/css/themes/custom/lumen/custom-lumen.min.css +2989 -1085
  68. package/css/themes/custom/lumen/font/SourceSansPro-Black.woff +0 -0
  69. package/css/themes/custom/lumen/font/SourceSansPro-Black.woff2 +0 -0
  70. package/css/themes/custom/lumen/font/SourceSansPro-BlackIt.woff +0 -0
  71. package/css/themes/custom/lumen/font/SourceSansPro-BlackIt.woff2 +0 -0
  72. package/css/themes/custom/lumen/font/SourceSansPro-Bold.woff +0 -0
  73. package/css/themes/custom/lumen/font/SourceSansPro-Bold.woff2 +0 -0
  74. package/css/themes/custom/lumen/font/SourceSansPro-BoldIt.woff +0 -0
  75. package/css/themes/custom/lumen/font/SourceSansPro-BoldIt.woff2 +0 -0
  76. package/css/themes/custom/lumen/font/SourceSansPro-ExtraLight.woff +0 -0
  77. package/css/themes/custom/lumen/font/SourceSansPro-ExtraLight.woff2 +0 -0
  78. package/css/themes/custom/lumen/font/SourceSansPro-ExtraLightIt.woff +0 -0
  79. package/css/themes/custom/lumen/font/SourceSansPro-ExtraLightIt.woff2 +0 -0
  80. package/css/themes/custom/lumen/font/SourceSansPro-It.woff +0 -0
  81. package/css/themes/custom/lumen/font/SourceSansPro-It.woff2 +0 -0
  82. package/css/themes/custom/lumen/font/SourceSansPro-Light.woff +0 -0
  83. package/css/themes/custom/lumen/font/SourceSansPro-Light.woff2 +0 -0
  84. package/css/themes/custom/lumen/font/SourceSansPro-LightIt.woff +0 -0
  85. package/css/themes/custom/lumen/font/SourceSansPro-LightIt.woff2 +0 -0
  86. package/css/themes/custom/lumen/font/SourceSansPro-Regular.woff +0 -0
  87. package/css/themes/custom/lumen/font/SourceSansPro-Regular.woff2 +0 -0
  88. package/css/themes/custom/lumen/font/SourceSansPro-Semibold.woff +0 -0
  89. package/css/themes/custom/lumen/font/SourceSansPro-Semibold.woff2 +0 -0
  90. package/css/themes/custom/lumen/font/SourceSansPro-SemiboldIt.woff +0 -0
  91. package/css/themes/custom/lumen/font/SourceSansPro-SemiboldIt.woff2 +0 -0
  92. package/css/themes/custom/lumen/font/fonts.css +108 -0
  93. package/css/themes/custom/lumen/img/arrow-gray.svg +11 -0
  94. package/css/themes/custom/lumen/img/arrow-white.svg +11 -0
  95. package/css/themes/custom/material/custom-material.css +3311 -172
  96. package/css/themes/custom/material/font/Roboto-Black.woff +0 -0
  97. package/css/themes/custom/material/font/Roboto-Black.woff2 +0 -0
  98. package/css/themes/custom/material/font/Roboto-BlackItalic.woff +0 -0
  99. package/css/themes/custom/material/font/Roboto-BlackItalic.woff2 +0 -0
  100. package/css/themes/custom/material/font/Roboto-Bold.woff +0 -0
  101. package/css/themes/custom/material/font/Roboto-Bold.woff2 +0 -0
  102. package/css/themes/custom/material/font/Roboto-BoldItalic.woff +0 -0
  103. package/css/themes/custom/material/font/Roboto-BoldItalic.woff2 +0 -0
  104. package/css/themes/custom/material/font/Roboto-Italic.woff +0 -0
  105. package/css/themes/custom/material/font/Roboto-Italic.woff2 +0 -0
  106. package/css/themes/custom/material/font/Roboto-Light.woff +0 -0
  107. package/css/themes/custom/material/font/Roboto-Light.woff2 +0 -0
  108. package/css/themes/custom/material/font/Roboto-LightItalic.woff +0 -0
  109. package/css/themes/custom/material/font/Roboto-LightItalic.woff2 +0 -0
  110. package/css/themes/custom/material/font/Roboto-Medium.woff +0 -0
  111. package/css/themes/custom/material/font/Roboto-Medium.woff2 +0 -0
  112. package/css/themes/custom/material/font/Roboto-MediumItalic.woff +0 -0
  113. package/css/themes/custom/material/font/Roboto-MediumItalic.woff2 +0 -0
  114. package/css/themes/custom/material/font/Roboto-Regular.woff +0 -0
  115. package/css/themes/custom/material/font/Roboto-Regular.woff2 +0 -0
  116. package/css/themes/custom/material/font/Roboto-Thin.woff +0 -0
  117. package/css/themes/custom/material/font/Roboto-Thin.woff2 +0 -0
  118. package/css/themes/custom/material/font/Roboto-ThinItalic.woff +0 -0
  119. package/css/themes/custom/material/font/Roboto-ThinItalic.woff2 +0 -0
  120. package/css/themes/custom/material/font/fonts.css +108 -0
  121. package/css/themes/custom/material/img/arrow-gray.svg +11 -0
  122. package/css/themes/custom/material/img/arrow-white.svg +11 -0
  123. package/css/themes/custom/material_raiz/components_css/crn-scheduler.css +1 -1
  124. package/css/themes/custom/spacelab/button-spacelab.css +274 -0
  125. package/css/themes/custom/spacelab/custom-spacelab.css +253 -0
  126. package/css/themes/custom/spacelab/font/OpenSans-Bold.woff +0 -0
  127. package/css/themes/custom/spacelab/font/OpenSans-Bold.woff2 +0 -0
  128. package/css/themes/custom/spacelab/font/OpenSans-BoldItalic.woff +0 -0
  129. package/css/themes/custom/spacelab/font/OpenSans-BoldItalic.woff2 +0 -0
  130. package/css/themes/custom/spacelab/font/OpenSans-Extrabold.woff +0 -0
  131. package/css/themes/custom/spacelab/font/OpenSans-Extrabold.woff2 +0 -0
  132. package/css/themes/custom/spacelab/font/OpenSans-ExtraboldItalic.woff +0 -0
  133. package/css/themes/custom/spacelab/font/OpenSans-ExtraboldItalic.woff2 +0 -0
  134. package/css/themes/custom/spacelab/font/OpenSans-Italic.woff +0 -0
  135. package/css/themes/custom/spacelab/font/OpenSans-Italic.woff2 +0 -0
  136. package/css/themes/custom/spacelab/font/OpenSans-Light.woff +0 -0
  137. package/css/themes/custom/spacelab/font/OpenSans-Light.woff2 +0 -0
  138. package/css/themes/custom/spacelab/font/OpenSans-Semibold.woff +0 -0
  139. package/css/themes/custom/spacelab/font/OpenSans-Semibold.woff2 +0 -0
  140. package/css/themes/custom/spacelab/font/OpenSans-SemiboldItalic.woff +0 -0
  141. package/css/themes/custom/spacelab/font/OpenSans-SemiboldItalic.woff2 +0 -0
  142. package/css/themes/custom/spacelab/font/OpenSans.woff +0 -0
  143. package/css/themes/custom/spacelab/font/OpenSans.woff2 +0 -0
  144. package/css/themes/custom/spacelab/font/OpenSansLight-Italic.woff +0 -0
  145. package/css/themes/custom/spacelab/font/OpenSansLight-Italic.woff2 +0 -0
  146. package/css/themes/custom/spacelab/font/fonts.css +89 -0
  147. package/css/themes/custom/spacelab/navbar-spacelab.css +32 -0
  148. package/css/themes/custom/spacelab/panel-spacelab.css +109 -0
  149. package/css/themes/custom/superhero/custom-superhero.css +340 -0
  150. package/css/themes/custom/superhero/navbar-superhero.css +33 -0
  151. package/css/themes/custom/superhero/panel-superhero.css +58 -0
  152. package/css/themes/custom/superhero/tabs-superhero.css +25 -0
  153. package/css/themes/custom/theme-general/button.css +223 -0
  154. package/css/themes/custom/theme-general/carousel.css +5 -0
  155. package/css/themes/custom/theme-general/cookies.css +34 -0
  156. package/css/themes/custom/theme-general/forms.css +18 -0
  157. package/css/themes/custom/theme-general/login.css +21 -0
  158. package/css/themes/custom/theme-general/menu.css +23 -0
  159. package/css/themes/custom/theme-general/modal.css +13 -0
  160. package/css/themes/custom/theme-general/notification.css +27 -0
  161. package/css/themes/custom/theme-general/report-viewer.css +63 -0
  162. package/css/themes/custom/theme-general/scheduler.css +10 -0
  163. package/css/themes/custom/theme-general/slider.css +15 -0
  164. package/css/themes/custom/theme-general/table-grid.css +32 -0
  165. package/css/themes/custom/theme-general/tabs.css +49 -0
  166. package/css/themes/custom/theme-general/theme-general.css +180 -0
  167. package/css/themes/custom/theme-general/timeline.css +40 -0
  168. package/css/themes/custom/theme-general/treeview.css +74 -0
  169. package/css/themes/darkly.min.css +4 -3
  170. package/css/themes/flatly.min.css +4 -3
  171. package/css/themes/spacelab.min.css +5 -3
  172. package/css/themes/superhero.min.css +4 -3
  173. package/dist/components/js/format.min.js +1 -1
  174. package/dist/components/js/jquery.inputmask.bundle.js +1 -1
  175. package/dist/components/js/jquery.mask.min.js +1 -1
  176. package/dist/components/js/qrcode.js +1 -1
  177. package/dist/components/templates/accordion.template.html +1 -1
  178. package/dist/components/templates/cron-breadcrumbs.template.html +1 -1
  179. package/dist/components/templates/cron-dynamic-menu.template.html +1 -1
  180. package/dist/components/templates/cron-grid.designtime.html +1 -1
  181. package/dist/components/templates/list.template.html +1 -1
  182. package/dist/components/templates/radiogroup.template.html +1 -1
  183. package/dist/css/themes/aquamarine.min.css +1 -0
  184. package/dist/css/themes/custom/aquamarine/custom-aquamarine.min.css +1 -0
  185. package/dist/css/themes/custom/aquamarine/font/WorkSans-Black.woff +0 -0
  186. package/dist/css/themes/custom/aquamarine/font/WorkSans-Black.woff2 +0 -0
  187. package/dist/css/themes/custom/aquamarine/font/WorkSans-BlackItalic.woff +0 -0
  188. package/dist/css/themes/custom/aquamarine/font/WorkSans-BlackItalic.woff2 +0 -0
  189. package/dist/css/themes/custom/aquamarine/font/WorkSans-Bold.woff +0 -0
  190. package/dist/css/themes/custom/aquamarine/font/WorkSans-Bold.woff2 +0 -0
  191. package/dist/css/themes/custom/aquamarine/font/WorkSans-BoldItalic.woff +0 -0
  192. package/dist/css/themes/custom/aquamarine/font/WorkSans-BoldItalic.woff2 +0 -0
  193. package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraBold.woff +0 -0
  194. package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraBold.woff2 +0 -0
  195. package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff +0 -0
  196. package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
  197. package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraLight.woff +0 -0
  198. package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraLight.woff2 +0 -0
  199. package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff +0 -0
  200. package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff2 +0 -0
  201. package/dist/css/themes/custom/aquamarine/font/WorkSans-Italic.woff +0 -0
  202. package/dist/css/themes/custom/aquamarine/font/WorkSans-Italic.woff2 +0 -0
  203. package/dist/css/themes/custom/aquamarine/font/WorkSans-Light.woff +0 -0
  204. package/dist/css/themes/custom/aquamarine/font/WorkSans-Light.woff2 +0 -0
  205. package/dist/css/themes/custom/aquamarine/font/WorkSans-LightItalic.woff +0 -0
  206. package/dist/css/themes/custom/aquamarine/font/WorkSans-LightItalic.woff2 +0 -0
  207. package/dist/css/themes/custom/aquamarine/font/WorkSans-Medium.woff +0 -0
  208. package/dist/css/themes/custom/aquamarine/font/WorkSans-Medium.woff2 +0 -0
  209. package/dist/css/themes/custom/aquamarine/font/WorkSans-MediumItalic.woff +0 -0
  210. package/dist/css/themes/custom/aquamarine/font/WorkSans-MediumItalic.woff2 +0 -0
  211. package/dist/css/themes/custom/aquamarine/font/WorkSans-Regular.woff +0 -0
  212. package/dist/css/themes/custom/aquamarine/font/WorkSans-Regular.woff2 +0 -0
  213. package/dist/css/themes/custom/aquamarine/font/WorkSans-SemiBold.woff +0 -0
  214. package/dist/css/themes/custom/aquamarine/font/WorkSans-SemiBold.woff2 +0 -0
  215. package/dist/css/themes/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff +0 -0
  216. package/dist/css/themes/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff2 +0 -0
  217. package/dist/css/themes/custom/aquamarine/font/WorkSans-Thin.woff +0 -0
  218. package/dist/css/themes/custom/aquamarine/font/WorkSans-Thin.woff2 +0 -0
  219. package/dist/css/themes/custom/aquamarine/font/WorkSans-ThinItalic.woff +0 -0
  220. package/dist/css/themes/custom/aquamarine/font/WorkSans-ThinItalic.woff2 +0 -0
  221. package/dist/css/themes/custom/aquamarine/font/fonts.css +1 -0
  222. package/dist/css/themes/custom/aquamarine/img/arrow-gray.svg +1 -0
  223. package/dist/css/themes/custom/aquamarine/img/arrow-white.svg +1 -0
  224. package/dist/css/themes/custom/cerulean/button-cerulean.css +1 -0
  225. package/dist/css/themes/custom/cerulean/custom-cerulean.css +1 -0
  226. package/dist/css/themes/custom/cerulean/custom-cerulean.min.css +1 -1
  227. package/dist/css/themes/custom/cerulean/img/arrow-gray.svg +1 -0
  228. package/dist/css/themes/custom/cerulean/img/arrow-white.svg +1 -0
  229. package/dist/css/themes/custom/cerulean/navbar-cerulean.css +1 -0
  230. package/dist/css/themes/custom/cerulean/panel-cerulean.css +1 -0
  231. package/dist/css/themes/custom/darkly/custom-darkly.css +1 -0
  232. package/dist/css/themes/custom/darkly/navbar-darkly.css +1 -0
  233. package/dist/css/themes/custom/darkly/panel-darkly.css +1 -0
  234. package/dist/css/themes/custom/dsgov/custom-dsgov.min.css +1 -1
  235. package/dist/css/themes/custom/flatly/custom-flatly.css +1 -0
  236. package/dist/css/themes/custom/flatly/navbar-flatly.css +1 -0
  237. package/dist/css/themes/custom/flatly/panel-flatly.css +1 -0
  238. package/dist/css/themes/custom/fuse/custom-fuse.min.css +1 -1
  239. package/dist/css/themes/custom/lumen/font/SourceSansPro-Black.woff +0 -0
  240. package/dist/css/themes/custom/lumen/font/SourceSansPro-Black.woff2 +0 -0
  241. package/dist/css/themes/custom/lumen/font/SourceSansPro-BlackIt.woff +0 -0
  242. package/dist/css/themes/custom/lumen/font/SourceSansPro-BlackIt.woff2 +0 -0
  243. package/dist/css/themes/custom/lumen/font/SourceSansPro-Bold.woff +0 -0
  244. package/dist/css/themes/custom/lumen/font/SourceSansPro-Bold.woff2 +0 -0
  245. package/dist/css/themes/custom/lumen/font/SourceSansPro-BoldIt.woff +0 -0
  246. package/dist/css/themes/custom/lumen/font/SourceSansPro-BoldIt.woff2 +0 -0
  247. package/dist/css/themes/custom/lumen/font/SourceSansPro-ExtraLight.woff +0 -0
  248. package/dist/css/themes/custom/lumen/font/SourceSansPro-ExtraLight.woff2 +0 -0
  249. package/dist/css/themes/custom/lumen/font/SourceSansPro-ExtraLightIt.woff +0 -0
  250. package/dist/css/themes/custom/lumen/font/SourceSansPro-ExtraLightIt.woff2 +0 -0
  251. package/dist/css/themes/custom/lumen/font/SourceSansPro-It.woff +0 -0
  252. package/dist/css/themes/custom/lumen/font/SourceSansPro-It.woff2 +0 -0
  253. package/dist/css/themes/custom/lumen/font/SourceSansPro-Light.woff +0 -0
  254. package/dist/css/themes/custom/lumen/font/SourceSansPro-Light.woff2 +0 -0
  255. package/dist/css/themes/custom/lumen/font/SourceSansPro-LightIt.woff +0 -0
  256. package/dist/css/themes/custom/lumen/font/SourceSansPro-LightIt.woff2 +0 -0
  257. package/dist/css/themes/custom/lumen/font/SourceSansPro-Regular.woff +0 -0
  258. package/dist/css/themes/custom/lumen/font/SourceSansPro-Regular.woff2 +0 -0
  259. package/dist/css/themes/custom/lumen/font/SourceSansPro-Semibold.woff +0 -0
  260. package/dist/css/themes/custom/lumen/font/SourceSansPro-Semibold.woff2 +0 -0
  261. package/dist/css/themes/custom/lumen/font/SourceSansPro-SemiboldIt.woff +0 -0
  262. package/dist/css/themes/custom/lumen/font/SourceSansPro-SemiboldIt.woff2 +0 -0
  263. package/dist/css/themes/custom/lumen/font/fonts.css +1 -0
  264. package/dist/css/themes/custom/lumen/img/arrow-gray.svg +1 -0
  265. package/dist/css/themes/custom/lumen/img/arrow-white.svg +1 -0
  266. package/dist/css/themes/custom/material/custom-material.css +1 -1
  267. package/dist/css/themes/custom/material/custom-material.min.css +1 -0
  268. package/dist/css/themes/custom/material/font/Roboto-Black.woff +0 -0
  269. package/dist/css/themes/custom/material/font/Roboto-Black.woff2 +0 -0
  270. package/dist/css/themes/custom/material/font/Roboto-BlackItalic.woff +0 -0
  271. package/dist/css/themes/custom/material/font/Roboto-BlackItalic.woff2 +0 -0
  272. package/dist/css/themes/custom/material/font/Roboto-Bold.woff +0 -0
  273. package/dist/css/themes/custom/material/font/Roboto-Bold.woff2 +0 -0
  274. package/dist/css/themes/custom/material/font/Roboto-BoldItalic.woff +0 -0
  275. package/dist/css/themes/custom/material/font/Roboto-BoldItalic.woff2 +0 -0
  276. package/dist/css/themes/custom/material/font/Roboto-Italic.woff +0 -0
  277. package/dist/css/themes/custom/material/font/Roboto-Italic.woff2 +0 -0
  278. package/dist/css/themes/custom/material/font/Roboto-Light.woff +0 -0
  279. package/dist/css/themes/custom/material/font/Roboto-Light.woff2 +0 -0
  280. package/dist/css/themes/custom/material/font/Roboto-LightItalic.woff +0 -0
  281. package/dist/css/themes/custom/material/font/Roboto-LightItalic.woff2 +0 -0
  282. package/dist/css/themes/custom/material/font/Roboto-Medium.woff +0 -0
  283. package/dist/css/themes/custom/material/font/Roboto-Medium.woff2 +0 -0
  284. package/dist/css/themes/custom/material/font/Roboto-MediumItalic.woff +0 -0
  285. package/dist/css/themes/custom/material/font/Roboto-MediumItalic.woff2 +0 -0
  286. package/dist/css/themes/custom/material/font/Roboto-Regular.woff +0 -0
  287. package/dist/css/themes/custom/material/font/Roboto-Regular.woff2 +0 -0
  288. package/dist/css/themes/custom/material/font/Roboto-Thin.woff +0 -0
  289. package/dist/css/themes/custom/material/font/Roboto-Thin.woff2 +0 -0
  290. package/dist/css/themes/custom/material/font/Roboto-ThinItalic.woff +0 -0
  291. package/dist/css/themes/custom/material/font/Roboto-ThinItalic.woff2 +0 -0
  292. package/dist/css/themes/custom/material/font/fonts.css +1 -0
  293. package/dist/css/themes/custom/material/img/arrow-gray.svg +1 -0
  294. package/dist/css/themes/custom/material/img/arrow-white.svg +1 -0
  295. package/dist/css/themes/custom/material_raiz/components_css/crn-scheduler.css +1 -1
  296. package/dist/css/themes/custom/spacelab/button-spacelab.css +1 -0
  297. package/dist/css/themes/custom/spacelab/custom-spacelab.css +1 -0
  298. package/dist/css/themes/custom/spacelab/font/OpenSans-Bold.woff +0 -0
  299. package/dist/css/themes/custom/spacelab/font/OpenSans-Bold.woff2 +0 -0
  300. package/dist/css/themes/custom/spacelab/font/OpenSans-BoldItalic.woff +0 -0
  301. package/dist/css/themes/custom/spacelab/font/OpenSans-BoldItalic.woff2 +0 -0
  302. package/dist/css/themes/custom/spacelab/font/OpenSans-Extrabold.woff +0 -0
  303. package/dist/css/themes/custom/spacelab/font/OpenSans-Extrabold.woff2 +0 -0
  304. package/dist/css/themes/custom/spacelab/font/OpenSans-ExtraboldItalic.woff +0 -0
  305. package/dist/css/themes/custom/spacelab/font/OpenSans-ExtraboldItalic.woff2 +0 -0
  306. package/dist/css/themes/custom/spacelab/font/OpenSans-Italic.woff +0 -0
  307. package/dist/css/themes/custom/spacelab/font/OpenSans-Italic.woff2 +0 -0
  308. package/dist/css/themes/custom/spacelab/font/OpenSans-Light.woff +0 -0
  309. package/dist/css/themes/custom/spacelab/font/OpenSans-Light.woff2 +0 -0
  310. package/dist/css/themes/custom/spacelab/font/OpenSans-Semibold.woff +0 -0
  311. package/dist/css/themes/custom/spacelab/font/OpenSans-Semibold.woff2 +0 -0
  312. package/dist/css/themes/custom/spacelab/font/OpenSans-SemiboldItalic.woff +0 -0
  313. package/dist/css/themes/custom/spacelab/font/OpenSans-SemiboldItalic.woff2 +0 -0
  314. package/dist/css/themes/custom/spacelab/font/OpenSans.woff +0 -0
  315. package/dist/css/themes/custom/spacelab/font/OpenSans.woff2 +0 -0
  316. package/dist/css/themes/custom/spacelab/font/OpenSansLight-Italic.woff +0 -0
  317. package/dist/css/themes/custom/spacelab/font/OpenSansLight-Italic.woff2 +0 -0
  318. package/dist/css/themes/custom/spacelab/font/fonts.css +1 -0
  319. package/dist/css/themes/custom/spacelab/navbar-spacelab.css +1 -0
  320. package/dist/css/themes/custom/spacelab/panel-spacelab.css +1 -0
  321. package/dist/css/themes/custom/superhero/custom-superhero.css +1 -0
  322. package/dist/css/themes/custom/superhero/navbar-superhero.css +1 -0
  323. package/dist/css/themes/custom/superhero/panel-superhero.css +1 -0
  324. package/dist/css/themes/custom/superhero/tabs-superhero.css +1 -0
  325. package/dist/css/themes/custom/theme-general/button.css +1 -0
  326. package/dist/css/themes/custom/theme-general/carousel.css +1 -0
  327. package/dist/css/themes/custom/theme-general/cookies.css +1 -0
  328. package/dist/css/themes/custom/theme-general/forms.css +1 -0
  329. package/dist/css/themes/custom/theme-general/login.css +1 -0
  330. package/dist/css/themes/custom/theme-general/menu.css +1 -0
  331. package/dist/css/themes/custom/theme-general/modal.css +1 -0
  332. package/dist/css/themes/custom/theme-general/notification.css +1 -0
  333. package/dist/css/themes/custom/theme-general/report-viewer.css +1 -0
  334. package/dist/css/themes/custom/theme-general/scheduler.css +1 -0
  335. package/dist/css/themes/custom/theme-general/slider.css +1 -0
  336. package/dist/css/themes/custom/theme-general/table-grid.css +1 -0
  337. package/dist/css/themes/custom/theme-general/tabs.css +1 -0
  338. package/dist/css/themes/custom/theme-general/theme-general.css +1 -0
  339. package/dist/css/themes/custom/theme-general/timeline.css +1 -0
  340. package/dist/css/themes/custom/theme-general/treeview.css +1 -0
  341. package/dist/js/LanguageSelectDirective.js +1 -1
  342. package/dist/js/LocaleService.js +1 -1
  343. package/dist/js/app.js +1 -1
  344. package/dist/js/dashboard/dashboard.service.js +1 -1
  345. package/dist/js/directives.js +1 -1
  346. package/dist/js/reports/parameters.controller.js +1 -1
  347. package/js/app.js +1 -1
  348. package/js/dashboard/dashboard.service.js +10 -10
  349. package/js/directives.js +200 -165
  350. package/package.json +1 -1
  351. package/postupdate.json +10 -6
  352. package/cronapp-framework-js.iml +0 -9
  353. package/css/themes/custom/cerulean/custom-cerulean.min.css +0 -2411
  354. package/css/themes/custom/darkly/custom-darkly.min.css +0 -3001
  355. package/css/themes/custom/flatly/custom-flatly.min.css +0 -2983
  356. package/css/themes/custom/material/components_css/crn-button.css +0 -177
  357. package/css/themes/custom/material/components_css/crn-carousel.css +0 -11
  358. package/css/themes/custom/material/components_css/crn-cron-calendar.css +0 -176
  359. package/css/themes/custom/material/components_css/crn-cron-grid.css +0 -243
  360. package/css/themes/custom/material/components_css/crn-enterprise.css +0 -58
  361. package/css/themes/custom/material/components_css/crn-navbar.css +0 -166
  362. package/css/themes/custom/material/components_css/crn-scheduler.css +0 -98
  363. package/css/themes/custom/material/components_css/login.css +0 -38
  364. package/css/themes/custom/material/components_css/ui-notification.css +0 -27
  365. package/css/themes/custom/spacelab/custom-spacelab.min.css +0 -2497
  366. package/css/themes/custom/superhero/custom-superhero.min.css +0 -3114
@@ -1,296 +1,3435 @@
1
- @import "./components_css/crn-button.css";
2
- @import "./components_css/crn-cron-calendar.css";
3
- @import "./components_css/crn-cron-grid.css";
4
- @import "./components_css/crn-enterprise.css";
5
- @import "./components_css/crn-navbar.css";
6
- @import "./components_css/crn-scheduler.css";
7
- @import "./components_css/login.css";
8
- @import "./components_css/ui-notification.css";
1
+ /* ==== FONTS ====*/
2
+ @import url("font/fonts.css");
9
3
 
10
- /* BÁSICO - NÃO APAGAR */
4
+ /* ==== VARIABLES ==== */
5
+ :root {
6
+
7
+ /* Font */
8
+ --fontFamily: "Roboto", "-apple-system", "Helvetica Neue", "Roboto", "Segoe UI", sans-serif;
9
+
10
+ --textSmallSize: 12px;
11
+ --textNormalSize: 14px;
12
+ --textMediumSize: 16px;
13
+ --textBigSize: 18px;
14
+ --textExtraBigSize: 23px;
15
+
16
+ --textColor10: #d6d6d6;
17
+ --textColor20: #aeaeae;
18
+ --textColor30: #7c7c7c;
19
+ --textColor40: #111111;
20
+ --textColor50: #0f0f0f;
21
+ --textColor60: #0c0c0c;
22
+ --textColor70: #090909;
23
+
24
+ /* Menus - Sizes and Distances */
25
+ --menuVerticalWidth: 270px;
26
+ --menuSideSize: 20px;
27
+ --menuItemBarSize: 6px;
28
+ --menuElementOverallPadding: 10px;
29
+ --menuItemPaddingSize: calc(var(--menuElementOverallPadding) + 5px);
30
+ --menuItemIconWidth: 25px;
31
+
32
+ /* Background */
33
+ --backgroundColor10: #ffffff;
34
+ --backgroundColor20: #ffffff;
35
+ --backgroundColor30: #ffffff;
36
+ --backgroundColor40: #ffffff;
37
+ --backgroundColor50: #dfdfdf;
38
+ --backgroundColor60: #bbbbbb;
39
+ --backgroundColor70: #8c8c8c;
40
+
41
+ /* Distances */
42
+ --distanceNone: 0;
43
+ --distanceSmallest: 5px;
44
+ --distanceExtraSmall: 10px;
45
+ --distanceSmall: 15px;
46
+ --distanceMedium: 20px;
47
+ --distanceBig: 30px;
48
+ --distanceGiant: 40px;
49
+ --distanceTitan: 60px;
50
+
51
+ /* Border Radius */
52
+ --borderRadiusNone: 0;
53
+ --borderRadiusSmallest: 5px;
54
+ --borderRadiusExtraSmall: 10px;
55
+ --borderRadiusSmall: 15px;
56
+ --borderRadiusBig: 30px;
57
+ --borderRadiusGiant: 40px;
58
+ --borderRadiusTitan: 60px;
59
+ --borderRadiusFull: 99999px;
60
+
61
+ /* Color - Theme default */
62
+ --colorDefault10: #d8d9e3;
63
+ --colorDefault20: #b3b5ca;
64
+ --colorDefault30: #8689af;
65
+ --colorDefault40: #3b448e;
66
+ --colorDefault50: #343c7c;
67
+ --colorDefault60: #2b3268;
68
+ --colorDefault70: #20254e;
69
+
70
+ /* Color - Primary (web) - Positive (mobile) */
71
+ --colorPrimary10: #d8e0fc;
72
+ --colorPrimary20: #b2c5fa;
73
+ --colorPrimary30: #85a5f7;
74
+ --colorPrimary40: #387ef5;
75
+ --colorPrimary50: #316ed7;
76
+ --colorPrimary60: #295cb3;
77
+ --colorPrimary70: #1f4586;
78
+
79
+ /* Color - Success (web) - Balanced (mobile) */
80
+ --colorSuccess10: #d7f1dc;
81
+ --colorSuccess20: #b2e6bb;
82
+ --colorSuccess30: #83da95;
83
+ --colorSuccess40: #33cd5f;
84
+ --colorSuccess50: #2db353;
85
+ --colorSuccess60: #259646;
86
+ --colorSuccess70: #1c7034;
87
+
88
+ /* Color - Warning (web) - energized (mobile) */
89
+ --colorWarning10: #fff0d5;
90
+ --colorWarning20: #ffe4ae;
91
+ --colorWarning30: #ffd77b;
92
+ --colorWarning40: #ffc900;
93
+ --colorWarning50: #dfb000;
94
+ --colorWarning60: #bb9300;
95
+ --colorWarning70: #8c6e00;
96
+
97
+ /* Color - Danger (web) - assertive (mobile) */
98
+ --colorDanger10: #fad9d8;
99
+ --colorDanger20: #f7b5b3;
100
+ --colorDanger30: #f38a85;
101
+ --colorDanger40: #ef473a;
102
+ --colorDanger50: #d13e33;
103
+ --colorDanger60: #af342a;
104
+ --colorDanger70: #832720;
105
+
106
+ /* Color - Royal (mobile) */
107
+ --colorRoyal10: #e2ddf9;
108
+ --colorRoyal20: #c8bef4;
109
+ --colorRoyal30: #ab9aef;
110
+ --colorRoyal40: #886aea;
111
+ --colorRoyal50: #775dcd;
112
+ --colorRoyal60: #644eab;
113
+ --colorRoyal70: #4a3a80;
114
+
115
+ /* Color - Calm (mobile) */
116
+ --colorCalm10: #d6eefb;
117
+ --colorCalm20: #aee0f9;
118
+ --colorCalm30: #7cd1f6;
119
+ --colorCalm40: #11c1f3;
120
+ --colorCalm50: #0fa9d5;
121
+ --colorCalm60: #0c8db2;
122
+ --colorCalm70: #096a85;
123
+
124
+ /* Color - Dark (mobile) */
125
+ --colorDark10: #d9d9d9;
126
+ --colorDark20: #b5b5b5;
127
+ --colorDark30: #898989;
128
+ --colorDark40: #444444;
129
+ --colorDark50: #3c3c3c;
130
+ --colorDark60: #323232;
131
+ --colorDark70: #252525;
132
+
133
+ /* Color - Neutral (web e mobile) */
134
+ --colorNeutral00: #FFFFFF;
135
+ --colorNeutral10: #F1F1F1;
136
+ --colorNeutral20: #E3E3E3;
137
+ --colorNeutral30: #D5D5D5;
138
+ --colorNeutral40: #C7C7C7;
139
+ --colorNeutral50: #B9B9B9;
140
+ --colorNeutral60: #ACACAC;
141
+ --colorNeutral70: #9E9E9E;
142
+ --colorNeutral80: #909090;
143
+ --colorNeutral90: #828282;
144
+ --colorNeutral100: #747474;
145
+ --colorNeutral110: #666666;
146
+ --colorNeutral120: #5D5D5D;
147
+ --colorNeutral130: #535353;
148
+ --colorNeutral140: #4A4A4A;
149
+ --colorNeutral150: #414141;
150
+ --colorNeutral160: #383838;
151
+ --colorNeutral170: #2E2E2E;
152
+ --colorNeutral180: #252525;
153
+ --colorNeutral190: #1C1C1C;
154
+ --colorNeutral200: #131313;
155
+ --colorNeutral210: #090909;
156
+ --colorNeutral220: #000000;
157
+
158
+ --textColor: var(--colorNeutral220);
159
+ --backgroundColor: var(--colorNeutral10);
160
+ }
161
+
162
+ /* ==== GENERAL ==== */
163
+ *,
164
+ *:hover,
165
+ *:focus,
166
+ *:active {
167
+ outline: 0;
168
+ }
169
+
170
+ html {
171
+ height: 100%;
172
+ }
173
+
174
+ body {
175
+ display: flex;
176
+ }
177
+
178
+ body,
179
+ body > div.fill.ng-scope,
180
+ div#view-canvas {
181
+ min-height: 100%;
182
+ width: 100%;
183
+ }
184
+
185
+ body {
186
+ background: var(--backgroundColor);
187
+ font-family: var(--fontFamily);
188
+ font-size: var(--textNormalSize);
189
+ line-height: 30px;
190
+ }
11
191
 
12
192
  body,
193
+ .k-block,
194
+ .k-content,
195
+ .k-dropdown
196
+ .k-input,
197
+ .k-popup,
198
+ .k-toolbar,
199
+ .k-widget {
200
+ color: var(--textColor);
201
+ }
202
+
203
+ a,
204
+ a:focus,
205
+ a:active {
206
+ color: var(--colorDefault40);
207
+ text-decoration: none;
208
+ outline: 0;
209
+ }
210
+
211
+ a:hover {
212
+ color: var(--colorDefault30);
213
+ }
214
+
13
215
  h1,
14
216
  h2,
15
217
  h3,
16
218
  h4,
17
219
  h5,
18
- h6,
19
- .h1,
20
- .h2,
21
- .h3,
22
- .h4 {
23
- font-family: "Roboto", "Helvetica", "Arial", sans-serif;
24
- font-weight: 400;
220
+ h6 {
221
+ font-weight: 500;
25
222
  }
26
223
 
27
- body {
28
- width: 100%;
29
- height: 100%;
30
- background: #ffffff;
224
+ .k-block, .k-content {
225
+ background: transparent;
226
+ }
227
+
228
+ /* ==== TEXT ==== */
229
+ .text-primary {
230
+ color: var(--colorPrimary40);
231
+ }
232
+
233
+ .text-secondary {
234
+ color: var(--colorPrimary50);
235
+ }
236
+
237
+ .text-success {
238
+ color: var(--colorSuccess40);
239
+ }
240
+
241
+ .text-warning {
242
+ color: var(--colorWarning40);
243
+ }
244
+
245
+ .text-danger {
246
+ color: var(--colorDanger40);
247
+ }
248
+
249
+ .text-info {
250
+ color: var(--colorDefault40);
251
+ }
252
+
253
+ .text-light {
254
+ color: var(--colorNeutral70);
255
+ }
256
+
257
+ .text-dark {
258
+ color: var(--colorNeutral200);
259
+ }
260
+
261
+ .text-muted {
262
+ color: #666;
263
+ }
264
+
265
+ .text-white {
266
+ color: #fff;
267
+ }
268
+
269
+ .lead {
270
+ font-size: 21px;
31
271
  }
32
272
 
33
- @media only screen and (min-width: 768px) {
34
- body {
35
- background: #f1f1f1;
273
+ @media (min-width: 768px) {
274
+ .lead {
275
+ font-size: 21px;
36
276
  }
37
277
  }
38
278
 
39
- html {
279
+ /* ==== PAGE LOADING BAR ====*/
280
+ .pace div.pace-progress {
281
+ background: var(--colorPrimary40);
282
+ }
283
+
284
+ /* ==== LOGIN SCREEN ==== */
285
+ /* Login */
286
+ .fill .bg.ng-scope,
287
+ .fill .bg.ng-scope .container-full,
288
+ .fill .bg.ng-scope .container-full .container-fluid,
289
+ .fill .bg.ng-scope .container-full .container-fluid > .component-holder,
290
+ .fill .bg.ng-scope .container-full .container-fluid > .component-holder .login-view {
291
+ display: flex;
292
+ width: 98%;
293
+ height: auto;
294
+ padding: 0;
295
+ margin: auto;
296
+ justify-content: space-between;
297
+ }
298
+
299
+ .fill .bg.ng-scope .container-full .container-fluid > .component-holder .login-view {
300
+ flex-direction: column;
301
+ background: var(--colorNeutral00);
302
+ border-radius: var(--borderRadiusNone);
303
+ padding: var(--distanceSmall);
304
+ margin-top: 20px;
305
+ box-shadow: 0 0px 0px 0px rgb(0 0 0 / 20%), 0 0px 0px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
306
+ }
307
+
308
+ .login-view label,
309
+ .login-view input {
40
310
  width: 100%;
311
+ }
312
+
313
+ .login-view .reset-password {
314
+ text-align: right;
315
+ }
316
+
317
+ .login-view .sign-up {
318
+ text-align: center;
319
+ padding: 0;
320
+ margin-top: var(--distanceSmallest);
321
+ }
322
+
323
+ .login-view .login-view-credentials,
324
+ .login-view .login-view-text {
325
+ display: flex;
326
+ align-items: center;
327
+ padding: var(--distanceMedium);
41
328
  height: 100%;
42
329
  }
43
330
 
44
- .bg {
45
- background-image: linear-gradient(-140deg, #75cff8, #00b2ff, #0091ff, #006aff, #065375);
331
+ .login-view .login-view-credentials {
332
+ background: var(--colorNeutral00);
333
+ }
334
+
335
+ .login-view .login-view-credentials .login-view-credentials-container {
336
+ display: flex;
337
+ }
338
+
339
+ .login-view .login-view-credentials .login-view-credentials-container > div {
340
+ display: flex;
341
+ }
342
+
343
+ .login-view .login-view-credentials .login-view-credentials-container form div {
344
+ padding: 0;
345
+ }
346
+
347
+ .login-view .login-view-credentials .login-view-credentials-container input {
46
348
  width: 100%;
47
- height: 100%;
48
349
  }
49
350
 
50
- .k-dropdown-wrap .k-select {
51
- opacity: 1;
351
+ .login-view .login-view-credentials .login-view-credentials-container #crn-botao-cadastre {
352
+ color: var(--colorNeutral70);
353
+ }
354
+
355
+ .login-view .login-view-text {
356
+ background: linear-gradient(90deg, var(--colorDefault60) 0%, var(--colorPrimary60) 100%);
357
+ color: var(--colorNeutral00);
52
358
  }
53
359
 
54
- .k-dropdown-wrap {
55
- border-color: #000;
360
+ .login-view .login-view-text h1,
361
+ .login-view .login-view-text h4 {
362
+ text-align: center;
56
363
  }
57
364
 
58
- ::-webkit-scrollbar {
59
- width: 8px;
60
- height: 8px;
365
+ .login-view .login-view-text h1 {
366
+ margin: 0;
367
+ margin-bottom: var(--distanceMedium);
61
368
  }
62
369
 
63
- ::-webkit-scrollbar-button {
64
- width: 0px;
65
- height: 0px;
370
+ .login-view .login-view-text h4 {
371
+ font-weight: 300;
372
+ margin: 0;
66
373
  }
67
374
 
68
- ::-webkit-scrollbar-thumb {
69
- background: #c0c0c082;
70
- border: 0px none #ffffff;
71
- border-radius: 0px;
72
- border-left: 1px solid #d7d7d7;
375
+ @media (min-width: 768px) {
376
+ .fill .bg.ng-scope,
377
+ .fill .bg.ng-scope .container-full,
378
+ .fill .bg.ng-scope .container-full .container-fluid,
379
+ .fill .bg.ng-scope .container-full .container-fluid > .component-holder,
380
+ .fill .bg.ng-scope .container-full .container-fluid > .component-holder .login-view {
381
+ justify-content: center;
382
+ width: 600px;
383
+ height: 100%;
384
+ }
385
+
386
+ .fill .bg.ng-scope {
387
+ width: 100%;
388
+ background-image: linear-gradient(-140deg, #75cff8, #00b2ff, #0091ff, #006aff, #065375);
389
+ }
390
+
391
+ .fill .bg.ng-scope .container-full {
392
+ height: auto;
393
+ }
394
+
395
+ .fill .bg.ng-scope .container-full .container-fluid > .component-holder {
396
+ align-items: center;
397
+ }
398
+
399
+ .fill .bg.ng-scope .container-full .container-fluid > .component-holder .login-view.login-view-full {
400
+ width: 900px;
401
+ min-height: auto;
402
+ margin: var(--distanceMedium);
403
+ }
404
+
405
+ .login-view {
406
+ flex-direction: row;
407
+ }
408
+
409
+ .login-view .login-view-credentials,
410
+ .login-view .login-view-text {
411
+ width: 50%;
412
+ justify-content: center;
413
+ height: auto;
414
+ }
415
+
416
+ .login-view .login-view-credentials .login-view-credentials-container,
417
+ .login-view .login-view-text .login-view-text-container {
418
+ max-width: 500px;
419
+ }
420
+
421
+ .login-view .login-view-text {
422
+ background: linear-gradient(180deg, var(--colorDefault60) 0%, var(--colorPrimary60) 100%);
423
+ }
424
+
425
+ .login-view .login-view-text h1,
426
+ .login-view .login-view-text h4 {
427
+ text-align: initial;
428
+ }
429
+
430
+ .login-view.login-view-full {
431
+ border-radius: var(--borderRadiusExtraSmall);
432
+ overflow: hidden;
433
+ }
73
434
  }
74
435
 
75
- ::-webkit-scrollbar-thumb:hover {
76
- background: #bdbdbd;
436
+ .fill .bg.ng-scope .container-full .container-fluid > .component-holder > div.col-xs-12:first-child,
437
+ .fill .bg.ng-scope .container-full .container-fluid > .component-holder > div.col-xs-12:last-child {
438
+ display: none;
77
439
  }
78
440
 
79
- ::-webkit-scrollbar-thumb:active {
80
- background: #bdbdbd;
441
+ .fill .bg.ng-scope .container-full .container-fluid > .component-holder .login-panel {
442
+ min-height: auto;
443
+ padding: var(--distanceMedium);
444
+ margin: var(--distanceMedium);
81
445
  }
82
446
 
83
- ::-webkit-scrollbar-track {
84
- background: transparent;
85
- border: 0px none #ffffff;
86
- border-left: 1px solid #cecece96;
447
+ .login-panel {
448
+ background: var(--colorNeutral00);
449
+ border-radius: var(--borderRadiusExtraSmall);
450
+ overflow: hidden;
451
+ align-self: center;
452
+ min-width: 250px;
87
453
  }
88
454
 
89
- ::-webkit-scrollbar-track:hover {
90
- background: transparent;
455
+ .login-panel form div {
456
+ padding: 0;
91
457
  }
92
458
 
93
- ::-webkit-scrollbar-track:active {
94
- background: #333333;
459
+ .login-panel form input {
460
+ width: 100%;
95
461
  }
96
462
 
97
- ::-webkit-scrollbar-corner {
98
- background: transparent;
463
+ @media (min-width: 768px) {
464
+ .login-panel {
465
+ max-width: 500px;
466
+ background: var(--colorNeutral00);
467
+ border-radius: var(--borderRadiusExtraSmall);
468
+ overflow: hidden;
469
+ }
470
+
471
+ .login-panel form input {
472
+ width: 100%;
473
+ }
474
+ }
475
+
476
+ .bg-login {
477
+ border-radius: var(--borderRadiusExtraSmall);
478
+ overflow: hidden;
479
+ }
480
+
481
+ .bg-login #crn-botao-cadastre,
482
+ .bg-login #container-first #crn-botao-signup {
483
+ color: var(--colorDefault40);
484
+ }
485
+
486
+ .bg-login #crn-botao-cadastre:hover,
487
+ .bg-login #container-first #crn-botao-signup:hover {
488
+ color: var(--colorDefault30);
489
+ }
490
+
491
+ .bg-login #container-first,
492
+ .bg-login #container-second {
493
+ border-radius: var(--borderRadiusNone);
494
+ padding: var(--distanceTitan);
495
+ }
496
+
497
+ .bg-login #container-first #crn-simple-text-login,
498
+ .bg-login #container-first h1 {
499
+ padding: 0;
500
+ color: var(--textColor);
501
+ }
502
+
503
+ .bg-login #container-second .login-text,
504
+ .bg-login #container-first .login-panel-1,
505
+ .bg-login #container-second .login-text div,
506
+ .bg-login #container-first .login-panel-1 div {
507
+ display: block;
508
+ padding: 0;
99
509
  }
100
510
 
101
- input:-webkit-autofill {
102
- -webkit-box-shadow: 0 0 0 30px white inset;
511
+ .bg-login #container-first #crn-simple-text-login {
512
+ margin-right: 10px;
103
513
  }
104
514
 
105
- input:-webkit-autofill:focus {
106
- -webkit-box-shadow: 0 0 0 30px white inset;
515
+ .bg-login #container-first .login-panel-1 div:nth-child(5) {
516
+ margin-top: 20px;
107
517
  }
108
518
 
109
- .form-control {
519
+ .bg-login #container-first .form-group label {
110
520
  width: 100%;
111
- box-shadow: none;
521
+ margin-right: 0;
112
522
  }
113
523
 
114
- label {
115
- font-weight: 400;
524
+ .bg-login #container-first a {
525
+ padding: 0;
116
526
  }
117
527
 
528
+ .bg-login #container-first input {
529
+ width: 100%;
530
+ }
118
531
 
119
- /* .k-link:link {
120
- color: #ffffff;
121
- } */
532
+ .bg-login #container-second {
533
+ background: var(--colorDefault60);
534
+ }
122
535
 
123
- a.k-link {
124
- color: #fff;
125
- font-size: 12px;
126
- font-weight: normal;
127
- text-transform: uppercase;
536
+ .bg-login #container-second p {
537
+ color: var(--colorDefault10);
128
538
  }
129
539
 
130
- a.k-custom-link {
131
- background-color: transparent;
132
- color: blue;
133
- text-decoration: underline;
134
- transform-box: unset;
135
- border-radius: unset;
136
- transform-style: unset;
137
- text-transform: capitalize;
138
- transition: unset;
139
- background: transparent;
540
+ @media (min-width: 1200px) {
541
+ .bg-login .col-lg-7 {
542
+ width: 100%;
543
+ }
544
+ }
545
+
546
+ @media (min-width: 992px) {
547
+ .bg-login .col-md-9 {
548
+ width: 100%;
549
+ }
140
550
  }
141
551
 
142
- a.k-custom-link:hover {
143
- background-color: #ededed;
552
+ @media (min-width: 768px) {
553
+ .bg-login .col-sm-10 {
554
+ width: 100%;
555
+ }
144
556
  }
145
557
 
558
+ .bg-login2 {
559
+ border-radius: var(--borderRadiusNone);
560
+ grid-template-columns: unset;
561
+ }
146
562
 
147
- /* END BÁSICO */
563
+ .bg-login2 #container-first {
564
+ width: 100%;
565
+ }
148
566
 
567
+ .bg-login2 #container-first,
568
+ .bg-login2 #container-first .container-fluid {
569
+ padding: 0;
570
+ }
149
571
 
150
- /*Imagem dinamica*/
572
+ .bg-login2 #container-first .container-fluid {
573
+ display: flex;
574
+ }
151
575
 
152
- .dynamic-image-container {
153
- border-style: dashed;
154
- border: 1px dashed #3f51b5;
155
- color: #000;
156
- border-radius: 5px;
157
- padding: 20px;
576
+ .bg-login2 #container-second .login-text,
577
+ .bg-login2 #container-first .login-panel-1,
578
+ .bg-login2 #container-second .login-text div,
579
+ .bg-login2 #container-first .login-panel-1 div {
580
+ margin-left: 0;
581
+ margin-right: 0;
158
582
  }
159
583
 
584
+ .bg-login2 #container-first > .container-full,
585
+ .bg-login2 #container-first > .container-full .container-fluid {
586
+ height: 100%;
587
+ }
160
588
 
161
- /* Acordion + panel */
589
+ .bg-login2 #container-first .login-panel-1 {
590
+ display: flex;
591
+ padding: var(--distanceTitan);
592
+ }
162
593
 
163
- .panel-default>.panel-heading {
164
- color: #fff;
165
- background-color: #5665be;
166
- border-color: #ddd;
594
+ .bg-login2 #container-first .login-panel-1,
595
+ .bg-login2 #container-second {
596
+ width: 50%;
167
597
  }
168
598
 
169
- .k-widget {
170
- font-size: 12px;
599
+ .bg-login2 #container-second h1 {
600
+ color: var(--colorNeutral00);
601
+ }
602
+
603
+ @media screen and (max-width: 540px) {
604
+ .bg-login2 #container-first .login-panel-1 {
605
+ width: 100%;
606
+ }
607
+ }
608
+
609
+ /* Cookies Warning */
610
+ .fill .bg.ng-scope + .modal + div {
611
+ margin-top: 20px;
171
612
  }
172
613
 
173
- .k-filter-help-text {
174
- font-weight: 400;
614
+ .fill .bg.ng-scope + .modal + div * {
175
615
  font-size: 14px;
176
- color: #626262;
177
616
  }
178
617
 
179
- .k-dropdown-wrap>.k-input {
180
- -ms-flex: 1;
181
- flex: 1;
182
- font-weight: normal;
183
- color: #000;
618
+ .fill .bg.ng-scope + .modal + div .alert {
619
+ margin-bottom: 0;
620
+ padding: var(--distanceSmallest);
184
621
  }
185
622
 
186
- .k-slider .k-draghandle,
187
- .k-switch-on .k-switch-handle {
188
- color: hsla(0, 0%, 100%, 0.87);
189
- background-color: #3a4091;
190
- border-color: #3a4091;
623
+ .fill .bg.ng-scope + .modal + div .alert .cookiealert-container {
624
+ display: flex;
625
+ flex-wrap: wrap;
626
+ justify-content: center;
191
627
  }
192
628
 
193
- textarea.form-control.k-textbox {
194
- height: auto;
629
+ .fill .bg.ng-scope + .modal + div .alert .cookiealert-container * {
630
+ display: flex;
631
+ align-items: center;
632
+ justify-content: center;
633
+ margin: 2px 10px;
195
634
  }
196
635
 
197
- .pace-inactive {
198
- display: none;
636
+ .fill .bg.ng-scope + .modal + div .alert .cookiealert-container a {
637
+ order: 4;
638
+ width: 100%;
639
+ }
640
+
641
+ .fill .bg.ng-scope + .modal + div .alert .cookiealert-container button {
642
+ padding: 5px;
643
+ }
644
+
645
+ /* Password Reset Modal */
646
+ #forgotPasswordModal .col-md-2 {
647
+ width: auto;
648
+ padding: 0;
649
+ display: inline-block;
650
+ }
651
+
652
+ #forgotPasswordModal .modal-footer {
653
+ text-align: right;
654
+ }
655
+
656
+ @media (min-width: 768px) {
657
+ #forgotPasswordModal .col-md-2 {
658
+ margin-left: var(--distanceMedium);
659
+ margin-bottom: 0;
660
+ }
199
661
  }
200
662
 
201
- .pace .pace-progress {
202
- background: #1c89c7;
663
+ /* ==== MENU ==== */
664
+ #main-nav-bar {
203
665
  position: fixed;
204
- z-index: 2000;
205
- top: 0;
206
666
  width: 100%;
207
- height: 4px;
667
+ max-height: 100%;
668
+ overflow-y: auto;
669
+ }
670
+
671
+ @media (min-width: 768px) {
672
+ #main-nav-bar {
673
+ overflow-y: unset;
674
+ }
675
+ }
676
+
677
+ /* This is just for the application, not for the editor */
678
+ div.fill > #main-nav-bar {
679
+ z-index: 2;
680
+ }
681
+ /* --------------- */
682
+
683
+ #main-nav-bar {
684
+ background: var(--colorDefault50);
685
+ }
686
+
687
+ #main-nav-bar .navbar-default {
688
+ background: transparent;
689
+ height: auto;
690
+ }
691
+
692
+ #main-nav-bar .navbar-default .container-fluid {
693
+ display: flex;
694
+ flex-wrap: wrap;
695
+ padding: 0 var(--menuSideSize);
208
696
  }
209
697
 
210
- .fill {
698
+ #main-nav-bar .navbar-default .container-fluid .navbar-header,
699
+ #main-nav-bar .navbar-default .container-fluid #navbar-profile {
211
700
  width: 100%;
212
- height: 100%;
701
+ margin: 7px 0;
213
702
  }
214
703
 
215
- .crn-grid-title {
216
- float: left;
217
- color: #3d488b;
218
- font-size: 20px;
219
- font-family: sans-serif;
220
- margin: 0;
704
+ #main-nav-bar .navbar-default .container-fluid .navbar-header {
705
+ display: flex;
221
706
  padding: 0;
222
- padding-left: 7px;
223
- margin-top: 0px;
224
707
  }
225
708
 
226
- .k-footer-template td {
227
- border-width: 0px;
709
+ #main-nav-bar .navbar-default .container-fluid .navbar-header .navbar-toggle,
710
+ #main-nav-bar .navbar-default .container-fluid .navbar-header .navbar-toggle:focus {
711
+ margin: 0 20px 0 0;
712
+ padding: var(--menuElementOverallPadding);
713
+ border: 0;
714
+ border-radius: var(--borderRadiusSmallest);
228
715
  }
229
716
 
230
- .k-dateinput-wrap .k-select,
231
- .k-dropdown-wrap .k-select,
232
- .k-numeric-wrap .k-select,
233
- .k-picker-wrap .k-select {
234
- padding: 4px 4px;
717
+ #main-nav-bar .navbar-default .container-fluid .navbar-header .navbar-toggle:focus {
718
+ background: transparent;
235
719
  }
236
720
 
237
- caption {
238
- color: #4a4747;
721
+ #main-nav-bar .navbar-default .container-fluid .navbar-header .navbar-toggle:hover {
722
+ background: rgba(255,255,255,0.1);
239
723
  }
240
724
 
241
- .k-treeview .k-in.k-state-selected {
242
- color: #a00404;
725
+ #main-nav-bar .navbar-default .container-fluid .navbar-header .navbar-toggle .icon-bar {
726
+ background: var(--colorNeutral00);
243
727
  }
244
728
 
245
- div .messages {
246
- float: left;
729
+ #main-nav-bar .navbar-default .container-fluid .navbar-header .navbar-brand {
730
+ margin-top: var(--menuElementOverallPadding);
731
+ }
732
+
733
+ #main-nav-bar .navbar-default .container-fluid .navbar-header .navbar-brand {
734
+ display: inline-block;
735
+ float: none;
736
+ height: auto;
737
+ padding: 0;
738
+ margin-left: 0;
739
+ }
740
+
741
+ #main-nav-bar .navbar-default .container-fluid .navbar-header #navbar-3 {
742
+ margin-top: calc(var(--menuElementOverallPadding) - 5px);
743
+ margin-left: auto;
744
+ display: block;
745
+ box-shadow: none;
746
+ border: 0;
747
+ padding: 0;
247
748
  }
248
749
 
249
- .k-list-optionlabel .k-state-focused {
250
- background-color: #ededed;
750
+ #main-nav-bar .navbar-default .container-fluid .navbar-header #navbar-3 .navbar-nav,
751
+ #main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav,
752
+ #main-nav-bar .navbar-default .container-fluid #navbar2 .navbar-nav {
753
+ margin: 0;
754
+ }
755
+
756
+ #view-canvas #main-nav-bar.crn-navigator-vertical .navbar-default .container-fluid #navbar .navbar-nav ul,
757
+ #view-canvas #main-nav-bar.crn-navigator-vertical .navbar-default .container-fluid #navbar .navbar-nav ul li,
758
+ #view-canvas #main-nav-bar.crn-navigator-vertical .navbar-default .container-fluid #navbar2 .navbar-nav,
759
+ #view-canvas #main-nav-bar.crn-navigator-vertical .navbar-default .container-fluid #navbar2 .navbar-nav li { /* Force in the editor */
760
+ width: 100%;
761
+ }
762
+
763
+ #main-nav-bar .navbar-default .container-fluid .navbar-header #navbar-3 .navbar-right i {
764
+ color: var(--colorNeutral00);
765
+ font-size: 20px;
766
+ margin-left: 25px;
767
+ }
768
+
769
+ #main-nav-bar .navbar-default .container-fluid #navbar-profile {
770
+ display: flex;
771
+ justify-content: center;
772
+ margin-top: calc(var(--menuElementOverallPadding) - 5px);
773
+ }
774
+
775
+ #main-nav-bar .navbar-default .container-fluid #navbar-profile img {
776
+ margin: 8px 4px 0 0;
777
+ border: 0;
778
+ border-radius: var(--borderRadiusFull);
779
+ width: 25px;
780
+ height: 25px;
781
+ }
782
+
783
+ #main-nav-bar .navbar-default .container-fluid #navbar-profile span {
784
+ margin-top: 6px;
785
+ color: var(--colorNeutral00);
786
+ }
787
+
788
+ #main-nav-bar .navbar-default .container-fluid #navbar,
789
+ #main-nav-bar .navbar-default .container-fluid #navbar2 {
790
+ box-shadow: none;
791
+ width: calc(100% + (2 * var(--menuSideSize)));
792
+ margin-right: calc(-1 * var(--menuSideSize));
793
+ margin-left: calc(-1 * var(--menuSideSize));
794
+ padding: 0;
795
+ border: 0;
796
+ }
797
+
798
+ #main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li a,
799
+ #main-nav-bar .navbar-default .container-fluid #navbar2 .navbar-nav li a {
800
+ display: flex;
801
+ padding: var(--menuItemPaddingSize) var(--menuSideSize) var(--menuItemPaddingSize) calc(var(--menuSideSize) + var(--menuElementOverallPadding));
802
+ color: var(--colorNeutral00);
803
+ font-size: 14px;
804
+ text-transform: uppercase;
251
805
  }
252
806
 
253
- .k-dropdown-wrap.ng-invalid-required {
254
- border-color: #f31700;
807
+ #main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li.open > a,
808
+ #main-nav-bar .navbar-default .container-fluid #navbar2 .navbar-nav li.open > a {
809
+ background: rgba(255,255,255,0.1);
810
+ border: 0;
811
+ border-left-width: var(--menuItemBarSize);
812
+ border-color: rgba(0,0,0,0.5);
813
+ padding-left: calc(var(--menuSideSize) + 10px - var(--menuItemBarSize));
255
814
  }
256
815
 
257
- .crn-navigator-horizontal .navbar-default .navbar-nav ul.dropdown-menu a i,
258
- .crn-navigator-horizontal .navbar-default .navbar-nav ul.dropdown-menu li a {
259
- color: #393939;
816
+ #main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li a:hover,
817
+ #main-nav-bar .navbar-default .container-fluid #navbar2 .navbar-nav li a:hover {
818
+ background: var(--colorDefault60);
819
+ border-color: rgba(0,0,0,0.25);
260
820
  }
261
821
 
262
- .crn-navigator-horizontal .navbar-default .navbar-nav ul.dropdown-menu a:hover i,
263
- .crn-navigator-horizontal .navbar-default .navbar-nav ul.dropdown-menu li a:hover {
264
- color: #ffffff;
822
+ #main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li a i:before,
823
+ #main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li a span,
824
+ #main-nav-bar .navbar-default .container-fluid #navbar2 .navbar-nav li a span {
825
+ color: var(--colorNeutral00);
265
826
  }
266
827
 
267
- .crn-navigator-vertical .navbar-default .navbar-nav ul.dropdown-menu a:hover i,
268
- .crn-navigator-vertical .navbar-default .navbar-nav ul.dropdown-menu li a:hover {
269
- color: #ffffff;
828
+ #main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li a i,
829
+ #main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li a i:before {
830
+ width: var(--menuItemIconWidth);
270
831
  }
271
832
 
272
- .dropdown-menu li a {
833
+ #main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li a i:before {
834
+ font-size: 24px;
835
+ margin-right: 8px;
273
836
  display: block;
274
- padding: 3px 20px;
275
- clear: both;
276
- font-weight: 400;
277
- line-height: 1.42857143;
278
- color: #393939;
279
- white-space: nowrap;
280
837
  }
281
838
 
839
+ #main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li a i,
840
+ #main-nav-bar .navbar-default .container-fluid #navbar2 .navbar-nav li a img {
841
+ text-align: center;
842
+ margin-right: var(--distanceSmallest);
843
+ }
844
+
845
+ #main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li a i + span,
846
+ #main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li a img + span {
847
+ margin: 3px 5px 0 0;
848
+ }
282
849
 
283
- /* Horizontal menu - 3 */
850
+ #main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li a span,
851
+ #main-nav-bar .navbar-default .container-fluid #navbar2 .navbar-nav li a span {
852
+ font-size: 14px;
853
+ text-transform: uppercase;
854
+ }
284
855
 
285
- #navbar-3 .navbar-nav a {
286
- padding: 15px;
856
+ #main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li a span.caret,
857
+ #main-nav-bar .navbar-default .container-fluid #navbar2 .navbar-nav li a span.caret {
858
+ margin-top: 10px;
859
+ margin-left: auto;
860
+ min-width: 16px;
861
+ height: 7px;
862
+ border: 0;
863
+ background: url("img/arrow-white.svg") no-repeat;
864
+ background-size: contain;
287
865
  }
288
866
 
289
- #navbar-3 .nav-button {
290
- padding: 15px;
867
+ #main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li .dropdown-menu,
868
+ #main-nav-bar .navbar-default .container-fluid #navbar2 .navbar-nav li .dropdown-menu {
869
+ border-bottom-right-radius: var(--borderRadiusNone);
870
+ border-bottom-left-radius: var(--borderRadiusNone);
871
+ background: transparent;
872
+ border: 0;
873
+ padding: 0;
874
+ box-shadow: none;
875
+ overflow: hidden;
876
+ margin: 0;
291
877
  }
292
878
 
293
- .crn-navigator-vertical>.navbar>.container-fluid>.navbar-collapse>.navbar-nav .open .dropdown-menu>li>a,
294
- .crn-navigator-vertical>.navbar>.container-fluid>.navbar-collapse>.navbar-nav .open .dropdown-menu {
295
- color: #fff;
879
+ #main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li .dropdown-menu li a {
880
+ padding-left: calc(var(--menuItemPaddingSize) + var(--menuItemIconWidth) + var(--distanceSmallest) - 1px);
881
+ }
882
+
883
+ #main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav > li:last-child > .dropdown-menu li a {
884
+ padding-left: calc(var(--menuItemPaddingSize) + var(--menuItemIconWidth) + var(--distanceSmallest) + 4px);
885
+ }
886
+
887
+ #main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li .dropdown-menu li a:hover {
888
+ background: rgba(255,255,255,0.05);
889
+ }
890
+
891
+ #main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li .dropdown-menu li a i:before {
892
+ color: var(--colorNeutral160);
893
+ }
894
+
895
+ #main-nav-bar .navbar-default .container-fluid #navbar2 .navbar-nav li a img {
896
+ margin-top: 2px;
897
+ margin-left: 2px;
898
+ margin-right: calc(var(--distanceSmallest) + 6px);
899
+ }
900
+
901
+ #main-nav-bar .navbar-default .container-fluid #navbar2 .navbar-nav li a span {
902
+ margin-top: 3px;
903
+ display: inline-block;
904
+ }
905
+
906
+ @media (min-width: 576px) {
907
+ #main-nav-bar .navbar-default .container-fluid .navbar-header,
908
+ #main-nav-bar .navbar-default .container-fluid #navbar-profile {
909
+ width: 50%;
910
+ }
911
+
912
+ #main-nav-bar .navbar-default .container-fluid .navbar-header #navbar-3 {
913
+ margin-left: initial;
914
+ }
915
+
916
+ #main-nav-bar .navbar-default .container-fluid #navbar-profile {
917
+ justify-content: flex-end;
918
+ }
919
+ }
920
+
921
+ @media (min-width: 768px) {
922
+ #main-nav-bar .navbar-default .container-fluid {
923
+ flex-wrap: nowrap;
924
+ }
925
+
926
+ #main-nav-bar .navbar-default .container-fluid .navbar-header .navbar-brand,
927
+ #main-nav-bar .navbar-default .container-fluid .navbar-header #navbar-3 {
928
+ margin-top: var(--menuElementOverallPadding);
929
+ }
930
+
931
+ #main-nav-bar .navbar-default .container-fluid #navbar-profile span {
932
+ margin-top: 8px;
933
+ }
934
+
935
+ #main-nav-bar .navbar-default .container-fluid #navbar-profile img {
936
+ margin-top: 10px;
937
+ }
938
+ }
939
+
940
+ /* ==== MAIN VIEW ==== */
941
+ #main-view {
942
+ width: calc(100% - 60px);
943
+ box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
944
+ background: var(--colorNeutral00);
945
+ margin: 90px 30px 30px 30px;
946
+ padding-top: 15px;
947
+ padding-bottom: 15px;
948
+ }
949
+
950
+ #main-view > h1:first-child,
951
+ #main-view #starter > h1:first-child {
952
+ font-size: 24px;
953
+ margin-bottom: var(--distanceTitan);
954
+ font-weight: normal;
955
+ }
956
+
957
+ @media (min-width: 576px) {
958
+ #main-view {
959
+
960
+ }
961
+ }
962
+
963
+ /* ==== HORIZONTAL MENU VIEW ==== */
964
+ @media (min-width: 768px) {
965
+ #main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid .navbar-header,
966
+ #main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar-profile,
967
+ #main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar {
968
+ width: auto;
969
+ }
970
+
971
+ #main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid .navbar-header {
972
+ margin-right: 40px;
973
+ }
974
+
975
+ #main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar-profile {
976
+ margin-left: auto;
977
+ order: 3;
978
+ }
979
+
980
+ #main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar {
981
+ margin-left: 0;
982
+ margin-right: 0;
983
+ }
984
+
985
+ #main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar2 {
986
+ width: auto;
987
+ margin-right: 0;
988
+ margin-left: auto;
989
+ }
990
+
991
+ #main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar .navbar-nav li a,
992
+ #main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar .navbar-nav li.open > a,
993
+ #main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar .navbar-nav li .dropdown-menu li a,
994
+ #main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar2 .navbar-nav li a,
995
+ #main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar2 .navbar-nav li.open > a,
996
+ #main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar2 .navbar-nav li .dropdown-menu li a {
997
+ padding: var(--menuItemPaddingSize);
998
+ }
999
+
1000
+ #main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar .navbar-nav li a span.caret,
1001
+ #main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar2 .navbar-nav li a span.caret {
1002
+ margin-left: 8px;
1003
+ }
1004
+
1005
+ #main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar .navbar-nav li .dropdown-menu,
1006
+ #main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar2 .navbar-nav li .dropdown-menu {
1007
+ border-radius: var(--borderRadiusNone); 0 var(--borderRadiusSmallest) var(--borderRadiusSmallest);
1008
+ background: var(--colorNeutral00);
1009
+ box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
1010
+ }
1011
+
1012
+ #main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar .navbar-nav li .dropdown-menu li a:hover,
1013
+ #main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar2 .navbar-nav li .dropdown-menu li a:hover {
1014
+ background: var(--colorNeutral10);
1015
+ }
1016
+
1017
+ #main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar .navbar-nav li .dropdown-menu li a span,
1018
+ #main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar2 .navbar-nav li .dropdown-menu li a,
1019
+ #main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar2 .navbar-nav li .dropdown-menu li a span {
1020
+ color: var(--colorNeutral160);
1021
+ }
1022
+
1023
+ #main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar .navbar-nav li.open > a,
1024
+ #main-nav-bar.crn-navigator-horizontal .navbar-default .container-fluid #navbar2 .navbar-nav li.open > a {
1025
+ border-left-width: 0;
1026
+ border-top-width: var(--menuItemBarSize);
1027
+ }
1028
+
1029
+ }
1030
+
1031
+ /* ==== VERTICAL MENU VIEW ==== */
1032
+ @media (min-width: 768px) {
1033
+ /* Vertical Menu */
1034
+ #main-nav-bar.crn-navigator-vertical {
1035
+ width: var(--menuVerticalWidth);
1036
+ overflow-y: auto;
1037
+ background: var(--colorDefault60);
1038
+ }
1039
+
1040
+ #main-nav-bar.crn-navigator-vertical .navbar-default .container-fluid {
1041
+ flex-wrap: unset;
1042
+ padding: 0 var(--menuItemPaddingSize);
1043
+ }
1044
+
1045
+ #main-nav-bar.crn-navigator-vertical .navbar-default .container-fluid .navbar-header,
1046
+ #main-nav-bar.crn-navigator-vertical .navbar-default .container-fluid #navbar-profile {
1047
+ width: 100%;
1048
+ }
1049
+
1050
+ #main-nav-bar.crn-navigator-vertical .navbar-default .container-fluid .navbar-header .navbar-brand,
1051
+ #main-nav-bar.crn-navigator-vertical .navbar-default .container-fluid .navbar-header #navbar-3 {
1052
+ width: 50%;
1053
+ }
1054
+
1055
+ #main-nav-bar.crn-navigator-vertical .navbar-default .container-fluid #navbar-profile {
1056
+ display: block;
1057
+ text-align: center;
1058
+ margin: 40px 0;
1059
+ }
1060
+
1061
+ #main-nav-bar.crn-navigator-vertical .navbar-default .container-fluid #navbar-profile img {
1062
+ margin: 0;
1063
+ width: 100px;
1064
+ height: 100px;
1065
+ max-width: unset;
1066
+ }
1067
+
1068
+ #main-nav-bar.crn-navigator-vertical .navbar-default .container-fluid #navbar-profile span {
1069
+ display: block;
1070
+ width: 100%;
1071
+ }
1072
+
1073
+ #main-nav-bar.crn-navigator-vertical .navbar-default .container-fluid #navbar {
1074
+ width: calc(100% + (2 * var(--menuItemPaddingSize)));
1075
+ margin-right: calc(-1 * var(--menuItemPaddingSize));
1076
+ margin-left: calc(-1 * var(--menuItemPaddingSize));
1077
+ }
1078
+
1079
+ #main-nav-bar.crn-navigator-vertical .navbar-default .container-fluid #navbar .navbar-nav li a {
1080
+ padding: var(--menuItemPaddingSize);
1081
+ }
1082
+
1083
+ #main-nav-bar.crn-navigator-vertical .navbar-default .container-fluid #navbar .navbar-nav li.open > a {
1084
+ padding: var(--menuItemPaddingSize) var(--menuItemPaddingSize) var(--menuItemPaddingSize) calc(var(--menuItemPaddingSize) - var(--menuItemBarSize));
1085
+ }
1086
+
1087
+ #main-nav-bar.crn-navigator-vertical .navbar-default .container-fluid #navbar .navbar-nav li a img {
1088
+ margin-left: 2px;
1089
+ margin-right: 10px;
1090
+ }
1091
+
1092
+ /* Vertical Menu Main View */
1093
+ #main-view.main-view-vertical {
1094
+ padding-top: 40px;
1095
+ padding-left: calc(var(--menuVerticalWidth) + var(--menuSideSize));
1096
+ }
1097
+ }
1098
+
1099
+ /* Vertical Menu Main View */
1100
+ #view-canvas div.main-view-vertical { /* Force in the editor */
1101
+ margin-top: 0;
1102
+ }
1103
+
1104
+ /* ==== ADMIN PAGES ====*/
1105
+ #starter div[id^="crn-form"] input {
1106
+ width: 100%;
1107
+ }
1108
+
1109
+ /* ==== COMPONENTS ==== */
1110
+ /* Buttons */
1111
+ .btn,
1112
+ .btn:focus,
1113
+ .btn:focus:active,
1114
+ .btn:active,
1115
+ .k-button,
1116
+ .k-button:focus,
1117
+ .k-button:focus:active,
1118
+ .k-button:active {
1119
+ position: relative;
1120
+ border-radius: 2px;
1121
+ padding: 4px 16px;
1122
+ border-width: 0;
1123
+ font-weight: normal;
1124
+ font-size: 14px;
1125
+ color: var(--colorNeutral220);
1126
+ outline: 0;
1127
+ box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
1128
+ }
1129
+
1130
+ .btn.disabled,
1131
+ .btn[disabled],
1132
+ .btn:disabled,
1133
+ div#view-canvas .btn.disabled /* Force in the editor */ {
1134
+ opacity: 1;
1135
+ }
1136
+
1137
+ .btn,
1138
+ .btn:focus,
1139
+ .btn:focus:active,
1140
+ .btn:active,
1141
+ .k-button,
1142
+ .k-button:focus,
1143
+ .k-button:focus:active,
1144
+ .k-button:active,
1145
+ .k-button:hover,
1146
+ div#view-canvas .btn /* Force in the editor */ {
1147
+ background: var(--colorNeutral00);
1148
+ }
1149
+
1150
+ .btn.disabled,
1151
+ .btn[disabled],
1152
+ .btn:disabled,
1153
+ .btn[disabled]:hover,
1154
+ div#view-canvas .btn[disabled] /* Force in the editor */ {
1155
+ background: var(--colorNeutral10);
1156
+ color: var(--colorNeutral40);
1157
+ }
1158
+
1159
+
1160
+ .btn.btn-primary,
1161
+ .btn.btn-primary:focus,
1162
+ .btn.btn-primary:focus:active,
1163
+ .btn.btn-primary:active,
1164
+ div#view-canvas .btn.btn-primary /* Force in the editor */ {
1165
+ background: var(--colorDefault40);
1166
+ color: var(--colorNeutral00);
1167
+ }
1168
+
1169
+ .btn.btn-primary.disabled,
1170
+ .btn.btn-primary[disabled],
1171
+ .btn.btn-primary:disabled,
1172
+ .btn.btn-primary[disabled]:hover,
1173
+ div#view-canvas .btn.btn-primary[disabled]/* Force in the editor */ {
1174
+ background: var(--colorDefault10);
1175
+ color: var(--colorDefault20);
1176
+ }
1177
+
1178
+ .btn.btn-success,
1179
+ .btn.btn-success:focus,
1180
+ .btn.btn-success:focus:active,
1181
+ .btn.btn-success:active,
1182
+ div#view-canvas .btn.btn-success /* Force in the editor */ {
1183
+ background: var(--colorSuccess40);
1184
+ color: var(--colorNeutral00);
1185
+ }
1186
+
1187
+ .btn.btn-success.disabled,
1188
+ .btn.btn-success[disabled],
1189
+ .btn.btn-success:disabled,
1190
+ .btn.btn-success[disabled]:hover,
1191
+ div#view-canvas .btn.btn-success[disabled] /* Force in the editor */ {
1192
+ background: var(--colorSuccess10);
1193
+ color: var(--colorSuccess20);
1194
+ }
1195
+
1196
+ .btn.btn-warning,
1197
+ .btn.btn-warning:focus,
1198
+ .btn.btn-warning:focus:active,
1199
+ .btn.btn-warning:active,
1200
+ div#view-canvas .btn.btn-warning /* Force in the editor */ {
1201
+ background: var(--colorWarning40);
1202
+ color: var(--colorNeutral00);
1203
+ }
1204
+
1205
+ .btn.btn-warning.disabled,
1206
+ .btn.btn-warning[disabled],
1207
+ .btn.btn-warning:disabled,
1208
+ .btn.btn-warning[disabled]:hover,
1209
+ div#view-canvas .btn.btn-warning[disabled] /* Force in the editor */ {
1210
+ background: var(--colorWarning10);
1211
+ color: var(--colorWarning20);
1212
+ }
1213
+
1214
+ .btn.btn-danger,
1215
+ .btn.btn-danger:focus,
1216
+ .btn.btn-danger:focus:active,
1217
+ .btn.btn-danger:active,
1218
+ div#view-canvas .btn.btn-danger /* Force in the editor */ {
1219
+ background: var(--colorDanger40);
1220
+ color: var(--colorNeutral00);
1221
+ }
1222
+
1223
+ .btn.btn-danger.disabled,
1224
+ .btn.btn-danger[disabled],
1225
+ .btn.btn-danger:disabled,
1226
+ .btn.btn-danger[disabled]:hover,
1227
+ div#view-canvas .btn.btn-danger[disabled] /* Force in the editor */ {
1228
+ background: var(--colorDanger10);
1229
+ color: var(--colorDanger20);
1230
+ }
1231
+
1232
+ .btn.btn-info,
1233
+ .btn.btn-info:focus,
1234
+ .btn.btn-info:focus:active,
1235
+ .btn.btn-info:active,
1236
+ div#view-canvas .btn.btn-info /* Force in the editor */ {
1237
+ background: var(--colorDefault40);
1238
+ color: var(--colorNeutral00);
1239
+ }
1240
+
1241
+ .btn.btn-info.disabled,
1242
+ .btn.btn-info[disabled],
1243
+ .btn.btn-info:disabled,
1244
+ .btn.btn-info[disabled]:hover,
1245
+ div#view-canvas .btn.btn-info[disabled] /* Force in the editor */ {
1246
+ background: var(--colorDefault10);
1247
+ color: var(--colorDefault20);
1248
+ }
1249
+
1250
+ .btn.btn-info,
1251
+ .btn.btn-light,
1252
+ .btn.btn-link,
1253
+ .btn.btn-info:focus,
1254
+ .btn.btn-light:focus,
1255
+ .btn.btn-link:focus,
1256
+ div#view-canvas .btn.btn-info, /* Force in the editor */
1257
+ div#view-canvas .btn.btn-light, /* Force in the editor */
1258
+ div#view-canvas .btn.btn-link /* Force in the editor */ {
1259
+ }
1260
+
1261
+ .btn.btn-light,
1262
+ .btn.btn-light:focus,
1263
+ .btn.btn-light:focus:active,
1264
+ .btn.btn-light:active {
1265
+ }
1266
+
1267
+ .btn.btn-light.disabled,
1268
+ .btn.btn-light[disabled],
1269
+ .btn.btn-light:disabled,
1270
+ .btn.btn-light[disabled]:hover,
1271
+ div#view-canvas .btn.btn-light.disabled /* Force in the editor */ {
1272
+ }
1273
+
1274
+ .btn.btn-link,
1275
+ .btn.btn-link:focus,
1276
+ .btn.btn-link:focus:active,
1277
+ .btn.btn-link:active {
1278
+ }
1279
+
1280
+ .btn.btn-link.disabled,
1281
+ .btn.btn-link[disabled],
1282
+ .btn.btn-link:disabled,
1283
+ .btn.btn-link[disabled]:hover,
1284
+ div#view-canvas .btn.btn-link.disabled /* Force in the editor */ {
1285
+ }
1286
+
1287
+ .btn:before,
1288
+ .k-button:before {
1289
+ background: var(--colorNeutral90);
1290
+ position: absolute;
1291
+ content: "";
1292
+ top: 0;
1293
+ right: 0;
1294
+ bottom: 0;
1295
+ left: 0;
1296
+ opacity: 0;
1297
+ transition: opacity 0.3s;
1298
+ }
1299
+
1300
+ .btn.btn-success:before,
1301
+ .btn.btn-warning:before,
1302
+ .btn.btn-danger:before {
1303
+ background: var(--colorNeutral00);
1304
+ }
1305
+
1306
+ .btn:focus:hover,
1307
+ .k-button:focus:hover {
1308
+ box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
1309
+ }
1310
+
1311
+ .btn:hover:before,
1312
+ .k-button:hover:before {
1313
+ opacity: 0.2;
1314
+ }
1315
+
1316
+ .btn.btn-info:hover:before,
1317
+ .btn.btn-light:hover:before,
1318
+ .btn.btn-link:hover:before {
1319
+ }
1320
+
1321
+ .btn i {
1322
+ margin-right: 5px;
1323
+ }
1324
+
1325
+ .btn span {
1326
+ margin-top: 2px;
1327
+ z-index: 0;
1328
+ }
1329
+
1330
+ .btn:hover,
1331
+ .btn.btn-default:hover,
1332
+ .btn:hover i,
1333
+ .btn:hover span,
1334
+ .k-button:hover,
1335
+ .k-button:hover span:before {
1336
+ color: var(--colorNeutral220);
1337
+ }
1338
+
1339
+ .btn:hover,
1340
+ .btn.btn-default:hover,
1341
+ .k-button:hover {
1342
+ }
1343
+
1344
+ .btn.btn-primary:hover {
1345
+ background: var(--colorDefault40);
1346
+ }
1347
+
1348
+ .btn.btn-success:hover {
1349
+ background: var(--colorSuccess40);
1350
+ }
1351
+
1352
+ .btn.btn-warning:hover {
1353
+ background: var(--colorWarning40);
1354
+ }
1355
+
1356
+ .btn.btn-danger:hover {
1357
+ background: var(--colorDanger40);
1358
+ }
1359
+
1360
+ .btn.btn-primary:hover i,
1361
+ .btn.btn-primary:hover span,
1362
+ .btn.btn-success:hover i,
1363
+ .btn.btn-success:hover span,
1364
+ .btn.btn-warning:hover i,
1365
+ .btn.btn-warning:hover span,
1366
+ .btn.btn-danger:hover i,
1367
+ .btn.btn-danger:hover span,
1368
+ .btn.btn-info:hover i,
1369
+ .btn.btn-info:hover span {
1370
+ color: var(--colorNeutral00);
1371
+ }
1372
+
1373
+ .btn .color-white {
1374
+ color: inherit;
1375
+ }
1376
+
1377
+ .btn.btn-info:hover {
1378
+ }
1379
+
1380
+ .btn.btn-info:hover i,
1381
+ .btn.btn-info:hover span {
1382
+ }
1383
+
1384
+ .btn.btn-light {
1385
+ }
1386
+
1387
+ .btn.btn-light:hover i,
1388
+ .btn.btn-light:hover span {
1389
+ }
1390
+
1391
+ .btn.btn-link:hover:before {
1392
+ }
1393
+
1394
+ .btn.btn-link:hover {
1395
+ }
1396
+
1397
+ .btn.btn-link:hover i,
1398
+ .btn.btn-link:hover span {
1399
+ }
1400
+
1401
+ .k-button.k-button-icontext span {
1402
+ margin: 0;
1403
+ margin-left: -1px;
1404
+ }
1405
+
1406
+ *[id^="crn-form"] .btn,
1407
+ *[id^="crn-sub-form"],
1408
+ *[id^="crn-cron-crud"] .btn {
1409
+ padding: 18px;
1410
+ border-radius: var(--borderRadiusFull);
1411
+ }
1412
+
1413
+ /* Labels */
1414
+ label {
1415
+ font-size: 14px;
1416
+ font-weight: normal;
1417
+ margin-right: var(--distanceMedium);
1418
+ }
1419
+
1420
+ /* Forms - General */
1421
+ .form-control,
1422
+ .form-control.k-textbox,
1423
+ .input-group .form-control:last-child,
1424
+ .k-textbox,
1425
+ input.k-textbox,
1426
+ textarea.k-textbox,
1427
+ .k-multiselect .k-multiselect-wrap,
1428
+ .k-combobox .k-dropdown-wrap,
1429
+ .k-autocomplete,
1430
+ .k-autocomplete.k-state-default,
1431
+ .mce-tinymce.mce-panel,
1432
+ .cronDynamicSelect .k-dropdown-wrap,
1433
+ .k-animation-container .k-dropdown .k-dropdown-wrap {
1434
+ background: transparent;
1435
+ color: var(--colorNeutral160);
1436
+ border-radius: var(--borderRadiusNone);
1437
+ padding: 4px 8px;
1438
+ box-shadow: none;
1439
+ height: auto;
1440
+ text-indent: 0;
1441
+ font-size: 14px;
1442
+ border-left: 0;
1443
+ border-right: 0;
1444
+ border-top: 0;
1445
+ }
1446
+
1447
+ .form-control,
1448
+ .form-control.k-textbox,
1449
+ .input-group .form-control:last-child,
1450
+ .k-textbox,
1451
+ input.k-textbox,
1452
+ textarea.k-textbox,
1453
+ .k-multiselect .k-multiselect-wrap,
1454
+ .k-combobox .k-dropdown-wrap,
1455
+ .k-autocomplete,
1456
+ .k-autocomplete.k-state-default,
1457
+ .cronDynamicSelect .k-dropdown-wrap,
1458
+ .k-checkbox-label:before,
1459
+ .k-checkbox:focus + .k-checkbox-label:before,
1460
+ .mce-tinymce.mce-panel,
1461
+ .k-radio-label:before,
1462
+ .k-grid .k-dropdown .k-dropdown-wrap,
1463
+ .k-animation-container .k-dropdown .k-dropdown-wrap,
1464
+ .cardinput .k-textbox.form-control {
1465
+ border-color: var(--colorNeutral80);
1466
+ box-shadow: none;
1467
+ }
1468
+
1469
+ .form-control::placeholder,
1470
+ .form-control.k-textbox::placeholder,
1471
+ .k-textbox::placeholder,
1472
+ .k-combobox .k-dropdown-wrap input::placeholder,
1473
+ .k-autocomplete input::placeholder {
1474
+ color: var(--colorNeutral80);
1475
+ }
1476
+
1477
+ .form-control:hover,
1478
+ .form-control.k-textbox:hover,
1479
+ .k-textbox:hover,
1480
+ .k-multiselect .k-multiselect-wrap:hover,
1481
+ .k-combobox .k-dropdown-wrap.k-state-hover,
1482
+ .k-autocomplete.k-state-hover,
1483
+ .cronDynamicSelect .k-dropdown-wrap.k-state-hover,
1484
+ .k-grid .k-dropdown .k-dropdown-wrap.k-state-hover,
1485
+ .k-animation-container .k-dropdown .k-dropdown-wrap.k-state-hover {
1486
+ border-color: var(--colorNeutral140);
1487
+ background-color: transparent;
1488
+ }
1489
+
1490
+ .form-control:focus,
1491
+ .form-control.k-textbox:focus,
1492
+ .k-textbox:focus,
1493
+ .k-multiselect.k-state-focused .k-multiselect-wrap,
1494
+ .k-combobox .k-dropdown-wrap.k-state-focused,
1495
+ .k-autocomplete.k-state-focused,
1496
+ .cronDynamicSelect .k-dropdown-wrap.k-state-focused,
1497
+ .cronDynamicSelect .k-dropdown-wrap.k-state-active,
1498
+ .k-checkbox:checked + .k-checkbox-label:before,
1499
+ .k-radio:checked + .k-radio-label:before,
1500
+ .k-grid .k-dropdown .k-dropdown-wrap.k-state-focused,
1501
+ .k-animation-container .k-dropdown .k-dropdown-wrap.k-state-focused,
1502
+ *[id^="crn-input-password"] .cardinput .k-textbox.form-control:focus {
1503
+ border-color: var(--colorDefault40);
1504
+ box-shadow: none;
1505
+ }
1506
+
1507
+ .input-group .form-control {
1508
+ z-index: unset;
1509
+ }
1510
+
1511
+ /* Forms - General Dropdown */
1512
+ .k-popup.k-list-container {
1513
+ padding: 0;
1514
+ border: 0;
1515
+ border-top: 0;
1516
+ border-radius: var(--borderRadiusNone);
1517
+ overflow: hidden;
1518
+ box-shadow: 0 3px 3px -2px rgb(0 0 0 / 2%), 0 3px 4px 0 rgb(0 0 0 / 14%), 0 1px 8px 0 rgb(0 0 0 / 12%);
1519
+ }
1520
+
1521
+ .k-popup.k-list-container .k-list-filter {
1522
+ border-bottom: 0;
1523
+ margin-bottom: 0;
1524
+ }
1525
+
1526
+ .k-popup.k-list-container .k-list-filter > .k-textbox {
1527
+ padding-right: inherit;
1528
+ border-left: 0;
1529
+ border-right: 0;
1530
+ border-top: 0;
1531
+ }
1532
+
1533
+ .k-popup.k-list-container .k-list li {
1534
+ font-size: 13px;
1535
+ color: var(--colorNeutral160);
1536
+ border-radius: var(--borderRadiusNone);
1537
+ cursor: pointer;
1538
+ }
1539
+
1540
+ .k-popup.k-list-container .k-list-optionlabel {
1541
+ border-radius: var(--borderRadiusNone);
1542
+ border: 0;
1543
+ }
1544
+
1545
+ .k-popup.k-list-container .k-list li.k-state-hover,
1546
+ .k-popup.k-list-container .k-list-optionlabel.k-state-hover {
1547
+ background: var(--colorNeutral10);
1548
+ }
1549
+
1550
+ .k-popup.k-list-container .k-list li.k-state-focused,
1551
+ .k-popup.k-list-container .k-list li.k-state-selected,
1552
+ .k-popup.k-list-container .k-list-optionlabel.k-state-focused,
1553
+ .k-popup.k-list-container .k-list-optionlabel.k-state-selected {
1554
+ box-shadow: none;
1555
+ background: var(--colorNeutral10);
1556
+ color: var(--colorNeutral160);
1557
+ }
1558
+
1559
+ .k-popup.k-list-container p {
1560
+ font-weight: 500;
1561
+ }
1562
+
1563
+ .k-popup.k-list-container > .k-list-optionlabel,
1564
+ .k-popup.k-list-container .k-virtual-list li {
1565
+ padding: var(--distanceExtraSmall) var(--distanceMedium);
1566
+ }
1567
+
1568
+ .k-popup.k-list-container .k-virtual-content {
1569
+ height: auto;
1570
+ max-height: 185px;
1571
+ }
1572
+
1573
+ .k-popup.k-list-container .k-virtual-list li {
1574
+ /*position: static;
1575
+ overflow: unset;*/
1576
+ }
1577
+
1578
+ .k-popup.k-list-container .k-height-container {
1579
+ display: none;
1580
+ }
1581
+
1582
+ span.k-dropdown-wrap > span.k-select {
1583
+ background: url("img/arrow-gray.svg") no-repeat center;
1584
+ background-size: 40%;
1585
+ opacity: 1;
1586
+ }
1587
+
1588
+ span.k-dropdown-wrap > span.k-select .k-icon:before {
1589
+ display: none;
1590
+ }
1591
+
1592
+ /* Forms - Combobox */
1593
+ .k-combobox {
1594
+ background: transparent;
1595
+ }
1596
+
1597
+ .k-combobox span.k-dropdown-wrap.k-state-active.k-state-border-down {
1598
+ box-shadow: none;
1599
+ }
1600
+
1601
+ .k-combobox span.k-dropdown-wrap input.k-input,
1602
+ .k-autocomplete.k-state-default input.k-input {
1603
+ background: transparent;
1604
+ box-shadow: none;
1605
+ text-indent: 0;
1606
+ padding: 0;
1607
+ }
1608
+
1609
+ /* Formu - Autocomplete */
1610
+ .k-autocomplete.k-state-hover {
1611
+ }
1612
+
1613
+ .k-autocomplete.k-state-focused {
1614
+ box-shadow: none;
1615
+ }
1616
+
1617
+ /* Forms - Checkbox and Radio Buttons */
1618
+ .crn-radioOption {
1619
+ background: transparent;
1620
+ }
1621
+
1622
+ .checkbox-theme .k-checkbox-label,
1623
+ .k-checkbox-label,
1624
+ .k-radio-label {
1625
+ padding-left: 30px;
1626
+ padding-top: 4px;
1627
+ }
1628
+
1629
+ .checkbox-theme .k-checkbox-label:before,
1630
+ .k-checkbox-label:before {
1631
+ border-radius: 2px;
1632
+ }
1633
+
1634
+ .checkbox-theme .k-checkbox-label:before,
1635
+ .k-checkbox-label:before,
1636
+ .k-radio-label:before {
1637
+ background: transparent;
1638
+ border-width: 2px;
1639
+ height: 16px;
1640
+ width: 16px;
1641
+ }
1642
+
1643
+ .checkbox-theme .k-checkbox:checked + .k-checkbox-label:before,
1644
+ .k-checkbox:checked + .k-checkbox-label:before {
1645
+ color: var(--colorNeutral00);
1646
+ background: var(--colorDefault40);
1647
+ border-color: var(--colorDefault40);
1648
+ padding: 0;
1649
+ padding-top: 1px;
1650
+ padding-bottom: 2px;
1651
+ height: 13px;
1652
+ box-shadow: none;
1653
+ }
1654
+
1655
+ .checkbox-theme .k-checkbox-label:hover:before,
1656
+ .checkbox-theme .k-checkbox-label:active:before,
1657
+ .checkbox-theme .k-checkbox + .k-checkbox-label:hover:before,
1658
+ .checkbox-theme .k-checkbox + .k-checkbox-label:active:before,
1659
+ .checkbox-theme .k-checkbox:checked + .k-checkbox-label:hover:before,
1660
+ .checkbox-theme .k-checkbox:checked + .k-checkbox-label:active:before,
1661
+ .checkbox-theme .k-checkbox:focus +.k-checkbox-label:hover:before,
1662
+ .k-checkbox-label:hover:before,
1663
+ .k-checkbox-label:active:before,
1664
+ .k-checkbox + .k-checkbox-label:hover:before,
1665
+ .k-checkbox + .k-checkbox-label:active:before,
1666
+ .k-checkbox:checked + .k-checkbox-label:hover:before,
1667
+ .k-checkbox:checked + .k-checkbox-label:active:before,
1668
+ .k-checkbox:focus +.k-checkbox-label:hover:before,
1669
+ .k-radio-label:hover:before,
1670
+ .k-radio-label:active:before,
1671
+ .k-radio:checked + .k-radio-label:hover:before,
1672
+ .k-radio:checked + .k-radio-label:active:before {
1673
+ border-color: var(--colorDefault40);
1674
+ box-shadow: none;
1675
+ }
1676
+
1677
+ .checkbox-theme .k-checkbox:indeterminate + .k-checkbox-label:before,
1678
+ .k-checkbox:indeterminate + .k-checkbox-label:before {
1679
+ border-color: var(--colorDefault20);
1680
+ }
1681
+
1682
+ .checkbox-theme .k-checkbox:indeterminate + .k-checkbox-label:after,
1683
+ .checkbox-theme .k-checkbox:indeterminate + .k-checkbox-label:hover:after,
1684
+ .k-checkbox:indeterminate + .k-checkbox-label:after,
1685
+ .k-checkbox:indeterminate + .k-checkbox-label:hover:after {
1686
+ background-color: var(--colorDefault20);
1687
+ border-color: var(--colorDefault20);
1688
+ margin-top: 4px;
1689
+ margin-left: 4px;
1690
+ }
1691
+
1692
+ .k-radio:checked + .k-radio-label:after {
1693
+ background-color: var(--colorDefault40);
1694
+ width: 10px;
1695
+ height: 10px;
1696
+ top: 5px;
1697
+ left: 5px;
1698
+ }
1699
+
1700
+ /* Forms - Radio */
1701
+ .k-radio:checked + .k-radio-label:before {
1702
+ padding: 0;
1703
+ }
1704
+
1705
+ /* Forms - Multiselect */
1706
+ .k-multiselect {
1707
+ background: transparent;
1708
+ }
1709
+
1710
+ .k-multiselect.k-state-hover {
1711
+ background: transparent;
1712
+ }
1713
+
1714
+ .k-multiselect .k-multiselect-wrap.k-floatwrap,
1715
+ .k-multiselect.k-state-focused .k-multiselect-wrap {
1716
+ border-radius: var(--borderRadiusSmallest);
1717
+ }
1718
+
1719
+ .k-multiselect .k-multiselect-wrap input {
1720
+ min-height: auto;
1721
+ padding: 0;
1722
+ }
1723
+
1724
+ .k-multiselect .k-multiselect-wrap li,
1725
+ .k-multiselect .k-multiselect-wrap li:focus {
1726
+ padding: 0 calc(15px + var(--distanceExtraSmall)) 0 var(--distanceExtraSmall);
1727
+ font-size: 17px;
1728
+ min-height: 30px;
1729
+ }
1730
+
1731
+ .k-multiselect .k-multiselect-wrap li.k-button {
1732
+ margin-right: var(--distanceSmall);
1733
+ box-shadow: none;
1734
+ background: var(--colorNeutral40);
1735
+ border-radius: var(--borderRadiusFull);
1736
+ text-transform: unset;
1737
+ font-weight: normal;
1738
+ }
1739
+
1740
+ .k-multiselect .k-multiselect-wrap li.k-button:active {
1741
+ box-shadow: none;
1742
+ }
1743
+
1744
+ .k-multiselect .k-multiselect-wrap li.k-button.k-state-hover {
1745
+ background: var(--colorNeutral20);
1746
+ }
1747
+
1748
+ .k-multiselect .k-multiselect-wrap li.k-button span,
1749
+ .k-multiselect .k-multiselect-wrap li.k-button.k-state-hover span,
1750
+ .k-multiselect .k-multiselect-wrap li.k-button:hover span,
1751
+ .k-multiselect .k-multiselect-wrap li.k-button:hover span:before {
1752
+ color: var(--textColor);
1753
+ }
1754
+
1755
+ .k-multiselect .k-multiselect-wrap li.k-button .k-select {
1756
+ background: transparent;
1757
+ }
1758
+
1759
+ .k-multiselect .k-multiselect-wrap li.k-button .k-icon {
1760
+ margin-top: -3px;
1761
+ }
1762
+
1763
+ /* Forms - Password */
1764
+ *[id^="crn-input-password"] .cardinput {
1765
+ border: 0;
1766
+ padding: 0;
1767
+ }
1768
+
1769
+ *[id^="crn-input-password"] .cardinput .k-textbox.form-control {
1770
+ border-bottom: 1px solid var(--colorNeutral80);
1771
+ }
1772
+
1773
+ /* Form - Text Input Button */
1774
+ *[id^="crn-textinputbutton"] .btn i {
1775
+ margin-right: 0;
1776
+ }
1777
+
1778
+ /* Forms - Form */
1779
+ *[id^="crn-sub-form"].col-md-12,
1780
+ *[id^="crn-one-container"].col-md-12,
1781
+ *[id^="crn-form"].col-md-12 {
1782
+ float: none;
1783
+ }
1784
+
1785
+ /* Panels and Accordions */
1786
+ .panel,
1787
+ .panel.panel-default {
1788
+ border-radius: var(--borderRadiusSmallest);
1789
+ border: 1px solid var(--colorPrimary40);
1790
+ overflow: hidden;
1791
+ padding: 0;
1792
+ box-shadow: none;
1793
+ }
1794
+
1795
+ .panel .panel-heading,
1796
+ .panel.panel-default .panel-heading {
1797
+ background: var(--colorPrimary40);
1798
+ border: 0;
1799
+ cursor: pointer;
1800
+ }
1801
+
1802
+ .panel .panel-footer,
1803
+ .panel.panel-default .panel-footer {
1804
+ background: var(--colorNeutral20);
1805
+ border: 0;
1806
+ }
1807
+
1808
+ .panel .panel-heading,
1809
+ .panel.panel-default .panel-heading,
1810
+ .panel .panel-body,
1811
+ .panel.panel-default .panel-body {
1812
+ padding: var(--distanceMedium);
1813
+ }
1814
+
1815
+ .panel .panel-footer,
1816
+ .panel.panel-default .panel-footer {
1817
+ padding: var(--distanceSmallest);
1818
+ font-size: 14px;
1819
+ border-top: 1px solid var(--colorNeutral40);
1820
+ }
1821
+
1822
+ .panel .panel-heading .lead,
1823
+ .panel.panel-default .panel-heading .lead,
1824
+ .panel .panel-body .lead,
1825
+ .panel.panel-default .panel-body .lead {
1826
+ margin: 0;
1827
+ font-weight: normal;
1828
+ }
1829
+
1830
+ .panel .panel-heading .lead,
1831
+ .panel.panel-default .panel-heading .lead {
1832
+ color: var(--colorNeutral00);
1833
+ }
1834
+
1835
+ .panel .panel-heading .lead h1,
1836
+ .panel.panel-default .panel-heading .lead h1,
1837
+ .panel .panel-body .lead h1,
1838
+ .panel.panel-default .panel-body .lead h1 {
1839
+ font-weight: normal;
1840
+ font-size: 22px;
1841
+ }
1842
+
1843
+ div[id^="crn-accordion"] .panel,
1844
+ div[id^="crn-accordion"] .panel.panel-default {
1845
+ border: 1px solid var(--colorNeutral20);
1846
+
1847
+ }
1848
+
1849
+ div[id^="crn-accordion"] .panel .panel-heading,
1850
+ div[id^="crn-accordion"] .panel.panel-default .panel-heading {
1851
+ background: var(--colorDefault40);
1852
+ }
1853
+
1854
+ /* Calendar, Date and Hour */
1855
+ .k-calendar,
1856
+ .bootstrap-datetimepicker-widget {
1857
+ color: var(--colorNeutral160);
1858
+ border-radius: var(--borderRadiusNone);
1859
+ }
1860
+
1861
+ .k-calendar {
1862
+ border: 1px solid var(--colorNeutral10);
1863
+ padding: 0 10px;
1864
+
1865
+ }
1866
+
1867
+ .bootstrap-datetimepicker-widget {
1868
+ border: 1px solid var(--colorPrimary40);
1869
+ }
1870
+
1871
+ .bootstrap-datetimepicker-widget {
1872
+ overflow: hidden;
1873
+ }
1874
+
1875
+ .bootstrap-datetimepicker-widget.dropdown-menu {
1876
+ padding: 0;
1877
+ margin: 0;
1878
+ }
1879
+
1880
+ .bootstrap-datetimepicker-widget.dropdown-menu.top {
1881
+ margin-bottom: 0;
1882
+ }
1883
+
1884
+ .bootstrap-datetimepicker-widget.dropdown-menu.bottom {
1885
+ margin-top: 0;
1886
+ }
1887
+
1888
+ .bootstrap-datetimepicker-widget.dropdown-menu.top:before,
1889
+ .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
1890
+ border-top-color: var(--colorPrimary40);
1891
+ border-bottom-color: var(--colorPrimary40);
1892
+ left: 15px;
1893
+ }
1894
+
1895
+ .bootstrap-datetimepicker-widget.dropdown-menu.top:after,
1896
+ .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
1897
+ border-top-color: var(--colorPrimary40);
1898
+ border-bottom-color: var(--colorPrimary40);
1899
+ left: 16px;
1900
+ }
1901
+
1902
+ .k-calendar .k-header,
1903
+ .bootstrap-datetimepicker-widget.dropdown-menu .datepicker table thead tr:first-child {
1904
+ background: var(--colorPrimary40);
1905
+ padding: 3px 0;
1906
+ }
1907
+
1908
+ .k-calendar .k-header {
1909
+ background: transparent;
1910
+ margin-bottom: 30px;
1911
+ }
1912
+
1913
+ .bootstrap-datetimepicker-widget.dropdown-menu .datepicker table thead tr:first-child th {
1914
+ border-radius: var(--borderRadiusNone);
1915
+ color: var(--colorNeutral00);
1916
+ font-weight: normal;
1917
+ padding: 2px;
1918
+ }
1919
+
1920
+ .bootstrap-datetimepicker-widget.dropdown-menu .datepicker table thead tr:first-child th:hover {
1921
+ background: var(--colorPrimary40);
1922
+ }
1923
+
1924
+ .bootstrap-datetimepicker-widget.dropdown-menu .datepicker table thead tr:first-child th span {
1925
+ padding: 8px;
1926
+ border-radius: var(--borderRadiusFull);
1927
+ }
1928
+
1929
+ .bootstrap-datetimepicker-widget.dropdown-menu .datepicker table thead tr:first-child th:hover span {
1930
+ /*background: red;*/
1931
+ }
1932
+
1933
+ .k-calendar .k-header .k-link {
1934
+ border-radius: 2px;
1935
+ margin: 0 2px;
1936
+ }
1937
+
1938
+ .k-calendar .k-header .k-link.k-state-hover {
1939
+ background: var(--colorPrimary40);
1940
+ color: var(--colorNeutral00);
1941
+ }
1942
+
1943
+ .k-calendar .k-header .k-link.k-nav-fast {
1944
+ color: var(--colorNeutral220);
1945
+ margin: 0;
1946
+ font-size: 13px;
1947
+ text-transform: uppercase;
1948
+ padding: 3px 0;
1949
+ font-weight: normal;
1950
+ }
1951
+
1952
+ .k-calendar .k-content thead,
1953
+ .bootstrap-datetimepicker-widget.dropdown-menu .datepicker table thead {
1954
+ background: var(--colorNeutral20);
1955
+ }
1956
+
1957
+ .k-calendar .k-content thead,
1958
+ .k-calendar .k-content thead th {
1959
+ background: transparent;
1960
+ font-size: 12px;
1961
+ color: var(--colorNeutral60);
1962
+ }
1963
+
1964
+ .bootstrap-datetimepicker-widget.dropdown-menu .datepicker table thead tr:last-child th {
1965
+ font-weight: normal;
1966
+ background: transparent;
1967
+ border-radius: var(---borderRadiusNone);
1968
+ }
1969
+
1970
+ .k-calendar .k-content {
1971
+ background: var(--colorNeutral00);
1972
+ }
1973
+
1974
+ .k-calendar .k-content th {
1975
+ border-bottom-width: 0;
1976
+ padding: 4px;
1977
+ text-align: center;
1978
+ }
1979
+
1980
+ .k-calendar .k-content td {
1981
+ height: 50px;
1982
+ }
1983
+
1984
+ .k-calendar .k-content td a {
1985
+ border-radius: var(--borderRadiusFull);
1986
+ font-size: 12px;
1987
+ }
1988
+
1989
+ .k-calendar .k-content tbody:before,
1990
+ .k-calendar .k-content tbody:after {
1991
+ content: "";
1992
+ margin: 4px 0;
1993
+ display: block;
1994
+ width: 100%;
1995
+ }
1996
+
1997
+ .k-calendar .k-content .k-link {
1998
+ padding: 0;
1999
+ text-align: center;
2000
+ color: var(--colorNeutral160);
2001
+ font-size: 12px;
2002
+ line-height: 30px;
2003
+ width: 30px;
2004
+ height: 30px;
2005
+ }
2006
+
2007
+ .k-calendar .k-content .k-link:focus {
2008
+ outline: 0;
2009
+ }
2010
+
2011
+ .k-calendar .k-content .k-today {
2012
+ background: transparent;
2013
+ box-shadow: none;
2014
+ }
2015
+
2016
+ .k-calendar .k-content .k-today a,
2017
+ .bootstrap-datetimepicker-widget .datepicker table td.today,
2018
+ .bootstrap-datetimepicker-widget .datepicker table td span.month.active,
2019
+ .bootstrap-datetimepicker-widget .datepicker table td span.year.active,
2020
+ .bootstrap-datetimepicker-widget .datepicker table td span.decade.active {
2021
+ background: var(--colorNeutral30);
2022
+ box-shadow: none;
2023
+ }
2024
+
2025
+ .k-calendar .k-content .k-today a {
2026
+ background: transparent;
2027
+ color: var(--colorPrimary40);
2028
+ }
2029
+
2030
+ .bootstrap-datetimepicker-widget .datepicker table td span.month.active,
2031
+ .bootstrap-datetimepicker-widget .datepicker table td span.year.active,
2032
+ .bootstrap-datetimepicker-widget .datepicker table td span.decade.active {
2033
+ color: var(--colorNeutral160);
2034
+ text-shadow: none;
2035
+ }
2036
+
2037
+ .bootstrap-datetimepicker-widget .datepicker table td.today:before {
2038
+ display: none;
2039
+ }
2040
+
2041
+ .k-calendar .k-content .k-state-selected,
2042
+ .k-calendar .k-content .k-state-selected.k-state-focused,
2043
+ .k-calendar .k-content .k-today.k-state-selected,
2044
+ .k-calendar .k-content .k-today.k-state-selected.k-state-focused {
2045
+ background: transparent;
2046
+ box-shadow: none;
2047
+ }
2048
+
2049
+ .k-calendar .k-content .k-state-selected a,
2050
+ .k-calendar .k-content .k-state-selected.k-state-focused a,
2051
+ .k-calendar .k-content .k-today.k-state-selected a,
2052
+ .k-calendar .k-content .k-today.k-state-selected.k-state-focused a,
2053
+ .bootstrap-datetimepicker-widget .datepicker table td.active {
2054
+ background: var(--colorPrimary40);
2055
+ box-shadow: none;
2056
+ text-shadow: none;
2057
+ border-radius: var(--borderRadiusFull);
2058
+ }
2059
+
2060
+ .k-calendar .k-content .k-state-selected .k-link,
2061
+ .k-calendar .k-content .k-state-selected.k-state-focused .k-link,
2062
+ .k-calendar .k-content .k-today.k-state-selected .k-link,
2063
+ .k-calendar .k-content .k-today.k-state-selected.k-state-focused .k-link {
2064
+ color: var(--colorNeutral00);
2065
+ }
2066
+
2067
+ .k-calendar .k-content .k-state-selected.k-state-hover,
2068
+ .k-calendar .k-content .k-state-selected.k-state-focused.k-state-hover,
2069
+ .k-calendar .k-content .k-today.k-state-selected.k-state-hover,
2070
+ .k-calendar .k-content .k-today.k-state-selected.k-state-focused.k-state-hover {
2071
+ background: transparent;
2072
+ box-shadow: none;
2073
+ }
2074
+
2075
+ .k-calendar .k-content .k-state-selected.k-state-hover a,
2076
+ .k-calendar .k-content .k-state-selected.k-state-focused.k-state-hover a,
2077
+ .k-calendar .k-content .k-today.k-state-selected.k-state-hover a,
2078
+ .k-calendar .k-content .k-today.k-state-selected.k-state-focused.k-state-hover a,
2079
+ .bootstrap-datetimepicker-widget .datepicker table td span.month:hover,
2080
+ .bootstrap-datetimepicker-widget .datepicker table td span.year:hover,
2081
+ .bootstrap-datetimepicker-widget .datepicker table td span.decade:hover,
2082
+ .bootstrap-datetimepicker-widget .datepicker table td.active:hover,
2083
+ .bootstrap-datetimepicker-widget .datepicker table td.day:hover,
2084
+ .bootstrap-datetimepicker-widget .datepicker table td.hour:hover,
2085
+ .bootstrap-datetimepicker-widget .datepicker table td.minute:hover,
2086
+ .bootstrap-datetimepicker-widget .datepicker table td.second:hover {
2087
+ background: var(--colorPrimary30);
2088
+ color: var(--colorNeutral00);
2089
+ box-shadow: none;
2090
+ text-shadow: none;
2091
+ }
2092
+
2093
+ .k-calendar .k-content .k-state-focused {
2094
+ background: transparent;
2095
+ box-shadow: none;
2096
+ }
2097
+
2098
+ .k-calendar .k-content .k-state-focused a {
2099
+ background: var(--colorNeutral20);
2100
+ box-shadow: none;
2101
+ }
2102
+
2103
+ .k-calendar .k-content .k-today.k-state-hover,
2104
+ .k-calendar .k-content .k-state-hover {
2105
+ background: transparent;
2106
+ box-shadow: none;
2107
+ }
2108
+
2109
+ .k-calendar .k-content .k-today.k-state-hover a,
2110
+ .k-calendar .k-content .k-state-hover a {
2111
+ color: var(--colorNeutral00);
2112
+ background: var(--colorPrimary40);
2113
+ }
2114
+
2115
+ .k-calendar .k-footer .k-nav-today {
2116
+ background: transparent;
2117
+ box-shadow: none;
2118
+ font-size: 10px;
2119
+ text-transform: uppercase;
2120
+ color: var(--colorPrimary40);
2121
+ }
2122
+
2123
+ .k-calendar .k-footer .k-nav-today a,
2124
+ .bootstrap-datetimepicker-widget.dropdown-menu > * > * > table tbody span {
2125
+ background: var(--colorNeutral30);
2126
+ color: var(--colorNeutral160);
2127
+ }
2128
+
2129
+ .bootstrap-datetimepicker-widget.dropdown-menu > * > * > table tbody span {
2130
+ margin-left: 0;
2131
+ margin-bottom: 1px;
2132
+ border-top-left-radius: 0;
2133
+ border-top-right-radius: 0;
2134
+ }
2135
+
2136
+ .bootstrap-datetimepicker-widget.dropdown-menu > * > *:first-child > table tbody span {
2137
+ margin-top: -2px;
2138
+ border-radius: var(--borderRadiusNone);
2139
+ }
2140
+
2141
+ .k-calendar .k-footer .k-nav-today:hover,
2142
+ .bootstrap-datetimepicker-widget.dropdown-menu > * > * > table tbody:hover span {
2143
+ background: var(--colorNeutral20);
2144
+ }
2145
+
2146
+ .k-calendar .k-footer .k-nav-today:hover {
2147
+ background: transparent;
2148
+ color: var(--colorPrimary30);
2149
+ text-decoration: none;
2150
+ }
2151
+
2152
+ .bootstrap-datetimepicker-widget .timepicker {
2153
+ border-radius: var(--borderRadiusSmallest);
2154
+ overflow: hidden;
2155
+ margin-top: var(--distanceMedium);
2156
+ }
2157
+
2158
+ .bootstrap-datetimepicker-widget .timepicker .timepicker-picker {
2159
+ margin-right: var(--distanceMedium);
2160
+ }
2161
+
2162
+ .bootstrap-datetimepicker-widget .timepicker .btn {
2163
+ background: var(--colorNeutral00);
2164
+ color: var(--colorPrimary40);
2165
+ }
2166
+
2167
+ .bootstrap-datetimepicker-widget .timepicker .btn:hover {
2168
+ background: var(--colorNeutral20);
2169
+ }
2170
+
2171
+ .bootstrap-datetimepicker-widget .timepicker .btn:hover span {
2172
+ background: transparent;
2173
+ color: var(--colorPrimary30);
2174
+ border-radius: var(--borderRadiusSmall);
2175
+ }
2176
+
2177
+ /* Tabs */
2178
+ .ctn-tab {
2179
+ background: var(--colorDefault40);
2180
+ border-radius: var(--borderRadiusNone);
2181
+ padding: 0;
2182
+ }
2183
+
2184
+ .ctn-tab .nav-tabs {
2185
+ border: 0;
2186
+ }
2187
+
2188
+ .ctn-tab .nav-tabs li {
2189
+ background: transparent;
2190
+ border-radius: var(--borderRadiusNone);
2191
+ border: 0;
2192
+ overflow: hidden;
2193
+ margin-left: 0;
2194
+ margin-right: 0;
2195
+ margin-bottom: 0;
2196
+ }
2197
+
2198
+ .ctn-tab .nav-tabs li.active {
2199
+ background: var(--colorDefault50);
2200
+ }
2201
+
2202
+ .ctn-tab .nav-tabs li a {
2203
+ background: transparent;
2204
+ border: 0;
2205
+ margin: 0;
2206
+ border-radius: var(--borderRadiusNone);
2207
+ padding: var(--distanceExtraSmall) var(--distanceSmall);
2208
+ font-size: 14px;
2209
+ color: var(--colorNeutral00);
2210
+ }
2211
+
2212
+ .ctn-tab .nav-tabs li a:hover {
2213
+ background: var(--colorDefault30);
2214
+ border: 0;
2215
+ }
2216
+
2217
+ .ctn-tab .nav-tabs li.active a,
2218
+ .ctn-tab .nav-tabs li.active a:hover {
2219
+ background: transparent;
2220
+ color: var(--colorNeutral00);
2221
+ }
2222
+
2223
+ /* Dynamic Menu*/
2224
+ #main-view .nav.navbar-nav {
2225
+ border-radius: var(--borderRadiusNone);
2226
+ display: flex;
2227
+ flex-wrap: wrap;
2228
+ width: 100%;
2229
+ margin: 0;
2230
+ float: none;
2231
+ }
2232
+
2233
+ #main-view .nav.navbar-nav > li {
2234
+ float: none;
2235
+ width: 100%;
2236
+ margin: 0;
2237
+ }
2238
+
2239
+ #main-view .nav.navbar-nav > li > a {
2240
+ padding: var(--distanceSmall);
2241
+ color: var(--colorPrimary50);
2242
+ display: flex;
2243
+ align-items: center;
2244
+ }
2245
+
2246
+ #main-view .nav.navbar-nav > li > a:focus,
2247
+ #main-view .nav.navbar-nav > li > a:hover {
2248
+ background: var(--colorNeutral10);
2249
+ }
2250
+
2251
+ #main-view .nav.navbar-nav > li > a i {
2252
+ margin-right: var(--distanceSmallest);
2253
+ }
2254
+
2255
+ #main-view .nav.navbar-nav > li > a span {
2256
+ font-size: 14px;
2257
+ }
2258
+
2259
+ #main-view .nav.navbar-nav > li > a span.caret {
2260
+ border: 0;
2261
+ margin-left: auto;
2262
+ width: 15px;
2263
+ height: 10px;
2264
+ background: url("img/arrow-gray.svg") no-repeat center;
2265
+ background-size: contain;
2266
+ }
2267
+
2268
+ #main-view .nav.navbar-nav > li.open > a {
2269
+ color: var(--colorPrimary50);
2270
+ }
2271
+
2272
+ #main-view .nav.navbar-nav > li > .dropdown-menu {
2273
+ border: 0;
2274
+ border-radius: var(--borderRadiusNone); 0 var(--borderRadiusSmallest) var(--borderRadiusSmallest);
2275
+ padding: 0;
2276
+ overflow: hidden;
2277
+ box-shadow: none;
2278
+ position: absolute;
2279
+ background: var(--colorNeutral00);
2280
+ box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%);
2281
+ }
2282
+
2283
+ #main-view .nav.navbar-nav > li > .dropdown-menu > li > a {
2284
+ padding: var(--distanceExtraSmall) var(--distanceMedium);
2285
+ }
2286
+
2287
+ #main-view .nav.navbar-nav > li > .dropdown-menu > li > a span {
2288
+ font-size: 14px;
2289
+ color: var(--colorNeutral160);
2290
+ }
2291
+
2292
+ #main-view .nav.navbar-nav > li > .dropdown-menu > li > a:focus,
2293
+ #main-view .nav.navbar-nav > li > .dropdown-menu > li > a:hover {
2294
+ background: var(--colorNeutral10);
2295
+ color: var(--colorDefault40);
2296
+ }
2297
+
2298
+ @media (min-width: 768px) {
2299
+ #main-view .nav.navbar-nav > li {
2300
+ width: auto;
2301
+ }
2302
+
2303
+ #main-view .nav.navbar-nav > li > a span.caret {
2304
+ margin-left: var(--distanceSmallest);
2305
+ }
2306
+ }
2307
+
2308
+ /* Navigation Bar */
2309
+ #main-view *[id^="crn-navbar"] .navbar {
2310
+ background: var(--colorNeutral10);
2311
+ /*border-radius: var(--distanceSmallest);
2312
+ padding: var(--distanceExtraSmall);*/
2313
+ }
2314
+
2315
+ #main-view *[id^="crn-navbar"] .navbar .container-fluid {
2316
+ padding: 0;
2317
+ background: transparent;
2318
+ }
2319
+
2320
+ #main-view *[id^="crn-navbar"] .navbar .container-fluid .navbar-header {
2321
+ margin: 0;
2322
+ border: 1px solid var(--colorNeutral40);
2323
+ }
2324
+
2325
+ #main-view *[id^="crn-navbar"] .navbar .container-fluid .navbar-header .navbar-toggle {
2326
+ background: var(--colorDefault40);
2327
+ border-radius: var(--borderRadiusSmallest);
2328
+ border: 0;
2329
+ margin: 0;
2330
+ float: none;
2331
+ }
2332
+
2333
+ #main-view *[id^="crn-navbar"] .navbar .container-fluid .navbar-header .navbar-toggle:hover {
2334
+ background: var(--colorDefault30);
2335
+ }
2336
+
2337
+ #main-view *[id^="crn-navbar"] .navbar .container-fluid .navbar-header .navbar-toggle span {
2338
+ background: var(--colorNeutral00);
2339
+ }
2340
+
2341
+ #main-view *[id^="crn-navbar"] .navbar .container-fluid .navbar-header .navbar-brand {
2342
+ display: none;
2343
+ }
2344
+
2345
+ #main-view *[id^="crn-navbar"] .navbar .container-fluid .navbar-collapse.collapse,
2346
+ #main-view *[id^="crn-navbar"] .navbar .container-fluid .navbar-collapse.collapsing,
2347
+ #main-view *[id^="crn-navbar"] .navbar .container-fluid .navbar-collapse.collapse ul,
2348
+ #main-view *[id^="crn-navbar"] .navbar .container-fluid .navbar-collapse.collapsing ul {
2349
+ padding: 0;
2350
+ margin: 0;
2351
+ overflow-y: unset;
2352
+ }
2353
+
2354
+ #main-view *[id^="crn-navbar"] .navbar .container-fluid .navbar-collapse.collapse > ul,
2355
+ #main-view *[id^="crn-navbar"] .navbar .container-fluid .navbar-collapse.collapsing > ul {
2356
+ margin-top: var(--distanceSmall);
2357
+ }
2358
+
2359
+ #main-view *[id^="crn-navbar"] .navbar .container-fluid .navbar-collapse.collapse > ul > .component-holder,
2360
+ #main-view *[id^="crn-navbar"] .navbar .container-fluid .navbar-collapse.collapsing > ul > .component-holder {
2361
+ width: 100%;
2362
+ }
2363
+
2364
+ @media (min-width: 768px) {
2365
+ #main-view *[id^="crn-navbar"] .navbar .container-fluid .navbar-collapse.collapse > ul {
2366
+ margin-top: 0;
2367
+ }
2368
+
2369
+ #main-view *[id^="crn-navbar"] .navbar .container-fluid .navbar-collapse.collapse > ul > .component-holder {
2370
+ width: auto;
2371
+ }
2372
+
2373
+ }
2374
+
2375
+ /* Drag File Upload */
2376
+ .dynamic-image-container {
2377
+ border-radius: var(--borderRadiusSmallest);
2378
+ padding: var(--distanceMedium);
2379
+ border: 1px dashed var(--colorDefault40);
2380
+ text-align: center;
2381
+ }
2382
+
2383
+ .dynamic-image-container .btn {
2384
+ margin: 3px 0;
2385
+ box-shadow: none;
2386
+ }
2387
+
2388
+ .dynamic-image-container .btn.ng-binding {
2389
+ white-space: normal;
2390
+ text-align: center;
2391
+ background-color: var(--colorNeutral20);
2392
+ }
2393
+
2394
+ .dynamic-image-container .btn.ng-binding:hover {
2395
+
2396
+ }
2397
+
2398
+ .dynamic-image-container .btn.btn-info span {
2399
+ margin-top: 6px;
2400
+ }
2401
+
2402
+ .dynamic-image-container .start-camera-button-attribute {
2403
+ bottom: 0;
2404
+ }
2405
+
2406
+ /* Banner */
2407
+ .container .jumbotron,
2408
+ .container-fluid .jumbotron {
2409
+ background: var(--colorNeutral10);
2410
+ border-radius: var(--borderRadiusSmallest);
2411
+ overflow: hidden;
2412
+ padding: var(--distanceMedium);
2413
+ }
2414
+
2415
+ .container .jumbotron h1,
2416
+ .container-fluid .jumbotron h1 {
2417
+ font-weight: normal;
2418
+ }
2419
+
2420
+ /* Rich Text Editor */
2421
+ .mce-tinymce.mce-panel {
2422
+ overflow: hidden;
2423
+ padding: 0;
2424
+ background: var(--colorNeutral10);
2425
+ border: 1px solid var(--colorNeutral40);
2426
+ }
2427
+
2428
+ .mce-tinymce.mce-panel .mce-menubar {
2429
+ border-bottom-color: var(--colorNeutral40);
2430
+ }
2431
+
2432
+ .mce-tinymce.mce-panel .mce-menubar .mce-btn-group:not(:first-child) {
2433
+ border-left-color: var(--colorNeutral40);
2434
+ }
2435
+
2436
+ .mce-tinymce.mce-panel .mce-menubar .mce-btn button,
2437
+ .mce-tinymce.mce-panel .mce-toolbar .mce-btn button,
2438
+ .mce-tinymce.mce-panel .mce-toolbar .mce-btn button span,
2439
+ .mce-tinymce.mce-panel .mce-toolbar .mce-btn button i {
2440
+ color: var(--colorNeutral160);
2441
+ }
2442
+
2443
+ .mce-tinymce.mce-panel .mce-toolbar-grp.mce-panel,
2444
+ .mce-tinymce.mce-panel .mce-statusbar.mce-panel {
2445
+ background: var(--colorNeutral10);
2446
+ }
2447
+
2448
+ .mce-tinymce.mce-panel .mce-toolbar .mce-btn button i {
2449
+ border-top-color: color: var(--colorNeutral160);
2450
+ }
2451
+
2452
+ /* Slider */
2453
+ .k-slider.form-control:hover {
2454
+ background: transparent;
2455
+ }
2456
+
2457
+ .k-slider .k-slider-buttons .k-button,
2458
+ .k-slider .k-slider-buttons .k-button:active,
2459
+ .k-slider .k-slider-buttons .k-button:focus,
2460
+ .k-slider .k-slider-buttons .k-button.k-state-active,
2461
+ .k-slider .k-slider-buttons .k-button.k-state-focused {
2462
+ min-height: auto;
2463
+ color: var(--colorNeutral220);
2464
+ border-radius: var(--borderRadiusFull);
2465
+ padding: 0;
2466
+ position: absolute;
2467
+ }
2468
+
2469
+ .k-slider .k-slider-buttons .k-button:hover,
2470
+ .k-slider .k-slider-buttons .k-button.k-state-hover {
2471
+ background: var(--colorDefault30);
2472
+ }
2473
+
2474
+ .k-slider .k-slider-buttons .k-button.k-button-decrease span,
2475
+ .k-slider .k-slider-buttons .k-button.k-button-increase span {
2476
+ font-size: 13px;
2477
+ }
2478
+
2479
+ .k-slider .k-slider-buttons .k-button.k-button-decrease span:before,
2480
+ .k-slider .k-slider-buttons .k-button.k-button-increase span:before {
2481
+ margin-left: -1px;
2482
+ margin-top: -1px;
2483
+ }
2484
+
2485
+ .k-slider .k-slider-buttons .k-button.k-button-decrease span:before {
2486
+ /*content: "\e079";*/
2487
+ }
2488
+
2489
+ .k-slider .k-slider-buttons .k-button.k-button-increase span:before {
2490
+ /*content: "\e080";*/
2491
+ }
2492
+
2493
+ .k-slider .k-slider-track,
2494
+ .k-slider .k-slider-selection {
2495
+ background: var(--colorNeutral10);
2496
+ box-shadow: none;
2497
+ border: 0;
2498
+ border-radius: var(--borderRadiusSmallest);
2499
+ height: 2px;
2500
+ margin-top: -3px;
2501
+ }
2502
+
2503
+ .k-slider .k-slider-selection {
2504
+ background: var(--colorDefault30);
2505
+ margin-top: -1px;
2506
+ z-index: 1;
2507
+ }
2508
+
2509
+ .k-slider .k-slider-items {
2510
+ margin-top: 7px;
2511
+ }
2512
+
2513
+ .k-slider .k-draghandle,
2514
+ .k-slider .k-draghandle.k-state-focused,
2515
+ .k-slider .k-draghandle.k-state-focused:link {
2516
+ background: var(--colorDefault50);
2517
+ border: 0;
2518
+ box-shadow: none;
2519
+ z-index: 1;
2520
+ }
2521
+
2522
+ .k-slider .k-draghandle {
2523
+ width: 17px;
2524
+ height: 17px;
2525
+ margin-left: 0;
2526
+ }
2527
+
2528
+ .k-slider .k-tick {
2529
+ height: 24px;
2530
+ }
2531
+
2532
+ .k-slider .k-tick:after {
2533
+ position: absolute;
2534
+ height: 2px;
2535
+ width: 2px;
2536
+ background: var(--colorNeutral220);
2537
+ content: "";
2538
+ top: 6px;
2539
+ z-index: 1;
2540
+ }
2541
+
2542
+ .k-slider .k-tick:first-child:after {
2543
+ left: 0;
2544
+ }
2545
+
2546
+ .k-slider .k-tick:last-child:after {
2547
+ right: 0;
2548
+ }
2549
+
2550
+ .k-slider .k-tick .k-label {
2551
+ color: var(--colorNeutral160);
2552
+ }
2553
+
2554
+ /* Tables and Grids */
2555
+ .k-grid {
2556
+ background: transparent;
2557
+ border: 0;
2558
+ box-shadow: none;
2559
+ overflow-y: auto;
2560
+ }
2561
+
2562
+ .k-grid .k-header,
2563
+ .k-grid .k-grid-pager {
2564
+ background: transparent;
2565
+ border: 0;
2566
+ }
2567
+
2568
+ .k-grid .k-header.k-grid-toolbar {
2569
+ background: transparent;
2570
+ border-radius: var(--borderRadiusNone);
2571
+ padding: var(--distanceMedium);
2572
+ border: 1px solid var(--colorNeutral20);
2573
+ border-bottom: 0;
2574
+ }
2575
+
2576
+ .k-grid .k-header .crn-grid-title {
2577
+ margin: 0;
2578
+ padding: 0;
2579
+ color: var(--colorNeutral160);
2580
+ }
2581
+
2582
+ .k-grid table,
2583
+ table.table {
2584
+ border-collapse: separate;
2585
+ overflow: hidden;
2586
+ border: 1px solid var(--colorNeutral20);
2587
+ border-top: 0;
2588
+ width: calc(100% - 2px);
2589
+ }
2590
+
2591
+ .k-grid table thead {
2592
+ box-sizing: border-box;
2593
+ }
2594
+
2595
+ .k-grid table thead th,
2596
+ .k-grid table thead th.k-header,
2597
+ .k-grid table tbody td {
2598
+ border: 0;
2599
+ }
2600
+
2601
+ ,
2602
+ .k-grid table thead th:first-child,
2603
+ .k-grid table tbody td:first-child {
2604
+ border-left: none;
2605
+ }
2606
+
2607
+ .k-grid table thead th.k-header,
2608
+ .k-grid table tbody td,
2609
+ table.table thead th,
2610
+ table.table tbody td {
2611
+ padding: var(--distanceSmallest) var(--distanceMedium);
2612
+ color: var(--colorNeutral220);
2613
+ border-width: 0;
2614
+ font-size: 13px;
2615
+ }
2616
+
2617
+ .k-grid table thead th.k-header,
2618
+ table.table thead th {
2619
+ background-color: var(--colorNeutral00);
2620
+ padding: var(--distanceSmall) var(--distanceMedium);
2621
+ }
2622
+
2623
+ .k-grid table thead th.k-header,
2624
+ .k-grid table thead th.k-header a.k-link,
2625
+ table.table thead th {
2626
+ background: var(--colorDefault50);
2627
+ color: var(--colorNeutral00);
2628
+ font-weight: normal;
2629
+ font-size: 13px;
2630
+ text-transform: uppercase;
2631
+ border-top: 0;
2632
+ margin: 0;
2633
+ white-space: normal;
2634
+ vertical-align: top;
2635
+ }
2636
+
2637
+ .k-grid table thead th.k-header:first-child,
2638
+ .k-grid table thead th.k-header:last-child {
2639
+ border-radius: var(--borderRadiusNone);
2640
+ }
2641
+
2642
+ table.table thead th {
2643
+ border-bottom: 0;
2644
+ }
2645
+
2646
+ table.table.table-bordered {
2647
+ border: 1px solid;
2648
+ }
2649
+
2650
+ table.table.table-bordered thead th,
2651
+ table.table.table-bordered tbody td {
2652
+ border-right: 0;
2653
+ border-bottom: 0;
2654
+ }
2655
+
2656
+ table.table.table-bordered thead th:first-child,
2657
+ table.table.table-bordered tbody td:first-child {
2658
+ border-left: 0;
2659
+ }
2660
+
2661
+ table.table.table-bordered,
2662
+ table.table.table-bordered thead th,
2663
+ table.table.table-bordered tbody td {
2664
+ border-color: var(--colorNeutral40);
2665
+ border-width: 1px;
2666
+ }
2667
+
2668
+ .k-grid table thead th.k-header a.k-link {
2669
+ display: inline;
2670
+ padding: 0;
2671
+ }
2672
+
2673
+ .k-grid table thead th.k-header a.k-link .k-icon,
2674
+ .k-grid table thead th.k-header a.k-grid-filter {
2675
+ margin-left: var(--distanceExtraSmall);
2676
+ }
2677
+
2678
+ .k-grid table thead th.k-header a.k-link .k-icon {
2679
+ margin-top: 1px;
2680
+ color: var(--colorNeutral00);
2681
+ }
2682
+
2683
+ .k-grid table thead th.k-header a.k-link .k-icon:before {
2684
+ top: -2px;
2685
+ }
2686
+
2687
+ .k-grid table thead th.k-header a.k-link .k-icon.k-i-sort-asc-sm:before,
2688
+ .k-grid table thead th.k-header a.k-link .k-icon.k-i-sort-desc-sm:before,
2689
+ .k-grid table thead th.k-header a.k-grid-filter span:before {
2690
+ font-family: 'FontAwesome';
2691
+ }
2692
+
2693
+ .k-grid table thead th.k-header a.k-link .k-icon.k-i-sort-asc-sm:before {
2694
+ content: "\f062";
2695
+ }
2696
+
2697
+ .k-grid table thead th.k-header a.k-link .k-icon.k-i-sort-desc-sm:before {
2698
+ content: "\f063";
2699
+ }
2700
+
2701
+ .k-grid table thead th.k-header a.k-grid-filter {
2702
+ float: none;
2703
+ padding: 0;
2704
+ z-index: 0;
2705
+ }
2706
+
2707
+ .k-grid table thead th.k-header a.k-grid-filter span {
2708
+ color: var(--colorNeutral00);
2709
+ }
2710
+
2711
+ .k-grid table thead th.k-header a.k-grid-filter span:before {
2712
+ content: "\f142";
2713
+ }
2714
+
2715
+ .k-grid table tbody tr td,
2716
+ table.table tbody tr td {
2717
+ border-bottom: 1px solid var(--colorNeutral20);
2718
+ }
2719
+
2720
+ .k-grid table tbody tr:nth-child(odd),
2721
+ table.table tbody tr:nth-child(odd) {
2722
+ background: var(--colorNeutral00);
2723
+ }
2724
+
2725
+ .k-grid table tbody tr:nth-child(even),
2726
+ table.table tbody tr:nth-child(even) {
2727
+ background: var(--colorNeutral00);
2728
+ }
2729
+
2730
+ .k-grid table tbody tr.k-state-selected {
2731
+ background: var(--colorNeutral10);
2732
+ color: var(--coloNeutral160);
2733
+ box-shadow: none;
2734
+ }
2735
+
2736
+ .k-grid table tbody tr:hover {
2737
+ background: var(--colorNeutral10);
2738
+ }
2739
+
2740
+ .k-grid table tbody tr.k-state-selected:hover,
2741
+ .k-grid table tbody tr.k-state-selected:hover td {
2742
+ background: var(--colorNeutral10);
2743
+ }
2744
+
2745
+ .k-grid .k-button {
2746
+ margin: 0;
2747
+ box-shadow: none;
2748
+ text-transform: uppercase;
2749
+ color: var(--colorDefault40);
2750
+ font-size: 15px;
2751
+ }
2752
+
2753
+ .k-grid .k-button:hover,
2754
+ .k-grid .k-button:hover span:before {
2755
+ color: var(--colorNeutral00);
2756
+ }
2757
+
2758
+ .k-grid .k-button:hover {
2759
+ background: var(--colorDefault40);
2760
+ }
2761
+
2762
+ .k-grid table .k-button,
2763
+ .k-grid table .k-button:focus:active {
2764
+ padding: 5px;
2765
+ min-height: 0;
2766
+ min-width: 0;
2767
+ margin-left: 3px;
2768
+ }
2769
+
2770
+ .k-grid table .k-button {
2771
+ border-radius: var(--borderRadiusFull);
2772
+ }
2773
+
2774
+ .k-grid table .k-button:hover {
2775
+ background: var(--colorPrimary40);
2776
+ }
2777
+
2778
+ .k-grid table .k-button:first-child,
2779
+ .k-grid table .k-button:focus:active:first-child {
2780
+ margin-left: 0;
2781
+ }
2782
+
2783
+ .k-grid table .k-button span:before {
2784
+ left: -1px;
2785
+ }
2786
+
2787
+ .k-grid .k-grid-pager {
2788
+ padding: 10px 0;
2789
+ border: 1px solid var(--colorNeutral20);
2790
+ border-top: 0;
2791
+ }
2792
+
2793
+ .k-grid .k-grid-pager .k-state-selected {
2794
+ background: var(--colorDefault40);
2795
+ border-color: var(--colorDefault40);
2796
+ box-shadow: none;
2797
+ border-radius: var(--borderRadiusFull);
2798
+ }
2799
+
2800
+ .k-grid .k-grid-pager .k-pager-nav.k-pager-first {
2801
+ border-radius: var(--borderRadiusExtraSmall) 0 0 var(--borderRadiusExtraSmall);
2802
+ }
2803
+
2804
+ .k-grid .k-grid-pager .k-pager-nav.k-pager-first + .k-link + ul {
2805
+ border-left: 0;
2806
+ position: static;
2807
+ }
2808
+
2809
+ .k-grid .k-grid-pager .k-pager-nav.k-pager-first + .k-link + ul .k-pager-nav {
2810
+ border-radius: var(--borderRadiusNone);
2811
+ border-right: 0;
2812
+ border-left: 0;
2813
+ }
2814
+
2815
+ .k-grid .k-grid-pager .k-pager-nav.k-pager-last {
2816
+ border-radius: var(--borderRadiusNone); var(--borderRadiusExtraSmall) var(--borderRadiusExtraSmall) 0;
2817
+ }
2818
+
2819
+ .k-grid .k-grid-pager .k-link,
2820
+ .k-grid .k-grid-pager .k-pager-nav.k-pager-first + .k-link {
2821
+ border-radius: var(--borderRadiusNone);
2822
+ }
2823
+
2824
+ .k-grid .k-grid-pager .k-link {
2825
+ border-color: transparent;
2826
+ margin: 0;
2827
+ }
2828
+
2829
+ .k-grid .k-grid-pager .k-link:hover {
2830
+ background: var(--colorNeutral10);
2831
+ }
2832
+
2833
+ .k-grid .k-grid-pager .k-pager-info {
2834
+ font-size: 13px;
2835
+ }
2836
+
2837
+ .k-grid .k-grid-pager .k-link.k-pager-refresh {
2838
+ border-color: var(--colorDefault20);
2839
+ border-radius: var(--borderRadiusFull);
2840
+ background: transparent;
2841
+ color: var(--colorDefault40);
2842
+ }
2843
+
2844
+ .k-grid .k-grid-pager .k-link.k-pager-refresh:hover {
2845
+ background: var(--colorDefault10);
2846
+ }
2847
+
2848
+ .k-grid .k-grid-pager ul .k-link {
2849
+ border-left: 0;
2850
+ }
2851
+
2852
+ .k-grid .k-grid-pager .k-pager-numbers a {
2853
+ color: var(--colorDefault40);
2854
+ }
2855
+
2856
+ .k-grid .k-grid-pager .k-icon.k-i-arrow-60-left:before {
2857
+ }
2858
+
2859
+ .k-grid .k-grid-pager .k-icon.k-i-arrow-60-right:before {
2860
+ }
2861
+
2862
+ .k-grid .k-dropdown {
2863
+ background: transparent;
2864
+ min-width: 150px;
2865
+ }
2866
+
2867
+ .k-grid .k-dropdown .k-dropdown-wrap {
2868
+ border-radius: var(--borderRadiusNone);
2869
+ border-top: 0;
2870
+ border-left: 0;
2871
+ border-right: 0;
2872
+ background: var(--colorNeutral00);
2873
+ font-size: 14px;
2874
+ }
2875
+
2876
+ .k-grid .k-dropdown .k-dropdown-wrap.k-state-hover,
2877
+ .k-grid .k-dropdown .k-dropdown-wrap.k-state-focused,
2878
+ .k-grid .k-dropdown .k-dropdown-wrap.k-state-active {
2879
+ background: var(--colorNeutral00);
2880
+ }
2881
+
2882
+ @media (max-width: 576px) {
2883
+ .k-grid .k-pager-sizes.k-label {
2884
+ padding: 20px 0 0;
2885
+ width: 100%;
2886
+ }
2887
+
2888
+ .k-grid .k-pager-sizes.k-label span {
2889
+ margin: 0;
2890
+ }
2891
+ }
2892
+
2893
+ /* Dynamic Select Box */
2894
+ .cronDynamicSelect {
2895
+ background: transparent;
2896
+ }
2897
+
2898
+ .cronDynamicSelect .k-dropdown-wrap .k-input {
2899
+ display: inline;
2900
+ }
2901
+
2902
+ /* Scheduler */
2903
+ .k-scheduler {
2904
+ border: 0;
2905
+ border-radius: var(--borderRadiusNone);
2906
+ overflow: hidden;
2907
+ }
2908
+
2909
+ .k-scheduler .k-scheduler-toolbar {
2910
+ background: var(--colorDefault50);
2911
+ padding: var(--distanceExtraSmall);
2912
+ border-bottom: 0;
2913
+ }
2914
+
2915
+ .k-scheduler > .k-scheduler-toolbar:first-child {
2916
+ border-radius: var(--borderRadiusNone);
2917
+ }
2918
+
2919
+ .k-scheduler .k-scheduler-toolbar .k-scheduler-views {
2920
+ float: left;
2921
+ background: transparent;
2922
+ }
2923
+
2924
+ .k-scheduler .k-scheduler-toolbar li,
2925
+ .k-scheduler .k-scheduler-toolbar li:first-child,
2926
+ .k-scheduler .k-scheduler-toolbar li:last-child,
2927
+ .k-scheduler .k-scheduler-toolbar li.k-state-default.k-state-selected,
2928
+ .k-scheduler .k-scheduler-toolbar li.k-state-default.k-state-hover {
2929
+ border-radius: var(--borderRadiusNone);
2930
+ }
2931
+
2932
+ .k-scheduler .k-scheduler-toolbar li,
2933
+ .k-scheduler .k-scheduler-toolbar li:first-child,
2934
+ .k-scheduler .k-scheduler-toolbar li:last-child {
2935
+ background: transparent;
2936
+ border: 0;
2937
+ overflow: hidden;
2938
+ }
2939
+
2940
+ .k-scheduler .k-scheduler-toolbar li {
2941
+ margin-right: var(--distanceExtraSmall);
2942
+ }
2943
+
2944
+ .k-scheduler .k-scheduler-toolbar li.k-nav-today,
2945
+ .k-scheduler .k-scheduler-toolbar li.k-view-day {
2946
+ margin-left: 0;
2947
+ }
2948
+
2949
+ .k-scheduler .k-scheduler-toolbar li a,
2950
+ .k-scheduler .k-scheduler-toolbar li a.k-link {
2951
+ color: var(--colorNeutral00);
2952
+ padding: var(--distanceExtraSmall) var(--distanceMedium);
2953
+ text-transform: uppercase;
2954
+ font-size: 13px;
2955
+ }
2956
+
2957
+ .k-scheduler .k-scheduler-toolbar li.k-state-hover a,
2958
+ .k-scheduler .k-scheduler-toolbar li.k-state-hover a.k-link,
2959
+ .k-scheduler .k-scheduler-toolbar li.k-state-border-down a.k-link {
2960
+ background: var(--colorDefault20);
2961
+ }
2962
+
2963
+ .k-scheduler .k-scheduler-toolbar li.k-state-selected a,
2964
+ .k-scheduler .k-scheduler-toolbar li.k-state-selected a.k-link {
2965
+ background: var(--colorDefault30);
2966
+ color: var(--colorNeutral00);
2967
+ }
2968
+
2969
+ .k-scheduler .k-scheduler-layout {
2970
+ border: 1px solid var(--colorDefault10);
2971
+ width: calc(100% - 2px);
2972
+ }
2973
+
2974
+ .k-scheduler .k-scheduler-content .k-loading-mask {
2975
+ z-index: 0;
2976
+ }
2977
+
2978
+ .k-scheduler .k-scheduler-header th,
2979
+ .k-scheduler .k-scheduler-header-wrap,
2980
+ .k-scheduler .k-scheduler-table td,
2981
+ .k-scheduler .k-scheduler-times,
2982
+ .k-scheduler .k-scheduler-times th,
2983
+ .k-scheduler .k-scheduler-times tr {
2984
+ background: var(--colorNeutral00);
2985
+ border-color: var(--colorDefault10);
2986
+ font-weight: normal;
2987
+ font-size: 13px;
2988
+ }
2989
+
2990
+ .k-scheduler .k-scheduler-footer {
2991
+ background: var(--colorDefault10);
2992
+ padding: var(--distanceExtraSmallest);
2993
+ border: 0;
2994
+ border-radius: var(--borderRadiusNone);
2995
+ }
2996
+
2997
+ .k-scheduler .k-scheduler-footer ul {
2998
+ background: transparent;
2999
+ }
3000
+
3001
+ .k-scheduler .k-scheduler-footer .k-scheduler-fullday {
3002
+ border: 0;
3003
+ background: var(--colorDefault40);
3004
+ border-radius: var(--borderRadiusSmallest);
3005
+ padding: var(--distanceExtraSmall) var(--distanceMedium);
3006
+ cursor: pointer;
3007
+ }
3008
+
3009
+ .k-scheduler .k-scheduler-footer .k-scheduler-fullday:hover {
3010
+ background: var(--colorDefault30);
3011
+ }
3012
+
3013
+ .k-scheduler .k-scheduler-footer .k-scheduler-fullday a {
3014
+ color: var(--colorNeutral00);
3015
+ padding: 0;
3016
+ }
3017
+
3018
+ /* Rating */
3019
+ *[id^="crn-rating"] .fa {
3020
+ margin-left: var(--distanceSmallest);
3021
+ cursor: pointer;
3022
+ font-size: 28px;
3023
+ }
3024
+
3025
+ *[id^="crn-rating"] .fa:first-child {
3026
+ margin-left: 0;
3027
+ }
3028
+
3029
+ *[id^="crn-rating"] .fa:before {
3030
+ color: var(--colorPrimary40);
3031
+ }
3032
+
3033
+ /* Social Login */
3034
+ *[id^="crn-social-login"] {
3035
+ float: none;
3036
+ }
3037
+
3038
+ *[id^="crn-social-login"] a i{
3039
+ color: var(--colorDefault40);
3040
+ }
3041
+
3042
+ /* Modal */
3043
+ .modal .modal-content {
3044
+ border-radius: var(--borderRadiusSmallest);
3045
+ }
3046
+
3047
+ .modal .modal-content .modal-header,
3048
+ .modal .modal-content .modal-body,
3049
+ .modal .modal-content .modal-footer {
3050
+ padding: var(--distanceMedium);
3051
+ }
3052
+
3053
+ .modal .modal-content .modal-header,
3054
+ .modal .modal-content .modal-footer {
3055
+ border: 0;
3056
+ }
3057
+
3058
+ .modal .modal-content .list-group-item {
3059
+ border: 0;
3060
+ padding: 10px 0;
3061
+ }
3062
+
3063
+ .modal .modal-content .list-group-item {
3064
+ border: 0;
3065
+ padding: 10px 0;
3066
+ }
3067
+
3068
+ .modal .modal-content .k-textbox {
3069
+ width: 100%;
3070
+ }
3071
+
3072
+ /* Popup Messages */
3073
+ .ui-notification {
3074
+ border-radius: var(--borderRadiusExtraSmall);
3075
+ padding: var(--distanceMedium);
3076
+ box-shadow: none;
3077
+ background: var(--colorDefault40);
3078
+ }
3079
+
3080
+ .ui-notification.success {
3081
+ background: var(--colorSuccess40);
3082
+ }
3083
+
3084
+ .ui-notification.warning {
3085
+ background: var(--colorWarning40);
3086
+ }
3087
+
3088
+ .ui-notification.error {
3089
+ background: var(--colorDanger40);
3090
+ }
3091
+
3092
+ .ui-notification .message {
3093
+ margin: 0;
3094
+ }
3095
+
3096
+ /* Animation Container */
3097
+ .k-animation-container form {
3098
+ border: 0;
3099
+ border-radius: var(--borderRadiusNone);
3100
+ background: var(--colorNeutral00);
3101
+ }
3102
+
3103
+ .k-animation-container .k-dropdown {
3104
+ background: transparent;
3105
+ }
3106
+
3107
+ .k-animation-container .k-dropdown .k-dropdown-wrap .k-input {
3108
+ padding: 1px 0;
3109
+ margin-left: -13px;
3110
+ margin-left: calc(var(--distanceExtraSmall) - (2*var(--distanceExtraSmall)) - 2px);
3111
+ }
3112
+
3113
+ .k-animation-container .k-button {
3114
+ width: auto;
3115
+ min-height: auto;
3116
+ margin: 0;
3117
+ padding: var(--distanceSmallest) var(--distanceExtraSmall);
3118
+ }
3119
+
3120
+ /* Carousel */
3121
+ .carousel {
3122
+ float: none;
3123
+ padding: 0;
3124
+ border-radius: var(--borderRadiusSmallest);
3125
+ overflow: hidden;
3126
+ }
3127
+
3128
+ .carousel .carousel-inner {
3129
+ background: var(--colorDefault10);
3130
+ }
3131
+
3132
+ .carousel .carousel-control {
3133
+ filter: alpha(opacity=100);
3134
+ opacity: 1;
3135
+ text-shadow: none;
3136
+ }
3137
+
3138
+ .carousel .carousel-control.left,
3139
+ .carousel .carousel-control.right {
3140
+ background-image: none;
3141
+ }
3142
+
3143
+ .carousel .carousel-control .glyphicon {
3144
+ color: var(--colorDefault60);
3145
+ background: rgba(255,255,255,0.5);
3146
+ width: auto;
3147
+ height: auto;
3148
+ padding: 10px;
3149
+ border-radius: var(--borderRadiusExtraSmall);
3150
+ }
3151
+
3152
+ .carousel .carousel-control .glyphicon:hover {
3153
+ background: rgba(255,255,255,0.7);
3154
+ }
3155
+
3156
+ .carousel .carousel-indicators {
3157
+ z-index: 1;
3158
+ }
3159
+
3160
+ .carousel .carousel-indicators li {
3161
+ border: 1px solid var(--colorDefault20);
3162
+ background: transparent;
3163
+ height: 15px;
3164
+ width: 15px;
3165
+ margin: 0 5px;
3166
+ }
3167
+
3168
+ .carousel .carousel-indicators li:hover {
3169
+ background: var(--colorDefault20);
3170
+ }
3171
+
3172
+ .carousel .carousel-indicators li.active,
3173
+ .carousel .carousel-indicators li.active:hover {
3174
+ border: 1px solid var(--colorDefault40);
3175
+ background: var(--colorDefault40);
3176
+ }
3177
+
3178
+ .carousel .carousel-caption h1,
3179
+ .carousel .carousel-caption h2 {
3180
+ text-shadow: none;
3181
+ color: var(--colorNeutral00);
3182
+ }
3183
+
3184
+ .carousel .carousel-caption h2 {
3185
+ margin-bottom: 50px;
3186
+ }
3187
+
3188
+ /* Report Viewer */
3189
+ div[id^="crn-cron-report-viewer"] > * > div {
3190
+ border-radius: var(--borderRadiusExtraSmall);
3191
+ }
3192
+
3193
+ div.stiJsViewerMainPanel,
3194
+ div.stiJsViewerToolBar {
3195
+ z-index: unset;
3196
+ }
3197
+
3198
+ div.stiJsViewerMainPanel {
3199
+ border: 1px solid var(--colorNeutral40);
3200
+ border-radius: var(--borderRadiusExtraSmall);
3201
+ overflow: hidden;
3202
+ }
3203
+
3204
+ div.stiJsViewerToolBar {
3205
+ background: var(--colorNeutral10);
3206
+ padding: 2px var(--distanceMedium);
3207
+ }
3208
+
3209
+ div.stiJsViewerToolBar > div {
3210
+ background: transparent;
3211
+ }
3212
+
3213
+ div.stiJsViewerToolBar .stiJsViewerToolBarTable {
3214
+ border: 0;
3215
+ background: transparent;
3216
+ }
3217
+
3218
+ div.stiJsViewerToolBar .stiJsViewerToolBarTable td {
3219
+ color: var(--colorNeutral160);
3220
+ font-family: 'Work Sans';
3221
+ }
3222
+
3223
+ div.stiJsViewerToolBar .stiJsViewerToolBarTable td div.stiJsViewerStandartSmallButtonOver,
3224
+ div.stiJsViewerToolBar .stiJsViewerToolBarTable td div.stiJsViewerStandartSmallButtonSelected {
3225
+ background: var(--colorNeutral30);
3226
+ border-radius: var(--borderRadiusSmallest);
3227
+ }
3228
+
3229
+ div.stiJsViewerToolBar .stiJsViewerToolBarTable td div table.stiJsViewerClearAllStyles {
3230
+ margin-top: -5px;
3231
+ }
3232
+
3233
+ div.stiJsViewerToolBar .stiJsViewerToolBarTable td:nth-child(5) div table.stiJsViewerClearAllStyles,
3234
+ div.stiJsViewerToolBar .stiJsViewerToolBarTable td:nth-child(6) div table.stiJsViewerClearAllStyles,
3235
+ div.stiJsViewerToolBar .stiJsViewerToolBarTable td:nth-child(7) div table.stiJsViewerClearAllStyles,
3236
+ div.stiJsViewerToolBar .stiJsViewerToolBarTable td:nth-child(9) div table.stiJsViewerClearAllStyles,
3237
+ div.stiJsViewerToolBar .stiJsViewerToolBarTable td:nth-child(12) div table.stiJsViewerClearAllStyles,
3238
+ div.stiJsViewerToolBar .stiJsViewerToolBarTable td:nth-child(13) div table.stiJsViewerClearAllStyles,
3239
+ div.stiJsViewerToolBar .stiJsViewerToolBarTable td:nth-child(15) div table.stiJsViewerClearAllStyles,
3240
+ div.stiJsViewerToolBar .stiJsViewerToolBarTable td:nth-child(16) div table.stiJsViewerClearAllStyles,
3241
+ div.stiJsViewerToolBar .stiJsViewerToolBarTable td:nth-child(18) div table.stiJsViewerClearAllStyles {
3242
+ margin-top: 0;
3243
+ }
3244
+
3245
+ div.stiJsViewerMenu {
3246
+ border-radius: var(--borderRadiusSmallest);
3247
+ box-shadow: none;
3248
+ border-color: var(--colorDefault10);
3249
+ margin-top: -3px;
3250
+ }
3251
+
3252
+ /* Tree */
3253
+ .k-treeview .k-item {
3254
+ margin-bottom: 5px;
3255
+ color: var(--colorDefault40);
3256
+ background: var(--colorDefault10);
3257
+ border-radius: var(--borderRadiusExtraSmall);
3258
+ padding: 0;
3259
+ overflow: hidden;
3260
+ }
3261
+
3262
+ .k-treeview .k-item .k-item {
3263
+ margin-left: 25px;
3264
+ margin-bottom: 0;
3265
+ }
3266
+
3267
+ .k-treeview .k-icon {
3268
+ margin-left: 0;
3269
+ width: 100%;
3270
+ text-align: left;
3271
+ }
3272
+
3273
+ .k-treeview .k-icon:before {
3274
+ display: none;
3275
+ }
3276
+
3277
+ .k-treeview .k-in {
3278
+ width: calc(100% - 20px);
3279
+ padding: 5px 10px;
3280
+ margin: 0;
3281
+ }
3282
+
3283
+ .k-treeview .k-icon.k-i-collapse {
3284
+ margin-top: 0;
3285
+ }
3286
+
3287
+ .k-treeview .k-icon.k-i-collapse .k-in {
3288
+ font-weight: bold;
3289
+ cursor: pointer;
3290
+ }
3291
+
3292
+ .k-treeview .k-icon.k-i-expand .k-in:before,
3293
+ .k-treeview .k-icon.k-i-collapse .k-in:before {
3294
+ font-family: "WebComponentsIcons";
3295
+ margin-right: 10px;
3296
+ font-weight: normal;
3297
+ }
3298
+
3299
+ .k-treeview .k-icon.k-i-expand .k-in:before {
3300
+ content: "\e005";
3301
+ }
3302
+
3303
+ .k-treeview .k-icon.k-i-collapse .k-in:before {
3304
+ content: "\e001";
3305
+ }
3306
+
3307
+ .k-treeview .k-in.k-state-hover,
3308
+ .k-treeview .k-in.k-state-selected {
3309
+ border-radius: var(--borderRadiusExtraSmall);
3310
+ }
3311
+
3312
+ .k-treeview .k-in.k-state-hover {
3313
+ color: var(--colorDefault40);
3314
+ background: var(--colorDefault20);
3315
+ }
3316
+
3317
+ .k-treeview .k-in.k-state-selected {
3318
+ color: var(--colorNeutral00);
3319
+ background: var(--colorDefault40);
3320
+ }
3321
+
3322
+ .k-treeview .k-state-focused {
3323
+ box-shadow: none;
3324
+ }
3325
+
3326
+ /* Charts */
3327
+ div[id^="crn-chart"] {
3328
+ float: none;
3329
+ padding: 0;
3330
+ }
3331
+
3332
+ .chartjs-render-monitor {
3333
+ padding: 0;
3334
+ float: none;
3335
+ }
3336
+
3337
+ /* Signatura Pad */
3338
+ div[id^="crn-signature-pad"] canvas {
3339
+ background: var(--colorNeutral00);
3340
+ border-radius: var(--borderRadiusSmallest);
3341
+ border: 1px solid var(--colorNeutral40);
3342
+ }
3343
+
3344
+ /* Timeline */
3345
+ .crn-timeline-container {
3346
+ margin: 0;
3347
+ }
3348
+
3349
+ ul.timeline:before {
3350
+ background-color: var(--colorNeutral80);
3351
+ }
3352
+
3353
+ ul.timeline .timeline-event > *:nth-child(1) {
3354
+ box-shadow: none;
3355
+ z-index: 0;
3356
+ }
3357
+
3358
+ ul.timeline .timeline-event > .warning:nth-child(1) {
3359
+ background-color: var(--colorWarning40);
3360
+ }
3361
+
3362
+ ul.timeline .timeline-event > .info:nth-child(1) {
3363
+ background-color: var(--colorPrimary40);
3364
+ }
3365
+
3366
+ ul.timeline .timeline-event > *:nth-child(2) {
3367
+ box-shadow: none;
3368
+ border: 0;
3369
+ border-radius: var(--borderRadiusSmallest);
3370
+ }
3371
+
3372
+ ul.timeline .timeline-event > *:nth-child(2):before {
3373
+ border: 0;
3374
+ }
3375
+
3376
+ ul.timeline .timeline-event .timeline-badge {
3377
+ color: var(--colorNeutral00);
3378
+ }
3379
+
3380
+ ul.timeline .timeline-event .timeline-heading {
3381
+ color: var(--textColor);
3382
+ }
3383
+
3384
+ /* Arrows */
3385
+ .glyphicon-chevron-left,
3386
+ .glyphicon-chevron-right,
3387
+ .k-nav-prev a > span,
3388
+ .k-nav-next a > span,
3389
+ font-family: 'Glyphicons Halflings';
3390
+ color: var(--colorNeutral00);
3391
+ }
3392
+
3393
+ /*
3394
+ .k-nav-prev > span,
3395
+ .k-nav-next > span,
3396
+
3397
+ */
3398
+
3399
+ .k-link.k-pager-nav,
3400
+ .k-link.k-pager-nav:hover,
3401
+ .k-scheduler .k-nav-prev a > span,
3402
+ .k-scheduler .k-nav-next a > span {
3403
+ color: var(--colorDefault40);
3404
+ }
3405
+
3406
+ .k-link.k-pager-nav.k-state-disabled {
3407
+ color: var(--colorDefault20);
3408
+ }
3409
+
3410
+ .k-link.k-pager-nav.k-state-disabled:hover {
3411
+ color: var(--colorDefault30);
3412
+ background: var(--colorNeutral10);
3413
+ }
3414
+
3415
+ /*.k-icon.k-i-arrow-60-left:before,*/
3416
+ .glyphicon-chevron-left:before {
3417
+ content: "\e079";
3418
+ }
3419
+
3420
+ /*.k-icon.k-i-arrow-60-right:before,*/
3421
+ .glyphicon-chevron-right:before {
3422
+ content: "\e080";
3423
+ }
3424
+
3425
+ .k-i-arrow-end-left:before {
3426
+ }
3427
+
3428
+ .k-i-arrow-end-right:before {
3429
+ }
3430
+
3431
+ /* Tooltip */
3432
+ .k-tooltip,
3433
+ .k-tooltip .k-callout {
3434
+ background-color: var(--colorNeutral20);
296
3435
  }