@CHARSET "UTF-8";

/*
questionArea
*/

.theory-font{
	font-family:verdana,geneva,sans-serif;
}
.alert{
	padding: 15px;
	margin-bottom: 12px;
	border: 1px solid transparent;
	border-radius: 4px
}

.olabs-sentence-order{
	background-color:rgb(248, 250, 158);
	color:#1A1818 ;
}

/* .indent p + p{
		text-indent: 2.5em;
} */

.indent{
	text-indent: 2.5em;
}
#passage pre:first-child:first-letter{  
    font-size: 50px;
} 

#passage pre{
	text-align: center;
}
#passage p:first-child:first-letter{  
    font-size: 50px;
} 


.CorrectMCQ{
	color: #A0D468;
    font-size: xx-large;
    float: right;
}
.WrongMCQ{
	color:  #da4453;
    font-size: xx-large;
    float: right;
}
@font-face {
	font-family: 'PT Sans';
	src:
		url('../../fonts/PT_Sans/PT_Sans-Web-Regular.ttf');
	font-weight: normal;
	font-style: normal;
}

p{
	font-family: 'PT Sans';
	font-size:16px;
	
}


pre{
	font-family: 'PT Sans';
	font-size:16px;
	border:none;
	overflow: inherit;  /* works for overflow hidden too*/
}

.correctSO{
	background-color: rgb(120, 231, 56); 
}

.wrongSO{
	background-color: rgb(247, 164, 120);
}

.CorrectTF{
	color:#a2de00;
	font-weight: bold;
}

.WrongTF{
	color:#ff5700;
	font-weight: bold;
}

.box
{
/* 	position: relative; */
/* 	width: 500px; */
/* 	padding: 50px; */
/* 	margin: 0 auto; */
/* 	background-color: #fff; */
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
}

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background:
		url('../../images/prepositionActivityImages/images/page-loader.gif')
		50% 50% no-repeat rgb(249, 249, 249);
}

#progress {
	width: 500px;
	border: 1px solid black;
	position: relative;
	padding: 3px;
}

#percent {
	position: absolute;
	left: 50%;
}

/******************************************************** not used **************************************************************/
.olabs-sentence-orderv2 {
	background-color:#AAB2BD;
	background:radial-gradient(#77d19e,#46c17b);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.5) inset, 0 1px 1px #DDD;
	padding: 15px;
	margin-bottom: 12px;
	border: 1px solid transparent;
	border-radius:3px;
	
}


.labs
{
	background: #7db9e8; /* Old browsers */
	background: -moz-linear-gradient(left,  #7db9e8 0%, #1e5799 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#7db9e8), color-stop(100%,#1e5799)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #7db9e8 0%,#1e5799 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #7db9e8 0%,#1e5799 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #7db9e8 0%,#1e5799 100%); /* IE10+ */
	background: linear-gradient(to right,  #7db9e8 0%,#1e5799 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=1 ); /* IE6-9 */
	
}



/* notebook paper effect */
.customdiv
{
	background-color: #fff; 
	background-image: 
	linear-gradient(90deg, transparent 79px, #abced4 79px, #abced4 81px, transparent 81px),
	linear-gradient(#eee .1em, transparent .1em);
/* 	background-size: 100% 1.2em; */
}

/* paragraph spacing and indent para */
/* p {
	font-size: 1em;
	line-height: 1.25em;
	margin: 0.625em;
	text-align: left;
}

p+p {
	text-indent: 1em;
} */