@import url(https://fonts.googleapis.com/css?family=Lato);
/**GENERIC STYLING**/
.container { 
	max-width: 1400px;
	margin: 0 auto;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
header {
	height: 285px;
	margin-bottom: 50px;
	background-size: cover!important;
}
body {
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	font-family:'lato';
}
.upperText {
	text-transform: uppercase;
}
.textRight {
	text-align: right;
}
.mrgb5 {margin-bottom: 5px;}
.mrgb15 {
	margin-bottom: 15px;
}
header h1 {
	color: #FFF;
	font-family:'lato';
	font-size: 35px;
	width: 35%;
	font-weight: 900;
}
/**the call of the sprite**/
.logo, .arrowBtn:after, .account:before, .logout:before , .addBtn:before, .upload, .myApp:before, .download:before,
.dk-selected:before, .addMore:before, .styledSelect span, .deleteBtn:before {
	background-image:url(../images/sprite.png);
	background-repeat: no-repeat;
}
.download {
	position: relative;
	padding: 5px 0 0 45px;
	
}
.download:before {
	background-position: 0 -145px;
	height: 26px;
	width: 38px;
	left: 0;
	top: 0;
	content:'';
	position: absolute;

}
.addBtn {
	position: relative;
	padding-right: 35px!important;
}
.addBtn:before {
	background-position: 0 -118px;
	height: 12px;
	width: 12px;
	right: 10px;
	top: 8px;
	content:'';
	position: absolute;
}.deleteBtn {
	position: relative;
	padding-left: 17px!important;
   	padding-right: 17px!important;
 float:right;
}
.deleteBtn:before {
	background-position: 0 -173px;
    height: 12px;
    width: 12px;
    left: 0px;
    top: 5px;
    content: '';
    position: absolute;
}
.upload {
	background-position: 0 -92px;
	height: 26px;
	width: 26px;
	display: block;
    margin: 0 auto;
}
.addBtn:hover:before {
	background-position: 0 -132px;
}
.logo {
	height: 60px;
	margin-top: 20px;
	margin-bottom: 80px;
}
.inputEntity {
	margin-bottom: 15px;
	position: relative;
}
.inputEntity input[type=text], .inputEntity input[type=password], .inputEntity textarea, .dk-selected, .fileUpload {
	border: 1px solid #c7c7c7;
	border-radius: 3px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	display: block;
	width: 100%;
	padding: 5px 10px;
	height: 36px;
}
html body .RadInput_Default .riTextBox, html body .RadInputMgr_Default, select {
border-color :#c7c7c7!important;
}
.errorInput {
	border: 1px solid #e33c3c !important;
}
.inputEntity textarea {
	height: 168px;
	margin: 0;
}
.inputEntity label {
	display: block;
	text-transform: capitalize;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: normal;
	line-height: 19px;
}
.erroMessage {
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 5px;
	color: #e33c3c;
	font-weight: 600;
	font-size: 11px;
}
input[type=checkbox]:not(old), input[type=radio ]:not(old) {
	width : 2em;
	margin : 0;
	padding : 0;
	font-size : 1em;
	opacity : 0;
}
input[type=checkbox]:not(old) + label, input[type=radio ]:not(old) + label {
	display : inline-block;
	margin-left : -2em;
	line-height : 1.5em;
}
input[type=checkbox]:not(old) + label > span, input[type=radio ]:not(old) + label > span {
	display : inline-block;
	width : 17px;
	height : 17px;
	margin : 3px 10px 0 0;
	background : #fff;
	border : 1px solid #012652;
	vertical-align : bottom;
	float: left;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
}
input[type=checkbox]:not(old):checked + label > span {
	background : #012652;
}
input[type=checkbox]:not(old):checked + label > span:before {
    content: '';
    display: block;
    width: 11px;
    height: 7px;
    border: solid #fff;
    border-width: 0 0 2px 2px;
    transform: rotate(-45deg);
	 /* Firefox */
    -moz-transform:rotate(-45deg);
    /* Safari and Chrome */
    -webkit-transform:rotate(-45deg);
    /* Opera */
    -o-transform:rotate-45deg);
    /* IE9 */
    -ms-transform:rotate(-45deg);
    top: 2px;
    margin: 2px 0 0 2px;
}
input[type=radio ]:not(old) + label > span {
	border-radius : 50%;
	display : block;
	width : 12px;
	height : 12px;
	margin : 5px 5px 0 0;
	border-radius : 50%;
	float: left;
}
input[type=radio ]:not(old):checked + label > span {
	background : #e33c3c;
}
.stackedInput {
	display: inline-block;
	margin-right: 15px;
}

.fileUpload {
	overflow: hidden;
	position: relative;
}
.fileUpload:after {
	content: "Upload";
	position: absolute;
	right: 0;
	top: 0;
	bottom:0;
	background: #396086;
	color: #ffffff;
	padding: 0 15px;
	font-family: "Roboto Slab", serif;
	z-index: 1;
	line-height:30px;
	transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
}
.fileUpload:hover:after {
	background: #000;
}
.fileUpload input {
	font-size: 15px;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
	cursor: pointer;
	z-index: 99;
	left:0;
	width:100%;
	height:100%;
}
.uploadValue {
	color: #000;
	display: block;
	left: 15px;
	opacity: 1;
	position: absolute;
	z-index: 50;
	color: #525252;
	font-size: 13px;
	height:30px;
	line-height:30px;
}
.normalBtn, .primaryBtn {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 2px solid #012652;
	background-color: transparent;
	color: #012652;
	padding: 6px 15px;
    float: left;
	font-weight: 700;
	min-width: 100px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
	text-transform: uppercase;
	cursor: pointer;
}
.normalBtn:hover, .normalBtn:focus, .normalBtn:active,
.primaryBtn:hover, .primaryBtn:focus, .primaryBtn:active {
    background-color: #012652;
    color: white;
	text-decoration: none;
}
.register .normalBtn:hover {
	background-color: #FFF;
    color: #012652;
}
.register .normalBtn:hover .arrowBtn:after {background-position: 0 -62px;}
.normalBtn:hover + .arrowBtn:after, .primaryBtn:hover + .arrowBtn:after {
	background-position: -78px -62px;
}
.userSection .formActions {
	margin: 30px 0;
} 
.formActions:hover {
	cursor: pointer;
}
.formActions:hover .arrowBtn:after {
	background-position: 0 -76px
}
.formActions .normalBtn {
    z-index: 10;
    position: relative;
}
.arrowBtn {
	position: relative;
	width: auto;
	display: inline-block;
}
.arrowBtn:after {
    background-position: 0 -62px;
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 15px;
    top: 1px;
    left: 30px;
}
.formActions .normalBtn {
	padding: 6px 30px 6px 10px;
}
.formActions {
	width: 30%;
}

a, a:visited {
	font-size: 14px;
	color: #012652;
}
a:hover {
	text-decoration: underline;
}
footer {
	padding: 20px 0;
	font-size: 14px;
}
.footerInfo {
	border-top: 1px solid #D7D7D7;
	padding-top: 20px;
}
.footerInfo .col-sm-6 {
	padding-left: 0;
    padding-right: 0;
}
.primaryBtn {
	text-transform: uppercase;
}
/**home page**/
.introText {
	line-height: 1.5em;
	margin-bottom: 50px;
}
/**login section**/
.userSection {
	margin-bottom: 30px;
}
.login {
	background-color: #efefef;
	width: 50%;
	float: left;
	padding: 30px;
}
.login #ctl00_MainContentPlaceHolder_rapLogin, .register #MainContentPlaceHolder_divReg {
	width: 70%;
}
.login .inputEntity, .register .inputEntity {
	width: auto!important;
}
.userSection .safeArea {
	width: 72%;
}
.userSection .login .safeArea {
	float: right;
}	
.userSection h2 {
	text-transform: capitalize;
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 20px;
}
.userSection .inputEntity {
	width: 70%;
}
.mandatory {
	border-top: 2px solid #D7D7D7;
	font-size: 12px;
	padding-top: 10px;
	margin-top: 40px;
}
/**register section**/
.register {
	background-color: #012652;
	color: #fff;
	width: 50%;
	float: left;
	padding: 30px;
}
.register .normalBtn {
	border-color: #FFF;
	color: #FFF;
}
.register .arrowBtn:after {
    background-position: 0 -76px;
	left: 10px;
}
/**subpage**/
.subpage {
	height: 180px;
}
.title {
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 30px;
	display: inline-block;
}
.tools {
	float: right;
}
.account, .logout, .myApp {
	position: relative;
	padding-left: 35px;
	text-transform: capitalize;
	cursor: pointer;
}
.account:before, .logout:before, .myApp:before {
	position: absolute;
	content:'';
	left: 0;
	top:0;
	height: 24px;
	width: 26px;
}
.account:before {
	background-position: -10px -63px;
}
.logout:before {
	background-position: -38px -63px;
}
.myApp:before {
	background-position: -64px -63px;
}
.account, .myApp{
	border-right: 1px solid #012652;
    padding-right: 20px;
    margin-right: 20px;
}
.grayBg {
	background-color: #efefef;
	margin-bottom: 30px;
}
.grayBg .appListing {
	margin: 30px 0;
}
.subTitle {
	font-size: 24px;
	font-weight: 700;
	display: inline-block;
}
.noApp {
	background-color: #FFF;
    text-align: center;
    margin: 0 auto 40px;
    padding: 50px 0;
    display: inline-block;
    width: 100%;
}
.noApp p {
	margin-bottom: 50px;
	line-height: 1.8em;
}
.noApp .primaryBtn {
	float: none;
}

/**override style table**/
.RadGrid_Default {
	border: none!important;
}
.tablesaw thead {
background: #092d57!important;
text-align: left;
}
table.tablesaw  thead th, table.tablesaw  thead td {
	color: #FFF!important;
	font-weight: 700!important;	
	text-shadow: none;
	font-size: 16px!important;
}
.RadGrid_Default .tablesaw  .rgHeader, .RadGrid_Default .tablesaw th.rgResizeCol, .RadGrid_Default .tablesaw  .rgHeaderWrapper {
background: #092d57!important;
}
.tablesaw td {
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	color: #000;
}
.tablesaw td.title {
	margin-bottom: 0;
}
.tablesaw tbody tr:nth-child(odd) {
	background-color: #fff;
}
.tablesaw tbody tr:nth-child(even) {
	background-color: #dde0e3;
}
/** create app type**/
.appType {
	margin: 20px 0;
}
.appType h5 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 25px;
}
.appType  p {
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 25px;
}
.appType + .appType {
	border-top: 1px solid #c1c1c1;
	padding-top: 20px;
	margin-top: 10px;
}
.stepHolder {
	background-color: #c8c8c8;
	color: #FFF;
	padding: 10px 0;
}
.stepHolder li {
	display: inline-block;
	font-weight: 700;
	font-size: 16px;
}
.stepHolder li a {
	color: #FFF;
	padding: 16px;
	text-decoration: none;
	font-size: 16px;
}
.stepHolder li .number {
	font-size: 20px;
	margin: 0 3px;
}
.stepHolder .selected {
	color: #FFF;
	background-color: #012652;
	text-decoration: none;
	padding: 15px 14px 14px;
}
.firstStep {
	margin-bottom: 50px;
}
.firstStep .title {
	display: block;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-weight: 700;
}
.firstStep article h5 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.firstStep article  {
	margin-bottom: 20px;
}
.firstStep p {
	line-height: 1.5em;
}
.download {
	margin-bottom: 20px;
}
/**terms and conditions**/
.termsCheck {
	border-top: 1px solid #e5e5e5;
	padding-top: 30px;
	margin-top: 10px;
}
.termsCheck .inputEntity label {
	text-transform: none;
	font-size: 15px;
}
/**form styling**/
.bdayField .RadPicker.RadPicker_Default , .RadAsyncUpload.uploadFile,
.bdayField .RadPicker.RadPicker_Default table  {
    width: 100%!important;
}
.contactForm .dk-selected {
	line-height: 24px;
}
.contactForm h3 {
	font-weight: 700;
	font-size: 24px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 15px;
	margin-bottom:15px;
}
.justification{
    	font-weight: 700;
	font-size: 20px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 15px;
	margin-bottom:15px;
}
.contactForm .row + .row .blockTitle {
	margin-top: 30px;
}
.dk-selected:before{
	background-position: 0 -64px;
	border: none!important;
	width: 15px;
    height: 10px;
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	}
.dk-selected:after {
	border-left: none!important;
}
.uploadFile #ctl00_MainContentPlaceHolder_ctl03_ClientState {
	display: block!important;
}
.uploadFile input[type="hidden"] {
	-webkit-appearance: textfield!important;
}
.RadAsyncUpload span.ruFileWrap{
	width:100% !important;
	}
.fileUpload input[type=file]{
	width:100% !important;
	}
.RadUpload .ruStyled .ruFileInput{
	z-index:100 !important;
	}
.fileUpload {
	/*width: 95%;*/
	overflow: visible; 
	cursor: pointer;
}
.fileUpload:after {
	content:'';
	background:transparent url(../images/sprite.png) no-repeat -38px -63px;
	top: 5px;
	padding: 0 10px;
	right: 10px;
    position: absolute;
    width: 24px;
    height: 23px;
}
.fileUpload:hover:after {
	opacity: 0.8;
	background:transparent url(../images/sprite.png) no-repeat -38px -63px;
}
.CoInvestigator{
	border-bottom: 1px solid #DDD;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.addMore {
	font-weight: normal;
	position: relative;
	padding-left: 20px;
	margin-bottom: 15px;
	display: block;
}
.addMore:before {
	content:'';
	position: absolute;
	background-position:0  -118px ;
	height: 15px;
	width: 15px;
	top: 5px;
	left: 0;
}
.contactForm select {
	width: 100%;
	padding: 0 10px;
    height: 36px;
}

.OtherPersonnel {
	border-bottom: 1px solid #DDD;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.stackedInput li {
	display: inline-block;
	margin-right: 20px;
}
input[type=checkbox]:not(old), input[type=radio ]:not(old) {
	height: 10px;
}
.checkbox input[type=checkbox]:not(old), .checkbox input[type=radio ]:not(old) {
	opacity: 1;
	display: inline-block;
    width: 17px;
    height: 17px;
    margin: 3px 10px 0 0;
    background: #fff;
    border: 1px solid #012652;
    vertical-align: bottom;
    float: left;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
}
.checkbox input[type=radio]:checked {
	opacity: 1;
	display: inline-block;
    width: 17px;
    height: 17px;
    margin: 3px 10px 0 0;
    background: #fff;
    border: 1px solid #012652;
	background-color: #012652;
    vertical-align: bottom;
    float: left;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
}
.checkbox input[type=radio]:checked:before {
	display: block;
    width: 11px;
    height: 7px;
    border: solid #fff;
    border-width: 0 0 2px 2px;
    transform: rotate(-45deg);
    top: 2px;
    margin: 0 0 0 2px;
	position: absolute;
	content:'';
}
.bgTitle {
	background-color: #012652;
	color: #FFF;
	padding: 10px;
	font-weight: 700;
	font-size: 16px;
}
.grayBg {
	background-color: #eceff2;
	padding: 20px;
}
.bgTitle .addMore {
	color: #FFF;
}
.previousBtn {
	min-width: 125px;
	padding: 6px 0 6px 28px!important;
}
.previousBtn .arrowBtn {
	left: 20px;
	transform:rotate(-180deg);
	-moz-transform:rotate(-180deg);
	-webkit-transform:rotate(-180deg);
	float: left;
}
.formActions.floatRight .normalBtn {
	float: right;
}
.checkbox .stackedInput label {
    padding-left: 30px;
}
table.tablesaw tbody th {
	text-align: center;
}
table.tablesaw {
	margin: 15px 0;
}
.login .arrowBtn:after {
	left: 20px;
}
.signatureDetails label {
	font-weight: 700;
	font-size: 16px;
}
.forgetPassSection, .forgetPassSection .inputParent  input{
	width: 600px!important;
}
.forgotPass .normalBtn {
	min-width: 190px;
}
.forgotPass .arrowBtn:after {
	left: 10px;
}
.forgetPassSection .formActions  {
	display: inline-block;
	margin: 10px 20px 10px 0;
}
.normalBtn.cancel {
	padding: 6px 10px;
	min-width: 100px;
}
.normalBtn.cancel .arrowBtn:after {
	left: 10px;
}
.errorMsg {
	color: #F00;
	margin: 10px 0;
}
.successMsg {
	color: #063;
	margin: 10px 0;
	font-weight: 700;
	text-transform: capitalize;
}
.captchaField {
	display: inline-block;
    position: relative;
    width: 100%;
    min-height: 100px;
	margin: 5px 0 0;
}
.captchaField #ctl00_MainContentPlaceHolder_RadCaptcha1_CaptchaImage  {
	margin-bottom: 20px;
}
#ctl00_MainContentPlaceHolder_RadCaptcha1_ctl00 {
	color: #F00;
	margin-bottom: 15px;
	display: inline-block;
        position: absolute;
        top: 141px;
    left: 0px;
    white-space:nowrap;
}
#ctl00_MainContentPlaceHolder_RadCaptcha1_CaptchaTextBoxLabel {
	margin-top: 10px;
}

.Confirmation  {
	margin: 0 auto;
	width: 50%;
	text-align: left;
}
.subTitle {
	margin-bottom: 15px;
}
.editProf .arrowBtn:after {
	left: 20px;
}
.RadUpload .ruFileWrap {
	border: 1px solid #c7c7c7;
	border-top: none;
	border-left: none;
    border-radius: 2px;
    padding: 0;
    height: 36px!important;
}
.specUpload .RadUpload .ruFileWrap {
	border: none;
}
#ctl00_MainContentPlaceHolder_ctl01 {
	margin-bottom: 30px;
}
.editProf .normalBtn + .normalBtn {
	margin-right: 15px;
}

.oldStep {
	color: 012652;
}
.ruRemove {
    background-image: url(../images/sprite.png)!important;
	background-repeat: no-repeat;
	background-position: 0 -172px!important;
    float: right!important;
    right: -10px!important;
    height: 22px!important;
    opacity: 1!important;
    top: 8px!important;
    left: auto!important;
    font-size: 0px!important;
}



styledSelect {
	position: relative;
}
.styledSelect select {
	  appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.styledSelect span {
    margin: 0px 10px 0 0;
    background-position: 0 -64px;
    width: 10px;
    height: 13px;
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 40px;
}
.RadPicker_Default a.rcCalPopup:hover, .RadPicker_Default a.rcCalPopup:focus, .RadPicker_Default a.rcCalPopup:active {
	background-position: 0 0;
}
.editHolder {
	text-align: right;
	float: right;
	width: auto;
}
.editHolder .editProf:first-child {
	margin: 0 10px;
}
.logout {
	padding-right: 0;
}



.tablesaw td.paddText {
    padding-left: 23px!important;
}

.downloadPDF .arrowBtn:after {
	top: 4px;
}
.specUpload .fileUpload {overflow: hidden;}
.specUpload .ruInputs, .specUpload .ruInputs li  {height: 29px;}
.CoInvestigator1:nth-child(odd), .OtherPersonnel1:nth-child(odd), .CoInvestigator1, .CoInvestigator2, .CoInvestigator3 {
border-bottom: 1px solid #dde0e3;
padding-bottom: 15px;
margin-bottom: 15px;
}
.margtopUplaod {
margin-top:48px;}

.pdfDoc h3 {
	margin: 30px 0;
}
.pdfDoc .inputEntity label {font-weight: bold;}
.pdfDoc .inputEntity label, .pdfDoc .textareaParent {
	display: inline-block;
}
.finalStep .ruInputs {
height: 36px;
}

.tdCenter th, .tdCenter td {
    text-align: center!important;
}

.mrgb10 {
    margin-bottom: 10px;
}

span.note {
font-size:13px;
font-style: italic;
padding:3px;
}
.RadUpload .ruRemove {
padding-right:55px !important;}
.contactForm h4{
  border-bottom: 1px solid #e5e5e5;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.PanelPartner{
    margin-bottom:80px;
}
.displayinline
{
    display:inline-block!important;
}
.uploadValue.displayinline
{
position:static;
}
.lefterrormessage
{
    left:0!important;
    top:-16px!important;
}



@media screen and (-webkit-min-device-pixel-ratio:0) {
	.stepHolder .selected {
		padding: 15px 20px 14px!important;
	}
}

