/* Minification failed. Returning unminified contents.
(78,17): run-time error CSS1039: Token not allowed after unary operator: '-text-color'
(82,17): run-time error CSS1039: Token not allowed after unary operator: '-text-primary'
 */

div.body-content {
    padding-top: unset;
    padding-bottom: 75px;
}
/*This is the default bootstrap style - the BE does something silly to it.*/
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.footer {
    height: 50px;
}

.property-group-header {
    padding-top: 15px;
    padding-bottom: 10px;
}

.property-card .card-body {
    min-height: 300px;
    max-height: 300px;
    overflow-y:hidden;
    padding: 0.75rem;
}

hr.card-spacer {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

div.property-card img.card-img-top {
    height: 200px!important;
}

.occupancy-picker-dropdown {
    position: unset; /*Due to the changes in how the BE uses it vs the property group page.*/
}

.occupancy-picker-button {
    height: 40px;
}

.rate-superscript {
    line-height: 0.2;
    vertical-align: super;
    font-size: 0.60em;
}

.rate-value {
    font-weight: bolder;
}

.rate-occupancy {
    font-size: x-small;
    display: block;
    line-height: 1;
}

.no-availability-message {
    font-size: smaller;
}

.milenia-btn--huge {
    padding-top:9px!important;
    padding-bottom:9px!important;
}

.search-container .search-spacer {
    height:32px;
}

.property-description {
    color: var(--text-color);
}

.property-address {
    color: var(--text-primary);
}

.card, .card-footer {
    background-color:#ffffff!important;
}

.card-footer {
    border-top:none!important;
}

.selection-container {
    margin-top:17px;    
}
