table.miTable .actions .button-list {
  text-align: right;
}

table.miTable .btn {
  padding: 0 10px;
}

table.miTable p {
  margin-bottom: 0;
}

form.miForm .error-message {
  color: #993746;
  background-color: #ffdee3;
  border-color: #ffd1d8;
}

.checkControl {
  cursor: pointer;
}

.noty.alert{
  position: fixed;
  right: 24px;
  top: 5px;
  z-index: 999999;
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(0,0,0,0.08), 0 3px 6px rgba(0,0,0,0.12);
}

.imgSizeBadge {
  position: absolute;
  left: 3px;
  bottom: 3px;
}

.btn-top-right-card {
  position: absolute;
  top: 6px;
  right: 6px;
}
