@charset "utf-8";
		
/* 
		
##############################################################
###                                                        ###
###  CSS FILE : Site Theme Consolidation File              ###
###                                                        ###
##############################################################
		
(C)opyright 2023 - Modularware
www.modularware.com

*/


/*######################################################
###                                                  ###
###  LAYOUT 	: Basic                              ###
###  VERSION    : Full Width Header and Footer       ###
###                                                  ###
######################################################*/

	

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: 100%;
    margin: auto;
    padding: .5em;
}

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

		
#StickyFooter_Top {
    flex: 1 0 auto;
}

		
#StickyFooter_Foot {
    flex-shrink: 0;
}


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




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


