﻿/*desktop search*/
@media print {
    body .container.body-content {
        width: 99%;
        max-width: none;
    }

    .navbar.navbar-inverse.navbar-fixed-top,
    .form-group,
    #filterSection,
    .lot-details,
    a.enlarge,
    a.locate,
    #streetViewCanvas a,
    #staticMapCanvas a,
    #streetViewCanvas_mobile a {
        display: none !important;
    }

    body .container.body-content .col-md-8 {
        width: 650px !important;
        height: 700px !important;
        page-break-before: always;
    }

    #mapCanvas,
    #mapCanvas > div {
        width: 650px !important;
        height: 700px !important;
        overflow: auto;
        border: solid 1px #000000;
        display: block;
    }

    .body-content.container .col-md-4 {
        width: 100%;
        float: none;
        position: static;
    }

    #lot-search-result-container {
        width: 100%;
        height: auto !important;
        overflow-y: auto;
        display: block;
    }

        #lot-search-result-container .result_row .item-text {
            width: auto;
        }

    /* Lot details print */
    div.detailsRight .lnkReadAllReviews,
    #close-link,
    #btnBuy,
    .mobileReviews,
    .reviewsBlock,
    .detailsReviewsTitle,
    .reportProblem,
    .reportProblem_mobile {
        display: none;
    }

    .rate-details{
        clear: both;
    }
}




