/* 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;
    padding: 10px 40px;
    margin-top:0;
    min-height:12em;
}

.ui-droppable { 
    height: auto;
    cursor: move;
    color: #fff;
    list-style: none;
    position: relative;
    margin-bottom: 0.2em;
    font-size: 1.1em;
    line-height: 1.3em;
   
}
 #activity{
    font-size: 1.1em;
    line-height: 1.3em;
} 

.swappableElement {
    height:2em;
    /* padding: 0.8em 0; */
    background: rgba(238, 186, 29, 0.5);
    border: 1px solid rgba(47, 48, 133, .8);
    color:#000;
    border-radius: 2px;
    box-shadow: none;
    text-align: center;
    /*z-index: 5;*/
    padding: 5px;
    margin:5px;
}


.ui-draggable.being-dragged {
    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);
}

.listHolder{
  padding-bottom:20px;
  background-color: #f1dba5;
  border: 1px solid #fff;
  border-radius: 7px;
  position: relative;
}

.listHolder h4{
   padding:10px 0 10px 30px;
   margin:10px;
   font-size:1.3em;
}

/* ------- Media queries ------- */

/* Tablet */
@media(min-width: 768px){
    
    hr {
        margin-bottom: 25px;
        margin-top: 25px;
    }
  
    #activity {
        font-size: 1.1em;
        line-height: 1.3em;
    }
    
    p.lead {
        font-size: 1.1em;
        line-height: 1.3em;
        margin: 0;
    }
    
    #totalCorrectHolder{
        font-size: 1.2em;
        padding-bottom: 5px;
        margin-bottom: 25px;
        margin-top: 25px;
        min-height: 2.5em;
    }
        
}

/* Desktop */
@media(min-width:992px){
     p.lead {
        font-size: 1.2em;
        line-height: 1.3em;
        margin: 0;
    }
    
    .white-box {
        top: -7em;
    }

    hr {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    
      #activity {
        font-size: 1em;
        line-height: 1.1em;
    }
    
    #totalCorrectHolder{
        font-size: 1.2em;
        padding-bottom: 5px;
        margin-bottom: 10px;
        margin-top: 15px;
        min-height: 2.5em;
    }
    
    .listHolder h4 {
        padding: 5px 0 5px 32px;
        margin: 10px 10px 0 10px;
        font-size: 1.3em;
    }

}


/* Large Desktop */
@media(min-width:1200px){
      p.lead {
        font-size: 1.3em;
        line-height: 1.4em;
    }
    
    .white-box {
        top: -7em;
    }

    hr {
        margin-bottom: 15px;
        margin-top: 15px;
    }
    
    
    #totalCorrectHolder{
        font-size: 1.2em;
        padding-bottom: 5px;
        margin-bottom: 10px;
        margin-top: 15px;
        min-height: 2.5em;
    }
    
    .listHolder{
        padding-bottom:10px;
    }
    
    .listHolder h4 {
        padding: 5px 0 0 32px;
        margin: 10px 10px 0 10px;
        font-size: 1.3em;
    }
}



/* ----------- Print ----------- */

@media print {
    
    li.ui-droppable, #order li{
       border: 1px solid;
       height:150px !important;
       margin: 20px auto;
       padding: 20px;
       font-size:20pt;
       line-height:22pt;
    } 
    
    span.ui-draggable, span.swappableElement, span.ui-draggable-handle{
     height:150px !important;
     border:0;
     text-align:center;
     font-size:20pt;
     line-height:22pt;
     right: auto;
     top: auto;
    }

}