
body {
    background: url(../../images/GettyImages-172694575.jpg) no-repeat center center fixed;
}

#activityFeedback{
    margin-top: 1em;
}


.dropZone h5 {
    font-size:medium;
    font-weight: 600;
    min-height: 15px;
    width: 100%;
    padding: 5px;
}

#selectableStatements {
    height: 60px;
    text-align: center;
    margin-top: 30px;
}

.draggable
{
    background-color: #524c4c;
    margin: 0.5rem 0.5rem 0 0.5rem;
    padding: 1rem 0.5rem;
    color: #FFF;
    font-size: medium;
    line-height: 1.6rem;
    display: inline-block;
    cursor: pointer;
    width: 98%!important;
    text-align: center;
    display: none;
    min-height: 40px;
    max-width: 480px;
    border-radius: 7px;
    border: 1px solid #fff;
    z-index: 2;
}

.dropZone
{
    /* font-size: 1.1em; */
    min-height: 20em;
    margin-top: 0;
    margin-bottom:30px;
    text-align: center;
    color: #333;
    border: 1px dashed #423434; 
    padding-left: 0;
    padding-bottom:10px;
    background-color: rgba(29, 78, 137, 0.15);
}

.dropZone .draggable {
    font-size: medium;
    line-height: 1.6rem;
    height: 100% !important;
    display: inline-block !important;
    width:95% !important;
    text-align:center;
    margin: 5px 0 0 5px;
    padding-top:10px;
    padding: 5px;
    z-index:1001;
}

.checkStatement{
    height:60px;
}

#totalCorrectHolder{
    margin:0;
}

h5.titlebox {
    color: #333 !important;
}

/* ----------- 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 */
    .dragHolder h3{
    height: 2em;
}


}


/* ----------- iPhone 5 ----------- */

@media only screen and (max-device-width: 568px) and (max-device-height: 320px)
{
    /* Styles */
    #activitySortableList,
    #order
    {
        width: 50%;
    }
    #order li,
    .ui-droppable
    {
        font-size: .9em;
        line-height: 1em;

        height: 3em;
    }
    span.swappableElement
    {
        line-height: 2.9em;
        height: 2.9em;
    }
}


@media print {


}