/*new quiz styles*/
.the-question label {
	border: 1px solid #d8d8d8;
	padding: 23px 50px 23px 55px;
	margin-right: -5px;
	background: #fff url(../images/structural/q-bgr.png) repeat-x 0 0;
	/*push in*/
	margin-left: 8px;
	width: 560px;
}
.scenario-excercise-1 .the-question label {
	padding: 15px 30px 15px 50px;
	width: 365px;
}
.scenario-excercise-1 .the-question div {
	margin-left: -30px;
	padding: 0 0 20px 235px;
	width: 460px;
	background: url(../images/black-magic-woman.png) no-repeat 0 5px;
}
.the-question label.tooltip {
	padding: 18px 50px 18px 55px;
	/*push in*/
	margin-left: 6px;
	width: 567px;
}
.the-question label.active,
.the-question label:hover {
	color: #fff;
	border: 1px solid #a450a8;
	background: #a752ab url(../images/structural/q-bgr-active.png) repeat-x 0 0;
}
.the-question label.wrong,
.the-question label.wrong:hover {
	border: 1px solid #d8d8d8;
	background: #fff url(../images/structural/q-bgr.png) repeat-x 0 0;
	color: #999;
}
.the-question label input[type='radio'] {
	z-index: 1;
	top: 50%;
	left: 9px;
	margin-top: -8px;
}
.abc {
	position: absolute;
	z-index: 2;
	top: 50%;
	margin-top: -29px;
	left: -5px;
	width: 48px;
	height: 57px;
	line-height: 57px;
	text-align: center;
	color: #fff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 24px;
	background: url(../images/structural/abc-bgr.png) no-repeat 0 0;
}
.the-question label.tooltip .abc {
	position: absolute;
	z-index: 2;
	top: 50%;
	margin-top: -19px;
	left: -5px;
	width: 40px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 24px;
	background: url(../images/structural/abc-tooltip-bgr.png) no-repeat 0 0;
}
.the-question label.active .abc,
.the-question label:hover .abc {
	background-position: 0 -57px;
}
.the-question label.wrong .abc,
.the-question label.wrong:hover .abc {
	background-position: 0 0;
}
.the-question label.tooltip.active .abc,
.the-question label.tooltip:hover .abc {
	background-position: 0 -38px;
}
.video-wrap {
	float: left;
	display: inline;
	width: 296px;
	height: 196px;
	margin: 0 27px 10px 0;
}
.question {
	font-weight: bold;
	cursor: default;
}
.quiz-intro,
.question-intro {
	cursor: default;
}
.right-col .question-note {
	padding-bottom: 10px;
	font-size: 13px;
}
.strong   {font-weight: bold;}

.info {
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -11px;
}
.tooltip-popup {
	display: none;
	position: absolute;
	z-index: 3;
	bottom: 6px;
	right: 42px;
	padding: 20px 25px;
	width: 430px;
	border: 1px solid #eaab67;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background:  #f7e8d7;
}
.info:hover .tooltip-popup {
	display: block;
}

.the-question label:hover .tooltip-popup {color: #000;}

.popup-incorrect {
	margin-top: -55px;
	padding: 40px 20px 0 20px;
	width: 361px;
	height: 89px;
	background: url(../images/structural/popup-incorrect.png) no-repeat 0 0;
}
.popup-ci .bt-again,
.popup-ci .bt-skip,
.popup-ci .bt-correct,
.popup-ci .bt-play,
.popup-ci .bt-next {
	float: left;
	display: inline;
	width: 126px;
	padding-left: 54px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 52px;
	background: transparent url(../images/structural/incorrect-ico-2.png) no-repeat center left;
}
.popup-ci .bt-again:hover,
.popup-ci .bt-skip:hover,
.popup-ci .bt-next:hover {
	color: #000;
}
.popup-ci .bt-skip,
.popup-ci .bt-next {
	text-align: right;
	padding: 0 54px 0 0;
	background: transparent url(../images/structural/skip-ico-2.png) no-repeat center right;
}
.popup-ci {
	left: 146px;
}
.popup-correct {
	margin-top: -130px;
	padding: 77px 25px 25px 25px;
	width: 351px;
	height: 204px;
	background: url(../images/structural/popup-correct.png) no-repeat 0 0;
}
.popup-correct.no-txt {
	margin-top: -20px;
	padding: 25px;
	width: 351px;
	height: 36px;
	background: url(../images/structural/popup-correct-no-text.png) no-repeat 0 0;
}
.popup-ci .bt-correct {
	position: absolute;
	top: 17px;
	left: 18px;
	width: 84px;
	background: transparent url(../images/structural/correct-ico-2.png) no-repeat center left;
}
.popup-ci .bt-play {
	display: block;
	position: absolute;
	top: 25px;
	left: 188px;
	padding: 37px 0 0 0;
	width: 37px;
	height: 0;
	overflow: hidden;
	line-height: normal;
	background: transparent url(../images/structural/play-ico.png) no-repeat 0 0;
}
.popup-ci .bt-play:hover {
	background-position: 0 -37px;
}
.scenario-excercise-1 .bt-play {
	display: none;
}
.popup-correct.no-txt .bt-play,
.popup-correct.no-txt .popup-desc {
	display: none;
}

.popup-ci .bt-play:hover {
	cursor: pointer;
}
.popup-ci .bt-next {
	position: absolute;
	top: 17px;
	left: 267px;
	width: 60px;
	background: transparent url(../images/structural/next-ico.png) no-repeat center right;
}
.popup-ci .popup-desc {
	padding: 20px 35px 0 15px;
	width: 301px;
	height: 184px;
	overflow-y: scroll;
}
.the-question {
	/*height: 395px;*/
	padding-bottom: 20px;
}
.resource-heading {
	display: block;
	background: transparent url(../images/structural/resources-heading-bgr.png) repeat-x 0 0;
}
.resource-heading .hidden-content {
	display: none;
}
.resource-heading .hidden-content p {
	padding-bottom: 20px;
}
.resource-heading h4 {
	display: block;
	position: relative;
	font-size: 24px;
	color: #f16b00;
	text-transform: none;
	padding: 20px 5px 20px 33px;
	cursor: pointer;
}
.resource-heading h4 .expand-colapse-ico {
	display: block;
	position: absolute;
	top: 26px;
	left: 7px;
	padding-top: 20px;
	width: 20px;
	height: 0;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/structural/expand-collapse.png) no-repeat 0 0;
}
.expanded-resource .hidden-content {
	display: block;
}
.expanded-resource h4 .expand-colapse-ico {
	background-position: 0 -20px;
}
.download-pdf {
	padding-bottom: 24px;
	font-size: 15px;
}
a.pdf-doc {
	text-decoration: none;
	padding: 20px 0 20px 66px;
	display: inline-block;
	background: url(../images/structural/pdf-big.png) no-repeat center left;
}

/*match principles*/
.drag-drop-info {
	padding-bottom: 10px;
}
.draggable-items {
	float: left;
	width: 447px;
	margin-left: -12px;
	margin-right: -18px;
}
.droppable-items {
	float: left;
	width: 251px;
	margin: 0 -1px 0 -5px;
}
.draggable {
	padding: 8px 24px 10px 26px;
	margin-bottom: 10px;
	width: 397px;
	height: 48px;
	background: url(../images/structural/draggable-bgr.png) no-repeat 0 0;
}
.draggable.matched-items {
	background: url(../images/structural/draggable-correct-bgr.png) no-repeat 0 0;
}
.draggable p {
	padding-bottom: 0;
	color: #fff;
	font-size: 13px;
	line-height: normal;
}
.droppable p {
	padding-bottom: 0;
	font-size: 13px;
	line-height: normal;
}
.droppable {
	padding: 15px 30px 09px 20px;
	margin-bottom: 10px;
	width: 201px;
	height: 42px;
	background: url(../images/structural/droppable-bgr.png) no-repeat 0 0;
	font-weight: bold;
}
.droppable.matched-items {
	color: #fff;
	background: url(../images/structural/droppable-correct-bgr.png) no-repeat 0 0;
}
.three-lines {
	padding: 9px 30px 15px 20px;
}
.drag-message {
	font-size: 18px;
	margin-top: -2px;
}
.drop-hover {
	color: #eb5710;
	background: url(../images/structural/droppable-hover-bgr.png) no-repeat 0 0;
}
.drag-message {
	position: relative;
	float: right;
	margin-right: 12px;
	color: #f00;
}
.frame-479 .drag-message {
	top: 10px;
	right: 10px;
}
.drag-message .correct {
	color: #72ab0e;
}
.drag-message .incorrect {
	color: #eb5f23;
}
.drag-message .start-over-matching {
	position: absolute;
	top: -40px;
	right: 3px;
	text-decoration: none;
}
.right-col #jp_container_1 div.jp-playlist li {
	padding: 5px 0 4px 20px;
	border-bottom: 1px solid #eee;
}
.right-col #jp_container_1 div.jp-playlist li:last-child {
	padding: 5px 0 5px 20px;
	border-bottom: none;
}
.right-col #jp_container_1 div.jp-playlist li.jp-playlist-current {
	list-style-type: square;
	list-style-position: inside;
	padding-left: 8px;
}
.right-col #jp_container_1 div.jp-playlist a {
	color: #333;
	text-decoration: none;
}
.right-col #jp_container_1 div.jp-playlist a:hover {
	color: #f48c07;
}
.jp_enabled {
	display: none;
	position: absolute;
	right: 0;
	z-index: 1000;
}
