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

*/




/*#####################################
###                                 ###
###  STRUCTURE : Basic              ###
###  VERSION   : Default            ###
###                                 ###
#####################################*/

	

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: 1em;
}
		
.StickyFooter {
    height: 100%;
    display: flex;
    flex-direction: column;
}
		
.StickyFooter_Top {
    flex: 1 0 auto;
}
		
.StickyFooter_Foot {
    flex-shrink: 0;
}
/* 
		
###############################
###  Modularware - Default  ###
###############################
		
(C)opyright 2014 - Modularware
www.modularware.com
		
Filename : .css
 
*/	

body {
    margin: 0;
    color: #000000;
    background-color:#CCCCCC;
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    line-height: 1.5;
}
		



.LargePreview { 
	width: 800px; 
	height:450px; 
	padding: 0; 
	overflow: hidden; 
}

.LargePreviewFrame { 
	width: 800px; 
	height: 900px; 
	border: 4px solid grey; 
	overflow: hidden;
}
	
.LargePreviewFrame {	
	-ms-zoom: 0.5;
	-moz-transform: scale(0.5);
	-moz-transform-origin: 0 0;
	-o-transform: scale(0.5);
	-o-transform-origin: 0 0;
	-webkit-transform: scale(0.5);
	-webkit-transform-origin: 0 0;
}



h1 {
    color: #000000;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 32px;
	text-align:center;
}
		
h2 {
    color: #000000;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 22px;
}


.Header_Logo {
	width:95%;
	max-width:400px;
}




		
.Footer_Bar {
    margin: 1em;
}
		
.Flex {
    display: flex;
    flex-wrap: wrap;
}
		
.FloatLeft {
    float: left;
}
		
.Bold {
    font-weight: bold;
}
		
.Italic {
    font-style: italic;
}
		
.AlignCenter {
    text-align: center;
}
		
.AlignCentre {
    text-align: center;
}
		
.AlignLeft {
    text-align: left;
}
		
.PositionCenter {
    margin: auto;
}
		
.AlignMiddle {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
		
	
.Fill_LightGrey {
    background-color: #E9E9E9;
}
		
.Hide {
    visibility: hidden;
    display: none;
}
		
.Show {
    visibility: visible;
}
		
.Tab {
    padding-left: 2em;
}
		
.SizeToFit {
    height: 100%;
    width: 100%;
    object-fit: contain;
}


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


/**********************
***  TEXT  COLORS   ***
**********************/


.TextBlack, .Black {
    color: #000;
}

.TextWhite, .White {
    color: #FFF;
}

.TextGreen, .Green {
    color:#00CC00;
}

.TextDarkGreen, .DarkGreen {
    color:#009900;
}

.TextLightGreen, .LightGreen {
    color:#00FF00;
}

.TextBlue, .Blue {
    color:#0D6EFD
}

.TextDarkBlue, .DarkBlue {
    color:#00008B;
}

.TextLightBlue, .LightBlue {
    color:#ADD8E6;
}


.TextRed, .Red {
    color: #FF0000;
}
		

.TextOrange, .Orange {
    color: #FFA500;
}


.TextYellow, .Yellow  {
    color: #FFFF00;
}		

.TextGrey, .Grey, .TextGray, .Gray {
    color: #999999;
}

.TextLightGrey, .LightGrey, .TextLightGray, .LightGray {
    color: #CCCCCC;
}

.TextDarkGrey, .DarkGrey, .TextDarkGray, .DarkGray {
    color: #666666;
}




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


/***************
***  FORMS   ***
***************/


form h2 {
	padding: 0px;
	border: 0px;	
	margin: 0px;
	text-align: center;	
}


form h3 {
	padding-top: 0px;
	border-top: 0px;
	margin: 5px 0px;
}


form section {

	padding-bottom: 2em;
}



form .AutoCaptcha {
	visibility: hidden;
	max-height: 0px;
	padding: 0px;
	margin: 0px;
}


form fieldset {
	border:none;
}


form ul {
	list-style: none;
	margin: 0 0 0 2em;
	padding: 0;
/*	width:100%;*/
	text-align:center;	
	
}


form li {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: .5em;	
}


form li.Center {
	display: inline-block;
}


form label {
	text-align:left;
	font-weight:bold;
	flex: 1 0 125px;
	max-width: 125px;
} 


form .Match_Label {
	flex: 1 0 125px;
	max-width: 125px;
	text-align:left;
} 


form .Note {
	text-align:left;
	font-weight:normal;
	max-width: 95%;
	padding-left:30px;
}


form label.FullWidth {
	flex: 1 0 230px;
	max-width: 525px;
}


form label.Option {
	flex: 0 0 230px;
	max-width: 525px;
	font-weight:normal ;
}



form .Match_Input {
	flex: 1 0 230px;
	max-width: 400px;
	text-align:left;
}


form input {
	flex: 1 0 200px;
	max-width: 400px;
	padding: .3em;
	border-radius: 5px;
	height: 30px;
}



form textarea {
	flex: 1 0 200px;
	max-width: 400px;
	padding: .3em;
	border-radius: 5px;
}



form select {
	flex: 1 0 170px;
	max-width: 400px;
	padding: .3em;
	border-radius: 5px;
}


form select:invalid {
	Color:#999999;
}

form select option {
	Color:#000000;
}

form input[type=checkbox] {
	flex: 0;
	height: auto;
}


form .Blank-Label {
	text-align:left;
	flex: 1 0 125px;
	max-width: 125px;
} 


form .Blank-Line {
	text-align:left;
	flex: 1 0 230px;
	max-width: 525px;
	height:1em;
}


form .CheckboxField {
/*	padding: 0 .3em 0 .3em;*/
	flex: 1 0 230px;
	max-width: 525px;
	font-weight: normal;
	text-align: left;
}
	


form .CheckboxField label {
	flex: 0;
	font-weight: normal;
	text-align: left;	
}



form .Button {
	margin: 2px 2px;
	border: 2px solid #BBBBBB;
	padding: 3px 10px;	
	background-color:#FAFAFA;
    font-size: 14px;	
	cursor: pointer;
}


form .Button:hover {
    background-color:#BBBBBB;
	color:#000000;
}


form .AjaxField {
	flex: 1 0 180px;
	max-width: 400px;
	text-align: left;
	display: Flex;
/*	padding: .3em;
	border-radius: 5px;*/
}

form .AjaxField select {
	width: 100%;
	
	
/*	padding: .3em;
	border-radius: 5px;*/
}





form .AjaxIcon {
	display: block;
	height: 30px;
	width: 30px;
	padding: 0 0 0 3px;
}

form .AjaxIcon span{
	display: block;
	height: 30px;
	width: 30px;	
	
}

form .AjaxIcon img{
	height: 30px;
	width: 30px;
	padding: 0;
}


form .Invalid {
	border: #FF0000 solid 2px ;
}


/*##########################################################################################
#######################################  STYLES  ###########################################
##########################################################################################*/


.Card {
	box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	padding: 1em;
	min-width: 260px;
	
}


.Notice {
	color:#CC0033;
}


.Ok {
	color:#339933;
}







/*##########################################################################################
############################################################################################
##########################################################################################*/



.MenuBar {
	
}


.MenuBar h3 {
	width:100%;
	background-color: #CCCCCC;
	border-radius: 10Px;
	padding: 10px;

}


.BoxedMenuItem {
	width:200px;
	height: 80px;
	box-sizing: border-box;
	min-width:110px;
	text-align:left;
	padding: 20px 10px;
	
/*	
	align-items: center;*/
}

.BoxedMenu_Container {

	display : flex;
	padding: 0 0 20px 0;
}




.BoxedMenuItem img {

	vertical-align:middle;
}


.BoxedMenuText {
	display:inline-block;
	padding:5% 10px;
	/*	padding: 10px; */
	color: #0055FF;
	height:100%;
	
}


.BoxedMenuItem a {
	text-decoration: none;
	color:#0055FF;
}

.BoxedMenuItem a:hover div{
	text-decoration: underline;
	color:#0055FF;
}





a {
	text-decoration: none;
	color:#0055FF;


}


.Header_Image {
    margin: 1em;
    text-align: center;
}
		
.Footer_Bar {
    margin: 1em;
}
		
.Flex {
    display: flex;
    flex-wrap: wrap;
}
		
.FloatLeft {
    float: left;
}
		
.Bold {
    font-weight: bold;
}
		
.Italic {
    font-style: italic;
}
		
.AlignCenter {
    text-align: center;
}
		
.AlignCentre {
    text-align: center;
}
		
.AlignLeft {
    text-align: left;
}
		
.PositionCenter {
    margin: auto;
}
		
.AlignMiddle {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
		
		
.Fill_LightGrey {
    background-color: #E9E9E9;
}
		
.Hide {
    visibility: hidden;
    display: none;
}
		
.Show {
    visibility: visible;
}
		
.Tab {
    padding-left: 2em;
}
		
.SizeToFit {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
		


