#admin-menu a.openalm-workflow-autoassignee {
  background-image: url('../images/workflow_assignee.png');
}

.custom-field {
  width: 150px;
  overflow: auto;
  white-space: nowrap;
}

#workflow_form table select {
  font-size: 90%;
  max-width: 150px;
}

.label-field {
  float: left;
  width: 150px;
  text-align: right;
  padding: 17px;
}

/***** Tables *****/
table.customfield_popup_list tbody td,
table.customfield_popup_list tbody tr:hover td {
  border: solid 1px #d7d7d7;
}
table.customfield_popup_list thead th {
  border-width: 1px;
  border-style: solid;
  border-top-color: #d7d7d7;
  border-right-color: #d7d7d7;
  border-left-color: #d7d7d7;
  border-bottom-color: #d7d7d7;
}
table.customfield_popup_list,
.table-customfield_popup_list {
  border: 1px solid #e4e4e4;
  font-size: 12px;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 4px;
}
table.customfield_popup_list th,
.table-customfield_popup_list-header {
  background-color: #eeeeee;
  padding: 4px;
  font-weight: bold;
}
table.customfield_popup_list td {
  text-align: center;
  vertical-align: top;
  padding-right: 2px;
}
table.customfield_popup_list td.id {
  width: 2%;
  text-align: center;
}
table.customfield_popup_list td.tick {
  width: 15%;
}
table.customfield_popup_list td.checkbox {
  width: 15px;
  padding: 2px 0 0 0;
}
table.customfield_popup_list td.checkbox input {
  padding: 0px;
}
table.customfield_popup_list td.buttons,
div.buttons {
  width: 15%;
  text-align: right;
}
table.customfield_popup_list td.buttons a,
div.buttons a {
  margin-right: 0.6em;
}
table.customfield_popup_list td.buttons img,
div.buttons img {
  vertical-align: middle;
}
table.customfield_popup_list td.reorder {
  width: 15%;
  text-align: center;
}
table.customfield_popup_list table.progress td {
  padding-right: 0px;
}
table.customfield_popup_list caption {
  text-align: left;
  padding: 0.5em 0.5em 0.5em 0;
}
.table-customfield_popup_list-cell {
  display: table-cell;
  vertical-align: top;
  padding: 2px;
}
table.customfield_popup_list tbody tr:hover {
  background-color: #ffffdd;
}
table.customfield_popup_list tbody tr.group:hover {
  background-color: inherit;
}
table td {
  padding: 0px;
}
table p {
  margin: 0;
}
.odd {
  background-color: #f6f7f8;
}
.even {
  background-color: #fff;
}
.icon-only::after {
  content: '\a0\a0\a0\a0';
}

.svg-color-white {
  fill: white;
}

.svg-color-black {
  fill: black;
}
