body {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
}

.font-poppins {
  font-family: "Poppins", sans-serif;
}

.bg-login-image {
  background: url(../img/unauth.jpg);
  background-position: center;
  background-size: cover;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
   * Sidebar
   */

.sidebar {
  position: fixed;
  top: 0;
  /* rtl:raw:
    right: 0;
    */
  bottom: 0;
  /* rtl:remove */
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
}

.comment-section p {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem;
  }
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}

.sidebar .nav-link.active {
  color: #2470dc;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: 0.75rem;
  text-transform: uppercase;
}

/*
   * Navbar
   */

.navbar-brand {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, 0.25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.25);
}

.navbar .navbar-toggler {
  top: 0.25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: 0.75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}

.table-small-text, .smaller-text {
    font-size: 0.8rem;
}

.printOnly {
  display: none;
}

@media print {
  #container {
    width: 54em;
  }
  #content {
    width: 55em;
  }

  #header {
    position: absolute;
    top: -5em;
    width: 50%;
  }

  

  header.shadow{
    box-shadow:0;
  }

  .navbar-brand {
    box-shadow:0;
  }

  div.conditionReport table {
    width: 54em !important;
  }

  #mainMenu {
    display: none;
  }
  div.actions {
    display: none;
  }

  .submitBtn {
    display: none;
  }

  .pageBreak {
    page-break-before: always;
  }

  tr.pageBreak  { page-break-before: always; }

  div.input {
    margin: 0em;
    padding: 0.2em;
  }

  table {
    vertical-align: middle;
  }

  input,
  label {
    height: 1em;
    vertical-align: middle;
    font-size: 0.9em;
  }

  .card {
    border: 0;
  }

  .personal_info .row {
    margin-bottom: 0 !important;
  }

  .files_listing .card .card-body .row .col {
    width: 20%;
  }

  .files_listing .card .card-body .row .col .card {
    border: 1px solid #000;
  }

  .files_listing .card .card-body .row .col .card .card-body h5 { 
    font-size: 10px;
  }

  hr{
    margin: 5px 0;
  }

  form.noPrint,
  p.noPrint,
  div.noPrint,
  section.noPrint,
  button.noPrint,
  nav.noPrint,
  .noPrint {
    display: none !important;
    box-shadow:0 !important;
  }

  .printOnly {
    display: block;
  }

  .expense_report_print_account{
    text-align:center;
  }

  .expense_report_print_summary{
    line-height: .5rem;
    font-size: 12px;
  }

  .expense_report_print_summary h5{
    font-size: 12px;
  }

  .expense_report_print_summary .table, .expense_report_print_summary h5{
    margin-bottom: 0 !important;
  }

  .expense_report_print_comments{
    line-height: 1rem;
    font-size: 12px;
    padding-top: 0 !important;
  }

  .expense_report_print_comments .card {
    border-bottom: 1px dashed #000;
  }

  .expense_report_print_comments .card .rounded-pill, .expense_report_print_comments .card h6, .expense_report_print_comments .card p {
    padding: 0 !important;
    margin-top: 0 !important;
  }
  .expense_report_print_comments .card h6{
    margin-bottom: 0 !important;
    font-size: 12px !important;
  }

  .expense_report_print_comments .card p {
    margin-bottom: 0 !important;
    font-size: 11px !important;
  }

  .expense_report_print_comments .card .card-body {
    padding: 0 !important;
  }

  .expense_report_print_header h3{
    margin-bottom: 0 !important;
  }
}
