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

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