/*
 * Copyright by Intland Software
 *
 * All rights reserved.
 *
 * This software is the confidential and proprietary information
 * of Intland Software. ("Confidential Information"). You
 * shall not disclose such Confidential Information and shall use
 * it only in accordance with the terms of the license agreement
 * you entered into with Intland.
 */
table.permittedProjects tr.headline th {
  font-weight: bold !important;
}
table.permittedProjects tr.headline th.label {
  width: 25%;
}
table.permittedProjects tr.headline th.action {
  width: 20px;
}
table.permittedProjects tr.project td.label {
  vertical-align: top;
  width: 25%;
}
table.permittedProjects tr.project td.action {
  vertical-align: top;
  width: 20px;
}
table.permittedProjects tr.project td.action span.ui-icon-circle-close {
  display: none;
}
table.permittedProjects tr.project:hover td.action span.ui-icon-circle-close {
  display: block;
}
table.permittedProjects tr.project td.permissions button.ui-multiselect {
  min-width: 100% !important;
  max-width: 100% !important;
  width: 100% !important;
}
table.permittedProjects tr.project td.permissions button.ui-multiselect span.ui-icon-triangle-1-s {
  display: none;
}
table.permittedProjects tr.project td.permissions button.ui-multiselect span.setting {
  width: auto !important;
  margin-right: 6px;
}
table.permittedProjects tr.project td.permissions button.ui-multiselect span.setting:not(:last-child):after {
  content: ", ";
}
table.permittedProjects tr.moreProjects td {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
table.permittedProjects select.project option.none {
  color: gray;
  font-style: italic;
}
