
.profileListTable {
	padding-left: 48px;
	padding-right: 48px;
	padding-bottom: 16px;
	background-color: #fff;
	min-height: 500px;
}
.profileListTable .ant-table-row {
	cursor: pointer;
}
.profileListTable .profileDelete {
	display: inline-block;
    padding: 8px;
}
.profileListTable .ant-table-tbody>tr>td:first-child,
.profileListTable .ant-table-thead>tr>th:first-child {padding-left: 32px;}
/*
глобальная зависимость, удалить после исправления

.ant-steps {
	margin-top: 19px;
}

.ant-form {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    line-height: 1.5;
    list-style: none;
}
*/

.paginationSelect {
	width: 80px;
	margin-left: 8px;
}

.listPagination {
	text-align: right;
}

/*
глобальная зависимость, удалить после исправления

.ant-table-pagination.ant-pagination {
	display: none !important;
}
*/

/* UPLOAD */

.upload-wrap {
    position: relative;
}

.upload {
	width: 104px;
	height: 104px;
}

.upload > * {
	width: 100%;
}

.upload .ant-upload-list-item {
	margin-top: 0;
}

.upload__icon {
	font-size: 21px;
	color: #00a8ff;
}

.upload__img {
	width: auto;
	height: auto;
	max-width: 88px;
	max-height: 88px;
    min-height: 88px;
}

.upload__title {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: -0.7px;
	text-align: center;
	color: #9b9b9b;
}

.upload__show-preview {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.upload .ant-checkbox-wrapper {
	line-height: 14px;
}

.upload .ant-upload {
	position: relative;
}

.upload:hover, .upload:hover .ant-upload {
    border-color: #00a8ff;
}

.upload:hover .upload__title {
	color: #00a8ff;
}

.ant-btn.upload__delete,
.ant-btn.upload__delete.disabled,
.ant-btn.upload__delete[disabled],
.upload__delete {
    position: absolute;
    right: -25px;
    top: -5px;
    padding: 0;
    background: none;
    box-shadow: none;
    border: none;
    height: auto;
}

.upload__modal .ant-modal-body {
    padding: 0;
}

.upload__modal .ant-modal-close {
    right: -32px;
}

.upload__modal .ant-modal-close-x {
    display: block;
    width: 24px;
    height: 24px;
    font-size: 12px;
    font-style: normal;
    line-height: 24px;
    text-align: center;
    text-transform: none;
    text-rendering: auto;
    border-radius: 50% 50%;
    background: #d9d9d9;
}

.upload:hover .ant-upload.ant-upload-disabled {
    border-color: #bbb;
}

.upload:hover .ant-upload-disabled .upload__title {
    color: #9b9b9b;
}

/*------------ Спиннер его обёртка ------------- */

#spinnerWrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(255,255,255, 0.6);
	padding-top: 15%;
	z-index: 10000;
}

#spinner {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 3px solid #00a8ff;
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s linear infinite;
  -webkit-animation: spin 1s linear infinite;
  z-index: 20000;
}

@keyframes spin { to { -webkit-transform: rotate(360deg); } }
@-webkit-keyframes spin { to { -webkit-transform: rotate(360deg); } }

.ant-select-selection-selected-value {
	width: 100%;
}


/* Сюда буду собирать общие стиля компонентов для всего проекта */

.b-table-filters {
    margin-left: -24px;
    margin-right: -24px;
}
.b-table-filters > .ant-row {
    margin-bottom: 16px;
}
.b-table-filters > .ant-row > .ant-col {
    padding-left: 24px;
    padding-right: 24px;
}
.b-table-filters .ant-form-item {
    margin: 0;
}
.b-table-filters .ant-form-item-label {
    line-height: 24px;
    margin-top: -3px;
    margin-bottom: 4px;
}
.b-table-filters .ant-form-item-label label {
	letter-spacing: -0.7px;
	color: #323232;
}
.b-table-filters .ant-form-item-control-wrapper {
    margin-top: -9px;
    margin-bottom: -4px;
}
.b-table-filters .ant-input-group-compact {
    margin-top: 4px;
}
.b-table-filters__no-label {
	padding-top: 20px;
}

.b-table-filters form .ant-input-group-wrapper,
.b-table-filters form :not(.ant-input-group-wrapper)>.ant-input-group {
    display: flex;
    top: 0;
}
.b-table-filters .ant-input-group-compact .ant-calendar-picker .anticon {
	right: 7px;
}
.b-table-filters .ant-input-group-compact .ant-calendar-picker .ant-calendar-picker-input {
    padding-left: 11px;
}
.b-table-filters .ant-select {
    width: 100%;
}

.b-table-filters_filters {
	display: flex;
    flex-wrap: wrap;
}
.b-table-filters_filters .ant-form-item {
	width: 25%;
    margin-bottom: 16px;
}
.b-table-filters_filters .b-table-filters__col {
	width: 25%;
	margin-bottom: 16px;
	margin-left: auto;
	display: flex;
    justify-content: flex-end;
    padding: 20px 24px 0 24px;
}
.b-table-filters_filters .b-table-filters__col2 {
	margin-bottom: 16px;
	display: flex;
    justify-content: flex-end;
    padding: 0 24px 0 24px;
}
.b-table-filters_filters .b-table-filters__col3 {
	margin-bottom: 16px;
	display: flex;
    justify-content: flex-start;
	padding: 0 24px 0 24px;
	margin-right: auto;
}
.b-table-filters_filters .b-table-filters__col4 {
	display: flex;
    justify-content: flex-end;
	padding: 0 24px 0 24px;
	width: 25%;
}
.b-table-filters_filters .b-table-filters__col5 {
	display: flex;
    justify-content: flex-end;
    padding: 20px 24px 0 24px;
	margin-left: auto;
	width: 50%;
}

.b-table-filters_filters .b-table-filters__wrap-col {
	width: 100%;
    display: flex;
    justify-content: flex-end;
}

/* todo возможно лучше вынести как один общий компонент */
.filtersInfoPanel {
	/* margin-bottom: 16px; */
}

.filtersInfoPanel * {
	transition: none;
}

.filtersInfoPanel .savedFilters {
	display: flex;
	align-items: center;
    width: 272px;
}
/*
.filtersInfoPanel .savedFilters .ant-btn {
	margin-right: 16px;
}

.filtersInfoPanel .savedFilters.withSaveBtn .ant-btn {
	margin-right: 8px;
}
*/
.filtersInfoPanel .savedCount {
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: -0.7px;
    color: #9b9b9b;
    height: 32px;
    display: flex;
    align-items: center;
}

.filtersInfoPanel .filterBtns {
	display: flex;
	align-items: center;
}

.filtersInfoPanel .filtersInfoBadge {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 224px;
	height: 32px;
	border-radius: 4px;
	line-height: 1;
	border: solid 1px #00a8ff;
	background-color: rgba(0, 168, 255, 0.05);
	margin-right: 8px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -0.7px;
	color: #323232;
}

.saveFilterBtn {
	line-height: 1;
	cursor: pointer;
}

.saveFilterBtn svg {
	width: 24px;
	height: 24px;
	fill: #00a8ff;
}

.filtersInfoPanel .filtersInfoBadge .anticon {
	margin-right: 9px;
}

.filtersInfoPanel .filtersInfoBadge .anticon svg {
	fill: #00a8ff;
}

.filtersInfoPanel .btnGroup {
	display: flex;
	align-items: center;
}

.filtersInfoPanel .showTen {
	width: 176px;
}

.filtersInfoPanel .resetFilters {
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: -0.7px;
	color: #9b9b9b;
	cursor: pointer;
}

/* Button Styles */
.ant-btn-link {
    display: flex;
    align-items: center;
    border: none;
    box-shadow: none;
    color: #00a8ff;
	padding: 0;
	letter-spacing: -0.7px;
    font-size: 14px;
}

.ant-btn-link.withIcon svg {
    width: 24px;
    height: 24px;
}
.ant-btn-link.withIcon_setting svg {
    width: 21.4px;
    height: 21.4px;
}
.ant-btn-link.withIcon.small svg {
    width: 16px;
    height: 16px;
}

/* Карточка сущности */

.entity_card{

}
.entity_card__non-label {
	padding-left: 208px;
	display: block;
	margin-bottom: 10px;
}
.entity_card__form {
	width: auto;
	background: #ffffff;
	padding: 16px 16px 40px;
}
.entity_card__section {
	padding: 22px 0 11px;
	border-bottom: solid 1px #f0f2f5;
}

.entity_card__section.section-2{
	padding-top: 0;
}

.entity_card__section:last-child {
	border: none;
}

.entity_card__non-label {
	padding-left: 208px;
	display: block;
	margin-bottom: 10px;
}
.entity_card__item {
	margin-bottom: 8px;
}

.entity_card__item__ur-group {
	display: none;
}
.entity_card__item__ur-group.visible {
	display: block;
}

.entity_card__item input {
	letter-spacing: -0.7px;
}

.entity_card__item span.label {
	width: 192px;
	height: 40px;
	line-height: 40px;
	margin-right: 16px;
	display: inline-block;
	text-align: right;
	position: relative;
	letter-spacing: -0.5px;
	color: #323232;
}

.entity_card__section.double-margin,
.entity_card__item.double-margin {
	margin-top: 23px;
}

.entity_card__item span.label > span {
	line-height: 16px;
	display: inline-block;
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.entity-card__status {
	width: 272px;
	float: right;
}

.entity-card__sidebar {
	font-size: 14px;
	line-height: 1.5;
}

.entity_card__sidebar .ant-btn {
	position: relative;
	width: 100%;
	margin-top: 16px;
	margin-bottom: 0;
	border-width: 2px;
}

.entity-card__sidebar .ant-btn:first-child {
	margin-top: 0;
}
.entity-card__sidebar .ant-btn .ant-badge {
	position: absolute;
	right: -10px;
	top: -10px;
}

.entity-card__progress{
	background: #fff;
	padding: 16px 16px 8px 24px;
	margin-bottom: 16px;
}

.avatar-uploader {
	position: absolute;
	right: 10%;
}

/*Drawer*/
.select-drawer .ant-drawer-content-wrapper{
	overflow-y: scroll;
	height: 100%;
}

.select-drawer .ant-drawer-wrapper-body {
	height: 100%;
}

/* removed arrows from disabled select */
.ant-select-disabled .ant-select-arrow {
	display: none;
}
