@font-face {
	font-family: Roboto;
	src: url('/s/css/fonts/roboto/Roboto-Regular.ttf');
}

@font-face {
	font-family: Roboto-bold;
	src: url('/s/css/fonts/roboto/Roboto-Bold.ttf');
}

@font-face {
	font-family: Roboto-medium;
	src: url('/s/css/fonts/roboto/Roboto-Medium.ttf');
}

:root {
	--header-h: 66px;
	--color-gray-02: #DEDEDE;
	--color-purpu-01: #CBC3E3;
}

* {
	-webkit-tap-highlight-color: transparent;
}

body {
	margin: 0px;
	background-color: #fff;
	font-family: 'Roboto';
}

.content {
	font-size: 0px;
	position: relative;
	background-color: #fff;
}

.nested {
	padding: 5px 5px 5px 5px;
}

.back {
	height: 50px;
	padding-left: 10px;
	align-items: center;
	display: flex;
}

.stop-scrolling {
	overflow: hidden;
}

/* ---------------------------- auntification --------------------------- */
.auth-container {
	width: 100%;
}

.auth-container-block-00 {
	width: 100%;
	margin: auto;
	background: #ffffff;
}

.auth-container-block-00-inner {
	padding: 30px 15px 30px 15px;
}

.auth-container-block-00-inner-form {
	border-bottom: 0.5px solid #f5f5f5;
	padding-bottom: 30px;
	padding-top: 15px;
}

.layout {
	display: flex;
	flex-direction: column;
}

.block-menu {
	background: #fff;
}

.block-cont {
	flex: 1;
}

.block-cont-00 {
	display: inline-block;
	width: 100%;
}

.block-cont-00-line {
	padding-bottom: 0px;
}

.block-cont-01 {
	display: inline-block;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
}

.block-cont-01-001 {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 30px;
}

.block-cont-02 {
	display: inline-block;
	width: 100%;
}

.block-menu-fop {
	color: #000000;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #F5F5F5;
}

.block-cont-payments {
	width: 100%;
}

.block-cont-report {
	width: 100%;
}

.block-cont-key-and-index {
	width: 100%;
}

.block-export-columns {
	width: 100%;
}

.scroll-h {
	overflow-y: hidden;
	overflow-x: overlay;
}

.scroll-v {
	overflow-y: overlay;
	overflow-x: hidden;
}

.shadow {
	box-shadow: 0 2px 5px 0 rgb(0 0 0/ 16%), 0 2px 10px 0 rgb(0 0 0/ 12%)
}

.visible {
	display: block !important;
}

.visible-flex {
	display: flex !important;
}

.visible-inline {
	display: inline-block !important;
}

.invisible {
	display: none !important;
}

.link-00 {
	color: #1f2937;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
	transition: color .2s ease;
}

.link-00:hover {
	color: #0066ff;
}

.link-00:visited {
	color: #1f2937;
}

.link-01:hover {
	color: #0066ff;
}

.link-02 {
	color: #1f2937;
	font-family: Roboto;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: .2px;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	transition: color .2s ease;
}

.link-02:hover {
	color: #0066ff;
}

.scroll {
	scrollbar-width: thin;
	scrollbar-color: #b8c2cf transparent;
}

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

.scroll::-webkit-scrollbar-track {
	background: transparent;
}

.scroll::-webkit-scrollbar-thumb {
	background: #c5ced8;
	border-radius: 999px;
	border: 2px solid transparent;
	background-clip: content-box;
	transition: background .2s ease;
}

.scroll::-webkit-scrollbar-thumb:hover {
	background: #9da9b8;
	background-clip: content-box;
}

.scroll::-webkit-scrollbar-corner {
	background: transparent;
}

.text-03-D {
	color: #000000;
	font-size: 14px;
	letter-spacing: 0.5px;
}

/*
	Apartament
*/
.apartament-container-part-1 {
	display: inline-block;
	width: 100%;
}

.apartament-container-part-2 {
	display: inline-block;
	width: 100%;
}

.apartament-container-part-line {
	margin-top: 15px;
}

/* 
	account 
*/
.account-panel {
	margin-bottom: 50px;
	background-color: #fff;
}

.account-panel-state-2 {
	background-color: #cbcbcb;
}

.account-panel-state-0 {
	background-color: #cbcbcb;
}

.account-panel-state-1 {
	background-color: #f5f5f5;
}

.account-panel-head {
	padding: 10px 15px;
	border-bottom: 1px solid #ddd;
}

.account-panel-body {
	padding: 15px;
	background-color: #ffffff;
}

.account-panel-body-tr {
	width: 100%;
	margin-top: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px #f5f5f5;
}

.account-panel-body-td-l {
	display: inline-block;
	width: 40%;
}

.account-panel-body-td-r {
	display: inline-block;
	width: 60%;
}

.account-panel-footer-1 {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
}

.account-panel-footer-2 {
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
}

.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.visible-only-screen-p {
	display: block;
}

.visible-only-screen-768-1200 {
	display: none;
}

.visible-only-screen-768-1200-inline {
	display: none;
}

.disabled {
	pointer-events: none;
	opacity: 0.5;
	cursor: default;
}

@media only screen and (min-width: 768px) {
	.layout {
		flex-direction: row;
		align-items: flex-start;
	}
	.block-menu {
		flex: 0 0 30%;
		overflow: visible;
		transition: flex-basis 0s ease;
		margin-right: 5px;
		height: max-content;
		position: sticky;
		top: calc(var(--header-h)+ 5px);
	}
	.block-cont {
		flex: 1;
		min-width: 0;
	}
	.layout.collapsed .block-menu {
		flex-basis: 0;
		margin-right: 0px;
		overflow: hidden;
	}
	.auth-container-block-00 {
		width: 400px;
		border-radius: 5px;
	}
	.invisible-phone-t-c {
		display: table-cell !important;
	}
	.block-cont-payments {
		width: 30%;
	}
	.block-cont-report {
		width: 30%;
	}
	.block-cont-key-and-index {
		width: 30%;
	}
	.block-export-columns {
		width: 50%;
	}
	.text-03-D {
		font-size: 16px;
	}

	/* ---------------------------- apartaments --------------------------- */
	.apartament-container-part-1 {
		width: 45%;
	}
	.apartament-container-part-2 {
		width: 45%;
		margin-left: 20px;
	}

	/* ------------------------------- account --------------------------- */
	.account-panel {
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}
	.account-panel-head {
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}
	.account-panel-body {
		
	}
	.global-error {
		text-align: left;
		font-size: 16px;
	}
	.visible-only-screen-p {
		display: none;
	}
	.visible-only-screen-768-1200 {
		display: block;
	}
	.visible-only-screen-768-1200-inline {
		display: inline-block;
	}
}

@media only screen and (min-width: 1200px) {
	.block-menu {
		flex: 0 0 25%;
	}

	/* ---------------------------- auntification --------------------------- */
	.auth-container-block-00 {
		width: 400px;
	}
	.visible-only-screen-p {
		display: none;
	}
	.visible-only-screen-768-1200 {
		display: block;
	}
	.visible-only-screen-768-1200-inline {
		display: inline-block;
	}
}