html,
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  padding: 0;
  background: #E5E5E5;
  height: 100%;
}
.wrapper {
  width: 100%;
  padding: 30px 10px 0 10px;
}
.whitebox {
  background: white;
  padding: 30px 40px;
  margin: 0;
  border: 1px solid #eee;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  min-height: 800px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.layout-table {
  min-width: 500px;
}
#content {
  width: 99%;
  max-width: 1300px;
  min-width: 600px;
  margin: 0 auto;
  padding-bottom: 50px;
}
#detect-ie {
  background: #fba;
  padding: 6px;
  text-align: center;
  font-size: 9pt;
}
.navigation {
  position: sticky;
  bottom: 0;
  height: 80px;
  text-align: center;
  padding-top: 20px;
  background: rgba(0, 0, 0, 0.05);
  z-index: 999;
  margin-top: 30px;
  backdrop-filter: blur(2px);
}
.navigation .spacer {
  padding: 0 6px;
}
#sidebar_new {
  background: #221C3F;
  width: 100px;
  min-height: 500px;
  font-size: 12px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 0 20px;
  color: #F0DDD0;
}
#sidebar_new .logo {
  text-align: center;
  margin-top: -20px;
  margin-bottom: 50px;
}
#sidebar_new .logo img {
  width: 150px;
}
#sidebar_new .menu-item {
  margin: 0.2em 0;
}
#sidebar_new .menu-header {
  font-weight: bold;
  font-size: 18px;
  margin: 0.8em 0 0.8em 0;
}
#sidebar_new .menu-text {
  margin: 1em 0 0.8em 0;
}
#sidebar_new a {
  color: white;
}
#sidebar_new a.disabled {
  color: #F0DDD0;
}
#sidebar_new i {
  font-size: 11pt;
  width: 24px;
  position: relative;
  top: 0.05em;
  color: #F0DDD0;
}
#sidebar_new hr {
  background: #F0DDD0;
  opacity: 50%;
  margin: 0.9em 0;
}
/*@media only screen and (max-width: 1220px) {
  *                         { font-size: 9.5pt;}
  #content-justify          { width: 100%; margin-left: 10%;}
  #whitebar                 { width: 180px; }
  #sidebar                  { width: 180px; padding: 0px 0px; }
  #sidebar_new .navtitle    { padding-left: 20px; }
  #sidebar_new .nav-content { padding-left: 0px; }
  .whitebox                 { padding: 10px 10px !important;}
  .main-auth #content       { margin-right: 180px; }
  .logo                     { width: 160px !important; }
  #content                  { margin-right: 100px !important; }
}*/
h1 {
  color: #30767A;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
}
h1:first-child {
  margin-top: 1em;
}
h2 {
  color: #30767A;
  font-size: 24px;
}
.h2.small {
  margin: 1.5em 0 1em 0;
  font-size: 12pt;
  font-weight: bold;
}
h3 {
  color: #30767A;
  font-weight: 500;
  font-size: 22px;
  line-height: 29px;
  margin: 1em 0 0.5em 0;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #eee;
}
label {
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
}
.hr-double {
  margin: 2rem 0;
}
.video-thumbnail {
  max-height: 64px;
  max-width: 100px;
}
.clickable {
  cursor: pointer;
}
.day-header {
  padding-left: 170px;
  padding-right: 170px;
}
.green-text-bold {
  color: #30767A;
  font-weight: 600;
}
.green-text {
  color: #30767A;
  font-weight: 500;
}
.green-text-bkg {
  background: #f0f6f6 !important;
}
.green-text-bkg-strong {
  background: #e7f0f0 !important;
}
.header-black {
  color: #000000;
  font-weight: 500;
}
.small-line {
  line-height: 1;
}
.l {
  text-align: left;
}
.c {
  text-align: center;
}
.r {
  text-align: right;
}
.nobr {
  white-space: nowrap;
}
.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
.bold {
  font-weight: bold;
}
.bigger {
  font-size: 110%;
}
.red {
  background: #ffcccc;
}
.green {
  background: #ddf3dd;
}
.blue2 {
  background: #eef2ff;
}
.alert-danger {
  background: #ffcccc;
  border: 1px solid #ffb3b3;
}
.alert-success {
  background: #ddf3dd;
  border: 1px solid #caecca;
}
.alert-info {
  background: #eef2ff;
  border: 1px solid #d5deff;
  color: #678;
  font-size: 11pt;
}
.alert-sm {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
.table-pink {
  background-color: #FBF5F1;
}
.clickable-row:hover {
  background-color: lightgrey;
}
.table-white,
.table-white td {
  background: white;
}
td,
th {
  border-collapse: collapse;
  padding: 3px 6px;
}
table.border td {
  border: 1px solid #ccc;
}
table.border th {
  border: 1px solid white;
  border-bottom: 1px solid #ccc;
}
.table td,
.table th {
  padding: 0.5rem !important;
}
.table-sm td {
  padding: 0.2rem !important;
}
#doc th {
  vertical-align: bottom;
  font-weight: normal;
  font-size: 9pt;
}
#doc th h2 {
  margin: 2em 0 0 0;
}
.field-header {
  text-align: center;
  border-bottom: 1px solid #ccc;
  background: #f6f6ff;
}
.item-row {
  width: 569px;
  height: 0;
  left: 292px;
  top: 523px;
  border-bottom: 1px solid #F2F0EE;
}
.item-row > td {
  padding-bottom: 10px;
  padding-top: 10px;
}
.sum th {
  color: #30767A;
  font-weight: bold;
}
.underline {
  border-bottom: 1px solid #C8E3DF;
}
.validation {
  text-align: center;
  padding: 0 1em;
  color: red;
}
.btn-lg {
  width: 172px;
}
.e-btn-md {
  width: 100px !important;
}
.e-btn-sm {
  width: 60px !important;
}
.btn-green {
  background: #30767A;
  color: #FFFFFF;
  border-radius: 78px;
  width: 172px;
  font-size: 13px;
  box-shadow: 0 2px 3px #679699;
  text-decoration: none;
}
.btn-red {
  background: #FFFFFF;
  color: #d34;
  border-radius: 78px;
  width: 172px;
  font-size: 13px;
  box-shadow: 0 2px 3px #679699;
  text-decoration: none;
}
.btn-white {
  background: #FFFFFF;
  color: #30767A;
  border-radius: 78px;
  width: 172px;
  font-size: 13px;
  border-color: #30767A;
}
.btn-green:hover {
  background: #221C3F;
  color: white;
}
.btn-red:hover {
  background: #d56;
  color: white;
}
.btn-white:hover {
  background: #C8E3DF;
}
.btn-green-md {
  background: #30767A;
  color: #FFFFFF;
  border-radius: 78px;
  width: 100px;
  font-size: 13px;
  box-shadow: 0 2px 3px #679699;
  text-decoration: none;
}
.btn-green-md:hover {
  background: #221C3F;
  color: white;
}
.btn-white-md {
  background: #FFFFFF;
  color: #30767A;
  border-radius: 78px;
  width: 100px;
  font-size: 13px;
  border-color: #30767A;
}
.btn-white-md:hover {
  background: #C8E3DF;
}
.btn-green-sm {
  background: #30767A;
  color: #ffffff;
  box-shadow: 0 1px 3px #79948F;
  border-radius: 45px;
  width: 60px;
  height: 22px;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
  align-items: center;
  text-align: center;
}
.btn-green-sm:hover {
  background: #221C3F;
  color: white;
}
.btn-red-sm {
  background: #FFFFFF;
  color: #d34;
  border: 1px solid #d34;
  border-radius: 45px;
  width: 60px;
  height: 22px;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
  align-items: center;
  text-align: center;
}
.btn-red-sm:hover {
  background: #d56;
  color: #ffffff;
}
.btn-white-sm {
  background: #FFFFFF;
  color: #000000;
  border: 1px solid #BAD4D0;
  border-radius: 45px;
  width: 60px;
  height: 22px;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
  align-items: center;
  text-align: center;
}
.btn-white-sm:hover {
  background: #C8E3DF;
}
.btn-night-sm-success {
  background: #221C3F;
  color: #FFF;
  border: 1px solid #BAD4D0;
  border-radius: 45px;
  width: 60px;
  height: 22px;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
  align-items: center;
  text-align: center;
}
.btn-night-sm-success:hover {
  background: #446;
  color: white;
}
.btn-white-sm-success {
  background: #FFFFFF;
  color: #000000;
  border: 1px solid #BAD4D0;
  border-radius: 45px;
  width: 60px;
  height: 22px;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
  align-items: center;
  text-align: center;
}
.btn-white-sm-success:hover {
  background: #C8E3DF;
}
.sidebtn-disabled {
  color: #F0DDD0;
  pointer-events: none;
  text-decoration: none;
  cursor: not-allowed;
}
.timeout {
  position: fixed;
  top: 0;
  width: 100%;
  background: #0a3069;
  color: white;
  padding: 50px 10%;
}
.form-control-pink {
  background: #FBF5F1;
  box-shadow: inset 0px 1px 4px #EFE1D7;
  border-radius: 4px;
}
.form-control-pink:focus {
  background: #FBF5F1;
  box-shadow: inset 0px 1px 4px #EFE1D7;
  border-radius: 4px;
}
@media print {
  @page {
    size: auto;
    margin: 1cm;
  }
  html,
  body {
    background: white !important;
  }
  h1 {
    margin-bottom: 2cm;
  }
  .main-auth #content {
    margin: 0;
  }
  #content-justify {
    width: 100%;
  }
  #sidebar {
    display: none;
  }
  .whitebox {
    background: white;
    border: 0;
    box-shadow: none;
    padding: 0;
    margin: 0;
  }
  .navigation {
    display: none;
  }
  table td.green-text-bkg {
    background: #f0f6f6 !important;
  }
  table td.green-text-bkg-strong {
    background: #e7f0f0 !important;
  }
  .page-break-before {
    break-before: page;
  }
  .page-break-after {
    break-after: page;
  }
  table td.section {
    background-color: #cee !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
}
.report {
  background: white !important;
}
.subfolder {
  display: inline-block;
  position: relative;
  top: 0.1em;
}
.subfolder img {
  height: 12px;
  width: 12px;
  opacity: 0.5;
  vertical-align: baseline;
  margin-right: 0.5em;
}
.subfolder.s1 {
  margin-left: 1em;
}
.subfolder.s2 {
  margin-left: 2em;
}
.icon img {
  height: 1.3em;
  width: 1.3em;
}
td.section {
  background: #cee;
  padding: 0.4em 1em !important;
  margin: 1.5em 0 1em 0;
  font-size: 12pt;
  font-weight: bold;
  border: 0;
}
td.notes {
  padding-left: 8em;
}
em {
  color: #04a;
  font-style: normal;
  font-size: 11pt;
}
.report {
  position: relative;
  padding: 50px;
}
.report h1 {
  font-size: 30pt;
  font-weight: normal;
  margin-top: 2.5cm;
  margin-bottom: 1cm;
  border-bottom: 0;
}
.report-logo {
  position: absolute;
  top: 0;
  right: 0;
}
.report-logo img {
  max-height: 3cm;
  max-width: 9cm;
}
.extramargin td {
  padding-top: 2em;
  padding-bottom: 1em;
}
/*# sourceMappingURL=main.new.css.map */