@charset "utf-8";
/* CSS Document */

ul {
    list-style-type: none;
    margin-bottom: 4em;
}

#order li, #sortingSortable li {
    padding: 0.8em;
    height: 3.6em;
}

#sortingSortable li {
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    background-color: #620100;
    color: #fff;
	border-bottom: 1px dashed #eaa82e!important;
}

#sortingSortable li span {
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 5px 0;
    background: #0085b4;
    color: #fff;
    text-align: center;
    z-index: 5;
	border-bottom: 1px white dashed;
}

#sortingSortable li {
    list-style: none;
    position: relative;
}

#sortingSortable li.drop-hover .element {
    opacity: .5;
}

span.element.ui-draggable.ui-draggable-handle {
    height: 3.6em;
}

.element.being-dragged {
    background: #333;
    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);
}

#order li {
    font-weight: bold;
    background-color: #eaa82e;
    color: #000;
    border-bottom: 1px dashed #0085b4!important;
	line-height: 14px;
}

.ui-sortable-handle {
    /* border: 1px dashed #309091;*/
}

.ui-sortable-helper {}

#activityButtons button {
    margin: 0 .5% 0 .5%;
    float: right;
}

#totalCorrectHolder {  
	text-align: center;
    font-family: 'Open sans', sans-serif;
    width: 100%;
    margin-top: 15px;
    padding: 1.8% 0 1.8% 0;
    font-weight: bold;
    font-size: larger;
    color: #620100;
}

h3{
	margin-bottom: 1em;
}

#resetBtn, #checkAnswerBtn {
    float: right;
	margin-right: 5px;
}


/* ------- Media queries ------- */

/* Tablet */
@media(min-width: 768px) {}


/* Desktop */

@media(min-width:992px) {}


/* Large Desktop */

@media(min-width:1200px) {
    #order li, #sortingSortable li {
        height: 3.5em;
        font-size:1.3em;
        line-height:1.4em;
        padding:10px;
    }
    #sortingSortable li span {
        padding: 10px 0;
    }
    span.element.ui-draggable.ui-draggable-handle {
        height: 3.5em;
    }
}
