.full_page_form.reports_form{
	height: calc(100% - 30px);
}

.reports_table__header > div {
	display: inline-block;
}
.reports_table__header > div {
	display: inline-block;
	padding: 5px 0 2px 20px;
	vertical-align: top;
	width: 50px;
	height: 100%;
}
.reports_table__header > div:nth-child(1) {
	width: calc((100% - 406px) / 3);
}
.reports_table__header > div:nth-child(2), .reports_table__header > div:nth-child(3) {
	width: 151px;
	/*text-align: right;*/
}
.reports_table__header > div:nth-child(4) {
	width: calc((100% - 501px) / 3);
	/*text-align: right;*/
}
.reports_table__header > div:nth-child(5) {
	width: 115px;
	/*text-align: right;*/
}
.reports_table__header > div:nth-child(6) {
	width: 175px;
	/*text-align: right;*/
}
.reports_table__header > div:nth-child(7) {
	width: 171px;
}
.report_row > div:first-child   > div:nth-child(2){
	width: calc((100% - 401px) / 3);
	padding-left: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.report_row > div:first-child   > div:nth-child(3),
.report_row > div:first-child   > div:nth-child(4){
	width: 150px;
}
.report_row > div:first-child > div:nth-child(5) {
	width: calc((100% - 653px) / 2);
	/*text-align: right;*/
}

.report_row > div:first-child   > div:nth-child(6){
	width: 170px;
	/*text-align: right;*/
}

.report_row > div:first-child   > div:nth-child(7) {
	width: 171px;
	/*text-align: right;*/
}

.reports_table > div.table_content_block {
	height: calc(100% - 86px);
	overflow-y: scroll;
}

.reports_table > div.table_content_block {
	height: calc(100% - 48px);
	overflow-y: auto;
	font-family: Segoe Regular;
	padding-top: 1px;
}

#report_list_section{
	height: calc(100% - 45px);
}

.reports_table{
	height: calc(100% - 1px);
}

reports_table__header > div {
	display: inline-block;
}

.reports_table__header > div {
	display: inline-block;
	padding: 5px 0 2px 0;
	vertical-align: top;
	width: 90px;
}

.reports_table__header {
	height: 41px;
	padding: 5px 5px 0 0;
	color: #828F9D;
	font-family: Segoe Bold;
}


.reports_header__search_box {
	width: 505px;
	height: 25px;
	border-radius: 20px;
	border-color: rgba(0,0,0,0.1);
	/* margin: 5px; */
	font-size: 16px;
	outline: none !important;
	padding: 1px 35px 1px 10px;
}

.reports_header {padding-left: 30px;padding-top: 19px;}

.reports_header__buttons_box__button {
	height: 24px;
	display: inline-block;
	padding: 2px 15px 5px 15px;
	cursor: pointer;
	border: 1px solid #dfdfdf;
	vertical-align: top;
	margin-right: -5px;
	background: linear-gradient(to bottom, #ffffff, #ececec);
}

.reports_header__buttons_box__button.left_button {
	border-radius: 5px 0 0 5px;
}

.reports_header__buttons_box {
	padding: 18px 22px 23px 10px;
}

.reports_header__buttons_box > label {
	position: relative;
	top: 4px;
	margin-right: 6px;
}

.reports_header__buttons_box__button.right_button {
	border-radius: 0 5px 5px 0;
}

.reports_header__buttons_box__button.clear_button {
	margin: 0 6px 0 11px;
}

.reports_header__buttons_box__button.analysis_button {
	float: right;
}

.reports_header__buttons_box__button.active {
	background: linear-gradient(to bottom, #f3f3f3, #cccccc);
}


.reports_header__buttons_box button {
	outline: none !important;
}

.reports_header__buttons_box__button:active {
	background: linear-gradient(to bottom, #f3f3f3, #cccccc);
}

.reports_header__search_button{
	position: absolute;
	left: 508px;
	height: 16px;
	width: 16px;
	cursor: pointer;
	top: 24px;
	background-image: url('../../../images/indicators/search.png');
}

.reports_header__clear_search_button{
	position: absolute;
	left: 481px;
	height: 16px;
	width: 16px;
	cursor: pointer;
	top: 24px;
	background-image: url('../../../images/indicators/del_active.png');
}

.reports_header__buttons_box__button.img_into_button > div{
	position: relative;
	display: inline-block;
	left: -9px;
	top: -1px;
	height: 16px;
	width: 16px;
	cursor: pointer;
	vertical-align: top;
}
.reports_header__buttons_box__button.clear_button > div{
	background-image: url(../../../images/indicators/clear_active.png);
}
.reports_header__buttons_box__button.change_group_button > div{
	background-image: url(../../../images/indicators/change_group.png);
	height: 20px;
	width: 20px;
}
.reports_header__buttons_box__button.analysis_button > div{
	background-image: url(../../../images/indicators/analytics_active.png);
	height: 20px;
	width: 20px;
}

.reports_header__buttons_box__button.active{
	background: linear-gradient(to bottom, #f3f3f3, #cccccc);
}


.report_row.active {
	height: auto;
}
.report_row {
	height: 41px;
	/* border-bottom: 1px solid #e6e6e6; */
	cursor: pointer;
	overflow: hidden;
	margin-top: -1px;
	margin-bottom: 0px;
}
.report_row:not(.selected_row):not(.active):hover {
	background-color: rgba(242,248,252,0.7);
}
.report_row > div:first-child >input {

	position: relative;
	left: -20px;


}
.report_row > div:first-child {
	height: 41px;
	border-bottom: 1px solid gainsboro;
	padding: 8px 0 0 0;
	width: 100%;
	white-space: nowrap;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	position: relative;
}
.report_row.selected_row  {
	background-color: #F2F8FC;
}
.report_row .report_row__arrow.expanded{
	background: url(../../../images/redesign/listMenu3.png) no-repeat center;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 4px;
	left: 0px;
	cursor: pointer;
	transform:  rotate(-90deg);
}

.report_row .report_row__arrow{
	background-image: url(../../../images/indicators/arrow_right_small.png);
	display: inline-block;
	width: 6px;
	height: 9px;
	position: relative;
	left: -10px;
}
.report_row.active .report_row__arrow.expanded {
	background: url(../../../images/redesign/listMenu.png) no-repeat center;
	transform: rotate(90deg);
}



.report_row > div:first-child   > div {
	display: inline-block;
	vertical-align: top;
}

.report_row__arrow {
	position: absolute;
}



.report_row.indicator_check_box > div:first-child {
	padding-left: 100px;
}


.report_row_indicator > div {
	display: inline-block;
	vertical-align: middle;
}

.report_row_indicator {
	border-bottom: 1px solid gainsboro;
	height: 41px;
	padding: 6px 0 0 0;
	border: 1px solid #e6e6e6;
	border-top: none;
	background: #FBFCFC;
}
.report_row_indicator > div:nth-child(1) {
	width: calc((100% - 310px) / 3);
	padding-left: 32px;
}

.report_row_indicator > div:nth-child(2),
.report_row_indicator > div:nth-child(3) {
	width: 142px;
	/*text-align: right;*/
}
.report_row_indicator > div:nth-child(4) {
	width: calc((100% - 466px) / 3);
	color: #a8a8a8;
	/*text-align: right;*/
}
.report_row_indicator > div:nth-child(5) {
	width: 151px;
	/*text-align: right;*/
}
.report_row_indicator > div:nth-child(6) {
	width: 163px;
	/*text-align: right;*/
}

.hide_for_search{
	display: none;
}


.report_row.selected{
	/* background-color: rgba(203, 229, 255,0.3) !important; */
}


button#openReportButton {
	position: absolute;
	right: 22px;
	border-radius: 3px;
}


span#delete_report_name_span {
	top: 12px;
	left: 140px;
	position: initial;
	display: block;
	margin: 6px 0 0 13px;
	font-family: Segoe Regular;
	font-weight: 700;
}
span#delete_report_update_date_span {
	top: 84px;
	left: 140px;
	font-weight: 700;
	position: initial;
	display: block;
	margin: 6px 0 0 13px;
	font-family: Segoe Regular;
	font-weight: 700;
}
span#creator_report_name_span {
	top: 49px;
	left: 140px;
	font-weight: 700;
	position: initial;
	display: block;
	margin: 6px 0 0 13px;
	font-family: Segoe Regular;
	font-weight: 700;
}

.delete_report_modal_dialog > span:nth-child(1) {
	font-size: 18px;
	padding-left: 20px;
	position: absolute;
	top: 16px;
	font-weight: bold;
}
.delete_report_modal_dialog span.update_confirm_span {
	font-size: 12px;
	position: absolute;
	top: 181px;
	padding-left: 20px;
	font-weight: 700;
}

.save_report_modal.delete_report_modal_dialog {
	height: 269px;
}

div#vm_reports {
	position: relative;
	width: 100%;
	padding: 10px 20px 10px 20px;
}

.report_row.active > div:first-child {
	color: #1EB0D5;
	border-left: 3px solid #1EB0D5;
	border-bottom:  1px solid gainsboro;
}

.copyReportLink {
	display: none;
	background: url("../../../images/redesign/link.svg") 50% 50% no-repeat;
	background-size: 100% 100%;
	width: 17px;
	height: 12px;
	vertical-align: middle;
	position: absolute;
	right: 0;
	top: 4px;
}

.report_row > div {
	position:  relative;
}

.subReport{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.reportsHeader > div:nth-child(1) {
	width: calc((100% - 660px) / 2);
}
.reportsHeader > div:nth-child(2), .reports_table__header > div:nth-child(3) {
	width: 150px;
	text-align: right;
}
.reportsHeader > div:nth-child(4) {
	width: calc((100% - 660px) / 2);
	text-align: right;
}
.reportsHeader > div:nth-child(5) {
	width: 120px;
	text-align: right;
	margin-right: 20px;
}
.reportsHeader > div:nth-child(6) {
	width: 150px;
	text-align: left;
}
.singleReportRow > div:first-child   > div:nth-child(2){
	width: calc((100% - 660px) / 2);
	padding-left: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	padding-right: 15px;
}

.singleReportRow > div:first-child   > div:nth-child(2):hover > .copyReportLink{
	display: inline-block;
}

.singleReportRow > div:first-child   > div:nth-child(3),
.singleReportRow > div:first-child   > div:nth-child(4){
	width: 150px;
	text-align: right;
}
.singleReportRow > div:first-child > div:nth-child(5) {
	width: calc((100% - 660px) / 2);
	text-align: right;
}

.singleReportRow > div:first-child   > div:nth-child(6){
	width: 120px;
	text-align: right;
}

.singleReportRow > div:first-child   > div:nth-child(7) {
	width: 150px;
	text-align: right;
}

.subReportRow > div:nth-child(1) {
	width: calc((100% - 660px) / 2);
	padding-left: 32px;
}

.subReportRow > div:nth-child(2),
.subReportRow > div:nth-child(3) {
	width: 150px;
	text-align: right;
}
.subReportRow > div:nth-child(4) {
	width: calc((100% - 660px) / 2);
	color: #a8a8a8;
	text-align: right;
}
.subReportRow > div:nth-child(5) {
	width: 120px;
	text-align: right;
	margin-right: 20px;
}
.subReportRow > div:nth-child(6) {
	width: 150px;
	text-align: left;
}

/*
	Модальное окно "Поделиться отчетом"
*/
.share-report .ind_filter_header {
	top: 10px;
	left: 45px;
}

.share-report-access .list_item {
	border-bottom: none;
}

.share-report .ind_filter_content {
	height: 675px;
	width: 979px;
}

.share-report .ind_filter_content.opened {
	width: 1270px;
}

.share-report .right_list_block {
	height: calc(100% - 185px);
}

.share-report .ind_filter_apply_btn,
.share-report .ind_filter_cancel_btn {
	bottom: 20px;
}

.share-report .bottom_panel {
	margin: 10px 0;
}

.share-report__empty-data-text {
	display: none;
}

.share-report__empty-data {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	font-style: italic;
	font-weight: normal;
}

.share-report__empty-data .share-report__empty-data-text {
	display: block;
}

.share-report-access {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 285px;
	margin-top: 20px;
}

.share-report-access__item {
	display: inline-flex;
	border: none;
	padding: 0;
	height: unset;
}

.share-report-access__item--single {
	flex-basis: 100%;
}

/* Чекбоксы списка */
.share-report__checkbox-item {
	position: relative;
}

.share-report__current-data {
	background: #edf4fa;
}

.share-report__checkbox-item,
.share-report__checkbox-item *,
.share-report__checkbox-item *::after,
.share-report__checkbox-item *::before {
	box-sizing: border-box;
	user-select: none;
}
.share-report__checkbox-item .share-report__toggle {
	display: none;
}

.share-report__checkbox-item--parent .share-report__toggle {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 9px;
	left: 32px;
	transform: rotate(-90deg);
	background: url(../../../images/redesign/listMenu3.png) no-repeat center;
	cursor: pointer;
	z-index: 1;
}
.share-report__checkbox-item--parent input[type="checkbox"].report__toggle-checkbox {
	display: none;
}
.share-report__checkbox-item--parent input[type="checkbox"].report__toggle-checkbox ~ .share-report__checkbox-item {
	display: none;
}

.share-report__checkbox-item--parent input[type="checkbox"]:checked.report__toggle-checkbox ~ .share-report__checkbox-item {
	display: block;
}

.share-report__checkbox-item--parent input[type="checkbox"]:checked.report__toggle-checkbox + label.share-report__toggle {
	background-image: url(../../../images/redesign/listMenu.png);
	transform: rotate(90deg);
}

/* level 2 */
.share-report__checkbox-item--parent > .share-report__checkbox-item--parent > .share-report__toggle {
	left: 62px;
}

/* 1 level*/
.share-report__checkbox-item .text {
	padding-left: 17px;
}
.share-report__checkbox-item:last-child > .text {
	margin-bottom: 0;
	border-bottom: none;
}
/* 2 level */
.share-report__checkbox-item > .share-report__checkbox-item > .text {
	padding-left: 47px;
}
/* 3 level */
.share-report__checkbox-item > .share-report__checkbox-item > .share-report__checkbox-item > .text {
	padding-left: 77px;
}
.share-report__checkbox-item > .text {
	display: flex;
	width: 100%;
	height: 45px;
	align-items: center;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 0;
}
.share-report__checkbox-item > .text > span {
	position: relative;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 33px;
	color: #6d7c8c;
	font-weight: 100;
}
div:not(.org_filter_item).share-report__checkbox-item > .text > span::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 15px;
	height: 15px;
	transition: .2s;
	background: url(../../../images/redesign/check.png) #fff no-repeat;
}
.share-report__checkbox-item > .text > input[type="checkbox"]:checked ~ span::before {
	background-image: url(../../../images/redesign/check2.png);
}

.share-report__checkbox-item > .text > input[type="checkbox"] {
	display: none;
}

.share-report__button {
	width: 14px;
	height: 16px;
	cursor: pointer;
	background: url('../../../images/redesign/share.png') no-repeat center center;
}

.share-report__button:hover {
	background-image: url('../../../images/redesign/share_hover.png');
}

.share-report__button:active {
	background-image: url('../../../images/redesign/share_active.png');
}

.styled_radio:disabled + label::after {
	background: #f0f0f0;
}

.share-report-access .styled_radio {
	display: inline-block;
	cursor: pointer;
	user-select: none;
	margin: 0;
}

.share-report-access .styled_radio + label {
	position: relative;
	padding: 0 0 0 35px;
	cursor: pointer;
	color: #6d7c8c;
	font-weight: 100;
}

.styled_radio + input[type="radio"]:checked ~ label::after {
	background-image: url('../../../images/redesign/radiobtn_active.png');
}

.styled_radio + label::after {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	display: block;
	transition-duration: 0.2s;
	background: url('../../../images/redesign/radiobtn.png') no-repeat;
}

/*.styled_radio > input[type="radio"] {*/
/*	display: none;*/
/*}*/

@media screen and (max-height: 630px) and (min-height: 450px) {
	.ind_filter_content.report_modal {
		top: 20px;
		left: 20px;
		height: 440px;
	}
}

@media screen and (max-height: 760px) and (min-height: 660px) {
	.ind_filter_content.report_modal {
		top: 20px;
		left: 22px;
		height: 630px;
	}
}

@media screen and (max-height: 899px) and (min-height: 765px) {
	.ind_filter_content.report_modal {
		top: 85px;
		left: 200px;
		height: 630px;
	}
}

@media screen and (max-height: 1025px) and (min-height: 800px) {
	.ind_filter_content.report_modal {
		top: 95px;
		left: 20px;
	}
}

@media screen and (max-width: 1025px) and (min-width: 1000px) {
	.ind_filter_content.report_modal {
		top: 45px;
		left: 17px;
		height: 572px;
		width: 990px;
	}

	.report_modal .left_list_block,
	.report_modal .right_list_block {
		width: 300px;
	}
}

@media (max-height: 768px) and (min-width: 1360px) and (max-width: 1366px) {
	.ind_filter_content.report_modal {
		top: 45px;
		left: 60px;
		height: 560px;
	}

}

#shareReportModal .ind_filter_by_org.open_filter_panel {
	position: absolute;
	left: 20px;
	top: 20px;
}

#shareReportModal .ind_filter_by_org.open_filter_panel.opened {
	left: 290px;
}
