.login_logo img{
	max-width: 80%;
	margin-bottom: 30px;
}
.login_logo{
	text-align: center;
}
.small_logo{


}
.login_logo.anketa img{
	width: 100%;
	max-width: 100%;

	margin-bottom: 30px;
}
.small_logo img{
	max-width: 150px;
}
.policy_check a{
	text-decoration: underline;
}

.data-table-create th:first-child{
	width: 40% !important;
}
.data-table-create th:nth-child(4){
	width: 30% !important;
}
.data-table-create th:nth-child(2){
	width: 13% !important;
}
@media(min-width:1000px){
	table{
	   width:100%;
	   table-layout: fixed;
	   overflow-wrap: break-word;
	}
	table td {
	  word-break: break-word !important;
	  white-space: normal !important;
	}
}

/* The dashboard theme expects the removed Font Awesome 4 font for dropdown arrows. */
#navbarDropdown::after,
.dropdown .voting-log-expert-toggle.dropdown-toggle::after {
	display: inline-block;
	margin-left: .45rem;
	vertical-align: .15em;
	content: "";
	font: inherit;
	border-top: .35em solid currentColor;
	border-right: .35em solid transparent;
	border-bottom: 0;
	border-left: .35em solid transparent;
	transform: none;
}

#navbarDropdown.show::after,
.dropdown .voting-log-expert-toggle.dropdown-toggle.show::after {
	transform: rotate(180deg);
}

/* soft-ui ставит .card .card-body в "Open Sans" (не подключён) — возвращаем Manrope */
.card .card-body, .table{ font-family:"Manrope", system-ui, -apple-system, "Segoe UI", sans-serif; }
