#pageHeader{
    font-size: 1.6rem;
    font-weight: 700;
    color: #0071BD;
}

#reportCriteria legend{
	font-size:1.2rem;	
}

#reportFilters select{
	float:left;
}
#reportFilters select, #reportSettings select{
	width:80%;
	font-size: 1.4rem;
	height: 3.8rem;
}

#sumGraphSelect, #detGraphSelect {
    width: 40% !important;
    float: left;

}
#sumSizeSelect, #detSizeSelect {
    width: 40% !important;
}

#reportFilters table tbody tr th, #reportSettings table tbody tr th{
	font-size: 1.4rem !important;
	line-height: 2.5;
    text-align: right;
}

#linecount{
	font-size:1rem;
}

#btnExport, #btnExport2, #btnSettings, #btnReport{
	font-size:1.3rem !important;
}

img.helpicon{
	margin-top:2%;
}

select[disabled]{
	color: #eee;
	cursor: default;
}

.dataset thead{
	font-size: 1.2rem !important;	
}
.dataset tbody{
	font-size: 1.1rem !important;	
}
.highcharts-contextmenu hr{
	margin-top: 0.5rem;
    margin-bottom: 0.5rem;	
}

.ui-widget-overlay {
	height:300%;  /*still get part of header and footer */
	overflow:hidden;
	z-index:998;
}
.ui-dialog{
	z-index:999;
}

table.detail td, table.detail th{
	padding: 0.5rem;
}

