@import url('https://fonts.googleapis.com/css2?family=Saira:ital@0;1&display=swap');

body {
    font-family: "Saira", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;     
    margin: 0;    
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
a, a:visited, a:active
{
	text-decoration:none;
	color:inherit;
}
a:hover
{
	text-decoration:underline;
	color:#6BBD44;
}

iframe {
/*
  margin-top: 20px;
  margin-bottom: 30px;

  -moz-border-radius: 12px;
  -webkit-border-radius: 12px; 
  border-radius: 12px; 

  -moz-box-shadow: 4px 4px 14px #000; 
  -webkit-box-shadow: 4px 4px 14px #000; 
  box-shadow: 4px 4px 14px #000; 

  -moz-transform:rotate(20deg);
  -webkit-transform:rotate(20deg);
  -o-transform:rotate(20deg);
  -ms-transform:rotate(20deg);
  filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=.2);
  */
  
}
.left-box
{	
    text-transform: uppercase;
    font-size:70%;
	font-weight:700;
	letter-spacing: 2px;	
	background-color:#FFFFFF;
	color:black;
	text-decoration: none;
	
	width:100%;	
	vertical-align:middle;	
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
	/*-moz-box-shadow: inset 1px 0 5px 2px #E0E0E0;
	-webkit-box-shadow: inset  1px 0 5px 2px #E0E0E0;
	box-shadow: inset 1px 0 5px 2px #E0E0E0;*/
}
.homeBox {
	border: 0px solid #26A8E0;
    border-radius: 12px;
    background: #FFFFFF;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D7F3FF', endColorstr='#FFFFFF'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#D7F3FF), to(#FFFFFF)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #D7F3FF, #FFFFFF); /* for firefox 3.6+ */
    box-shadow: 1px -1px 10px 10px rgba(192, 192, 192, 0.1);
}
.content-box
{	
    	color:black;
	text-decoration: none;
	border-top:1px solid #C0C0C0;	
	border-right:0px solid #C0C0C0;	
	border-left:0px solid #C0C0C0;	
	border-bottom:5px solid #C0C0C0;	
	width:100%;	
	vertical-align:middle;	
	border-radius:10px;
	background-color: rgba(255, 255, 255, 0.9);	
	-moz-box-shadow: inset 0 0 20px 3px #EFEFEF;
	-webkit-box-shadow: inset  0 0 20px 3px #EFEFEF;
	box-shadow: inset 0 0 20px 3px #EFEFEF;
	margin-bottom:20px;
}
.ContentBoxThin {
	border: 1px solid #C0C0C0;
	border-top: 4px solid #C0C0C0;
	border-bottom: 4px solid #C0C0C0;
	border-radius: 5px;
	background-color:#FFF; 
	width:94%;
    padding:10px 10px 10px 10px;
    margin:0px 15px 15px 15px; 
}
.ContentBoxThinTitle
{
    border: 1px solid #C0C0C0;
    border-left: 5px solid #C0C0C0;
    background-color:#EFEFEF; 
    color:#000; 
    font-style:italic; 
    font-size:90%;
    font-weight:bold;
    margin-left:22px;
    position:relative; 
    top:8px; 
    padding:2px 5px 2px 5px    
}
.right-box
{	
	background-color: rgba(255, 255, 255, 0.4);
	color:black;
	text-decoration: none;
	border-top:1px solid #808080;
	border-right:1px solid #808080;
	border-bottom:1px solid #808080;	
	width:100%;	
	vertical-align:middle;	
}
.right-box:hover 
{
	background-color: #fff; 
}
.dlproducts 
{    
font-family:'Saira';
    font-size:14px;
	top:0;
	border-radius:5px;
	padding:5px 5px 5px 5px;
	background-color: #F4F4F4; 
	margin:0 5px 30px 5px;
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4); 
	-moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, .5);
}
.dlproducts:hover 
{
	background-color: #F9F9F9; 
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.7); 
	-moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, .7);
}
.dlQuckTasks
{
    	font-size:14px;
	top:0;
	border-radius:5px;
	padding:5px 15px 5px 0px;
	margin:0 5px 30px 5px;
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4); 
	-moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, .5);
	background-color:#DAF2CE;
}
.dlQuckTasks:hover 
{
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.7); 
	-moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, .7);
}
.backupButton
{
	color: #000;	
	background:#6BBD44;		
	height: 35px;
	padding:3px 10px 3px 30px;
	cursor: hand;	
	vertical-align:middle;
	border:solid 1px #6BBD44;
	border-left:solid 1px Transparent;
	border-radius: 0px 5px 5px 0px;
	background-image: url('../imgs/backup.png');
	background-repeat: no-repeat;
	background-position: 5px;
}
.runInviceCheckerButtonDashboard
{
	color: #000;
	background:#6BBD44;		
	height: 35px;
	padding:3px 10px 3px 30px;
	cursor: hand;	
	vertical-align:middle;
	border:solid 1px #6BBD44;
	border-left:solid 1px Transparent;
	border-radius: 0px 5px 5px 0px;
	background-image: url('../imgs/invoice-checker.png');
	background-repeat: no-repeat;
	background-position: 5px;    
}
.accountOwner
{
    padding:3px 5px 3px 5px;
    background-color:#FFF;
    color:#FF0000;  
    border:solid 1px #FF0000;
}
.TitleA {
	
	font-size: 18px;
	text-align: left;
	color: #000;
	line-height: 18px;
	font-weight: bold;
	vertical-align: bottom;
	letter-spacing: 2px;
}
.TitleB {
	
	font-size: 14px;
	text-align: left;
	color: #808080;
	line-height: 24px;
	vertical-align: top;
	font-weight: bold;
	letter-spacing: 5px;
}
.appHead {
	
	font-size: 4em;
	text-align:right;
	color: #888;
	line-height: 44px;
	vertical-align:bottom;
	font-weight:bold;	
}
.pageTitle
{
	background-color: rgba(239, 239, 239, 0.9);
	font-weight:700;
	color:#006BB3;
	margin:20px 0px 20px 0px;
	border-bottom:2px #6BBD44 solid;
	border-top:1px #6BBD44 solid;
	text-align:left;
	padding: 5px 5px 5px 10px;
	letter-spacing: 2px;
}
.Tab
{
    font-size:70%;
	font-weight:700;
	letter-spacing: 2px;		
	background-color: rgba(255, 255, 255, 0.9);
	height:20px;
	color:#000000;
	text-transform: uppercase;
	border-bottom:2px #6BBD44 solid;
	border-left:1px #aaa solid;
	border-right:1px #aaa solid;
	border-top:1px #aaa solid;
	text-align:center;
	padding: 5px 5px 5px 5px;
	border-radius:15px 15px 0px 0px;	
}
.TabSelected
{	
    font-size:80%;
	font-weight:700;
	letter-spacing: 2px;	
	height:20px;	
	text-transform: uppercase;
	color:#006BB3;
	border-left:2px #6BBD44 solid;
	border-right:2px #6BBD44 solid;
	border-top:2px #6BBD44 solid;
	text-align:center;
	padding: 5px 5px 5px 5px;
	border-radius:15px 15px 0px 0px;
}
.TabEnd
{
	height:20px;
	font-size: 2px;	
	border-bottom:2px #6BBD44 solid;
}
.TabLeft
{
    border-right:1px #aaa solid;
	border-top:1px #aaa solid;
	border-top-right-radius:15px;
}
.formLabel
{
    text-align: left;	
	font-size: 11px;
	font-style:italic;
	letter-spacing: 1px;
	line-height:18px;
	color: #202020;
}
.NameLabel
{
    background-color: #FFF;
    color: #009BCE;
    font-style: italic;
    font-size: 80%;
    margin-left: 8px;
    position: relative; /* Already set */
    top: 11px;
    padding: 2px 3px 1px 3px;
    width: fit-content;
    z-index: 1; /* Ensure this is higher than the textbox */
}
.engCell 
{
    font-family: "Saira", serif;
	text-align: left;	
	color: #555;	
}
.arCell 
{    
	font-family: "Saira", serif;
	text-align: right;	
	color: #555;
}
.txtBox
{	
    color: #000000;
    font-family: "Saira", serif;
    border: 1px solid #2CACE3;
    height: 28px;
    vertical-align: middle;
    border-radius: 5px;
    padding: 3px;
    width: 99%;
    z-index: 0; /* Make sure this is lower than .NameLabel */
    position: relative; /* Add position to allow z-index to work */
    resize: none; /* Disables resizing */
}
.txtBoxAmt
{
    color: #000000;
	font-family: "Saira", serif;
	border:none;
    border-bottom: 1px dotted #2CACE3;
    height: 18px;
    vertical-align: middle;
    text-align:right;
    padding: 2px;
    width: 99%;
    resize: none; /* Disables resizing */
}
.dropBox
{	
	color: #000000;	
	font-family: "Saira", serif;
	font-size: 13px;
	border: 1px solid #2CACE3;
	height: 35px;
	width:100%;
	vertical-align: middle;
	border-radius: 5px;	
	padding: 5px 3px 5px 3px;
    z-index: 0; /* Make sure this is lower than .NameLabel */
    position: relative; /* Add position to allow z-index to work */
}
.dropDown
{	
	color: #000000;
	font-family: "Saira", serif;
	font-size: 13px;
	border: 1px solid #2CACE3;
	height: 35px;
	vertical-align: middle;
	border-radius: 5px;	
	padding: 5px 3px 5px 3px;
    z-index: 0; /* Make sure this is lower than .NameLabel */
    position: relative; /* Add position to allow z-index to work */
}
.txtBoxCalender
{	
	color: #000000;	
	font-family: "Saira", serif;
	border: 1px solid #2CACE3;	
	height: 28px;	
	width:100%;
	vertical-align:middle;	
	background-image: url('../imgs/calIcon.gif');
	background-repeat: no-repeat;
	background-position: right;
	cursor:help;	
	border-radius:5px;
	padding: 3px 3px 3px 3px;
    z-index: 0; /* Make sure this is lower than .NameLabel */
    position: relative; /* Add position to allow z-index to work */    
}
.txtBoxGrid
{ 
	color: #000000;
	border: 1px solid #808080;	
	height: 15px;		
	vertical-align:middle;	
	background-color:#F1F1F1;
	padding: 2px 2px 2px 2px;
	resize: none;
	width:60px;
	text-align:right;
font-size:12px;
}


.clickButton
{
	color: #000;
	background:#F7F7F7;		
	height: 30px;
	cursor: hand;	
	vertical-align:middle;	
	border-radius:6px;
}
.loginButton
{
	color: #FFF;	
	background:#6BBD44;		
	height:35px;
	padding:5px 30px 5px 10px;
	min-width: 100px;
	cursor: hand;	
	vertical-align:middle;
	border:none;	
	border-radius:6px;
	background-image: url('../imgs/unlock.png');
	background-repeat: no-repeat;
	background-position:93%;
}


.lineBorder {
	background-color: #6BBD44;
	font-size:4px;
	width:680px;
}
.contents
{	
    font-size:11px;
	padding: 5px 10px 15px 10px;
	text-align:right;
}
.tinyNote
{
    text-align:left;
    padding:0px 10px 0px 10px;
    font-size:12px;
    font-family: Calibri;
}
.footer{	
	font-size: 10px;
	color: #808080;
	background-color: #EFEFEF;
	text-align: left;
	border-top-style: solid;
	border-top-color: #006BB3;
	border-top-width: 4px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
}
.leftMenuDefault, .leftMenuDefaultTop, .leftMenuDefaultBot
{	    
    	background-color:#FFF;
	text-align:left;
	border-left:8px #FFFFFF solid;
	padding:6px 0px 6px 10px;
	color: #000;
	line-height:30px;
}
.leftMenuDefault:hover, .leftMenuDefaultSelected
{
    	border-left:8px #6BBD44 solid;
	text-align:left;
	padding:6px 0px 6px 10px;
	line-height:30px;
}
.leftMenuDefaultTop:hover, .leftMenuDefaultTopSelected
{
    	border-left:8px #6BBD44 solid;
	text-align:left;
	padding:6px 0px 6px 10px;
	line-height:30px;
}
.leftMenuDefaultBot:hover, .leftMenuDefaultBotSelected
{
	border-left:8px #6BBD44 solid;
	text-align:left;
	padding:6px 0px 6px 10px;
	line-height:30px;
}
.leftMenuSplitter
{		
	font-size: 1px;
	height: 1px;
    	background: #000;
    	background: -webkit-gradient(linear, 0 0, 100% 0, from(#6BBD44), to(#FFF), color-stop(100%, #FFF));
}
.leftSubMenu
{
    color:#000000;	
    line-height:30px;  
 }
.Message
{
	color: #ff0033;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline overline;
}


input.textbox 
{    
    color: #000000;
    font-family: "Saira", serif;
    border: 1px solid #2CACE3;
    height: 28px;
    vertical-align: middle;
    border-radius: 5px;
    padding: 3px;
    width: 99%;
    z-index: 0; /* Make sure this is lower than .NameLabel */
    position: relative; /* Add position to allow z-index to work */
    resize: none; /* Disables resizing */
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
input.textbox:required {
    background-image: url('../imgs/required_16.png');
    background-repeat: no-repeat;
    background-position: 95% 5px;
    background-color: transparent; /* Ensure background color does not interfere */
}
input.textbox:required:focus {
    background-image: url('../imgs/required_16.png'); /* Keep it visible when focused */
}
input.textbox:required:valid {
    background: url('../imgs/success_16.png') no-repeat scroll 95% 5px transparent;
}
input.textbox:not(:focus), textarea:not(:focus) {
    opacity: 0.8;
background-image: url('../imgs/required_16.png'); /* Keep it visible when focused */
}
input.textbox:invalid:focus {
    background: url('../imgs/error_16.png') no-repeat scroll 95% 5px transparent;
    border-color: rgba(216, 113, 16, 0.8);
    box-shadow: inset 1px 0 11px 1px #E0E0E0;
}
input.textbox:required:valid:focus {
    background: url('../imgs/success_16.png') no-repeat scroll 95% 5px transparent;
    border-color: rgba(34, 136, 34, 0.8);
    box-shadow: inset 1px 0 11px 1px #E0E0E0;
}
   
input[type="submit"]:hover {
    background-color: #5BB8FF;
    border:solid 1px #0D6CB4;
    color:#000000;
    cursor:pointer;
}
    