/*DRAG HOLDER
*/
.drags-holder {
  min-height: 50px;
  background-color: #ccc;
  padding: 10px;
  text-align: center;
}

/*DRAGS
*/
.ui-draggable,
.wjec-drop {
  text-align: center;
  font-family: 'Telex', sans-serif !important;
}

.drags-holder .ui-draggable {
  margin: 0 10px;
}

.ui-draggable {
  cursor: move;
  background: #52b8ce;
  padding: 2px 5px;
  display: inline-flex;
  color: #fff;
  padding: 10px;
}

.ui-draggable-dragging {
  background: #FC7753;
  -webkit-box-shadow: 10px 10px 8px -1px rgba(0, 0, 0, .32);
  -moz-box-shadow: 10px 10px 8px -1px rgba(0, 0, 0, .32);
  box-shadow: 10px 10px 8px -1px rgba(0, 0, 0, .32);
}

.wjec-drag {
	width: auto !important;
	text-align: center;
	font-size: 1.15em;
}

/*DROPS
*/

.wjec-drop .wjec-drag {
	padding: 0px 10px;
	font-size: 1.15em;
}

.wjec-drag-and-drop-text p {
	line-height: 3em;
}

.wjec-drag-and-drop-text .ui-droppable {
  background: #ccc;
  width: 150px !important;
  position: relative;
  display: inline-block;
  height: 43px;
  vertical-align: middle;
}

/*FEEDBACK*/
.feedback {
  visibility: hidden;
  min-height: 3em;
  margin-top: 20px;
}

.feedback .alert {
  display: none;
  border-radius: 0;
  font-size: 16px;
  font-weight: bold;
  padding: 20px;
}

.feedback .alert-warning {
  border: 1px solid #8a6d3b;
}

.feedback .alert-success {
  border: 1px solid #3c763d;
}