#carricula-page-html h1{
	
}
#carricula-page-html h2{
	
}
#carricula-page-html h3{
	
}
#carricula-page-html h4{
}
#carricula-page-html h5{
}
#carricula-page-html h6{
}
#carricula-page-html p{
	
}
#carricula-page-html label{
	
}
#carricula-page-html a{
	
}
#carricula-page-html a:hover{
	
}
#carricula-page-html .carr-insert[data-type=learning]{
	position:relative;
	overflow:hidden;
}
#carricula-page-html .lms{
	position:relative;
	overflow:hidden;
}
#carricula-page-html .lms-completed:before{
	background-image: url(../../../../live/images/completed.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-top:0px;
	margin-bottom:0px;
	z-index:200;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	position:absolute;
	background-color:transparent;
	content:"";
	cursor: not-allowed;
}
#carricula-page-html .lms-completed:after{
	content:attr(data-answered-as);
	text-align:center;
	width:100%;
	height:auto;
	top:65%;
	left:0px;
	position:absolute;
	background-color:transparent;
	z-index:100;
	color:#fff;
	font-family: Helvetica;
}
#carricula-page-html .lms-completed {
	cursor: not-allowed;
}
#carricula-page-html .lms-completed .comp-question{
	opacity:.1;
}
.errors {
	background-color: #FFFFFF;
	border: 2px solid #C00;
	padding: 12px;
	font-size: 12px;
	color: #C00;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow:  0px 0px 6px 0px rgba(0, 0, 0, .6);
	box-shadow:  0px 0px 6px 0px rgba(0, 0, 0, .6);
	margin: 10px;
}
.success {
	background-color: #FFFFFF;
	border: 2px solid #393;
	padding: 12px;
	font-size: 12px;
	color: #393;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow:  0px 0px 6px 0px rgba(0, 0, 0, .6);
	box-shadow:  0px 0px 6px 0px rgba(0, 0, 0, .6);
	margin: 10px;
}
/*
#carricula-page-html .lms-completed:before{
	content: "";
	z-index:200;
	width:100%;
	height:90%;
	position:absolute;
	background-image: url(../../../../live/images/completed.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
*/

/* tablet */


.testquizexpanded{
	    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    min-height: 100%;
    z-index: 10000;
	background-color:#fff;
}
.testquizexpanded iframe{
	width:100%;
	height:100%;
	overflow:hidden;
	border:none;
	background-color:#fff;
}
.testquizexpanded .apploaderimage{
	width:100%;
	height:100%;
	overflow:hidden;
	background-color:#fff;
	background-size:cover;
	z-index:1000;
	position:absolute;
}
.testquizexpanded .apploaderimage div{
	width:70%;
	height:auto;
	position:relative;
	color:#fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0.43+100;Neutral+Density */

background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.43) 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.43) 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.43) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#6e000000',GradientType=0 ); /* IE6-9 */

	padding:2%;
	margin-top:40%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}