a.doc_doc,
a.doc_xls,
a.doc_pdf,
a.doc_link,
a.doc_eds {
    font-weight: bold;
    background-position: center left;
    background-repeat: no-repeat;
    background-color: #ECECA4;
    padding: 10px 10px 10px 50px;
    background-position-x: 10px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    height: unset;
    margin: 3px 0;
    text-decoration: none !important;
}

a.doc_doc, a.doc_pdf, a.doc_eds { background-image: url(/img/pdf32x32.png); }
a.doc_link { background-image: url(/img/link32x32blue.png); }

a.doc_doc:hover,
a.doc_xls:hover,
a.doc_pdf:hover,
a.doc_link:hover,
a.doc_eds:hover {
    background-color: #e5e5b3;
    text-decoration: none !important;
}

a.doc_eds::before {
    margin-right: 5px;
    content: url(/img/eds-blue.png);
    height: 32px;
    width: 39px;
}
div.eds-info {
    display: none;
    font-size: 13px !important;
    font-weight: normal !important;
    line-height: 1.1em !important;
    font-family: sans-serif;
    color: black;
    position: absolute;
    padding: 12px !important;
    border: 1px solid #222 !important;
    background: whitesmoke;
    z-index: 1;
    top: 50px;
    left: 50px;
    transition: opacity 0.5s ease-out;
    opacity: 0;
    box-shadow: 4px 4px 3px rgb(0 0 0 / 30%);
    text-align: left;
    max-width: 300px;
}

/*a.doc_eds:hover+.eds-info,*/
img.eds-img:hover+.eds-info,
div.eds-info:hover {
    display: inline-block;
    opacity: 1;
}

a.doc_doc img.eds-img,
a.doc_eds img.eds-img {
	margin: 0 9px 0 0 !important;
	border: none !important;
	padding: 0 !important;
	overflow: unset !important;
    height: 2em;  
}

/* Стили для всплывающей кнопки Подписать документ */

a.doc_doc:hover > img.eds-hover-img {
    display: block;
}
a.doc_doc img.eds-hover-img {
    width: 1.5em;
    margin-right: 0.3em;
    display: none;
}

/* *********************************************** */