@font-face {
  font-family: "Avgardd_bold";
  src: url(../fonts/Avgardd.ttf)
}


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

html,body{  }

html, body {
	margin:0;
	padding:0; 
  height: 100%;
  font-size:25px;
  min-width:800px;
}

body{
	margin:0px;
	padding:0px;
	
	background-image:url(../Images/Math_BG.jpg);
	background-position: center;
	background-repeat:no-repeat;
	background-size:cover;
}



/* =============================== */

div#load_screen{
	background-color:#10e0f3;
	opacity: 1;
	position: fixed;
    z-index:10;
	top: 0px;
	width: 100%;
	height: 1600px;
}
div#load_screen > div#loading{
	color:#ffffff;
	width:120px;
	height:24px;
	margin: 300px auto;
	
}
#loading{
	font-family: "Avgardn";
	-moz-animation-name: preloader;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;

    -moz-animation-iteration-count: infinite;
    -moz-animation-play-state: running;

    -webkit-animation-name: preloader;

    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;

    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;

    animation-name: preloader;
    animation-duration: 1s;

    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-play-state: running;
}


/* =============================== */

a{
	text-decoration:none;
	color:#000000;
}

#bodyContent{
	height:100%;
	width:100%;
	overflow: hidden;
    position: fixed;
}


.header{
	padding:10px 0px;
}

.indexHeader{
	padding:20px 0px;
}


#activitySubject{
	font-weight:bold;
	font-family: "Avgardd_bold";
	font-size:80%;
}

.content2{
	border:3px #F90 solid;
	/*border:2px red solid;*/
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
	z-index:3;
	padding:20px;
	position:relative;	
	height:80%;
	width:95%;
	margin:0px auto;
	background-image:url(../Images/whiteBG.png);
}

.contentWrapper{
overflow:auto;
padding-right:5px;
height:100%;
}


.lessonObjectivesHolder{
	text-align:center;
	height:50%;
}


.lessonObjectives{
	height:70%;
}

.lessonObjectives h1{
	font-family: "Avgardd_bold";
	vertical-align:middle;
}

.btnHolder{
	position:inherit;
	bottom:0px;
}

.instruction{
	font-family: "Avgardd_bold";
}


.targetHolder{
	text-align:center;
}


.inline{
  display: inline-flex;
  align-items: top;
  flex-wrap: nowrap;
  margin:0px auto;
  text-align:center;
  
}

.inline>div.dropHolder{
	margin: 0px auto;
	white-space: nowrap;
	text-align:left;
	
	width:30%;
	min-width:220px;
	height:300px;
	
	border-radius:20px;
}


#startBtn{
	text-decoration:none;
	font-family: "Avgardd_bold";
	background-color:#67d31f;
	border-radius:30px;
	color:#ffffff;
	padding:10px 50px;
}

#startBtn:hover{
	background-color:#4faf0f;
}

.droppableName{
	font-family: "Avgardd_bold";
	text-align:center;
	color:#ffffff;
	padding:20px 0px;
	display:block;
	width:100%;
	height:20px;
	border-radius:20px 20px 0px 0px;
}


.choicesHolder{
	width:80%;
	margin:0px auto;
	text-align:center;
	padding-top:40px;
}

ul.choices{
	border:1px #333333 solid;
	width:650px;
	margin:50px auto;
	border-radius:30px;
	padding:20px;
	text-align:center;
}

ul.choices li{
	display:inline-block;
	margin:0px auto;
}

ul.choices li img{
	width:100px;
	height:100px;
}

#image_div{
	/*border:1px #333333 solid;*/
}

.items{
	width:230px;
	height: 200px;
	display: inline-block;
}

.sample{
	width: 280px;
	height: 200px;
}

.dummy1,.draggable1, .draggable2, .draggable3, .draggable4, .draggable5, .draggable6, .draggable7, .draggable8{
	display:inline-block;
	margin:0px 10px;
	
	
	
	/*background-color:#ffffff;
	border-radius:5px;
	
	vertical-align:middle;
	font-family: "Avgardd_bold";
	display:inline-block;
	margin:0px; 
	width:40px;
	height:40px;
	padding:0px 0px;
	font-weight:bold; 
	font-size:20px; 
	text-align:left;
	
	border: 1px #4C3C1B solid;
    background-color: #EFEECB;
	-moz-box-shadow: 2px 3px 2px #53090B;
	-webkit-box-shadow: 2px 3px 2px #53090B;
	box-shadow: 2px 3px 2px #53090B;
	*/
	
	cursor: pointer; 
  cursor: hand; 
  
	
}

.clearAnsBtn{
	padding:5px 10px;
	margin:20px auto;
	text-align:center;
	border-radius:20px;
	font-size:20px;
	color:#FFFFFF;
	background-color:#f88825;
	display:none;
}
/* .correct , .wrong {
	
	width:50px !important;
	height:50px !important;
	
	
	
	
} */

.draggable1 img, .draggable2 img, .draggable3 img, .draggable4 img, .draggable5 img, .draggable6 img{
	width:50px; 
	height:50px;
	display:inline-block;
	margin-left: auto;
    margin-right: auto;
	
	
}


.targetImageWithLabel{
	height:170px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:35px;
}
.targetImageOnly{
	height:150px;
	padding: 5px 8px 35px 5px;
}


.popupBg{
	position: absolute;
	top:0;
	height:100%;
	width:100%;
	background-image:url(../Images/blueBG.png);
	z-index:8;
	display:none;
}

.popupHolder {
  position: inherit;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border:2px #eb890a solid;
  background-color:#ffffff;
  border-radius:30px;
  height:400px;
  width:350px;
  padding:30px 20px;
  font-family: "Avgardn";
  text-align:center;
  background-color:#ffffff;
  z-index:9;
}

#feedBack{
	font-family: "Avgardd_bold";
	text-align:center;
}

.starHolder{
	width:200px;
	height:48px;
	background-size:100%;
	margin:0px auto;
}

.popupHolder table {
	font-size:80%;
	width:80%;
	margin:0px auto;
}

#average{
	font-size:90%;
}


table {
   border-collapse: collapse;
   margin:0;
}

table td, table td span{
   font-family: "Avgardn";
}

table td.left{
   text-align:left;
}
table td.right{
   text-align:right;
}

a#retakeBtn{
	margin:0px auto;
	position:relative;
	background-color:#f2eb22;
	top:50px;
	border-radius:25px;
	padding:10px 20px;
	font-family: "Avgardn";
}

a#retakeBtn:hover{
	background-color:#e2db10;
	cursor:pointer;
}

/*
a#activityRetakeBtn{
	margin:0px auto;
	position:static;
	background-color:#f2eb22;
	top:80px;
	border-radius:25px;
	padding:10px 20px;
	font-family: "Avgardn";
	display:none;
}
a#activityRetakeBtn:hover{
	background-color:#e2db10;
	cursor:pointer;
}

a#reviewBtn{
	position:absolute;
	background-color:#a5d028;
	color:#ffffff;
	right:-10px;
	top:-10px;
	border-radius:25px;
	line-height:30px;
	padding:5px 15px;
	font-family: "Avgardd_bold";
}

a#reviewBtn:hover{
	background-color:#84a919;
	cursor:pointer;
}
*/

a#reviewBtn{
	margin:0px auto;
	position:static;
	background-color:#f2eb22;
	top:100px;
	border-radius:25px;
	padding:10px 20px;
	font-family: "Avgardn";
}
a#reviewBtn:hover{
	background-color:#e2db10;
	cursor:pointer;
}
.controller{
	text-align:center;
	vertical-align:middle;
	/*margin-top:50px;*/
}


#submitBtn, #retakeBtn, #AnswerBtn{
	margin:0px auto;
	background-color:#f2eb22;
	border-radius:25px;
	padding:10px 50px;
	font-family: "Avgardn";
	font-size:20px;
}

#submitBtn:hover, #retakeBtn:hover{
	background-color:#e2db10;
	cursor:pointer;
}

#retakeBtn{
	margin-top:50px;
}

a#refbtn img{
	width:40px;
	margin-left:20px;
	border:2px #000000 solid;
	border-radius:27px;
}

#highscorefeedBack{
	color:#1c46e0;
}

#recordedHighScoreHolder{
	float:right;
	font-family: "Avgardn";
	font-size:80%;
	color:#000000;
	margin-right:20px;
	margin-top:10px;
}

#backBtn{
	background-image:url(../Images/arrowLeft2.png);
	background-size:100%;
	width:40px;
	height:40px;
	margin:0px 20px;
}
#backBtn:hover{
	background-image:url(../Images/arrowLeft2.png);
	cursor:pointer;
}

#scoreboardHolder{
	float:right;
	background-image:url(../Images/scoreBoardIcn.png);
	background-size:100%;
	width:40px;
	height:40px;
}

#results{
	font-family: "Avgardn";
	text-align:center;
	margin:20px auto;
}

#instruction_div{
	font-family: "Avgardd_bold";
}

#scoreboardHolder:hover{
	background-image:url(../Images/scoreBoardIcn2.png);
	cursor:pointer;
}

#clearData{
	display:none;
	font-size:80%;
	color:#f57212;
	margin-top:20px;
}

#clearData:hover{
	cursor:pointer;
}

.finalFeebackHolder{
	width:95%;
	margin:100px auto;
	text-align:center;
	position: absolute;
	border:1px yellow solid;
}

.finalFeebackHolder table{
	width:400px;
	margin:10px auto;
	text-align:center;
}

#finalFeedback{
	text-align:center;
	font-family: "Avgardd_bold";
	margin-top:50px;
}

#finalscoreLabel, #wrongansLabel{
	text-align:left;
	font-size:80%;
}
#percentLabel{
	text-align:left;
}

#finalscore, #wrongans{
	text-align:right;
	font-size:80%;
}
#percent{
	text-align:right;
}



/*===============================================*/

@-moz-keyframes preloader {
    0%   {
		 opacity: 1;
		}
    50%  {
		 opacity: 0.2;
		}
    100%  {
		opacity: 1;
		}
}
@-webkit-keyframes preloader {
      0%   {
		 opacity: 1;
		}
    50%  {
		 opacity: 0.2;
		}
    100%  {
		opacity: 1;
		}
}

/* Standard syntax */
@keyframes preloader {
     0%   {
		 opacity: 1;
		}
    50%  {
		 opacity: 0.2;
		}
    100%  {
		opacity: 1;
		}
}



/*=====================================================================*/

.tableHolder{
	margin:70px auto 30px auto;
	margin:0px auto 30px auto;
	display:inline-table;
}

.tableHolder table{
	margin:0px auto;
}


.droparea{

	width:200px;
	height:150px;
	margin:5px;
	background-size:100%;
	background-repeat:no-repeat;
	
	

}

.ui-widget-header{
		
	
	width: 100px;
	height: 140px;
	
	overflow: hidden;
	/* overflow-x: hidden; */
	/* overflow-y: auto; */
	/* border: solid black 1px;
	background-color:white; */

	

}

#droppable{

}




.dropHolder{
	width:50%;
	margin:30px auto;
	
	
}

.dropHolder table{
	width:100%;

	
}

.tableLabel{
	font-size:70%;
}

.imageHolder{
	width:650px;
	position:relative;
	display:inliine-table;
	
}
.dropHolder{
	width:40%;
	border:1px blue solid;
	display:inliine-table;
	
	
}



.holder{
	display: flex;

}



.imageHolder img{
	width:100%;
	
}

.inlineChoices{
  display: flex;
  align-items: top;
  flex-wrap: nowrap;
  margin:10px 0px 10px 0px;
  text-align:left;
 
}

.inlineChoices>div.item{
	margin: 0px 10px;
	white-space: nowrap;
	width:450px;

	
}


#AnswerBtn{
	display:none;
}

.marks{
	
	width:5px;
	height:5px;
	display:none;
	background-size:20px;
	margin-left:0px;	
	text-align:center;
}

.marks2{
	display:none;
	/*display:inline-table;*/
	width:40px;
	height:40px;
	background-position: center;
	background-repeat:no-repeat;
	background-size:100% 100%;
	text-align:center;
	background-image:url(../Images/xMark.png);
	margin-bottom: -10px;
}

/*===================================================*/

.currrent{
	display: inline-block;

	
	
}

.label {
	text-align:center;
	width:100%;
}

.answer .imageHolder img{
	margin-top:0px; 
}


#selectorHolderA{
	width:260px;
	padding-top:10px;
	height:100px;
	display: inline-block;
	
}

.itemHolder{
	position: relative;
	display: inline-block;
	

	
}

.choicesHolderImg{
	position: relative;
	display: inline-block;
	width: 450px;
	
	margin-top: 28px;
}

.choicesHolderImgMobile,.hide{
	display: none;
}

.spaceTD{
	height:40px;
}

.answer .correct{
	margin-left:100px;
	margin-top:100px;
}

.numHolder{
	
	
	width:25px;
	/* height:50px; */
	font-weight:bold;
	text-align:center;
	font-size:20px;
	line-height:100%;
	font-family: "Avgardd_bold";
	border: solid black 1px;
	background-color: white;
	overflow: hidden;
	
	padding: 15px 12px;
}

/*.holder1{
		background-image:url(../Images/choicesImg/worm.png);
	background-size:500px;
	background-repeat: no-repeat;
	display: inline-block;
	padding:10px;
	width: 500px;
	height: 250px;
}*/

.choicesItem1{
	background-position: center;
	background-repeat:no-repeat;
	background-size:200px;
	width:200px;
	height:200px;
	text-align:center;
	margin-right: 150px;
}

.choicesAns {
	background-position: center;
	background-repeat:no-repeat;
	background-size:100px;
	width:100px;
	height:140px;
	text-align:center;
}

.choicesImage,.choicesImageAns{
	background-position: center;
	background-repeat:no-repeat;
	background-size:100px;
	width:200px;
	height:200px;
	text-align:center;
	margin-left: 50px;
	margin-right: 100px;
}

.choicesImageAns {
	height:150px;
}

.ansPageFix {
	position: static;
	float: left;
  margin: 0px;
}

#item1z{
	background-image:url(../Images/choicesImg/item1z.png);
}

#item1{
	background-image:url(../Images/choicesImg/item1.png);
}

#item2{
	background-image:url(../Images/choicesImg/item2.png);
}

#item3{
	background-image:url(../Images/choicesImg/item3.png);
}

#item4{
	background-image:url(../Images/choicesImg/item4.png);
}

#item5{
	background-image:url(../Images/choicesImg/item5.png);
}

#item6{
	background-image:url(../Images/choicesImg/item6.png);
}

#item7{
	background-image:url(../Images/choicesImg/item7.png);
}

#item8{
	background-image:url(../Images/choicesImg/item8.png);
}

/* CHOICE 1 */
.choice1a{
	background-image:url(../Images/choicesImg/choice1a.png);
}
.choice1b{
	background-image:url(../Images/choicesImg/choice1b.png);
}
.choice1c{
	background-image:url(../Images/choicesImg/choice1c.png);
}

/* CHOICE 2 */
.choice2a{
	background-image:url(../Images/choicesImg/choice2a.png);
}
.choice2b{
	background-image:url(../Images/choicesImg/choice2b.png);
}
.choice2c{
	background-image:url(../Images/choicesImg/choice2c.png);
}

/* CHOICE 3 */
.choice3a{
	background-image:url(../Images/choicesImg/choice3a.png);
}
.choice3b{
	background-image:url(../Images/choicesImg/choice3b.png);
}
.choice3c{
	background-image:url(../Images/choicesImg/choice3c.png);
}

/* CHOICE 4 */
.choice4a{
	background-image:url(../Images/choicesImg/choice4a.png);
}
.choice4b{
	background-image:url(../Images/choicesImg/choice4b.png);
}
.choice4c{
	background-image:url(../Images/choicesImg/choice4c.png);
}

/* CHOICE 5 */
.choice5a{
	background-image:url(../Images/choicesImg/choice5a.png);
}
.choice5b{
	background-image:url(../Images/choicesImg/choice5b.png);
}
.choice5c{
	background-image:url(../Images/choicesImg/choice5c.png);
}

/* CHOICE 6 */
.choice6a{
	background-image:url(../Images/choicesImg/choice6a.png);
}
.choice6b{
	background-image:url(../Images/choicesImg/choice6b.png);
}
.choice6c{
	background-image:url(../Images/choicesImg/choice6c.png);
}

/* CHOICE 7 */
.choice7a{
	background-image:url(../Images/choicesImg/choice7a.png);
}
.choice7b{
	background-image:url(../Images/choicesImg/choice7b.png);
}
.choice7c{
	background-image:url(../Images/choicesImg/choice7c.png);
}

/* CHOICE 8 */
.choice8a{
	background-image:url(../Images/choicesImg/choice8a.png);
}
.choice8b{
	background-image:url(../Images/choicesImg/choice8b.png);
}
.choice8c{
	background-image:url(../Images/choicesImg/choice8c.png);
}

.question-wrap{
	display: flex;
	flex-direction: row;
}

.marks-cont {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.drops,.dropsAns {
	margin-left: -50px;
	margin-top: 30px;
	/* margin-top: 70px; */
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 40px;
}

.dropsAns {
	margin-top: 56px;
}

.dummy1 {
	cursor: default !important;
}