/* Global */
html, body { min-height: 100vh;font-family: 'Raleway', sans-serif; }
.fw-200 { font-weight: 200; }
.fw-300 { font-weight: 300; }
.fw-500 { font-weight: 500; }
.fw-600 { font-weight: 600; }
.fw-700 { font-weight: 700; }
.fw-800 { font-weight: 800; }
.fw-900 { font-weight: 900; }
.text-heading { color: #076B81; }
.btn-theme { background-color: #044350;color: #eee; }
.btn-theme:hover { color: #eee; }



/* Main wrapper */
.content { flex: 1 1 auto; }
.header-bg { background-color: #044350;  }

.unka-header{ background-color: #AAAAAA; }



/* Side notice */
.notice-con { width: 25%; }
.side-divider { border-right: 2px solid #044350; }


.grad-div{
	/*background-color: #EEEEEE;*/
	background-image: linear-gradient(105deg, #EEEEEE 54%, #2D626D 54%)!important;
}
.header-back{
	background-color: #D6DFE2;
	/*background-image: linear-gradient(70deg, #D6DFE2 50%, #EEEEEE);*/
		border-radius: 5px 5px 0 0 ;
}
.header-backSec{
	/*background-color: #EEEEEE;*/
	/*background-image: linear-gradient(70deg, #FFFFFF 50%, #3D6E78);*/
		border-radius: 5px 5px 0 0 ;
}

.progres-bar{
	font-size: 16px;
	font-weight: bolder;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 2px;

}

.privTable{
	width: 100%;
}

.SMJ-logo{
	height: 50px!important;
}
.header-gvt{
	font-size: 16px!important;
}
.header-org{
	font-size: 22px!important;
}
.header-add{
	font-size: 28px!important;
}


.text-justify{
	text-align: justify;
	text-justify: inter-word;
}


.timer:after{
	content: 'Resend After : ';
	position: absolute;
	display:block;
	right:100%;
	top:50%;
	transform: translateY(-50%);
	width: max-content;
}




/*ADMIN-dash*/

.card-new-gra{
	background-color: #ffa45b;
  transition: 0.3s;
}
.card-new-gra:hover{
  transform: scale(1.04);
}


.card-new-gra2{
background-color: #ffda77;
  transition: 0.3s;
}
.card-new-gra2:hover{
  transform: scale(1.04);
}



.card-new-gra3{
	background-color: #fbf6f0;
  transition: 0.3s;
}
.card-new-gra3:hover{
  transform: scale(1.04);
}


.card-new-gra4{
	background-color: #aee6e6;
  transition: 0.3s;
}
.card-new-gra4:hover{
  transform: scale(1.04);
}

/*ADMIN-dash-ends*/




/*USER-dash*/


.ackDwn{
	background-color: #68A142!important;
  transition: 0.3s;
}
.ackDwn:hover{
  transform: scale(1.04);
}

.viewAck{
	background-color: #4472C4!important;
  transition: 0.3s;
}
.viewAck:hover{
  transform: scale(1.04);
}

.editAck{
	/*background-color: #528ACE!important;*/
  transition: 0.3s;
}
.editAck:hover{
  transform: scale(1.04);
}
.table-head{
	background-color: #044350!important;
}

.table-back{
	background-color: #CFE2FF!important;
}

/*USER-dash-end*/






/*important-news*/

.imp-new1{
	background-color: #9BADB2;
	border-radius: 0 0 0 10px;
}
.imp-new2{
	background-color: #9FB5BA;
	border-radius: 0 0 10px 0;
}

/*important-news-ends*/



/* Media queries */
@media only screen and (max-width: 991px) {
	.main-menu { flex-wrap: wrap; }
	.main-menu a { width: max-content; }
	.notice-con { width: 35%; }
	/*.main-menu { max-height: 0px;overflow:hidden;flex-direction: column;transition: all .5s ease-in-out;opacity: 0; }*/
	/*.menu-expand { max-height: 320px;transition: all .5s ease-in-out;opacity: 1; }*/
	.grad-div{
		background-image: none!important;
	}
	.SMJ-logo{ height: 35px!important;}

	.progres-bar{
		font-size: 12px;
		font-weight: bolder;
		padding-left: 6px;
		padding-right: 6px;
		padding-bottom: 2px;
	}
	.privTable{
		width: 100%!important;
		}


		.imp-new1{
			border-radius: 0 0 0 0px;
		}
		.imp-new2{
			border-radius: 0 0 10px 10px;
		}

	.div1-back{
			background-color: #EEEEEE;
	}
	.div2-back{
			background-color: #2D626D;
	}
}

@media only screen and (max-width: 576px) {
	.main-con { flex-direction: column; }
	.side-divider { border-bottom: 2px solid #044350;border-right: none; }
	.main-menu { max-height: 0px;overflow:hidden;flex-direction: column;transition: all .5s ease-in-out;opacity: 0; }
	.menu-expand { max-height: 320px;transition: all .5s ease-in-out;opacity: 1; }
	.header-text { font-size: 1.1rem!important; }
	.notice-con { width: 100%; }
	.grad-div{
		background-image: none!important;
	}
	.SMJ-logo{ height: 25px!important;}

	.progres-bar{
		font-size: 10px;
		font-weight: bolder;
		padding-left: 6px;
		padding-right: 6px;
		padding-bottom: 2px;
	}
	.privTable{
		width: 100%!important;
		}
	
	.header-gvt{
		font-size: 14px!important;
	}
	.header-org{
		font-size: 18px!important;
	}
	.header-add{
		font-size: 14px!important;
	}

	.div1-back{
			background-color: #EEEEEE;
	}
	.div2-back{
			background-color: #2D626D;
	}

}

/*9FB5BA*/