html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0; }
  
  img {
    border: 0; }
  
  svg:not(:root) {
    overflow: hidden; }
  
  figure {
    margin: 1em 40px; }
  
  hr {
    box-sizing: content-box;
    height: 0; }
  
  table {
    border-collapse: collapse;
    border-spacing: 0; }
  
  td,
  th {
    padding: 0; }
  
  *, *:before,
  *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  
  @media print {
    *,
    *:before,
    *:after {
      background: transparent !important;
      color: #000 !important;
      box-shadow: none !important;
      text-shadow: none !important; }
    tr,
    img {
      page-break-inside: avoid; }
    img {
      max-width: 100% !important; }
    p,
    h2,
    h3 {
      orphans: 3;
      widows: 3; }
    h2,
    h3 {
      page-break-after: avoid; }
    .table {
      border-collapse: collapse !important; }
      .table td,
      .table th {
        background-color: #fff !important; } }
  
  h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit; }
  
  h1,
  h2,
  h3 {
    margin-top: 20px;
    margin-bottom: 10px; }
  
  h4,
  h5,
  h6 {
    margin-top: 10px;
    margin-bottom: 10px; }
  
  h1 {
    font-size: 36px; }
  
  h2 {
    font-size: 30px; }
  
  h3 {
    font-size: 24px; }
  
  h4 {
    font-size: 18px; }
  
  h5 {
    font-size: 14px; }
  
  h6 {
    font-size: 12px; }
  
  p {
    margin: 0 0 10px; }
  
  .text-left {
    text-align: left; }
  
  .text-right {
    text-align: right; }
  
  .text-center {
    text-align: center; }
  
  .text-lowercase {
    text-transform: lowercase; }
  
  .text-uppercase {
    text-transform: uppercase; }
  
  .text-capitalize {
    text-transform: capitalize !important; }
  
  ul,
  ol {
    margin-top: 0;
    margin-bottom: 10px; }
    ul ul,
    ul ol,
    ol ul,
    ol ol {
      margin-bottom: 0; }
  
  .list-unstyled {
    padding-left: 0;
    list-style: none; }
  
  .list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px; }
    .list-inline > li {
      display: inline-block;
      padding-left: 5px;
      padding-right: 5px; }
  
  table {
    background-color: transparent; }
  
  th {
    text-align: left; }
  
  .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px; }
    .table > thead > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > th,
    .table > tbody > tr > td,
    .table > tfoot > tr > th,
    .table > tfoot > tr > td {
      padding: 8px;
      line-height: 1.42857;
      vertical-align: top;
      border-top: 1px solid #ddd; }
    .table > thead > tr > th {
      vertical-align: bottom;
      border-bottom: 2px solid #ddd; }
    .table > thead:first-child > tr:first-child > th,
    .table > thead:first-child > tr:first-child > td {
      border-top: 0; }
    .table > tbody + tbody {
      border-top: 2px solid #ddd; }
    .table .table {
      background-color: #fff; }
  
  .table-condensed > thead > tr > th,
  .table-condensed > thead > tr > td,
  .table-condensed > tbody > tr > th,
  .table-condensed > tbody > tr > td,
  .table-condensed > tfoot > tr > th,
  .table-condensed > tfoot > tr > td {
    padding: 5px; }
  
  table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column; }
  
  table td[class*="col-"],
  table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell; }
  
  body {
    font-family: Arial, sans-serif !important;
    font-size: 1.4rem;
    color: #697279;
    line-height: 1.7;
    font-weight: 400;
    background: #fff !important;
    margin: 0; }
  
  .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: normal !important;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-image: linear-gradient(90deg, #5dc9ff 0%, #639af5 50%, #595eff 100%);
    background-image: -moz-linear-gradient(90deg, #5dc9ff 0%, #639af5 50%, #595eff 100%);
    background-image: -webkit-linear-gradient(90deg, #5dc9ff 0%, #639af5 50%, #595eff 100%);
    background-image: -ms-linear-gradient(90deg, #5dc9ff 0%, #639af5 50%, #595eff 100%);
    border-image-slice: 1;
    border-radius: 10px; }
    .badge:empty {
      display: none; }
 
      strong, b {
        font-weight: bold; }
      
      .printview-container .page-content {
        margin-left: 0px;
        margin-top: 0px;
        height: 100%; }
      
      .printable {
        margin: auto; }
        .printable table:not(:first-child) {
          margin-top: 100px; }
  
      .u-margin-bottom-none {
        margin-bottom: 0px !important; }
      .u-margin-top-none {
          margin-top: 0px !important; }
      
      .badge-table {
        margin-top: -1px !important; }
      
      table.table td {
        border-top: 0 !important; }
      
      table.table th {
        font-weight: normal !important; }
      
      .table-border tr td, tr.table-border td {
        border-bottom: 1px solid #f2f5f6 !important; }
      
      td.paid {
        color: #AB47BC !important; }
      
      td.text-blue em {
        color: #0288D1; }
      
      .supplier-heading td, .supplier-heading th {
        background-color: #E7ECF1 !important;
        color: #000 !important;
        border-top: 1px solid transparent !important;
        font-size: 1.4rem;
        padding: 5px 10px; }
      
      .supplier-heading span {
        font-size: 1.2rem; }
      
      .program-heading td, .program-heading th {
        color: #0288D1 !important;
        border-top: 1px solid transparent !important;
        font-size: 1.6rem; }
      
      td table tr td, td table tr th {
        page-break-inside: auto; }
      
      .printable {
        font-size: 1.4rem;
        margin: auto !important;
        background-color: #fff;
        padding: 20px; }
        .printable td, .printable th {
          color: #697279; }
        .printable .dark td, .printable .dark th {
          background-color: #567690 !important;
          color: #fff !important;
          border-top: 1px solid transparent !important;
          border-bottom: 1px solid transparent !important; }
        .printable .dark-blue td, .printable .dark-blue th {
          background-color: #4F94CD !important;
          color: #fff !important;
          border: none !important; }
        .printable .blue td, .printable .blue th {
          background-color: rgba(2, 136, 209, 0.6) !important;
          color: #fff !important;
          border: none !important; }
        .printable .light-blue td, .printable .light-blue th {
          background-color: #E3F2FD !important;
          color: #0288D1 !important;
          border-top: 1px solid transparent !important; }
        .printable .grey td, .printable .grey th {
          background-color: rgba(238, 241, 245, 0.5) !important;
          color: #000 !important;
          border-top: 1px solid transparent !important;
          border-bottom: 1px solid transparent !important; }
        .printable td .black {
          color: #000; }
      
      .page-break {
        page-break-after: always; }
  
      @media print {
        * {
          -webkit-print-color-adjust: exact !important;
          -ms-print-color-adjust: exact !important;
          print-color-adjust: exact !important;
          printer-colors: exact !important;
          color-adjust: exact !important; }
          .daterangepicker_input{
            display: none;
          }
        .main-grid-title, .page-header, .sidebar, .modal-sidebar {
          display: none; }
        .page-break {
          page-break-after: always; }
        .p-20 {
          padding: 0 !important; }
        td table tr td, td table tr th {
          page-break-inside: auto; }
        body {
          background-color: #fff !important;
          color: #697279 !important; }
        .page-container {
          margin: 0px !important;
          padding: 0px !important;
          height: 100% !important; }
        .page-content {
          padding: 0 !important;
          min-height: 300px !important;
          padding: 0px 20px 20px !important;
          margin: 0 !important; }
        .printable {
          font-size: 1.4rem;
          padding: 0; }
          .printable table:not(:first-child) {
            margin-top: 0px; }
          .printable td, .printable th, .printable span {
            color: #697279 !important; }
          .printable td .black {
            color: #000 !important; }
          .printable tr.blue td, .printable tr.blue th {
            background-color: rgba(2, 136, 209, 0.6) !important;
            color: #fff !important;
            border-top: 1px solid transparent !important;
            border-bottom: 1px solid transparent !important; }
          .printable tr.blue td {
            border: 1px solid transparent !important; }
          .printable tr.blue em, .printable tr.blue span {
            color: #fff !important; }
          .printable tr.dark td, .printable tr.dark th {
            background-color: #567690 !important;
            color: #fff !important;
            border-top: 1px solid transparent !important;
            border-bottom: 1px solid transparent !important; }
          .printable tr.dark td {
            border: 1px solid transparent !important; }
          .printable tr.dark em, .printable tr.dark span {
            color: #fff !important; }
          .printable tr.dark-blue td, .printable tr.dark-blue th {
            background-color: #4F94CD !important;
            color: #fff !important;
            border-top: 1px solid transparent !important;
            border-bottom: 1px solid transparent !important; }
          .printable tr.dark-blue td {
            border: 1px solid transparent !important; }
          .printable tr.dark-blue em, .printable tr.dark-blue span {
            color: #fff !important; }
          .printable .light-blue td, .printable .light-blue th {
            background-color: #E3F2FD !important;
            color: #0288D1 !important;
            border-top: 1px solid transparent !important; }
          .printable .light-blue tr, .printable .light-blue td {
            border: 1px solid transparent !important; }
          .printable .light-blue em, .printable .light-blue span {
            color: #0288D1 !important; }
          .printable .grey td, .printable .grey th {
            background-color: rgba(238, 241, 245, 0.5) !important;
            color: #000 !important;
            border-top: 1px solid transparent !important;
            border-bottom: 1px solid transparent !important; }
          .printable .grey tr, .printable .grey td {
            border: 1px solid transparent !important; }
          .printable .grey em, .printable .grey span {
            color: #000 !important; }
          .printable .table-border tr td, .printable tr.table-border td {
            border-bottom: 1px solid #f2f5f6 !important; }
          .printable .program-heading td, .printable .program-heading span {
            color: #0288D1 !important; }
          .printable .supplier-heading td, .printable .supplier-heading span {
            color: #000 !important; }
          .printable .supplier-heading span {
            font-size: 1.2rem; }
          .printable td.paid {
            color: #AB47BC !important; }
        .u-margin-bottom-none {
          margin-bottom: 0px !important; }
        .u-margin-top-none {
          margin-top: 0px !important; }
        .badge {
          background-image: linear-gradient(90deg, #5dc9ff 0%, #639af5 50%, #595eff 100%) !important;
          background-image: -moz-linear-gradient(90deg, #5dc9ff 0%, #639af5 50%, #595eff 100%) !important;
          background-image: -webkit-linear-gradient(90deg, #5dc9ff 0%, #639af5 50%, #595eff 100%) !important;
          background-image: -ms-linear-gradient(90deg, #5dc9ff 0%, #639af5 50%, #595eff 100%) !important;
          border-image-slice: 1 !important;
          color: #fff !important; }
        .badge-table {
          margin-top: -1px !important; }
        .p-r-0 {
          padding-right: 0px !important; }
        .p-l-0 {
          padding-left: 0px !important; }
        .text-left {
          text-align: left !important; }
        td.text-blue em {
          color: #0288D1 !important; } }