/* katalog seznam */

.properties-list {
    width: 100%;
    margin-bottom: 5em;
    border-collapse: separate;
}

.properties-list th, .properties-list td {
    font-size: 15px;
    text-align: center;
    border-bottom: 1px solid #b4b4b4;
    box-sizing: border-box;
    font-weight: 500;
}

.properties-list thead {
    position: sticky;
    top: 80px;
    background-color: #ffffff;
    z-index: 3;
}

.properties-list thead th {
    background-color: #ffffff;
}

.properties-list a {
    padding: 12px 10px;
    text-decoration: none;
    display: block;
    color: #000000;
    text-decoration: none;
}

.properties-list .disposition a, .properties-list .pdf a { padding: 0; }

.properties-list th { text-transform: lowercase; }

.properties-list th.terrace { text-transform: none; }

.properties-list td { white-space: nowrap; }

.properties-list .stage a { text-align: center; }

.properties-list .stage img { width: 35px; }

.properties-list .stage .promo-icon { width: 50px; }

.properties-list td.flat { font-weight: 700; }

.properties-list .pdf { padding: 0 15px; }

.properties-list .pdf img { width: 17px; }

.properties-list td {
    background-color: #ffffff;
    transition: background-color 0.2s ease;
}

.properties-list tr:hover td { background-color: #f9fafa; }

.properties-list tr.prereserved td { background-color: #fffcf8; }

.properties-list tr.prereserved:hover td { background-color: #fef7ed; }

.properties-list tr.discount td { background-color: rgba(213, 133, 118, 0.3); }

.properties-list tr.discount:hover td { background-color: rgba(213, 133, 118, 0.5); }

.properties-list th a.active span {
    position: relative;
    display: inline-block;
}

.properties-list th a.active span:before {
    position: absolute;
    top: 0;
    left: -13px;
    font-size: 13px;
}

.properties-list th a.asc span::before { content: "\25B4"; }

.properties-list th a.desc span::before { content: "\25BE"; }

.properties-list tr td:first-of-type, .properties-list tr th:first-of-type {
    text-align: left;
    padding-left: 15px;
}

.properties-list td.price, .properties-list th.price {
    text-align: right;
}

.properties-list td.price span {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.properties-list td.price a {
    padding-top: 4px;
    padding-bottom: 4px;
}

.properties-list .price-strike {
    font-size: 12px;
    text-decoration: line-through;
}

.properties-list th.special-price, .properties-list th.special-price a {
    text-transform: uppercase;
    color: #69b3ac;
}

.properties-list th.discount, .properties-list th.discount a {
    text-transform: uppercase;
    color: #d58576;
}

.properties-list td.special-price,
.properties-list tr:hover td.special-price,
.properties-list tr.prereserved td.special-price
{
    background-color: #e8f4f3;
}

.properties-list td.discount,
.properties-list tr:hover td.discount,
.properties-list tr.prereserved td.discount
{
    background-color: #f8ece9;
    text-align: right;
}

.properties-list td.price a.button {
    background-color: #eb008b;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    padding: 9px 16px;
}

.properties-list td.price a.button br { display: none; }

.sm-padded {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}

.disposition-event {
    font-size: 9px;
}

@media screen and (max-width: 950px) {
    .properties-list .stage { display: none; }

    .properties-list td.price a.button {
        font-size: 11px;
        padding: 4px 12px;
    }

    .properties-list td.price a.button br { display: inline; }
}

@media screen and (max-width: 880px) {
    .properties-list-special .term { display: none; }
}

@media screen and (max-width: 750px) {
    .properties-list .term { display: none; }
}

@media screen and (max-width: 785px) {
    .properties-list-special .floor { display: none; }
}

@media screen and (max-width: 630px) {
    .properties-list .floor { display: none; }
}

@media screen and (max-width: 730px) {
    .properties-list-special .garden { display: none; }
}

@media screen and (max-width: 560px) {
    .properties-list .garden { display: none; }
}

@media screen and (max-width: 620px) {
    .properties-list-special .terrace { display: none; }

    .properties-list-special th, .properties-list-special td { font-size: 13px; }

    .properties-list-special a {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media screen and (max-width: 480px) {
    .properties-list .terrace { display: none; }

    .properties-list th, .properties-list td { font-size: 13px; }

    .properties-list a {
        padding-left: 5px;
        padding-right: 5px;
    }

    .properties-list-special .area { display: none; }

    .properties-list-special th, .properties-list-special td { font-size: 12px; }
}

@media screen and (max-width: 400px) {
    .properties-list-special .status { display: none; }
}
