@charset "utf-8";
.mainmenu {
	font : bold 10pt Arial;
	text-decoration : none;
	color : #EBF3FB; /*mainmenu default font color*/
}
.mainmenu:hover {
	color : black; /*mainmenu selection font color*/
}
.submenu {
	font : bold 10pt Arial;
	text-decoration : none;
	color : #EBF3FB; /*submenu default font color*/
}
.submenu:hover {
	color : Black; /*submenu selection font color*/
}
/* Company : NSEIT Project : NCFM-2 */
/* Define colors, fonts and other style attributes here to overridde the defaults */

/* Page background color */
body {
	background-color: white
}
/* Menu item display */
a.menuItem:link {
	color: BLACK;
	text-decoration: underline;
	font-weight: bold;
	font-family: sans-serif
}
a.menuItem:visited {
	color: BLACK;
	font-family: sans-serif
}
a.menuItem:hover {
	text-decoration: none;
	font-family: sans-serif
}
a.barItem:link {
	color: BLACK;
	text-decoration: underline;
	font-family: sans-serif
}
a.barItem:visited {
	color:BLACK;
	font-family: sans-serif
}
a.barItem:hover {
	text-decoration: none;
	font-family: sans-serif
}
/*Fileld set Legend*/
.frameTitle {
	font : bold 10pt Arial;
	font-variant : small-caps;
}
/*Field Caption*/
.caption {
	font-weight: bold;
}
.mandatory {
	font : bold 11pt Arial;
	text-align: right;
	color : #FF0000;
}
/*Header Bar Module Name*/
.barTitle {
	font : bold 14pt Arial;
	font-variant : small-caps;
	color : #FFFFFF;
}
/*Header Bar color*/
.barColor {
	background : #838071;
}
/*User and Date*/
.barCaption {
	font : 12pt Arial;
	color : #FFFFFF;
}
/*Caption on Push button*/

.btncaption {
	font : bold 10pt Arial;
	background : #9f9e8e;
}
/*Small break*/
.smallBreak {
	font : bold 3pt Arial;
}
/*Added By Sneha Mehta for Report Standarisation
/*table Headrs */
.tableHeaders {
	font : bold 10pt Arial;
	vertical-align: top;
}
/*tableColumns*/
.tableColumns {
	font : 10pt Arial;
	vertical-align: top;
}
.displayLabels {
	font :bold 10pt Arial;
}
.displayData {
	font :normal 9pt Arial;
}
.displayTitle {
	font :bold 9pt Arial;
}
.summaryQstn {
	color: blue;
	cursor: hand;
}
.highlightSummaryQstn {
	color: red;
	font-weight: bolder;
	cursor: hand;
}
.questionFnt {
	font :normal 12pt Arial;
}
.bookmarkedQuestion {
	font-weight: bold;
	font-size: 13px !important;
}
table tr td {
	font :normal 10pt Arial;
}
.questionFontSize td {
	font-size: 16px;
}
/*
input[type="button"], input[type="submit"], input[type="reset"] {
	font-size:12px;
	color:#dee7ed;
	background-color:#1b67a5;
	border:#0d4482 1px solid;
	cursor:pointer;
	font-weight:bold;
}

input[type="text"], input[type="password"]  {
	border:#999 1px solid;
	background-color:#FFF;
	width:180px;
}

select {
	border:#999 1px solid;
	background-color:#FFF;
	width:180px;
}
*/
.grid {
	font-family:Arial;
	font-size:12px;
	border-spacing: 0;
	border-collapse: collapse;
	border-width: 0 0 1px 1px;
	border:#999 1px solid;
}
.grid th {
	text-align:center;
	vertical-align:top;
	color:#000;
	background:#a8c6da;
	padding:3px;
	border-width: 1px 1px 0 0;
	border:#999 1px solid;
}
.grid td {
	color:#000;
	background:#FFF;
	vertical-align:top;
	padding:4px;
	border-width: 1px 1px 0 0;
	border:#999 1px solid;
}
.hr-underline2 {
	height:1px;
	border-bottom:1px solid #c2bca1;
	margin:5px 0px 18px 0px;
}
.pageTitle {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#3154ac;
	margin:0px 0px 5px 0px;
}
.table_2 {
	font-family:Arial;
	font-size:12px;
	border-spacing: 0;
	border-collapse: collapse;
	border-width: 0 0 1px 1px;
	border:#a4a9b2 1px solid;
}
.table_2 th {
	background:#c2cada !important;
	text-align:Centre;
	vertical-align:top;
	padding:3px;
	border-width: 1px 1px 0 0;
	border:#a4a9b2 1px solid;
}
.table_2 td {
	background:#FFF;
	padding:3px;
	vertical-align:top;
	border-width: 1px 1px 0 0;
	border:#a4a9b2 1px solid;
}
.table_2 a:link {
	color: #36F;
	text-decoration: none;
	font-size:12px;
}
.table_2 a:visited {
	text-decoration: none;
	color: #3165FF;
	font-size:12px;
}
.table_2 a:hover {
	text-decoration: none;
	color: #3CF;
	font-size:12px;
}
.table_2 a:active {
	text-decoration: none;
	color: #31CFFF;
	font-size:12px;
}
.wemcamBtn {
	background: url("../images/Webcam.png") no-repeat top;
	width: 58px;
	height: 29px;
}
.wemcamConfBtn {
	background: url("../images/configure.png") no-repeat top;
	width: 58px;
	height: 29px;
	margin: 0px;
	padding: 0px;
}
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.top {
	height:132px;
	background:url(../images/top-bg.jpg) repeat-x top center;
}
.logoname {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#343434;
	padding-left:15px;
}
.top-right {
	background-color:#d1b3b3;
	color:#333;
	padding:5px 15px;
}
.content-tbl {
	height:450px;
	padding:20px;
	vertical-align:top;
}
.ta-logintext {
	font-size:17px;
	font-weight:bold;
	color:#a90b19;
}
.hr-underline5 {
	height:1px;
	border-bottom:1px solid #6f734f;
	margin:2px 0px 15px 0px;
}
.pageTitle5 {
	font-size:14px;
	color:#313131;
	margin:0px 0px 5px 0px;
	font-weight:bold;
}
.content-tbl input[type="text"] {
	font-size:12px;
	color:#333;
	width:188px;
	border:1px solid #999;
}
.content-tbl input[type="password"] {
	font-size:12px;
	color:#333;
	width:188px;
	border:1px solid #999;
}
.content-tbl select {
	font-size:12px;
	color:#333;
	width:188px;
	border:1px solid #999;
}
.content-tbl input[type="button"] {
	background-color:#c3adaf;
	color:#000;
	height:22px;
	border:#a99f9d 1px solid;
	cursor:pointer;
	min-width:80px;
}
.content-tbl input[type="button"]:hover {
	background-color:#e1c8c3;
	color:#000;
	height:22px;
	border:#a99f9d 1px solid;
	cursor:pointer;
	min-width:80px;
}
.studentloginwindow {
	background-color:#f1e6e6 !important;
	border:#eadbdb 2px solid !important;
}
.Grid-tbl {
	font-family:Arial;
	font-size:12px;
	border-spacing: 0;
	border-collapse: separate !important;
	border:#53534D solid;
	border-width: 0 0 1px 1px;
}
.Grid-tbl th {
	background:#1576bb;
	font-weight:normal;
	text-align:Center;
	color:#FFF;
	vertical-align:top;
	padding:3px;
	border:#53534D solid;
	border-width: 1px 1px 0 0;
	font-size:12px;
	line-height:120%;
}
.Grid-tbl td {
	word-break: break-all;
	padding:4px;
	vertical-align:top;
	border:#53534D solid;
	border-width: 1px 1px 0 0;
}
.footer-bar {
	background-color:#909090;
	height:25px;
}
.section a {
	display:block;
	margin:0;
	/*background:#d8d8d8 url(../images/plus-bar-bg.jpg) no-repeat right center;*/
	background: #ededed; /* Old browsers */
	background: -moz-linear-gradient(top, #ededed 0%, #cfcfcf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed ), color-stop(100%, #cfcfcf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ededed 0%, #cfcfcf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ededed 0%, #cfcfcf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ededed 0%, #cfcfcf 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ededed 0%, #cfcfcf 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed  ', endColorstr='#cfcfcf', GradientType=0 ); /* IE6-9 */
	border:#c6c5c1 1px solid;
	/*width:207px;*/
	font-size:12px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	margin-bottom:2px;
	text-decoration:none;
	line-height: 22px;
	padding: 0 3px 0 7px;
}
.section a:hover {
	background-color:#d8d8d8;
	border:#c5c5c5 1px solid;
	text-decoration:none;
}
.section a .sectionNameDisplay, .section-active a .sectionNameDisplay {
	/*Fix for the Optional Section check box not displayed properly (Defect #146148).*/
	min-width: calc(100% - 30px);
    width: calc(10px + 200px);
	/* width: 280px; */
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;/*position: absolute;*/
}
/*Added By Praveenk for time based visited section start*/


.section-visited a {
	display:block;
	background: #ededed; /* Old browsers */
	background: -moz-linear-gradient(top, #ededed 0%, #cfcfcf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed ), color-stop(100%, #cfcfcf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ededed 0%, #cfcfcf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ededed 0%, #cfcfcf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ededed 0%, #cfcfcf 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ededed 0%, #cfcfcf 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed  ', endColorstr='#cfcfcf', GradientType=0 ); /* IE6-9 */
	border:#c5c5c5 1px solid;
	/*width:207px;*/
	font-size:12px;
	color:#208949 !important;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	margin-bottom:2px;
	text-decoration:none;
	line-height: 22px;
	padding: 0 3px 0 7px;
}
/*Added By Praveenk for time based visited section end*/

.section-active a {
	display:block;
	background: #ededed; /* Old browsers */
	background: -moz-linear-gradient(top, #ededed 0%, #cfcfcf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed ), color-stop(100%, #cfcfcf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ededed 0%, #cfcfcf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ededed 0%, #cfcfcf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ededed 0%, #cfcfcf 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ededed 0%, #cfcfcf 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed  ', endColorstr='#cfcfcf', GradientType=0 ); /* IE6-9 */
	border:#c5c5c5 1px solid;
	/*width:207px;*/
	font-size:12px;
	color:#06548B !important;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	margin-bottom: 2px;
	text-decoration:none;
	line-height: 22px;
	padding: 0 3px 0 7px;
}
.seeMoreDisplayClass .section a {
	display:block;
	margin:0;
	background: #e4e4e4 url(../images/plus-bar-bg.jpg) no-repeat right center; /* Old browsers */
	background: -moz-linear-gradient(top, #ededed 0%, #cfcfcf 100%) url(../images/plus-bar-bg.jpg) no-repeat right center; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed ), color-stop(100%, #cfcfcf)) url(../images/plus-bar-bg.jpg) no-repeat right center; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ededed 0%, #cfcfcf 100%) url(../images/plus-bar-bg.jpg) no-repeat right center; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ededed 0%, #cfcfcf 100%) url(../images/plus-bar-bg.jpg) no-repeat right center; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ededed 0%, #cfcfcf 100%) url(../images/plus-bar-bg.jpg) no-repeat right center; /* IE10+ */
	background: linear-gradient(to bottom, #ededed 0%, #cfcfcf 100%) url(../images/plus-bar-bg.jpg) no-repeat right center; /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed  ', endColorstr='#cfcfcf', GradientType=0 ); /* IE6-9 */
	border:#c6c5c1 1px solid;
	/*width:207px;*/
	font-size:12px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	margin-bottom:2px;
	text-decoration:none;
	line-height: 22px;
	padding: 0 3px 0 7px;
}
.top-bar {
	background-color:#1171b5;
	height:25px;
	color:#FFFFFF;
	font-size:13px;
	font-family:Arial;
	text-align:right;
	padding-right:15px;
	width:40%;
}
.top-bar1 {
	background-color:#1171b5;
	height:25px;
	color:#FFFFFF;
	font-size:13px;
	font-family:Arial;
	text-align:left;
	padding-right:15px;
}
.section-time {
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	color:#FFF !important;
	background:#404040;
	border:#000000 1px solid;
	clear:both;
	padding: 0px 10px 0px 12px;
	display: inline-block;
}
.section-time-td {
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	color:#FFF !important;
	textalign:center;
	width:100px;
}
.section-time input {
	background:#404040;
	border:0;
	color:#2bff01 !important;
	width:100px !important;
	font-family:Arial;
	font-size:24px;
	font-weight:bold;
}
.candidate-pic {
	position:absolute;
	z-index:1015;
	width:80px;
	height:15px;
	color:#FFFFFF;
	font-size:11px;
	margin-top:76px;
	text-align:center;
	background:url(../images/register-pic-div-bg.png) repeat left top;
}
.phototext {
	font-size:10px;
	font-weight:normal;
	font-family:Arial;
	color:#FFFFFF;
}
.summary-heading {
	font:Arial;
	font-size:14px;
	color:#000000;
	font-weight:bold;
	background:#d8d8d8 url(../images/section-bg.jpg) no-repeat left center;
	border:#aeaeae 1px solid;
	border-left: 0px;
	border-right: 0px;
	padding: 4px 10px;
	background-size: contain;
}
.border-bottom {
	border-bottom:#c6c6c6 1px solid;
	padding:3px 5px 3px 12px;
}
.border-bottom2 {
	border-bottom:#c6c6c6 1px solid;
	border-top:#c6c6c6 1px solid;
	padding:3px 5px 3px 12px;
}
.section-heading {
	/*	background-color:#FFFFFF;*/
	font-size:16px;
	font-family:Arial;
	color:#000000;
	font-weight:bold;
	padding:10px 0px 8px 12px;
}
.section-link {
	font-family:Arial;
	font-size:14px;
	text-align:right;
	color:#870e12;
}
.section-link a:link, .section-link a:visited {
	color: #870e12;
	text-decoration: none;
}
.section-link a:hover, .section-link a:active {
	text-decoration: underline;
	color: #ac2b2f;
}
#candidateInfoDiv a:link, #candidateInfoDiv a:visited {
	color: #870e12;
	text-decoration: none;
	font-weight:bold;
}
#candidateInfoDiv a:hover, .#candidateInfoDiv a:active {
 text-decoration: underline;
 color: #ac2b2f;
 font-weight:bold;
}
input[type="button"], input[type="submit"], input[type="reset"] {
	background: #1576bb !important; /* Old browsers */
	background: -moz-linear-gradient(top, #1576bb 0%, #0864a5 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1576bb ), color-stop(100%, #0864a5)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1576bb 0%, #0864a5 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1576bb 0%, #0864a5 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1576bb 0%, #0864a5 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom, #1576bb 0%, #0864a5 100%) !important; /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45494d  ', endColorstr='#000000',GradientType=0 ); /* IE6-9 */*/ 	/*border-radius: 4px;*/
	/*background:url(../images/darkgrey-btn-bg.png) no-repeat top center; darkgrey-btn-bg.png*/
	font-family:Arial;
	font-weight:Bold;
	color:#FFFFFF;
	border:0;
	min-width:110px;
	height:28px;
	cursor:pointer;
	padding: 5px 15px !important;
	width: auto;
}
#btnResetResp {
	background: #bd4747 !important;
}
input[type="button"]:disabled, input[type="submit"]:disabled, input[type="reset"]:disabled {
	background: #ccc !important;
}
.input-candidateverify {
	background: #1171b5;
	font-family:Arial;
	font-weight:Bold;
	color:#FFFFFF;
	border:0;
	width:180px;
	height:28px;
	cursor:pointer;
}
.input-bluebtn {
	background: #1576bb !important; /* Old browsers */
	background: -moz-linear-gradient(top, #1576bb 0%, #0864a5 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1576bb ), color-stop(100%, #0864a5)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1576bb 0%, #0864a5 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1576bb 0%, #0864a5 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1576bb 0%, #0864a5 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom, #1576bb 0%, #0864a5 100%) !important; /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45494d  ', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	background-color: #1576bb;
	font-family:Arial;
	font-weight:Bold;
	color:#FFFFFF;
	border:0;
	min-width:110px;
	height:28px;
	cursor:pointer;
	padding: 5px 15px !important;
	width: auto;
}
.input-bluebtn2 {
	background:url(../images/darkgrey-btn2-bg.png) no-repeat top center;
	font-family:Arial;
	font-weight:Bold;
	color:#FFFFFF;
	border:0;
	width:140px;
	height:24px;
	cursor:pointer;
}
.input-greenbtnSubmit {
	/*background:url(../images/darkgrey-btn-bg.png) no-repeat top center;*/
	font-family:Arial;
	font-weight:Bold;
	color:#82FA58;
	border:0;
	min-width:110px;
	height:28px;
	cursor:pointer;
	padding: 5px 15px !important;
	width: auto;
}
.input-bluebtn:hover {
	/*background:url(../images/darkgrey-btn-bg.png) no-repeat top center;*/
	font-family:Arial;
	font-weight:Bold;
	color:#FFFFFF;
	border:0;
	min-width:110px;
	height:28px;
	cursor:pointer;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	padding: 5px 15px !important;
	width: auto;
}
.underline-none {
	color:#000000;
	text-decoration: none;
}
.input-brownbtn {
	/*background:url(../images/redbtn-bg.png) no-repeat top center;
	background-color : #870e12;
	font-family:Arial;
	font-weight:Bold;
	color:red;
	border:0;
	min-width:110px;
	height:24px;
	cursor:pointer;*/	
	min-width : 110px;
	padding: 5px 15px !important;
	width: auto;
	height:28px;
	border:1px solid #72021c;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:12px;
	font-family:arial;
	padding: 2px 5px 2px 5px;
	text-decoration:none;
	display:inline-block;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
	font-weight:bold;
	color: #FFFFFF;
	background-color: #a90329;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#a90329), to(#6d0019));
	background-image: -webkit-linear-gradient(top, #a90329, #6d0019);
	background-image: -moz-linear-gradient(top, #a90329, #6d0019);
	background-image: -ms-linear-gradient(top, #a90329, #6d0019);
	background-image: -o-linear-gradient(top, #a90329, #6d0019);
	background-image: linear-gradient(to bottom, #a90329, #6d0019);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#a90329, endColorstr=#6d0019);
	cursor:pointer;
}
.input-donebtn {
	background: #1576bb !important; /* Old browsers */
	background: -moz-linear-gradient(top, #1576bb 0%, #0864a5 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1576bb ), color-stop(100%, #0864a5)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1576bb 0%, #0864a5 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1576bb 0%, #0864a5 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1576bb 0%, #0864a5 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom, #1576bb 0%, #0864a5 100%) !important; /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1576bb  ', endColorstr='#0864a5',GradientType=0 ) !important; /* IE6-9 */
	/*border-radius: 5px;*/
	
	/*background:url(../images/redbtn-bg.png) no-repeat top center !important;*/
	
	font-family:Arial;
	font-weight:Bold;
	color:#FFFFFF;
	border:0;
	min-width:110px;
	height:28px;
	cursor:pointer;
	padding: 5px 15px !important;
	width: auto;
}
.input-brownbtn-disabled {
	/*background:url(../images/disable.png) no-repeat top center !important;
	background-color : grey;
	font-family:Arial !important;
	font-weight:Bold !important;
	color:#000 !important;
	border:0 !important;
	width:110px !important;
	height:24px !important;
	cursor:pointer !important;*/
	
	min-width : 110px;
	padding: 5px 15px !important;
	width: auto;
	height:24px;
	border:1px solid #cacaca;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:12px;
	font-family:arial;
	padding: 2px 5px 2px 5px;
	text-decoration:none;
	display:inline-block;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
	font-weight:bold;
	color: #FFFFFF;
	background-color: #E6E6E6;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#E6E6E6), to(#CCCCCC));
	background-image: -webkit-linear-gradient(top, #E6E6E6, #CCCCCC);
	background-image: -moz-linear-gradient(top, #E6E6E6, #CCCCCC);
	background-image: -ms-linear-gradient(top, #E6E6E6, #CCCCCC);
	background-image: -o-linear-gradient(top, #E6E6E6, #CCCCCC);
	background-image: linear-gradient(to bottom, #E6E6E6, #CCCCCC);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#E6E6E6, endColorstr=#CCCCCC);
}
.input-brownbtn:hover {
	/*background:url(../images/redbtn-bg.png) no-repeat top center;*/
	font-family:Arial;
	font-weight:Bold;
	color:#FFFFFF;
	border:0;
	min-width:110px;
	height:28px;
	cursor:pointer;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	padding: 5px 15px !important;
	width: auto;
}
.input-gerybtn {
	/*background:url(../images/grey-back-btn-bg.png) no-repeat top center;*/
	font-family:Arial;
	font-weight:Bold;
	color:#000000;
	border:0;
	width:80px;
	height:28px;
	cursor:pointer;
}
.input-gerybtn:hover {
	/*background:url(../images/grey-back-btn-bg.png) no-repeat top center;*/
	font-family:Arial;
	font-weight:Bold;
	color:#000000;
	border:0;
	width:80px;
	height:28px;
	cursor:pointer;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}
input[type="text"], input[type="search"], input[type="password"] {
	width:220px;
}
select {
	width:220px;
}
.footerbar {
	background-color:#CCCCCC;
	position: fixed;
	bottom:0;
	width: 100%;
	padding:5px 0px;
}
.footerbar span {
	margin:0px 15px;
	float:right;
	color: #333;
}
.poweredBy {
	float:left;
	display: inline-block;
	margin:0 15px;
}
.page-headertext {
	font:Arial;
	font-size:16px;
	color:#333333;
	font-weight:bold;
}
.summary-questions {
	font-size:18px;
	font-weight:bold;
	text-align:right;
	padding-right:5px;
}
.page-tbl {
	font-family:Arial;
	font-size:12px;
	border-spacing: 0;
	border-collapse: collapse;
	border:#CCCCCC 1px dotted;
}
.page-tbl th {
	background:#d4d4d4;
	text-align:Centre;
	color:#000;
	vertical-align:top;
	padding:5px;
	font-size:13px;
}
.page-tbl td {
	background:#FFF;
	padding:5px;
}
.page-tbl2 {
	font-family:Arial;
	font-size:12px;
	border-spacing: 0;
	border-collapse: collapse;
	border:#CCCCCC 1px dotted;
}
.page-tbl2 td {
	background:#FFF;
	padding:5px;
}
.input-graybuttonForExam {
	min-width : 110px;
	padding: 5px 15px !important;
	width: auto;
	height:28px;
	border:1px solid #495267;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:12px;
	font-family:arial;
	padding: 2px 5px 2px 5px;
	text-decoration:none;
	display:inline-block;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
	font-weight:bold;
	color: #FFFFFF;
	background-color: #45494d;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#45494d), to(#000000));
	background-image: -webkit-linear-gradient(top, #45494d, #000000);
	background-image: -moz-linear-gradient(top, #45494d, #000000);
	background-image: -ms-linear-gradient(top, #45494d, #000000);
	background-image: -o-linear-gradient(top, #45494d, #000000);
	background-image: linear-gradient(to bottom, #45494d, #000000);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#45494d, endColorstr=#000000);
	cursor:pointer;
}
.secondaryLanguage1 {
/*color: #007BA7;font-size:14px;*/
}
.secondaryLanguage2 {
/*color: violet;*/
}
tr.evenAlternative {
	background-color: white;
}
tr.oddAlternative {
	background-color: white;
}
/*****Added By Ritesh **********/
.textareaColor {
	border:1px solid #999;
	border-collapse:collapse;
}
.myLink {
	background: #3790cb; /* Old browsers */
	background: -moz-linear-gradient(top, #74b0dc 0%, #3790cb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #74b0dc ), color-stop(100%, #3790cb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #74b0dc 0%, #3790cb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #74b0dc 0%, #3790cb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #74b0dc 0%, #3790cb 100%); /* IE10+ */
	background: linear-gradient(to bottom, #74b0dc 0%, #3790cb 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74b0dc  ', endColorstr='#3790cb', GradientType=0 ); /* IE6-9 */
	display: inline-block;
	border-radius: 3px;
	font-size: 12px;
	font-weight: normal;
	cursor: pointer;
	padding: 5px 8px 5px 4px;
	margin: 0px;
	color: #FFF !important;
	text-decoration: none;
}
.fieldsetClass legend {
	width: 100%;
	background-color: rgb(206, 200, 200);
	color:#ba3554; 
	font-size:16px; 
	font-family:Arial; 
	border:#bbb 1px solid;
	background:url(../images/question-bar-bg.png) repeat-x left top; 
	padding:3px 0px 3px 0px;	
	display:inline-block;
}
.myLink span {
	padding:0;
	margin-right: 7px;
	width: 29px;
	height:15px;
	display:inline-block;
	border-right: 1px solid #8cbde1;
	background-image:url(../images/iconGroup.png);
	background-repeat:no-repeat;
	vertical-align: top;
}
.myLink .viewQP {
	background-position: -6px -55px;
	width: 22px;
}
.myLink .help {
	background-position: -1px -6px;
}
.myLink .calc {
	background-position: -6px -30px;
	width: 22px;
}
.myLink .viewSecQP {
	background-position: -1px -126px;
	margin-right: -3px !important;
	margin-left: -6px;
	width:23px !important;
	height: 16px !important;
	border-right: 0px solid #ef6a89 !important;
}
.myLink .viewProfile {
	background-position: -6px -78px;
	width: 21px;
}
.myLink .instructions {
	background-position: -8px -102px;
	width: 15px;
	display: inline-block!important;
}
.viewsecQPwithQueSection {
	margin: 2px 0 !important;
}
.negativeClass {
	color:#ba3554 !important;/*font-size:13px;*/
}
#fade {
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	filter: alpha(opacity=60);
	opacity:0.6;
	background-color:#545454;
	z-index:99;
}
.modernWindow {
	position: fixed;
	border: 1px solid #222;
	width: 700px;
	padding: 20px;
	background-color: White;
	z-index: 100;
	top: 50%;
	left: 50%;
	margin-left: -350px;
	margin-top: -215px;
}
.ancientWindow {
	position: fixed;
	border: 1px solid #222;
	width: 450px;
	padding: 8px;
	background-color: White;
	z-index: 100;
	top: 56%;
	left: 62%;
	margin-left: -350px;
	margin-top: -215px;
}
.webcamModernWindow {
	position: fixed;
	border: 1px solid #222;
	width: 300px;
	padding: 20px;
	background-color: White;
	z-index: 100;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	display:none;
	margin-top: -215px;
}
.fingerPrintModernWindow {
	position: fixed;
	border: 1px solid #222;
	width: 350px;
	padding: 20px;
	background-color: White;
	z-index: 100;
	top: 50%;
	left: 50%;
	margin-left: -175px;
	display:none;
	margin-top: -275px;
}
.common-tbl {
	font-family:Arial;
	font-size:12px;
	border-spacing: 0;
	border-collapse: separate !important;
	border-width: 0 0 1px 1px;
	border:#b3b3b3 1px solid;
}
.common-tbl th {
	background:#d4d4d4;
	text-align:Center;
	color:#000;
	vertical-align:top;
	padding:3px;
	border-width: 1px 1px 0 0;
	border:#b3b3b3 1px solid;
	font-size:13px;
	line-height:120%;
}
.common-tbl td {
	background:#FFF;
	padding:4px;
	vertical-align:top;
	border-width: 1px 1px 0 0;
	border:#b3b3b3 1px solid;
}
.optSectionHeader {
	position: absolute;
	text-align: left;
	color: #9a0005;
	font-size:14px;
	padding: 18px 10px 0 9px !important;
}
input[type="button"].btnResetResponse {
	background: #BD4747 !important; /* Old browsers */
	/*background:url(../images/redbtn-bg.png) no-repeat top center !important;*/
	
	font-family:Arial;
	font-weight:Bold;
	color:#FFFFFF;
	border:0;
	width:125px;
	height:28px;
	cursor:pointer;
}
input[type="button"].btnResetResponseChild {
	background: #BD4747 !important; /* Old browsers */
	/*background:url(../images/redbtn-bg.png) no-repeat top center !important;*/
	
	font-family:Arial;
	font-weight:Bold;
	color:#FFFFFF;
	border:0;
	width:125px;
	height:28px;
	cursor:pointer;
}
.instructionConf {
	color: #9a0005;
}
/*Added By Praveenk for toggle size*/
.selectLangValue {
	width: 115px;
}
.sectionBasedTimeClass a.disabled {
	background: #D1D1D1 !important;
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D1D1D1  ', endColorstr='#D1D1D1', GradientType=0 ) !important; /* IE6-9 */
}
.sectionBasedTimeClass a.secQPTimeEnable {
	display:none;
}
.capturePhoto {
	background: #1576bb;
	color: #FFF;
	margin: -20px;
	margin-bottom:20px;
	padding: 5px 10px;
	font-size: 14px;
}
.capturePhoto .closeBtn {
	float: right;
	cursor: pointer;
}
.capturePhoto .closeBtn:hover {
	background: #FFF;
	color: #333;
}
/*.summaryQuestionGroup{
	height: 320px;
    overflow-y: auto;
   border: 1px solid #FFF;
}*/

#qstnSummary {
	margin-right:10px;
	border-right:#cfcfcf 2px solid;
	background-color:#FFFFFF;
}
legend {
	padding:0;
	margin:0;
}
.textAreaFooterText {
	font-family: 'Arial';
	font-size: 10pt;
	color: #999;
}
table.Grid-tbl.feedback-table {
	border-bottom-color: #D7D0D0;
	border-left: none;
}
.feedback-table td, .feedback-table th {
	border-top-color: #D7D0D0;
	border-left: none !important;
	border-right: none !important;
	padding: 7px 0px 7px 12px !important;
}
.feedback-table th {
	width:25px;
}
table#cdDataTblId {
	margin: 0 2px;
	border-bottom: none;
	border-left: 1px solid;
	border-color: #53534D;
	overflow-x:scroll;
}
table#cdDataTblId input[type="button"], table#cdDataTblId input[type="submit"], table#cdDataTblId input[type="reset"], .buttonExample {
	width:77px;
}
.input-subBtn {
	background: #1576bb !important; /* Old browsers */
	background: -moz-linear-gradient(top, #1576bb 0%, #0864a5 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1576bb ), color-stop(100%, #0864a5)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1576bb 0%, #0864a5 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1576bb 0%, #0864a5 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1576bb 0%, #0864a5 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom, #1576bb 0%, #0864a5 100%) !important; /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45494d  ', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	background-color: #1576bb;
	font-family:Arial;
	font-weight:Bold;
	color:#FFFFFF;
	border:0;
	height:28px;
	cursor:pointer;
	width:170px !important;
}
.zoomIconGroup a.disabled {
	/* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/* IE 5-7 */
  filter: alpha(opacity=50);
	/* Netscape */
  -moz-opacity: 0.5;
	/* Safari 1.x */
  -khtml-opacity: 0.5;
	/* Good browsers */
  opacity: 0.5;
	cursor: default;
}
.zoomIconGroupSpan {
	/*display: inline-block;*/
	width: 100px;
}
.zoomIconGroupSpan a {
	background-color: #CCC;
	border: 1px solid #999;
	padding: 0px 3px 0 5px;
	margin-left: 3px;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	height: 22px;
}
.zoomIconGroupSpan a img {
	margin-top: 3px;
}
.zoomIconGroupSpan a:hover {
	background-color: #FFF;
}
.scribeAdd {
	resize: none;
}
.ScribetUpdateSuccDiv {
	margin-top: 50px;
	font-size:16px;
}
.errorDivLoginPage {
	background-color: #FFF;
	background-image: url(../images/close12.png);
	background-repeat: no-repeat;
	background-position: 15px 8px;
	color: #F03232;
	padding: 15px 25px;
	padding-left: 55px;
	border: 1px solid #F03232;
	border-radius: 10px;
	font-size: 16px;
	width: 46%;
	text-alignment: left;
	margin: 0 auto;
	margin-bottom: 10px;
}
.hidden {
	display:none;
}
#successMsgDiv {
	text-align: center;
	margin: 50px;
	font-size: 17px;
}
.pull_biometric th {
	padding:8px 0px;
}
.pull_biometric .td1 {
	width:35%;
	background:#eee;
	padding:3px 4px;
	border:1px solid #ccc;
}
.pull_biometric .td2 {
	width:65%;
	background:#fff;
	padding:3px 4px;
	border:1px solid #ccc;
}
.redText {
	color:#c80000;
}
.nonTransparentDiv {
	width:100%;
	height:100% !important;
	position:absolute;
	left: 0px;
	top: 0px;
	z-index: 99999999;
	text-align:center;
	padding:100px 0;
	bottom:0px;
	background-color: darkgray;
}
.bioBreakMsg {
	border: solid 1px black;
	width: 440px;
	height: 125px;
	background-color: white;
	margin: auto;
	padding-top: 14px;
	font-family:Arial;
	font-size:12px;
	padding:5px;
}
.bioBreakExitContainer {
	width: 500px;
	height: 220px;
	margin: 0 auto;
	background: white;
	padding: 8px;
}
.bioBreakExitContainer .heading {
	font-size: 16px;
	font-weight: bold;
	margin: 4px;
}
.bioBreakExitContainer #errormsg {
	color:red;
}
#BioBreakTALogin {
	padding: 10px;
	/*text-align: left;*/
    margin-right: 40;
	margin-left: 40;
}
#BioBreakTALogin .formLabel {
	width: 110px;
	display: inline-block;
	text-align: left;
}
.noTerminal {
	fontSize: 13px;
}
#bioBreakExitForm, #bioBreakCancelBtn {
	display:none;
}
#bioBreakExitForm .langEng {
	font-family:arial !important;
}
.bioBreakEntryConfirmation {
	/*padding-top: 32px;*/
    font-size: 12px;
	width:100%;
	height:100%;
}
.bioBreakEntryConfirmation div, .bioBreakEntryConfirmation input[type="button"] {
	margin: 10px;
}
.bioBreakEntryConfirmation span {
	margin: 30px;
	display:block;
}
.bioBreakBtnContainer {
	text-align: left;
	padding-left: 164px;
}
.rightMargin {
	margin-right: 8px;
}
span.m-seatNum {
	font-size:180px;
	height:30%;
}
span.lg-seatNum {
	font-size:280px;
}
div.seatNumContainer {
	text-align:center;
	margin:0px;
	padding:0px;
}
#BioBreakTALogin .formInput {
	width: 260px;
}
#bioBreakCancelBtn {
	margin-left:10px;
}
#dataTable1 input {
	width:60px !important;
	padding:5px 5px;
}
#cacheqbank {
	width:350px;
	margin:0 auto;
	float:none;
}
#cacheqbank label {
	text-align:left;
	width:100px;
	display:inline-block;
}
.logo img {
	height: 80px !important;
}

.questuionTable tr th {
 	font-size: 13px;
 }
.questuionTable, .questuionTable tr td, .questuionTable tr th, .questuionTable td {
	padding: 8px; 
	border: 1px solid #888;
	border-collapse: collapse;
}
.positiveMarks {
	border-color: green;
    color: green;
    background-color: white;
    border: 1px solid;
}    

.negativeMarks {
	border-color: red;
    color: red;
    background-color: white;
    border: 1px solid;
}
.tfmfAlternative {
    background: #ccc;
    text-align: center;
    border-radius: 50%;
    padding-top: 6px;
    width: 25px;
    height: 19px;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
}

/*
Added by Rahul Shaw on 10/10/2023
Defect fixed 153437: STQA_AEXOD_GENERIC_2.11.2 >> Topic Shuffle ON/Off >> Optional  Question >> Maximum question note is not displayed correctly on the  screen.
Issue: style related to modal was only present in CaseStudyDisplay.jsp and MRQuestionDisplay.jsp and the paper did not have any CS or MR questions present and hence style did not load
Solution: Style made generic irrespective of any question i.e. modal can be used across the fullHtmlFrame.jsp
*/
/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 40px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}
/* Modal Content */ 
.modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 5px 20px 20px 20px;
	border: 1px solid #888;
	max-height:400px;
	width: 96%;
	display:block;
	overflow-x: auto;
}
.modal-content img {
	height: 100%;
	width: auto;
}
.close {
	display: block;
	position: absolute;
	width:30px;
	height:30px;
	top: -3px;
	right: 2px;
	opacity:100 !important;
}
.primaryLanguage img:not(img.staticImage){
	width:100%;
}
.secondaryLanguage img:not(img.staticImage){
	width:100%;
}