.wrapper {
    width: 100%;
    float: left;
}
body {
    background-color:#a6e2ff;
}
.userview1 table {
	top:10%;
    border-collapse: collapse;
    width: auto;
    margin: 6% auto;
    text-align: center;
    border: 1px solid #B7B7B7;
    font-size: 16px;
    font-family: inherit;
}
.userview1 td {
    padding: 8px;
}
.userview1  tr:hover {background-color: #f5f5f5}
.userview1  td:hover {    background-color: #CECECE;}
.userview1 tr:nth-child(even) {background-color: #f2f2f2}
.userview1 th {
    background: #335599;background:linear-gradient(to bottom left,#335599,#335599);
    font-family: sans-serif;
    color: rgb(255, 255, 255);
	height:30px;
}
.userview1 ol {
    text-align: left;
    text-transform: capitalize;
}
.dataentry table {
	margin-top:8%;
	margin-left:auto;
	margin-right:auto;
    border-collapse: collapse;
    border-color: #f3baee;
    width: auto;
    max-width: auto;
    background: #a6e2ff;
    border-radius: 0px;
    font-size: 15px;
    font-family: sans-serif;
    font-weight: bold;
}
.dataentry tbody {
    padding: 0px;
    margin: 0px;
    display: block;
}
.dataentry tr:nth-child(even) {
    background-color: #a6e2ff;
}
.dataentry td {
    width: auto;
    padding: 10px;
	
}
.dataentry input,.dataentry select,.dataentry textarea {
    width: 240px;
    padding: 10px;
    font-size: 16px;
}
.dataentry input[type="submit"] {
    background: rgb(200,200,200,200);
    border-radius: 5px;
    cursor: pointer;
    font-size: 16;
    width: 130px;
}
.input table {
	margin-top:8%;
	margin-left:auto;
	margin-right:auto;
    border-collapse: collapse;
    border-color: #f3baee;
    width: auto;
    max-width: auto;
    background: #a6e2ff;
    border-radius: 0px;
    font-size: 15px;
    font-family: sans-serif;
    font-weight: bold;
}
.input tbody {
    padding: 0px;
    margin: 0px;
    display: block;
}
.input tr:nth-child(even) {
    background-color: #a6e2ff;
}
.input td {
    width: 120px;
    padding: 10px;
}
.input input,.input select,.input textarea {
    width: 250px;
    padding: 10px;
    font-size: 14px;
}
.input input[type="submit"] {
    background: rgb(200,200,200,200);
    border-radius: 5px;
    cursor: pointer;
    font-size: 16;
    width: 130px;
}
.inputing table {
	margin-top:2%;
	margin-left:auto;
	margin-right:auto;
    border-collapse: collapse;
    border-color: #f3baee;
    width: auto;
    max-width: auto;
    background: #a6e2ff;
    border-radius: 0px;
    font-size: 15px;
    font-family: sans-serif;
    font-weight: bold;
}
.inputing tbody {
    padding: 0px;
    margin: 0px;
    display: block;
}
.inputing tr:nth-child(even) {
    background-color: #a6e2ff;
}
.inputing td {
    width: 120px;
    padding: 10px;
}
.inputing input,.inputing select,.inputing textarea {
    width: 230px;
    padding: 10px;
    font-size: 14px;
}
.inputing input[type="submit"] {
    background: rgb(200,200,200,200);
    border-radius: 5px;
    cursor: pointer;
    font-size: 16;
    width: 130px;
}
.error{
	top:10%;
	left:40%;
	position:absolute;
	font: bold;
	color:#0080c0;
	font-family: sans-serif;
	font-size: large;
}
.register table {
	margin-top:6%;
	margin-left:auto;
	margin-right:auto;
    border-collapse: collapse;
    border-color: #f3baee;
    width: auto;
    max-width: auto;
    background: #a6e2ff;
    border-radius: 0px;
    font-size: 15px;
    font-family: sans-serif;
    font-weight: bold;
}
.register tbody {
    padding: 0px;
    margin: 0px;
    display: block;
}
.register tr:nth-child(even) {
    background-color: #a6e2ff;
}
.register td {
    width: 220px;
    padding: 10px;
	
}
.register input,.register select,.register textarea {
    width: 250px;
    padding: 10px;
    font-size: 14px;
}
.register input[type="submit"] {
    background: rgb(200,200,200,200);
    border-radius: 5px;
    cursor: pointer;
    font-size: 16;
    width: 130px;
}
.saleview table {
    border-collapse: collapse;
    width: auto;
    margin: 20px auto;
    border: 1px solid #B7B7B7;
    font-size: 18px;
    font-family: sans-serif;
}
.saleview td {
    padding: 8px;
}
.saleview  tbody tr:hover {background-color: #f5f5f5}
.saleview  td:hover {    background-color: #CECECE;}
.saleview tr:nth-child(even) {background-color: #f2f2f2}
.saleview thead {
    background:linear-gradient(to bottom right,#335599,#8080c0,#00CA79);
    font-family: sans-serif;
    color: rgb(255, 255, 255);
	height:50px;
}
.saleview1 table {
	border-collapse: collapse;
    margin: auto auto auto auto;
    border: 1px solid #B7B7B7;
    border-spacing: 0;
    font-size: 18px;
    font-family: sans-serif;
}
.saleview1  tbody tr:hover {
	background-color: #f5f5f5;
}
.saleview1  td:hover {
	background-color: #CECECE;
}
.saleview1 thead {
    background:linear-gradient(to bottom right,#335599,#8080c0,#00CA79);
    font-family: sans-serif;
    color: rgb(255, 255, 255);
	height:auto;
}
.saleview1 td, .saleview1 th {
	border: 1px solid #B7B7B7;
}
.saleview1 tr:nth-child(even) { background-color: #f2f2f2;}
.saleview1 td {
    padding: 5px;
}
.saleview1 th{
    padding: 5px;
}
table.saleview1 tbody,table.saleview1 thead {
	display: block;
}
thead tr th { 
    height: 30px;
    line-height: auto;
}
table.saleview1 tbody{
	overflow-y: auto;
	overflow-x: hidden;
}
.saletbl table {
	margin-top:5%;
	margin-left:auto;
	margin-right:auto;
    border-collapse: collapse;
    border-color: #f3baee;
    width: auto;
    max-width: auto;
    background: #a6e2ff;
    border-radius: 0px;
    font-size: 12px;
    font-family: sans-serif;
    font-weight: bold;
}
.saletbl tbody {
    padding: 0px;
    margin: 0px;
    display: block;
}
.saletbl tr:nth-child(even) {
    background-color: #a6e2ff;
}
.saletbl td {
    width: auto;
    padding: 5px;
	
}
.saletbl input,.saletbl select,.saletbl textarea {
    width: auto;
    padding: 7px;
    font-size: 12px;
}
.saletbl input[type="submit"] {
    background: rgb(200,200,200,200);
    border-radius: 5px;
    cursor: pointer;
    font-size: 16;
    width: 120px;
}
.counter table {
	margin-top:5%;
	margin-left:20%;
    border-collapse: collapse;
    border-color: #f3baee;
    width: auto;
    max-width: auto;
    background: #a6e2ff;
    border-radius: 0px;
    font-size: 15px;
    font-family: sans-serif;
    font-weight: bold;
}
.counter tbody {
    padding: 0px;
    margin: 0px;
    display: block;
}
.counter tr:nth-child(even) {
    background-color: #a6e2ff;
}
.counter td {
    width: 100px;
    padding: 8px;
    height:10px;
	align-content: center;
}
.counter input,.counter select,.counter textarea {
    width: 100px;
    height:10px;
    padding: 10px;
    font-size: 14px;
}
.counter input[type="submit"] {
    background: rgb(200,200,200,200);
    border-radius: 5px;
    cursor: pointer;
    font-size: 16;
    height:40px;
    width: 130px;
}
.filter table {
	margin-top:5%;
	margin-left:auto;
	margin-right:auto;
    border-collapse: collapse;
    border-color: #f3baee;
    width: auto;
    max-width: auto;
    background: #a6e2ff;
    border-radius: 0px;
    font-size: 15px;
    font-family: sans-serif;
    font-weight: bold;
}
.filter tbody {
    padding: 0px;
    margin: 0px;
    display: block;
}
.filter tr:nth-child(even) {
    background-color: #a6e2ff;
}
.filter td {
    width: 120px;
    padding: 5px;
	
}
.filter input,.filter select,.filter textarea {
    width: 150px;
    padding: 5px;
    font-size: 14px;
}
.filter input[type="submit"] {
    background: rgb(200,200,200,200);
    border-radius: 5px;
    cursor: pointer;
    font-size: 16;
    width: 80px;
}
.filter1 table {
	margin-top:5%;
	margin-left:23%;
    border-collapse: collapse;
    border-color: #f3baee;
    width: auto;
    max-width: auto;
    background: #a6e2ff;
    border-radius: 0px;
    font-size: 15px;
    font-family: sans-serif;
    font-weight: bold;
}
.filter1 tbody {
    padding: 0px;
    margin: 0px;
    display: block;
}
.filter1 tr:nth-child(even) {
    background-color: #a6e2ff;
}
.filter1 td {
    width: 150px;
    padding: 5px;
	
}
.filter1 input,.filter1 select,.filter1 textarea {
    width: 180px;
    padding: 5px;
    font-size: 14px;
}
.filter1 input[type="submit"] {
    background: rgb(200,200,200,200);
    border-radius: 5px;
    cursor: pointer;
    font-size: 16;
    width: 130px;
}
.userview table {
	top:5%;
    border-collapse: collapse;
    width: auto;
    margin: auto auto;
    text-align: center;
    border: 1px solid #B7B7B7;
    font-size: 16px;
    font-family: inherit;
}
.userview td {
    padding: 8px;
    border: 1px solid #B7B7B7;
}
.userview  tr:hover {background-color: #f5f5f5}
.userview  td:hover {    background-color: #CECECE;}
.userview tr:nth-child(even) {background-color: #f2f2f2}
.userview th {
    background: #335599;background:linear-gradient(to bottom left,#335599,#335599);
    font-family: sans-serif;
    color: rgb(255, 255, 255);
    border: 1px solid #B7B7B7;
	height:38px;
}
.userview ol {
    text-align: left;
    text-transform: capitalize;
}
.scroll table{
	width:100%;
	border-collapse: collapse;
    margin: auto auto auto auto;
    font-size: 16px;
    font-family: inherit;
    border-spacing: 0;
    font-size: 16px;
    border: 1px solid #B7B7B7;
}
.scroll tbody tr:hover {
    background-color: #CECECE;
}
.scroll  td:hover {
    background-color: #f5f5f5;
}
.scroll tr {
  display: flex;
}
.scroll thead {
    background: #335599;background:linear-gradient(to bottom left,#335599,#335599);
    font-family: sans-serif;
    color: rgb(255, 255, 255);
	height:auto;
}
.scroll th {
	padding: 8px;
    border: 1px solid #B7B7B7;
}
.scroll tr:nth-child(even) {background-color: #f2f2f2}
.scroll td {
	padding: 8px;
  	flex: 1 auto;
	border: 1px solid #B7B7B7;
}
.scroll thead tr:after {
  content: '';
  height: 0;
}
.scroll tfoot tr:after {
  content: '';
  height: 0;
}
.scroll thead th {
  flex: 1 auto;
  display: block;
  border: 1px solid #B7B7B7;
}
.scroll tfoot th {
  flex: 1 auto;
  display: block;
  border: 1px solid #B7B7B7;
}
.scroll tbody td{
  display: block;
  /* width: 100%; */
  overflow-y: auto;
}
::-webkit-scrollbar {
	display: none;
}

.regstr table {
	margin-left:6%;
	margin-right:50%;
    border-collapse: collapse;
    border-color: #f3baee;
    width: 90%;
    max-width: auto;
    background: #a6e2ff;
    border-radius: 0px;
    font-size: 15px;
    font-family: sans-serif;
    font-weight: bold;
}
.regstr tbody {
    padding: 0px;
    margin: 0px;
    display: block;
}
.regstr tr:nth-child(even) {
    background-color: #a6e2ff;
}
.regstr td {
    width: 200px;
    padding: 10px;
	
}
.regstr input,.regstr select,.regstr textarea {
    width: 250px;
    padding: 10px;
    font-size: 14px;
}
.regstr input[type="submit"] {
    background: rgb(200,200,200,200);
    border-radius: 5px;
    cursor: pointer;
    font-size: 16;
    width: 130px;
}
div.disply {
    margin-top:6%;
    float:left;
    width:40%;
}