zui-theme.css 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311
  1. /*!
  2. * ZUI user custom theme for - v1.4.0 - 2016-08-31
  3. * http://zui.sexy
  4. * GitHub: https://github.com/easysoft/zui.git
  5. * Copyright (c) 2016 cnezsoft.com; Licensed MIT
  6. */
  7. a {
  8. color: #43a047;
  9. }
  10. a:hover,
  11. a:focus {
  12. color: #2c6a2f;
  13. }
  14. .btn {
  15. border-radius: 0;
  16. color: #353535;
  17. background-color: #fff;
  18. border-color: #ccc;
  19. }
  20. .btn:hover,
  21. .btn:focus,
  22. .btn:active,
  23. .btn.active,
  24. .open .dropdown-toggle.btn {
  25. color: #353535;
  26. background-color: #ebebeb;
  27. border-color: #adadad;
  28. -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  29. -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  30. box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  31. }
  32. .btn:active,
  33. .btn.active,
  34. .open .dropdown-toggle.btn {
  35. background-image: none;
  36. background-color: #d9d9d9;
  37. border-color: #b3b3b3;
  38. -moz-box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15);
  39. -webkit-box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15);
  40. box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15);
  41. }
  42. .btn.disabled,
  43. .btn[disabled],
  44. fieldset[disabled] .btn,
  45. .btn.disabled:hover,
  46. .btn[disabled]:hover,
  47. fieldset[disabled] .btn:hover,
  48. .btn.disabled:focus,
  49. .btn[disabled]:focus,
  50. fieldset[disabled] .btn:focus,
  51. .btn.disabled:active,
  52. .btn[disabled]:active,
  53. fieldset[disabled] .btn:active,
  54. .btn.disabled.active,
  55. .btn[disabled].active,
  56. fieldset[disabled] .btn.active {
  57. background-color: #fff;
  58. border-color: #ccc;
  59. }
  60. .btn:hover,
  61. .btn:focus,
  62. .btn:active,
  63. .btn.active,
  64. .open .dropdown-toggle.btn {
  65. color: #353535;
  66. background-color: #ebebeb;
  67. border-color: #adadad;
  68. -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  69. -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  70. box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  71. }
  72. .btn.disabled,
  73. .btn[disabled],
  74. fieldset[disabled] .btn,
  75. .btn.disabled:hover,
  76. .btn[disabled]:hover,
  77. fieldset[disabled] .btn:hover,
  78. .btn.disabled:focus,
  79. .btn[disabled]:focus,
  80. fieldset[disabled] .btn:focus,
  81. .btn.disabled:active,
  82. .btn[disabled]:active,
  83. fieldset[disabled] .btn:active,
  84. .btn.disabled.active,
  85. .btn[disabled].active,
  86. fieldset[disabled] .btn.active {
  87. background-color: #fff;
  88. border-color: #ccc;
  89. }
  90. .btn-primary {
  91. color: #fff;
  92. background-color: #4caf50;
  93. border-color: #4aab4e;
  94. }
  95. .btn-primary:hover,
  96. .btn-primary:focus,
  97. .btn-primary:active,
  98. .btn-primary.active,
  99. .open .dropdown-toggle.btn-primary {
  100. color: #fff;
  101. background-color: #409343;
  102. border-color: #38813b;
  103. -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  104. -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  105. box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  106. }
  107. .btn-primary:active,
  108. .btn-primary.active,
  109. .open .dropdown-toggle.btn-primary {
  110. background-image: none;
  111. background-color: #357a38;
  112. border-color: #3b883e;
  113. -moz-box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15);
  114. -webkit-box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15);
  115. box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15);
  116. }
  117. .btn-primary.disabled,
  118. .btn-primary[disabled],
  119. fieldset[disabled] .btn-primary,
  120. .btn-primary.disabled:hover,
  121. .btn-primary[disabled]:hover,
  122. fieldset[disabled] .btn-primary:hover,
  123. .btn-primary.disabled:focus,
  124. .btn-primary[disabled]:focus,
  125. fieldset[disabled] .btn-primary:focus,
  126. .btn-primary.disabled:active,
  127. .btn-primary[disabled]:active,
  128. fieldset[disabled] .btn-primary:active,
  129. .btn-primary.disabled.active,
  130. .btn-primary[disabled].active,
  131. fieldset[disabled] .btn-primary.active {
  132. background-color: #4caf50;
  133. border-color: #4aab4e;
  134. }
  135. .btn-primary:hover,
  136. .btn-primary:focus,
  137. .btn-primary:active,
  138. .btn-primary.active,
  139. .open .dropdown-toggle.btn-primary {
  140. color: #fff;
  141. background-color: #409343;
  142. border-color: #38813b;
  143. -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  144. -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  145. box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  146. }
  147. .btn-primary.disabled,
  148. .btn-primary[disabled],
  149. fieldset[disabled] .btn-primary,
  150. .btn-primary.disabled:hover,
  151. .btn-primary[disabled]:hover,
  152. fieldset[disabled] .btn-primary:hover,
  153. .btn-primary.disabled:focus,
  154. .btn-primary[disabled]:focus,
  155. fieldset[disabled] .btn-primary:focus,
  156. .btn-primary.disabled:active,
  157. .btn-primary[disabled]:active,
  158. fieldset[disabled] .btn-primary:active,
  159. .btn-primary.disabled.active,
  160. .btn-primary[disabled].active,
  161. fieldset[disabled] .btn-primary.active {
  162. background-color: #4caf50;
  163. border-color: #4aab4e;
  164. }
  165. .btn-warning {
  166. color: #fff;
  167. background-color: #f0ad4e;
  168. border-color: #f0ab49;
  169. }
  170. .btn-warning:hover,
  171. .btn-warning:focus,
  172. .btn-warning:active,
  173. .btn-warning.active,
  174. .open .dropdown-toggle.btn-warning {
  175. color: #fff;
  176. background-color: #ed9c28;
  177. border-color: #e89014;
  178. -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  179. -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  180. box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  181. }
  182. .btn-warning:active,
  183. .btn-warning.active,
  184. .open .dropdown-toggle.btn-warning {
  185. background-image: none;
  186. background-color: #df8a13;
  187. border-color: #ec951a;
  188. -moz-box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15);
  189. -webkit-box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15);
  190. box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15);
  191. }
  192. .btn-warning.disabled,
  193. .btn-warning[disabled],
  194. fieldset[disabled] .btn-warning,
  195. .btn-warning.disabled:hover,
  196. .btn-warning[disabled]:hover,
  197. fieldset[disabled] .btn-warning:hover,
  198. .btn-warning.disabled:focus,
  199. .btn-warning[disabled]:focus,
  200. fieldset[disabled] .btn-warning:focus,
  201. .btn-warning.disabled:active,
  202. .btn-warning[disabled]:active,
  203. fieldset[disabled] .btn-warning:active,
  204. .btn-warning.disabled.active,
  205. .btn-warning[disabled].active,
  206. fieldset[disabled] .btn-warning.active {
  207. background-color: #f0ad4e;
  208. border-color: #f0ab49;
  209. }
  210. .btn-warning:hover,
  211. .btn-warning:focus,
  212. .btn-warning:active,
  213. .btn-warning.active,
  214. .open .dropdown-toggle.btn-warning {
  215. color: #fff;
  216. background-color: #ed9c28;
  217. border-color: #e89014;
  218. -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  219. -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  220. box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  221. }
  222. .btn-warning.disabled,
  223. .btn-warning[disabled],
  224. fieldset[disabled] .btn-warning,
  225. .btn-warning.disabled:hover,
  226. .btn-warning[disabled]:hover,
  227. fieldset[disabled] .btn-warning:hover,
  228. .btn-warning.disabled:focus,
  229. .btn-warning[disabled]:focus,
  230. fieldset[disabled] .btn-warning:focus,
  231. .btn-warning.disabled:active,
  232. .btn-warning[disabled]:active,
  233. fieldset[disabled] .btn-warning:active,
  234. .btn-warning.disabled.active,
  235. .btn-warning[disabled].active,
  236. fieldset[disabled] .btn-warning.active {
  237. background-color: #f0ad4e;
  238. border-color: #f0ab49;
  239. }
  240. .btn-danger {
  241. color: #fff;
  242. background-color: #d9534f;
  243. border-color: #d84f4b;
  244. }
  245. .btn-danger:hover,
  246. .btn-danger:focus,
  247. .btn-danger:active,
  248. .btn-danger.active,
  249. .open .dropdown-toggle.btn-danger {
  250. color: #fff;
  251. background-color: #d2322d;
  252. border-color: #bd2d29;
  253. -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  254. -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  255. box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  256. }
  257. .btn-danger:active,
  258. .btn-danger.active,
  259. .open .dropdown-toggle.btn-danger {
  260. background-image: none;
  261. background-color: #b52b27;
  262. border-color: #c52f2b;
  263. -moz-box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15);
  264. -webkit-box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15);
  265. box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15);
  266. }
  267. .btn-danger.disabled,
  268. .btn-danger[disabled],
  269. fieldset[disabled] .btn-danger,
  270. .btn-danger.disabled:hover,
  271. .btn-danger[disabled]:hover,
  272. fieldset[disabled] .btn-danger:hover,
  273. .btn-danger.disabled:focus,
  274. .btn-danger[disabled]:focus,
  275. fieldset[disabled] .btn-danger:focus,
  276. .btn-danger.disabled:active,
  277. .btn-danger[disabled]:active,
  278. fieldset[disabled] .btn-danger:active,
  279. .btn-danger.disabled.active,
  280. .btn-danger[disabled].active,
  281. fieldset[disabled] .btn-danger.active {
  282. background-color: #d9534f;
  283. border-color: #d84f4b;
  284. }
  285. .btn-danger:hover,
  286. .btn-danger:focus,
  287. .btn-danger:active,
  288. .btn-danger.active,
  289. .open .dropdown-toggle.btn-danger {
  290. color: #fff;
  291. background-color: #d2322d;
  292. border-color: #bd2d29;
  293. -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  294. -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  295. box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  296. }
  297. .btn-danger.disabled,
  298. .btn-danger[disabled],
  299. fieldset[disabled] .btn-danger,
  300. .btn-danger.disabled:hover,
  301. .btn-danger[disabled]:hover,
  302. fieldset[disabled] .btn-danger:hover,
  303. .btn-danger.disabled:focus,
  304. .btn-danger[disabled]:focus,
  305. fieldset[disabled] .btn-danger:focus,
  306. .btn-danger.disabled:active,
  307. .btn-danger[disabled]:active,
  308. fieldset[disabled] .btn-danger:active,
  309. .btn-danger.disabled.active,
  310. .btn-danger[disabled].active,
  311. fieldset[disabled] .btn-danger.active {
  312. background-color: #d9534f;
  313. border-color: #d84f4b;
  314. }
  315. .btn-success {
  316. color: #fff;
  317. background-color: #4CAF50;
  318. border-color: #4aab4e;
  319. }
  320. .btn-success:hover,
  321. .btn-success:focus,
  322. .btn-success:active,
  323. .btn-success.active,
  324. .open .dropdown-toggle.btn-success {
  325. color: #fff;
  326. background-color: #409343;
  327. border-color: #38813b;
  328. -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  329. -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  330. box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  331. }
  332. .btn-success:active,
  333. .btn-success.active,
  334. .open .dropdown-toggle.btn-success {
  335. background-image: none;
  336. background-color: #357a38;
  337. border-color: #3b883e;
  338. -moz-box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15);
  339. -webkit-box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15);
  340. box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15);
  341. }
  342. .btn-success.disabled,
  343. .btn-success[disabled],
  344. fieldset[disabled] .btn-success,
  345. .btn-success.disabled:hover,
  346. .btn-success[disabled]:hover,
  347. fieldset[disabled] .btn-success:hover,
  348. .btn-success.disabled:focus,
  349. .btn-success[disabled]:focus,
  350. fieldset[disabled] .btn-success:focus,
  351. .btn-success.disabled:active,
  352. .btn-success[disabled]:active,
  353. fieldset[disabled] .btn-success:active,
  354. .btn-success.disabled.active,
  355. .btn-success[disabled].active,
  356. fieldset[disabled] .btn-success.active {
  357. background-color: #4CAF50;
  358. border-color: #4aab4e;
  359. }
  360. .btn-success:hover,
  361. .btn-success:focus,
  362. .btn-success:active,
  363. .btn-success.active,
  364. .open .dropdown-toggle.btn-success {
  365. color: #fff;
  366. background-color: #409343;
  367. border-color: #38813b;
  368. -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  369. -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  370. box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  371. }
  372. .btn-success.disabled,
  373. .btn-success[disabled],
  374. fieldset[disabled] .btn-success,
  375. .btn-success.disabled:hover,
  376. .btn-success[disabled]:hover,
  377. fieldset[disabled] .btn-success:hover,
  378. .btn-success.disabled:focus,
  379. .btn-success[disabled]:focus,
  380. fieldset[disabled] .btn-success:focus,
  381. .btn-success.disabled:active,
  382. .btn-success[disabled]:active,
  383. fieldset[disabled] .btn-success:active,
  384. .btn-success.disabled.active,
  385. .btn-success[disabled].active,
  386. fieldset[disabled] .btn-success.active {
  387. background-color: #4CAF50;
  388. border-color: #4aab4e;
  389. }
  390. .btn-info {
  391. color: #fff;
  392. background-color: #039BE5;
  393. border-color: #0398e0;
  394. }
  395. .btn-info:hover,
  396. .btn-info:focus,
  397. .btn-info:active,
  398. .btn-info.active,
  399. .open .dropdown-toggle.btn-info {
  400. color: #fff;
  401. background-color: #0280bd;
  402. border-color: #026fa4;
  403. -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  404. -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  405. box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  406. }
  407. .btn-info:active,
  408. .btn-info.active,
  409. .open .dropdown-toggle.btn-info {
  410. background-image: none;
  411. background-color: #026899;
  412. border-color: #0276ae;
  413. -moz-box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15);
  414. -webkit-box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15);
  415. box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15);
  416. }
  417. .btn-info.disabled,
  418. .btn-info[disabled],
  419. fieldset[disabled] .btn-info,
  420. .btn-info.disabled:hover,
  421. .btn-info[disabled]:hover,
  422. fieldset[disabled] .btn-info:hover,
  423. .btn-info.disabled:focus,
  424. .btn-info[disabled]:focus,
  425. fieldset[disabled] .btn-info:focus,
  426. .btn-info.disabled:active,
  427. .btn-info[disabled]:active,
  428. fieldset[disabled] .btn-info:active,
  429. .btn-info.disabled.active,
  430. .btn-info[disabled].active,
  431. fieldset[disabled] .btn-info.active {
  432. background-color: #039BE5;
  433. border-color: #0398e0;
  434. }
  435. .btn-info:hover,
  436. .btn-info:focus,
  437. .btn-info:active,
  438. .btn-info.active,
  439. .open .dropdown-toggle.btn-info {
  440. color: #fff;
  441. background-color: #0280bd;
  442. border-color: #026fa4;
  443. -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  444. -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  445. box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  446. }
  447. .btn-info.disabled,
  448. .btn-info[disabled],
  449. fieldset[disabled] .btn-info,
  450. .btn-info.disabled:hover,
  451. .btn-info[disabled]:hover,
  452. fieldset[disabled] .btn-info:hover,
  453. .btn-info.disabled:focus,
  454. .btn-info[disabled]:focus,
  455. fieldset[disabled] .btn-info:focus,
  456. .btn-info.disabled:active,
  457. .btn-info[disabled]:active,
  458. fieldset[disabled] .btn-info:active,
  459. .btn-info.disabled.active,
  460. .btn-info[disabled].active,
  461. fieldset[disabled] .btn-info.active {
  462. background-color: #039BE5;
  463. border-color: #0398e0;
  464. }
  465. .btn-link {
  466. color: #43a047;
  467. background-color: transparent;
  468. }
  469. .btn-link,
  470. .btn-link:active,
  471. .btn-link[disabled],
  472. fieldset[disabled] .btn-link,
  473. .btn-link:hover,
  474. .btn-link:focus {
  475. border-color: transparent;
  476. -moz-box-shadow: none;
  477. -webkit-box-shadow: none;
  478. box-shadow: none;
  479. }
  480. .btn-link:hover,
  481. .btn-link:focus {
  482. color: #2c6a2f;
  483. }
  484. .btn-link[disabled]:hover,
  485. fieldset[disabled] .btn-link:hover,
  486. .btn-link[disabled]:focus,
  487. fieldset[disabled] .btn-link:focus {
  488. color: #dddddd;
  489. }
  490. .popover,
  491. .tooltip-inner {
  492. border-radius: 0;
  493. }
  494. .label {
  495. border-radius: 0;
  496. }
  497. .label-primary {
  498. background-color: #4caf50;
  499. }
  500. .label-primary[href]:hover,
  501. .label-primary[href]:focus {
  502. color: #fff;
  503. background-color: #3d8b40;
  504. }
  505. .label-primary.label-circle {
  506. background: none;
  507. border: 1px solid #4caf50;
  508. color: #4caf50;
  509. }
  510. .label-primary[href]:hover,
  511. .label-primary[href]:focus {
  512. background-color: #3d8b40;
  513. }
  514. .label-success {
  515. background-color: #4CAF50;
  516. }
  517. .label-success[href]:hover,
  518. .label-success[href]:focus {
  519. color: #fff;
  520. background-color: #3d8b40;
  521. }
  522. .label-success.label-circle {
  523. background: none;
  524. border: 1px solid #4CAF50;
  525. color: #4CAF50;
  526. }
  527. .label-success[href]:hover,
  528. .label-success[href]:focus {
  529. background-color: #3d8b40;
  530. }
  531. .label-info {
  532. background-color: #039BE5;
  533. }
  534. .label-info[href]:hover,
  535. .label-info[href]:focus {
  536. color: #fff;
  537. background-color: #0279b3;
  538. }
  539. .label-info.label-circle {
  540. background: none;
  541. border: 1px solid #039BE5;
  542. color: #039BE5;
  543. }
  544. .label-info[href]:hover,
  545. .label-info[href]:focus {
  546. background-color: #0279b3;
  547. }
  548. .label-warning {
  549. background-color: #f0ad4e;
  550. }
  551. .label-warning[href]:hover,
  552. .label-warning[href]:focus {
  553. color: #fff;
  554. background-color: #ec971f;
  555. }
  556. .label-warning.label-circle {
  557. background: none;
  558. border: 1px solid #f0ad4e;
  559. color: #f0ad4e;
  560. }
  561. .label-warning[href]:hover,
  562. .label-warning[href]:focus {
  563. background-color: #ec971f;
  564. }
  565. .label-danger {
  566. background-color: #d9534f;
  567. }
  568. .label-danger[href]:hover,
  569. .label-danger[href]:focus {
  570. color: #fff;
  571. background-color: #c9302c;
  572. }
  573. .label-danger.label-circle {
  574. background: none;
  575. border: 1px solid #d9534f;
  576. color: #d9534f;
  577. }
  578. .label-danger[href]:hover,
  579. .label-danger[href]:focus {
  580. background-color: #c9302c;
  581. }
  582. .btn-primary .label-badge,
  583. .btn-primary .label-dot {
  584. background-color: #92cf94;
  585. }
  586. .text-primary {
  587. color: #4caf50;
  588. }
  589. .text-primary:hover {
  590. color: #3d8b40;
  591. }
  592. .text-warning {
  593. color: #f0ad4e;
  594. }
  595. .text-warning:hover {
  596. color: #ec971f;
  597. }
  598. .text-danger {
  599. color: #d9534f;
  600. }
  601. .text-danger:hover {
  602. color: #c9302c;
  603. }
  604. .text-success {
  605. color: #4CAF50;
  606. }
  607. .text-success:hover {
  608. color: #3d8b40;
  609. }
  610. .text-info {
  611. color: #039BE5;
  612. }
  613. .text-info:hover {
  614. color: #0279b3;
  615. }
  616. .text-important {
  617. color: #bd7b46;
  618. }
  619. .text-important:hover {
  620. color: #996337;
  621. }
  622. .text-special {
  623. color: #8666b8;
  624. }
  625. .text-special:hover {
  626. color: #6c4aa1;
  627. }
  628. .text-muted a:hover,
  629. .text-muted a:active {
  630. color: #43a047;
  631. }
  632. .text-link:hover,
  633. .text-link:active {
  634. color: #43a047;
  635. }
  636. .bg-primary {
  637. background-color: #4caf50;
  638. }
  639. a.bg-primary:hover {
  640. background-color: #3d8b40;
  641. }
  642. .hl-primary {
  643. background-color: #e8f5e9;
  644. }
  645. a.hl-primary:hover {
  646. background-color: #c4e6c7;
  647. }
  648. .form-control {
  649. border-radius: 0;
  650. }
  651. .form-control:focus {
  652. border-color: #43a047;
  653. outline: 0;
  654. -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(67, 160, 71, 0.6);
  655. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(67, 160, 71, 0.6);
  656. box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(67, 160, 71, 0.6);
  657. }
  658. .form-control:focus {
  659. border-color: #43a047;
  660. -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(67, 160, 71, 0.6);
  661. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(67, 160, 71, 0.6);
  662. box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(67, 160, 71, 0.6);
  663. }
  664. .form-condensed .form-control,
  665. .form-condensed .btn {
  666. border-radius: 0;
  667. }
  668. .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  669. border-radius: 0;
  670. }
  671. .btn-group-vertical > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  672. border-top-right-radius: 0;
  673. border-bottom-right-radius: 0;
  674. border-bottom-left-radius: 0;
  675. }
  676. .btn-group-vertical > .btn:last-child:not(:first-child) {
  677. border-bottom-left-radius: 0;
  678. border-top-right-radius: 0;
  679. border-top-left-radius: 0;
  680. }
  681. .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  682. border-radius: 0;
  683. }
  684. .btn-group-vertical > .btn-group:first-child > .btn:last-child,
  685. .btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  686. border-bottom-right-radius: 0;
  687. border-bottom-left-radius: 0;
  688. }
  689. .btn-group-vertical > .btn-group:last-child > .btn:first-child {
  690. border-top-right-radius: 0;
  691. border-top-left-radius: 0;
  692. }
  693. .input-group-addon {
  694. background-color: #f1f1f1;
  695. }
  696. .input-group-addon:not(:first-child):not(:last-child),
  697. .input-group-btn:not(:first-child):not(:last-child),
  698. .input-group .form-control:not(:first-child):not(:last-child) {
  699. border-radius: 0;
  700. }
  701. .input-group-addon {
  702. border-radius: 0;
  703. }
  704. .input-group-btn.fix-border > .btn {
  705. border-radius: 0;
  706. }
  707. .input-group .form-control:first-child,
  708. .input-group-addon:first-child,
  709. .input-group-btn:first-child > .btn,
  710. .input-group-btn:first-child > .btn-group > .btn,
  711. .input-group-btn:first-child > .dropdown-toggle,
  712. .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
  713. .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  714. border-bottom-right-radius: 0;
  715. border-top-right-radius: 0;
  716. }
  717. .input-group .form-control:last-child,
  718. .input-group-addon:last-child,
  719. .input-group-btn:last-child > .btn,
  720. .input-group-btn:last-child > .btn-group > .btn,
  721. .input-group-btn:last-child > .dropdown-toggle,
  722. .input-group-btn:first-child > .btn:not(:first-child),
  723. .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  724. border-bottom-left-radius: 0;
  725. border-top-left-radius: 0;
  726. }
  727. .list-group-item {
  728. background-color: #fff;
  729. border: 1px solid #dddddd;
  730. }
  731. .list-group-item:first-child {
  732. border-top-right-radius: 0;
  733. border-top-left-radius: 0;
  734. }
  735. .list-group-item:last-child {
  736. margin-bottom: 0;
  737. border-bottom-right-radius: 0;
  738. border-bottom-left-radius: 0;
  739. }
  740. a.list-group-item {
  741. color: #555;
  742. }
  743. a.list-group-item .list-group-item-heading {
  744. color: #333;
  745. }
  746. a.list-group-item:hover,
  747. a.list-group-item:focus {
  748. text-decoration: none;
  749. background-color: #e8f5e9;
  750. color: #353535;
  751. }
  752. .list-group-item.active,
  753. .list-group-item.active:hover,
  754. .list-group-item.active:focus {
  755. background-color: #4caf50;
  756. border-color: #4caf50;
  757. color: #fff;
  758. }
  759. .list-group-item.active .list-group-item-heading,
  760. .list-group-item.active:hover .list-group-item-heading,
  761. .list-group-item.active:focus .list-group-item-heading {
  762. color: inherit;
  763. }
  764. .list-group-item.active .list-group-item-text,
  765. .list-group-item.active:hover .list-group-item-text,
  766. .list-group-item.active:focus .list-group-item-text {
  767. color: #e6e6e6;
  768. }
  769. .list-group-item-heading {
  770. color: #333333;
  771. }
  772. .navbar-toggle {
  773. border-radius: 0;
  774. }
  775. @media (min-width: 768px) {
  776. .navbar {
  777. border-radius: 0;
  778. }
  779. }
  780. .navbar-inverse {
  781. background-color: #43a047;
  782. border-color: #347c37;
  783. }
  784. .navbar-inverse .navbar-nav > li.nav-heading {
  785. background-color: #3b8e3f;
  786. }
  787. .navbar-inverse .navbar-nav > li > a:hover,
  788. .navbar-inverse .navbar-nav > li > a:focus {
  789. background-color: #4db552;
  790. }
  791. .navbar-inverse .navbar-nav > .active > a,
  792. .navbar-inverse .navbar-nav > .active > a:hover,
  793. .navbar-inverse .navbar-nav > .active > a:focus {
  794. background-color: #5bbb60;
  795. }
  796. .navbar-inverse .navbar-toggle {
  797. border-color: #5bbb60;
  798. }
  799. .navbar-inverse .navbar-toggle:hover,
  800. .navbar-inverse .navbar-toggle:focus {
  801. background-color: #3b8e3f;
  802. }
  803. .navbar-inverse .navbar-collapse,
  804. .navbar-inverse .navbar-form {
  805. border-color: #38873c;
  806. }
  807. .navbar-inverse .navbar-nav > .open > a,
  808. .navbar-inverse .navbar-nav > .open > a:hover,
  809. .navbar-inverse .navbar-nav > .open > a:focus {
  810. background-color: #5bbb60;
  811. }
  812. @media (max-width: 767px) {
  813. .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
  814. border-color: #347c37;
  815. }
  816. .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  817. .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
  818. background-color: #4db552;
  819. }
  820. .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  821. .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  822. .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
  823. background-color: #5bbb60;
  824. }
  825. }
  826. .navbar-fixed-left.navbar-inverse .navbar-header,
  827. .navbar-fixed-left.navbar-inverse .navbar-nav {
  828. border-bottom: 1px solid #5bbb60;
  829. -moz-box-shadow: inset 0 -1px 0 #347c37;
  830. -webkit-box-shadow: inset 0 -1px 0 #347c37;
  831. box-shadow: inset 0 -1px 0 #347c37;
  832. }
  833. .navbar-fixed-left.navbar-inverse.navbar-collapsed .navbar-nav > li.nav-heading:hover {
  834. color: #eaeaea;
  835. background-color: #37833a;
  836. }
  837. .nav > li > a:hover,
  838. .nav > li > a:focus {
  839. color: #2c6a2f;
  840. }
  841. .nav .open > a,
  842. .nav .open > a:hover,
  843. .nav .open > a:focus {
  844. border-color: #43a047;
  845. }
  846. .nav .open > a .caret,
  847. .nav .open > a:hover .caret,
  848. .nav .open > a:focus .caret {
  849. border-top-color: #2c6a2f;
  850. border-bottom-color: #2c6a2f;
  851. }
  852. .nav-pills > li.active > a,
  853. .nav-pills > li.active > a:hover,
  854. .nav-pills > li.active > a:focus {
  855. background-color: #4caf50;
  856. }
  857. .nav-primary > li:first-child > a {
  858. border-bottom-left-radius: 0;
  859. border-top-left-radius: 0;
  860. }
  861. .nav-primary > li:last-child > a {
  862. border-bottom-right-radius: 0;
  863. border-top-right-radius: 0;
  864. }
  865. .nav-primary > li > a {
  866. border: 1px solid #dddddd;
  867. }
  868. .nav-primary > li.active > a,
  869. .nav-primary > li.active > a:hover,
  870. .nav-primary > li.active > a:focus {
  871. background-color: #4caf50;
  872. border-color: #4caf50;
  873. color: #fff;
  874. }
  875. .nav-primary > li.active > a .caret,
  876. .nav-primary > li.active > a:hover .caret,
  877. .nav-primary > li.active > a:focus .caret {
  878. border-top-color: #fff;
  879. border-bottom-color: #fff;
  880. }
  881. .nav-secondary > li.active > a,
  882. .nav-secondary > li.active > a:hover,
  883. .nav-secondary > li.active > a:focus {
  884. color: #4caf50;
  885. border-bottom-color: #4caf50;
  886. }
  887. .nav-secondary > li.active > a .caret,
  888. .nav-secondary > li.active > a:hover .caret,
  889. .nav-secondary > li.active > a:focus .caret {
  890. border-top-color: #4caf50;
  891. border-bottom-color: #4caf50;
  892. }
  893. .nav-stacked.nav-primary > li,
  894. .nav-stacked.nav-primary > li > a {
  895. border-bottom-right-radius: 0;
  896. border-bottom-left-radius: 0;
  897. }
  898. .nav-stacked.nav-primary > li:first-child > a,
  899. .nav-stacked.nav-primary > li:first-child.nav-heading {
  900. border-top-right-radius: 0;
  901. border-top-left-radius: 0;
  902. }
  903. .nav-stacked.nav-primary > li:last-child > a {
  904. border-top-right-radius: 0;
  905. border-top-left-radius: 0;
  906. border-bottom-right-radius: 0;
  907. border-bottom-left-radius: 0;
  908. }
  909. .nav-stacked.nav-primary > li.nav-heading {
  910. border: 1px solid #dddddd;
  911. background-color: #f1f1f1;
  912. }
  913. .nav-stacked.nav-secondary > li > a {
  914. border-bottom-right-radius: 0;
  915. border-top-right-radius: 0;
  916. -moz-box-shadow: inset 2px 0 0 #f5f5f5;
  917. -webkit-box-shadow: inset 2px 0 0 #f5f5f5;
  918. box-shadow: inset 2px 0 0 #f5f5f5;
  919. }
  920. .nav-stacked.nav-secondary > li > a:hover {
  921. -moz-box-shadow: inset 2px 0 0 #e5e5e5;
  922. -webkit-box-shadow: inset 2px 0 0 #e5e5e5;
  923. box-shadow: inset 2px 0 0 #e5e5e5;
  924. }
  925. .nav-stacked.nav-secondary > li.active > a,
  926. .nav-stacked.nav-secondary > li.active > a:hover,
  927. .nav-stacked.nav-secondary > li.active > a:focus {
  928. background-color: #f5f5f5;
  929. -moz-box-shadow: inset 2px 0 0 #4caf50;
  930. -webkit-box-shadow: inset 2px 0 0 #4caf50;
  931. box-shadow: inset 2px 0 0 #4caf50;
  932. }
  933. .nav-stacked.nav-secondary > li.nav-heading {
  934. border-bottom: 1px solid #dddddd;
  935. }
  936. .nav-tabs > li > a {
  937. border-radius: 0 0 0 0;
  938. }
  939. .nav .caret {
  940. border-top-color: #43a047;
  941. border-bottom-color: #43a047;
  942. }
  943. .nav a:hover .caret {
  944. border-top-color: #2c6a2f;
  945. border-bottom-color: #2c6a2f;
  946. }
  947. .pager {
  948. border-radius: 0;
  949. }
  950. .pager > li > a,
  951. .pager > li > span {
  952. background-color: #fff;
  953. border: 1px solid #dddddd;
  954. }
  955. .pager > li:first-child > a,
  956. .pager > li:first-child > span {
  957. border-bottom-left-radius: 0;
  958. border-top-left-radius: 0;
  959. }
  960. .pager > li:last-child > a,
  961. .pager > li:last-child > span {
  962. border-bottom-right-radius: 0;
  963. border-top-right-radius: 0;
  964. }
  965. .pager > li > a:hover,
  966. .pager > li > span:hover,
  967. .pager > li > a:focus,
  968. .pager > li > span:focus {
  969. background-color: #e5e5e5;
  970. }
  971. .pager > .active > a,
  972. .pager > .active > span,
  973. .pager > .active > a:hover,
  974. .pager > .active > span:hover {
  975. color: #fff;
  976. background-color: #4caf50;
  977. }
  978. .pager > .disabled > span,
  979. .pager > .disabled > span:hover,
  980. .pager > .disabled > span:focus,
  981. .pager > .disabled > a,
  982. .pager > .disabled > a:hover,
  983. .pager > .disabled > a:focus {
  984. color: #dddddd;
  985. background-color: #fff;
  986. border-color: #dddddd;
  987. }
  988. .panel {
  989. border-radius: 0;
  990. box-shadow: none;
  991. border-color: #dddddd;
  992. }
  993. .panel > .panel-heading {
  994. background-image: none;
  995. border-top-left-radius: 0;
  996. border-top-right-radius: 0;
  997. }
  998. .panel > .panel-heading {
  999. color: #333333;
  1000. background-color: #f1f1f1;
  1001. border-color: #dddddd;
  1002. }
  1003. .panel > .panel-heading + .panel-collapse .panel-body {
  1004. border-top-color: #dddddd;
  1005. }
  1006. .panel > .panel-footer + .panel-collapse .panel-body {
  1007. border-bottom-color: #dddddd;
  1008. }
  1009. .dashboard .panel {
  1010. box-shadow: none;
  1011. }
  1012. .panel-primary {
  1013. border-color: #4caf50;
  1014. }
  1015. .panel-primary > .panel-heading {
  1016. color: #fff;
  1017. background-color: #4caf50;
  1018. border-color: #4caf50;
  1019. }
  1020. .panel-primary > .panel-heading + .panel-collapse .panel-body {
  1021. border-top-color: #4caf50;
  1022. }
  1023. .panel-primary > .panel-footer + .panel-collapse .panel-body {
  1024. border-bottom-color: #4caf50;
  1025. }
  1026. .panel-success > .panel-body,
  1027. .panel-warning > .panel-body,
  1028. .panel-primary > .panel-body,
  1029. .panel-info > .panel-body,
  1030. .panel-danger > .panel-body {
  1031. box-shadow: none;
  1032. }
  1033. .table-hover > tbody > tr:hover > td,
  1034. .table-hover > tbody > tr:hover > th {
  1035. background-color: #e8f5e9;
  1036. }
  1037. .table tr > td.active,
  1038. .table tr > th.active,
  1039. .table tr.active > td,
  1040. .table tr.active > th {
  1041. background-color: #ffe7bc;
  1042. }
  1043. table.tablesorter thead tr .headerSortUp:after,
  1044. table.tablesorter thead tr .headerSortDown:after {
  1045. color: #43a047 !important;
  1046. }
  1047. .chosen-container-single .chosen-search:focus,
  1048. .chosen-container-single .chosen-search input[type="text"]:focus {
  1049. border-color: #43a047 !important;
  1050. }
  1051. .chosen-container-single .chosen-single {
  1052. border-radius: 0 !important;
  1053. }
  1054. .chosen-container-single.chosen-with-drop .chosen-single {
  1055. border-bottom-right-radius: 0 !important;
  1056. border-bottom-left-radius: 0 !important;
  1057. }
  1058. .chosen-container-single.chosen-with-drop.chosen-up .chosen-single {
  1059. border-bottom-right-radius: #43a047 !important;
  1060. border-bottom-left-radius: #43a047 !important;
  1061. border-top-right-radius: 0 !important;
  1062. border-top-left-radius: 0 !important;
  1063. }
  1064. .chosen-container .chosen-results li.highlighted {
  1065. background-color: #4caf50 !important;
  1066. }
  1067. .chosen-container-active .chosen-single {
  1068. border-color: #43a047 !important;
  1069. }
  1070. .chosen-container-active.chosen-with-drop .chosen-single {
  1071. border-color: #cbcbcb !important;
  1072. border-color: rgba(0, 0, 0, 0.15) !important;
  1073. }
  1074. .chosen-container-active .chosen-choices {
  1075. border-color: #43a047 !important;
  1076. }
  1077. .chosen-container-multi .chosen-choices {
  1078. border-radius: 0 !important;
  1079. }
  1080. .chosen-container-multi.chosen-with-drop .chosen-choices {
  1081. border-bottom-right-radius: 0 !important;
  1082. border-bottom-left-radius: 0 !important;
  1083. }
  1084. .chosen-container-multi.chosen-with-drop.chosen-up .chosen-choices {
  1085. border-bottom-right-radius: #43a047 !important;
  1086. border-bottom-left-radius: #43a047 !important;
  1087. border-top-right-radius: 0 !important;
  1088. border-top-left-radius: 0 !important;
  1089. }
  1090. .menu > .nav > li > .nav {
  1091. background-color: #f6f6f6;
  1092. }
  1093. .menu > .nav > li > .nav > li > a {
  1094. border: 1px solid #dddddd;
  1095. }
  1096. .menu > .nav > li > .nav > li > a:hover,
  1097. .menu > .nav > li > .nav > li > a:focus {
  1098. background-color: #e4e4e4;
  1099. }
  1100. .menu > .nav > li > .nav > li.active > a,
  1101. .menu > .nav > li > .nav > li.active > a:hover,
  1102. .menu > .nav > li > .nav > li.active > a:focus {
  1103. background-color: #4caf50;
  1104. border-color: #4caf50;
  1105. color: #fff;
  1106. }
  1107. .menu > .nav > li:first-child > a,
  1108. .menu > .nav > li:first-child.nav-heading {
  1109. border-bottom-right-radius: 0;
  1110. border-bottom-left-radius: 0;
  1111. border-top-right-radius: 0;
  1112. border-top-left-radius: 0;
  1113. }
  1114. .menu > .nav > li:last-child > a {
  1115. border-top-right-radius: 0;
  1116. border-top-left-radius: 0;
  1117. border-bottom-right-radius: 0;
  1118. border-bottom-left-radius: 0;
  1119. }
  1120. .menu > .nav > li:first-child > a,
  1121. .menu > .nav > li:first-child.nav-heading {
  1122. border-top-right-radius: 0;
  1123. border-top-left-radius: 0;
  1124. }
  1125. .menu > .nav > li.show > a,
  1126. .menu > .nav > li.show > a:hover,
  1127. .menu > .nav > li.show > a:focus {
  1128. color: #353535;
  1129. background-color: #fff;
  1130. border-color: #dddddd;
  1131. }
  1132. .menu > .nav > li.show > a > [class*='icon-'],
  1133. .menu > .nav > li.show > a:hover > [class*='icon-'],
  1134. .menu > .nav > li.show > a:focus > [class*='icon-'] {
  1135. color: #353535;
  1136. }
  1137. .menu > .nav > li.show > a:hover {
  1138. background-color: #f1f1f1;
  1139. }
  1140. .menu > .nav > li.show:last-child > a {
  1141. border-bottom-right-radius: 0;
  1142. border-bottom-left-radius: 0;
  1143. }
  1144. .menu > .nav > li.show:last-child > .nav > li:last-child > a {
  1145. border-bottom-right-radius: 0;
  1146. border-bottom-left-radius: 0;
  1147. }
  1148. .menu > .nav > li.nav-heading {
  1149. border: 1px solid #dddddd;
  1150. background-color: #f1f1f1;
  1151. }
  1152. .dropdown-menu {
  1153. border-radius: 0;
  1154. }
  1155. .dropdown-menu > li > a:hover,
  1156. .dropdown-menu > li > a:focus {
  1157. background-color: #4caf50;
  1158. }
  1159. .dropdown-menu > .active > a,
  1160. .dropdown-menu > .active > a:hover,
  1161. .dropdown-menu > .active > a:focus {
  1162. background-color: #4caf50;
  1163. }
  1164. .dropdown-submenu:hover > a,
  1165. .dropdown-submenu:focus > a {
  1166. background-color: #4caf50;
  1167. }
  1168. .dropdown-submenu:hover > a:after {
  1169. border-left-color: #fff;
  1170. }
  1171. .datetimepicker td.day.today {
  1172. background-color: #f0ad4e !important;
  1173. border-color: #f0ad4e !important;
  1174. }
  1175. .datetimepicker td.day.active {
  1176. background-color: #4caf50 !important;
  1177. border-color: #3d8b40 !important;
  1178. }
  1179. .datetimepicker td.day.active:hover {
  1180. background-color: #3d8b40 !important;
  1181. }
  1182. .datetimepicker td.day.today:hover,
  1183. .datetimepicker td.day.today.active:hover {
  1184. background-color: #ec971f !important;
  1185. }
  1186. .ke-container {
  1187. border-radius: 0 !important;
  1188. }
  1189. .ke-container.focus {
  1190. border-color: #43a047 !important;
  1191. -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(67, 160, 71, 0.6)!important;
  1192. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(67, 160, 71, 0.6)!important;
  1193. box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(67, 160, 71, 0.6)!important;
  1194. }
  1195. .ke-menu-item-on {
  1196. background-color: #4caf50 !important;
  1197. }
  1198. .ke-colorpicker-cell-on {
  1199. background-color: #4caf50 !important;
  1200. }
  1201. .ke-input-text:focus {
  1202. border-color: #43a047 !important;
  1203. -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(67, 160, 71, 0.6)!important;
  1204. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(67, 160, 71, 0.6)!important;
  1205. box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(67, 160, 71, 0.6)!important;
  1206. }
  1207. .messager {
  1208. border-radius: 0;
  1209. }
  1210. .messager-primary {
  1211. background-color: #4caf50;
  1212. }
  1213. .messager-success {
  1214. background-color: #4CAF50;
  1215. }
  1216. .messager-info {
  1217. background-color: #039BE5;
  1218. }
  1219. .messager-warning {
  1220. background-color: #f0ad4e;
  1221. }
  1222. .messager-danger {
  1223. background-color: #d9534f;
  1224. }
  1225. .messager-important {
  1226. background-color: #bd7b46;
  1227. }
  1228. .messager-special {
  1229. background-color: #8666b8;
  1230. }
  1231. .comment:hover > .content > .actions > a {
  1232. color: #43a047;
  1233. }
  1234. .alert:not(.alert-block) {
  1235. border-radius: 0;
  1236. }
  1237. .alert-primary {
  1238. background-color: #e8f5e9;
  1239. color: #282828;
  1240. }
  1241. .alert-primary hr {
  1242. border-top-color: #e8f5e9;
  1243. }
  1244. .alert-primary .alert-link {
  1245. color: #161616;
  1246. }
  1247. .alert-success {
  1248. background-color: #ddf4df;
  1249. color: #449d48;
  1250. }
  1251. .alert-success hr {
  1252. border-top-color: #ddf4df;
  1253. }
  1254. .alert-success .alert-link {
  1255. color: #39843c;
  1256. }
  1257. .alert-info {
  1258. background-color: #ddf3f5;
  1259. color: #038acc;
  1260. }
  1261. .alert-info hr {
  1262. border-top-color: #ddf3f5;
  1263. }
  1264. .alert-info .alert-link {
  1265. color: #0272a9;
  1266. }
  1267. .alert-warning {
  1268. background-color: #fff0d5;
  1269. color: #eea236;
  1270. }
  1271. .alert-warning hr {
  1272. border-top-color: #fff0d5;
  1273. }
  1274. .alert-warning .alert-link {
  1275. color: #eb9316;
  1276. }
  1277. .alert-danger {
  1278. background-color: #ffe5e0;
  1279. color: #d43f3a;
  1280. }
  1281. .alert-danger hr {
  1282. border-top-color: #ffe5e0;
  1283. }
  1284. .alert-danger .alert-link {
  1285. color: #c12e2a;
  1286. }
  1287. .alert-primary-inverse {
  1288. background-color: #4caf50;
  1289. border-color: #4caf50;
  1290. color: #fff;
  1291. }
  1292. .alert-primary-inverse hr {
  1293. border-top-color: #dddddd;
  1294. border-top-color: rgba(221, 221, 221, 0.25);
  1295. }
  1296. .alert-primary-inverse .alert-link {
  1297. color: rgba(255, 255, 255, 0.8);
  1298. }
  1299. .modal-dialog {
  1300. border-radius: 0;
  1301. }
  1302. .card {
  1303. -moz-box-shadow: none;
  1304. -webkit-box-shadow: none;
  1305. box-shadow: none;
  1306. border-radius: 0;
  1307. }
  1308. pre {
  1309. border-radius: 0;
  1310. }