@charset "utf-8";
		
/* 
		
##############################################################
###                                                        ###
###  CSS FILE : Style Consolidation CSS file               ###
###                                                        ###
##############################################################
		
(C)opyright 2025 - Modularware
www.modularware.com

*/


/*################################################
###                                            ###
###  LAYOUT 	: Basic                        ###
###  VERSION    : Restricted Center Panel 800  ###
###                                            ###
################################################*/

	

body {
    height: 100%;
    margin: 0;
}
		
html {
    height: 100%;
    box-sizing: border-box;
}
		
*,*:before {
    box-sizing: inherit;
}
		
*:after {
    box-sizing: inherit;
}


#PageWrapper {
    height: 100%;
/*	max-width: 800px;*/
    margin: auto;
/*    padding: .5em;*/
}

		
#StickyFooter {
    display: flex;
    flex-direction: column;
	min-height: 100vh;
}

		
#StickyFooter_Top {
    flex: 1 0 auto;
}

		
#StickyFooter_Foot {
    flex-shrink: 0;
}


#CenterPanel {
    margin: auto;
    max-width: 800px;
/*    padding: .5em;*/
}




/*******************************************************************************************/
/*******************************************************************************************/
/*******************************************************************************************/


