/* OVERRIDE.CSS for https://www.segweb.org/store/myorders.aspx */



/********************************** Store Modal Style Overrides **********************************/

body.store.modal {
	padding:inherit;
}
body.store.modal .storewrapper {
	background:none;
	background-color:#fff;
	padding:30px;
}

body.store.modal .printOrder {
	padding:0;
}

body.store.modal .HomePageFullWidthArea,
body.store.modal header#hd, 
body.store.modal footer#ft, 
body.store.modal div.breadcrumb-obo-container {
    display: none;
}

body.store.modal{display:block!important;overflow:scroll;position:inherit!important;}


/* Hide Empty Storewrapper on Email Receipt */
body.store.modal form[action*='EmailReceipt'] .storewrapper {
	display:none;
}

.navbar {
	display: block;
}