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

*/
/* 
		
########################################
###  Modularware - Universal Styles  ###
########################################
		
(C)opyright 2014 - Modularware
www.modularware.com

File: /distributions/themes/style/default/universal.css
 
*/	


/************************************
***  TEXT  ALIGNMENT & EMPHASIS   ***
************************************/

.Bold {
    font-weight: bold;
}
		
.Italic {
    font-style: italic;
}
	
	
		
.AlignCenter, .AlignCentre, .Center, .Centre {
    text-align: center;
}
		

		
.AlignLeft {
    text-align: left;
}

.AlignRight {
    text-align: right;
}
		
.PositionCenter {
    margin: auto;
}
		
.AlignMiddle {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


.ImageCenter, .ImageCentre {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.ImageMiddle {
	display: flex;
	justify-content: center;
}


.Origin, ImageOrigin, ImageMiddleCenter, ImageMiddleCentre {
	display: flex;
	justify-content: center;
  	margin-left: auto;
  	margin-right: auto;
}
	
	
.SizeToFit {
    height: 100%;
    width: 100%;
    object-fit: contain;
}


.FloatLeft {
    float: left;
}


.FloatRight {
    float: right;
}


.Flex {
    display: flex;
    flex-wrap: wrap;
}


.HideOverflow {
	overflow: hidden;
}


.TinyThumb {
	max-height : 24px;
}



/**************
***  TABS   ***
**************/

html-tab {
	display: inline-block;
	width: 2em;
}

.HalfTab {
/*    padding-left: 1em;*/
}

.HalfTab, .Half_Tab {
	display: inline-block;
    text-indent: 1em;
/*	padding-left: 1em;*/
}


.Tab {
	display: inline-block;
    text-indent: 2em;
}

.Tab_x2 {
	display: inline-block;
    text-indent: 4em;
}

.Tab_x3 {
    display: inline-block;
	text-indent: 6em;
}

.Tab_x4 {
    display: inline-block;
	text-indent: 8em;
}

.Tab_x5 {
    display: inline-block;
    text-indent: 10em;
}

.Tab_x6 {
    display: inline-block;
    text-indent: 12em;
}

.Tab_x7 {
    display: inline-block;
    text-indent: 14em;
}

.Tab_x8 {
    display: inline-block;
    text-indent: 16em;
}

.Tab_x9 {
    display: inline-block;
    text-indent: 18em;
}

.Tab_x10 {
    display: inline-block;
    text-indent: 20em;
}



/***********************
***  MARGIN-BOTTOM   ***
***********************/


.Margin-Bottom {
	margin-bottom: 1rem
}


.Margin-Bottom_x2 {
	margin-bottom: 2rem
}


.Margin-Bottom_x2-5 {
	margin-bottom: 2.5rem
}

.Margin-Bottom_x5 {
	margin-bottom: 5rem
}

.Margin-Bottom_x10 {
	margin-bottom: 10rem
}




/*************************
***  CONTENT  LAYOUT   ***
*************************/

.Spacer {
	display: block;
	height: 1.5em;
}


.HalfPageSpacer {
	display: block;
	height: 50vh;
}


.SizeToFit {
    height: 100%;
    width: 100%;
    object-fit: contain;
}


.VPad {
	padding: 1em 0;
}


.VPad_x2 {
	padding: 2em 0;
}


.VPad_x2 {
	padding: 3em 0;
}


.Gap {
	margin-top: 1rem;
}








/********************
***  VISIBILITY   ***
********************/

.Hide {
    visibility: hidden;
    display: none;
}
		
.Show {
    visibility: visible;
}



/***************
***  FONTS   ***
***************/


.FontArial {
	font-family: Arial, Helvetica, sans-serif;
}

.FontArialBlack {
	font-family: "Arial Black", Gadget, sans-serif;
}
	

.FontComic {
	font-family: "Comic Sans MS", cursive, sans-serif;
}


.FontBookman {
	font-family: "Bookman Old Style", serif;
}


.FontTimes {
	font-family: "Times New Roman", Times, serif;
}


.FontCourier {
	font-family: "Courier New", Courier, monospace;
}

.FontStuditious {
	font-family: "American Typewriter", Didot, Georgia, serif; 
}

.FontHand {
	font-family: "Lucida Handwriting", "Script MT", "Segoe script", serif; 
}





.FontSize-05 {
	font-size:.5rem;
}

.FontSize-06 {
	font-size:.6rem;
}

.FontSize-07 {
	font-size:.71rem;
}

.FontSize-08 {
	font-size:.8rem;
}

.FontSize-09 {
	font-size:.9rem;
}

.FontSize-10 {
	font-size:1rem;
}

.FontSize-11 {
	font-size:1.1rem;
}

.FontSize-12 {
	font-size:1.2rem;
}

.FontSize-13 {
	font-size:1.3rem;
}

.FontSize-14 {
	font-size:1.4rem;
}

.FontSize-15 {
	font-size:1.5rem;
}

.FontSize-16 {
	font-size:1.6rem;
}

.FontSize-17 {
	font-size:1.7rem;
}

.FontSize-18 {
	font-size:1.8rem;
}

.FontSize-19 {
	font-size:1.9rem;
}

.FontSize-20 {
	font-size:2rem;
}



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


.LinkBlue {
	color: #0000EE;
}


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

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

.TextGreen, .Green {
    color:#008000;
}

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

.TextLightGreen, .LightGreen {
    color:#90EE90;
}

.TextLime, .Lime {
    color:#00FF00;
}

.TextBlue, .Blue {
/*    color:#0D6EFD*/
	color:#0000EE;
}

.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;
}



/**********************
***  FILL COLORS   ***
**********************/

.BgModal {
	background-color: rgba(0,0,0,0.65);
}


.BgMain {
	background-color: var(--MainBackgroundColor);
}

.BgSecondary {
	background-color: var(--SecondaryBackgroundColor);
}

.BgTertiary {
	background-color: var(--TertiaryBackgroundColor);
}


.BgBorder {
	background-color: var(--PageBorderColor);
}



.FillLightGrey, .BgLightGrey {
    background-color: #E9E9E9;
}

.FillBlack, .BgBlack {
    background-color: #000;
}

.FillWhite, .BgWhite {
    background-color: #FFF;
}

.FillGreen, .BgGreen {
    background-color:#008000;
}

.FillDarkGreen, .BgDarkGreen {
    background-color:#006400;
}

.FillLightGreen, .BgLightGreen {
    background-color:#90EE90;
}

.FillLime, .BgLime {
    background-color:#00FF00;
}

.FillBlue, .BgBlue {
/*    background-color: #0D6EFD*/
	background-color: #0000EE;
}

.FillDarkBlue, .BgDarkBlue {
    background-color:#00008B;
}

.FillLightBlue, .BgLightBlue {
    background-color:#ADD8E6;
}

.FillRed, .BgRed {
    background-color: #FF0000;
}
		

.FillOrange, .BgOrange {
    background-color: #FFA500;
}

.FillYellow, .BgYellow  {
    background-color: #FFFF00;
}		

.FillGrey, .BgGrey, .FillGray, .BgGray {
    background-color: #999999;
}

.FillLightGrey, .BgLightGrey, .FillLightGray, .BgLightGray {
    background-color: #CCCCCC;
}

.FillDarkGrey, .BgDarkGrey, .FillDarkGray, .BgDarkGray {
    background-color: #666666;
}


/**********************
***  <HR>  COLORS   ***
**********************/

hr.Light {
	border-color: #EEEEEE; 
}


hr.Black {
    border-color: #000;
}

hr.White {
    border-color: #FFF;
}

hr.Green {
    border-color:#008000;
}

hr.DarkGreen {
   border-color:#006400;
}

hr.LightGreen {
   border-color:#90EE90;
}

hr.Lime {
    border-color:#00FF00;
}

hr.Blue {
    border-color:#0D6EFD
}

hr.DarkBlue {
    border-color:#00008B;
}

hr.LightBlue {
    border-color:#ADD8E6;
}

hr.Red {
    border-color: #FF0000;
}
		
hr.Orange {
    border-color: #FFA500;
}

hr.Yellow  {
    border-color: #FFFF00;
}		

hr.Grey, hr.Gray {
    border-color: #999999;
}

hr.LightGrey, hr.LightGray {
    border-color: #CCCCCC;
}

hr.DarkGrey, hr.DarkGray {
    border-color: #666666;
}


/*****************
***  CURSORS   ***
*****************/

.Help {
	cursor: help;
}


.Pointer {
	cursor: pointer;
}





/*******************************************************************************************/
/*******************************************************************************************/
/*******************************************************************************************/
/* 
		
##########################
###  Global - Default  ###
##########################
		
(C)opyright 2014 - Modularware
www.modularware.com
		
File : /distributions/themes/style/default/default.css

SEARCH: ~Global~Default~Css
 
*/	

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


.ContentFrame {
	padding : 0 1rem;
}		

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;
}

.Subsection {
	margin-bottom: 2rem;
}


ul.Bulletless {
	list-style-type: none;
}



p.ListDescription {
	margin-bottom: 0;
}

ul.HasDescription {
	margin-top: 0;
}





img.Constrain {
	margin: 0 auto;
	max-width:60%;
	height:auto;
}


.Footnote {
    font-size: 12px;
}



.TopCaption {
	margin-bottom: .3rem;
}

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


.FullWidthImage {
	width: 100%;
	height: auto;
}

.CenterImageShrink {
	display: block;
	margin: 0 auto;       /* centers horizontally */
	max-width: 100%;      /* shrink when container is smaller */
	height: auto;         /* preserve aspect ratio */
}


		
.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;
}

.AlignRight {
    text-align: right;
}
		
.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%);
}
		
.TextBlack {
    color: #000;
}
		
.TextGreen {
    color: #00CC00;
}
		
.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;
}


/***********************************************************/
/*****     KEEP !!!      ***********************************/
/***********************************************************/



/*************************
***  COMPONENT BLOCKS  ***
*************************/


.SectionBlock {
	margin: 1rem 0 2rem 0;
}


.SectionBreak {
	margin: 2rem 0;
}


.TextBlock {
	padding: 0 .5rem;
}
	
.TinyIndent {
	margin: 0 .4rem;
	padding: 0;
}

.TinyIndent li {
	margin:  0 .4rem;
	padding: 0;
}


section.Introduction {
	font-size:1.1rem;
}


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






/*******************************************************************************************/
/************************************  NESTED  COLUMNS  ************************************/
/*******************************************************************************************/


.NestedColumns-Wrapper {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: stretch;          /* Forces equal height */
    margin: 1rem 0;
}

/* Individual column */
.NestedColumn {
    flex: 1 1 0;
    border: thin solid #000;        /* Thin border */
    padding: 16px;
    box-sizing: border-box;        /* Prevents overflow */
	background-color: rgba(255, 255, 255, 0.10); /* Lighter Background */
}


.NestedColumn h3 {
    margin-top: 0;
	font-size: 1.2rem;
}

.NestedColumn ul {
    padding-left: 1rem;
}


/* Collapse to one column at 599px and below */
@media (max-width: 599px) {

    .NestedColumns-Wrapper.Collapse600 {
        flex-direction: column;
    }
	
}



/* Modal background 
#ModalPanel {
    display: none; 
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    justify-content: center;   /* horizontal centering 
    align-items: center;       /* vertical centering 
}*/

.Blur {
	backdrop-filter: blur(8px); 
}

.Fade {
    background-color: rgba(0,0,0,0.7);
}

/*
.SolidBlack {
	background-color: #000000;
}

.SolidWhite {
    background-color: #FFFFFF;
}

.SolidSitePrimary {
    background-color: var(--MainBackgroundColor);
}

.SolidSiteSecondary {
    background-color: var(--SecondaryBackgroundColo);
}


.SolidSiteTertiary {
    background-color: var(--TertiaryBackgroundColor);
}


.SolidReverse {
    background-color: var(--ReverseBackgroundColor);
}
*/


/* Full-size image */


/* Close button 
.CloseModal {
    position: absolute;
    top: 20px;
    right: 35px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

*/

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



mw-form-frame {
	display: block;
}


mw-form-panel {
	display: block;
}


mw-form-panel h3 {
	padding-bottom: 1rem;
	border-top: 0px;
	margin: 5px 0px;
	text-align: left;
	font-size: 20px;	
}






mw-form-input-group {
	display: block;
}








.FormWrapper {
	max-width: 600px;
	margin: 0 auto;
/*	padding: 1rem;	*/
}


.Box-FormWidth {
	max-width: 600px;
	margin: 0 auto;
}



.FormWrapper-FullWidth {
	padding: 1rem;	
	margin: 0 auto;
}


mw-form-wrapper {
	display: block;
	margin: .5rem;
}


.FormWrapper-Small-Left {
	margin : none;
	max-width: 300px;
	padding: .5rem;
}


.NoBoxSpacing {
	margin: 0;
	border: 0;
	padding: 0;
}



.form-togglers {
	position:absolute;
}


.form-togglers:hover {
	cursor: pointer;
}
	

mw-form-group {
	display: block;
}

mw-form-group.Gap {
	margin-top: 1rem;
	margin-bottom: 1rem;
}


mw-form-group.Gap_Bottom {
	margin-top: 1rem;
	margin-bottom: 1rem;
}


mw-form-group.Gap_x2 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}


mw-form-group.Gap_x2_Bottom {
	margin-bottom: 2rem;
}


mw-form-group h2 {
	padding-bottom: 1rem;
	border: 0px;	
	margin: 0px;
	text-align: center;	
}


mw-form-group h3 {
	padding-bottom: 1rem;
	border-top: 0px;
	margin: 5px 0px;
	text-align: left;
	font-size: 20px;	
}
	
.FormToggle-Heading	 {
	padding-bottom: 0;
}
	
	
mw-inline-input-group {
	display: flex;
	flex-wrap: wrap;
}	


mw-formline.ControlledWrap {
	flex-shrink: 0;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items:flex-start;
}

/* Collapse to one column at 467px and below */
@media (max-width: 467px) {
    mw-formline.ControlledWrap {
        flex-wrap: wrap;
    }
}


	
mw-formline-group {
	display: block;
	flex-wrap: wrap;
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
}	
	
	
		
mw-formline {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: .7rem;
	align-items: center;
	gap: .5rem;	
}


mw-formline.Invalid {
	padding: 0 .2rem;
	border-radius: 5px;
}

mw-formline-group.Invalid {
	padding: 0 .2rem;
	border-radius: 5px;
}

mw-formline-wrapper.Invalid {
	padding: 0 .2rem;
	border-radius: 5px;
}


form > mw-formline:last-of-type {
	margin-bottom :0;
}

mw-formline.AlignTop {
	align-items: start;
}


mw-formline.FullWidth-Left {
	display: inline-block;
	width: 100%;
	text-align: left;
}


mw-formline.FullWidth-LeftOff {
	display: inline-block;
	position: absolute;
	width: 400px;
	text-align: left;
	left: -450px;
}

mw-formline.FullWidth-Center {
	display: inline-block;
	width: 100%;
	text-align: center;
}


mw-formline.FullWidth-Right {
	display: inline-block;
	width: 100%;
	text-align: right;
}


mw-formline.FullWidth-Buttons {
 /*    display: flex;
    width: 100%;
    justify-content: center;   /* center the group 
    padding: 0 1rem;
    gap: 1rem;                 equal gap between buttons */
	
    display: flex;
    width: 100%;
    justify-content: center;  /* keeps the group centered */
    gap: 2rem;                /* equal spacing between buttons */
    padding: 0 1rem;
	
	
	
}


mw-formline.FullWidth-Buttons .Button {
    /*flex: 0 1 auto;
    max-width: calc(50% - 0.5rem);
    margin: 0 1rem;             equal left/right spacing 
    white-space: normal;*/
	
    flex: 1;                  /* equal width for all buttons */
    white-space: normal;      /* allow wrapping */
    text-align: center;       /* keeps text centered */
	max-width: 35%;
}


mw-formline.Hide {
	display: none;
	visibility: hidden;
}


mw-formline label {
	font-weight: normal;
	flex-basis : 150px;
	flex-shrink: 0;
} 


mw-formline label.Collapse {
	flex-basis : auto;
/*	margin-right: 1rem;*/
} 


mw-formline label.HalfWidth {
	flex-basis : 50%;
} 

mw-formline label.Bold {
	font-weight: 600;
} 


mw-formline label.Double {
	flex-basis : 300px;
} 


mw-formline label.Wider {
	flex-basis : 225px;
} 


mw-formline label.Half {
	flex-basis : 75px;
} 


mw-formline label.FullWidth {
	flex-basis : 100%;
} 


mw-formline mw-blank-label {
	height: 0px;
	flex-basis : 150px;
	flex-shrink: 0;
}

mw-formline mw-blank-label.Half {
	height: 0px;
	flex-basis : 75px;
} 

mw-formline Label.ChildLabel {
	font-weight: normal;
} 

mw-formline Label.LongTextLabel {
	font-weight: normal;
	flex: 1;
	margin-left: 1rem;
}


.InputTableLabel {
	margin-bottom: .3rem;
	text-align: left;
	font-weight: 600;
	color: #555555;	
}


/***************
***  INPUTS  ***
***************/

mw-formline input {
	flex: 1 1 250px;
	max-width: 420px;
	padding: .2em;
	border-radius: 5px;
	align-self: flex-start;
}

mw-formline input[type='checkbox'], mw-formline input[type='radio'] {
	flex: 0 0 ;
}



mw-formline input.Small {
	flex: 1 1 5rem;
	max-width: 5rem;
}


mw-formline input.Medium {
	flex: 1 1 10rem;
	max-width: 10rem;
}



mw-formline input.Tiny {
	margin: 0 .5rem;
	flex: 1 1 2.5rem;
	max-width: 2.5rem;
}


mw-formline input.Wrap {
	margin-right: auto;
}


mw-formline select {
	flex: 1 0 250px;
	max-width: 420px;
	padding: .2em;
	border-radius: 5px;
	align-self: flex-start;
}


mw-formline select.Small {
	flex: 1 1 5rem;
	max-width: 5rem;

}




mw-formline textarea {
	flex : 1;
}


mw-formline .FlexLine {
	display: flex;
}




mw-horizonal-wrapper {
	margin-right: 1rem;
	align-self: flex-start;
	text-align: left;
}



mw-form-grid-wrap {
	flex: 1;
   	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(100px, max-content));
	gap: 2.5rem;
}





mw-input-wrapper {
	/* Groups Checkbox with it's label or a textbox with a buttons etc*/
	display: flex;
	gap: .5rem;
	flex: 1 0 250px;
	max-width: 420px;
	border-radius: 5px;
	align-self: flex-start;
	text-align: left;
	align-items: center;
}


mw-option-wrapper {
	/* Groups Checkbox with it's label or a textbox with a buttons etc*/
	display: flex;
	gap: .5rem;
/*	flex: 1 0 250px;*/
	max-width: 420px;
	border-radius: 5px;
	align-self: flex-start;
	text-align: left;
	align-items: center;
	margin-right: 2rem;
}


mw-inlineblock-wrapper {
	/* Used for checkboxes with long text "labels" */
	display: flex;
	gap: .5rem;	
	align-self: flex-start;
	text-align: left;
}	


mw-inline-input {
	display: flex;
	align-self: flex-start;
	text-align: left;
	margin-right: .5rem;
	margin-bottom: .5rem;
}


mw-inline-input.HalfWidth {
	min-width: 190px;
}


label.Collapse.Small {
	min-width: 2.5rem;
}


label.Collapse.Medium {
	min-width: 5rem;
}


mw-inlineblock-wrapper label.LongLabel {
	font-weight: normal;
	flex: 1;
	margin-right: 2rem;	
}
	


mw-formline .Button {
	flex: 0 0;
	border-top: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	border-bottom: 3px solid #BBBBBB;
	border-right: 3px solid #BBBBBB;
/*	border: 1px solid #BBBBBB;	*/
	padding: 3px 10px;	
	background-color:#F3F3F3;
	cursor: pointer;
}


mw-formline .SmallButton {
	padding: 1px 5px;
	font-size: .7rem;
}


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


mw-formline .Button.Disabled {
    opacity: 0.4;              /* faded look */
    cursor: not-allowed;       /* visual cue */
    pointer-events: none;      /* prevents clicking */
}


mw-formline .AjaxInputStatusIcon {
	align-self: center;
}



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








/*#####################################################################################
#######################################  FORMS  #######################################
#####################################################################################*/



.FormWidth_Default {
	max-width: 600px;
}



/***************
***  INPUTS  ***
***************/


/*** INPUT  ***/

mw-formline input {
	flex: 1 1 250px;
	max-width: 420px;
	padding: .2em;
	border-radius: 5px;
	align-self: flex-start;
	margin: 0 .5rem;
}


.Input_Tiny {
	flex: 1 1 2.5rem;
	max-width: 2.5rem;
}


.Input_Small {
	flex: 1 1 5rem;
	max-width: 5rem;
}


.Input_MediumSmall {
	flex: 1 1 7.5rem;
	max-width: 7.5rem;
}


.Input_Medium {
	flex: 1 1 10rem;
	max-width: 10rem;
}


.Input_MediumLarge {
	flex: 1 1 15rem;
	max-width: 15rem;
}


.Input_Large {
	flex: 1 1 20rem;
	max-width: 20rem;
}


.Input_Max {
	max-width: none;
}





/*** INPUT TYPES  ***/


input[type="date"] {
    width: 7.5rem; 
}




/*** SELECT ***/


select {
	background-color:#FFFFFF;
}


select.PlaceHolder {
	color: #999999;      
}








/*** BUTTON  ***/

.Button {
	flex: 0 0;
	border-top: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	border-bottom: 3px solid #BBBBBB;
	border-right: 3px solid #BBBBBB;
/*	border: 1px solid #BBBBBB;	*/
	padding: 3px 10px;	
	background-color:#F3F3F3;
	cursor: pointer;
}

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


.Button_Selected {
	color:#000000;
	background-color:#a7d2af; 
    cursor: not-allowed;       /* visual cue */
    pointer-events: none;      /* prevents clicking */	
}


.Button.Disabled {
    opacity: 0.4;              /* faded look */
    cursor: not-allowed;       /* visual cue */
    pointer-events: none;      /* prevents clicking */
}




















/*#####################################################################################
######################################  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;
	font-weight: bold;
}


.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:#0000EE;


}


.Header_Image {
    margin: 1em;
    text-align: center;
}
		
.Footer_Bar {
    margin: 1em;
}
		
.Flex {
    display: flex;
    flex-wrap: wrap;
}
		
.FloatLeft {
    float: left;
}


.ImageFloatRight {
    float: right;
	margin-left : .5rem;
}

.Background-Tertiary {
	color: white; /*var(--MainColor);*/
	background-color: var(--TertiaryBackgroundColor);
}

.Background-None {
	background-color: transparent;
}


.BorderedStd {
	padding: .3rem;
	border: thin solid gray;
/*	margin: .3rem */
}



.ImageFloatRight img {
	display: block;
	margin: 0;
}

.Caption {
	margin: 0;
	margin-top: .3rem;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	font-size: smaller;
}



		
.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%);
}
		
.TextBlack {
    color: #000;
}
		
.TextGreen {
    color: #00CC00;
}
		
.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;
}
		

#DevModeBar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color:#FF0000;
	z-index: 501;
}





/***************
***  TABLES  ***
***************/

table {
	width: 100%;
/*	table-layout: fixed;*/
	font-size: medium;
	padding: 0;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	vertical-align: text-top;
}


th {
	font-weight: bold;
}


thead th{
	background-color: #E9E9E9;
	text-align:left;
	padding: .25em .5em;
}



/*
tr.ColumnHeading {
	font-weight: bold;
	background-color: #E9E9E9;
}


th.ColumnHeading {
	
	
}
*/

td {
	padding: 0 .5em;
}


td.RowHeading {
	text-align: left;
}



table.Bordered {


}

table.Bordered td.NoBorder {
	border: none;
}


table.Bordered th {
	text-align: left;
	white-space: nowrap;
	padding: .3em .5em;
	border: thin solid black;
	border-bottom: medium solid black;
}


table.Bordered td {
	padding: .1em .5em;
	border: thin  solid black;
}


table.NoWrap td {
	white-space: nowrap;
}


.Width_Small {
	max-width: 5rem;
	overflow: hidden;
}

/**************
***  OTHER  ***
**************/

.StampContainer {
	display: flex;
	flex-wrap: wrap;
}


.Stamp {
	box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	padding: 10px;
	margin: 10px;
	text-align: center;
	flex: 0 1 125px;
}


.SmallStamp, StampSmall {
	box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	padding: 10px;
	margin: 10px;
	text-align: center;
	flex: 0 1 75px;
}


.StampLink {
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}


.StampLine {
	margin: 0;
	margin-top: .5rem;
}


.DebugWindow {
	padding:2rem;
}



@media (pointer: coarse) {
    .ClickDevice {
		Display: None;
	}		
}


@media (pointer: fine) {
    .TouchDevice {
		Display: None;
	}   /* desktop devices */
}




