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