body
{
    margin:0;
    font-family:Cambria, 'Open Sans', sans-serif;
    color:#000;
    background-color:#fff;
 }
 a, a:visited, a:active
{
	text-decoration:none;
	color:inherit;	
}
a:hover
{	
	color:#B70E21;
}
 .boxLogin {
      width: 300px;
      height: 300px;
      /*border: solid 5px #26B7E6;
      background: linear-gradient(to right, #E5F1F7, #26B7E6);*/
      border-width: 4px;
  border-style: solid;
  border-image: linear-gradient(to right, #E5F1F7, #26B7E6) 1;
      color:#000;
      position: fixed;
      top: 60%;
      right: 0%;
      transform: translate(-50%, -50%);
      background-color: rgba(255, 255, 255, 0.7);
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      z-index:-1;
}

.circleLogin2 {
      width: 200px;
      height: 200px;
      border-radius: 50%;
      border: solid 5px #24B9EC;
      color:#000;
      position: fixed;
      top: 85%;
      left: 7%;
      transform: translate(-50%, -50%);
      background-color: rgba(210, 238,249, 0.7);
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      z-index:-2;
}
.circle-image {
    border-radius: 50%;
    height: 150px;
    width: 150px;
    border: solid 2px #000;
}
.elevatedBox
{
    border-radius: 6px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
    background-color:#E4F1F7; 
    border:solid 1px #28B8E6;    
}
.table-heading {
  position: relative;
  text-align: left;
  font-weight:bold;
  font-size:130%;
  padding: 6px 10px 6px 10px;
  color: #DE2A00;
  /*background-color:#FFA177;*/
  background: linear-gradient(to right, #E5F1F7, #77CDEA); 
  
}
.table-headingRight {
  position: relative;
  text-align: left;
  font-size:90%;
  padding: 6px 10px 6px 10px;
  color: #fff;
  /*background-color:#FFAE8A;*/
  background: linear-gradient(to right, #77CDEA, #26B7E6); 
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}
.table-Subheading {
  position: relative;
  text-align: left;
  font-size:110%;
  padding: 6px 10px 10px 10px;
  color: #000;
  /*background-color:#FFAE8A;*/
  background: linear-gradient(to right, #AED7E8, #E5F1F7); 
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  border-top-left-radius: 6px; /* Adjust the radius as needed */
  border-top-right-radius: 6px; /* Adjust the radius as needed */
}
.table-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #26B7E6, #26B7E6); /* Use the same gradient as the header background */
  transform: translateX(-50%);
}
.table-headingRight::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #26B7E6, #000); /* Use the same gradient as the header background */
  transform: translateX(-50%);
}
.table-Subheading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #000,#26B7E6); /* Use the same gradient as the header background */
  transform: translateX(-50%);
}
.engCell {
	text-align: left;
	font-family: verdana,Century Gothic;
	color: #000000;
	font-size: 13px;
	width:60%;
	height:20px;	
	letter-spacing:1px;
}
.arCell {
	text-align: right;
	font-family: verdana,Century Gothic;
	color: #000000;
	font-size: 13px;
	width:40%;
	height:20px;
}
.formLabel
{
  color:#808080;
  font-style:italic;
  font-size:85%;  
  display:inline-block;
  width:98%;
}
.radButton
{
	font-family: verdana,Century Gothic;
	color: #000;
	font-size: 12px;
	border: 1px solid #C0C0C0;	
	height: 30px;
	width:97%;		
	vertical-align:middle;	
	border-radius:5px;
	-moz-box-shadow: inset 1px 0 15px 2px #E0E0E0;
	-webkit-box-shadow: inset  1px 0 15px 2px #E0E0E0;
	box-shadow: inset 1px 0 15px 2px #E0E0E0;
	padding:3px 3px 3px 3px;
}
.txtBoxSimple
{
    font-family: verdana;
    color: #000000;
    font-size: 12px;
    border: none;        
    height: 22px;                
    vertical-align:middle;        
    border-radius:2px;
    padding:3px 3px 3px 3px;
    width:96%;
}
.txtBox
{
    font-family: verdana;
    color: #000000;
    font-size: 12px;
    border: 1px solid #C0C0C0;        
    height: 25px;                
    vertical-align:middle;        
    border-radius:2px;
    -moz-box-shadow: inset 1px 0 15px 2px #E0E0E0;
    -webkit-box-shadow: inset  1px 0 15px 2px #E0E0E0;
    box-shadow: inset 1px 0 15px 2px #E0E0E0;
    padding:3px 3px 3px 3px;
    width:96%;
}
.dropBox
{
	font-family: verdana,Century Gothic;
	color: #000;
	font-size: 13px;
	border: 1px solid #C0C0C0;	
	height: 30px;
	width:97%;		
	vertical-align:middle;	
	border-radius:2px;
	-moz-box-shadow: inset 1px 0 15px 2px #E0E0E0;
	-webkit-box-shadow: inset  1px 0 15px 2px #E0E0E0;
	box-shadow: inset 1px 0 15px 2px #E0E0E0;
	padding:3px 3px 3px 3px;
}
.addNewButton
{
	font-family: verdana;
	color: #00B200;
	font-size: 11px;
	font-weight:bold;
	background:#F7F7F7;		
	height: 30px;
	cursor: hand;	
	vertical-align:middle;	
	border:solid 1px #00B200;
	padding: 7px 25px 7px 10px;
	border-radius:6px;
	background-image: url('../imgs/add.png');
	background-repeat: no-repeat;
	background-position:right;
	text-align:left;	
	-moz-box-shadow: 2px 2px 4px #C0C0C0; 
	-webkit-box-shadow: 2px 2px 4px #C0C0C0; 
	box-shadow: 2px 2px 4px #C0C0C0;
}
.excelButton
{
	font-family: verdana;
	color: #8E8E8E;
	font-size: 11px;
	font-weight:bold;
	background:#F7F7F7;		
	height: 30px;
	cursor: hand;	
	vertical-align:middle;	
	border:solid 1px #8E8E8E;
	padding: 7px 25px 7px 10px;
	border-radius:6px;
	background-image: url('../imgs/excel.png');
	background-repeat: no-repeat;
	background-position:right;
	text-align:left;	
	-moz-box-shadow: 2px 2px 4px #C0C0C0; 
	-webkit-box-shadow: 2px 2px 4px #C0C0C0; 
	box-shadow: 2px 2px 4px #C0C0C0;
}
.uploadExcelButton
{
	font-family: verdana;
	color: #F50B7A;
	font-size: 11px;
	font-weight:bold;
	background:#F7F7F7;		
	height: 30px;
	cursor: hand;	
	vertical-align:middle;	
	border:solid 1px #F50B7A;
	padding: 7px 20px 7px 26px;
	border-radius:6px;
	background-image: url('../imgs/xls-icon-small-upload.png');
	background-repeat: no-repeat;
	background-position: left;
	text-align:left;	
	-moz-box-shadow: 2px 2px 4px #C0C0C0; 
	-webkit-box-shadow: 2px 2px 4px #C0C0C0; 
	box-shadow: 2px 2px 4px #C0C0C0;
}
.saveButton {
    font-family: verdana;
    color: #01BAFF;
    font-size: 12px;
    font-weight: bold;
    background: #F7F7F7;
    height: 30px;
    cursor: hand;
    vertical-align: middle;
    border: solid 1px #01BAFF;
    padding: 7px 25px 7px 10px;
    border-radius: 6px;
    background-image: url('../imgs/save.gif');
    background-repeat: no-repeat;
    background-position: 95%;
    text-align: left;
    -moz-box-shadow: 2px 2px 4px #C0C0C0;
    -webkit-box-shadow: 2px 2px 4px silver;
    box-shadow: 2px 2px 4px silver;
}
.cancelButton
{
	font-family: verdana;
	color: #8E8E8E;
	font-size: 11px;
	font-weight:bold;
	background:#F7F7F7;		
	height: 30px;
	cursor: hand;	
	vertical-align:middle;	
	border:solid 1px #8E8E8E;
	padding: 7px 25px 7px 10px;
	border-radius:6px;
	background-image: url('../imgs/cancel.png');
	background-repeat: no-repeat;
	background-position:right;
	text-align:left;	
	-moz-box-shadow: 2px 2px 4px #C0C0C0; 
	-webkit-box-shadow: 2px 2px 4px #C0C0C0; 
	box-shadow: 2px 2px 4px #C0C0C0;
}
.deleteButton
{
    font-family: verdana;
	color: #F50B7A;
	font-size: 11px;
	font-weight:bold;
	background:#F7F7F7;		
	height: 30px;
	cursor: hand;	
	vertical-align:middle;	
	border:solid 1px #FF0000;
	padding: 7px 25px 7px 10px;
	border-radius:6px;
	background-image: url('../imgs/delete.png');
	background-repeat: no-repeat;
	background-position:right;
	text-align:left;	
	-moz-box-shadow: 2px 2px 4px #C0C0C0; 
	-webkit-box-shadow: 2px 2px 4px #C0C0C0; 
	box-shadow: 2px 2px 4px #C0C0C0;
}
.btnsearch {
    font-family: verdana;
    color: #F50B7A;
    font-size: 12px;
    font-weight: bold;
    background: #F7F7F7;
    height: 30px;
    cursor: hand;
    vertical-align: middle;
    border: solid 1px #F50B7A;
    padding: 10px 25px 10px 10px;
    border-radius: 6px;
    background-image: url('../imgs/search.png');
    background-repeat: no-repeat;
    background-position: 95%;
    text-align: left;
}

.loginButton {
    font-family: verdana;
    color: #38AED0;
    font-size: 12px;
    font-weight: bold;
    background: #F7F7F7;
    height: 30px;
    cursor: hand;
    vertical-align: middle;
    border: solid 1px #38AED0;
    padding: 7px 25px 10px 10px;
    border-radius: 6px;
    background-image: url('../imgs/login.png');
    background-repeat: no-repeat;
    background-position: 95%;
    text-align: left;
}
.loginButton:hover
{    
    font-size: 13px;
    -moz-box-shadow: 2px 2px 2px #C0C0C0;
    -webkit-box-shadow: 2px 2px 2px #C0C0C0;
    box-shadow: 2px 2px 2px #C0C0C0;    
}
.searchButton
{
    font-family: verdana;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    background: #C0C0C0;
    border: solid 1px #808080;
    cursor: hand;
    vertical-align: middle;
    padding: 7px 25px 7px 10px;
    border-radius: 2px;
    background-image: url('../imgs/search.png');
    background-repeat: no-repeat;
    background-position: 95%;
    text-align: left;
}
.clearButton
{
    font-family: verdana;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    background: #EFEFEF;
    border: solid 1px #808080;
    cursor: hand;
    vertical-align: middle;
    padding: 7px 25px 7px 10px;
    border-radius: 2px;
    background-image: url('../imgs/cancel.png');
    background-repeat: no-repeat;
    background-position: 95%;
    text-align: left;
}
.printButton
{
	font-family: verdana;
	color: #005D80;
	font-size: 11px;
	font-weight:bold;
	background:#F7F7F7;		
	height: 30px;
	cursor: hand;	
	vertical-align:middle;	
	border:solid 1px #005D80;
	padding: 7px 25px 7px 10px;
	border-radius:6px;
	background-image: url('../imgs/print.png');
	background-repeat: no-repeat;
	background-position:right;
	text-align:left;	
	-moz-box-shadow: 2px 2px 4px #C0C0C0; 
	-webkit-box-shadow: 2px 2px 4px #C0C0C0; 
	box-shadow: 2px 2px 4px #C0C0C0;
}
.pdfButton
{
	font-family: verdana;
	color: #005D80;
	font-size: 11px;
	font-weight:bold;
	background:#F7F7F7;		
	height: 30px;
	cursor: hand;	
	vertical-align:middle;	
	border:solid 1px #005D80;
	padding: 7px 25px 7px 10px;
	border-radius:6px;
	background-image: url('../imgs/pdf.png');
	background-repeat: no-repeat;
	background-position:right;
	text-align:left;	
	-moz-box-shadow: 2px 2px 4px #C0C0C0; 
	-webkit-box-shadow: 2px 2px 4px #C0C0C0; 
	box-shadow: 2px 2px 4px #C0C0C0;
}
.txtBoxAmt
{
	font-family: verdana,Century Gothic;
	color: #005D80;
	font-size: 12px;
	border-bottom: 1px solid #C0C0C0;
	border-right:none;	
	border-left:none;	
	border-top:none;	
	height: 18px;		
	vertical-align:middle;	
	resize: none;
	width:98%;
	text-align:right;
	padding-right:2px;
}
.GridHeader{
	background-color:#F5F8FF;
	height:30px;
	font-size: 13px;
	font-weight:bold;
	color:#000;
	border:1px #ccc solid;		
	border-left:0px;
	text-align:left;
}
.GridRow{
	background-color:#FCFCFC;
	height:30px;
	font-size: 13px;
	color:#404040;
	border:1px #ccc solid;
	border-left:0px;
	border-top:0px;
	text-align:left;
}
.GridAltRow{
	background-color:#F9F9F9;
	height:30px;
	font-size: 13px;
	color:#404040;
	border:1px #ccc solid;
	border-top:0px;
	border-left:0px;
	text-align:left;
}
.paging
{
	font-family: verdana;
	font-size:10px;
	padding: 5px 0px 5px 0px;
	text-align:right;
}

/* ----------Place holder & required CSS------*/
input.txtBox {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
select.dropBox:required,input.txtBox:required {
    background:url('../imgs/required.gif') no-repeat scroll 100% 50% #FFF;
}
select.dropBox:required,input.txtBox:required:valid {
    background: url('../imgs/success_16.png') no-repeat scroll 95% 50% #FFF;
}
input.txtBox:not(:focus), textarea:not(:focus) {
    opacity: 0.7;
}
select.dropBox:invalid:focus,input.txtBox:invalid:focus {
    background: url('../imgs/error_16.png') no-repeat scroll 95% 50% #FFE5E5;
    border-color: rgba(255, 0, 0, 1.0);
    box-shadow: inset 1px 0 11px 1px #E0E0E0;
}
select.dropBox:valid:focus,input.txtBox:required:valid:focus {
    background: url('../imgs/success_16.png') no-repeat scroll 95% 50% #DDFFDD;
    border-color: rgba(0, 255, 0, 1.0);
   box-shadow: inset 1px 0 11px 1px #E0E0E0;
}
/* ----------Place holder & required CSS Ends------*/
