/* The Book of Job
--------------------------------------------------
*/

.draggable {
       background-color: #663399;
    margin: 0.5rem 0.5rem 0 0.5rem;
    padding: 0.5rem;
    color: #FFF;
    font-family: Arial, sans-serif;
    font-size: 2rem;
    line-height: 2.4rem;
    display: inline-block;
    padding: 0.5rem;
    cursor: pointer;
    width: 90%;
    text-align: center;
    min-height: 45px;
    max-width: 600px;
    border-radius: 6px;
    border: 1px dotted #fff;
    z-index: 2;
}
.dropZone {
    /* border: 1px dashed #1c4c85; */
    margin: 1%;
    margin-bottom: 2rem;
    font-family: Arial, sans-serif;
    font-size: 1.5rem;
    color: #9A12B3;
    text-align: center;
    background-color: rgba(29, 78, 137, 0.15);
    width: 46%;
    max-width: 340px;
    height: 50%;
    min-height: 250px;
	padding: 10px;
}
.dropZone .draggable {
    background-color: #663399;
    margin: 0.5rem 0.5rem 0 0.5rem;
    padding: 0.5rem;
    color: #FFF;
    font-family: Arial, sans-serif;
    font-size: 1.2rem;
    line-height: 1.4rem;
    display: inline-block;
    padding: 0.5rem;
    cursor: pointer;
    width: 90%;
    text-align: center;
    min-height: 45px;
    max-width: 600px;
    border-radius: 6px;
    border: 1px dotted #fff;
    z-index: 2;
}
.dropZone h1 {
    background-color: rgba(255,255,255,0.5);
    border-radius: 5px;
}


.modal-content {padding: 0px; border-radius: 5px;}
.modal-header-extension {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #9A12B3;
}

#checkCorrect
{
	margin-top: 20px;
}

.modal-body p
{
	line-height: normal;
}

sup {
    top: 0em;
    padding: 0px;
}

p {
	line-height:0px;
}

span.draggable.ui-draggable.ui-draggable-handle {
    width: 100%!important;
    height: auto!important;
}

#checkCorrect {
    font-size: large;
    font-weight: 700;
}
/* Tablet */
@media(min-width: 768px){
.dropZone {
width: 30%;}
}

/* Desktop */
@media(min-width:992px){

.dropZone {
width: 30%;}
}

/* Large Desktop */
@media(min-width:1200px){

.dropZone {
width: 46%;}

}