/** Add css rules here for your application. */
	/** Example rules used by the template application (remove for your app) */
.aboveHeaderValueReport {
	border-right: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 12px;
	color: #000;
	text-align: center;
	background-color: #bfbfbf;
}
.aboveHeaderValueReportTwo {
	border-right: 2px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 12px;
	color: #000;
	text-align: center;
	background-color: #bfbfbf;
}
.belowHeaderBorderWithoutPad{
	border-right: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: center;
	background-color: #bfbfbf;
}
.belowHeaderWithoutBorderWithoutPad{
		font-weight: 600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: center;
	background-color: #bfbfbf;
}

.belowHeaderWithPad{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;;
	color: #000;
	text-align: center;
	background-color: #bfbfbf;
	padding-top: 14px;
}



.belowHeaderWithPadvisit{
	
	position:absolute; 
	margin-left:30px; 
	text-align:left;
}

.belowHeaderWithPadcost{
	position:absolute; 
	margin-left:30px; 
}

.belowHeaderWithPadrvu{
	position:absolute; 
	margin-left:89px; 
}


.belowHeaderWithBorderAndPad {
	border-right: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: center;
	padding-top: 14px;
	background-color: #bfbfbf;
}

.belowHeaderWithBorderTwoAndPad {
	border-right: 2px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: center;
	padding-top: 14px;
	background-color: #bfbfbf;
}

/*
#subpervisit{  
    -bracket-:hack(;
        width:70px; float:left; position:absolute; margin-left:30px !important;
    );
}
#costs{
  
    -bracket-:hack(;
 width:35px; float:left; position:absolute; margin-left:-30px; margin-top:10px;
    );
}
*/

/* will be red only in google chrome */

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #subpervisit{margin-left:18px; }
     #costs{margin-left:20px; }
      #perrvu{margin-left:20px;}
}


