.FurniProfileCont {
    display: flex;
	width: 95%;
	margin: 0 auto;
	flex-wrap: wrap;
}

.FurniProfileCol {
	display: flex;
    width: 100%;
	flex-wrap: wrap;
}

.furniImage {
    position: relative; 
    width: 150px;
    height: 150px;
	
    border: var(--feye-blue-light) 3px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: var(--background-color);
    flex: 0 0 auto;
	border-radius: 5px;
}
.furniImage img {
    max-width: 100%;
    max-height: 100%; 
	object-fit: contain;
	user-select: none;
	pointer-events:none;
	image-rendering: pixelated;
	
	transform: scale(3);
  	transform-origin: center;
  	z-index: 10;
}

.furniInfo {
	width: calc(100% - (150px + 10px));
	display: flex;
	flex-wrap: wrap;
}

.furniName {
    font-family: var(--font-family-bold); 
	background: var(--feye-blue-light) !important;
	color: var(--secondary-color-dark);
}

.furniDesc {
	
}

.furniName, .furniDesc {
    padding: 10px;
    font-size: var(--font-size-large);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	width: calc(50% - 100px); 
	flex-grow: 1;
	background: var(--background-color);
	margin-left: 10px;
	box-sizing: border-box;
	min-width: 270px;
	height: 40px;
	border-radius: 5px;
}

.furniLatest {
	display: flex;
	flex-wrap: wrap; 
	min-width: calc(100% - 200px); 
    color: var(--secondary-color);
    flex: 1; 
    flex-basis: 100%;
	/*height: calc(150px - 35px);*/
	box-sizing: border-box;
	border-radius: 5px;
}
.furniLatest .fLSpan {
	display: flex;
    flex-direction: column;
	background: var(--background-color);
	padding: 10px;
	font-size: var(--font-size-mega);
	margin: 10px 0px 0px 10px;
	width: calc((100% / 4) - 10px);
	box-sizing: border-box;
	position: relative;
	min-width: 125px;
	height: 105px;
	border-radius: 5px;
}

.furniGlobal {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 0px 5px 0px 5px;
}
.furniGlobal .fLSpan {
	display: flex;
    flex-direction: column;
	background: var(--background-color);
	padding: 10px 10px 30px 10px;
	font-size: var(--font-size-medium);
	margin: 10px 5px 0px 5px;
	width: calc((100% / 8) - 10px);
	box-sizing: border-box;
	position: relative;

	min-height: 120px;
	border-radius: 5px;
	overflow: hidden;
}
.furniGlobal .fLNum {
	font-family: var(--font-family-bold);
}
.furniGlobal .fLText {
	font-size: var(--font-size-small);
}
.furniGlobal .fLName {
	font-size: var(--font-size-small);
	background: var(--lighter-grey-color);
	border-radius: 3px;
	padding: 2px !important;
	opacity: 0.5;
	cursor: default;
}
.furniGlobal .fLName:hover {
	opacity: 1;
}
.furniGlobal .fLText, .furniGlobal .fLNum {
	padding: 0px;
	margin: 0px;
	z-index: 1;
}
.furniGlobal .fLextra {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: var(--font-size-very-small);
	font-family: var(--font-family-bold);
	text-align: right;
	color: var(--grey-color);
}
.furniGlobal .tri {
	display: flex;
    justify-content: right;
    align-items: start;
    overflow: hidden;
    background: var(--background-color);
    flex: 0 0 auto;
	width: 100%;
	height: 70%;
	position: absolute;
	top: 0px;
	right: -5px;
}
.furniGlobal .hotel {
	position: absolute;
	left: 0px;
	bottom: 0px;
	font-family: var(--font-family-bold);
	font-size: var(--font-size-small);
	z-index: 10;
	padding: 5px 8px 5px 8px;
	border-radius: 0px 5px 0px 0px;
	background: var(--feye-blue);
	color: var(--secondary-color-dark);
}
.furniGlobal .tri img {
	/*height: 30px;
	width: 21px;
	position: absolute;
	right: 10px;
	top: 10px;
	image-rendering: pixelated;*/
	
	max-width: 100%;
    max-height: 100%; 
	object-fit: contain;
	user-select: none;
	pointer-events:none;
	image-rendering: pixelated;
	
	transform: scale(3);
  	transform-origin: right;
	opacity: 30%;
}

.furniLatest .soldAv {
	background: var(--feye-blue-light);
	color: var(--secondary-color-dark);
}
.furniLatest .soldAv .fLextra {
	color: var(--secondary-color-dark);
}
.furniLatest .fLNum {
	font-family: var(--font-family-bold);
}
.furniLatest .fLText {
	font-size: var(--font-size-medium);
}
.furniLatest .fLText, .furniLatest .fLNum {
	padding: 0px;
	margin: 0px;
}
.furniLatest .fLextra {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: var(--font-size-small);
	font-family: var(--font-family-bold);
	text-align: right;
	color: var(--grey-color);
}

.FurniProfileCont .dataRow {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 2px;
}

.FurniProfileCont .dataCol {
	width: calc((100% / 2) - 7px);
	flex-direction: column;
	display: flex;
	/*padding-top: 10px;*/
}
.FurniProfileCont .dataCol._1 {
	margin: 0px 5px 0px 0px;
}
.FurniProfileCont .dataCol._2 {
	margin: 0px 0px 0px 5px;
}

.furniData .fDtitle {
	font-size: var(--font-size-small-plus);
	display: flex;
	margin: 0 0px 10px 0px;
	font-family: var(--font-family-bold); 
	background: var(--feye-blue-light);
	color: var(--secondary-color-dark);
	padding: 10px;
	font-size: var(--font-size-large);
	flex-grow: 1;
	border-radius: 5px;
}

.dataRow .furniData {
	padding: 0px;
	font-size: 10px;
    color: #211a1d;
    flex: 1; 
    min-width: 0;
    min-height: 150px;
    margin: 10px 0px 0px 0px;
    display: none;
}
.dataCol .ThirDays {
	flex: 1 1 auto;
}
.furniData.second.graph-month {
	
}

.div31days {
	height: 600px !important;
}
.divAllTime {
	height: 260px !important;
}

.graphAxisColor {
	background: var(--light-grey-color);
	width: 0px;
	height: 0px;
}

.tableCont {
	padding: 10px;
	background: var(--background-color);
	border-radius: 5px;
}
.data-table {
    width: 100%;
    table-layout: fixed;
	border-collapse:collapse;
	border:0px solid var(--grey-color);
	
	color: var(--secondary-color);
	font-size: var(--font-size-medium);
	border-spacing: 0.1;
	border-collapse: separate;
	border-radius: 5px;
}

.data-table th {
    padding: 10px !important;
    text-align: center;
    vertical-align: middle;
	background: var(--feye-blue-light);
	position: sticky;
	top: -1px; 
    height: 20px;
	color: var(--secondary-color-dark);
	font-size: var(--font-size-medium);
	font-family: var(--font-family-bold);
	border-collapse:collapse;
	border:0px solid var(--grey-color);
	font-weight: normal;
}
.data-table th,
.data-table td {
    padding: 3px;
    text-align: center;
    vertical-align: middle;
    height: 20px;
	border-collapse:collapse;
}
.data-table td:first-child {
    font-family: var(--font-family-bold); 
}
.data-table td:not(:empty):nth-last-child(3) {
	border: 1px solid var(--feye-blue) !important;
	color: var(--feye-blue);
	font-size: var(--font-size-medium-plus);
	font-family: var(--font-family-bold);
}
.data-table td:not(:empty):nth-last-child(2) {
	background: var(--graph-pink) !important;
	border: 1px solid var(--graph-pink-border) !important;
	color: var(--graph-pink-border);
	font-size: var(--font-size-medium-plus);
	font-family: var(--font-family-bold);
}
.data-table td:not(:empty):last-child {
    background: var(--graph-blue);
	border: 1px solid var(--graph-blue-border) !important;
	color: var(--graph-blue-border);
	font-size: var(--font-size-medium-plus);
	font-family: var(--font-family-bold);
}

.data-table th:first-child {
	border-top-left-radius: 5px; 
}
.data-table th:last-child {
    border-top-right-radius: 5px; 
}
.data-table tr:last-child td:first-child {
    border-bottom-left-radius: 5px; 
}
.data-table tr:last-child td:last-child {
    border-bottom-right-radius: 5px; 
}
table.data-table td:not(:last-child):not(:empty) {
	/*border-right: 1px solid var(--light-grey-color);
    border-bottom: 1px solid var(--light-grey-color);*/
	background: var(--lighter-grey-color);
}

.overflowTable {
	overflow-y: scroll;
	padding: 0px 5px 0px 0px;
}
.furniData .graphCont {
	background: var(--background-color);
	padding: 20px;
	height: calc(100% - 90px);
	border-radius: 5px;
}
.furniData canvas {
	max-height: 220px;
	color: var(--secondary-color);
}
.furniData.second.graph-month, .furniData.second.graph-week {
	
}
#weeklyGraph, #monthlyGraph {
 /*   width: 95% !important;
    height: 90% !important;
    margin-left: 2.5%; */
	image-rendering: high-quality;

}
.soldAvgColor {
	
}
.avgPriceColor {
	
}