admin.css 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381
  1. .nav > li.active {
  2. border-color: #2bc0be;
  3. }
  4. .top-navbar > li.active {
  5. background-color: #2bc0be;
  6. margin-left: -4px;
  7. }
  8. .top-navbar > li.active i {
  9. color: #ffffff;
  10. margin-left: -15px;
  11. }
  12. .top-navbar li a:hover {
  13. color: #2bc0be;
  14. background: none;
  15. }
  16. .top-navbar li a:hover i {
  17. color: #2bc0be;
  18. }
  19. .top-navbar > li.active a:hover {
  20. background-color: #2bc0be;
  21. color: #FFFFFF;
  22. }
  23. .top-navbar > li.active a:hover i {
  24. color: #FFFFFF;
  25. }
  26. .top-navbar li a {
  27. color: #727272;
  28. }
  29. .top-navbar li a i {
  30. float: left;
  31. font-size: 30px;
  32. color: #727272;
  33. margin-right: 0;
  34. margin-left: -15px;
  35. }
  36. .metismenu li.active > a {
  37. background: #2bc0be;
  38. margin-left: -4px;
  39. }
  40. .metismenu li.active > a:hover {
  41. background: #2bc0be;
  42. }
  43. .metismenu li a span {
  44. padding-left: 10px;
  45. }
  46. .nav-second-level li.active {
  47. padding-left: 4px;
  48. }
  49. .nav-second-level li.active > a {
  50. color: #1c1f26;
  51. background: #f2f2f2;
  52. }
  53. .nav-second-level li.active > a:hover {
  54. color: #1c1f26;
  55. background: #f2f2f2;
  56. }
  57. .nav-second-level li a {
  58. padding-left: 30px;
  59. }
  60. .page-heading {
  61. padding-bottom: 0;
  62. }
  63. .page-heading .col-lg-12 {
  64. padding-top: 10px;
  65. padding-bottom: 10px;
  66. line-height: 38px;
  67. }
  68. .page-heading .col-lg-12 h2 {
  69. line-height: 35px;
  70. margin: 0;
  71. float: left;
  72. }
  73. .page-heading .col-lg-12 .breadcrumb {
  74. float: right;
  75. margin-right: 30px;
  76. }
  77. .navbar-static-top ul li a {
  78. padding: 16px 15px;
  79. }
  80. .navbar-header a {
  81. margin: 0;
  82. position: relative;
  83. top: 10px;
  84. margin-left: 20px;
  85. }
  86. .top-navbar {
  87. margin-left: 15px;
  88. }
  89. .top-navbar li {
  90. margin: 0 5px;
  91. }
  92. @media (min-width: 768px) {
  93. #page-wrapper {
  94. position: inherit;
  95. margin: 0 0 0 200px;
  96. min-height: 1200px;
  97. }
  98. .navbar-static-side {
  99. z-index: 2001;
  100. position: absolute;
  101. width: 200px;
  102. }
  103. .navbar-top-links .dropdown-messages,
  104. .navbar-top-links .dropdown-tasks,
  105. .navbar-top-links .dropdown-alerts {
  106. margin-left: auto;
  107. }
  108. }
  109. .navbar-default .nav > li.active > a:focus {
  110. background: #2bc0be;
  111. }
  112. .navbar-default .nav > li.active .nav > a:focus {
  113. background: none;
  114. }
  115. .metismenu .fa.arrow:before {
  116. content: "\f105";
  117. }
  118. .metismenu .iconfont {
  119. float: left;
  120. font-size: 30px;
  121. line-height: 20px;
  122. }
  123. .metismenu .nav-header .profile-element {
  124. text-align: center;
  125. }
  126. .btn-warning {
  127. background-color: #ecc300;
  128. border-color: #ecc300;
  129. color: #FFFFFF !important;
  130. }
  131. .btn-warning:hover,
  132. .btn-warning:focus,
  133. .btn-warning:active,
  134. .btn-warning.active,
  135. .open .dropdown-toggle.btn-warning,
  136. .btn-warning:active:focus,
  137. .btn-warning:active:hover,
  138. .btn-warning.active:hover,
  139. .btn-warning.active:focus {
  140. background-color: #ecc300;
  141. border-color: #ecc300;
  142. color: #FFFFFF !important;
  143. }
  144. .btn-warning:active,
  145. .btn-warning.active,
  146. .open .dropdown-toggle.btn-warning {
  147. background-image: none;
  148. }
  149. .btn-warning.disabled,
  150. .btn-warning.disabled:hover,
  151. .btn-warning.disabled:focus,
  152. .btn-warning.disabled:active,
  153. .btn-warning.disabled.active,
  154. .btn-warning[disabled],
  155. .btn-warning[disabled]:hover,
  156. .btn-warning[disabled]:focus,
  157. .btn-warning[disabled]:active,
  158. .btn-warning.active[disabled],
  159. fieldset[disabled] .btn-warning,
  160. fieldset[disabled] .btn-warning:hover,
  161. fieldset[disabled] .btn-warning:focus,
  162. fieldset[disabled] .btn-warning:active,
  163. fieldset[disabled] .btn-warning.active {
  164. background-color: #ecc300;
  165. border-color: #ecc300;
  166. }
  167. .btn-info {
  168. background-color: #289f9d;
  169. border-color: #289f9d;
  170. color: #FFFFFF !important;
  171. }
  172. .btn-info:hover,
  173. .btn-info:focus,
  174. .btn-info:active,
  175. .btn-info.active,
  176. .open .dropdown-toggle.btn-info,
  177. .btn-info:active:focus,
  178. .btn-info:active:hover,
  179. .btn-info.active:hover,
  180. .btn-info.active:focus {
  181. background-color: #289f9d;
  182. border-color: #289f9d;
  183. color: #FFFFFF !important;
  184. }
  185. .btn-info:active,
  186. .btn-info.active,
  187. .open .dropdown-toggle.btn-info {
  188. background-image: none;
  189. }
  190. .btn-info.disabled,
  191. .btn-info.disabled:hover,
  192. .btn-info.disabled:focus,
  193. .btn-info.disabled:active,
  194. .btn-info.disabled.active,
  195. .btn-info[disabled],
  196. .btn-info[disabled]:hover,
  197. .btn-info[disabled]:focus,
  198. .btn-info[disabled]:active,
  199. .btn-info.active[disabled],
  200. fieldset[disabled] .btn-info,
  201. fieldset[disabled] .btn-info:hover,
  202. fieldset[disabled] .btn-info:focus,
  203. fieldset[disabled] .btn-info:active,
  204. fieldset[disabled] .btn-info.active {
  205. background-color: #289f9d;
  206. border-color: #289f9d;
  207. }
  208. .btn-primary {
  209. background-color: #2bc0be;
  210. border-color: #2bc0be;
  211. color: #FFFFFF !important;
  212. }
  213. .btn-primary:hover,
  214. .btn-primary:focus,
  215. .btn-primary:active,
  216. .btn-primary.active,
  217. .open .dropdown-toggle.btn-primary,
  218. .btn-primary:active:focus,
  219. .btn-primary:active:hover,
  220. .btn-primary.active:hover,
  221. .btn-primary.active:focus {
  222. background-color: #289f9d;
  223. border-color: #289f9d;
  224. color: #FFFFFF !important;
  225. }
  226. .btn-primary:active,
  227. .btn-primary.active,
  228. .open .dropdown-toggle.btn-primary {
  229. background-image: none;
  230. }
  231. .btn-primary.disabled,
  232. .btn-primary.disabled:hover,
  233. .btn-primary.disabled:focus,
  234. .btn-primary.disabled:active,
  235. .btn-primary.disabled.active,
  236. .btn-primary[disabled],
  237. .btn-primary[disabled]:hover,
  238. .btn-primary[disabled]:focus,
  239. .btn-primary[disabled]:active,
  240. .btn-primary.active[disabled],
  241. fieldset[disabled] .btn-primary,
  242. fieldset[disabled] .btn-primary:hover,
  243. fieldset[disabled] .btn-primary:focus,
  244. fieldset[disabled] .btn-primary:active,
  245. fieldset[disabled] .btn-primary.active {
  246. background-color: #289f9d;
  247. border-color: #289f9d;
  248. }
  249. .btn-danger {
  250. background-color: #eb484e;
  251. border-color: #eb484e;
  252. color: #FFFFFF !important;
  253. }
  254. .btn-danger:hover,
  255. .btn-danger:focus,
  256. .btn-danger:active,
  257. .btn-danger.active,
  258. .open .dropdown-toggle.btn-danger,
  259. .btn-danger:active:focus,
  260. .btn-danger:active:hover,
  261. .btn-danger.active:hover,
  262. .btn-danger.active:focus {
  263. background-color: #eb484e;
  264. border-color: #eb484e;
  265. color: #FFFFFF;
  266. }
  267. .btn-danger:active,
  268. .btn-danger.active,
  269. .open .dropdown-toggle.btn-danger {
  270. background-image: none;
  271. }
  272. .btn-danger.disabled,
  273. .btn-danger.disabled:hover,
  274. .btn-danger.disabled:focus,
  275. .btn-danger.disabled:active,
  276. .btn-danger.disabled.active,
  277. .btn-danger[disabled],
  278. .btn-danger[disabled]:hover,
  279. .btn-danger[disabled]:focus,
  280. .btn-danger[disabled]:active,
  281. .btn-danger.active[disabled],
  282. fieldset[disabled] .btn-danger,
  283. fieldset[disabled] .btn-danger:hover,
  284. fieldset[disabled] .btn-danger:focus,
  285. fieldset[disabled] .btn-danger:active,
  286. fieldset[disabled] .btn-danger.active {
  287. background-color: #eb484e;
  288. border-color: #eb484e;
  289. }
  290. .btn-success {
  291. background-color: #2bc0be;
  292. border-color: #2bc0be;
  293. color: #FFFFFF !important;
  294. }
  295. .btn-success:hover,
  296. .btn-success:focus,
  297. .btn-success:active,
  298. .btn-success.active,
  299. .open .dropdown-toggle.btn-success,
  300. .btn-success:active:focus,
  301. .btn-success:active:hover,
  302. .btn-success.active:hover,
  303. .btn-success.active:focus {
  304. background-color: #2bc0be;
  305. border-color: #2bc0be;
  306. color: #FFFFFF !important;
  307. }
  308. .btn-success:active,
  309. .btn-success.active,
  310. .open .dropdown-toggle.btn-success {
  311. background-image: none;
  312. }
  313. .btn-success.disabled,
  314. .btn-success.disabled:hover,
  315. .btn-success.disabled:focus,
  316. .btn-success.disabled:active,
  317. .btn-success.disabled.active,
  318. .btn-success[disabled],
  319. .btn-success[disabled]:hover,
  320. .btn-success[disabled]:focus,
  321. .btn-success[disabled]:active,
  322. .btn-success.active[disabled],
  323. fieldset[disabled] .btn-success,
  324. fieldset[disabled] .btn-success:hover,
  325. fieldset[disabled] .btn-success:focus,
  326. fieldset[disabled] .btn-success:active,
  327. fieldset[disabled] .btn-success.active {
  328. background-color: #2bc0be;
  329. border-color: #2bc0be;
  330. }