body {
	font-family: Sans-Serif; 
	}

.PopupDialog {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(64,64,64,0.40);
	justify-content: center;
	align-items: center;
	display: flex;
}

.PanelQuickColumn {
	float: left;
	}
.PanelQuickSection {
	display: inline;
	}

.TableFull {
	background-color: #FFFFFF;
	border-width: 0px;
	}
.TableFullTab {
	background-color: #FFFFFF;
	border-width: 0px;
	}
.TableFullSection {
	background-color: #FFFFFF;
	border-width: 0px;
	}


.TableMobile {
	background-color: #FFFFFF;
	border-width: 0px;
	}
.TableMobileTab {
	background-color: #FFFFFF;
	border-width: 0px;
	}
.TableMobileSection {
	background-color: #FFFFFF;
	border-width: 0px;
	}


.TableQuick {
	border-width: 0px;
	}
.TableQuickSection {
	background-color: #FFFFFF;
    border: solid;
	border-width: 1px;		/* thin line */
    border-radius: 10px;	/* rounded corners */
    border-color: #A0A0A0;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 12px;
	margin-bottom: 12px;
	padding-left: 16px;
	padding-right: 16px;
/*	padding-top: 8px;	*/
	padding-bottom: 8px;
	}

.TableQuickBlockSpacer {
	width: 356px;
	height:8px;
}


.TitleQuick {
	color: #961223;
	font-weight: bold; 
	font-size: 28px; 
	font-family: Sans-Serif; 
	text-align: center;
	}

.BannerMobile {
	color: #bc3219; 
	font-weight: bold; 
	font-size: 16px; 
	font-family: Sans-Serif; 
	text-align: center;
	}

.BannerNormal {
	color: #bc3219; 
	font-weight: bold; 
	font-size: 16px; 
	font-family: Sans-Serif; 
	text-align: center;
	}


.HeadingQuick {
	color: #004282; 
	font-weight: bold; 
	font-size: 20px; 
	font-family: Sans-Serif; 
	text-align: center;
	}

.HeadingMobile {
	color: #004282; 
	font-weight: bold; 
	font-size: 20px; 
	font-family: Sans-Serif; 
	text-align: center;
	}

.HeadingNormal {
	color: #004282; 
	font-weight: bold; 
	font-size: 22px; 
	font-family: Sans-Serif; 
	text-align: center;
	}


.FootingMobile {
	color: #004282; 
	font-weight: bold; 
	font-size: 10px; 
	font-family: Sans-Serif; 
	}

.FootingNormal {
	color: #004282; 
	font-weight: bold; 
	font-size: 10px; 
	font-family: Sans-Serif; 
	}


.SectionQuick {
	color: #004282; 
	font-weight: bold; 
	font-size: 16px; 
	font-family: Sans-Serif; 
	text-align: center;
	}

.SectionMobile {
	color: #004282; 
	font-weight: bold; 
	font-size: 16px; 
	font-family: Sans-Serif; 
	text-align: center;
	}

.SectionLarge {
	color: #004282; 
	font-weight: bold; 
	font-size: 18px; 
	font-family: Sans-Serif; 
	text-align: center;
	}

.SectionNormal {
	color: #004282; 
	font-weight: bold; 
	font-size: 14px; 
	font-family: Sans-Serif; 
	text-align: center;
	}

.SectionSmall {
	color: #004282; 
	font-weight: bold; 
	font-size: 11px; 
	font-family: Sans-Serif; 
	text-align: center;
	}

.InsetQuick {
	background-color: #e5eeff; 
	border-width: 0px;
    border-radius: 8px;
	}


/* NOTE: this requires "border-collapse: separate;" at the table level */
.TableRowShadowFirst {
	border-left: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    box-shadow: 8px 0px white, 4px 4px 4px #f0f0f0;
	}
.TableRowShadowBody {
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
    box-shadow: 8px 0px white, 4px 4px 4px #f0f0f0;
	}
.TableRowShadowLast {
	border-right: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 4px 4px 4px #f0f0f0;
	}

.TableCellShadow {
	border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 4px 4px 4px #f0f0f0;
	}


.PromptQuick {
	color: #004282; 
	font-weight: bold; 
	font-size: 12px;
	font-family: Sans-Serif;
	}
	
.PromptMobile {
	color: #004282; 
	font-weight: bold; 
	font-size: 12px;
	font-family: Sans-Serif;
	height: 32px;
	}
	
.PromptLarge {
	color: #004282; 
	font-weight: bold; 
	font-size: 16px;
	font-family: Sans-Serif;
	}
	
.PromptNormal {
	color: #004282; 
	font-weight: bold; 
	font-size: 12px;
	font-family: Sans-Serif;
	}

.PromptSmall {
	color: #004282; 
	font-weight: bold; 
	font-size: 10px;
	font-family: Sans-Serif;
	}

	
.LabelQuick {
	color: #004282; 
	font-size: 12px;
	font-family: Sans-Serif;
	}
	
.LabelMobile {
	color: #004282; 
	font-size: 14px;
	font-family: Sans-Serif;
	height: 32px;
	}
	
.LabelLarge {
	color: #004282; 
	font-size: 16px;
	font-family: Sans-Serif;
	}
	
.LabelNormal {
	color: #004282; 
	font-size: 12px;
	font-family: Sans-Serif;
	}

.LabelSmall {
	color: #004282; 
	font-size: 10px;
	font-family: Sans-Serif;
	}


.TextQuick {
	color: #004282; 
	font-weight: normal; 
	font-size: 12px;
	font-family: Sans-Serif;
	}

.TextMobile {
	color: #004282; 
	font-weight: normal; 
	font-size: 14px;
	font-family: Sans-Serif;
	height: 32px;
	}

.TextLarge {
	color: #004282; 
	font-weight: normal; 
	font-size: 16px;
	font-family: Sans-Serif;
	}

.TextNormal {
	color: #004282; 
	font-weight: normal; 
	font-size: 12px;
	font-family: Sans-Serif;
	}

.TextSmall {
	color: #004282; 
	font-weight: normal; 
	font-size: 10px;
	font-family: Sans-Serif;
	}


.ErrorQuick {
	color: #FF0000;	
	font-weight: normal; 
	font-size: 12px;
	font-family: Sans-Serif;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
 	}

.ErrorMobile {
	color: #FF0000;	
	font-weight: bold; 
	font-size: 14px;
	font-family: Sans-Serif;
	}

.ErrorLarge {
	color: #FF0000;	
	font-weight: bold; 
	font-size: 16px;
	font-family: Sans-Serif;
	}

.ErrorNormal {
	color: #FF0000;	
	font-weight: bold; 
	font-size: 12px;
	font-family: Sans-Serif;
	}

.ErrorSmall {
	color: #FF0000;	
	font-weight: bold; 
	font-size: 10px;
	font-family: Sans-Serif;
	}


.RequiredQuick {
	color: #FF0000;	
	font-weight: normal; 
	font-size: 12px;
	font-family: Sans-Serif;
	}

.RequiredMobile {
	color: #FF0000;	
	font-weight: normal; 
	font-size: 14px;
	font-family: Sans-Serif;
	}

.RequiredNormal {
	color: #FF0000;	
	font-weight: normal; 
	font-size: 12px;
	font-family: Sans-Serif;
	}


.LinkQuick {
	color: #0000FF;	
	font-weight: normal; 
	font-size: 12px;
	font-family: Sans-Serif;
	}

.LinkMobile {
	color: #0000FF;	
	font-weight: normal; 
	font-size: 18px;
	font-family: Sans-Serif;
	}

.LinkLarge {
	color: #0000FF;	
	font-weight: normal; 
	font-size: 16px;
	font-family: Sans-Serif;
	}

.LinkNormal {
	color: #0000FF;	
	font-weight: normal; 
	font-size: 12px;
	font-family: Sans-Serif;
	}

.LinkSmall {
	color: #0000FF;	
	font-weight: normal; 
	font-size: 10px;
	font-family: Sans-Serif;
	}


.LinkAction {
	color: #961223;
	font-weight: bold;
	font-size: 12px;
	font-family: Sans-Serif;
	text-decoration: none;
	}
.LinkAction:hover {
    color: #740715;
    }


.TreeMobile {
	color: #004282;	
	font-weight: normal; 
	font-size: 14px; 
	font-family: Sans-Serif;
	border-style: solid;
	border-width: thin;
	vertical-align: top;
	text-align: left;
	overflow: auto;
	}

.TreeNormal {
	color: #004282;	
	font-weight: normal; 
	font-size: 12px;
	font-family: Sans-Serif;
	border-style: solid;
	border-width: thin;
	vertical-align: top;
	text-align: left;
	overflow: auto;
	}


.ToolQuick {
	border-width: 1px;
    border-radius: 5px; /* Slightly rounded corners */
    border-color: rgba(0, 66, 130, 0.25); 
	background-color: rgba(0, 66, 130, 0.05);
	color: #004282;	
	font-style: normal;
	font-weight: normal; 
	font-size: 12px;
	font-family: Sans-Serif;
	text-align: center;
	height: 22px;
	}

.ToolQuick:hover
{
	background-color: rgba(0, 66, 130, 0.10);
}


/* MJP 8/2/2024 */
.ButtonQuick {
    color: #FFFFFF;                 /* White text color */
    background-color: #961223;      /* Red background color */
    font-weight: bold; 
    font-size: 12px;
    font-family: Sans-Serif;
    width: 112px;
    height: 34px;
    border-radius: 16px;             /* Rounded corners */
    border: none;                  
    cursor: pointer;                /* Change cursor to pointer on hover */
    }
/* Add hover effect */
.ButtonQuick:hover {
    background-color: #740715;      /* Darker red background color on hover */
    }

.ButtonMobile {
	color: #004282;	
	font-weight: normal; 
	font-size: 14px; 
	font-family: Sans-Serif; 
	width: 116px;
	height: 32px;
	}

.ButtonNormal {
	color: #004282;	
	font-weight: normal; 
	font-size: 12px;
	font-family: Sans-Serif;
	width: 104px;
	}


/* MJP 7-31-24 */
.InputQuick {
    background-color: rgba(0, 66, 130, 0.05); /* Light blue background with 5% opacity */
    color: #004282; /* Text color */
    border-radius: 5px; /* Slightly rounded corners */
    border: 1px solid transparent; /* Ensure the border doesn't affect layout */
    padding: 3px; /* Optional: Add some padding for better spacing */
	font-weight: normal; 
	font-size: 12px;
	font-family: Sans-Serif;
	}
/* Add hover effect */
.InputQuick:hover {
    background-color: rgba(0, 66, 130, 0.10);
    }
/* Halo effect for focused input fields */
.InputQuick:focus {
    outline: none; /* Remove the default outline */
    box-shadow: 0 0 4px 2px #b3e1f7; /* Light blue halo effect */
    background-color: #ffffff; /* Optional: Change background on focus */
    border: 1px solid #004282; /* Dark blue border on focus */
	}
.InputQuick:disabled {
	pointer-events: none;
	color: rgba(0, 66, 130, 0.50);
	}

.DropQuick {
    background-color: rgba(0, 66, 130, 0.05); /* Light blue background with 5% opacity */
    color: #004282; /* Text color */
    border-radius: 5px; /* Slightly rounded corners */
    border: 1px solid transparent; /* Ensure the border doesn't affect layout */
    padding: 3px; /* Optional: Add some padding for better spacing */
	font-weight: normal; 
	font-size: 12px;
	font-family: Sans-Serif;
	}
.DropQuick:hover {
    background-color: rgba(0, 66, 130, 0.10);
    }
.DropQuick:focus {
    outline: none; /* Remove the default outline */
    box-shadow: 0 0 4px 2px #b3e1f7; /* Light blue halo effect */
    background-color: #ffffff; /* Optional: Change background on focus */
    border: 1px solid #004282; /* Dark blue border on focus */
	}
.DropQuick:disabled {
	pointer-events: none;
	color: rgba(0, 66, 130, 0.50);
	}


.CheckQuick {
	color: #004282; 
	font-weight: normal; 
	font-size: 12px;
	font-family: Sans-Serif;
	accent-color: #004282;
	}


.RadioQuick {
	color: #004282; 
	font-weight: normal; 
	font-size: 12px;
	font-family: Sans-Serif;
	accent-color: #004282;
	}


/* checkbox rendered as a toggle */
/* ----------------------------- */
.ToggleBlockQuick {
	position: relative;
	display: inline-block;
	width: 36px;
	height: 22px;
  	}
/* NOTE: hide default checkbox */
.ToggleBlockQuick input {
	/* visibility: hidden; */  /* unable to hold focus */
	opacity: 0;
	width: 0;
	height: 0;
  	}
.ToggleSlideQuick {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 18px;
	background-color: #d0d0d0;
	transition: .4s;
  	}
.ToggleSlideQuick:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: 3px;
	bottom: 3px;
	border-radius: 50%;
	background-color: white;
	transition: .4s;
	}
input:focus + .ToggleSlideQuick {
	box-shadow: 0 0 2px black;	/* border shadow on focus */
	}
input:checked + .ToggleSlideQuick {
	background-color: #961226;
	}
input:checked + .ToggleSlideQuick:before {
	transform: translateX(14px);
	}
/* ----------------------------- */


.NavTable {
	background-color: #808080;
	border-width: 0px;
	}

.NavCellOff {
	background-color: #E0E0E0;
	}

.NavCellOn {
	background-color: #FFFFFF;
	}

.NavLinkOff {
	color: #808080;	
	font-weight: normal; 
	font-size: 13px; 
	font-family: Sans-Serif; 
	line-height: 40px;
	text-decoration: none;
	}

.NavLinkOff:hover {
	color: #000000;	
	font-weight: bold; 
}

.NavLinkOn {
	color: #000000;	
	font-weight: bold; 
	font-size: 13px; 
	font-family: Sans-Serif;
	line-height: 40px;
	text-decoration: none;
}


SpinSection
{
	position: absolute;
    top: 50%;
	left: 50%;
	margin-right: -50%;
    transform: translate(-50%, -50%);
}

.SpinObject
{
  border: 16px solid #ededf2;
  border-top: 16px solid #4a8ecc;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  display: none;
}

@keyframes spin
{
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.DotFlash {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #4a8ecc;
  color: #4a8ecc;
  animation: DotFlash 1s infinite linear alternate;
  animation-delay: 0.5s;
  visibility: hidden;
}
.DotFlash::before, .DotFlash::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}
.DotFlash::before {
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #4a8ecc;
  color: #4a8ecc;
  animation: DotFlash 1s infinite alternate;
  animation-delay: 0s;
}
.DotFlash::after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #4a8ecc;
  color: #4a8ecc;
  animation: DotFlash 1s infinite alternate;
  animation-delay: 1s;
}

@keyframes DotFlash {
  0% {
	background-color: #4a8ecc;
  }
  50%, 100% {
	background-color: rgba( 74, 142, 204, 0.2);
  }
}


/* Internet Explorer 10+ */
:-ms-input-placeholder {
	color: #b0b0b0;
}
