.Container {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.Actions {
  width: 4.5em;
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
}

.ActionsCenter {
  justify-content: center;
}

.EditRowActions {
}

.DuplicateRowActions {
  width: 2em;
}

.Leading {
  text-align: left;
}

.Trailing {
  text-align: right;
  justify-content: flex-end;
}
.Invalid {
  background-color: #ffe3cd;
}

.Confirm:hover,
.Copy:hover {
  color: #006ad2;
}

.Restore:hover,
.Cancel:hover,
.Delete:hover {
  color: #db241a;
}

.Sort {
  background: transparent;
  border: none;
  outline: none;
  font-family: inherit;
  font-size: 1em;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: inherit;
}

.Sort:active {
  color: inherit;
}

.SortIcon {
  margin-left: 0.89em;
}

.SortNotActive {
  color: #c8ced0;
}

.ExpandIcon {
  width: 0.5em;
  margin-right: 0.5em;
}
