#user_mn {
    display: none;
}

#user_menu {
    display: none;
}

body {
    margin-left: 0 !important;
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    font-family: 'OpenSans-Regular', Verdana, Geneva, Tahoma, sans-serif;
}

a {
    font-size: 12px;
}

p {
    font-size: 12px;
}

.cancelled-border {
    font-size: 40px;
    border-radius: 15px;
    border: 3px solid red;
    padding: 18px;
    position: absolute;
    color: red;
    transform: rotate(-20deg);
    padding-top: 19px;
    padding-bottom: 24px;
    top: -2px;
    left: 100px;
}

table {
    box-shadow: unset;
}

em {
    font-size: 12px;
}

th {
    font-size: 12px;
}

td {
    font-size: 12px;
}

embed {
    font-size: 12px;
}

div {
    font-size: 12px;
}

.invoice-body .invoice-detail .tr1 {
    border-bottom: 1px solid #000;
}

.total-table {
    min-width: 379px;
    width: 100%;
    margin-top: 66px;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.invoice-body {
    font-size: 15px;
    overflow: hidden;
    font-weight: normal;
    line-height: 18px;
}

.invoice-body .invoice-detail,
table th,
td {
    padding-left: 0;
    padding: 2px;
    position: relative;
}

.total-table tr {
    border-bottom: 1px solid #ccc;
}

.total-table {
    text-align: right;
}

td {
    border-bottom: 1px solid #cccccc;
}

th {
    border-bottom: 1px solid #000000;
}

.invoice-body .invoice-detail .tr1 {
    border-bottom: 1px solid #000000;
}

.invoice-body .mr-3 {
    font-weight: bolder;
    font-size: 11px;
    width: 157px;
    min-width: 134px;
}

.invoice-body .m-buttom-10 {
    margin-bottom: 10px;
}

.flex-box {
    display: flex;
}

.invoice-body h1 {
    font-weight: bolder !important;
}

.inst {
    padding-bottom: 59px;
    padding-top: 51px;
}

.invoice-body .invoice-detail,
table {
    width: 100%;
}

.img {
    max-width: 50px;
}

@media (max-width:767px) {
    .invoice-body {
        padding: 10px;
    }


    .flex-box {
        display: block;
    }

    .total-table {
        min-width: unset;
        width: 100%;
        margin-top: 66px;
    }
}

@media print {
    .invoice-body {
        padding: 10px;
    }


    .flex-box {
        display: block;
    }

    .total-table {
        min-width: unset;
        width: 100%;
        margin-top: 66px;
    }

    .exclude-print {
        display: none !important;
    }
}