.wd-sidebar-minimizer {
  background-color: transparent !important;
}
.wd-sidebar-minimizer:hover::after {
  color: #ea5539 !important;
}
.wd-sidebar-minimizer::after {
  color: #003552 !important;
  font-size: 16px;
}
/* -------------------------------------------------------------------------------- */
/* WD - MODERN GROUP PANEL */
/* -------------------------------------------------------------------------------- */
.wd-group-panel .wd-header-container {
  display: flex !important;
  justify-content: inherit !important;
}
.wd-group-panel .wd-header-container .wd-icon {
  margin-right: 3px;
}
.wd-group-panel .wd-header-container .wd-header-right {
  display: flex;
  flex-grow: 1;
  justify-content: right;
}
/* -------------------------------------------------------------------------------- */
/* WD - DX BOX SHADOW */
/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
/* CUSTOM FORM FIELD CONTAINER */
/* -------------------------------------------------------------------------------- */
.form-field-container .form-field-group {
  border-bottom: 1px solid #d3d3d3;
}
/* -------------------------------------------------------------------------------- */
/* SMALL OVERWRITES */
/* -------------------------------------------------------------------------------- */
div.js-widget-content div.timesheet-flex-container div.hourcalendar table.timesheet tbody tr td.empty {
  background-color: inherit;
}
div.js-widget-content div.timesheet-flex-container div.hourcalendar table.timesheet tbody tr td:not(.empty).weekcell .dx-texteditor.dx-editor-underlined {
  border-bottom: none;
}
div.js-widget-content div.timesheet-flex-container div.hourcalendar table.timesheet tbody tr td:not(.empty).weekcell .dx-selectbox,
div.js-widget-content div.timesheet-flex-container div.hourcalendar table.timesheet tbody tr td:not(.empty).weekcell .dx-datebox,
div.js-widget-content div.timesheet-flex-container div.hourcalendar table.timesheet tbody tr td:not(.empty).weekcell .dx-textbox,
div.js-widget-content div.timesheet-flex-container div.hourcalendar table.timesheet tbody tr td:not(.empty).weekcell .dx-numberbox,
div.js-widget-content div.timesheet-flex-container div.hourcalendar table.timesheet tbody tr td:not(.empty).weekcell .dx-checkbox-icon {
  box-shadow: none !important;
}
/* -------------------------------------------------------------------------------- */
/* TEMPORARY TIMESHEET STYLES UNTIL THE PORTAL REVAMP */
/* -------------------------------------------------------------------------------- */
div.js-widget-content div.timesheet-group-panel .timesheet-button-bar {
  color: #333333;
  font-size: 12px;
  display: flex;
}
div.js-widget-content div.timesheet-group-panel .timesheet-button-bar a {
  color: inherit;
  padding: 5px;
  margin: 0;
  position: relative;
}
div.js-widget-content div.timesheet-group-panel .timesheet-button-bar a > * {
  all: unset;
}
div.js-widget-content div.timesheet-group-panel .timesheet-button-bar a.separator {
  margin-right: 10px;
}
div.js-widget-content div.timesheet-group-panel .timesheet-button-bar a.separator::after {
  content: '';
  border: 1px solid;
  position: absolute;
  border: 1px solid gray;
  right: -6px;
  height: 25px;
}
div.js-widget-content div.timesheet-group-panel div.js-widget-content div.timesheet-flex-container div.hourcalendar table.timesheet tbody tr div.dx-numberbox div.dx-texteditor-container div.dx-placeholder {
  display: inline-block;
  height: 30px;
  width: 60px;
  text-align: center;
}
div.js-widget-content div.timesheet-group-panel div.advanced-timesheet-container .advanced-timesheet {
  display: flex;
  width: 100%;
}
div.js-widget-content div.timesheet-group-panel div.advanced-timesheet-container .advanced-timesheet table thead tr th.column-title {
  text-align: center;
  color: #ea5539;
  font-size: 12px;
  padding-bottom: 10px;
  font-weight: 600;
  height: 50px;
}
div.js-widget-content div.timesheet-group-panel div.advanced-timesheet-container .advanced-timesheet table thead tr th.column-title.specification-title {
  padding: 0 15px;
  text-align: start;
}
div.js-widget-content div.timesheet-group-panel div.advanced-timesheet-container .advanced-timesheet table tbody tr th.row-title {
  padding: 0 15px;
  height: 33px;
  max-width: 140px;
}
div.js-widget-content div.timesheet-group-panel div.advanced-timesheet-container .advanced-timesheet table tbody tr th.row-title.day-totals {
  color: #ea5539;
}
div.js-widget-content div.timesheet-group-panel div.advanced-timesheet-container .advanced-timesheet table tbody tr td.weekcell {
  height: 33px;
  border: 1px solid #d3d3d3;
  padding: unset;
}
div.js-widget-content div.timesheet-group-panel div.advanced-timesheet-container .advanced-timesheet table tbody tr td.weekcell .dx-texteditor-input {
  padding: unset;
}
div.js-widget-content div.timesheet-group-panel div.advanced-timesheet-container .advanced-timesheet table tbody tr td.day-total,
div.js-widget-content div.timesheet-group-panel div.advanced-timesheet-container .advanced-timesheet table tbody tr td.grand-total,
div.js-widget-content div.timesheet-group-panel div.advanced-timesheet-container .advanced-timesheet table tbody tr td.month-total {
  height: 33px;
}
div.js-widget-content div.timesheet-group-panel div.advanced-timesheet-container .advanced-timesheet .timesheet-specification-codes {
  flex: 0 0 auto;
}
div.js-widget-content div.timesheet-group-panel div.advanced-timesheet-container .advanced-timesheet .timesheet-specification-codes .hour-specification {
  display: flex;
  justify-content: space-between;
}
div.js-widget-content div.timesheet-group-panel div.advanced-timesheet-container .advanced-timesheet .timesheet-specification-codes .hour-specification .hour-specification-code {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
div.js-widget-content div.timesheet-group-panel div.advanced-timesheet-container .advanced-timesheet .timesheet-specification-codes .hour-specification .info-popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
div.js-widget-content div.timesheet-group-panel div.advanced-timesheet-container .advanced-timesheet .timesheet-specification-codes .hour-specification .info-popup .popup-description {
  position: absolute;
  cursor: default;
  visibility: hidden;
  opacity: 0;
  min-width: 100px;
  background-color: white;
  border-radius: 8px;
  border: 1px solid #d3d3d3;
  box-shadow: 0 0 3px #d2d8fa;
  padding: 10px;
  transition: 0.2s opacity ease;
  z-index: 999;
  display: flex;
  flex-flow: column;
  gap: 2px;
  font-weight: 400;
  text-align: center;
}
div.js-widget-content div.timesheet-group-panel div.advanced-timesheet-container .advanced-timesheet .timesheet-specification-codes .hour-specification .info-popup .popup-description :first-child {
  text-align: start;
  font-weight: 600;
  margin-bottom: 5px;
}
div.js-widget-content div.timesheet-group-panel div.advanced-timesheet-container .advanced-timesheet .timesheet-specification-codes .hour-specification .info-popup .popup-description::after {
  content: "";
  position: absolute;
  top: 100%;
  /* arrow at bottom of tooltip */
  left: 50%;
  margin-left: -6px;
  border: 6px solid;
  border-color: gray transparent transparent transparent;
}
div.js-widget-content div.timesheet-group-panel div.advanced-timesheet-container .advanced-timesheet .timesheet-specification-codes .hour-specification .info-popup:hover .popup-description {
  visibility: visible;
  opacity: 1;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
}
div.js-widget-content div.timesheet-group-panel div.advanced-timesheet-container .advanced-timesheet .timesheet-sliding-container {
  overflow: hidden;
  flex: 1;
}
div.js-widget-content div.timesheet-group-panel div.advanced-timesheet-container .advanced-timesheet .timesheet-sliding-container .weeks {
  display: flex;
  transition: none;
  transition: 1s transform ease;
}
div.js-widget-content div.timesheet-group-panel div.advanced-timesheet-container .advanced-timesheet .timesheet-sliding-container .weeks .week {
  min-width: 100%;
}
div.js-widget-content div.timesheet-group-panel div.advanced-timesheet-container .advanced-timesheet .month-totals {
  flex: 0 0 auto;
  min-width: 60px;
  margin-left: 10px;
  border-left: 2px solid rgba(0, 0, 0, 0.15);
}
div.js-widget-content div.timesheet-group-panel div.advanced-timesheet-container .advanced-timesheet .month-totals table thead tr th {
  width: 60px;
  text-align: center;
}
div.js-widget-content div.timesheet-group-panel div.advanced-timesheet-container .advanced-timesheet .month-totals table tbody td {
  text-align: center;
}
div.js-widget-content div.timesheet-group-panel div.advanced-timesheet-container div.week-navigator {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
div.js-widget-content div.timesheet-group-panel div.advanced-timesheet-container div.week-navigator a {
  visibility: hidden;
  font-weight: bold;
  color: #ea5539;
}
div.js-widget-content div.timesheet-group-panel div.advanced-timesheet-container div.week-navigator .week-dots-container {
  display: flex;
  gap: 3px;
}
div.js-widget-content div.timesheet-group-panel div.advanced-timesheet-container div.week-navigator .week-dots-container .week-dot {
  display: block;
  background-color: lightgray;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
}
div.js-widget-content div.timesheet-group-panel div.advanced-timesheet-container div.week-navigator .week-dots-container .week-dot:focus {
  outline: none;
}
div.js-widget-content div.timesheet-group-panel div.advanced-timesheet-container div.week-navigator .week-dots-container .week-dot.active {
  background: #ea5539;
}
/* -------------------------------------------------------------------------------- */
/* TEMPORARY JOBAPPLICATIONGRIDROW STYLES UNTIL THE PORTAL REVAMP */
/* -------------------------------------------------------------------------------- */
.flextender-grid tbody.applications-searchresults tr td span.spinner {
  margin-top: 5.5px;
  width: 15px;
  height: 15px;
  border: 2px solid;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: spin 1.75s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* -------------------------------------------------------------------------------- */
/* TEMPORARY JOBAPPLICATIONPOPUP COMPETENCIES STYLES UNTIL THE PORTAL REVAMP */
/* -------------------------------------------------------------------------------- */
.competency-container .competency-points-mismatch {
  padding: 1rem;
  border: none;
  border-radius: 6px;
  border-left: 4px solid;
  color: black;
  border-color: #ec4b38;
  background-color: #fdecea;
}
.competency-container .title {
  text-transform: uppercase;
  color: #003652;
  font-weight: bold;
  width: 210px;
}
.competency-container > .competency-type {
  display: flex;
  flex-flow: column;
  gap: 5px;
  padding-bottom: 5px;
  background: #fbfbff;
  border-radius: 8px;
  padding: 0.75rem;
  border: 1px solid #d3d3d3;
}
.competency-container .score-row {
  font-weight: bold;
  padding: 0.75rem;
  border-radius: 6px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  border: 1px solid #d3d3d3;
}
.competency-container .score-row > :first-child {
  flex: 0 0 525px;
}
.competency-container .score-row .supplier-total {
  flex: 2;
  max-width: 140px;
}
.competency-container .score-row .ai-total {
  flex: 1;
}
.competency-container .competency-items {
  display: flex;
  flex-flow: column;
  gap: 2px;
}
/* -------------------------------------------------------------------------------- */
/* TEMPORARY JOBAPPLICATIONCOMPETENCES STYLES UNTIL THE PORTAL REVAMP */
/* -------------------------------------------------------------------------------- */
div.flx-application-competence-item {
  display: flex;
  padding: unset;
  margin: unset;
  gap: 5px;
  align-items: top;
  justify-content: space-between;
  padding-bottom: 10px;
  padding-top: 10px;
  border-top: 1px solid #dbdbdb;
}
@media (max-width: 1200px) {
  div.flx-application-competence-item {
    display: block;
  }
  div.flx-application-competence-item > .flx-value {
    margin-top: 10px;
    max-width: 75% !important;
  }
  div.flx-application-competence-item > .flx-ai-competency-value {
    margin-top: 10px;
    max-width: inherit;
  }
}
div.flx-application-competence-item > .flx-ai-competency-value {
  flex: 1;
}
div.flx-application-competence-item > .flx-ai-competency-value .ai-value.highlighted {
  color: #EA5339;
}
div.flx-application-competence-item > .flx-caption {
  flex: 0 0 525px;
  word-break: break-word;
}
div.flx-application-competence-item > .flx-value {
  flex: 2;
  max-width: 140px;
  word-break: break-all;
  display: flex;
}
div.flx-application-competence-item > .flx-value .dx-radio-value-container {
  vertical-align: top;
}
div.flx-application-competence-item > .flx-value .dx-checkbox-container {
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  -webkit-box-align: flex-start;
  align-items: flex-start;
}
div.flx-application-competence-item > .flx-value > * {
  width: fit-content;
}
@media (max-width: 1200px) {
  .dx-popup-normal {
    width: 96% !important;
  }
}
