@charset "utf-8";
		
/* 
		
##############################################################
###                                                        ###
###  CSS FILE : Style Consolidation CSS file               ###
###                                                        ###
##############################################################
		
(C)opyright 2025 - 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 {
    text-align: center;
}
		
.AlignCentre {
    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;
}



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



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



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

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

.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   ***
**********************/

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

.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
 
*/	

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

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


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

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


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






		
.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  ***
*************************/


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

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




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

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


.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 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-formline {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1rem;
	align-items: center;
	gap: .5rem;	
}


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


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.Hide {
	display: none;
	visibility: hidden;
}


mw-formline label {
	font-weight: 600;
	flex-basis : 150px;
	color: #555555;
} 


mw-formline .Label {
	font-weight: 600;
	flex-basis : 150px;
	color: #555555;
} 



mw-formline label.Half {
	font-weight: 600;
	flex-basis : 75px;
	color: #555555;
} 


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


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

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



.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.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-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-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 .AjaxInputStatusIcon {
	align-self: center;
}



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;
	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:#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%);
}
		
.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;
}


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


th.ColumnHeading {
	text-align:left;
	padding: .25em .5em;
}


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