/*.header{
	font-size: 10px;
	font-family: verdana;
	color: blue;
}
table{
	border-collapse: collapse;
	width: 500px;
	padding: 15px;
	


}
.Dismiss *{
	color: red;
}
th,td{
	border:2px solid #Add;  
}
fieldset{
	width: 500px;
	height: 100%;
}
img{
	width: 100px;
	height: 60px;
	float: left;
}
h1 img{
	float: right;
}
tr p{
	float: left;
	padding-left: 20px;
	margin-top: -7px;
	color: blue;
}
tr hr {
	float: left;
	padding-left: 20px;
	border-top: 2px solid orange;
	width: 45%;
	/*margin-top: .3rem;
	margin-bottom: 1rem;
}
tr hr {
	float: right;
	padding-right: 20px;
	border-top: 2px solid orange;
	width: 45%;
	/*margin-top: .3rem;
	margin-bottom: 1rem;
}
h1{
	color: black;
}
h2{
	color: #7CFC00;
}
h3{
	color: green;
}
.no{
	color: red;
}
.num{
	color: red;
}
.dol {
	color: red;
}
.des{
	color: blue;
}
.qty{
	color: red;
}
.pri{
	color: blue;
}
.Amo {
	color: red;
}
.To {
	color: black;
}
.count{
	color: #7FFF00;
}
.paid{
	color: orange;
}
.rest{
	color: red;
}
.fad{
	color: red;
}*/
.hide{
	display: none;
}

	li {
		font-size: 16px;
		color: black;

	}

	li:hover {
		background-color: #FAFBFE;
		color: black;
		font-weight: bold;
	}

	.ItemSearch {
		width: 100%;
		margin: 0px !important;
		border: transparent !important;
		font-size: 25px;
	}

	ol {
		background-color: fff;
	}

	.form-control input {
		border: none !important;
		outline: none !important;
		background-color: transparent !important;
		width: 100%;
		text-align: center;
	}
	td .form-control{
		border-radius: 100px;
	}
	.Item{
		min-width: 250px;
	}
	tr:has( .bg-grn) {
  background-color: #ecffec;

}