/*rhysRob edit 16/0517*/

ul {
    list-style-type: none
}

#order, #activitySortableList {
    margin-bottom: 3em;
}

#order li, .ui-droppable {
    /* padding: 0.8em; */
   min-height: 3em; /*CHANGED BY RHYS 04/01/16 */  
    /* HEIGHT: auto; */
    margin-bottom:5px;
}

 #activity{
/* 	font-size: 1.1em;*/
} 

.ui-droppable {
    cursor: move;
    background-color: #999;
    border: 1px solid #fff;
    /* border-bottom: 1px dashed #FFF!important; */
    /* height: 2.4em; */
    border: 1px solid #fff;
    list-style: none;
    position: relative;
    line-height: 1.3em;
}

#order li {
    border: 1px solid rgba(116, 130, 143, 1);
	background-color: #fff;
    color: #000;
    padding: 5px;
    line-height: 1.3em;
}

span.swappableElement {
    cursor:s-resize;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%!important;
    border: 1px solid rgba(116, 130, 143, 1);
	background-color: #fff;
    text-align: center;
    z-index: 5;
    margin-bottom:5px;
    padding:5px;
	height:100%!important
	
}

.ui-draggable.being-dragged {
    background:#1b263b;
    color:#fff;
    z-index: 6;
    -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*/
#activity-feedback {
	margin-top: 20px;
}
#activity-feedback p {
	display: none;
}
.user-answer .ui-sortable-handle.correct {
	background-color: #56c25b;
}
.user-answer .ui-sortable-handle.incorrect {
	color: #fff;
	background-color: #963a36;
}
.ui-sortable-handle p{
	position: relative;
}
.ui-sortable-handle p i {
	position: absolute;
	top: 0;
	right: 0;
	float: right;
}




/* ----------- Large Display ----------- */

@media screen and (max-width: 1920px) and (max-height: 1080px) {

}

/* ----------- Laptop HiDPI screen ----------- */

@media screen and (max-width: 1440px) and (max-height: 900px) {

}

/* ----------- Laptop ----------- */

@media screen and (max-width: 1366px) and (max-height: 768px) {

}

/* ----------- Laptop MDPI screen ----------- */

@media screen and (max-width: 1280px) and (max-height: 800px) {

}

/* ----------- iPad ----------- */

@media only screen and (max-device-width: 1024px) and (max-device-height: 768px) {

	#activity {
	 /*   font-size: 1em;*/
	}

}


/* ----------- iPhone 5 ----------- */

@media only screen and (max-device-width: 568px) and (max-device-height: 320px) {
    /* Styles */
    #activitySortableList, #order{
        width: 50%;
    }

	#order li, .ui-droppable {
        height: 3em;
    }

    span.swappableElement{
        height: 2.9em;
        line-height: 2.9em;
    }
}








