@page{
    size: auto;   /* auto is the initial value */
    margin: 0;  /* this affects the margin in the printer settings */
}
.logo{
    margin-top: 10px;
}
.head{
    border-bottom: 2px solid #1E409B;
}
.xetop{
    border-top: 2px solid #1E409B;
}
.head .hospital_name{
    margin-top: 10px;
    color: #1F4099;
}
.head ul{
    margin-top: 15px;
}
.middle{
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
}
.footer{
    border-top: 2px solid #1E409B;
    position: fixed;
    bottom: 0px;
}
.table_background_1st{
    background-color: #EEEEEE;
}
.text-blod{
    font-weight: bold;
    font-size: 15px;
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td{
    padding: 3px
}
.table-condensed>tfoot>tr>td{
    font-size:11px;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{
    line-height: 1.128571429;
}
.print_margin{
    margin-left: 25px;
}
.left-side{
    border: 1px solid #ddd;
    margin-right: -25px;
}
h6{
    margin-top:-6px;
    margin-bottom: 3px;
}
.pagebreak { page-break-after: always; page-break-inside: avoid; }
.images img{
    margin-bottom: 10px;
}
#printable { page-break-inside: auto; }
#ert{
    page-break-after: always;
    page-break-inside: avoid;
}