﻿.historybtn{background-color:#f5f5f5}
.historybtn a{color:#900;text-decoration:none}
.cSearchTip li {clear:both;overflow:hidden}
.cSearchTip li > a {overflow:hidden;padding:5px;text-overflow:ellipsis;white-space:nowrap;display:inline}
.cSearchTip li dl dt {float:left;width:30pt;height:30pt;overflow:hidden;text-align:center;border:2px solid #e4e4e2;border-radius:40pt;margin-right:10pt;padding:3pt} 
.cSearchTip li dl dt img {max-height:30pt;max-width:30pt}
.cSearchTip li dl dd {margin-left:50pt}
.cSearchTip li dl dd>a {display:block;white-space:nowrap}

.copy-address {
	display: inline-block;
	width: 17px;
	height: 17px;
	background: url('//s.exist.ru/img2/icons/copy-content.svg') center no-repeat;
	background-size: cover;
	cursor: pointer;
	position: relative;
	margin-left: 10px;
}

	.copy-address:active {
		top: 1px;
		right: 1px;
	}

/*TODO: Не работает на странице PartInfo2.ascx */
@keyframes appear {
	from {top:0;opacity:0}
	to {top:-30px;opacity:1}
}

.copy-address__confirmed {
	position:absolute;
	animation:appear 0.23s ease-in-out forwards;
	background:#c9f3c9;
	padding:2px 12px;
	font-size:12px;
	border-radius:3px;
	right:60px;
}