.sopost_header.fixed {
	color: red;
	position: fixed;
	top: 0px;
	background: white;
	width: 100%;
	z-index: 99999999;
	padding: 5px 20px;
	box-shadow: azure;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.block_badges {
	font-size: 12px!important;
}

.afy_btn {
	background: red;
	color: white!important;
	border: 1px solid #fb9a14;
} 

.ad_fire {
	position: absolute;
	margin-left: -16px;
}

.order_fire {
	position: absolute;
	margin-left: -16px;
}

.ad_pin {
	position: absolute;
	margin-left: -16px;
}

.order_pin {
	position: absolute;
	margin-left: -16px;
}

.analitika_table td {
	min-width: 100px;
	padding: 4px 10px;
}

.mini_th td {
	font-weight: bold;
	background: #ebebeb;
}

.analitika_table, .analitika_table td, .analitika_table th {
	border: 1px solid #c8c8c8;
}

.analitika_table::-webkit-scrollbar {
	width: 19px;
	height: 10px;
}

.analitika_table::-webkit-scrollbar-track {
	background: #eef0f7;
/*	border-radius: 20px;*/
}

.analitika_table::-webkit-scrollbar-thumb {
	background-color: #c5cce5;
	border-radius: 7px;
}


.ms-options-wrap > .ms-options > ul input[value*="group|"] {
	display: none;
	pointer-events:none;
}

.search_filter .label_top {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 3px;
}

.search_filter {
    padding-bottom: 15px;
}

/*.modal {
    position: absolute;
    z-index: 1050;
}
*/


.footer_change_profile {
	position: fixed;
	bottom: 25px;
	right: 15px;
	background: #ffbebe;
	padding: 6px;
	border-radius: 5px;
	border: 1px solid #fb7878;
	width: 350px;
}

#map_object {
	height: 520px!important;
}

select option[value*="group|"] {
	background: #e4e4e4;
	font-weight: bold;
}

.table-kpd td, .table-kpd th {
	vertical-align: middle!important;
	text-align: center;
}

.table-bordered-black, .table-bordered-black td, .table-bordered-black th {
    border: 1px solid #c8c8c8;
    padding: 3px;
}

.fakt_bg {
	background: #ececec;
}

.alert {
	padding: 10px;
	text-align: center;
}

.change_view {
	margin-left: 10px;
}

.grid_main_image {
	width: 100%;
	height: 160px;
	object-fit: cover;
	border-radius: 5px 5px 0px 0px;
}

.blocks_main_image {
	width: 100%;
	height: 235px;
	object-fit: cover;
	border-radius: 5px 0px 0px 5px;
}

.card_blocks {
	height: 235px;
}

.blocks_desc {
	padding-top: 6px;
	padding-bottom: 6px;
	height: 70px;
	overflow: hidden;
}

.padding_0 {
	padding: 0px;
}

.grid_price {
	font-size: 19px;
}

.grid_stop_list {
	margin-top: -20px;
}

.popover {
	background: #fce9a0;
}

.mydots {
    position: absolute;
    margin-top: -25px;
    margin-left: 8px;
}

.dot {
	background: white;
	height: 11px;
	width: 11px;
	border-radius: 50%;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 0px;
	cursor: pointer;
	border: 1px solid #040404;
}

.dot:hover {
    background: #42aeff;
}

.card_blocks_main {
	margin-bottom: 15px;
}

.kpd_div img {
	height: 19px;
}

th[sort-column] {
	cursor: pointer;
	/* text-decoration: underline !important; */
	min-width: 105px;
	padding-left: 5px;
}

th[sort-column] div {
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}

th[sort-column]:hover {
	color: #42aeff;
	background: #eaf6ff;

	
}

th[sort-column].active {
	color: #42aeff;
	/*text-decoration: underline!important;*/
	background: white;
	background: #eaf6ff;


}

.body_sortable td {
	padding-left: 5px;
}

#preloader_2024 {
	position: absolute;
	z-index: 199999;
	left: 47%;
	margin-top: 400px;
}

#preloader_2024 img {
	width: 80px;
}

.search_filter {
    width: 1150px;
    margin-left: 15px;
}

.search_filter input[type="text"] {
	height: 32px;
}

.search_filter .ms-options-wrap > button {
	margin-top: 0px;
}

.districts_box label {
	cursor: pointer;
}

.ms-options-wrap > .ms-options {
	z-index: 100!important;
}

.suggestions-suggestions {
	border: 1px solid silver;
	padding: 10px;
	cursor: pointer;
}

.comments_block .img-fluid {
	border-radius: 5px;
}

.change_date_event_tr {
	background: #e6ffe5;
}

table .badge {
	max-width: 93px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sidebar-link i, .sidebar-link svg, a.sidebar-link i, a.sidebar-link svg {
	margin-right: 3px!important;
}

.comments_block .img-fluid {
    border-radius: 5px;
    width: 100%;
    height: 140px;
    object-fit: cover;
}

body[data-user-rules="Брокер"] .hide_for_broker {
	display: none;
}


