@charset "utf-8";
/* CSS Document created by MANISH KUMAR Dated January 2023 for [[ At a Glance page ]] */
/* This document is generic for Print/Save/PDF All Printer features remains continue */
table th {text-align:center !important;}
@media screen {
html, body, table, th, td {
    font-size: 10pt;
}
table, th, td {color: #003399;}
table th {text-align:center !important;}
}
@media print {
  * {
    /*font-size: inherit !important;
    margin: inherit !important;*/
    padding: inherit !important;
    height: inherit !important;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: 125% !important;
  }
  body, table {
    line-height: 1 !important;
  }
  /* Table custom */
  table {
    margin-bottom: 0.5rem !important;
    overflow: visible;
  }
  table a {
    color: blue;
    border-bottom: none !important;
  }
  label {
    font-weight: normal;
  }
  /* Don't print link hrefs */
  a[href]:after {
    content: none;
  }
  .form-inline {
    display: flex;
    justify-content: center;
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .no-print {
    display: none !important;
  }
  /*@page {margin: 0;}*/
  @media (orientation: landscape) {
    .container {
      width: 100% !important;
    }
    table {
      font-size: xx-small !important;
    }
    table a > img {
      height: 5pt !important;
    }
    th, td {
      padding: 0 0.25rem !important;
    }
  }
  @media (orientation: portrait) {
    .container {
      padding: 0;
    }
    table {
      font-size: small !important;
    }
    table a > img {
      height: 6pt !important;
    }
    th, td {
	  line-height: 1 !important;
      padding: 0.125rem !important;
    }
  }
}