/* 
	new styles of e-learning slides
*/

p {line-height:normal;}

.col_1_2 {
	box-sizing:border-box;
	width:50%;
	padding:20px;
}

.col_1_2:nth-of-type(1) {
	padding-left:0;
}

.col_1_2 img,
.col_1_2 img.el-img-right {
	display:block;
	width:100%;
}

.v2 #head {
	z-index:11;
}

.v2 a:hover {
	transition:all ease 0.7s;
}

.v2 #slideOneCol > div.content {
	padding:0;
}

.v2 ol li {
	font-family: sofia-pro, sans-serif;
	position:relative;
	padding: 5px 0 0 50px;
}

.v2 .question li {
	padding: 0 0 0 40px;
}

ol.manual-numbers li:before {
	display: block;
    background: #6a0080;
    position: absolute;
    padding: 5px 10px;
    color: #FFFFFF;
    margin-right: 10px;
    left: 0;
    top: 0;
	width: 16px;
    text-align: center;
}

.inner {
	padding:40px;
}

.inner p {
	max-width:800px;
	line-height: 24px;
}

.no_bottom_padding {
	padding-bottom:0;
}

.strong.red.inline_red {
	font-size: 60px;
    position: relative;
    top: 16px;
}

.v2 h4.q {
	color:#00c853;
}

#slide-content.v2 .content h1 {
	font-size:44px;
    font-weight: 600;
    margin: 0;
	color: #2d3945;
}

img.show_for_mobile {display:none;}

#slide-content.v2 .content h2 {
	font-size:36px;
	font-weight:500;
	margin-top:0;
}

.v2 .CORRECT,
.v2 .INCORRECT {
	padding:10px 20px;
	margin-bottom:20px;
}

.green {color:#00c853; font-weight:600;}

#slide-content.v2 .content h3 {
	font-size:30px;
	font-weight:500;
	margin:0;
	position:relative;
	display: block;
    padding-top: 20px;
	margin-top:20px;
}

.image_fw {
	background-repeat:no-repeat;
	background-position: 0 25%;
	background-size:cover;
}

.image_side {
	background-size:100%;
}

.image_fw img {
	display:none;
	width:100%;
}

.v2 .image_fw {
	position:relative;
}

.v2 .text_over_image {
	padding: 40px;
    min-height: 480px;
	box-sizing:border-box;
	width:50%;
	color:#2d3945;
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.01) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.01) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.01) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#03ffffff',GradientType=1 ); /* IE6-9 */
}

.note {
	font-size:16px;
	color:#999999;
}

.note.action {
	font-size: 19px;
    color: #ffffff;
    background: #9c27b0;
    padding: 20px;
	margin: 20px 0;
	font-style:normal;
}

.v2 .text_over_image {
	font-size:18px;
}

.v2 .text_over_image p {
	line-height:24px;
}

#slide-content.v2 .text_over_image h2 {
	font-size:36px;
	font-weight:500;
	margin-bottom:20px;
	padding:0;
}

.v2 h4 {
	background: none;
    display: block;
    font-weight: 500;
	margin:20px 0;
	padding:0;
}

h4.step {font-size:36px;}
h4.step .blue {
	color:#FFFFFF;
	background:#2d3945;
	padding:5px 20px;
	box-sizing:border-box; 
	position:relative; 
	top:0; 
	display:inline-block;
}

.simple_list li {
	display: block;
    position: relative;
    background: none;
    padding: 14px 20px 14px 45px;
    font-family: sofia-pro, sans-serif;
    width: 95%;
	box-sizing: border-box;
}

.simple_list li:before {	
	font-family: 'Material Icons';
    content: "lens";
    position: absolute;
    left: 4px;
    top: 14px;
    color: #2d3945;
    font-size: 14px;
    border-radius: 24px;
    padding: 0px;
}

.v2 .text_over_image h5 {
	font-weight:500;
	font-size:24px;
	margin:0 0 20px 0;
	line-height: 34px;
}

.v2 ul {
    
}

.v2 ul.warning-box-list {
	list-style-type: disc;
	margin:0 0 0 20px;
}

.v2 ul.warning-box-list li {
	padding:0;
	background:none;
}

.v2 ul.questions li,
.v2 ul.standard-list li {
	display:block;
	position:relative;
	background:none;
    padding: 14px 20px 14px 74px;
	font-family: sofia-pro, sans-serif;
	width:70%;
}

.v2 ul.questions li:before,
.v2 ul.standard-list li:before {
    font-family: 'Material Icons';
    content: "add";
    position: absolute;
    left: 4px;
    top: 4px;
    color: #ffffff;
    font-size: 38px;
    border: 2px solid #9c27b0;
    border-radius: 24px;
    padding: 0px;
    background: #9c27b0;
	width: 38px;
}

.v2 ul.questions li:before {
	content:"help_circle";
}

.v2 ul.questions li.mq_theproposed {
	background:#9c27b0;
	color:#FFFFFF;
}

.v2 ul.questions li.mq_theanswer {
	background:#00c853;
	color:#FFFFFF;
}

.v2 ul.questions li.mq_theanswer:before {
	content:"check";
	color:#FFFFFF;
	background: #00c853;
    border-color: #00c853;
}

.v2 ul.questions li.mq_theproposed:before {
	color:#FFFFFF;
} 

.v2 ul.questions li.mq_theproposed.mq_thewronganswer:before {
	content:"clear";
} 

.v2 .reveal_answer,
.v2 ul.questions li {
	border-radius:0;
}

.v2 .reveal_answer {
	background:#00c853;
	padding:10px 15px;
	font-size:19px;
	display:block;
	position:relative;
	font-family: sofia-pro, sans-serif;
	width: 180px;
    text-align: center;
}

.v2 .reveal_answer:hover {
	background:#6a0080;
}

.v2 a .material-icons {
	line-height: 11px;
    position: relative;
    top: 5px;
    margin-left: 5px;
}

.v2 .footer {
	position:relative;
	display:flex;
    margin-left: 250px;
	width:calc(100% - 250px);
}

.v2 .elearn_back,
.v2 .elearn_next {
	position:relative;
	width:50%;
	box-sizing:border-box;
	color:#FFFFFF;
	font-size:100px;
	line-height: 60px;
	text-align:center;
	background:#00c853;
	text-indent:0;
	left: 0;
}

.v2 .exam_back_button,
.v2 .exam_next_button,
.v2 .exam_finish_button {
	position:relative;
	width:100%;
	box-sizing:border-box;
	font-family: 'Material Icons';
	display:block;
	color:#FFFFFF;
	font-size:100px;
	line-height: 60px;
	text-align:center;
	background:transparent;
	text-indent:0;
	left: 0;
	z-index:1;
}

.v2 .answer-note {
	padding:20px;
	box-sizing:border-box;
}

.v2 .img-description-important {
	font-style:normal;
	font-size:19px;
	font-family: sofia-pro, sans-serif;
	font-weight: 500;
}

.v2 .drab {
    letter-spacing: 10px;
    font-weight: bold;
    font-size: 19px;
	font-family: sofia-pro, sans-serif;
}

.v2 .exam_back_button {
	padding:20px 20px 20px 0px;
}

.v2 .exam_next_button {
	padding:20px 0 20px 20px;
}

.v2 .exam_finish_button {
	padding:20px 0 20px 20px;
}

.v2 .elearn_back:hover,
.v2 .elearn_next:hover {
	transition:all ease 0.7s;
	background:#009624;
}

.button_label {
	position:absolute;
	font-size:24px;
	top:19px;
}

.elearn_back .button_label {
	left:90px;
	text-align:right;
}

.elearn_next .button_label {
	right:90px;
	text-align:right;
}

.v2 .exam_back_button {
	text-align:left;
}

.v2 .exam_next_button {
	text-align:right;
}

p.extra_top_margin {margin-top:40px;}

.v2 .tip {
	float:none;
	background:#6a0080;
	color:#FFFFFF;
	margin: 0;
    padding: 20px 40px;
    box-sizing: border-box;
	width:100%;
}

.v2 .warning {
	float:none;
	background:#e91e63;
	color:#FFFFFF;
	margin: 0;
    padding: 20px 40px;
    box-sizing: border-box;
	width:100%;
}

.v2 .activity h4,
.v2 .warning h4,
.v2 .tip h4 {
	color: #FFFFFF;
	margin:0;
	font-size:36px;
	position:relative;
	padding: 12px 10px 10px 50px;
}

.v2 .activity h4 {
	color: #FFFFFF;
	background:#00e5ff;
}

.v2 .activity h4:before {
	font-family: 'Material Icons';
	content:"mode_edit";
	position:absolute;
    left: 10px;
    top: 17px;
    color: #FFFFFF;
    font-size: 34px;
	font-weight:400;
}

.v2 .warning h4:before {
	font-family: 'Material Icons';
	content:"warning";
	position:absolute;
    left: 10px;
    top: 17px;
    color: #FFFFFF;
    font-size: 34px;
	font-weight:400;
}

.v2 .tip h4:before {
	font-family: 'Material Icons';
	content:"directions";
	position:absolute;
    left: 10px;
    top: 17px;
    color: #FFFFFF;
    font-size: 34px;
	font-weight:400;
}

.v2 .tip h4 .material-icons {
	top: 4px;
    font-size: 32px;
    position: relative;
}

.v2 .tip a,
.v2 .tip a:link {
	color:#FFFFFF;
	text-decoration:underline;
}

.v2 .tip a:hover {
	color:#ffc107;
}

.flex_row {
	display:flex;
	flex-wrap:wrap;
}

.v2 .basic-table {
	width:95%;
}


.v2 .basic-table th,
.v2 .basic-table td {
	padding:15px;
}

.v2 .col_2_3 {
	box-sizing:border-box;
	width:66.6667%;
	padding-right: 20px;
}

.v2 .col_1_3 {
	box-sizing:border-box;
	width:33.3333%;
}

#slide-content.v2 .slide-section .text_over_image h2,
#slide-content.v2 .slide-section h2 {
	position:relative;
	padding-left:80px;
}

.v2 .slide-section h2:before {
	display:block;
	background:#2d3945;
	color:#FFFFFF;
	content:"#";
	position:absolute;
	left:0;
	top:0;
	padding: 0 15px;
}

.v2 .section_01 h2:before {
	content:"1";
}
.v2 .section_02 h2:before {
	content:"2";
}
.v2 .section_03 h2:before {
	content:"3";
}
.v2 .section_04 h2:before {
	content:"4";
}
.v2 .section_05 h2:before {
	content:"5";
}
.v2 .section_06 h2:before {
	content:"6";
}
.v2 .section_07 h2:before {
	content:"7";
}

.v2 .slide-section {
	margin:0;
}

.v2 #slideOneCol {
    min-height: calc(100vh - 220px);
}

/*

*/

.fullscreen .content.exam {
	padding: 0;
}

.exam .section.menu {
	flex-grow: 0;
	flex-shrink: 0;
	width: 400px;
	background: #99ada2;
	color: #ffffff;
	overflow: hidden;
	padding: 10px;
	margin-top: -5px;
}

.exam .section.page {
	flex-grow: 1;
	width: 100%;
}

.exam .emenu-section {
  
}

.exam .emenu-section-header {
	background: #1f7a49;
  margin: -10px;
  margin-bottom: 5px;
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
}

.exam .emenu-section-header:first-child {
	margin-top: -10px;
}

.exam .emenu-module-header {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
}

.exam .emenu-page {
	display: flex;
	position: relative;
	align-items: stretch;
	font-size: 13px;
  line-height: 17px;
}

.exam .emenu-page.active {
	font-weight: bold;
	background: #1f7a49;
}

.exam .emenu-page a {
	color: #ffffff;	
	padding-left: 20px;
	flex-grow: 1;
}

.exam .emenu-page a.anchor {
	flex-grow: 0;
	flex-shrink: 1;
	position: absolute;
}

.exam .emenu-page  a:hover {
	background: rgba(255, 255, 255, 0.25);
}

.exam .REVIEW {
	color: #00b753
}

.exam .qcontrols li {
	padding: 10px 0px 10px 0px;
	font-size: 16px;
}

.exam .page .warning {
	color: #ff0000;
}

.exam em {
	font-style: normal;
	font-weight: bold;
}

.expandable-exam-nav-header {
	cursor: pointer;
}

.expandable-exam-nav {
	display: none;
}

.expandable-exam-nav.open {
	display: inherit;
}

.v2 .flow span.red, 
.v2 .flow_block	span.standout.red {
    padding: 0 10px;
    background: #e91e63;
    color: #FFFFFF;
    font-family: sofia-pro, sans-serif;
    margin-right: 10px;
    font-weight: 900;
	font-size:44px;
}

@media all and (max-width: 1280px) {
	
	.v2 .text_over_image {
		width:50%;
	}
	
	.v2 .tip {
		padding:20px;
	}
	
	#head h1 {
		font-size: 20px;
		padding: 0 20px;
	}
}

@media all and (max-width: 768px) {
	
	.col_1_2 {width:100%;}
	
	.v2 .basic-table,
	.v2 .text_over_image {
		width:100%;
	}
	
	.v2 .col_2_3,
	.v2 .col_1_3 {
		width:100%;
		margin:10px 0;
	}

	.v2 .col_2_3 {
        padding-right:0;
    }
	
	.button_label {
		font-size:19px;
	}
	
	.v2 .exam_back_button, 
	.v2 .exam_next_button
	{
		font-size:72px;
	}
	
	.v2 ul {
		margin:20px 0;
	}
	
	ul.standard-list {
		padding:0;
	}
	
	.image_fw {
		background-position: 50%;
	}
	
	.image_side {background-image:none!important;}
	img.show_for_mobile {display:block;width:100%;box-sizing:border-box;padding:20px;}
	
}

@media all and (max-width: 600px) {

	h1, #singleCol h1 {
		text-align:left;
	}
	
	#slide-content.v2 .content h1 {
		font-size:36px;
	}
	
	#slide-content.v2 .content h2 {
		font-size:30px;
	}

	.v2 .footer {
		margin-left:0;
		width:100%;
	}
	
	.button_label {
		font-size:19px;
	}
	
	.v2 .exam_back_button, 
	.v2 .exam_next_button
	{
		font-size:72px;
	}
	
	.elearn_back .button_label {
		left:70px;
	}
	
	.elearn_next .button_label {
		right:70px;
	}
	
	.v2 #head {
		padding: 10px 0 0 0;
	}
	
	#slide-content.v2 .text_over_image h2 {
		font-size:24px;
	}
	
	.v2 .text_over_image h5 {
		font-size:20px;
	}
	
	.v2 {
		font-size:16px;
	}
	
	ul.questions {
		padding:0;
	}
	
	ul.standard-list li {
		margin-left:0;
	}
	
	.inner {
		padding: 20px;
	}
	
	strong.red {
		font-size: 30px;
		line-height: 36px;
	}
}
