.wd-sidebar-minimizer {
  background-color: transparent !important;
}
.wd-sidebar-minimizer:hover::after {
  color: #ea5539 !important;
}
.wd-sidebar-minimizer::after {
  color: #003552 !important;
  font-size: 16px;
}
/* -------------------------------------------------------------------------------- */
/* WD - MODERN GROUP PANEL */
/* -------------------------------------------------------------------------------- */
.wd-group-panel .wd-header-container {
  display: flex !important;
  justify-content: inherit !important;
}
.wd-group-panel .wd-header-container .wd-icon {
  margin-right: 3px;
}
.wd-group-panel .wd-header-container .wd-header-right {
  display: flex;
  flex-grow: 1;
  justify-content: right;
}
/* -------------------------------------------------------------------------------- */
/* WD - DX BOX SHADOW */
/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
/* CUSTOM FORM FIELD CONTAINER */
/* -------------------------------------------------------------------------------- */
.form-field-container .form-field-group {
  border-bottom: 1px solid #d3d3d3;
}
/* -------------------------------------------------------------------------------- */
/* SMALL OVERWRITES */
/* -------------------------------------------------------------------------------- */
div.js-widget-content div.timesheet-flex-container div.hourcalendar table.timesheet tbody tr td.empty {
  background-color: inherit;
}
div.js-widget-content div.timesheet-flex-container div.hourcalendar table.timesheet tbody tr td:not(.empty).weekcell .dx-texteditor.dx-editor-underlined {
  border-bottom: none;
}
div.js-widget-content div.timesheet-flex-container div.hourcalendar table.timesheet tbody tr td:not(.empty).weekcell .dx-selectbox,
div.js-widget-content div.timesheet-flex-container div.hourcalendar table.timesheet tbody tr td:not(.empty).weekcell .dx-datebox,
div.js-widget-content div.timesheet-flex-container div.hourcalendar table.timesheet tbody tr td:not(.empty).weekcell .dx-textbox,
div.js-widget-content div.timesheet-flex-container div.hourcalendar table.timesheet tbody tr td:not(.empty).weekcell .dx-numberbox,
div.js-widget-content div.timesheet-flex-container div.hourcalendar table.timesheet tbody tr td:not(.empty).weekcell .dx-checkbox-icon {
  box-shadow: none !important;
}
