﻿body, .font-orange {
    color: #000 !important;
    font-size: 13px !important;
    background-color:none
}

header, footer {
    display: none;
}

.main-body {
    background: none;
    box-shadow: none;
}

#showprint {
    background-color: #fff;
    margin: 0px auto;
    padding: 20px 0 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    border-radius:4px;
     font-family: IRANSans, Tahoma;
}

.byekan-large {
    font-size: 15px !important;
}

.table th, .detail-address h3 {
    background-color: #eee !important;
    color: #000;
}

.table th, .table td {
    font-size: 13px;
}

.pad20T {
    padding-top: 0 !important;
}

.detail-address h3 {
    border-color: #ddd;
}

.detail-facilities-item {
    background: none;
    margin-right: 10px;
    float: none;
    display: table-cell;
    padding: 0;
}

.detail-summery {
    margin-bottom: 0 !important;
}

.mrg20B {
    margin-bottom: 10px !important;
}

.file_detail_contact_colright div.mrg5B {
    display: table-cell;
    padding-left: 10px;
    font-size: 15px;
}
.btn-default
{
    font-size:24px;
    padding:10px 30px 50px;
}
 .copyright
    {
        display:none
    }


@media print {
    body, .font-orange {
        background-color: #FFF;
    }

    .detail-photo-count {
        display: none;
    }

    .mrg20B {
        clear: both;
    }

    .pull-right {
        float: right !important;
    }

    #showprint .page-content-box {
        box-shadow: none;
        padding: 0 !important;
    }

    .btn2 {
        display: none;
    }

    #showprint {
        padding: 20px;
    }

   
}