body {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #000000;
}
.headingBlock {
	margin-top: -2.5%;
	padding-right: 0;
}
.nihrTitle {
	margin-top: 10px;
	float: right;
	width: 50%;
	text-align: right;
}

.hrStyle {
	border-color: #EA5D4E; /* Accessibility Spreadsheet 100% NIHR Coral */
	border-width: 4px;
	/*margin-top: 0;*/
}
.hrStyleThin {
	border-color: #EA5D4E; /* Accessibility Spreadsheet 100% NIHR Coral */
	border-width: 1px;
	margin-top: 0;
}
.hrPale {
	border-color: #cacdcf;
	margin-top: 0;
	margin-bottom: 10px;
}
.nihrLogo {
	margin-top: -2.5%;
	padding-right: 0;
}
.nihrPQ-h3 {
	margin-top: 39px;
	float: right;
}
.nihrImg {
	max-height: 75px;
	float: right;
}
.netscc-footer {
	font-weight: bold;
	background-color: #bdbddb; /* Accessibility bug 80% NIHR Purple */
	height:4em;
}

#loginDiv {
	padding: 10%;
	width: 400px;
}

#dampsAdminNew a, #dampsAdminSaved a, #dampsAdminAwaitingAuth a, #dampsAdminApproved a, #dampsAdminRejected a, .dampsText a {
	color: #0000ff; /* Accessibility vivid blue */
}


.btn-netscc-blue {
	/*background-color: #0083bf;*/
	background-color: #193E72; /* Accessibility Spreadsheet 100% NIHR Navy */
	color: #ffffff;
}
.btn-netscc-green {
	/* background-color: #3c905c; 40% NIHR Green
       color: #ffffff; */
	background-color: #6BB989; /* Accessibility Spreadsheet 80% NIHR Green */
	color: #000000;
}
.btn-netscc-gold {
	background-color: #F5A959; /* Accessibility Spreadsheet 80% NIHR Orange */
	color: #000000;
}
.btn-netscc-aqua {
	/* background-color: #46b3b9; 60% NIHR Aqua
    color: #ffffff; */
	background-color: #58BAC0; /* Accessibility Spreadsheet 80% NIHR Aqua */
	color: #000000;
}
/* New colour rather than danger */
.btn-netscc-coral {
	background-color: #EE7D71; /* Accessibility Spreadsheet 80% NIHR Coral */
	color: #000000;
}
.clear {
	clear: both;
}



#submit_form_btn, #reject_form_btn {
	margin-left: 20px;
}

#connect-orcid-button{
	border: 1px solid #D3D3D3;
	padding: .3em;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 1px 1px 3px #999;
	cursor: pointer;
	color: #999;
	font-weight: bold;
	font-size: .8em;
	line-height: 24px;
	vertical-align: middle;
}

#connect-orcid-button:hover{
	border: 1px solid #338caf;
	color: #338caf;
}

#orcid-id-icon{
	display: block;
	margin: 0 .5em 0 0;
	padding: 0;
	float: left;
}

/* Damps document settings */

.damp-document h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
}

#sec-1 .field-text, #sec-2 .field-text, #sec-3-4 .field-text, #sec-5 .field-text, #sec-6.field-text, #sec-7 .field-text, #sec-8 .field-text {
	margin-bottom: 10px;
	min-height: 24px;
}

.author-div {
	margin-bottom: 20px;
	font-size: 0.9rem;
}

.removed-field {
	display: none;
}

.table-responsive th,td{
    /*use this property to disbale soft wrap*/
    white-space: nowrap;
    /*To make extra certain,add this css property*/
    word-break: keep-all;
	text-align: left

}

.data-outcome-col {
	width: 80%;
	white-space: normal;
}
