/* 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


 */
#line{
    width: 2px;
    height: 439px;
    background-color: #1A5480;
/*    margin-left: 47%;*/
    margin-left: 51px;
    /* top: -5px; */
    position: relative;
}

.arrow-up {
    font-size: 22px;
    color: #1A5480;
    margin-left: 42px;
    position: relative;
    bottom: -3px;
}

.arrow-down {
    font-size: 22px;
    color: #1A5480;
    margin: 3px 0 10px 41px;
}

.arrow-up-label, .arrow-down-label {
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    position: absolute;    
    left: -90px;
    max-width: none;
}

.arrow-up-label {
    top: 5%;
}

.arrow-down-label {
    bottom: 5%;
}

/*#arrowUp {
    position: relative;
    top: 5px;
}
.arrowhead{
    width: 67px;
    height: 57px;
}*/

ul {
    list-style-type: none;
}

.text-content ul {
    list-style-type: disc;
}

#activityFeedback {
    margin-top: 1em;
}

#activityTitles h2 {
    text-align: center;
}

.ui-droppable {
    font-size: 1.2em;
    height: 3em;
    margin-bottom: .2em;
}

.ui-sortable li {
    position: relative;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 2em;
    list-style: none;
    cursor: move;
    /* text-align: center; */
    color: #fff;
    border: 1px solid #fff;
    border-radius: 7px;
    border-radius: 7px;
/*    background: #4f959b;*/
/*    background-color: #066688;*/
    background-color: #1A5480;
    margin-bottom: 7px;
    padding: 8px;
}

.ui-sortable li h2 {
    font-size: 27px;
    display: inline-block;
    padding-left: 20px;
    margin-top: 10px;
}

.ui-sortable.ui-sortable--sm li h2 {
    font-size: 22px;
}

.ui-sortable li img {
    display: inline-block;
    height: 100%;
    /* width: 102px; */
    border-radius: 100%;
}

.ui-sortable li .glyphicon {
    margin-right: 12px;
    font-size: 80%;
}

.ui-sortable.ui-sortable--sm li {
    padding: 2px;
}

.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);
}

#text-container {
    display: none;
    padding: 10px;
    border: 1px solid #247b82;
    color: #2c7eaa;
    background-color: #dedede;
/*    background-color: rgba(222, 222, 222, 0.6);*/
    background-color: rgba(256, 256, 256, 0.6);
}

#text-container h2 {
    margin-top: 5px;
}

.text-content {
    display: none;
}

.reveal-modal-lg {
    cursor: move;
}



/* ----------- 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 */
    .arrow-up-label, .arrow-down-label {
        display: none;
    }
}

/* ----------- match bootstrap media queries----------- */
@media (max-width: 768px){

    .arrow-up-label, .arrow-down-label {
        display: none;
    }

    #line{
        margin-left: 11px;
    }

    .arrow-up {
        margin-left: 2px;
    }

    .arrow-down {
        margin: 3px 0 10px 1px;
    }

}


/* ----------- 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;
    }

    .arrow-up-label, .arrow-down-label {
        display: none;
    }
}
