custom.css 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. .reporting_page_header {
  2. padding-bottom: 9px;
  3. margin: 25px 0 35px;
  4. border-bottom: 1px solid #eee;
  5. }
  6. .range-style {
  7. padding-bottom: 9px;
  8. border-bottom: 1px solid #eee;
  9. }
  10. .hover:hover{
  11. cursor: grab;
  12. cursor: -webkit-grab;
  13. }
  14. /*
  15. =============================================
  16. FIRST STYLE
  17. =============================================
  18. */
  19. .panel-first-style {
  20. border: 1px solid #bbdefb !important;
  21. }
  22. .panel-header-first-style {
  23. background: #bbdefb !important;
  24. text-align: center;
  25. font-weight: normal;
  26. }
  27. /*
  28. =============================================
  29. SECOND STYLE
  30. =============================================
  31. */
  32. .panel-second-style {
  33. border: 1px solid #c8e6c9 !important;
  34. }
  35. .panel-header-second-style {
  36. background-color: #c8e6c9 !important;
  37. text-align: center;
  38. font-weight: bold;
  39. }
  40. /*
  41. =============================================
  42. THIRD STYLE
  43. =============================================
  44. */
  45. .panel-third-style {
  46. border: 1px solid #ffccbc !important;
  47. }
  48. .panel-header-third-style {
  49. background-color: #ffccbc !important;
  50. text-align: center;
  51. font-weight: bold;
  52. }
  53. /*
  54. =============================================
  55. BUTTON STYLE
  56. =============================================
  57. */
  58. .myButton{
  59. background: #d9534f !important;
  60. /* background: #d9534f !important; */
  61. /* color: #37474f !important; */
  62. color: #fff !important;
  63. height: 34px !important;
  64. /* border: 1px solid #bdbdbd !important; */
  65. /* border: 1px solid #428bca !important; */
  66. border: none !important;
  67. }
  68. .dropdown-menu > li > a {
  69. color: #37474f !important;
  70. }
  71. .dropdown-menu > .active > a {
  72. color:#fff !important;
  73. background-color: #d9534f !important;
  74. }
  75. .detail-icon {
  76. color: #e57373 !important;
  77. }
  78. .pagination > .active > a{
  79. color:#fff !important;
  80. background-color: #d9534f !important;
  81. border-color: #d9534f !important;
  82. }
  83. .filter-style {
  84. padding-top: 10px;
  85. }
  86. .sale-button {
  87. color: #fff !important;
  88. background: #81c784;
  89. border-color: #81c784;
  90. }
  91. .sale-button:hover{
  92. color: #fff !important;
  93. background: #81c784;
  94. border-color: #81c784;
  95. }
  96. .purchase-button {
  97. color: #fff !important;
  98. background: #ffb74d;
  99. border-color: #ffb74d;
  100. }
  101. .purchase-button:hover{
  102. color: #fff !important;
  103. background: #ffb74d;
  104. border-color: #ffb74d;
  105. }
  106. .expense-button {
  107. color: #fff !important;
  108. background: #e57373;
  109. border-color: #e57373;
  110. }
  111. .expense-button:hover{
  112. color: #fff !important;
  113. background: #e57373;
  114. border-color: #e57373;
  115. }
  116. .balance-button {
  117. color: #fff !important;
  118. background: #0288d1;
  119. border-color: #0288d1;
  120. }
  121. .balance-button:hover{
  122. color: #fff !important;
  123. background: #0288d1;
  124. border-color: #0288d1;
  125. }
  126. .chart-container{
  127. width: 100%;
  128. }