.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.description {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#notifications-menu {
  width: 20rem;
}

.s3direct {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.s3direct .file-input {
  width: 190px;
  margin-bottom: 0.5rem;
}

.password_change ul li {
  font-size: 0.75rem;
}
.profile-nav li a {
  border-color: transparent;
}
.profile-nav li a:hover {
  color: #4b5563;
}
.profile-nav li.active a {
  color: #9058e0;
  border-bottom-width: 2px;
  border-bottom-color: #9058e0 !important;
}

.custom-dropzone {
  text-align: center;
  padding: 20px  !important;
  border: 3px dashed #eeeeee !important;
  background-color: #fafafa  !important;
  color: #bdbdbd  !important;
  margin-bottom: 20px  !important;
}

.accept {
  border-color: #107c10 !important;
}

.reject {
  border-color: #d83b01 !important;
}
.errorlist {
  color: #d83b01;
  margin: 7px 0;
  font-weight: bold;
}
.right-5 {
  right: 1.25rem; /* 20px */
}
.bottom-5	{
  bottom: 1.25rem;
} /* 20px */
.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}
.alert {
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-error, .alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.app-message > .delete {
  position: absolute;
  top: 8px;
  right: 8px;
}
