#pageheader{
	background-color: #008B8B;
	color: white;
	text-align: center;
	border-bottom: solid 1px #483D8B;
	max-height: 95px;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
}
#headerimage{
	max-width: 90px;
}
#pageheader b{	
	text-shadow: 1px 1px 1px #2F4F4F, 0px 0px 1px #4B0082, 0px 0px 1px #2F4F4F;
	font-size: 28px;
}
#pageheader i{	
	text-shadow: 1px 1px 1px #2F4F4F, 0px 0px 1px #4B0082, 0px 0px 1px #2F4F4F;
	font-size: 23px;
}
#pagefooter{
	background-color: #008B8B;
	color: white;
	text-align: center;
	border-top: solid 1px #483D8B;
	max-height: 25px;
	overflow: hidden;
}
#pagefooter h4{	
	text-shadow: 1px 1px 1px #2F4F4F, 0px 0px 1px #4B0082, 0px 0px 1px #2F4F4F;
}
#mainpanels{
	width: 100%;
	background: white;
}
#mainpanels a{
	margin-bottom: 3%;	
	box-shadow: 2px 3px 5px #483D8B;
	background-color: #246B73;  /*#2F4F4F;*/
	color: white;
}
#mainpanels a img{
	width: 100%;
}
.mymodifiedbtns{
	background-color: #246B73;  /*#2F4F4F;*/
	color: white;
}
.mymodifiedbtns:hover{
	background-color: white;
	color:  #246B73;  /*#2F4F4F;*/
	border-color:  #246B73;  /*#2F4F4F;*/
}
.mymodifiedbtns:focus{
	background-color: white;
	color:  #246B73;  /*#2F4F4F;*/
	border-color:  #246B73;  /*#2F4F4F;*/
}


/* Custom panel-like style for Bootstrap 5 cards */
.mymodifiedpanels .panel-heading {
  background-color: #246B73;   /* Header background */
  color: #FFFFFF !important;                 /* Header text color */
  font-weight: 500;
  border-bottom: none;         /* Remove default card border */
  font-size: 14px !important;
}

.mymodifiedpanels .panel-body {
  border: 1px solid #246B73;   /* Same border on all sides */
  border-top: none;            /* Avoid double border with header */
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background: #fff;
}



#notificationpanel .panel-body{
	height: 340px;
}
#homeimgscrollpanel {
	width: 100%;
	border: solid 1px #483D8B;
}
.mymodifiedlistgroup a.active{
	background-color: #246B73; /*#2F4F4F;*/
	color: white;
}
.mymodifiedlistgroup a.active:hover{
	background-color: #246B73; /*#2F4F4F;*/
	color: white;
}
.bg-custom{
	background-color:  #024059;  /*#2F4F4F;*/
	color: white;
}
#userloginpanel{
	text-align: center;
}
#univenus a{
	text-decoration: none;
}
.mymodifiedmenus{
	background-color: #4682B4;
	color: white;
}
.hrwithtext{
	width:100%;
	text-align:center; 
	border-bottom: 1px solid #246B73; /*#2F4F4F;*/
	line-height:0.1em;
	margin:10px 0 20px;
}
.hrwithtext b{
	background:#fff; 
	padding:0 10px;
	color:maroon;
}
.waiting_ajax_load{
	display: none;
	color: #FFFFFF;
    width:100%; 
    height:2000px; 
    z-index:11; 
    position:absolute;
    top:0px;
    left:0px;
    text-align:center;
    font-family:"Times New Roman",Georgia,Serif;
}
.errors{
	color:red;
}
.homepagemenus:hover, .homepagemenus:active, .homepagemenus:link{
    text-decoration: none;
}
.table_view
{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background:#ffffff;
    text-decoration: none;
    font-weight: normal;
    line-height: 1.75em;
	margin:10px auto;
	padding:0px;
	border:1px solid #b6b4ac;
	border-collapse: collapse;
	border-spacing: 0;
}
.table_view tr:nth-child(odd) 
{	background: #F5F5F5;
}

.table_view th 
{
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#167F92 ;
	text-align:center;
	color: #ffffff;
	padding:5px;
	border:1px solid #b6b4ac;
}
.table_view td
{
	padding:5px 3px;	
	border:1px solid #b6b4ac;
	color:#000;
	font-size:13px;
	text-align: center;
}
.trim {
  display: inline-block;
}
.text-white{
	color:  #FFFFFF !important;
}

.bg-light {
  background-color: #f8f9fa!important;
}
.text-dark {
  color: #212529!important;
}

.fw-500{
	font-weight: 500;
}
.fw-600{
	font-weight: 600;
}
.fw-700{
	font-weight: 900;
}

.blink_me {
  animation: opacity 1s ease-in-out infinite;
    opacity: 1;
}

@keyframes opacity {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0
  }

  100% {
    opacity: 1;
  }
}