/* ------------------------login page Css------------------------------ */


.header-fixed {
	position: sticky; z-index: 1000; width: 100%;
	background-image: linear-gradient(#c9eed3, #dccaa1) !important;
	box-shadow:0 1px 1px #ccc;
	padding: 6px 0px;
	height: 72px; 
}
.header-fixed .header-limiter {
	text-align: center;
	/*margin: 0 auto;*/
	/* margin:0px 30px 0px 30px; */
	margin: 5px 0px 0px 0px;
}
/* Logo */
.header-fixed .header-limiter h1 {
	float: left;
	font: normal 28px Cookie, Arial, Helvetica, sans-serif;
	line-height: 40px;
	margin: 0;
}
.header-fixed .header-limiter h1 span {
	color: #5383d3;
}
.header-fixed .header-limiter a {
	color: #ffffff;
	text-decoration: none;
}

/* Fixed version of the header */

body.fixed .header-fixed {
	padding: 10px 40px;
	height: 50px;
	top: 0;
	left: 0;
	z-index: 1;
}
 
body.fixed .header-fixed .header-limiter h1 {
	font-size: 24px;
	line-height: 30px;
}
 
@media all and (max-width: 600px) {
	.header-fixed .header-limiter h1 {
		float: none;
		margin: -8px 0 10px;
		text-align: center;
		font-size: 24px;
		line-height: 1;
	}
	body.fixed .header-fixed { display: none; }
  }
	body {
		margin: 0;
		padding: 0;
	}
 
 @media(max-device-width:1440px) and (min-device-width:1024px){
 	/* .logo-grid{ width:13%;} */
  }
  
  @media(max-device-width:1024px) and (min-device-width:768px){
 	.header-name{ font-size:15px !important; }
 	.header-name2{font-size:21px !important;}
 }

  @media(max-device-width:430px) and (min-device-width:320px){
 	.header-name{ font-size:20px !important; text-align:center; }
 	.header-name2{font-size:14px !important;display:none;}
 	.head3{font-size:8px !important;display:none;}
 	.header-name3{font-size:15px !important;}
 	.head-portal{font-size:15px !important;}
 	.img-responsive{width:32% !important;
 	display: inline !important;}
 	.header-fixed {
	position: sticky; z-index: 1000; width: 100%;
	background-image: linear-gradient(#c9eed3, #dccaa1) !important;
	box-shadow:0 1px 1px #ccc;
	padding: 6px 0px;
	height: 100% !important; 
}
.sidebar{margin-top: 0px !important;}
 	.addHeight{height:1250px !important;}

 }
 @media(max-device-width:2560px) and (min-device-width:1577px){
 .header-fixed {
	
	height: 120px !important; 
}
 }
 
 ul{
 padding-top:20px;
 list-style-type:none;
}
/* ---------------Login CSS-------------------------------- */
.modal-content{
			background-color: #556464;
		}
		.btn-link{
			color:white;
		}
		.modal-heading h3{
			color:#ffffff;
		}
		.crRad{
			border-radius:13px !important;
		}
/* ------------------------End Login CSS--------------------- */
.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #07355a;
   color: white;
   text-align: center;
  
}
 
 
/* *********************Blink*********************  */
.blink_me {
animation: blinker 1s linear infinite;
}

@keyframes blinker {
50% {

color:blue;
}
}
  
  
/* ------------------Service pge css------------------------------------------ */
 /* ---------------------------------------------------------- */
body {
  font-family: "Lato", sans-serif;
  overflow-x: hidden;
}

.sidebar {
  height: 100%;
  width: 0;
  position: absolute !important;
  z-index: 1;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 30px;
}

.sidebar a {
  padding: 0px 2px 0px 2px;
  text-decoration: none;
  font-size: 13px;
  color: #ffffff; 
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #f1f1f1;
  background-color: #6c3f09;
   font-size: 13.5px;
}

.sidebar .closebtn {
  position: absolute;
  top: -7px;
  font-size: 17px;
}

.openbtn {
  width: 50px;
  font-size: 17px;
  cursor: pointer;
  background-color: #20476d;
  color: white;
  padding: 4px 6px;
  border: none;
}

.openbtn:hover {
  background-color: #444;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}

 
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}

 .head-portal{
 color: aliceblue; font-size: 19px;
 
 }
 .header {
    background-color:black;
    color:white;
    text-align:center;
    padding:5px;
}
.nav {
    line-height:32px;
    background-image: linear-gradient(-90deg, #273658, #1e79b9);
    height:342px;
    width:225px;
    float:left;
    padding:1px;
}
.active {
    font-weight:bold;
    background: #e49129 !important;
    color: #0c426f !important;
}
.section {
    width:350px;
    float:left;
    padding:10px;
}
.footer {
    background-color:black;
    color:white;
    clear:both;
    text-align:center;
    padding:5px;
    z-index: 1;
}
 

 .decor{
 	border:1px solid #ffffff;
 	/* margin-bottom: 10px; */
 	background-color: #2f5738;
 }
 @media (min-width: 768px){
.noteWidth {
    width: 135% !important;
}}
.noticeFont{
   margin-top: 10px;
   margin-bottom: 10px;
   font-size:16px;
   color: #0c426f;
}

/* --------------------------------custom scrollbar----------------------------------- */

::-webkit-scrollbar {
  width: 4px;
}

 
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
 
::-webkit-scrollbar-thumb {
  background: #888; 
}
 
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

/* notifications blink*/
.noteText{
	margin:10px 50px 10px 50px;
	font-family:auto;
	font-style: italic;
	font-size: 20px;
}
.blink_me{
	animation:blinkingText 1s infinite;
	}
	@keyframes blinkingText{
	
	10%{color: #66ff66; }
	30%{color: blue;}
	40%{color: green;}
	70%{color:pink; }
	100%{color: brown;}
}

@media(max-width:425px) and (min-width:320px){
.resAlign {  text-align:left;padding: 0px 28px 0 28px;}}

.row .errmessage {
    font-size: 13px;
    color: #333 !important;
    font-family: Calibri, verdana,Arial, Helvetica, sans-serif;
}
.login-box{margin-top:2.5% !important;}

.sideAlign {
    padding: 0px;
    height: 520px;
    overflow-y: auto;
}
.btn-sm {
    padding: 4px 23px !important;
    font-size: 14px !important;
}