/*------view timesheet--------------*/
.angle_fontsize {
    font-size: 18px !important;
  }
  .viewTimeSheet_search {
    float:right;
    margin:-10px 0px 0 0;
  }
  .viewtimesheet_data{
    height:80.5vh;
  }

  @media only screen and (max-width: 568px) {
    .viewTimeSheet_search{
      float: none !important;
    }
  }
  
.time-sheet{
  .date-picker{
    border: none;
    outline: none;
    width: 76px;
    text-align: center;
  }
  .custom-date-picker-width {
    border: none;
    outline: none; 
    width: 91px;
    text-align: center;
  }
}

.bold-time-sheet{
  font-weight:700;
}

.datatable-height {
  height: 86.5vh;
}


.custom-search-close {
  right: 15px !important;
}

.viewtimesheet-rows-cursor-pointer .datatable-body-cell {
  cursor: pointer !important;
}

.custom-monthly-timesheet {
  margin-top: 19px;
}