@charset "utf-8";
/* CSS Document */

#activitySortableList, #order
{
	list-style-type: none;
}

#activitySortableList li, #order li
{
	list-style: none;
}

#order li
{
	background-color: #e3e3e3;
	color: #333;
}

#activitySortableList li.ui-droppable
{
	background-color: #e3e3e3;
	cursor: move;
	margin-bottom: 5px;
	position: relative;
}

#order li, #activitySortableList li.ui-droppable
{
	padding: 10px; 
	font-size: 16px;
	margin-bottom: 5px;
	min-height: 130px;
}

span.swappableElement
{
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 130px;
    color: #fff;
	background-color: #241D3C;
	padding: 10px; 
	margin-bottom: 5px;
	display: block;
	font-size: 16px;
}

.ui-draggable.being-dragged 
{
    z-index: 6;
    background: #241D3C;
    -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);
}

.feedback h4
{
    display: none;
}

.allCorrect 
{
    display: none;
}

.alert
{
	font-weight: 600;
}

.alert-danger
{
	border: 1px solid rgb(169,68,66);
}

.alert-success
{
	border: 1px solid rgb(60,118,61);
}

@media (min-width: 992px)
{
	span.swappableElement
	{
		min-height: 110px;
	}
	
	#order li, #activitySortableList li.ui-droppable
	{
		min-height: 110px;
	}
}

@media (min-width: 1200px)
{
	span.swappableElement
	{
		min-height: 86px;
	}
	
	#order li, #activitySortableList li.ui-droppable
	{
		min-height: 86px;
	}
}