.table.cart .table-info td{
	padding:5px 0 5px 0;
	text-align:center;
	font-weight:bolder; 
}
.alert-danger, .alert-success{
	position: fixed !important;
	top:0;
	left:0;
	z-index:10000;
	width: 100%;
}
.alert-success {
  color: #fff;
  background-color: #00c292 !important;
  border-color: #00c292 !important;
}
#infoOrder table td{
	padding:0;
}
.selectFilterClient{
	max-height: 150px;
	overflow-y: scroll;
	background-color: rgb(243, 243, 243);
}
.selectFilterClient li{
	cursor: pointer;
	text-decoration: none!important;
	list-style: none!important;
}
.selectFilterClient li:hover{
	color: #03a7f3;
	font-size: 14px;
	font-weight: bold;
}
.imgSelect{
	cursor: pointer;
}
.imgSelect-img{
	
}