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