<style>
body {font-family: Arial, Helvetica, sans-serif;}

form .error {
  color: #ff0000;  
  
}
.star{color:red}


/* Extra styles for the cancel button */
.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
}

img.avatar {
    width: 40%;
    border-radius: 50%;
}

.container {
    padding: 16px;
}

span.psw {
    float: right;
    padding-top: 16px;
}



/* Modal Content/Box */
 .modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto; 5% from the top, 15% from the bottom and centered
    border: 1px solid #888;
    width: 70%; Could be more or less, depending on screen size
}




/* Add Zoom Animation */
 .animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
} 



/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
       display: block;
       float: none;
    }
    .cancelbtn {
       width: 100%;
    }
}


/* for Change autocomplete text and other*/

 form .error {
	  color: #ff0000;
	  .star{color:red}
	}
	.S_err {
	  color: #ff0000;
	}
	
	input.UprCase { text-transform: uppercase; }
 	
 	.glyphicon-calendar {cursor:pointer ;}
 	.glyphicon-time {cursor:pointer ;}
 	

	 #DeathDatalert .modal-dialog  {width:25%; hight:20px;}
	 #admitalert .modal-dialog  {width:25%; hight:20px;}
	 #DateInvalid .modal-dialog  {width:25%; hight:20px;}
	 .Mdlcss .modal-dialog {width:25%; hight:20px;}
	 .causofDtMdl .modal-dialog {width:25%; hight:20px;}
	 #cusOfDt .modal-dialog  {width:25%; hight:20px;}
	 .baseMdl .modal-dialog  {width:25%; hight:20px;}
	 .Glyclr {color: #F0F0F0;} 
	 	 
	 .BrdRmv {	 	
		color: blue;
		font-weight: bold;		
		 border: 0;
	}
	
	
	
	
</style>
