html,
body {
  height: 100%;
  font-family: 'Roboto', sans-serif;
  margin: 0;
}
body form {
  display: flex;
  flex-direction: column;
  height: 100%;
}
/* DX Overrides */
body form .dx-field-value:not(.dx-widget) > .dx-checkbox {
  float: none;
}
.competency-option {
  font-family: Roboto, sans-serif;
  display: flex;
  flex: 1;
  margin-bottom: 5px;
}
.competency-option input {
  flex: 1;
}
.column-header-caption {
  color: gray;
  margin-bottom: 5px;
}
body {
  /* HEADER STYLES */
}
body .container-fluid {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body #header {
  border-bottom: 1px solid #dee2e6;
  background-color: #003552;
}
body #header .widget-menubar {
  background-color: #f6f6f6;
}
body #header .topsection {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 15px;
}
body #header .topsection .logo {
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
body #content {
  flex: 1;
}
body #footer {
  background-color: #f2f2f2;
  height: 80px;
  padding: 20px;
  text-align: center;
}
body #footer a {
  color: #212529;
  text-decoration: none;
}
body #login {
  flex: 1;
}
body .page-container-error {
  margin: 20px;
}
body div.flx-login-widget.wd-login-widget {
  margin-top: 40px;
}
body div.flx-login-widget.wd-login-widget div.panel-container {
  background-color: #f5f5f5;
  border-radius: 10px;
}
body div.flx-login-widget.wd-login-widget div.panel-container a {
  cursor: pointer;
}
body div.flx-login-widget.wd-login-widget div.panel-container a:hover {
  text-decoration: underline;
}
body div.flx-login-widget.wd-login-widget div.panel-container div.flx-2fa-secret-key {
  display: flex;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
  font-weight: bold;
}
body div.flx-login-widget.wd-login-widget div.panel-container div.flx-2fa-qrcode {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  margin-top: 10px;
}
body div.flx-login-widget.wd-login-widget span.btn-ms-sso {
  background-color: #FFFFFF;
  color: #000000;
}
body div.flx-login-widget.wd-login-widget span.btn-ms-sso img.logo-ms {
  height: 1.5rem;
}
body div.flx-login-widget.wd-login-widget span.btn-ms-sso:hover {
  background-color: #5A6268;
  color: #FFFFFF;
}
body .freelance_check_questionair .wd-field-label {
  width: 80%;
}
body .freelance_check_questionair .wd-field-value {
  display: flex;
  justify-content: flex-end;
}
.theme #mainMenu {
  background-color: #7690a9;
  border-bottom: 1px solid lightgray;
  padding: 5px;
}
.theme #mainMenu a {
  color: white;
}
.theme #mainMenu a:hover {
  color: white;
  border-radius: 5px;
  background-color: #EA5339;
}
.theme .wd-dropdown-content {
  z-index: 2;
}
.theme div.wd-tabstrip.pills.as-buttons > .container-tabstrip > .container-tabs > .wd-tabbar-button {
  border-radius: 5px;
}
#header .topsection .widget-userdetails {
  display: flex;
  color: white;
  flex: 1;
  justify-content: flex-end;
  width: 300px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-top: 20px;
}
.widget-userinfo {
  font-size: 14px;
}
.widget-userinfo .username {
  font-weight: bold;
  color: white;
}
.caption-field {
  display: flex;
  flex-direction: row;
  margin-bottom: 5px;
  font-size: 12px;
}
.caption-field .caption {
  min-width: 120px;
  color: gray;
}
.caption-field .field {
  flex: 1;
}
/* STYLES FOOTER */
/* PAGE CONTAINER WITH LEFT SIDE BAR */
.page-left-sidebar {
  display: flex;
  height: 100%;
  flex-direction: row;
}
.page-left-sidebar .sidebar {
  min-width: 300px;
  margin-right: 10px;
}
.page-left-sidebar .content {
  flex: 1;
  min-width: 0;
}
.badge-flextender {
  background-color: #3b6184;
  color: white;
  font-size: 12px;
  border-radius: 1rem;
  height: 24px;
  width: 25px;
  padding-top: 6px;
}
.margin-top-10,
div.margin-top-10 {
  margin-top: 10px;
}
.margin-bottom-5,
div.margin-bottom-5 {
  margin-bottom: 5px;
}
.message-panel {
  font-size: 12px;
  /* padding: 5px; */
  margin: 5px;
}
/* COMPONENT: Button with status */
.button-with-status {
  display: flex;
  margin-left: 15px;
  margin-right: 15px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.button-with-status .checkbox {
  margin-bottom: 5px;
  margin-top: 5px;
}
.flex-1-center {
  display: flex;
  flex: 1;
  justify-content: center;
}
.button-with-status.right-seperator {
  border-right: 1px solid #ceddf2;
  padding-right: 15px;
  margin-right: 0px;
  min-height: 85px;
}
.button-with-status .status-text {
  color: gray;
  font-size: 12px;
  /* font-weight: 600; */
}
.job-button-bar {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 10px;
}
/* Flexteder Grid styles */
.flextender-grid {
  font-size: 12px;
  font-weight: 400;
}
.flextender-grid th {
  color: #959595;
  text-overflow: ellipsis;
  padding: 7px;
  font-weight: 400;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
}
.flextender-grid td {
  text-align: left;
  padding: 7px;
}
.flextender-grid .caption-field {
  display: flex;
  font-size: inherit;
  margin-bottom: inherit;
}
.flextender-grid .caption-field .caption {
  min-width: 80px;
}
.flextender-grid .caption-field .field {
  flex: 1;
}
td.text-align-right,
.text-align-right {
  text-align: right;
}
td.text-align-center,
.text-align-center {
  text-align: center;
}
.icon.color-green {
  color: #52af8d;
}
.icon.color-red {
  color: red;
}
.wd-menu.subMenuExport {
  width: 250px;
}
.wd-menu.subMenuApplicationActions {
  width: 35px;
}
.wd-menu.subMenuApplicationActions a {
  padding: 5px;
}
div.wd-group-panel .wd-header-title {
  font-weight: normal;
  /* font-size: 12px; */
  color: #006098;
}
div.wd-group-panel.panel-add-competence {
  background-color: #f5f5f5;
}
div.wd-group-panel.panel-add-competence .wd-header-title {
  color: black;
  font-weight: normal;
  text-transform: none;
}
div.wd-group-panel.panel-add-competence .wd-form-field .wd-field-label {
  color: black;
}
div.wd-form-field div.wd-field-value.display_inline_block div.dx-textbox,
div.wd-form-field div.wd-field-value.display_inline_block div.display_inline_block {
  display: inline-block;
}
div.wd-form-field div.wd-field-value.display_inline_block a.mailbutton {
  vertical-align: 7px;
}
div.specificationsection {
  border-top: 1px solid lightgray;
  padding-top: 20px;
  margin-top: 10px;
}
div.specificationsection div.title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
div.specificationsection div.lefttospecify {
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  justify-content: flex-end;
}
div.specificationsection div.lefttospecify span.caption {
  font-weight: bold;
  margin-right: 15px;
}
div.widget-mutation-info {
  display: flex;
  font-size: 10px;
  color: gray;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 0.7rem;
}
div.widget-mutation-info .caption {
  font-weight: bold;
  margin-right: 5px;
}
div.widget-mutation-info .value {
  margin-right: 5px;
}
.js-add-item {
  cursor: pointer;
}
/* -------------------------------------------------------------------------------- */
/* WD - UI TABSTRIP */
/* -------------------------------------------------------------------------------- */
.bootstrap-nav.nav-tabs .nav-link.active,
.bootstrap-nav.nav-pills .nav-link.active {
  background: #EA5339;
  border: 1px solid #EA5339;
  font-weight: bold;
  color: white;
}
.bootstrap-nav.nav-pills.button-style .nav-link.active {
  background: #EA5339;
  border: 1px solid #EA5339;
  font-weight: bold;
  color: white;
}
/* -------------------------------------------------------------------------------- */
/* DASHBOARD BLOCK ITEMS */
/* -------------------------------------------------------------------------------- */
.dashboard-block-item {
  font-family: Roboto, sans-serif;
}
.dashboard-block-item .nav-link {
  text-decoration: none;
  color: inherit;
  display: contents;
}
.dashboard-block-item .nav-link:hover {
  text-decoration: none;
  color: inherit;
}
.dashboard-block-item .static-container {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 100px;
}
.dashboard-block-item .static-container .title-field {
  text-align: center;
  font-size: 16px;
}
.dashboard-block-item .static-container .data-field {
  text-align: center;
  margin-top: 10px;
  width: 100px;
  background-color: whitesmoke;
  border-radius: 5px;
  box-shadow: 0 0 2px #cfdfe6;
  font-size: 25px;
  font-weight: 500;
  color: #003552;
}
.dashboard-block-item .interactive-container {
  transition: linear 0.1s;
  transform: scale(1);
  display: flex;
  flex-flow: row;
  align-items: center;
  min-height: 50px;
}
.dashboard-block-item .interactive-container.item-hoverable:hover {
  background-color: #003552;
  color: white;
  transform: scale(1.05);
  box-shadow: 0 0 5px lightgray;
  border-radius: 5px;
}
.dashboard-block-item .interactive-container.item-hoverable:hover .data-col {
  color: white;
}
.dashboard-block-item .interactive-container .icon-col {
  padding-left: 10px;
  width: fit-content;
}
.dashboard-block-item .interactive-container .title-col {
  flex: auto;
  font-size: 16px;
  padding-left: 10px;
}
.dashboard-block-item .interactive-container .data-col {
  padding-right: 10px;
  width: 50px;
  font-size: 25px;
  font-weight: 500;
  color: #003552;
  text-align: right;
}
/* -------------------------------------------------------------------------------- */
/* UTILITIES */
/* -------------------------------------------------------------------------------- */
.cursor-pointer {
  cursor: pointer;
}
.h-20 {
  height: 20px;
}
.gray {
  color: #9b9898;
}
.bold {
  font-weight: bold;
}
.main-color {
  color: #EA5339;
}
.secondary-color {
  color: #003552;
}
.font-size-13 {
  font-size: 13px;
}
.font-size-14 {
  font-size: 14px;
}
.font-size-15 {
  font-size: 15px;
}
.font-size-16 {
  font-size: 16px;
}
.font-size-18 {
  font-size: 18px !important;
}
.margin-left-0 {
  margin-left: 0px !important;
}
.margin-left-0::before {
  margin-left: 0px !important;
}
.margin-right-0 {
  margin-right: 0px !important;
}
.margin-right-0::before {
  margin-right: 0px !important;
}
.margin-left-right-auto {
  margin: 0px auto;
}
.margin-right-3 {
  margin-right: 3px;
}
.margin-left-rem-2 {
  margin-left: 2rem;
}
.margin-top-4 {
  margin-top: 4px;
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
button.btn-primary.btn-green {
  background-color: #28a745;
  border-color: #28a745;
}
button.btn-primary.btn-green:hover {
  color: #28a745 !important;
  background-color: white !important;
  border-color: #28a745;
  outline-color: #28a745;
}
/* -------------------------------------------------------------------------------- */
/* The rest */
/* -------------------------------------------------------------------------------- */
ul.timeline {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: visible;
}
ul.timeline.circled::before {
  left: 17px;
}
ul.timeline.circled li.timeline-item {
  margin: 30px 10px;
  padding-left: 45px;
}
ul.timeline.circled li.timeline-item:first-child {
  margin-top: 10px;
  margin-bottom: 10px;
}
ul.timeline.circled li.timeline-item:last-child {
  margin-bottom: 15px;
}
ul.timeline.circled li.timeline-item .indicator {
  padding-top: 6px;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  z-index: 1;
}
ul.timeline.circled li.timeline-item .title {
  margin-top: 1px;
}
ul.timeline.achievement-timeline li.timeline-item {
  margin: 20px 20px 20px 10px;
  padding-left: 35px;
}
ul.timeline.achievement-timeline li.timeline-item::before {
  left: 7px;
}
ul.timeline.achievement-timeline li.timeline-item .indicator {
  left: -5px;
  background-color: #cfcece;
}
ul.timeline.achievement-timeline li.timeline-item .indicator.passed {
  background-color: #003652;
}
ul.timeline.achievement-timeline li.timeline-item .indicator.in-progress {
  background-color: #EA5339;
}
ul.timeline.achievement-timeline li.timeline-item .middle-indicator {
  background-color: transparent;
  left: -17px;
  width: 55px;
  height: 35px;
  top: 50%;
}
ul.timeline.achievement-timeline li.timeline-item .middle-indicator span {
  border-radius: 10%;
  min-width: 55px;
  background-color: #7690a9;
  color: white;
  /* Arrow at the bottom */
}
ul.timeline.achievement-timeline li.timeline-item .title .sub-title {
  font-size: 0.7rem;
  padding-top: 1px;
  padding-right: 8px;
  padding-left: 8px;
  background-color: #7690a9;
  color: white;
  border-radius: 5%;
  margin-left: 8px;
  font-weight: bold;
  height: 17px;
  margin-top: 4px;
}
ul.timeline.achievement-timeline li.timeline-item .box {
  margin: 10px 0px 0px 15px;
}
ul.timeline.step-timeline li.timeline-item {
  padding-left: 50px;
}
ul.timeline.step-timeline li.timeline-item .box {
  margin-left: 0px;
}
ul.timeline.step-timeline li.timeline-item .box .info {
  margin-top: 8px;
}
ul.timeline.step-timeline li.timeline-item:last-child::before {
  top: 0px;
}
ul.timeline li.timeline-item {
  position: relative;
  padding-left: 60px;
  margin: 20px 0;
}
ul.timeline li.timeline-item::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 15px;
  height: 100%;
  width: 2px;
  background-color: #ccc;
}
ul.timeline li.timeline-item .indicator {
  width: 25px;
  height: 25px;
  background-color: #EA5339;
  color: #fff;
  border-radius: 10%;
  position: absolute;
  font-weight: bold;
  text-align: center;
  padding-top: 4px;
  left: 4px;
  top: 0;
  z-index: 2;
}
ul.timeline li.timeline-item:last-child::before {
  top: -200px;
}
ul.timeline li.timeline-item .middle-indicator {
  font-size: 0.7rem;
  position: absolute;
  width: 40px;
  height: 20px;
  left: -1px;
  top: 55%;
  background-color: #e7e7e7;
  font-weight: bold;
  text-align: center;
  border-radius: 10%;
  align-items: center;
  display: flex;
  justify-content: center;
  z-index: 2;
}
ul.timeline li.timeline-item .title {
  font-weight: bold;
  color: #003652;
  font-size: 16px;
  margin-top: 0;
  margin-left: 0;
  display: flex;
  flex-direction: row;
}
ul.timeline li.timeline-item .title .sub-title {
  font-size: 0.8rem;
  text-transform: none;
  padding-top: 4px;
  padding-left: 5px;
}
ul.timeline li.timeline-item .box {
  margin: 10px 10px 10px 20px;
  padding: 10px 20px;
  background: white;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  word-wrap: break-word;
}
ul.timeline li.timeline-item .sub-title {
  font-size: 0.6rem;
  color: #646464;
}
ul.timeline li.timeline-item.step-timeline::before {
  width: 3px;
  left: 40px;
  top: 20px;
}
ul.timeline li.timeline-item.step-timeline:last-child::before {
  visibility: hidden;
}
ul.timeline li.timeline-item.step-timeline .title {
  text-transform: none;
  font-weight: 400;
  color: #003652;
}
ul.timeline li.timeline-item.step-timeline .indicator {
  top: 0;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  padding-top: 9px;
  font-size: 14px;
}
ul.timeline li.timeline-item.step-timeline .box {
  width: auto;
  letter-spacing: inherit;
  padding: 10px 20px;
}
ul.timeline li.timeline-item .info .tl-row {
  display: flex;
  flex-direction: row;
  margin-bottom: 5px;
  width: 100%;
}
ul.timeline li.timeline-item .info .tl-header-column {
  display: flex;
  font-weight: bold;
  flex: 3;
}
ul.timeline li.timeline-item .info .tl-header-column.flex-1 {
  flex: 1;
}
ul.timeline li.timeline-item .info .tl-header-column.flex-2 {
  flex: 2;
}
ul.timeline li.timeline-item .info .tl-header-column.flex-4 {
  flex: 4;
}
ul.timeline li.timeline-item .info .tl-header-column.flex-5 {
  flex: 5;
}
ul.timeline li.timeline-item .info .tl-header-column.flex-6 {
  flex: 6;
}
ul.timeline li.timeline-item .info .tl-header-column.flex-7 {
  flex: 7;
}
ul.timeline li.timeline-item .info .tl-column {
  display: flex;
  flex: 12;
}
.out-of-office .wd-dropdown-content {
  right: 0;
  width: 100%;
  border-radius: 0;
}
.job-summary-clickable {
  color: inherit;
  text-decoration: inherit;
}
.job-summary-clickable:hover {
  color: inherit;
  text-decoration: inherit;
}
