@font-face{
	font-family: 'Raleway';
	src: url('../fonts/Raleway.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

*,:before,:after{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: 10px;
}

.iblock{
	display: inline-block;
	margin-left: 5px;
	font-size: 1.4rem;
}

.FLAT_STATUS_BUTTONS{
	margin: 0px 10px;
	display: flex;
	justify-content: space-between;
}

.cells_hightlight{
	box-shadow: inset 0 0 5px 4px #003eff;
}

.FLAT_STATUS_BUTTON{
	display: flex;
	width: 60px;
	border-radius: 10px;
	flex-direction: column;
	position: relative;
	transition: all .3s ease;
}
.FLAT_STATUS_BUTTON_VALUE{
	top: -3px;
	font-size: 20px;
	text-align: center;
	position: relative;
}
.FLAT_STATUS_BUTTON_CAPTION{
	font-size: 9px;
	text-align: center;
}
#modal_info_pay{
	padding-left:30px;
}

.modal_popup_info_payhistory{
	background-color: #e7e6e4;
	border-radius: 3px;
	padding: 3px;
	border: 1px dotted #999;
	cursor: pointer;
}

.f{display: flex;}
.cursor{cursor: pointer;}

.G_FL_AREA{
	width: 320px;
	margin: 10px 40px 0px 10px;
}
.G_FL_NEWFLATNAME,.G_FL_RENFLATNAME{
	font-size: 21px;
	height: 36px;
	max-width: 260px;
}
.G_FL_RENFLATNAME{
	width: 200px;
}

/* DIALOG */
.DIALOG_HIDE{
		display: none;
	}
	.DIALOG{
		width: 320px;
		background-color: #eee;
		box-shadow: 0 0 3px 5px rgba( 0, 0, 0, 0.5);
		border:1px solid #ccc;
		margin: 0px auto;
		position: fixed;
		top: 50%;
		left:50%;
		transform: translate3d(-50%,-50%,0);
		transition: all .5s ease-in-out;
		border-radius: 10px;
		padding: 10px 15px;
	}
	.DIALOG_TITLE{
		text-align: center;
		font-size: 22px;
		font-weight: 700;
	}
	.DIALOG_TEXT{
		font-size: 15px;
	}
	.DIALOG_BUTTON{
		width: 100%;
	}
	.DIALOG_BUTTON[data-val="0"]::before{
		content: "✅";
		display: block;
		width:100%;
		text-align: center;
		font-size:28px;
	}
	.DIALOG_BUTTON[data-val="1"]::before{
		content: "❌";
		display: block;
		width:100%;
		text-align: center;
		font-size:28px;
	}
/* DIALOG END*/

.G_FL_ITEM{
	border: 1px solid #666;
	padding: 5px 10px;
	border-radius: 5px;
	background-color: #ccc;
	margin: 5px auto;
	display: flex;
	justify-content: space-between;
}

.G_FL_ITEM_L{
	font-size: 1.4rem;
}

.G_FL_SORTABLELIST{
	list-style: none;
}
.spanButton{
	border-right: 1px dotted #666;
	padding-right: 15px;
	cursor: pointer;
}
.spanButton:last-child{
	border-right: none;
	padding-right: 0px;
}
.G_FL_ITEM_R,.G_FL_ITEM_EDIT{
	display: flex;
	justify-content: space-between;
}
.G_FL_ITEM_R span,.G_FL_ITEM_EDIT span{
	margin: 5px;
	font-size: 2rem;
}
.nolink{
	text-decoration: none;
}
.month_graph {
/*	width: 340px;
	height: 300px;*/
	margin-bottom: 30px;
}
.nodata{
	color: red;
	cursor: pointer;
	text-decoration: underline;
}
.text_note{
	font-family: 'Raleway', sans-serif;
	font-size: 1.2rem;
	padding: 10px;
}

.clickable {
	text-decoration: underline;
	cursor: pointer;
	transition: all 0.2s ease;
}
.clickable:hover{
	color: red;
	transform: scale(1.2);
}

.paid_day{border-bottom: inset 3px #97fba4 !important;}
.unpaid_day{border-bottom: inset 3px #ff8181 !important;}

.clAway{
	background: url('/images/away.png') no-repeat center;
	background-size: 40%;
	background-position: left center;
}

.border__red {
	border: 2px solid red;
}

.approve {
	display: flex;
	flex-direction: column;
}
.approve_item{

	max-width: 640px;
	min-width: 320px;
	margin: 0 auto;
	padding: 10px;
}

.passport {
	text-align: center;
	padding: 5px;
}

.approve_item b {
	display: inline;
	margin: 0 3px;
	font-weight: 700;
	text-decoration: underline;
}

.approve_buttons{
	display: flex;
	justify-content: center;
	margin: 5px;
}
.approve_button{
    width: 80;
    display: block;
    cursor: pointer;
    border: 1px solid #333;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    margin: 5px;
}

.approve_button:hover{
	box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.4);
}

#approve_button_clear {
	background-color: crimson;
	color: #fff;
}
#approve_button_accept{
	background-color: chartreuse;
	font-weight: 700;
}

.table {
	min-width: 320px;
	max-width: 480px;
	width: 100%;
	margin: 0 auto;
}

.table th{
	background-color: #333;
	color:#fff;
	font-weight: 700;
	padding: 5px 0;
}
.table th:nth-child(1){
	width: 80px;
}
.clGreen {
	color: green;
	font-weight: 700;
}
.clRed {
	color: red;
	font-weight: 700;
}
.title_bar{
	height: 30px;
	border-bottom: 1px solid #999;
	background-color: #2c2c2c;
	color:#fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.assistEventList{
	width: 340px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.assistCount{
	position: absolute;
	color: #f00;
	font-weight: 700;
	top: 20px;
	right: 5px;
	font-size: 1.5rem;
	line-height: 1rem;
}

.assistEvent{
	border-bottom: 1px solid #ccc;
    margin: 5px;
}
.assistCheckItem{
	transform: scale(1.2);
	margin-right: 10px;
}

.title_tariff{
	margin: 0 10px;
	font-size:1.1rem;
}
.title_balance{
	margin: 0 10px;
	font-size:1.1rem;
	cursor: pointer;
	transition: all .3s ease;

}
.title_balance:hover{
	text-decoration: underline;
	color: yellow;
	transform: scale(1.2);
}
.toBL{
	cursor: pointer;
}

.searchImage{
	position: absolute;
	right: 35px;
	cursor: pointer;
	/*display: none;*/
}

.searchResultsField{
	border: 1px solid #999;
	padding: 5px;
	background-color: #ddd;
	font-size: 0.9rem;
	display: none;
}
.searchResult{
	border-bottom: 1px dotted #333;
	cursor: pointer;
	font-size: 1.1rem;
	padding:2px 0 2px 0;
}
.searchResult:hover{
	font-weight: 700;
	border-bottom: 1px solid #333;
}
.searchResult:last-child{
	border-bottom: none;
}

.bClose {
	position: absolute;
	font-size: 25px;
	top: 5;
	right: 5;
	background-color: red;
	color: #fff;
	padding: 5px;
	border-radius: 50%;
	font-family: monospace;
	height: 35px;
	width: 35px;
	text-align: center;
	cursor: pointer;
	line-height: 100%;
	box-shadow: 0px 0px 2px 2px rgb(0 0 0 / 50%);
}

.goDate{
	border: 1px solid #fff;
	text-align: center;
	padding: 3px;
	cursor: pointer;
}

.notes_action{
	padding: 5px;
	border:1px solid #ccc;
	cursor: pointer;
}
.notes_container {
	display: flex;
	width: 320px;
	margin: 0 auto;
	flex-direction: column;
}
.noteItem{
	width: 100%;
	padding: 5px;
}
.noteItem>textarea{
	width: 100%;
}
.notes_buttons{
	margin: 5px 0;
	display: flex;
	justify-content: center;
}

.deleteCostItem{
	cursor: pointer;
}

.content{
	min-height: 100vh;
}

.editCostItem{
	cursor: pointer;
}

.copyNumber{
	transition: transform .3s ease;
	cursor: pointer;
}
.copyNumber:hover{
	transform: scale(1.1);
}
.undoreq{
	cursor: pointer;
}
.toCal{
	border:1px solid #ccc;
	font-size: 0.8rem;
	cursor: pointer;
}
.editFlatName{
	cursor: pointer;
}
.delFlat{
	cursor: pointer;
}
.daysline{
	display: flex;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}

.FLAT_STATUS_BUTTON:hover{
	outline: 1px solid #999;
	background-color: #ccc;
}

.inlineLink{
	cursor: pointer;
	font-weight: 700;
	font-size: 1.3rem;
}

body{
	background-color: #eee;
}
.topMenu{
	display: flex;
	justify-content: space-between;
	height: 40px;
}

.tmItem{
	text-align: center;
	border-right: 1px solid #ccc;

	line-height: 3rem;
	padding: 0 10px;
	cursor: pointer;
	position: relative;
}
.tmItem:last-child{
	border-right: none;
}
.tmItem:hover{
	background-color: #bbb;
}
.authForm{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	padding: 5px;
	width: 320px;

	margin: 50 auto;
	top: 50%;
	border: 1px solid black;
	border-radius: 10px;
	z-index: 100;
	box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.5);
	min-width: 320px;
	flex-wrap: wrap;
}
.authForm input[type=text], .authForm input[type=password]{
	width: 80%;
	font-size: 14px;
}
.imgLogo{
	margin-right: 20px;
}


.popupInfo{
	width: 180px;
	z-index: 5;
	border:1px solid #333;
	border-radius: 10px;
	position: absolute;
	background-color: #f9f9f9;
	padding: 5px;
	box-shadow: 0 0 5px 2px rgba(0,0,0,0.5);
	font-size: 11px;
}

.rowInfo{
	display: flex;
	margin-bottom: 5px;
}

.rowTitle{
	font-weight: bold;
}

.rowValue{
	word-break: break-all;
	margin-left: 10px;
}

.link{
	text-decoration: underline;
	cursor: pointer;
}
.link::before{
	content: "🔗";
	margin-right: 5px;
	font-size: 1.3rem;
	text-decoration: none !important;
}


.timeAway{
	position: absolute;
	top:1px;
	font-size: 7px;
    text-align: left;
    color: #7e0707;
}
.timeAway:before{
	content: "💼";
	font-size: 5px;
}
.timeArrive{
	position: absolute;
	bottom: 1px;
	font-size: 7px;
    text-align: right;
    color: #0b6800;
}
.timeArrive:before{
	content: "⤵️";
	font-size: 5px;
}

.inputField, .selectField{
	width: 100%;

	font-size: 1.3rem;
	padding:1px;
	margin:1px;
}

.inputFieldHalf{
	width: 49%;
	height: 2.5rem;
	font-size: 1.5rem;
}

.inputField13{
	width: 32%;
	height: 2.5rem;
	font-size: 1.5rem;
}
.inputField23{
	width: 65%;
	height: 2.5rem;
	font-size: 1.5rem;
}


.lastprices{
	display: flex;
	flex-direction: column;
	position: absolute;
	width: 120px;
}
.lastprice{
	font-size: 1.5rem;
	letter-spacing: 2px;
    font-weight: 700;
    color: #ff8100;
    text-shadow: 1px 1px black;
    padding: 4px;
    background-color: #999999f0;
    border-radius: 3px;
    text-align: right;
    right: 0;
}
.lastprice:hover{
	transform: scale(1.2);
}
.modalForm{
	box-shadow: 0 0 3px 3px rgba(0,0,0,0.5);
}

.formCaption{
	text-align: center;
	font-size:1.5rem;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	margin-bottom: 5px;
}
.formCaption::after{
	content: "";
	width: 160px;
	height: 1px;
	background-color: red;
	z-index: 1;
	display: block;
	margin: 10 auto;
}
.authForm button, .authForm input[type=submit]{
	padding: 10px;
	background-color: #ccc;
}

#modal_del_flat, #modal_del_start, #modal_del_end{
	text-decoration: underline;
	font-size:12px;
}

table.G_FL_TBL, table.inTable{
	margin:0 auto;
	width: 100%;
	max-width: 375px;
	min-width: 320px;
}

table.G_FL_TBL tr:nth-child(even), table.inTable tr:nth-child(even){
	background-color: #fff;
}

table.G_FL_TBL td, table.G_FL_TBL th{
	padding:3px;
}
table.G_FL_TBL td div{
	font-size:1.6rem;
}

.G_COST_TABLE{
	margin:0 auto;
	width: 100%;
	min-width: 325px;
	max-width: 375px;
	background-color: #fff;
}

.G_COST_TABLE td{

}

.G_COST_TABLE tr:nth-child(even){
	background-color: #eee;
	border-spacing: 3px;

}

.G_COST_TABLE th{
	background-color: #ccc;
	height: 1.2rem;
	font-size: 1.2rem;
}

.fixFilter{
	font-size:1.2rem;
	margin: 3px;
	cursor: pointer;}
.costId{
	width: 25px;
}

.costFlat{
	width: 100px;
}

.costDate{
	width: 80px;
}

.costCaption{
	width: 120px;
}

.costValue{
	width: 50px;
}
.break_wrap{
	overflow-wrap: normal;
}
.cRow{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}
.cFlatName{
	width: 120px;
	border: 1px solid #ddd;
	font-size: 9px;
	font-weight: 700;
	text-align: right;
	padding-top: 10px;
	padding-right: 5px;
}
.cDay, .cDayH{
	text-align: center;
	box-sizing: border-box;
	font-size: 8px;
	width: 36px;
	height: 36px;
	border: 1px solid #ccc;
	cursor: pointer;
	background-color: #fff;
	overflow-wrap: anywhere;
	position: relative;
}
.clPrice{
	position: absolute;
	top:50%;
	transform: translate(0, -50%);
	font-size: 8px;
}
.cMon{font-size:0.8rem;}
.cDayH{
	background-color: #ddd;
	height: 4rem;
}
.cDay:hover{
	border: 1px dotted darkred;
}

.cDayH:hover{
	background-color: #eee;
}

.cDaySel{
	box-shadow: inset 0 0 1px 2px #f66;
}

.cWeek{
	font-size: 0.7rem;
}

.cDate{
	font-size: 1.1rem;
}
.fastDays{
	padding: 7px;
}
.weekend{
	color: red;
}
.today{
	background-color: #0e75a9 !important;
	font-weight: 700;
	color:#fff;
}
.leftArrow{
	top:50%;
	background:url('/images/left-arrow.png') center no-repeat;
	width: 50px;
    cursor: pointer;
    position: absolute;
    height: 50px;
}
.rightArrow{
	top:50%;
	background:url('./images/right-arrow.png') center no-repeat;
	width: 50px;
    cursor: pointer;
    position: absolute;
    height: 50px;
	right: 0;
}


.scrollbtn{
	z-index: 10;
	font-size: 3.5rem;
	position: fixed;
	top:35%;
	opacity: 0.3;
	transition: all .5s ease;
}



.scrollleft{
	left: 100px;
}
.scrollright{
	right: 0px;
}
.footer{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	position: sticky;
	margin-top: 10px;
	bottom: 10px;
	z-index: 2;
	width: 100%;
	text-align: center;
}
.footer_button{
	border: 1px solid #bbb;
    width: 80px;
    text-align: center;
    padding: 10px 5px;
    border-radius: 5px;
    margin: 5px;
    text-transform: uppercase;
    box-shadow: 0 2px 6px 3px rgba(0,0,0,0.5);
    background-color: #334444;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.footer_button:hover{
	box-shadow: 0 0px 4px 2px rgba(0,0,0,0.4);
	background-color: #223333;

}


.hide{
	display: none !important;
}

.whatsapp{
	color:green;
	text-decoration: none;
	border-bottom: 1px dashed green;
}
/*MAKET*/
.main{
	font-family: 'Raleway', sans-serif;
	font-size: 10px;
	margin: 0 auto;
	width: 100%;
	min-width: 320px;
}

.status_item{
	font-size: 12px;
}
.filter{
	border: 1px solid #ccc;
	width: 30%;
}
.header{
	height: 55px;
	display: flex;
	justify-content: space-between;
}
table{
	text-align: center;
}

.header_title{
	text-align: center;
	height: 15px;
	font-weight: 700;
}

.date_filter, .param_filter{
	display: flex;
	justify-content: stretch;
}

.today_stat{
	color:#fff;
	width: 50%;
	background-color: #006699;
	border: 1px solid #ccc;
}
.today_stat>table, .selected_stat>table{
	color:#fff;
	background-color: #6699cc;
}

.selected_stat{
	color:#fff;
	width: 50%;
	border: 1px solid #ccc;
	background-color: #006699;
}
.ntready{
	text-decoration: line-through;
}
.fillDay{
	background-color: #f66;
}


.modal, .modal_param{
	font-family: 'Raleway', sans-serif;
	background-color: #eed;
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 320px;
	height: auto;
	color: #000;
	padding: 20px;
	border:2px solid black;
	border-radius: 20px;
	z-index: 100;
	box-shadow: 0 0 40px 640px rgba(0,0,0,0.3);
}

.hide_modal{
	display: none !important;
}

.inLabel{
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
}

.inLabelRow{
	display: flex;
	justify-content: space-around;
}

.inField{
	margin: 5px auto;
	width: 95%;
	position: relative;
}


.flex{
	display: flex;
	justify-content: space-between;
}

.flex_sa{
	display: flex;
	justify-content: space-around;
}

.flex_center{
	display: flex;
	justify-content: center;
}

.color1{background-color: #fed6bc;}
.color2{background-color: #fffadd;}
.color3{background-color: #def7fe;}
.color4{background-color: #e7ecff;}
.color5{background-color: #c3fbd8;}
.color6{background-color: #b5f2ea;}
.color7{background-color: #c6d8ff;}

.colorPallete{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.color{    display: flex;
    align-items: center;
    justify-content: center;width: 30px;height: 30px;border:1px dotted #999;}
.buttonBlock{
	display: flex;
	justify-content: space-between;
}
.button{
	color:#fff;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	background-color: #334444;
	cursor: pointer;
	text-align: center;
	z-index: 5;
	line-height: 20px;
	width: 80px;

	padding: 5px;
	border:1px solid #bbb;
	border-radius: 5px;
	font-weight: 700;
	box-shadow: 0 2px 6px 3px rgba(0,0,0,0.5);
	margin: 5px;
}
.button:hover{
	background-color: #223333;
	box-shadow: 0 1px 2px 1px rgba(0,0,0,0.8);
}
.finResultHeader{
	margin:10px;
	text-align: center;
	font-size: 1.4rem;
	text-transform: uppercase;
}
.finResultHeader:after{
	content: "";
	width: 160px;
	height: 1px;
	background-color: red;
	z-index: 1;
	display: block;
	margin: 10 auto;
}
table.finResult{
	max-width: 640px;
	margin:0 auto;
}
.finResult th{
	background-color: #ddd;
}
.finResult tr:nth-child(even){
	background-color: #eee;
}
.finRow{
	background-color: #fff;
}
.finFlat{
	text-align: left;
}
.finItem{
	text-align: right;
	padding:2px;
}
.button_green{
	background-color: darkgreen;
}
.button_red{
	background-color: salmon;
}

.modal_delete, .modal_flat, .modal_costs{
	padding: 10px;
	border-radius: 10px;
	flex-direction: column;
	background-color: #eee;
	margin: 0 auto;
	display: flex;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 320px;
	height: auto;
	border: 2px solid #ccc;
	z-index: 100;
}
.NAVIGATE_TODATE{
	text-align: center;
}
.NAVIGATE_DATEPICKER{
	font-size:16px;
	width:120px;
}
.NAVIGATE_BTN{
	font-size:16px;
	height: 25px;
}
.NAVIGATE_MENU{
	justify-content: center;
	display: flex;
	z-index: 5;
	background-color: #ccc;
	position: fixed;
	flex-direction: column;
	max-width: 200px;
	width: 200px;
	height: 60px;
	border:1px solid #999;
	border-radius: 5px;
}
.NAVIGATE_PANELS{
	display: flex;
}
.NAVIGATE_PANEL{
	font-size:20px;
	cursor: pointer;
	width: 50%;
	border-radius: 5px;
	border: 1px solid #999;
	text-align: center;
	transition: all .4s ease-in-out;
}
.NAVIGATE_PANEL:hover{
	background-color: #ffa416;
}
