@charset "utf-8";
@font-face {
 font-family: 'Roboto';
 font-style: normal;
 font-weight: 400;
 src: url('fonts/Roboto-Regular.eot'); /* IE9 Compat Modes */
 src: local('fonts/Roboto-Regular.ttf'), local('fonts/Roboto-Regular.woff'), url('fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/Roboto-Regular.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/Roboto-Regular.woff') format('woff'), /* Modern Browsers */ url('fonts/Roboto-Regular.ttf') format('truetype'); /* Legacy iOS */
}
@font-face {
 font-family: 'Roboto Medium';
 font-style: normal;
 font-weight: 400;
 src: url('fonts/Roboto-Medium.woff'); /* IE9 Compat Modes */
 src: local('fonts/Roboto-Medium.ttf'), local('fonts/Roboto-Medium.woff'), url('fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/Roboto-Medium.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/Roboto-Medium.woff') format('woff'), /* Modern Browsers */ url('fonts/Roboto-Medium.ttf') format('truetype'); /* Legacy iOS */
}
@font-face {
 font-family: 'Roboto Bold';
 font-style: normal;
 font-weight: 400;
 src: url('fonts/Roboto-Regular.eot'); /* IE9 Compat Modes */
 src: local('fonts/Roboto-Bold.ttf'), local('fonts/Roboto-Bold.woff'), url('fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/Roboto-Bold.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/Roboto-Bold.woff') format('woff'), /* Modern Browsers */ url('fonts/Roboto-Bold.ttf') format('truetype'); /* Legacy iOS */
}
body {
	font-family: 'Roboto';
	font-size: 12px;
	color: #666;
	margin: 0;
	padding:0;
}
.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 : NSE.IT 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 12pt 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:14px;
}
.top {
    height: 160px;
    background: url(../images/top-bg.jpg) repeat-x top center;
    background-size: 100% 100%;
}
.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:#1c13aa;
	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;
	height:24px;
	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 {
	width: 170px;
	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;
	height:24px;
	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;
	height:24px;
	padding: 0 3px 0 7px;
}
.seeMoreDisplayClass .section a {
	display:block;
	margin:0;
	background: #ededed 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;
	height:24px;
	padding: 0 3px 0 7px;
}
.top-bar {
	background-color:#1c13aa;
	height:32px;
	color:#FFFFFF;
	font-size:13px;
	font-family:Arial;
	text-align:right;
	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/plus-bar-bg.jpg) no-repeat left center;
	border:#aeaeae 1px solid;
	border-left: 0px;
	border-right: 0px;
	padding: 4px 10px;
}
.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:0px 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"] {
		color: #fff !important;
	background-color: #483d7f !important;
	border-color: #483d7f !important;
}
.input-candidateverify {
	background: #1c13aa;
	font-family:Arial;
	font-weight:Bold;
	color:#FFFFFF;
	border:0;
	width:180px;
	height:28px;
	cursor:pointer;
}
.input-bluebtn {
	background: #1c13aa !important; /* Old browsers */
	background: -moz-linear-gradient(top, #1c13aa 0%, #4139bc 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1c13aa ), color-stop(100%, #4139bc)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1c13aa 0%, #4139bc 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1c13aa 0%, #4139bc 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1c13aa 0%, #4139bc 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom, #1c13aa 0%, #4139bc 100%) !important; /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45494d  ', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	background-color: #1c13aa;
	font-family:Arial;
	font-weight:Bold;
	color:#FFFFFF;
	border:0;
	width:110px;
	height:28px;
	cursor:pointer;
}
.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;
	width:110px;
	height:28px;
	cursor:pointer;
}
.input-bluebtn:hover {
	/*background:url(../images/darkgrey-btn-bg.png) no-repeat top center;*/
	font-family:Arial;
	font-weight:Bold;
	color:#FFFFFF;
	border:0;
	width:110px;
	height:28px;
	cursor:pointer;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}
.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;
	width:110px;
	height:24px;
	cursor:pointer;*/
	
	width : 110px;
	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: #1c13aa !important; /* Old browsers */
	background: -moz-linear-gradient(top, #1c13aa 0%, #4139bc 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1c13aa ), color-stop(100%, #4139bc)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1c13aa 0%, #4139bc 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1c13aa 0%, #4139bc 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1c13aa 0%, #4139bc 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom, #1c13aa 0%, #4139bc 100%) !important; /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c13aa  ', endColorstr='#4139bc',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;
	width:110px;
	height:28px;
	cursor:pointer;
}
.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;*/
	
	width : 110px;
	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;
	width:110px;
	height:28px;
	cursor:pointer;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}
.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="password"] {
	width:220px;
}
select {
	width:220px;
}
.footerbar {
	background-color:#CCCCCC;
	position: fixed;
	bottom:0px;
	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 {
	width : 110px;
	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;
}
.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;
}
.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;
}
.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: 10px 10px 0 12px;
}
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;
}
.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: #1c13aa;
	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: #1c13aa !important; /* Old browsers */
	background: -moz-linear-gradient(top, #1c13aa 0%, #4139bc 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1c13aa ), color-stop(100%, #4139bc)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1c13aa 0%, #4139bc 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1c13aa 0%, #4139bc 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1c13aa 0%, #4139bc 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom, #1c13aa 0%, #4139bc 100%) !important; /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45494d  ', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	background-color: #1c13aa;
	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;
}
.attemQP {
	text-decoration:underline;
	cursor:hand;
	color:#1c13aa;
}
.control-label, .form-group .control-label, .contenttable.form-group td:first-child {
	font-family: 'Roboto';
	font-size: 12px !important;
	color: #777777 !important;
	margin-bottom: 5px;
}
.form-control, .form-group .form-control {
	border-bottom: 1px solid #cccccc !important;
	padding: 4px;
	border-radius: 0px;
	font-size: 14px;
	box-shadow: none;
	border-radius: 0px;
	border: 0px;
	width: 100% !important;
}
.dateInput .ui-datepicker-trigger {
	float: left;
	margin-top: 5px !important;
	margin-left: 5px !important;
}
.dateInput .form-control {
	width: 88% !important;
	float: left;
}
#txtCaptcha {
	background-image:url(../images/captcha-gradient.png);
	text-align:center;
	border:none;
	font-family: 'Roboto Medium';
	height: 50px;
	line-height:50px;
	float: left;
	width: 167px;
	font-size: 30px;
}
.captcharefresh {
	margin: 15px 0 0 10px;
	float: left;
	cursor: pointer;
}
.btn-warning, .btn-warning:hover, .btn-warning:focus {
	color: #fff !important;
	background-color: #483d7f !important;
	border-color: #483d7f !important;
}
input[type="text"], input[type="text"], select, textarea {
	/*height: 34px;*/
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
 -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
 -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;/*margin-bottom: 10px !important;*/
	resize: none;
}

.padLeft30 {
	padding-left: 20px!important;
}
/* ALL LOADERS */

.loader{
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

/* LOADER 1 */

#loader-1:before, #loader-1:after{
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 10px solid transparent;
  border-top-color: #3498db;
}

#loader-1:before{
  z-index: 100;
  animation: spin 1s infinite;
}

#loader-1:after{
  border: 10px solid #ccc;
}

@keyframes spin{
  0%{
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100%{
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.icon-pdf::after{
  /* PDF file */
  width: 16px;
  vertical-align: middle;
  margin: 4px 0 2px 4px;
  padding: 4px 0 1px 0px;
  background-color: #fff;
  color: red;
  border: 1px solid red;
  border-top-right-radius: 7px;
  box-shadow: 1px 1px #ccc;
  font-size: 7.7px;
  font-weight: 700;
  font-family: sans-serif;
  line-height: 16px;
  text-decoration: none;
  display: inline-block;
  box-sizing: content-box;
  content: 'PDF';
}
.icon-xls::after{
  /* EXCEL file */
  width: 16px;
  vertical-align: middle;
  margin: 4px 0 2px 4px;
  padding: 4px 0 1px 0px;
  background-color: #fff;
  color: green;
  border: 1px solid green;
  border-top-right-radius: 7px;
  box-shadow: 1px 1px #ccc;
  font-size: 7.7px;
  font-weight: 700;
  font-family: sans-serif;
  line-height: 16px;
  text-decoration: none;
  display: inline-block;
  box-sizing: content-box;
  content: 'XLS';
}