@charset "utf-8";
/* CSS Document */
section {
	display: none;
}

#penButton2 {
    width: 100%;
}

/* --  Activity 1 --*/		
select {
	background: #36A9E1;
	color: white;
	padding: 5px;
}
		
option {
	background: #C5D5EA;
	color: #000;
}
		
div#popupInfo {
	margin-top: 20em;
}
		
.row.buttons {
	margin-bottom: 2em;
}
		

/* --  Activity 2 --*/	
#activity-sortable-list
{
	list-style-type:none;
	margin-bottom: 20px;
}

span.swappable-element
{
	background-color: #1d73b9;
	color: #fff;
	border-radius: 10px;
	cursor: move;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 100%;
	z-index: 5;
	position: absolute;
	left: 0;
	right: 0;
}

.ui-droppable {
    cursor: move;
    background-color: #efefef;
    list-style: none;
    position: relative;
	height: 100px!important;
    margin-bottom:5px;
	border-radius: 10px;
}

.ui-draggable.being-dragged {
    background:#36A9E1;
    z-index: 6 !important;
    -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);
}

.ui-draggable.being-dragged .image 
{
	border-color: #36A9E1;
}

span.swappable-element .image
{
	background-color: #fff;
	border: 2px solid #1d73b9;
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	border-radius: 10px;
	height: 100px;
}

span.swappable-element .image img 
{
	margin-left: auto;
	margin-right: auto;
	max-height: 90px;
	padding: 5px;
}

span.swappable-element h5
{
	margin-top: 40px;
}

span.swappable-element .answer 
{
	padding: 10px;
	margin-top: 35px;
	display: none;
}

.lb-number{
	display:none!important;
}

.result i.fa {
    margin-top: 30px;
}

.feedback
{
	display: none;
}

