@import url('https://fonts.googleapis.com/css2?family=Jura&display=swap');

body
{
    margin:0;
    font-family: "Jura", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color:#000;
    background-color:#fff;
 }
 a, a:visited, a:active
{
	text-decoration:none;
	color:inherit;
}
a:hover
{	
	color:#B70E21;
}
 .circleLogin {
      width: 300px;
      height: 300px;
      border-radius: 50%;
      border: solid 8px #74898C;
      color:#FFF;
      position: fixed;
      top: 70%;
      left: 20%;
      transform: translate(-50%, -50%);
      background-color: rgba(177, 194, 201, 0.3);
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      z-index:-1;
}
.circle-image {
    height: 50%;
    width: 50%;
    padding:5px 5px 5px 5px;
}
.dlproducts { 	
	top:0;
	padding:2px 2px 0px 3px;
	background-color: white; 
	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: #fff; 
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.7); 
	-moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, .7);
}
.dlproductsTitle
{
    position:relative;
    left:10px;
    padding:5px 5px 5px 5px; 
    background-color:#EFEFEF; 
    border:solid 1px #C0C0C0;
    border-bottom:none;
    color:#CA2F33; 
    font-size:120%;
    font-weight:bold;
    border-radius:10px 10px 0px 0px;
}
.dlproductsNumber
{
    position:relative;
    left:7px;
    vertical-align:-12px;
    color:#C0C0C0; 
    font-size:190%;
    font-weight:bold;
}
.content-box
{		
	font-size: 14px;
	background-color:#FFFFFF;
	color:black;
	text-decoration: none;
	border-top:1px solid #1D6FB8;
	border-right:1px solid #1D6FB8;
	border-left:1px solid #1D6FB8;
	border-bottom:5px solid #1D6FB8;
	vertical-align:middle;	
	border-radius:0px;
	-moz-box-shadow: inset 2px 0 15px 2px #F2F2F2;
	-webkit-box-shadow: inset  2px 0 15px 2px #F2F2F2;
	box-shadow: inset 2px 0 15px 2px #F2F2F2;
	margin:0px 20px 20px 20px;
}
.table-heading {
  position: relative;
  text-align: left;
  font-weight:bold;
  font-size:130%;
  padding: 3px 10px 6px 10px;
  color: #CA2F33;
  /*background-color:#FFA177;*/
  background: linear-gradient(to right, #F3F3F3, #E5E5E5);  Use the same gradient as the header background;
  border-top:solid 1px #000;
}
.table-headingRight {
  position: relative;
  text-align: left;
  font-family: Arial Black;
  font-weight:bold;
  font-size:120%;
  padding: 3px 10px 6px 10px;
  color: #000;
  /*background-color:#FFAE8A;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);*/
  background: linear-gradient(to right, #E5E5E5, #FFF);  Use the same gradient as the header background;
  
  border-top:solid 1px #000;
}
.table-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #000, #CA2F33); /* 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, #CA2F33, #CA2F33); /* Use the same gradient as the header background */
  transform: translateX(-50%);
}
.table-sub-heading
{
  position: relative;
  text-align: left;
  font-weight:bold;
  font-size:90%;
  padding: 4px 0px 4px 10px;
  color: #000;
  /*background: linear-gradient(to right, #FFA177,#FFE7DD);  Use the same gradient as the header background */
  border:solid 1px #FF3F0B;
}
.workflowIconCol {
    background-image: url('../imgs/bg-line.png');
    background-repeat: repeat-y; /* Ensures the image repeats vertically */
    background-position: center center; /* Centers the image horizontally and vertically */
    width: 34px;
}
.engCell {
	text-align: left;
	color: #000000;
	font-size: 13px;
	width:60%;
	height:20px;	
	letter-spacing:1px;
}
.arCell {
	text-align: right;
	color: #000000;
	font-size: 13px;
	width:40%;
	height:20px;
}
.formLabel
{
  color:#000;
  font-style:italic;
  font-size:95%;  
  display:inline-block;
  width:90%;
}
.txtBoxSimple
{
    color: #000000;
    font-size: 12px;
    border: none;        
    height: 22px;                
    vertical-align:middle;        
    border-radius:5px;
    padding:3px 3px 3px 3px;
    width:96%;
}
.txtBox
{
    color: #000000;
    font-size: 12px;
    border: 1px solid #C0C0C0;        
    height: 28px;                
    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;
    width:96%;
}
.txtBoxRO
{
    color: #808080;
    font-size: 12px;
    border: 1px solid #CEA0A0;        
    height: 28px;                
    vertical-align:middle;        
    border-radius:5px;
    -moz-box-shadow: inset 1px 0 15px 2px #EEDDDD;
    -webkit-box-shadow: inset  1px 0 15px 2px #EEDDDD;
    box-shadow: inset 1px 0 15px 2px #EEDDDD;
    padding:3px 3px 3px 3px;
    width:96%;
}
.dropBox
{
	color: #000;
	font-size: 13px;
	border: 1px solid #C0C0C0;	
	height: 36px;
	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;
}
.addNewButton
{
	color: #CA2F33;
	font-size: 12px;
	font-weight:bold;
	background:#F7F7F7;		
	height: 30px;
	cursor: hand;	
	vertical-align:middle;	
	border:solid 1px #CA2F33;
	padding: 9px 25px 9px 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;
}
.saveButton {
    color: #CA2F33;
    font-size: 12px;
    font-weight: bold;
    background: #F7F7F7;
    height: 30px;
    cursor: hand;
    vertical-align: middle;
    border: solid 1px #CA2F33;
    padding: 9px 25px 9px 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;
}
.backButton
{
	color: #808080;
	font-size: 12px;
	font-weight:bold;
	background:#F7F7F7;		
	height: 30px;
	cursor: hand;	
	vertical-align:middle;	
	border:solid 1px #C0C0C0;
	padding: 9px 25px 9px 10px;
	border-radius:6px;
	background-image: url('../imgs/back.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;
}

.cancelButton
{
	color: #CA2F33;
	font-size: 12px;
	font-weight:bold;
	background:#F7F7F7;		
	height: 30px;
	cursor: hand;	
	vertical-align:middle;	
	border:solid 1px #CA2F33;
	padding: 9px 25px 9px 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;
}
.issueQuoteButton
{
	font-family: verdana;
	color: #CA2F33;
	font-size: 11px;
	font-weight:bold;
	background:#F7F7F7;		
	height: 30px;
	cursor: hand;	
	vertical-align:middle;	
	border:solid 1px #CA2F33;
	padding: 9px 25px 9px 10px;
	border-radius:6px;
	background-image: url('../imgs/Quote_Icon.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;
}
.trafficButton
{
	font-family: verdana;
	color: #CA2F33;
	font-size: 11px;
	font-weight:bold;
	background:#F7F7F7;		
	height: 30px;
	cursor: hand;	
	vertical-align:middle;	
	border:solid 1px #CA2F33;
	padding: 9px 25px 9px 10px;
	border-radius:6px;
	background-image: url('../imgs/TrafficForm_Icon.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;
}
.deliveryButton
{
	color: #CA2F33;
	font-size: 12px;
	font-weight:bold;
	background:#F7F7F7;		
	height: 30px;
	cursor: hand;	
	vertical-align:middle;	
	border:solid 1px #CA2F33;
	padding: 9px 25px 9px 10px;
	border-radius:6px;
	background-image: url('../imgs/Delivery_Icon.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;
}
.invoiceButton
{
	color: #CA2F33;
	font-size: 12px;
	font-weight:bold;
	background:#F7F7F7;		
	height: 30px;
	cursor: hand;	
	vertical-align:middle;	
	border:solid 1px #CA2F33;
	padding: 9px 25px 9px 10px;
	border-radius:6px;
	background-image: url('../imgs/Invoice_Icon.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
{
	color: #CA2F33;
	font-size: 12px;
	font-weight:bold;
	background:#F7F7F7;		
	height: 30px;
	cursor: hand;	
	vertical-align:middle;	
	border:solid 1px #CA2F33;
	padding: 9px 25px 9px 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 {
    color: #CA2F33;
    font-size: 12px;
    font-weight: bold;
    background: #F7F7F7;
    height: 30px;
    cursor: hand;
    vertical-align: middle;
    border: solid 1px #CA2F33;
    padding: 10px 25px 10px 10px;
    border-radius: 6px;
    background-image: url('../imgs/search.png');
    background-repeat: no-repeat;
    background-position: 95%;
    text-align: left;
}
.sendBackButton
{
	color: #2D517B;
	font-size: 12px;
	font-weight:bold;
	background:#F7F7F7;		
	height: 30px;
	cursor: hand;	
	vertical-align:middle;	
	border:solid 1px #2D517B;
	padding: 9px 25px 9px 10px;
	border-radius:6px;
	background-image: url('../imgs/SendBack_Icon.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;
}
.loginButton {
    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: 12px;
    -moz-box-shadow: 2px 2px 2px #C0C0C0;
    -webkit-box-shadow: 2px 2px 2px #C0C0C0;
    box-shadow: 2px 2px 2px #C0C0C0;    
}
.searchbutton
{
    color: #000;
    font-size: 12px;
    font-weight: bold;
    background: #C0C0C0;
    border: solid 1px #808080;
    cursor: hand;
    vertical-align: middle;
    padding: 10px 25px 10px 10px;
    border-radius: 6px;
    background-image: url('../imgs/lock.png');
    background-repeat: no-repeat;
    background-position: 95%;
    text-align: left;
}
.printButton
{
	color: #005D80;
	font-size: 12px;
	font-weight:bold;
	background:#F7F7F7;		
	height: 30px;
	cursor: hand;	
	vertical-align:middle;	
	border:solid 1px #005D80;
	padding: 9px 25px 9px 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;
}
.txtBoxAmt
{
	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-size:10px;
	padding: 5px 0px 5px 0px;
	text-align:right;
}

