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