

@media print {
  .employee-name {
    font-size: 22px;
    padding: 0px !important;
    margin: 0px !important;
  }

  .week-info {
    font-size: 24px;
    
  }

  .week-label {
    margin-top: 50px !important;
    margin-bottom: 25px !important;
  }

  table:not(.cost-table) {
    width: 100%;
  }

  table:not(.cost-table)  thead tr th {
    background-color: #e2e2e2 !important;
  }

  table thead tr th {
    white-space: nowrap;
  }

  table thead tr th,
  table tbody tr td {
    padding: 3px;
    font-size: 12px;
  }

  
  button {
    display: none;
  }

  .modal-footer {
    border: none !important;
  }

  h1 {
    margin-top: 50px !important;
    margin-bottom: 25px !important;
  }

  table.pm-timesheet-table th,
  table.pm-timesheet-table th span {
    font-size: 12px !important;
    font-weight: bold;
  }

  .fa.fa-chevron-left,
  .fa.fa-chevron-right,
  abp-pagination-controls,
  table.pm-timesheet-table th .fa {
    display: none !important;
  }

  table.pm-timesheet-table tbody tr td {
    border: 1px solid #ccc;
  }

  .page-info {
    font-size: 12px;
    margin-top: 30px;
  }
}

@page {
  size: auto;
  margin: 0.5in;
  background-color: blue !important;
  
}

button,
.btn,
.d-print-none {
  display: none !important;
}
.modal-footer {
  border: none !important;
}
