rails_adminlte2 0.1.0

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 (407) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +9 -0
  3. data/.rspec +2 -0
  4. data/.travis.yml +4 -0
  5. data/CODE_OF_CONDUCT.md +49 -0
  6. data/Gemfile +4 -0
  7. data/LICENSE.txt +21 -0
  8. data/README.md +56 -0
  9. data/Rakefile +6 -0
  10. data/bin/console +14 -0
  11. data/bin/setup +8 -0
  12. data/lib/rails_adminlte2/engine.rb +6 -0
  13. data/lib/rails_adminlte2/version.rb +3 -0
  14. data/lib/rails_adminlte2.rb +7 -0
  15. data/rails_adminlte2.gemspec +24 -0
  16. data/vendor/assets/fonts/FontAwesome.otf +0 -0
  17. data/vendor/assets/fonts/fontawesome-webfont.eot +0 -0
  18. data/vendor/assets/fonts/fontawesome-webfont.svg +414 -0
  19. data/vendor/assets/fonts/fontawesome-webfont.ttf +0 -0
  20. data/vendor/assets/fonts/fontawesome-webfont.woff +0 -0
  21. data/vendor/assets/fonts/glyphicons-halflings-regular.eot +0 -0
  22. data/vendor/assets/fonts/glyphicons-halflings-regular.svg +229 -0
  23. data/vendor/assets/fonts/glyphicons-halflings-regular.ttf +0 -0
  24. data/vendor/assets/fonts/glyphicons-halflings-regular.woff +0 -0
  25. data/vendor/assets/fonts/ionicons.eot +0 -0
  26. data/vendor/assets/fonts/ionicons.svg +1623 -0
  27. data/vendor/assets/fonts/ionicons.ttf +0 -0
  28. data/vendor/assets/fonts/ionicons.woff +0 -0
  29. data/vendor/assets/images/avatar.png +0 -0
  30. data/vendor/assets/images/avatar04.png +0 -0
  31. data/vendor/assets/images/avatar2.png +0 -0
  32. data/vendor/assets/images/avatar3.png +0 -0
  33. data/vendor/assets/images/avatar5.png +0 -0
  34. data/vendor/assets/images/boxed-bg.jpg +0 -0
  35. data/vendor/assets/images/boxed-bg.png +0 -0
  36. data/vendor/assets/images/credit/american-express.png +0 -0
  37. data/vendor/assets/images/credit/cirrus.png +0 -0
  38. data/vendor/assets/images/credit/mastercard.png +0 -0
  39. data/vendor/assets/images/credit/mestro.png +0 -0
  40. data/vendor/assets/images/credit/paypal.png +0 -0
  41. data/vendor/assets/images/credit/paypal2.png +0 -0
  42. data/vendor/assets/images/credit/visa.png +0 -0
  43. data/vendor/assets/images/default-50x50.gif +0 -0
  44. data/vendor/assets/images/icons.png +0 -0
  45. data/vendor/assets/images/photo1.png +0 -0
  46. data/vendor/assets/images/photo2.png +0 -0
  47. data/vendor/assets/images/photo3.jpg +0 -0
  48. data/vendor/assets/images/photo4.jpg +0 -0
  49. data/vendor/assets/images/user1-128x128.jpg +0 -0
  50. data/vendor/assets/images/user2-160x160.jpg +0 -0
  51. data/vendor/assets/images/user3-128x128.jpg +0 -0
  52. data/vendor/assets/images/user4-128x128.jpg +0 -0
  53. data/vendor/assets/images/user5-128x128.jpg +0 -0
  54. data/vendor/assets/images/user6-128x128.jpg +0 -0
  55. data/vendor/assets/images/user7-128x128.jpg +0 -0
  56. data/vendor/assets/images/user8-128x128.jpg +0 -0
  57. data/vendor/assets/javascripts/adminlte/adminlte.js +763 -0
  58. data/vendor/assets/javascripts/adminlte/adminlte.min.js +13 -0
  59. data/vendor/assets/javascripts/adminlte/plugins/bootstrap-slider/bootstrap-slider.js +1167 -0
  60. data/vendor/assets/javascripts/adminlte/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.all.js +14975 -0
  61. data/vendor/assets/javascripts/adminlte/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.all.min.js +8 -0
  62. data/vendor/assets/javascripts/adminlte/plugins/chartjs/Chart.js +3477 -0
  63. data/vendor/assets/javascripts/adminlte/plugins/chartjs/Chart.min.js +11 -0
  64. data/vendor/assets/javascripts/adminlte/plugins/colorpicker/bootstrap-colorpicker.js +949 -0
  65. data/vendor/assets/javascripts/adminlte/plugins/colorpicker/bootstrap-colorpicker.min.js +1 -0
  66. data/vendor/assets/javascripts/adminlte/plugins/datepicker/bootstrap-datepicker.js +1671 -0
  67. data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.ar.js +15 -0
  68. data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.az.js +12 -0
  69. data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.bg.js +14 -0
  70. data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.ca.js +14 -0
  71. data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.cs.js +15 -0
  72. data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.cy.js +14 -0
  73. data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.da.js +15 -0
  74. data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.de.js +17 -0
  75. data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.el.js +13 -0
  76. data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.es.js +14 -0
  77. data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.et.js +18 -0
  78. data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.fa.js +17 -0
  79. data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.fi.js +16 -0
  80. data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.fr.js +17 -0
  81. data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.gl.js +11 -0
  82. data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.he.js +15 -0
  83. data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.hr.js +13 -0
  84. data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.hu.js +16 -0
  85. data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.id.js +15 -0
  86. data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.is.js +14 -0
  87. data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.it.js +17 -0
  88. data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.ja.js +15 -0
  89. data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.ka.js +17 -0
  90. data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.kk.js +15 -0
  91. data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.kr.js +13 -0
  92. data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.lt.js +16 -0
  93. data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.lv.js +16 -0
  94. data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.mk.js +15 -0
  95. data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.ms.js +14 -0
  96. data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.nb.js +14 -0
  97. data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.nl-BE.js +17 -0
  98. data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.nl.js +14 -0
  99. data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.no.js +16 -0
  100. data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.pl.js +15 -0
  101. data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.pt-BR.js +15 -0
  102. data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.pt.js +16 -0
  103. data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.ro.js +16 -0
  104. data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.rs-latin.js +14 -0
  105. data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.rs.js +14 -0
  106. data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.ru.js +15 -0
  107. data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.sk.js +15 -0
  108. data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.sl.js +14 -0
  109. data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.sq.js +15 -0
  110. data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.sv.js +16 -0
  111. data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.sw.js +15 -0
  112. data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.th.js +14 -0
  113. data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.tr.js +16 -0
  114. data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.ua.js +15 -0
  115. data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.vi.js +16 -0
  116. data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.zh-CN.js +16 -0
  117. data/vendor/assets/javascripts/adminlte/plugins/datepicker/locales/bootstrap-datepicker.zh-TW.js +17 -0
  118. data/vendor/assets/javascripts/adminlte/plugins/daterangepicker/daterangepicker.js +1304 -0
  119. data/vendor/assets/javascripts/adminlte/plugins/daterangepicker/moment.js +3043 -0
  120. data/vendor/assets/javascripts/adminlte/plugins/daterangepicker/moment.min.js +7 -0
  121. data/vendor/assets/javascripts/adminlte/plugins/fastclick/fastclick.js +841 -0
  122. data/vendor/assets/javascripts/adminlte/plugins/fastclick/fastclick.min.js +1 -0
  123. data/vendor/assets/javascripts/adminlte/plugins/flot/excanvas.js +1427 -0
  124. data/vendor/assets/javascripts/adminlte/plugins/flot/excanvas.min.js +1 -0
  125. data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.colorhelpers.js +180 -0
  126. data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.colorhelpers.min.js +1 -0
  127. data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.flot.canvas.js +345 -0
  128. data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.flot.canvas.min.js +1 -0
  129. data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.flot.categories.js +190 -0
  130. data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.flot.categories.min.js +1 -0
  131. data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.flot.crosshair.js +176 -0
  132. data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.flot.crosshair.min.js +1 -0
  133. data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.flot.errorbars.js +353 -0
  134. data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.flot.errorbars.min.js +1 -0
  135. data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.flot.fillbetween.js +226 -0
  136. data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.flot.fillbetween.min.js +1 -0
  137. data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.flot.image.js +241 -0
  138. data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.flot.image.min.js +1 -0
  139. data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.flot.js +3137 -0
  140. data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.flot.min.js +2 -0
  141. data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.flot.navigate.js +346 -0
  142. data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.flot.navigate.min.js +1 -0
  143. data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.flot.pie.js +817 -0
  144. data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.flot.pie.min.js +1 -0
  145. data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.flot.resize.js +60 -0
  146. data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.flot.resize.min.js +1 -0
  147. data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.flot.selection.js +360 -0
  148. data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.flot.selection.min.js +1 -0
  149. data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.flot.stack.js +188 -0
  150. data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.flot.stack.min.js +1 -0
  151. data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.flot.symbol.js +71 -0
  152. data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.flot.symbol.min.js +1 -0
  153. data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.flot.threshold.js +142 -0
  154. data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.flot.threshold.min.js +1 -0
  155. data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.flot.time.js +429 -0
  156. data/vendor/assets/javascripts/adminlte/plugins/flot/jquery.flot.time.min.js +1 -0
  157. data/vendor/assets/javascripts/adminlte/plugins/fullcalendar/fullcalendar.js +9732 -0
  158. data/vendor/assets/javascripts/adminlte/plugins/fullcalendar/fullcalendar.min.js +8 -0
  159. data/vendor/assets/javascripts/adminlte/plugins/iCheck/icheck.js +478 -0
  160. data/vendor/assets/javascripts/adminlte/plugins/iCheck/icheck.min.js +10 -0
  161. data/vendor/assets/javascripts/adminlte/plugins/input-mask/jquery.inputmask.date.extensions.js +488 -0
  162. data/vendor/assets/javascripts/adminlte/plugins/input-mask/jquery.inputmask.extensions.js +122 -0
  163. data/vendor/assets/javascripts/adminlte/plugins/input-mask/jquery.inputmask.js +1627 -0
  164. data/vendor/assets/javascripts/adminlte/plugins/input-mask/jquery.inputmask.numeric.extensions.js +177 -0
  165. data/vendor/assets/javascripts/adminlte/plugins/input-mask/jquery.inputmask.phone.extensions.js +50 -0
  166. data/vendor/assets/javascripts/adminlte/plugins/input-mask/jquery.inputmask.regex.extensions.js +169 -0
  167. data/vendor/assets/javascripts/adminlte/plugins/input-mask/phone-codes/phone-be.json +45 -0
  168. data/vendor/assets/javascripts/adminlte/plugins/input-mask/phone-codes/phone-codes.json +294 -0
  169. data/vendor/assets/javascripts/adminlte/plugins/input-mask/phone-codes/readme.txt +1 -0
  170. data/vendor/assets/javascripts/adminlte/plugins/ionslider/ion.rangeSlider.min.js +22 -0
  171. data/vendor/assets/javascripts/adminlte/plugins/jQuery/jQuery-2.1.4.min.js +4 -0
  172. data/vendor/assets/javascripts/adminlte/plugins/jQueryUI/jquery-ui.js +16617 -0
  173. data/vendor/assets/javascripts/adminlte/plugins/jQueryUI/jquery-ui.min.js +13 -0
  174. data/vendor/assets/javascripts/adminlte/plugins/jvectormap/jquery-jvectormap-1.2.2.min.js +8 -0
  175. data/vendor/assets/javascripts/adminlte/plugins/jvectormap/jquery-jvectormap-usa-en.js +1 -0
  176. data/vendor/assets/javascripts/adminlte/plugins/jvectormap/jquery-jvectormap-world-mill-en.js +1 -0
  177. data/vendor/assets/javascripts/adminlte/plugins/knob/jquery.knob.js +805 -0
  178. data/vendor/assets/javascripts/adminlte/plugins/morris/morris.js +1892 -0
  179. data/vendor/assets/javascripts/adminlte/plugins/morris/morris.min.js +7 -0
  180. data/vendor/assets/javascripts/adminlte/plugins/pace/pace.js +935 -0
  181. data/vendor/assets/javascripts/adminlte/plugins/pace/pace.min.js +2 -0
  182. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/az.js +3 -0
  183. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/bg.js +3 -0
  184. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/ca.js +3 -0
  185. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/cs.js +3 -0
  186. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/da.js +3 -0
  187. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/de.js +3 -0
  188. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/en.js +3 -0
  189. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/es.js +3 -0
  190. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/et.js +3 -0
  191. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/eu.js +3 -0
  192. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/fa.js +3 -0
  193. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/fi.js +3 -0
  194. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/fr.js +3 -0
  195. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/gl.js +3 -0
  196. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/he.js +3 -0
  197. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/hi.js +3 -0
  198. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/hr.js +3 -0
  199. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/hu.js +3 -0
  200. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/id.js +3 -0
  201. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/is.js +3 -0
  202. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/it.js +3 -0
  203. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/ko.js +3 -0
  204. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/lt.js +3 -0
  205. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/lv.js +3 -0
  206. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/mk.js +3 -0
  207. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/nb.js +3 -0
  208. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/nl.js +3 -0
  209. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/pl.js +3 -0
  210. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/pt-BR.js +3 -0
  211. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/pt.js +3 -0
  212. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/ro.js +3 -0
  213. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/ru.js +3 -0
  214. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/sk.js +3 -0
  215. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/sr.js +3 -0
  216. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/sv.js +3 -0
  217. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/th.js +3 -0
  218. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/tr.js +3 -0
  219. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/uk.js +3 -0
  220. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/vi.js +3 -0
  221. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/zh-CN.js +3 -0
  222. data/vendor/assets/javascripts/adminlte/plugins/select2/i18n/zh-TW.js +3 -0
  223. data/vendor/assets/javascripts/adminlte/plugins/select2/select2.full.js +6114 -0
  224. data/vendor/assets/javascripts/adminlte/plugins/select2/select2.full.min.js +3 -0
  225. data/vendor/assets/javascripts/adminlte/plugins/select2/select2.js +5403 -0
  226. data/vendor/assets/javascripts/adminlte/plugins/select2/select2.min.js +2 -0
  227. data/vendor/assets/javascripts/adminlte/plugins/slimScroll/jquery.slimscroll.js +490 -0
  228. data/vendor/assets/javascripts/adminlte/plugins/slimScroll/jquery.slimscroll.min.js +1 -0
  229. data/vendor/assets/javascripts/adminlte/plugins/sparkline/jquery.sparkline.js +3054 -0
  230. data/vendor/assets/javascripts/adminlte/plugins/sparkline/jquery.sparkline.min.js +5 -0
  231. data/vendor/assets/javascripts/adminlte/plugins/timepicker/bootstrap-timepicker.js +903 -0
  232. data/vendor/assets/javascripts/adminlte/plugins/timepicker/bootstrap-timepicker.min.js +5 -0
  233. data/vendor/assets/javascripts/bootstrap.js +2317 -0
  234. data/vendor/assets/javascripts/bootstrap.min.js +7 -0
  235. data/vendor/assets/stylesheets/adminlte/adminlte.css +4928 -0
  236. data/vendor/assets/stylesheets/adminlte/adminlte.min.css +7 -0
  237. data/vendor/assets/stylesheets/adminlte/plugins/bootstrap-slider/slider.css +169 -0
  238. data/vendor/assets/stylesheets/adminlte/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.css +117 -0
  239. data/vendor/assets/stylesheets/adminlte/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.min.css +3 -0
  240. data/vendor/assets/stylesheets/adminlte/plugins/colorpicker/bootstrap-colorpicker.css +214 -0
  241. data/vendor/assets/stylesheets/adminlte/plugins/colorpicker/bootstrap-colorpicker.min.css +9 -0
  242. data/vendor/assets/stylesheets/adminlte/plugins/colorpicker/img/alpha-horizontal.png +0 -0
  243. data/vendor/assets/stylesheets/adminlte/plugins/colorpicker/img/alpha.png +0 -0
  244. data/vendor/assets/stylesheets/adminlte/plugins/colorpicker/img/hue-horizontal.png +0 -0
  245. data/vendor/assets/stylesheets/adminlte/plugins/colorpicker/img/hue.png +0 -0
  246. data/vendor/assets/stylesheets/adminlte/plugins/colorpicker/img/saturation.png +0 -0
  247. data/vendor/assets/stylesheets/adminlte/plugins/datepicker/datepicker3.css +790 -0
  248. data/vendor/assets/stylesheets/adminlte/plugins/daterangepicker/daterangepicker-bs3.css +335 -0
  249. data/vendor/assets/stylesheets/adminlte/plugins/fullcalendar/fullcalendar.css +977 -0
  250. data/vendor/assets/stylesheets/adminlte/plugins/fullcalendar/fullcalendar.min.css +5 -0
  251. data/vendor/assets/stylesheets/adminlte/plugins/fullcalendar/fullcalendar.print.css +202 -0
  252. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/all.css +61 -0
  253. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/_all.css +560 -0
  254. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/aero.css +56 -0
  255. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/aero.png +0 -0
  256. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/aero@2x.png +0 -0
  257. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/blue.css +56 -0
  258. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/blue.png +0 -0
  259. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/blue@2x.png +0 -0
  260. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/flat.css +56 -0
  261. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/flat.png +0 -0
  262. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/flat@2x.png +0 -0
  263. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/green.css +56 -0
  264. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/green.png +0 -0
  265. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/green@2x.png +0 -0
  266. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/grey.css +56 -0
  267. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/grey.png +0 -0
  268. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/grey@2x.png +0 -0
  269. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/orange.css +56 -0
  270. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/orange.png +0 -0
  271. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/orange@2x.png +0 -0
  272. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/pink.css +56 -0
  273. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/pink.png +0 -0
  274. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/pink@2x.png +0 -0
  275. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/purple.css +56 -0
  276. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/purple.png +0 -0
  277. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/purple@2x.png +0 -0
  278. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/red.css +56 -0
  279. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/red.png +0 -0
  280. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/red@2x.png +0 -0
  281. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/yellow.css +56 -0
  282. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/yellow.png +0 -0
  283. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/flat/yellow@2x.png +0 -0
  284. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/futurico/futurico.css +56 -0
  285. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/futurico/futurico.png +0 -0
  286. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/futurico/futurico@2x.png +0 -0
  287. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/line/_all.css +740 -0
  288. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/line/aero.css +74 -0
  289. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/line/blue.css +74 -0
  290. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/line/green.css +74 -0
  291. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/line/grey.css +74 -0
  292. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/line/line.css +74 -0
  293. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/line/line.png +0 -0
  294. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/line/line@2x.png +0 -0
  295. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/line/orange.css +74 -0
  296. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/line/pink.css +74 -0
  297. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/line/purple.css +74 -0
  298. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/line/red.css +74 -0
  299. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/line/yellow.css +74 -0
  300. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/_all.css +557 -0
  301. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/aero.css +62 -0
  302. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/aero.png +0 -0
  303. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/aero@2x.png +0 -0
  304. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/blue.css +62 -0
  305. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/blue.png +0 -0
  306. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/blue@2x.png +0 -0
  307. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/green.css +62 -0
  308. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/green.png +0 -0
  309. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/green@2x.png +0 -0
  310. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/grey.css +62 -0
  311. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/grey.png +0 -0
  312. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/grey@2x.png +0 -0
  313. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/minimal.css +62 -0
  314. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/minimal.png +0 -0
  315. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/minimal@2x.png +0 -0
  316. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/orange.css +62 -0
  317. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/orange.png +0 -0
  318. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/orange@2x.png +0 -0
  319. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/pink.css +62 -0
  320. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/pink.png +0 -0
  321. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/pink@2x.png +0 -0
  322. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/purple.css +62 -0
  323. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/purple.png +0 -0
  324. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/purple@2x.png +0 -0
  325. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/red.css +62 -0
  326. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/red.png +0 -0
  327. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/red@2x.png +0 -0
  328. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/yellow.css +62 -0
  329. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/yellow.png +0 -0
  330. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/minimal/yellow@2x.png +0 -0
  331. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/polaris/polaris.css +62 -0
  332. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/polaris/polaris.png +0 -0
  333. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/polaris/polaris@2x.png +0 -0
  334. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/_all.css +620 -0
  335. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/aero.css +62 -0
  336. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/aero.png +0 -0
  337. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/aero@2x.png +0 -0
  338. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/blue.css +62 -0
  339. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/blue.png +0 -0
  340. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/blue@2x.png +0 -0
  341. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/green.css +62 -0
  342. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/green.png +0 -0
  343. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/green@2x.png +0 -0
  344. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/grey.css +62 -0
  345. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/grey.png +0 -0
  346. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/grey@2x.png +0 -0
  347. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/orange.css +62 -0
  348. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/orange.png +0 -0
  349. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/orange@2x.png +0 -0
  350. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/pink.css +62 -0
  351. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/pink.png +0 -0
  352. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/pink@2x.png +0 -0
  353. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/purple.css +62 -0
  354. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/purple.png +0 -0
  355. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/purple@2x.png +0 -0
  356. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/red.css +62 -0
  357. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/red.png +0 -0
  358. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/red@2x.png +0 -0
  359. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/square.css +62 -0
  360. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/square.png +0 -0
  361. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/square@2x.png +0 -0
  362. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/yellow.css +62 -0
  363. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/yellow.png +0 -0
  364. data/vendor/assets/stylesheets/adminlte/plugins/iCheck/square/yellow@2x.png +0 -0
  365. data/vendor/assets/stylesheets/adminlte/plugins/ionslider/img/sprite-skin-flat.png +0 -0
  366. data/vendor/assets/stylesheets/adminlte/plugins/ionslider/img/sprite-skin-nice.png +0 -0
  367. data/vendor/assets/stylesheets/adminlte/plugins/ionslider/ion.rangeSlider.css +126 -0
  368. data/vendor/assets/stylesheets/adminlte/plugins/ionslider/ion.rangeSlider.skinFlat.css +89 -0
  369. data/vendor/assets/stylesheets/adminlte/plugins/ionslider/ion.rangeSlider.skinNice.css +85 -0
  370. data/vendor/assets/stylesheets/adminlte/plugins/jvectormap/jquery-jvectormap-1.2.2.css +40 -0
  371. data/vendor/assets/stylesheets/adminlte/plugins/morris/morris.css +2 -0
  372. data/vendor/assets/stylesheets/adminlte/plugins/pace/pace.css +85 -0
  373. data/vendor/assets/stylesheets/adminlte/plugins/pace/pace.min.css +1 -0
  374. data/vendor/assets/stylesheets/adminlte/plugins/select2/select2.css +431 -0
  375. data/vendor/assets/stylesheets/adminlte/plugins/select2/select2.min.css +1 -0
  376. data/vendor/assets/stylesheets/adminlte/plugins/timepicker/bootstrap-timepicker.css +121 -0
  377. data/vendor/assets/stylesheets/adminlte/plugins/timepicker/bootstrap-timepicker.min.css +10 -0
  378. data/vendor/assets/stylesheets/adminlte/skins/_all-skins.css +1799 -0
  379. data/vendor/assets/stylesheets/adminlte/skins/_all-skins.min.css +1 -0
  380. data/vendor/assets/stylesheets/adminlte/skins/skin-black-light.css +176 -0
  381. data/vendor/assets/stylesheets/adminlte/skins/skin-black-light.min.css +1 -0
  382. data/vendor/assets/stylesheets/adminlte/skins/skin-black.css +154 -0
  383. data/vendor/assets/stylesheets/adminlte/skins/skin-black.min.css +1 -0
  384. data/vendor/assets/stylesheets/adminlte/skins/skin-blue-light.css +167 -0
  385. data/vendor/assets/stylesheets/adminlte/skins/skin-blue-light.min.css +1 -0
  386. data/vendor/assets/stylesheets/adminlte/skins/skin-blue.css +142 -0
  387. data/vendor/assets/stylesheets/adminlte/skins/skin-blue.min.css +1 -0
  388. data/vendor/assets/stylesheets/adminlte/skins/skin-green-light.css +156 -0
  389. data/vendor/assets/stylesheets/adminlte/skins/skin-green-light.min.css +1 -0
  390. data/vendor/assets/stylesheets/adminlte/skins/skin-green.css +134 -0
  391. data/vendor/assets/stylesheets/adminlte/skins/skin-green.min.css +1 -0
  392. data/vendor/assets/stylesheets/adminlte/skins/skin-purple-light.css +156 -0
  393. data/vendor/assets/stylesheets/adminlte/skins/skin-purple-light.min.css +1 -0
  394. data/vendor/assets/stylesheets/adminlte/skins/skin-purple.css +134 -0
  395. data/vendor/assets/stylesheets/adminlte/skins/skin-purple.min.css +1 -0
  396. data/vendor/assets/stylesheets/adminlte/skins/skin-red-light.css +156 -0
  397. data/vendor/assets/stylesheets/adminlte/skins/skin-red-light.min.css +1 -0
  398. data/vendor/assets/stylesheets/adminlte/skins/skin-red.css +134 -0
  399. data/vendor/assets/stylesheets/adminlte/skins/skin-red.min.css +1 -0
  400. data/vendor/assets/stylesheets/adminlte/skins/skin-yellow-light.css +156 -0
  401. data/vendor/assets/stylesheets/adminlte/skins/skin-yellow-light.min.css +1 -0
  402. data/vendor/assets/stylesheets/adminlte/skins/skin-yellow.css +134 -0
  403. data/vendor/assets/stylesheets/adminlte/skins/skin-yellow.min.css +1 -0
  404. data/vendor/assets/stylesheets/bootstrap.css +6800 -0
  405. data/vendor/assets/stylesheets/bootstrap.css.map +1 -0
  406. data/vendor/assets/stylesheets/bootstrap.min.css +5 -0
  407. metadata +491 -0
@@ -0,0 +1,4928 @@
1
+ @import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);
2
+ /*!
3
+ * AdminLTE v2.3.6
4
+ * Author: Almsaeed Studio
5
+ * Website: Almsaeed Studio <http://almsaeedstudio.com>
6
+ * License: Open source - MIT
7
+ * Please visit http://opensource.org/licenses/MIT for more information
8
+ !*/
9
+ /*
10
+ * Core: General Layout Style
11
+ * -------------------------
12
+ */
13
+ html,
14
+ body {
15
+ min-height: 100%;
16
+ }
17
+ .layout-boxed html,
18
+ .layout-boxed body {
19
+ height: 100%;
20
+ }
21
+ body {
22
+ -webkit-font-smoothing: antialiased;
23
+ -moz-osx-font-smoothing: grayscale;
24
+ font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
25
+ font-weight: 400;
26
+ overflow-x: hidden;
27
+ overflow-y: auto;
28
+ }
29
+ /* Layout */
30
+ .wrapper {
31
+ min-height: 100%;
32
+ position: relative;
33
+ overflow: hidden;
34
+ }
35
+ .wrapper:before,
36
+ .wrapper:after {
37
+ content: " ";
38
+ display: table;
39
+ }
40
+ .wrapper:after {
41
+ clear: both;
42
+ }
43
+ .layout-boxed .wrapper {
44
+ max-width: 1250px;
45
+ margin: 0 auto;
46
+ min-height: 100%;
47
+ box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
48
+ position: relative;
49
+ }
50
+ .layout-boxed {
51
+ background: url('../img/boxed-bg.jpg') repeat fixed;
52
+ }
53
+ /*
54
+ * Content Wrapper - contains the main content
55
+ * ```.right-side has been deprecated as of v2.0.0 in favor of .content-wrapper ```
56
+ */
57
+ .content-wrapper,
58
+ .right-side,
59
+ .main-footer {
60
+ -webkit-transition: -webkit-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
61
+ -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
62
+ -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
63
+ transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
64
+ margin-left: 230px;
65
+ z-index: 820;
66
+ }
67
+ .layout-top-nav .content-wrapper,
68
+ .layout-top-nav .right-side,
69
+ .layout-top-nav .main-footer {
70
+ margin-left: 0;
71
+ }
72
+ @media (max-width: 767px) {
73
+ .content-wrapper,
74
+ .right-side,
75
+ .main-footer {
76
+ margin-left: 0;
77
+ }
78
+ }
79
+ @media (min-width: 768px) {
80
+ .sidebar-collapse .content-wrapper,
81
+ .sidebar-collapse .right-side,
82
+ .sidebar-collapse .main-footer {
83
+ margin-left: 0;
84
+ }
85
+ }
86
+ @media (max-width: 767px) {
87
+ .sidebar-open .content-wrapper,
88
+ .sidebar-open .right-side,
89
+ .sidebar-open .main-footer {
90
+ -webkit-transform: translate(230px, 0);
91
+ -ms-transform: translate(230px, 0);
92
+ -o-transform: translate(230px, 0);
93
+ transform: translate(230px, 0);
94
+ }
95
+ }
96
+ .content-wrapper,
97
+ .right-side {
98
+ min-height: 100%;
99
+ background-color: #ecf0f5;
100
+ z-index: 800;
101
+ }
102
+ .main-footer {
103
+ background: #fff;
104
+ padding: 15px;
105
+ color: #444;
106
+ border-top: 1px solid #d2d6de;
107
+ }
108
+ /* Fixed layout */
109
+ .fixed .main-header,
110
+ .fixed .main-sidebar,
111
+ .fixed .left-side {
112
+ position: fixed;
113
+ }
114
+ .fixed .main-header {
115
+ top: 0;
116
+ right: 0;
117
+ left: 0;
118
+ }
119
+ .fixed .content-wrapper,
120
+ .fixed .right-side {
121
+ padding-top: 50px;
122
+ }
123
+ @media (max-width: 767px) {
124
+ .fixed .content-wrapper,
125
+ .fixed .right-side {
126
+ padding-top: 100px;
127
+ }
128
+ }
129
+ .fixed.layout-boxed .wrapper {
130
+ max-width: 100%;
131
+ }
132
+ body.hold-transition .content-wrapper,
133
+ body.hold-transition .right-side,
134
+ body.hold-transition .main-footer,
135
+ body.hold-transition .main-sidebar,
136
+ body.hold-transition .left-side,
137
+ body.hold-transition .main-header .navbar,
138
+ body.hold-transition .main-header .logo {
139
+ /* Fix for IE */
140
+ -webkit-transition: none;
141
+ -o-transition: none;
142
+ transition: none;
143
+ }
144
+ /* Content */
145
+ .content {
146
+ min-height: 250px;
147
+ padding: 15px;
148
+ margin-right: auto;
149
+ margin-left: auto;
150
+ padding-left: 15px;
151
+ padding-right: 15px;
152
+ }
153
+ /* H1 - H6 font */
154
+ h1,
155
+ h2,
156
+ h3,
157
+ h4,
158
+ h5,
159
+ h6,
160
+ .h1,
161
+ .h2,
162
+ .h3,
163
+ .h4,
164
+ .h5,
165
+ .h6 {
166
+ font-family: 'Source Sans Pro', sans-serif;
167
+ }
168
+ /* General Links */
169
+ a {
170
+ color: #3c8dbc;
171
+ }
172
+ a:hover,
173
+ a:active,
174
+ a:focus {
175
+ outline: none;
176
+ text-decoration: none;
177
+ color: #72afd2;
178
+ }
179
+ /* Page Header */
180
+ .page-header {
181
+ margin: 10px 0 20px 0;
182
+ font-size: 22px;
183
+ }
184
+ .page-header > small {
185
+ color: #666;
186
+ display: block;
187
+ margin-top: 5px;
188
+ }
189
+ /*
190
+ * Component: Main Header
191
+ * ----------------------
192
+ */
193
+ .main-header {
194
+ position: relative;
195
+ max-height: 100px;
196
+ z-index: 1030;
197
+ }
198
+ .main-header .navbar {
199
+ -webkit-transition: margin-left 0.3s ease-in-out;
200
+ -o-transition: margin-left 0.3s ease-in-out;
201
+ transition: margin-left 0.3s ease-in-out;
202
+ margin-bottom: 0;
203
+ margin-left: 230px;
204
+ border: none;
205
+ min-height: 50px;
206
+ border-radius: 0;
207
+ }
208
+ .layout-top-nav .main-header .navbar {
209
+ margin-left: 0;
210
+ }
211
+ .main-header #navbar-search-input.form-control {
212
+ background: rgba(255, 255, 255, 0.2);
213
+ border-color: transparent;
214
+ }
215
+ .main-header #navbar-search-input.form-control:focus,
216
+ .main-header #navbar-search-input.form-control:active {
217
+ border-color: rgba(0, 0, 0, 0.1);
218
+ background: rgba(255, 255, 255, 0.9);
219
+ }
220
+ .main-header #navbar-search-input.form-control::-moz-placeholder {
221
+ color: #ccc;
222
+ opacity: 1;
223
+ }
224
+ .main-header #navbar-search-input.form-control:-ms-input-placeholder {
225
+ color: #ccc;
226
+ }
227
+ .main-header #navbar-search-input.form-control::-webkit-input-placeholder {
228
+ color: #ccc;
229
+ }
230
+ .main-header .navbar-custom-menu,
231
+ .main-header .navbar-right {
232
+ float: right;
233
+ }
234
+ @media (max-width: 991px) {
235
+ .main-header .navbar-custom-menu a,
236
+ .main-header .navbar-right a {
237
+ color: inherit;
238
+ background: transparent;
239
+ }
240
+ }
241
+ @media (max-width: 767px) {
242
+ .main-header .navbar-right {
243
+ float: none;
244
+ }
245
+ .navbar-collapse .main-header .navbar-right {
246
+ margin: 7.5px -15px;
247
+ }
248
+ .main-header .navbar-right > li {
249
+ color: inherit;
250
+ border: 0;
251
+ }
252
+ }
253
+ .main-header .sidebar-toggle {
254
+ float: left;
255
+ background-color: transparent;
256
+ background-image: none;
257
+ padding: 15px 15px;
258
+ font-family: fontAwesome;
259
+ }
260
+ .main-header .sidebar-toggle:before {
261
+ content: "\f0c9";
262
+ }
263
+ .main-header .sidebar-toggle:hover {
264
+ color: #fff;
265
+ }
266
+ .main-header .sidebar-toggle:focus,
267
+ .main-header .sidebar-toggle:active {
268
+ background: transparent;
269
+ }
270
+ .main-header .sidebar-toggle .icon-bar {
271
+ display: none;
272
+ }
273
+ .main-header .navbar .nav > li.user > a > .fa,
274
+ .main-header .navbar .nav > li.user > a > .glyphicon,
275
+ .main-header .navbar .nav > li.user > a > .ion {
276
+ margin-right: 5px;
277
+ }
278
+ .main-header .navbar .nav > li > a > .label {
279
+ position: absolute;
280
+ top: 9px;
281
+ right: 7px;
282
+ text-align: center;
283
+ font-size: 9px;
284
+ padding: 2px 3px;
285
+ line-height: .9;
286
+ }
287
+ .main-header .logo {
288
+ -webkit-transition: width 0.3s ease-in-out;
289
+ -o-transition: width 0.3s ease-in-out;
290
+ transition: width 0.3s ease-in-out;
291
+ display: block;
292
+ float: left;
293
+ height: 50px;
294
+ font-size: 20px;
295
+ line-height: 50px;
296
+ text-align: center;
297
+ width: 230px;
298
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
299
+ padding: 0 15px;
300
+ font-weight: 300;
301
+ overflow: hidden;
302
+ }
303
+ .main-header .logo .logo-lg {
304
+ display: block;
305
+ }
306
+ .main-header .logo .logo-mini {
307
+ display: none;
308
+ }
309
+ .main-header .navbar-brand {
310
+ color: #fff;
311
+ }
312
+ .content-header {
313
+ position: relative;
314
+ padding: 15px 15px 0 15px;
315
+ }
316
+ .content-header > h1 {
317
+ margin: 0;
318
+ font-size: 24px;
319
+ }
320
+ .content-header > h1 > small {
321
+ font-size: 15px;
322
+ display: inline-block;
323
+ padding-left: 4px;
324
+ font-weight: 300;
325
+ }
326
+ .content-header > .breadcrumb {
327
+ float: right;
328
+ background: transparent;
329
+ margin-top: 0;
330
+ margin-bottom: 0;
331
+ font-size: 12px;
332
+ padding: 7px 5px;
333
+ position: absolute;
334
+ top: 15px;
335
+ right: 10px;
336
+ border-radius: 2px;
337
+ }
338
+ .content-header > .breadcrumb > li > a {
339
+ color: #444;
340
+ text-decoration: none;
341
+ display: inline-block;
342
+ }
343
+ .content-header > .breadcrumb > li > a > .fa,
344
+ .content-header > .breadcrumb > li > a > .glyphicon,
345
+ .content-header > .breadcrumb > li > a > .ion {
346
+ margin-right: 5px;
347
+ }
348
+ .content-header > .breadcrumb > li + li:before {
349
+ content: '>\00a0';
350
+ }
351
+ @media (max-width: 991px) {
352
+ .content-header > .breadcrumb {
353
+ position: relative;
354
+ margin-top: 5px;
355
+ top: 0;
356
+ right: 0;
357
+ float: none;
358
+ background: #d2d6de;
359
+ padding-left: 10px;
360
+ }
361
+ .content-header > .breadcrumb li:before {
362
+ color: #97a0b3;
363
+ }
364
+ }
365
+ .navbar-toggle {
366
+ color: #fff;
367
+ border: 0;
368
+ margin: 0;
369
+ padding: 15px 15px;
370
+ }
371
+ @media (max-width: 991px) {
372
+ .navbar-custom-menu .navbar-nav > li {
373
+ float: left;
374
+ }
375
+ .navbar-custom-menu .navbar-nav {
376
+ margin: 0;
377
+ float: left;
378
+ }
379
+ .navbar-custom-menu .navbar-nav > li > a {
380
+ padding-top: 15px;
381
+ padding-bottom: 15px;
382
+ line-height: 20px;
383
+ }
384
+ }
385
+ @media (max-width: 767px) {
386
+ .main-header {
387
+ position: relative;
388
+ }
389
+ .main-header .logo,
390
+ .main-header .navbar {
391
+ width: 100%;
392
+ float: none;
393
+ }
394
+ .main-header .navbar {
395
+ margin: 0;
396
+ }
397
+ .main-header .navbar-custom-menu {
398
+ float: right;
399
+ }
400
+ }
401
+ @media (max-width: 991px) {
402
+ .navbar-collapse.pull-left {
403
+ float: none !important;
404
+ }
405
+ .navbar-collapse.pull-left + .navbar-custom-menu {
406
+ display: block;
407
+ position: absolute;
408
+ top: 0;
409
+ right: 40px;
410
+ }
411
+ }
412
+ /*
413
+ * Component: Sidebar
414
+ * ------------------
415
+ */
416
+ .main-sidebar,
417
+ .left-side {
418
+ position: absolute;
419
+ top: 0;
420
+ left: 0;
421
+ padding-top: 50px;
422
+ min-height: 100%;
423
+ width: 230px;
424
+ z-index: 810;
425
+ -webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
426
+ -moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
427
+ -o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
428
+ transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
429
+ }
430
+ @media (max-width: 767px) {
431
+ .main-sidebar,
432
+ .left-side {
433
+ padding-top: 100px;
434
+ }
435
+ }
436
+ @media (max-width: 767px) {
437
+ .main-sidebar,
438
+ .left-side {
439
+ -webkit-transform: translate(-230px, 0);
440
+ -ms-transform: translate(-230px, 0);
441
+ -o-transform: translate(-230px, 0);
442
+ transform: translate(-230px, 0);
443
+ }
444
+ }
445
+ @media (min-width: 768px) {
446
+ .sidebar-collapse .main-sidebar,
447
+ .sidebar-collapse .left-side {
448
+ -webkit-transform: translate(-230px, 0);
449
+ -ms-transform: translate(-230px, 0);
450
+ -o-transform: translate(-230px, 0);
451
+ transform: translate(-230px, 0);
452
+ }
453
+ }
454
+ @media (max-width: 767px) {
455
+ .sidebar-open .main-sidebar,
456
+ .sidebar-open .left-side {
457
+ -webkit-transform: translate(0, 0);
458
+ -ms-transform: translate(0, 0);
459
+ -o-transform: translate(0, 0);
460
+ transform: translate(0, 0);
461
+ }
462
+ }
463
+ .sidebar {
464
+ padding-bottom: 10px;
465
+ }
466
+ .sidebar-form input:focus {
467
+ border-color: transparent;
468
+ }
469
+ .user-panel {
470
+ position: relative;
471
+ width: 100%;
472
+ padding: 10px;
473
+ overflow: hidden;
474
+ }
475
+ .user-panel:before,
476
+ .user-panel:after {
477
+ content: " ";
478
+ display: table;
479
+ }
480
+ .user-panel:after {
481
+ clear: both;
482
+ }
483
+ .user-panel > .image > img {
484
+ width: 100%;
485
+ max-width: 45px;
486
+ height: auto;
487
+ }
488
+ .user-panel > .info {
489
+ padding: 5px 5px 5px 15px;
490
+ line-height: 1;
491
+ position: absolute;
492
+ left: 55px;
493
+ }
494
+ .user-panel > .info > p {
495
+ font-weight: 600;
496
+ margin-bottom: 9px;
497
+ }
498
+ .user-panel > .info > a {
499
+ text-decoration: none;
500
+ padding-right: 5px;
501
+ margin-top: 3px;
502
+ font-size: 11px;
503
+ }
504
+ .user-panel > .info > a > .fa,
505
+ .user-panel > .info > a > .ion,
506
+ .user-panel > .info > a > .glyphicon {
507
+ margin-right: 3px;
508
+ }
509
+ .sidebar-menu {
510
+ list-style: none;
511
+ margin: 0;
512
+ padding: 0;
513
+ }
514
+ .sidebar-menu > li {
515
+ position: relative;
516
+ margin: 0;
517
+ padding: 0;
518
+ }
519
+ .sidebar-menu > li > a {
520
+ padding: 12px 5px 12px 15px;
521
+ display: block;
522
+ }
523
+ .sidebar-menu > li > a > .fa,
524
+ .sidebar-menu > li > a > .glyphicon,
525
+ .sidebar-menu > li > a > .ion {
526
+ width: 20px;
527
+ }
528
+ .sidebar-menu > li .label,
529
+ .sidebar-menu > li .badge {
530
+ margin-right: 5px;
531
+ }
532
+ .sidebar-menu > li .badge {
533
+ margin-top: 3px;
534
+ }
535
+ .sidebar-menu li.header {
536
+ padding: 10px 25px 10px 15px;
537
+ font-size: 12px;
538
+ }
539
+ .sidebar-menu li > a > .fa-angle-left,
540
+ .sidebar-menu li > a > .pull-right-container > .fa-angle-left {
541
+ width: auto;
542
+ height: auto;
543
+ padding: 0;
544
+ margin-right: 10px;
545
+ }
546
+ .sidebar-menu li.active > a > .fa-angle-left > a > .pull-right-container > .fa-angle-left {
547
+ -webkit-transform: rotate(-90deg);
548
+ -ms-transform: rotate(-90deg);
549
+ -o-transform: rotate(-90deg);
550
+ transform: rotate(-90deg);
551
+ }
552
+ .sidebar-menu li.active > .treeview-menu {
553
+ display: block;
554
+ }
555
+ .sidebar-menu .treeview-menu {
556
+ display: none;
557
+ list-style: none;
558
+ padding: 0;
559
+ margin: 0;
560
+ padding-left: 5px;
561
+ }
562
+ .sidebar-menu .treeview-menu .treeview-menu {
563
+ padding-left: 20px;
564
+ }
565
+ .sidebar-menu .treeview-menu > li {
566
+ margin: 0;
567
+ }
568
+ .sidebar-menu .treeview-menu > li > a {
569
+ padding: 5px 5px 5px 15px;
570
+ display: block;
571
+ font-size: 14px;
572
+ }
573
+ .sidebar-menu .treeview-menu > li > a > .fa,
574
+ .sidebar-menu .treeview-menu > li > a > .glyphicon,
575
+ .sidebar-menu .treeview-menu > li > a > .ion {
576
+ width: 20px;
577
+ }
578
+ .sidebar-menu .treeview-menu > li > a > .pull-right-container > .fa-angle-left,
579
+ .sidebar-menu .treeview-menu > li > a > .pull-right-container > .fa-angle-down,
580
+ .sidebar-menu .treeview-menu > li > a > .fa-angle-left,
581
+ .sidebar-menu .treeview-menu > li > a > .fa-angle-down {
582
+ width: auto;
583
+ }
584
+ /*
585
+ * Component: Sidebar Mini
586
+ */
587
+ @media (min-width: 768px) {
588
+ .sidebar-mini.sidebar-collapse .content-wrapper,
589
+ .sidebar-mini.sidebar-collapse .right-side,
590
+ .sidebar-mini.sidebar-collapse .main-footer {
591
+ margin-left: 50px !important;
592
+ z-index: 840;
593
+ }
594
+ .sidebar-mini.sidebar-collapse .main-sidebar {
595
+ -webkit-transform: translate(0, 0);
596
+ -ms-transform: translate(0, 0);
597
+ -o-transform: translate(0, 0);
598
+ transform: translate(0, 0);
599
+ width: 50px !important;
600
+ z-index: 850;
601
+ }
602
+ .sidebar-mini.sidebar-collapse .sidebar-menu > li {
603
+ position: relative;
604
+ }
605
+ .sidebar-mini.sidebar-collapse .sidebar-menu > li > a {
606
+ margin-right: 0;
607
+ }
608
+ .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
609
+ border-top-right-radius: 4px;
610
+ }
611
+ .sidebar-mini.sidebar-collapse .sidebar-menu > li:not(.treeview) > a > span {
612
+ border-bottom-right-radius: 4px;
613
+ }
614
+ .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
615
+ padding-top: 5px;
616
+ padding-bottom: 5px;
617
+ border-bottom-right-radius: 4px;
618
+ }
619
+ .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right),
620
+ .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
621
+ display: block !important;
622
+ position: absolute;
623
+ width: 180px;
624
+ left: 50px;
625
+ }
626
+ .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span {
627
+ top: 0;
628
+ margin-left: -3px;
629
+ padding: 12px 5px 12px 20px;
630
+ background-color: inherit;
631
+ }
632
+ .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
633
+ float: right;
634
+ width: auto!important;
635
+ left: 200px!important;
636
+ top: 10px!important;
637
+ }
638
+ .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container > .label:not(:first-of-type) {
639
+ display: none;
640
+ }
641
+ .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
642
+ top: 44px;
643
+ margin-left: 0;
644
+ }
645
+ .sidebar-mini.sidebar-collapse .main-sidebar .user-panel > .info,
646
+ .sidebar-mini.sidebar-collapse .sidebar-form,
647
+ .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span,
648
+ .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu,
649
+ .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > .pull-right,
650
+ .sidebar-mini.sidebar-collapse .sidebar-menu li.header {
651
+ display: none !important;
652
+ -webkit-transform: translateZ(0);
653
+ }
654
+ .sidebar-mini.sidebar-collapse .main-header .logo {
655
+ width: 50px;
656
+ }
657
+ .sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
658
+ display: block;
659
+ margin-left: -15px;
660
+ margin-right: -15px;
661
+ font-size: 18px;
662
+ }
663
+ .sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
664
+ display: none;
665
+ }
666
+ .sidebar-mini.sidebar-collapse .main-header .navbar {
667
+ margin-left: 50px;
668
+ }
669
+ }
670
+ .sidebar-menu,
671
+ .main-sidebar .user-panel,
672
+ .sidebar-menu > li.header {
673
+ white-space: nowrap;
674
+ overflow: hidden;
675
+ }
676
+ .sidebar-menu:hover {
677
+ overflow: visible;
678
+ }
679
+ .sidebar-form,
680
+ .sidebar-menu > li.header {
681
+ overflow: hidden;
682
+ text-overflow: clip;
683
+ }
684
+ .sidebar-menu li > a {
685
+ position: relative;
686
+ }
687
+ .sidebar-menu li > a > .pull-right-container {
688
+ position: absolute;
689
+ right: 10px;
690
+ top: 50%;
691
+ margin-top: -7px;
692
+ }
693
+ /*
694
+ * Component: Control sidebar. By default, this is the right sidebar.
695
+ */
696
+ .control-sidebar-bg {
697
+ position: fixed;
698
+ z-index: 1000;
699
+ bottom: 0;
700
+ }
701
+ .control-sidebar-bg,
702
+ .control-sidebar {
703
+ top: 0;
704
+ right: -230px;
705
+ width: 230px;
706
+ -webkit-transition: right 0.3s ease-in-out;
707
+ -o-transition: right 0.3s ease-in-out;
708
+ transition: right 0.3s ease-in-out;
709
+ }
710
+ .control-sidebar {
711
+ position: absolute;
712
+ padding-top: 50px;
713
+ z-index: 1010;
714
+ }
715
+ @media (max-width: 768px) {
716
+ .control-sidebar {
717
+ padding-top: 100px;
718
+ }
719
+ }
720
+ .control-sidebar > .tab-content {
721
+ padding: 10px 15px;
722
+ }
723
+ .control-sidebar.control-sidebar-open,
724
+ .control-sidebar.control-sidebar-open + .control-sidebar-bg {
725
+ right: 0;
726
+ }
727
+ .control-sidebar-open .control-sidebar-bg,
728
+ .control-sidebar-open .control-sidebar {
729
+ right: 0;
730
+ }
731
+ @media (min-width: 768px) {
732
+ .control-sidebar-open .content-wrapper,
733
+ .control-sidebar-open .right-side,
734
+ .control-sidebar-open .main-footer {
735
+ margin-right: 230px;
736
+ }
737
+ }
738
+ .nav-tabs.control-sidebar-tabs > li:first-of-type > a,
739
+ .nav-tabs.control-sidebar-tabs > li:first-of-type > a:hover,
740
+ .nav-tabs.control-sidebar-tabs > li:first-of-type > a:focus {
741
+ border-left-width: 0;
742
+ }
743
+ .nav-tabs.control-sidebar-tabs > li > a {
744
+ border-radius: 0;
745
+ }
746
+ .nav-tabs.control-sidebar-tabs > li > a,
747
+ .nav-tabs.control-sidebar-tabs > li > a:hover {
748
+ border-top: none;
749
+ border-right: none;
750
+ border-left: 1px solid transparent;
751
+ border-bottom: 1px solid transparent;
752
+ }
753
+ .nav-tabs.control-sidebar-tabs > li > a .icon {
754
+ font-size: 16px;
755
+ }
756
+ .nav-tabs.control-sidebar-tabs > li.active > a,
757
+ .nav-tabs.control-sidebar-tabs > li.active > a:hover,
758
+ .nav-tabs.control-sidebar-tabs > li.active > a:focus,
759
+ .nav-tabs.control-sidebar-tabs > li.active > a:active {
760
+ border-top: none;
761
+ border-right: none;
762
+ border-bottom: none;
763
+ }
764
+ @media (max-width: 768px) {
765
+ .nav-tabs.control-sidebar-tabs {
766
+ display: table;
767
+ }
768
+ .nav-tabs.control-sidebar-tabs > li {
769
+ display: table-cell;
770
+ }
771
+ }
772
+ .control-sidebar-heading {
773
+ font-weight: 400;
774
+ font-size: 16px;
775
+ padding: 10px 0;
776
+ margin-bottom: 10px;
777
+ }
778
+ .control-sidebar-subheading {
779
+ display: block;
780
+ font-weight: 400;
781
+ font-size: 14px;
782
+ }
783
+ .control-sidebar-menu {
784
+ list-style: none;
785
+ padding: 0;
786
+ margin: 0 -15px;
787
+ }
788
+ .control-sidebar-menu > li > a {
789
+ display: block;
790
+ padding: 10px 15px;
791
+ }
792
+ .control-sidebar-menu > li > a:before,
793
+ .control-sidebar-menu > li > a:after {
794
+ content: " ";
795
+ display: table;
796
+ }
797
+ .control-sidebar-menu > li > a:after {
798
+ clear: both;
799
+ }
800
+ .control-sidebar-menu > li > a > .control-sidebar-subheading {
801
+ margin-top: 0;
802
+ }
803
+ .control-sidebar-menu .menu-icon {
804
+ float: left;
805
+ width: 35px;
806
+ height: 35px;
807
+ border-radius: 50%;
808
+ text-align: center;
809
+ line-height: 35px;
810
+ }
811
+ .control-sidebar-menu .menu-info {
812
+ margin-left: 45px;
813
+ margin-top: 3px;
814
+ }
815
+ .control-sidebar-menu .menu-info > .control-sidebar-subheading {
816
+ margin: 0;
817
+ }
818
+ .control-sidebar-menu .menu-info > p {
819
+ margin: 0;
820
+ font-size: 11px;
821
+ }
822
+ .control-sidebar-menu .progress {
823
+ margin: 0;
824
+ }
825
+ .control-sidebar-dark {
826
+ color: #b8c7ce;
827
+ }
828
+ .control-sidebar-dark,
829
+ .control-sidebar-dark + .control-sidebar-bg {
830
+ background: #222d32;
831
+ }
832
+ .control-sidebar-dark .nav-tabs.control-sidebar-tabs {
833
+ border-bottom: #1c2529;
834
+ }
835
+ .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a {
836
+ background: #181f23;
837
+ color: #b8c7ce;
838
+ }
839
+ .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a,
840
+ .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover,
841
+ .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus {
842
+ border-left-color: #141a1d;
843
+ border-bottom-color: #141a1d;
844
+ }
845
+ .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover,
846
+ .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus,
847
+ .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:active {
848
+ background: #1c2529;
849
+ }
850
+ .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover {
851
+ color: #fff;
852
+ }
853
+ .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a,
854
+ .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:hover,
855
+ .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:focus,
856
+ .control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:active {
857
+ background: #222d32;
858
+ color: #fff;
859
+ }
860
+ .control-sidebar-dark .control-sidebar-heading,
861
+ .control-sidebar-dark .control-sidebar-subheading {
862
+ color: #fff;
863
+ }
864
+ .control-sidebar-dark .control-sidebar-menu > li > a:hover {
865
+ background: #1e282c;
866
+ }
867
+ .control-sidebar-dark .control-sidebar-menu > li > a .menu-info > p {
868
+ color: #b8c7ce;
869
+ }
870
+ .control-sidebar-light {
871
+ color: #5e5e5e;
872
+ }
873
+ .control-sidebar-light,
874
+ .control-sidebar-light + .control-sidebar-bg {
875
+ background: #f9fafc;
876
+ border-left: 1px solid #d2d6de;
877
+ }
878
+ .control-sidebar-light .nav-tabs.control-sidebar-tabs {
879
+ border-bottom: #d2d6de;
880
+ }
881
+ .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a {
882
+ background: #e8ecf4;
883
+ color: #444444;
884
+ }
885
+ .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a,
886
+ .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover,
887
+ .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus {
888
+ border-left-color: #d2d6de;
889
+ border-bottom-color: #d2d6de;
890
+ }
891
+ .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover,
892
+ .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus,
893
+ .control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:active {
894
+ background: #eff1f7;
895
+ }
896
+ .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a,
897
+ .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:hover,
898
+ .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:focus,
899
+ .control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:active {
900
+ background: #f9fafc;
901
+ color: #111;
902
+ }
903
+ .control-sidebar-light .control-sidebar-heading,
904
+ .control-sidebar-light .control-sidebar-subheading {
905
+ color: #111;
906
+ }
907
+ .control-sidebar-light .control-sidebar-menu {
908
+ margin-left: -14px;
909
+ }
910
+ .control-sidebar-light .control-sidebar-menu > li > a:hover {
911
+ background: #f4f4f5;
912
+ }
913
+ .control-sidebar-light .control-sidebar-menu > li > a .menu-info > p {
914
+ color: #5e5e5e;
915
+ }
916
+ /*
917
+ * Component: Dropdown menus
918
+ * -------------------------
919
+ */
920
+ /*Dropdowns in general*/
921
+ .dropdown-menu {
922
+ box-shadow: none;
923
+ border-color: #eee;
924
+ }
925
+ .dropdown-menu > li > a {
926
+ color: #777;
927
+ }
928
+ .dropdown-menu > li > a > .glyphicon,
929
+ .dropdown-menu > li > a > .fa,
930
+ .dropdown-menu > li > a > .ion {
931
+ margin-right: 10px;
932
+ }
933
+ .dropdown-menu > li > a:hover {
934
+ background-color: #e1e3e9;
935
+ color: #333;
936
+ }
937
+ .dropdown-menu > .divider {
938
+ background-color: #eee;
939
+ }
940
+ .navbar-nav > .notifications-menu > .dropdown-menu,
941
+ .navbar-nav > .messages-menu > .dropdown-menu,
942
+ .navbar-nav > .tasks-menu > .dropdown-menu {
943
+ width: 280px;
944
+ padding: 0 0 0 0;
945
+ margin: 0;
946
+ top: 100%;
947
+ }
948
+ .navbar-nav > .notifications-menu > .dropdown-menu > li,
949
+ .navbar-nav > .messages-menu > .dropdown-menu > li,
950
+ .navbar-nav > .tasks-menu > .dropdown-menu > li {
951
+ position: relative;
952
+ }
953
+ .navbar-nav > .notifications-menu > .dropdown-menu > li.header,
954
+ .navbar-nav > .messages-menu > .dropdown-menu > li.header,
955
+ .navbar-nav > .tasks-menu > .dropdown-menu > li.header {
956
+ border-top-left-radius: 4px;
957
+ border-top-right-radius: 4px;
958
+ border-bottom-right-radius: 0;
959
+ border-bottom-left-radius: 0;
960
+ background-color: #ffffff;
961
+ padding: 7px 10px;
962
+ border-bottom: 1px solid #f4f4f4;
963
+ color: #444444;
964
+ font-size: 14px;
965
+ }
966
+ .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
967
+ .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
968
+ .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
969
+ border-top-left-radius: 0;
970
+ border-top-right-radius: 0;
971
+ border-bottom-right-radius: 4px;
972
+ border-bottom-left-radius: 4px;
973
+ font-size: 12px;
974
+ background-color: #fff;
975
+ padding: 7px 10px;
976
+ border-bottom: 1px solid #eeeeee;
977
+ color: #444 !important;
978
+ text-align: center;
979
+ }
980
+ @media (max-width: 991px) {
981
+ .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
982
+ .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
983
+ .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
984
+ background: #fff !important;
985
+ color: #444 !important;
986
+ }
987
+ }
988
+ .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a:hover,
989
+ .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a:hover,
990
+ .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a:hover {
991
+ text-decoration: none;
992
+ font-weight: normal;
993
+ }
994
+ .navbar-nav > .notifications-menu > .dropdown-menu > li .menu,
995
+ .navbar-nav > .messages-menu > .dropdown-menu > li .menu,
996
+ .navbar-nav > .tasks-menu > .dropdown-menu > li .menu {
997
+ max-height: 200px;
998
+ margin: 0;
999
+ padding: 0;
1000
+ list-style: none;
1001
+ overflow-x: hidden;
1002
+ }
1003
+ .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a,
1004
+ .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a,
1005
+ .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
1006
+ display: block;
1007
+ white-space: nowrap;
1008
+ /* Prevent text from breaking */
1009
+ border-bottom: 1px solid #f4f4f4;
1010
+ }
1011
+ .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover,
1012
+ .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:hover,
1013
+ .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a:hover {
1014
+ background: #f4f4f4;
1015
+ text-decoration: none;
1016
+ }
1017
+ .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
1018
+ color: #444444;
1019
+ overflow: hidden;
1020
+ text-overflow: ellipsis;
1021
+ padding: 10px;
1022
+ }
1023
+ .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon,
1024
+ .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa,
1025
+ .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion {
1026
+ width: 20px;
1027
+ }
1028
+ .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a {
1029
+ margin: 0;
1030
+ padding: 10px 10px;
1031
+ }
1032
+ .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img {
1033
+ margin: auto 10px auto auto;
1034
+ width: 40px;
1035
+ height: 40px;
1036
+ }
1037
+ .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
1038
+ padding: 0;
1039
+ margin: 0 0 0 45px;
1040
+ color: #444444;
1041
+ font-size: 15px;
1042
+ position: relative;
1043
+ }
1044
+ .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small {
1045
+ color: #999999;
1046
+ font-size: 10px;
1047
+ position: absolute;
1048
+ top: 0;
1049
+ right: 0;
1050
+ }
1051
+ .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
1052
+ margin: 0 0 0 45px;
1053
+ font-size: 12px;
1054
+ color: #888888;
1055
+ }
1056
+ .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:before,
1057
+ .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
1058
+ content: " ";
1059
+ display: table;
1060
+ }
1061
+ .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
1062
+ clear: both;
1063
+ }
1064
+ .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
1065
+ padding: 10px;
1066
+ }
1067
+ .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > h3 {
1068
+ font-size: 14px;
1069
+ padding: 0;
1070
+ margin: 0 0 10px 0;
1071
+ color: #666666;
1072
+ }
1073
+ .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > .progress {
1074
+ padding: 0;
1075
+ margin: 0;
1076
+ }
1077
+ .navbar-nav > .user-menu > .dropdown-menu {
1078
+ border-top-right-radius: 0;
1079
+ border-top-left-radius: 0;
1080
+ padding: 1px 0 0 0;
1081
+ border-top-width: 0;
1082
+ width: 280px;
1083
+ }
1084
+ .navbar-nav > .user-menu > .dropdown-menu,
1085
+ .navbar-nav > .user-menu > .dropdown-menu > .user-body {
1086
+ border-bottom-right-radius: 4px;
1087
+ border-bottom-left-radius: 4px;
1088
+ }
1089
+ .navbar-nav > .user-menu > .dropdown-menu > li.user-header {
1090
+ height: 175px;
1091
+ padding: 10px;
1092
+ text-align: center;
1093
+ }
1094
+ .navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
1095
+ z-index: 5;
1096
+ height: 90px;
1097
+ width: 90px;
1098
+ border: 3px solid;
1099
+ border-color: transparent;
1100
+ border-color: rgba(255, 255, 255, 0.2);
1101
+ }
1102
+ .navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
1103
+ z-index: 5;
1104
+ color: #fff;
1105
+ color: rgba(255, 255, 255, 0.8);
1106
+ font-size: 17px;
1107
+ margin-top: 10px;
1108
+ }
1109
+ .navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
1110
+ display: block;
1111
+ font-size: 12px;
1112
+ }
1113
+ .navbar-nav > .user-menu > .dropdown-menu > .user-body {
1114
+ padding: 15px;
1115
+ border-bottom: 1px solid #f4f4f4;
1116
+ border-top: 1px solid #dddddd;
1117
+ }
1118
+ .navbar-nav > .user-menu > .dropdown-menu > .user-body:before,
1119
+ .navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
1120
+ content: " ";
1121
+ display: table;
1122
+ }
1123
+ .navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
1124
+ clear: both;
1125
+ }
1126
+ .navbar-nav > .user-menu > .dropdown-menu > .user-body a {
1127
+ color: #444 !important;
1128
+ }
1129
+ @media (max-width: 991px) {
1130
+ .navbar-nav > .user-menu > .dropdown-menu > .user-body a {
1131
+ background: #fff !important;
1132
+ color: #444 !important;
1133
+ }
1134
+ }
1135
+ .navbar-nav > .user-menu > .dropdown-menu > .user-footer {
1136
+ background-color: #f9f9f9;
1137
+ padding: 10px;
1138
+ }
1139
+ .navbar-nav > .user-menu > .dropdown-menu > .user-footer:before,
1140
+ .navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
1141
+ content: " ";
1142
+ display: table;
1143
+ }
1144
+ .navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
1145
+ clear: both;
1146
+ }
1147
+ .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
1148
+ color: #666666;
1149
+ }
1150
+ @media (max-width: 991px) {
1151
+ .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default:hover {
1152
+ background-color: #f9f9f9;
1153
+ }
1154
+ }
1155
+ .navbar-nav > .user-menu .user-image {
1156
+ float: left;
1157
+ width: 25px;
1158
+ height: 25px;
1159
+ border-radius: 50%;
1160
+ margin-right: 10px;
1161
+ margin-top: -2px;
1162
+ }
1163
+ @media (max-width: 767px) {
1164
+ .navbar-nav > .user-menu .user-image {
1165
+ float: none;
1166
+ margin-right: 0;
1167
+ margin-top: -8px;
1168
+ line-height: 10px;
1169
+ }
1170
+ }
1171
+ /* Add fade animation to dropdown menus by appending
1172
+ the class .animated-dropdown-menu to the .dropdown-menu ul (or ol)*/
1173
+ .open:not(.dropup) > .animated-dropdown-menu {
1174
+ backface-visibility: visible !important;
1175
+ -webkit-animation: flipInX 0.7s both;
1176
+ -o-animation: flipInX 0.7s both;
1177
+ animation: flipInX 0.7s both;
1178
+ }
1179
+ @keyframes flipInX {
1180
+ 0% {
1181
+ transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
1182
+ transition-timing-function: ease-in;
1183
+ opacity: 0;
1184
+ }
1185
+ 40% {
1186
+ transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
1187
+ transition-timing-function: ease-in;
1188
+ }
1189
+ 60% {
1190
+ transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
1191
+ opacity: 1;
1192
+ }
1193
+ 80% {
1194
+ transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
1195
+ }
1196
+ 100% {
1197
+ transform: perspective(400px);
1198
+ }
1199
+ }
1200
+ @-webkit-keyframes flipInX {
1201
+ 0% {
1202
+ -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
1203
+ -webkit-transition-timing-function: ease-in;
1204
+ opacity: 0;
1205
+ }
1206
+ 40% {
1207
+ -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
1208
+ -webkit-transition-timing-function: ease-in;
1209
+ }
1210
+ 60% {
1211
+ -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
1212
+ opacity: 1;
1213
+ }
1214
+ 80% {
1215
+ -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
1216
+ }
1217
+ 100% {
1218
+ -webkit-transform: perspective(400px);
1219
+ }
1220
+ }
1221
+ /* Fix dropdown menu in navbars */
1222
+ .navbar-custom-menu > .navbar-nav > li {
1223
+ position: relative;
1224
+ }
1225
+ .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
1226
+ position: absolute;
1227
+ right: 0;
1228
+ left: auto;
1229
+ }
1230
+ @media (max-width: 991px) {
1231
+ .navbar-custom-menu > .navbar-nav {
1232
+ float: right;
1233
+ }
1234
+ .navbar-custom-menu > .navbar-nav > li {
1235
+ position: static;
1236
+ }
1237
+ .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
1238
+ position: absolute;
1239
+ right: 5%;
1240
+ left: auto;
1241
+ border: 1px solid #ddd;
1242
+ background: #fff;
1243
+ }
1244
+ }
1245
+ /*
1246
+ * Component: Form
1247
+ * ---------------
1248
+ */
1249
+ .form-control {
1250
+ border-radius: 0;
1251
+ box-shadow: none;
1252
+ border-color: #d2d6de;
1253
+ }
1254
+ .form-control:focus {
1255
+ border-color: #3c8dbc;
1256
+ box-shadow: none;
1257
+ }
1258
+ .form-control::-moz-placeholder,
1259
+ .form-control:-ms-input-placeholder,
1260
+ .form-control::-webkit-input-placeholder {
1261
+ color: #bbb;
1262
+ opacity: 1;
1263
+ }
1264
+ .form-control:not(select) {
1265
+ -webkit-appearance: none;
1266
+ -moz-appearance: none;
1267
+ appearance: none;
1268
+ }
1269
+ .form-group.has-success label {
1270
+ color: #00a65a;
1271
+ }
1272
+ .form-group.has-success .form-control {
1273
+ border-color: #00a65a;
1274
+ box-shadow: none;
1275
+ }
1276
+ .form-group.has-success .help-block {
1277
+ color: #00a65a;
1278
+ }
1279
+ .form-group.has-warning label {
1280
+ color: #f39c12;
1281
+ }
1282
+ .form-group.has-warning .form-control {
1283
+ border-color: #f39c12;
1284
+ box-shadow: none;
1285
+ }
1286
+ .form-group.has-warning .help-block {
1287
+ color: #f39c12;
1288
+ }
1289
+ .form-group.has-error label {
1290
+ color: #dd4b39;
1291
+ }
1292
+ .form-group.has-error .form-control {
1293
+ border-color: #dd4b39;
1294
+ box-shadow: none;
1295
+ }
1296
+ .form-group.has-error .help-block {
1297
+ color: #dd4b39;
1298
+ }
1299
+ /* Input group */
1300
+ .input-group .input-group-addon {
1301
+ border-radius: 0;
1302
+ border-color: #d2d6de;
1303
+ background-color: #fff;
1304
+ }
1305
+ /* button groups */
1306
+ .btn-group-vertical .btn.btn-flat:first-of-type,
1307
+ .btn-group-vertical .btn.btn-flat:last-of-type {
1308
+ border-radius: 0;
1309
+ }
1310
+ .icheck > label {
1311
+ padding-left: 0;
1312
+ }
1313
+ /* support Font Awesome icons in form-control */
1314
+ .form-control-feedback.fa {
1315
+ line-height: 34px;
1316
+ }
1317
+ .input-lg + .form-control-feedback.fa,
1318
+ .input-group-lg + .form-control-feedback.fa,
1319
+ .form-group-lg .form-control + .form-control-feedback.fa {
1320
+ line-height: 46px;
1321
+ }
1322
+ .input-sm + .form-control-feedback.fa,
1323
+ .input-group-sm + .form-control-feedback.fa,
1324
+ .form-group-sm .form-control + .form-control-feedback.fa {
1325
+ line-height: 30px;
1326
+ }
1327
+ /*
1328
+ * Component: Progress Bar
1329
+ * -----------------------
1330
+ */
1331
+ .progress,
1332
+ .progress > .progress-bar {
1333
+ -webkit-box-shadow: none;
1334
+ box-shadow: none;
1335
+ }
1336
+ .progress,
1337
+ .progress > .progress-bar,
1338
+ .progress .progress-bar,
1339
+ .progress > .progress-bar .progress-bar {
1340
+ border-radius: 1px;
1341
+ }
1342
+ /* size variation */
1343
+ .progress.sm,
1344
+ .progress-sm {
1345
+ height: 10px;
1346
+ }
1347
+ .progress.sm,
1348
+ .progress-sm,
1349
+ .progress.sm .progress-bar,
1350
+ .progress-sm .progress-bar {
1351
+ border-radius: 1px;
1352
+ }
1353
+ .progress.xs,
1354
+ .progress-xs {
1355
+ height: 7px;
1356
+ }
1357
+ .progress.xs,
1358
+ .progress-xs,
1359
+ .progress.xs .progress-bar,
1360
+ .progress-xs .progress-bar {
1361
+ border-radius: 1px;
1362
+ }
1363
+ .progress.xxs,
1364
+ .progress-xxs {
1365
+ height: 3px;
1366
+ }
1367
+ .progress.xxs,
1368
+ .progress-xxs,
1369
+ .progress.xxs .progress-bar,
1370
+ .progress-xxs .progress-bar {
1371
+ border-radius: 1px;
1372
+ }
1373
+ /* Vertical bars */
1374
+ .progress.vertical {
1375
+ position: relative;
1376
+ width: 30px;
1377
+ height: 200px;
1378
+ display: inline-block;
1379
+ margin-right: 10px;
1380
+ }
1381
+ .progress.vertical > .progress-bar {
1382
+ width: 100%;
1383
+ position: absolute;
1384
+ bottom: 0;
1385
+ }
1386
+ .progress.vertical.sm,
1387
+ .progress.vertical.progress-sm {
1388
+ width: 20px;
1389
+ }
1390
+ .progress.vertical.xs,
1391
+ .progress.vertical.progress-xs {
1392
+ width: 10px;
1393
+ }
1394
+ .progress.vertical.xxs,
1395
+ .progress.vertical.progress-xxs {
1396
+ width: 3px;
1397
+ }
1398
+ .progress-group .progress-text {
1399
+ font-weight: 600;
1400
+ }
1401
+ .progress-group .progress-number {
1402
+ float: right;
1403
+ }
1404
+ /* Remove margins from progress bars when put in a table */
1405
+ .table tr > td .progress {
1406
+ margin: 0;
1407
+ }
1408
+ .progress-bar-light-blue,
1409
+ .progress-bar-primary {
1410
+ background-color: #3c8dbc;
1411
+ }
1412
+ .progress-striped .progress-bar-light-blue,
1413
+ .progress-striped .progress-bar-primary {
1414
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1415
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1416
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1417
+ }
1418
+ .progress-bar-green,
1419
+ .progress-bar-success {
1420
+ background-color: #00a65a;
1421
+ }
1422
+ .progress-striped .progress-bar-green,
1423
+ .progress-striped .progress-bar-success {
1424
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1425
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1426
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1427
+ }
1428
+ .progress-bar-aqua,
1429
+ .progress-bar-info {
1430
+ background-color: #00c0ef;
1431
+ }
1432
+ .progress-striped .progress-bar-aqua,
1433
+ .progress-striped .progress-bar-info {
1434
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1435
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1436
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1437
+ }
1438
+ .progress-bar-yellow,
1439
+ .progress-bar-warning {
1440
+ background-color: #f39c12;
1441
+ }
1442
+ .progress-striped .progress-bar-yellow,
1443
+ .progress-striped .progress-bar-warning {
1444
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1445
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1446
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1447
+ }
1448
+ .progress-bar-red,
1449
+ .progress-bar-danger {
1450
+ background-color: #dd4b39;
1451
+ }
1452
+ .progress-striped .progress-bar-red,
1453
+ .progress-striped .progress-bar-danger {
1454
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1455
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1456
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1457
+ }
1458
+ /*
1459
+ * Component: Small Box
1460
+ * --------------------
1461
+ */
1462
+ .small-box {
1463
+ border-radius: 2px;
1464
+ position: relative;
1465
+ display: block;
1466
+ margin-bottom: 20px;
1467
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
1468
+ }
1469
+ .small-box > .inner {
1470
+ padding: 10px;
1471
+ }
1472
+ .small-box > .small-box-footer {
1473
+ position: relative;
1474
+ text-align: center;
1475
+ padding: 3px 0;
1476
+ color: #fff;
1477
+ color: rgba(255, 255, 255, 0.8);
1478
+ display: block;
1479
+ z-index: 10;
1480
+ background: rgba(0, 0, 0, 0.1);
1481
+ text-decoration: none;
1482
+ }
1483
+ .small-box > .small-box-footer:hover {
1484
+ color: #fff;
1485
+ background: rgba(0, 0, 0, 0.15);
1486
+ }
1487
+ .small-box h3 {
1488
+ font-size: 38px;
1489
+ font-weight: bold;
1490
+ margin: 0 0 10px 0;
1491
+ white-space: nowrap;
1492
+ padding: 0;
1493
+ }
1494
+ .small-box p {
1495
+ font-size: 15px;
1496
+ }
1497
+ .small-box p > small {
1498
+ display: block;
1499
+ color: #f9f9f9;
1500
+ font-size: 13px;
1501
+ margin-top: 5px;
1502
+ }
1503
+ .small-box h3,
1504
+ .small-box p {
1505
+ z-index: 5;
1506
+ }
1507
+ .small-box .icon {
1508
+ -webkit-transition: all 0.3s linear;
1509
+ -o-transition: all 0.3s linear;
1510
+ transition: all 0.3s linear;
1511
+ position: absolute;
1512
+ top: -10px;
1513
+ right: 10px;
1514
+ z-index: 0;
1515
+ font-size: 90px;
1516
+ color: rgba(0, 0, 0, 0.15);
1517
+ }
1518
+ .small-box:hover {
1519
+ text-decoration: none;
1520
+ color: #f9f9f9;
1521
+ }
1522
+ .small-box:hover .icon {
1523
+ font-size: 95px;
1524
+ }
1525
+ @media (max-width: 767px) {
1526
+ .small-box {
1527
+ text-align: center;
1528
+ }
1529
+ .small-box .icon {
1530
+ display: none;
1531
+ }
1532
+ .small-box p {
1533
+ font-size: 12px;
1534
+ }
1535
+ }
1536
+ /*
1537
+ * Component: Box
1538
+ * --------------
1539
+ */
1540
+ .box {
1541
+ position: relative;
1542
+ border-radius: 3px;
1543
+ background: #ffffff;
1544
+ border-top: 3px solid #d2d6de;
1545
+ margin-bottom: 20px;
1546
+ width: 100%;
1547
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
1548
+ }
1549
+ .box.box-primary {
1550
+ border-top-color: #3c8dbc;
1551
+ }
1552
+ .box.box-info {
1553
+ border-top-color: #00c0ef;
1554
+ }
1555
+ .box.box-danger {
1556
+ border-top-color: #dd4b39;
1557
+ }
1558
+ .box.box-warning {
1559
+ border-top-color: #f39c12;
1560
+ }
1561
+ .box.box-success {
1562
+ border-top-color: #00a65a;
1563
+ }
1564
+ .box.box-default {
1565
+ border-top-color: #d2d6de;
1566
+ }
1567
+ .box.collapsed-box .box-body,
1568
+ .box.collapsed-box .box-footer {
1569
+ display: none;
1570
+ }
1571
+ .box .nav-stacked > li {
1572
+ border-bottom: 1px solid #f4f4f4;
1573
+ margin: 0;
1574
+ }
1575
+ .box .nav-stacked > li:last-of-type {
1576
+ border-bottom: none;
1577
+ }
1578
+ .box.height-control .box-body {
1579
+ max-height: 300px;
1580
+ overflow: auto;
1581
+ }
1582
+ .box .border-right {
1583
+ border-right: 1px solid #f4f4f4;
1584
+ }
1585
+ .box .border-left {
1586
+ border-left: 1px solid #f4f4f4;
1587
+ }
1588
+ .box.box-solid {
1589
+ border-top: 0;
1590
+ }
1591
+ .box.box-solid > .box-header .btn.btn-default {
1592
+ background: transparent;
1593
+ }
1594
+ .box.box-solid > .box-header .btn:hover,
1595
+ .box.box-solid > .box-header a:hover {
1596
+ background: rgba(0, 0, 0, 0.1);
1597
+ }
1598
+ .box.box-solid.box-default {
1599
+ border: 1px solid #d2d6de;
1600
+ }
1601
+ .box.box-solid.box-default > .box-header {
1602
+ color: #444444;
1603
+ background: #d2d6de;
1604
+ background-color: #d2d6de;
1605
+ }
1606
+ .box.box-solid.box-default > .box-header a,
1607
+ .box.box-solid.box-default > .box-header .btn {
1608
+ color: #444444;
1609
+ }
1610
+ .box.box-solid.box-primary {
1611
+ border: 1px solid #3c8dbc;
1612
+ }
1613
+ .box.box-solid.box-primary > .box-header {
1614
+ color: #ffffff;
1615
+ background: #3c8dbc;
1616
+ background-color: #3c8dbc;
1617
+ }
1618
+ .box.box-solid.box-primary > .box-header a,
1619
+ .box.box-solid.box-primary > .box-header .btn {
1620
+ color: #ffffff;
1621
+ }
1622
+ .box.box-solid.box-info {
1623
+ border: 1px solid #00c0ef;
1624
+ }
1625
+ .box.box-solid.box-info > .box-header {
1626
+ color: #ffffff;
1627
+ background: #00c0ef;
1628
+ background-color: #00c0ef;
1629
+ }
1630
+ .box.box-solid.box-info > .box-header a,
1631
+ .box.box-solid.box-info > .box-header .btn {
1632
+ color: #ffffff;
1633
+ }
1634
+ .box.box-solid.box-danger {
1635
+ border: 1px solid #dd4b39;
1636
+ }
1637
+ .box.box-solid.box-danger > .box-header {
1638
+ color: #ffffff;
1639
+ background: #dd4b39;
1640
+ background-color: #dd4b39;
1641
+ }
1642
+ .box.box-solid.box-danger > .box-header a,
1643
+ .box.box-solid.box-danger > .box-header .btn {
1644
+ color: #ffffff;
1645
+ }
1646
+ .box.box-solid.box-warning {
1647
+ border: 1px solid #f39c12;
1648
+ }
1649
+ .box.box-solid.box-warning > .box-header {
1650
+ color: #ffffff;
1651
+ background: #f39c12;
1652
+ background-color: #f39c12;
1653
+ }
1654
+ .box.box-solid.box-warning > .box-header a,
1655
+ .box.box-solid.box-warning > .box-header .btn {
1656
+ color: #ffffff;
1657
+ }
1658
+ .box.box-solid.box-success {
1659
+ border: 1px solid #00a65a;
1660
+ }
1661
+ .box.box-solid.box-success > .box-header {
1662
+ color: #ffffff;
1663
+ background: #00a65a;
1664
+ background-color: #00a65a;
1665
+ }
1666
+ .box.box-solid.box-success > .box-header a,
1667
+ .box.box-solid.box-success > .box-header .btn {
1668
+ color: #ffffff;
1669
+ }
1670
+ .box.box-solid > .box-header > .box-tools .btn {
1671
+ border: 0;
1672
+ box-shadow: none;
1673
+ }
1674
+ .box.box-solid[class*='bg'] > .box-header {
1675
+ color: #fff;
1676
+ }
1677
+ .box .box-group > .box {
1678
+ margin-bottom: 5px;
1679
+ }
1680
+ .box .knob-label {
1681
+ text-align: center;
1682
+ color: #333;
1683
+ font-weight: 100;
1684
+ font-size: 12px;
1685
+ margin-bottom: 0.3em;
1686
+ }
1687
+ .box > .overlay,
1688
+ .overlay-wrapper > .overlay,
1689
+ .box > .loading-img,
1690
+ .overlay-wrapper > .loading-img {
1691
+ position: absolute;
1692
+ top: 0;
1693
+ left: 0;
1694
+ width: 100%;
1695
+ height: 100%;
1696
+ }
1697
+ .box .overlay,
1698
+ .overlay-wrapper .overlay {
1699
+ z-index: 50;
1700
+ background: rgba(255, 255, 255, 0.7);
1701
+ border-radius: 3px;
1702
+ }
1703
+ .box .overlay > .fa,
1704
+ .overlay-wrapper .overlay > .fa {
1705
+ position: absolute;
1706
+ top: 50%;
1707
+ left: 50%;
1708
+ margin-left: -15px;
1709
+ margin-top: -15px;
1710
+ color: #000;
1711
+ font-size: 30px;
1712
+ }
1713
+ .box .overlay.dark,
1714
+ .overlay-wrapper .overlay.dark {
1715
+ background: rgba(0, 0, 0, 0.5);
1716
+ }
1717
+ .box-header:before,
1718
+ .box-body:before,
1719
+ .box-footer:before,
1720
+ .box-header:after,
1721
+ .box-body:after,
1722
+ .box-footer:after {
1723
+ content: " ";
1724
+ display: table;
1725
+ }
1726
+ .box-header:after,
1727
+ .box-body:after,
1728
+ .box-footer:after {
1729
+ clear: both;
1730
+ }
1731
+ .box-header {
1732
+ color: #444;
1733
+ display: block;
1734
+ padding: 10px;
1735
+ position: relative;
1736
+ }
1737
+ .box-header.with-border {
1738
+ border-bottom: 1px solid #f4f4f4;
1739
+ }
1740
+ .collapsed-box .box-header.with-border {
1741
+ border-bottom: none;
1742
+ }
1743
+ .box-header > .fa,
1744
+ .box-header > .glyphicon,
1745
+ .box-header > .ion,
1746
+ .box-header .box-title {
1747
+ display: inline-block;
1748
+ font-size: 18px;
1749
+ margin: 0;
1750
+ line-height: 1;
1751
+ }
1752
+ .box-header > .fa,
1753
+ .box-header > .glyphicon,
1754
+ .box-header > .ion {
1755
+ margin-right: 5px;
1756
+ }
1757
+ .box-header > .box-tools {
1758
+ position: absolute;
1759
+ right: 10px;
1760
+ top: 5px;
1761
+ }
1762
+ .box-header > .box-tools [data-toggle="tooltip"] {
1763
+ position: relative;
1764
+ }
1765
+ .box-header > .box-tools.pull-right .dropdown-menu {
1766
+ right: 0;
1767
+ left: auto;
1768
+ }
1769
+ .btn-box-tool {
1770
+ padding: 5px;
1771
+ font-size: 12px;
1772
+ background: transparent;
1773
+ color: #97a0b3;
1774
+ }
1775
+ .open .btn-box-tool,
1776
+ .btn-box-tool:hover {
1777
+ color: #606c84;
1778
+ }
1779
+ .btn-box-tool.btn:active {
1780
+ box-shadow: none;
1781
+ }
1782
+ .box-body {
1783
+ border-top-left-radius: 0;
1784
+ border-top-right-radius: 0;
1785
+ border-bottom-right-radius: 3px;
1786
+ border-bottom-left-radius: 3px;
1787
+ padding: 10px;
1788
+ }
1789
+ .no-header .box-body {
1790
+ border-top-right-radius: 3px;
1791
+ border-top-left-radius: 3px;
1792
+ }
1793
+ .box-body > .table {
1794
+ margin-bottom: 0;
1795
+ }
1796
+ .box-body .fc {
1797
+ margin-top: 5px;
1798
+ }
1799
+ .box-body .full-width-chart {
1800
+ margin: -19px;
1801
+ }
1802
+ .box-body.no-padding .full-width-chart {
1803
+ margin: -9px;
1804
+ }
1805
+ .box-body .box-pane {
1806
+ border-top-left-radius: 0;
1807
+ border-top-right-radius: 0;
1808
+ border-bottom-right-radius: 0;
1809
+ border-bottom-left-radius: 3px;
1810
+ }
1811
+ .box-body .box-pane-right {
1812
+ border-top-left-radius: 0;
1813
+ border-top-right-radius: 0;
1814
+ border-bottom-right-radius: 3px;
1815
+ border-bottom-left-radius: 0;
1816
+ }
1817
+ .box-footer {
1818
+ border-top-left-radius: 0;
1819
+ border-top-right-radius: 0;
1820
+ border-bottom-right-radius: 3px;
1821
+ border-bottom-left-radius: 3px;
1822
+ border-top: 1px solid #f4f4f4;
1823
+ padding: 10px;
1824
+ background-color: #ffffff;
1825
+ }
1826
+ .chart-legend {
1827
+ margin: 10px 0;
1828
+ }
1829
+ @media (max-width: 991px) {
1830
+ .chart-legend > li {
1831
+ float: left;
1832
+ margin-right: 10px;
1833
+ }
1834
+ }
1835
+ .box-comments {
1836
+ background: #f7f7f7;
1837
+ }
1838
+ .box-comments .box-comment {
1839
+ padding: 8px 0;
1840
+ border-bottom: 1px solid #eee;
1841
+ }
1842
+ .box-comments .box-comment:before,
1843
+ .box-comments .box-comment:after {
1844
+ content: " ";
1845
+ display: table;
1846
+ }
1847
+ .box-comments .box-comment:after {
1848
+ clear: both;
1849
+ }
1850
+ .box-comments .box-comment:last-of-type {
1851
+ border-bottom: 0;
1852
+ }
1853
+ .box-comments .box-comment:first-of-type {
1854
+ padding-top: 0;
1855
+ }
1856
+ .box-comments .box-comment img {
1857
+ float: left;
1858
+ }
1859
+ .box-comments .comment-text {
1860
+ margin-left: 40px;
1861
+ color: #555;
1862
+ }
1863
+ .box-comments .username {
1864
+ color: #444;
1865
+ display: block;
1866
+ font-weight: 600;
1867
+ }
1868
+ .box-comments .text-muted {
1869
+ font-weight: 400;
1870
+ font-size: 12px;
1871
+ }
1872
+ /* Widget: TODO LIST */
1873
+ .todo-list {
1874
+ margin: 0;
1875
+ padding: 0;
1876
+ list-style: none;
1877
+ overflow: auto;
1878
+ }
1879
+ .todo-list > li {
1880
+ border-radius: 2px;
1881
+ padding: 10px;
1882
+ background: #f4f4f4;
1883
+ margin-bottom: 2px;
1884
+ border-left: 2px solid #e6e7e8;
1885
+ color: #444;
1886
+ }
1887
+ .todo-list > li:last-of-type {
1888
+ margin-bottom: 0;
1889
+ }
1890
+ .todo-list > li > input[type='checkbox'] {
1891
+ margin: 0 10px 0 5px;
1892
+ }
1893
+ .todo-list > li .text {
1894
+ display: inline-block;
1895
+ margin-left: 5px;
1896
+ font-weight: 600;
1897
+ }
1898
+ .todo-list > li .label {
1899
+ margin-left: 10px;
1900
+ font-size: 9px;
1901
+ }
1902
+ .todo-list > li .tools {
1903
+ display: none;
1904
+ float: right;
1905
+ color: #dd4b39;
1906
+ }
1907
+ .todo-list > li .tools > .fa,
1908
+ .todo-list > li .tools > .glyphicon,
1909
+ .todo-list > li .tools > .ion {
1910
+ margin-right: 5px;
1911
+ cursor: pointer;
1912
+ }
1913
+ .todo-list > li:hover .tools {
1914
+ display: inline-block;
1915
+ }
1916
+ .todo-list > li.done {
1917
+ color: #999;
1918
+ }
1919
+ .todo-list > li.done .text {
1920
+ text-decoration: line-through;
1921
+ font-weight: 500;
1922
+ }
1923
+ .todo-list > li.done .label {
1924
+ background: #d2d6de !important;
1925
+ }
1926
+ .todo-list .danger {
1927
+ border-left-color: #dd4b39;
1928
+ }
1929
+ .todo-list .warning {
1930
+ border-left-color: #f39c12;
1931
+ }
1932
+ .todo-list .info {
1933
+ border-left-color: #00c0ef;
1934
+ }
1935
+ .todo-list .success {
1936
+ border-left-color: #00a65a;
1937
+ }
1938
+ .todo-list .primary {
1939
+ border-left-color: #3c8dbc;
1940
+ }
1941
+ .todo-list .handle {
1942
+ display: inline-block;
1943
+ cursor: move;
1944
+ margin: 0 5px;
1945
+ }
1946
+ /* Chat widget (DEPRECATED - this will be removed in the next major release. Use Direct Chat instead)*/
1947
+ .chat {
1948
+ padding: 5px 20px 5px 10px;
1949
+ }
1950
+ .chat .item {
1951
+ margin-bottom: 10px;
1952
+ }
1953
+ .chat .item:before,
1954
+ .chat .item:after {
1955
+ content: " ";
1956
+ display: table;
1957
+ }
1958
+ .chat .item:after {
1959
+ clear: both;
1960
+ }
1961
+ .chat .item > img {
1962
+ width: 40px;
1963
+ height: 40px;
1964
+ border: 2px solid transparent;
1965
+ border-radius: 50%;
1966
+ }
1967
+ .chat .item > .online {
1968
+ border: 2px solid #00a65a;
1969
+ }
1970
+ .chat .item > .offline {
1971
+ border: 2px solid #dd4b39;
1972
+ }
1973
+ .chat .item > .message {
1974
+ margin-left: 55px;
1975
+ margin-top: -40px;
1976
+ }
1977
+ .chat .item > .message > .name {
1978
+ display: block;
1979
+ font-weight: 600;
1980
+ }
1981
+ .chat .item > .attachment {
1982
+ border-radius: 3px;
1983
+ background: #f4f4f4;
1984
+ margin-left: 65px;
1985
+ margin-right: 15px;
1986
+ padding: 10px;
1987
+ }
1988
+ .chat .item > .attachment > h4 {
1989
+ margin: 0 0 5px 0;
1990
+ font-weight: 600;
1991
+ font-size: 14px;
1992
+ }
1993
+ .chat .item > .attachment > p,
1994
+ .chat .item > .attachment > .filename {
1995
+ font-weight: 600;
1996
+ font-size: 13px;
1997
+ font-style: italic;
1998
+ margin: 0;
1999
+ }
2000
+ .chat .item > .attachment:before,
2001
+ .chat .item > .attachment:after {
2002
+ content: " ";
2003
+ display: table;
2004
+ }
2005
+ .chat .item > .attachment:after {
2006
+ clear: both;
2007
+ }
2008
+ .box-input {
2009
+ max-width: 200px;
2010
+ }
2011
+ .modal .panel-body {
2012
+ color: #444;
2013
+ }
2014
+ /*
2015
+ * Component: Info Box
2016
+ * -------------------
2017
+ */
2018
+ .info-box {
2019
+ display: block;
2020
+ min-height: 90px;
2021
+ background: #fff;
2022
+ width: 100%;
2023
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
2024
+ border-radius: 2px;
2025
+ margin-bottom: 15px;
2026
+ }
2027
+ .info-box small {
2028
+ font-size: 14px;
2029
+ }
2030
+ .info-box .progress {
2031
+ background: rgba(0, 0, 0, 0.2);
2032
+ margin: 5px -10px 5px -10px;
2033
+ height: 2px;
2034
+ }
2035
+ .info-box .progress,
2036
+ .info-box .progress .progress-bar {
2037
+ border-radius: 0;
2038
+ }
2039
+ .info-box .progress .progress-bar {
2040
+ background: #fff;
2041
+ }
2042
+ .info-box-icon {
2043
+ border-top-left-radius: 2px;
2044
+ border-top-right-radius: 0;
2045
+ border-bottom-right-radius: 0;
2046
+ border-bottom-left-radius: 2px;
2047
+ display: block;
2048
+ float: left;
2049
+ height: 90px;
2050
+ width: 90px;
2051
+ text-align: center;
2052
+ font-size: 45px;
2053
+ line-height: 90px;
2054
+ background: rgba(0, 0, 0, 0.2);
2055
+ }
2056
+ .info-box-icon > img {
2057
+ max-width: 100%;
2058
+ }
2059
+ .info-box-content {
2060
+ padding: 5px 10px;
2061
+ margin-left: 90px;
2062
+ }
2063
+ .info-box-number {
2064
+ display: block;
2065
+ font-weight: bold;
2066
+ font-size: 18px;
2067
+ }
2068
+ .progress-description,
2069
+ .info-box-text {
2070
+ display: block;
2071
+ font-size: 14px;
2072
+ white-space: nowrap;
2073
+ overflow: hidden;
2074
+ text-overflow: ellipsis;
2075
+ }
2076
+ .info-box-text {
2077
+ text-transform: uppercase;
2078
+ }
2079
+ .info-box-more {
2080
+ display: block;
2081
+ }
2082
+ .progress-description {
2083
+ margin: 0;
2084
+ }
2085
+ /*
2086
+ * Component: Timeline
2087
+ * -------------------
2088
+ */
2089
+ .timeline {
2090
+ position: relative;
2091
+ margin: 0 0 30px 0;
2092
+ padding: 0;
2093
+ list-style: none;
2094
+ }
2095
+ .timeline:before {
2096
+ content: '';
2097
+ position: absolute;
2098
+ top: 0;
2099
+ bottom: 0;
2100
+ width: 4px;
2101
+ background: #ddd;
2102
+ left: 31px;
2103
+ margin: 0;
2104
+ border-radius: 2px;
2105
+ }
2106
+ .timeline > li {
2107
+ position: relative;
2108
+ margin-right: 10px;
2109
+ margin-bottom: 15px;
2110
+ }
2111
+ .timeline > li:before,
2112
+ .timeline > li:after {
2113
+ content: " ";
2114
+ display: table;
2115
+ }
2116
+ .timeline > li:after {
2117
+ clear: both;
2118
+ }
2119
+ .timeline > li > .timeline-item {
2120
+ -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
2121
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
2122
+ border-radius: 3px;
2123
+ margin-top: 0;
2124
+ background: #fff;
2125
+ color: #444;
2126
+ margin-left: 60px;
2127
+ margin-right: 15px;
2128
+ padding: 0;
2129
+ position: relative;
2130
+ }
2131
+ .timeline > li > .timeline-item > .time {
2132
+ color: #999;
2133
+ float: right;
2134
+ padding: 10px;
2135
+ font-size: 12px;
2136
+ }
2137
+ .timeline > li > .timeline-item > .timeline-header {
2138
+ margin: 0;
2139
+ color: #555;
2140
+ border-bottom: 1px solid #f4f4f4;
2141
+ padding: 10px;
2142
+ font-size: 16px;
2143
+ line-height: 1.1;
2144
+ }
2145
+ .timeline > li > .timeline-item > .timeline-header > a {
2146
+ font-weight: 600;
2147
+ }
2148
+ .timeline > li > .timeline-item > .timeline-body,
2149
+ .timeline > li > .timeline-item > .timeline-footer {
2150
+ padding: 10px;
2151
+ }
2152
+ .timeline > li > .fa,
2153
+ .timeline > li > .glyphicon,
2154
+ .timeline > li > .ion {
2155
+ width: 30px;
2156
+ height: 30px;
2157
+ font-size: 15px;
2158
+ line-height: 30px;
2159
+ position: absolute;
2160
+ color: #666;
2161
+ background: #d2d6de;
2162
+ border-radius: 50%;
2163
+ text-align: center;
2164
+ left: 18px;
2165
+ top: 0;
2166
+ }
2167
+ .timeline > .time-label > span {
2168
+ font-weight: 600;
2169
+ padding: 5px;
2170
+ display: inline-block;
2171
+ background-color: #fff;
2172
+ border-radius: 4px;
2173
+ }
2174
+ .timeline-inverse > li > .timeline-item {
2175
+ background: #f0f0f0;
2176
+ border: 1px solid #ddd;
2177
+ -webkit-box-shadow: none;
2178
+ box-shadow: none;
2179
+ }
2180
+ .timeline-inverse > li > .timeline-item > .timeline-header {
2181
+ border-bottom-color: #ddd;
2182
+ }
2183
+ /*
2184
+ * Component: Button
2185
+ * -----------------
2186
+ */
2187
+ .btn {
2188
+ border-radius: 3px;
2189
+ -webkit-box-shadow: none;
2190
+ box-shadow: none;
2191
+ border: 1px solid transparent;
2192
+ }
2193
+ .btn.uppercase {
2194
+ text-transform: uppercase;
2195
+ }
2196
+ .btn.btn-flat {
2197
+ border-radius: 0;
2198
+ -webkit-box-shadow: none;
2199
+ -moz-box-shadow: none;
2200
+ box-shadow: none;
2201
+ border-width: 1px;
2202
+ }
2203
+ .btn:active {
2204
+ -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
2205
+ -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
2206
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
2207
+ }
2208
+ .btn:focus {
2209
+ outline: none;
2210
+ }
2211
+ .btn.btn-file {
2212
+ position: relative;
2213
+ overflow: hidden;
2214
+ }
2215
+ .btn.btn-file > input[type='file'] {
2216
+ position: absolute;
2217
+ top: 0;
2218
+ right: 0;
2219
+ min-width: 100%;
2220
+ min-height: 100%;
2221
+ font-size: 100px;
2222
+ text-align: right;
2223
+ opacity: 0;
2224
+ filter: alpha(opacity=0);
2225
+ outline: none;
2226
+ background: white;
2227
+ cursor: inherit;
2228
+ display: block;
2229
+ }
2230
+ .btn-default {
2231
+ background-color: #f4f4f4;
2232
+ color: #444;
2233
+ border-color: #ddd;
2234
+ }
2235
+ .btn-default:hover,
2236
+ .btn-default:active,
2237
+ .btn-default.hover {
2238
+ background-color: #e7e7e7;
2239
+ }
2240
+ .btn-primary {
2241
+ background-color: #3c8dbc;
2242
+ border-color: #367fa9;
2243
+ }
2244
+ .btn-primary:hover,
2245
+ .btn-primary:active,
2246
+ .btn-primary.hover {
2247
+ background-color: #367fa9;
2248
+ }
2249
+ .btn-success {
2250
+ background-color: #00a65a;
2251
+ border-color: #008d4c;
2252
+ }
2253
+ .btn-success:hover,
2254
+ .btn-success:active,
2255
+ .btn-success.hover {
2256
+ background-color: #008d4c;
2257
+ }
2258
+ .btn-info {
2259
+ background-color: #00c0ef;
2260
+ border-color: #00acd6;
2261
+ }
2262
+ .btn-info:hover,
2263
+ .btn-info:active,
2264
+ .btn-info.hover {
2265
+ background-color: #00acd6;
2266
+ }
2267
+ .btn-danger {
2268
+ background-color: #dd4b39;
2269
+ border-color: #d73925;
2270
+ }
2271
+ .btn-danger:hover,
2272
+ .btn-danger:active,
2273
+ .btn-danger.hover {
2274
+ background-color: #d73925;
2275
+ }
2276
+ .btn-warning {
2277
+ background-color: #f39c12;
2278
+ border-color: #e08e0b;
2279
+ }
2280
+ .btn-warning:hover,
2281
+ .btn-warning:active,
2282
+ .btn-warning.hover {
2283
+ background-color: #e08e0b;
2284
+ }
2285
+ .btn-outline {
2286
+ border: 1px solid #fff;
2287
+ background: transparent;
2288
+ color: #fff;
2289
+ }
2290
+ .btn-outline:hover,
2291
+ .btn-outline:focus,
2292
+ .btn-outline:active {
2293
+ color: rgba(255, 255, 255, 0.7);
2294
+ border-color: rgba(255, 255, 255, 0.7);
2295
+ }
2296
+ .btn-link {
2297
+ -webkit-box-shadow: none;
2298
+ box-shadow: none;
2299
+ }
2300
+ .btn[class*='bg-']:hover {
2301
+ -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
2302
+ box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
2303
+ }
2304
+ .btn-app {
2305
+ border-radius: 3px;
2306
+ position: relative;
2307
+ padding: 15px 5px;
2308
+ margin: 0 0 10px 10px;
2309
+ min-width: 80px;
2310
+ height: 60px;
2311
+ text-align: center;
2312
+ color: #666;
2313
+ border: 1px solid #ddd;
2314
+ background-color: #f4f4f4;
2315
+ font-size: 12px;
2316
+ }
2317
+ .btn-app > .fa,
2318
+ .btn-app > .glyphicon,
2319
+ .btn-app > .ion {
2320
+ font-size: 20px;
2321
+ display: block;
2322
+ }
2323
+ .btn-app:hover {
2324
+ background: #f4f4f4;
2325
+ color: #444;
2326
+ border-color: #aaa;
2327
+ }
2328
+ .btn-app:active,
2329
+ .btn-app:focus {
2330
+ -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
2331
+ -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
2332
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
2333
+ }
2334
+ .btn-app > .badge {
2335
+ position: absolute;
2336
+ top: -3px;
2337
+ right: -10px;
2338
+ font-size: 10px;
2339
+ font-weight: 400;
2340
+ }
2341
+ /*
2342
+ * Component: Callout
2343
+ * ------------------
2344
+ */
2345
+ .callout {
2346
+ border-radius: 3px;
2347
+ margin: 0 0 20px 0;
2348
+ padding: 15px 30px 15px 15px;
2349
+ border-left: 5px solid #eee;
2350
+ }
2351
+ .callout a {
2352
+ color: #fff;
2353
+ text-decoration: underline;
2354
+ }
2355
+ .callout a:hover {
2356
+ color: #eee;
2357
+ }
2358
+ .callout h4 {
2359
+ margin-top: 0;
2360
+ font-weight: 600;
2361
+ }
2362
+ .callout p:last-child {
2363
+ margin-bottom: 0;
2364
+ }
2365
+ .callout code,
2366
+ .callout .highlight {
2367
+ background-color: #fff;
2368
+ }
2369
+ .callout.callout-danger {
2370
+ border-color: #c23321;
2371
+ }
2372
+ .callout.callout-warning {
2373
+ border-color: #c87f0a;
2374
+ }
2375
+ .callout.callout-info {
2376
+ border-color: #0097bc;
2377
+ }
2378
+ .callout.callout-success {
2379
+ border-color: #00733e;
2380
+ }
2381
+ /*
2382
+ * Component: alert
2383
+ * ----------------
2384
+ */
2385
+ .alert {
2386
+ border-radius: 3px;
2387
+ }
2388
+ .alert h4 {
2389
+ font-weight: 600;
2390
+ }
2391
+ .alert .icon {
2392
+ margin-right: 10px;
2393
+ }
2394
+ .alert .close {
2395
+ color: #000;
2396
+ opacity: 0.2;
2397
+ filter: alpha(opacity=20);
2398
+ }
2399
+ .alert .close:hover {
2400
+ opacity: 0.5;
2401
+ filter: alpha(opacity=50);
2402
+ }
2403
+ .alert a {
2404
+ color: #fff;
2405
+ text-decoration: underline;
2406
+ }
2407
+ .alert-success {
2408
+ border-color: #008d4c;
2409
+ }
2410
+ .alert-danger,
2411
+ .alert-error {
2412
+ border-color: #d73925;
2413
+ }
2414
+ .alert-warning {
2415
+ border-color: #e08e0b;
2416
+ }
2417
+ .alert-info {
2418
+ border-color: #00acd6;
2419
+ }
2420
+ /*
2421
+ * Component: Nav
2422
+ * --------------
2423
+ */
2424
+ .nav > li > a:hover,
2425
+ .nav > li > a:active,
2426
+ .nav > li > a:focus {
2427
+ color: #444;
2428
+ background: #f7f7f7;
2429
+ }
2430
+ /* NAV PILLS */
2431
+ .nav-pills > li > a {
2432
+ border-radius: 0;
2433
+ border-top: 3px solid transparent;
2434
+ color: #444;
2435
+ }
2436
+ .nav-pills > li > a > .fa,
2437
+ .nav-pills > li > a > .glyphicon,
2438
+ .nav-pills > li > a > .ion {
2439
+ margin-right: 5px;
2440
+ }
2441
+ .nav-pills > li.active > a,
2442
+ .nav-pills > li.active > a:hover,
2443
+ .nav-pills > li.active > a:focus {
2444
+ border-top-color: #3c8dbc;
2445
+ }
2446
+ .nav-pills > li.active > a {
2447
+ font-weight: 600;
2448
+ }
2449
+ /* NAV STACKED */
2450
+ .nav-stacked > li > a {
2451
+ border-radius: 0;
2452
+ border-top: 0;
2453
+ border-left: 3px solid transparent;
2454
+ color: #444;
2455
+ }
2456
+ .nav-stacked > li.active > a,
2457
+ .nav-stacked > li.active > a:hover {
2458
+ background: transparent;
2459
+ color: #444;
2460
+ border-top: 0;
2461
+ border-left-color: #3c8dbc;
2462
+ }
2463
+ .nav-stacked > li.header {
2464
+ border-bottom: 1px solid #ddd;
2465
+ color: #777;
2466
+ margin-bottom: 10px;
2467
+ padding: 5px 10px;
2468
+ text-transform: uppercase;
2469
+ }
2470
+ /* NAV TABS */
2471
+ .nav-tabs-custom {
2472
+ margin-bottom: 20px;
2473
+ background: #fff;
2474
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
2475
+ border-radius: 3px;
2476
+ }
2477
+ .nav-tabs-custom > .nav-tabs {
2478
+ margin: 0;
2479
+ border-bottom-color: #f4f4f4;
2480
+ border-top-right-radius: 3px;
2481
+ border-top-left-radius: 3px;
2482
+ }
2483
+ .nav-tabs-custom > .nav-tabs > li {
2484
+ border-top: 3px solid transparent;
2485
+ margin-bottom: -2px;
2486
+ margin-right: 5px;
2487
+ }
2488
+ .nav-tabs-custom > .nav-tabs > li > a {
2489
+ color: #444;
2490
+ border-radius: 0;
2491
+ }
2492
+ .nav-tabs-custom > .nav-tabs > li > a.text-muted {
2493
+ color: #999;
2494
+ }
2495
+ .nav-tabs-custom > .nav-tabs > li > a,
2496
+ .nav-tabs-custom > .nav-tabs > li > a:hover {
2497
+ background: transparent;
2498
+ margin: 0;
2499
+ }
2500
+ .nav-tabs-custom > .nav-tabs > li > a:hover {
2501
+ color: #999;
2502
+ }
2503
+ .nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover,
2504
+ .nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus,
2505
+ .nav-tabs-custom > .nav-tabs > li:not(.active) > a:active {
2506
+ border-color: transparent;
2507
+ }
2508
+ .nav-tabs-custom > .nav-tabs > li.active {
2509
+ border-top-color: #3c8dbc;
2510
+ }
2511
+ .nav-tabs-custom > .nav-tabs > li.active > a,
2512
+ .nav-tabs-custom > .nav-tabs > li.active:hover > a {
2513
+ background-color: #fff;
2514
+ color: #444;
2515
+ }
2516
+ .nav-tabs-custom > .nav-tabs > li.active > a {
2517
+ border-top-color: transparent;
2518
+ border-left-color: #f4f4f4;
2519
+ border-right-color: #f4f4f4;
2520
+ }
2521
+ .nav-tabs-custom > .nav-tabs > li:first-of-type {
2522
+ margin-left: 0;
2523
+ }
2524
+ .nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
2525
+ border-left-color: transparent;
2526
+ }
2527
+ .nav-tabs-custom > .nav-tabs.pull-right {
2528
+ float: none !important;
2529
+ }
2530
+ .nav-tabs-custom > .nav-tabs.pull-right > li {
2531
+ float: right;
2532
+ }
2533
+ .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
2534
+ margin-right: 0;
2535
+ }
2536
+ .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type > a {
2537
+ border-left-width: 1px;
2538
+ }
2539
+ .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
2540
+ border-left-color: #f4f4f4;
2541
+ border-right-color: transparent;
2542
+ }
2543
+ .nav-tabs-custom > .nav-tabs > li.header {
2544
+ line-height: 35px;
2545
+ padding: 0 10px;
2546
+ font-size: 20px;
2547
+ color: #444;
2548
+ }
2549
+ .nav-tabs-custom > .nav-tabs > li.header > .fa,
2550
+ .nav-tabs-custom > .nav-tabs > li.header > .glyphicon,
2551
+ .nav-tabs-custom > .nav-tabs > li.header > .ion {
2552
+ margin-right: 5px;
2553
+ }
2554
+ .nav-tabs-custom > .tab-content {
2555
+ background: #fff;
2556
+ padding: 10px;
2557
+ border-bottom-right-radius: 3px;
2558
+ border-bottom-left-radius: 3px;
2559
+ }
2560
+ .nav-tabs-custom .dropdown.open > a:active,
2561
+ .nav-tabs-custom .dropdown.open > a:focus {
2562
+ background: transparent;
2563
+ color: #999;
2564
+ }
2565
+ .nav-tabs-custom.tab-primary > .nav-tabs > li.active {
2566
+ border-top-color: #3c8dbc;
2567
+ }
2568
+ .nav-tabs-custom.tab-info > .nav-tabs > li.active {
2569
+ border-top-color: #00c0ef;
2570
+ }
2571
+ .nav-tabs-custom.tab-danger > .nav-tabs > li.active {
2572
+ border-top-color: #dd4b39;
2573
+ }
2574
+ .nav-tabs-custom.tab-warning > .nav-tabs > li.active {
2575
+ border-top-color: #f39c12;
2576
+ }
2577
+ .nav-tabs-custom.tab-success > .nav-tabs > li.active {
2578
+ border-top-color: #00a65a;
2579
+ }
2580
+ .nav-tabs-custom.tab-default > .nav-tabs > li.active {
2581
+ border-top-color: #d2d6de;
2582
+ }
2583
+ /* PAGINATION */
2584
+ .pagination > li > a {
2585
+ background: #fafafa;
2586
+ color: #666;
2587
+ }
2588
+ .pagination.pagination-flat > li > a {
2589
+ border-radius: 0 !important;
2590
+ }
2591
+ /*
2592
+ * Component: Products List
2593
+ * ------------------------
2594
+ */
2595
+ .products-list {
2596
+ list-style: none;
2597
+ margin: 0;
2598
+ padding: 0;
2599
+ }
2600
+ .products-list > .item {
2601
+ border-radius: 3px;
2602
+ -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
2603
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
2604
+ padding: 10px 0;
2605
+ background: #fff;
2606
+ }
2607
+ .products-list > .item:before,
2608
+ .products-list > .item:after {
2609
+ content: " ";
2610
+ display: table;
2611
+ }
2612
+ .products-list > .item:after {
2613
+ clear: both;
2614
+ }
2615
+ .products-list .product-img {
2616
+ float: left;
2617
+ }
2618
+ .products-list .product-img img {
2619
+ width: 50px;
2620
+ height: 50px;
2621
+ }
2622
+ .products-list .product-info {
2623
+ margin-left: 60px;
2624
+ }
2625
+ .products-list .product-title {
2626
+ font-weight: 600;
2627
+ }
2628
+ .products-list .product-description {
2629
+ display: block;
2630
+ color: #999;
2631
+ overflow: hidden;
2632
+ white-space: nowrap;
2633
+ text-overflow: ellipsis;
2634
+ }
2635
+ .product-list-in-box > .item {
2636
+ -webkit-box-shadow: none;
2637
+ box-shadow: none;
2638
+ border-radius: 0;
2639
+ border-bottom: 1px solid #f4f4f4;
2640
+ }
2641
+ .product-list-in-box > .item:last-of-type {
2642
+ border-bottom-width: 0;
2643
+ }
2644
+ /*
2645
+ * Component: Table
2646
+ * ----------------
2647
+ */
2648
+ .table > thead > tr > th,
2649
+ .table > tbody > tr > th,
2650
+ .table > tfoot > tr > th,
2651
+ .table > thead > tr > td,
2652
+ .table > tbody > tr > td,
2653
+ .table > tfoot > tr > td {
2654
+ border-top: 1px solid #f4f4f4;
2655
+ }
2656
+ .table > thead > tr > th {
2657
+ border-bottom: 2px solid #f4f4f4;
2658
+ }
2659
+ .table tr td .progress {
2660
+ margin-top: 5px;
2661
+ }
2662
+ .table-bordered {
2663
+ border: 1px solid #f4f4f4;
2664
+ }
2665
+ .table-bordered > thead > tr > th,
2666
+ .table-bordered > tbody > tr > th,
2667
+ .table-bordered > tfoot > tr > th,
2668
+ .table-bordered > thead > tr > td,
2669
+ .table-bordered > tbody > tr > td,
2670
+ .table-bordered > tfoot > tr > td {
2671
+ border: 1px solid #f4f4f4;
2672
+ }
2673
+ .table-bordered > thead > tr > th,
2674
+ .table-bordered > thead > tr > td {
2675
+ border-bottom-width: 2px;
2676
+ }
2677
+ .table.no-border,
2678
+ .table.no-border td,
2679
+ .table.no-border th {
2680
+ border: 0;
2681
+ }
2682
+ /* .text-center in tables */
2683
+ table.text-center,
2684
+ table.text-center td,
2685
+ table.text-center th {
2686
+ text-align: center;
2687
+ }
2688
+ .table.align th {
2689
+ text-align: left;
2690
+ }
2691
+ .table.align td {
2692
+ text-align: right;
2693
+ }
2694
+ /*
2695
+ * Component: Label
2696
+ * ----------------
2697
+ */
2698
+ .label-default {
2699
+ background-color: #d2d6de;
2700
+ color: #444;
2701
+ }
2702
+ /*
2703
+ * Component: Direct Chat
2704
+ * ----------------------
2705
+ */
2706
+ .direct-chat .box-body {
2707
+ border-bottom-right-radius: 0;
2708
+ border-bottom-left-radius: 0;
2709
+ position: relative;
2710
+ overflow-x: hidden;
2711
+ padding: 0;
2712
+ }
2713
+ .direct-chat.chat-pane-open .direct-chat-contacts {
2714
+ -webkit-transform: translate(0, 0);
2715
+ -ms-transform: translate(0, 0);
2716
+ -o-transform: translate(0, 0);
2717
+ transform: translate(0, 0);
2718
+ }
2719
+ .direct-chat-messages {
2720
+ -webkit-transform: translate(0, 0);
2721
+ -ms-transform: translate(0, 0);
2722
+ -o-transform: translate(0, 0);
2723
+ transform: translate(0, 0);
2724
+ padding: 10px;
2725
+ height: 250px;
2726
+ overflow: auto;
2727
+ }
2728
+ .direct-chat-msg,
2729
+ .direct-chat-text {
2730
+ display: block;
2731
+ }
2732
+ .direct-chat-msg {
2733
+ margin-bottom: 10px;
2734
+ }
2735
+ .direct-chat-msg:before,
2736
+ .direct-chat-msg:after {
2737
+ content: " ";
2738
+ display: table;
2739
+ }
2740
+ .direct-chat-msg:after {
2741
+ clear: both;
2742
+ }
2743
+ .direct-chat-messages,
2744
+ .direct-chat-contacts {
2745
+ -webkit-transition: -webkit-transform 0.5s ease-in-out;
2746
+ -moz-transition: -moz-transform 0.5s ease-in-out;
2747
+ -o-transition: -o-transform 0.5s ease-in-out;
2748
+ transition: transform 0.5s ease-in-out;
2749
+ }
2750
+ .direct-chat-text {
2751
+ border-radius: 5px;
2752
+ position: relative;
2753
+ padding: 5px 10px;
2754
+ background: #d2d6de;
2755
+ border: 1px solid #d2d6de;
2756
+ margin: 5px 0 0 50px;
2757
+ color: #444444;
2758
+ }
2759
+ .direct-chat-text:after,
2760
+ .direct-chat-text:before {
2761
+ position: absolute;
2762
+ right: 100%;
2763
+ top: 15px;
2764
+ border: solid transparent;
2765
+ border-right-color: #d2d6de;
2766
+ content: ' ';
2767
+ height: 0;
2768
+ width: 0;
2769
+ pointer-events: none;
2770
+ }
2771
+ .direct-chat-text:after {
2772
+ border-width: 5px;
2773
+ margin-top: -5px;
2774
+ }
2775
+ .direct-chat-text:before {
2776
+ border-width: 6px;
2777
+ margin-top: -6px;
2778
+ }
2779
+ .right .direct-chat-text {
2780
+ margin-right: 50px;
2781
+ margin-left: 0;
2782
+ }
2783
+ .right .direct-chat-text:after,
2784
+ .right .direct-chat-text:before {
2785
+ right: auto;
2786
+ left: 100%;
2787
+ border-right-color: transparent;
2788
+ border-left-color: #d2d6de;
2789
+ }
2790
+ .direct-chat-img {
2791
+ border-radius: 50%;
2792
+ float: left;
2793
+ width: 40px;
2794
+ height: 40px;
2795
+ }
2796
+ .right .direct-chat-img {
2797
+ float: right;
2798
+ }
2799
+ .direct-chat-info {
2800
+ display: block;
2801
+ margin-bottom: 2px;
2802
+ font-size: 12px;
2803
+ }
2804
+ .direct-chat-name {
2805
+ font-weight: 600;
2806
+ }
2807
+ .direct-chat-timestamp {
2808
+ color: #999;
2809
+ }
2810
+ .direct-chat-contacts-open .direct-chat-contacts {
2811
+ -webkit-transform: translate(0, 0);
2812
+ -ms-transform: translate(0, 0);
2813
+ -o-transform: translate(0, 0);
2814
+ transform: translate(0, 0);
2815
+ }
2816
+ .direct-chat-contacts {
2817
+ -webkit-transform: translate(101%, 0);
2818
+ -ms-transform: translate(101%, 0);
2819
+ -o-transform: translate(101%, 0);
2820
+ transform: translate(101%, 0);
2821
+ position: absolute;
2822
+ top: 0;
2823
+ bottom: 0;
2824
+ height: 250px;
2825
+ width: 100%;
2826
+ background: #222d32;
2827
+ color: #fff;
2828
+ overflow: auto;
2829
+ }
2830
+ .contacts-list > li {
2831
+ border-bottom: 1px solid rgba(0, 0, 0, 0.2);
2832
+ padding: 10px;
2833
+ margin: 0;
2834
+ }
2835
+ .contacts-list > li:before,
2836
+ .contacts-list > li:after {
2837
+ content: " ";
2838
+ display: table;
2839
+ }
2840
+ .contacts-list > li:after {
2841
+ clear: both;
2842
+ }
2843
+ .contacts-list > li:last-of-type {
2844
+ border-bottom: none;
2845
+ }
2846
+ .contacts-list-img {
2847
+ border-radius: 50%;
2848
+ width: 40px;
2849
+ float: left;
2850
+ }
2851
+ .contacts-list-info {
2852
+ margin-left: 45px;
2853
+ color: #fff;
2854
+ }
2855
+ .contacts-list-name,
2856
+ .contacts-list-status {
2857
+ display: block;
2858
+ }
2859
+ .contacts-list-name {
2860
+ font-weight: 600;
2861
+ }
2862
+ .contacts-list-status {
2863
+ font-size: 12px;
2864
+ }
2865
+ .contacts-list-date {
2866
+ color: #aaa;
2867
+ font-weight: normal;
2868
+ }
2869
+ .contacts-list-msg {
2870
+ color: #999;
2871
+ }
2872
+ .direct-chat-danger .right > .direct-chat-text {
2873
+ background: #dd4b39;
2874
+ border-color: #dd4b39;
2875
+ color: #ffffff;
2876
+ }
2877
+ .direct-chat-danger .right > .direct-chat-text:after,
2878
+ .direct-chat-danger .right > .direct-chat-text:before {
2879
+ border-left-color: #dd4b39;
2880
+ }
2881
+ .direct-chat-primary .right > .direct-chat-text {
2882
+ background: #3c8dbc;
2883
+ border-color: #3c8dbc;
2884
+ color: #ffffff;
2885
+ }
2886
+ .direct-chat-primary .right > .direct-chat-text:after,
2887
+ .direct-chat-primary .right > .direct-chat-text:before {
2888
+ border-left-color: #3c8dbc;
2889
+ }
2890
+ .direct-chat-warning .right > .direct-chat-text {
2891
+ background: #f39c12;
2892
+ border-color: #f39c12;
2893
+ color: #ffffff;
2894
+ }
2895
+ .direct-chat-warning .right > .direct-chat-text:after,
2896
+ .direct-chat-warning .right > .direct-chat-text:before {
2897
+ border-left-color: #f39c12;
2898
+ }
2899
+ .direct-chat-info .right > .direct-chat-text {
2900
+ background: #00c0ef;
2901
+ border-color: #00c0ef;
2902
+ color: #ffffff;
2903
+ }
2904
+ .direct-chat-info .right > .direct-chat-text:after,
2905
+ .direct-chat-info .right > .direct-chat-text:before {
2906
+ border-left-color: #00c0ef;
2907
+ }
2908
+ .direct-chat-success .right > .direct-chat-text {
2909
+ background: #00a65a;
2910
+ border-color: #00a65a;
2911
+ color: #ffffff;
2912
+ }
2913
+ .direct-chat-success .right > .direct-chat-text:after,
2914
+ .direct-chat-success .right > .direct-chat-text:before {
2915
+ border-left-color: #00a65a;
2916
+ }
2917
+ /*
2918
+ * Component: Users List
2919
+ * ---------------------
2920
+ */
2921
+ .users-list > li {
2922
+ width: 25%;
2923
+ float: left;
2924
+ padding: 10px;
2925
+ text-align: center;
2926
+ }
2927
+ .users-list > li img {
2928
+ border-radius: 50%;
2929
+ max-width: 100%;
2930
+ height: auto;
2931
+ }
2932
+ .users-list > li > a:hover,
2933
+ .users-list > li > a:hover .users-list-name {
2934
+ color: #999;
2935
+ }
2936
+ .users-list-name,
2937
+ .users-list-date {
2938
+ display: block;
2939
+ }
2940
+ .users-list-name {
2941
+ font-weight: 600;
2942
+ color: #444;
2943
+ overflow: hidden;
2944
+ white-space: nowrap;
2945
+ text-overflow: ellipsis;
2946
+ }
2947
+ .users-list-date {
2948
+ color: #999;
2949
+ font-size: 12px;
2950
+ }
2951
+ /*
2952
+ * Component: Carousel
2953
+ * -------------------
2954
+ */
2955
+ .carousel-control.left,
2956
+ .carousel-control.right {
2957
+ background-image: none;
2958
+ }
2959
+ .carousel-control > .fa {
2960
+ font-size: 40px;
2961
+ position: absolute;
2962
+ top: 50%;
2963
+ z-index: 5;
2964
+ display: inline-block;
2965
+ margin-top: -20px;
2966
+ }
2967
+ /*
2968
+ * Component: modal
2969
+ * ----------------
2970
+ */
2971
+ .modal {
2972
+ background: rgba(0, 0, 0, 0.3);
2973
+ }
2974
+ .modal-content {
2975
+ border-radius: 0;
2976
+ -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
2977
+ box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
2978
+ border: 0;
2979
+ }
2980
+ @media (min-width: 768px) {
2981
+ .modal-content {
2982
+ -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
2983
+ box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
2984
+ }
2985
+ }
2986
+ .modal-header {
2987
+ border-bottom-color: #f4f4f4;
2988
+ }
2989
+ .modal-footer {
2990
+ border-top-color: #f4f4f4;
2991
+ }
2992
+ .modal-primary .modal-header,
2993
+ .modal-primary .modal-footer {
2994
+ border-color: #307095;
2995
+ }
2996
+ .modal-warning .modal-header,
2997
+ .modal-warning .modal-footer {
2998
+ border-color: #c87f0a;
2999
+ }
3000
+ .modal-info .modal-header,
3001
+ .modal-info .modal-footer {
3002
+ border-color: #0097bc;
3003
+ }
3004
+ .modal-success .modal-header,
3005
+ .modal-success .modal-footer {
3006
+ border-color: #00733e;
3007
+ }
3008
+ .modal-danger .modal-header,
3009
+ .modal-danger .modal-footer {
3010
+ border-color: #c23321;
3011
+ }
3012
+ /*
3013
+ * Component: Social Widgets
3014
+ * -------------------------
3015
+ */
3016
+ .box-widget {
3017
+ border: none;
3018
+ position: relative;
3019
+ }
3020
+ .widget-user .widget-user-header {
3021
+ padding: 20px;
3022
+ height: 120px;
3023
+ border-top-right-radius: 3px;
3024
+ border-top-left-radius: 3px;
3025
+ }
3026
+ .widget-user .widget-user-username {
3027
+ margin-top: 0;
3028
+ margin-bottom: 5px;
3029
+ font-size: 25px;
3030
+ font-weight: 300;
3031
+ text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
3032
+ }
3033
+ .widget-user .widget-user-desc {
3034
+ margin-top: 0;
3035
+ }
3036
+ .widget-user .widget-user-image {
3037
+ position: absolute;
3038
+ top: 65px;
3039
+ left: 50%;
3040
+ margin-left: -45px;
3041
+ }
3042
+ .widget-user .widget-user-image > img {
3043
+ width: 90px;
3044
+ height: auto;
3045
+ border: 3px solid #fff;
3046
+ }
3047
+ .widget-user .box-footer {
3048
+ padding-top: 30px;
3049
+ }
3050
+ .widget-user-2 .widget-user-header {
3051
+ padding: 20px;
3052
+ border-top-right-radius: 3px;
3053
+ border-top-left-radius: 3px;
3054
+ }
3055
+ .widget-user-2 .widget-user-username {
3056
+ margin-top: 5px;
3057
+ margin-bottom: 5px;
3058
+ font-size: 25px;
3059
+ font-weight: 300;
3060
+ }
3061
+ .widget-user-2 .widget-user-desc {
3062
+ margin-top: 0;
3063
+ }
3064
+ .widget-user-2 .widget-user-username,
3065
+ .widget-user-2 .widget-user-desc {
3066
+ margin-left: 75px;
3067
+ }
3068
+ .widget-user-2 .widget-user-image > img {
3069
+ width: 65px;
3070
+ height: auto;
3071
+ float: left;
3072
+ }
3073
+ /*
3074
+ * Page: Mailbox
3075
+ * -------------
3076
+ */
3077
+ .mailbox-messages > .table {
3078
+ margin: 0;
3079
+ }
3080
+ .mailbox-controls {
3081
+ padding: 5px;
3082
+ }
3083
+ .mailbox-controls.with-border {
3084
+ border-bottom: 1px solid #f4f4f4;
3085
+ }
3086
+ .mailbox-read-info {
3087
+ border-bottom: 1px solid #f4f4f4;
3088
+ padding: 10px;
3089
+ }
3090
+ .mailbox-read-info h3 {
3091
+ font-size: 20px;
3092
+ margin: 0;
3093
+ }
3094
+ .mailbox-read-info h5 {
3095
+ margin: 0;
3096
+ padding: 5px 0 0 0;
3097
+ }
3098
+ .mailbox-read-time {
3099
+ color: #999;
3100
+ font-size: 13px;
3101
+ }
3102
+ .mailbox-read-message {
3103
+ padding: 10px;
3104
+ }
3105
+ .mailbox-attachments li {
3106
+ float: left;
3107
+ width: 200px;
3108
+ border: 1px solid #eee;
3109
+ margin-bottom: 10px;
3110
+ margin-right: 10px;
3111
+ }
3112
+ .mailbox-attachment-name {
3113
+ font-weight: bold;
3114
+ color: #666;
3115
+ }
3116
+ .mailbox-attachment-icon,
3117
+ .mailbox-attachment-info,
3118
+ .mailbox-attachment-size {
3119
+ display: block;
3120
+ }
3121
+ .mailbox-attachment-info {
3122
+ padding: 10px;
3123
+ background: #f4f4f4;
3124
+ }
3125
+ .mailbox-attachment-size {
3126
+ color: #999;
3127
+ font-size: 12px;
3128
+ }
3129
+ .mailbox-attachment-icon {
3130
+ text-align: center;
3131
+ font-size: 65px;
3132
+ color: #666;
3133
+ padding: 20px 10px;
3134
+ }
3135
+ .mailbox-attachment-icon.has-img {
3136
+ padding: 0;
3137
+ }
3138
+ .mailbox-attachment-icon.has-img > img {
3139
+ max-width: 100%;
3140
+ height: auto;
3141
+ }
3142
+ /*
3143
+ * Page: Lock Screen
3144
+ * -----------------
3145
+ */
3146
+ /* ADD THIS CLASS TO THE <BODY> TAG */
3147
+ .lockscreen {
3148
+ background: #d2d6de;
3149
+ }
3150
+ .lockscreen-logo {
3151
+ font-size: 35px;
3152
+ text-align: center;
3153
+ margin-bottom: 25px;
3154
+ font-weight: 300;
3155
+ }
3156
+ .lockscreen-logo a {
3157
+ color: #444;
3158
+ }
3159
+ .lockscreen-wrapper {
3160
+ max-width: 400px;
3161
+ margin: 0 auto;
3162
+ margin-top: 10%;
3163
+ }
3164
+ /* User name [optional] */
3165
+ .lockscreen .lockscreen-name {
3166
+ text-align: center;
3167
+ font-weight: 600;
3168
+ }
3169
+ /* Will contain the image and the sign in form */
3170
+ .lockscreen-item {
3171
+ border-radius: 4px;
3172
+ padding: 0;
3173
+ background: #fff;
3174
+ position: relative;
3175
+ margin: 10px auto 30px auto;
3176
+ width: 290px;
3177
+ }
3178
+ /* User image */
3179
+ .lockscreen-image {
3180
+ border-radius: 50%;
3181
+ position: absolute;
3182
+ left: -10px;
3183
+ top: -25px;
3184
+ background: #fff;
3185
+ padding: 5px;
3186
+ z-index: 10;
3187
+ }
3188
+ .lockscreen-image > img {
3189
+ border-radius: 50%;
3190
+ width: 70px;
3191
+ height: 70px;
3192
+ }
3193
+ /* Contains the password input and the login button */
3194
+ .lockscreen-credentials {
3195
+ margin-left: 70px;
3196
+ }
3197
+ .lockscreen-credentials .form-control {
3198
+ border: 0;
3199
+ }
3200
+ .lockscreen-credentials .btn {
3201
+ background-color: #fff;
3202
+ border: 0;
3203
+ padding: 0 10px;
3204
+ }
3205
+ .lockscreen-footer {
3206
+ margin-top: 10px;
3207
+ }
3208
+ /*
3209
+ * Page: Login & Register
3210
+ * ----------------------
3211
+ */
3212
+ .login-logo,
3213
+ .register-logo {
3214
+ font-size: 35px;
3215
+ text-align: center;
3216
+ margin-bottom: 25px;
3217
+ font-weight: 300;
3218
+ }
3219
+ .login-logo a,
3220
+ .register-logo a {
3221
+ color: #444;
3222
+ }
3223
+ .login-page,
3224
+ .register-page {
3225
+ background: #d2d6de;
3226
+ }
3227
+ .login-box,
3228
+ .register-box {
3229
+ width: 360px;
3230
+ margin: 7% auto;
3231
+ }
3232
+ @media (max-width: 768px) {
3233
+ .login-box,
3234
+ .register-box {
3235
+ width: 90%;
3236
+ margin-top: 20px;
3237
+ }
3238
+ }
3239
+ .login-box-body,
3240
+ .register-box-body {
3241
+ background: #fff;
3242
+ padding: 20px;
3243
+ border-top: 0;
3244
+ color: #666;
3245
+ }
3246
+ .login-box-body .form-control-feedback,
3247
+ .register-box-body .form-control-feedback {
3248
+ color: #777;
3249
+ }
3250
+ .login-box-msg,
3251
+ .register-box-msg {
3252
+ margin: 0;
3253
+ text-align: center;
3254
+ padding: 0 20px 20px 20px;
3255
+ }
3256
+ .social-auth-links {
3257
+ margin: 10px 0;
3258
+ }
3259
+ /*
3260
+ * Page: 400 and 500 error pages
3261
+ * ------------------------------
3262
+ */
3263
+ .error-page {
3264
+ width: 600px;
3265
+ margin: 20px auto 0 auto;
3266
+ }
3267
+ @media (max-width: 991px) {
3268
+ .error-page {
3269
+ width: 100%;
3270
+ }
3271
+ }
3272
+ .error-page > .headline {
3273
+ float: left;
3274
+ font-size: 100px;
3275
+ font-weight: 300;
3276
+ }
3277
+ @media (max-width: 991px) {
3278
+ .error-page > .headline {
3279
+ float: none;
3280
+ text-align: center;
3281
+ }
3282
+ }
3283
+ .error-page > .error-content {
3284
+ margin-left: 190px;
3285
+ display: block;
3286
+ }
3287
+ @media (max-width: 991px) {
3288
+ .error-page > .error-content {
3289
+ margin-left: 0;
3290
+ }
3291
+ }
3292
+ .error-page > .error-content > h3 {
3293
+ font-weight: 300;
3294
+ font-size: 25px;
3295
+ }
3296
+ @media (max-width: 991px) {
3297
+ .error-page > .error-content > h3 {
3298
+ text-align: center;
3299
+ }
3300
+ }
3301
+ /*
3302
+ * Page: Invoice
3303
+ * -------------
3304
+ */
3305
+ .invoice {
3306
+ position: relative;
3307
+ background: #fff;
3308
+ border: 1px solid #f4f4f4;
3309
+ padding: 20px;
3310
+ margin: 10px 25px;
3311
+ }
3312
+ .invoice-title {
3313
+ margin-top: 0;
3314
+ }
3315
+ /*
3316
+ * Page: Profile
3317
+ * -------------
3318
+ */
3319
+ .profile-user-img {
3320
+ margin: 0 auto;
3321
+ width: 100px;
3322
+ padding: 3px;
3323
+ border: 3px solid #d2d6de;
3324
+ }
3325
+ .profile-username {
3326
+ font-size: 21px;
3327
+ margin-top: 5px;
3328
+ }
3329
+ .post {
3330
+ border-bottom: 1px solid #d2d6de;
3331
+ margin-bottom: 15px;
3332
+ padding-bottom: 15px;
3333
+ color: #666;
3334
+ }
3335
+ .post:last-of-type {
3336
+ border-bottom: 0;
3337
+ margin-bottom: 0;
3338
+ padding-bottom: 0;
3339
+ }
3340
+ .post .user-block {
3341
+ margin-bottom: 15px;
3342
+ }
3343
+ /*
3344
+ * Social Buttons for Bootstrap
3345
+ *
3346
+ * Copyright 2013-2015 Panayiotis Lipiridis
3347
+ * Licensed under the MIT License
3348
+ *
3349
+ * https://github.com/lipis/bootstrap-social
3350
+ */
3351
+ .btn-social {
3352
+ position: relative;
3353
+ padding-left: 44px;
3354
+ text-align: left;
3355
+ white-space: nowrap;
3356
+ overflow: hidden;
3357
+ text-overflow: ellipsis;
3358
+ }
3359
+ .btn-social > :first-child {
3360
+ position: absolute;
3361
+ left: 0;
3362
+ top: 0;
3363
+ bottom: 0;
3364
+ width: 32px;
3365
+ line-height: 34px;
3366
+ font-size: 1.6em;
3367
+ text-align: center;
3368
+ border-right: 1px solid rgba(0, 0, 0, 0.2);
3369
+ }
3370
+ .btn-social.btn-lg {
3371
+ padding-left: 61px;
3372
+ }
3373
+ .btn-social.btn-lg > :first-child {
3374
+ line-height: 45px;
3375
+ width: 45px;
3376
+ font-size: 1.8em;
3377
+ }
3378
+ .btn-social.btn-sm {
3379
+ padding-left: 38px;
3380
+ }
3381
+ .btn-social.btn-sm > :first-child {
3382
+ line-height: 28px;
3383
+ width: 28px;
3384
+ font-size: 1.4em;
3385
+ }
3386
+ .btn-social.btn-xs {
3387
+ padding-left: 30px;
3388
+ }
3389
+ .btn-social.btn-xs > :first-child {
3390
+ line-height: 20px;
3391
+ width: 20px;
3392
+ font-size: 1.2em;
3393
+ }
3394
+ .btn-social-icon {
3395
+ position: relative;
3396
+ padding-left: 44px;
3397
+ text-align: left;
3398
+ white-space: nowrap;
3399
+ overflow: hidden;
3400
+ text-overflow: ellipsis;
3401
+ height: 34px;
3402
+ width: 34px;
3403
+ padding: 0;
3404
+ }
3405
+ .btn-social-icon > :first-child {
3406
+ position: absolute;
3407
+ left: 0;
3408
+ top: 0;
3409
+ bottom: 0;
3410
+ width: 32px;
3411
+ line-height: 34px;
3412
+ font-size: 1.6em;
3413
+ text-align: center;
3414
+ border-right: 1px solid rgba(0, 0, 0, 0.2);
3415
+ }
3416
+ .btn-social-icon.btn-lg {
3417
+ padding-left: 61px;
3418
+ }
3419
+ .btn-social-icon.btn-lg > :first-child {
3420
+ line-height: 45px;
3421
+ width: 45px;
3422
+ font-size: 1.8em;
3423
+ }
3424
+ .btn-social-icon.btn-sm {
3425
+ padding-left: 38px;
3426
+ }
3427
+ .btn-social-icon.btn-sm > :first-child {
3428
+ line-height: 28px;
3429
+ width: 28px;
3430
+ font-size: 1.4em;
3431
+ }
3432
+ .btn-social-icon.btn-xs {
3433
+ padding-left: 30px;
3434
+ }
3435
+ .btn-social-icon.btn-xs > :first-child {
3436
+ line-height: 20px;
3437
+ width: 20px;
3438
+ font-size: 1.2em;
3439
+ }
3440
+ .btn-social-icon > :first-child {
3441
+ border: none;
3442
+ text-align: center;
3443
+ width: 100%;
3444
+ }
3445
+ .btn-social-icon.btn-lg {
3446
+ height: 45px;
3447
+ width: 45px;
3448
+ padding-left: 0;
3449
+ padding-right: 0;
3450
+ }
3451
+ .btn-social-icon.btn-sm {
3452
+ height: 30px;
3453
+ width: 30px;
3454
+ padding-left: 0;
3455
+ padding-right: 0;
3456
+ }
3457
+ .btn-social-icon.btn-xs {
3458
+ height: 22px;
3459
+ width: 22px;
3460
+ padding-left: 0;
3461
+ padding-right: 0;
3462
+ }
3463
+ .btn-adn {
3464
+ color: #ffffff;
3465
+ background-color: #d87a68;
3466
+ border-color: rgba(0, 0, 0, 0.2);
3467
+ }
3468
+ .btn-adn:focus,
3469
+ .btn-adn.focus {
3470
+ color: #ffffff;
3471
+ background-color: #ce563f;
3472
+ border-color: rgba(0, 0, 0, 0.2);
3473
+ }
3474
+ .btn-adn:hover {
3475
+ color: #ffffff;
3476
+ background-color: #ce563f;
3477
+ border-color: rgba(0, 0, 0, 0.2);
3478
+ }
3479
+ .btn-adn:active,
3480
+ .btn-adn.active,
3481
+ .open > .dropdown-toggle.btn-adn {
3482
+ color: #ffffff;
3483
+ background-color: #ce563f;
3484
+ border-color: rgba(0, 0, 0, 0.2);
3485
+ }
3486
+ .btn-adn:active,
3487
+ .btn-adn.active,
3488
+ .open > .dropdown-toggle.btn-adn {
3489
+ background-image: none;
3490
+ }
3491
+ .btn-adn .badge {
3492
+ color: #d87a68;
3493
+ background-color: #ffffff;
3494
+ }
3495
+ .btn-bitbucket {
3496
+ color: #ffffff;
3497
+ background-color: #205081;
3498
+ border-color: rgba(0, 0, 0, 0.2);
3499
+ }
3500
+ .btn-bitbucket:focus,
3501
+ .btn-bitbucket.focus {
3502
+ color: #ffffff;
3503
+ background-color: #163758;
3504
+ border-color: rgba(0, 0, 0, 0.2);
3505
+ }
3506
+ .btn-bitbucket:hover {
3507
+ color: #ffffff;
3508
+ background-color: #163758;
3509
+ border-color: rgba(0, 0, 0, 0.2);
3510
+ }
3511
+ .btn-bitbucket:active,
3512
+ .btn-bitbucket.active,
3513
+ .open > .dropdown-toggle.btn-bitbucket {
3514
+ color: #ffffff;
3515
+ background-color: #163758;
3516
+ border-color: rgba(0, 0, 0, 0.2);
3517
+ }
3518
+ .btn-bitbucket:active,
3519
+ .btn-bitbucket.active,
3520
+ .open > .dropdown-toggle.btn-bitbucket {
3521
+ background-image: none;
3522
+ }
3523
+ .btn-bitbucket .badge {
3524
+ color: #205081;
3525
+ background-color: #ffffff;
3526
+ }
3527
+ .btn-dropbox {
3528
+ color: #ffffff;
3529
+ background-color: #1087dd;
3530
+ border-color: rgba(0, 0, 0, 0.2);
3531
+ }
3532
+ .btn-dropbox:focus,
3533
+ .btn-dropbox.focus {
3534
+ color: #ffffff;
3535
+ background-color: #0d6aad;
3536
+ border-color: rgba(0, 0, 0, 0.2);
3537
+ }
3538
+ .btn-dropbox:hover {
3539
+ color: #ffffff;
3540
+ background-color: #0d6aad;
3541
+ border-color: rgba(0, 0, 0, 0.2);
3542
+ }
3543
+ .btn-dropbox:active,
3544
+ .btn-dropbox.active,
3545
+ .open > .dropdown-toggle.btn-dropbox {
3546
+ color: #ffffff;
3547
+ background-color: #0d6aad;
3548
+ border-color: rgba(0, 0, 0, 0.2);
3549
+ }
3550
+ .btn-dropbox:active,
3551
+ .btn-dropbox.active,
3552
+ .open > .dropdown-toggle.btn-dropbox {
3553
+ background-image: none;
3554
+ }
3555
+ .btn-dropbox .badge {
3556
+ color: #1087dd;
3557
+ background-color: #ffffff;
3558
+ }
3559
+ .btn-facebook {
3560
+ color: #ffffff;
3561
+ background-color: #3b5998;
3562
+ border-color: rgba(0, 0, 0, 0.2);
3563
+ }
3564
+ .btn-facebook:focus,
3565
+ .btn-facebook.focus {
3566
+ color: #ffffff;
3567
+ background-color: #2d4373;
3568
+ border-color: rgba(0, 0, 0, 0.2);
3569
+ }
3570
+ .btn-facebook:hover {
3571
+ color: #ffffff;
3572
+ background-color: #2d4373;
3573
+ border-color: rgba(0, 0, 0, 0.2);
3574
+ }
3575
+ .btn-facebook:active,
3576
+ .btn-facebook.active,
3577
+ .open > .dropdown-toggle.btn-facebook {
3578
+ color: #ffffff;
3579
+ background-color: #2d4373;
3580
+ border-color: rgba(0, 0, 0, 0.2);
3581
+ }
3582
+ .btn-facebook:active,
3583
+ .btn-facebook.active,
3584
+ .open > .dropdown-toggle.btn-facebook {
3585
+ background-image: none;
3586
+ }
3587
+ .btn-facebook .badge {
3588
+ color: #3b5998;
3589
+ background-color: #ffffff;
3590
+ }
3591
+ .btn-flickr {
3592
+ color: #ffffff;
3593
+ background-color: #ff0084;
3594
+ border-color: rgba(0, 0, 0, 0.2);
3595
+ }
3596
+ .btn-flickr:focus,
3597
+ .btn-flickr.focus {
3598
+ color: #ffffff;
3599
+ background-color: #cc006a;
3600
+ border-color: rgba(0, 0, 0, 0.2);
3601
+ }
3602
+ .btn-flickr:hover {
3603
+ color: #ffffff;
3604
+ background-color: #cc006a;
3605
+ border-color: rgba(0, 0, 0, 0.2);
3606
+ }
3607
+ .btn-flickr:active,
3608
+ .btn-flickr.active,
3609
+ .open > .dropdown-toggle.btn-flickr {
3610
+ color: #ffffff;
3611
+ background-color: #cc006a;
3612
+ border-color: rgba(0, 0, 0, 0.2);
3613
+ }
3614
+ .btn-flickr:active,
3615
+ .btn-flickr.active,
3616
+ .open > .dropdown-toggle.btn-flickr {
3617
+ background-image: none;
3618
+ }
3619
+ .btn-flickr .badge {
3620
+ color: #ff0084;
3621
+ background-color: #ffffff;
3622
+ }
3623
+ .btn-foursquare {
3624
+ color: #ffffff;
3625
+ background-color: #f94877;
3626
+ border-color: rgba(0, 0, 0, 0.2);
3627
+ }
3628
+ .btn-foursquare:focus,
3629
+ .btn-foursquare.focus {
3630
+ color: #ffffff;
3631
+ background-color: #f71752;
3632
+ border-color: rgba(0, 0, 0, 0.2);
3633
+ }
3634
+ .btn-foursquare:hover {
3635
+ color: #ffffff;
3636
+ background-color: #f71752;
3637
+ border-color: rgba(0, 0, 0, 0.2);
3638
+ }
3639
+ .btn-foursquare:active,
3640
+ .btn-foursquare.active,
3641
+ .open > .dropdown-toggle.btn-foursquare {
3642
+ color: #ffffff;
3643
+ background-color: #f71752;
3644
+ border-color: rgba(0, 0, 0, 0.2);
3645
+ }
3646
+ .btn-foursquare:active,
3647
+ .btn-foursquare.active,
3648
+ .open > .dropdown-toggle.btn-foursquare {
3649
+ background-image: none;
3650
+ }
3651
+ .btn-foursquare .badge {
3652
+ color: #f94877;
3653
+ background-color: #ffffff;
3654
+ }
3655
+ .btn-github {
3656
+ color: #ffffff;
3657
+ background-color: #444444;
3658
+ border-color: rgba(0, 0, 0, 0.2);
3659
+ }
3660
+ .btn-github:focus,
3661
+ .btn-github.focus {
3662
+ color: #ffffff;
3663
+ background-color: #2b2b2b;
3664
+ border-color: rgba(0, 0, 0, 0.2);
3665
+ }
3666
+ .btn-github:hover {
3667
+ color: #ffffff;
3668
+ background-color: #2b2b2b;
3669
+ border-color: rgba(0, 0, 0, 0.2);
3670
+ }
3671
+ .btn-github:active,
3672
+ .btn-github.active,
3673
+ .open > .dropdown-toggle.btn-github {
3674
+ color: #ffffff;
3675
+ background-color: #2b2b2b;
3676
+ border-color: rgba(0, 0, 0, 0.2);
3677
+ }
3678
+ .btn-github:active,
3679
+ .btn-github.active,
3680
+ .open > .dropdown-toggle.btn-github {
3681
+ background-image: none;
3682
+ }
3683
+ .btn-github .badge {
3684
+ color: #444444;
3685
+ background-color: #ffffff;
3686
+ }
3687
+ .btn-google {
3688
+ color: #ffffff;
3689
+ background-color: #dd4b39;
3690
+ border-color: rgba(0, 0, 0, 0.2);
3691
+ }
3692
+ .btn-google:focus,
3693
+ .btn-google.focus {
3694
+ color: #ffffff;
3695
+ background-color: #c23321;
3696
+ border-color: rgba(0, 0, 0, 0.2);
3697
+ }
3698
+ .btn-google:hover {
3699
+ color: #ffffff;
3700
+ background-color: #c23321;
3701
+ border-color: rgba(0, 0, 0, 0.2);
3702
+ }
3703
+ .btn-google:active,
3704
+ .btn-google.active,
3705
+ .open > .dropdown-toggle.btn-google {
3706
+ color: #ffffff;
3707
+ background-color: #c23321;
3708
+ border-color: rgba(0, 0, 0, 0.2);
3709
+ }
3710
+ .btn-google:active,
3711
+ .btn-google.active,
3712
+ .open > .dropdown-toggle.btn-google {
3713
+ background-image: none;
3714
+ }
3715
+ .btn-google .badge {
3716
+ color: #dd4b39;
3717
+ background-color: #ffffff;
3718
+ }
3719
+ .btn-instagram {
3720
+ color: #ffffff;
3721
+ background-color: #3f729b;
3722
+ border-color: rgba(0, 0, 0, 0.2);
3723
+ }
3724
+ .btn-instagram:focus,
3725
+ .btn-instagram.focus {
3726
+ color: #ffffff;
3727
+ background-color: #305777;
3728
+ border-color: rgba(0, 0, 0, 0.2);
3729
+ }
3730
+ .btn-instagram:hover {
3731
+ color: #ffffff;
3732
+ background-color: #305777;
3733
+ border-color: rgba(0, 0, 0, 0.2);
3734
+ }
3735
+ .btn-instagram:active,
3736
+ .btn-instagram.active,
3737
+ .open > .dropdown-toggle.btn-instagram {
3738
+ color: #ffffff;
3739
+ background-color: #305777;
3740
+ border-color: rgba(0, 0, 0, 0.2);
3741
+ }
3742
+ .btn-instagram:active,
3743
+ .btn-instagram.active,
3744
+ .open > .dropdown-toggle.btn-instagram {
3745
+ background-image: none;
3746
+ }
3747
+ .btn-instagram .badge {
3748
+ color: #3f729b;
3749
+ background-color: #ffffff;
3750
+ }
3751
+ .btn-linkedin {
3752
+ color: #ffffff;
3753
+ background-color: #007bb6;
3754
+ border-color: rgba(0, 0, 0, 0.2);
3755
+ }
3756
+ .btn-linkedin:focus,
3757
+ .btn-linkedin.focus {
3758
+ color: #ffffff;
3759
+ background-color: #005983;
3760
+ border-color: rgba(0, 0, 0, 0.2);
3761
+ }
3762
+ .btn-linkedin:hover {
3763
+ color: #ffffff;
3764
+ background-color: #005983;
3765
+ border-color: rgba(0, 0, 0, 0.2);
3766
+ }
3767
+ .btn-linkedin:active,
3768
+ .btn-linkedin.active,
3769
+ .open > .dropdown-toggle.btn-linkedin {
3770
+ color: #ffffff;
3771
+ background-color: #005983;
3772
+ border-color: rgba(0, 0, 0, 0.2);
3773
+ }
3774
+ .btn-linkedin:active,
3775
+ .btn-linkedin.active,
3776
+ .open > .dropdown-toggle.btn-linkedin {
3777
+ background-image: none;
3778
+ }
3779
+ .btn-linkedin .badge {
3780
+ color: #007bb6;
3781
+ background-color: #ffffff;
3782
+ }
3783
+ .btn-microsoft {
3784
+ color: #ffffff;
3785
+ background-color: #2672ec;
3786
+ border-color: rgba(0, 0, 0, 0.2);
3787
+ }
3788
+ .btn-microsoft:focus,
3789
+ .btn-microsoft.focus {
3790
+ color: #ffffff;
3791
+ background-color: #125acd;
3792
+ border-color: rgba(0, 0, 0, 0.2);
3793
+ }
3794
+ .btn-microsoft:hover {
3795
+ color: #ffffff;
3796
+ background-color: #125acd;
3797
+ border-color: rgba(0, 0, 0, 0.2);
3798
+ }
3799
+ .btn-microsoft:active,
3800
+ .btn-microsoft.active,
3801
+ .open > .dropdown-toggle.btn-microsoft {
3802
+ color: #ffffff;
3803
+ background-color: #125acd;
3804
+ border-color: rgba(0, 0, 0, 0.2);
3805
+ }
3806
+ .btn-microsoft:active,
3807
+ .btn-microsoft.active,
3808
+ .open > .dropdown-toggle.btn-microsoft {
3809
+ background-image: none;
3810
+ }
3811
+ .btn-microsoft .badge {
3812
+ color: #2672ec;
3813
+ background-color: #ffffff;
3814
+ }
3815
+ .btn-openid {
3816
+ color: #ffffff;
3817
+ background-color: #f7931e;
3818
+ border-color: rgba(0, 0, 0, 0.2);
3819
+ }
3820
+ .btn-openid:focus,
3821
+ .btn-openid.focus {
3822
+ color: #ffffff;
3823
+ background-color: #da7908;
3824
+ border-color: rgba(0, 0, 0, 0.2);
3825
+ }
3826
+ .btn-openid:hover {
3827
+ color: #ffffff;
3828
+ background-color: #da7908;
3829
+ border-color: rgba(0, 0, 0, 0.2);
3830
+ }
3831
+ .btn-openid:active,
3832
+ .btn-openid.active,
3833
+ .open > .dropdown-toggle.btn-openid {
3834
+ color: #ffffff;
3835
+ background-color: #da7908;
3836
+ border-color: rgba(0, 0, 0, 0.2);
3837
+ }
3838
+ .btn-openid:active,
3839
+ .btn-openid.active,
3840
+ .open > .dropdown-toggle.btn-openid {
3841
+ background-image: none;
3842
+ }
3843
+ .btn-openid .badge {
3844
+ color: #f7931e;
3845
+ background-color: #ffffff;
3846
+ }
3847
+ .btn-pinterest {
3848
+ color: #ffffff;
3849
+ background-color: #cb2027;
3850
+ border-color: rgba(0, 0, 0, 0.2);
3851
+ }
3852
+ .btn-pinterest:focus,
3853
+ .btn-pinterest.focus {
3854
+ color: #ffffff;
3855
+ background-color: #9f191f;
3856
+ border-color: rgba(0, 0, 0, 0.2);
3857
+ }
3858
+ .btn-pinterest:hover {
3859
+ color: #ffffff;
3860
+ background-color: #9f191f;
3861
+ border-color: rgba(0, 0, 0, 0.2);
3862
+ }
3863
+ .btn-pinterest:active,
3864
+ .btn-pinterest.active,
3865
+ .open > .dropdown-toggle.btn-pinterest {
3866
+ color: #ffffff;
3867
+ background-color: #9f191f;
3868
+ border-color: rgba(0, 0, 0, 0.2);
3869
+ }
3870
+ .btn-pinterest:active,
3871
+ .btn-pinterest.active,
3872
+ .open > .dropdown-toggle.btn-pinterest {
3873
+ background-image: none;
3874
+ }
3875
+ .btn-pinterest .badge {
3876
+ color: #cb2027;
3877
+ background-color: #ffffff;
3878
+ }
3879
+ .btn-reddit {
3880
+ color: #000000;
3881
+ background-color: #eff7ff;
3882
+ border-color: rgba(0, 0, 0, 0.2);
3883
+ }
3884
+ .btn-reddit:focus,
3885
+ .btn-reddit.focus {
3886
+ color: #000000;
3887
+ background-color: #bcddff;
3888
+ border-color: rgba(0, 0, 0, 0.2);
3889
+ }
3890
+ .btn-reddit:hover {
3891
+ color: #000000;
3892
+ background-color: #bcddff;
3893
+ border-color: rgba(0, 0, 0, 0.2);
3894
+ }
3895
+ .btn-reddit:active,
3896
+ .btn-reddit.active,
3897
+ .open > .dropdown-toggle.btn-reddit {
3898
+ color: #000000;
3899
+ background-color: #bcddff;
3900
+ border-color: rgba(0, 0, 0, 0.2);
3901
+ }
3902
+ .btn-reddit:active,
3903
+ .btn-reddit.active,
3904
+ .open > .dropdown-toggle.btn-reddit {
3905
+ background-image: none;
3906
+ }
3907
+ .btn-reddit .badge {
3908
+ color: #eff7ff;
3909
+ background-color: #000000;
3910
+ }
3911
+ .btn-soundcloud {
3912
+ color: #ffffff;
3913
+ background-color: #ff5500;
3914
+ border-color: rgba(0, 0, 0, 0.2);
3915
+ }
3916
+ .btn-soundcloud:focus,
3917
+ .btn-soundcloud.focus {
3918
+ color: #ffffff;
3919
+ background-color: #cc4400;
3920
+ border-color: rgba(0, 0, 0, 0.2);
3921
+ }
3922
+ .btn-soundcloud:hover {
3923
+ color: #ffffff;
3924
+ background-color: #cc4400;
3925
+ border-color: rgba(0, 0, 0, 0.2);
3926
+ }
3927
+ .btn-soundcloud:active,
3928
+ .btn-soundcloud.active,
3929
+ .open > .dropdown-toggle.btn-soundcloud {
3930
+ color: #ffffff;
3931
+ background-color: #cc4400;
3932
+ border-color: rgba(0, 0, 0, 0.2);
3933
+ }
3934
+ .btn-soundcloud:active,
3935
+ .btn-soundcloud.active,
3936
+ .open > .dropdown-toggle.btn-soundcloud {
3937
+ background-image: none;
3938
+ }
3939
+ .btn-soundcloud .badge {
3940
+ color: #ff5500;
3941
+ background-color: #ffffff;
3942
+ }
3943
+ .btn-tumblr {
3944
+ color: #ffffff;
3945
+ background-color: #2c4762;
3946
+ border-color: rgba(0, 0, 0, 0.2);
3947
+ }
3948
+ .btn-tumblr:focus,
3949
+ .btn-tumblr.focus {
3950
+ color: #ffffff;
3951
+ background-color: #1c2d3f;
3952
+ border-color: rgba(0, 0, 0, 0.2);
3953
+ }
3954
+ .btn-tumblr:hover {
3955
+ color: #ffffff;
3956
+ background-color: #1c2d3f;
3957
+ border-color: rgba(0, 0, 0, 0.2);
3958
+ }
3959
+ .btn-tumblr:active,
3960
+ .btn-tumblr.active,
3961
+ .open > .dropdown-toggle.btn-tumblr {
3962
+ color: #ffffff;
3963
+ background-color: #1c2d3f;
3964
+ border-color: rgba(0, 0, 0, 0.2);
3965
+ }
3966
+ .btn-tumblr:active,
3967
+ .btn-tumblr.active,
3968
+ .open > .dropdown-toggle.btn-tumblr {
3969
+ background-image: none;
3970
+ }
3971
+ .btn-tumblr .badge {
3972
+ color: #2c4762;
3973
+ background-color: #ffffff;
3974
+ }
3975
+ .btn-twitter {
3976
+ color: #ffffff;
3977
+ background-color: #55acee;
3978
+ border-color: rgba(0, 0, 0, 0.2);
3979
+ }
3980
+ .btn-twitter:focus,
3981
+ .btn-twitter.focus {
3982
+ color: #ffffff;
3983
+ background-color: #2795e9;
3984
+ border-color: rgba(0, 0, 0, 0.2);
3985
+ }
3986
+ .btn-twitter:hover {
3987
+ color: #ffffff;
3988
+ background-color: #2795e9;
3989
+ border-color: rgba(0, 0, 0, 0.2);
3990
+ }
3991
+ .btn-twitter:active,
3992
+ .btn-twitter.active,
3993
+ .open > .dropdown-toggle.btn-twitter {
3994
+ color: #ffffff;
3995
+ background-color: #2795e9;
3996
+ border-color: rgba(0, 0, 0, 0.2);
3997
+ }
3998
+ .btn-twitter:active,
3999
+ .btn-twitter.active,
4000
+ .open > .dropdown-toggle.btn-twitter {
4001
+ background-image: none;
4002
+ }
4003
+ .btn-twitter .badge {
4004
+ color: #55acee;
4005
+ background-color: #ffffff;
4006
+ }
4007
+ .btn-vimeo {
4008
+ color: #ffffff;
4009
+ background-color: #1ab7ea;
4010
+ border-color: rgba(0, 0, 0, 0.2);
4011
+ }
4012
+ .btn-vimeo:focus,
4013
+ .btn-vimeo.focus {
4014
+ color: #ffffff;
4015
+ background-color: #1295bf;
4016
+ border-color: rgba(0, 0, 0, 0.2);
4017
+ }
4018
+ .btn-vimeo:hover {
4019
+ color: #ffffff;
4020
+ background-color: #1295bf;
4021
+ border-color: rgba(0, 0, 0, 0.2);
4022
+ }
4023
+ .btn-vimeo:active,
4024
+ .btn-vimeo.active,
4025
+ .open > .dropdown-toggle.btn-vimeo {
4026
+ color: #ffffff;
4027
+ background-color: #1295bf;
4028
+ border-color: rgba(0, 0, 0, 0.2);
4029
+ }
4030
+ .btn-vimeo:active,
4031
+ .btn-vimeo.active,
4032
+ .open > .dropdown-toggle.btn-vimeo {
4033
+ background-image: none;
4034
+ }
4035
+ .btn-vimeo .badge {
4036
+ color: #1ab7ea;
4037
+ background-color: #ffffff;
4038
+ }
4039
+ .btn-vk {
4040
+ color: #ffffff;
4041
+ background-color: #587ea3;
4042
+ border-color: rgba(0, 0, 0, 0.2);
4043
+ }
4044
+ .btn-vk:focus,
4045
+ .btn-vk.focus {
4046
+ color: #ffffff;
4047
+ background-color: #466482;
4048
+ border-color: rgba(0, 0, 0, 0.2);
4049
+ }
4050
+ .btn-vk:hover {
4051
+ color: #ffffff;
4052
+ background-color: #466482;
4053
+ border-color: rgba(0, 0, 0, 0.2);
4054
+ }
4055
+ .btn-vk:active,
4056
+ .btn-vk.active,
4057
+ .open > .dropdown-toggle.btn-vk {
4058
+ color: #ffffff;
4059
+ background-color: #466482;
4060
+ border-color: rgba(0, 0, 0, 0.2);
4061
+ }
4062
+ .btn-vk:active,
4063
+ .btn-vk.active,
4064
+ .open > .dropdown-toggle.btn-vk {
4065
+ background-image: none;
4066
+ }
4067
+ .btn-vk .badge {
4068
+ color: #587ea3;
4069
+ background-color: #ffffff;
4070
+ }
4071
+ .btn-yahoo {
4072
+ color: #ffffff;
4073
+ background-color: #720e9e;
4074
+ border-color: rgba(0, 0, 0, 0.2);
4075
+ }
4076
+ .btn-yahoo:focus,
4077
+ .btn-yahoo.focus {
4078
+ color: #ffffff;
4079
+ background-color: #500a6f;
4080
+ border-color: rgba(0, 0, 0, 0.2);
4081
+ }
4082
+ .btn-yahoo:hover {
4083
+ color: #ffffff;
4084
+ background-color: #500a6f;
4085
+ border-color: rgba(0, 0, 0, 0.2);
4086
+ }
4087
+ .btn-yahoo:active,
4088
+ .btn-yahoo.active,
4089
+ .open > .dropdown-toggle.btn-yahoo {
4090
+ color: #ffffff;
4091
+ background-color: #500a6f;
4092
+ border-color: rgba(0, 0, 0, 0.2);
4093
+ }
4094
+ .btn-yahoo:active,
4095
+ .btn-yahoo.active,
4096
+ .open > .dropdown-toggle.btn-yahoo {
4097
+ background-image: none;
4098
+ }
4099
+ .btn-yahoo .badge {
4100
+ color: #720e9e;
4101
+ background-color: #ffffff;
4102
+ }
4103
+ /*
4104
+ * Plugin: Full Calendar
4105
+ * ---------------------
4106
+ */
4107
+ .fc-button {
4108
+ background: #f4f4f4;
4109
+ background-image: none;
4110
+ color: #444;
4111
+ border-color: #ddd;
4112
+ border-bottom-color: #ddd;
4113
+ }
4114
+ .fc-button:hover,
4115
+ .fc-button:active,
4116
+ .fc-button.hover {
4117
+ background-color: #e9e9e9;
4118
+ }
4119
+ .fc-header-title h2 {
4120
+ font-size: 15px;
4121
+ line-height: 1.6em;
4122
+ color: #666;
4123
+ margin-left: 10px;
4124
+ }
4125
+ .fc-header-right {
4126
+ padding-right: 10px;
4127
+ }
4128
+ .fc-header-left {
4129
+ padding-left: 10px;
4130
+ }
4131
+ .fc-widget-header {
4132
+ background: #fafafa;
4133
+ }
4134
+ .fc-grid {
4135
+ width: 100%;
4136
+ border: 0;
4137
+ }
4138
+ .fc-widget-header:first-of-type,
4139
+ .fc-widget-content:first-of-type {
4140
+ border-left: 0;
4141
+ border-right: 0;
4142
+ }
4143
+ .fc-widget-header:last-of-type,
4144
+ .fc-widget-content:last-of-type {
4145
+ border-right: 0;
4146
+ }
4147
+ .fc-toolbar {
4148
+ padding: 10px;
4149
+ margin: 0;
4150
+ }
4151
+ .fc-day-number {
4152
+ font-size: 20px;
4153
+ font-weight: 300;
4154
+ padding-right: 10px;
4155
+ }
4156
+ .fc-color-picker {
4157
+ list-style: none;
4158
+ margin: 0;
4159
+ padding: 0;
4160
+ }
4161
+ .fc-color-picker > li {
4162
+ float: left;
4163
+ font-size: 30px;
4164
+ margin-right: 5px;
4165
+ line-height: 30px;
4166
+ }
4167
+ .fc-color-picker > li .fa {
4168
+ -webkit-transition: -webkit-transform linear 0.3s;
4169
+ -moz-transition: -moz-transform linear 0.3s;
4170
+ -o-transition: -o-transform linear 0.3s;
4171
+ transition: transform linear 0.3s;
4172
+ }
4173
+ .fc-color-picker > li .fa:hover {
4174
+ -webkit-transform: rotate(30deg);
4175
+ -ms-transform: rotate(30deg);
4176
+ -o-transform: rotate(30deg);
4177
+ transform: rotate(30deg);
4178
+ }
4179
+ #add-new-event {
4180
+ -webkit-transition: all linear 0.3s;
4181
+ -o-transition: all linear 0.3s;
4182
+ transition: all linear 0.3s;
4183
+ }
4184
+ .external-event {
4185
+ padding: 5px 10px;
4186
+ font-weight: bold;
4187
+ margin-bottom: 4px;
4188
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
4189
+ text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
4190
+ border-radius: 3px;
4191
+ cursor: move;
4192
+ }
4193
+ .external-event:hover {
4194
+ box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.2);
4195
+ }
4196
+ /*
4197
+ * Plugin: Select2
4198
+ * ---------------
4199
+ */
4200
+ .select2-container--default.select2-container--focus,
4201
+ .select2-selection.select2-container--focus,
4202
+ .select2-container--default:focus,
4203
+ .select2-selection:focus,
4204
+ .select2-container--default:active,
4205
+ .select2-selection:active {
4206
+ outline: none;
4207
+ }
4208
+ .select2-container--default .select2-selection--single,
4209
+ .select2-selection .select2-selection--single {
4210
+ border: 1px solid #d2d6de;
4211
+ border-radius: 0;
4212
+ padding: 6px 12px;
4213
+ height: 34px;
4214
+ }
4215
+ .select2-container--default.select2-container--open {
4216
+ border-color: #3c8dbc;
4217
+ }
4218
+ .select2-dropdown {
4219
+ border: 1px solid #d2d6de;
4220
+ border-radius: 0;
4221
+ }
4222
+ .select2-container--default .select2-results__option--highlighted[aria-selected] {
4223
+ background-color: #3c8dbc;
4224
+ color: white;
4225
+ }
4226
+ .select2-results__option {
4227
+ padding: 6px 12px;
4228
+ user-select: none;
4229
+ -webkit-user-select: none;
4230
+ }
4231
+ .select2-container .select2-selection--single .select2-selection__rendered {
4232
+ padding-left: 0;
4233
+ padding-right: 0;
4234
+ height: auto;
4235
+ margin-top: -4px;
4236
+ }
4237
+ .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
4238
+ padding-right: 6px;
4239
+ padding-left: 20px;
4240
+ }
4241
+ .select2-container--default .select2-selection--single .select2-selection__arrow {
4242
+ height: 28px;
4243
+ right: 3px;
4244
+ }
4245
+ .select2-container--default .select2-selection--single .select2-selection__arrow b {
4246
+ margin-top: 0;
4247
+ }
4248
+ .select2-dropdown .select2-search__field,
4249
+ .select2-search--inline .select2-search__field {
4250
+ border: 1px solid #d2d6de;
4251
+ }
4252
+ .select2-dropdown .select2-search__field:focus,
4253
+ .select2-search--inline .select2-search__field:focus {
4254
+ outline: none;
4255
+ border: 1px solid #3c8dbc;
4256
+ }
4257
+ .select2-container--default .select2-results__option[aria-disabled=true] {
4258
+ color: #999;
4259
+ }
4260
+ .select2-container--default .select2-results__option[aria-selected=true] {
4261
+ background-color: #ddd;
4262
+ }
4263
+ .select2-container--default .select2-results__option[aria-selected=true],
4264
+ .select2-container--default .select2-results__option[aria-selected=true]:hover {
4265
+ color: #444;
4266
+ }
4267
+ .select2-container--default .select2-selection--multiple {
4268
+ border: 1px solid #d2d6de;
4269
+ border-radius: 0;
4270
+ }
4271
+ .select2-container--default .select2-selection--multiple:focus {
4272
+ border-color: #3c8dbc;
4273
+ }
4274
+ .select2-container--default.select2-container--focus .select2-selection--multiple {
4275
+ border-color: #d2d6de;
4276
+ }
4277
+ .select2-container--default .select2-selection--multiple .select2-selection__choice {
4278
+ background-color: #3c8dbc;
4279
+ border-color: #367fa9;
4280
+ padding: 1px 10px;
4281
+ color: #fff;
4282
+ }
4283
+ .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
4284
+ margin-right: 5px;
4285
+ color: rgba(255, 255, 255, 0.7);
4286
+ }
4287
+ .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
4288
+ color: #fff;
4289
+ }
4290
+ .select2-container .select2-selection--single .select2-selection__rendered {
4291
+ padding-right: 10px;
4292
+ }
4293
+ /*
4294
+ * General: Miscellaneous
4295
+ * ----------------------
4296
+ */
4297
+ .pad {
4298
+ padding: 10px;
4299
+ }
4300
+ .margin {
4301
+ margin: 10px;
4302
+ }
4303
+ .margin-bottom {
4304
+ margin-bottom: 20px;
4305
+ }
4306
+ .margin-bottom-none {
4307
+ margin-bottom: 0;
4308
+ }
4309
+ .margin-r-5 {
4310
+ margin-right: 5px;
4311
+ }
4312
+ .inline {
4313
+ display: inline;
4314
+ }
4315
+ .description-block {
4316
+ display: block;
4317
+ margin: 10px 0;
4318
+ text-align: center;
4319
+ }
4320
+ .description-block.margin-bottom {
4321
+ margin-bottom: 25px;
4322
+ }
4323
+ .description-block > .description-header {
4324
+ margin: 0;
4325
+ padding: 0;
4326
+ font-weight: 600;
4327
+ font-size: 16px;
4328
+ }
4329
+ .description-block > .description-text {
4330
+ text-transform: uppercase;
4331
+ }
4332
+ .bg-red,
4333
+ .bg-yellow,
4334
+ .bg-aqua,
4335
+ .bg-blue,
4336
+ .bg-light-blue,
4337
+ .bg-green,
4338
+ .bg-navy,
4339
+ .bg-teal,
4340
+ .bg-olive,
4341
+ .bg-lime,
4342
+ .bg-orange,
4343
+ .bg-fuchsia,
4344
+ .bg-purple,
4345
+ .bg-maroon,
4346
+ .bg-black,
4347
+ .bg-red-active,
4348
+ .bg-yellow-active,
4349
+ .bg-aqua-active,
4350
+ .bg-blue-active,
4351
+ .bg-light-blue-active,
4352
+ .bg-green-active,
4353
+ .bg-navy-active,
4354
+ .bg-teal-active,
4355
+ .bg-olive-active,
4356
+ .bg-lime-active,
4357
+ .bg-orange-active,
4358
+ .bg-fuchsia-active,
4359
+ .bg-purple-active,
4360
+ .bg-maroon-active,
4361
+ .bg-black-active,
4362
+ .callout.callout-danger,
4363
+ .callout.callout-warning,
4364
+ .callout.callout-info,
4365
+ .callout.callout-success,
4366
+ .alert-success,
4367
+ .alert-danger,
4368
+ .alert-error,
4369
+ .alert-warning,
4370
+ .alert-info,
4371
+ .label-danger,
4372
+ .label-info,
4373
+ .label-warning,
4374
+ .label-primary,
4375
+ .label-success,
4376
+ .modal-primary .modal-body,
4377
+ .modal-primary .modal-header,
4378
+ .modal-primary .modal-footer,
4379
+ .modal-warning .modal-body,
4380
+ .modal-warning .modal-header,
4381
+ .modal-warning .modal-footer,
4382
+ .modal-info .modal-body,
4383
+ .modal-info .modal-header,
4384
+ .modal-info .modal-footer,
4385
+ .modal-success .modal-body,
4386
+ .modal-success .modal-header,
4387
+ .modal-success .modal-footer,
4388
+ .modal-danger .modal-body,
4389
+ .modal-danger .modal-header,
4390
+ .modal-danger .modal-footer {
4391
+ color: #fff !important;
4392
+ }
4393
+ .bg-gray {
4394
+ color: #000;
4395
+ background-color: #d2d6de !important;
4396
+ }
4397
+ .bg-gray-light {
4398
+ background-color: #f7f7f7;
4399
+ }
4400
+ .bg-black {
4401
+ background-color: #111111 !important;
4402
+ }
4403
+ .bg-red,
4404
+ .callout.callout-danger,
4405
+ .alert-danger,
4406
+ .alert-error,
4407
+ .label-danger,
4408
+ .modal-danger .modal-body {
4409
+ background-color: #dd4b39 !important;
4410
+ }
4411
+ .bg-yellow,
4412
+ .callout.callout-warning,
4413
+ .alert-warning,
4414
+ .label-warning,
4415
+ .modal-warning .modal-body {
4416
+ background-color: #f39c12 !important;
4417
+ }
4418
+ .bg-aqua,
4419
+ .callout.callout-info,
4420
+ .alert-info,
4421
+ .label-info,
4422
+ .modal-info .modal-body {
4423
+ background-color: #00c0ef !important;
4424
+ }
4425
+ .bg-blue {
4426
+ background-color: #0073b7 !important;
4427
+ }
4428
+ .bg-light-blue,
4429
+ .label-primary,
4430
+ .modal-primary .modal-body {
4431
+ background-color: #3c8dbc !important;
4432
+ }
4433
+ .bg-green,
4434
+ .callout.callout-success,
4435
+ .alert-success,
4436
+ .label-success,
4437
+ .modal-success .modal-body {
4438
+ background-color: #00a65a !important;
4439
+ }
4440
+ .bg-navy {
4441
+ background-color: #001f3f !important;
4442
+ }
4443
+ .bg-teal {
4444
+ background-color: #39cccc !important;
4445
+ }
4446
+ .bg-olive {
4447
+ background-color: #3d9970 !important;
4448
+ }
4449
+ .bg-lime {
4450
+ background-color: #01ff70 !important;
4451
+ }
4452
+ .bg-orange {
4453
+ background-color: #ff851b !important;
4454
+ }
4455
+ .bg-fuchsia {
4456
+ background-color: #f012be !important;
4457
+ }
4458
+ .bg-purple {
4459
+ background-color: #605ca8 !important;
4460
+ }
4461
+ .bg-maroon {
4462
+ background-color: #d81b60 !important;
4463
+ }
4464
+ .bg-gray-active {
4465
+ color: #000;
4466
+ background-color: #b5bbc8 !important;
4467
+ }
4468
+ .bg-black-active {
4469
+ background-color: #000000 !important;
4470
+ }
4471
+ .bg-red-active,
4472
+ .modal-danger .modal-header,
4473
+ .modal-danger .modal-footer {
4474
+ background-color: #d33724 !important;
4475
+ }
4476
+ .bg-yellow-active,
4477
+ .modal-warning .modal-header,
4478
+ .modal-warning .modal-footer {
4479
+ background-color: #db8b0b !important;
4480
+ }
4481
+ .bg-aqua-active,
4482
+ .modal-info .modal-header,
4483
+ .modal-info .modal-footer {
4484
+ background-color: #00a7d0 !important;
4485
+ }
4486
+ .bg-blue-active {
4487
+ background-color: #005384 !important;
4488
+ }
4489
+ .bg-light-blue-active,
4490
+ .modal-primary .modal-header,
4491
+ .modal-primary .modal-footer {
4492
+ background-color: #357ca5 !important;
4493
+ }
4494
+ .bg-green-active,
4495
+ .modal-success .modal-header,
4496
+ .modal-success .modal-footer {
4497
+ background-color: #008d4c !important;
4498
+ }
4499
+ .bg-navy-active {
4500
+ background-color: #001a35 !important;
4501
+ }
4502
+ .bg-teal-active {
4503
+ background-color: #30bbbb !important;
4504
+ }
4505
+ .bg-olive-active {
4506
+ background-color: #368763 !important;
4507
+ }
4508
+ .bg-lime-active {
4509
+ background-color: #00e765 !important;
4510
+ }
4511
+ .bg-orange-active {
4512
+ background-color: #ff7701 !important;
4513
+ }
4514
+ .bg-fuchsia-active {
4515
+ background-color: #db0ead !important;
4516
+ }
4517
+ .bg-purple-active {
4518
+ background-color: #555299 !important;
4519
+ }
4520
+ .bg-maroon-active {
4521
+ background-color: #ca195a !important;
4522
+ }
4523
+ [class^="bg-"].disabled {
4524
+ opacity: 0.65;
4525
+ filter: alpha(opacity=65);
4526
+ }
4527
+ .text-red {
4528
+ color: #dd4b39 !important;
4529
+ }
4530
+ .text-yellow {
4531
+ color: #f39c12 !important;
4532
+ }
4533
+ .text-aqua {
4534
+ color: #00c0ef !important;
4535
+ }
4536
+ .text-blue {
4537
+ color: #0073b7 !important;
4538
+ }
4539
+ .text-black {
4540
+ color: #111111 !important;
4541
+ }
4542
+ .text-light-blue {
4543
+ color: #3c8dbc !important;
4544
+ }
4545
+ .text-green {
4546
+ color: #00a65a !important;
4547
+ }
4548
+ .text-gray {
4549
+ color: #d2d6de !important;
4550
+ }
4551
+ .text-navy {
4552
+ color: #001f3f !important;
4553
+ }
4554
+ .text-teal {
4555
+ color: #39cccc !important;
4556
+ }
4557
+ .text-olive {
4558
+ color: #3d9970 !important;
4559
+ }
4560
+ .text-lime {
4561
+ color: #01ff70 !important;
4562
+ }
4563
+ .text-orange {
4564
+ color: #ff851b !important;
4565
+ }
4566
+ .text-fuchsia {
4567
+ color: #f012be !important;
4568
+ }
4569
+ .text-purple {
4570
+ color: #605ca8 !important;
4571
+ }
4572
+ .text-maroon {
4573
+ color: #d81b60 !important;
4574
+ }
4575
+ .link-muted {
4576
+ color: #7a869d;
4577
+ }
4578
+ .link-muted:hover,
4579
+ .link-muted:focus {
4580
+ color: #606c84;
4581
+ }
4582
+ .link-black {
4583
+ color: #666;
4584
+ }
4585
+ .link-black:hover,
4586
+ .link-black:focus {
4587
+ color: #999;
4588
+ }
4589
+ .hide {
4590
+ display: none !important;
4591
+ }
4592
+ .no-border {
4593
+ border: 0 !important;
4594
+ }
4595
+ .no-padding {
4596
+ padding: 0 !important;
4597
+ }
4598
+ .no-margin {
4599
+ margin: 0 !important;
4600
+ }
4601
+ .no-shadow {
4602
+ box-shadow: none !important;
4603
+ }
4604
+ .list-unstyled,
4605
+ .chart-legend,
4606
+ .contacts-list,
4607
+ .users-list,
4608
+ .mailbox-attachments {
4609
+ list-style: none;
4610
+ margin: 0;
4611
+ padding: 0;
4612
+ }
4613
+ .list-group-unbordered > .list-group-item {
4614
+ border-left: 0;
4615
+ border-right: 0;
4616
+ border-radius: 0;
4617
+ padding-left: 0;
4618
+ padding-right: 0;
4619
+ }
4620
+ .flat {
4621
+ border-radius: 0 !important;
4622
+ }
4623
+ .text-bold,
4624
+ .text-bold.table td,
4625
+ .text-bold.table th {
4626
+ font-weight: 700;
4627
+ }
4628
+ .text-sm {
4629
+ font-size: 12px;
4630
+ }
4631
+ .jqstooltip {
4632
+ padding: 5px !important;
4633
+ width: auto !important;
4634
+ height: auto !important;
4635
+ }
4636
+ .bg-teal-gradient {
4637
+ background: #39cccc !important;
4638
+ background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #39cccc), color-stop(1, #7adddd)) !important;
4639
+ background: -ms-linear-gradient(bottom, #39cccc, #7adddd) !important;
4640
+ background: -moz-linear-gradient(center bottom, #39cccc 0%, #7adddd 100%) !important;
4641
+ background: -o-linear-gradient(#7adddd, #39cccc) !important;
4642
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7adddd', endColorstr='#39cccc', GradientType=0) !important;
4643
+ color: #fff;
4644
+ }
4645
+ .bg-light-blue-gradient {
4646
+ background: #3c8dbc !important;
4647
+ background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3c8dbc), color-stop(1, #67a8ce)) !important;
4648
+ background: -ms-linear-gradient(bottom, #3c8dbc, #67a8ce) !important;
4649
+ background: -moz-linear-gradient(center bottom, #3c8dbc 0%, #67a8ce 100%) !important;
4650
+ background: -o-linear-gradient(#67a8ce, #3c8dbc) !important;
4651
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67a8ce', endColorstr='#3c8dbc', GradientType=0) !important;
4652
+ color: #fff;
4653
+ }
4654
+ .bg-blue-gradient {
4655
+ background: #0073b7 !important;
4656
+ background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0073b7), color-stop(1, #0089db)) !important;
4657
+ background: -ms-linear-gradient(bottom, #0073b7, #0089db) !important;
4658
+ background: -moz-linear-gradient(center bottom, #0073b7 0%, #0089db 100%) !important;
4659
+ background: -o-linear-gradient(#0089db, #0073b7) !important;
4660
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0089db', endColorstr='#0073b7', GradientType=0) !important;
4661
+ color: #fff;
4662
+ }
4663
+ .bg-aqua-gradient {
4664
+ background: #00c0ef !important;
4665
+ background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00c0ef), color-stop(1, #14d1ff)) !important;
4666
+ background: -ms-linear-gradient(bottom, #00c0ef, #14d1ff) !important;
4667
+ background: -moz-linear-gradient(center bottom, #00c0ef 0%, #14d1ff 100%) !important;
4668
+ background: -o-linear-gradient(#14d1ff, #00c0ef) !important;
4669
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14d1ff', endColorstr='#00c0ef', GradientType=0) !important;
4670
+ color: #fff;
4671
+ }
4672
+ .bg-yellow-gradient {
4673
+ background: #f39c12 !important;
4674
+ background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f39c12), color-stop(1, #f7bc60)) !important;
4675
+ background: -ms-linear-gradient(bottom, #f39c12, #f7bc60) !important;
4676
+ background: -moz-linear-gradient(center bottom, #f39c12 0%, #f7bc60 100%) !important;
4677
+ background: -o-linear-gradient(#f7bc60, #f39c12) !important;
4678
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7bc60', endColorstr='#f39c12', GradientType=0) !important;
4679
+ color: #fff;
4680
+ }
4681
+ .bg-purple-gradient {
4682
+ background: #605ca8 !important;
4683
+ background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #605ca8), color-stop(1, #9491c4)) !important;
4684
+ background: -ms-linear-gradient(bottom, #605ca8, #9491c4) !important;
4685
+ background: -moz-linear-gradient(center bottom, #605ca8 0%, #9491c4 100%) !important;
4686
+ background: -o-linear-gradient(#9491c4, #605ca8) !important;
4687
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9491c4', endColorstr='#605ca8', GradientType=0) !important;
4688
+ color: #fff;
4689
+ }
4690
+ .bg-green-gradient {
4691
+ background: #00a65a !important;
4692
+ background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00a65a), color-stop(1, #00ca6d)) !important;
4693
+ background: -ms-linear-gradient(bottom, #00a65a, #00ca6d) !important;
4694
+ background: -moz-linear-gradient(center bottom, #00a65a 0%, #00ca6d 100%) !important;
4695
+ background: -o-linear-gradient(#00ca6d, #00a65a) !important;
4696
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ca6d', endColorstr='#00a65a', GradientType=0) !important;
4697
+ color: #fff;
4698
+ }
4699
+ .bg-red-gradient {
4700
+ background: #dd4b39 !important;
4701
+ background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dd4b39), color-stop(1, #e47365)) !important;
4702
+ background: -ms-linear-gradient(bottom, #dd4b39, #e47365) !important;
4703
+ background: -moz-linear-gradient(center bottom, #dd4b39 0%, #e47365 100%) !important;
4704
+ background: -o-linear-gradient(#e47365, #dd4b39) !important;
4705
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e47365', endColorstr='#dd4b39', GradientType=0) !important;
4706
+ color: #fff;
4707
+ }
4708
+ .bg-black-gradient {
4709
+ background: #111111 !important;
4710
+ background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #111111), color-stop(1, #2b2b2b)) !important;
4711
+ background: -ms-linear-gradient(bottom, #111111, #2b2b2b) !important;
4712
+ background: -moz-linear-gradient(center bottom, #111111 0%, #2b2b2b 100%) !important;
4713
+ background: -o-linear-gradient(#2b2b2b, #111111) !important;
4714
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#111111', GradientType=0) !important;
4715
+ color: #fff;
4716
+ }
4717
+ .bg-maroon-gradient {
4718
+ background: #d81b60 !important;
4719
+ background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d81b60), color-stop(1, #e73f7c)) !important;
4720
+ background: -ms-linear-gradient(bottom, #d81b60, #e73f7c) !important;
4721
+ background: -moz-linear-gradient(center bottom, #d81b60 0%, #e73f7c 100%) !important;
4722
+ background: -o-linear-gradient(#e73f7c, #d81b60) !important;
4723
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73f7c', endColorstr='#d81b60', GradientType=0) !important;
4724
+ color: #fff;
4725
+ }
4726
+ .description-block .description-icon {
4727
+ font-size: 16px;
4728
+ }
4729
+ .no-pad-top {
4730
+ padding-top: 0;
4731
+ }
4732
+ .position-static {
4733
+ position: static !important;
4734
+ }
4735
+ .list-header {
4736
+ font-size: 15px;
4737
+ padding: 10px 4px;
4738
+ font-weight: bold;
4739
+ color: #666;
4740
+ }
4741
+ .list-seperator {
4742
+ height: 1px;
4743
+ background: #f4f4f4;
4744
+ margin: 15px 0 9px 0;
4745
+ }
4746
+ .list-link > a {
4747
+ padding: 4px;
4748
+ color: #777;
4749
+ }
4750
+ .list-link > a:hover {
4751
+ color: #222;
4752
+ }
4753
+ .font-light {
4754
+ font-weight: 300;
4755
+ }
4756
+ .user-block:before,
4757
+ .user-block:after {
4758
+ content: " ";
4759
+ display: table;
4760
+ }
4761
+ .user-block:after {
4762
+ clear: both;
4763
+ }
4764
+ .user-block img {
4765
+ width: 40px;
4766
+ height: 40px;
4767
+ float: left;
4768
+ }
4769
+ .user-block .username,
4770
+ .user-block .description,
4771
+ .user-block .comment {
4772
+ display: block;
4773
+ margin-left: 50px;
4774
+ }
4775
+ .user-block .username {
4776
+ font-size: 16px;
4777
+ font-weight: 600;
4778
+ }
4779
+ .user-block .description {
4780
+ color: #999;
4781
+ font-size: 13px;
4782
+ }
4783
+ .user-block.user-block-sm .username,
4784
+ .user-block.user-block-sm .description,
4785
+ .user-block.user-block-sm .comment {
4786
+ margin-left: 40px;
4787
+ }
4788
+ .user-block.user-block-sm .username {
4789
+ font-size: 14px;
4790
+ }
4791
+ .img-sm,
4792
+ .img-md,
4793
+ .img-lg,
4794
+ .box-comments .box-comment img,
4795
+ .user-block.user-block-sm img {
4796
+ float: left;
4797
+ }
4798
+ .img-sm,
4799
+ .box-comments .box-comment img,
4800
+ .user-block.user-block-sm img {
4801
+ width: 30px !important;
4802
+ height: 30px !important;
4803
+ }
4804
+ .img-sm + .img-push {
4805
+ margin-left: 40px;
4806
+ }
4807
+ .img-md {
4808
+ width: 60px;
4809
+ height: 60px;
4810
+ }
4811
+ .img-md + .img-push {
4812
+ margin-left: 70px;
4813
+ }
4814
+ .img-lg {
4815
+ width: 100px;
4816
+ height: 100px;
4817
+ }
4818
+ .img-lg + .img-push {
4819
+ margin-left: 110px;
4820
+ }
4821
+ .img-bordered {
4822
+ border: 3px solid #d2d6de;
4823
+ padding: 3px;
4824
+ }
4825
+ .img-bordered-sm {
4826
+ border: 2px solid #d2d6de;
4827
+ padding: 2px;
4828
+ }
4829
+ .attachment-block {
4830
+ border: 1px solid #f4f4f4;
4831
+ padding: 5px;
4832
+ margin-bottom: 10px;
4833
+ background: #f7f7f7;
4834
+ }
4835
+ .attachment-block .attachment-img {
4836
+ max-width: 100px;
4837
+ max-height: 100px;
4838
+ height: auto;
4839
+ float: left;
4840
+ }
4841
+ .attachment-block .attachment-pushed {
4842
+ margin-left: 110px;
4843
+ }
4844
+ .attachment-block .attachment-heading {
4845
+ margin: 0;
4846
+ }
4847
+ .attachment-block .attachment-text {
4848
+ color: #555;
4849
+ }
4850
+ .connectedSortable {
4851
+ min-height: 100px;
4852
+ }
4853
+ .ui-helper-hidden-accessible {
4854
+ border: 0;
4855
+ clip: rect(0 0 0 0);
4856
+ height: 1px;
4857
+ margin: -1px;
4858
+ overflow: hidden;
4859
+ padding: 0;
4860
+ position: absolute;
4861
+ width: 1px;
4862
+ }
4863
+ .sort-highlight {
4864
+ background: #f4f4f4;
4865
+ border: 1px dashed #ddd;
4866
+ margin-bottom: 10px;
4867
+ }
4868
+ .full-opacity-hover {
4869
+ opacity: 0.65;
4870
+ filter: alpha(opacity=65);
4871
+ }
4872
+ .full-opacity-hover:hover {
4873
+ opacity: 1;
4874
+ filter: alpha(opacity=100);
4875
+ }
4876
+ .chart {
4877
+ position: relative;
4878
+ overflow: hidden;
4879
+ width: 100%;
4880
+ }
4881
+ .chart svg,
4882
+ .chart canvas {
4883
+ width: 100% !important;
4884
+ }
4885
+ /*
4886
+ * Misc: print
4887
+ * -----------
4888
+ */
4889
+ @media print {
4890
+ .no-print,
4891
+ .main-sidebar,
4892
+ .left-side,
4893
+ .main-header,
4894
+ .content-header {
4895
+ display: none !important;
4896
+ }
4897
+ .content-wrapper,
4898
+ .right-side,
4899
+ .main-footer {
4900
+ margin-left: 0 !important;
4901
+ min-height: 0 !important;
4902
+ -webkit-transform: translate(0, 0) !important;
4903
+ -ms-transform: translate(0, 0) !important;
4904
+ -o-transform: translate(0, 0) !important;
4905
+ transform: translate(0, 0) !important;
4906
+ }
4907
+ .fixed .content-wrapper,
4908
+ .fixed .right-side {
4909
+ padding-top: 0 !important;
4910
+ }
4911
+ .invoice {
4912
+ width: 100%;
4913
+ border: 0;
4914
+ margin: 0;
4915
+ padding: 0;
4916
+ }
4917
+ .invoice-col {
4918
+ float: left;
4919
+ width: 33.3333333%;
4920
+ }
4921
+ .table-responsive {
4922
+ overflow: auto;
4923
+ }
4924
+ .table-responsive > .table tr th,
4925
+ .table-responsive > .table tr td {
4926
+ white-space: normal !important;
4927
+ }
4928
+ }