
@font-face {
	font-family:"arial";
	src:url('../font/arial.ttf') format('truetype');
}
@font-face {
	font-family:"arialbd";
	src:url('../font/arialbd.ttf') format('truetype');
}
.question{
	font-weight:bold;
	
	}

#question2{visibility:hidden; display:none;}
.hint div{
	display:inline-table;
	font-family:"times";
}




#counterHolder{
	float:right;
	margin-right:50px;
}
#counter{
	font-size:12px;
	padding:5px 20px;
	background-color:#103A67;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	
	color:white;
}

#score{width:25px;}

.correctAnsholder{
	font-size:15px;
	color:red;
	margin-left:50px;
	height:30px;
	text-align:left;
}
.correctAnsholder3{
	font-size:15px;
	color:red;
	margin-left:50px;
	text-align:left;
	height:90px;
}
#actNavHolder{
	position:relative;
}

#actNavHolder table{
	position: absolute;
    top: 35px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 200px;
    height: 100px;
    margin: auto;
}


#submitAns, #refreshBtn{
	-moz-box-shadow:inset 0px 1px 0px 0px #dcecfb;
	-webkit-box-shadow:inset 0px 1px 0px 0px #dcecfb;
	box-shadow:inset 0px 1px 0px 0px #dcecfb;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #80b5ea), color-stop(1, #277ed5) );
	background:-moz-linear-gradient( center top, #80b5ea 5%, #277ed5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80b5ea', endColorstr='#277ed5');
	background-color:#277ed5;
	
	text-indent:0;
	border:2px solid #fff;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:37px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #528ecc;
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	position:relative;
}
#submitAns:hover{
	cursor:pointer;
	color:#033;
}
#refreshBtn:hover{
	cursor:pointer;
	color:#033;
}
#submitAns:disabled, #refreshBtn:disabled{
	-moz-box-shadow:inset 0px 1px 0px 0px #dcecfb;
	-webkit-box-shadow:inset 0px 1px 0px 0px #dcecfb;
	box-shadow:inset 0px 1px 0px 0px #dcecfb;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #999), color-stop(1, #333) );
	background:-moz-linear-gradient( center top, #999 5%, #333 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#999', endColorstr='#333');
	background-color:#999;
	
	text-indent:0;
	border:2px solid #fff;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:37px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #528ecc;
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	position:relative;
}
#hintBtn{
	-moz-box-shadow:inset 0px 1px 0px 0px #dcecfb;
	-webkit-box-shadow:inset 0px 1px 0px 0px #dcecfb;
	box-shadow:inset 0px 1px 0px 0px #dcecfb;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #80b5ea), color-stop(1, #277ed5) );
	background:-moz-linear-gradient( center top, #80b5ea 5%, #277ed5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80b5ea', endColorstr='#277ed5');
	background-color:#277ed5;
	
	text-indent:0;
	border:2px solid #fff;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:35px;
	margin-right:10px;
	line-height:40px;
	width:35px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #528ecc;
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	position:absolute;
	visibility:hidden;
}

.hintIcon{
	/*background-image:url(../images/navgation/lastbtn.png);*/
	background-repeat:no-repeat;
	background-size: 45%;
	margin-left:9px;
	margin-top:6px;
	width:40px;
	height:40px;
	
	-moz-animation-name: hintIcon;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;

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

    -webkit-animation-name: hintIcon;

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

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

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

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

.choicesholder{
	margin-left:50px;
	text-align:left;
}
 .choice{

 }
.choicesholder .choice2{
	display:block;
	margin-left:50px;
}

.choices2{
	width:500px;
	padding:5px;
	margin:5px 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:1px #CCC dotted;
	background-color:#abd5f6;
}

.choices{
	width:200px;
	padding:5px;
	margin:5px 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:1px #CCC dotted;
	background-color:#abd5f6;
}
.choicesNoBG{
	width:200px;
	padding:5px;
	margin:5px 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:1px #CCC dotted;
}

.choices3{
	width:30px;
	height:30px;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:2px;
	font-size:18px;
	padding-right:5px;
	margin:5px 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:1px #CCC dotted;
	background-color:#abd5f6;
	text-align:center;
	
}

.smallChoiceHolder{
	margin-left:60px;
}

.selected{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color:#ff7e00;
	border:1px #CCC dotted;
	color:white;
	cursor:pointer;
}
.unselected{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:1px #CCC dotted;
	background-color:#018ca9;
	color:white;
}
.unselected2{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:1px #CCC dotted;
	color:#333;
}
.unselected:hover{
	cursor:pointer;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:1px #CCC dotted;
	background-color:#37678c;
	color:white;
}

.choiceAns{
	border:1px #999 dotted;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width:45px;
	height:45px;
	margin:0px 10px;
}
.droppable2{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width:428px;
	height:41px;
	margin:5px 10px;
}
.droppable{
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width:45px;
	height:45px;
	margin:0px 10px;
}

.droppable-empty{
	border:1px #999 dotted;
}

.droppable-wrong{
	border:1px red solid;
}
.DDChoicesHolder{
	position:relative;
	height:80px;
	width:95%;
	margin-bottom:30px;
	margin-left:40px;
	background-color:white;
}

.DDChoices{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 180px;
    height: 50px;
    margin: auto;
	border:1px #06F solid;
	padding:10px 5px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px
}

.drag{
	margin:0px 10px;
	position:absolute;
}
.drag2{
	margin:0px 10px;
	position:absolute;
	left:120px;
}
.draggable{
	cursor:move;
}

.stick {
	position:fixed;
	top:110px;
	margin-left:0px;
}

.itemHolder-parent{
	border:1px #fff solid;
	overflow-y:auto;
	overflow-x:hidden;
}




.CSSTableGenerator strong, .CSSTableGenerator b{font-family:"arialbd";}



.CSSTableGenerator {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #fff;
	font-family:"arial";
    
}.CSSTableGenerator table{
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;

}.CSSTableGenerator tr:hover td{
	
}
.CSSTableGenerator tr:nth-child(odd){ background-color:#fff; }
.CSSTableGenerator tr:nth-child(even)   { background-color:#fdcf94; }.CSSTableGenerator td{
	vertical-align:middle;
	
	
	border:1px solid #fff;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:5px;
	font-size:14px;
	font-family:"arial";
	font-weight:normal;
	color:#000;
}.CSSTableGenerator tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{
    background:-o-linear-gradient(bottom, #007fff 5%, #007fff 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #007fff), color-stop(1, #007fff) );
	background:-moz-linear-gradient( center top, #007fff 5%, #007fff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#007fff", endColorstr="#007fff");	background: -o-linear-gradient(top,#007fff,007fff);

	background-color:#007fff;
	border:0px solid #fff;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:16px;
	font-family:"arial";
	font-weight:bold;
	color:#ffffff;
}
.CSSTableGenerator tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #007fff 5%, #007fff 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #007fff), color-stop(1, #007fff) );
	background:-moz-linear-gradient( center top, #007fff 5%, #007fff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#007fff", endColorstr="#007fff");	background: -o-linear-gradient(top,#007fff,007fff);

	background-color:fff;
}
.CSSTableGenerator tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

.Ans{
	font-size:30px;
	padding-top:3px;
	margin:0px 10px;
}

.inline-Items, .inline-Items2{
	display:inline-table;
}




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

@-moz-keyframes hintIcon {
    0%   {
		 background-image:url(../images/extra/paper.png);
		}
    50%  {
		 background-image:url(../images/extra/paper2.png);
		}
    100%  {
		 background-image:url(../images/extra/paper.png);
		}
}
@-webkit-keyframes hintIcon {
    0%   {
		 background-image:url(../images/extra/paper.png);
		}
    50%  {
		 background-image:url(../images/extra/paper2.png);
		}
    100%  {
		 background-image:url(../images/extra/paper.png);
		}
}

/* Standard syntax */
@keyframes hintIcon {
    0%   {
		 background-image:url(../images/extra/paper.png);
		}
    50%  {
		 background-image:url(../images/extra/paper2.png);
		}
    100%  {
		 background-image:url(../images/extra/paper.png);
		}
}