@charset "utf-8";
/* CSS Document */

/* General */

.feedback-1, .feedback-2 {
 	visibility: hidden;
	margin-bottom: 0px;
}

.feedback-1 p, .feedback-2 p {
	margin: 0px;
	font-size: 16px;
	display: none;
}

/* Activity one */

.drags-holder {
  min-height: 50px;
  background-color: #E8E8E8;
	text-align: center;
	padding: 5px 0px;
	margin-top: 20px;
}

.drags-holder .ui-draggable {
  margin: 5px 10px;
}

.ui-draggable {
	cursor: move;
	background: #900128;
	color: #fff;
	padding: 2px 5px;
	display: inline-flex;
	white-space: nowrap;
}

.ui-draggable-dragging {
  background: rgb(12,5,52);
  -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);
}

.drag-and-drop-text .ui-droppable {
 	position: relative;
  	display: inline-block;
  	height: 32px;
	vertical-align: middle;
	text-align: center;
	background: #900128;
}

.drag-and-drop-text p, .ui-draggable, .drag-and-drop
{
	font-size: 16px;
}

.drag-and-drop-text p
{
	line-height: 2em;
}

.drag-and-drop-text p .drop
{
	line-height: 1.8em;
}

.icon
{
	width: 21px;
}

.fa-check, .fa-times
{
	color: #FFF;
    margin-left: -30px;
    margin-top: 10px;
    position: absolute;
}

/* Activity two */

.description
{
	padding: 10px;
	background-color: #cfcce2;
	border-radius: 4px;
}

.dropZone {
  background-color: #E8E8E8;
  border-radius: 4px;
  margin-bottom: 1em;
  min-height: 66px;
  padding: 1em;
  text-align: center;
}

.dropZone hr {
  border-color: rgba(208,208,208,1);
  margin: 20px 0;
}

.draggable, .dropZone .draggable {
	background-color: rgb(144, 1, 40);
	border-radius: 4px;
	color: #FFF;
	cursor: move;
	display: inline-block;
	font-size: 16px;
	padding: .5em;
	text-align: center;
	z-index: 2;
	margin: 0px 5px 10px 5px;
}

.dropZone .draggable {
	height: auto !important;
	margin-bottom: 6px;
	width: 96% !important;
}

.dropZone .draggable:last-child {
  margin-bottom: 0;
}

#statementStack {
  text-align: center;
}

.feedback-2 p
{
	margin-top: 20px;
}


/* Activity three */

.text-entry
{
    min-height: 50px;
	padding: 10px;
	border: 2px solid #0c0534;
	background: #f3f3f3;
	border-radius: 6px;
	margin-bottom: 10px;
}

@media print
{
	.model-answer
	{
		display: none !important;
	}
}
