/**************************************************************************/
/*** DPSwww Shared Header-Footer css - Version 25 Aug 2025              ***/
/*** Minimum Screen size is 200px                                       ***/
/**************************************************************************/
:root{
	--DPS-color: #3E679F;       
	--primary-color:#white;
	--hover-color:LightGray;   /*not with white*/ 
	--accent-color:#3E679F;    /*not with black*/
	--text-white:#ffffff;
	--text-black:#000000;
	--bg-white:#ffffff;
	--bg-black:#000000;
	--button-color:#0d6efd;
	
	--dpsTopNav-links:#575E67;
	--dpsTopNav-hover:#ECECEC;
	--dpsNav-links:#575E67;
	--dpsNav-hover:#ECECEC;
	/* Example: background-color:var(--primary-color); */
}
	
body {
  margin: 0;
  font-family: Arial, Tahoma, sans-serif;
}

/*** Shared classes ***/
.right {
  float: right;
}
.clearfix{
	clear:both;
}
.center {
	text-align:center;
}

/*** No show - hidden classes ***/
.sr-only{
	display: none;	
}

.main-page-container{
	margin:auto;
	width:100%;
	max-width:1400px;
	padding:0rem;
	color:var(--text-black);
	background-color:var(--bg-white);
	font-size: .8rem;
    line-height: 1rem;
	display:block;	
}

/************************************************************************/
/*** Print Srceen ***/
/************************************************************************/
@media print {

	.noPrint {
		display: none;		
	}
	.dpsheader {
		display: none;
	}
	#DPS-footer{
			display: none;	
	}
}