/* Custom DRAG AND DROP css
--------------------------------------------------
MID GREY    #999999
LIGHT GREY  #E6E6E6
DARK GREEN  #4f959b
MID GREEN   #9dced2
LIGHT GREEN #AFE5EA
LIGHT BLUE  #38C0CB
RED         #C8374E
ORANGE      #CB4938


 */

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: 0.2em;
    /*font-size: 1.2em;*/

    min-height: 71px;
}

 #activity{
    font-size: 1.1em;
}


 #activityControls{
     right:110px;
}

.ui-droppable {
    font-size: 1em;
    cursor: move;
    background-color: #999;
    color: #fff;
    /* border-bottom: 1px dashed #FFF!important; */
    /* height: 2.4em; */
    border: 1px solid #fff;
    border-radius: 7px;
    list-style: none;
    position: relative;
/*    line-height: 3em;*/
}

#order li {
    background-color: rgba(255,255,255,0.8);
    color: #000;
    border: 1px solid #524c4c;
    padding: 6px;
    line-height: 1.4em;
    font-size: 1em;
    display: flex;
    align-items: center;
}

span.swappableElement {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
/*    height: 2.9em;*/

    height: 71px;
    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0.5em;
    font-family: 'Open Sans', sans-serif;
    background: #524c4c;
    color: #fff;
    text-align: center;
    z-index: 5;
    border-radius: 7px;
}

.cards-height {
  min-height: 536px;
}


/* .ui-droppable.drop-hover .swappableElement {
    opacity: .5;
} */

.ui-draggable.being-dragged {
    background: #797272;
    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);
}

#totalCorrectHolder {
  display: none;
}






/* ----------- 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;
        line-height: 1em;
                font-size: 0.9em;

    }
    span.swappableElement{
        height: 2.9em;
        line-height: 2.9em;
    }
}



@media only screen and (max-width : 992px) {

    #order li, .ui-droppable {
      min-height: 100px;
    }

    #order li {
    line-height: 1.4em;
    font-size: .9em;
}

    span.swappableElement {
        height: 100px;
    }

}
