﻿.print-logo {
    display: none;
}

.print {
    display: none;
}

@media print {

    @page {
        size: landscape;
    }

    @page :first {
        margin: 1cm;
        overflow: hidden;
    }

    a[href]:after {
        content: none !important;
    }

    body {
        font-size: 11px;
        line-height: 14px;
    }

    .container {
        overflow: hidden;
    }

    #headerAll {
        display: none;
    }

    #companyAction {
        display: none;
    }

    #companyLists {
        display: none;
    }

    #nearByResources {
        display: none;
    }

    .promotionVideoTabs {
        display: none;
    }

    #questionAndAnswerTabs {
        display: none;
    }

    .table-condensed > tbody > tr > td {
        /*line-height: 11px;*/
        padding: 1px;
    }

    /*.nav-tabs-ul {
        border: 1px solid #fff;
    }*/

    .nav-tabs-li {
        border: 1px solid #fff;
    }

    .adPanel {
        display: none;
    }

    .footerBody {
        display: none;
    }

    .mapFrame {
        border: none;
        width: 100%;
        height: 400px;
    }

    /*.col-md-4 {
        width: 33%;
        float: left;
    }*/

    /*.col-xs-4 {
        width: 30%;
        float: left;
    }

    .col-xs-8 {
        width: 60%;
        float: left;
    }*/

    .print-logo {
        display: block;
        width: 10%;
        height: 200px;
        float: left;
        background-color: lightgray;
        margin-top: 170px;
    }

    .print {
        display: block;
    }

    .noprint {
        display: none;
    }

    .page-break {
        page-break-after: always;
    }

    #containerBody {
        height: 800px !important;
    }

    /*.company {
        overflow: hidden;
    }*/

    .my-panel2 {
        width: 100%;
    }
}

.print, .print-logo {
    display: none
}

@media print {
    #companyAction, #companyLists, #headerAll, #nearByResources, #questionAndAnswerTabs, .adPanel, .footerBody, .promotionVideoTabs {
        display: none
    }

    @page {
        size: landscape
    }

    @page :first {
        margin: 1cm;
        overflow: hidden
    }

    a[href]:after {
        content: none !important
    }

    body {
        font-size: 11px;
        line-height: 14px
    }

    .container {
        overflow: hidden
    }

    .table-condensed > tbody > tr > td {
        padding: 1px
    }

    .nav-tabs-li {
        border: 1px solid #fff
    }

    .print, .print-logo {
        display: block
    }

    .mapFrame {
        border: none;
        width: 100%;
        height: 400px
    }

    .print-logo {
        width: 10%;
        height: 200px;
        float: left;
        background-color: #d3d3d3;
        margin-top: 170px
    }

    .noprint {
        display: none
    }

    .page-break {
        page-break-after: always
    }

    #containerBody {
        height: 800px !important
    }

    .my-panel2 {
        width: 100%
    }
}
