/* body {
    font-family: "Open Sans", sans-serif;
    color: #333333;
} */

.main {
    /* font-size: 18px; */
    padding: 2px;
    text-align: justify;
}

.row {
    padding-left: 3%;
    padding-right: 4%;
    padding-bottom: 4%;
    padding-top: 3%;
    text-align: justify;
}

/* .text-bold {
    font-weight: bold;
} */

/* .link {
    color: #000;
    text-decoration: none;
} */

.link:hover {
    color: #a52025;
    text-decoration: none;
}

table, th, td {
/* width:100%; */
border: 1px solid black;
border-collapse: collapse;
}

.logo {
    width: 150px;
}

.disbursal_table {
    width: 100%;
}

.disbursal_table tr td {
    border: 1px solid #222;
    padding: 5px;
}

ol.lower_alpha {
    list-style-type: lower-alpha;
}

.sub_table {
    width: 95%;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 5px;
}

.sub_table tr td {
    min-height: 20px;
}



.border{
    border:1px solid #dee2e6!important
}
.border-top{
    border-top:1px solid #dee2e6!important
}
.border-right{
    border-right:1px solid #dee2e6!important
}
.border-bottom{
    border-bottom:1px solid #dee2e6!important
}
.border-left{
    border-left:1px solid #dee2e6!important
}
.border-0{
    border:0!important
}
.border-top-0{
    border-top:0!important
}
.border-right-0{
    border-right:0!important
}
.border-bottom-0{
    border-bottom:0!important
}
.border-left-0{
    border-left:0!important
}
.border-primary{
    border-color:#007bff!important
}
.border-secondary{
    border-color:#6c757d!important
}
.border-success{
    border-color:#28a745!important
}
.border-info{
    border-color:#17a2b8!important
}
.border-warning{
    border-color:#ffc107!important
}
.border-danger{
    border-color:#dc3545!important
}
.border-light{
    border-color:#f8f9fa!important
}
.border-dark{
    border-color:#343a40!important
}
.border-white{
    border-color:#fff!important
}
.rounded{
    border-radius:.25rem!important
}
.rounded-top{
    border-top-left-radius:.25rem!important;
    border-top-right-radius:.25rem!important
}
.rounded-right{
    border-top-right-radius:.25rem!important;
    border-bottom-right-radius:.25rem!important
}
.rounded-bottom{
    border-bottom-right-radius:.25rem!important;
    border-bottom-left-radius:.25rem!important
}
.rounded-left{
    border-top-left-radius:.25rem!important;
    border-bottom-left-radius:.25rem!important
}
.rounded-circle{
    border-radius:50%!important
}
.rounded-0{
    border-radius:0!important
}
.text-center{
    text-align:center!important
}


/* body {
    background: rgb(204,204,204); 
  } */
  page {
    background: white;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5cm;
    box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
  }
  page[size="A4"] {  
    width: 50%;
    /* height: 29.7cm;  */
  }
  page[size="A4"][layout="landscape"] {
    width: 29.7cm;
    height: 21cm;  
  }
  page[size="A3"] {
    width: 29.7cm;
    /* height: 42cm; */
  }
  page[size="A3"][layout="landscape"] {
    width: 42cm;
    height: 29.7cm;  
  }
  page[size="A5"] {
    width: 14.8cm;
    height: 21cm;
  }
  page[size="A5"][layout="landscape"] {
    width: 21cm;
    height: 14.8cm;  
  }
  @media print {
    body, page {
      margin: 0;
      box-shadow: 0;
    }
  }

  .akara_logo {
    padding-top:14px;
    padding-left:27px;
  }
