

/*********************************** COMMON BUTTONS ****************************************/
/********************************************************************************************/
.multimediaBtn{
	background-image: url(../framework_images/submit_btn_icon.png);
	background-position: 90% center;
	background-repeat: no-repeat;
	color: #FFF;
	background-color: #323949;
	width: 190px;
	font-size: 16px;
	text-align: left;
	padding: 7px 16px;
	border: 1px solid #FEFEFE;
	box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	margin: 5px auto;
}

.multimediaBtn.smallBtn{
	width: 120px;
}

.multimediaBtn:hover{
	color:#dadada;
}

body.touch_device .multimediaBtn:hover{
	color: #FFF;
}

.scormBtn{
	color: #fff;
	min-width: 80px;
	margin-left:10px;
	margin-right:10px;
	float: left;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	padding: 10px 10px;
	border-radius: 5px;
	cursor: pointer;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.3);
	border: 1px solid #fefefe;
	background: #DDB508;
}

.scormBtn:hover{
	background: #AA9B5D;
}



/* CLOSE POPUP */
.exit{
	position: absolute;
	left: 100%;
	margin-left: -30px;
	width:22px;
	height: 22px;
	cursor: pointer;
	background-image: url(../framework_images/Close-x_a.jpg);
	background-position:right center;
	background-repeat:no-repeat;
}

.exit img{
	float: right;
	margin-top: 0px;
	margin-left: 0px;
}

.exit:hover{
	background-image: url(../framework_images/Close-x_b.jpg);
	color: #ffc120;
}

/* STANDARD GREEN BUTTON */
.greenBtn{
	display: inline-block;
	color: #fff;
	background-color: #6ddd35;
	min-width: 200px;
	min-height: 30px;
	text-align: center;
	margin-bottom:10px;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	padding: 10px;
	border-radius: 5px;
	cursor: pointer;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.3);
	border: 1px solid #fefefe;
}

.greenBtn:hover {
	background-color: #ffc120;
}

/* EXAM SUMMARY BUTTONS */
.summaryBtn{
	display: inline-block;
	background-color: #323949;
	min-width: 165px;
	max-width: 160px;
	min-height: 30px;
	text-align: left;
	margin-bottom: 10px;
	padding: 5px;
	padding-left: 12px;
	border: 1px solid #FFF;
	cursor: pointer;
}

.summaryBtn.print{
	background-image: url(../framework_images/summaryBtn_cert.png);
	background-position:140px center;
	background-repeat:no-repeat;

}

.summaryBtn.retry{
	background-image: url(../framework_images/summaryBtn_retry.png);
	background-position:130px center;
	background-repeat:no-repeat;
}

.greenBtn:hover {
	background-color: #ffc120;
}

/* LAUNCH VIDEO BUTTON */
.vidBtn{
	background-image: url(../framework_images/video_icon.png);
	background-position:10px center;
	background-repeat:no-repeat;
	display: inline-block;
	color: #fff;
	background-color: #6ddd35;
	min-width: 200px;
	min-height: 30px;
	text-align: center;
	margin-bottom:10px;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	padding: 10px;
	border-radius: 5px;
	cursor: pointer;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.3);
	border: 1px solid #fefefe;
}

.vidBtn:hover {
	background-color: #ffc120;
}

/* LAUNCH DOCUMENT BUTTON */
.docBtn{
	background-image: url(../framework_images/paperclip.png);
	background-position:10px center;
	background-repeat:no-repeat;
	display: inline-block;
	color: #fff;
	background-color: #6ddd35;
	min-width: 240px;
	min-height: 30px;
	text-align: center;
	margin-bottom:10px;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	padding: 10px;
	border-radius: 5px;
	cursor: pointer;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.3);
	border: 1px solid #fefefe;
}

.docBtn:hover {
	background-color: #ffc120;
}

/* TRANSCRIPT CLOSE BUTTON */
.transClose{
	background-image: url(../framework_images/transcript_close.png);
	background-position:0px center;
	background-repeat:no-repeat;
	display: inline-block;
	min-width: 30px;
	min-height: 30px;
	float: right;
	cursor: pointer;
}

.transClose:hover {
	background-image: url(../framework_images/transcript_close_over.png);
}



/*#transcript_Panel{
	height: 300px;
	width: 600px;
	border: 1px solid red;
}
*/

.videoFrame{
	border: solid 1px #c9cfcf;
	-webkit-box-shadow: 0px 5px 13px 5px rgba(201, 207, 207, 1);
	-moz-box-shadow: 0px 5px 13px 5px rgba(201, 207, 207, 1);
	box-shadow: 0px 5px 13px 3px rgba(201, 207, 207, 1);
	padding: 5px;
}
.videoFrame.videoLarge {
	width: 100%;
	max-width: 655px;
	margin-bottom: 15px;
}
.videoFrame.vimeo {
	position: relative; 
	padding-bottom: 37.25%;
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
}
.videoFrame.vimeo iframe, .videoFrame.vimeo object, .videoFrame.vimeo embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	padding: 5px 5px 4px 5px;
}


.imagePanel {
	height: 300px; 
	text-align:center;
	padding-top: 18px;
	margin: auto;
	min-width: 276px;
	font-size: 19px;
	color: #4b4b4b;
	background-repeat: no-repeat;
	background-position: center top; 		
}

.wide10{
	width: 10%
}

.wide20{
	width: 20%
}

.wide30{
	width: 30%
}

.wide40{
	width: 40%
}

.wide50{
	width: 50%
}

.wide60{
	width: 60%
}

.wide70{
	width: 70%
}

.wide80{
	width: 80%
}

.wide90{
	width: 90%
}

.wide100{
	width: 100%
}

/*
.commonBtn:not(.exit){
	display: inline-block;
	min-width: 200px;
	text-align: center;
	font-size: 16px;
	line-height: 20pt;
	padding: 7px 16px;
	border-radius: 5px;
	cursor: pointer;
	color: white;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.3);
	border: 1px solid #fefefe;
	background: #6ddd35; 
	
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzZkZGQzNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0YTlmNDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #6ddd35 1%, #4a9f40 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#6ddd35), color-stop(100%,#4a9f40)); 
	background: -webkit-linear-gradient(top,  #6ddd35 1%,#4a9f40 100%); 
	background: -o-linear-gradient(top,  #6ddd35 1%,#4a9f40 100%); 
	background: -ms-linear-gradient(top,  #6ddd35 1%,#4a9f40 100%); 
	background: linear-gradient(to bottom,  #6ddd35 1%,#4a9f40 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ddd35', endColorstr='#4a9f40',GradientType=0 );
	
	margin-bottom:20px;
}

.commonBtn:not(.exit):hover{
	background-color: rgb(255,197,120); 
	
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYzU3OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYjlkMjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,197,120,1) 0%, rgba(251,157,35,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,197,120,1)), color-stop(100%,rgba(251,157,35,1))); 
	background: -webkit-linear-gradient(top,  rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%); 
	background: -o-linear-gradient(top,  rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%); 
	background: -ms-linear-gradient(top,  rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%); 
	background: linear-gradient(to bottom,  rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%); 
	
	filter:none \0/IE9;
}

.commonBtn img{
	height: auto !important;
	width: auto !important;
	float: left;
	margin-top: -3px;
	margin-left: -5px;
}

.commonBtn.exit{
	width:70px;
	margin-top:2px;
	color: #54b948;
	text-align: left;
	padding-top: 1px;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	background-image: url(../framework_images/Close-x_a.jpg);
	background-position:right center;
	background-repeat:no-repeat;
	margin-left: auto;
	margin-right: 4px;
	height: 22px;
}

.commonBtn.exit img{
	float: right;
	margin-top: 0px;
	margin-left: 0px;
}

.commonBtn.exit:hover{
	background-image: url(../framework_images/Close-x_b.jpg) !important;
	color: #ffc120 !important;
}*/

.debug{
	border: 1px solid red;
}

#textHolder > div.popupTarget{
	max-width: 464px;
	margin: auto;
}

#wrapper {
	background-size:100% auto;
	background-repeat:no-repeat;
	-webkit-backface-visibility: hidden;
	overflow-x:hidden;
	overflow-y: hidden;
}

#textArea,.textArea {
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
}

#textArea.overlay,.textArea.overlay {
	background-color:rgba(241, 241, 241, 0.75);
}

#textArea img.textImage {
	width:80%;
	height:auto;
	max-width:400px;
}

#textArea img.textImage:hover {
	background:none !important;
}

#textArea.transition,.textArea.transition {
	background-color:#336888;
}

.transition{
	background-color:#336888;
}

.white{
	color:#fff !important;
}

.greenHeading{
	color:#54B948 !important;
}

#textArea.standard,.textArea.standard {
	background-color:white;
}

#textArea.standard p,.textArea.standard p {
	color:black;
}

.textArea.transition {
	background-color:rgba(51, 104, 136, 0.75);
	margin:5%;
}


#textArea.standard p.header,.textArea.standard p.header {
	color:#45b239 !important;
}

.header{
	color:#54b948;
	font-size:28px;
	line-height: 28px;
	font-weight:normal;
	margin-top: 0px;
	margin-bottom: 0px;
}

.header_text_1{
	color:#54b948;
	font-size:28px;
	line-height: 28px;
	font-weight:normal;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 24px;
	padding-top: 20px;
}

.bodyText{
	font-family: Arial, sans-serif;
	font-size: 15px;
	line-height: 17px;
	margin: 10px 0px;
}

.subheader{
	color:#FFFFFF;
	font-size:30px;
	line-height: 30px;
	font-weight:normal;
	margin-top: -20px;
	margin-bottom: 20px;
}

.subheader.dark{
	color:#353535 !important;
}

.subheader_small{
	font-family: Arial, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#353535;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom: 10px;
}

#picArea {
	overflow: hidden;
}

h2 {
	font-weight:normal;
	font-size:25pt;
	line-height:28pt;
}

h1 {
	font-size:50pt;
	font-weight:normal;
}


/*
.span8 img, .span12 img:not(.small_image) {
	width:100%;
}

.span12 img {
	height:auto !important;
}

.full-height {
	min-height: 100%;
}

.full-height img {
	height: 100%;
}

img.pull-right {
	margin-left:1%;
}*/

.pull-left {
	float:left;
}

.pull-right {
	float:right;
}

#videoWrapper {
    position: relative;
    padding-bottom: 54%; /* 16:9 */
    padding-top: 25px;
    height: 0;
	background-color:black;
	box-sizing:border-box;
	margin-bottom:40px;
}

#videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-color:black;
}

.floatingSlidePanel {
	background: rgba(250, 250, 250, 0.9) !important; 
	margin-top: 30px !important;  
	margin-left: 60px !important; 
	min-height: 0 !important; 
	font-size: 17px !important;
	line-height: 21px !important;
	padding: 20px !important;
	padding-top: 30px !important;
	width: 400px  !important;
}

.floatingSlidePanel ul {
	margin-top: 0px !important;
}

.floatingSlidePanel p {
	margin-bottom: 0px;
}

.floatingSlidePanel.twoColumnsSlide {
	width: 700px;
}

/* QUESTION STYLES */
/*
.wrapOptions {
	background-color:#cccccc;
	height:auto;
	overflow:auto;
}

#questionPanel {
	width:100% !important;
	z-index:99;
	position:static;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	padding: 0px;
}

.qMark{
	padding-left: 50px;
	padding-top: 24px;
	background-image: url(../framework_images/question_mark.png);
	background-position: 8px 20px;
	background-repeat: no-repeat;
}


#questionPanel div.optBox {
	background: transparent;
	background-color: transparent;
	padding: 0px 24px;
}

#questionPanel ol.optBox {
	padding-left: 50px;
	margin-top: 0px;
	padding: 0px 24px;
}

#questionPanel options_container{
	opacity: 0.75;
}


#questionPanel ol.optBox > *{
	opacity: 1;
}


#questionPanel div.optBox div.qOpt {
	background-image: url(../framework_images/arrow_unselected.png);
	background-position: 12px center;
	background-repeat: no-repeat;
	background-color: #E7AE1B !important;
	border-radius: 4px;
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
	margin-bottom: 8px;
	padding: 8px 40px;
	padding-right: 10px;
	font-size: 16px;
	color: #FFF;
	cursor: pointer;
}

#questionPanel div.optBox div.qOpt.tappedOpt {
	background-image: url(../framework_images/arrow_selected.png);
	background-color: #45B239 !important;
	background-position-y: center;
}*/

/*.options_container{
	margin-left: 5%;
	padding-right: 5%;
}*/

/*
#questionPanel div.optBox table {
	border-spacing:0px;
	width:auto;
	background-color: rgba(155,155,155,0.1);
}

#questionPanel div.optBox table thead tr {
	background: #6ddd35;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod�EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #6ddd35 1%, #4a9f40 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#6ddd35), color-stop(100%,#4a9f40));
	background: -webkit-linear-gradient(top, #6ddd35 1%,#4a9f40 100%);
	background: -o-linear-gradient(top, #6ddd35 1%,#4a9f40 100%);
	background: -ms-linear-gradient(top, #6ddd35 1%,#4a9f40 100%);
	background: linear-gradient(to bottom, #6ddd35 1%,#4a9f40 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ddd35', endColorstr='#4a9f40',GradientType=0 );
}

#questionPanel div.optBox table thead td {
	color:white;
	background: #6ddd35;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod�EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #6ddd35 1%, #4a9f40 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#6ddd35), color-stop(100%,#4a9f40));
	background: -webkit-linear-gradient(top, #6ddd35 1%,#4a9f40 100%);
	background: -o-linear-gradient(top, #6ddd35 1%,#4a9f40 100%);
	background: -ms-linear-gradient(top, #6ddd35 1%,#4a9f40 100%);
	background: linear-gradient(to bottom, #6ddd35 1%,#4a9f40 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ddd35', endColorstr='#4a9f40',GradientType=0 );
}

#questionPanel div.optBox table thead td:first-child {

}


.grid_table{
	border: 2px solid #fff;
}

#questionPanel div.optBox table tr td {
	text-align:center;
	width:10%;
	background-image: url(../framework_images/grid_option.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
	padding:10px;
	cursor:pointer;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}


#questionPanel div.optBox table tr td.grid_correct {
	border: 1px solid #367c2b !important;
}

#questionPanel div.optBox table tr td.grid_incorrect {
	border: 1px solid #c0362c !important;
}


#questionPanel div.optBox table tr td.selected {
	background-image: url(../framework_images/grid_option_selected.png);
}

#questionPanel div.optBox table tr td.correctOption {
	background-image: url(../framework_images/grid_correct.png);
	background-size:30px 30px;
}

#questionPanel div.optBox table tr td.incorrectOption {
	background-image: url(../framework_images/grid_incorrect.png);
	background-size:30px 30px;
}


#questionPanel div.optBox table tr td:first-child {
	text-align:left !important;
	width:auto;
	cursor:default;
}

#questionPanel div.optBox table thead tr td, #questionPanel div.optBox table tr td:first-child {
	background-image:none;
}*/

/* JULY 22 SEQUENCING */
/*
.seq_indicator{
	position: relative;
	top: -11px;
	float: right;
	border: 1px solid #ff0000;
}


#sortable {
	position:relative;
}


#questionPanel  div#sortable.optBox div.qOpt li.qOpt,
#questionPanel  ol#sortable.optBox li.qOpt,
li.qOpt.SEQ
 {
	background-image: url(../framework_images/q_opt_drag.png);
	cursor:s-resize;
	border:1px dashed #999999;
	background-color:rgba(255,255,255,0.4);
	background-position: 5px 6px;
	background-repeat:no-repeat;
	border-radius:6px;
	min-height: 30px;
	padding-left: 40px;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:5px;
	margin-bottom:5px;
	color: #000000;
}

div#sortable.optBox div.qOpt li.qOpt,
ol#sortable.optBox li.qOpt,
li.qOpt.SEQ
 {
	background-image: url(../framework_images/q_opt_drag.png);
	cursor:s-resize;
	border:1px dashed #999999;
	background-color:rgba(255,255,255,0.4);
	background-position: 5px 3px;
	background-repeat:no-repeat;
	border-radius:6px;
	min-height: 30px;
	padding-left: 40px;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:5px;
	margin-bottom:5px;
}


#questionPanel ol#sortable.optBox li.qOpt.correctOption {
	background-image: url(../framework_images/grid_correct.png);
	background-size:30px 30px;
	background-position:5px 6px;
}

#questionPanel ol#sortable.optBox li.qOpt.incorrectOption {
	background-image: url(../framework_images/grid_incorrect.png);
	background-size:30px 30px;
	background-position:5px 6px;
}

#questionPanel div.optBox p.qOpt.tappedOpt {
	background-image: url(../framework_images/q_arrow.png);
	background-color: #bbe3b6;
}*/




/* HOTSPOT STYLES */
/*
#tapAreas ol,#popupAreas ol {
	margin: 0px;
	padding: 0px;
	list-style:none;
}

#tapAreas ol li,#popupAreas ol li {
	padding:8pt 5pt;
	border-radius: 5pt;
	border-bottom: 1px solid #EDEDED;
	cursor: pointer;
	padding-left:20pt;
	background: #6cdd33; 
	
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzZjZGQzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0OTlmM2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #6cdd33 1%, #499f3c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#6cdd33), color-stop(100%,#499f3c)); 
	background: -webkit-linear-gradient(top,  #6cdd33 1%,#499f3c 100%); 
	background: -o-linear-gradient(top,  #6cdd33 1%,#499f3c 100%); 
	background: -ms-linear-gradient(top,  #6cdd33 1%,#499f3c 100%); 
	background: linear-gradient(to bottom,  #6cdd33 1%,#499f3c 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6cdd33', endColorstr='#499f3c',GradientType=0 );
	color:white;
	
	box-shadow:2px 2px 2px 2px rgba(0,0,0,0.3);	
}

#tapAreas ol li:hover {	
	color:#3A8627;
}
#tapAreas ol li:hover .hotspot_num{
	color: #3A8627;
}

.hotspot_padding{
	margin-left: 5%;
}

#popupAreas ol li {
	margin:10px;
	border-radius:10px;
}

#tapAreas ol li[class^="span"],#popupAreas ol li[class^="span"]{
	width:42.5% !important;
	float:left;
	display:inline-block;
	margin-top: 0.5%;
	margin-right: 5%;
	margin-bottom: 0.5%;
	height:30pt;
	padding-bottom:5px;
}


#tapAreas ol li.selected, #popupAreas ol li:hover, #popupAreas ol li.selected {
	background: #f1c706; 
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxYzcwNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjk5MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f1c706 0%, #ff9900 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1c706), color-stop(100%,#ff9900)); 
	background: -webkit-linear-gradient(top,  #f1c706 0%,#ff9900 100%); 
	background: -o-linear-gradient(top,  #f1c706 0%,#ff9900 100%); 
	background: -ms-linear-gradient(top,  #f1c706 0%,#ff9900 100%); 
	background: linear-gradient(to bottom,  #f1c706 0%,#ff9900 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1c706', endColorstr='#ff9900',GradientType=0 );

}



#tapAreas ol li.tappedOpt{
	color: #fff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxYzcwNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjk5MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f1c706 0%, #ff9900 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1c706), color-stop(100%,#ff9900)); 
	background: -webkit-linear-gradient(top,  #f1c706 0%,#ff9900 100%); 
	background: -o-linear-gradient(top,  #f1c706 0%,#ff9900 100%); 
	background: -ms-linear-gradient(top,  #f1c706 0%,#ff9900 100%); 
	background: linear-gradient(to bottom,  #f1c706 0%,#ff9900 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1c706', endColorstr='#ff9900',GradientType=0 );
	
}






.hotspot_num{
	color: white;
	font-weight:bold;
	left: -14px;
	display: block;
	width: 28px;
	height: 28px;
	top: -5px;
	text-align: center;
	font-size: 11pt;
	line-height: 9pt;
	position: relative;
	padding-top: 8px;
	z-index: 1;
	background-image: url(../framework_images/disc.png);
	background-repeat: no-repeat;
	background-position: 1px top;
	float: left;
}

.hotspot_num_selected{
	color: #000000;
	background-image: url(../framework_images/disc_tapped.png);
}

#tapAreas ol li a,#popupAreas ol li a {
	color: white;
	width: 90%;
	text-decoration: none;
	display: inline-block;
	background-repeat:no-repeat;
	background-position:bottom right;
}
*/

/* DRAG & DROP 14/04/14 - Karina */
/*
.answers_container {
	padding-left:10px;
}

.qAns {
	background: #feecbe;
	border-radius: 6px;
	min-height: 30px;
	padding: 10px;
	padding-top: 10px;
	border: 1px solid #54b948;
	margin-top: 5px;
	margin-bottom: 5px;
}



#popupAreas ol li span {
	color: white;
	left: -14px;
	display: block;
	width: 28px;
	height: 28px;
	top: -5px;
	text-align: center;
	font-size: 11pt;
	line-height: 9pt;
	position: relative;
	padding-top: 8px;
	z-index: 1;
	background-image: url(../framework_images/disc.png);
	background-repeat: no-repeat;
	background-position: 1px top;
	float: left;
}

#popupAreas ol li span {
	background-image: url(../framework_images/paperclip.png);
	background-size: contain;
}*/

/*
.popupBtn{
	height: 30px;
	float: left;
	margin-right: 10px;
	margin-left: -10px;
}
.popupClose{
	background-image: url(../framework_images/zoom_close.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	height: 30px;
	width: 30px;
	margin-top: 3px;
	cursor: pointer;	
}
.popupClose:hover{
	opacity: 0.5;
}

#tapAreas ol li.tappedTick,#popupAreas ol li.tappedTick {
	background:#f1c706 !important;
	background: -moz-linear-gradient(top,  #f1c706 0%, #ff9900 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1c706), color-stop(100%,#ff9900)); 
	background: -webkit-linear-gradient(top,  #f1c706 0%,#ff9900 100%); 
	background: -o-linear-gradient(top,  #f1c706 0%,#ff9900 100%); 
	background: -ms-linear-gradient(top,  #f1c706 0%,#ff9900 100%); 
	background: linear-gradient(to bottom,  #f1c706 0%,#ff9900 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1c706', endColorstr='#ff9900',GradientType=0 );
}



#tapAreas ol li.currentPopup,#popupAreas ol li.currentPopup {
	background:#f1c999 !important;
}



#tapAreas ol li.tappedTick span {
	background-image: url(../framework_images/disc_tapped.png);
}

#tapAreas ol li.tappedTick a,#popupAreas ol li.tappedTick a {
	background-image: url(../framework_images/visited_tick.png);
}*/




.extraInstructionPadding {
	min-height: 70px !important;
}

p.instruction.video{
	background-image: url(../framework_images/play_prompt.png), url(../framework_images/prompt_shadow.png);
	background-repeat: no-repeat;
	background-position: 0% 0%, center 100%;
	min-height: 40px;
}


.shadowed {
	box-shadow:0px 0px 6px rgba(0,0,0,0.5);
}

#questionPanel div.transparent {
	background: none;
	background-color: transparent;
}

.clearfix {
	clear:both;
	width:100%;
	height:0px;
}

/* CLICK & ZOOM QUESTION SCREEN */


/*
div.span6 img:hover {
	background-color:#FDF4B4;
}*/

img.popupBtn:hover {
	background-color:transparent !important;
}
/*
div.span6 img.tapped {
	background-color: #54b948 !important;
}
*/


input[type=button] {
	position: relative;
	left: 50%;
	width: 100px;
	margin-left: -50px;
	font-size: 16px;
	padding: 7px 16px;
	border-radius: 5px;
	cursor: pointer;
	color: white;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.3);
	border: 1px solid #fefefe;
	background: #6ddd35; 
	
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzZkZGQzNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0YTlmNDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #6ddd35 1%, #4a9f40 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#6ddd35), color-stop(100%,#4a9f40)); 
	background: -webkit-linear-gradient(top,  #6ddd35 1%,#4a9f40 100%); 
	background: -o-linear-gradient(top,  #6ddd35 1%,#4a9f40 100%); 
	background: -ms-linear-gradient(top,  #6ddd35 1%,#4a9f40 100%); 
	background: linear-gradient(to bottom,  #6ddd35 1%,#4a9f40 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ddd35', endColorstr='#4a9f40',GradientType=0 );
	
	margin-bottom:20px;
}

input[type=submit] {
	position: relative;
	/*left: 50%;*/
	min-width: 150px;
	/*margin-left: -50px;*/
	float: right;
	font-size: 16px;
	padding: 7px 16px;
	border-radius: 5px;
	cursor: pointer;
	color: white;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.3);
	border: 1px solid #fefefe;
	background: #6ddd35; 
	
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzZkZGQzNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0YTlmNDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #6ddd35 1%, #4a9f40 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#6ddd35), color-stop(100%,#4a9f40)); 
	background: -webkit-linear-gradient(top,  #6ddd35 1%,#4a9f40 100%); 
	background: -o-linear-gradient(top,  #6ddd35 1%,#4a9f40 100%); 
	background: -ms-linear-gradient(top,  #6ddd35 1%,#4a9f40 100%); 
	background: linear-gradient(to bottom,  #6ddd35 1%,#4a9f40 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ddd35', endColorstr='#4a9f40',GradientType=0 );
	
	margin-bottom:20px;
	margin-top: 10px;
}

.submitCenter {
	float: none !important;
	left: 50%;
	margin-left: -115px;
}

/*#questionPanel div.optBox > input[type=submit] {
	position: absolute !important;
}*/

input[type=button] {
	margin-top: -80px;
	float: left;
}

input[type=button].continueBtn {
	margin-top: 0px;
	float: left;
	width: 120px;
}
input[type=button].retryBtn {
	margin-top: 0px;
	float: left;
	margin-left: -90px;
}
/*
.wideBtn {
	width:250px;
	margin-left:-125px;
}*/

input[type=button].jump {
	margin-top: -40px;
	width: auto;
	float: right;
	position: static;
	background: #f1c706; 
	
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxYzcwNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjk5MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f1c706 0%, #ff9900 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1c706), color-stop(100%,#ff9900)); 
	background: -webkit-linear-gradient(top,  #f1c706 0%,#ff9900 100%); 
	background: -o-linear-gradient(top,  #f1c706 0%,#ff9900 100%); 
	background: -ms-linear-gradient(top,  #f1c706 0%,#ff9900 100%); 
	background: linear-gradient(to bottom,  #f1c706 0%,#ff9900 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1c706', endColorstr='#ff9900',GradientType=0 );
	
}

input[type=button].launchVideo {
	left: 0px;
	width: 300px;
	margin: 0px;
	background-color:rgba(255,204,0,1);
 	background:url(../framework_images/paperclip.png) no-repeat 10px #6ddd35;
 	
	/*
	
	
	background: #6ddd35;
	
	
	background: url(../framework_images/paperclip.png) no-repeat;
	background-image: url(../framework_images/q_opt.png);
	background-repeat:no-repeat;
	cursor:pointer;
	background-position:0px -5px;*/
    
}
/*
.span2 .launchMedia {
	margin-top: 70px;
}*/

.launchMedia {
	position: relative;
	display:block;
	left: 0;
	width: 300px;
	font-size: 14pt;
	padding: 7px 10px;
	border-radius: 5pt;
	cursor: pointer;
	color: white;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.3);
	border: 1px solid #fefefe;
	background: #6ddd35; 
	
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzZkZGQzNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0YTlmNDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #6ddd35 1%, #4a9f40 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#6ddd35), color-stop(100%,#4a9f40)); 
	background: -webkit-linear-gradient(top,  #6ddd35 1%,#4a9f40 100%); 
	background: -o-linear-gradient(top,  #6ddd35 1%,#4a9f40 100%); 
	background: -ms-linear-gradient(top,  #6ddd35 1%,#4a9f40 100%); 
	background: linear-gradient(to bottom,  #6ddd35 1%,#4a9f40 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ddd35', endColorstr='#4a9f40',GradientType=0 );
	
	margin-bottom:20px;
	margin-top: 20px;
	text-decoration:none;
	white-space:nowrap;
}

.launchMedia:hover{
	background: #f1c706; 
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxYzcwNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjk5MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f1c706 0%, #ff9900 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1c706), color-stop(100%,#ff9900)); 
	background: -webkit-linear-gradient(top,  #f1c706 0%,#ff9900 100%); 
	background: -o-linear-gradient(top,  #f1c706 0%,#ff9900 100%); 
	background: -ms-linear-gradient(top,  #f1c706 0%,#ff9900 100%); 
	background: linear-gradient(to bottom,  #f1c706 0%,#ff9900 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1c706', endColorstr='#ff9900',GradientType=0 );
	
}

span.mediaIcon {
	height: 33px;
	text-align: center;
	display:block;
	line-height: 30px;
}

span.videoIcon {
	background: url(../framework_images/video_icon.png) no-repeat;
}

span.docIcon {
	background: url(../framework_images/paperclip.png) no-repeat;
}

span.certIcon {
	background: url(../course/assets/certificate/cert-icon.png) no-repeat;
}

input:disabled {
	background: rgb(204,204,204); 
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5OTk5OTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(204,204,204,1) 0%, rgba(153,153,153,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,204,204,1)), color-stop(100%,rgba(153,153,153,1))); 
	background: -webkit-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(153,153,153,1) 100%); 
	background: -o-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(153,153,153,1) 100%); 
	background: -ms-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(153,153,153,1) 100%); 
	background: linear-gradient(to bottom,  rgba(204,204,204,1) 0%,rgba(153,153,153,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#999999',GradientType=0 );
	border: 1px solid #ffffff;
}

.bg1{
	background: rgb(255,255,255); 
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMWUxZTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(225,225,225,1) 100%);
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E1E1E1 100%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E1E1E1 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #E1E1E1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E1E1E1));
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E1E1E1 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #E1E1E1 100%);
	height: 100%;
	width: 100%;
}

.bg2{
	background: rgb(255,255,255);

	height: 100%;
	width: 100%;
}

a.videoTrigger img {
	border:none;
}
/*
#slideshowPlaceholder {
	width:100%;
	height:auto;
	padding-bottom:2%;
	border:1px solid #EFEFEF;
}

#slideshow {
	z-index: 50;
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	border: 3px solid #5FBE54;
}

#slideshow > div {
	width:100%;
	margin-bottom: -3px;
}

#slideshow div div.textArea {
	color: #000000;
	float: left;
	line-height: 26px;
	margin: 0%;
	padding: 4.5%;
	position: absolute !important;
}

#slideshow div div div.textHeader {
	color: #45b239;
	font-weight: bold;
	font-size: 22px;
}

#slideshow .span12 .span6 {
	height: 100% !important;
	overflow-x: hidden;
}

#slideshow .span12 .span6.textArea {
	height: auto !important;
	min-height: 0 !important;
}

#slideshow .span12 .span6 > img {
	height: 99% !important;
	width: auto !important;
}

#slideshow.slideshow_style1 div.cycle-slide {
	height: 100%;
}*/

#pagers {
/*	position:absolute;
	width:100%; */
}
/*
.slidePager {
	background-image: url(../framework_images/chevron_back.png); 
	background-position: 0% 0%;
	background-repeat:no-repeat;
	position:relative;
	width:59px;
	height:59px;
	z-index:55;
	font-size:150pt;
	color:#45b239;
	margin-top:16%;
	float:left;
	cursor:pointer;
	margin-bottom:-100%;
}

.slidePager:hover{
	background-image: url(../framework_images/chevron_back_hover.png); 
}

#nextSlide.slidePager {
	float:right;	
	background-image: url(../framework_images/chevron_next.png);
}

#nextSlide.slidePager:hover {	
	background-image: url(../framework_images/chevron_next_hover.png);
}

.prevSlideInactive {
	background-image: url(../framework_images/chevron_back_inactive.png) !important;
}

.nextSlideInactive {
	background-image: url(../framework_images/chevron_next_inactive.png) !important;
}

.upSlideInactive {
	background-image: url(../framework_images/chevron_up_inactive.png) !important;
}

.downSlideInactive {
	background-image: url(../framework_images/chevron_down_inactive.png) !important;
}


.slidePagerVert {
	background-image: url(../framework_images/chevron_up.png); 
	background-position: 0% 0%;
	background-repeat:no-repeat;
	position:relative;
	width:59px;
	height: 59px;
	z-index:55;
	font-size:150pt;
	color:#45b239;
	margin-top:30%;
	float:left;
	cursor:pointer;
	margin-bottom:-100%;
}

.slidePagerVert:hover{
	background-image: url(../framework_images/chevron_up_hover.png); 
}

#nextSlide.slidePagerVert {
	float:right;	
	background-image: url(../framework_images/chevron_down.png);
}

#nextSlide.slidePagerVert:hover {	
	background-image: url(../framework_images/chevron_down_hover.png);
}*/

.rotate90{
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); 
}


/* ADDITIONS FOR VERTICAL SLIDESHOW BUTTONS - LIAM 11 NOV 2013 
.upDown #prevSlide.slidePagerVert {
	margin-top: 10px;
	margin-right: 30px;
	float: right;
}

.upDown #nextSlide.slidePagerVert {
	margin-right: 30px;
	float: right;
}*/
/* ADDITIONS FOR VERTICAL SLIDESHOW BUTTONS - LIAM 11 NOV 2013 

#slideCounter {
	clear:both;
	margin-top:5%;
	font-size:14px;
	font-style:italic;
	height: 25px;
	width: 60px;
	background: #45b239;
	padding:2px 10px;
	color:white;
}

.slideCounter {
	margin-top: -30px !important;
	height: 26px !important;
	width: 100px !important;
	padding: 2px 0px !important;
	margin-right: -20px !important;
	text-align: center;
	float: right;
}*/

/* ADDITIONS FOR VERTICAL SLIDESHOW BUTTONS - LIAM 11 NOV 2013 
.upDown #slideCounter {
	margin-top:22%;
}*/
/* ADDITIONS FOR VERTICAL SLIDESHOW BUTTONS - LIAM 11 NOV 2013 

.slidePager:hover {
	text-shadow:1px 1px 0 #fff,	-1px -1px 0 #fff,	1px -1px 0 #fff,	-1px 1px 0 #fff,	0px 1px 0 #fff,	1px 0px 0 #fff,	0px -1px 0 #fff,	-1px 0px 0 #fff,	4px 4px 3px #000;
}

#slideCounter:hover {
	color:white;
	text-shadow:none;
	cursor:auto;
}

.slidePager.disabled,.slidePager.disabled:hover {
	color:#45b239;
	color:rgba(69, 178, 57, 0.3);
	text-shadow:none;
}

#slideshowPager a {
	margin:10px 10px 0px 0px;
	border-radius:50%;
	background-color:black;
	color:white;
	overflow:hidden;
	width:25pt;
	height:25pt;
	display:inline-block;
	text-decoration:none;
	font-size:11pt;
	border:1px solid #888888;
	opacity: .5; filter: alpha(opacity=50);
	text-align:center;
	padding:5pt 4pt;
	line-height:12pt;
	box-sizing:border-box;
}

#slideshowPager a.cycle-pager-active, #slideshowPager a.cycle-pager-active:hover {
background: #6ddd35; 
	
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM2ZGRkMzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNGE5ZjQwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-radial-gradient(center, ellipse cover,  #6ddd35 0%, #4a9f40 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#6ddd35), color-stop(100%,#4a9f40)); 
	background: -webkit-radial-gradient(center, ellipse cover,  #6ddd35 0%,#4a9f40 100%); 
	background: -o-radial-gradient(center, ellipse cover,  #6ddd35 0%,#4a9f40 100%); 
	background: -ms-radial-gradient(center, ellipse cover,  #6ddd35 0%,#4a9f40 100%); 
	background: radial-gradient(ellipse at center,  #6ddd35 0%,#4a9f40 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ddd35', endColorstr='#4a9f40',GradientType=1 ); 
	
	opacity:1;
}

#slideshowPager a:hover {
	background-image: -moz-radial-gradient(45px 45px 45deg, circle cover, yellow 0%, orange 100%, red 95%);
	background-image: -webkit-radial-gradient(45px 45px, circle cover, yellow, orange);
	background-image: radial-gradient(45px 45px 45deg, circle cover, yellow 0%, orange 100%, red 95%);
	background-color:orange;
	-moz-opacity:1;
	opacity:1;
	border:1px solid white;
}*/

/*
.cycle-paused:after {
    content: 'Slideshow Paused'; color: white; background: black; padding: 10px 20px;
    z-index: 500; position: absolute; top: 55px; right: 10px;
    border-radius: 10px;
    opacity: .5; filter: alpha(opacity=50);
}
*/

.cs_feedback_btn.flash_green {
	background: url(../framework_images/next_green_flash.jpg) !important;
}

.cs_feedback_btn.flash_amber {
	background: url(../framework_images/next_amber_flash.jpg) !important;
}

.cs_feedback_btn.flash_red {
	background: url(../framework_images/next_red_flash.jpg) !important;
}

.cs_feedback_btn.flash_red_2 {
	background: url(../framework_images/next_red_2_flash.jpg) !important;
}

.grayscale {
     -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
     -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
     -webkit-filter: grayscale(100%);
     filter: gray;
     filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
 }

 .transparent {
 	background-color: transparent !important;
 }


/********************************************************************************************/
/********************************************************************************************/

.learnImg_holder{
	width: 114px;
	padding: 5px;
	padding-top: 8px;
	padding-bottom: 0px;
	padding-left: 19px;
}

.learnImgQuestion_holder{
	position:	absolute;
	width: 114px;
	padding: 5px;
	padding-top: 8px;
	padding-bottom: 0px;
	padding-left: 19px;
}

.centerText{
	text-align: center;
}

.core_image_right{
	display: block;
	float: right;
	width: 100%;
	/*padding-left: 20px;*/
}

.core_image_left{
	display: block;
	float: left;
	width: 100%;
	padding-right: 20px;
}

.core_image_center{
	display: block;
	margin: auto;
	width: 100%;
}

.pop_image_center{
	display: block;
	margin: auto;
	width: 100%;
	padding-top: 20px;
}

.btn_center{
	display: block;
	margin: auto;
	width: inherit;
}

.btn_right {
	display: block;
	width: inherit;
	margin-right: 0px;
	margin-left: auto;
}

.titleHolder{
	padding-left: 20px;
	padding-top: 8px;
}
.title {
	margin-top: -2px;
	padding-bottom: 4px;
}
.subtitle {
	padding-top: 1px;
}

.padding_right_learnImg_holder{
	padding-right: 120px;
}

.padding_left_20{
	padding-left: 20px;
}

.padding_right_20{
	padding-right: 20px;
}

.padding_top_20{
	padding-top: 17px;
}

.padding_top_10{
	padding-top: 10px;
}

.padding_bottom_10{
	padding-bottom: 10px;
}

.padding_bottom_20{
	padding-bottom: 20px;
}

.margin_bottom_20{
	margin-bottom: 20px;
}

.margin_top_60{
	margin-top: 60px;
}

.margin_top_20{
	margin-top: 20px;
}

.margin_left_20{
	margin-left: 20px;
}

.margin_right_20{
	margin-right: 20px;
}

.borderRed{
	border: 1px solid red !important;
}
.borderGreen{
	border: 1px solid green !important;
}
.borderBlue{
	border: 1px solid blue !important;
}




/*:root #questionPanel div.optBox table thead tr { filter:none \0/IE9; }   IE9 */
/* :root #questionPanel div.optBox table thead td { filter:none \0/IE9; }  IE9 */
:root #tapAreas ol li,#popupAreas ol li { filter:none \0/IE9; }  /* IE9 */
:root #tapAreas ol li.selected, #popupAreas ol li:hover, #popupAreas ol li.selected { filter:none \0/IE9; }  /* IE9 */
:root #tapAreas ol li.tappedOpt { filter:none \0/IE9; }  /* IE9 */
:root #tapAreas ol li.tappedTick,#popupAreas ol li.tappedTick  { filter:none \0/IE9; }  /* IE9 */
:root input { filter:none \0/IE9; }  /* IE9 */
:root input[type=button].jump { filter:none \0/IE9; }  /* IE9 */
:root .launchMedia { filter:none \0/IE9; }  /* IE9 */
:root .launchMedia:hover { filter:none \0/IE9; }  /* IE9 */
:root input:disabled { filter:none \0/IE9; }  /* IE9 */
:root .bg1 { filter:none \0/IE9; }  /* IE9 */
:root #slideshowPager a.cycle-pager-active, #slideshowPager a.cycle-pager-active:hover { filter:none \0/IE9; }  /* IE9 */
:root #questionPanel { filter:none \0/IE9; }  /* IE9 */
:root .class1 { filter:none \0/IE9; }  /* IE9 */
:root .class2 { filter:none \0/IE9; }  /* IE9 */
:root .commonBtn { filter:none \0/IE9; }  /* IE9 */
:root .commonBtn:hover { filter:none \0/IE9; }  /* IE9 */
:root .commonBtn.exit { filter:none \0/IE9; }  /* IE9 */
:root .commonBtn.exit:hover { filter:none \0/IE9; }  /* IE9 */