:root {
  --main-content-width: 1144px;
}

body {
  font-size: 1em;
  line-height: 1.4;
  font-weight: 300;
  font-family: "Avenir LT W01 55 Roman", sans-serif;
  color: #6b6b6b;
}

.green-top-line {
  position: relative;
  width: 100%;
  height: 7px;
  background-color: #5a8160;
}

h1 {
  font-weight: 400;
  font-size: 1.5em;
}

.tooltip {
  white-space: normal !important;
}

.login-text {
  font-size: 0.8em;
}

.loggedintext {
  position: absolute;
  text-align: right;
  top: 15px;
  font-size: 0.7em;
  width: 500px;
  right: 383px;
}

.footer {
  max-width: var(--main-content-width);
  margin-bottom: 10px;
  border-radius: 10px;
  font-size: 0.8em;
  background-color: #ecf6fb;
  text-align: center;
  padding: 5px 10px;
  color: #658eaa;
}

a {
  color: #658eaa;
  text-decoration: none;
}

a:hover {
  color: #658eaa;
}

.datepicker th {
  font-weight: 400;
}

.left-sidebar {
  float: left;
  width: 180px;
  font-size: 0.9em;
  line-height: 1.5;
}

.left-sidebar a {
  color: #6b6b6b;
}

.sidebar-button + .sidebar-button {
  margin-top: 6px;
}

.sidebar-button:last-of-type {
  margin-top: 25px;
}

.active-sidebar {
  font-weight: 400;
  color: #658eaa !important;
}

.fiftypercent {
  width: 45%;
  display: inline-block;
}

.register-col {
  width: 45%;
  display: inline-block;
  margin-bottom: 10px;
}

.register-blue-box {
  float: left;
  width: 170px;
  background-color: #f4fafd;
  border-radius: 15px;
  text-align: center;
  padding: 25px;
  margin-right: 10px;
  height: 140px;
}

.register-blue-box label {
  text-align: left;
}

.register-blue-box-info {
  text-align: left;
  font-size: 0.8em;
}

.register-form {
  width: 500px;
}

.left-sidebar a:hover {
  color: #658eaa;
}

.content-right {
  float: left;
  width: calc(100% - 212px);
}

.align-right {
  text-align: right !important;
}

.align-center {
  text-align: center !important;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.submenu-button-text {
  text-align: left;
  display: inline-block;
  white-space: nowrap;
}

.blue-delimiter {
  float: left;
  width: 2px;
  background-color: #6591aa;
  background-image: url("/img/blue-delimiter.jpg");
  height: 475px;
  margin-right: 30px;
}

.textblue {
  color: #6591aa;
}

.textwhite {
  color: #ffffff;
}

.data-table {
  width: 100%;
  color: #658eaa;
  font-size: 0.8em;
}

.data-table th {
  text-align: left;
  color: #658eaa;
  font-weight: 400;
  border-bottom: 1pt solid #658eaa;
  padding-bottom: 5px;
}

.data-table tr.odd {
  background-color: #ecf6fb;
}

.data-table tr.bottom {
  border-top: 1pt solid #658eaa;
  font-weight: 400;
}

.data-table td {
  color: #6b6b6b;
}

.main-header {
  height: 80px;
}

.main-header-content {
  max-width: var(--main-content-width);
  margin: 0 auto;
  padding: 0 10px;
}

.main-content {
  max-width: var(--main-content-width);
  margin: 0 auto;
  padding: 0 10px;
}

.main-wrapper {
  padding-top: 20px;
}

.main-header-logo {
  float: left;
  padding-top: 14px;
  padding-left: 10px;
  width: 160px;
}

.main-header-login {
  float: right;
  vertical-align: middle;
  margin: 20px auto;
}

.main-header-button {
  font-size: 0.8em;
  width: 110px;
  height: 30px;
  float: left;
  vertical-align: middle;
  text-align: center;
  line-height: 30px;
  margin-right: 15px;
}

.main-nav-button {
  font-size: 0.8em;
  height: 30px;
  float: left;
  vertical-align: middle;
  text-align: center;
  line-height: 30px;
  margin-right: 30px;
  color: #6b6b6b;
}

.main-nav-button:hover {
  color: #6591aa !important;
}

.active-sidebar-header {
  color: #658eaa !important;
}

.main-header-nav {
  padding-left: 100px;
  float: left;
  vertical-align: middle;
  margin: 25px auto;
  color: #000000;
}

.green {
  background-color: #5a8160;
}

.red {
  background-color: #c76d4a;
}

.blue {
  background-color: #658eaa;
}

.submenu {
  font-size: 0.8em;
}

.qa-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #6591aa;
  font-size: 1.3em;
}

.qa-icon {
  width: 40px;
}

.qa-title {
  color: #6591aa;
  font-size: 1.3rem;
  margin-top: 5px;
}

.qa-text {
  font-size: 0.8em;
  padding-bottom: 10px;
  margin-left: 40px;
  width: 650px;
}

.af-icon {
  width: 150px;
  float: left;
  text-align: center;
  margin-bottom: 30px;
}

.af-text {
  margin: 0;
  font-size: 0.9em;
  width: 650px;
}

.af-header {
  font-size: 1em;
  font-weight: 400;
}

.af-subheader {
  font-size: 0.8em;
}

.whitegray-fade {
  background-image: url("/img/whitegray-fade.jpg");
  width: 100%;
  height: 35px;
}

.main-hero {
  background-image: url("/img/header_background7.jpg");
  background-position: left top;
  height: 430px;
  min-height: 430px;
  position: relative;
  background-size: cover;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  -o-opacity: 0.9;
  opacity: 0.9;
}

.main-hero-small {
  background-image: url("/img/header_small.jpg");
  background-position: left top;
  height: 75px;
  min-height: 75px;
  position: relative;
  background-size: cover;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  -o-opacity: 0.9;
  opacity: 0.9;
}

.hero-yellow-bar {
  opacity: 0;
  position: relative;
  top: 80px;
  left: 10%;
  color: white;
  font-size: 2.5em;
  padding: 5px;
  width: 480px;
  text-align: center;
  animation: enter 1s ease-out 1s;
  animation-fill-mode: forwards;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(221, 190, 87, 1) 55%
  );
  border-radius: 80px;
}

.hero-red-bar {
  opacity: 0;
  position: relative;
  top: 100px;
  left: 12%;
  color: white;
  font-size: 1.1em;
  padding: 5px;
  width: 610px;
  text-align: center;
  animation: enter 1s ease-out 3.3s;
  animation-fill-mode: forwards;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(205, 124, 93, 1) 55%
  );
  border-radius: 30px;
}

.hero-blue-bar {
  opacity: 0;
  position: relative;
  top: 105px;
  left: 8%;
  color: white;
  font-size: 0.8em;
  padding: 5px;
  width: 360px;
  text-align: center;
  animation: enter 1s ease-out 5.5s;
  animation-fill-mode: forwards;
  background: linear-gradient(
    to bottom,
    rgba(240, 249, 255, 1) 0%,
    rgba(117, 154, 179, 1) 55%
  );
  border-radius: 30px;
}

.hero-green-bar {
  opacity: 0;
  position: relative;
  top: 110px;
  left: 20%;
  color: white;
  font-size: 0.8em;
  padding: 5px;
  width: 410px;
  text-align: center;
  animation: enter 1s ease-out 7.7s;
  animation-fill-mode: forwards;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(107, 142, 112, 1) 55%
  );
  border-radius: 30px;
}

.external-link-icon {
  margin-bottom: 8px;
  margin-left: 2px;
}

@-webkit-keyframes enter {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes enter {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes enter {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes enter {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
     * Don't show links for images, or javascript/internal links
     */

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group; /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.7cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .printheader {
    display: inline !important;
  }

  .noprint,
  .filter,
  .datepicker,
  .footer,
  .printdiv,
  .blue-delimiter,
  .main-header,
  .main-hero-small,
  .left-sidebar {
    display: none;
  }

  .data-table,
  .content-right {
    width: 100% !important;
    overflow: visible !important;
  }
}

/* dp-multiselect - Custom component for selecting multiple items */

.dp-multiselect {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
}

.dp-multiselect-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5;
  color: #6b6b6b;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0;
  border-right: none;
  cursor: pointer;
  user-select: none;
  min-height: calc(1.5em + 0.5rem + 2px);
  box-sizing: border-box;
}

.dp-multiselect-toggle:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.dp-multiselect-toggle .dp-arrow {
  margin-left: 0.5rem;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #6b6b6b;
  flex-shrink: 0;
}

.dp-multiselect-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1050;
  background: #fff;
  border: 1px solid #dee2e6;
  border-top: none;
  max-height: 250px;
  overflow-y: auto;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.dp-multiselect.open .dp-multiselect-dropdown {
  display: block;
}

.dp-multiselect-dropdown label {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.3rem 0.5rem;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 300;
  color: #6b6b6b;
  cursor: pointer;
  white-space: nowrap;
}

.dp-multiselect-dropdown label:hover {
  background-color: #ecf6fb;
}

.dp-multiselect-dropdown input[type="checkbox"] {
  margin: 0;
  flex-shrink: 0;
}

/* toastify-js */

.toastify.dp-toast {
  padding: 12px 14px;
  border-radius: 8px;
  color: #fff;
  background: none;
}

.dp-toast {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.dp-toast-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.18);
}

.dp-toast-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.dp-toast-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
}

.dp-toast-text {
  font-size: 13px;
  line-height: 1.4;
}

.toastify.dp-toast.dp-toast-type-success {
  background-color: #1bb621;
}

.toastify.dp-toast.dp-toast-type-error {
  background-color: #e23d4d;
}

.toastify.dp-toast.dp-toast-type-info {
  background-color: #24a7c4;
}

/* Custom for bootstrap 5*/

.short-width {
  max-width: 170px;
}

.table-td-input-xs {
  width: 80px;
}

.table-td-input-sm {
  width: 90px;
}

.table-td-input-md {
  width: 100px;
}

.table-td-input-lg {
  width: 110px;
}

.table-td-input-xl {
  width: 130px;
}

legend {
  float: none;
  padding-left: 5px;
  padding-right: 5px;
  border-bottom: 0px;
  margin-bottom: 0px;
  color: #6b6b6b;
  width: auto;
}

fieldset {
  border: 1px solid #6591aa;
  padding: 10px 25px 25px 30px;
  margin-bottom: 15px;
  border-radius: 5px;
}

.form-label {
  margin-bottom: 0.1rem;
  margin-top: 0.5rem;
}

.input-group-sm > .form-select {
  padding-right: 1rem;
}

.form-select {
  background-size: 14px 10px;
  background-position: right 0.25rem center;
}

.content-right {
  padding-bottom: 15px;
}

.form-check label {
  padding-top: 1px;
}

h1,
h2,
h3 {
  line-height: 40px;
  margin-bottom: 1rem;
}

h2 {
  font-size: 1.5rem;
  margin: 0.83rem 0;
}

b,
strong {
  font-weight: bold;
}

.data-table h2 {
  font-weight: 600;
}

.modal {
  top: 8%;
}

.modal-content {
  color: #6b6b6b;
}

.modal-title {
  color: #6591aa;
}

input::placeholder {
  color: #999999 !important;
}

select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed !important;
  background-color: #eeeeee !important;
}
