/* Drag N Drop V2 */

.clear {
	clear: both;
}

/* .dragDropWrap{
	max-width:100%;
    min-height: auto;	
	margin:0 auto;
	padding:0;
	position:relative;
} */

.dragDropWrap .innerContent {
	margin: 0 20px;
	position: relative;
}

.lftColumn {
	float: left;
	width: 306px;
	min-height: 459px;
	padding: 8px 8px 0;
	background: url(assets/images/lft_col_bg.png) repeat 0 0;
}

.lftColumn .info, .dragItem {
	float: left;
	width: 135px;
	height: 135px;
	position: relative;
	border: solid 1px #949494;
	background: #edebeb;
	border: 0;
}

.dragItem {
	cursor: default;
}

.dragItem.ui-draggable, .dropItem .dragItem {
	cursor: move;
}

.dropItem.doppedComplete .dragItem.ui-draggable-disabled {
	cursor: default;
}

.lftColumn .info {
	display: table;
	width: 114px;
	padding: 0 8px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: solid 5px #e4801b;
}

.lftColumn .info span {
	display: table-cell;
	height: 135px;
	font: normal 15px/18px Arial;
	color: #004e96;
	vertical-align: middle;
}

.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;
	font: 14px/14px Arial;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	padding: 0 10px;
	background: #008da8;
}

.opacity {
	opacity: 0.3;
	filter: alpha(opacity=40) !important;
}

.rhtColumn {
	float: right;
	min-height: 459px;
	padding: 0 8px;
	background: url(assets/images/rht_col_bg.png) repeat 0 0;
}

.rhtColumn .dropWrap {
	float: left;
	width: 172px;
	min-height: 479px;
	margin: 8px;
	border: solid 1px #a2a2a2;
	background: #FFF;
}

.dropWrap .title {
	font: bold 14px/24px Arial;
	color: #FFF;
	text-align: center;
	background: #333;
}

.dropWrap .dragItem {
	float: none;
	margin: 8px auto 0;
	border: solid 3px transparent;
}

.dropWrap .dragItem.correct {
	border-color: #8dc63f;
}

.dropWrap .dragItem.incorrect {
	border-color: #b5101c;
}

.dnd_v2Holder .submitBtn {
	float: left;
	margin-right: 10px;
}

.dnd_v2Holder .resetBtn {
	float: left;
	/*   margin-right: 3px; */
}

.dragDropWrap .resetBtn input {
	margin: 0 !important;
}

.dragDropWrap .submitBtn input {
	margin: 0 !important;
}

.DNDclose {
	cursor: pointer;
	font-size: 0;
	float: right;
	width: 36px;
	height: 35px;
	position: absolute;
	right: 10px;
	top: 0;
	background: url("../../../assets/images/popup_buttons.png") no-repeat -16px -76px;
}

/* .popupClose{
	top: 9px !important;
    right: 8px !important;
} */

.DNDclose:hover {
	background-position: -16px -112px;
}

.disabled:hover {
	background-position: -16px -148px;
}

.feedbackWrap {
	background: none repeat scroll 0 0 hsl(0, 0%, 20%);
	height: auto;
	left: 0;
	position: absolute;
	top: 0;
	width: 327px;
	overflow: hidden;
	display: none;
}

.feedbackWrap .contentSec {
	height: 307px;
	margin: 35px 0 10px;
	overflow: auto;
}

.feedbackWrap .row {
	border-bottom: 1px solid #D17C1F;
	color: #FFFFFF;
	margin: 0 0 12px;
	overflow: hidden;
	padding: 0 0 12px;
}

.feedbackWrap .row .imgBlock {
	float: left;
}

.feedbackWrap .row .txtBlock {
	padding: 0 8px 0 81px;
}

.feedbackWrap .row .txtBlock .ttl {
	color: #D17C1F;
	font: bold 14px Arial;
	padding: 0 0 8px;
}

.feedbackWrap .row .txtBlock .feedbackTxt {
	font: 13px Arial;
}

.feedbackWrap .row:last-child {
	margin: 0;
	border: none;
}

.tempDragOption, .tempFeedback {
	display: none;
}

.disabled {
	cursor: default;
}

.dnd_v2_dropContent {
	width: 28%;
	max-width: 48%;
	min-height: 309px;
	background: #cfcfcf;
	/*position: absolute;
	right: 0;
	top: 100px;*/
	float: right;
}

.dnd_v2_correct {
	background-color: green !important;
}

.dnd_v2_incorrect {
	background-color: red !important;
}

.dnd_v2_dragContent {
	width: 28%;
	max-width: 48%;
	display: table;
	padding: 3px;
	/* position: absolute; */
	left: 300px;
	top: 100px;
}

.dnd_v2_dropContent .title {
	font: bold 16px/24px Arial;
	color: #FFF;
	text-align: left;
	margin: 10px 10px 0;
	padding: 13px 22px;
	background: #4e4e4d;
}

.dnd_v2Holder {
	height: 40px;
	margin-top: 13px;
	width: 100%;
}

.dnd_v2_dragContent .info {
	height: 50px;
	line-height: 50px;
	padding: 2px;
	color: #E4801B;
	font-style: italic;
	border-left: 5px solid #E4801B;
	background: none repeat scroll 0 0 #EDEBEB;
}

#instructionTxt>span {
	display: table-cell;
	padding-left: 0px;
	vertical-align: middle;
	font-size: 14px;
	line-height: 16px;
	padding-top: 9px;
}

/* #dnd_2Container #dnd_Content { }
#dnd_Content .dragItem:focus {
	outline: 1px solid yellow;
} */

#dnd_Content .dragItem {
	width: 100%!important;
	height: 39px;
	color: #fff;
	text-align: center;
	background: #04a39f;
	-moz-box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.5);
	box-sizing: border-box;
	/* display: table-cell; */
	vertical-align: middle;
	/*   padding: 11px; */
}

#dnd_Content .dragCloneItem {
	width: 100%;
	height: 39px;
	color: #fff;
	text-align: center;
	display: none;
	position: relative;
	background: #bcbec0;
	padding: 11px 0px;
	/* box-sizing: border-box; */
}

#dnd_Content .dropItem {
	height: 38px;
	text-align: center;
	width: 100%;
	border: 1px solid #bcbec0!important;
	background: #EDEBEB;
	border: 0;
	float: left;
}

/* .DND_OneToOne_correct{
	box-shadow: 0px 2px 3px 1px #008000 !important;
	-webkit-box-shadow: 0px 2px 3px 1px #008000 !important;
	-moz-box-shadow: 0px 2px 3px 1px #008000 !important;
	-o-box-shadow: 0px 2px 3px 1px #008000 !important;
	-ms-box-shadow: 0px 2px 3px 1px #008000 !important;	
	border:2px solid #008000;

}
.DND_OneToOne_incorrect{
	box-shadow: 0px 2px 3px 1px #FF0000 !important;
	-webkit-box-shadow: 0px 2px 3px 1px #FF0000 !important; 
	-moz-box-shadow: 0px 2px 3px 1px #FF0000 !important;
	-o-box-shadow: 0px 2px 3px 1px #FF0000 !important;
	-ms-box-shadow: 0px 2px 3px 1px #FF0000 !important;
	border:2px solid #FF0000;

} */

/* iPads (Landsacpe) */

@media screen and (max-device-width:1024px) and (orientation:landscape) {
	.dragDropWrap {
		margin: 15px auto;
		max-width: 806px;
		min-height: 364px;
	}
	.dnd_v2_dragContent {
		width: 368px;
		max-width: inherit;
		display: table;
		float: left;
		background: #CFCFCF;
		min-height: 325px;
	}
	.dnd_v2_dropContent {
		min-height: 318px;
		width: 397px;
		max-width: inherit;
	}
	.dnd_v2_dragContent .info {
		padding: 0;
		height: 58px;
		line-height: 58px;
	}
	.dnd_v2_dropContent .title {
		font: bold 14px/24px Arial;
		margin: 10px 10px 0;
		width: 332px;
	}
	.drag_wraper .dragItem {
		height: 65px;
		margin: 14px 0 0 12px;
		width: 162px;
		max-width: inherit;
	}
	.drag_wraper .dropItem {
		height: 65px;
		margin: 15px 0 0 21px;
		width: 162px;
		max-width: inherit;
	}
	.drag_wraper .dragCloneItem {
		height: 65px;
		margin: 14px 0 0 12px;
		width: 162px;
		max-width: inherit;
	}
	#dnd_2Container .drag_wraper {
		min-height: 255px;
	}
	.dnd_v2Holder {
		float: right !important;
	}
}

/* iPads (Portrait) */

@media screen and (max-device-width:768px) and (orientation:portrait) {
	.dragDropWrap {
		margin-right: 52px;
		max-width: 90%;
	}
	.dnd_v2_dragContent {
		width: 48.5%;
		max-width: inherit;
	}
	.dnd_v2_dragContent .info {
		padding: 0;
	}
	.dnd_v2_dropContent .title {
		font: bold 14px/24px Arial;
		margin: 10px 10px 0;
		width: 267px;
	}
	#dnd_2Container .drag_wraper {
		float: left;
		margin-bottom: 15px;
	}
	.drag_wraper .dropItem {
		height: 65px;
		width: 145px;
		margin: 15px 0 0 12px;
		max-width: inherit;
	}
	.drag_wraper .dragItem {
		height: 65px;
		width: 145px;
		margin: 15px 0 0 12px;
		max-width: inherit;
	}
	.drag_wraper .dragCloneItem {
		height: 65px;
		width: 145px;
		margin: 15px 0 0 12px;
		max-width: inherit;
	}
}

/*Note8 Lansacpe Orientation Start*/

@media screen and (max-device-width:1280px) and (max-device-height:800px) and (device-aspect-ratio:8/5) {
	.item {
		top: 0 !important;
	}
	.dragDropWrap {
		margin: 15px auto;
		max-width: 806px;
		min-height: 364px;
	}
	.dnd_v2_dragContent {
		width: 368px;
		display: table;
		float: left;
		background: #CFCFCF;
		min-height: 325px;
		max-width: inherit;
	}
	.dnd_v2_dropContent {
		min-height: 318px;
		width: 397px;
		max-width: inherit;
	}
	.dnd_v2_dragContent .info {
		padding: 0;
		height: 61px;
		line-height: 61px;
	}
	.dnd_v2_dropContent .title {
		height: 30px;
		margin: 10px 10px 0;
		/*width: 375px;*/
	}
	.drag_wraper .dragItem {
		height: 65px;
		margin: 14px 0 0 12px;
		width: 162px;
		max-width: inherit;
	}
	.drag_wraper .dropItem {
		height: 65px;
		margin: 15px 0 0 21px;
		width: 162px;
		max-width: inherit;
	}
	.drag_wraper .dragCloneItem {
		height: 65px;
		margin: 14px 0 0 12px;
		width: 162px;
		max-width: inherit;
	}
	#dnd_2Container .drag_wraper {
		min-height: 255px;
	}
	.dnd_v2Holder {
		float: right !important;
	}
}

/*Note8 Potrait Orientation Start*/

@media screen and (max-device-width:800px) and (max-device-height:1280px) and (device-aspect-ratio:5/8) {
	.item {
		top: 0 !important;
	}
	.dragDropWrap {
		margin: 8px auto 0;
		max-width: 422px;
		min-height: 585px;
	}
	.dnd_v2_dragContent {
		width: 422px;
		display: table;
		float: left;
		background: #CFCFCF;
		max-width: inherit;
	}
	.dnd_v2_dropContent {
		min-height: 318px;
		margin-top: 1px;
		width: 422px;
		max-width: inherit;
	}
	.dnd_v2_dragContent .info {
		padding: 0;
	}
	.dnd_v2_dropContent .title {
		height: 30px;
		margin: 10px 10px 0;
		/*width: 402px;*/
	}
	.drag_wraper .dragItem {
		height: 60px;
		margin: 16px 0 0 24px;
		width: 173px;
		max-width: inherit;
	}
	.drag_wraper .dropItem {
		height: 60px;
		margin: 15px 0 0 25px;
		width: 173px;
		max-width: inherit;
	}
	.drag_wraper .dragCloneItem {
		height: 60px;
		margin: 16px 0 0 25px;
		width: 173px;
		max-width: inherit;
	}
	#dnd_2Container .drag_wraper {
		float: left;
		margin-bottom: 30px;
		margin-top: 10px;
	}
	.dragDropWrap .submitBtn {
		bottom: 0;
		right: 0;
	}
}