#timesheets-form{
	min-height: 600px;
}
#timesheets-form .form-field input,
#timesheets-form .form-field textarea{
	max-width: 500px;
}
#timesheets-basic-info-table th{
}
.error{
	color: #F44336 !important;
}
.datepicker{
	z-index: 99992;
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}
.mfp-bg{
	z-index: 9999;
}
.mfp-wrap{
	z-index: 99991;
}
.copy-all{
  -webkit-user-select: all;  /* Chrome all / Safari all */
  -moz-user-select: all;     /* Firefox all */
  -ms-user-select: all;      /* IE 10+ */
  user-select: all;          /* Likely future */
}