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

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 (367) 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/fuse/theme-example.view.html +0 -830
  357. package/css/themes/custom/material/components_css/crn-button.css +0 -177
  358. package/css/themes/custom/material/components_css/crn-carousel.css +0 -11
  359. package/css/themes/custom/material/components_css/crn-cron-calendar.css +0 -176
  360. package/css/themes/custom/material/components_css/crn-cron-grid.css +0 -243
  361. package/css/themes/custom/material/components_css/crn-enterprise.css +0 -58
  362. package/css/themes/custom/material/components_css/crn-navbar.css +0 -166
  363. package/css/themes/custom/material/components_css/crn-scheduler.css +0 -98
  364. package/css/themes/custom/material/components_css/login.css +0 -38
  365. package/css/themes/custom/material/components_css/ui-notification.css +0 -27
  366. package/css/themes/custom/spacelab/custom-spacelab.min.css +0 -2497
  367. package/css/themes/custom/superhero/custom-superhero.min.css +0 -3114
@@ -1,2411 +0,0 @@
1
- @import "../_bootswatch-v3.3.3/import_bootswatch.css";
2
-
3
- /* -- Fonts -- */
4
-
5
- @import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700");
6
-
7
- html {
8
- font-size: 10px;
9
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
10
- }
11
-
12
- body {
13
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
14
- font-size: 14px;
15
- line-height: 1.42857143;
16
- color: #555555;
17
- background-color: #ffffff;
18
- }
19
-
20
- code,
21
- kbd,
22
- pre,
23
- samp {
24
- font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
25
- }
26
-
27
-
28
- /* -- component badge -- */
29
-
30
- .badge {
31
- background-color: #2fa4e7;
32
- }
33
-
34
- .list-group-item.active>.badge,
35
- .nav-pills>.active>a>.badge {
36
- color: #2fa4e7;
37
- background-color: #ffffff;
38
- }
39
-
40
-
41
- /* -- .btn -- */
42
-
43
- .btn:hover,
44
- .btn:focus,
45
- .btn.focus {
46
- color: #555555;
47
- }
48
-
49
- .btn-default {
50
- color: #555555;
51
- background-color: #ffffff;
52
- border-color: rgba(0, 0, 0, 0.1);
53
- }
54
-
55
- .btn-default:focus,
56
- .btn-default.focus {
57
- color: #555555;
58
- background-color: #e6e6e6;
59
- border-color: rgba(0, 0, 0, 0.1);
60
- }
61
-
62
- .btn-default:hover {
63
- color: #555555;
64
- background-color: #e6e6e6;
65
- border-color: rgba(0, 0, 0, 0.1);
66
- }
67
-
68
- .btn-default:active,
69
- .btn-default.active,
70
- .open>.dropdown-toggle.btn-default {
71
- color: #555555;
72
- background-color: #e6e6e6;
73
- border-color: rgba(0, 0, 0, 0.1);
74
- }
75
-
76
- .btn-default:active:hover,
77
- .btn-default.active:hover,
78
- .open>.dropdown-toggle.btn-default:hover,
79
- .btn-default:active:focus,
80
- .btn-default.active:focus,
81
- .open>.dropdown-toggle.btn-default:focus,
82
- .btn-default:active.focus,
83
- .btn-default.active.focus,
84
- .open>.dropdown-toggle.btn-default.focus {
85
- color: #555555;
86
- background-color: #d4d4d4;
87
- border-color: rgba(0, 0, 0, 0.1);
88
- }
89
-
90
- .btn-default.disabled:hover,
91
- .btn-default[disabled]:hover,
92
- fieldset[disabled] .btn-default:hover,
93
- .btn-default.disabled:focus,
94
- .btn-default[disabled]:focus,
95
- fieldset[disabled] .btn-default:focus,
96
- .btn-default.disabled.focus,
97
- .btn-default[disabled].focus,
98
- fieldset[disabled] .btn-default.focus {
99
- background-color: #ffffff;
100
- border-color: rgba(0, 0, 0, 0.1);
101
- }
102
-
103
- .btn-default .badge {
104
- color: #ffffff;
105
- background-color: #555555;
106
- }
107
-
108
- .btn-primary {
109
- color: #ffffff;
110
- background-color: #2fa4e7;
111
- border-color: #2fa4e7;
112
- }
113
-
114
- .btn-primary:focus,
115
- .btn-primary.focus {
116
- color: #ffffff;
117
- background-color: #178acc;
118
- border-color: #105b87;
119
- }
120
-
121
- .btn-primary:hover {
122
- color: #ffffff;
123
- background-color: #178acc;
124
- border-color: #1684c2;
125
- }
126
-
127
- .btn-primary:active,
128
- .btn-primary.active,
129
- .open>.dropdown-toggle.btn-primary {
130
- color: #ffffff;
131
- background-color: #178acc;
132
- border-color: #1684c2;
133
- }
134
-
135
- .btn-primary:active:hover,
136
- .btn-primary.active:hover,
137
- .open>.dropdown-toggle.btn-primary:hover,
138
- .btn-primary:active:focus,
139
- .btn-primary.active:focus,
140
- .open>.dropdown-toggle.btn-primary:focus,
141
- .btn-primary:active.focus,
142
- .btn-primary.active.focus,
143
- .open>.dropdown-toggle.btn-primary.focus {
144
- color: #ffffff;
145
- background-color: #1474ac;
146
- border-color: #105b87;
147
- }
148
-
149
- .btn-primary.disabled:hover,
150
- .btn-primary[disabled]:hover,
151
- fieldset[disabled] .btn-primary:hover,
152
- .btn-primary.disabled:focus,
153
- .btn-primary[disabled]:focus,
154
- fieldset[disabled] .btn-primary:focus,
155
- .btn-primary.disabled.focus,
156
- .btn-primary[disabled].focus,
157
- fieldset[disabled] .btn-primary.focus {
158
- background-color: #2fa4e7;
159
- border-color: #2fa4e7;
160
- }
161
-
162
- .btn-primary .badge {
163
- color: #2fa4e7;
164
- background-color: #ffffff;
165
- }
166
-
167
- .btn-success {
168
- color: #ffffff;
169
- background-color: #73a839;
170
- border-color: #73a839;
171
- }
172
-
173
- .btn-success:focus,
174
- .btn-success.focus {
175
- color: #ffffff;
176
- background-color: #59822c;
177
- border-color: #324919;
178
- }
179
-
180
- .btn-success:hover {
181
- color: #ffffff;
182
- background-color: #59822c;
183
- border-color: #547a29;
184
- }
185
-
186
- .btn-success:active,
187
- .btn-success.active,
188
- .open>.dropdown-toggle.btn-success {
189
- color: #ffffff;
190
- background-color: #59822c;
191
- border-color: #547a29;
192
- }
193
-
194
- .btn-success:active:hover,
195
- .btn-success.active:hover,
196
- .open>.dropdown-toggle.btn-success:hover,
197
- .btn-success:active:focus,
198
- .btn-success.active:focus,
199
- .open>.dropdown-toggle.btn-success:focus,
200
- .btn-success:active.focus,
201
- .btn-success.active.focus,
202
- .open>.dropdown-toggle.btn-success.focus {
203
- color: #ffffff;
204
- background-color: #476723;
205
- border-color: #324919;
206
- }
207
-
208
- .btn-success.disabled:hover,
209
- .btn-success[disabled]:hover,
210
- fieldset[disabled] .btn-success:hover,
211
- .btn-success.disabled:focus,
212
- .btn-success[disabled]:focus,
213
- fieldset[disabled] .btn-success:focus,
214
- .btn-success.disabled.focus,
215
- .btn-success[disabled].focus,
216
- fieldset[disabled] .btn-success.focus {
217
- background-color: #73a839;
218
- border-color: #73a839;
219
- }
220
-
221
- .btn-success .badge {
222
- color: #73a839;
223
- background-color: #ffffff;
224
- }
225
-
226
- .btn-info {
227
- color: #ffffff;
228
- background-color: #033c73;
229
- border-color: #033c73;
230
- }
231
-
232
- .btn-info:focus,
233
- .btn-info.focus {
234
- color: #ffffff;
235
- background-color: #022241;
236
- border-color: #000000;
237
- }
238
-
239
- .btn-info:hover {
240
- color: #ffffff;
241
- background-color: #022241;
242
- border-color: #011d37;
243
- }
244
-
245
- .btn-info:active,
246
- .btn-info.active,
247
- .open>.dropdown-toggle.btn-info {
248
- color: #ffffff;
249
- background-color: #022241;
250
- border-color: #011d37;
251
- }
252
-
253
- .btn-info:active:hover,
254
- .btn-info.active:hover,
255
- .open>.dropdown-toggle.btn-info:hover,
256
- .btn-info:active:focus,
257
- .btn-info.active:focus,
258
- .open>.dropdown-toggle.btn-info:focus,
259
- .btn-info:active.focus,
260
- .btn-info.active.focus,
261
- .open>.dropdown-toggle.btn-info.focus {
262
- color: #ffffff;
263
- background-color: #01101f;
264
- border-color: #000000;
265
- }
266
-
267
- .btn-info.disabled:hover,
268
- .btn-info[disabled]:hover,
269
- fieldset[disabled] .btn-info:hover,
270
- .btn-info.disabled:focus,
271
- .btn-info[disabled]:focus,
272
- fieldset[disabled] .btn-info:focus,
273
- .btn-info.disabled.focus,
274
- .btn-info[disabled].focus,
275
- fieldset[disabled] .btn-info.focus {
276
- background-color: #033c73;
277
- border-color: #033c73;
278
- }
279
-
280
- .btn-info .badge {
281
- color: #033c73;
282
- background-color: #ffffff;
283
- }
284
-
285
- .btn-warning {
286
- color: #ffffff;
287
- background-color: #dd5600;
288
- border-color: #dd5600;
289
- }
290
-
291
- .btn-warning:focus,
292
- .btn-warning.focus {
293
- color: #ffffff;
294
- background-color: #aa4200;
295
- border-color: #5e2400;
296
- }
297
-
298
- .btn-warning:hover {
299
- color: #ffffff;
300
- background-color: #aa4200;
301
- border-color: #a03e00;
302
- }
303
-
304
- .btn-warning:active,
305
- .btn-warning.active,
306
- .open>.dropdown-toggle.btn-warning {
307
- color: #ffffff;
308
- background-color: #aa4200;
309
- border-color: #a03e00;
310
- }
311
-
312
- .btn-warning:active:hover,
313
- .btn-warning.active:hover,
314
- .open>.dropdown-toggle.btn-warning:hover,
315
- .btn-warning:active:focus,
316
- .btn-warning.active:focus,
317
- .open>.dropdown-toggle.btn-warning:focus,
318
- .btn-warning:active.focus,
319
- .btn-warning.active.focus,
320
- .open>.dropdown-toggle.btn-warning.focus {
321
- color: #ffffff;
322
- background-color: #863400;
323
- border-color: #5e2400;
324
- }
325
-
326
- .btn-warning.disabled:hover,
327
- .btn-warning[disabled]:hover,
328
- fieldset[disabled] .btn-warning:hover,
329
- .btn-warning.disabled:focus,
330
- .btn-warning[disabled]:focus,
331
- fieldset[disabled] .btn-warning:focus,
332
- .btn-warning.disabled.focus,
333
- .btn-warning[disabled].focus,
334
- fieldset[disabled] .btn-warning.focus {
335
- background-color: #dd5600;
336
- border-color: #dd5600;
337
- }
338
-
339
- .btn-warning .badge {
340
- color: #dd5600;
341
- background-color: #ffffff;
342
- }
343
-
344
- .btn-danger {
345
- color: #ffffff;
346
- background-color: #c71c22;
347
- border-color: #c71c22;
348
- }
349
-
350
- .btn-danger:focus,
351
- .btn-danger.focus {
352
- color: #ffffff;
353
- background-color: #9a161a;
354
- border-color: #570c0f;
355
- }
356
-
357
- .btn-danger:hover {
358
- color: #ffffff;
359
- background-color: #9a161a;
360
- border-color: #911419;
361
- }
362
-
363
- .btn-danger:active,
364
- .btn-danger.active,
365
- .open>.dropdown-toggle.btn-danger {
366
- color: #ffffff;
367
- background-color: #9a161a;
368
- border-color: #911419;
369
- }
370
-
371
- .btn-danger:active:hover,
372
- .btn-danger.active:hover,
373
- .open>.dropdown-toggle.btn-danger:hover,
374
- .btn-danger:active:focus,
375
- .btn-danger.active:focus,
376
- .open>.dropdown-toggle.btn-danger:focus,
377
- .btn-danger:active.focus,
378
- .btn-danger.active.focus,
379
- .open>.dropdown-toggle.btn-danger.focus {
380
- color: #ffffff;
381
- background-color: #7b1115;
382
- border-color: #570c0f;
383
- }
384
-
385
- .btn-danger.disabled:hover,
386
- .btn-danger[disabled]:hover,
387
- fieldset[disabled] .btn-danger:hover,
388
- .btn-danger.disabled:focus,
389
- .btn-danger[disabled]:focus,
390
- fieldset[disabled] .btn-danger:focus,
391
- .btn-danger.disabled.focus,
392
- .btn-danger[disabled].focus,
393
- fieldset[disabled] .btn-danger.focus {
394
- background-color: #c71c22;
395
- border-color: #c71c22;
396
- }
397
-
398
- .btn-danger .badge {
399
- color: #c71c22;
400
- background-color: #ffffff;
401
- }
402
-
403
- .btn-link {
404
- color: #2fa4e7;
405
- }
406
-
407
- .btn-link:hover,
408
- .btn-link:focus {
409
- color: #157ab5;
410
- }
411
-
412
- .btn-link[disabled]:hover,
413
- fieldset[disabled] .btn-link:hover,
414
- .btn-link[disabled]:focus,
415
- fieldset[disabled] .btn-link:focus {
416
- color: #999999;
417
- text-decoration: none;
418
- }
419
-
420
- .btn {
421
- text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
422
- }
423
-
424
- .btn .caret {
425
- border-top-color: #fff;
426
- }
427
-
428
- .btn-default {
429
- background-image: -webkit-linear-gradient(#ffffff, #ffffff 60%, #f5f5f5);
430
- background-image: -o-linear-gradient(#ffffff, #ffffff 60%, #f5f5f5);
431
- background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(60%, #ffffff), to(#f5f5f5));
432
- background-image: linear-gradient(#ffffff, #ffffff 60%, #f5f5f5);
433
- background-repeat: no-repeat;
434
- filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff5f5f5', GradientType=0);
435
- -webkit-filter: none;
436
- filter: none;
437
- border-bottom: 1px solid #e6e6e6;
438
- }
439
-
440
- .btn-default:hover {
441
- color: #555555;
442
- }
443
-
444
- .btn-default .caret {
445
- border-top-color: #555555;
446
- }
447
-
448
- .btn-default {
449
- background-image: -webkit-linear-gradient(#ffffff, #ffffff 60%, #f5f5f5);
450
- background-image: -o-linear-gradient(#ffffff, #ffffff 60%, #f5f5f5);
451
- background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(60%, #ffffff), to(#f5f5f5));
452
- background-image: linear-gradient(#ffffff, #ffffff 60%, #f5f5f5);
453
- background-repeat: no-repeat;
454
- filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff5f5f5', GradientType=0);
455
- -webkit-filter: none;
456
- filter: none;
457
- border-bottom: 1px solid #e6e6e6;
458
- }
459
-
460
- .btn-primary {
461
- background-image: -webkit-linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
462
- background-image: -o-linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
463
- background-image: -webkit-gradient(linear, left top, left bottom, from(#54b4eb), color-stop(60%, #2fa4e7), to(#1d9ce5));
464
- background-image: linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
465
- background-repeat: no-repeat;
466
- filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff54b4eb', endColorstr='#ff1d9ce5', GradientType=0);
467
- -webkit-filter: none;
468
- filter: none;
469
- border-bottom: 1px solid #178acc;
470
- }
471
-
472
- .btn-success {
473
- background-image: -webkit-linear-gradient(#88c149, #73a839 60%, #699934);
474
- background-image: -o-linear-gradient(#88c149, #73a839 60%, #699934);
475
- background-image: -webkit-gradient(linear, left top, left bottom, from(#88c149), color-stop(60%, #73a839), to(#699934));
476
- background-image: linear-gradient(#88c149, #73a839 60%, #699934);
477
- background-repeat: no-repeat;
478
- filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff88c149', endColorstr='#ff699934', GradientType=0);
479
- -webkit-filter: none;
480
- filter: none;
481
- border-bottom: 1px solid #59822c;
482
- }
483
-
484
- .btn-info {
485
- background-image: -webkit-linear-gradient(#04519b, #033c73 60%, #02325f);
486
- background-image: -o-linear-gradient(#04519b, #033c73 60%, #02325f);
487
- background-image: -webkit-gradient(linear, left top, left bottom, from(#04519b), color-stop(60%, #033c73), to(#02325f));
488
- background-image: linear-gradient(#04519b, #033c73 60%, #02325f);
489
- background-repeat: no-repeat;
490
- filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff04519b', endColorstr='#ff02325f', GradientType=0);
491
- -webkit-filter: none;
492
- filter: none;
493
- border-bottom: 1px solid #022241;
494
- }
495
-
496
- .btn-warning {
497
- background-image: -webkit-linear-gradient(#ff6707, #dd5600 60%, #c94e00);
498
- background-image: -o-linear-gradient(#ff6707, #dd5600 60%, #c94e00);
499
- background-image: -webkit-gradient(linear, left top, left bottom, from(#ff6707), color-stop(60%, #dd5600), to(#c94e00));
500
- background-image: linear-gradient(#ff6707, #dd5600 60%, #c94e00);
501
- background-repeat: no-repeat;
502
- filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffff6707', endColorstr='#ffc94e00', GradientType=0);
503
- -webkit-filter: none;
504
- filter: none;
505
- border-bottom: 1px solid #aa4200;
506
- }
507
-
508
- .btn-danger {
509
- background-image: -webkit-linear-gradient(#e12b31, #c71c22 60%, #b5191f);
510
- background-image: -o-linear-gradient(#e12b31, #c71c22 60%, #b5191f);
511
- background-image: -webkit-gradient(linear, left top, left bottom, from(#e12b31), color-stop(60%, #c71c22), to(#b5191f));
512
- background-image: linear-gradient(#e12b31, #c71c22 60%, #b5191f);
513
- background-repeat: no-repeat;
514
- filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffe12b31', endColorstr='#ffb5191f', GradientType=0);
515
- -webkit-filter: none;
516
- filter: none;
517
- border-bottom: 1px solid #9a161a;
518
- }
519
-
520
-
521
- /* -- color background -- */
522
-
523
- .bg-primary {
524
- color: #fff;
525
- background-color: #2fa4e7;
526
- }
527
-
528
- a.bg-primary:hover,
529
- a.bg-primary:focus {
530
- background-color: #178acc;
531
- }
532
-
533
- .bg-success {
534
- background-color: #dff0d8;
535
- }
536
-
537
- a.bg-success:hover,
538
- a.bg-success:focus {
539
- background-color: #c1e2b3;
540
- }
541
-
542
- .bg-info {
543
- background-color: #d9edf7;
544
- }
545
-
546
- a.bg-info:hover,
547
- a.bg-info:focus {
548
- background-color: #afd9ee;
549
- }
550
-
551
- .bg-warning {
552
- background-color: #fcf8e3;
553
- }
554
-
555
- a.bg-warning:hover,
556
- a.bg-warning:focus {
557
- background-color: #f7ecb5;
558
- }
559
-
560
- .bg-danger {
561
- background-color: #f2dede;
562
- }
563
-
564
- a.bg-danger:hover,
565
- a.bg-danger:focus {
566
- background-color: #e4b9b9;
567
- }
568
-
569
-
570
- /* -- color nav -- */
571
-
572
- .nav>li>a:hover,
573
- .nav>li>a:focus {
574
- text-decoration: none;
575
- background-color: #eeeeee;
576
- }
577
-
578
- .nav>li.disabled>a {
579
- color: #999999;
580
- }
581
-
582
- .nav>li.disabled>a:hover,
583
- .nav>li.disabled>a:focus {
584
- color: #999999;
585
- }
586
-
587
- .nav .open>a,
588
- .nav .open>a:hover,
589
- .nav .open>a:focus {
590
- background-color: #eeeeee;
591
- border-color: #2fa4e7;
592
- }
593
-
594
- .nav .nav-divider {
595
- height: 1px;
596
- margin: 9px 0;
597
- overflow: hidden;
598
- background-color: #e5e5e5;
599
- }
600
-
601
- .nav-tabs-justified>.active>a,
602
- .nav-tabs-justified>.active>a:hover,
603
- .nav-tabs-justified>.active>a:focus {
604
- border: 1px solid #dddddd;
605
- }
606
-
607
- @media (min-width: 768px) {
608
- .nav-tabs-justified>li>a {
609
- border-bottom: 1px solid #dddddd;
610
- border-radius: 4px 4px 0 0;
611
- }
612
-
613
- .nav-tabs-justified>.active>a,
614
- .nav-tabs-justified>.active>a:hover,
615
- .nav-tabs-justified>.active>a:focus {
616
- border-bottom-color: #ffffff;
617
- }
618
- }
619
-
620
- .nav-pills>li.active>a,
621
- .nav-pills>li.active>a:hover,
622
- .nav-pills>li.active>a:focus {
623
- color: #ffffff;
624
- background-color: #2fa4e7;
625
- }
626
-
627
-
628
- /* -- color dropdown-menu -- */
629
-
630
- .dropdown-menu {
631
- background-color: #ffffff;
632
- border: 1px solid rgba(0, 0, 0, 0.15);
633
- }
634
-
635
- .dropdown-menu .divider {
636
- background-color: #e5e5e5;
637
- }
638
-
639
- .dropdown-menu>li>a {
640
- color: #333333;
641
- }
642
-
643
- .dropdown-menu>li>a:hover,
644
- .dropdown-menu>li>a:focus {
645
- text-decoration: none;
646
- color: #ffffff;
647
- background-color: #2fa4e7;
648
- }
649
-
650
- .dropdown-menu>.active>a,
651
- .dropdown-menu>.active>a:hover,
652
- .dropdown-menu>.active>a:focus {
653
- color: #ffffff;
654
- background-color: #2fa4e7;
655
- }
656
-
657
- .dropdown-menu>.disabled>a,
658
- .dropdown-menu>.disabled>a:hover,
659
- .dropdown-menu>.disabled>a:focus {
660
- color: #999999;
661
- }
662
-
663
- .dropdown-header {
664
- color: #999999;
665
- }
666
-
667
- .nav-tabs {
668
- border-bottom: 1px solid #dddddd;
669
- }
670
-
671
- .nav-tabs>li>a:hover {
672
- border-color: #eeeeee #eeeeee #dddddd;
673
- }
674
-
675
- .nav-tabs>li.active>a,
676
- .nav-tabs>li.active>a:hover,
677
- .nav-tabs>li.active>a:focus {
678
- color: #555555;
679
- background-color: #ffffff;
680
- border: 1px solid #dddddd;
681
- }
682
-
683
- .nav-tabs.nav-justified>.active>a,
684
- .nav-tabs.nav-justified>.active>a:hover,
685
- .nav-tabs.nav-justified>.active>a:focus {
686
- border: 1px solid #dddddd;
687
- }
688
-
689
- @media (min-width: 768px) {
690
- .nav-tabs.nav-justified>li>a {
691
- border-bottom: 1px solid #dddddd;
692
- border-radius: 4px 4px 0 0;
693
- }
694
-
695
- .nav-tabs.nav-justified>.active>a,
696
- .nav-tabs.nav-justified>.active>a:hover,
697
- .nav-tabs.nav-justified>.active>a:focus {
698
- border-bottom-color: #ffffff;
699
- }
700
- }
701
-
702
-
703
- /* -- color table -- */
704
-
705
- table {
706
- background-color: transparent;
707
- }
708
-
709
- caption {
710
- color: #999999;
711
- }
712
-
713
- .table>thead>tr>th,
714
- .table>tbody>tr>th,
715
- .table>tfoot>tr>th,
716
- .table>thead>tr>td,
717
- .table>tbody>tr>td,
718
- .table>tfoot>tr>td {
719
- border-top: 1px solid #dddddd;
720
- }
721
-
722
- .table>thead>tr>th {
723
- border-bottom: 2px solid #dddddd;
724
- }
725
-
726
- .table>tbody+tbody {
727
- border-top: 2px solid #dddddd;
728
- }
729
-
730
- .table .table {
731
- background-color: #ffffff;
732
- }
733
-
734
- .table-bordered {
735
- border: 1px solid #dddddd;
736
- }
737
-
738
- .table-bordered>thead>tr>th,
739
- .table-bordered>tbody>tr>th,
740
- .table-bordered>tfoot>tr>th,
741
- .table-bordered>thead>tr>td,
742
- .table-bordered>tbody>tr>td,
743
- .table-bordered>tfoot>tr>td {
744
- border: 1px solid #dddddd;
745
- }
746
-
747
- .table-striped>tbody>tr:nth-of-type(odd) {
748
- background-color: #f9f9f9;
749
- }
750
-
751
- .table-hover>tbody>tr:hover {
752
- background-color: #f5f5f5;
753
- }
754
-
755
- .table>thead>tr>td.active,
756
- .table>tbody>tr>td.active,
757
- .table>tfoot>tr>td.active,
758
- .table>thead>tr>th.active,
759
- .table>tbody>tr>th.active,
760
- .table>tfoot>tr>th.active,
761
- .table>thead>tr.active>td,
762
- .table>tbody>tr.active>td,
763
- .table>tfoot>tr.active>td,
764
- .table>thead>tr.active>th,
765
- .table>tbody>tr.active>th,
766
- .table>tfoot>tr.active>th {
767
- background-color: #f5f5f5;
768
- }
769
-
770
- .table-hover>tbody>tr>td.active:hover,
771
- .table-hover>tbody>tr>th.active:hover,
772
- .table-hover>tbody>tr.active:hover>td,
773
- .table-hover>tbody>tr:hover>.active,
774
- .table-hover>tbody>tr.active:hover>th {
775
- background-color: #e8e8e8;
776
- }
777
-
778
- .table>thead>tr>td.success,
779
- .table>tbody>tr>td.success,
780
- .table>tfoot>tr>td.success,
781
- .table>thead>tr>th.success,
782
- .table>tbody>tr>th.success,
783
- .table>tfoot>tr>th.success,
784
- .table>thead>tr.success>td,
785
- .table>tbody>tr.success>td,
786
- .table>tfoot>tr.success>td,
787
- .table>thead>tr.success>th,
788
- .table>tbody>tr.success>th,
789
- .table>tfoot>tr.success>th {
790
- background-color: #dff0d8;
791
- }
792
-
793
- .table-hover>tbody>tr>td.success:hover,
794
- .table-hover>tbody>tr>th.success:hover,
795
- .table-hover>tbody>tr.success:hover>td,
796
- .table-hover>tbody>tr:hover>.success,
797
- .table-hover>tbody>tr.success:hover>th {
798
- background-color: #d0e9c6;
799
- }
800
-
801
- .table>thead>tr>td.info,
802
- .table>tbody>tr>td.info,
803
- .table>tfoot>tr>td.info,
804
- .table>thead>tr>th.info,
805
- .table>tbody>tr>th.info,
806
- .table>tfoot>tr>th.info,
807
- .table>thead>tr.info>td,
808
- .table>tbody>tr.info>td,
809
- .table>tfoot>tr.info>td,
810
- .table>thead>tr.info>th,
811
- .table>tbody>tr.info>th,
812
- .table>tfoot>tr.info>th {
813
- background-color: #d9edf7;
814
- }
815
-
816
- .table-hover>tbody>tr>td.info:hover,
817
- .table-hover>tbody>tr>th.info:hover,
818
- .table-hover>tbody>tr.info:hover>td,
819
- .table-hover>tbody>tr:hover>.info,
820
- .table-hover>tbody>tr.info:hover>th {
821
- background-color: #c4e3f3;
822
- }
823
-
824
- .table>thead>tr>td.warning,
825
- .table>tbody>tr>td.warning,
826
- .table>tfoot>tr>td.warning,
827
- .table>thead>tr>th.warning,
828
- .table>tbody>tr>th.warning,
829
- .table>tfoot>tr>th.warning,
830
- .table>thead>tr.warning>td,
831
- .table>tbody>tr.warning>td,
832
- .table>tfoot>tr.warning>td,
833
- .table>thead>tr.warning>th,
834
- .table>tbody>tr.warning>th,
835
- .table>tfoot>tr.warning>th {
836
- background-color: #fcf8e3;
837
- }
838
-
839
- .table-hover>tbody>tr>td.warning:hover,
840
- .table-hover>tbody>tr>th.warning:hover,
841
- .table-hover>tbody>tr.warning:hover>td,
842
- .table-hover>tbody>tr:hover>.warning,
843
- .table-hover>tbody>tr.warning:hover>th {
844
- background-color: #faf2cc;
845
- }
846
-
847
- .table>thead>tr>td.danger,
848
- .table>tbody>tr>td.danger,
849
- .table>tfoot>tr>td.danger,
850
- .table>thead>tr>th.danger,
851
- .table>tbody>tr>th.danger,
852
- .table>tfoot>tr>th.danger,
853
- .table>thead>tr.danger>td,
854
- .table>tbody>tr.danger>td,
855
- .table>tfoot>tr.danger>td,
856
- .table>thead>tr.danger>th,
857
- .table>tbody>tr.danger>th,
858
- .table>tfoot>tr.danger>th {
859
- background-color: #f2dede;
860
- }
861
-
862
- .table-hover>tbody>tr>td.danger:hover,
863
- .table-hover>tbody>tr>th.danger:hover,
864
- .table-hover>tbody>tr.danger:hover>td,
865
- .table-hover>tbody>tr:hover>.danger,
866
- .table-hover>tbody>tr.danger:hover>th {
867
- background-color: #ebcccc;
868
- }
869
-
870
- @media screen and (max-width: 767px) {
871
- .table-responsive {
872
- border: 1px solid #dddddd;
873
- }
874
- }
875
-
876
-
877
- /* -- .panel -- */
878
-
879
- .panel {
880
- background-color: #ffffff;
881
- }
882
-
883
- .panel-footer {
884
- background-color: #f5f5f5;
885
- border-top: 1px solid #dddddd;
886
- }
887
-
888
- .panel>.panel-body+.table,
889
- .panel>.panel-body+.table-responsive,
890
- .panel>.table+.panel-body,
891
- .panel>.table-responsive+.panel-body {
892
- border-top: 1px solid #dddddd;
893
- }
894
-
895
-
896
- /* -- .pagination -- */
897
-
898
- .pagination>li>a,
899
- .pagination>li>span {
900
- color: #2fa4e7;
901
- background-color: #ffffff;
902
- border: 1px solid #dddddd;
903
- }
904
-
905
- .pagination>li>a:hover,
906
- .pagination>li>span:hover,
907
- .pagination>li>a:focus,
908
- .pagination>li>span:focus {
909
- z-index: 2;
910
- color: #157ab5;
911
- background-color: #eeeeee;
912
- border-color: #dddddd;
913
- }
914
-
915
- .pagination>.active>a,
916
- .pagination>.active>span,
917
- .pagination>.active>a:hover,
918
- .pagination>.active>span:hover,
919
- .pagination>.active>a:focus,
920
- .pagination>.active>span:focus {
921
- z-index: 3;
922
- color: #999999;
923
- background-color: #f5f5f5;
924
- border-color: #dddddd;
925
- cursor: default;
926
- }
927
-
928
- .pagination>.disabled>span,
929
- .pagination>.disabled>span:hover,
930
- .pagination>.disabled>span:focus,
931
- .pagination>.disabled>a,
932
- .pagination>.disabled>a:hover,
933
- .pagination>.disabled>a:focus {
934
- color: #999999;
935
- background-color: #ffffff;
936
- border-color: #dddddd;
937
- cursor: not-allowed;
938
- }
939
-
940
-
941
- /* -- .pager -- */
942
-
943
- .pager li>a,
944
- .pager li>span {
945
- background-color: #ffffff;
946
- border: 1px solid #dddddd;
947
- }
948
-
949
- .pager li>a:hover,
950
- .pager li>a:focus {
951
- text-decoration: none;
952
- background-color: #eeeeee;
953
- }
954
-
955
- .pager .disabled>a,
956
- .pager .disabled>a:hover,
957
- .pager .disabled>a:focus,
958
- .pager .disabled>span {
959
- color: #999999;
960
- background-color: #ffffff;
961
- cursor: not-allowed;
962
- }
963
-
964
-
965
- /* -- .navbar -- */
966
-
967
- .navbar-default {
968
- background-color: #2fa4e7;
969
- border-color: #1995dc;
970
- }
971
-
972
- .navbar-default .navbar-brand {
973
- color: #ffffff;
974
- }
975
-
976
- .navbar-default .navbar-brand:hover,
977
- .navbar-default .navbar-brand:focus {
978
- color: #ffffff;
979
- background-color: none;
980
- }
981
-
982
- .navbar-default .navbar-text {
983
- color: #dddddd;
984
- }
985
-
986
- #navbar-profile span,
987
- #navbar-3 .navbar-nav a,
988
- .navbar-default .navbar-nav>li>a {
989
- color: #ffffff;
990
- }
991
-
992
- #navbar-3 .navbar-nav a:hover,
993
- #navbar-3 .navbar-nav a:focus,
994
- .navbar-default .navbar-nav a:hover,
995
- .navbar-default .navbar-nav a:focus,
996
- .navbar-default .navbar-nav>li>a:hover,
997
- .navbar-default .navbar-nav>li>a:focus {
998
- color: #ffffff;
999
- background-color: #178acc;
1000
- }
1001
-
1002
- .navbar-default .navbar-nav>.active>a,
1003
- .navbar-default .navbar-nav>.active>a:hover,
1004
- .navbar-default .navbar-nav>.active>a:focus {
1005
- color: #ffffff;
1006
- background-color: #178acc;
1007
- }
1008
-
1009
- .navbar-default .navbar-nav>.disabled>a,
1010
- .navbar-default .navbar-nav>.disabled>a:hover,
1011
- .navbar-default .navbar-nav>.disabled>a:focus {
1012
- color: #dddddd;
1013
- background-color: transparent;
1014
- }
1015
-
1016
- .navbar-default .navbar-toggle {
1017
- border-color: #178acc;
1018
- }
1019
-
1020
- .navbar-default .navbar-toggle:hover,
1021
- .navbar-default .navbar-toggle:focus {
1022
- background-color: #178acc;
1023
- }
1024
-
1025
- .navbar-default .navbar-toggle .icon-bar {
1026
- background-color: #ffffff;
1027
- }
1028
-
1029
- .navbar-default .navbar-collapse,
1030
- .navbar-default .navbar-form {
1031
- border-color: #1995dc;
1032
- }
1033
-
1034
- .navbar-default .navbar-nav>.open>a,
1035
- .navbar-default .navbar-nav>.open>a:hover,
1036
- .navbar-default .navbar-nav>.open>a:focus {
1037
- background-color: #178acc;
1038
- color: #ffffff;
1039
- }
1040
-
1041
- @media (max-width: 767px) {
1042
- .navbar-default .navbar-nav .open .dropdown-menu>li>a {
1043
- color: #ffffff;
1044
- }
1045
-
1046
- .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
1047
- .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
1048
- color: #ffffff;
1049
- background-color: #178acc;
1050
- }
1051
-
1052
- .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
1053
- .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
1054
- .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
1055
- color: #ffffff;
1056
- background-color: #178acc;
1057
- }
1058
-
1059
- .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
1060
- .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
1061
- .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
1062
- color: #dddddd;
1063
- background-color: transparent;
1064
- }
1065
- }
1066
-
1067
- .navbar-default .navbar-link {
1068
- color: #ffffff;
1069
- }
1070
-
1071
- .navbar-default .navbar-link:hover {
1072
- color: #ffffff;
1073
- }
1074
-
1075
- .navbar-default .btn-link {
1076
- color: #ffffff;
1077
- }
1078
-
1079
- .navbar-default .btn-link:hover,
1080
- .navbar-default .btn-link:focus {
1081
- color: #ffffff;
1082
- }
1083
-
1084
- .navbar-default .btn-link[disabled]:hover,
1085
- fieldset[disabled] .navbar-default .btn-link:hover,
1086
- .navbar-default .btn-link[disabled]:focus,
1087
- fieldset[disabled] .navbar-default .btn-link:focus {
1088
- color: #dddddd;
1089
- }
1090
-
1091
- .navbar-inverse {
1092
- background-color: #033c73;
1093
- border-color: #022f5a;
1094
- }
1095
-
1096
- .navbar-inverse .navbar-brand {
1097
- color: #ffffff;
1098
- }
1099
-
1100
- .navbar-inverse .navbar-brand:hover,
1101
- .navbar-inverse .navbar-brand:focus {
1102
- color: #ffffff;
1103
- background-color: none;
1104
- }
1105
-
1106
- .navbar-inverse .navbar-text {
1107
- color: #ffffff;
1108
- }
1109
-
1110
- .navbar-inverse .navbar-nav>li>a {
1111
- color: #ffffff;
1112
- }
1113
-
1114
- .navbar-inverse .navbar-nav>li>a:hover,
1115
- .navbar-inverse .navbar-nav>li>a:focus {
1116
- color: #ffffff;
1117
- background-color: #022f5a;
1118
- }
1119
-
1120
- .navbar-inverse .navbar-nav>.active>a,
1121
- .navbar-inverse .navbar-nav>.active>a:hover,
1122
- .navbar-inverse .navbar-nav>.active>a:focus {
1123
- color: #ffffff;
1124
- background-color: #022f5a;
1125
- }
1126
-
1127
- .navbar-inverse .navbar-nav>.disabled>a,
1128
- .navbar-inverse .navbar-nav>.disabled>a:hover,
1129
- .navbar-inverse .navbar-nav>.disabled>a:focus {
1130
- color: #cccccc;
1131
- background-color: transparent;
1132
- }
1133
-
1134
- .navbar-inverse .navbar-toggle {
1135
- border-color: #022f5a;
1136
- }
1137
-
1138
- .navbar-inverse .navbar-toggle:hover,
1139
- .navbar-inverse .navbar-toggle:focus {
1140
- background-color: #022f5a;
1141
- }
1142
-
1143
- .navbar-inverse .navbar-toggle .icon-bar {
1144
- background-color: #ffffff;
1145
- }
1146
-
1147
- .navbar-inverse .navbar-collapse,
1148
- .navbar-inverse .navbar-form {
1149
- border-color: #022a50;
1150
- }
1151
-
1152
- .navbar-inverse .navbar-nav>.open>a,
1153
- .navbar-inverse .navbar-nav>.open>a:hover,
1154
- .navbar-inverse .navbar-nav>.open>a:focus {
1155
- background-color: #022f5a;
1156
- color: #ffffff;
1157
- }
1158
-
1159
- @media (max-width: 767px) {
1160
- .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
1161
- border-color: #022f5a;
1162
- }
1163
-
1164
- .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
1165
- background-color: #022f5a;
1166
- }
1167
-
1168
- .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
1169
- color: #ffffff;
1170
- }
1171
-
1172
- .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
1173
- .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
1174
- color: #ffffff;
1175
- background-color: #022f5a;
1176
- }
1177
-
1178
- .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
1179
- .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
1180
- .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
1181
- color: #ffffff;
1182
- background-color: #022f5a;
1183
- }
1184
-
1185
- .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
1186
- .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
1187
- .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
1188
- color: #cccccc;
1189
- background-color: transparent;
1190
- }
1191
- }
1192
-
1193
- .navbar-inverse .navbar-link {
1194
- color: #ffffff;
1195
- }
1196
-
1197
- .navbar-inverse .navbar-link:hover {
1198
- color: #ffffff;
1199
- }
1200
-
1201
- .navbar-inverse .btn-link {
1202
- color: #ffffff;
1203
- }
1204
-
1205
- .navbar-inverse .btn-link:hover,
1206
- .navbar-inverse .btn-link:focus {
1207
- color: #ffffff;
1208
- }
1209
-
1210
- .navbar-inverse .btn-link[disabled]:hover,
1211
- fieldset[disabled] .navbar-inverse .btn-link:hover,
1212
- .navbar-inverse .btn-link[disabled]:focus,
1213
- fieldset[disabled] .navbar-inverse .btn-link:focus {
1214
- color: #cccccc;
1215
- }
1216
-
1217
- .navbar-default {
1218
- background-image: -webkit-linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
1219
- background-image: -o-linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
1220
- background-image: -webkit-gradient(linear, left top, left bottom, from(#54b4eb), color-stop(60%, #2fa4e7), to(#1d9ce5));
1221
- background-image: linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
1222
- background-repeat: no-repeat;
1223
- filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff54b4eb', endColorstr='#ff1d9ce5', GradientType=0);
1224
- border-bottom: 1px solid #178acc;
1225
- -webkit-filter: none;
1226
- filter: none;
1227
- -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
1228
- box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
1229
- }
1230
-
1231
- .navbar-default .badge {
1232
- background-color: #fff;
1233
- color: #2fa4e7;
1234
- }
1235
-
1236
- .navbar-inverse {
1237
- background-image: -webkit-linear-gradient(#04519b, #044687 60%, #033769);
1238
- background-image: -o-linear-gradient(#04519b, #044687 60%, #033769);
1239
- background-image: -webkit-gradient(linear, left top, left bottom, from(#04519b), color-stop(60%, #044687), to(#033769));
1240
- background-image: linear-gradient(#04519b, #044687 60%, #033769);
1241
- background-repeat: no-repeat;
1242
- filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff04519b', endColorstr='#ff033769', GradientType=0);
1243
- -webkit-filter: none;
1244
- filter: none;
1245
- border-bottom: 1px solid #022241;
1246
- }
1247
-
1248
- .navbar-inverse .badge {
1249
- background-color: #fff;
1250
- color: #033c73;
1251
- }
1252
-
1253
- .navbar .navbar-nav>li>a,
1254
- .navbar-brand {
1255
- text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
1256
- }
1257
-
1258
- @media (max-width: 767px) {
1259
- .navbar .dropdown-header {
1260
- color: #fff;
1261
- }
1262
-
1263
- .navbar .dropdown-menu a {
1264
- color: #fff;
1265
- }
1266
- }
1267
-
1268
-
1269
- /* -- .label -- */
1270
-
1271
- .label {
1272
- color: #ffffff;
1273
- }
1274
-
1275
- a.label:hover,
1276
- a.label:focus {
1277
- color: #ffffff;
1278
- }
1279
-
1280
- .label-default {
1281
- background-color: #999999;
1282
- }
1283
-
1284
- .label-default[href]:hover,
1285
- .label-default[href]:focus {
1286
- background-color: #808080;
1287
- }
1288
-
1289
- .label-primary {
1290
- background-color: #2fa4e7;
1291
- }
1292
-
1293
- .label-primary[href]:hover,
1294
- .label-primary[href]:focus {
1295
- background-color: #178acc;
1296
- }
1297
-
1298
- .label-success {
1299
- background-color: #73a839;
1300
- }
1301
-
1302
- .label-success[href]:hover,
1303
- .label-success[href]:focus {
1304
- background-color: #59822c;
1305
- }
1306
-
1307
- .label-info {
1308
- background-color: #033c73;
1309
- }
1310
-
1311
- .label-info[href]:hover,
1312
- .label-info[href]:focus {
1313
- background-color: #022241;
1314
- }
1315
-
1316
- .label-warning {
1317
- background-color: #dd5600;
1318
- }
1319
-
1320
- .label-warning[href]:hover,
1321
- .label-warning[href]:focus {
1322
- background-color: #aa4200;
1323
- }
1324
-
1325
- .label-danger {
1326
- background-color: #c71c22;
1327
- }
1328
-
1329
- .label-danger[href]:hover,
1330
- .label-danger[href]:focus {
1331
- background-color: #9a161a;
1332
- }
1333
-
1334
-
1335
- /* -- .jumbotron -- */
1336
-
1337
- .jumbotron {
1338
- background-color: #eeeeee;
1339
- }
1340
-
1341
- .jumbotron>hr {
1342
- border-top-color: #d5d5d5;
1343
- }
1344
-
1345
-
1346
- /* -- .list-group -- */
1347
-
1348
- .list-group-item {
1349
- background-color: #ffffff;
1350
- border: 1px solid #dddddd;
1351
- }
1352
-
1353
- a.list-group-item,
1354
- button.list-group-item {
1355
- color: #555555;
1356
- }
1357
-
1358
- a.list-group-item .list-group-item-heading,
1359
- button.list-group-item .list-group-item-heading {
1360
- color: #333333;
1361
- }
1362
-
1363
- a.list-group-item:hover,
1364
- button.list-group-item:hover,
1365
- a.list-group-item:focus,
1366
- button.list-group-item:focus {
1367
- text-decoration: none;
1368
- color: #555555;
1369
- background-color: #f5f5f5;
1370
- }
1371
-
1372
- .list-group-item.disabled,
1373
- .list-group-item.disabled:hover,
1374
- .list-group-item.disabled:focus {
1375
- background-color: #eeeeee;
1376
- color: #999999;
1377
- cursor: not-allowed;
1378
- }
1379
-
1380
- .list-group-item.disabled .list-group-item-text,
1381
- .list-group-item.disabled:hover .list-group-item-text,
1382
- .list-group-item.disabled:focus .list-group-item-text {
1383
- color: #999999;
1384
- }
1385
-
1386
- .list-group-item.active,
1387
- .list-group-item.active:hover,
1388
- .list-group-item.active:focus {
1389
- z-index: 2;
1390
- color: #ffffff;
1391
- background-color: #2fa4e7;
1392
- border-color: #2fa4e7;
1393
- }
1394
-
1395
- .list-group-item.active .list-group-item-text,
1396
- .list-group-item.active:hover .list-group-item-text,
1397
- .list-group-item.active:focus .list-group-item-text {
1398
- color: #e6f4fc;
1399
- }
1400
-
1401
- .list-group-item-success {
1402
- color: #468847;
1403
- background-color: #dff0d8;
1404
- }
1405
-
1406
- a.list-group-item-success,
1407
- button.list-group-item-success {
1408
- color: #468847;
1409
- }
1410
-
1411
- a.list-group-item-success:hover,
1412
- button.list-group-item-success:hover,
1413
- a.list-group-item-success:focus,
1414
- button.list-group-item-success:focus {
1415
- color: #468847;
1416
- background-color: #d0e9c6;
1417
- }
1418
-
1419
- a.list-group-item-success.active,
1420
- button.list-group-item-success.active,
1421
- a.list-group-item-success.active:hover,
1422
- button.list-group-item-success.active:hover,
1423
- a.list-group-item-success.active:focus,
1424
- button.list-group-item-success.active:focus {
1425
- color: #fff;
1426
- background-color: #468847;
1427
- border-color: #468847;
1428
- }
1429
-
1430
- .list-group-item-info {
1431
- color: #3a87ad;
1432
- background-color: #d9edf7;
1433
- }
1434
-
1435
- a.list-group-item-info,
1436
- button.list-group-item-info {
1437
- color: #3a87ad;
1438
- }
1439
-
1440
- a.list-group-item-info:hover,
1441
- button.list-group-item-info:hover,
1442
- a.list-group-item-info:focus,
1443
- button.list-group-item-info:focus {
1444
- color: #3a87ad;
1445
- background-color: #c4e3f3;
1446
- }
1447
-
1448
- a.list-group-item-info.active,
1449
- button.list-group-item-info.active,
1450
- a.list-group-item-info.active:hover,
1451
- button.list-group-item-info.active:hover,
1452
- a.list-group-item-info.active:focus,
1453
- button.list-group-item-info.active:focus {
1454
- color: #fff;
1455
- background-color: #3a87ad;
1456
- border-color: #3a87ad;
1457
- }
1458
-
1459
- .list-group-item-warning {
1460
- color: #c09853;
1461
- background-color: #fcf8e3;
1462
- }
1463
-
1464
- a.list-group-item-warning,
1465
- button.list-group-item-warning {
1466
- color: #c09853;
1467
- }
1468
-
1469
- a.list-group-item-warning:hover,
1470
- button.list-group-item-warning:hover,
1471
- a.list-group-item-warning:focus,
1472
- button.list-group-item-warning:focus {
1473
- color: #c09853;
1474
- background-color: #faf2cc;
1475
- }
1476
-
1477
- a.list-group-item-warning.active,
1478
- button.list-group-item-warning.active,
1479
- a.list-group-item-warning.active:hover,
1480
- button.list-group-item-warning.active:hover,
1481
- a.list-group-item-warning.active:focus,
1482
- button.list-group-item-warning.active:focus {
1483
- color: #fff;
1484
- background-color: #c09853;
1485
- border-color: #c09853;
1486
- }
1487
-
1488
- .list-group-item-danger {
1489
- color: #b94a48;
1490
- background-color: #f2dede;
1491
- }
1492
-
1493
- a.list-group-item-danger,
1494
- button.list-group-item-danger {
1495
- color: #b94a48;
1496
- }
1497
-
1498
- a.list-group-item-danger:hover,
1499
- button.list-group-item-danger:hover,
1500
- a.list-group-item-danger:focus,
1501
- button.list-group-item-danger:focus {
1502
- color: #b94a48;
1503
- background-color: #ebcccc;
1504
- }
1505
-
1506
- a.list-group-item-danger.active,
1507
- button.list-group-item-danger.active,
1508
- a.list-group-item-danger.active:hover,
1509
- button.list-group-item-danger.active:hover,
1510
- a.list-group-item-danger.active:focus,
1511
- button.list-group-item-danger.active:focus {
1512
- color: #fff;
1513
- background-color: #b94a48;
1514
- border-color: #b94a48;
1515
- }
1516
-
1517
-
1518
- /* -- .progress -- */
1519
-
1520
- .progress {
1521
- background-color: #f5f5f5;
1522
- }
1523
-
1524
- .progress-bar {
1525
- color: #ffffff;
1526
- background-color: #2fa4e7;
1527
- }
1528
-
1529
- .progress-bar-success {
1530
- background-color: #73a839;
1531
- }
1532
-
1533
- .progress-bar-info {
1534
- background-color: #033c73;
1535
- }
1536
-
1537
- .progress-bar-warning {
1538
- background-color: #dd5600;
1539
- }
1540
-
1541
- .progress-bar-danger {
1542
- background-color: #c71c22;
1543
- }
1544
-
1545
-
1546
- /* -- .thumbnail -- */
1547
-
1548
- .thumbnail {
1549
- background-color: #ffffff;
1550
- border: 1px solid #dddddd;
1551
- }
1552
-
1553
- a.thumbnail:hover,
1554
- a.thumbnail:focus,
1555
- a.thumbnail.active {
1556
- border-color: #2fa4e7;
1557
- }
1558
-
1559
- .thumbnail .caption {
1560
- color: #555555;
1561
- }
1562
-
1563
- .img-thumbnail {
1564
- background-color: #ffffff;
1565
- border: 1px solid #dddddd;
1566
- }
1567
-
1568
-
1569
- /* -- .alert -- */
1570
-
1571
- .alert-success {
1572
- background-color: #dff0d8;
1573
- border-color: #d6e9c6;
1574
- color: #468847;
1575
- }
1576
-
1577
- .alert-success hr {
1578
- border-top-color: #c9e2b3;
1579
- }
1580
-
1581
- .alert-success .alert-link {
1582
- color: #356635;
1583
- }
1584
-
1585
- .alert-info {
1586
- background-color: #d9edf7;
1587
- border-color: #bce8f1;
1588
- color: #3a87ad;
1589
- }
1590
-
1591
- .alert-info hr {
1592
- border-top-color: #a6e1ec;
1593
- }
1594
-
1595
- .alert-info .alert-link {
1596
- color: #2d6987;
1597
- }
1598
-
1599
- .alert-warning {
1600
- background-color: #fcf8e3;
1601
- border-color: #fbeed5;
1602
- color: #c09853;
1603
- }
1604
-
1605
- .alert-warning hr {
1606
- border-top-color: #f8e5be;
1607
- }
1608
-
1609
- .alert-warning .alert-link {
1610
- color: #a47e3c;
1611
- }
1612
-
1613
- .alert-danger {
1614
- background-color: #f2dede;
1615
- border-color: #eed3d7;
1616
- color: #b94a48;
1617
- }
1618
-
1619
- .alert-danger hr {
1620
- border-top-color: #e6c1c7;
1621
- }
1622
-
1623
- .alert-danger .alert-link {
1624
- color: #953b39;
1625
- }
1626
-
1627
-
1628
- /* -- .close -- */
1629
-
1630
-
1631
- /* -- .has -- */
1632
-
1633
- .has-success .help-block,
1634
- .has-success .control-label,
1635
- .has-success .radio,
1636
- .has-success .checkbox,
1637
- .has-success .radio-inline,
1638
- .has-success .checkbox-inline,
1639
- .has-success.radio label,
1640
- .has-success.checkbox label,
1641
- .has-success.radio-inline label,
1642
- .has-success.checkbox-inline label {
1643
- color: #468847;
1644
- }
1645
-
1646
- .has-success .form-control {
1647
- border-color: #468847;
1648
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1649
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1650
- }
1651
-
1652
- .has-success .form-control:focus {
1653
- border-color: #356635;
1654
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
1655
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
1656
- }
1657
-
1658
- .has-success .input-group-addon {
1659
- color: #468847;
1660
- border-color: #468847;
1661
- background-color: #dff0d8;
1662
- }
1663
-
1664
- .has-success .form-control-feedback {
1665
- color: #468847;
1666
- }
1667
-
1668
- .has-warning .help-block,
1669
- .has-warning .control-label,
1670
- .has-warning .radio,
1671
- .has-warning .checkbox,
1672
- .has-warning .radio-inline,
1673
- .has-warning .checkbox-inline,
1674
- .has-warning.radio label,
1675
- .has-warning.checkbox label,
1676
- .has-warning.radio-inline label,
1677
- .has-warning.checkbox-inline label {
1678
- color: #c09853;
1679
- }
1680
-
1681
- .has-warning .form-control {
1682
- border-color: #c09853;
1683
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1684
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1685
- }
1686
-
1687
- .has-warning .form-control:focus {
1688
- border-color: #a47e3c;
1689
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
1690
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
1691
- }
1692
-
1693
- .has-warning .input-group-addon {
1694
- color: #c09853;
1695
- border-color: #c09853;
1696
- background-color: #fcf8e3;
1697
- }
1698
-
1699
- .has-warning .form-control-feedback {
1700
- color: #c09853;
1701
- }
1702
-
1703
- .has-error .help-block,
1704
- .has-error .control-label,
1705
- .has-error .radio,
1706
- .has-error .checkbox,
1707
- .has-error .radio-inline,
1708
- .has-error .checkbox-inline,
1709
- .has-error.radio label,
1710
- .has-error.checkbox label,
1711
- .has-error.radio-inline label,
1712
- .has-error.checkbox-inline label {
1713
- color: #b94a48;
1714
- }
1715
-
1716
- .has-error .form-control {
1717
- border-color: #b94a48;
1718
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1719
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1720
- }
1721
-
1722
- .has-error .form-control:focus {
1723
- border-color: #953b39;
1724
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
1725
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
1726
- }
1727
-
1728
- .has-error .input-group-addon {
1729
- color: #b94a48;
1730
- border-color: #b94a48;
1731
- background-color: #f2dede;
1732
- }
1733
-
1734
- .has-error .form-control-feedback {
1735
- color: #b94a48;
1736
- }
1737
-
1738
- .has-feedback label~.form-control-feedback {
1739
- top: 25px;
1740
- }
1741
-
1742
- .has-feedback label.sr-only~.form-control-feedback {
1743
- top: 0;
1744
- }
1745
-
1746
-
1747
- /* -- .form-control -- */
1748
-
1749
- .form-control {
1750
- color: #555555;
1751
- background-color: #ffffff;
1752
- border: 1px solid #cccccc;
1753
- }
1754
-
1755
- .form-control::-moz-placeholder,
1756
- .form-control:-ms-input-placeholder,
1757
- .form-control::-webkit-input-placeholder {
1758
- color: #999999;
1759
- }
1760
-
1761
- .form-control[disabled],
1762
- .form-control[readonly],
1763
- fieldset[disabled] .form-control {
1764
- background-color: #eeeeee;
1765
- opacity: 1;
1766
- }
1767
-
1768
-
1769
- /* -- blockquote -- */
1770
-
1771
- blockquote {
1772
- border-left: 5px solid #eeeeee;
1773
- }
1774
-
1775
- blockquote footer,
1776
- blockquote small,
1777
- blockquote .small {
1778
- color: #999999;
1779
- }
1780
-
1781
- .blockquote-reverse,
1782
- blockquote.pull-right {
1783
- border-right: 5px solid #eeeeee;
1784
- }
1785
-
1786
-
1787
- /* -- breadcrumb -- */
1788
-
1789
- .breadcrumb {
1790
- background-color: #f5f5f5;
1791
- }
1792
-
1793
- .breadcrumb>li {
1794
- display: inline-block;
1795
- }
1796
-
1797
- .breadcrumb>li+li:before {
1798
- color: #cccccc;
1799
- }
1800
-
1801
- .breadcrumb>.active {
1802
- color: #999999;
1803
- }
1804
-
1805
-
1806
- /* -- animation .fade -- */
1807
-
1808
- .fade {
1809
- opacity: 0;
1810
- -webkit-transition: opacity 0.15s linear;
1811
- -o-transition: opacity 0.15s linear;
1812
- transition: opacity 0.15s linear;
1813
- }
1814
-
1815
- .fade.in {
1816
- opacity: 1;
1817
- }
1818
-
1819
-
1820
- /* -- Customizing Kendo -- */
1821
-
1822
- .k-grid-header .k-header:hover,
1823
- .k-grid-header .k-header:hover a {
1824
- color: #317eac;
1825
- }
1826
-
1827
-
1828
- /* -- .input-group -- */
1829
-
1830
- .input-group-addon {
1831
- color: #555555;
1832
- background-color: #eeeeee;
1833
- border: 1px solid #cccccc;
1834
- }
1835
-
1836
-
1837
- /* -- modal -- */
1838
-
1839
- .modal-content {
1840
- background-color: #ffffff;
1841
- }
1842
-
1843
- .modal-backdrop {
1844
- background-color: #000000;
1845
- }
1846
-
1847
- .modal-header {
1848
- border-bottom: 1px solid #e5e5e5;
1849
- }
1850
-
1851
- .modal-footer {
1852
- border-top: 1px solid #e5e5e5;
1853
- }
1854
-
1855
-
1856
- /* -- well -- */
1857
-
1858
- .well {
1859
- background-color: #f5f5f5;
1860
- border: 1px solid #e3e3e3;
1861
- border-radius: 4px;
1862
- }
1863
-
1864
- .well-lg {
1865
- border-radius: 6px;
1866
- }
1867
-
1868
- .well-sm {
1869
- border-radius: 3px;
1870
- }
1871
-
1872
-
1873
- /* -- popover -- */
1874
-
1875
- .popover {
1876
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
1877
- background-color: #ffffff;
1878
- }
1879
-
1880
- .popover-title {
1881
- background-color: #f7f7f7;
1882
- border-bottom: 1px solid #ebebeb;
1883
- }
1884
-
1885
- .popover.top>.arrow {
1886
- border-top-color: #999999;
1887
- }
1888
-
1889
- .popover.top>.arrow:after {
1890
- border-top-color: #ffffff;
1891
- }
1892
-
1893
- .popover.right>.arrow {
1894
- border-right-color: #999999;
1895
- border-right-color: rgba(0, 0, 0, 0.25);
1896
- }
1897
-
1898
- .popover.right>.arrow:after {
1899
- border-right-color: #ffffff;
1900
- }
1901
-
1902
- .popover.bottom>.arrow {
1903
- border-bottom-color: #999999;
1904
- border-bottom-color: rgba(0, 0, 0, 0.25);
1905
- }
1906
-
1907
- .popover.bottom>.arrow:after {
1908
- border-bottom-color: #ffffff;
1909
- }
1910
-
1911
- .popover.left>.arrow {
1912
- border-left-color: #999999;
1913
- border-left-color: rgba(0, 0, 0, 0.25);
1914
- }
1915
-
1916
- .popover.left>.arrow:after {
1917
- border-left-color: #ffffff;
1918
- }
1919
-
1920
-
1921
- /* -- animations -- */
1922
-
1923
- @-webkit-keyframes progress-bar-stripes {
1924
- from {
1925
- background-position: 40px 0;
1926
- }
1927
-
1928
- to {
1929
- background-position: 0 0;
1930
- }
1931
- }
1932
-
1933
- @-o-keyframes progress-bar-stripes {
1934
- from {
1935
- background-position: 40px 0;
1936
- }
1937
-
1938
- to {
1939
- background-position: 0 0;
1940
- }
1941
- }
1942
-
1943
- @keyframes progress-bar-stripes {
1944
- from {
1945
- background-position: 40px 0;
1946
- }
1947
-
1948
- to {
1949
- background-position: 0 0;
1950
- }
1951
- }
1952
-
1953
-
1954
- /* -- Tooltip -- */
1955
-
1956
- .tooltip {
1957
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
1958
- }
1959
-
1960
- .tooltip-inner {
1961
- color: #ffffff;
1962
- background-color: #000000;
1963
- }
1964
-
1965
- .tooltip.top .tooltip-arrow,
1966
- .tooltip.top-left .tooltip-arrow,
1967
- .tooltip.right .tooltip-arrow,
1968
- .tooltip.left .tooltip-arrow,
1969
- .tooltip.bottom .tooltip-arrow,
1970
- .tooltip.bottom-left .tooltip-arrow,
1971
- .tooltip.bottom-right .tooltip-arrow {
1972
- top: 0;
1973
- left: 5px;
1974
- margin-top: -5px;
1975
- border-width: 0 5px 5px;
1976
- border-bottom-color: #000000;
1977
- }
1978
-
1979
-
1980
- /* -- color text -- */
1981
-
1982
- .text-muted {
1983
- color: #999999;
1984
- }
1985
-
1986
- .text-primary {
1987
- color: #2fa4e7;
1988
- }
1989
-
1990
- a.text-primary:hover,
1991
- a.text-primary:focus {
1992
- color: #178acc;
1993
- }
1994
-
1995
- .text-success {
1996
- color: #468847;
1997
- }
1998
-
1999
- a.text-success:hover,
2000
- a.text-success:focus {
2001
- color: #356635;
2002
- }
2003
-
2004
- .text-info {
2005
- color: #3a87ad;
2006
- }
2007
-
2008
- a.text-info:hover,
2009
- a.text-info:focus {
2010
- color: #2d6987;
2011
- }
2012
-
2013
- .text-warning {
2014
- color: #c09853;
2015
- }
2016
-
2017
- a.text-warning:hover,
2018
- a.text-warning:focus {
2019
- color: #a47e3c;
2020
- }
2021
-
2022
- .text-danger {
2023
- color: #b94a48;
2024
- }
2025
-
2026
- a.text-danger:hover,
2027
- a.text-danger:focus {
2028
- color: #953b39;
2029
- }
2030
-
2031
-
2032
- /* -- .panel-group -- */
2033
-
2034
- .panel-group .panel-heading+.panel-collapse>.panel-body,
2035
- .panel-group .panel-heading+.panel-collapse>.list-group {
2036
- border-top: 1px solid #dddddd;
2037
- }
2038
-
2039
- .panel-group .panel-footer {
2040
- border-top: 0;
2041
- }
2042
-
2043
- .panel-group .panel-footer+.panel-collapse .panel-body {
2044
- border-bottom: 1px solid #dddddd;
2045
- }
2046
-
2047
- .panel-default {
2048
- border-color: #dddddd;
2049
- }
2050
-
2051
- .panel-default>.panel-heading {
2052
- color: #555555;
2053
- background-color: #f5f5f5;
2054
- border-color: #dddddd;
2055
- }
2056
-
2057
- .panel-default>.panel-heading+.panel-collapse>.panel-body {
2058
- border-top-color: #dddddd;
2059
- }
2060
-
2061
- .panel-default>.panel-heading .badge {
2062
- color: #f5f5f5;
2063
- background-color: #555555;
2064
- }
2065
-
2066
- .panel-default>.panel-footer+.panel-collapse>.panel-body {
2067
- border-bottom-color: #dddddd;
2068
- }
2069
-
2070
- .panel-primary {
2071
- border-color: #dddddd;
2072
- }
2073
-
2074
- .panel-primary>.panel-heading {
2075
- color: #ffffff;
2076
- background-color: #2fa4e7;
2077
- border-color: #dddddd;
2078
- }
2079
-
2080
- .panel-primary>.panel-heading+.panel-collapse>.panel-body {
2081
- border-top-color: #dddddd;
2082
- }
2083
-
2084
- .panel-primary>.panel-heading .badge {
2085
- color: #2fa4e7;
2086
- background-color: #ffffff;
2087
- }
2088
-
2089
- .panel-primary>.panel-footer+.panel-collapse>.panel-body {
2090
- border-bottom-color: #dddddd;
2091
- }
2092
-
2093
- .panel-success {
2094
- border-color: #dddddd;
2095
- }
2096
-
2097
- .panel-success>.panel-heading {
2098
- color: #468847;
2099
- background-color: #73a839;
2100
- border-color: #dddddd;
2101
- }
2102
-
2103
- .panel-success>.panel-heading+.panel-collapse>.panel-body {
2104
- border-top-color: #dddddd;
2105
- }
2106
-
2107
- .panel-success>.panel-heading .badge {
2108
- color: #73a839;
2109
- background-color: #468847;
2110
- }
2111
-
2112
- .panel-success>.panel-footer+.panel-collapse>.panel-body {
2113
- border-bottom-color: #dddddd;
2114
- }
2115
-
2116
- .panel-info {
2117
- border-color: #dddddd;
2118
- }
2119
-
2120
- .panel-info>.panel-heading {
2121
- color: #3a87ad;
2122
- background-color: #033c73;
2123
- border-color: #dddddd;
2124
- }
2125
-
2126
- .panel-info>.panel-heading+.panel-collapse>.panel-body {
2127
- border-top-color: #dddddd;
2128
- }
2129
-
2130
- .panel-info>.panel-heading .badge {
2131
- color: #033c73;
2132
- background-color: #3a87ad;
2133
- }
2134
-
2135
- .panel-info>.panel-footer+.panel-collapse>.panel-body {
2136
- border-bottom-color: #dddddd;
2137
- }
2138
-
2139
- .panel-warning {
2140
- border-color: #dddddd;
2141
- }
2142
-
2143
- .panel-warning>.panel-heading {
2144
- color: #c09853;
2145
- background-color: #dd5600;
2146
- border-color: #dddddd;
2147
- }
2148
-
2149
- .panel-warning>.panel-heading+.panel-collapse>.panel-body {
2150
- border-top-color: #dddddd;
2151
- }
2152
-
2153
- .panel-warning>.panel-heading .badge {
2154
- color: #dd5600;
2155
- background-color: #c09853;
2156
- }
2157
-
2158
- .panel-warning>.panel-footer+.panel-collapse>.panel-body {
2159
- border-bottom-color: #dddddd;
2160
- }
2161
-
2162
- .panel-danger {
2163
- border-color: #dddddd;
2164
- }
2165
-
2166
- .panel-danger>.panel-heading {
2167
- color: #b94a48;
2168
- background-color: #c71c22;
2169
- border-color: #dddddd;
2170
- }
2171
-
2172
- .panel-danger>.panel-heading+.panel-collapse>.panel-body {
2173
- border-top-color: #dddddd;
2174
- }
2175
-
2176
- .panel-danger>.panel-heading .badge {
2177
- color: #c71c22;
2178
- background-color: #b94a48;
2179
- }
2180
-
2181
- .panel-danger>.panel-footer+.panel-collapse>.panel-body {
2182
- border-bottom-color: #dddddd;
2183
- }
2184
-
2185
-
2186
- /* -- others -- */
2187
-
2188
- hr {
2189
- border-top: 1px solid #eeeeee;
2190
- }
2191
-
2192
- a {
2193
- color: #2fa4e7;
2194
- }
2195
-
2196
- a:hover,
2197
- a:focus {
2198
- color: #157ab5;
2199
- }
2200
-
2201
- h1,
2202
- h2,
2203
- h3,
2204
- h4,
2205
- h5,
2206
- h6,
2207
- .h1,
2208
- .h2,
2209
- .h3,
2210
- .h4,
2211
- .h5,
2212
- .h6 {
2213
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
2214
- line-height: 1.2;
2215
- color: #317eac;
2216
- }
2217
-
2218
- h1 small,
2219
- h2 small,
2220
- h3 small,
2221
- h4 small,
2222
- h5 small,
2223
- h6 small,
2224
- .h1 small,
2225
- .h2 small,
2226
- .h3 small,
2227
- .h4 small,
2228
- .h5 small,
2229
- .h6 small,
2230
- h1 .small,
2231
- h2 .small,
2232
- h3 .small,
2233
- h4 .small,
2234
- h5 .small,
2235
- h6 .small,
2236
- .h1 .small,
2237
- .h2 .small,
2238
- .h3 .small,
2239
- .h4 .small,
2240
- .h5 .small,
2241
- .h6 .small {
2242
- color: #999999;
2243
- }
2244
-
2245
- h1,
2246
- .h1 {
2247
- font-size: 36px;
2248
- }
2249
-
2250
- h2,
2251
- .h2 {
2252
- font-size: 30px;
2253
- }
2254
-
2255
- h3,
2256
- .h3 {
2257
- font-size: 24px;
2258
- }
2259
-
2260
- h4,
2261
- .h4 {
2262
- font-size: 18px;
2263
- }
2264
-
2265
- h5,
2266
- .h5 {
2267
- font-size: 14px;
2268
- }
2269
-
2270
- h6,
2271
- .h6 {
2272
- font-size: 12px;
2273
- }
2274
-
2275
- mark,
2276
- .mark {
2277
- background-color: #fcf8e3;
2278
- }
2279
-
2280
- .page-header {
2281
- padding-bottom: 9px;
2282
- margin: 40px 0 20px;
2283
- border-bottom: 1px solid #eeeeee;
2284
- }
2285
-
2286
- abbr[title],
2287
- abbr[data-original-title] {
2288
- cursor: help;
2289
- border-bottom: 1px dotted #999999;
2290
- }
2291
-
2292
- code {
2293
- padding: 2px 4px;
2294
- font-size: 90%;
2295
- color: #c7254e;
2296
- background-color: #f9f2f4;
2297
- border-radius: 4px;
2298
- }
2299
-
2300
- .pre-scrollable {
2301
- max-height: 340px;
2302
- overflow-y: scroll;
2303
- }
2304
-
2305
- fieldset {
2306
- padding: 0;
2307
- margin: 0;
2308
- border: 0;
2309
- min-width: 0;
2310
- }
2311
-
2312
- legend {
2313
- display: block;
2314
- width: 100%;
2315
- padding: 0;
2316
- margin-bottom: 20px;
2317
- font-size: 21px;
2318
- line-height: inherit;
2319
- color: #555555;
2320
- border: 0;
2321
- border-bottom: 1px solid #e5e5e5;
2322
- }
2323
-
2324
- output {
2325
- display: block;
2326
- padding-top: 9px;
2327
- font-size: 14px;
2328
- line-height: 1.42857143;
2329
- color: #555555;
2330
- }
2331
-
2332
- .help-block {
2333
- display: block;
2334
- margin-top: 5px;
2335
- margin-bottom: 10px;
2336
- color: #959595;
2337
- }
2338
-
2339
- .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
2340
- border-bottom-right-radius: 0;
2341
- border-top-right-radius: 0;
2342
- }
2343
-
2344
- [data-toggle="buttons"]>.btn input[type="radio"],
2345
- [data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
2346
- [data-toggle="buttons"]>.btn input[type="checkbox"],
2347
- [data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
2348
- position: absolute;
2349
- clip: rect(0, 0, 0, 0);
2350
- pointer-events: none;
2351
- }
2352
-
2353
- .tab-content>.tab-pane {
2354
- display: none;
2355
- }
2356
-
2357
- .tab-content>.active {
2358
- display: block;
2359
- }
2360
-
2361
- .center-block {
2362
- display: block;
2363
- margin-left: auto;
2364
- margin-right: auto;
2365
- }
2366
-
2367
- .pull-right {
2368
- float: right;
2369
- }
2370
-
2371
- .pull-left {
2372
- float: left;
2373
- }
2374
-
2375
- .affix {
2376
- position: fixed;
2377
- }
2378
-
2379
- @-ms-viewport {
2380
- width: device-width;
2381
- }
2382
-
2383
- .panel-primary .panel-heading,
2384
- .panel-success .panel-heading,
2385
- .panel-warning .panel-heading,
2386
- .panel-danger .panel-heading,
2387
- .panel-info .panel-heading,
2388
- .panel-primary .panel-title,
2389
- .panel-success .panel-title,
2390
- .panel-warning .panel-title,
2391
- .panel-danger .panel-title,
2392
- .panel-info .panel-title {
2393
- color: #fff;
2394
- }
2395
-
2396
-
2397
- /* Horizontal menu - 3 */
2398
- #navbar-3 .navbar-nav a {
2399
- padding: 15px;
2400
- margin: 0;
2401
- text-decoration: none;
2402
- }
2403
-
2404
- #navbar-3 .navbar-nav a:hover,
2405
- #navbar-3 .navbar-nav a:focus{
2406
- text-decoration: none;
2407
- }
2408
-
2409
- #navbar-3 .nav-button {
2410
- padding: 15px;
2411
- }