.pbi-rupee-sign{
float: right;margin: -28px -8px;} 
/*
.v_seperator { 
	border-left: 2px solid rgb(0 0 0 / 26%);
	 
} 

.h_seperator { 
	border-bottom:2px solid rgb(0 0 0 / 26%);	 
}  
*/

.table .thead-th-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}


.table .thead-th-dark-blue {
    color: #fff;
    background-color: #28346f;
/*border-color: #454d55;*/
padding: 0.5rem;
}


.table td,th {
  font-size:13px;
 border: 1px solid #eeeeef; }
  
 .col-xs-1{width: 100px;}

th:not(:last-child), td:not(:last-child) { border: 1px solid #eeeeef; }
 

 .heading_bgcolor{
	 /* background-color: #f3d7ae;*/
	  font-weight:700;
	  background: linear-gradient( 0deg , #f3d66f33 0%, #c17a0ffc 100%);
}
 

.bg-border-color{    border-top: 2px solid #181919;
border: 2px solid black;
}


  .card-body-height{  min-height: 500px;}
  
  

.content-wrapper {
    /* background-color: #f4f6f9; */

background: linear-gradient( 
0deg
 , #03a9f44f 0%, #fffdb3eb 100%);
}



.text-password{
	align-items: flex-start;
    color: #d93025;
    display: flex;
    font-size: 12px;
    line-height: normal;
    margin-top: 2px;
}



@media only screen and (max-device-width: 480px) { 		
		.login_health_logos {		   
		  width: 55px; 	 		  
		}  
		.login-box {     
		width: 86%;		
		position: absolute;text-align: center;top: 40%;left: 40%;transform: translate(-50%, -50%);	
		}
		
 }
	
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
		.login_health_logos {		   
		width: 48px; 		  
		}		
		.login-box {     
		width: 86%;		
		position: absolute;text-align: center;top: 40%;left: 40%;transform: translate(-50%, -50%);	
		}		 
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
	.login_health_logos {		   
			  width: 48px; 		   
			}	
.login-box {  
	 			 	
		position: absolute;text-align: center;top: 40%;left: 50%;transform: translate(-50%, -50%);	
		}			
	}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
	.login_health_logos { 
	width: 22px;
	} 
	.input-group input {font-size:10px; }
	.btn-primary {font-size:10px; }	

.login-box {   
		position: absolute;text-align: center;top: 40%;left: 50%;transform: translate(-50%, -50%);	
		}	
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
.login_health_logos {		   
		 /* width: 100px;*/	
		}
		.login-box {
		position: absolute;text-align: center;top: 40%;left: 56%;transform: translate(-50%, -50%);
		}
}

/* Media Query for Laptops and Desktops */
@media only screen and (min-device-width : 1025px) and (max-device-width : 1280px) { 
.login-box {	
	position: absolute;text-align: center;top: 40%;left: 82%;transform: translate(-50%, -50%);
}
}

/* Media Query for Large screens */
@media (min-width: 1281px) {
.login-box {	 
	position: absolute;text-align: center;top: 40%;left: 82%;transform: translate(-50%, -50%);
}
}

 
 
 
  .text-password-color{
	font-size: 12px; 
	color:#dc3545!important;
 }

.valid {
  color: green;
   font-size: 12px;
}
.invalid {
  color: #dc3545!important;
  font-size: 12px;
}
/*
.valid:before {
  position: relative;
 
    top: -6px;  
	font-size:6;
   content: "✓";
}


.invalid:before {
  position: relative;
   
    top: -6px; 
	font-size:6;
  content: "✕";
}*/

.reg_table td, th
{border:none;}

.ui-datepicker-calendar {
    display: none !important;
}
button.ui-datepicker-current { display: none; }
#ui-datepicker-div{display:none}
.table .table_heading th {
 background: linear-gradient( 0deg , #e3d5a433 0%, #cf9d2f 100%);
    border-bottom: 2px solid rgba(0,0,0,.125);
	}
button.ui-datepicker-current { display: none; }
.table input {min-width: 60px;}
.bg-light-gray{ background-color:#e9ecef;}


  .table td, .table th {
   
  border: 1px solid #dee2e6;}


 
	
.modal-box {
  display: none;
  position: fixed;
  z-index: 100000;
  width:50%; 
  background: white;
  border-bottom: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
}

.modal-box header,
.modal-box .modal-header {
  padding: 1.25em 1.5em;
  border-bottom: 1px solid #ddd;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 { margin: 0; }

.modal-box .modal-body {  

 padding: 1em 1.5em !important;
	display: block;
	height: 500px !important;
	overflow-y: scroll;
 Z-index:10000000 !important;}

.modal-box footer,
.modal-box .modal-footer {
  padding: 1em;
  border-top: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.02);
  text-align: right;
}

.modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  top: 0;
  left: 0; 
  z-index: 900;
  width: 100%;
  height: 50%; 
  background:#e1e1e1 !important; 
opacity: 0.7 !important; display: none !important;
  
}

a.close {
  line-height: 1;
  font-size: 1.5em;
  position:absolute;
  top: 5%;
  right: 2%;
  text-decoration: none;
  color: #bbb;
}

a.close:hover {
  color: #222;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}

@media (min-width: 32em) {
  .modal-box { width: 50%; }
}
.card-body-height{
min-height: 800px !important;
}


	
.modal-box-reject {
  display: none;
  position: fixed;
  z-index: 1000;
  width:50%; 
  background: white;
  border-bottom: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
}

.modal-box-reject  header,
.modal-box-reject  .modal-header {
  padding: 1.25em 1.5em;
  border-bottom: 1px solid #ddd;
}

.modal-box-reject  header h3,
.modal-box-reject header h4,
.modal-box-reject  .modal-header h3,
.modal-box-reject  .modal-header h4 { margin: 0; }

.modal-box-reject  .modal-body-reject { padding: 2em 1.5em;height: 220px; }

.modal-box-reject  footer,
.modal-box-reject .modal-footer {
  padding: 1em;
  border-top: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.02);
  text-align: right;
}

.modal-overlay-reject {
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  top: 0;
  left: 0; 
  z-index: 900;
  width: 100%;
  height: 50%; 
  background:#e1e1e1 !important; 
  
} 

@media (min-width: 32em) {
  .modal-box-reject  { width: 50%; }
}

aside .sidebar nav ul li a {
    font-size: 14px !important;
}

 .blink_me {
   animation: blinker 5s linear infinite;
   font-size:18;
   }
    @keyframes blinker {
   50% {
   opacity: 0;
   font-size:20;
   }
   }


.content-wp-welcome{
	background: none !important;
} 
 

.rural-btn{background-color: #fd7e14;
margin-bottom:10px;
 
} 


.site_heading{
top: 8%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;position: absolute;font-weight: 700;font-size: 32px;color: #997b53;text-shadow: 2px 2px 2px #f3e6b2;
}
.datepicker.dropdown-menu { 
z-index: 100000 !important;}

.asha-mpw-float-lf{float:left;display:inline}

.mr-n15{margin-right: -15px;}
.ml-n15{margin-left: -15px;}
.mtarget-cell-bg{background-color:#f9dfa7 !important;}
.mper-cell-bg{background-color:#e1c89033 !important;}
.uploaded-file-img{width: 36px; height: 36px; margin:5px}
.border-black-top2{border-top:2px solid black}
.pbi-print-center{margin: 0 auto;float: none;}

.annual-calendar-img{height: 120px;width:150px
}

.no-file-img{width:40px; height:40px}

.custom-footer{.font-size: 13px;text-align: center;}