#physical {
    margin: 15px;
}

table {
    text-align: center;
}

table .table__th-physical {
    background-color: #DAE8FC !important;
    border-color: #6C8EBF !important;
    vertical-align: middle !important;
}

table .table__th-product {
    background-color: #E1D5E7 !important;
    border-color: #9673A6 !important;
}

#download {
    text-align: center;
}

/* pdf表格樣式-安凝聚國際寶業有限公司 */
.logo{
    background: url('../../../views/fcfc-plastics/images/pdf-logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    width: 50%;
    text-align: right;
    height: 107px;
}
#physical .header-caption{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
}
#physical .header-caption .title{
    font-size: 40px;
}
#physical .header-caption .main{
    text-transform: capitalize;
    color: #004F9F;
}
#physical .header-caption .sub span,#physical .header-caption .main{
    font-weight: bold;
}
table .table__th-physical,table .table__th-product{
    background-color: #004F9F !important;
    color: #fff;
    border-color: #fff !important;
}
table .model,table .model .table__th-product{
    background-color: #508CC0 !important;
    color: #fff;
}
table .model th:first-child{
    font-weight: normal;
}
tbody th,tbody td{
    border: 1px solid #BED2E6 !important;
}
.bg-style{
    background-color: #E5EDF6;
    color: #004F9F;
    font-weight: bold;
}
.footer-caption{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #7AA6CE;
    padding: 10px;
    font-size: 16px;
    color: #898989;
}
.footer-info{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 5px solid #7AA6CE;
    padding: 10px;
}
.footer-info .desc .title{
    font-size: 20px;
    color: #004F9F;
    margin-bottom: 3px;
}
.footer-info .desc p{
    font-size: 14px;
    color: #B1B1B1;
    margin-bottom: 0;
}
.qrcode-wrap{
    text-align: right;
}
.qrcode-block{
    background: url('../../../views/fcfc-plastics/images/qrcode.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    width: 100%;
    text-align: right;
    height: 107px;
}
.qrcode-wrap .link{
    color: #004F9F;
    font-size: 20px;
}
#download {
    text-align: center;
    margin-top: 20px;
}
td.bg-style{
    background-color: #E5EDF6;
    color: #004F9F;
    font-weight: bold;
}
@media print {
    * {
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }
    td.bg-style{
        background-color: #E5EDF6;
        color: #004F9F;
        font-weight: bold;
    }
    .header-caption{
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin-bottom: 30px;
    }
    .header-caption .title{
        font-size: 40px;
    }
    .header-caption .main{
        text-transform: capitalize;
        color: #004F9F;
    }
    .header-caption .sub span, .header-caption .main{
        font-weight: bold;
    }
    table .table__th-physical,table .table__th-product{
        background-color: #004F9F !important;
        color: #fff;
        border-color: #fff !important;
    }
    table .model,table .model .table__th-product{
        background-color: #508CC0 !important;
        color: #fff;
    }
    #download {
        display: none;
    }
    .nav.nav-tabs{
        display: none;
    }
}
