@charset "utf-8";
/* CSS Document 
   globalcustom.css
   SmartSimple Software
*/

/*   read only - system variable
\/\/ WPV like section styling */
#section_census {
	padding: 5px;
}
#section_census > table {
	width: 100%;
	border: 1px solid #000;
	empty-cells: show;
	padding: 2px;
	border-collapse: collapse;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	word-wrap:break-word;
	overflow: visible;
}
#section_census > table tr {
	page-break-inside: avoid;
}
#section_census > table th, 
#section_census > table td {
	border: 1px solid black;
	padding: 5px;
	vertical-align: top;
}
#section_census > table th {
	background: #8abbde;
	font-weight: bold;
	text-align: right;
}
#section_census > .header {
	font-size: 14pt;
	font-family: Arial;
	font-weight: bold;
	padding-bottom: 5px;
	display: block;
	clear:both;
}
/*  END OF 
/\/\ WPV like section styling */


/*
Styles for button used on Panel Manager L1 and Reviewer workbench Assigned Proposals tab
*/
.custom_review_button {
	width: 260px;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* end of button styles */

/* make the date picker width consistent with the content */
.datepickclass {
    width: 110px !important;
}

/* hide the "No Results" text in reports/list views */
.noresults {
    display: none !important;
}