/* Custom DRAG AND DROP css
--------------------------------------------------
MID GREY    #999999
LIGHT GREY  #E6E6E6
DARK GREEN  #4f959b
MID GREEN   #1E825E
LIGHT GREEN #2EC88B
LIGHT BLUE  #38C0CB
RED         #C8374E
ORANGE      #CB4938


 */

ul
{
    list-style-type: none;
}
#activityFeedback{
    margin-top: 1em;
}
.dragHolder{
    text-align: center;
}


#order li,
.ui-droppable
{
    font-size: 1.2em;
    /* padding: 0.8em; */
    height: 3em;
    /* HEIGHT: auto; */
    margin-bottom: .2em;
}

#selectableStatements{
    display: none;
    min-height: 67px;
    padding: 0;
    margin-top: 2em;
}

.ui-sortable li {
    display: none;
    font-size: 1.2em;
    position: relative;
    list-style: none;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 7px;
    background-color: #1A5480;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 45px;
    max-width: 600px;
    cursor: move;
    text-align: center;
    color: #fff;
    border-radius: 7px;
    padding: 0.5em;
    margin-bottom: 0.5em;
}

.dragColumn.ui-sortable li{
    font-size: 0.9em;
}

#order li {
    line-height: 1.5em;
    padding-left: .5em;
    color: #000;
    border: 1px solid #4f959b;
    background-color: #fff;
}

.ui-sortable-helper
{
    z-index: 6;

    background: #3f777c;
    -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);
}

.dragColumn
{
    /* font-size: 1.1em; */
    background-color: rgba(29, 78, 137, 0.15);
    min-height: 15em;
    margin-top: 0;
    text-align: center;
    color: white;
    border: 1px dashed #541D5F; 
    padding: 0.4em;
    position: relative;
}

.one.dragColumn {
    background: url(../../images/suffering/omnibenevolent.jpg) no-repeat center center;
    background-size: 94% 94%;
}

.two.dragColumn {
    background: url(../../images/suffering/omnipotent.jpg) no-repeat center center;
    background-size: 94% 94%;
}

.three.dragColumn {
    background: url(../../images/suffering/omnipresent.jpg) no-repeat center center;
    background-size: 94% 94%;
}

.four.dragColumn {
    background: url(../../images/suffering/omniscient.jpg) no-repeat center center;
    background-size: 94% 94%;
}


/* ----------- 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;
    }
}
