@media print{

body{

    background:#fff !important;

    color:#000 !important;

    font-size:12pt;

}

.sidebar,

.navbar,

.btn,

.pagination,

.order-tabs,

.no-print{

    display:none !important;

}

.col-lg-10,

.col-md-9{

    width:100% !important;

    max-width:100% !important;

    flex:0 0 100% !important;

}

.card{

    border:none !important;

    box-shadow:none !important;

    margin-bottom:20px;

}

.table{

    width:100%;

    border-collapse:collapse;

}

.table th,

.table td{

    border:1px solid #000;

    padding:8px;

}

a{

    color:#000;

    text-decoration:none;

}

.chat-box{

    height:auto !important;

    overflow:visible !important;

}

.chat-message{

    max-width:100% !important;

}

.chat-body{

    background:#fff !important;

    border:1px solid #ccc;

}

}