/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#tabela-mieszkan {
  font-family: Poppins;
  font-size: 1rem;
}

.e-font-icon-svg {
  width: 33px;
  height: 33px;
}

table#tabela-mieszkan.dataTable.no-footer {
  border-bottom: 0;
}

#tabela-mieszkan > thead > tr > th {
  text-transform: uppercase;
  background-color: #72bf44;
  color: #ffffff;
  border: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

#tabela-mieszkan > tbody > tr:nth-child(odd) > td,
#tabela-mieszkan > tbody > tr:nth-child(even) > td {
  font-weight: 400;
  text-align: center;
  background-color: #ffffff;
  color: #4e4e4e;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: solid !important;
  border-left-style: none;
  vertical-align: middle;
  border: 1px;
  border-color: #ebeef5;
}

button.oferta-klik,
a.pokaz-rzut {
  color: #ffffff;
  background-color: #72bf44;
  text-transform: uppercase;
  border: 0;
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
	border-radius: 0;
}

button.oferta-klik:hover,
a.pokaz-rzut:hover {
  color: #ffffff;
  background-color: #231f20;
}

@media screen and (max-width: 767px) {
  #tabela-mieszkan
    > tbody
    > tr.child
    > td.child
    > ul.dtr-details
    > li
    > span.dtr-data
    > a {
    padding-left: 5px;
    padding-right: 5px;
  }
}



#tabela-mieszkan > tbody > tr > td > span {
  padding-top: 8px;
  padding-bottom: 8px;
  display: block;
}

#tabela-mieszkan > tbody > tr > td > span.status-free {
  background-color: #72bf44;
  color: #ffffff;
}

#tabela-mieszkan > tbody > tr > td > span.status-reserved {
  background-color: #f2b100;
  color: #ffffff;
}

#tabela-mieszkan > tbody > tr > td > span.status-sold {
  background-color: #ff0000;
  color: #ffffff;
}

/* 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: 50%;
  height: 24px;
  width: 24px;
  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: "Poppins";
  line-height: 24px;
  content: "+";
  color: #3e4a58;
  background-color: #e2e7ed;
}

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: "-";
  color: #2f4635;
  background-color: #e2e7ed;
}


/* Tooltip */
.tooltip_templates {
  font-family: Poppins;
  font-size: 1rem;
  color: #231f20;
}

#tooltip_content .tt-number {
  margin-top: 8px;
  margin-bottom: 14px;
  color: #231f20;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
}

#tooltip_content .tt-status {
  display: block;
  width: 100%;
  background-color: #58983a;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 12px;
  text-transform: uppercase;
}

#tooltip_content .tt-status.dostępny,
#tooltip_content .tt-status.wolny {
  background-color: #72bf44;
  color: #ffffff;
}

#tooltip_content .tt-status.rezerwacja,
#tooltip_content .tt-status.zarezerwowany {
  background-color: #f2b100;
  color: #ffffff;
}

#tooltip_content .tt-status.sprzedane,
#tooltip_content .tt-status.sprzedany {
  background-color: #ff0000;
  color: #ffffff;
}

#tooltip_content .tt-area,
#tooltip_content .tt-rooms {
  margin-bottom: 12px;
	text-align: center;
}

#tooltip_content .tt-area-num,
#tooltip_content .tt-price-num {
  font-weight: 600;
}

#tooltip_content button {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  color: #ffffff;
  background-color: #72bf44;
  border: 2px;
  border-color: #72bf44;
  border-style: solid;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  border-radius: 0;
  text-align: center;
}

#tooltip_content button:hover {
  background-color: #231f20;
  color: #ffffff;
}

#tooltip_content button:focus {
  background-color: #231f20;
  color: #ffffff;
}

.tooltipster-sidetip .tooltipster-box {
  background: #ffffff;
  border: 2px solid #231f20;
  border-radius: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #231f20;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #231f20;
}

.tooltipster-sidetip .tooltipster-content {
  margin-left: 16px;
  margin-right: 16px;
  color: #231f20;
}

.tooltip_templates {
  display: none;
}