  /* For Time & Expense */
#wktimeStatus th, #wktimeStatus td{
    height: 0px;
  }

  /* ERPmine logo */
  #top-menu #wkdashboard-icon {
    background-image: url("/assets/plugin_assets/redmine_wktime/erpmine-logo-0d3f97ed.png");
}

/* Sidebar White changes */
#salaryCompDeps label {
  margin-left: 0px;
  width: unset;
}

#salaryCompDeps .ui.selection.dropdown {
  min-width: 10em;
}

.ui-widget-content{
  box-shadow: 0 2px 10px rgba(0,0,0,.2);
}

#product_item_form .splitcontent{
  overflow: unset;
}


table.list #pay-link{
  white-space: nowrap;
}

#wktimeStatus {
  overflow: auto;
}

form#wkdelivery_edit table td , form#wkshipment_edit table td {
  width: 250px;
}

form#query_form fieldset .wk-contextual {
	text-align: left;
	white-space: nowrap;
	line-height:1.4em;
	margin-top:5px;
	margin-bottom:10px;
	padding-left: 10px;
	font-size:0.9em;
}

form#wktime_edit {
  display: flex;
  flex-direction: column;
  min-width: fit-content;
}

form#wktime_edit .wk-contextual,
form#wktime_edit .contextual,
form#wktime_edit .other-formats {
  padding-right: 10px;
}

form#wkdelivery_edit {
  display: block;
  min-width: fit-content;
}

table#deliveryTable.list.time-entries{
  overflow: visible;
}

form#wkdelivery_edit div.autoscroll{
  overflow: visible;
}

form#wktime_edit .contextual{
  float: none;
  text-align: right;
}
form#query_form  div#account_form  div.splitcontent {
  overflow: visible;
}

form#query_form  div#billingschdules.autoscroll {
  overflow: visible;
}

form#query_form .autoscroll {
  overflow-x: unset;
}

.autoscroll:has(> form#query_form) {
  overflow: visible;
}

#comment-dlg .attachments_fields input.description {
  width: auto;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin-left: 10px;
}

table#wktimeHeader #mapContainer #map {
  position: unset !important;
}