theme-red.css 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492
  1. .theme-red .btn-iwb,
  2. .theme-red .btn-iwb:hover,
  3. .theme-red .btn-iwb:active,
  4. .theme-red .btn-iwb:focus {
  5. background-color: #F44336 !important;
  6. }
  7. .theme-red .navbar {
  8. background-color: #F44336;
  9. }
  10. .theme-red .navbar-brand {
  11. color: #fff;
  12. }
  13. .theme-red .navbar-brand:hover {
  14. color: #fff;
  15. }
  16. .theme-red .navbar-brand:active {
  17. color: #fff;
  18. }
  19. .theme-red .navbar-brand:focus {
  20. color: #fff;
  21. }
  22. .theme-red .nav > li > a {
  23. color: #fff;
  24. }
  25. .theme-red .nav > li > a:hover {
  26. background-color: transparent;
  27. }
  28. .theme-red .nav > li > a:focus {
  29. background-color: transparent;
  30. }
  31. .theme-red .nav .open > a {
  32. background-color: transparent;
  33. }
  34. .theme-red .nav .open > a:hover {
  35. background-color: transparent;
  36. }
  37. .theme-red .nav .open > a:focus {
  38. background-color: transparent;
  39. }
  40. .theme-red .bars {
  41. color: #fff;
  42. }
  43. .theme-red .right-sidebar .nav-tabs > li a {
  44. color: rgba(244, 67, 54, 0.7);
  45. }
  46. .theme-red .right-sidebar .nav-tabs > li.active a {
  47. color: #F44336;
  48. }
  49. .theme-red .sidebar .menu .list li.active {
  50. background-color: transparent;
  51. }
  52. .theme-red .sidebar .menu .list li.active > :first-child i, .theme-red .sidebar .menu .list li.active > :first-child span {
  53. color: #F44336;
  54. }
  55. .theme-red .sidebar .menu .list .toggled {
  56. background-color: transparent;
  57. }
  58. .theme-red .sidebar .menu .list .ml-menu {
  59. background-color: transparent;
  60. }
  61. .theme-red .sidebar .legal {
  62. background-color: #fff;
  63. }
  64. .theme-red .sidebar .legal .copyright a {
  65. color: #F44336 !important;
  66. }
  67. .theme-red .daterangepicker .ranges li.active {
  68. background-color: rgba(244, 67, 54, 0.95);
  69. color: #fff;
  70. }
  71. .theme-red .daterangepicker td.in-range {
  72. background-color: rgba(244, 67, 54, 0.15);
  73. }
  74. .theme-red .daterangepicker td.active {
  75. background-color: rgba(244, 67, 54, 0.9);
  76. color: #fff;
  77. }
  78. .theme-red .daterangepicker td.active:hover {
  79. background-color: rgba(244, 67, 54, 0.9);
  80. color: #fff;
  81. }
  82. .theme-red .iwb-checkbox > span {
  83. color: rgba(244, 67, 54, 0.8);
  84. }
  85. .theme-red .iwb-bootstrap-table .tableTool {
  86. background: rgba(244, 67, 54, 0.8);
  87. }
  88. .theme-red .iwb-bootstrap-table .tableTool .menu-btn {
  89. background: #fff;
  90. border-color: rgba(244, 67, 54, 0.9);
  91. color: rgba(244, 67, 54, 0.9);
  92. }
  93. .theme-red .iwb-bootstrap-table .tableTool .search-box .panel-group .panel .panel-heading {
  94. background: #fff;
  95. }
  96. .theme-red .iwb-bootstrap-table .tableTool .search-box .panel-group .panel .panel-heading a {
  97. color: rgba(244, 67, 54, 0.9);
  98. }
  99. .theme-red .iwb-bootstrap-table .tableTool .search-box .panel-group .panel .panel-heading .menu-btn {
  100. color: rgba(244, 67, 54, 0.9);
  101. }
  102. .theme-red .iwb-bootstrap-table .tableTool .search-box .panel-group .panel .panel-body .input-group .input-group-addon {
  103. background: rgba(244, 67, 54, 0.9);
  104. }
  105. .theme-red .iwb-bootstrap-table .tableTool .search-box .panel-group .panel .panel-body .input-group .form-control {
  106. border: 1px solid rgba(244, 67, 54, 0.9) !important;
  107. }
  108. .theme-red .iwb-bootstrap-table .tableTool .search-box .panel-group .panel .panel-body .menu-btn {
  109. background: rgba(244, 67, 54, 0.9);
  110. color: #fff;
  111. border: 1px solid rgba(244, 67, 54, 0.9);
  112. }
  113. .theme-red .iwb-bootstrap-table .bootstrap-table {
  114. background: #ecf0f5;
  115. }
  116. .theme-red .iwb-bootstrap-table .bootstrap-table .table thead > tr > th {
  117. border-left-color: #ccc;
  118. }
  119. .theme-red .iwb-bootstrap-table .table-hover > tbody > tr:hover {
  120. background-color: #f2f2f2;
  121. }
  122. .theme-red .iwb-bootstrap-table .table-action {
  123. color: rgba(244, 67, 54, 0.9);
  124. }
  125. .theme-red .iwb-bootstrap-table .table-action:hover {
  126. border-bottom: 2px solid rgba(244, 67, 54, 0.9);
  127. }
  128. .theme-red .iwb-bootstrap-table .selected .table-action {
  129. color: #fff;
  130. }
  131. .theme-red .iwb-bootstrap-table .selected .table-action:hover {
  132. border-bottom: 2px solid #fff;
  133. }
  134. .theme-red .iwb-bootstrap-table .bootstrap-table .table:not(.table-condensed) > tbody > tr.selected > td,
  135. .theme-red .iwb-bootstrap-table .fixed-table-pagination .page-list > .dropup > .btn,
  136. .theme-red .iwb-bootstrap-table .fixed-table-pagination .page-list > .dropup > .btn:hover,
  137. .theme-red .iwb-bootstrap-table .page-list .dropdown-menu > a.active,
  138. .theme-red .iwb-bootstrap-table .page-list .dropdown-menu > a.active:focus,
  139. .theme-red .iwb-bootstrap-table .page-list .dropdown-menu > a.active:hover,
  140. .theme-red .iwb-bootstrap-table .pagination > .active > a,
  141. .theme-red .iwb-bootstrap-table .pagination > .active > a:focus,
  142. .theme-red .iwb-bootstrap-table .pagination > .active > a:hover,
  143. .theme-red .iwb-bootstrap-table .pagination > .active > span,
  144. .theme-red .iwb-bootstrap-table .pagination > .active > span:focus,
  145. .theme-red .iwb-bootstrap-table .pagination > .active > span:hover {
  146. background: #F44336;
  147. }
  148. .theme-red .iwb-bootstrap-table .bootstrap-table .table:not(.table-condensed) > tbody > tr.selected > td {
  149. color: #fff;
  150. }
  151. .theme-red .iwb-bootstrap-table .fixed-table-container thead th .th-inner,
  152. .theme-red .iwb-bootstrap-table .fixed-table-container tbody td .th-inner {
  153. background: rgba(244, 67, 54, 0.2);
  154. }
  155. .theme-red .iwb-bootstrap-table .fixed-table-pagination {
  156. background: rgba(244, 67, 54, 0.2);
  157. }
  158. .theme-red .iwb-bootstrap-table .fixed-table-container tbody td .th-inner,
  159. .theme-red .iwb-bootstrap-table .fixed-table-container thead th .th-inner,
  160. .theme-red .iwb-bootstrap-table .fixed-table-pagination .pagination-detail,
  161. .theme-red .iwb-bootstrap-table .fixed-table-pagination .pagination a,
  162. .theme-red .iwb-bootstrap-table .page-list .dropdown-menu > li > a:focus,
  163. .theme-red .iwb-bootstrap-table .page-list .dropdown-menu > li > a:hover,
  164. .theme-red .iwb-bootstrap-table .pagination > li > a:focus,
  165. .theme-red .iwb-bootstrap-table .pagination > li > a:hover,
  166. .theme-red .iwb-bootstrap-table .pagination > li > span:focus,
  167. .theme-red .iwb-bootstrap-table .pagination > li > span:hover,
  168. .theme-red .iwb-bootstrap-table .table-hover > tbody > tr:hover {
  169. color: #F44336;
  170. }
  171. .theme-red .iwb-bootstrap-table .fixed-table-pagination .page-list > .dropup > .btn,
  172. .theme-red .iwb-bootstrap-table .page-list .dropdown-menu > a.active,
  173. .theme-red .iwb-bootstrap-table .page-list .dropdown-menu > a.active:focus,
  174. .theme-red .iwb-bootstrap-table .page-list .dropdown-menu > a.active:hover,
  175. .theme-red .iwb-bootstrap-table .pagination > .active > a,
  176. .theme-red .iwb-bootstrap-table .pagination > .active > a:focus,
  177. .theme-red .iwb-bootstrap-table .pagination > .active > a:hover,
  178. .theme-red .iwb-bootstrap-table .pagination > .active > span,
  179. .theme-red .iwb-bootstrap-table .pagination > .active > span:focus,
  180. .theme-red .iwb-bootstrap-table .pagination > .active > span:hover {
  181. color: #fff;
  182. }
  183. .theme-red .iwb-bootstrap-table .fixed-table-pagination .page-list > .dropup > .btn,
  184. .theme-red .iwb-bootstrap-table .fixed-table-pagination .page-list > .dropup > .btn:hover,
  185. .theme-red .iwb-bootstrap-table .pagination > .active > a,
  186. .theme-red .iwb-bootstrap-table .pagination > .active > a:focus,
  187. .theme-red .iwb-bootstrap-table .pagination > .active > a:hover,
  188. .theme-red .iwb-bootstrap-table .pagination > .active > span,
  189. .theme-red .iwb-bootstrap-table .pagination > .active > span:focus,
  190. .theme-red .iwb-bootstrap-table .pagination > .active > span:hover {
  191. border-color: #F44336;
  192. }
  193. .theme-red .iwb-bootstrap-table .page-list .dropdown-menu > li > a:focus,
  194. .theme-red .iwb-bootstrap-table .page-list .dropdown-menu > li > a:hover {
  195. background-color: #eee;
  196. }
  197. .theme-red .iwb-bootstrap-table .pagination > li > a:focus,
  198. .theme-red .iwb-bootstrap-table .pagination > li > a:hover,
  199. .theme-red .iwb-bootstrap-table .pagination > li > span:focus,
  200. .theme-red .iwb-bootstrap-table .pagination > li > span:hover {
  201. background-color: #eee;
  202. border-color: #eee;
  203. }
  204. .theme-red .input-group input[type="text"],
  205. .theme-red .input-group .form-control {
  206. border: 1px solid #aaa;
  207. background-color: #fff;
  208. color: #3c3c3c;
  209. }
  210. .theme-red .input-group .input-group-addon {
  211. color: #fff;
  212. background: rgba(244, 67, 54, 0.8);
  213. }
  214. .theme-red .input-group .form-control:focus, .theme-red .input-group .input-group-addon:focus {
  215. border: 1px solid rgba(244, 67, 54, 0.8);
  216. }
  217. .theme-red .input-group .form-control:active, .theme-red .input-group .input-group-addon:active {
  218. border: 1px solid rgba(244, 67, 54, 0.8);
  219. }
  220. .theme-red .input-group .form-control[disabled], .theme-red .input-group .form-control[readonly] {
  221. background: rgba(255, 255, 255, 0.7);
  222. border: 1px solid rgba(170, 170, 170, 0.6);
  223. }
  224. .theme-red .input-group .iwb-file .iwb-file-label {
  225. background-color: #fff;
  226. border: 1px solid #aaa;
  227. color: #3c3c3c;
  228. }
  229. .theme-red .input-group .iwb-file .iwb-file-label.choice {
  230. color: rgba(244, 67, 54, 0.8);
  231. }
  232. .theme-red .input-group .iwb-file .iwb-file-label:after {
  233. color: #fff;
  234. background-color: rgba(244, 67, 54, 0.8);
  235. }
  236. .theme-red .input-group .select2-container .select2-selection--single, .theme-red .input-group .select2-container .select2-selection--multiple {
  237. background-color: #fff;
  238. border: 1px solid #aaa;
  239. }
  240. .theme-red .input-group .select2-container .select2-selection--single select2-selection__rendered {
  241. color: #3c3c3c;
  242. }
  243. .theme-red .input-group .select2-container .select2-selection--single .select2-selection__arrow > b {
  244. border-color: rgba(244, 67, 54, 0.8) transparent transparent transparent;
  245. }
  246. .theme-red .input-group .select2-container .select2-selection--multiple .select2-selection__choice {
  247. background-color: rgba(244, 67, 54, 0.8);
  248. border: 1px solid rgba(244, 67, 54, 0.8);
  249. color: #fff;
  250. }
  251. .theme-red .input-group .select2-container .select2-selection--multiple .select2-selection__choice__remove {
  252. color: rgba(255, 255, 255, 0.8);
  253. }
  254. .theme-red .input-group .select2-container.select2-container--focus .select2-selection--multiple {
  255. border: 1px solid #aaa;
  256. }
  257. .theme-red .input-group .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow > b {
  258. border-color: transparent transparent rgba(244, 67, 54, 0.8) transparent;
  259. }
  260. .theme-red .select2-container .select2-dropdown {
  261. background-color: #fff;
  262. border: 1px solid #aaa;
  263. }
  264. .theme-red .select2-container .select2-dropdown .select2-results__option[aria-selected="true"] {
  265. background-color: rgba(244, 67, 54, 0.8);
  266. color: #fff;
  267. }
  268. .theme-red .select2-container .select2-dropdown .select2-results__option--highlighted[aria-selected] {
  269. background-color: rgba(244, 67, 54, 0.6);
  270. color: #fff;
  271. }
  272. .theme-red .swal-modal .swal-footer .swal-button-container .swal-button {
  273. background-color: rgba(244, 67, 54, 0.9);
  274. border: 1px solid rgba(244, 67, 54, 0.9);
  275. color: #fff;
  276. }
  277. .theme-red .swal-modal .swal-footer .swal-button-container .swal-button.swal-button--cancel {
  278. color: rgba(244, 67, 54, 0.9);
  279. background-color: #fff;
  280. }
  281. .theme-red .datetimepicker table.table-condensed > thead > tr > th, .theme-red .datetimepicker table.table-condensed > tfoot > tr > th {
  282. color: rgba(244, 67, 54, 0.9);
  283. }
  284. .theme-red .datetimepicker table.table-condensed > thead > tr > th span, .theme-red .datetimepicker table.table-condensed > tfoot > tr > th span {
  285. color: rgba(244, 67, 54, 0.7);
  286. }
  287. .theme-red .datetimepicker table.table-condensed > tbody > tr > td.active, .theme-red .datetimepicker table.table-condensed > tbody > tr > td.active:hover, .theme-red .datetimepicker table.table-condensed > tbody > tr > td.active.disabled, .theme-red .datetimepicker table.table-condensed > tbody > tr > td.active.disabled :hover {
  288. background-color: rgba(244, 67, 54, 0.9);
  289. background-image: linear-gradient(to bottom, rgba(244, 67, 54, 0.7), rgba(244, 67, 54, 0.9));
  290. background-repeat: repeat-x;
  291. }
  292. .theme-red .datetimepicker table.table-condensed > tbody > tr > td.active:active, .theme-red .datetimepicker table.table-condensed > tbody > tr > td.active:hover:active, .theme-red .datetimepicker table.table-condensed > tbody > tr > td.active.disabled:active, .theme-red .datetimepicker table.table-condensed > tbody > tr > td.active.disabled :hover:active {
  293. background-color: rgba(244, 67, 54, 0.9);
  294. background-image: linear-gradient(to bottom, rgba(244, 67, 54, 0.7), rgba(244, 67, 54, 0.9));
  295. background-repeat: repeat-x;
  296. }
  297. .theme-red .modal .modal-header {
  298. background: rgba(244, 67, 54, 0.9);
  299. }
  300. .theme-red .modal .modal-header .close, .theme-red .modal .modal-header .modal-title {
  301. color: #fff;
  302. }
  303. .theme-red .modal .modal-content {
  304. border: 1px solid rgba(244, 67, 54, 0.9);
  305. }
  306. .theme-red .modal .modal-content .modal-body {
  307. color: #3c3c3c;
  308. }
  309. .theme-red .modal .modal-footer .save-btn {
  310. color: #fff;
  311. background: rgba(244, 67, 54, 0.9);
  312. border: 1px solid rgba(244, 67, 54, 0.9);
  313. }
  314. .theme-red .modal .modal-footer .save-btn:hover, .theme-red .modal .modal-footer .save-btn:active, .theme-red .modal .modal-footer .save-btn:focus {
  315. background: rgba(244, 67, 54, 0.7);
  316. }
  317. .theme-red .jstree > .jstree-container-ul .jstree-clicked {
  318. color: rgba(255, 255, 255, 0.9);
  319. }
  320. .theme-red .jstree > .jstree-container-ul .jstree-hovered {
  321. color: #F44336;
  322. }
  323. .theme-red .jstree > .jstree-container-ul .jstree-wholerow-clicked {
  324. background: #F44336;
  325. background: -webkit-linear-gradient(top, rgba(244, 67, 54, 0.8) 0, rgba(244, 67, 54, 0.75) 100%);
  326. background: linear-gradient(to bottom, rgba(244, 67, 54, 0.8) 0, rgba(244, 67, 54, 0.75) 100%);
  327. }
  328. .theme-red .jstree > .jstree-container-ul .jstree-wholerow-clicked:not(.jstree-wholerow-hovered) + i {
  329. filter: drop-shadow(20px 0px #fff);
  330. left: -20px;
  331. }
  332. .theme-red .jstree > .jstree-container-ul .jstree-wholerow-hovered {
  333. background: transparent;
  334. }
  335. .theme-red .jstree > .jstree-container-ul .jstree-wholerow-hovered .jstree-clicked.jstree-hovered {
  336. background: -webkit-linear-gradient(top, rgba(244, 67, 54, 0.6) 0, rgba(244, 67, 54, 0.55) 100%);
  337. background: linear-gradient(to bottom, rgba(244, 67, 54, 0.6) 0, rgba(244, 67, 54, 0.55) 100%);
  338. color: #fff;
  339. }
  340. .theme-red .home .page .page-title, .theme-red .home .page .page-title-sm {
  341. color: rgba(255, 255, 255, 0.8);
  342. }
  343. .theme-red .home .page .page-title::selection, .theme-red .home .page .page-title-sm::selection {
  344. color: rgba(255, 255, 255, 0.6);
  345. }
  346. .theme-red .home .page .page-title-sm {
  347. color: #F44336;
  348. }
  349. .theme-red .home .box-header {
  350. color: #F44336;
  351. border-bottom: 2px solid #F44336;
  352. }
  353. .theme-red .home .box-footer {
  354. border-top: 2px solid #F44336;
  355. }
  356. .theme-red .home .profile-box .form-group .form-control {
  357. border: 1px solid #aaa;
  358. color: #3c3c3c;
  359. }
  360. .theme-red .home .form-control-static {
  361. color: #3c3c3c;
  362. }
  363. .theme-red .home .form-control-static .edit {
  364. color: #F44336;
  365. }
  366. .theme-red #avatar-modal {
  367. /*.avatar-wrapper {
  368. background-color: #f5fcfc;
  369. }*/
  370. }
  371. .theme-red #avatar-modal .avatar-preview {
  372. border: 1px solid rgba(255, 255, 255, 0.9);
  373. background-color: #fff;
  374. }
  375. .theme-red #avatar-modal .avatar-preview:hover {
  376. border-color: rgba(255, 255, 255, 0.6);
  377. }
  378. .theme-red #avatar-modal .avatar-btns .btn-group .btn {
  379. border-color: #F44336;
  380. color: #F44336;
  381. }
  382. .theme-red #avatar-modal .avatar-save {
  383. background: #F44336;
  384. }
  385. .theme-red #avatar-modal .avatar-btn {
  386. color: rgba(255, 255, 255, 0.9);
  387. background: #F44336;
  388. border-color: #F44336;
  389. }
  390. .theme-red #avatar-modal .avatar-btn:hover, .theme-red #avatar-modal .avatar-btn:hover:active, .theme-red #avatar-modal .avatar-btn:focus, .theme-red #avatar-modal .avatar-btn:active {
  391. color: #fff;
  392. }