sales.css 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. .user_page {
  2. width: 100%;
  3. height: 100% !important;
  4. background-image: url("../images/slider2.jpg");
  5. background-size: cover;
  6. background-repeat: no-repeat;
  7. position: relative;
  8. }
  9. .sales_report {
  10. width: 100%;
  11. height: 100%;
  12. }
  13. .sales_report .sales_report_in:before {
  14. position: absolute;
  15. width: 100%;
  16. content: "";
  17. height: 100%;
  18. top: 0;
  19. left: 0;
  20. z-index: -1;
  21. opacity: 0.5;
  22. }
  23. .sales_report .sales_report_in {
  24. background-color: rgba(255, 255, 255, 0.3);
  25. background-size: cover;
  26. background-repeat: no-repeat;
  27. position: relative;
  28. width: 100%;
  29. height: 100%;
  30. float: left;
  31. padding: 40px;
  32. }
  33. .sales_report .sales_report_in .sales_card {
  34. width: 100%;
  35. height: 100% !important;
  36. background-color: #fff;
  37. box-shadow: 0 0 1px 1px #ccc;
  38. padding: 20px;
  39. }
  40. .sales_report .sales_report_in .sales_card .left_card {
  41. position: relative;
  42. width: 100%;
  43. height: 100%;
  44. }
  45. .sales_report .sales_report_in .sales_card h5 {
  46. font-size: 22px;
  47. color: #00AFD7;
  48. font-weight: bold;
  49. }
  50. .sales_report .sales_report_in .sales_card .table_area {
  51. float: left;
  52. width: 100%;
  53. height: calc(100% - 40px);
  54. overflow: hidden;
  55. }
  56. .sales_report .sales_report_in .sales_card .table_area .top_box .left_box {
  57. width: 50%;
  58. float: left;
  59. }
  60. .sales_report .sales_report_in .sales_card .table_area .top_box .right_box {
  61. width: 50%;
  62. float: right;
  63. }
  64. .input-group-btn{
  65. width: 100%;
  66. text-align: center;
  67. display: inherit !important;
  68. }
  69. .input-group{
  70. width:100%;
  71. margin: 13px 0px;
  72. float: left;
  73. position: relative;
  74. }
  75. .datepicker {
  76. background-image: url(../../../../images/date.png);
  77. background-repeat: no-repeat;
  78. background-position: top right;
  79. height: 35px;
  80. border: 1px solid #ccc;
  81. background-size: contain;
  82. padding: 8px;
  83. background-size: 25px 25px;
  84. cursor: pointer;
  85. background-position: 97% 50%;
  86. width: 90%;
  87. }
  88. .page-head P{
  89. font-size:20px !important;
  90. margin-bottom: 15px !important;
  91. }
  92. .btn_update{
  93. width: 150px;
  94. border-radius: 25px !important;
  95. }
  96. .center_margin{
  97. margin-top: 22px;
  98. margin-bottom: 100px;
  99. padding-top: 26px;
  100. padding-bottom: 26px;
  101. border: 1px solid #ccc;
  102. border-radius: 22px;
  103. box-shadow: 0 0 1px 1px #ccc;
  104. }
  105. .form-control{
  106. width: 90% !important;
  107. border: 1px solid #ccc !important;
  108. padding: .375rem 9px !important;
  109. height: 34px !important;
  110. padding-top: 6px !important;
  111. border-radius: 0px !important;
  112. background-color: inherit !important;
  113. }
  114. .excel_file{
  115. height: 35px;
  116. border: 1px solid #ccc;
  117. background-size: contain;
  118. padding: 5px;
  119. width: 100%;
  120. }
  121. .color_error.shake {
  122. position: absolute;
  123. width: 100%;
  124. float: left;
  125. }
  126. #ui-datepicker-div{
  127. z-index: 999999 !important;
  128. }
  129. .ui-datepicker-calendar {
  130. display: none;
  131. }
  132. select {
  133. padding: 5px;
  134. border: none;
  135. color: #333;
  136. box-shadow: 0 0 1px 1px #ccc;
  137. background-color: #fff;
  138. width: calc(100% - 150px);
  139. }