span.operators_tooltip_users_toggler, span.applications_tooltips_toggler {
	color: #777777;
	text-decoration: none;
	border-bottom: 1px dashed #777777;
	cursor: pointer;
}
div.tooltip_placeholder {
	position: relative;
	display: none;
	z-index: 5; /* Перебиваем header и footer */
}
div.tooltip_content {
	position: absolute !important;
	min-width: 370px;
	border: 1px solid #DDE3EB;
	margin-top: 5px;
	overflow: auto;
	overflow-y: auto;
	max-height: 420px;
	background-color: #ffffff;
}
.operators_firm_tooltip_a {
	cursor: pointer;
}
div.tooltip_content .quick_report {
	position: absolute;
	display: inline-block;
	right: 5px;
	top: 5px;
}
.tip {
	display: inline-block;
}
.eds_blocked_status {
	color: #ff0000;
}
.eds_only_rosatom {
	color: #0000ff;
}
.eds_blocked_status .tip {
	color: #333333;
}
.eds_item.gray {
	color: #818181;
}
.eds-cap-icon {
	display: inline-block;
	width: 16px;
	height: 16px;
}