@charset "utf-8";

html, body {
	background:#2C2C2C;
	/* display: inline-block; */
	font-family: actor, sans-serif;
	background: #000;
	background: #343434;
}

.deactivated, .deactivated * {
	overflow:hidden;
}
.deactivated {
	opacity: 0.4;
}
body.deactivated, 
#outer_layer.deactivated, 
#interactive.deactivated {
	filter: blur(2px);
}

.deactivated a, 
.deactivated input, 
.deactivated textarea, 
.deactivated select {
	display:none;
}

.default span, 
.default pre, 
.default input, 
.default textarea, 
.default select, 
.default option, 
.default a, 
.graphs_sections li, 
.graphs_sections .inputs {
	/* font-family: actor, sans-serif; */
	color: #aaa;
	text-align: left;
	font-size: 14px;
	line-height: 24px;
	font-weight:400;
	min-height: 22px;
}
.default input, 
.default textarea, 
.default select {
	color: #fff;
	text-align: center;
	background: transparent;
	border: none;
	padding: 0 4px;
}
.default select option {
	background:#2C2C2C;
}
.default select {
	cursor: default;
}
.default .buttons {
	color: #aaa;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	font-weight:400;
	min-height: 26px;
	/* border: 1px solid; */
	/* cursor: pointer; */
	cursor:  pointer;
}
.default .buttons a {
	cursor: pointer;
}
.default .buttons * {
	color: inherit;
	text-align: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight:inherit;
	padding: 0 4px;
	height: 100%;
	min-height: 100%;
	max-height: 100%;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	/* cursor: inherit; */
	overflow: hidden;
	text-overflow: ellipsis;
}
.default .deactivated .buttons, 
.default .buttons.deactivated {
    cursor: default;
}
.default .radiobuttons *, 
.default .checkboxes * {
	padding: 0;
}
.default .buttons img {
	padding: 1px;
}
.default .inputs {
	cursor: text;
	border: 1px solid;
	padding: 0 4px;
	text-align: left;
	width: 200px;
}
.default .apply {
	border: 1px solid;
	min-width: 80px;
	border-radius: 10px;
}

.default h1 {
	display: block;
	font-family: actor, sans-serif;
	color: #fff;
	font-size: 28px;
	line-height: 40px;
	font-weight:400;
	height: 60px;
	width: 100%;
	padding: 10px 10px;
	/* margin: 10px 0 20px 0; */
	cursor: default;
	text-align: center;
	white-space: nowrap;
}
.default h2, 
.default h3, 
.default h4 {
    display:block;
    font-family: actor, sans-serif;
    font-size: 22px;
    line-height: 24px;
    font-weight:400;
    height: 26px;
    cursor: default;
    color: #ff861f;
}
.default h3 {
    font-size: 14px;
    /* margin-left: 20px; */
    /* border-bottom: 1px solid; */
}
.default h4 {
	color: #08f;
}
.default .orange {
	color: #ffa500;
	border-color: #ffa500;
}
.default .red {
	color: #ff2222;
	border-color: #ff2222;
}


.buttons:hover, .buttons:focus {
	/* color:#fff; */
	outline: 1px solid #fff;
}
.buttons input:focus {
	color:#fff;
}

.default .icons {
	width: 26px;
	height: 26px;
	padding: 2px;
	min-height: 20px;
}

.default ops-item {
	/* margin-left: 20px; */
	margin-left: 1px;
	margin-right: 19px;
	min-height: 1px;
}
.default ops-item:first-child {
	/*margin-left: 1px;*/
}
.default ops-item span {
	width: 100%;
}
.default ops-icon {
	width: 26px;
	height: 26px;
	padding: 1px;
	line-height: 24px;
	font-size: 20px;
	color: #aaa;
	cursor: default;
	text-align: center;
}

.info_boxes, 
.users_sections .items {
	/* margin-top: 20px; */
	padding-top: 30px;
	padding-bottom: 30px;
	width:100%;
	border-top: 1px solid #ccc;
}
.users_sections .buttons.delete span {
	font-size: 1.5rem;
}

.info_boxes[name='recurring'] li div.names span, 
.info_boxes[name='occasional'] li div.names span {
	width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: default;
}
.info_boxes .m1, 
.menus .m1 {
	display: none;
	color: #ff861f;
}
.info_boxes .m3, 
.menus .m3 {
	display: none;
	color: #00ff00;
}
.info_boxes .pre_m, 
.menus .pre_m {
	display: none;
	color: #63a263;
}
.info_boxes .post_m, 
.menus .post_m {
	display: none;
	color: #6885b1;
}
[data-r='1'] .m1, 
[data-r='3'] .m3, 
[data-pre='1'] .pre_m, 
[data-pre='0'] .post_m, 
[data-step='0'] .pre_m, 
[data-step='1'] .post_m {
	display: inline-block;
    text-align: left;
    font-size: 22px;
    line-height: 27px;
    min-height: 22px;
    margin-right: 5px;
    cursor: default;
}

.info_boxes .comments {
	width:100%;
	margin-top: 30px;
	color:#0ff;
}
.info_boxes .comments.errors, 
.inputs.errors {
	color: #ff0;
}
.info_boxes ol {
	margin: 20px 0;
}
.info_boxes ol, 
.menus ol {
	width:100%;
	max-height: 40vh;
	border: 1px solid #ccc;
	padding: 10px;
	padding-top: 0;
	box-shadow: inset 2px 3px 8px #000;
	border-color: #222;
	border-bottom-color: #555;
	border-right-color: #555;
	background: #222;
	min-height: 30px;
}
.info_boxes li, 
.menus li {
    width: 100%;
    margin-top: 10px;
}
.info_boxes li:hover {
    background:#333;
}
.info_boxes li[data-temp="1"] {
	animation: pulsing 1s linear infinite alternate;
}

.buttons.apply {
	/* width: 80px; */
	/* text-align: center; */
	/* border: 1px solid; */
	/* margin-left: 20px; */
	/* display: none; */
}

.radiobuttons, 
.checkboxes {
	/* width: 26px; */
	aspect-ratio: 1;
	/* line-height: 18px; */
	/* min-height: 20px; */
	border: 1px solid #ccc;
	/* text-align: center; */
	/* margin-right: 10px; */
}

.radiobuttons {
	border-radius: 50%;
}
.radiobuttons::after {
	content:"";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #ccc;
	border-radius: 50%;
	transform: scale(0.6);
	/*top: 7px;
	left: 7px;
	background: #ccc;
	width: 10px;
	height: 10px;
	border-radius: 6px;*/
}
.radiobuttons.off::after {
    background: transparent;
}

[name='privileges'] .usr_name {
	text-transform: lowercase;
}


/*
  -----------------------
*/

#index_title {
	font-family: 'Quicksand', sans-serif;
	font-size: 2.5rem;
	line-height: 3rem;
	height: initial;
	letter-spacing: 0;
	padding: 0;
	margin-bottom: 1.5rem;
	font-weight: bold;
	color: #2c2c2c;
	text-shadow: 1px 1px 0px rgb(100 100 100 / 30%), -1px -1px 0px rgb(10 10 10 / 70%);
	transition-delay: 500ms;
}
.deactivated #index_title {
	text-shadow: none;
	color: #343434;
}
#login_box {
	width: 280px;
	display: block;
	padding: 50px 80px;
	box-sizing: content-box;
	margin: 10% auto 10% auto;
	border-radius: 8%;
	float: none;
	overflow: hidden;
	box-shadow: -1px -1px 0px rgb(100 100 100 / 30%), 1px 1px 0px rgb(10 10 10 / 70%);
	background: #373737;
	transition-delay: 500ms;
}
.deactivated #login_box {
	box-shadow: none;
	background: #343434;
}
#login_box .inner {
    padding:10px 10px;
    width:100%;
    transition-delay: 1000ms;
}
.deactivated #login_box .inner {
	opacity: 0;
}
#login_box .buttons {
    padding:0 10px;
    width: 100%;
    margin:5px 0;
}
#login_box .buttons:nth-child(3) {
	width: 70px;
	float: right;
	padding: 0;
	text-align: right;
	margin-top: 20px;
}
#login_box .inputs {
	background: #2c2c2c;
	border: none;
	box-shadow: 1px 1px 0px rgb(100 100 100 / 30%), -1px -1px 0px rgb(10 10 10 / 70%);
}
#login_box .buttons>span {
	text-align: center;
}


/*
  -----------------------
*/


#header {
	display: inline-grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	/* padding-right: 10%; */
	/* min-width: 1120px; */
	/* margin-top: -1px; */
	background: rgba(66,66,66,0.8);
	box-shadow: 0px 8px 10px #111;
	padding: 1px 0;
	backdrop-filter: blur(2px);
}
body.deactivated #header {
	/* top: -50px; */
	transform: translateY(-100%);
	opacity: 0;
}
#header .buttons {
	/* width: 7.142%; */
	/* width: 6.666%; */
	width: 100%;
	text-align:center;
	border: 1px solid #555;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	height: 24px;
}
@media screen and (min-width: 14cm){
	#header .buttons:not(.wide) {
		display: none;
	}
}
#header .buttons>span {
	font-size: 25px;
	letter-spacing: 0;
}
#header .buttons.selected {
	border: 1px solid #333;
    border-right-color: #555;
    border-bottom-color: #555;
    color: #ff0;
}
#header.default .buttons.logout:last-child {
    /* position: absolute; */
    /* border-right:none; */
    /* border-left: 1px solid #ccc; */
    /* left: auto; */
    /* right: 0; */
    /* top: 1px; */
    /* margin-right: 0; */
    /* width: 20%; */
}
#header .buttons.logout {
	/* width: 14.28%; */
	/* float: right; */
	color: #ff8735;
}
#header .buttons:hover {
	/* background:#ccc; */
	/* color:#000; */
	/* font-weight:bold; */
	z-index: 15;
}

#interactive {
	max-width: 100%;
	overflow: hidden;
	width: 1100px;
	display: block;
	margin: 30px auto;
	min-height: 100px;
	float: none;
}

.to_delete {
	opacity:0.2;
}
.to_delete input, 
.to_delete textarea {
	display:none;
}

.details ops-icon {
	color: #333;
}
.details.edited_mr [name='edited_mr'], 
.details.proportional_mr [name='proportional_mr'] {
	color: #ff861f;
}


/*
  -----------------------
*/


.lists {
    width:100%;
    padding: 0 0 10px 0;
    border:1px solid #ccc;
    min-height: 48px;
    max-height: 30%;
    box-shadow: inset 2px 3px 8px #000;
    border-color: #222;
    border-bottom-color: #555;
    border-right-color: #555;
    background: #222;
}
.lists li.buttons {
    width: 144px;
    margin-top: 10px;
    margin-left: 10px;
    text-align:center;
    border:1px solid;
    border-radius:5px;
    height: 50px;
    /* overflow: hidden; */
    background: rgba(44,44,44,1);
    border: 1px solid #555;
    border-bottom-color: #333;
    border-right-color: #333;
    box-shadow: 2px 4px 2px #111;
}

.blocks {
	width:100%;
	margin-top:20px;
}
.creations {
	margin: 20px 0;
	width: 100%;
}
.creations .inputs {
    /* width:200px; */
    /* margin-left: 20px; */
    /* padding: 0 4px; */
}

.details{
	width:100%;
}
#interactive.hiding .details {
	opacity: 0;
	overflow: hidden;
	height: 100px;
}
.details.hiding {
	/*opacity: 0;
	overflow: hidden;
	height: 300px; */
}
.users_sections .details.hiding, 
.clusters_sections .details.hiding, 
.cluster_report_sections .details.hiding, 
.aips_sections .details.hiding, 
.aip_report_sections .details.hiding, 
.company_balance_sections .details.hiding {
	opacity: 0;
	overflow: hidden;
	height: 300px;
}
.details.hiding a {
    display:none;
}
.detail_titles{
	width: 100%;
}
.info_boxes.items li span:nth-child(1) {
    width: 500px;
}
.info_boxes.items li div:nth-child(2) {
    /* width: 110px; */
    /* margin-left: 10px; */
    /* text-align:right; */
}
#companies_box .items li div:nth-child(2), 
#aips_box .items li div:nth-child(2) {
    display: none;
}

.items ol span:nth-child(3) {
	margin-left: 10px;
	width: 140px;
}
.info_boxes .buttons.errors {
	color:#ff0;
}

li div:nth-child(1) {
    width: 170px;
}
/*.info_boxes.expenses li[data-r='1'] span:nth-child(1)::after {
    content: "MENSILE";
    position: absolute;
    top: 23px;
    left: 0;
    color: #ffffae;
}
.info_boxes.expenses li[data-r='3'] span:nth-child(1)::after{
    content: "TRIMESTRALE";
    position: absolute;
    top: 100%;
    left: 0;
    color: #dadaff;
}*/
.info_boxes.expenses li div:nth-child(2){
    width: 320px;
    margin-left: 10px;
    height: 53px;
}
.info_boxes.expenses li div:nth-child(3) {
    width: 110px;
    margin-left: 10px;
    text-align:right;
}
.info_boxes.expenses li div:nth-child(3)::after {
	content:"\20AC";
	position:absolute;
	right: -13px;
}
.info_boxes.expenses li div:nth-child(4) {
    width: 140px;
    margin-left: 50px;
}
.info_boxes.expenses li div:nth-child(5) {
    width: 140px;
    margin-left: 10px;
}
.info_boxes.expenses[name='occasional'] li div:nth-child(5) {
	display: none;
}
.info_boxes.expenses li div:last-child {
    margin-left: 30px;	
}


.menus {
	opacity: 1;
	top: 10vh;
	left: 50%;
	z-index:15;
	position: fixed;
	width: 820px;
	margin-left: -410px;
	padding: 20px 10px;
	background: rgba(66,66,66,0.8);
	border: 1px solid #555;
	box-shadow: 1px 6px 10px #000;
	border-radius: 10px;
}
.menus.hiding {
    opacity: 0;
    top: -2vh;
    z-index:5;
}
.menus h2{
	width: 100%;
	margin-bottom: 30px;
}
.menus .close {
    position: absolute;
    top: 10px;
    left: auto;
    right: 10px;
    font-size: 26px;
    color: #f00;
}
.menus .icons {
    position: absolute;
    top: 20px;
    left: auto;
    right: 10px;
}
.menus [name='filter'] {
    margin-bottom: 20px;
    width: 380px;
}
.menus ol {
    padding-right: 0;
    overflow: auto;
    padding-left: 0;
    box-shadow: inset 2px 3px 8px #000;
    border-color: #333;
    border-bottom-color: #555;
    border-right-color: #555;
    background: #222;
}
.menus li {
    width: 186px;
    height: 50px;
    margin-left: 10px;
    padding: 0 2px;
    text-align:center;
    border-radius:5px;
    background: rgba(44,44,44,1);
    border: 1px solid #555;
    border-bottom-color: #333;
    border-right-color: #333;
    box-shadow: 2px 4px 2px #111;
}
.menus li:nth-child(4n) {
}
/*
#menu_2 li span::after{
	position: absolute;
	left: 0;
	top: 22px;
}
#menu_2 li[data-r='1'] span::after{
	content: "MENSILE";
	color: #ffffae;
}
#menu_2 li[data-r='3'] span::after{
	content: "TRIMESTRALE";
	color: #dadaff;
}
*/
#menu_2 li div span {
	/* height: 22px; */
	padding-right: 30px;
	min-height: 22px;
	/* white-space: nowrap; */
	overflow: hidden;
	/* text-overflow: ellipsis; */
	line-height: 20px;
}
#menu_2 li div p {
	position: absolute;
	top: auto;
	bottom: 0px;
	left: auto;
	right: 0;
	height: 26px;
	min-height: 26px;
	width: 26px;
	min-width: 24px;
	font-size: 22px;
	margin: 0;
}
#menu_2 li div .m1, 
#menu_2 li div .m3 {
	top: 0;
	/* bottom: 3px; */
}

/*
  -----------------------
*/

.default .lists li.selected {
    color: #ff0;
    font-weight:bold;
    /* border-color:#000; */
    box-shadow: none;
    border-color: #333;
    top: 1px;
    left: 2px;
}
.cluster_report_sections .details {
	margin-top:30px;
}
.totals {
	margin-top:10px;
}
.totals ol, .totals ul, .totals li {
	width:100%;
}
.totals .main {
	margin-top:10px;
	background: #333;
}
.totals .main span {
    font-weight:bold;
    color:#0ff;
}
.totals .clusters span {
	color:#777;
}
.totals ul li {
	padding-left: 20px;
}
.totals ul li:nth-child(2n){
	background: rgba(20,20,20,0.1);
}
.totals li span{
	width: 90px;
}
.totals li span:nth-child(1){
	width:450px;
}
.totals ul li span:nth-child(1){
	width:430px;
}
.totals li span:nth-child(2){
	text-align:right;
}
.totals span:nth-child(2)::after{
	content: "\20AC";
	position: absolute;
	left: auto;
	right: -15px;
}
.cluster_report_sections .comparisons ol span:nth-child(n)::after {
    content: "\20AC";
    position: absolute;
	left: auto;
	right: -15px;
}
.cluster_report_sections .comparisons ol span:nth-child(1)::after {
    content: none;
}

.comparisons{
	margin-top:40px;
}
.headers{
	background: #333;
}
.headers span{
	color: #fff;
	line-height: 30px;
}
.headers, .comparisons ol, .comparisons li {
	width: 100%;
}
.comparisons li:nth-child(2n){
	background: rgba(0,0,0,0.1);
}
.headers span:nth-child(1), 
.comparisons span:nth-child(1) {
    width: 390px;
    text-align: left;
}
.headers span, .comparisons span {
	width: 150px;
	text-align: right;
}
ol span:nth-child(1)::after {
	content: none;
}/*
ol span:nth-child(3),
ol span:nth-child(4) {
	color:#777;
}*/
ol span:nth-child(6) {
	font-weight: bold;
}

.default .edited * {
	color: #0ff;
}


/*
  -----------------------
*/


.managing .investing, 
.investing .managing {
	display: none;
}
.managements :nth-child(1) span {
	min-width: 60px;
}
.managements [name='company-name'] {
	width: 408px;
	border: 1px solid;
	padding: 0 5px;
	line-height: 24px;
}
.managing .save_companies {
	margin-left: 70px;
	margin-top: 30px;
}/*
[name='management'].errors span:nth-child(3), 
[name='managed'].errors span:nth-child(3) {
	border-color: #ff0;
}*/
.managements.errors [name='company-name'] {
	border-color: #ff0;
}
.aip_types {
	width: 100%;
	margin-bottom: 15px;
}
.aip_types .buttons {
	border: 1px solid;
	text-align:center;
	width: 26px;
	margin-left: 0;
	cursor: pointer;
	line-height: 14px;
}
.aip_types .buttons span {
    color: transparent;
}
.aip_types span:nth-child(2) {
	margin-left: 20px;
    opacity: 0.4;
}
.aip_types.selected .buttons span {
    color: inherit;
}
.aip_types.selected span:nth-child(2) {
    opacity:1;
}


/*
  -----------------------
*/


.aip_report_sections [name='creation_date'] {
	line-height: 26px;
}

.aip_report_sections .comments {
	width: 100%;
}
.aip_report_sections .comments[name='manager'] {
	margin-top: 20px;
}
.aip_report_sections .details {
	margin-top:30px;
}
.totals.apartments ul li {
	background:transparent;
}
.totals.apartments ul li.main {
	background: #2f2f2f;
}
.totals ul ul li span:nth-child(1) {
    width: 410px;
}
.apartments, .aips, [name='income_total'] {
	margin-top:20px;
	border-top:1px solid #ccc;
}
.apartments .main span {
	color: #63a263;
}
.aips .main span {
	color: #6885b1;
}
.aips, [name='income_total']{
	width: 100%;
	padding-top:10px;
	break-after: page;
}
[name='income_total'] span {
	color: #d4b150;
	font-weight:bold;
}
[name='income_total'] span:nth-child(1) {
	width: 450px;
}
[name='income_total'] span:nth-child(2) {
	width: 90px;
	text-align: right;
}
[name='income_total'] span:nth-child(2)::after, 
.comparisons ol span:nth-child(3)::after{
	content: "\20AC";
	position: absolute;
	right: -15px;
}
.comparisons ol span:nth-child(2)::after {
    content: "%";
    position: absolute;
    right: -15px;
}
#menu_2 pre{
	width: 100%;
	min-height: 200px;
	max-height: 70vh;
	overflow: auto;
}


/*
  -----------------------
*/

.expenses_sections li {
	width: 330px;
	margin-left: 40px;
	margin-top: 10px;
}
.expenses_sections li:hover {
	background: transparent;
}
.expenses_sections li:nth-child(1), 
.expenses_sections li:nth-child(2), 
.expenses_sections li:nth-child(3) {
	/* margin-top:0; */
}
.expenses_sections li:nth-child(3n+1) {
	margin-left: 0;
}
.expenses_sections li .inputs {
	width: 295px;
}
.expenses_sections ol li div.buttons.icons {
    width: 26px;
    padding: 0;
    margin-left: 8px;
    /* border-radius: 8px; */
    overflow: hidden;
}
.expenses_sections ol li .icons p {
	font-size: 24px;
	line-height: 24px;
	min-height: 24px;
	cursor: default;
	text-align: center;
}
.expenses_sections li.not_visible {
	opacity:0.2;
}
.expenses_sections .details:nth-child(4) {
	margin-bottom: 50px;
}
.not_visible .visible, .visible .not_visible {
	display: none;
}

.expenses_sections .post_management {
    color: #6885b1;
}
.expenses_sections p.pre_management, 
.expenses_sections .pre_management .post_management {
	display: none;
}
.expenses_sections  .pre_management .pre_management {
    display: inline-block;
    color: #63a263;
}
.expenses_sections #aips_box li :nth-child(2) a {
	display: none;
}
.expenses_sections li div:nth-child(1) {
	width: 262px;
}


/*
  -----------------------
*/



.users_sections .lists{
	overflow-y: auto;
}
.users_sections .items ol {
	width: 100%;
	padding-right: 40%;
	margin: 20px 0 20px 0;
}
.users_sections .items li {
	width: 100%;
	padding-right: 20px;
	margin-bottom: 10px;
}
.users_sections .items li.half {
	width: 33%;
}
.users_sections .items li .labels {
	text-align: right;
	padding-right: 20px;
	width: 19.5%;
}
.users_sections .items li.half .labels {
	width: 63%;
}
.users_sections h3 {
	border: none;
	text-align: left;
	margin: 10px 0;
}
.users_sections .items li .inputs {
	width: 70%;
}
.items .checkboxes {
}
.items .checkboxes.off {
    color: transparent;
}


/*
  -----------------------
*/


.profile_sections h2 {
	width: 100%;
}
.profile_sections .creations {
	margin-bottom: 10px;
}
.profile_sections .notes {
	width: 100%;
	color: #ff05;
	font-size: 13px;
	line-height: 16px;
	min-height:16px;
}


/*
  -----------------------
*/


.company_balance_sections .lists li.buttons {
    min-height: 50px;
}
.company_balance_sections .creations {
	margin-bottom: 20px;
}
/*.company_balance_sections .totals {
	width: 100%;
}
.company_balance_sections .totals.aips ul li.main {
    background: #2f2f2f;
}
.company_balance_sections .totals.aips ul li:nth-child(2n+1) {
    background: transparent;
}*/

.company_balance_sections .print_titles {
	width: 100%;
	display: none;
}
.apartment_blocks .checkboxes {

}
.radiobuttons.off, 
.checkboxes.off {
    color: transparent;
}
.apartment_blocks {
    width: 100%;
	margin-top: 30px;
	padding: 10px 0 0 0;
}
.apartment_blocks ol, 
.apartment_blocks li {
	width: 100%;
}
.apartment_blocks li {
	padding: 0 10px;
}
.apartment_blocks .figures {
	margin-top: 5px;
}
.apartment_blocks .totals {
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
}
.apartment_blocks .figures:hover, 
.apartment_blocks .totals:hover {
	background: #555;
}
.apartment_blocks li :nth-child(1) {
	width: 16%;
	text-align: left;
}
.apartment_blocks li span {
	width: 7%;
	text-align: right;
	font-weight: normal;
}
.apartment_blocks li :nth-child(n+2) {
	color: #fff;
}
.apartment_blocks .hdrs span {
	color: #066;
	cursor: default;
}
.apartment_blocks .figures :nth-child(n+2)::after, 
.apartment_blocks .totals :nth-child(n+2)::after {
	content: " \20AC";
	cursor: text;
	position: relative;
	right: 0;
}
.apartment_blocks .totals span {
	font-weight: bold;
}



/*
  -----------------------
*/

.vertical_margins {
	height:10px;
	width: 100%;
}
.graphs_sections .inputs {
	width: 200px;
	margin-left: 20px;
	cursor: default;
}
.graphs_sections .details {
	border-top: 1px solid #ccc;
}
.graphs_sections .graph_containers {
	width: 900px;
}
.graph_containers .canvas_containers {
	border: 1px solid #777;
	height: 252px;
	margin-left: 34px;
	margin-right: 34px;
}
.graph_containers .graphs {
	position: absolute;
}
.hiding .graph_containers .graphs {
	height: 50px;
	width: 830px;
	margin-top: 200px;
}
.graph_containers canvas {
	height: 250px;
	width: 830px;
	margin-top: 0;
}
.graph_containers ol {
	border: none;
	margin: 0;
	margin-top: 4px;
	padding: 0;
}
.graph_containers li {
	margin: 0;
	width: 75px;
	text-align: center;
	cursor: default;
}
.graph_containers li:hover {
	background: transparent;
}
.graphs_sections .graph_info {
	width: 200px;
	min-height: 10px;
	margin: 0;
}
.graphs_sections .graph_info li {
	width: 100%;
	height: 22px;
	margin-bottom: 8px;
}
.graphs_sections .graph_info li div {
	height: 100%;
	width: 10px;
	/* background: #fff; */
	margin-right: 8px;
}
.graph_containers .auxiliary_numbers {
	width: 100%;
}
.graphs_sections .auxiliary_numbers li {
	font-size: 12px;
	white-space: nowrap;
	top: -7px;
}
.graphs_sections .auxiliary_numbers li:nth-child(2n) {
	top: 7px;
}
.graphs_sections [graph-id='0'] li, 
.graphs_sections [graph-id='10'] li, 
.graphs_sections [graph-id='20'] li, 
.graphs_sections [graph-id='30'] li, 
.graphs_sections [graph-id='40'] li {
	/* color: #fff; */
}
.graphs_sections .graph_info li:nth-child(2) div {
	/* background: #00ff00; */
}
.graphs_sections [graph-id='1'] li, 
.graphs_sections [graph-id='11'] li, 
.graphs_sections [graph-id='21'] li, 
.graphs_sections [graph-id='41'] li {
	/* color: #00ff00; */
}
.graphs_sections .graph_info li:nth-child(3) div {
	/* background: #ff5757; */
}
.graphs_sections .graph_info li:nth-child(4) div {
	background: #aa6fff;
}
.graphs_sections [graph-id='2'] li, 
.graphs_sections [graph-id='12'] li, 
.graphs_sections [graph-id='22'] li {
	/* color: #ff5757; */
}
.graphs_sections [graph-id='3'] li {
	color: #aa6fff;
}

#selected_apartment, #selected_cluster {
	padding-left: 5px;
	border: 1px solid;
	width: 290px;
	height: 26px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.graphs_sections .checkboxes {
	/* width: 20px; */
	/* line-height: 18px; */
	/* min-height: 20px; */
	/* border: 1px solid #ccc; */
	/* text-align: center; */
	/* margin-right: 10px; */
}
.graphs_sections .checkboxes.off {
    color: transparent;
}
#premise_name, 
#city_name {
	display: none;
}





/*
  -----------------------
  -----------------------
  -----------------------
*/


@media (max-width:980px){
	#header{
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	}
}


@media (max-width:558px){
	#outer_layer{
	}
}


@media (max-width: 1040px) {
	#header {
		/* padding-right: 16.6%; */
	}
	#header .buttons {
		/* width: 20%; */
	}
	#header .buttons.logout {
		/* width: 16.6%; */
	}
	#interactive {
		margin-top: 80px;
	}
}



/*
@keyframes spinning{
	0%{transform: rotate(0deg);}
	100%{transform: rotate(365deg);}
}

@-webkit-keyframes spinning{
	0%{transform: rotate(0deg);}
	100%{transform: rotate(365deg);}
}
*/

/*
@keyframes slideshow{
	0%{margin-left:0;}
	3%{margin-left:0;}
	7%{margin-left:-65vh;}
	13%{margin-left:-65vh;}
	17%{margin-left:-130vh;}
	23%{margin-left:-130vh;}
	27%{margin-left:-195vh;}
	33%{margin-left:-195vh;}
	37%{margin-left:-260vh;}
	43%{margin-left:-260vh;}
	47%{margin-left:-325vh;}
	53%{margin-left:-325vh;}
	57%{margin-left:-390vh;}
	63%{margin-left:-390vh;}
	67%{margin-left:-455vh;}
	73%{margin-left:-455vh;}
	77%{margin-left:-520vh;}
	83%{margin-left:-520vh;}
	87%{margin-left:-585vh;}
	93%{margin-left:-585vh;}
	97%{margin-left:-650vh;}
	100%{margin-left:-650vh;}
}

@-webkit-keyframes slideshow{
	0%{margin-left:0;}
	3%{margin-left:0;}
	7%{margin-left:-65vh;}
	13%{margin-left:-65vh;}
	17%{margin-left:-130vh;}
	23%{margin-left:-130vh;}
	27%{margin-left:-195vh;}
	33%{margin-left:-195vh;}
	37%{margin-left:-260vh;}
	43%{margin-left:-260vh;}
	47%{margin-left:-325vh;}
	53%{margin-left:-325vh;}
	57%{margin-left:-390vh;}
	63%{margin-left:-390vh;}
	67%{margin-left:-455vh;}
	73%{margin-left:-455vh;}
	77%{margin-left:-520vh;}
	83%{margin-left:-520vh;}
	87%{margin-left:-585vh;}
	93%{margin-left:-585vh;}
	97%{margin-left:-650vh;}
	100%{margin-left:-650vh;}
}
*/
