.blue-gradient{
	background: linear-gradient(#fff,#4b70a7);
	-webkit-background: linear-gradient(#fff,#4b70a7);
	-moz-background: linear-gradient(#fff,#4b70a7);
	height: 25px;
	padding: 5px 0;
}

.login-box{
	border: 1px solid #53697e;
	height: 160px;
	width: 35%;
	margin: 20% auto;
	text-align: center;
}

.login-box form{
	margin: 15px 0;
}
.login-box button{
	width: 128px;
	border: 1px solid #000;
	background: linear-gradient(#fff,#9fd1ff);
	-webkit-background: linear-gradient(#fff,#49fd1ff);
	-moz-background: linear-gradient(#fff,#49fd1ff);
	
}

.login-box input{
	width: 155px;
}
.about a:hover{
	color: blue;
}

.clock{
	min-height: 140px;
	width: 100%;
	background: #f0f7ff;
	border-bottom: 1px solid #fff;
}
.sub-heading{
	background: #eef8ff;
	height: 30px;
	width: 100%;
	color: #423745;
	padding: 3px 5px;
	text-shadow: 1px 0px red;
}
.inst_content{
	background: #fff;
	height: 220px;
	border: 1px solid #000;
	width: 99%;
	margin:  5px auto;
	overflow: auto;
}
.warning{
	color: red;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
}

.here-by{
	font: normal 14px Arial;
	padding: 10px 15px;
}
.here-by label, .conf-finish label{
	cursor: pointer;
}
ol{
	margin: 20px 50px;
}

ol li{
	margin: 10px;
	font: normal 16px Arial;
}

#start{
	width: 85px;
    color: #000 !important;
	display: none;
}

.red-name{	
	color: red;
	text-transform: uppercase;
	font-size: 15px;
}
.green-name{
	color: green;
	font-size: 15px;
	margin: 0 10px;
}
.top-info{
	padding: 10px 17px; 
}

.paper-container{
	border: 2px solid #4f687c;
	border-top: 2px solid #4668a7;
	margin: 19px;
	min-height: 810px;
	background: #fff;
}
.Q-desc{
	border-bottom: 2px solid #4668a7;
	background: #bbdef4;
	margin: 0px -15px;
	padding: 0px 2px;
	height: 30px;
}

.question {
	border: 2px solid #4668a7;
	border-left: none;
	border-top: none;
	margin-top: 0px;


}
.Q-desc h5 span{
	color: blue;
}
.budget{
	
}

.std-pic{
	background: #c0dcf2;
	padding: 20px 0px 0px;
	height: 236px;
	text-align: center;
}
.pic-back{
	
}
.std-pic img{
	background: #c0dcf2;
	border: 1px solid black;
	max-width: 130%;
	
}
.quest{
	margin-top: 5px;
	text-indent: px;
	overflow-y: scroll;
	width: 100%;
	height: 200px;
	font-size: 16px;
	font-weight: bold;
	resize: none;
}

.option{
	margin: 3px -3px; 
	height: 
}
.options .Q-desc {
	border-top: 2px solid #4668a7;
	width: 102.5%;
}

.summary .Q-desc {
	border-top: none;
	width: 102.5%;
}

.answers{
	padding: 15px 0;
	margin-top: 10px;
}
.options{
	margin-top: -12px;


}

.answer{
    height: 79px;
    overflow-y: scroll;
    width: 98%;
    padding: 10px 5px;
	border: 1px solid #000;
}


.select{
	width: 2%;
	padding-left: 6px;
}

.select input{
	margin: 33px -1px;
}
#click-ans{
	color: #000;
	cursor: pointer;
}



.time-navig{
	width: 102.5%;
	border: 2px solid #3c688f;
	height: 80px;
	margin-left: -15px;
	border-left: none;
	padding-top: 15px;
	border-right: none;
}




.navig ul li{
	margin: 10px;
	padding: 0px;


}

.navig ul li i.fa{
	width: 50px;
	height: 50px;
	border-radius: 50%;
    padding: 14px 19px;
	font-size: 18px;
	font-weight: bold;
	background: #ccc;
	color: #555;
	border: 2px solid #514e57;
}
.navig ul li i.fa-info{
	background: #61a0f0;
	color: #fff;
	border: 2px solid #3c688f;
}

.attempted {
	border: 1px solid #000 !important;
	border-right: none !important;
	border-left: none !important;
	padding-top: 5px !important;
	height: 40px !important;
}

.attempted table{
	background: #fff !important;
}

.summary .attempted table tr td{
	padding: 5px 10px !important;
	border: 2px solid #aaa !important;
}

.attempted-q{
	background: green;
}


.bottom-bar{
	height: 50px;
	padding: 10px 0;
	position: relative;
	bottom: -10px;
}
.bottom-bar p a{
	color: blue;	
}
.bottom-bar p a:hover{
	color: blue !important;
	text-decoration: underline !important;	
}


i.fa-play.revr{
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    
}
.show-hide{
	display: none;
	
}

.chk-finish{
	height: 155px;
    width: 100%;
    border: 1px solid #000;
    padding: 0px 16px 0;
	overflow: auto;
}

.chk-finish .btns{
	position: relative;
	top: 80px;
	
}


.chk-finish button{
	font-size: 12px;
	padding: 5px;
	
}


.chk-finish ul{
	list-style-type: disc;
}
.chk-finish ul li p.warning{
	text-align: left;
}

.conf-finish{
	margin: 5px;
}
.conf-finish label > input[type=checkbox]{
	padding-top: 2px
}

.finish-btns button{
	width: 128px;
	border: 1px solid #000;
	background: linear-gradient(#fff,#9fd1ff);
	-webkit-background: linear-gradient(#fff,#49fd1ff);
	-moz-background: linear-gradient(#fff,#49fd1ff);
}

.disabled{
	color: #aaa !important;
}


#finish{
	cursor: pointer;
	color: blue;
	font-size: 14px;
}


.max-window{
	height: 500px;
}
.max-p-cont{
	min-height: 1120px;
}











/**{
	border: 1px solid red;
}
*/














