/* Mobile TAP CSS */

.CV_PageWrapper {
	min-width: 320px;
	max-width: 1024px;
	width: 100%;
	margin: 0;
	box-sizing: border-box;
}
@media screen and (min-width: 1064px) {
	.CV_PageWrapper { margin: 20px }
}
.ManagerBase > .ControlContainer { margin: 10px } /* wrapper settings specific to mobile sizing */

.CV_PageHeader img { max-width: 100% } /* only allow branding image to be as wide as its container */
.ManagerMobileHeader, .MobileViewHeader { position: absolute } /* don't use core fixed elements - we don't need them to be */

.ControlGridControlLabel.DocGrpSectionTitle { display: none } /* remove doc group section titles pending SQR 52513 */
.DocGrpMobileData { border: none } /* mobile mode doesn't really need the border */

.SidebarSection.SidebarSectionDevelopment { max-height: none } /* development panel animation removal */
