/*Main content elements*/


#questionTxt {
	background: #1b75bc;
	color: #FFF;
	display: table-cell;
	vertical-align: middle;
	height: 55px;
	box-sizing: border-box;
	padding: 0 10px;
}

.textImageShadow {
	position: relative;
	height: 100%;
	width: 100%;
}

.clearFix {
	clear: both;
}

.rhtColumn .dropWrap:last-child {
	margin: 0;
}

#dndContentHolder {
	background: #fff;
	width: 815px;
	height: 468px;
	position: relative;
	top: 0;
    left: 50%;
    transform: translate(-50%, 10px);
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.3);
}

.contentwrapper {
	position: relative;
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
}

/* Drag - Drop */
.clear{
	clear:both;
}
.tempFeedback{
	display: none;
}

.dragDropWrap {
	overflow: hidden;
    position: relative;
}
.dragDropWrap .innerContent{
	position:relative;
}
.lftColumn {
	position: relative;
	margin: 10px 0px 0px 0;
}
.lftColumn .info, .dragItem {
	width: 114px;
	height: 100px;
	float: left;
	position: relative;
	border: solid 2px #04a39f;
	background: #edebeb;
	box-sizing: border-box;
}

.dragItemHolder {
	position: relative;
	width: 114px;
	height: 100px;
	float: left;
	/* margin: 0 14px 0 0; */
}

.ui-draggable-dragging {
	margin: 2px 5px 2px 5px;
}
#dragHolder .dragItemHolder:last-child {
	margin: 0;
}
.opacity{
	opacity:0.3;
	filter :alpha(opacity=40) !important;
}


.dragItem.ui-draggable{
	cursor: move;	
}
.dragItem.ui-draggable:focus{
	outline: 1px solid yellow;
}

.dragItem img{
	width:auto;
}
.dragItem .textStripe{
	display:table;
	width:100%;
	height:38px;
	padding:0;
	position:absolute;
	bottom:0;
	left:0;
}
.dragItem .textStripe span {
	display: table-cell;
	width: 100%;
	height: 38px;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	padding: 0 10px;
	background: #04a39f;
}

#instructionTxt {
	color: #df4e51;
	margin: 15px 0 15px 0;
}

.rhtColumn .dropWrap {
	width: 373px;
	min-height: 132px;
	margin: 0px 4px 0px 0;
	border: solid 1px #bcbec0;
	background: #e6e7e8;
	float: left;
}

.dropWrap .title {
	color: #FFF;
	text-align: center;
	background: #bcbec0;
	box-sizing: border-box;
	height: 27px;
	padding: 5px 0 0 0;
	font-weight: bold;
}

/* .dropWrap .dragItem.correct{
	border:1px solid #8dc63f;
}
.dropWrap .dragItem.incorrect{
	border:1px solid #b5101c;
} */
.dragDropWrap .submitBtn {
	margin: 15px 0 0 0;
}
.dragDropWrap .submitBtn input{
	margin:0 !important;
}
#buttonReset {
	margin-left: 10px;
}
#solutionBtn {
	display: none;
	margin-right: 10px;
}
#dndFeedbackContent .titleTxt {
	cursor: default;
	border-bottom: 1px solid #ddd;
	color: #51585a;
	padding: 15px 0px 15px 10px;
	margin: 0 0 8px 0;
	font-weight: bold;
}
.popupClose {
    background: url(../../images/nav_buttons3.png) no-repeat 0 0;
    cursor: pointer;
    position: absolute;
    right: 19px;
    top: 12px;
    cursor: pointer;
    float: right;
    font-size: 0px;
    height: 29px;
    width: 29px;
    transition: all 0.7s ease 0s;
    background-position: -1388px -36px;
}

/* .popupClose:focus {
	right: 29px;
    top: 9px;

} */
/* .popupClose:hover {
	transform: rotate(6.28rad);
	transition-delay: 0s;
	transition-duration: 0.7s;
	transition-property: all;
	transition-timing-function: ease;
} */
.feedbackWrap {
    display: none;
    width: 758px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgb(26, 117, 188);
    z-index: 10;
    height: 410px;
}



#feedbackHeader{
	background: rgb(26, 117, 188); 
	/* margin: 0px 0px 10px;  */
	padding: 20px 0px 20px 10px; 
	color: #FFF; 
	font-weight: bold;
	border-bottom: 1px solid #bcbec0;
	cursor: move;
}

#feedbackHeader span{
	font-weight: bold;
}

.feedbackWrap .contentSec {
    height: 330px;
    overflow-y: scroll;
}

.feedbackWrap .row {
	overflow: hidden;
	/* padding:10px; */
	margin: 0 0 12px;
	color: #51585a;
	border-bottom: solid 1px #bcbec0;
	display: flex;
	align-items: center;
}
.feedbackWrap .row:last-child{
	margin:0;
	border:none;
}
.feedbackWrap .row .imgBlock{
	float: left;
}
.feedbackWrap .row .imgBlock img{
	width:63px;
	height:63px;
	margin:3px 8px 0;
	border:solid 1px #767676;
}
.feedbackWrap .row .txtBlock {
	padding:10px;
}
.feedbackWrap .row .txtBlock .ttl {
    color: #fff;
    font-weight: bold;
}

.feedbackWrap .feedbackTxt{
	color: #FFF;
}

.tempFeedback{
	display:none !important;
}
.dragItem,
.dragItem.disabled{
	cursor: default;	
	    margin-bottom: 5px;
}
/* iPads (portrait) */
@media screen and (max-width:768px) and (orientation:portrait){}
