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 #354a84;
    list-style: none;
    position: relative;
    line-height: 1.3em;
}

#order li {

    border: 1px solid #354a84;
	background-color: #fff;
    color: #000;
    padding: 5px;
    line-height: 1.3em;
}

span.swappableElement {
    cursor:s-resize;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    /*border: 1px solid #354a84;*/
    text-align: center;
    z-index: 5;
    margin-bottom:5px;
    padding:5px
}

.ui-draggable.being-dragged {
    background:#354a84;
    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;
    }
}


/* ----------- Start arrows----------- */


.arrows {
    width: 60px;
    height: 72px;
    display: block;
    margin: 0 auto;
 /*   position: absolute;
    left: 50%;
    margin-left: -30px;*/

}
.arrowstop {top: 50px;  transform: rotate(180deg);}

.arrowsbottom{bottom: 50px;
  
}
.arrows path {
    stroke: #2994D1;
    fill: transparent;
    stroke-width: 1px;  
}

@keyframes arrow
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

.arrows path.a1 {
}

.arrows path.a2 {
}

.arrows path.a3 {   
}


/* ----------- END arrows----------- */