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

.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%;
    z-index  : 10;
}

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

@font-face {
    font-family: amaranth;
    src: url("../fonts/amaranath/amaranth-regular.ttf");
}

html, body {
	margin: 0;
	height: 100%;
	width: 100%;
}

p{
	margin: 0;
}
.contentwithbg {
	width: 100%;
	height: 100%;
	background: url("http://gituploads.olenepal.org/epaath_media/activity/science/matters/exercise/images/introduction-slide.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

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

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

.myNextStyle {
	cursor: pointer;
	background-image: url("../../../../../../images/arrows/arrow.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.myNextStyle:hover {
	background-image: url("../../../../../../images/arrows/arrow_hover.png");
}

.myNextStyle:active {
	background-image: url("../../../../../../images/arrows/arrow_active.png");
}

.myPrevStyle {
	cursor: pointer;
	background-image: url("../../../../../../images/arrows/arrow_prev.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.myPrevStyle:hover {
	background-image: url("../../../../../../images/arrows/arrow_hover_prev.png");
}

.myPrevStyle:active {
	background-image: url("../../../../../../images/arrows/arrow_active_prev.png");
}

.board {
	position: relative;
	top: 0%;
	left: 0%;
	text-align: center;
	height: 100%;
	width: 100%;
}

.board:lang(en){
    font-family: amaranth;
}
.vertical-horizontal-center {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	text-align: center;
}

.vertical-center {
	position: relative;
	top: 45%;
	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%;
}

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

div.headerblock {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 20%;
	background-color: #E3D0DA;
	color: #CE00A7;
	
	/*border   : 1px solid red;*/
}

div.generalTemplateblock[data-templatecontains='hasheaderblock'] div.contentblock {
	top: 20%;
	height: 80%;
	position: absolute;
	width: 100%;
}

div.generalTemplateblock[data-templatecontains='hasonlycontent'] div.contentblock {
	top: 0%;
	height: 100%;
}

/*============ exercise template ===================
==================================================== */


.question_img {
    color: #674EA7;
    position:  relative;
    top: 18%;
    font-size: 4vmin;
}


.optionsdiv_img {
    top: -28%;
    left: 54%;
    width: 50%;
    text-align: center;
    position: relative;
}

.optionscontainer {
    display: inline;
    position: relative;
    height: 100%;
}

.optionscontainer_img {
    position: relative;
    margin-bottom: 15%;
}

.optionscontainer_img:nth-child(1){
    margin-bottom: 22% !important;
}

.imagestartpos_img {
    width: 9%;
    margin-left: 35%;
    margin-top: 0%;
    position: absolute;
    left: 38%;
    visibility: hidden;
}

.ispforimage{
	position: absolute;
    width: 21%;
    left: 38%;
    top: 550%;
    visibility: hidden;
}

.buttonsel {
    display: inline;
    background-position: 0% 0%;
    color: white;
    margin: 6%;
    font-size: 3vmin;
    height: 10% !important;
    padding: 8% 4%;
}

.circleback {
    background: url("http://gituploads.olenepal.org/epaath_media/activity/science/matters/exercise/images/circle.png");
    background-size: 400% 100%;
    
}

.rectangleback {
    background: url("http://gituploads.olenepal.org/epaath_media/activity/science/matters/exercise/images/rectangle.png");
    background-size: 400% 100%;
    
}

.triangleback {
    background: url("http://gituploads.olenepal.org/epaath_media/activity/science/matters/exercise/images/triangle.png");
    background-size: 400% 100%;
    padding: 12% 6% 2% 6%;
}

.optimg {
    display: inline;
    border-radius: 15px;
    color: white;
    margin: 0% 1%;
    font-size: 4vmin;
    border: 5px solid #ADAEDB;
    cursor: pointer;
    width: 21%;
}

.forhover{
	cursor: pointer;
}

.forhover:hover{
    background-position: 300% 0% !important;
}



.wrongans{
	background: #EA9999;
	color: #F66E20;
}

.rightans{
	background: #6AA84F;
}

.scoreboard {
    width: 100%;
    height: 11%;
    position: absolute;
    text-align: right;
    margin-top: 2%;
    border-bottom: 3px solid #8E7BC3;
    padding: 1%;
    z-index: 111;
}

.exefin {
    width: 100%;
    height: 20%;
    position: absolute;
    padding-bottom: 1%;
    top: 25%;
    animation: fade-in 1s linear forwards;
    text-align: center;
    z-index: 111;
}

.exefin .eggs{
    height: 78%
}

@keyframes fade-in{
	from{opacity: 0;}
	to{opacity: 1;}
}

.eggs {
    height: 100%;
}

.eggmove{
	transform-origin: 50% 100%;
	animation: eggm 1s linear alternate 0s infinite;
}

@keyframes eggm{
	from{transform: rotate(10deg);}
	to{transform: rotate(-10deg);}
}

.questionimg {
    position: relative;
    top: 25%;
    border: 2px solid blueviolet;
    border-radius: 15px;
    height: 56%;
    left: -20%;
}

.congratulationtext {
    background: #FC593D;
    width: 40%;
    padding: 2%;
    color: white;
    font-size: 4vmin;
    border: 5px solid #FF858B;
    border-radius: 15px;
    transform: translate(-50%);
    left: 50%;
    top: 20%;
    text-align: center;
    margin-bottom: 3%;
}

.congratulation {
    text-align: center;
    position: relative;
    top: 50%;
    opacity: 0;
    animation: fade-in 1s linear 1s forwards;
    z-index: 111;
}

.circleimg{
    background-image: url("http://gituploads.olenepal.org/epaath_media/activity/science/matters/exercise/images/11.jpg") !important;
}

.backtrue{
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    padding: 6% 10% !important;
    margin: 1% !important; 
}

div.imageblock {
	position: absolute;
	width: 100%;
	height: 100%;
	/*border     : 1px solid green; */
}
/*
 * 
 * Text Block
 * 
 */


.instruction {
	background-color: #DEE8A8;
	position: absolute;
	top: 14%;
	width: 100%;
	padding: 1% 0;
	height: 11%;
	color: #9345BF;
}
.hidden {
	display: none!important;
}


/*
 * 
 * Droppable Block
 * 
 */

div.droppableblock {
	position: absolute;
	bottom: 0;
	left: 0%;
	height: 55%;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	border: 5px solid #FFB5BA;
	background: #F5F5F5;
}

.droppablecontainer {
	flex: 1;
	position: relative;
	overflow: hidden;
	height: 100%;
	/*margin: 1%;*/
}

.droppable {
	height:100%;
	width:100%;
	border-radius: 2.5vmin;
	border: 2px solid yellow;
}

.droppableheader {
	height: 87%;
	width: 100%;
	border-left: 2px solid #FFB5BA;
	display: flex;
	flex-flow: row wrap;
	box-sizing: border-box;
	padding: 5%;
}

.droppable>img, .droppableheader>img {
	max-width:100%;
	max-height:100%;
}

.drop_class_1{
}

.drop_class_2{
}
/*
 * 
 * Draggable Block
 * 
 */
div.draggableblock {
	position: absolute;
	left: 0%;
	top: 25%;
	height: 20%;
	width: 100%;
	bottom: 45%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	padding: 1%;
	background-color: #DEE8A8;
}

.draggable {
	flex: 1;
	position: relative;
	z-index: 100;
	cursor: grab;
	overflow: hidden;
	width: 15%;
	margin: 1% 5% 1% 5%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 2.5vmin;
	filter: drop-shadow(1px 1px 0px #111111);
}

.ui-draggable-helper{
	cursor: grab;
	height: 25%;
}

.draggable>img {
	max-width:100%;
	max-height:100%;
	/*padding: 1%;*/
}
.dummy_class {
	border-width: 0px!important;
	cursor: auto!important;
}
.class_1{
}
.class_2{
}
.class_3{
}

.position_1{
	order: 1;
}
.position_2{
	order: 2;
}
.position_3{
	order: 3;
}
.position_4{
	order: 4;
}

.sliding {
	-webkit-animation: slidein1 1.5s linear 1 forwards;
	animation: slidein1 1.5s linear 1 forwards;
}

@-webkit-keyframes slidein1{
	from{
		transform: translate(-100%,0);
	}
}

@keyframes slidein1{
	from{
		transform: translate(-100%,0);
	}
}

.identity {
	box-sizing: border-box;
	padding: 2%;
	font-weight: bold;
	border-bottom: 2px solid #FFB5B9;
	border-left: 2px solid #FFB5BA;
	background: #FF5C65;
	color: #FFEE71;
}

.subtextblock {
}

.showtext {
	position: absolute;
	color: #DEE8A8;
	background-color: #9041CD;
	font-size: 2.5vmin;
	padding: 0.2%;
	border-radius: 10px;
	width: 15%;
	left: 42.5%;
	margin-top: 13%;
	opacity: 0;
	z-index: 10;
}

.show-on-hover{
	animation: hoverontext 0.5s forwards;
}

@keyframes hoverontext {
	to {opacity: 1;}
}

.disableanimation{
    -webkit-animation: emptyanimation 0.1s linear 1 forwards;
    animation: emptyanimation 0.1s linear 1 forwards;
}

@-webkit-keyframes emptyanimation{
    
}

@keyframes emptyanimation{
    
}






