input[type="radio"] {
	 -webkit-appearance: radio;
	  }

.product {
	font-family: Verdana, Arial, Genova, sans-serif;
	font-weight: bold;
	font-size: 10px;
}
.product a {
	color: #000;
	text-decoration: none;
}
.product a:hover {
	color: #003B95;
	text-decoration: underline;
}

.box {
	border: 1px solid #000;
	padding: 20px;
	margin-top: 5px;
	page-break-inside: avoid;
}

.copyright {
	font-size: 10px;
	font-weight: bold;
	color: #777777;
	text-align: center;
	padding-top: 19px;
}
.quote {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #FFF;
	padding-right: 22px;
	padding-left: 22px;
	text-indent: -6px;
}
.quoteauthor {
	text-align: right;
	margin-top: 6px;
}
.references {
	padding-left: 30px;
	text-indent: -30px;
}
.headerlinks {
	font-family: Arial;
	text-align: right;
	font-size: 16px;
	padding-right: 22px;
	font-weight: bold;
}
.biglink {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}
.office {
	font-size: 10px;
	padding: 5px;
	line-height:1.2em;
}
.caption {
	color: #FFF;
	padding: 5px;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
.login {
	font-weight: bold;
}
.small {
	font-size: 10px;
}
.step {
	font-size: 17px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}
.stepTop {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 5px;
}
.form {
	font-weight: bold;
	text-align: right;
	padding-right: 0px;
	margin-right: 0px;
}
.form_radio {
	padding-left: 46px;
	text-indent: -46px;
	padding-bottom: 10px;
}
.error {
	color: #F00;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	margin-top: 15px;
	border: 1px solid #F00;
}
.error a {
	color: #F00;
	text-decoration: underline;
}
.question {
	padding-left: 33px;
	text-indent: -26px;
}
.formDiv {
	background:#FFFFFF;
	position:absolute;
	visibility: hidden;
	top:10px;
	left:10px;
	border:2px solid #93adc7;
	width:500px;
	height:500px;
	overflow:scroll;
	padding:5px;
}
#load {
	overflow: hidden;
	z-index: 1000;
	position: absolute;
	left: 5px;
	top: 5px;
	width: 100%;
	height: inherit;
	display: none;
}
.LoadCoverDiv {	/* Div used to display ajax loader */
	background-color:#FFF;
	width: 105%;
	height: 105%;
	opacity: 0.5;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0.5);
}
.LoadCoverDiv_ajaxLoader {
	width:140px;
	height:50px;
	border:1px solid #9CBDFF;
	background-color:#FFF;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-70px;
	margin-top:-25px;
	background-image:url(images/ajax-loader-darkblue.gif);
	background-position:center center;
	background-repeat:no-repeat;
}
.errortxt {
	color:#990000;
	padding-bottom:5px;
	font-weight:bold;
}
.error-bg {
	background:#faeaed;
	border:#e38294 1px solid;
	color:#990000;
	clear:both;
	overflow:hidden;
	width:99.80%;
}
/*  End Error class :25-08-08 */


.errorClass-0 {
	background:#f6f9fc;
	border:#FF0000 1px solid;
}
.errorClass-1 {
	background:#e7edf4;
	border:#FF0000 1px solid;
}
/* --- Error messages --- */	
	
.error {
	color:#FF0000;
	font-weight:bold;
}
#errorDiv {
	position:relative;
	/*color:#CC3300;
	border:1px solid #CC3300;
	width:420px;
	padding:10px;
	position:absolute;
	font-size:11px;
	background:#FFFFCC url(images/icon_alert.gif) 10px 8px no-repeat;*/
}
.errorDivSurvey {
	color:#FF0000;
	font-weight:bold;
	border:1px solid #CC3300;
	visibility:hidden;
	text-align:center;
}
.errorList {
	padding:5px;
	margin:0;
}
.errorHeading {
	display:block;
	/*height:20px;*/
	font-weight:bold;
	padding:0 0 10px 25px;
	/*border-bottom:1px solid #DEB59A;*/
}
.floatRight {
	float:right;
	clear:none;
}
.floatLeft {
	float:left;
	clear:none;
}
#errorInnerDiv {
	padding:0;
	margin:0;
	clear:none;
}
/*--------*/	
.w150 {
	width:150px;
}
/*----------*/	
.login-table {
	text-align:left;
	margin-top:0px;
}
input.w170 {
	width:170px;
}
.down-arrow {
	margin-left:100px;
	margin-top:5px;
}
.down-arrow-2 {
	margin-left:100px;
	margin-top:21px;
}

/*--new css--*/
.blue-arrow{
	text-align:center;
	padding:8px 0;
}

#content div.min-hi{
	min-height:75px;
	margin-bottom:0;
}

#content div.min-hi p{
	padding:0;
}



.setup-content{
}
.setup-content p{
	margin-bottom:10px;
}
.setup-content input[type="text"], .setup-content input[type="password"], .signin-cont input[type="text"], .signin-cont input[type="password"]{
	margin-bottom:15px;
	padding:5px;
}
.setup-content select{
	margin-bottom:15px;
	padding:5px;
}
.group-code-sec{
	border:1px solid #d4d4d4;
	background:#fbfbfb;
	padding:10px 10px 0 10px;
	margin-bottom:10px;
}
.group-code-sec input[type="text"]{
	width:150px;
}
.report-days{
	width:70px;
	padding:5px;
}
.lea-regi-step2-cont input[type="button"]{
	background:#0b408f;
	padding:5px 20px;
	float:right;
	font-weight:normal;
	font-size:14px;
	text-transform:uppercase;
	font-family:"TrebuchetMS-Bold";
	color:#fff;
	border:none;
}
.lea-regi-step2-cont input[type="button"]:hover{
	background:#f00;
}
/*singUp Page design start here*/	
.col-md-12.lea-home-page {
    padding-left: 0;
    padding-right: 0;
	clear: both;
}

.lea-home-page .self-asse-empol{
    padding-left: 0;
    padding-right: 0;
	margin-top:15px;
	}
.self-asse-empol > .col-md-6:first-child{
	border-right: 1px solid #ededed;
	}
	
.lea-home-page .hd h3{
	 padding: 10px 10px 4px 0;
	}
/*#content div:first-child {
    clear: both;
	margin-bottom: 20px;
}*/
.btn-frm {
    background-color: #0b408f;
    border: none;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    line-height: 25px;
    padding: 5px 13px;
}
.btn-frm:hover {
    background-color: #f00;
    color: #fff;
    transition: all 0.2s ease-in-out 0s;
}

.setup-content p{
	font-style: italic;
	line-height: normal;
}

.report-days{
	margin-bottom: 10px;
}

.center-align{
	text-align: center;
}

.signup-form{
	overflow: hidden;
}
.signup-form a{
	color: #0b408f;
	display: inline-block;
	float: left;
	text-align: left;
}

.signup-form input[type="submit"]{
	background: #0b408f;
	float: right;
	font-family: "TrebuchetMS-Bold";
	font-size: 14px;
    font-weight: normal;
    padding: 5px 20px;
    text-transform: uppercase;
}

.signup-form input[type="submit"]:hover{
	background: #f00;
}

.default-btn{
	background: #0b408f;
	float: right;
	font-family: "TrebuchetMS-Bold";
	font-size: 14px;
    font-weight: normal;
    padding: 5px 20px;
    text-transform: uppercase;
}

.default-btn:hover{
	background: #f00;
}


.signup-cont-wrap a{
	color: #0b408f;
}
.signup-cont-wrap a:hover{
	color: #f00;
}

.user-home-link{
	overflow: hidden;
}
.user-home-link img{
	 display: inline-block;
    float: left;
    height: 36px;
    margin-right: 15px;
    margin-top: 5px;
    vertical-align: top;
    width: 36px;
}
.user-home-link a{
	color: #0b408f;
}
.user-home-link a:hover{
	color: #f00;
}
.prod-head{
	display: inline-block;
	float: left;
}
.prod-head h4{
	margin-top: 3px;
}

.signup-form input[type="button"]{
	background: #0b408f;
	font-family: "TrebuchetMS-Bold";
	font-size: 14px;
    font-weight: normal;
    padding: 5px 20px;
    text-transform: uppercase;
    color: #fff;
    border: none;
}
.signup-form input[type="button"]:hover{
	background: #f00;
}

.signin-box{
}
.signin-box h4{
	text-align:center;
	/*line-height:normal;
	font-weight:normal;
	text-transform:none;
	font-family:"TrebuchetMS";*/
	margin-bottom:20px;
}
.signin-cont{
	width:90%;
	max-width:360px;
	margin:0 auto;
	border:1px solid #ddd;
	text-align:center;
	padding:10px;
	overflow:hidden;
}
.signin-cont h5{
	font-size:18px;
	color:#0b408f;
	text-transform:none;
	margin-bottom:20px;
	margin-top:0;
}
.signin-cont input[type="submit"]{
	background:#0b408f;
	padding:5px 20px;
	float:right;
	font-weight:normal;
	font-size:14px;
	text-transform:uppercase;
	font-family:"TrebuchetMS-Bold";
}
.signin-cont input[type="submit"]:hover, .signin-cont input[type="button"].password-btn:hover, .signin-cont input[type="button"].back-sign-btn:hover{
	background:#f00;
}
.signin-cont a{
	text-align:left;
	display:inline-block;
	float:left;
	color:#0b408f;
}
.signin-cont a:hover{
	color:#ff0204;
}
.align-signin-cont{
	text-align:center !important;
	float:none !important;
	}
.signin-cont input[type="button"].password-btn, .signin-cont input[type="button"].back-sign-btn{
	background:#0b408f;
	padding:5px 20px;
	color:#fff;
	border:none;
	font-weight:normal;
	font-size:14px;
	text-transform:uppercase;
	font-family:"TrebuchetMS-Bold";
}

.signin-cont input[type="button"].password-btn{
	float:left;
}
.signin-cont input[type="button"].back-sign-btn{
	float:right;
}

.signup-form{
	overflow: hidden;
}
.signup-form a{
	color: #0b408f;
	display: inline-block;
	float: left;
	text-align: left;
}

.flt-right{
	float:right;
}

.block{
	display:block;
	padding:4px 0px;
}
.wpi-regi-step2-cont input[type="submit"],.wpi-regi-step2-cont input[type="button"]{
	background:#0b408f;
	padding:5px 20px;
	float:left;
	font-weight:normal;
	font-size:14px;
	text-transform:uppercase;
	font-family:"TrebuchetMS-Bold";
	color:#fff;
	border:none;
	margin-left:8px;
}
.wpi-regi-step2-cont input[type="submit"]:hover,.wpi-regi-step2-cont input[type="button"]:hover{
	background:#f00;
}

.pop-close{
	float:right;
	position:absolute;
	right:8px;
	top:3px;
}

.vid-align-center{
	margin:0 auto;
}

	