td.BootColumn.BuyCell,
td.BootColumn.BuySummary {
	position: relative;
	cursor: pointer;
}
td.BootColumn.BuyCell:hover {
	/*outline: 1px dashed #33bbff;*/
}
td.BootColumn.BuyCell.BuyValue:hover::after {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	outline: 1px dashed #33bbff;
	background: none;
}
td.BootColumn.BootAlignL.BuyCell.BuyValue {
	border: 1px solid #e3e3e3;
	transition: background-color .2s ease-in;
	cursor: pointer;
}
td.BootColumn.BootAlignL.BuyCell.BuyValue:hover {
	background-color: #e3e3e3;
}
td.BootColumn.BuyCell.BuyValue .BuyCellIcon {
	position: absolute;
	top: 3px;
	left: 3px;
	opacity: 0;
	font-size: .75rem;
	color: #999;
	/*transition: opacity .2s ease-in;*/
}
td.BootColumn.BuyCell.BuyValue:hover .BuyCellIcon {
	opacity: 100;
	color: #33bbff;
}
#BuyListForm .PortoViewField .BootExpand {
	position: unset;
}