.lw-thumbnail {
  border: 1px solid #ddd;
  border-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}

.lw-thumbnail-holder {
  position: relative;
  text-align: center;
  color: white;
}

.lw-alignment-right {
  margin-left: auto;
  margin-right: 5px;
}

.lw-alignment-center {
  margin-left: auto;
  margin-right: auto;
}

.lw-alignment-left {
  margin-left: 5px;
  margin-right: auto;
}

.lw-thumbnail-label {
  position: absolute;
  text-align: center;
  color: black;
  right: 2px;
  bottom: 2px;
  opacity: 0.8;
  background-color: #ddd;
  border-radius: 4px;
  padding: 2px;
  font-family: monospace;
}

.workspace-limit {
  max-width: 100%;
}

.btn.btn-link.toggle-button-inactive {
  font-weight: bold;
  color: #b7241b;
}

.btn.btn-link.toggle-button-active {
  font-weight: bold;
  color: #96d800;
}

.form-control.readable-read-only {
  background-color: #fff;
  color: #3f6079;
}

.table tbody tr td {
  word-break: break-word !important;
}

.img-full {
  max-width: 300px;
}

.bg-cropper-black img.cropper-preview {
  background-color: black;
}

body.local .bg-dark {
  background-color: #3f3f00 !important;
}
body.development .bg-dark {
  background-color: #2b575b !important;
}
body.acceptance .bg-dark {
  background-color: #000058 !important;
}
