
html
{
    margin: 0;
    padding: 0;

    height: 100vh;
    width: 100vw;
}
body
{
    height: 100%;
    margin: 0;
    padding: 0;
	font-family: Helvetica;
	font-size: 14px;
	
	background: #222222;
}
a
{
	color: #49e;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
select
{
	/* -webkit-appearance: none; */
	height: 30px;
	min-height: 30px;
	max-height: 30px;
	font-size: 15px;
	border: 1px solid #888;
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	/*box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.25);*/
	border-radius: 5px;
	padding: 0px;
	padding-left: 10px;
	margin: 0px 0px;
	text-align: left;
	background-color: white;
	cursor: pointer;
}
input
{
	height: 30px;
	min-height: 30px;
	max-height: 30px;
	font-size: 15px;
	border: 1px solid #888;
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	border-radius: 5px;
	padding: 0px;
	padding-left: 10px;
	margin: 0px 4px;
	text-align: left;
	background-color: white;
	width: calc(100% - 8px);
}


.switch
{
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input
{ 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider
{
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .slider
{
  background-color: #2196F3;
}

input:focus + .slider
{
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before
{
  transform: translateX(26px);
}
.switch.disabled
{
  opacity: 0.6;
  pointer-events: none;
}

.switch.disabled .slider
{
  background-color: #e0e0e0;
  cursor: default;
}

.switch.disabled input:checked + .slider
{
  background-color: #b3b3b3;
}

.switch.disabled input:checked + .slider:before
{
  background-color: #f0f0f0;
}

#root_content
{
	background: white;
}

.marker
{
    background: #0088ff;
    color: white;
	border: 2px solid #fff;
    text-align: center;
	align-items: center;
	display: flex;
	justify-content: center;
	font-size: 16px;
    padding: 3px;
    border-radius: 50%;
}
.marker:hover
{
    background: #ee0;
    color: white;
}
.marker.higlight
{
    background: #ee0;
    color: white;
}
.marker_highlight
{
    background: #dd0;
    color: white;
	border: 2px solid white;
    text-align: center;
	align-items: center;
	display: flex;
	justify-content: center;
	font-size: 16px;
    padding: 3px;
    border-radius: 50%;
}
.marker_highlight:hover
{
    background: #ee0;
}
.small_marker
{
    background: #0088ff;
    color: white;
	border: 2px solid #fff;
	align-items: center;
	display: flex;
    padding: 3px;
    border-radius: 50%;
}
.small_marker:hover
{
    background: #ee0;
}
.small_marker.highlight
{
    background: #ee0;
}
.small_marker_highlight
{
    background: #dd0;
	border: 2px solid white;
	align-items: center;
	display: flex;
    padding: 3px;
    border-radius: 50%;
}
.small_marker_highlight:hover
{
    background: #ff0;
}
.yellow_marker_highlight
{
    background: #dd0;
	border: 2px solid white;
	align-items: center;
	display: flex;
    padding: 3px;
    border-radius: 50%;
}

.smallfont
{
	font-size: 14px;
}
table.filter
{
	min-height: 45px;
	max-height: 45px;
}
.content_panel
{
	width: 100%;
    height: calc(100% - 40px);
    display: flex; /* Use flexbox */
    justify-content: space-between;
}
div.map
{
    width: calc(100% - 510px);
	height: 100%;
	display: block;
}
.previewlist_panel
{
	width: 510px;
	min-width: 510px;
	max-width: 510px;
	min-height: 100%;
	background-color: white;
}


div.general_statistics
{
	display: flex;
	
	text-align: center;
	justify-content: center;
	align-items: center;
}
div.previewlist_panel div.general_statistics
{
	padding: 8px;
}
div.general_statistics div.content
{
	display: flex;
	height: 16px;
	
	line-height: 16px;
	font-weight: normal;
	font-size: 15px;
}
div.general_statistics div.content div.title
{
    color: #333;
	margin: 0px;
	padding: 0px;
}
div.general_statistics div.content div.showncount
{
	font-weight: bold;
	color: #333;
	width: 50px;
	min-width: 50px;
	max-width: 50px;
	margin: 0px;
}
div.general_statistics div.content div.allcount
{
	font-weight: bold;
	color: #333;
	width: 50px;
	min-width: 50px;
	max-width: 50px;
	margin: 0px;
}


div.orderpanel
{
	width: 355px;
	min-width: 355px;
	max-width: 355px;
	height: 40px;
	min-height: 40px;
	max-height: 40px;
	margin-top: 5px;
	position: absolute;
	/*left: calc(100vw - 370px);*/
	right: 0px;
	top: 0px;
	z-index: 1001;
}
div.orderpanel div.title
{
	color: #aaa;
}
div.order
{
	height: 30px;
	padding: 2px;
	display: flex;
}
div.order div.title
{
	width: 100px;
	min-width: 100px;
	max-width: 100px;
	line-height: 30px;
	margin: 0px;
	padding: 0px 12px;
	font-weight: normal;
	font-size: 15px;
	vertical-align: center;
	color: #eee;
	flex: 1;
}
div.order div.select
{
	width: 165px;
	min-width: 165px;
	max-width: 165px;
	height: 30px;
	min-height: 30px;
	max-height: 30px;
	flex: 1;
}
div.order div.select select
{
	width: 165px;
	min-width: 165px;
	max-width: 165px;
	height: 30px;
	min-height: 30px;
	max-height: 30px;
}
div.order .ascending_descending
{
	min-width: 60px;
	max-width: 60px;
	height: 30px;
	display: inline-block;
	padding: 0px;
	margin: 0px;
	text-align: center;
	flex: 1;
}
div.order .ascending_descending button
{
	width: 34px;
	height: 30px;
	min-height: 30px;
	max-height: 30px;
	font-size: 15px;
	border: 1px solid #888;
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	/*box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.25);*/
	border-radius: 5px;
	padding: 0px;
	padding-left: 10px;
	margin: 0px 0px;
	text-align: left;
	background-color: white;
}
div.order .ascending_descending button:hover
{
	background-color: #eee;
}
div.order .ascending_descending button:active
{
	background-color: #fff;
}
div.order .ascending_descending button:disabled
{
	background-color: #eee;
	opacity: 0.8;
}

div.order .ascending_descending svg
{
	width: 14px;
	height: 14px;
	fill: #444;
	padding-top: 3px;
}
div.order .ascending_descending button.ascending svg
{
}
div.order .ascending_descending button.descending svg
{
	transform: rotate(180deg);
}

div.order .ascending_descending button:disabled svg
{
	fill: #aaa;
}



.previewlist
{
	width: 510px;
	height: calc(100vh - 136px);
	overflow-x: hidden;
	overflow-y: scroll;
	scroll-behavior: smooth;
}
div.preview_listview
{
	width: 510px;
	border-collapse: collapse;
}
div.listpreview_item
{
	height: 115px;
	padding: 5px 0px;
	
	background: linear-gradient(to bottom, white 0%, #f8f8f8 20%, #f8f8f8 90%, #eee 100%);
	
	border-bottom: 2px solid #d8d8d8;
	font-family: Helvetica;
	font-size: 15px;

    display: flex;
    flex-wrap: nowrap;
}
div.listpreview_item:nth-child(even)
{
	/*background: #ededed;*/
}
div.listpreview_item:nth-child(1)
{
	/*border-top: 2px solid #ddd;*/
}

div.listpreview_item div.image_parent
{
    position: relative;
    display: inline-block;
}
div.listpreview_item img.image
{
	display: block;
	border-radius: 4px;
	width: 112px;
	height: 112px;
	margin: 2px 7px 2px 6px;
}
div.listpreview_item div.image_foreground
{
	border-radius: 4px;
	width: 112px;
	height: 112px;
	margin: 2px 7px 2px 6px;
	background: transparent;

	position: absolute;
	top: 0;
	left: 0;
}

div.listpreview_item.highlight div.image_foreground
{
	background: #ffff0055;
}
div.listpreview_item div.property_name
{
	width: 100%;
	height: 20px;
	line-height: 20px;
	margin: 0px 0px;
}
div.listpreview_item div.property_town
{
	width: 100%;
	height: 18px;
	line-height: 18px;
	margin: 0px 0px 9px 0px;
}
div.listpreview_item a.link
{
	padding: 0px 2px;
	font-size: 15px;
}
div.listpreview_item.highlight a.link
{
	color: #fff;
	background-color: #dd4;
	border-radius: 6px;
	font-size: 15px;
}
div.listpreview_item a.small_link
{
	padding: 0px 2px;
	color: #444;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
}

div.listpreview_item div.title
{
	width: 100%;
	height: 35px;
	margin: 2px 0px;
}
div.listpreview_item div.property
{
	width: 182px;
	height: 23px;
	line-height: 23px;
	display: inline-block;
	margin: 0px;
	padding: 0px 0px 0px 2px;
}
div.listpreview_item div.hidden
{
	display: none;
}
div.listpreview_item div.property div.title
{
	margin: 0px;
	width: 91px;
	display: inline-block;
	font-weight: bold;
}
div.listpreview_item div.property div.value
{
	margin: 0px;
	width: 85px;
	display: inline-block;
}
div.listpreview_item div.property div.text
{
	margin: 0px;
	width: 150px;
	display: inline-block;
}




td.projects_itempreview div.listpreview_item
{
	width: 100%;
	height: 184px;
	padding: 5px 0px;
	
	background: linear-gradient(to bottom, white 0%, #f8f8f8 20%, #f8f8f8 90%, #eee 100%);

	border-bottom: 2px solid #ds8d8d8;
	font-family: Helvetica;
	font-size: 15px;

    display: flex;
    flex-wrap: nowrap;
}
td.projects_itempreview div.listpreview_item .image
{
	border-radius: 6px;
	width: 180px;
	height: 180px;
	margin: 3px 8px;
}
td.projects_itempreview div.listpreview_item div.panel
{
	width: calc(100% - 205px);
}
td.projects_itempreview div.listpreview_item div.panel div.top
{
	height: 25px;
	margin: 2px;
    display: flex;
    flex-wrap: nowrap;
}
td.projects_itempreview div.listpreview_item div.count
{
	height: 25px;
	margin: 0px;
	padding: 0px;
    display: flex;
    flex-wrap: nowrap;
}
td.projects_itempreview div.listpreview_item div.title
{
	height: 25px;
	margin: 0px;
	margin-right: 40px;
}
td.projects_itempreview div.listpreview_item div.panel div.top div.counts
{
	min-width: 370px;
	height: 25px;
	margin-right: 10px;
    display: flex;
    flex-wrap: nowrap;
}
td.projects_itempreview div.listpreview_item div.count div.title
{
	height: 25px;
	margin: 0px;
	font-weight: bold;
}
td.projects_itempreview div.listpreview_item div.count div.value
{
	height: 25px;
	margin: 0px;
	margin-right: 20px;
	width: 35px;
}


div.listpreview_empty
{
	background: #fff;
	height: calc(100vh - 160px);
	line-height: calc(100vh - 160px);
	text-align: center;
	vertical-align: center;
	font-size: 20px;
	color: #aaa;
}
div.listpreview_loading
{
	background: #fff;
	text-align: center;
	vertical-align: center;
	display: flex;
}
@keyframes rotate
{
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
div.loader
{
	width: 100%;
	height: 80px;
	text-align: center;
	vertical-align: center;
    display: flex;
    flex-wrap: nowrap;
}
div.loader div.left
{
	width: calc(50% - 20px);
}
div.loader div.right
{
	width: calc(50% - 20px);
}
div.loader_circle
{
	margin-top: 15px;
	display: inline-block;
	background: transparent;
	width: 40px;
	height: 40px;
	text-align: center;
	animation: rotate infinite 1s linear;
	stroke: #48f;
}
div.loader_cutcircle
{
	margin-left: -5px;
	margin-top: 20px;
	width: 40px;
	height: 20px;
	background: white;
}




div.content
{
	height: calc(100% - 64px);
}
tr.listpreview_item div.type_and_rooms div.value
{
	margin: 0px;
	width: 140px;
}


div.parent_of_header
{
	display: flex;
	background-color: #222;
	width: 100%;
}
div.parent_of_header div.back
{
	width: 80px;
}
div.parent_of_header div.title
{
	width: calc(100% - 305px);
	text-align: center;
}
div.parent_of_header div.title span
{
	height: 36px;
	line-height: 36px;
	font-weight: normal;
	display: inline-block;
	margin: 6px 2px 0px 2px;
	font-size: 16px;
	
	margin-left: 10px;
	margin-right: 10px;
	color: #eee;
}

div.parent_of_header div.contact
{
	width: 225px;
}
div.parent_of_header div.contact span
{
	height: 36px;
	line-height: 36px;
	font-weight: normal;
	display: inline-block;
	margin: 0px 2px 0px 2px;
	font-size: 16px;
	
	margin-left: 0px;
	margin-right: 0px;
	color: #aaa;
	text-transform: lowercase;
}
div.parent_of_header div.contact a
{
	margin-left: 10px;
	margin-right: 10px;
	font-size: 16px;
	color: #6bf;
	text-transform: lowercase;
}
div.parent_of_header img.icon
{
	width: 30px;
	height: 30px;
	margin: 5px 0px 6px 10px;
}
div.header
{
	min-height: 42px;
	max-height: 42px;
	background-color: #222;
	font-weight: normal;
	font-family: Arial, sans-serif;
	margin: 0px;
	display: flex;
}
div.header_title
{
	width: 170px;
	height: 40px;
	display: inline-block;
	margin: 0px;
	margin-left: 0px;
}
div.header_title div.name
{
	font-size: 26px;
	color: #78BBFF;
	margin: 4px 0px;
	font-family: "Helvetica Neue", Arial, sans-serif;
	/*font-style: italic;*/
	text-weight: bold;
	/*text-transform: uppercase;*/
	text-transform: lowercase;
}
div.header_title div.version
{
	font-size: 11px;
	margin-top: 10px;
	margin-left: 5px;
	color: #fffd;
	/*font-style: italic;*/
	text-transform: lowercase;
}
div.header_title div.title
{
	font-size: 11px;
	color: #fffa;
	/*font-style: italic;*/
	text-transform: lowercase;
}


div.header_link
{
	text-align: center;
	width: 100px;
	height: 36px;
	line-height: 36px;
	font-weight: normal;
	display: inline-block;
	margin: 6px 2px 0px 2px;
	font-size: 18px;
	color: #13d;
}
div.header_link a
{
	font-family: Helvetica;
	text-decoration: none;
	color: #fff;
	font-family: Arial, sans-serif;
}
div.header_link a:hover
{
	text-decoration: underline;
}
div.header_link a.selected
{
	color: #6bf;
}
div.header_link a.selected:hover
{
	text-decoration: none;
}
div.header_link a.back
{
	margin-left: 10px;
	margin-right: 10px;
	color: #6bf;
	text-transform: lowercase;
}

div.header a.header_map_link
{
	text-decoration: none;
	color: red;
}
div.header a.header_map_link:hover
{
	text-decoration: none;
	color: green;
}

div.header_text
{
	margin-left: 20px;
	color: #fff;
	display: inline-block;
}
div.header_page_link
{
	display: inline-block;
}
div.header_page_link a.page_link
{
	color: #6bf;
	text-transform: lowercase;
}
div.header_page_link a:hover
{
	text-decoration: underline;
}

table.previewlist
{
	font-family: Arial, sans-serif;
	border-collapse: collapse;
	width: 100%;
}
th.previewlist, td.previewlist
{
	text-align: left;
	font-size: 16px;
	border: solid 0px transparent;
}
th.previewlist
{
	padding: 4px 6px;
}
td.previewlist
{
	padding: 0px 6px;
	height: 50px;
}
th.previewlist
{
	background-color: #e4e4e4;
}
tr.previewlist:nth-child(even)
{
	background-color: #f1f1f1;
}
th.process
{
	width: 30px;
}

.listPanel
{
	width: 100%;
	height: 100vh;
	overflow:scroll;
	scroll-behavior: smooth;
}
table.list
{
	font-family: Arial, sans-serif;
	border-collapse: collapse;
	width: 100%;
}
table.list tbody
{
	overflow-y: auto;
}

table.list td.image_and_link
{
	text-align: center;
	vertical-align: center;
    display: flex;
    flex-wrap: nowrap;
	padding-top: 3px;
	padding-bottom: 3px;
	
	max-width: 328px;
}
table.list .smallimage
{
	border-radius: 4px;
	width: 50px;
	height: 50px;
	margin: 0px 8px 0px 4px;
}


table.list td.image_and_link a.link
{
	padding: 0px 2px;
	font-size: 15px;

	margin: 5px 0px 0px 0px;
	text-align: left;
	line-height: 20px;
	display: inline-block;
	text-align: left;
	width: 260px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
table.list td.image_and_link a.small_link
{
	padding: 0px 2px;
	color: #555;
	display: block;
	text-align: left;
	line-height: 20px;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
}

table.list td.itempreview
{
	height: 115px;
	
	background: linear-gradient(to bottom, white 0%, #f4f4f4 20%, #f4f4f4 80%, #e8e8e8 100%);
	
	border-bottom: 2px solid #d8d8d8;
}

table.list td.projects_itempreview
{
	height: 170px;
	
	background: linear-gradient(to bottom, white 0%, #f4f4f4 20%, #f4f4f4 80%, #e8e8e8 100%);
	
	border-bottom: 2px solid #d8d8d8;
}


table.list td.graphpanel
{
	height: 115px;
	
	background: linear-gradient(to bottom, white 0%, #f4f4f4 20%, #f4f4f4 80%, #e8e8e8 100%);

	border-bottom: 2px solid #d8d8d8;
	font-family: Helvetica;
	font-size: 15px;
	
	position: relative;
}

table.list td.graphpanel div.parent_of_graph
{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}
table.list td.graphpanel div.graph_loader
{
	position: absolute;
	top: 20px;
	width: 100%;
	height: 80px;
	text-align: center;
	vertical-align: center;
    flex-wrap: nowrap;
}
table.list td.graphpanel div.graph_loader div.left
{
	width: calc(50% - 20px);
}
table.list td.graphpanel div.graph_loader div.right
{
	width: calc(50% - 20px);
}

td.projects_itempreview div.graphpanel
{
	border-bottom: 2px solid #d8d8d8;
	font-family: Helvetica;
	font-size: 15px;
}
table.list td.itempreview div.listpreview_item
{
	border: 0px solid transparent;
	
	background: transparent;
}

div.empty
{
	background: #fff;
	height: calc(100vh - 60px);
	line-height: calc(100vh - 60px);
	text-align: center;
	vertical-align: center;
	font-size: 20px;
	color: #aaa;
}
table.list tr.empty
{
	background: #fff;
	height: calc(100vh - 130px);
	text-align: center;
	vertical-align: center;
}
table.list tr.empty td
{
	font-size: 20px;
	color: #aaa;
}
table.list tr.loading
{
	background: #fff;
	height: 80px;
}
table.list tr.loading td.parent_of_loader
{
	height: 100%;
}

input.filter
{
	/* -webkit-appearance: none; */
	font-size: 15pt;
	width: 140px;
	padding: 6px;
	min-height: 30px;
	text-align: center;
}
input.clear
{
	/* -webkit-appearance: none; */
	font-size: 15px;
	float: left;
	width: 68px;
	min-height: 30px;
	text-align: center;
	padding-left: 0px;
}
input.add
{
	/* -webkit-appearance: none; */
	font-size: 15pt;
	width: 120px;
	padding: 6px;
	min-height: 30px;
	text-align: center;
	margin-left: 50px;
}
span.count
{
	margin: 0px 0px 0px 40px;
	color: #666;
}

div.item
{
	width: 100%;
	display: flex;
	overflow: scroll;
	scroll-behavior: smooth;
}
div.item div.info
{
	width: 260px;
}
div.item div.page_preview
{
	width: calc(100% - 260px);
	height: calc(100vh - 46px);

    position: relative;
	/*
    width: 600px;
    height: 400px; */
    border: 0px solid #ddf;
}
div.item div.page_preview div.background
{
	width: 100%
	height: calc(100vh - 45px);
	min-height: calc(100vh - 45px);
	max-height: calc(100vh - 45px);
	
	text-align: center;
}
div.item div.page_preview div.loading_background
{
	filter: blur(5px);
}
div.item div.page_preview div.background img
{
	max-width: calc(100vw - 260px);
	height: auto;
}
div.page_preview div.background div.top
{
	height: calc(50vh - 23px - 10px);
}
div.page_preview div.background div.center
{
	line-height: 20px;
	font-size: 18px;
	color: #444;
	text-align: center;
	vertical-align: center;
}
div.page_preview div.background label
{
	line-height: 30px;
	font-size: 18px;
	display: block;
}


div.item div.info div.status_free
{
	width: fit-content;
	min-width: 50px;
	height: 24px;
	line-height: 24px;
	border-radius: 12px;
	padding: 0px 12px;
	margin: 0px;
}
div.item div.info div.status_reserved
{
	width: fit-content;
	min-width: 50px;
	height: 24px;
	line-height: 24px;
	border-radius: 12px;
	padding: 0px 12px;
	margin: 0px;
}
div.item div.info div.status_sold
{
	width: fit-content;
	min-width: 50px;
	height: 24px;
	line-height: 24px;
	border-radius: 12px;
	padding: 0px 12px;
	margin: 0px;
}


div.page_preview div.loading div.top
{
	height: 10px;
}
div.page_preview div.loading
{
	background: #fff;
	text-align: center;
	vertical-align: center;

	width: 140px;
	height: 130px;
	min-width: 140px;
	min-height: 130px;
	max-width: 140px;
	max-height: 130px;

	position: absolute;
	left: calc(50% - 70px);
	top: calc(50% - 65px);
	text-align: center;

	border: 0px solid transparent;
	border-top: 1px solid #dddddd77;
	border-left: 1px solid #dddddd77;
	box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
}
div.page_preview div.loading div.center
{
	position: relative;
	left: calc(50% - 20px);
	text-align: center;
	height: 80px;
}

div.page_preview div.loading div.center div.loader
{
	width: 40px;
	height: 80px;
}

div.page_preview div.loading div.bottom
{
	height: 60px;
	line-height: 20px;
	font-size: 20px;
	color: #666;
	text-align: center;
	vertical-align: top;
}


div.item div.property div.title
{
	margin: 6px 12px;
	width: 92px;
	display: inline-block;
	font-weight: bold;
}
div.item div.property div.value
{
	margin: 6px 12px;
	display: inline-block;
}
div.item div.contact div.title
{
	width: 45px;
}
div.item div.email
{
	display: block;
}
div.item div.phone
{
	display: block;
}
div.item div.url
{
	display: block;
}

div.item canvas.preview_graph
{
	height: 80px;
	margin-left: 5px;
	margin-right: 5px;
}
div.graph_panel
{
	margin: 5px;
}
div.graph_panel:hover
{
	background-color: #eee;
	cursor: pointer;
	margin: 5px;
	border-radius: 6px;
}

div.all_prices
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
}

div.all_prices div.parent_of_parent_of_parent_of_graph
{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;

    display: flex;
    justify-content: center;
    align-items: center;
}

div.all_prices div.parent_of_parent_of_graph
{
	width: 800px;
	height: 160px;
	background-color: white;
	
	border: 0px solid transparent;
	border-top: 1px solid #dddddd77;
	border-left: 1px solid #dddddd77;
	box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	
	margin: 50px;
	padding: 20px;
	position: relative;
}
div.all_prices div.parent_of_graph
{
	width: 100%;
	height: calc(100% - 0px);
	background-color: #f5f5f5;
}

div.item div.property
{
}
div.item div.property div
{
	margin: 10px;
	display: inline-block;
}
div.item div.property label
{
	font-weight: bold;
}
div.item div.image
{
	padding: 10px;
	padding-bottom: 2px;
}
div.item div.image img.image
{
	border-radius: 6px;
	width: 240px;
	height: 240px;
	margin: 0px;
}

div.item div.map_preview
{
	padding: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
}

div.item div.map_preview img.image
{
	border-radius: 6px;
	width: 240px;
	height: 80px;
	margin: 2px;
	object-fit: cover;
	object-position: center center;
	border: solid 0px transparent;
}
div.item div.map_preview img.image:hover
{
	cursor: pointer;
	filter: brightness(1.06);
}


div.item_map_panel
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
}

div.item_map_panel div.parent_of_map
{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;

    display: flex;
    justify-content: center;
    align-items: center;
}
div.item_map_panel div.parent_of_map div.parent_of_parent_of_map
{
	width: 100vh;
	height: 70vh;
	background-color: white;
	
	border: 0px solid transparent;
	border-top: 1px solid #dddddd77;
	border-left: 1px solid #dddddd77;
	box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.25);
	border-radius: 6px;
	
	margin: 50px;
	position: relative;
}
div.item_map_panel div.map
{
	border-radius: 6px;
	margin: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
}

div.parent_of_parent_of_parent_of_graph div.close_button
{
    position: absolute;
    top: 0px;
    right: 0px;
}
div.parent_of_parent_of_map div.close_button
{
    position: absolute;
    top: 0px;
    right: 0px;
}


div.close_button
{
    position: absolute;
    top: 0px;
    right: 0px;
    color: black;
    background-color: white;
    border: none;
    border-radius: 6px;
    width: 44px;
    height: 44px;
    cursor: pointer;
	z-index: 9999999;
}
div.close_button svg
{
	stroke: #333;
	stroke-width: 0.1px;
    width: 20px;
    height: 20px;
	margin: 12px;
}

div.close_button:hover svg
{
	stroke: #777;
}




table.filter
{
	font-size: 13px;
	font-weight: normal;
}
th.title
{
	font-weight: normal;
	height: 14px;
	line-height: 14px;
	font-height: 10px;
}
th.title div
{
	padding-left: 6px;
}
table.filter tr.header th.project
{
	width: 295px;
	min-width: 295px;
	max-width: 295px;
}

table.list th.header
{
	padding: 0px;
}
table.list td div.itempreview
{
	padding: 0px;
	margin: 0px;
}
table.list td div.projects_itempreview
{
	padding: 0px;
	margin: 0px;
}


table.list td
{
	padding: 0px 6px;
	height: 50px;
	text-align: left;
	font-size: 15px;
	border: solid 0px transparent;
}
table.list thead
{
    position: sticky;
    top: 0;
    z-index: 1000;
	background-color: #ddd;
}
table.list
{
	font-family: Helvetica;
}
table.list th
{
	padding: 4px 5px 4px 4px;
	text-align: left;
	font-size: 14px;
	border: solid 0px transparent;
}
table.list tr.header th.counter
{
	width: 20px;
}
table.list tr.header th.id
{
	width: 50px;
}
table.list tr.header th.project
{
	width: 324px;
	min-width: 324px;
	max-width: 324px;
}
table.list tr.header td.balcony_loggia_terrace
{
	width: 200px;
	min-width: 200px;
	max-width: 200px;
}
table.list tr.header td.garden_land
{
	width: 150px;
	min-width: 150px;
	max-width: 150px;
}
table.list tr.header th.type
{
	width: 100px;
	min-width: 100px;
	max-width: 100px;
}
table.list tr.header th.floor
{
	width: 80px;
	min-width: 80px;
	max-width: 80px;
}
table.list tr.filter th.project
{
	display: flex;
}
table.list tr.filter th.project
{
	width: 300px;
	min-width: 300px;
	max-width: 300px;
}
table.list tr.filter th.project input
{
	margin-left: 0px;
	width: 310px;
	min-width: 310px;
	max-width: 310px;
}

table.list tr.filter th.project button.search_project
{
	width: 30px;
	height: 30px;
	min-height: 30px;
	max-height: 30px;
	font-size: 15px;
	border: 0px solid #888;
	border-radius: 5px;
	padding: 0px;
	padding-left: 7px;
	margin: 0px 0px;
	text-align: left;
	background-color: transparent;

	stroke: #444;
	position: relative;
	left: -38px;
}
table.list tr.filter th.project button.search_project:hover
{
	stroke: #08f;
}
table.list tr.filter th.project button.search_project:active
{
	stroke: #08f;
}
table.list tr.filter th.project button.disabled
{
	stroke: #ddd;
}
table.list tr.filter th.project button.disabled:hover
{
	stroke: #ddd;
}

table.list tr.filter th.project button.search_project svg
{
	width: 22px;
	height: 22px;
	padding-top: 6px;
}


table.list tr.header th.type
{
	width: 162px;
	min-width: 162px;
	max-width: 162px;
}
table.list tr.filter th.type select
{
	width: 162px;
}

table.list tr.header th.rooms
{
	width: 65px;
	min-width: 65px;
	max-width: 65px;
}
table.list tr.filter th.rooms select
{
	width: 65px;
}
table.list tr.header th.area
{
	width: 112px;
	min-width: 112px;
	max-width: 112px;
}
table.list tr.filter th.area select
{
	width: 112px;
	font-size: 13px;
}
table.list tr.header th.exterior_areas
{
	width: 250px;
	min-width: 250px;
	max-width: 250px;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
}
table.list tr.filter th.exterior_areas
{
	text-align: center;
}
@media (max-width: 1438px)
{
	table.list th.exterior_areas,
	table.list td.exterior_areas
	{
		display: none;
	}
}

table.list tr.header th.price
{
	width: 165px;
	min-width: 165px;
	max-width: 165px;
}
table.list tr.filter th.price select
{
	width: 165px;
	font-size: 13px;
}
table.list tr.header th.status
{
	width: 127px;
	min-width: 127px;
	max-width: 127px;
}
table.list tr.filter th.status select
{
	width: 127px;
}
table.list td.itempreview
{
	padding: 0px;
}
table.list td.projects_itempreview
{
	padding: 0px;
}

table.list tr td
{
	padding-left: 15px;
}
table.list tr td.exterior_areas
{
	padding-left: 0px;
	padding-right: 0px;
}

table.list tr td.image_and_link
{
	padding-left: 0px;
}
table.list tr:nth-child(even) td
{
	background-color: #f1f1f1;
}
table.list td.counter
{
	padding-left: 15px;
	width: 25px;
	min-width: 25px;
	max-width: 25px;
	background-color: #1F8AFF;
}
table.list tr.filter input.clear_filter
{
	margin-left: 0px;
	width: 68px;
	min-width: 68px;
	max-width: 68px;
	padding: 0px;
	text-align: center;
	color: white;
	background-color: #4A4A4A;
	border: solid 0px black;
}
table.list tr.filter input.clear_filter:hover
{
	background-color: #666;
	cursor: pointer;
}

div.status_free
{
	background-color: #4d4;
	color: #fff;
	max-width: 85px;
	padding: 0px 3px;
	border-radius: 12px;
	font-size: 15px;
	text-align: center;
}
div.status_reserved
{
	background-color: #dc0;
	color: #fff;
	max-width: 85px;
	padding: 0px 3px;
	border-radius: 12px;
	font-size: 15px;
	text-align: center;
}
div.status_sold
{
	background-color: #e33;
	color: #fff;
	max-width: 85px;
	padding: 0px 3px;
	border-radius: 12px;
	font-size: 15px;
	text-align: center;
}

div.status_free:hover
{
	background-color: #70e870;
	cursor: pointer;
}
div.status_reserved:hover
{
	background-color: #f0e077;
	cursor: pointer;
}
div.status_sold:hover
{
	background-color: #f77;
	cursor: pointer;
}
div.status_free a
{
	color: white;
}
div.status_free a:hover
{
	color: white;
	text-decoration: none;
}
div.status_reserved a
{
	color: white;
}
div.status_reserved a:hover
{
	color: white;
	text-decoration: none;
}
div.status_sold a
{
	color: white;
}
div.status_sold a:hover
{
	color: white;
	text-decoration: none;
}

table.list td.status
{
	padding-left: 10px;
	padding-right: 10px;
}
table.list td.status div.status_free
{
	height: 28px;
	line-height: 28px;
	min-width: calc(100% - 0px);
	max-width: calc(100% - 0px);
	border-radius: 14px;
	padding: 0px 0px;
	margin: 0px;
}
table.list td.status div.status_reserved
{
	height: 28px;
	line-height: 28px;
	min-width: calc(100% - 12px);
	max-width: calc(100% - 12px);
	border-radius: 14px;
	padding: 0px 6px;
	margin: 0px;
}
table.list td.status div.status_sold
{
	height: 28px;
	line-height: 28px;
	min-width: calc(100% - 12px);
	border-radius: 14px;
	padding: 0px 6px;
	margin: 0px;
}


div.contact_page
{
	color: #222;
	background-color: #FEFDFC;
	padding: 20px;
	display: flex;
	justify-content: center;
	font-size: 16px;
}
div.contact_page div.content
{
	width: calc(100% - 0px);
	max-width: 800px;
}
div.contact_page div.grid-parent
{
	width: 100%;

	text-align: center;
}
div.contact_page div.grid
{
	justify-content: center;
	overflow: hidden;
	height: calc(54px * 5);
}
div.contact_page div.grid img
{
	width: 50px;
	height: 50px;
}
div.contact_page img.large_icon
{
	width: 360px;
	border-radius: 10px;
}
div.contact_page div.vertical_space
{
	height: 20px;
}
div.contact_page div.about
{
	justify-content: center;
}
div.contact_page div.vertical_small_space
{
	height: 30px;
}
div.contact_page div.line
{
    justify-content: center;
    align-items: center;
	display: flex;
	
    margin-top: 40px;
}
div.contact_page div.text
{
    margin-left: 10px;
    margin-bottom: 20px;
	
	line-height: 20px;
	font-size: 18px;
	font-family: Helvetica;
	text-indent: 1em;
	line-height: 1.5em;
}
div.contact_page div.bottom_line
{
    justify-content: center;
    align-items: center;
	display: flex;
	
	height: 30px;
}
div.contact_page div.bottom_line div.left
{
	width: 150px;
	font-weight: bold;
	text-align: right;
	margin-right: 10px;
	color: black;
}
div.contact_page div.bottom_line div.right
{
	width: 250px;
	text-align: left;
	margin-left: 10px;
}
div.contact_page div.name
{
	font-size: 48px;
	color: #48e;
	font-family: "Helvetica Neue", Arial, sans-serif;
	text-weight: bold;
	text-transform: lowercase;
}
div.contact_page img.logo
{
	margin-bottom: 5px;
	width: 60px;
}
div.header_title div.name
{
	font-size: 26px;
	color: #78BBFF;
	margin: 4px 0px;
	font-family: "Helvetica Neue", Arial, sans-serif;
	/*font-style: italic;*/
	text-weight: bold;
	/*text-transform: uppercase;*/
	text-transform: lowercase;
}

div.contact_page div.version
{
    text-align: center;
	font-size: 15px;
	line-height: 20px;
	height: 20px;
	margin: 0px;
	color: #bbb;
}
div.contact_page div.main_title
{
    text-align: center;
	font-size: 14px;
	line-height: 24px;
	height: 30px;
	margin: 0px;
	color: #333;
	font-weight: bold;
}
div.contact_page div.title
{
	width: 100%;
	
    font-size: 1.5em;
    font-weight: bold;
    color: #5586E7;
    margin-bottom: 20px;
}
div.contact_page div.contact div.line
{
	line-height: 30px;
	height: 30px;
}
div.contact_page div.seprator
{
	height: 20px;
    border-bottom: 1px solid #ddd;
    margin: 20px 0;
}

div.contact_page ul.section
{
    list-style-type: none;
    padding-left: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
    margin: 20px 0px;
}
div.contact_page ul.section li.section
{
	flex: 1 1 400px;
	box-sizing: border-box;
	min-width: 340px;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}


div.contact_page div.stats
{
    max-width: 300px;
    margin: auto;
    border: 1px solid #ddd;
    border-radius: 12px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

div.contact_page div.stats .table-header
{
    background: linear-gradient(to bottom, #555, #444);
    color: white;
    font-weight: bold;
    padding: 6px 12px;
    text-align: center;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    margin: 0;
}

div.contact_page div.stats table
{
    width: 100%;
    border-collapse: collapse;
}

div.contact_page div.stats table td
{
    padding: 16px 20px;
    font-size: 16px;
    border-bottom: 1px solid #eee;
}

div.contact_page div.stats table td:last-child
{
    text-align: right;
    font-weight: bold;
}

div.contact_page div.stats table tr:last-child td
{
    border-bottom: none;
}

div.contact_page ul.section li strong
{
    display: block;
    font-size: 20px;
    color: #5586E7;
    margin-top: 5px;
    margin-bottom: 20px;
}
div.contact_page div.table_container
{
	display: flex;
	justify-content: center;
}
div.contact_page ul.section li div.text_container
{
	margin: 10px;
	margin-bottom: 30px;
	min-height: 50px;
}
div.contact_page ul.section li span.text
{
    margin-left: 0px;
    margin-bottom: 0px;
	
	line-height: 20px;
	font-size: 16px;
	font-family: Helvetica;
	text-indent: 1em;
	line-height: 1.5em;
}
div.contact_page ul.section div.picture_container
{
    justify-content: center;
    align-items: center;
	display: flex;
}
div.contact_page ul.section img.picture
{
	min-width: 320px;
	border-radius: 10px;
}

div.contact_page div.text div.picture_container
{
    justify-content: center;
    align-items: center;
	display: flex;
}
div.contact_page div.text img.picture
{
	min-width: 320px;
	border-radius: 10px;
}

div.autocomplete_suggestions
{
	width: 300px;
	max-height: calc(100vh - 120px);
	
	position: fixed;
	top: 105px;
	left: 7px;
	z-index: 9999;
	background-color: white;

	overflow-x: hidden;
	overflow-y: scroll;
	scroll-behavior: smooth;
}
div.autocomplete_suggestions div.header_item
{
	width: 100%;
	height: 22px;
	border-top: 0px solid transparent;
	background-color: #444;
	color: #fff;
	overflow: hidden;
	font-weight: bold;
}
div.autocomplete_suggestions div.header_item div.title
{
	float: left;
	line-height: 22px;
	margin-left: 10px;
	font-size: 12px;
}
div.autocomplete_suggestions div.header_item div.title_count
{
	float: right;
	line-height: 22px;
	margin-right: 6px;
	font-size: 12px;
	text-align: center;
}

div.autocomplete_suggestions div.town
{
	width: 100%;
	height:40px;
	border-top: 1px solid #888;
	background-color: #fff;
	overflow: hidden;
}
div.autocomplete_suggestions div.town:hover
{
	background-color: #eee;
	cursor: pointer;
}
div.autocomplete_suggestions div.town div.title
{
	line-height: 40px;
	margin-left: 5px;
	float: left;
}
div.autocomplete_suggestions div.town div.counts
{
	font-size: 16px;
	line-height: 36px;
	margin: 2px;
	margin-right: 15px;
	float: right;
	width: 50px;
	text-align: right;
}

div.autocomplete_suggestions div.project
{
	width: 100%;
	height: 60px;
	border-top: 1px solid #888;
	background-color: #fff;
	overflow: hidden;
}
div.autocomplete_suggestions div.project img.preview
{
	width: 56px;
	height: 56px;
	margin: 2px;
	border-radius: 5px;
	float: left;
}
div.autocomplete_suggestions div.project:hover
{
	background-color: #eee;
	cursor: pointer;
}
div.autocomplete_suggestions div.project div.title
{
	line-height: 60px;
	margin-left: 10px;
	float: left;
}
div.autocomplete_suggestions div.project div.counts
{
	font-size: 16px;
	line-height: 56px;
	margin: 2px;
	margin-right: 15px;
	float: right;
	width: 50px;
	text-align: right;
}


div.allow_cookies
{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.25);
	z-index: 9999;
	justify-content: center;
	align-items: center;
}


div.allow_cookies div.content img
{
	margin-top: 5px;
}
div.allow_cookies div.content
{
	width: fit-content;
	height: fit-content;
	font-size: 16px;
	padding: 15px;

	background-color: white;
	box-shadow: 2px 13px 13px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	
	position: relative;
}
div.allow_cookies div.content div.image-container
{
    position: relative;
    display: inline-block;
}

div.allow_cookies div.content div.image-container img
{
    display: block;
}

div.allow_cookies div.content div.centered-content
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -49%);
    padding: 10px;
}

div.allow_cookies div.content div.centered-content div.middle_content
{
	background-color: white;
	width: 330px;
	height: 100px;
	padding: 15px 5px;
	border-radius: 3px;

	display: flex;
    text-align: center;
}

div.allow_cookies div.content img.icon
{
	width: 80px;
	height: 80px;
}
div.allow_cookies div.content div.image-container div.title
{
	height: 40px;
	line-height: 40px;
	font-size: 36px;
	color: #78BBFF;
	margin: 4px 0px;
	font-family: "Helvetica Neue", Arial, sans-serif;
	/*font-style: italic;*/
	text-weight: bold;
    text-align: justify;
}
div.allow_cookies div.content div.image-container div.text
{
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color: #222;
    text-align: justify;
}

div.allow_cookies div.content div.message
{
	font-family: "Helvetica Neue", Arial, sans-serif;
	max-width: 520px;
	margin: 20px 20px;
	line-height: 22px;
}
div.allow_cookies div.content div.buttons
{
    display: flex;
    justify-content: flex-end;
    gap: 10px;
	padding: 0px;
	margin-top: 10px;
}

div.allow_cookies div.content div.buttons input
{
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 15px;
	min-height: 36px;
	font-weight: bold;
	border: solid 0px black;
}
div.allow_cookies div.content div.buttons input.disable_cookies
{
	/* -webkit-appearance: none; */
	background-color: transparent;
	color: #000;
	width: 150px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
div.allow_cookies div.content div.buttons input.disable_cookies:hover
{
	background-color: #fff;
	cursor: pointer;
}
div.allow_cookies div.content div.enable_developer_mode
{
	width: 20px;
	height: 20px;
	background-color: #fafafa;
	/*background-color: #87B9F921;*/
}
div.allow_cookies div.content div.buttons input.allow_cookies
{
	/* -webkit-appearance: none; */
	/*background-color: #6bf;*/
	background-color: #1F8AFF;
	border-width: 0px;
	color: white;
	font-size: 15px;
	width: 150px;
	padding: 0px;
	text-align: center;
	margin: 0px;
}
div.allow_cookies div.content div.buttons input.allow_cookies:hover
{
	background-color: #1F8AFFCC;
	cursor: pointer;
}

div.allow_cookies div.grid
{
	width: 560px;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(50px, 1fr));
	gap: 5px;
}
div.allow_cookies div.item
{
	padding: 5px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
div.allow_cookies img
{
	width: 100%;
	height: auto;
	border-radius: 3px;
}




div.allow_cookies .container
{
    width: 510px;
    margin: 10px auto;
    font-family: sans-serif;
}

div.allow_cookies .setting
{
    border-top: 1px solid #eee;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

div.allow_cookies .setting:last-child
{
    border-bottom: none;
}

div.allow_cookies .setting-info
{
    flex-grow: 1;
}

div.allow_cookies div.container div.title
{
	font-size: 19px;
    font-weight: bold;
    margin-bottom: 15px;
	width: 100%;

	justify-content: center;
	align-items: center;
}
div.allow_cookies .setting-title
{
    font-weight: bold;
    margin-bottom: 6px;
}

div.allow_cookies .setting-count
{
    display: inline-block;
    background-color: #eee;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 0.8em;
    margin-left: 5px;
}

div.allow_cookies .setting-switch
{
    flex-shrink: 0;
	margin-left: 20px;
    border-radius: 10px;
	height: 100%;
}




div.prices_loader
{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	justify-content: center;
	align-items: center;
}

div.prices_loader div.content
{
	width: 100px;
	height: 100px;
	
	margin-left: calc((100% - 510px) / 2 + 450px);
	margin-top: calc(50vh - 50px);
}


div.mobile_not_supported
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(255, 255, 255, 1);
	z-index: 9999;
	padding: 20px;
}
div.mobile_not_supported div.panel
{
	width: calc(100% - 40px);
	height: calc(100% - 40px);

	font-size: 20px;
	line-height: 30px;
	text-align: center;
}

div.mobile_not_supported div.panel div.name
{
	font-size: 40px;
	line-height: 60px;
	color: #48e;
}

/*
 * Marker popup
 */
div.marker_popup
{
	
}
div.marker_popup img.project
{
	margin-top: -10px;
	margin-left: -16px;
	margin-right: -16px;
	width: calc(100% + 32px);
	height: auto;
	border-radius: 8px;
	text-align: center;
}
div.marker_popup div.title
{
	font-size: 12px;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: -8px;
	min-width: 100px;
	text-align: center;
}



.template
{
	display: none;
}
div.template
{
	display: none;
}
.hidden
{
	display: none;
	background-color: transparent;
}
div.hidden
{
	display: none;
	background-color: transparent;
}
.blur
{
	filter: blur(2px);
}
.flex
{
	display: flex;
}
.no_scroll
{
    height: 100vh;
    overflow: hidden;
}