@font-face {
    font-family: 'bpdotsregular';
    src: url('../fonts/AdorshoLipi_20-07-2007.ttf') format('truetype');
    src: url("../fonts/Ubuntu-L.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;

}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #FAFAFA;
    font-family: 'bpdotsregular';
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.page {
    width: 160mm;
    min-height: 225mm;
    padding: 15mm 20mm 15mm 15mm;
    margin: 10mm auto;
    border-radius: 5px;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    padding-bottom: 0px;
}

.header {
    height: 30mm auto;
    text-align: center;
    /*margin-top: 7px;*/
}

.inside-margin {
    /*padding: 1cm;*/
    /*border: 1px silver solid;*/
    height: 195mm;
    outline: 2cm #FFFFF solid;
    position: relative;
}

.box-heading {
    border-bottom: 1px solid #8C8C8C;
    font-weight: bold;
    font-size: 16px;
}


.noborder {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white;
}

table {
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
    border-collapse: collapse;
    width: 100%;
}

table td, table th {
    border: 1px solid silver;
}

table tr:first-child th {
    border-top: 0;
}

table tr:last-child td {
    border-bottom: 0;
}

table tr td:first-child,
table tr th:first-child {
    border-left: 1px sloid silver;
}

table tr td:last-child,
table tr th:last-child {
    border-right: 1px sloid silver;
}
tr {
    /*line-height: 3px;*/
}

td {
    /*line-height: 10px;*/
}
.footer {
    border-top: 1px solid silver;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    font-style: italic;
    width: 100%;
    position: absolute;
    bottom: 0;
    margin-bottom: 2px;
    border-bottom-width: 1px;
}

.signature-footer {

    font-weight: bold;
    width: 100%;
    position: absolute;
    bottom: 0;
    margin-bottom: 2px;
}

.received-by {
    float: left;
    text-align: right;
    border-top: 1px dashed silver;
    margin-right: 40px;
    padding-top: 5px;
    padding-bottom: 5px;

}

.date {
    float: left;
    text-align: right;
    border-top: 1px dashed silver;
    padding-top: 5px;
    padding-bottom: 5px;
}

.authorized {
    float: right;
    text-align: right;
    border-top: 1px dashed silver;
    padding-top: 5px;
    padding-bottom: 5px;
}

.in-words {
    margin-top: 10px;
    font-weight: bold;
    margin-left: 3px;
    width: 100%;
}

.below-border {
    width: 100%;
    float: left;
    border-top: 5px solid silver;
    padding-bottom: 5px;
}

.below-border-footer {
    width: 100%;
    float: left;
    border-top: 5px solid silver;
    padding-bottom: 2px;
    text-align: center;
}

.terms {
    margin-top: 10px;
    font-weight: bold;
    margin-left: 3px;
    width: 100%;
}

.hide-me {
    height: 20px;
    position: absolute;
    z-index: 1;
    width: 100px;
}

@page {
    size: B5;
    margin: 0;
}

@media print {
    html, body {
        width: 160mm;
        height: 225mm;
    }

    .page {
        margin: 0;
        border: initial;
        border-radius: initial;
        width: initial;
        min-height: initial;
        box-shadow: initial;
        background: initial;
        page-break-after: always;
    }

    .hide-me {
        display: none;
    }
}

p {
    margin: 0px;
    padding: 0px;
}

.printbutton {
    margin-top: -100px;
    padding-top: 20px;
    padding-bottom: 30px;
}

.text-right{
    text-align: right;
}