/* File: logo.css */
html {
  overflow: auto !important;
}



div.headerbg {
    background-color: #F7F7F7;
}

td.i4sidenav_width.header_logo img {
    background-color: #F7F7F7;
    width: 400px;
    height: 89px;
}


#stdFooter.i4footer{
    width: auto;
}
/* File: updatedDashboardPhoneFix.css */
/* We will attempt to limit this CSS to certain scenarios so it doesn't affect dashboards viewed on a computer

 * The following CSS will only apply to situations where the pointer is less accurate (e.g. using a finger on a touch screen)
 * It won't work for devices that use a mouse or trackpad (i.e. pointer: fine)
 * It also may not apply when using a stylus on a touch device
*/
@media (pointer:coarse) {
	#dashboardContainer .dashboardBodyContainer {
		width: 100% !important;
		height: 100% !important;
	}
	
	body {
		display: table;
	}	
}
