all-themes.css 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900
  1. .theme-red .navbar {
  2. background-color: #F44336; }
  3. .theme-red .navbar-brand {
  4. color: #fff; }
  5. .theme-red .navbar-brand:hover {
  6. color: #fff; }
  7. .theme-red .navbar-brand:active {
  8. color: #fff; }
  9. .theme-red .navbar-brand:focus {
  10. color: #fff; }
  11. .theme-red .nav > li > a {
  12. color: #fff; }
  13. .theme-red .nav > li > a:hover {
  14. background-color: transparent; }
  15. .theme-red .nav > li > a:focus {
  16. background-color: transparent; }
  17. .theme-red .nav .open > a {
  18. background-color: transparent; }
  19. .theme-red .nav .open > a:hover {
  20. background-color: transparent; }
  21. .theme-red .nav .open > a:focus {
  22. background-color: transparent; }
  23. .theme-red .bars {
  24. color: #fff; }
  25. .theme-red .sidebar .menu .list li.active {
  26. background-color: transparent; }
  27. .theme-red .sidebar .menu .list li.active > :first-child i, .theme-red .sidebar .menu .list li.active > :first-child span {
  28. color: #F44336; }
  29. .theme-red .sidebar .menu .list .toggled {
  30. background-color: transparent; }
  31. .theme-red .sidebar .menu .list .ml-menu {
  32. background-color: transparent; }
  33. .theme-red .sidebar .legal {
  34. background-color: #fff; }
  35. .theme-red .sidebar .legal .copyright a {
  36. color: #F44336 !important; }
  37. .theme-pink .navbar {
  38. background-color: #E91E63; }
  39. .theme-pink .navbar-brand {
  40. color: #fff; }
  41. .theme-pink .navbar-brand:hover {
  42. color: #fff; }
  43. .theme-pink .navbar-brand:active {
  44. color: #fff; }
  45. .theme-pink .navbar-brand:focus {
  46. color: #fff; }
  47. .theme-pink .nav > li > a {
  48. color: #fff; }
  49. .theme-pink .nav > li > a:hover {
  50. background-color: transparent; }
  51. .theme-pink .nav > li > a:focus {
  52. background-color: transparent; }
  53. .theme-pink .nav .open > a {
  54. background-color: transparent; }
  55. .theme-pink .nav .open > a:hover {
  56. background-color: transparent; }
  57. .theme-pink .nav .open > a:focus {
  58. background-color: transparent; }
  59. .theme-pink .bars {
  60. color: #fff; }
  61. .theme-pink .sidebar .menu .list li.active {
  62. background-color: transparent; }
  63. .theme-pink .sidebar .menu .list li.active > :first-child i, .theme-pink .sidebar .menu .list li.active > :first-child span {
  64. color: #E91E63; }
  65. .theme-pink .sidebar .menu .list .toggled {
  66. background-color: transparent; }
  67. .theme-pink .sidebar .menu .list .ml-menu {
  68. background-color: transparent; }
  69. .theme-pink .sidebar .legal {
  70. background-color: #fff; }
  71. .theme-pink .sidebar .legal .copyright a {
  72. color: #E91E63 !important; }
  73. .theme-purple .navbar {
  74. background-color: #9C27B0; }
  75. .theme-purple .navbar-brand {
  76. color: #fff; }
  77. .theme-purple .navbar-brand:hover {
  78. color: #fff; }
  79. .theme-purple .navbar-brand:active {
  80. color: #fff; }
  81. .theme-purple .navbar-brand:focus {
  82. color: #fff; }
  83. .theme-purple .nav > li > a {
  84. color: #fff; }
  85. .theme-purple .nav > li > a:hover {
  86. background-color: transparent; }
  87. .theme-purple .nav > li > a:focus {
  88. background-color: transparent; }
  89. .theme-purple .nav .open > a {
  90. background-color: transparent; }
  91. .theme-purple .nav .open > a:hover {
  92. background-color: transparent; }
  93. .theme-purple .nav .open > a:focus {
  94. background-color: transparent; }
  95. .theme-purple .bars {
  96. color: #fff; }
  97. .theme-purple .sidebar .menu .list li.active {
  98. background-color: transparent; }
  99. .theme-purple .sidebar .menu .list li.active > :first-child i, .theme-purple .sidebar .menu .list li.active > :first-child span {
  100. color: #9C27B0; }
  101. .theme-purple .sidebar .menu .list .toggled {
  102. background-color: transparent; }
  103. .theme-purple .sidebar .menu .list .ml-menu {
  104. background-color: transparent; }
  105. .theme-purple .sidebar .legal {
  106. background-color: #fff; }
  107. .theme-purple .sidebar .legal .copyright a {
  108. color: #9C27B0 !important; }
  109. .theme-deep-purple .navbar {
  110. background-color: #673AB7; }
  111. .theme-deep-purple .navbar-brand {
  112. color: #fff; }
  113. .theme-deep-purple .navbar-brand:hover {
  114. color: #fff; }
  115. .theme-deep-purple .navbar-brand:active {
  116. color: #fff; }
  117. .theme-deep-purple .navbar-brand:focus {
  118. color: #fff; }
  119. .theme-deep-purple .nav > li > a {
  120. color: #fff; }
  121. .theme-deep-purple .nav > li > a:hover {
  122. background-color: transparent; }
  123. .theme-deep-purple .nav > li > a:focus {
  124. background-color: transparent; }
  125. .theme-deep-purple .nav .open > a {
  126. background-color: transparent; }
  127. .theme-deep-purple .nav .open > a:hover {
  128. background-color: transparent; }
  129. .theme-deep-purple .nav .open > a:focus {
  130. background-color: transparent; }
  131. .theme-deep-purple .bars {
  132. color: #fff; }
  133. .theme-deep-purple .sidebar .menu .list li.active {
  134. background-color: transparent; }
  135. .theme-deep-purple .sidebar .menu .list li.active > :first-child i, .theme-deep-purple .sidebar .menu .list li.active > :first-child span {
  136. color: #673AB7; }
  137. .theme-deep-purple .sidebar .menu .list .toggled {
  138. background-color: transparent; }
  139. .theme-deep-purple .sidebar .menu .list .ml-menu {
  140. background-color: transparent; }
  141. .theme-deep-purple .sidebar .legal {
  142. background-color: #fff; }
  143. .theme-deep-purple .sidebar .legal .copyright a {
  144. color: #673AB7 !important; }
  145. .theme-indigo .navbar {
  146. background-color: #3F51B5; }
  147. .theme-indigo .navbar-brand {
  148. color: #fff; }
  149. .theme-indigo .navbar-brand:hover {
  150. color: #fff; }
  151. .theme-indigo .navbar-brand:active {
  152. color: #fff; }
  153. .theme-indigo .navbar-brand:focus {
  154. color: #fff; }
  155. .theme-indigo .nav > li > a {
  156. color: #fff; }
  157. .theme-indigo .nav > li > a:hover {
  158. background-color: transparent; }
  159. .theme-indigo .nav > li > a:focus {
  160. background-color: transparent; }
  161. .theme-indigo .nav .open > a {
  162. background-color: transparent; }
  163. .theme-indigo .nav .open > a:hover {
  164. background-color: transparent; }
  165. .theme-indigo .nav .open > a:focus {
  166. background-color: transparent; }
  167. .theme-indigo .bars {
  168. color: #fff; }
  169. .theme-indigo .sidebar .menu .list li.active {
  170. background-color: transparent; }
  171. .theme-indigo .sidebar .menu .list li.active > :first-child i, .theme-indigo .sidebar .menu .list li.active > :first-child span {
  172. color: #3F51B5; }
  173. .theme-indigo .sidebar .menu .list .toggled {
  174. background-color: transparent; }
  175. .theme-indigo .sidebar .menu .list .ml-menu {
  176. background-color: transparent; }
  177. .theme-indigo .sidebar .legal {
  178. background-color: #fff; }
  179. .theme-indigo .sidebar .legal .copyright a {
  180. color: #3F51B5 !important; }
  181. .theme-blue .navbar {
  182. background-color: #2196F3; }
  183. .theme-blue .navbar-brand {
  184. color: #fff; }
  185. .theme-blue .navbar-brand:hover {
  186. color: #fff; }
  187. .theme-blue .navbar-brand:active {
  188. color: #fff; }
  189. .theme-blue .navbar-brand:focus {
  190. color: #fff; }
  191. .theme-blue .nav > li > a {
  192. color: #fff; }
  193. .theme-blue .nav > li > a:hover {
  194. background-color: transparent; }
  195. .theme-blue .nav > li > a:focus {
  196. background-color: transparent; }
  197. .theme-blue .nav .open > a {
  198. background-color: transparent; }
  199. .theme-blue .nav .open > a:hover {
  200. background-color: transparent; }
  201. .theme-blue .nav .open > a:focus {
  202. background-color: transparent; }
  203. .theme-blue .bars {
  204. color: #fff; }
  205. .theme-blue .sidebar .menu .list li.active {
  206. background-color: transparent; }
  207. .theme-blue .sidebar .menu .list li.active > :first-child i, .theme-blue .sidebar .menu .list li.active > :first-child span {
  208. color: #2196F3; }
  209. .theme-blue .sidebar .menu .list .toggled {
  210. background-color: transparent; }
  211. .theme-blue .sidebar .menu .list .ml-menu {
  212. background-color: transparent; }
  213. .theme-blue .sidebar .legal {
  214. background-color: #fff; }
  215. .theme-blue .sidebar .legal .copyright a {
  216. color: #2196F3 !important; }
  217. .theme-light-blue .navbar {
  218. background-color: #03A9F4; }
  219. .theme-light-blue .navbar-brand {
  220. color: #fff; }
  221. .theme-light-blue .navbar-brand:hover {
  222. color: #fff; }
  223. .theme-light-blue .navbar-brand:active {
  224. color: #fff; }
  225. .theme-light-blue .navbar-brand:focus {
  226. color: #fff; }
  227. .theme-light-blue .nav > li > a {
  228. color: #fff; }
  229. .theme-light-blue .nav > li > a:hover {
  230. background-color: transparent; }
  231. .theme-light-blue .nav > li > a:focus {
  232. background-color: transparent; }
  233. .theme-light-blue .nav .open > a {
  234. background-color: transparent; }
  235. .theme-light-blue .nav .open > a:hover {
  236. background-color: transparent; }
  237. .theme-light-blue .nav .open > a:focus {
  238. background-color: transparent; }
  239. .theme-light-blue .bars {
  240. color: #fff; }
  241. .theme-light-blue .sidebar .menu .list li.active {
  242. background-color: transparent; }
  243. .theme-light-blue .sidebar .menu .list li.active > :first-child i, .theme-light-blue .sidebar .menu .list li.active > :first-child span {
  244. color: #03A9F4; }
  245. .theme-light-blue .sidebar .menu .list .toggled {
  246. background-color: transparent; }
  247. .theme-light-blue .sidebar .menu .list .ml-menu {
  248. background-color: transparent; }
  249. .theme-light-blue .sidebar .legal {
  250. background-color: #fff; }
  251. .theme-light-blue .sidebar .legal .copyright a {
  252. color: #03A9F4 !important; }
  253. .theme-cyan .navbar {
  254. background-color: #00BCD4; }
  255. .theme-cyan .navbar-brand {
  256. color: #fff; }
  257. .theme-cyan .navbar-brand:hover {
  258. color: #fff; }
  259. .theme-cyan .navbar-brand:active {
  260. color: #fff; }
  261. .theme-cyan .navbar-brand:focus {
  262. color: #fff; }
  263. .theme-cyan .nav > li > a {
  264. color: #fff; }
  265. .theme-cyan .nav > li > a:hover {
  266. background-color: transparent; }
  267. .theme-cyan .nav > li > a:focus {
  268. background-color: transparent; }
  269. .theme-cyan .nav .open > a {
  270. background-color: transparent; }
  271. .theme-cyan .nav .open > a:hover {
  272. background-color: transparent; }
  273. .theme-cyan .nav .open > a:focus {
  274. background-color: transparent; }
  275. .theme-cyan .bars {
  276. color: #fff; }
  277. .theme-cyan .sidebar .menu .list li.active {
  278. background-color: transparent; }
  279. .theme-cyan .sidebar .menu .list li.active > :first-child i, .theme-cyan .sidebar .menu .list li.active > :first-child span {
  280. color: #00BCD4; }
  281. .theme-cyan .sidebar .menu .list .toggled {
  282. background-color: transparent; }
  283. .theme-cyan .sidebar .menu .list .ml-menu {
  284. background-color: transparent; }
  285. .theme-cyan .sidebar .legal {
  286. background-color: #fff; }
  287. .theme-cyan .sidebar .legal .copyright a {
  288. color: #00BCD4 !important; }
  289. .theme-teal .navbar {
  290. background-color: #009688; }
  291. .theme-teal .navbar-brand {
  292. color: #fff; }
  293. .theme-teal .navbar-brand:hover {
  294. color: #fff; }
  295. .theme-teal .navbar-brand:active {
  296. color: #fff; }
  297. .theme-teal .navbar-brand:focus {
  298. color: #fff; }
  299. .theme-teal .nav > li > a {
  300. color: #fff; }
  301. .theme-teal .nav > li > a:hover {
  302. background-color: transparent; }
  303. .theme-teal .nav > li > a:focus {
  304. background-color: transparent; }
  305. .theme-teal .nav .open > a {
  306. background-color: transparent; }
  307. .theme-teal .nav .open > a:hover {
  308. background-color: transparent; }
  309. .theme-teal .nav .open > a:focus {
  310. background-color: transparent; }
  311. .theme-teal .bars {
  312. color: #fff; }
  313. .theme-teal .sidebar .menu .list li.active {
  314. background-color: transparent; }
  315. .theme-teal .sidebar .menu .list li.active > :first-child i, .theme-teal .sidebar .menu .list li.active > :first-child span {
  316. color: #009688; }
  317. .theme-teal .sidebar .menu .list .toggled {
  318. background-color: transparent; }
  319. .theme-teal .sidebar .menu .list .ml-menu {
  320. background-color: transparent; }
  321. .theme-teal .sidebar .legal {
  322. background-color: #fff; }
  323. .theme-teal .sidebar .legal .copyright a {
  324. color: #009688 !important; }
  325. .theme-green .navbar {
  326. background-color: #4CAF50; }
  327. .theme-green .navbar-brand {
  328. color: #fff; }
  329. .theme-green .navbar-brand:hover {
  330. color: #fff; }
  331. .theme-green .navbar-brand:active {
  332. color: #fff; }
  333. .theme-green .navbar-brand:focus {
  334. color: #fff; }
  335. .theme-green .nav > li > a {
  336. color: #fff; }
  337. .theme-green .nav > li > a:hover {
  338. background-color: transparent; }
  339. .theme-green .nav > li > a:focus {
  340. background-color: transparent; }
  341. .theme-green .nav .open > a {
  342. background-color: transparent; }
  343. .theme-green .nav .open > a:hover {
  344. background-color: transparent; }
  345. .theme-green .nav .open > a:focus {
  346. background-color: transparent; }
  347. .theme-green .bars {
  348. color: #fff; }
  349. .theme-green .sidebar .menu .list li.active {
  350. background-color: transparent; }
  351. .theme-green .sidebar .menu .list li.active > :first-child i, .theme-green .sidebar .menu .list li.active > :first-child span {
  352. color: #4CAF50; }
  353. .theme-green .sidebar .menu .list .toggled {
  354. background-color: transparent; }
  355. .theme-green .sidebar .menu .list .ml-menu {
  356. background-color: transparent; }
  357. .theme-green .sidebar .legal {
  358. background-color: #fff; }
  359. .theme-green .sidebar .legal .copyright a {
  360. color: #4CAF50 !important; }
  361. .theme-light-green .navbar {
  362. background-color: #8BC34A; }
  363. .theme-light-green .navbar-brand {
  364. color: #fff; }
  365. .theme-light-green .navbar-brand:hover {
  366. color: #fff; }
  367. .theme-light-green .navbar-brand:active {
  368. color: #fff; }
  369. .theme-light-green .navbar-brand:focus {
  370. color: #fff; }
  371. .theme-light-green .nav > li > a {
  372. color: #fff; }
  373. .theme-light-green .nav > li > a:hover {
  374. background-color: transparent; }
  375. .theme-light-green .nav > li > a:focus {
  376. background-color: transparent; }
  377. .theme-light-green .nav .open > a {
  378. background-color: transparent; }
  379. .theme-light-green .nav .open > a:hover {
  380. background-color: transparent; }
  381. .theme-light-green .nav .open > a:focus {
  382. background-color: transparent; }
  383. .theme-light-green .bars {
  384. color: #fff; }
  385. .theme-light-green .sidebar .menu .list li.active {
  386. background-color: transparent; }
  387. .theme-light-green .sidebar .menu .list li.active > :first-child i, .theme-light-green .sidebar .menu .list li.active > :first-child span {
  388. color: #8BC34A; }
  389. .theme-light-green .sidebar .menu .list .toggled {
  390. background-color: transparent; }
  391. .theme-light-green .sidebar .menu .list .ml-menu {
  392. background-color: transparent; }
  393. .theme-light-green .sidebar .legal {
  394. background-color: #fff; }
  395. .theme-light-green .sidebar .legal .copyright a {
  396. color: #8BC34A !important; }
  397. .theme-lime .navbar {
  398. background-color: #CDDC39; }
  399. .theme-lime .navbar-brand {
  400. color: #fff; }
  401. .theme-lime .navbar-brand:hover {
  402. color: #fff; }
  403. .theme-lime .navbar-brand:active {
  404. color: #fff; }
  405. .theme-lime .navbar-brand:focus {
  406. color: #fff; }
  407. .theme-lime .nav > li > a {
  408. color: #fff; }
  409. .theme-lime .nav > li > a:hover {
  410. background-color: transparent; }
  411. .theme-lime .nav > li > a:focus {
  412. background-color: transparent; }
  413. .theme-lime .nav .open > a {
  414. background-color: transparent; }
  415. .theme-lime .nav .open > a:hover {
  416. background-color: transparent; }
  417. .theme-lime .nav .open > a:focus {
  418. background-color: transparent; }
  419. .theme-lime .bars {
  420. color: #fff; }
  421. .theme-lime .sidebar .menu .list li.active {
  422. background-color: transparent; }
  423. .theme-lime .sidebar .menu .list li.active > :first-child i, .theme-lime .sidebar .menu .list li.active > :first-child span {
  424. color: #CDDC39; }
  425. .theme-lime .sidebar .menu .list .toggled {
  426. background-color: transparent; }
  427. .theme-lime .sidebar .menu .list .ml-menu {
  428. background-color: transparent; }
  429. .theme-lime .sidebar .legal {
  430. background-color: #fff; }
  431. .theme-lime .sidebar .legal .copyright a {
  432. color: #CDDC39 !important; }
  433. .theme-yellow .navbar {
  434. background-color: #FFEB3B; }
  435. .theme-yellow .navbar-brand {
  436. color: #fff; }
  437. .theme-yellow .navbar-brand:hover {
  438. color: #fff; }
  439. .theme-yellow .navbar-brand:active {
  440. color: #fff; }
  441. .theme-yellow .navbar-brand:focus {
  442. color: #fff; }
  443. .theme-yellow .nav > li > a {
  444. color: #fff; }
  445. .theme-yellow .nav > li > a:hover {
  446. background-color: transparent; }
  447. .theme-yellow .nav > li > a:focus {
  448. background-color: transparent; }
  449. .theme-yellow .nav .open > a {
  450. background-color: transparent; }
  451. .theme-yellow .nav .open > a:hover {
  452. background-color: transparent; }
  453. .theme-yellow .nav .open > a:focus {
  454. background-color: transparent; }
  455. .theme-yellow .bars {
  456. color: #fff; }
  457. .theme-yellow .sidebar .menu .list li.active {
  458. background-color: transparent; }
  459. .theme-yellow .sidebar .menu .list li.active > :first-child i, .theme-yellow .sidebar .menu .list li.active > :first-child span {
  460. color: #FFEB3B; }
  461. .theme-yellow .sidebar .menu .list .toggled {
  462. background-color: transparent; }
  463. .theme-yellow .sidebar .menu .list .ml-menu {
  464. background-color: transparent; }
  465. .theme-yellow .sidebar .legal {
  466. background-color: #fff; }
  467. .theme-yellow .sidebar .legal .copyright a {
  468. color: #FFEB3B !important; }
  469. .theme-amber .navbar {
  470. background-color: #FFC107; }
  471. .theme-amber .navbar-brand {
  472. color: #fff; }
  473. .theme-amber .navbar-brand:hover {
  474. color: #fff; }
  475. .theme-amber .navbar-brand:active {
  476. color: #fff; }
  477. .theme-amber .navbar-brand:focus {
  478. color: #fff; }
  479. .theme-amber .nav > li > a {
  480. color: #fff; }
  481. .theme-amber .nav > li > a:hover {
  482. background-color: transparent; }
  483. .theme-amber .nav > li > a:focus {
  484. background-color: transparent; }
  485. .theme-amber .nav .open > a {
  486. background-color: transparent; }
  487. .theme-amber .nav .open > a:hover {
  488. background-color: transparent; }
  489. .theme-amber .nav .open > a:focus {
  490. background-color: transparent; }
  491. .theme-amber .bars {
  492. color: #fff; }
  493. .theme-amber .sidebar .menu .list li.active {
  494. background-color: transparent; }
  495. .theme-amber .sidebar .menu .list li.active > :first-child i, .theme-amber .sidebar .menu .list li.active > :first-child span {
  496. color: #FFC107; }
  497. .theme-amber .sidebar .menu .list .toggled {
  498. background-color: transparent; }
  499. .theme-amber .sidebar .menu .list .ml-menu {
  500. background-color: transparent; }
  501. .theme-amber .sidebar .legal {
  502. background-color: #fff; }
  503. .theme-amber .sidebar .legal .copyright a {
  504. color: #FFC107 !important; }
  505. .theme-orange .navbar {
  506. background-color: #FF9800; }
  507. .theme-orange .navbar-brand {
  508. color: #fff; }
  509. .theme-orange .navbar-brand:hover {
  510. color: #fff; }
  511. .theme-orange .navbar-brand:active {
  512. color: #fff; }
  513. .theme-orange .navbar-brand:focus {
  514. color: #fff; }
  515. .theme-orange .nav > li > a {
  516. color: #fff; }
  517. .theme-orange .nav > li > a:hover {
  518. background-color: transparent; }
  519. .theme-orange .nav > li > a:focus {
  520. background-color: transparent; }
  521. .theme-orange .nav .open > a {
  522. background-color: transparent; }
  523. .theme-orange .nav .open > a:hover {
  524. background-color: transparent; }
  525. .theme-orange .nav .open > a:focus {
  526. background-color: transparent; }
  527. .theme-orange .bars {
  528. color: #fff; }
  529. .theme-orange .sidebar .menu .list li.active {
  530. background-color: transparent; }
  531. .theme-orange .sidebar .menu .list li.active > :first-child i, .theme-orange .sidebar .menu .list li.active > :first-child span {
  532. color: #FF9800; }
  533. .theme-orange .sidebar .menu .list .toggled {
  534. background-color: transparent; }
  535. .theme-orange .sidebar .menu .list .ml-menu {
  536. background-color: transparent; }
  537. .theme-orange .sidebar .legal {
  538. background-color: #fff; }
  539. .theme-orange .sidebar .legal .copyright a {
  540. color: #FF9800 !important; }
  541. .theme-deep-orange .navbar {
  542. background-color: #FF5722; }
  543. .theme-deep-orange .navbar-brand {
  544. color: #fff; }
  545. .theme-deep-orange .navbar-brand:hover {
  546. color: #fff; }
  547. .theme-deep-orange .navbar-brand:active {
  548. color: #fff; }
  549. .theme-deep-orange .navbar-brand:focus {
  550. color: #fff; }
  551. .theme-deep-orange .nav > li > a {
  552. color: #fff; }
  553. .theme-deep-orange .nav > li > a:hover {
  554. background-color: transparent; }
  555. .theme-deep-orange .nav > li > a:focus {
  556. background-color: transparent; }
  557. .theme-deep-orange .nav .open > a {
  558. background-color: transparent; }
  559. .theme-deep-orange .nav .open > a:hover {
  560. background-color: transparent; }
  561. .theme-deep-orange .nav .open > a:focus {
  562. background-color: transparent; }
  563. .theme-deep-orange .bars {
  564. color: #fff; }
  565. .theme-deep-orange .sidebar .menu .list li.active {
  566. background-color: transparent; }
  567. .theme-deep-orange .sidebar .menu .list li.active > :first-child i, .theme-deep-orange .sidebar .menu .list li.active > :first-child span {
  568. color: #FF5722; }
  569. .theme-deep-orange .sidebar .menu .list .toggled {
  570. background-color: transparent; }
  571. .theme-deep-orange .sidebar .menu .list .ml-menu {
  572. background-color: transparent; }
  573. .theme-deep-orange .sidebar .legal {
  574. background-color: #fff; }
  575. .theme-deep-orange .sidebar .legal .copyright a {
  576. color: #FF5722 !important; }
  577. .theme-brown .navbar {
  578. background-color: #795548; }
  579. .theme-brown .navbar-brand {
  580. color: #fff; }
  581. .theme-brown .navbar-brand:hover {
  582. color: #fff; }
  583. .theme-brown .navbar-brand:active {
  584. color: #fff; }
  585. .theme-brown .navbar-brand:focus {
  586. color: #fff; }
  587. .theme-brown .nav > li > a {
  588. color: #fff; }
  589. .theme-brown .nav > li > a:hover {
  590. background-color: transparent; }
  591. .theme-brown .nav > li > a:focus {
  592. background-color: transparent; }
  593. .theme-brown .nav .open > a {
  594. background-color: transparent; }
  595. .theme-brown .nav .open > a:hover {
  596. background-color: transparent; }
  597. .theme-brown .nav .open > a:focus {
  598. background-color: transparent; }
  599. .theme-brown .bars {
  600. color: #fff; }
  601. .theme-brown .sidebar .menu .list li.active {
  602. background-color: transparent; }
  603. .theme-brown .sidebar .menu .list li.active > :first-child i, .theme-brown .sidebar .menu .list li.active > :first-child span {
  604. color: #795548; }
  605. .theme-brown .sidebar .menu .list .toggled {
  606. background-color: transparent; }
  607. .theme-brown .sidebar .menu .list .ml-menu {
  608. background-color: transparent; }
  609. .theme-brown .sidebar .legal {
  610. background-color: #fff; }
  611. .theme-brown .sidebar .legal .copyright a {
  612. color: #795548 !important; }
  613. .theme-grey .navbar {
  614. background-color: #9E9E9E; }
  615. .theme-grey .navbar-brand {
  616. color: #fff; }
  617. .theme-grey .navbar-brand:hover {
  618. color: #fff; }
  619. .theme-grey .navbar-brand:active {
  620. color: #fff; }
  621. .theme-grey .navbar-brand:focus {
  622. color: #fff; }
  623. .theme-grey .nav > li > a {
  624. color: #fff; }
  625. .theme-grey .nav > li > a:hover {
  626. background-color: transparent; }
  627. .theme-grey .nav > li > a:focus {
  628. background-color: transparent; }
  629. .theme-grey .nav .open > a {
  630. background-color: transparent; }
  631. .theme-grey .nav .open > a:hover {
  632. background-color: transparent; }
  633. .theme-grey .nav .open > a:focus {
  634. background-color: transparent; }
  635. .theme-grey .bars {
  636. color: #fff; }
  637. .theme-grey .sidebar .menu .list li.active {
  638. background-color: transparent; }
  639. .theme-grey .sidebar .menu .list li.active > :first-child i, .theme-grey .sidebar .menu .list li.active > :first-child span {
  640. color: #9E9E9E; }
  641. .theme-grey .sidebar .menu .list .toggled {
  642. background-color: transparent; }
  643. .theme-grey .sidebar .menu .list .ml-menu {
  644. background-color: transparent; }
  645. .theme-grey .sidebar .legal {
  646. background-color: #fff; }
  647. .theme-grey .sidebar .legal .copyright a {
  648. color: #9E9E9E !important; }
  649. .theme-blue-grey .navbar {
  650. background-color: #607D8B; }
  651. .theme-blue-grey .navbar-brand {
  652. color: #fff; }
  653. .theme-blue-grey .navbar-brand:hover {
  654. color: #fff; }
  655. .theme-blue-grey .navbar-brand:active {
  656. color: #fff; }
  657. .theme-blue-grey .navbar-brand:focus {
  658. color: #fff; }
  659. .theme-blue-grey .nav > li > a {
  660. color: #fff; }
  661. .theme-blue-grey .nav > li > a:hover {
  662. background-color: transparent; }
  663. .theme-blue-grey .nav > li > a:focus {
  664. background-color: transparent; }
  665. .theme-blue-grey .nav .open > a {
  666. background-color: transparent; }
  667. .theme-blue-grey .nav .open > a:hover {
  668. background-color: transparent; }
  669. .theme-blue-grey .nav .open > a:focus {
  670. background-color: transparent; }
  671. .theme-blue-grey .bars {
  672. color: #fff; }
  673. .theme-blue-grey .sidebar .menu .list li.active {
  674. background-color: transparent; }
  675. .theme-blue-grey .sidebar .menu .list li.active > :first-child i, .theme-blue-grey .sidebar .menu .list li.active > :first-child span {
  676. color: #607D8B; }
  677. .theme-blue-grey .sidebar .menu .list .toggled {
  678. background-color: transparent; }
  679. .theme-blue-grey .sidebar .menu .list .ml-menu {
  680. background-color: transparent; }
  681. .theme-blue-grey .sidebar .legal {
  682. background-color: #fff; }
  683. .theme-blue-grey .sidebar .legal .copyright a {
  684. color: #607D8B !important; }
  685. .theme-black .navbar {
  686. background-color: #000; }
  687. .theme-black .navbar-brand {
  688. color: #fff; }
  689. .theme-black .navbar-brand:hover {
  690. color: #fff; }
  691. .theme-black .navbar-brand:active {
  692. color: #fff; }
  693. .theme-black .navbar-brand:focus {
  694. color: #fff; }
  695. .theme-black .nav > li > a {
  696. color: #fff; }
  697. .theme-black .nav > li > a:hover {
  698. background-color: transparent; }
  699. .theme-black .nav > li > a:focus {
  700. background-color: transparent; }
  701. .theme-black .nav .open > a {
  702. background-color: transparent; }
  703. .theme-black .nav .open > a:hover {
  704. background-color: transparent; }
  705. .theme-black .nav .open > a:focus {
  706. background-color: transparent; }
  707. .theme-black .bars {
  708. color: #fff; }
  709. .theme-black .sidebar .menu .list li.active {
  710. background-color: transparent; }
  711. .theme-black .sidebar .menu .list li.active > :first-child i, .theme-black .sidebar .menu .list li.active > :first-child span {
  712. color: #000; }
  713. .theme-black .sidebar .menu .list .toggled {
  714. background-color: transparent; }
  715. .theme-black .sidebar .menu .list .ml-menu {
  716. background-color: transparent; }
  717. .theme-black .sidebar .legal {
  718. background-color: #fff; }
  719. .theme-black .sidebar .legal .copyright a {
  720. color: #000 !important; }