@charset "utf-8";
/* CSS Document */

/* General */

.text-entry
{
	min-height: 70px;
}

[contenteditable=true]:empty:before{
  content: attr(placeholder);
  display: block; /* For Firefox */
}


#section-1 .item, #section-3 .item
{
	margin-top: 20px;
}

/* Activity one */
.drag-and-drop ul {
    list-style-type: none;
}

#order li, #activitySortableList li.ui-droppable, #correctOrder li{
    padding: 10px;
	margin-bottom: 10px !important;
	color: #fff;
	font-size: 16px;
	min-height: 120px;
}

#activitySortableList li.ui-droppable, #correctOrder li {
    position: relative;
    list-style: none;
    cursor: move;
    background-color: #999;
}

#order li {
    background-color: #31708f;
}

span.swappableElement, span.orderElement {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #50a7ca;
	padding: 10px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 16px;
	height: 120px;
}
.ui-draggable.being-dragged {
    z-index: 6;
    background: #50a7ca;
	opacity: 0.8;
    -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);
}

#correctOrder {
	display: none;
}

.feedback h4{
    display: none;
}
.allCorrect {
    display: none;
}

@media print
{
	#questions-carousel-one .item, #questions-carousel-two .item, #questions-carousel-three .item 
	{
		display: block !important;
	}
	
	.embed-responsive, .suggestion-one, .suggestion-two, .suggestion-three
	{
		display: none !important;
	}
}
