@charset "utf-8";
/* CSS Document */

/* -- section 1 -- */
.text-blocks {
	min-height: 500px;
}
#boxBio, #boxSoc {
	border: 4px solid rgba(255,255,255, 0.1);
	padding: 10px;
	margin-bottom: 0.5em
}
#boxBio {
	background-image: url(../../../images/activities/unit2/bio-medical.jpg);
	background-position: right;
	background-size: cover;
}
#boxSoc {
	background-image: url(../../../images/activities/unit2/pollution.jpg);
	background-position: center;
	background-size: cover;
}
#boxBio li, #boxSoc li {
	font-size: 1em;
}

/* -- section 2 -- */
.title-block {
	background: rgba(255,255,255,0.2);
	height: 45px;
	padding: 10px;
}
.text-entry {
	min-height: 15em;
 margin-bottom:
}
.well {
	padding-bottom: 4em;
}
#table-results {
	display: none;
}
.wjec-drag-and-drop-text {
	line-height: 40px;
}
.wjec-drop {
	line-height: 20px;
}

/* -- section 3 -- */
#activity-content {
	font-size: 1.2em
}
/*DRAG HOLDER*/
.wjec-drag-and-drop {
	margin: 2em 0em
}
.drags-holder {
	min-height: 50px;
	text-align: center;
	margin-bottom: 2em;
	background:rgba(255,255,255,0.3);
	padding:30px;
	border:1px solid #34708F;
}
/*DRAGS*/
.ui-draggable, .wjec-drop {
	text-align: center;
}
.drags-holder .ui-draggable {
	margin: 0 10px;
}
.ui-draggable {
	cursor: move;
	background: rgba(52, 112, 143,0.25);
	display: inline-flex;
	white-space: nowrap;
	margin-bottom: 10px!important;
	padding: 3px 4px 2px 4px;
}
.ui-draggable-dragging {
	background: rgba(29, 113, 184,0.2);
	-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);
}
/*DROPS*/
.wjec-drag-and-drop-text .ui-droppable {
	border: 1px dotted #34708f;
	background: rgba(79, 166, 200, 0.2);
	width: 180px!important;
	position: relative;
	display: inline-block;
	height: 1.9em;
	vertical-align: middle;
	padding-top: 1px;
}
/*FEEDBACK*/
.feedback {
	visibility: hidden;
	min-height: 3em;
	margin-top: 2em;
}
.feedback h4 {
	display: none;
}
p {
	font-size: 1em;
	line-height: 2.2em;
	text-align: left;
}
div#dragAndDrop1 {
	font-size: 1.2em;
}
.wjec-drag-and-drop-text {
	line-height: 40px;
}
.wjec-drop {
	line-height: 20px;
}
.correct {
	background: rgba(0,255,0,0.2)!important;
}
.incorrect {
	background: rgba(255,0,0,0.2)!important;
}
.feedback span {
	background: rgba(79, 166, 200,0.4);
	white-space: nowrap;
	margin-bottom: 5px!important;
	padding: 3px 4px 2px 4px;
	border: 1px dotted grey;
}
