
/* Reviewer CSS will have the style sheet setting for:
	*	Provide Feedback Page,
	*	--Application Information Page--,
	*	Dashboard Page,
	*	Other Reviewer's Feedback Page 
*/


/* For Provide Feedback Page  - Start */

@media screen{
	.reviewerSideMenu {
	  	background: #EEF3F7; 
		border-radius: 4px;
	}
	
	.floatRight{
		float:right
	}

	.ng-table th.text-right td.text-right{
		text-align: right;
	}
	
	.ng-table th.text-left td.text-left{
		text-align: left;
	}
	
	.textWarning{
		color: red;
	}
	
	#print_helper {
  		display: none;
	}
	
	.revQuestions{
		font-weight: normal;
	}
	
	.onlyForPrint{
		display: none;
	}
}


@media print{
	
	.provideFeedback md-content{
		display: none;
	}
			
	.provideFeedback a{
		display: none;
	}
	
	.reviewerSideMenu{
		display: none;
	}
	
	.headerBanner{
		display: none;
	}
	
	.provideFeedback table table-striped textarea{
		overflow: visible;
	}
	
	.revQuestions{
		font-weight: bold;
		text-decoration: underline;
		font-size: larger;
	}
	
	#print_helper { 
	    display: block;
	    overflow: visible;
	    white-space: pre;
	    white-space: pre-wrap;
	}
	
	#textarea_ans {
 		 display: none;
	}	
	
	#rating_ans {
 		 display: none;
	}
}

.appInfoLabels{
	width: 18%;
	text-align: right;
	
}

.appInfo{
	width: 82%;
	text-align: left;
	
}

.tblSubHeading{
	background-color: #ade2f1;
	font-weight: bold;
	text-align: left;
}

.leftMenuTitle{
	background-color: #008DA1;
	font-weight: bold;
	border-radius: 2px;
	color: white;
	margin: 5px;
}

ul.listCircle {
    list-style-type: circle;
}

.reqHeader{
	color: #008DA1;
}

.userSelectedReview{
	text-decoration: underline;
	font-weight: bold;
}

.nonSelectedReview{
	text-decoration: none;
	font-weight: normal;
}

.provideFeedbackPrint {
  		display: none;
}


 /* For Application Info Page  -- Moved this to solaa.css page */
/*
.subHeading{
	font-weight: bold;
	color: #1ea8b7;
	font-size: 16px;
}

.applInfo1{
	margin: 15px;
}
.applInfo2{
	margin: 15px 15px 15px 0px;
}

@media screen{
	.onlyForPrint{
		display: none;
	}
}

@media print{
	.applicationInfo md-content{
		display: none;
	}
	
	.onlyForPage{
		display: none;
	}
	
	.applicationInfo a{
		display: none;
	}
}

.applicationInfoPrint {
  		display: none;
}
 */
	
/* For Dashboard Page */

.reviewRecord{
	background-color: #ebf8fc;
}

.committeeRecord{
	background-color: #ade2f1;
}

.thBackground{
	background-color: #ade2f1;
}



.clearSorting{
	z-index: 2;
	position: relative;
	float: left;
	margin-right: 20px;
	margin-top: 2px;
	margin-bottom: 8px;
}

.paginationNumber{
	z-index: 2;
	position: relative;
	float: left;
	margin-right: 20px;
	margin-top: 8px;
}

.paginationRecords{
	z-index: 2;
	position: relative;
	float: right;
	margin-right: 20px;
	margin-top: 8px;
}


/* For Other Reviewer Feedback Page */

.orfLabel{
	width: 250px;
	margin: 50px;
	float: right;
}

.tableSubHeading{
	background-color: #E3F0F6; 
}


