default.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514
  1. /* Components */
  2. /* Framework CSS */
  3. /* Secondary font color */
  4. .table,
  5. .chosen-disabled .chosen-single,
  6. div.selector,
  7. .content-box-header.bg-default > .ui-tabs-nav li > a,
  8. .content-box-header.bg-gray > .ui-tabs-nav li > a,
  9. .content-box-header.bg-white > .ui-tabs-nav li > a,
  10. .content-box-header > .ui-tabs-nav li.ui-tabs-active > a,
  11. body .content-box-header > .ui-tabs-nav li.ui-tabs-active > a:hover,
  12. .pagination > li > a,
  13. .pagination > li > span,
  14. .btn-link,
  15. a {
  16. color: #5e6c73;
  17. }
  18. /* Primary font color */
  19. .tabs-nav li a:hover,
  20. .tabs-nav li.active a,
  21. .features-tour-box h3,
  22. .font-primary,
  23. table.dataTable thead th.sorting_asc:after,
  24. table.dataTable thead th.sorting_desc:after,
  25. .content-box-header.bg-default > .ui-tabs-nav li > a:hover,
  26. .content-box-header.bg-gray > .ui-tabs-nav li > a:hover,
  27. .content-box-header.bg-white > .ui-tabs-nav li > a:hover,
  28. .btn-link:hover,
  29. #page-sidebar ul li.sfHover > a.sf-with-ul,
  30. a:hover {
  31. color: #1c82e1;
  32. }
  33. /* Primary border color */
  34. .ui-accordion .ui-accordion-header.ui-accordion-header-active,
  35. .ui-dialog-buttonset button,
  36. .ui-datepicker .ui-datepicker-prev,
  37. .ui-datepicker .ui-datepicker-next,
  38. a.thumbnail:hover,
  39. .ui-spinner .ui-spinner-button:hover,
  40. div[id^='uniform-'] span.checked,
  41. .nav > li.active > a,
  42. .nav > li.active > a:hover,
  43. .nav > li.active > a:focus,
  44. a.list-group-item.active,
  45. a.list-group-item.active:hover,
  46. a.list-group-item.active:focus,
  47. li.active a.list-group-item,
  48. li.active a.list-group-item:hover,
  49. li.active a.list-group-item:focus,
  50. .border-primary,
  51. .btn-primary {
  52. border-color: #00a792;
  53. }
  54. a:focus { outline:none !important; }
  55. /* Primary background color */
  56. #loadingbar,
  57. .irs-line-mid,
  58. .irs-line-left,
  59. .irs-line-right,
  60. div.switch-toggle.switch-on,
  61. .bootstrap-switch-primary,
  62. .ui-tabs-nav li.ui-state-active > a,
  63. .ui-tabs-nav li.ui-state-active.ui-state-hover > a,
  64. .ms-hover.ui-state-focus,
  65. .ui-accordion-header.ui-accordion-header-active,
  66. .ui-slider-handle,
  67. .ui-rangeSlider-bar,
  68. .ui-dialog-buttonset button,
  69. .ui-datepicker .ui-datepicker-current-day a,
  70. .ui-datepicker .ui-datepicker-current-day span,
  71. .ui-datepicker .ui-datepicker-prev,
  72. .ui-datepicker .ui-datepicker-next,
  73. .daterangepicker .ranges li.active,
  74. .daterangepicker .ranges li.active:hover,
  75. .form-wizard > ul > li.active .wizard-step,
  76. .ui-spinner .ui-spinner-button:hover,
  77. .ui-menu li > a:hover,
  78. .ms-list .ms-hover,
  79. .chosen-container .chosen-results li.active-result.highlighted,
  80. div[id^='uniform-'] span.checked,
  81. .nav > li.active > a,
  82. .nav > li.active > a:hover,
  83. .nav > li.active > a:focus,
  84. a.list-group-item.active,
  85. a.list-group-item.active:hover,
  86. a.list-group-item.active:focus,
  87. li.active a.list-group-item,
  88. li.active a.list-group-item:hover,
  89. li.active a.list-group-item:focus,
  90. .label-primary,
  91. .badge-primary,
  92. .fc-event,
  93. .bg-primary,
  94. .btn-primary,
  95. .owl-controls .owl-page span,
  96. #nav-toggle.collapsed span,
  97. #nav-toggle span:before,
  98. #nav-toggle span:after {
  99. color: #fff;
  100. background: #00bca4;
  101. }
  102. .font-secondary,
  103. .post-box .post-title,
  104. .inverse.carousel-wrapper .owl-controls .owl-buttons .owl-next,
  105. .inverse.carousel-wrapper .owl-controls .owl-buttons .owl-prev {
  106. color: #00bca4;
  107. }
  108. .post-box .post-title:hover {
  109. color: #3e4855;
  110. }
  111. /* Default border color */
  112. .thumb-pane,
  113. .mailbox-wrapper .nav-list li a,
  114. .ui-tabs-nav,
  115. .tabs-navigation > ul,
  116. .tabs-navigation > ul li > a,
  117. .tabs-navigation > ul li.ui-state-hover > a,
  118. .ui-accordion .ui-accordion-header,
  119. .panel,
  120. .panel-group .panel-heading + .panel-collapse .panel-body,
  121. .panel-group .panel-footer + .panel-collapse .panel-body,
  122. .panel-footer,
  123. .panel-heading,
  124. .timeline-box:before,
  125. .timeline-box .tl-item .popover,
  126. .popover-title,
  127. .ui-dialog .ui-dialog-titlebar,
  128. .thumbnail,
  129. .img-thumbnail,
  130. .daterangepicker .calendar-date,
  131. .ui-spinner .ui-spinner-button,
  132. .ms-container .ms-list,
  133. .ms-container .ms-selectable li.ms-elem-selectable,
  134. .ms-container .ms-selection li.ms-elem-selection,
  135. .chosen-container-multi .chosen-choices li.search-choice,
  136. .chosen-container .chosen-drop,
  137. .chosen-container,
  138. .chosen-container-single .chosen-single div,
  139. .chosen-container-active.chosen-with-drop .chosen-single div,
  140. div[id^='uniform-'] span,
  141. div.selector,
  142. .selector i,
  143. .list-group-item,
  144. .nav-tabs,
  145. .nav-tabs > li > a:hover,
  146. .nav-tabs > li > a:focus,
  147. .nav .open > a,
  148. .nav .open > a:hover,
  149. .nav .open > a:focus,
  150. .table > thead > tr > th,
  151. .table > tbody > tr > th,
  152. .table > tfoot > tr > th,
  153. .table > thead > tr > td,
  154. .table > tbody > tr > td,
  155. .table > tfoot > tr > td,
  156. .table > thead > tr > th,
  157. .table-bordered,
  158. .button-pane,
  159. .ui-datepicker-buttonpane,
  160. .ui-dialog-buttonpane,
  161. .content-box,
  162. .content-box-header.bg-default,
  163. .content-box-header.bg-gray,
  164. .content-box-header.bg-white,
  165. .panel-box.bg-default,
  166. .panel-box.bg-gray,
  167. .panel-box.bg-white,
  168. .panel-content.bg-default,
  169. .panel-content.bg-gray,
  170. .panel-content.bg-white,
  171. .pagination > li > a,
  172. .pagination > li > span,
  173. .dashboard-buttons .btn,
  174. .bg-default,
  175. .fc-state-default,
  176. .fc-widget-header,
  177. .fc-widget-content,
  178. .ui-datepicker .ui-datepicker-buttonpane button,
  179. .btn-default,
  180. .popover-title,
  181. .bordered-row .form-group,
  182. .bg-white.dashboard-box .button-pane,
  183. .bg-white.tile-box .tile-footer,
  184. .mail-toolbar,
  185. .email-body,
  186. .ui-dialog, .ui-datepicker, .dropdown-menu, .popover, .ui-menu, .minicolors-panel,
  187. .jvectormap-label,
  188. .jvectormap-zoomin,
  189. .jvectormap-zoomout,
  190. .posts-list li,
  191. .border-default {
  192. border-color: #dfe8f1;
  193. }
  194. .nav-divider,
  195. .divider,
  196. .timeline-horizontal.timeline-box:before {
  197. background: #dfe8f1;
  198. }
  199. .content-box.border-top {
  200. border-right-color: #dfe8f1 !important;
  201. border-bottom-color: #dfe8f1 !important;
  202. border-left-color: #dfe8f1 !important;
  203. }
  204. /* Default background color */
  205. .label-default,
  206. .bootstrap-switch-default,
  207. .ui-accordion-header,
  208. .panel-heading,
  209. .panel-footer,
  210. .ui-dialog .ui-dialog-titlebar,
  211. .popover-title,
  212. .ui-datepicker td span,
  213. .ui-datepicker td a,
  214. .ui-spinner .ui-spinner-button,
  215. div[id^='uniform-'] span,
  216. .bg-default,
  217. .btn-default,
  218. .button-pane,
  219. .mail-toolbar,
  220. .bg-white.dashboard-box .button-pane,
  221. .bg-white.tile-box .tile-footer,
  222. .jvectormap-zoomin, .jvectormap-zoomout,
  223. .jvectormap-zoomin,
  224. .jvectormap-zoomout,
  225. .jvectormap-label {
  226. color: #555a60;
  227. background-color: #FEFEFF;
  228. }
  229. .irs-diapason,
  230. .ui-datepicker-buttonpane,
  231. .ui-dialog-buttonpane,
  232. .ui-slider-range,
  233. .ui-rangeSlider-container {
  234. background-color: #FEFEFF;
  235. }
  236. .table > thead > tr > th,
  237. .table > tbody > tr > th,
  238. .table > tfoot > tr > th {
  239. color: #4b5056;
  240. background-color: #f9fafe;
  241. }
  242. /* Button default hover */
  243. .ui-tabs-nav > li.ui-state-hover > a,
  244. .ui-accordion-header.ui-state-hover,
  245. .fc-state-hover,
  246. .fc-state-down,
  247. .fc-state-active,
  248. .fc-state-disabled,
  249. .btn-default:hover,
  250. .btn-default:focus,
  251. .btn-default:active,
  252. .btn-default.active,
  253. .ui-datepicker .ui-datepicker-buttonpane button:hover,
  254. .open .dropdown-toggle.btn-default,
  255. .open.dropdown-submenu a,
  256. .btn-default.disabled,
  257. .btn-default[disabled],
  258. .btn-default.disabled:hover,
  259. .btn-default[disabled]:hover,
  260. .btn-default.disabled:focus,
  261. .btn-default[disabled]:focus,
  262. .btn-default.disabled:active,
  263. .btn-default[disabled]:active,
  264. .btn-default.disabled.active,
  265. .btn-default[disabled].active,
  266. .jvectormap-zoomin:hover,
  267. .jvectormap-zoomout:hover {
  268. color: #2b2f33;
  269. border-color: #bfc8d1;
  270. background-color: #f3f3f9;
  271. }
  272. .btn-default.active .glyph-icon {
  273. color: #2b2f33 !important;
  274. }
  275. /* Button primary hover */
  276. .ui-accordion-header.ui-accordion-header-active.ui-state-hover,
  277. .ui-rangeSlider-bar:hover,
  278. .ui-rangeSlider-bar:active,
  279. .ui-slider-handle.ui-state-hover,
  280. .ui-slider-handle.ui-state-active,
  281. .ui-dialog-buttonset button:hover,
  282. .ui-datepicker td a:hover,
  283. .ui-datepicker .ui-datepicker-prev.ui-state-hover,
  284. .ui-datepicker .ui-datepicker-next.ui-state-hover,
  285. .bsdatepicker th.next:hover,
  286. .bsdatepicker th.prev:hover,
  287. .bsdatepicker td.active,
  288. .bsdatepicker td.day.active:hover,
  289. .bsdatepicker td span:hover,
  290. .daterangepicker .calendar th.next:hover,
  291. .daterangepicker .calendar th.prev:hover,
  292. .daterangepicker td.active,
  293. .daterangepicker td.available.active:hover,
  294. .label-primary[href]:hover,
  295. .label-primary[href]:focus,
  296. .pagination > .active > a,
  297. .pagination > .active > span,
  298. .pagination > .active > a:hover,
  299. .pagination > .active > span:hover,
  300. .pagination > .active > a:focus,
  301. .pagination > .active > span:focus,
  302. .hover-primary:hover,
  303. .btn-primary:hover,
  304. .btn-primary:focus,
  305. .btn-primary:active,
  306. .btn-primary.active,
  307. .open .dropdown-toggle.btn-primary,
  308. .btn-primary.disabled,
  309. .btn-primary[disabled],
  310. .btn-primary.disabled:hover,
  311. .btn-primary[disabled]:hover,
  312. .btn-primary.disabled:focus,
  313. .btn-primary[disabled]:focus,
  314. .btn-primary.disabled:active,
  315. .btn-primary[disabled]:active,
  316. .btn-primary.disabled.active,
  317. .btn-primary[disabled].active {
  318. color: #fff;
  319. border-color: #00b19b;
  320. background-color: #00ceb4;
  321. }
  322. /* Dropdown hover/active/focus */
  323. .ui-datepicker-title,
  324. .bsdatepicker td.day:hover,
  325. .bsdatepicker thead tr:first-child th.switch:hover,
  326. .bsdatepicker td span,
  327. .daterangepicker td.available:hover,
  328. .daterangepicker .ranges li:hover,
  329. .chosen-container-single .chosen-single div,
  330. .chosen-container-multi .chosen-choices li.search-choice,
  331. .selector i,
  332. .nav > li > a:hover,
  333. .nav > li > a:focus,
  334. a.list-group-item:hover,
  335. a.list-group-item:focus,
  336. .pager li > a:hover,
  337. .pager li > a:focus,
  338. .pagination > li > a:hover,
  339. .pagination > li > span:hover,
  340. .pagination > li > a:focus,
  341. .pagination > li > span:focus {
  342. color: #2b2f33;
  343. background: #eff4f6;
  344. }
  345. .pager li > a:hover,
  346. .pager li > a:focus,
  347. .pagination > li > a:hover,
  348. .pagination > li > span:hover,
  349. .pagination > li > a:focus,
  350. .pagination > li > span:focus {
  351. color: #2b2f33;
  352. background-color: #f3f3f9;
  353. }
  354. .dropdown-menu li > a:hover,
  355. .dropdown-menu .active > a,
  356. .dropdown-menu .active > a:hover,
  357. .dropdown-menu .active > a:focus {
  358. color: #2b2f33;
  359. background: #eff4f6;
  360. }
  361. /* Colors for elements inside active class */
  362. .active > .badge,
  363. .active > .bs-badge,
  364. .active > .bs-label {
  365. color: #666 !important;
  366. background: #fff !important;
  367. }
  368. a.list-group-item.active > .glyph-icon,
  369. li.active a.list-group-item > .glyph-icon,
  370. .active > .glyph-icon {
  371. color: #fff !important;
  372. }
  373. /* Icon separator */
  374. .icon-separator {
  375. border-right: rgba(255, 255, 255, .21) solid 1px;
  376. background: rgba(255, 255, 255, .2);
  377. }
  378. .tile-box.bg-default .tile-header,
  379. .tile-box.bg-gray .tile-header,
  380. .tile-box.bg-white .tile-header,
  381. .tile-box.btn-default .tile-header,
  382. .content-box-header.bg-default .icon-separator,
  383. .content-box-header.bg-gray .icon-separator,
  384. .content-box-header.bg-white .icon-separator {
  385. border-right: #dfe8f1 solid 1px;
  386. background: rgba(255, 255, 255, .1);
  387. }
  388. .content-box-header .header-buttons-separator .icon-separator {
  389. border-right: 0;
  390. border-left: rgba(255, 255, 255, .21) solid 1px;
  391. }
  392. .content-box-header.bg-default .header-buttons-separator .icon-separator,
  393. .content-box-header.bg-gray .header-buttons-separator .icon-separator,
  394. .content-box-header.bg-white .header-buttons-separator .icon-separator {
  395. border-right: 0;
  396. border-left: #dfe8f1 solid 1px;
  397. }
  398. .header-buttons-separator .icon-separator {
  399. color: rgba(255, 255, 255, .8);
  400. }
  401. .header-buttons-separator .icon-separator:hover {
  402. color: #fff;
  403. background: rgba(255, 255, 255, .3);
  404. }
  405. .content-box-header.bg-default .header-buttons-separator .icon-separator,
  406. .content-box-header.bg-gray .header-buttons-separator .icon-separator,
  407. .content-box-header.bg-white .header-buttons-separator .icon-separator {
  408. color: rgba(0, 0, 0, .6);
  409. }
  410. .content-box-header.bg-default .header-buttons-separator .icon-separator:hover,
  411. .content-box-header.bg-gray .header-buttons-separator .icon-separator:hover,
  412. .content-box-header.bg-white .header-buttons-separator .icon-separator:hover {
  413. color: rgba(0, 0, 0, .9);
  414. }
  415. .dashboard-panel .button-pane {
  416. background: rgba(0, 0, 0, .1) !important;
  417. }
  418. /* Charts */
  419. .xchart .color0 .line {
  420. stroke: #00bca4;
  421. }
  422. .xchart .color0 circle {
  423. stroke: #00bca4;
  424. }
  425. .xchart .color0 .line .fill {
  426. pointer-events: none;
  427. }
  428. .xchart .color0 rect {
  429. fill: #00bca4;
  430. }
  431. .xchart .color0 circle {
  432. fill: #fff;
  433. }
  434. .xchart .color0 .fill {
  435. fill: rgba(0, 188, 164, 0.06);
  436. }
  437. .xchart .color0.comp .line {
  438. stroke: #00bca4;
  439. }
  440. .xchart .color0.comp rect {
  441. fill: #00bca4;
  442. }
  443. .xchart .color0.comp .fill {
  444. display: none;
  445. }
  446. .xchart .color0.comp circle,
  447. .xchart .color0.comp .pointer {
  448. fill: #00bca4;
  449. }
  450. .xchart .color1 .line {
  451. stroke: #52a7e0;
  452. }
  453. .xchart .color1 circle {
  454. stroke: #52a7e0;
  455. }
  456. .xchart .color1 .line .fill {
  457. pointer-events: none;
  458. }
  459. .xchart .color1 rect {
  460. fill: #52a7e0;
  461. }
  462. .xchart .color1 circle {
  463. fill: #fff;
  464. }
  465. .xchart .color1 .fill {
  466. fill: rgba(82, 167, 224, 0.06);
  467. }
  468. .xchart .color1.comp .line {
  469. stroke: #52a7e0;
  470. }
  471. .xchart .color1.comp rect {
  472. fill: #52a7e0;
  473. }
  474. .xchart .color1.comp .fill {
  475. display: none;
  476. }
  477. .xchart .color1.comp circle,
  478. .xchart .color1.comp .pointer {
  479. fill: #52a7e0;
  480. }
  481. /* Components modifiers */
  482. body .popover.top .arrow:after {
  483. border-top-color: #fff;
  484. }
  485. body .popover.right .arrow:after {
  486. border-right-color: #fff;
  487. }
  488. body .popover.bottom .arrow:after {
  489. border-bottom-color: #fff;
  490. }
  491. body .popover.left .arrow:after {
  492. border-left-color: #fff;
  493. }