.m-company-list .sro-item__caption {
    font-weight: 700;
}

.m-company-list .m-company__head-type {
	min-width: 14px;
    max-width: 14px;
}
.m-company-list .m-company__head-type .th-container {
	align-items: center;
 	justify-content: center;
}

.m-company__type-status {
    display: flex; 
    justify-content: center;
}

.m-company-list .m-company__type {
    color: var(--ms-theme-select) !important;
    font-size: 0.85rem !important;
}
.m-company-list .m-company__type .m-company__type-value {
    color: var(--ms-theme-blue);
    font-weight: bold;
    font-size: 0.9rem;
    line-height: 1.1rem;
    font-family: Verdana, sans-serif;
    padding: 2px;
}
.m-company-list .m-company__type .type_status {
    background-color: var(--ms-theme-select, #3f9754);
    align-self: center;
    margin: 0px 2px 0px 2px;
    height: 10px;
    min-width: 10px;
    max-width: 10px;
    border-radius: 50%;
}
.m-company-list .m-company__type-status.m-status-n .type_status {
    background-color: var(--ms-theme-gray-basic, #bbb9b9);
}

.m-company-list .company-list-table .control-icons {
    max-width: 28px;
}
.m-company-list .company-list-table .m-company__action svg {
    margin-top: -10px;
	color: var(--ms-theme-gray);
}
.m-company-list .company-list-table .m-company__action:hover svg {
    /*fill: yellow;*/
	color: var(--ms-theme-blue);
	cursor: pointer; 
}

div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
div.news-list.company-list-section{
	/* margin:20px; */
}
.sro-number {
    display: flex;
    margin-top: 5px;
}
.sro-number {
    display: flex;
    justify-content: space-between;
}
.sro-number__link .btn-sro.list {
    border: 1px solid var(--ms-theme-blue) !important;
    background: var(--ms-theme-blue) !important;
    bottom: 15px;
    color: var(--ms-theme-white, #f8f9f9);
    width: 100%;
    margin-top: 15px;
    border-radius: 5px !important;
}
.sro-number__title {
    font-size: 0.8rem;
    color: var(--ms-theme-gray-dark);
}
.sro-item:hover {
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 20%);
}
.card__header {
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgb(0 0 0 / 11%);
}
.sro-number__value {
    margin-left: 20px;
    color: var(--ms-theme-blue) !important;
}

.compare-button {
    width: 25px;
    height: 21px;
    padding-top: 25px;
    position: relative;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 25 20.8' style='enable-background:new 0 0 25 20.8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23A2A2A2;%7D%0A%3C/style%3E%3Crect y='11' class='st0' width='4.7' height='9.8'/%3E%3Crect x='6.9' class='st0' width='4.7' height='20.8'/%3E%3Crect x='13.6' y='2.8' class='st0' width='4.7' height='17.7'/%3E%3Crect x='20.3' y='5.6' class='st0' width='4.7' height='15.2'/%3E%3C/svg%3E);
    top: 20px;
}
