﻿
:root {
	--brand-color-primary: #660033; /* maroon */
	--brand-color-primary-rgb: 102, 0, 51;
	--brand-color-red: #8a0031; /* red */
	--brand-color-light-red: #c73c4f; /* light red */
	--brand-color-light-red-rfb: 199, 60, 79;
	--brand-color-success: #569300; /* green success */
	--brand-color-required: #ffb059; /* orange */
	--brand-color-warning: #FFF7D7;
	--brand-color-gray-brown: #71665c; /* gray-brown */
	--brand-color-light-gray: #d6dce1; /* light gray */
	--brand-color-dark-gray-brown: #574E46; /* dark gray-brown*/
}

.body {
	color: #000;
/*	font-family: Tahoma, Arial, "sans serif";
	font-size: 14px;	*/
/*	line-height: normal;*/
	width: 1140px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

.control {
	/*font-family: Tahoma, Arial, "sans serif";
	font-size: small;
	font-style: normal;*/
	height: 26px;
	border-radius: 0.15rem;
	border-width: 1px;
}

	.control caption {
		background-color: #660033;
		font-weight: bold;
		color: White;
	}

.requiredControl {
	background-color: white;
	height: 25px;
	border-radius: 0.15rem;
	border-width: 1px;
	border-left-color: var(--brand-color-light-red);
	border-left-width: 7px;
	border-style: solid;
	padding-left: 5px;
}

.requiredControl::placeholder{
	font-style: italic;	
/*	font-size: small;*/
}


.invertControl caption {
	background-color: White;
	font-weight: bold;
	color: var(--brand-color-primary);
}

.rule
{
	color: #CDCDCD; 
	height: 1px;
}

.nav-link.active{
	font-weight: bold;
}


caption {
	caption-side: top !important;
}

.pageHeaderText, h1 {
	font-size: 2.5rem;
	border-bottom: 1px solid lightgray;
	padding-top: 1.5rem;
	margin-bottom: 1.5rem;
	font-weight: 500;
}

.subHeaderText {
/*    font-size: 16px;*/
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 2px;
    margin-bottom: 15px;
    margin-top: 5px;
}

.headerRow {
	color: White;
	background-color: var(--brand-color-primary);
	font-weight: bold;
	padding: 10px;
	text-align: center;
}

/*Label related items */
.warning {
	color: var(--brand-color-light-red);
	font-weight: bold;
}


/*Generic control type styles*/
/*can be used for Grid, DataList, etc.*/

.headerFooterStyle {
	background-color: var(--brand-color-primary);
	color: White;
}


	.headerFooterStyle a:link, .headerFooterStyle a:visited, .headerFooterStyle a:active {
		background-color: var(--brand-color-primary);
		color: White;
		text-decoration: none;
		padding-right: 5px;
		padding-left: 2px;
	}

	.headerFooterStyle a:hover {
		color: var(--brand-color-warning);
		text-decoration: underline;
	}




.gridFooterStyle {
	background-color: var(--brand-color-primary);
	color: var(--brand-color-light-gray);
	text-decoration: none;
}


	.gridFooterStyle a:link, .gridFooterStyle a:visited {
		color: var(--brand-color-light-gray);
		text-decoration: none;
		margin-right: 2px;
	}

	.gridFooterStyle a:hover {
		color: var(--brand-color-warning);
		text-decoration: underline;
	}

	.gridFooterStyle span {
		font-weight: bolder;
		color: var(--brand-color-warning);
		margin-right: 2px;
	}


.minitable{

  /*  font-size: 12px;*/
    margin-left: 5px;
}


.selectedStyle, .editStyle {
	background-color: var(--brand-color-warning);
}

.itemStyle
{
	background-color: white;
}

.altItemStyle {
	background-color: #e2e3e5;
}

/*Crystal Reports items */
.reportViewerStyle
{
	background-color: #660033;
	font-weight: bold;
	color: White;
}

.reportViewerStyle a:link, .reportViewerStyle a:visited
{
	color: White;
}

.reportViewerStyle a:hover
{
	color: #FFCC00;
	font-weight: bold;
}



.buttonStyle {
	color: White !important;
	background-color: var(--brand-color-red) !important;
	border-color: var(--brand-color-primary) !important;
	padding: 0.11rem 0.5rem;
	/*	font-size: 0.875rem;*/
	line-height: 1.5;
	border-radius: 0.15rem;
	text-align: center;
	border: 1px solid var(--brand-color-primary);
	margin: 2px;
	min-width: 75px;
}

.buttonStyleSimple {
	color: White;
	background-color: var(--brand-color-red) !important;
	border-color: var(--brand-color-primary);
}

	.buttonStyle:hover {
		background-color: var(--brand-color-primary);
	}

	.buttonStyle:active, .buttonStyle:focus, .buttonStyle.focus {
		box-shadow: 0 0 0 0.2rem rgba(var(--brand-color-primary-rgb), 0.25);
	}

	.buttonStyle:disabled, .buttonStyle[disabled] {
		background-color: rgba(var(--brand-color-primary-rgb), 0.5);
		box-shadow: none;
	}


.buttonStyle2 {
	color: White;
	background-color: var(--brand-color-gray-brown);
	border-color: var(--brand-color-dark-gray-brown);
	padding: 0.13rem 0.5rem;
/*	font-size: 0.875rem;*/
	line-height: 1.5;
	border-radius: 0.15rem;
	text-align: center;
	border: 1px solid var(--brand-color-dark-gray-brown);
	margin: 2px 1px 2px 0;
	min-width: 75px;
}


	.buttonStyle2:hover {
		background-color: var(--brand-color-dark-gray-brown);
	}

	.buttonStyle2:active, .buttonStyle2:focus, .buttonStyle2.focus {
		box-shadow: 0 0 0 0.2rem rgba(113, 102, 92, 0.25);
	}


ul
{
	list-style-type: square;
	line-height: inherit;
}

/*MasterPage related items*/
.masterTitle {
	color: White;	
	font-size: 2.5rem;
}

.masterTopPanel
{
	background-color:  #660033;
    width: 100%;
}

.masterBottomPanel
{
	background-color: #660033;
	width: 100%; 	 
	text-align: center;
/*	font-weight: bold;*/
}

.masterBottomPanel a:link, .masterBottomPanel a:visited, .masterBottomPanel a:hover
{
	color: white; 	
}

.masterContentPanel
{
	padding: 3em;
	background-color: #FFFFFF;
}


a {
	/*color: #0071EB;*/
	color: #0062CD;
}

.bs-callout {
	padding: 20px;
	margin: 20px 0;
	border: 1px solid #eee;
	border-left-width: 5px;
	border-radius: 3px;
}

	.bs-callout h4 {
		margin-top: 0;
		margin-bottom: 5px;
	}

	.bs-callout p:last-child {
		margin-bottom: 0;
	}

	.bs-callout code {
		border-radius: 3px;
	}

	.bs-callout + .bs-callout {
		margin-top: -5px;
	}

.bs-callout-default {
	border-left-color: var(--brand-color-dark-gray-brown);
}

	.bs-callout-default h4 {
		color: #777;
	}

.bs-callout-primary {
	border-left-color: var(--brand-color-primary);
}

	.bs-callout-primary h4 {
		color: var(--brand-color-primary);
	}

.bs-callout-success {
	border-left-color: var(--brand-color-success);
}

	.bs-callout-success h4 {
		color: var(--brand-color-success);
	}

.bs-callout-danger {
	border-left-color: var(--brand-color-light-red);
}

	.bs-callout-danger h4 {
		color: var(--brand-color-light-red);
	}

.bs-callout-warning {
	border-left-color: var(--brand-color-warning);
}

	.bs-callout-warning h4 {
		color:  var(--brand-color-warning);
	}

.bs-callout-info {
	border-left-color: var(--brand-color-gray-brown);
}

	.bs-callout-info h4 {
		color: var(--brand-color-gray-brown);		
	}

table > input {
	max-width: 150px;
}

input[type="checkbox"] {
	margin-right: 3px;
}

.cntr {
	text-align: center !important;
}

.normalHeader {
	text-align: center !important;
	vertical-align:bottom !important;
}