@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: top;
	background-repeat:no-repeat;
	background-size:cover;
	overflow:hidden;
	
}



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

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%;
	margin-left:20px;
}

.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);
	overflow-x: auto;
}

.contentWrapper{
overflow-y:auto;
overflow-x:hidden;
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: 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;
}

#item3A, #item4A, #item7A{
	width: 200px;
}

.choices{
	display: inline-block;
	width:160px;
	height:40px;
	line-height:40px;
	text-align:center;
	margin:5px 10px;
	background-color:#FFFFFF;
	padding:10px;
	border:1px #cccccc dotted;
	border-radius:20px;
}

.choices:hover{
	cursor:pointer;
}
.selected{
	color:#FFFFFF;
	background-color: #5ea0f2 !important;
}

.selected .numerator{
	color:#FFFFFF;
	background-color: #5ea0f2;
	border-bottom: 2px solid white; 
}


.choices table{
  margin-left:10px !important;
}

.choices2{
	display: inline-block;
	width:50px;
	height:20px;
	line-height:15px;
	text-align:center;
	margin:0px 10px;
	background-color:#FFFFFF;
	padding:15px;
	border:1px #cccccc dotted;
	border-radius:20px;
}

.choices2:hover{
	cursor:pointer;
}

.choices2 table{
  margin-left:10px !important;
}

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

.choicesHolderImg{
	position: relative;
	display: inline-block;
	width: 830px;
}

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

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

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

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



.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;
	margin-bottom:50px;
}


#submitBtn, #retakeBtn, #AnswerBtn, #nextBtn, #prevBtn{
	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;
}

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

#highscorefeedBack{
	color:#1c46e0;
}

#recordedHighScoreHolder{
	font-family: "Avgardn";
	font-size:80%;
	color:#000000;
	margin-right:20px;
}
#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";
}

#instruction_div2{
	font-family: "Avgardd_bold";
	padding-left:25px;
	text-indent:-25px;
}

#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;
		}
}

#AnswerBtn{
	display:none;
}

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

input[disabled] {
	background-color:white;
}


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



.tableLabel{
	font-size:70%;
}

.imageHolder{
	width:400px;
	margin:50px auto;
}
.imageHolder img{
	width:100%;
}

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

.holder{
	display: flex;
}

.currrent{
	display: inline-block;
}

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

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

.inlineChoices>div.item{
	margin: 0px 10px;
	white-space: nowrap;
	width:450px;
	border:1px red solid;
}


.label{
	font-size:80%;
}

.tableHolder{
	margin:30px auto;
	width:90%;
}

#multi{
	margin:70px auto 30px auto;
	display:ruby;
}


.tableHolder td.tdTextboxHolder{
	width:80px;
	height:80px;
	padding:5px;
	text-align:center;
}

.tableHolder table{
	margin:0px auto;
}


.textField{
	font-size:25px;
	width:40px;
	height: 30px;
	margin:0px Auto;
	text-align:center;
	font-family: "Avgardn";
	
}

.textField2{
	text-align:center;
	font-size:25px;
	width:200px;
	margin:0px Auto;
	font-family: "Avgardn";
	text-transform: lowercase;
}

.textFieldHolder{
	border-bottom:1px #000000 solid;
	width:200px;
	display:inline-block;
}



.images{
	border-radius:20px; 
	width:260px; 
	border:2px #999999 solid;
}

.images2{
	width:260px; 
	vertical-align:middle;
}

.images3{
	width:350px; 
	vertical-align:middle;
}


.itemNumber{
	vertical-align:text-top;
	padding-top:8px;
}

.txtLeft{
	margin-left:20px;
	text-align:left;
}

.itemTable{
	background-color:#FFFFFF;
	margin:0px !important;
}

.itemTableHeader{
	padding:5px 10px;
	background-color:#519BF4; 
	font-family: "Avgardd_bold";
}

.itemTableBody{
	vertical-align:bottom;
	text-align:center;
	padding:5px 10px;
}

.wholeNum{
	border-bottom:1px #000000 solid;
	text-align:center;
	display:inline-table;
}

.setPages{
	display:none;
	overflow-x:auto;
}

.inline2 img{
	border: 1px solid black;
	border-radius: 10px;
	width: 30%;
}

.number{
	min-width:30px;
}



.arrow-up-right {
  width: 16px;
  height: 16px;
  border-right: 4px solid black;
  border-top: 4px solid black;
  transform: rotate(45deg); /* Points ↗ */
  margin: 5px;
}

.question-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
}

.question-line {
  white-space: nowrap;
}

.equation-line {
  white-space: nowrap;
}

/* On narrow screens, stack lines vertically */
@media (max-width: 600px) {
  .question-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}

.draggable1, .draggable2, .draggable3, .draggable4, .draggable5, .draggable6{
	display:inline-block;
	margin:0px 10px;
}

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

/*.correct img, .wrong img{
	width:40px !important;
	height:40px !important;
	display: inline-block;
}*/

.droparea1 {
    width: 75%;
    height: 75%;
    display: grid;
    grid-template-columns: repeat(2, 160px);
    grid-auto-rows: 120px;
    gap: 5px;
    overflow-y: auto;
    overflow-x: hidden;
    align-content: start;
    box-sizing: border-box;
	padding-left: 40px;
	padding-top: 30px;
	border:2px black solid;
	margin-right: 10px;
	margin-bottom: 10px;
}

.drop-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25px;
  background-color: #e0e0e0;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  z-index: 1;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;        /* vertical centering */
  justify-content: center;    /* horizontal centering */
}


#droppable2 {
	border-color: lightblue;
	padding-top: 60px;
}

#droppable3 {
	border-color: lightgreen;
	padding-top: 60px;
}

#droppable4 {
	border-color: plum;
	padding-top: 60px;
}

#head1 {
	background-color: lightblue;
	height: 50px;
	font-size: 22px;
}

#head2 {
	background-color: lightgreen;
	height: 50px;
	font-size: 22px;
}

#head3 {
	background-color: plum;
	height: 50px;
	font-size: 22px;
}

.ui-widget-header{
	width: 390px;
	height: 310px;
	overflow: auto;
}

.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;
}

.spaceTD{
	height:40px;
}

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

.circle-container {
    width: 200px;
    border-radius: 50%;
    border: 3px solid #9bbb59;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f9f9f9;
    overflow: hidden;
    position: relative;
	margin-right: 10px;
}

.disabled{
    pointer-events: none;
}

.numerator {
	display: block; 
	border-bottom: 2px solid black; 
	padding-bottom: 3px;
	pointer-events: none;
}

.sortable { 
	list-style-type: none; 
	padding: 0;
	color:#000;
	text-align: center; 
	cursor: move;
	/*display: inline-table;*/
	display:table;
	border-spacing:10px;
	margin:0;
}

.sortable li { 
	cursor: pointer;
	margin: 3px 10px 3px 0; 
	padding: 3px; 
	float: left; 
	width: 80px; 
	line-height:60px;
	background-color:#FFFFFF;
	font-family: "Avgardd_bold";
	/*font-size: 24px;
	font-weight:bold;*/ 
	text-align: center; 
	border:1px #EF8A25 solid; 
    border-radius: 20px;
	
	white-space:nowrap;
	
	-moz-box-shadow: 2px 3px 2px #333;
	-webkit-box-shadow: 2px 3px 2px #333;
	box-shadow: 2px 3px 2px #333;

}

@media (max-width: 600px) {
  .sortable {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start; /* or center, if you prefer */
    border-spacing: 0; /* optional, removes spacing between table rows */
  }

  .sortable li {
    float: none !important;
    margin: 5px 0; /* vertical spacing between items */
  }
}

@media (max-width: 600px) {
	.responsiveRow {
		flex-direction: column;
		align-items: flex-start;
	}
}

.imgg{
	width: 10%;
}

 .imgdd{
	width: 200px !important;
	border: 1px solid black;
	border-radius: 10px;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px;
	background: white;
 }
 
  #im1{
	width: 100px !important;
 }
 
 .responsive-flex {
  display: flex;
  flex-direction: row;
  padding-left: 20px;
  gap: 20px;
  text-align: left;
}

@media (max-width: 600px) {
  .responsive-flex {
    flex-direction: column;
  }
}
