@font-face{font-family:'GillSansInfant'; src:url(../fonts/font/gilsbbd.eot)}
@font-face{font-family:'GillSansInfant'; src:url(../fonts/font/gilsbbd.ttf)}

 
.head
{
    position:absolute;
    border:0px solid #000;
    width:700px;
    height:50px;
    top:-5px;
    left: 25px;
    line-height:75px;
    font-weight:bold;
    color:#fff;
    font-family:GillSansInfant;
    font-size:24px;
}

.pagecon{
    position:absolute;
    border:0px solid #ccc;
    width:300px;
    height:150px;
    left: 0px;
    right:0px;
    margin: auto;
    top: 100px;
}

.title
{
    position:absolute;
    width:993px;
    height:150px;
    left: 0px;
    top:0px;
    background: #374938;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align:center;
    font-weight:bold;
    color:#fff;
    font-family:GillSansInfant;
    font-size:20px;
    padding:10px;
}
.title1
{
    position:absolute;
    width:345px;
    height:80px;
    left: 0px;
    top:0px;
    background: #374938;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align:center;
    font-weight:bold;
    color:#fff;
    font-family:GillSansInfant;
    font-size:16px;
    padding:10px;
}
.foot
{
    position:absolute;
    width:993px;
    height:15px;
    left: 0px;
    bottom: 1px;
    background: #374938;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 99;
}
#group1{
    position:absolute;
    border:3px solid #B2D893;
    border-radius: 15px;
    width:999px;
    height:566px;/*630*/
    left: 10px;
    top:60px;
    background: #79AF80;
}
#droppableArea1{
position:absolute;
width:993px;
height:394px;/*458*/
left: 0px;
top:150px;
background: #94bf99;
text-align: center;
overflow: hidden;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
z-index: 5;
}

#close{
    position: absolute;
    top: 10px;
    right: 10px;
    font-family: GillSansInfant;
    font-size:20px;
    color: #ffffff;
    cursor: pointer;
}

/* NAV */

.contentFeedback{
	position: absolute;
	width: 1024px;
	height: 60px;
	/*background-color: rgba(47,47,47,0.5);*/
	top: 636px;
	overflow: hidden;
        border: 0px solid #000;
}

.btFeedback,.btInfo,.btReset{
	float: right;
	width: 34px;
	height: 34px;
	cursor: pointer;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-background:<background>;
}

.btReset{margin-right:50px; opacity: 1;}
.icoReset{background-image: url('../images/btResetOn@2x.png'); background-repeat: no-repeat; opacity: .5; cursor: default; }

.icoResetMove{
	-webkit-animation: reset 1s;
}

@-webkit-keyframes reset {
	0%{
		-webkit-transform: rotate(0deg);
		background-image: url('../images/btResetOn@2x.png');
	}
	50%{
		
		background-image: url('../images/btResetOff@2x.png');
		
	}
	100%{
		-webkit-transform: rotate(-360deg);
		background-image: url('../images/btResetOn@2x.png');
	}
}


.icoResetMove{
	-ms-animation: reset 1s;
}

@-ms-keyframes reset {
	0%{
		-ms-transform: rotate(0deg);
		background-image: url('../images/btResetOn@2x.png');
	}
	50%{
		
		background-image: url('../images/btResetOff@2x.png');
		
	}
	100%{
		-ms-transform: rotate(-360deg);
		background-image: url('../images/btResetOn@2x.png');
	}
}

.btInfo,.btFeedback{margin-right: 17px;}

.btFeedback{
	cursor: default;
}

.icoReset,.icoFeed{
	background-position: center center;
	background-size: 100%;
	width: 35px;
	height: 37px;
}
.icoInfo{
	width: 32px;
	height: 35px;
	background-position: center center;
	background-size: 100%;
	opacity: 0.5;
	
}

.icoInfo{background-image: url('../images/btInfoOn.png');background-repeat:no-repeat;}
.icoInfoMove{background-image: url('../images/btInfoOn@2x.png');background-repeat:no-repeat;}

.icoFeed{background-image: url('../images/btFeedOff@2x.png');background-repeat:no-repeat;}
.icoFeedMove{background-image: url('../images/btFeedOn@2x.png');background-repeat:no-repeat; }

.score{
	float: right;
	height: 34px;
	width: 130px;
	border-radius: 20px;
	background-color: rgba(27,27,27,0.2);
	overflow: hidden;
	margin-right: 12px;
	display: none;
}

#contCorrect,#contIncorrect{
	width: 49%;
	height: 100%;
	/*background-color: yellow;*/
	float: left;
	text-align: center;
	vertical-align: middle;
	font-family: 'GillSans-Light';
	font-size: 18px;
	padding-top: 7px;
}

/*in case you have a lighter background you need to use this color : #177100; for #contCorrect and color: #923e3e; for #contIncorrect*/
#contCorrect{
	border-right: 1px solid rgba(0,0,0,0.3);
        color: #33ff00;
        }
#contIncorrect{
	color: #ffcbcb;
}

#contCorrect img{
	width: 17px;
	height: 18px;
}
#contIncorrect img{
	width: 15px;
	height: 17px;
}

.score div img{
	vertical-align: middle;
	margin-left: 5px;
	margin-top: -5px;
}




.txt1{
    /*font-family:GillSansInfant;*/
    text-align: center;
    margin-top:5%;
    margin-left:20%;
    width: 20%;
    height:40%;
    border-radius: 5px;
    font-size:20px;
    
}

/*input:focus*/
/*{*/
/*/*background:-webkit-radial-gradient(center,linear farthest-side,#f9c222 0,#fcdd84 100%);*/*/
/*background-image: -webkit-radial-gradient(left, rgba(200, 219, 182, 0.99), #ccc); */
/**/
/*}*/
.closeBtn{
    display: block;
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
    font-size: 16pt;
    z-index: 100;
    font-family:Icons;
}

.inst{
    position: absolute;
    right: 150px;
    bottom: 20px;
    width: 40px;
    height: 38px;
    background: url(../images/quiz_btn.png) no-repeat;
    cursor: pointer;
    
}

.question{
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 669px;
    height: 360px;
    border: 2px solid #7ea0c6;
    left: 0px;
    right: 0px;
    margin: auto;
    background: -moz-radial-gradient(center,circle farthest-side,#597CA5 0,#45638D 100%);
    background: -webkit-radial-gradient(center,circle farthest-side,#597CA5 0,#3D5485 100%);
    background: -ms-radial-gradient(center,circle farthest-side,#597CA5 0,#3D5485 100%);
    background: -webkit-gradient(radial,center center,0,center center,100%,color-stop(0%,#597CA5),color-stop(65%,#82BC54),color-stop(100%,#45638D));
    color: #fff;
    padding: 20px 35px 35px;
    font-size: 20px; 
    text-align: left;
    z-index: 2001;
    text-shadow: 0px 2px #000;
}



#blocker{
    display: block;
    position: fixed;
    width: 150%;
    height: 150%;
    left: -25%;    
    top: 0px;
    bottom: 0px;
    margin-bottom: auto;
    margin-top: auto;
    background: rgba(0,0,0,0.5);
    z-index: 2000;
    
}

.blocker1{
    display:none;
    position: fixed;
    width: 150%;
    height: 150%;
    left: -25%;
    top: -25%;
    background: rgba(0,0,0,0.5);
    z-index: 2000;
}/*
.blocker2{
    display:none;
    position: fixed;
    width: 150%;
    height: 778px;
    left: -25%;
    top: -10px;
    background: rgba(0,0,0,0.5);
    z-index: 3000;
}*/
@font-face{font-family:'myFontfamily'; src:url(../fonts/font/GilSandsRegular.ttf)}

.nameTxt{
    position: absolute;
    right: 35px;
    top:14px;
}
.inTxt{
    width: 250px;
    height: 36px;
    border: 2px solid #B2D893;
    border-radius: 5px;
    padding: 10px;
    /*text-align: center;*/
    font-family: myFontfamily;
}
#addPage{
    width: 155px;
    height: 65px;
    /*border: 2px solid #B2D893;
    border-bottom:  2px solid #B2D893;
    border-right:  2px solid #B2D893;*/
    left: 0px;
    top: 0px;
    position: absolute;
}

#label1{
    width: 545px;
    height: 65px;
    /*border: 2px solid #B2D893;*/
    border-bottom:  2px solid #B2D893;
    border-right:  2px solid #B2D893;
    left: 155px;
    top: 0px;
    position: absolute;
    text-align: center;
    padding: 20px;
}

#label2{
    width: 293px;
    height: 65px;
    /*border: 2px solid #B2D893;*/
    border-bottom:  2px solid #B2D893;
    left: 700px;
    top: 0px;
    position: absolute;
    text-align: center;
    padding: 20px;
}
#label3{
    width: 155px;
    height: 85px;
    /*border: 2px solid #B2D893;*/
    border-bottom:  4px solid #B2D893;
    border-right:  2px solid #B2D893;
    left: 0px;
    top: 65px;
    position: absolute;
    text-align: center;
    padding: 16px;
}

#label4{
    width: 249px;
    height: 85px;
    /*border: 2px solid #B2D893;*/
    border-bottom:  4px solid #B2D893;
    border-right:  2px solid #B2D893;
    left: 155px;
    top: 65px;
    position: absolute;
     text-align: center;
    padding-top: 30px;
}

#label5{
    width: 296px;
    height: 85px;
    /*border: 2px solid #B2D893;*/
    border-bottom:  4px solid #B2D893;
    border-right:  2px solid #B2D893;
    left: 404px;
    top: 65px;
    position: absolute;
     text-align: center;
    padding-top: 30px;
}
.label6{
    width: 60px;
    height: 85px;
    /*border: 2px solid #B2D893;*/
    border-bottom:  4px solid #B2D893;
    border-right:  2px solid #B2D893;
    left: 700px;
    top: 65px;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    padding-top: 30px;
}

.label7{
    width: 60px;
    height: 85px;
    /*border: 2px solid #B2D893;*/
    border-bottom:  4px solid #B2D893;
    border-right:  2px solid #B2D893;
    left: 760px;
    top: 65px;
    position: absolute;
       text-align: center;
    padding-top: 30px;
}

.label8{
    width: 60px;
    height: 85px;
    /*border: 2px solid #B2D893;*/
    border-bottom:  4px solid #B2D893;
    border-right:  2px solid #B2D893;
    left: 820px;
    top: 65px;
    position: absolute;
       text-align: center;
    padding-top: 30px;
}
.label9{
    width: 60px;
    height: 85px;
    /*border: 2px solid #B2D893;*/
    border-bottom:  4px solid #B2D893;
    border-right:  2px solid #B2D893;
    left: 880px;
    top: 65px;
    position: absolute;
    text-align: center;
    padding-top: 30px;
}
.label10{
    width: 55px;
    height: 85px;
    /*border: 2px solid #B2D893;*/
    border-bottom:  4px solid #B2D893;
    left: 938px;
    top: 65px;
    position: absolute;
       text-align: center;
    padding-top: 30px;
}

.addicon{
    background: url('../images/icon.png') no-repeat;
    background-size: contain;
    position: absolute;
    width: 35px;
    height: 35px;
    border: 0px solid #000;
    left: 30px;
    top: 15px;
}
#row1{
    position: relative;
    width: 993px;
    height: 120px;
    border: 0px solid #000;
     text-align: left;
     font-family: GillSansInfant;
     font-size: 16px;
     display:table-row;
    
}
#rowTxt1{
    width:155px;
    position: relative;
    min-height: 120px;
    border-top:  4px solid #B2D893;
    border-right:2px solid #B2D893;
    border-bottom:2px solid #B2D893;
    display:table-cell;
}
.rowinTxt{
    position: relative;
    /*top: 35px;*/
    left: 15px;
}

#rowTxt2{
    width:249px;
    padding: 10px;
    position: relative;
    height: 120px;
    border-top:  4px solid #B2D893;
    border-right:2px solid #B2D893;
    border-bottom:2px solid #B2D893;
    display:table-cell;
}

#rowTxt3{
    width:296px;
    padding: 10px;
    position: relative;
    height: 120px;
    border-top:  4px solid #B2D893;
    border-right:2px solid #B2D893;
    border-bottom:2px solid #B2D893;
    display: table-cell;
    vertical-align: middle;
}
.rowTxt4
{
    position: relative;
    width: 60px;
    display: table-cell;
    border-top:4px solid #B2D893;
    border-bottom:2px solid #B2D893;
    border-right: 2px solid  #B2D893;
}
.rowTxt4_0
{
    position: relative;
    width: 53px;
    display: table-cell;
    border-top:4px solid #B2D893;
    border-bottom:2px solid #B2D893;
}
.rowTxt4_1
{
       border-top:none;
}
.alignTxt{
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    text-align: center;
    vertical-align: middle;
}
.inputTxt{
    margin-left: 8px;
    padding: 5px;
    width: 260px;
    min-height: 75px;
    border: 3px  solid #B2D893;
    border-radius: 9px;
    background-color:#FFF; 
    -webkit-user-select: auto;
    word-wrap: break-word;
}
.inputTxt1{
    margin-left: 4px;
    padding: 5px;
    width: 135px;
    min-height: 75px;
    border: 3px  solid #B2D893;
    border-radius: 9px;
    background-color:#FFF; 
    -webkit-user-select: auto;
    word-wrap: break-word;
}
.inputTxt2{
    margin-left: 0px;
    padding: 5px;
    width: 227px;
    min-height: 75px;
    border: 3px  solid #B2D893;
    border-radius: 9px;
    background-color:#FFF; 
    -webkit-user-select: auto;
    word-wrap: break-word;
}

.checkicon{
    background: url('../images/check-off.png') no-repeat;
    background-size: contain !important;
    position: absolute;
    width: 35px;
    height: 38px;
    border: 0px solid #000;
    left: 14px;
    top: 32px;
    }
    
#row2{
    position: relative;
    width: 993px;
    height: 120px;
    border: 0px solid #000;
    text-align: left;
    font-family: GillSansInfant;
    font-size: 16px;
    display:table-row;
    
}

#rowTxt5{
    width:155px;
    position: relative;
    min-height: 120px;
    border-right:2px solid #B2D893;
    border-bottom:2px solid #B2D893;
    display:table-cell;
}

#rowTxt6{
    width:249px;
    padding: 10px;
    position: relative;
    height: 120px;
    border-right:2px solid #B2D893;
    border-bottom:2px solid #B2D893;
    display:table-cell;
}

#rowTxt7{
    width:296px;
    padding: 10px;
    position: relative;
    height: 120px;
    border-right:2px solid #B2D893;
    border-bottom:2px solid #B2D893;
    display: table-cell;
    vertical-align: middle;
}

 
 
   
    #row3{
   
         position: relative;
    width: 993px;
    height: 120px;
    border: 0px solid #000;
     text-align: left;
     font-family: GillSansInfant;
     font-size: 16px;
     display:table-row;
    
}
#rowTxt8{
    width:155px;
    position: relative;
    min-height: 120px;
    border-right:2px solid #B2D893;
    border-bottom:2px solid #B2D893;
    display:table-cell;
}

#rowTxt9{
    width:249px;
    padding: 10px;
    position: relative;
    height: 120px;
    border-right:2px solid #B2D893;
    border-bottom:2px solid #B2D893;
    display:table-cell;
}

#rowTxt10{
    width:296px;
    padding: 10px;
    position: relative;
    height: 120px;
    border-right:2px solid #B2D893;
    border-bottom:2px solid #B2D893;
    display: table-cell;
    vertical-align: middle;
}
 
 
.noBorder{
    border-top: 0px solid ;
    height: 100px;
}
     
    #row4{
   
         position: relative;
    width: 993px;
    height: 120px;
    border: 0px solid #000;
     text-align: left;
     font-family: GillSansInfant;
     font-size: 16px;
     display:table-row;
    
}
#rowTxt11{
    width:155px;
    position: relative;
    min-height: 120px;
    border-right:2px solid #B2D893;
    border-bottom:2px solid #B2D893;
    display:table-cell;
}

#rowTxt12{
    width:249px;
    padding: 10px;
    position: relative;
    height: 120px;
    border-right:2px solid #B2D893;
    border-bottom:2px solid #B2D893;
    display:table-cell;
}

#rowTxt13{
    width:296px;
    padding: 10px;
    position: relative;
    height: 120px;
    border-right:2px solid #B2D893;
    border-bottom:2px solid #B2D893;
    display: table-cell;
    vertical-align: middle;
}
     #row5{
   
         position: relative;
    width: 993px;
    height: 120px;
    border: 0px solid #000;
     text-align: left;
     font-family: GillSansInfant;
     font-size: 16px;
     display:table-row;
    
}
#rowTxt14{
    width:155px;
    position: relative;
    min-height: 120px;
    border-right:2px solid #B2D893;
    border-bottom:2px solid #B2D893;
    display:table-cell;
}

#rowTxt15{
    width:249px;
    padding: 10px;
    position: relative;
    height: 120px;
    border-right:2px solid #B2D893;
    border-bottom:2px solid #B2D893;
    display:table-cell;
}

#rowTxt16{
    width:296px;
    padding: 10px;
    position: relative;
    height: 120px;
    border-right:2px solid #B2D893;
    border-bottom:2px solid #B2D893;
    display: table-cell;
    vertical-align: middle;
}

     #row6{
   
         position: relative;
    width: 993px;
    height: 120px;
    border: 0px solid #000;
     text-align: left;
     font-family: GillSansInfant;
     font-size: 16px;
     display:table-row;
    
}
#rowTxt17{
    width:145px;
    position: relative;
    min-height: 120px;
    height:auto;
    border-right:2px solid #B2D893;
    border-bottom:2px solid #B2D893;
    display:table-cell;
    padding: 10px 5px;
    vertical-align:top;
    
}

#rowTxt18{
    width:249px;
    padding: 10px;
    position: relative;
    min-height: 120px;
    height:auto;
    border-right:2px solid #B2D893;
    border-bottom:2px solid #B2D893;
    display:table-cell;
    vertical-align:top;
    
}

#rowTxt19{
    width:296px;
    padding: 10px;
    position: relative;
    min-height: 120px;
    height:auto;
    border-right:2px solid #B2D893;
    border-bottom:2px solid #B2D893;
    display: table-cell;
    vertical-align: top;
}
#prev{
    position: absolute;
    background: url('../images/btn_prev.png') no-repeat;
    background-position: center;
    left: 15px;
    top: 0px;
    width: 28px;
    height: 30px;
    opacity: 0.5;
    /*border: 1px solid #000;*/
    
}

#next{
    position: absolute;
    background: url('../images/btn_next.png') no-repeat;
    background-position: center;
    left: 111px;
    top: 0px;
    width: 28px;
    height: 30px;
    opacity: 0.5;
    /*border: 1px solid #000;*/
}

#updatePage{
    position: absolute;
    text-align: center;
    left: 42px;
    top: 5px;
    width: 70px;
    height: 30px;
    border: 0px solid #000;
    font-family: GillSansInfant;
}
#del{
    position: absolute;
    background: url('../images/page_del.png') no-repeat;
    background-position: center;
    left: 166px;
    top: -1px;
    width: 37px;
    height: 37px;
    opacity: 0.5;
     
    /*border: 1px solid #000;*/
}

.button_Box
{
position:absolute;
width:162px;
height:70px;
top:-3px;
left:-3px;
border:  3px solid #FFF380;
border-radius:15px;
/*box-shadow: 1px 1px #FFF380;*/
font-weight:normal;
font-size:18px;

}

textarea{
    resize: none;
}
.popup{
position:absolute;
width:40px;
height:40px;
top: 14px;
border:0px solid #000;
cursor:pointer;
background:url('../images/close.png') no-repeat;
background-size:contain;
}
.clsinst{
position:absolute;
width:530px;
height:410px;
top:294px;
/*left:260px;*/
margin: auto;
left: 0px;
right: 0px;
border:3px solid #5c8821;
border-radius: 15px;
z-index:100;
background-image: -webkit-linear-gradient(top, #d4efae, #dceec4);
background-image: -moz-linear-gradient(top, #d4efae, #dceec4);
background-image: -ms-linear-gradient(top, #d4efae, #dceec4); 
/*background:#cce8a6;*/
padding:40px;
color: #000;
display:none;
font-family: myFontfamily;
font-size: 18px;
z-index: 5000;

}
.clsicon{
position:absolute;
right:10px;
top:10px;
/*background:url('../images/close_btn.png') no-repeat;*/
background: #374938;
border: 3px solid #5c8821;
border-radius: 20px;
background-size:contain;
width:25px;
height:25px;
cursor: pointer;
color: #fff;
font-family: GillSansInfant;
font-size: 20px;
text-align: center;
}
.bold{font-family: GillSansInfant;}