| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145 |
- .user_page {
- width: 100%;
- height: 100% !important;
- background-image: url("../images/slider2.jpg");
- background-size: cover;
- background-repeat: no-repeat;
- position: relative;
- }
- .sales_report {
- width: 100%;
- height: 100%;
- }
- .sales_report .sales_report_in:before {
- position: absolute;
- width: 100%;
- content: "";
- height: 100%;
- top: 0;
- left: 0;
- z-index: -1;
- opacity: 0.5;
- }
- .sales_report .sales_report_in {
- background-color: rgba(255, 255, 255, 0.3);
- background-size: cover;
- background-repeat: no-repeat;
- position: relative;
- width: 100%;
- height: 100%;
- float: left;
- padding: 40px;
- }
- .sales_report .sales_report_in .sales_card {
- width: 100%;
- height: 100% !important;
- background-color: #fff;
- box-shadow: 0 0 1px 1px #ccc;
- padding: 20px;
- }
- .sales_report .sales_report_in .sales_card .left_card {
- position: relative;
- width: 100%;
- height: 100%;
- }
- .sales_report .sales_report_in .sales_card h5 {
- font-size: 22px;
- color: #00AFD7;
- font-weight: bold;
- }
- .sales_report .sales_report_in .sales_card .table_area {
- float: left;
- width: 100%;
- height: calc(100% - 40px);
- overflow: hidden;
- }
- .sales_report .sales_report_in .sales_card .table_area .top_box .left_box {
- width: 50%;
- float: left;
- }
- .sales_report .sales_report_in .sales_card .table_area .top_box .right_box {
- width: 50%;
- float: right;
- }
- .input-group-btn{
- width: 100%;
- text-align: center;
- display: inherit !important;
- }
- .input-group{
- width:100%;
- margin: 13px 0px;
- float: left;
- position: relative;
- }
- .datepicker {
- background-image: url(../../../../images/date.png);
- background-repeat: no-repeat;
- background-position: top right;
- height: 35px;
- border: 1px solid #ccc;
- background-size: contain;
- padding: 8px;
- background-size: 25px 25px;
- cursor: pointer;
- background-position: 97% 50%;
- width: 90%;
- }
- .page-head P{
- font-size:20px !important;
- margin-bottom: 15px !important;
- }
- .btn_update{
- width: 150px;
- border-radius: 25px !important;
- }
- .center_margin{
- margin-top: 22px;
- margin-bottom: 100px;
- padding-top: 26px;
- padding-bottom: 26px;
- border: 1px solid #ccc;
- border-radius: 22px;
- box-shadow: 0 0 1px 1px #ccc;
- }
- .form-control{
- width: 90% !important;
- border: 1px solid #ccc !important;
- padding: .375rem 9px !important;
- height: 34px !important;
- padding-top: 6px !important;
- border-radius: 0px !important;
- background-color: inherit !important;
-
- }
- .excel_file{
- height: 35px;
- border: 1px solid #ccc;
- background-size: contain;
- padding: 5px;
- width: 100%;
- }
- .color_error.shake {
- position: absolute;
- width: 100%;
- float: left;
- }
- #ui-datepicker-div{
- z-index: 999999 !important;
- }
- .ui-datepicker-calendar {
- display: none;
- }
- select {
- padding: 5px;
- border: none;
- color: #333;
- box-shadow: 0 0 1px 1px #ccc;
- background-color: #fff;
- width: calc(100% - 150px);
- }
|