#preloader {
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999999;
    background: #fff;
}

.content-container {
    opacity: 0;
}

.content-container.show {
    opacity: 1;
}

.loader {
    position: absolute;
    width: 5rem;
    height: 10rem;
    top: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.circular {
    animation: rotate 2s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -3.5rem;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -12.4rem;
    }
}

@keyframes color {
    100%,
    0% {
        stroke: #fe7c96;
    }
    40% {
        stroke: #bd618d;
    }
    66% {
        stroke: #7952B3;
    }
    80%,
    90% {
        stroke: #b66dff;
    }
}

.ui-autocomplete {
    position: fixed;
    cursor: default;
}

.ui-front {
    z-index: 100;
}

.ui-menu {
    list-style: none;
    padding: 1rem 0;
    margin: 1rem 0 0 0;
    outline: 0;
}

.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    cursor: pointer;
    list-style-image: none;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    display: block;
    width: 100%;
    padding: .375rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #1e2022;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.ui-menu .ui-menu-item-wrapper.ui-state-active {
    color: #1e2022;
    background-color: rgba(189, 197, 209, .3);
}

.ui-helper-hidden-accessible {
    display: none;
}

.page-header-title-buyer {
    font-size: 1.6rem;
}

.page-header-title-learner {
    font-size: 1.7rem;
}

.header-learner-company {
    font-size: 1rem;
}

@media (min-width: 768px) and (max-width: 800px) {
    .navbar-expand-md .navbar-nav-wrap-content-left {
        padding-left: 1rem;
    }
}

#passwordSection .errorlist {
    margin: 0;
}

.popover-body {
    padding: 0 1.09375rem .875rem;
}

.avatar-flag {
    width: 18px;
    margin-left: 2px;
}

.avatar-flag-ja {
    border: .0625rem solid #e7eaf3;
    width: 23px;
    margin-left: 0;
}

.flag-header-icon > .avatar-flag {
    width: 20px;
    margin-left: 0;
}

.flag-header-icon > .avatar-flag-ja {
    width: 25px;
    margin-left: 2px;
}

.icon-tooltip-info {
    width: 14px;
    height: 14px;
}

.icon-column-tooltip-info {
    width: 12px;
    height: 12px;
    margin-bottom: 2px;
}

.table thead th.border-top-disable {
    border-top: none;
}

.select2-selection {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.skill-header {
    font-size: .75rem;
    text-transform: uppercase;
    font-weight: 600;
    /*background-color:  #f6f7fa;*/
    background-color:  #f9fafc;  /* bg-light */
}

.avarage-score-learner {
    background-color: #f6f7fa;
}

.download-pdf .downloading {
    display: none;
}

.download-pdf.disabled .download {
    display: none;
}

.download-pdf.disabled .downloading {
    display: inline-block;
    transform: scale(0.8);
}

.pdf-page .pdf-none {
    display: none;
}

.pdf-fit {
    display: inline-table;
}

.pdf-page-break-inside-avoid {
    page-break-inside: avoid;
}

.pdf-page .table-nowrap th {
    white-space: normal;
}

#datatable.table-nowrap td {
    white-space: normal;
}

@media (min-width: 768px) {
    .pdf-page .col-pdf-md-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .pdf-page .col-pdf-md-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .pdf-page .col-pdf-md-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
        padding-right: 10px;
        padding-left: 10px;
    }
}

.capability-name {
    min-height: 42px;
}

.capability-box {
    padding-bottom: 1.2rem !important;
}

.locked-user-status {
    opacity: 0.5;
}

.certificate-img {
    width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .certificate-img {
        max-width: 250px;
    }
}

.navbar-vertical-content .text-truncate {
    white-space: pre-wrap;
}

.navbar-vertical-hint {
    margin-left: 6em;
    margin-top: -1.5em;
    font-size: x-small;
    font-weight: bold
}

.report-avail-hint {
    margin-top: 0.8em;
    margin-bottom: -1em;
    color: #000000
}

.label-regular {
    color:  #06B173
}

.label-careplus {
    color: #56338E
}

.label-intensive {
    color: #D69912
}

.label-outsourcing {
    color: #56338E
}

/* NEW STYLES FOR INTENSIVE FINAL REPORTS: */

.text-black {
    color: #000000 !important;
}

.text-dark {
    color: #1b0033 !important;
}

.lh-1 {
    line-height: 1 !important;
}

.border-3 {
    border-width: 3px !important;
}

.header-learner-available .care {
    color: #513589;
}
.header-learner-available .intensive {
    color: #cd9c38;
}
.header-learner-available .outsourcing {
    color: #513589;
}

.report-tab {
    background-color: #ebebf0;
}
.report-tab .col-space {
    width: 44px;
}
.report-tab .count {
    font-size: 2.2rem;
}
.report-tab .stats {
    margin-bottom: -14px;
}

.overview-table,
.overview-table .th {
    font-size: 1.2rem !important;
}
.overview-table .first-col {
    width: 160px;
}
.overview-table .last-col {
    width: 130px;
}
.overview-table.table thead th {
    border-width: 3px;
}
.overview-table tbody th {
    padding: 1.6rem 1rem !important;
}

.pdf-page .overview-table .last-col,
.pdf-page .overview-table .button-open-column {
    display: none;
}

.text-capitalize.first-only:first-letter {
    text-transform: uppercase !important;
}
.text-capitalize.first-only {
    text-transform: lowercase !important;
}

@media print {
  thead { display: table-row-group; }
  .compact-print-15 { margin-top: -15px; }
  .compact-print-30 { margin-top: -30px; }
  .compact-print-50 { margin-top: -50px; }
  .page-gap-2vh { min-height: 2vh; min-width: 100%; }
  .page-gap-4vh { min-height: 4vh; min-width: 100%; }
  .page-gap-12vh { min-height: 12vh; min-width: 100%; }
  .page-gap-24vh { min-height: 24vh; min-width: 100%; }
  .display-itos {font-size: 30pt !important;}
}

@media screen {
  .page-gap-4vh { display: none !important; }
  .page-gap-12vh { display: none !important; }
  .display-itos {font-size: 38pt !important;}
}

:root {
  --primary: #644399;
  --primary-300: #aa98c7;
  --success: #06b173;
  --warning: #f5bf33;
  --danger: #f47878;
  --dark: #1b0033;
  --gray: #ebebf0;
  --gray-200: #f3f3f6;
  --gray-300: #7b8697;
  --gray-400: #858585;
  --light-200: #f3f3f6;
  --yellow: #d69912;
  --black: #000000;
}

.text-black {
  color: var(--black) !important;
}

.text-gray {
  color: var(--gray-300) !important;
}

.text-gray.transparent {
  opacity: 0.4 !important;
}

.text-dark {
  color: var(--dark) !important;
}

.text-yellow {
  color: var(--yellow) !important;
}

.lh-1 {
  line-height: 1 !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-primary-300 {
  border-color: var(--primary-300) !important;
}

.bg-gray {
  background-color: var(--gray) !important;
}

.bg-white {
  background-color: #fff !important;
}

.btn-ghost {
  border-radius: 100px;
  border: 1px solid var(--gray-300);
  color: var(--gray-300);
}

.fill-success {
  fill: var(--success) !important;
}

.fill-warning {
  fill: var(--warning) !important;
}

.fill-danger {
  fill: var(--danger) !important;
}

.header-learner-available .care {
  color: #513589;
}
.header-learner-available .intensive {
  color: #cd9c38;
}
.header-learner-available .outsourcing {
  color: #513589;
}

.report-tab {
  background-color: var(--gray) !important;
}
.report-tab .col-space {
  width: 44px;
}
.report-tab .count {
  font-size: 2.2rem;
}
.report-tab .stats {
  margin-bottom: -14px;
}

.overview-table {
  font-size: 1.2rem !important;
}
.overview-table .th {
  font-size: 1.2rem !important;
}
.overview-table .first-col {
  width: 160px;
}
.overview-table .last-col {
  width: 130px;
}
.overview-table .table thead th {
  border-width: 3px;
}
.overview-table tbody th {
  padding: 1.6rem 1rem !important;
}

.hexagons-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.hexagons-footer .desc {
  color: var(--dark) !important;
}
.hexagons-footer .item {
  display: flex;
  align-items: center;
  line-height: normal;
}
.hexagons-footer .item .hexagon,
.hexagons-footer .item .status-icon {
  margin-right: 8px;
}
.hexagons-footer .item .status-icon {
  transform: scale(0.8);
}

.report-card {
  background-color: var(--gray-200) !important;
}

.simulation-table {
  border-top: 3px solid var(--gray);
  border-bottom: 3px solid var(--gray);
}
.simulation-table .break {
  background-color: var(--gray);
}
.simulation-table th,
.simulation-table td {
  color: var(--dark);
  vertical-align: middle;
  text-align: center;
  border: 3px solid var(--gray);
}
.simulation-table th {
  vertical-align: bottom;
}
.simulation-table th span {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  white-space: nowrap;
  text-align: left;
  line-height: 1.2;
  color: var(--dark);
}
.simulation-table thead tr th:first-child,
.simulation-table thead tr th:last-child,
.simulation-table tbody tr td:first-child,
.simulation-table tbody tr td:last-child {
  border-left: 0;
  border-right: 0;
}
.simulation-table tbody tr td:first-child {
  text-align: left;
  padding-right: 40px !important;
  max-width: 220px;
}
.simulation-table tr.highlight td,
.simulation-table tr.highlight th {
  color: var(--gray-300);
  background-color: var(--gray);
  opacity: 0.9;
}
.simulation-table tr.empty td:first-child {
  color: var(--gray-300);
}
.simulation-table .status-icon {
  max-width: 32px;
  max-height: 32px;
}
.simulation-table .break {
  width: 14px;
}

.cohorts-table .row {
    flex-wrap: nowrap;
}
.cohorts-table .row .item {
  padding-right: 50px;
  flex: 0 0 15%;
}
.cohorts-table .row .item:last-of-type {
  flex: 0 0 40%;
}

.hexagon {
  position: relative;
  width: 72px;
  height: 63px;
  font-size: 30px;
  background-repeat:no-repeat;
  background-position: center center;
}
.hexagon.small {
  width: 38px;
  height: 35px;
  background-size: 35px 38px;
  font-size: 17px;
}
.hexagon.score-4 {
  background-image: url(../svg/hexagon-4.svg);
}
.hexagon.score-3 {
  background-image: url(../svg/hexagon-3.svg);
}
.hexagon.score-2 {
  background-image: url(../svg/hexagon-2.svg);
}
.hexagon.score-1 {
  background-image: url(../svg/hexagon-1.svg);
}
.hexagon.score-0 {
  background-image: url(../svg/hexagon-0.svg);
}
.hexagon.light .count {
  color: var(--gray-400);
}
.hexagon.ghost {
  width: 40px;
  height: 35px;
  background-image: url(../svg/hexagon-ghost.svg);
  transform: scale(0.84);
}
.hexagon.ghost.gray {
  background-image: url(../svg/hexagon-ghost-gray.svg);
}
.hexagon.ghost.gray.transparent {
  opacity: 0.4 !important;
}
.hexagon .count {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.arrow {
  width: 14px;
  height: 12px;
  background-color: #fff;
  -webkit-mask: url(../svg/arrow.svg) no-repeat center;
  mask: url(../svg/arrow.svg) no-repeat center;
}
.arrow.gray {
  background-color: var(--gray-300);
}
.arrow.down {
  transform: rotate(90deg);
}

.pdf-page .overview-table .last-col {
  display: none;
}
.pdf-page .overview-table .button-open-column {
  display: none;
}
.pdf-page .gray-section.bg-gray {
  background-color: #fff !important;
}
.pdf-page .report-tab {
  background-color: #fff !important;
  padding-top: 1.25rem !important;
  padding-bottom: 1.5rem !important;
}
.chartjs-custom {
    height: 20rem !important;
}

ul.errorlist li {
    font-size:80% !important;
    color:#e82555 !important;
}

/* OWASP VULNERABILITY FIXES: */

.height-5rem {
    height: 5rem;
}

.height-7rem {
    height: 7rem;
}

.height-10rem {
    height: 10rem;
}

.height-14p6rem {
    height: 14.6rem;
}

.width-7rem {
    width: 7rem;
}

.max-width-8rem {
    max-width: 8rem;
}

.max-width-15rem {
    max-width: 15rem;
}

.font-size-1rem {
    font-size: 1rem;
}

.font-size-1p25rem {
    font-size: 1.25rem;
}

.opacity-0 {
    opacity: 0;
}

.bg-inactive {
    background-color: #7b8697;
}

.bg-locked {
    background-color: #ebebf0;
}

.bg-high {
    background-color: #644399;
}

.bg-good {
    background-color: #06b173;
}

.bg-slow {
    background-color: #f5bf33;
}

.bg-low {
    background-color: #f47878;
}

.bg-inactive {
    background-color: #7b8697;
}

#excedo-bg {
    height: 100%;
    background-size: contain;
    background-image: url("/assets/client/img/map.png");
}

.logo-text {
    width: 200px;
    height: 70px;
}

.rounded-0p75rem {
    border-radius: 0.75rem;
}
