@font-face {
	font-family: 'MYRIADPROREGULAR';
	src: url('../fonts/myrad-pro/MYRIADPROREGULAR.eot');
	src: local('MYRIADPROREGULAR'), url('../fonts/myrad-pro/MYRIADPROREGULAR.woff') format('woff'), url('../fonts/myrad-pro/MYRIADPROREGULAR.ttf') format('truetype');
}
body {
	font-family: 'MYRIADPROREGULAR',sans-serif, arial;
	margin-bottom: 70px;
}
.innerPage {
	overflow: hidden;
}
html {
	position: relative;
	min-height: 100%;
}
.landing-bg {
	background: url(../Imag/landing-bg.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
.login-bg {
	background: url(../img/login-bg.png) no-repeat;
	background-size: cover;
	background-position: center center;
}
.form-bg {
	background: url(../Images/form-bg.jpg) no-repeat;
	background-size: cover;
}
img {max-width: 100%;}

/* header */
header {background-color: #0072aa; padding: 10px 0; border-bottom: solid #499ac2 1px;}
.logo {margin: 7px 0 0 12px; float: left;padding-right: 20px;border-right: solid #66aacc 1px;margin-right: 30px;}
.logo a {float:left;}
.logo a img {float: left;}
.innerPage header {position: fixed;top:0; width: 100%;}
/* login page HTML */
.loginBox {
	max-width: 360px; 
	margin-top: 100px;
	position: relative;
	z-index: 2;
}
.mainSearch {
	border: 1px #828282 solid;
	background-color: #000000;
	width: 300px;
	height: 30px;
	padding: 2px 45px 2px 15px;
	color: #828282;	
}
.searchContainer {
	width: 300px;
	position: relative;
	float: right;
	margin-right: 27px;
}
.searchContainer .input-group-addon {
	position: absolute;
	right: 0;
	top: 0;
	width: 36px;
	height: 30px;
	border: 0;
	border-radius: 0;
}
.userContainer {
	font-size: 15px;
	color: #e6e6e6;
	margin: 5px 5px 0 0;
}
.dateUser {
	color: #fff;
	margin: 26px 17px 0 0;
	font-weight: 100;
}
.userIcon {
	background: url("../img/user-icon.jpg") no-repeat;
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 10px;
}
.user-pic {float: left; width: 40px; height: 40px; border:solid #4dc947 1px;}
.user-pic img {width: 100%; height: 100%;}
.userContainer p {margin:0; line-height: normal; margin-bottom: 3px; color: #fff;font-size: 17px;}
.user-details {float: left; padding-left: 12px; padding-top: 2px;}
.login-list {padding: 0; margin: 0; margin-top: 5px; list-style-type: none;}
.login-list li {float: left;}
.login-list li a {float: left; color: #fff; font-size: 14px; padding: 0 8px; line-height: 12px;}
.login-list li:first-child a {border-right: solid #fff 1px; padding-left: 0;}
.user i, .pwd i {color:#10e037;}

.company-logo {width: 46px;}
.company-sec {margin-top: 7px;}
.company-name {padding-left: 10px; color: #fff;}
.company-name h3 {margin: 0; font-size: 22px; font-weight: bold;}
.company-name span {font-weight: bold; font-size: 12px;}
/*.mt-8 {
	margin-top: 8px;
	}*/
	/* change passoword n logout links*/
	.htLinks {
		float: right;
		padding: 13px 60px;
	}
	.htLinks a {
		color: #e6e6e6;
		float: right;
		margin-left: 32px;
		line-height: 24px;
	}
	.htLinks .ht-icon {
		float: left;
		width: 22px;
		height: 22px;
		margin-right: 8px;
	}
	.lock-icon {
		background: url("../img/lock-icon.png") center center no-repeat;
	}
	.logout-icon {
		background: url("../img/logout-icon.png") center center no-repeat;
	}
	/* select company start */
	.selectCompanyContainer {
		width: 350px;
		margin: 45px auto 0;
	}
	.selectCompanyContainer .chosen-container-single .chosen-single, .selectCompanyContainer .chosen-container-active.chosen-with-drop .chosen-single {
		border-radius: 0;
		border: none;
		background: #d0f1fb;
		box-shadow: none;
		color: #252525;
		font-size: 15px;
	}
	.selectCompanyContainer .chosen-container-single .chosen-drop {
		border-radius: 0;
		border: none;
		background: #d0f1fb;
		box-shadow: none;
		color: #252525;
		margin-top: 2px;
	}
	.selectCompanyContainer .chosen-container .chosen-results {
		color: #252525;
		padding: 0;
		margin: 0;
	}
	.selectCompanyContainer .chosen-container .chosen-results li.highlighted {
		background: #80d98f;
	}
	.selectCompanyContainer .chosen-container-single .chosen-single {
		padding-left: 10px;
		height: 28px;
		line-height: 28px;
	}
	.selectCompanyContainer .chosen-container .chosen-results li {
		padding: 8px 9px;
		font-size: 15px;
		border-left: 1px #cdf3fc solid;
		border-right: 1px #cdf3fc solid;
	}
	.selectCompanyContainer .chosen-container-single .chosen-single div, .selectCompanyContainer .chosen-container-active.chosen-with-drop .chosen-single div {
		background-color: #ffffff;
		width: 24px;

	}
	.selectCompanyContainer .chosen-container-single .chosen-single div b {
		background-position: 5px 4px;
	}
	.selectCompanyContainer .chosen-container-active.chosen-with-drop .chosen-single div b {
		background-position: -15px 4px;
	}

	.form-selectBox .chosen-container-single .chosen-single, .form-selectBox .chosen-container-active.chosen-with-drop .chosen-single {
		border-radius: 0;
		border: solid #cecece 1px;
		background: #ededed;
		box-shadow: none;
		color: #252525;
		font-size: 14px;
	}
	.form-selectBox .chosen-container-single .chosen-drop {
		border-radius: 0;
		border: none;
		background: #fff;
		box-shadow: none;
		color: #252525;
		margin-top: 2px;
	}
	.form-selectBox .chosen-container .chosen-results {
		color: #252525;
		padding: 0;
		margin: 0;
	}
	.form-selectBox .chosen-container .chosen-results li.highlighted {
		background: #80d98f;
	}
	.form-selectBox .chosen-container-single .chosen-single {
		padding-left: 10px;
		height: 24px;
		line-height: 24px;
	}
	.form-selectBox .chosen-container .chosen-results li {
		padding: 8px 9px;
		font-size: 14px;
		border-left: 1px #cdf3fc solid;
		border-right: 1px #cdf3fc solid;
	}
	.form-selectBox .chosen-container-single .chosen-single div, .form-selectBox .chosen-container-active.chosen-with-drop .chosen-single div {
		background-color: #d9d8d8;
		width: 24px;

	}
	.form-selectBox .chosen-container-single .chosen-single div b {
		background-position: 5px 2px;
	}
	.form-selectBox .chosen-container-active.chosen-with-drop .chosen-single div b {
		background-position: -15px 2px;
	}

	.report-job .chosen-container-single .chosen-single, .form-selectBox .chosen-container-active.chosen-with-drop .chosen-single {
		border-radius: 0;
		border: 0;
		background: transparent;
		box-shadow: none;
		color: #252525;
		font-size: 14px;
	}
	.report-job .chosen-container-single .chosen-drop {
		border-radius: 0;
		border: none;
		background: #fff;
		box-shadow: none;
		color: #252525;
		margin-top: 2px;
	}
	.report-job .chosen-container .chosen-results {
		color: #252525;
		padding: 0;
		margin: 0;
	}
	.report-job .chosen-container .chosen-results li.highlighted {
		background: #80d98f;
	}
	.report-job .chosen-container-single .chosen-single {
		padding-left: 10px;
		height: auto;
		line-height: normal;
	}
	.report-job .chosen-container .chosen-results li {
		padding: 8px 9px;
		font-size: 14px;
		border-left: 1px #cdf3fc solid;
		border-right: 1px #cdf3fc solid;
	}
	.report-job .chosen-container-single .chosen-single div, .form-selectBox .chosen-container-active.chosen-with-drop .chosen-single div {
		background-color: transparent;
		width: 24px;

	}
	.report-job .chosen-container-single .chosen-single div b {
		background-position: 10px -2px;
	}
	.report-job .chosen-container-active.chosen-with-drop .chosen-single div b {
		background-position: -10px -2px;
	}



	/* select company end */



	.form-signin {

		display:block;
	}
	.main{
		padding: 40px 0 0;
	}
	.heading-desc{
		padding:20px 38px 0px 38px;
		margin-bottom: 5px;

	}
	.form-signin .checkbox {
		margin-bottom: 10px;
	}
	.form-signin .checkbox {
		font-weight: normal;
	}
	.form-signin .form-control {
		position: relative;
		font-size: 14px;
		height: 50px;
		padding: 5px 45px 5px 25px;
	}
	.form-signin .form-control:focus {
		z-index: 2;
	}
	.form-signin input{
		margin-bottom: 0px;
		border-radius: 0;
		border: 0;
		background: rgba(255,255,255,0.6);
	}
	.loginBox .input-group {
		margin-bottom: 0;
		display: block;
		border-bottom: solid #cbc3be 2px;
	}
	.mg-btm-30{
		margin-bottom:30px !important;
	}
	.loginBox .input-group-addon {
		border: 0;
		border-radius: 0;
		background-color: transparent;
		position: absolute;
		right: 0;
		z-index: 3;
		height: 50px;
		line-height: 39px;
		width: 40px;
		color: #bcc6cf;

	}
	.blueButton {
		background-color: #15a4da;
		color: #fff;
		border-radius: 0;
		text-align: center;
		width: 100%;
		border: 0;
		height: 40px;
		font-size: 18px;
		border: solid #dfb49f 1px;
	}
	.loginBox .checkbox {
		margin-top: 0;
	}
	.rememberMe {
		font-size: 14px;
		color: #fff;
		font-weight: 100;
		cursor: pointer;
	}
	.rememberMe > div {
		margin-right: 4px;
		margin-bottom: 5px;
	}
	.bottomLinkRow, .bottomLinkRow a {
		font-size: 14px;
		color: #fff;
		line-height: 26px;
	}


	/* landing page */
	.landing-container {max-width: 960px;margin: 40px auto;padding-left: 15px;padding-right: 15px;display: table;}
	.landing-container .row {display: table-row;}
	.landing-box {padding: 3px;display: inline-block;}
	.landing-box > div {width: 157px;height: 157px;}
	.color_fa {background-color: #de8747;}
	.color_bfm {background-color: #bb8c6a;}
	.color_pic {background-color: #7fc243;}
	.color_prom {background-color: #28b7a4;}
	.color_hrms {background-color: #c7cd51;}
	.color_mm {background-color: #5b9dcb;}
	.color_sm {background-color: #c2b869;}
	.color_pmvm {background-color: #d75262;}
	.color_fm {background-color: #ce578e;}
	.color_crm {background-color: #35a073;}
	.color_ams {background-color: #9a74bf;}
	.color_fam {background-color: #b5ca5f;}
	.color_rem {background-color: #de8747;}
	.color_ss {background-color: #bb8c6a;}
	.color_tm {background-color: #7fc243;}

	.landing-graphics {height: 80px; margin:0 auto; text-align: center; line-height: 85px;}
	.tileText {
		text-align: center;
		height: 67px;
		line-height: 67px;
	}
	.tileText span {    
		color: #fff;
		font-size: 14px;
		line-height: normal;
		padding: 0 20px;
		display: inline-block;
		vertical-align: middle;
	}

	/* form page */
	.page-head {position:fixed; top:70px; width:100%;height: 30px; box-shadow: 0 1px 2px 2px #ccc; padding-left: 20px; z-index: 9999; 
		background: rgba(252,252,252,1);
		background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(248,248,248,1) 51%, rgba(240,240,240,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,252,252,1)), color-stop(51%, rgba(248,248,248,1)), color-stop(100%, rgba(240,240,240,1)));
		background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(248,248,248,1) 51%, rgba(240,240,240,1) 100%);
		background: -o-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(248,248,248,1) 51%, rgba(240,240,240,1) 100%);
		background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(248,248,248,1) 51%, rgba(240,240,240,1) 100%);
		background: linear-gradient(to bottom, rgba(252,252,252,1) 0%, rgba(248,248,248,1) 51%, rgba(240,240,240,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f0f0f0', GradientType=0 );}
		.page-head-inner {line-height: 29px;}
		.small-logo {display: inline-block;max-width: 22px;margin-top: -3px;}
		.page-name {color: #219acb; font-size: 12px; display: inline-block; margin-left: 10px; font-weight: bold;}

		/* footer */
		.footer-inner {background:#008bc4 url('../Images/footer-boder.jpg') top right no-repeat; height: 10px;}


		footer {
			position: absolute;
			width: 100%;
			bottom: 0;
			height: 70px;
			background-color: #4b4b4b;
		}
		.innerPage footer {
			position: fixed;
		}
		.footer-content  {padding-top: 12px;
			padding-bottom: 10px;}
			.footer-logo {margin-left: 12px; margin-top: 5px;}
			.crText {
				color: #aaa;
				font-size: 12px;
			}
			.footer-list {padding: 0; margin: 0; list-style-type: none;}
			.footer-list li {display: inline-block;}
			.footer-list li a {color: #aaa;      border-right: solid #aaa 1px;
				line-height: 12px;
				float: left;
				padding: 0 5px;}
				.footer-list li:first-child a brder-left: 0;}
				.footer-list li:last-child a {border-right: 0; padding-right: 0;}

				.social-icons {margin-right: 12px;}
				/* helper classes */
				.border-btm0 {border-bottom: 0 !important;}

.pg-content {
    position: absolute;
    width: 100%;
    top: 100px;
    bottom: 70px;
    overflow: auto;

}

/* form 1 start */
.editMenus {
    position: fixed;
    top: 101px;
    left: 247px;
    right: 0;
    height: 55px;
    background-color: #fff;
    padding:5px 0 0 50px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 99;
}
.toggled .editMenus {
	left: -3px;
}
.editMenus ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.editMenus ul li {
	height: 50px;
	float: left;
}
.editMenus ul li a {
	border: 1px #e2e1e1 solid;
	display: block;
	height: 50px;
	text-align: center;
	margin-right: 1px;
	color: #717171;
	font-size: 12px;
	text-decoration: none;
}
.editMenus ul li a span {
	display: block;
	width: 40px;
	height: 30px;
	line-height: 35px;
}
.editMenuTop {
	padding-top: 60px !important;
}
/* form 1 end */
.form-wrapper {background-color: #fff;}
.form-box {border:solid #e1e1e1 1px; margin-top: 20px; background-color: #f6f6f6;}
.form-box-header {height: 30px; background-color: #ededed; padding-left: 24px; color: #595959; font-size: 16px; line-height: 30px;}
.form-box-header-adj {margin: 0 20px; font-size: 14px;}
.form-box-note {height: 42px;  padding-left: 24px; color: #134976; background-color: #f6f6f6; line-height: 42px;}
.form-box-content {padding: 20px; background-color: #f6f6f6;}
.form-box-content-adj {padding-top: 0; }
.custom-form label {color: #595959; font-weight: normal; margin-bottom: 1px; width: 100%;}
.custom-form input[type="text"] {border:solid #dfdfdf 1px; width: 100%; padding:2px 8px;}
.custom-form input.hasDP {width: 75%; margin-right: 8px;}
input:focus {outline: none;}
.custom-form .mandatory label {color: #4a91cc;}
.custom-form .form-group {margin-bottom: 10px;}
.custom-form .form-group input.highlighted {background-color: #aeeeab; color: #9d9d9d;}
.custom-form .form-group span.error {color: #cc0000; font-style: italic; display: block; margin-top: 3px;}
.custom-form .form-group span.error i {display: inline-block;vertical-align: middle; margin: 2px 0 0 6px;}
.action-btn .bt {margin-right: 20px;}
.btn-p {border:solid #7ccd74 1px; background-color: #afd6ab; padding: 5px 20px; color: #fff;}
.btn-d {border:solid #bebebe 1px; background-color: #d8d8d8; padding: 5px 20px; color: #fff;}
.btn-g {	border: 1px #1a7215 solid;background-color: #32a82c;padding: 5px 20px; color: #fff;}

.custom-tbl {width: 100%;}
.custom-tbl tr th {background-color: #4a91cc; color: #fff; padding: 3px 10px; border:solid #fff 1px; letter-spacing: 0.7px;}
.custom-tbl tr td {color: #717171;  padding: 3px 10px; border:solid #fff 1px; letter-spacing: 0.7px;}
.custom-tbl tr:nth-child(even) {background: #fff}
.custom-tbl tr:nth-child(odd) {background: #ededed}


/* pop up content */
.popUpContent {
	border: 1px #e1e1e1 solid;
	margin: 15px;
	padding: 10px;
	background-color: #f6f6f6;	
}
.popup-page {
	background-color: #f1f1f1;
}
.slBtn {
	background-color: #32a82c;
	color: #fff;
	width: 100%;
	display: block;
	padding: 2px 5px;
	text-align: center;
	margin: 2px 0;
}
.popUpContent input[type="text"] {
	width: 100%;
	padding: 2px 5px;
	margin: 2px 0;
	border: 1px #dfdfdf solid;
}


/* Report Viewer page */
.report-checklist {padding: 0; margin: 0; list-style-type: none;}
.report-checklist li {margin-bottom: 3px;}
/*.report-checklist .icheckbox_square-blue, .iradio_square-blue {background: #fff url(skins/square/blue.png) no-repeat;}*/


/* subdata entry form start */
ul.formPagination li a {
	border: 0;
}
.formCount {
	padding: 0 15px;
	color: #717171;
	font-size: 16px;
	font-weight: 700;
	line-height: 60px;
}
.firstForm {background: url(../img/prev-page.png) center center no-repeat;}
.firstForm.disabled {background: url(../img/prev-page-disabled.png) center center no-repeat;}
.prevForm {background: url(../img/prev-form.png) center center no-repeat;}
.prevForm.disabled {background: url(../img/prev-form-disabled.png) center center no-repeat;}
.nextForm {background: url(../img/next-form.png) center center no-repeat;}
.nextForm.disabled {background: url(../img/next-form-disabled.png) center center no-repeat;}
.lastForm {background: url(../img/next-page.png) center center no-repeat;}
.lastForm.disabled {background: url(../img/next-page-disabled.png) center center no-repeat;}
.greenBtn {
	border: 1px #1a7215 solid;
	background-color: #32a82c;
	display: block;
	padding: 5px 10px;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
.greenBtn.disabled {
	opacity: 0.5;
	pointer-events:none;
}
.mt-12 {
	margin-top: 12px;
}
.mt-50 {
	margin-top: 50px;
}
/* subdata entry form end */