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