@charset "utf-8";
/* CSS Document */

* {font-family: Arial, Helvetica, sans-serif;}
html {color: #4B4B4B; 
	font-size: 90%;
	/*background-color: #C2C2C2;*/}

stable stable {border: #CCC thin solid;
	padding: 0 0 0 ;}
	
hr { color: #CCC}

h2 { color: #6817ff;
	font-size: 200%;}

table {background-color: #FFF}

A:link, A:active, A:visited {
    color: #3550CA;
    text-decoration: none;}
	
input {background-color: #6817ff
 /* last FFB400 #F8A552 #FCA44D*/;
	color: #fff    /*   #fff 000  */;
	font-weight: bold;
	border:#999 thin solid;
	font-size: 11px;
	padding: 1px 10px 1px;
	margin: 1px;
	border-radius: 20px / 20px;}
	
#banner {
	background-image: url(../images/banner_black.jpg);
	
	background-size:40px;
	background-position: 0 103px;
	
	/* background-image: url(../images/banner.png) 0 10px;
background-repeat:repeat;
background-attachment:fixed;
background-position:bottom;  */
}
	
centers input {background-color: #FFF  /*#FCA44D*/;
	color: #fff;
	font-weight: bold;
	border: 1px #CCC thin;
	font-size: 11px;
	padding: 3px 3px 3px;
	margin: 2px;
	border-radius: 0px / 0px;}
	
.inputInput {background-color:  #FFF /*#FCA44D*/;
	color: #333;
	font-weight: bold;
	border: #BABABA thin solid;
	font-size: 11px;
	padding: 3px 3px 3px;
	margin: 1px;
	margin-left: 5px;
	border-radius: 0px / 0px;}
	
.TBbutton { background-color:  #FFF;
	border: none;
	padding: 0px;
	border-radius: 0px / 0px;}
	
.tableDisplay,  .tableDisplay th, .tableDisplay td  { border: 1px solid #ccc ;
	border-collapse:collapse;}
	
.tableDisplay td {
	padding: 3px; 
	margin: 2px;
	font-size: 90%;}
	
.productTableDisplay,  .productTableDisplay th, .productTableDisplay td  { border: 1px solid #ccc ;
	border-collapse:collapse;}
	
.productTableDisplay td {
	padding: 3px; 
	margin: 2px;
	font-size: 90%;
	text-align:center;}
	
table {font-size:inherit}

.inputCheckbox { border: none;
	background-color: inherit; }
	
.pwdTableDisplay,  .pwdTableDisplay th, .pwdTableDisplay td  { border: 0px; }
	
.pwdTableDisplay td {
	padding: 3px; 
	margin: 2px;
	font-size: 90%;}
	
.mandatory {
    color: #CC0000;
}

.version{
	color: #6817ff;
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.4em;
    font-weight: bold;
}

.adminLogout
{
	background: #7B7B7B;
	padding: 10px;
	color: #ffffff !important;
	border-radius: 7px;
	font-weight: bold;
}

.imageposition >img {
  object-fit: contain;
  width: 199px; 
  height: 100px;
}