/* 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


 */

html, body{
    overflow-x:hidden;
}

button#info{
    background-color:rgba(0,0,0,0);
    background:url("../images/infoIcon.png") no-repeat;
    padding-top:1rem;
    width:33px;
    height:33px;
    border:0;
}

div.title_container{
    padding-bottom:0;
    margin-bottom:0;
}

div.title_container h1{
    margin: 0.4rem;
    margin-bottom:0;
    padding-bottom:0;
}

button#info:hover {
    background-position: 0px -35px;
    cursor:pointer
}

div.instructionsholder{
    padding:0;
    margin:0;
}

#instructions{
    background-color:#006600;
}

ul {
    list-style-type: none
}
#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;
}
 #activity{
    font-size: 1.1em;
} 

.ui-droppable {
    cursor: move;
    background-color: #004400;
    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: #FFF;
    color: #000;
    border: 1px solid #004400;
    padding-left: 0.5em;
    line-height: 1.5em;
}
span.swappableElement {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2.9em;
    /* padding: 0.8em 0; */
    background: #006600;
    color: #fff;
    text-align: center;
    z-index: 5;
    border-radius: 7px;
}



/* .ui-droppable.drop-hover .swappableElement {
    opacity: .5;
} */

.ui-draggable.being-dragged {
    background: #005500;
    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);
}


#footer-text{
    color:#fff;
}



/* ----------- Large Display ----------- */

@media screen and (max-width: 1920px) and (max-height: 1080px) {
    /* Styles */
}


/* ----------- Laptop HiDPI screen ----------- */

@media screen and (max-width: 1440px) and (max-height: 900px) {
    /* Styles */
}


/* ----------- Laptop ----------- */

@media screen and (max-width: 1366px) and (max-height: 768px) {
    /* Styles */
   

}


/* ----------- Laptop MDPI screen ----------- */

@media screen and (max-width: 1280px) and (max-height: 800px) {
    /* Styles */
   
}


/* ----------- iPad ----------- */

@media only screen and (max-device-width: 1024px) and (max-device-height: 768px) {
    /* Styles */
    #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;
        line-height: 1em;
                font-size: 0.9em;

    }
    span.swappableElement{
        height: 2.9em;
        line-height: 2.9em;
    }
}