/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#tabela-mieszkan,
#tabela-komorki {
  font-family: Manrope;
  font-size: 1.6rem;
  font-weight: 400;
}

table#tabela-mieszkan.dataTable.no-footer,
table#tabela-komorki.dataTable.no-footer {
  border-bottom: 0;
}

#tabela-mieszkan > thead > tr > th,
#tabela-komorki > thead > tr > th {
  font-family: Manrope;
  font-size: 1.6rem;
  color: #000000;

  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: none;
  border-width: 1px;
  border-color: #877156;
  
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 400;
}

#tabela-mieszkan > thead > tr > th:nth-child(2),
#tabela-komorki > thead > tr > th:nth-child(2) {
  border-left-style: solid;
}

#tabela-mieszkan > thead > tr > th:last-child,
#tabela-komorki > thead > tr > th:last-child {
  border-right-style: solid;
}

#tabela-mieszkan > tbody > tr:nth-child(odd) > td,
#tabela-mieszkan > tbody > tr:nth-child(even) > td,
#tabela-komorki > tbody > tr:nth-child(odd) > td,
#tabela-komorki > tbody > tr:nth-child(even) > td {
  font-weight: 400;
  text-align: center;
  /* background-color: #3f4a58; */
  color: #323232;
  border-width: 1px;
  border-color: #877156;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: none;
  vertical-align: middle;
  background-color: #ededed;
}

#tabela-mieszkan .oferta-klik:hover {
  cursor: pointer;
}

#tabela-mieszkan > tbody > tr > td > span.status-free {
  color: #1BBC00;
}

#tabela-mieszkan > tbody > tr > td > span.status-reserved {
  color: #877156;
}

#tabela-mieszkan > tbody > tr > td > span.status-sold {
  color: #88192a;
}

/* DT Mobile expand */
table.dataTable.dtr-column > tbody > tr > td.dtr-control::before,
table.dataTable.dtr-column > tbody > tr > th.dtr-control::before,
table.dataTable.dtr-column > tbody > tr > td.control::before,
table.dataTable.dtr-column > tbody > tr > th.control::before {
  top: 40%;
  left: 35%;
  height: 24px;
  width: 40px;
  margin-top: -0.5em;
  margin-left: -0.5em;
  display: block;
  position: absolute;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: Manrope;
  font-size: 0.7rem;
  line-height: 24px;
  content: "ROZWIŃ";
  color: #ffffff;
  background-color: #877156;
}

table.dataTable.dtr-column > tbody > tr.parent td.dtr-control::before,
table.dataTable.dtr-column > tbody > tr.parent th.dtr-control::before,
table.dataTable.dtr-column > tbody > tr.parent td.control::before,
table.dataTable.dtr-column > tbody > tr.parent th.control::before {
  content: "ZWIŃ";
  color: #ffffff;
  background-color: #877156;
}

.oferta-klik,
.tabela-button {
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  border-color: #877156;
  background-color: #877156;
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  text-transform: uppercase;
  font-size: 0.875;
  color: #ffffff !important;
  cursor: pointer;
}

.oferta-klik:hover,
.tabela-button:hover,
.oferta-klik:active,
.tabela-button:active,
.oferta-klik:focus,
.tabela-button:focus {
  border-color: #deb581;
  background-color: #deb581;
  color: #ffffff !important;
}

ul.dtr-details {
  text-align: left;
}

ul.dtr-details li span {
  margin-right: 12px;
}

/* DT Paginate */

.dataTables_wrapper .dataTables_paginate {
  float: none;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Manrope;
  font-weight: 400;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #fff !important;
  background-color: #877156;
  border: 1px solid transparent;
  border-radius: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: var( --e-global-color-text ) !important;
  border: 1px solid #877156;
  background-color: white;
  background: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: var( --e-global-color-text ) !important;
  border: 1px solid #877156;
  background-color: white;
  background: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #877156 !important;
  border: 1px solid #877156;
  background-color: #585858;
  background: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #877156;
  background: none;
}



@media screen and (max-width: 767px) {
  div.dataTables_paginate span {
    display: none;
  }
}

/* Filters */

#area-min,
#area-max {
  width: 65px;
}

.serach-amount {
  font-family: Manrope;
  font-weight: 400;
  font-size: 1.25rem;
  color: #292929;
}


/* Range Slider */
#slider-range-area .ui-widget-header,
#slider-range-room .ui-widget-header,
#slider-range-floor .ui-widget-header {
  background: #877156;
}

#slider-range-area,
#slider-range-room,
#slider-range-floor {
  border-radius: 0;
  border: 2px solid #877156;
}

#slider-range-area .ui-slider-handle,
#slider-range-room .ui-slider-handle,
#slider-range-floor .ui-slider-handle {
  border: 1px solid #ffffff;
  background: #877156;
  border-radius: 0;
}

.noUi-connect {
  background: #877156;
}

/* Tooltip */
.tooltip_templates {
  font-family: Manrope;
  font-size: 1.6rem;
  color: #363636;
}

#tooltip_content 
{
  font-family: Manrope;
}

#tooltip_count .tt-count-text {
  color: #000000;
}

#tooltip_content .tt-number,
#tooltip_count .tt-count-floor {
  margin-top: 8px;
  margin-bottom: 14px;
  color: #363636;
  font-weight: 600;
  font-size: 1.8rem;
  text-align: center;
}

#tooltip_content .tt-status,
#tooltip_count .tt-count {
  display: block;
  width: 100%;
  background-color: #877156;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 12px;
  text-transform: uppercase;
}

#tooltip_count .tt-count {
  margin-top: 12px;
  font-size: 1.8rem;
}

#tooltip_content .tt-status.zarezerwowany {
  background-color: #e3b57f;
  color: #ffffff;
}

#tooltip_content .tt-status.sprzedany {
  background-color: #e3b57f;
  color: #ffffff;
}

#tooltip_content .tt-area,
#tooltip_content .tt-rooms,
#tooltip_content .tt-pricem2,
#tooltip_content .tt-price {
  color: #363636;
  margin-bottom: 12px;
}

#tooltip_content .tt-rooms {
  text-align: center;
}

 #tooltip_content .tt-area-num, 
 #tooltip_content .tt-rooms-num,
 #tooltip_content .tt-pricem2-num,
 #tooltip_content .tt-price-num {
  font-weight: 700;
}

#tooltip_content button {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  color: #ffffff;
  border: 0; 
  padding: 10px 20px;
  font-size: 1.6rem;
  font-weight: 300;
  border-radius: 0;
  text-align: center;
  background-color: #877156;
}

#tooltip_content.zarezerwowany button {
  color: #ffffff;
  background-color: #e3b57f;
}

#tooltip_content.sprzedany button {
  background-color: #e3b57f;
}


#tooltip_content button:hover {
  background-color: #e3b57f;
  color: #ffffff;
}



#tooltip_content button:focus {
  background-color: #e3b57f;
  color: #ffffff;
}

.tooltipster-sidetip .tooltipster-box {
  background: #ffffff;
  border-radius: 0;
  border: 2px solid #877156;
}

.tooltipster-sidetip .tooltipster-box.zarezerwowany {
  border: 2px solid #e3b57f;
}

.tooltipster-sidetip .tooltipster-box.sprzedany {
  border: 2px solid #e3b57f;
}


.tooltipster-sidetip .tooltipster-content {
  margin-left: 16px;
  margin-right: 16px;
}

.tooltip_templates {
  display: none;
}

.price-history-indicator {
  font-size: 1.4rem;
  text-decoration: underline;
  cursor: pointer;
}

:root {
  --m1: #652B91;
  --m2: #922590;
  --m3: #8AC73C;
  --m4: #45B958;
  --sold: #000000;
  --reserved: #000000;
}

.viz-svg {
  position: relative;
}

.legnicka-viz3d {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
}

.legnicka-viz3d.osiedle path,
.legnicka-viz3d.mieszkania path,
.legnicka-viz3d.mieszkania rect
 {
  /* fill: #95c53e; */
  fill: #877156;
  fill-opacity: 0;
}

.legnicka-viz3d.osiedle path:hover {
  fill-opacity: 0.66;
  cursor: pointer;
}

.legnicka-viz3d.mieszkania path:hover,
.legnicka-viz3d.mieszkania rect:hover {
  fill-opacity: 0.66;
  cursor: pointer;
}

.legnicka-viz3d.mieszkania path[data-status="3"] {
  fill-opacity: 0.66;
  stroke-width: 0;
  stroke-opacity: 1;
  stroke: var(--sold);
  fill: var(--sold);
}

.legnicka-viz3d.mieszkania path[data-status="2"] {
  fill-opacity: 0.66;
  fill: #cdd336;
  stroke-width: 0;
  stroke-opacity: 1;
  stroke: #cdd336;
}	

div.viz-svg.parter,
div.viz-svg.first,
div.viz-svg.second,
div.viz-svg.third,
div.viz-svg.fourth,
div.viz-svg.fifth,
#viz3d-back,
#viz3d-legend {
  display: none;
}