.new-listings-container #generalBodyContainer > .generalPanelRight:not(#generalFooterContainer) {
    padding-bottom: 14px;
}

.new-listings-container #contenidoGeneralBody {
    background-color: #fff;
    margin: 0;
    max-width: 100% !important;
    padding-top: 0px;
}

.new-listings-container .survey-detail {
    display: none;
}

@media only screen and (min-width: 1430px)  {
    .new-listings-container #contenidoGeneralBody {
        padding-top: 40px;
    }
}

.new-listings-container #contenidoGeneralBody .emptyData {
    align-items: center;
    display: flex;
    font-weight: bold;
    justify-content: center;
    min-height: 600px;
}

@media only screen and (max-width: 1430px)  {
    .new-listings-container #generalBodyContainer,
    .new-listings-container .generalPanelRight {
        background-color: #fff !important;
    }
}

@media only screen and (min-width: 1430px)  {
    .new-listings-container #contenidoGeneralBody {
        background-color: #f8f8f8;
        min-height: 100%;
    }

    .new-listings-container #contenidoGeneralBody #generalBody {
        background-color: #fff !important;
        border-radius: 8px;
    }
}
