.activity_container {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	font-size: 1.3em;
	background: #fff;
	box-shadow: inset 0 0 30px #f2f2f2;
	font-family: patrickhand;
}

.activity_container, .activity_container * {
	position: relative;
	margin: 0;
	padding: 0;
}

.activity_container .nextBtn {
	display: none;
	position: absolute;
	bottom: 0%;
	right: 0%;
	width: 7%;
	height: 10%;
}

.activity_container .prevBtn {
	display: none;
	position: absolute;
	bottom: 0%;
	left: 0%;
	width: 7%;
	height: 10%;
}

/*=====================================
 =            common styles            =
 =====================================*/
.board {
	position: absolute!important;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	text-align: center;
}

.vertical-horizontal-center {
	position: relative;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	text-align: center;
}

.vertical-center {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	text-align: center;
}

.coverboardfull {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*================================================
 =            Notification Pulse Style            =
 ================================================*/
/**
 How to use:
 - To enable notification pulse add 'data-usernotification="notifyuser"'
 attribute to the html element inside board div
 */

@keyframes pulse {
0% { transform   : scale(0); opacity: 0.0; }
25% { transform  : scale(0); opacity: 0.6; }
50% { transform  : scale(0.1); opacity: 0.8; }
75% { transform  : scale(0.5); opacity: 1; }
100% { transform : scale(1); opacity: 0.0; }
}

@-moz-keyframes pulse {
0% { -moz-transform   : scale(0); opacity: 0.0; }
25% { -moz-transform  : scale(0); opacity: 0.6; }
50% { -moz-transform  : scale(0.1); opacity: 0.8; }
75% { -moz-transform  : scale(0.5); opacity: 1; }
100% { -moz-transform : scale(1); opacity: 0.0; }
}

@-webkit-keyframes pulse {
0% { -webkit-transform   : scale(0); opacity: 0.0; }
25% { -webkit-transform  : scale(0); opacity: 0.6; }
50% { -webkit-transform  : scale(0.1); opacity: 0.8; }
75% { -webkit-transform  : scale(0.5); opacity: 1; }
100% { -webkit-transform : scale(1); opacity: 0.0; }
}

/*for all element inside board*/
.board *[data-usernotification*="notifyuser"] {
	cursor: pointer;
}

.board *[data-usernotification*="notifyuser"]::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 2em;
	height: 2em;
	background-color: white;
	border: 2px solid black;
	border-radius: 50%;
	-webkit-animation: pulse 1.2s ease-out infinite;
	-moz-animation: pulse 1.2s ease-out infinite;
	animation: pulse 1.2s ease-out infinite;
}

/*=====  End of Notification Pulse Style  ======*/

/*=====  End of common styles  ======*/

/*===============================================
 =            general template layout            =
 ===============================================*/

div.generalTemplateblock {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	/*border   : 1px solid red; */
}

/*=====  End of general template layout  ======*/

/*=========================================================
 =            general templated specific styles            =
 =========================================================*/

/*=====  End of general templated specific styles  ======*/

.contentblock{
	position: relative;
	height: 100%;
	width: 100%;
}


/*.question:not(.answered_text) .correct:hover{
	color: #A4208E;
}
.question:not(.answered_text) .incorrect:hover{
	color: #A4208E;
}*/


.imageblock{
	position: relative;
	width: 40%;
	height: 60%;
	/*background-color: #faf;*/
	margin-right: 1%;
	float: right;
}

.imageblock > img{
	position: relative;
	width: 100%;
	max-height: 100%;
}

.lowertextblock {
	position: relative;
	height: auto;
	width: 58%;
	bottom: 0;
	left: 0;
	text-align: center;
	padding: 0.5em 0.8em 1em 0.8em;
	float: left;
}

.closebtn1:hover {
	color: black;
}

.cong {
    background-color: #1bc402;
    border-radius: 15px;
    box-shadow: 2px 2px 5px #000;
    color: white;
    display: none;
    font-size: 1.5em;
    left: 12%;
    margin-bottom: 15px;
    padding: 20px;
    position: absolute;
    top: 44%;
    transform: translateY(-50%);
    width: 70%;
}

.markboard_rhino {
    position: absolute !important;
    top: 2.2%;
    right: 0%;
    width: 15%;
    height: 7%;
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 95;
    background-color: #2ECC71;
}
.closebtn1 {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.SequenceTimeLine {
    display: none;
}

@media screen and (min-aspect-ratio: 4/3) { 
	.title{
		font-size: 5vh;	
	}
	
	.question{
		font-size: 3.5vh;
	}
}

@media screen and (max-aspect-ratio: 4/3) { 
	.title{
		font-size: 4.56vw;	
	}
	.question{
		font-size: 3.56vw;
	}
}
.answered_text .option{
	color: black; 
}
.answered_text .incorrect{
	display: none;
}
.answered_text .correct{
	text-decoration: underline;
}



.ex-number-template-score{
	background-color: #4D76A6;
}
.bg-main{
	background: #FF7E5E;
	background: linear-gradient(to right, #EC6F66 , #F3A183);
}

.title {
	position: absolute;
	bottom: 93%;
	left: 0%;
	width: 100%;
	font-size: 1.9vw;
	color: #fff;
	z-index: 50;
}

.blank-space{
	display: inline-block;
	white-space: pre;
	width: 10vw;
	border-bottom: 0.3vmin solid black;
	color: #11772D;;
	text-align: center;
}
.question{
	position: absolute;
	top: 15%;
	width: 82%;
	left: 9%;
	text-align: center;
	font-size: 2.7vw;
}
.answer {
	position: absolute;
	top: 73%;
	width: 82%;
	left: 9%;
	text-align: center;
	font-size: 2.7vw;
}
.am_pm{
	position: absolute;
	top: 45%;
	left: 52.5%;
	transform: translateY(-50%);
	padding: 1.5% 3%;
	background-color: #EEEEEE;
	border-radius: 2vmin;
	border: 1px solid black;
	font-size: 4.5vw;
	font-family: proximanova;
}


@media(min-aspect-ratio:4/3){
	.title {
		font-size: 3vh;
	}
	.answer, .question {
		font-size: 3.9vh;
	}
	.am_pm{
		font-size: 6.5vh;
	}
}

.option{
	cursor: pointer;
	color: #4D76A6;
}
.option>span:hover{
	color: #22226E;
}

.done{
	color: #11772D;
}

.notdone{
	color: #ff2200;
}


.speechbox{
	position: absolute;
	width: 25%;
	height: 15%;
	font-family: sniglet;
	font-size: 2.1vw;
	z-index: 10;
}
.speechbg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;
}
@media (min-aspect-ratio: 4/3){
	.speechbox{
		font-size: 2.8vh;
	}
}
.speechbox>p{
	position: absolute;
	width: 84%;
	left: 8%;
	top: 40%;
	transform: translateY(-50%);
}
.speechbox>.audioicon{
	position: absolute;
	width: 10%;
	right: 5%;
	top: 12%;
}



/*-------------- For Loading ---------------*/

#loading-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #222;
}

#loading-text {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #999;
	text-align: center;
	transform: translate(-50%, -50%);
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 3vmin;
}

#loading-content {
	display: block;
	position: absolute;
	left: 40%;
	top: 33.35%;
	width: 20%;
	height: 33.3%;
	transform: translate(-50%, -50%);
	border: 3px solid #F00;
}

#loading-content:after {
	content: "";
	position: absolute;
	border: 3px solid #0F0;
	left: 15%;
	right: 15%;
	top: 15%;
	bottom: 15%;
}

#loading-content:before {
	content: "";
	position: absolute;
	border: 3px solid #00F;
	left: 5%;
	right: 5%;
	top: 5%;
	bottom: 5%;
}

#loading-content {
	border: 3px solid transparent;
	border-top-color: #4D658D;
	border-bottom-color: #4D658D;
	border-radius: 50%;
	-webkit-animation: loader 2s linear infinite;
	-moz-animation: loader 2s linear infinite;
	-o-animation: loader 2s linear infinite;
	animation: loader 2s linear infinite;
}

#loading-content:before {
	border: 3px solid transparent;
	border-top-color: #D4CC6A;
	border-bottom-color: #D4CC6A;
	border-radius: 50%;
	-webkit-animation: loader 3s linear infinite;
	-moz-animation: loader 2s linear infinite;
	-o-animation: loader 2s linear infinite;
	animation: loader 3s linear infinite;
}

#loading-content:after {
	border: 3px solid transparent;
	border-top-color: #84417C;
	border-bottom-color: #84417C;
	border-radius: 50%;
	-webkit-animation: loader 1.5s linear infinite;
	animation: loader 1.5s linear infinite;
	-moz-animation: loader 2s linear infinite;
	-o-animation: loader 2s linear infinite;
}

@-webkit-keyframes loaders {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}



/**
	this block is essential for implementing fractions 
	fraction block essential code begin
*/

.fraction, .fraction2, .top, .bottom {
	padding: 0 0.3em;
}

.fraction, .fraction2 {
	display: inline-block;
	text-align: center;
}

.fraction2 {
	transform: translateY(25%);
}

.bottom {
	border-top: 0.1em solid #222;
	display: block;
}

.fractionblock {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0%;
	left: 0;
}

.default-bg{
	background: -webkit-linear-gradient(290deg, rgb(182, 160, 173) 0%, rgb(203, 179, 195) 100%);
	background: -o-linear-gradient(290deg, rgb(182, 160, 173) 0%, rgb(203, 179, 195) 100%);
	background: -ms-linear-gradient(290deg, rgb(182, 160, 173) 0%, rgb(203, 179, 195) 100%);
	background: -moz-linear-gradient(290deg, rgb(182, 160, 173) 0%, rgb(203, 179, 195) 100%);
	background: linear-gradient(160deg, rgb(182, 160, 173) 0%, rgb(203, 179, 195) 100%);
}
.click-ins{
	position: absolute;
	top: 60%;
	left: 2.5%;
	width: 90%;
	color: black;
	border-radius: 2vmin;
	font-size: 3.4vw;
}
@media (min-aspect-ratio:4/3){
	.click-ins{
		font-size: 4.5vh;
	}
}
#center-svg{
	position: absolute;
	bottom: 40%;
	height: 50%;
	width: 26%;
	left: 50%;
	transform: translateX(-50%);
}
#center-rect{
	position: absolute;
	bottom: 50%;
	height: 30%;
	width: 35%;
	left: 50%;
	display: flex;
	flex-flow: row wrap;
	transform: translateX(-50%);
	border: 0.3vmin solid black;
}
.rect-block{
	cursor: pointer;
	position: relative;
	width: 33.33%;
	height: 100%;
	border: 0.3vmin solid black;
}
.rect-block:hover{
	background-color: #CFE2F3;
}

svg{
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
}




#fill-1, #fill-2, #fill-3{
	cursor: pointer;
}

.cor-incor{
	display: none;
	position: absolute;
	top: 30%;
	left: 87.5%;
	height: 10%;
	transform: translateY(-50%);
}
.check-btn{
	position: absolute;
	top: 30%;
	cursor: pointer;
	transform: translateY(-50%);
	padding: 0.5% 2%;
	left: 70%;
	border-radius: 2vmin;
	border: 0.5vmin solid #D0E0E3;
	background-color: #45818E;
	color: white;
	font-size: 3.5vw;
}
@media (min-aspect-ratio:4/3){
	.check-btn{
		font-size: 4.6vh;
	}
}
.check-btn:hover{
	background-color: #6AA0AC;
}








