.s-alert-warning {
  background:rgba(255, 139, 0, 0.7) !important;
}
.s-alert-error {
  background: rgba(200, 25, 34, 0.7) !important;
}
.s-alert-success {
  background: rgba(94, 147, 49, 0.7) !important;
}
.s-alert-info {
  background: rgba(13, 106, 168, 0.7) !important;
}

.appModal .modal-title {
  position: absolute;
  left: 25px;
}

.draggable {
  cursor: pointer;
}

.dragging {
  opacity: 0.5;
  border: 2px dotted black;
  cursor: move !important;
}

.droppable.over {
  border: 3px dotted black;
  cursor: move !important;
}

#loadingSpinnerOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.3);
  z-index: 2;
}

#loadingSpinnerOverlay .fa {
  font-size: 5em;
  margin-top: 40vh;
  margin-left: 50vw;
}

#loadingSpinnerOverlay .loadingText {
  font-style: italic;
  font-weight: bold;
}
